h1,
h2,
h3,
h4,
h5,
h6,
p,
dd {
    margin: 0;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.container2 {
    padding: 0;
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #084e35
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

.top {
    height: 38px;
    width: 100%;
    background: #f5f5f5;
    line-height: 38px;
    border-bottom: 1px #dfdfdf solid;
}

.top .left {
    float: left;
    color: #666666;
}

.top .right {
    float: right;
}

.top .right a {
    display: block;
    margin-left: 20px;
    color: #666666;
    float: right
}

.head {
    height: 150px;
    background: #e8e8e8;
}

.head .logo {
    float: left;
    height: 53px;
    display: flex;
    align-items: Center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 47px 0
}

.head .logo .txt {
    margin-left: 20px;
}

.head .logo .t-01 {
    font-size: 24px;
    font-weight: bold;
}

.head .logo .t-02 {
    font-size: 18px;
    color: #666;
}

.head .logo .t-02 span {
    color: #005cac;
}

.head .right {
    float: right;
    width: 186px;
    height: 143px;
    display: flex;
    align-items: Center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.head .right span {
    float: left;
    display: block
}

.head .right .t01 {
    color: #666666;
    float: left;
    background: url(../images/top_03.jpg) no-repeat;
    width: 138px;
    height: 39px;
    text-align: center;
    line-height: 29px;
    color: #fff;
}

.head .right .t02 {
    font-size: 24px;
    float: left;
    color: #005bac;
}

.nav {
    width: 100%;
    background: #fff;
    border-top: 1px #e6e6e6 solid;
    height: 66px;
}

.nav li {
    float: left;
    position: relative;
    padding: 23px 0;
}

.nav li a {
    padding: 0 9px;
    color: #333333;
    font-size: 15px;
    border-right: 1px #9c9c9c solid
}

.nav li:hover,
.nav .on {
    background: #005cac;
}

.nav li:hover a,
.nav .on a {
    color: #fff;
}

.nav li .sub-menu {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 9;
    background-color: #f1f1f1;
    top: 65px;
    width:120%;
}

.nav li:hover .sub-menu {
    display: block;
}

.nav li .sub-menu li {
    float: left;
    width: 100%;
    padding: 0;
}

.nav li .sub-menu a {
    color: #333;
    padding: 20px;
    display: block;
    border-right: 0;
    border-bottom: 1px #ccc dashed;
}

.nav li .sub-menu li:hover a {
    color: #fff;
}


/*banner*/

.fullSlide {
    width: 100%;
    position: relative;
    margin: auto;
    height: 630px;
    z-index: 0;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100%!important;
}

.fullSlide .bd li {
    width: 100%!important;
    height: 630px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.fullSlide .bd li a {
    display: block;
    height: 630px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 50px;
    line-height: 50px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 50px;
    height: 6px;
    margin-top: 15px;
    margin-right: 18px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=70);
    line-height: 999px;
}

.fullSlide .hd ul li:hover {
    background: #01baf2;
}

.fullSlide .hd ul .on {
    background: #01baf2;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 50px;
    width: 40px!important;
    height: 45px!important;
    border-radius: 0;
    background: url(../images/slider-arrow.png) #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.9;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 50px;
    background-position: -6px -137px;
    background: url(../images/slider-arrow2.png) #000 no-repeat
}


/*keywords*/

.keywords {
    height: 78px;
    line-height: 78px;
    width: 100%;
    background: #ededed;
    color: #666666;
}

.keywords a {
    color: #666666;
    margin-right: 20px;
}

.keywords p {
    float: left
}

.keywords .input {
    height: 78px;
    float: right;
    display: flex;
    align-items: Center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    position: relative;
}

.keywords .input button {
    width: 55px;
    height: 35px;
    position: absolute;
    left: 0;
    background: none;
    cursor: pointer;
}

.keywords .input input {
    height: 35px;
    line-height: 35px;
    width: 167px;
    border-radius: 20px;
    background: url(../images/search_05.jpg) 20px center no-repeat;
    background-color: #fff;
    padding: 0 20px 0 60px
}

.index-product .title {
    text-align: center;
    padding: 40px 0;
}

.index-product .title .t-01 {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}

.index-product .title .t-02 {
    background: url(../images/title_13.jpg) no-repeat center;
    font-size: 18px;
    color: #7b7b7b;
}

.index-product .classify {
    text-align: center;
}

.index-product .classify ul {
    display: inline-block;
}

.index-product .classify li {
    float: left;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #a8a8a8;
    margin-right: 1px;
}

.index-product .classify li a {
    color: #fff;
    font-size: 18px;
}

.index-product .classify .on {
    background: #005cac;
}

.index-product .swiper-slide ul {
    margin-right: -34px;
}

.index-product .swiper-slide li {
    width: 375px;
    float: left;
    border: 1px #e7e7e7 solid;
    margin-right: 34px;
    margin-bottom: 34px;
}

.index-product .swiper-slide li a {
    display: block
}

.index-product .swiper-slide .pro-title {
    text-align: center;
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: #f6f6f6;
    color: 333;
    font-size: 18px;
}

.index-product .swiper-container {
    margin: 60px 0 30px 0;
}

.index-product .img {
    width: 100%;
    height: 250px;
}

.index-product .img img {
    width: 100%;
}

.center-img {
    width: 100%;
    background: url(../images/banner_20.jpg) no-repeat center;
    height: 261px;
}

.advantage {
    background: #f5f5f5;
}

.advantage .bg-01 {
    background: url(../images/youshi_23.jpg) center no-repeat;
}

.advantage .bg-02 {
    background: url(../images/youshi_27.jpg) center no-repeat;
}

.advantage .bg-03 {
    background: url(../images/youshi_31.jpg) center no-repeat;
}

.advantage .bg-04 {
    background: url(../images/youshi_33.jpg) center no-repeat;
}

.advantage .box-01,
.advantage .box-02 {
    height: 293px;
    padding: 60px 0;
    background-size: 100%;
}

.advantage .box-01 .txt {
    width: 572px;
    float: right;
    position: relative;
}

.advantage .box-02 .txt {
    width: 577px;
    float: left;
    position: relative;
}

.advantage .box-01 .left {
    width: 55px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 48px;
}

.advantage .box-02 .left {
    width: 55px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 46px;
    left: 16px;
}

.advantage .box-01 .right {
    position: absolute;
    width: 440px;
    left: 80px;
    top: 60px;
}

.advantage .box-02 .right {
    position: absolute;
    width: 440px;
    left: 94px;
    top: 55px;
}

.advantage .title {
    font-size: 20px;
    color: #005cac;
    font-weight: bold;
}

.advantage .detail {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-top: 20px;
    display: block;
}

.index-about {
    background: url(../images/bg_36.jpg) no-repeat center;
    height: 700px;
}

.index-about .title {
    margin: 60px 0;
    text-align: center;
    color: #fff;
}

.index-about .title p {
    font-size: 40px;
}

.index-about .title span {
    font-size: 16px;
}

.index-about .detail {
    width: 960px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.index-about .video {
    margin: 86px auto;
    text-align: center;
    display: block;
}

.index-about .list {
    border-top: 1px #a9bfd6 solid;
}

.index-about .list .item {
    width: 33.33%;
    float: left;
    height: 166px;
    text-align: center;
    color: #fff;
}

.index-about .list .item p {
    font-size: 16px;
    margin-top: 55px;
}

.index-about .list .item span {
    font-size: 30px;
}

.partner {
    background: url(../images/bg_40.jpg) no-repeat center;
    background-color: #f3f3f3;
}

.partner .title {
    margin: 50px 0;
    text-align: center;
}

.partner .title p {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
}

.partner .title span {
    font-size: 16px;
    color: #000;
}

.partner .list {
    overflow: hidden;
}

.partner .list ul {
    margin-right: -20px;
}

.partner .list li {
    float: left;
    width: 222px;
    height: 163px;
    border: 1px #e5e2e2 solid;
    margin-right: 20px;
    margin-bottom: 20px;
}

.partner .list li .img {
    display: block;
    overflow: hidden;
}

.partner .list li img {
    width: 100%;
    height: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.partner .list li:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index07 {
    overflow: hidden;
    background: url(../images/bg_44.jpg) no-repeat center;
    height: 379px;
}

.index07 .index-title h1,
.index07 .index-title p {
    color: #fff;
}

.index07 input {
    height: 50px;
    background: #fff;
    padding: 0 20px;
    margin-right: 10px;
    border-radius: 30px;
}

.index07 .myname {
    width: 160px;
}

.index07 .tel {
    width: 220px;
}

.index07 .demand {
    width: 470px;
}

.index07 .cont {
    margin-top: 220px;
    font-size: 16px;
}

.index07 button {
    width: 184px;
    height: 50px;
    border: 0;
    text-align: center;
    line-height: 50px;
    background: #005cac;
    color: #fff;
    font-size: 18px;
    letter-spacing: 10px;
    float: right;
    border-radius: 30px;
}

.index-news {
    background: url(../images/bg_45.jpg) center no-repeat;
    height: 780px;
    background-size: 100% 100%;
}

.index-news .title {
    margin: 50px 0;
    text-align: center;
}

.index-news .title p {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
}

.index-news .title span {
    font-size: 16px;
    color: #000;
}

.index-news .left {
    float: left;
    width: 814px;
}

.index-news .left a {
    display: block;
}

.index-news .box-top {
    padding-bottom: 30px;
    border-bottom: 1px #e6e6e6 solid;
    overflow: hidden;
}

.index-news .left img {
    width: 162px;
    height: 123px;
    float: left;
}

.index-news .left .txt {
    width: 630px;
    float: right;
}

.index-news .left .txt span {
    color: #666666;
    margin: 10px 0 15px 0;
    display: block;
}

.index-news .newstitle {
    font-size: 18px;
    color: #005cac;
}

.index-news .detail {
    line-height: 26px;
    color: #666;
}

.index-news .list ul {
    margin-right: -40px;
}

.index-news .list li {
    float: left;
    width: 384px;
    line-height: 60px;
    border-bottom: 1px #e6e6e6 solid;
    margin-right: 40px;
}

.index-news .list li:hover a {
    color: #005cac;
}

.index-news .list .line {
    float: left;
    margin-right: 15px;
}

.index-news .list .title-01 {
    float: left;
    width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.index-news .list .time {
    float: right;
    color: #666666;
}

.index-news .right {
    width: 334px;
    float: right;
    margin-top: 30px;
}

.index-news .right li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: url(../images/news_50.png) 280px no-repeat #212121;
    margin-bottom: 2px;
}

.index-news .right li:hover {
    background: url(../images/news_50.png) 280px no-repeat #005cac;
}

.index-news .right a {
    color: #fff;
    display: block;
    width: 210px;
    margin-left: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot {
    background: #242d34;
}

.foot .container {
    padding: 54px 0;
}

.foot .left {
    width: 400px;
    float: left;
}

.foot .left .img {
    margin-bottom: 35px;
}

.foot .left p img {
    margin-right: 20px;
}

.foot .left p {
    color: #aaacae;
    line-height: 35px;
}

.foot .center {
    float: left;
}

.foot .center .list {
    float: left;
    margin-top: 10px;
    margin-right: 60px;
}

.foot .center .list p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot .center .list a {
    display: block;
    color: #aaacae;
    line-height: 36px;
}

.foot .right {
    float: right;
    width: 200px;
}

.foot .right .erweima {
    width: 160px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    float: right;
}

.foot .right .erweima img {
    float: left;
    margin: 7px 0 0 10px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.foot .right .erweima span {
    font-size: 12px;
    color: #cacaca;
}

.foot .right .erweima p {
    margin-top: 8px;
}

.foot .right .link {
    margin-top: 36px;
    float: right;
}

.foot .right .link img {
    margin-left: 24px;
}

.copyright {
    width: 100%;
    background: #242d34;
    height: 70px;
    line-height: 70px;
    color: #7f8386;
}

.copyright .txt01 {
    float: left;
}

.copyright .txt02 {
    float: right;
}

.copyright .container {
    border-top: 1px #3a4249 solid;
}

.nei-nav {
    text-align: center;
    margin: 50px 0;
}

.nei-nav ul {
    display: inline-block;
}

.nei-nav li {
    float: left;
    width: 200px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #e5e5e5;
    font-size: 18px;
    margin-left: 4px;
}

.nei-nav li a {
    display: block;
}

.nei-nav .on {
    background: #005cac;
    color: #fff;
}

.nei-nav .on a {
    color: #fff;
}

.profile {
    margin-bottom: 50px;
    overflow: hidden;
}

.profile .img img {
    width: 600px;
    height: 450px;
    float: left;
}

.profile .right {
    float: right;
    width: 550px;
}

.profile .right h1 {
    color: #005cac;
    font-size: 32px;
    font-weight: normal;
}

.profile .right h2 {
    color: #005cac;
    font-size: 20px;
    font-weight: normal;
    margin: 26px 0 26px 0;
}

.profile .right p {
    line-height: 28px;
    color: #666666;
    margin-bottom: 26px;
}

.strength {
    overflow: hidden;
    margin: 30px 0;
}

.strength .item {
    width: 25%;
    float: left;
    height: 290px;
    background: url(../images/aboutline.jpg) no-repeat;
}

.strength .item p {
    color: #022a56;
    font-size: 36px;
    padding: 0 30px;
    margin: 110px 0 30px 0;
}

.strength .item span {
    font-size: 13px;
    padding: 0 30px;
    display: block;
}

.about-photo {
    overflow: hidden;
    margin-bottom: 50px;
}

.culture .container {
    padding-bottom: 116px;
}

.culture .box {
    width: 510px;
    height: 134px;
    background: #f6f6f6;
    padding: 40px;
    position: relative;
}

.culture .box .title,
.about-ln .item .title {
    font-size: 24px;
    color: #022a56;
}

.culture .box .en,
.culture .box .txt,
.about-ln .item .txt {
    font-size: 16px;
    color: #606060;
}

.culture .box .txt,
.about-ln .item .txt {
    margin-top: 36px;
}

.culture .box .img {
    position: absolute;
    top: 40px;
    right: 40px;
}

.culture .left {
    float: left;
}

.culture .right {
    float: right;
}

.about-ln {
    padding-bottom: 150px;
}

.about-ln .item {
    width: 318px;
    height: 170px;
    padding: 40px;
    position: relative;
    float: left;
    border: 1px #eaeaea solid;
}

.about-ln .img {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.news-nei h1 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin: 40px 0 20px 0;
    font-weight: normal;
}

.news-nei .date {
    text-align: center;
    color: #666666;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 35px;
    margin-bottom: 25px;
}

.news-nei .main p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-indent: 2em;
}

.page-bottom {
    background: url(../images/page_07.jpg) center no-repeat;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 50px 0;
    font-size: 16px;
}

.page-bottom .left {
    float: left;
    margin-left: 40px;
    color: #999999;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-bottom .right {
    float: right;
    margin-right: 40px;
    text-align: right;
    color: #999999;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .main {
    margin: 50px 0;
    overflow: hidden;
}

.product-list .main ul {
    margin-right: -33px;
}

.product-list .main li {
    float: left;
    width: 376px;
    border: 1px #e7e7e7 solid;
    margin-right: 33px;
    margin-bottom: 30px;
}

.product-list .main li img {
    width: 376px;
    height: 250px;
}

.product-list .main li a {
    display: block;
}

.product-list .main .title {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 0 20px;
    background: #f6f6f6;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #005cac
}

.contact {
    padding: 50px 0 0 0;
}

.contact .h1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #005bac;
    margin-bottom: 24px;
}

.contact .txt {
    line-height: 24px;
    color: #666666;
    text-align: center;
}

.contact .zx {
    font-size: 18px;
    color: #005bac;
    text-align: center;
    font-weight: bold;
    margin: 24px 0 0 0;
}

.contact .title {
    text-align: center;
    margin: 30px 0;
}

.contact .bt {
    font-size: 28px;
    color: #343434;
    font-weight: bold;
}

.contact .item .list {
    background: #f1f1f1;
    width: 278px;
    height: 300px;
    float: left;
    text-align: center;
    margin-right: 28px;
    color: #343434;
    margin-bottom: 50px;
}

.contact .item .list img {
    margin: 80px 0 20px 0;
}

.contact .item .list p {
    margin-bottom: 10px;
}

.contact .item .margin {
    margin-right: 0;
}

.contact .map {
    height: 500px;
}

.contact .message {
    background: #f4f4f4;
    padding: 15px 0;
}

.contact .message .container {
    background: #fff;
    padding: 70px 70px 0 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact .message .left {
    float: left;
}

.contact .message .right {
    float: right;
    width: 500px;
}

.contact .message .right input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px #e5e5e5 solid;
    text-indent: 2em;
    position: relative;
    margin-bottom: 20px;
}

.contact .message .right textarea {
    border: 1px #e5e5e5 solid;
    width: 100%;
    height: 100px;
    padding: 20px 25px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/input_31.jpg) no-repeat 450px;
    margin-bottom: 20px;
}

.contact .message .right .name {
    background: url(../images/input_26.jpg) no-repeat 450px;
}

.contact .message .right .tel {
    background: url(../images/input_29.jpg) no-repeat 450px;
}

.contact .message .right .yzm {
    width: 300px;
    float: left;
}

.contact .message .right .img {
    float: left;
    max-height: 40px;
    margin: 10px 10px 0 10px;
}

.contact .message .yanzhengma {
    line-height: 64px;
}

.contact .message .right button {
    height: 60px;
    line-height: 60px;
    background: #003399;
    color: #fff;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
}

.pro-nei {
    padding: 40px 0;
}

.owl-demo .swiper-button-next,
.owl-demo .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.owl-demo .swiper-button-prev {
    background: url(../images/swiper_05.png) no-repeat;
}

.owl-demo .swiper-button-next {
    background: url(../images/swiper_07.png) no-repeat;
}

.owl-demo p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #005cac;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.centre {
    text-align: center;
    background: url(../images/0_03.jpg) center center no-repeat;
    margin: 60px 0;
}

.centre ul {
    display: inline-block;
}

.centre li {
    float: left;
    width: 192px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 0 1px;
}

.centre li a {
    color: #fff;
    width: 192px;
    height: 60px;
    display: block;
}

.centre li img {
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

.dj {
    background: #a5a5a5;
}

.selected {
    background: #1857a4!important
}

.ys {
    font-size: 25px;
    color: #292929;
    text-align: center;
    margin-bottom: 20px;
}

.zy {
    font-size: 19px;
    color: #424242;
    background: url(../images/0_03_13.jpg) center center no-repeat;
    text-align: center;
    margin-bottom: 60px;
}

.pro-nei .main {
    margin-bottom: 40px;
}

.pro-nei .main p {
    line-height: 48px;
    font-size: 18px;
    color: #333;
}

.pro-nei .main table tr:nth-child(odd) {
    background: #eff8fe;
}

.pro-nei .main table tr:nth-child(even) {
    background: #d3e1f4;
}

.pro-nei .main table {
    border-spacing: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 43, 89, 0.22);
    margin: 30px auto;
    width: 95%;
}

.pro-nei .main table td,
.pro-nei .main .table th {
    padding: .75rem;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.pro-base {
    background: #f7f7f7;
    padding-bottom: 30px;
}

.pro-base .title-base {
    text-align: center;
    line-height: 1.8;
    padding: 40px 0;
    position: relative;
}

.pro-base .title-base .t1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.pro-base .title-base .t1 span {
    background: url(../images/icon_product5.png) 0 center no-repeat;
    padding-left: 30px;
}

.pro-base .title-base .t2 {
    color: #666666;
    font-size: 10px;
    text-transform: uppercase;
}

.pro-base .title-base .b {
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 30px;
}

.hot-pro {
    background: #d3e1f3;
    padding: 34px 70px;
    overflow: hidden;
    position: relative;
}

.hot-pro .swiper-slide img {
    height: 212px;
}

.hot-pro .swiper-slide p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #eaf1f9;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #525252;
}

.pro-base .om {
    background-color: #fff;
    font-family: 微软雅黑;
}

.pro-base .om .t {
    line-height: 50px;
    font-size: 16px;
    color: #525252;
    padding-top: 10px;
    text-align: center;
}

.pro-base .om .form {
    padding: 0 200px;
}

.pro-base .om .form-row {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
}

.pro-base .om .col {
    width: 50%;
    float: left;
}

.pro-base .om .text {
    width: 268px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    padding: 0 15px;
    outline: none;
}

.pro-base .om .textarea {
    width: 668px;
    height: 100px;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    outline: none;
}

.pro-base .om .btndiv {
    padding: 35px 0;
    text-align: center;
}

.pro-base .om .btn {
    width: 198px;
    height: 35px;
    background-color: #005cac;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
}

.pro-base .om .btn.reset {
    background-color: #cdcdcd;
    color: #525252;
}

.news-list {
    overflow: hidden;
}

.news-list li {
    padding: 20px;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #e9e9e9 solid;
    margin-bottom: -1px;
}

.news-list li img {
    float: left;
    width: 220px;
    height: 140px;
}

.news-list .txt {
    float: right;
    width: 900px;
}

.news-list li a {
    display: block;
}

.news-list li .title {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon_07.png) no-repeat right;
}

.news-list li span {
    font-size: 14px;
    color: #999999;
    display: block;
    margin: 10px 0;
}

.news-list .detail {
    color: #606060;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li:hover {
    background: #005cac;
}

.news-list li:hover a {
    color: #fff;
}

.news-list li:hover span {
    color: #fff;
}

.news-list ul {
    overflow: hidden;
    padding-bottom: 1px;
}

.newspage {
    text-align: center;
    margin: 60px 0;
}

.newspage ul {
    display: inline-block;
    position: relative;
}

.newspage li {
    float: left;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url(../images/page_11.jpg) no-repeat center;
    margin: 0 10px;
}

.newspage li:hover,
.newspage .on {
    background: url(../images/page_12.jpg) no-repeat center;
}

.newspage li:hover a,
.newspage .on a {
    color: #fff;
}

.newspage a {
    color: #666;
    display: block;
}

.newspage .container {
    position: relative;
}

.newspage .container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: #e7e7e7;
    top: 50%;
}

.newspage .previous {
    float: left;
    background: url(../images/page_03.jpg) no-repeat center;
    width: 130px;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.newspage .next {
    float: right;
    background: url(../images/page_03.jpg) no-repeat center;
    width: 130px;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.newspage .previous:hover,
.newspage .next:hover {
    background: url(../images/page_04.jpg) no-repeat center;
}

.newspage .previous:hover a,
.newspage .next:hover a {
    color: #fff;
}