﻿/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #114fa5;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 121px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 121px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
}



/*热门搜索*/
.sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}
.topLink{
     height: 24px;
    line-height: 24px;
}
.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

/*搜索和热门搜索*/
.sou #formsearch {
    float: right;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.sou #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

.sou #formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.sou #formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #114fa5;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}




/* 导航样式 */
#menu {
    background-color: #019350;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    position: relative;
    z-index: 999;
}

.x-menu>li {
    position: relative;
    width: 132px;
}

.x-menu>li>a {
    display: block;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    line-height: 58px;
    height: 58px;
    text-align: center;
}



.x-menu>li>a:hover {
    background-color: #114fa5;
    color: #fff;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 58px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #114fa5;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

@media(max-width: 1100px){
    .x-menu>li{width: 120px;}
}



/*  */
.box1{margin: 5% 0 40px;}
.bt1{text-align: center;}
.bt1 dd{color: #000000;font-size: 30px;font-weight: bold;line-height: 1;}
.bt1 dt{line-height: 1;color: #999999;font-size: 16px;margin-top: 20px;}
.pbox{margin-top: 5.7%;}
.mySwiper{width: 47%;overflow: hidden;position: relative;}
.mySwiper .swiper-slide .img{border: solid 1px #999999;display: block;}
.mySwiper .swiper-slide .img img{width: 100%;}
.mySwiper .swiper-slide h3 a{color: #666666;font-size:18px;display: block;font-weight: normal;text-align: center;padding: 26px 0 15px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.plist{width: 48.85%;}
.plist li{margin-bottom: 11%;width: 47.77%;}
.plist li .img{display: block;border: solid 1px #999999;}
.plist li .img img{width: 100%;}
.plist li h3 a{display: block;font-weight: normal;color: #666666;text-align: center;font-size: 16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding-top: 14px;}
.mySwiper .swiper-slide:hover h3 a,.plist li:hover h3 a{color: #114fa5;}
.mySwiper .swiper-slide p{color: #666666;line-height: 24px;font-size: 15px;}
.mySwiper .swiper-pagination{position: absolute;bottom: auto;top:67%;text-align: right;width: 94%;}
.mySwiper .swiper-pagination-bullet{width: 11px;height: 11px;background-color: #999999;opacity: 1;}
.mySwiper .swiper-pagination-bullet-active{background-color: #114fa5;}




/*  */
.box2{background: url(../image/73db54acce47505219722e7058673a96f1a45d39.jpg) no-repeat top center;background-size: cover;padding-top: 6.4%;}
.box2 .bt1 dd{color: #fff;}
.box2 .bt1 dt{color: #fff;}
.abox{margin-top: 5.8%;}
.aleft{width: 67%;}
.jian{background-color: #ffffff;margin-bottom: 25px;padding: 42px 36px 50px 32px;}
.aleft h3{color: #333333;font-size: 20px;}
.line2{width: 57px;height: 3px;background-color: #114fa5;margin: 17px 0 30px;}
.acon{color: #333333;font-size: 15px;line-height: 24px;}
.aleft a{display: block;width: 123px;height: 35px;background-color: #114fa5;border-radius: 18px;line-height: 35px;text-align: center;font-size: 15px;color: #fff;margin-top: 40px;}
.aul li{width: 31.7%;background: url(../image/ff6172d36c182e812cdc9804e3852f94b91f6c6a.png) no-repeat bottom center;padding-bottom: 107px;}
.aul li img{width: 100%;}
.aright{padding-bottom: 107px;background: url(../image/1ceca8e2b863a477851c52ca6a396febc3b61c86.png) no-repeat bottom right;width: 26.7%;background-size: 88.3%;}

.mySwiper2{position: relative;overflow: hidden;padding-right: 28px;}
.abox2{position: relative;height: 100%;background: url(../image/6eb69ff3fa01ee86d5f062eb07603043b2474eb2.png) no-repeat right top;background-size: 88.3% 100%;}
.abox2:after{content: '';background-color: #114fa5;width: 100%;height: 100%;}
.dbt{padding: 42px 0 0 58px;}
.dbt dd{color: #ffffff;font-size: 28px;font-weight: bold;}
.dbt dt{color: #ffffff;font-size: 13px;font-weight: lighter;text-transform: uppercase;margin-top: 5px;}
.mySwiper2 .swiper-slide img{box-shadow: 6px 12px 9px 0px rgba(0, 0, 0, 0.31);width: 100%;}
.mySwiper2 .swiper-slide{margin: 27px 0 30px;}
.m1{padding-left: 35px;}
.m1 a{display: block;width: 123px;height: 35px;background-color: #ffffff;border-radius: 18px;line-height: 35px;text-align: center;color: #666666;font-size: 15px;margin: 0 auto;margin-top: 45px; }
.jian2{font-size: 0;text-align: center;background: url(../image/b8d7492cc58ffbb9011787f662859c77bd1fecec.png) no-repeat center;}
.swiper-button-prev2,.swiper-button-next2{width: 53px;height: 25px;display: inline-block;}
.swiper-button-next2{background:#ffffff url(../image/5ba6909721a4898fc0f20c4a57efbe9f48f17be0.png) no-repeat center;}
.swiper-button-next2:hover{background:#10689b url(../image/b4fb34c1242ab14d89a336ad8ce7f5e6384f691c.png) no-repeat center;}
.swiper-button-prev2{background:#ffffff url(../image/de7a8b9760ced93eba92ba34c01a075853306c75.png) no-repeat center;}
.swiper-button-prev2:hover{background:#10689b url(../image/9aae362fe7644b77f1e333cd7d7f1e1c4392643d.png) no-repeat center;}




/*  */
.box3{margin: 6.4% 0 3.8%;}
.cul{margin-top: 6%;}
.cul li{width: 32.1%;}
.cul li .img{display: block;border: solid 1px #999999;}
.cul li h3 a{display: block;font-weight: normal;color: #666666;font-size: 18px;text-align: center;padding-top: 23px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.cul li:hover h3 a{color: #114fa5;}
.cc{background: url(../image/55a7bee976e6fb33b08d80eeeabe221290b50218.png) no-repeat center top;background-size: 100% 100%;padding: 0 7px 16px 7px;}
.cul li .img img{width: 100%;}


/*  */
.box4{background-color: #f8f8f8;padding: 5.6% 0 5%;}
.bt2 h3{color: #114fa5;font-size: 32px;}
.bt2 i{width: 345px;height: 34px;background: url(../image/80cfa36ff5f45c45a4d05c2ef1762ef84fa3fee8.png) no-repeat center;line-height: 34px;text-align: center;margin-left: 65px;color: #ffffff;font-size: 25px;font-weight: bold;}
.p1{color: #999999;font-size: 25px;font-family: 'Calibri';font-style: italic;text-transform: uppercase;}
.te{margin-top: 5.8%;}
.ysimg{width: 44.4%;}
.ysimg img{display: block;width: 100%;}
.fbox{width: 47.8%;}
.fbox h3{color: #df9618;font-size: 22px;height: 52px;border: solid 1px #df9618;line-height: 50px;padding:0 5px 0 32px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.ful{margin: 46px 0;padding-left: 18px;margin-left: 13px;background: url(../image/5fec57a431cd4bd07eae0f71fa44a5389f663fc0.png) no-repeat left top;padding-bottom: 7px;}
.ful li b{color: #114fa5;font-size: 15px;font-style: italic;}
.ful li p{color: #666666;font-size: 15px;line-height: 33px;}
.ful li{padding-bottom: 12px;margin-bottom: 12px;border-bottom: 1px solid #c5c5c5;}
.ful li:hover p{color: #114fa5;}
.m2{font-size: 0;text-align: center;}
.m2 a{display: inline-block;width: 136px;height: 47px;background: url(../image/686d1c58ee15cf610fceebeb443d0f16769846a3.png) no-repeat center;color: #114fa5;font-size: 15px;line-height: 47px;text-align: center;margin: 0 65px;}
.m2 a:hover{background: url(../image/2765709a4a95afbd5ee3827071f4976afc5ce445.png) no-repeat center;color: #fff;}



/*  */
.box5{background: url(../image/b3527e29eea6178d71242dae183ecd10146259b3.jpg) no-repeat top center;background-size: cover;padding: 3% 0 3.2%;}
.gywm{max-width: 1111px;background: rgba(255,255,255,.8);padding: 47px 9.5% 34px;margin: 0 auto;}
.gsjj{color: #6d6d6d;font-size: 15px;line-height: 26px;text-align: center;position: relative;padding: 24px 0;border-bottom: 1px solid #cdcdcd;}
.d1{position: absolute;top:0;left: 0;}
.d2{position: absolute;bottom:0;right: 0;}
.tj input{display: block;width: 123px;height: 35px;background-color: #114fa5;border-radius: 18px;line-height: 35px;text-align: center;outline: none;border: none;margin: 0 auto;color: #ffffff;font-size: 14px;}
.ycon{margin: 14px 0 37px;}
.yan{margin-top: 45px;}
.ycon textarea{outline: none;border: none;height: 103px;width: 100%;background: #eee;color: #999999;font-size: 15px;padding: 10px;}
.xm{width: 31.7%;}
.xm input{display: block;width: 100%;border: none;height: 45px;background-color: #eeeeee;color: #999999;font-size: 15px;padding-left: 15px;outline: none;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
.yzm{width: 31.7%;}
.yzm #checkcode{height: 45px;background-color: #eeeeee;width: calc(100% - 155px);border: none;outline: none;padding-left: 14px;color: #999999;font-size: 15px;}





/*  */
.box6{margin: 6% 0 4.7%;}
.nul{margin-top: 4.7%;}
.nul li{width: 31.7%;}
.nul li .img img{display: block;width: 100%;}
.nul li h3 a{display: block;color: #333333;font-size: 20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;font-weight: normal;margin: 57px 0 20px;}
.nul li p{color: #666666;font-size: 15px;line-height: 24px;margin-top: 15px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.nul li:hover h3 a{color: #114fa5;}






/*  */
.foot{background-color: #2a2a2a;padding: 60px 0 10px;}
.ft1{padding-bottom: 6%;}
.ft2{text-align: center;color: #dedede;font-size: 14px;padding-top: 10px;border-top: 1px dashed #fff;}
.ft2 a{color: #dedede;}
.dao{width: 35%;}
.dao li dd{color: #ffffff;font-size: 18px;margin-bottom: 20px;}
.dao li a{display: block;color: #dedede;font-size: 15px;line-height: 30px;}
.tlx h3{color: #ffffff;font-size: 20px;font-weight: normal;margin: 10px 0 26px;}
.lx{color: #dedede;font-size: 15px;line-height: 36px;}
.tewm{color: #dedede;font-size: 15px;text-align: center;line-height: 40px;}
.tlx{margin-right: 64px;}







@media(max-width: 1280px){
    .m2 a{margin: 0 30px;}
    .fbox h3{font-size: 18px;}
    .ful{margin: 20px 0;}
    .yan #codeimg{width: 120px;height: 45px;}
    .yzm #checkcode{width: calc(100% - 120px);}
}

@media(max-width: 991px){
    .bt2 h3{font-size: 26px;}
    .bt2 i{margin-left: 20px;font-size: 20px;}
    .ful li p{font-size: 13px;line-height: 23px;}
    .p1{font-size: 20px;}
    .m2 a{margin: 0 10px;}
}











@media(max-width: 768px){
    .plist li h3 a{font-size: 14px;}
    .mySwiper .swiper-slide h3 a{font-size: 16px;}
    .mySwiper .swiper-slide p{font-size: 14px;line-height: 22px;}
    .mySwiper .swiper-pagination{top:60%;}
    .aleft,.aright{width: 100%;}
    .aleft{margin-bottom: 20px;}
    .aul li{padding-bottom: 30px;background-size: 100%;}
    .dbt{padding-top: 30px;}
    .aright{padding-bottom: 30px;}
    .abox2{padding-bottom: 30px;}
    .jian{padding: 20px 15px;}
    .aleft a{margin-top: 20px;}
    .dbt dd{font-size: 24px;}
    .dbt dt{font-size: 12px;}
    .nul li h3 a{margin: 20px 0 10px;}
    .ft1{display: none;}
    .foot{padding: 20px 0;}
    .ft2{border: none;}
}

@media(max-width: 640px){
    .bt1 dd{font-size: 24px;}
    .bt1 dt{margin-top: 10px;line-height: 20px;font-size: 12px;}
    .box1{margin: 30px 0 15px;}
    .mySwiper{margin-bottom: 20px;}
    .mySwiper,.plist{width: 100%;}
    .plist li{margin-bottom: 15px;}
    .cul li{width: 100%;margin-bottom: 20px;}
    .cul li h3 a{font-size: 16px;padding-top: 15px;}
    .box4{padding: 30px 0;}
    .bt2 h3{float: none;width: 100%;font-size: 24px;}
    .bt2 i{margin-top: 10px;margin-left: 0;float: none;width: 100%;display: block;}
    .p1{font-size: 14px;margin-top: 5px;}
    .ysimg{margin-bottom: 20px;}
    .ysimg,.fbox{width: 100%;float: none;}
    .fbox h3{padding: 0 5px;font-size: 14px;text-align: center;}
    .m2 a{margin: 0;}
    .m2 a:last-child{margin-left: 10px;}
    .gywm{padding: 20px 15px;}
    .gsjj{font-size: 13px;line-height: 24px;}
    .yan{margin-top: 20px;}
    .xm{width: 100%;margin-bottom: 10px;}
    .yzm{width: 100%;}
    .ycon{margin-bottom: 20px;}
    .box5{padding: 30px 0;}
    .box6{margin: 30px 0 0 0;}
    .nul li{width: 100%;margin-bottom: 20px;}
    .nul li h3 a{font-size: 16px;}
    .nul li p{font-size: 14px;}
    .ft2{font-size: 12px;padding: 15px 0;}
}




















/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 15px;
    color: #114fa5;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



/*内页左侧样式*/
/* .container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
} */

.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}


