

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #616161; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #014ea2; text-decoration: none; transition-duration: 1s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; border: 0; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1200px){.container{width: 1200px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.met_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.met_pager a,.met_pager span{background:#191919;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.met_pager a:hover,.met_pager a.Ahover{background:#014ea2;}
.met_pager a.firstPage,.met_pager a.lastPage{width:40px;font-weight:bold;}
.met_pager .PreSpan,.met_pager .NextSpan,.met_pager a.PreA,.met_pager a.NextA{width:50px;font-size: 0;}
.met_pager .PreSpan:before,.met_pager a.PreA:before{content:'◀';font-size:14px;}
.met_pager .NextSpan:before,.met_pager a.NextA:before{content:'▶';font-size:14px;}
.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display:none}
/*end 分页*/

/*二维码显示*/
.pro2wm{display:inline-block;position:relative;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow{
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow{
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow{
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:before{
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:hover{
    transform: translateY(-5px);
}
.float-shadow:hover:before{
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 10000;
}
#header .headerbj{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header .headerbj .headlogo{
    height: 80px;
    padding: 5px 0 5px 50px;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headnav{
    display: block;
}
#header .headerbj .headnav > ul > li{
    margin-right: 50px;
}
#header .headerbj .headnav > ul > li .overflow{
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    position: relative;
}
#header .headerbj .headnav > ul > li .overflow:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #014ea2;
    position: absolute;
    left: 0;
    bottom: 10px;
    transform: scale(0,1);
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow:before,
#header .headerbj .headnav > ul > li:hover .overflow:before{
    transform: scale(1,1);
}
#header .headerbj .headnav > ul > li .overflow a{
    display: block;
    color: #666666;
    font-size: 16px;
    position: relative;
    top: -80px;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow a,
#header .headerbj .headnav > ul > li:hover .overflow a{
    color: #014ea2;
    top: 0;
}
#header .headerbj .headnav > ul > li .headnavlist{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li:hover .headnavlist{
    max-height: 300px;
}
#header .headerbj .headnav > ul > li .headnavlist ul{
    padding: 30px;
    text-align: right;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li{
    display: inline-block;
    margin-right: 70px;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a{
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a.hover,
#header .headerbj .headnav > ul > li .headnavlist ul > li a:hover{
    color: #014ea2;
    border-bottom: 2px solid #014ea2;
}
/*banner*/
#mcbanner{
    padding-top: 80px;
    overflow: hidden;
}
/*indexbanner*/
.indexbanner{
    width: 100%;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px 10px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #fff;
}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{
    width: 50px;
    height: 50px;
    color: #fff;
    font: 25px/50px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.indexbanner .swiper-button-prev{
    left: 5%;
}
.indexbanner .swiper-button-next{
    right: 5%;
}
/*otherbanner*/
.otherbanner img{
    width: 100%;
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #014ea2;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #014ea2;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -150%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -10%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
}

.instrength .container{
    position: relative;
}
.instrength ul{
    width: 100%;
    background: #fff;
    border: 1px solid #efefef;
    position: absolute;
    z-index: 30;
    top: -180px;
    left: 0;
    overflow: hidden;
}
.instrength ul li{
    width: 33.33%;
    border-left: 1px solid #efefef;
}
.instrength ul li:nth-child(1){
    border-left: 1px solid transparent;
}
.instrength ul li a{
    display: block;
    padding: 70px 40px 40px;
    position: relative;
    overflow: hidden;
}
.instrength ul li a:before{
    content: '';
    width: 0%;
    height: 0%;
    background: #014ea2;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 22%;
    right: 15%;
    transition-duration: 1s;
}
.instrength ul li a:hover:before{
    width: 150%;
    height: 150%;
    top: -25%;
    right: -25%;
}
.instrength ul li a .title1{
    color: #014ea2;
    font-size: 30px;
    line-height: 70px;
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.instrength ul li a:hover .title1{
    color: #fff;
}
.instrength ul li a .title1 img:nth-child(2),
.instrength ul li a:hover .title1 img:nth-child(1){
    display: none;
}
.instrength ul li a:hover .title1 img:nth-child(2){
    display: block;
}
.instrength ul li a .title2{
    color: #454545;
    line-height: 32px;
    padding: 40px 0 30px;
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.instrength ul li a:hover .title2{
    color: #fff;
}
.instrength ul li a .title3{
    color: #aeaeae;
    font-family: '宋体';
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.instrength ul li a:hover .title3{
    color: #fff;
}
.inabout{
    border-bottom: 1px solid #f0f0f0;
    padding: 330px 0 50px;
    overflow: hidden;
}
.inabout .inaboutfl{
    width: 28%;
    text-align: right;
}
.inabout .inaboutfl .title1{
    color: #464646;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 70px;
}
.inabout .inaboutfl .title2{
    color: #464646;
    font-size: 28px;
    font-weight: 100;
    text-decoration: underline;
    padding: 40px 0 60px;
}
.inabout .inaboutfl a{
    display: inline-block;
}
.inabout .inaboutfr{
    width: 66%;
}
.inabout .inaboutfr .webname{
    color: #2b2b2b;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 30px;
}
.inabout .inaboutfr .description{
    color: #464646;
    font-size: 15px;
    line-height: 38px;
    text-decoration: underline;
}
.incase{
    padding: 50px 2%;
    overflow: hidden;
}
.incase .incasetitle .title1{
    color: #070707;
    font-size: 30px;
    font-weight: 100;
}
.incase .incasetitle .title2{
    color: #878787;
    font-size: 25px;
    font-family: 'Arial';
    padding: 20px 0 50px;
}
.incase .incasenav{
    padding-top: 10px;
}
.incase .incasenav a{
    display: inline-block;
    color: #070707;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 2px solid transparent;
    margin: 0 10px 0 20px;
}
.incase .incasenav a:hover,
.incase .incasenav a:nth-child(1){
    color: #014ea2;
    border-bottom: 2px solid #014ea2;
}
.incase ul li{
    width: 24.25%;
    margin-right: 1%;
}
.incase ul li:nth-child(4n){
    margin-right: 0;
}
.incase ul li a{
    display: block;
}
.incase ul li a .imgurl{
    position: relative;
    overflow: hidden;
}
.incase ul li a .imgurl > img{
    width: 100%;
}
.incase ul li a .imgurl .incaseicon{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 1s;
}
.incase ul li a:hover .imgurl .incaseicon{
    transform: scale(1);
}
.incase ul li a .imgurl .incaseicon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.incase ul li a .title{
    color: #484848;
    font-size: 22px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.indeve{
    background: #f9f9f9;
    padding: 80px 0 40px;
    overflow: hidden;
}
@media(min-width: 1440px){.indeve .container{width: 1440px;}}
.indeve .indevetitle{
    color: #242424;
    font-size: 38px;
}
.indeve .indevetitle2{
    display: none;
}
.indeve .swiper-container{
    padding: 60px 0;
}
.indeve .swiper-pagination .swiper-pagination-bullet{
    width: 60px;
    height: 2px;
    background: #c1c1c1;
    border-radius: 0;
    margin: 0 10px;
    opacity: 1;
}
.indeve .swiper-pagination .swiper-pagination-bullet-active{
    background: #014ea2;
}
.indeve a{
    display: block;
    background: #fff;
    border: 1px solid #efefef;
    padding: 70px 25px 0;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
.indeve a:before{
    content: '';
    width: 0%;
    height: 0%;
    background: #014ea2;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    transition-duration: 1s;
}
.indeve a:hover:before{
    width: 150%;
    height: 150%;
    top: -25%;
    right: -25%;
}
.indeve a .title1{
    color: #313131;
    font-size: 44px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.indeve a:hover .title1{
    color: #fff;
}
.indeve a .title2{
    color: #313131;
    font-size: 15px;
    line-height: 32px;
    position: relative;
    z-index: 2;
    transition-duration: 2s;
}
.indeve a:hover .title2{
    color: #fff;
}
.inadv{
    padding: 100px 0 80px;
    overflow: hidden;
}
.inadv ul li{
    width: 33.33%;
    border-left: 1px solid #e4e4e4;
}
.inadv ul li:nth-child(1){
    border-left: 1px solid transparent;
}
.inadv ul li a{
    display: block;
    padding: 50px 30px 30px;
    border-bottom: 2px solid transparent;
}
.inadv ul li a:hover{
    border-bottom: 2px solid #858585;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.inadv ul li a .title1{
    color: #242424;
    font-size: 35px;
}
.inadv ul li a .title2{
    color: #242424;
    font-size: 25px;
    font-weight: 100;
    padding: 30px 0;
}
.inadv ul li a .title3{
    color: #797979;
    line-height: 24px;
    min-height: 48px;
}
.inadv ul li a .title4{
    padding: 30px 0;
}
.inadv ul li a .title5{
    display: table;
    opacity: 0;
    transform: scale(0);
    transition-duration: 1s;
}
.inadv ul li a:hover .title5{
    opacity: 1;
    transform: scale(1);
}
.innews{
    background: #f9f9f9;
    position: relative;
    padding: 100px 0 50px;
    overflow: hidden;
}
.innews:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e5e5;
    position: absolute;
    top: 149px;
    left: 0;
}
.innews ul li{
    width: 22%;
    margin-right: 4%;
}
.innews ul li:nth-child(4){
    margin-right: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .updatetime{
    color: #939393;
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
}
.innews ul li a .updatetime:before{
    content: '';
    width: 0;
    height: 1px;
    background: #014ea2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition-duration: 1s;
}
.innews ul li a:hover .updatetime:before{
    width: 100%;
}
.innews ul li a .title{
    color: #5d5d5d;
    font-size: 17px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .title{
    color: #014ea2;
}
.innews ul li a .description{
    color: #939393;
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innews ul li a .imgurl{
    margin-top: 30px;
    overflow: hidden;
}
.incon{
    padding: 50px 0 30px;
    overflow: hidden;
}
.incon .content{
    color: #616161;
    font-size: 15px;
    line-height: 38px;
    padding-bottom: 50px;
}
.incon .content ul li{
    float: left;
    width: 33.33%;
}
.incon .content ul li p{
    margin: 0;
}
.incon .ftype_input{
    width: 360px;
}
.incon .ftype_input input{
    display: block;
    width: calc(100% - 20px);
    height: 45px;
    color: #757575;
    padding: 0 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
    outline: 0;
    border: 0;
}
.incon .foot2wm{
    width: 180px;
}
.incon .foot2wm p{
    color: #000;
    text-align: center;
    padding-top: 10px;
}
.incon .ftype_textarea{
    width: calc(100% - 590px);
}
.incon .ftype_textarea textarea{
    display: block;
    width: 100%;
    height: 175px;
    color: #757575;
    line-height: 30px;
    padding: 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
    outline: 0;
    border: 0;
}
.incon .submit{
    display: block;
    width: 250px;
    height: 50px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 50px;
    background: 0;
    outline: 0;
    margin: 20px auto 0;
    transition-duration: 1s;
}
.incon .submit:hover{
    color: #fff;
    background: #014ea2;
    border: 1px solid #014ea2;
}
/*index*/

/*foot*/
#footer{
    background: #2e2e2e;
    position: relative;
    z-index: 2;
}
#footer .foottail{
    padding: 20px 0;
}
#footer .foottail .footright,
#footer .foottail .footother{
    color: #fff;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #fff;
}
#footer .foottail .footother a{
    display: inline-block;
    color: #fff;
    margin-top: 10px;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*about*/
.navabout{
    border-bottom: 1px solid #ebebeb;
}
.navabout .navaboutfl{
    color: #505050;
    font-size: 24px;
    font-weight: 100;
    line-height: 80px;
}
.navabout ul li{
    padding: 20px 0;
    margin-left: 50px;
    position: relative;
}
.navabout ul li:before{
    content: '';
    width: 100%;
    height: 5px;
    background: #014ea2;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scale(0,1);
    transition-duration: 1s;
}
.navabout ul li.hover:before,
.navabout ul li:hover:before{
    transform: scale(1,1);
}
.navabout ul li .overflow{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.navabout ul li .overflow a{
    display: block;
    color: #505050;
    font-size: 18px;
    position: relative;
    top: -40px;
    transition-duration: 1s;
}
.navabout ul li:hover .overflow a,
.navabout ul li.hover .overflow a{
    color: #014ea2;
    top: 0;
}
.about{
    padding: 50px 0 0;
    overflow: hidden;
}
.about .aboutfl{
    padding-right: 50px;
    text-align: right;
}
.about .aboutfl .title1{
    color: #464646;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Arial';
}
.about .aboutfl .title2{
    color: #464646;
    font-size: 28px;
    font-weight: 100;
    text-decoration: underline;
    padding: 40px 0 60px;
}
.about .aboutfl img{
    display: inline-block;
}
.about .content{
    color: #464646;
    font-size: 15px;
    line-height: 38px;
    padding: 0 0 50px;
}
.about .content h1{
    color: #2b2b2b;
    font-size: 35px;
    font-weight: bold;
    padding: 10px 0 40px;
}
.about .content p.gsjjline{
    line-height: 48px;
    text-decoration: underline;
}
.about .indeve .indevetitle{
    font-weight: 100;
    text-align: center;
}
.about .indeve .indevetitle2{
    display: block;
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    padding-top: 15px;
}
.about .content p.qywhline{
    position: relative;
}
.about .content p.qywhline:before{
    content: '';
    width: 200%;
    height: 1px;
    background: #c9c9c9;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: -50%;
}
.about .content p.qywhline img{
    position: relative;
    z-index: 2;
}
.about .zjjs{
    font-size: 14px;
    line-height: 24px;
}
.about .zjjs .zjjsimg1,
.about .zjjs .zjjsimg2{
    padding: 0 20px 10px 0;
}
.about .content .aboutzs li{
    float: left;
    width: 22.75%;
    margin: 30px 3% 0 0;
    position: relative;
    top: 0;
    transition-duration: 1s;
}
.about .content .aboutzs li:nth-child(4n){
    margin-right: 0;
}
.about .content .aboutzs li:hover{
    top: -10px;
}
.about .content .aboutscsb li{
    float: left;
    width: 31.33%;
    margin: 30px 3% 0 0;
    text-align: center;
    position: relative;
    top: 0;
    transition-duration: 1s;
}
.about .content .aboutscsb li:nth-child(3n){
    margin-right: 0;
}
.about .content .aboutscsb li:hover{
    top: -10px;
}
/*about*/

/*product*/
.product{
    overflow: hidden;
}
.product .protel{
    border-bottom: 1px solid #ebebeb;
}
.product .protel .protelfl{
    color: #505050;
    font-size: 24px;
    font-weight: 100;
    line-height: 80px;
}
.product .protel .protelfr{
    color: #505050;
    font-size: 18px;
    font-weight: 100;
    line-height: 80px;
}
.product ul{
    padding: 20px 0 0;
}
.product ul li{
    margin: 30px 0 0;
}
.product ul li a{
    display: block;
    overflow: hidden;
}
.product ul li a .imgurl{
    width: 220px;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.product ul li a .protitle{
    width: calc(100% - 300px);
    border-bottom: 1px solid #ececec;
    padding: 10px 0 30px;
}
.product ul li a .protitle .title{
    color: #696969;
    font-size: 32px;
    font-weight: 100;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product ul li a:hover .protitle .title{
    color: #014ea2;
}
.product ul li a .protitle .description{
    margin: 15px 0 20px;
    color: #696969;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product ul li a:hover .protitle .description{
    color: #014ea2;
}
.product ul li a .protitle .promore{
    display: table;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #2e2e2e;
    border-radius: 5px;
    padding: 0 38px;
    transition-duration: 1s;
}
.product ul li a:hover .protitle .promore{
    background: #014ea2;
}
/*showproduct*/
.showproduct{  overflow: hidden;  }
.showproduct .protel{  border-bottom: 1px solid #ebebeb;  }
.showproduct .protel .protelfl{  color: #505050;  font-size: 24px;  font-weight: 100;  line-height: 80px;  }
.showproduct .protel .protelfl span{  font-size: 18px;  padding-left: 10px;  }
.showproduct .protel .protelfr li{  padding: 20px 0;  margin-left: 100px;  position: relative;  }
.showproduct .protel .protelfr li:before{  content: '';  width: 100%;  height: 5px;  background: #014ea2;  position: absolute;  left: 0;  bottom: -3px;  transform: scale(0,1);  transition-duration: 1s;  }
.showproduct .protel .protelfr li:hover:before{  transform: scale(1,1);  }
.showproduct .protel .protelfr li .overflow{  height: 40px;  line-height: 40px;  overflow: hidden;  }
.showproduct .protel .protelfr li .overflow a{  display: block;  color: #505050;  font-size: 18px;  position: relative;  top: -40px;  transition-duration: 1s;  }
.showproduct .protel .protelfr li:hover .overflow a{  color: #014ea2;  top: 0;  }
/*<!--第一部分-->*/
.showproduct .proone{  padding: 50px 0;  }
.showproduct .proone .proimgurl{  width: 400px;  margin: auto;  }
.showproduct .proone .proimgurl .cloud-zoom-big{display: none !important;}
.showproduct .proone .prodisplayimg{  display: none;  width: 100px;  margin-left: 30px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 500px);  }
.showproduct .proone .proonefr .proonetitle{  color: #696969;  font-size: 32px;  font-weight: 100;  line-height: 50px;  border-bottom: 1px solid #ececec;  padding: 20px 0;  }
.showproduct .proone .proonefr .content{  color: #696969;  font-size: 15px;  line-height: 2;  border-bottom: 1px solid #ececec;  padding: 20px 0;  }
.showproduct .proone .proonefr .content p br{  display: none;  }
.showproduct .proone .proonefr .prooneshare{  padding-top: 40px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #fff;  font-size: 15px;  background: #242527;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.showproduct .proone .proonefr .prooneshare a.procon{  width: 130px;  background: #014ea2;  }
.showproduct .proone .proonefr .prooneshare a.procon i{  padding-right: 10px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
/*<!--第三部分-->*/
.showproduct .prothree{  padding-bottom: 50px;  }
.showproduct .prothree .content{  color: #000;  font-size: 15px;  line-height: 2;  }
.showproduct .prothree .content table tr td{  border: 1px solid #3f3f3f;  text-align: center;  }
/*product*/

/*mcimg*/
.mcimg{
    padding: 50px 0 0;
}
.mcimg ul li{
    width: 32.66%;
    margin-right: 1%!important;
}
.mcimg ul li:nth-child(3n){
    margin-right: 0!important;
}
/*mcimg*/

/*news*/
.news{
    overflow: hidden;
}
.news ul li{
    width: 28%;
    margin: 50px 8% 0 0;
}
.news ul li:nth-child(3n){
    margin-right: 0;
}
.news ul li a{
    display: block;
}
.news ul li a .title{
    color: #5d5d5d;
    font-size: 17px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .title{
    color: #014ea2;
}
.news ul li a .description{
    margin: 10px 0 30px;
    color: #939393;
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .description{
    text-decoration: underline;
}
.news ul li a .imgurl{
    overflow: hidden;
}
.news ul li a .imgurl img{
    width: 100%;
}
/*shownews*/
.shownews{
    padding-top: 50px;
    overflow: hidden;
}
.shownews .title{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.shownews .updatetime{
    color: #888;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.shownews .content{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #333;
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
}
.shownews .detailpage p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shownews .detailpage p a{
    color: #333;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #014ea2;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #014ea2;
    border-radius: 5px;
    padding: 15px 30px;
}
/*news*/

/*contact*/
.contact{
    padding: 50px 0;
    overflow: hidden;
}
.contact .incon{
    padding: 0;
    overflow: unset;
}
.contact .incon .content{
    width: calc(100% - 180px);
    padding: 50px 0 120px;
}
.contact .incon .ftype_textarea{
    width: calc(100% - 360px);
}
.contact .map{
    height: 300px;
}
/*contact*/
@media (max-width: 1200px){
    #header .headerbj .headlogo{
        padding: 5px 0;
    }
    #header .headerbj .headnav > ul > li{
        margin-right: 30px;
    }
    .instrength ul{
        top: -80px;
    }
    .instrength ul li a{
        padding: 30px;
    }
    .instrength ul li a .title1{
        font-size: 24px;
    }
    .inabout{
        padding: 380px 0 50px;
    }
    .inabout .inaboutfl .title1{
        font-size: 60px;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: calc(100% - 640px);
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #014ea2;  }
#header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
#header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
#header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
@keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
@keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
@keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
/*导航*/
.menumain{  display: none;  background: #014ea2;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 1000;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding: 1px 0;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #fff;  font-size: 16px;  line-height: 20px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid rgba(255, 255, 255, .1);  }
.menumain .menubox .menunav .menuone .menutwo{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo.bai{  width: 100%;  }
.menumain .menubox .menunav .menuone .menutwo:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: #a0c2e6;  font-size: 15px;  margin: 30px 20px 0 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: #a0c2e6;  font-size: 14px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #fff !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  overflow: hidden;  }
.menumain .menubox .lang a{  float: left;  width: 48%;  height: 40px;  line-height: 40px;  border: 1px solid rgba(255, 255, 255, .1);  margin: 2% 1%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  width: 25px;  margin-right: 10px;  position: relative;  top: -2px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #fff;  font-size: 15px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #014ea2;  border-top: 1px solid rgba(255, 255, 255, .2);  position: fixed;  left: 0;  bottom: 0;  z-index: 1001;  }
#mobtool ul li{  float: left;  width: 20%;  text-align: center;  border-left: 1px solid rgba(255, 255, 255, .2);  box-sizing: border-box;  }
#mobtool ul li:nth-child(1){  border: none;  }
#mobtool ul li a.menubutton{  background: rgba(255, 255, 255, .2);  }
#mobtool ul li a{  display: block;  width: 100%;  height: 50px;  color: #fff;  padding-top: 10px;  }
#mobtool ul li a p{  height: 25px;  line-height: 25px;  overflow: hidden;  font-size: 12px;  text-transform: uppercase;  }
/*ios下载到桌面*/
.u-layer-ath{display: none;background:url(/static/images/ath.png) no-repeat;z-index:99999999;width:200px;height:75px;position:fixed;bottom:0;left:50%;margin-left:-100px;background-size:contain;transform:translate3D(0,0,0);transition:2s all;perspective:400px;}
.u-layer-ath.u-ani-ath{transform:rotateY(360deg) translateZ(100px);}
.u-layer-ath .ath_addhome{position:absolute;left:0;top:0;width:140px;height:60px;}
.u-layer-ath .ath_close{position:absolute;right:0;top:0;width:30px;height:30px;}
/*list分类*/
#sortpro{  height: 40px;  line-height: 40px;  text-align: center;  background: #fff;  border-bottom: 1px solid #014ea2;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #014ea2;  }
#sortpro .sortpro_right{  float: right;  width: 35%;  color: #000;  font-size: 14px;  }
#sort_content{  width: 100%;  height: 100%;  overflow: hidden;  background: #eee;  position: fixed;  top: 0;  left: 0;  z-index: 10001;  -webkit-transform: translate3d(0px, 100%, 0px);  -moz-transform: translate3d(0px, 100%, 0px);  transform: translate3d(0px, 100%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)  }
#sort_content.show{  -webkit-transform: translate3d(0px, 0%, 0px);  -moz-transform: translate3d(0px, 0%, 0px);  transform: translate3d(0px, 0%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)  }
#sort_content .asort{  height: 100%;  }
.asort .hd{  height: 60px;  background: #014ea2;  }
.asort .hd .fl{  color: #fff;  font-size: 18px;  line-height: 60px;  padding: 0 20px;  }
.asort .hd .fr{  width: 30px;  height: 30px;  margin: 15px;  background: url(/static/images/proclose.jpg);  background-size: cover;  }
.asort .ct{  height: calc(100% - 60px);  padding: 2%;  overflow: auto;  }
.asort .ct ul{  background: #fff;  border-top: 1px solid #eee;  }
.asort .ct ul li{  padding: 0 15px;  border-bottom: 1px solid #eee;  }
.asort .ct ul li a{  display: block;  }
.asort .ct ul li a p{  display: inline-block;  width: calc(100% - 30px);  height: 58px;  line-height: 58px;  overflow: hidden;  color: #333;  font-size: 14px;  text-align: left;  }
.asort .ct ul li a i{  float: right;  width: 15px;  height: 15px;  border: 3px solid #ddd;  background: #fff;  border-radius: 50%;  margin-top: 22px;  }
.asort .ct ul li a.hover i{  border: 3px solid #014ea2;  }
.asort .ct ul .navdown li{  padding: 0 20px;  border-bottom: 1px dotted #eee;  }
.asort .ct ul .navdown li a p{  display: block;  width: 100%;  height: 50px;  line-height: 50px;  color: #aaa;  }
.asort .ct ul li a.hover p{  color: #014ea2;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .onlineservice{  top: auto!important;  bottom: 80px;  transform: none!important;  }
    .onlineservice ul li{  width: 30px!important;  height: 31px!important;  }
    .onlineservice ul li i{  width: 30px!important;  line-height: 30px!important;  font-size: 14px!important;  }
    .onlineservice ul li i.fa-mobile{  font-size: 20px!important;  }
    .onlineservice ul li span{  display: none;  }
    .onlineservice ul li.morelist .list a{  line-height: 30px!important;  }
    .popup-wechat img{  width: 200px;  }
    .mfp-zoom-out-cur, .mfp-wrap{  width: 100% !important;  height: 100% !important;  overflow: hidden;  }
    .mfp-wrap .mfp-arrow-left{  margin-left: -47%;  }
    .mfp-wrap .mfp-arrow-right{  margin-right: -47%;  }
    .pcweb{  display: none;  }
    .mobileweb{  display: block;  }
    /*index*/
    #header .headerbj .headnav{
        display: none;
    }
    #header .headerbj .headlogo{
        height: 50px;
        padding: 5px 0;
    }
    #mcbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .instrength{
        padding: 15px 0 0;
    }
    .instrength ul{
        position: unset;
    }
    .instrength ul li{
        width: 100%;
        border-left: 0;
        border-top: 1px solid #efefef;
    }
    .instrength ul li:nth-child(1){
        border-left: 0;
        border-top: 0;
    }
    .inabout{
        padding: 50px 0;
    }
    .inabout .inaboutfl{
        display: none;
    }
    .inabout .inaboutfr{
        width: 100%;
    }
    .inabout .inaboutfr .webname{
        font-size: 30px;
    }
    .incase{
        padding: 50px 0 20px;
    }
    .incase .incasenav{
        display: none;
    }
    .incase ul li{
        width: 100%;
    }
    .indeve{
        padding: 50px 0;
    }
    .indeve .swiper-container{
        padding: 50px 0;
    }
    .indeve .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
        margin: 0 5px;
    }
    .indeve a{
        padding: 50px 20px;
        min-height: unset;
    }
    .inadv{
        padding: 20px 0 50px;
    }
    .inadv ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .inadv ul li a{
        padding: 30px;
        border-bottom: 2px solid #858585;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .inadv ul li a .title5{
        opacity: 1;
        transform: scale(1);
    }
    .innews{
        padding: 0 0 50px;
    }
    .innews:before{
        display: none;
    }
    .innews ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .innews ul li:nth-child(n+3){
        display: none;
    }
    .innews ul li a .updatetime{
        display: none;
    }
    .incon{
        display: none;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail a{  display: block;  }
    #footer .foottail .footright,
    #footer .foottail .tailimg{  width: 100%;  }
    #footer .foottail .tailimg img{  margin: 15px auto 0;  }
    #footer .foottail .footother{  display: none;  }

    .navabout{
        display: none;
    }
    .about .aboutfl{
        display: none;
    }
    .about .content h1{
        font-size: 30px;
        padding: 0 0 30px;
    }
    .about .content p.qywhline:before{
        display: none;
    }
    .about .content .aboutzs li{
        width: 100%;
        margin: 15px 0;
    }
    .about .content .aboutscsb li{
        width: 100%;
        margin: 15px 0;
    }
    .product .protel{
        display: none;
    }
    .product ul{
        padding: 0;
    }
    .product ul li a .imgurl{
        width: 100%;
    }
    .product ul li a .protitle{
        width: 100%;
        padding: 30px 0;
    }
    .showproduct .protel{
        display: none;
    }
    .showproduct .proone{
        padding: 30px 0 50px;
        background: #fff;
        position: relative;
        z-index: 5;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #014ea2;
    }
    .showproduct .proone .proonefr{
        width: 100%;
    }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(4){
        display: none;
    }
    .showproduct .prothree{
        position: relative;
        z-index: 4;
    }
    .showproduct .prothree .content{
        position: relative;
        overflow: auto;
    }
  	.showproduct .prothree .content table:before{
        content: " > ";
        width: 40px;
        color: #fff;
        font-size: 20px;
        font-family: '宋体';
        text-align: center;
        background: #014ea2;
        border-radius: 50%;
        position: fixed;
        right: .9375rem;
        bottom: 40%;
  	}
    #message.show #center{  width: 90%;  top: 50px;  transform: translate(-50%, 0);  }
    #message #center #feedback{  padding: 20px 0 20px 20px;  margin-bottom: 50px;  }
    #message #center #feedback .pro{  width: calc(100% - 30px);  margin-bottom: 15px;  }
    #message #center #feedback dl{  width: 100%;  padding: 0 30px 15px 0;  }

    .mcimg{
        padding: 30px 0 0;
    }
    .mcimg ul li{
        width: 100%;
        margin: 0!important;
    }
    .news ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .contact .incon{
        display: block;
    }
    .contact .incon .content{
        width: 100%;
        padding: 0 0 20px;
    }
    .contact .incon .content ul li{
        width: 100%;
        padding: 0 0 30px;
    }
    .contact .incon .foot2wm{
        display: none;
    }
    .contact .incon .ftype_input{
        width: 100%;
    }
    .contact .incon .ftype_input input{
        width: 100%;
    }
    .contact .incon .ftype_textarea{
        width: 100%;
    }
}