﻿

/*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{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: #323334; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #035cb3; 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%; }
.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:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.met_pager a:hover,.met_pager a.Ahover{background:#035cb3;}
.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;
    top: 0;
}
#header .headerbj{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header .headerbj .headlogo{
    height: 110px;
    padding: 14px 0 14px 60px;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headlang{
    padding: 45px 50px 45px 0;
}
#header .headerbj .headlang a{
    color: #191b1d;
    font-size: 16px;
    line-height: 20px;
    margin: 0 5px;
}
#header .headerbj .headlang a:hover{
    color: #035cb3;
}
#header .headerbj .headnav{
    padding: 35px 0;
}
#header .headerbj.headerinbj{
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition-duration: 1s;
}
#header.height .headerbj.headerinbj{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header .headerbj.headerinbj .headlogo img:nth-child(1),
#header.height .headerbj.headerinbj .headlogo img:nth-child(2){
    display: none;
}
#header.height .headerbj.headerinbj .headlogo img:nth-child(1){
    display: block;
}
#header .headerbj.headerinbj .headlang a{
    color: #fff;
}
#header.height .headerbj.headerinbj .headlang a{
    color: #191b1d;
}
#header.height .headerbj.headerinbj .headlang a:hover{
    color: #035cb3;
}
#header .headerbj.headerinbj .headnav #cssmenu #menu-line{
    background: #fff;
}
#header.height .headerbj.headerinbj .headnav #cssmenu #menu-line{
    background: #035cb3;
}
#header .headerbj.headerinbj .headnav #cssmenu > ul > li > a{
    color: #fff;
}
#header.height .headerbj.headerinbj .headnav #cssmenu > ul > li > a{
    color: #26282a;
}
#header.height .headerbj.headerinbj .headnav #cssmenu > ul > li:hover > a,
#header.height .headerbj.headerinbj .headnav #cssmenu > ul > li.active > a{
    color: #035cb3;
}
/*banner*/
#mcbanner{
    overflow: hidden;
}
/*indexbanner*/
.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{
    padding-top: 110px;
}
.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 #035cb3;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #035cb3;
    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;
    z-index: 2;
}

.incpfw{
    background: #f6f6f6;
    padding: 50px 0;
    overflow: hidden;
}
.indextitle1{
    color: #035cb3;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.indextitle2{
    color: #6d767f;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.incpfw ul li{
    width: 32%;
    margin: 2% 2% 0 0;
    background: #fff;
    position: relative;
    top: 0;
    transition-duration: 1s;
}
.incpfw ul li:nth-child(3){
    margin-right: 0;
}
.incpfw ul li:hover{
    top: -10px;
}
.incpfw ul li .incpfwimg{
    display: block;
    position: relative;
    overflow: hidden;
}
.incpfw ul li .incpfwimg img{
    width: 100%;
}
.incpfw ul li .incpfwimg .namemark{
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    bottom: 0;
}
.incpfw ul li .description{
    color: #5a6066;
    line-height: 24px;
    margin: 20px;
}
.incpfw ul li .more1{
    display: block;
    color: #035cb3;
    line-height: 70px;
    border-top: 1px solid #d4d4d5;
    margin: 0 20px;
    padding: 0 5px;
}
.incpfw ul li .more1 i{
    color: #888f96;
    line-height: 70px;
}
.inad img{
	display: block!important;
}
.inpro{
    background: #f6f6f6;
    border-bottom: 1px solid #d7d8d9;
    padding: 50px 0 80px;
    overflow: hidden;
}
.inpro .inprofl{
    width: 52%;
}
.inpro .inprofl .gallery-top .swiper-slide{
    background: #fff;
    padding: 10px;
}
.inpro .inprofl .gallery-thumbs .swiper-slide{
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin-top: 10px;
}
.inpro .inprofl .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #e5e5e5;
}
.inpro .inprofr{
    width: 43%;
    padding-top: 20px;
}
.inpro .inprofr .indextitle1,
.inpro .inprofr .indextitle2{
    text-align: left;
    padding-top: 10px;
}
.inpro .inprofr .description{
    color: #5a6066;
    line-height: 24px;
    border-bottom: 1px solid #d7d8d9;
    padding: 40px 0;
    margin-bottom: 40px;
}
.inpro .inprofr .more1{
    display: block;
    width: 155px;
    height: 50px;
    color: #176bab;
    line-height: 46px;
    text-align: center;
    background: #eff3f5;
    border: 2px solid #0064a0;
}
.inpro .inprofr .more1 p{
    width: 53px;
    height: 46px;
    background: #0064a0;
}
.inpro .inprofr .more1 p i{
    width: 16px;
    height: 16px;
    color: #0064a0;
    line-height: 16px;
    background: #eff3f5;
    border-radius: 50%;
}
.innews{
    background: #f6f6f6;
    padding: 50px 0 80px;
    overflow: hidden;
}
.innews .innewsfl{
    width: 45.9%;
    padding-top: 40px;
}
.innews .innewsfl a{
    display: block;
    background: #fff;
    padding-bottom: 30px;
}
.innews .innewsfl a .imgurl{
    overflow: hidden;
}
.innews .innewsfl a .title{
    margin: 0 20px;
    color: #0064a0;
    font-size: 18px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews .innewsfl a .updatetime{
    margin: 0 20px;
    color: #9c9c9c;
    font-size: 15px;
    line-height: 70px;
}
.innews .innewsfl a .updatetime i{
    margin-right: 10px;
}
.innews .innewsfl a .description{
    margin: 0 20px;
    color: #515151;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews .innewsfr{
    width: 50%;
}
.innews .innewsfr ul li{
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin-top: 20px;
}
.innews .innewsfr ul li:nth-child(1){
    border: 0;
}
.innews .innewsfr ul li a{
    display: block;
    overflow: hidden;
}
.innews .innewsfr ul li a .imgurl{
    width: 200px;
    overflow: hidden;
}
.innews .innewsfr ul li a .imgurl img{
    max-width: 222px;
}
.innews .innewsfr ul li a .newstitle{
    width: calc(100% - 220px);
}
.innews .innewsfr ul li a .newstitle .title{
    color: #3d3d3d;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews .innewsfr ul li a:hover .newstitle .title{
    color: #176bab;
}
.innews .innewsfr ul li a .newstitle .description{
    margin: 5px 0 15px;
    color: #515151;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews .innewsfr ul li a .newstitle .updatetime{
    color: #adadad;
    font-size: 15px;
}
.innews .innewsfr ul li a .newstitle .updatetime i{
    margin-right: 10px;
}
/*index*/

/*foot*/
#footer{
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding: 50px 0;
    background: #0f1012;
    border-bottom: 1px solid #1b1c1e;
}
#footer .footcon .footnav{
    width: calc(22% - 36px);
}
#footer .footcon .footnav:nth-child(1){
    width: calc(34% - 36px);
}
#footer .footcon .foot2wm{
    width: 144px;
}
#footer .footcon .footnav .navname{
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
}
#footer .footcon .footnav dl a{
    display: inline-block;
    color: #7e8288;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}
#footer .footcon .footnav dl a:hover{
    color: #035cb3;
}
#footer .footcon .footnav dl a:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #035cb3;
    position: absolute;
    top: 15px;
    left: 0;
    opacity: 0;
    transition-duration: 1s;
}
#footer .footcon .footnav dl a:hover:before{
    opacity: 1;
}
#footer .footcon .footnav dl a p{
    position: relative;
    left: 0;
    transition-duration: 1s;
}
#footer .footcon .footnav dl a:hover p{
    left: 15px;
}
#footer .foottail{
    padding: 50px 0;
    background: #0f1012;
}
#footer .foottail .footright,
#footer .foottail .footother{
    color: #505358;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #505358;
}
#footer .foottail .footother a{
    display: inline-block;
    color: #505358;
    margin-top: 10px;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*about*/
.indexnav{
    border-bottom: 1px solid #d5d5d5;
}
.indexnav ul li{
    width: 14.28%;
    border-right: 1px solid #d5d5d5;
}
.indexnav ul li:nth-child(1){
    border-left: 1px solid #d5d5d5;
}
.indexnav ul li a{
    display: block;
    color: #2b2c2d;
    line-height: 30px;
    padding: 15px 20px;
}
.indexnav ul li:nth-child(7) a{
    line-height: 15px;
}
.indexnav ul li a:hover,
.indexnav ul li a.hover{
    color: #fff;
    background: #007bc4;
}
.indexnav ul li a img{
    display: inline-block;
    margin-right: 10px;
}
.indexnav ul li a img:nth-child(2),
.indexnav ul li a:hover img:nth-child(1),
.indexnav ul li a.hover img:nth-child(1){
    display: none;
}
.indexnav ul li a:hover img:nth-child(2),
.indexnav ul li a.hover img:nth-child(2){
    display: block;
}
.about{
    padding: 70px 0 50px;
    overflow: hidden;
}
.about .content{
    color: #323334;
    line-height: 24px;
}
.about .gsjj .gsjjname{
    color: rgba(161, 161, 161, .15);
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.about .gsjj .gsjjname p{
    width: 100%;
    color: #035cb3;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: 25px;
}
.about .gsjj .content{
    width: 62%;
    padding-top: 50px;
}
.about .gsjj .countup{
    width: 33%;
    padding-top: 20px;
}
.about .gsjj .countup .countuplist{
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 10px 20px;
}
.about .gsjj .countup .countuplist .countupfl .shuzi{
    color: #007bc4;
    font-size: 48px;
    font-weight: bold;
}
.about .gsjj .countup .countuplist .countupfl .shuzi sup{
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #007bc4;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    position: relative;
    top: -15px;
    margin-left: 5px;
}
.about .gsjj .countup .countuplist .countupfl .countupname{
    color: #323334;
    padding-top: 5px;
}
.about .gsjj .countup .countuplist .countupfr{
    margin-top: 10px;
}
.about .gsjj .work{
    padding: 20px 0;
}
.about .gsjj .work li{
    width: 32%;
    margin: 2% 2% 0 0;
}
.about .gsjj .work li:nth-child(3n){
    margin-right: 0;
}
.about .gsjj .work li img{
    width: 100%;
}
.about .dszzc .dszzcimg{
    float: left;
    margin-right: 30px;
}
.about .qyzzimg1 img{
    width: 25%;
    padding-right: 10px;
}
.about .qyzzimg2 img{
    width: 50%;
}
.about .qyzz1{
	color: #007bc4;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}
.about .qyzz2{
    color: #1a0b0e;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 10px;
}
.about .cpyy img{
    width: 25%;
    padding-right: 10px;
}
.about .zzzzcq tr td{
	width: 0 !important;
    background: #efefef;
}
.about .zzzzcq tr:nth-child(1) td{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #007bc4;
}
.about .zzzzcq tr:nth-child(2n) td{
    background: #fff;
}
/*about*/

/*search*/
.prosearch{
    padding: 9px;
    border: 1px solid rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin: -280px 0 0 -300px;
}
.prosearch form .input-lg{
    float: left;
    width: 470px;
    height: 60px;
    padding: 0 20px;
    color: #000;
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: 0;
    outline: 0;
}
.prosearch form .input-search-btn{
    float: right;
    width: 110px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    background: #007bb5;
    border-radius: 0 5px 5px 0;
    border: 0;
    outline: 0;
    position: unset;
}
/*search*/

/*product*/
.product{
    overflow: hidden;
}
.product .pronav{
    width: 260px;
    margin: 50px 0;
}
.product .pronav .pronavtitle{
    color: #fff;
    font-size: 24px;
    line-height: 110px;
    background: #007bc4 url(img/pronavtitle.jpg) right bottom no-repeat;
    padding: 0 30px;
}
.product .pronav ul{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.product .pronav ul li{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}
.product .pronav ul li > a{
    display: block;
    color: #2b2c2d;
    line-height: 20px;
    padding: 10px 20px;
}
.product .pronav ul li:hover > a,
.product .pronav ul li.hover > a{
    color: #fff;
    background: #2b2c2d;
}
.product .pronav ul li .navdown{
    width: 100%!important;
    display: none;
}
.product .pronav ul li.hover .navdown{
    display: block;
}
.product .pronav ul li .navdown a{
    display: block;
    color: #2b2c2d;
    line-height: 20px;
    padding: 10px 20px;
    border-top: 1px dotted #2b2c2d;
}
.product .pronav ul li .navdown a:hover,
.product .pronav ul li .navdown a.hover{
    color: #035cb3;
}
.product .prolist{
    width: calc(100% - 290px);
    padding-top: 20px;
}
.product .prolist ul li{
    border: 1px solid #e8e8e9;
    padding: 10px;
    margin-top: 30px;
}
.product .prolist ul li .imgurl{
    width: 310px;
    overflow: hidden;
    border-right: 1px solid #d5d5d5;
}
.product .prolist ul li .protitle{
    width: calc(100% - 330px);
}
.product .prolist ul li .protitle .title{
    margin: 15px 0 20px;
    color: #007bc4;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product .prolist ul li .protitle .description{
    margin: 0 0 30px;
    color: #2b2c2d;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product .prolist ul li .protitle .proshare a{  display: inline-block;  color: #fff;  font-size: 14px;  background: #a7adb1;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.product .prolist ul li .protitle .proshare a.procon{  width: 130px;  background: #007bc4;  }
.product .prolist ul li .protitle .proshare a.procon i{  padding-right: 10px;  }
.product .prolist ul li .protitle .proshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.product .prolist ul li .protitle .proshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.product .prolist ul li .protitle .proshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.product .prolist ul li .protitle .proshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
/*showproduct*/
.showproduct{  width: calc(100% - 290px);  padding: 50px 0 70px;  }
/*<!--????????????-->*/
.showproduct .proone{  border: 1px solid #e8e8e9;  padding: 30px 30px 50px;  }
.showproduct .proone .proonefl{  border-right: 1px solid #d5d5d5;  padding-right: 30px;  }
.showproduct .proone .proimgurl{  width: 400px;  margin: auto;  }
.showproduct .proone .prodisplayimg{  width: 360px;  margin: 10px auto 0;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 480px);  }
.showproduct .proone .proonefr .proonetitle{  color: #007bc4;  font-size: 16px;  line-height: 25px;  padding: 10px 0 50px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #fff;  font-size: 14px;  background: #a7adb1;  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: #007bc4;  }
.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 .proone .contitle{  color: #007bb5;  font-size: 18px;  line-height: 50px;  border-bottom: 3px solid #bbbbbb;  margin: 20px 0;  }
.showproduct .proone .contitle span{  display: inline-block;  padding: 0 10px;  position: relative;  }
.showproduct .proone .contitle span:before{  content: '';  width: 100%;  height: 3px;  background: #007bb5;  position: absolute;  left: 0;  bottom: -3px;  }
.showproduct .proone .content{  color: #2b2c2d;  line-height: 24px;  }
.showproduct .proone .content ul li{  float: left;  width: 48%;  line-height: 50px;  border-bottom: 1px solid #dfe0e0;  padding: 0 5px;  }
.showproduct .proone .content ul li:nth-child(2n){  float: right;  }
/*<!--????????????-->*/
.showproduct .protwo{  font-family: 'Arial';  margin-top: 40px;  padding: 10px 0;  position: relative;  border-top: 1px dotted #aaabab;  border-bottom: 1px dotted #aaabab;  }
.showproduct .protwo:before{  content: '';  width: 1px;  height: 60px;  background: #dfdfdf;  position: absolute;  top: 50%;  left: 50%;  margin-top: -30px;  }
.showproduct .protwo .page_left,
.showproduct .protwo .page_right{  width: 50%;  }
.showproduct .protwo .page_left a,
.showproduct .protwo .page_right a{  display: block;  padding: 20px;  border-radius: 5px;  }
.showproduct .protwo .page_left a{  margin-right: 30px;  text-align: left;  }
.showproduct .protwo .page_right a{  margin-left: 30px;  text-align: right;  }
.showproduct .protwo .page_left a:hover,
.showproduct .protwo .page_right a:hover{  background: #007bb5;  }
.showproduct .protwo .page_left a .page1,
.showproduct .protwo .page_right a .page1{  color: #393939;  border: 1px solid #393939;  width: 40px;  height: 40px;  line-height: 40px;  text-align: center;  font-size: 20px;  }
.showproduct .protwo .page_left a .page1{  margin-right: 20px;  }
.showproduct .protwo .page_right a .page1{  margin-left: 20px;  }
.showproduct .protwo .page_left a:hover .page1,
.showproduct .protwo .page_right a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.showproduct .protwo .page_left a .page2,
.showproduct .protwo .page_right a .page2{  font-size: 16px;  color: #434343;  padding: 3px;  }
.showproduct .protwo .page_left a:hover .page2,
.showproduct .protwo .page_right a:hover .page2{  color: #fff;  }
.showproduct .protwo .page_left a .page3,
.showproduct .protwo .page_right a .page3{  font-size: 14px;  color: #434343;  padding: 3px;  height: 20px;  line-height: 16px;  overflow: hidden;  }
.showproduct .protwo .page_left a:hover .page3,
.showproduct .protwo .page_right a:hover .page3{  color: #fff;  }
/*product*/

/*news*/
.news{
    overflow: hidden;
}
.news ul li{
    width: 32%;
    margin: 50px 2% 0 0;
}
.news ul li:nth-child(3n){
    margin-right: 0;
}
.news ul li a{
    display: block;
    position: relative;
    top: 0;
}
.news ul li a:hover{
    top: -10px;
}
.news ul li a .imgurl{
    overflow: hidden;
}
.news ul li a .imgurl img{
    width: 100%;
}
.news ul li a .title{
    margin: 20px 20px 5px;
    color: #2b2c2d;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .title{
    color: #035cb3;
}
.news ul li a .updatetime{
    color: #9b9b9b;
    margin: 0 20px;
}
.news ul li a .description{
    margin: 20px 20px 30px;
    color: #5e6164;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news ul li a .more1{
    color: #035cb3;
    border-top: 1px solid #d4d4d5;
    padding: 30px 10px 0;
}
.news ul li a .more1 i{
    color: #888f96;
}
/*shownews*/
.shownews{
    overflow: hidden;
}
.shownews .newslist{
    width: 65%;
    padding-top: 40px;
}
.shownews .newslist .title{
    color: #2b2c2d;
    font-size: 18px;
    line-height: 30px;
}
.shownews .newslist .updatetime{
    color: #838587;
    padding: 10px 0;
}
.shownews .newslist .content{
    color: #69696a;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #69696a;
    padding: 30px 0 50px;
    border-top: 1px solid #bfbfc0;
}
.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: #69696a;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #035cb3;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more2{
    color: #fff;
    background: #007bc4;
    border-radius: 5px;
    padding: 10px 25px;
}
.shownews .newsbar{
    width: 30%;
    padding: 50px 0;
}
.shownews .newsbar .newshot{
    color: #007bc4;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
}
.shownews .newsbar .newshot:before{
    content: '';
    width: 35px;
    height: 8px;
    background: #007bc4;
    position: absolute;
    top: 8px;
    left: 0;
}
.shownews .newsbar ul li a{
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 30px 0 20px;
}
.shownews .newsbar ul li a .title{
    color: #525354;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shownews .newsbar ul li a:hover .title{
    color: #035cb3;
}
.shownews .newsbar ul li a .updatetime{
    color: #a3a3a3;
    padding: 10px 0 20px;
}
.shownews .newsbar ul li a .description{
    color: #7e7f7f;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*news*/

/*standard*/
.standard{
    overflow: hidden;
}
.standard .pronav{
    width: 260px;
    margin: 50px 0;
}
.standard .pronav .pronavtitle{
    color: #fff;
    font-size: 24px;
    line-height: 110px;
    background: #007bc4 url(/skin/images/standardnav.jpg) right bottom no-repeat;
    padding: 0 30px;
}
.standard .pronav ul{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.standard .pronav ul li{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}
.standard .pronav ul li > a{
    display: block;
    color: #2b2c2d;
    line-height: 20px;
    padding: 10px 20px;
}
.standard .pronav ul li:hover > a,
.standard .pronav ul li.hover > a{
    color: #fff;
    background: #2b2c2d;
}
.standard .pronav ul li .navdown{
    width: 100%!important;
    display: none;
}
.standard .pronav ul li.hover .navdown{
    display: block;
}
.standard .pronav ul li .navdown a{
    display: block;
    color: #2b2c2d;
    line-height: 20px;
    padding: 10px 20px;
    border-top: 1px dotted #2b2c2d;
}
.standard .pronav ul li .navdown a:hover,
.standard .pronav ul li .navdown a.hover{
    color: #035cb3;
}
.standard .downlist{
    width: calc(100% - 290px);
    padding-top: 40px;
}
.standard .downlist ul li{
    border: 1px solid #e8e8e9;
    margin-top: 10px;
    overflow: hidden;
}
.standard .downlist ul li .title{
    width: calc(100% - 150px);
    padding: 0 30px;
    color: #2b2c2d;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.standard .downlist ul li .downurl{
    border-left: 1px solid #d5d5d5;
    line-height: 60px;
    padding: 0 30px;
}
.standard .downlist ul li .downurl i{
    color: #007bc4;
    margin-right: 10px;
}
/*standard*/

/*contact*/
.contact{
    overflow: hidden;
}
.contact .content{
    color: #323334;
    line-height: 24px;
    padding: 50px 0;
}
.contact .contactname{
    color: rgba(50, 51, 52, .1);
    font-size: 88px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.contact .contactname p{
    width: 100%;
    color: #323334;
    font-size: 36px;
    font-weight: normal;
    position: absolute;
    top: 25px;
}
.contact .contact2wm{
    width: 200px;
    border: 1px solid #d8d8d8;
    margin: 30px auto;
}
.contact .contactlist{
    padding-bottom: 80px;
}
.contact .contactlist li{
    width: 32%;
    margin-left: 2%;
}
.contact .contactlist li:nth-child(1){
    margin-left: 0;
}
.contact .contactlist li .contactimg{
    width: 50px;
    margin-top: 10px;
}
.contact .contactlist li .contactadd{
    width: calc(100% - 50px);
}
.contact .contactlist li .contactadd p{
    color: #323334;
    line-height: 40px;
    border-bottom: 1px solid #d6d6d6;
}
.contact .contactfeed{
    background: #f0f0f0;
}
.contact .contactfeed #feedback{
    padding: 100px 0 80px 50px;
}
.contact .content .cjwtjd li{
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.contact .content .cjwtjd li p:nth-child(1){
    background: #f3f3f3;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 30px;
}
.contact .content .cjwtjd li p:nth-child(2){
    padding: 25px 30px;
}
/*contact*/

/*download*/
.download{
    padding-top: 20px;
    overflow: hidden;
}
.download ul li{
    width: 32%;
    margin: 2% 2% 0 0;
}
.download ul li:nth-child(3n){
    margin-right: 0;
}
.download ul li a{
    display: block;
}
.download ul li .content{
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.download ul li .content img{
    width: 100%;
}
.download ul li .downicon{
    float: right;
    padding: 18px 10px 0;
}
.download ul li .title{
    color: #333;
    font-size: 16px;
    padding: 15px 5px 0;
}
.download ul li:hover .title{
    color: #035cb3;
}
.download ul li .updatetime{
    color: #535353;
    font-size: 14px;
    padding: 10px 5px;
}
/*download*/

/*job*/
.mcjob{
    padding-top: 50px;
    overflow: hidden;
}
.mcjob .mcjobtitle{
    color: #fff;
    background: #035cb3;
    border-radius: 5px;
}
.mcjob .mcjobtitle ul li{
    float: left;
    width: 16.66%;
    line-height: 60px;
    text-align: center;
}
.mcjob .mcjobtitle ul li:nth-child(1){
    text-align: left;
    padding-left: 30px;
}
.mcjob .mcjoblist ul li{
    margin-top: 20px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    cursor: pointer;
}
.mcjob .mcjoblist ul li dl{
    float: left;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #464646;
}
.mcjob .mcjoblist ul li dl:nth-child(1){
    text-align: left;
    padding-left: 30px;
}
.mcjob .mcjoblist ul li dl.jobicon{
    background: url(img/jobicon1.jpg) center no-repeat;
}
.mcjob .mcjoblist ul li:hover dl.jobicon{
    background: url(/skin/images/jobicon2.jpg) center no-repeat;
}
.mcjob .mcjoblist ul li .jobcontent{
    border-top: 1px dotted #9c9c9c;
    margin: 0 10px;
    display: none;
}
.mcjob .mcjoblist ul li .jobcontent .content{
    color: #585858;
    font-size: 14px;
    line-height: 2;
    padding: 30px 20px;
}
.mcjob .mcjoblist ul li .jobcontent .card-body-footer .btn-squared{
    float: right;
    width: 115px;
    height: 115px;
    line-height: 115px;
    color: #fff;
    font-size: 24px;
    background: #035cb3;
    border-radius: 50%;
    margin: 5% 5% 0 0;
    padding: 0;
    border: 0;
}
.modal-backdrop{
    z-index: 10001;
}
.modal{
    z-index: 10002;
}
.modal .radio-custom{
    display: inline-block;
    line-height: 20px;
    margin-left: 20px;
}
.modal .met-getcode{
    max-width: none;
}
/*job*/
@media (max-width: 1200px){
    #header .headerbj .headlogo{
        padding-left: 20px;
    }
    #header .headerbj .headlang{
        padding-right: 20px;
    }
    #header .headerbj .headnav #cssmenu > ul > li{
        margin-right: 30px;
    }
    .indexnav ul li a{
        font-size: 12px;
        padding: 15px 0 15px 15px;
    }
    .showproduct .proone .proonefl{
        width: 100%;
        border: 0;
        padding: 0;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
    .showproduct .proone .proonefr{
        width: 100%;
    }
    .showproduct .proone .proonefr .proonetitle{
        padding: 50px 0;
    }
}
/*?????????*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #035cb3;  }
#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: #fff;  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: #333;  font-size: 16px;  line-height: 20px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid #f1f1f1;  }
.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(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: #888;  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(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: #bbb;  font-size: 14px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #035cb3 !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 #f1f1f1;  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: #333;  font-size: 15px;  position: relative;  top: -1px;  }
/*????????????*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #035cb3;  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(img/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 #035cb3;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #035cb3;  }
#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: #035cb3;  }
.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(img/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 #035cb3;  }
.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: #035cb3;  }
/*?????????*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .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 .headlang,
    #header .headerbj .headnav,
    #header .headerbj .headlogo img{
        display: none;
    }
    #header .headerbj .headlogo img:nth-child(1){
        display: block !important;
    }
    #header .headerbj{
        background: #fff !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important;
    }
    #header .headerbj .headlogo{
        height: 50px;
        padding: 5px;
    }
    #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;
    }
    .indextitle1{
        font-size: 20px;
    }
    .incpfw ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .inpro{
        padding: 50px 0;
    }
    .inpro .inprofl{
        width: 100%;
    }
    .inpro .inprofr{
        width: 100%;
        padding-top: 50px;
    }
    .innews{
        padding: 50px 0;
    }
    .innews .innewsfl{
        width: 100%;
    }
    .innews .innewsfr{
        width: 100%;
    }
    .innews .innewsfr ul li a .imgurl,
    .innews .innewsfr ul li a .imgurl img{
        width: 100%;
        max-width: 100%;
    }
    .innews .innewsfr ul li a .newstitle{
        width: 100%;
        padding-top: 20px;
    }
    #footer .footcon{
        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;  }

    .otherbanner{
        padding: 0;
    }
    .indexnav{
        display: none;
    }
    .about{
        padding: 50px 0;
    }
    .about .gsjj .content{
        width: 100%;
    }
    .about .gsjj .countup{
        width: 100%;
        padding: 0;
    }
    .about .gsjj .work{
        padding: 0;
    }
    .about .gsjj .work li{
        width: 100%;
        margin: 30px 0 0;
    }
    .about .dszzc .dszzcimg{
        width: 100%;
        margin: 0 0 30px;
    }
  	.about .qyzzimg1 img,
  	.about .cpyy img{
        width: 50%;
        padding: 0 10px 10px 0;
  	}
    .about .qyzzimg2 img{
        width: 100%;
        padding: 10px 0;
    }
    .prosearch{
        margin: -125px 0 0 -150px;
    }
    .prosearch form .input-lg{
        width: 200px;
        height: 50px;
    }
    .prosearch form .input-search-btn{
        width: 80px;
        height: 50px;
        font-size: 20px;
    }
    .product .container{
        padding: 0;
    }
    .product .pronav{
        display: none;
    }
    .product .prolist{
        width: 100%;
        padding: 0;
    }
    .product .prolist ul li{
        width: 90%;
        margin: 30px 5% 0;
    }
    .product .prolist ul li .imgurl{
        width: 100%;
        border: 0;
    }
    .product .prolist ul li .protitle{
        width: 100%;
    }
    .product .prolist ul li .protitle .proshare .pro2wm:nth-child(4){
        display: none;
    }
    .showproduct{
        width: 100%;
        padding: 30px 5% 50px;
    }
    .showproduct .proone{
        padding: 20px;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #035cb3;
    }
    .showproduct .proone .proonefr .proonetitle{
        padding: 30px 0;
    }
    .showproduct .proone .proonefr .prooneshare .pro2wm:nth-child(4){
        display: none;
    }
  	.showproduct .proone .content{
		overflow: auto;
  	}
    .showproduct .proone .content ul li{
        width: 100%;
    }
    .showproduct .protwo .page_left a .page1,
    .showproduct .protwo .page_left a .page3,
    .showproduct .protwo .page_right a .page1,
    .showproduct .protwo .page_right a .page3{
        display: none;
    }
    #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;  }

    .news ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .shownews .newslist{
        width: 100%;
    }
    .shownews .detailpage .more2{
        display: none;
    }
    .shownews .newsbar{
        display: none;
    }
    .standard .container{
        padding: 0;
    }
    .standard .pronav{
        display: none;
    }
    .standard .downlist{
        width: 100%;
        padding: 0;
    }
    .standard .downlist ul li{
        width: 90%;
        margin: 30px 5% 0;
    }
    .standard .downlist ul li .title{
        width: calc(100% - 90px);
        padding: 0 10px;
    }
    .standard .downlist ul li .downurl{
        font-size: 12px;
        padding: 0 8px;
    }
    .contact .contactname{
        font-size: 60px;
    }
    .contact .contactname p{
        font-size: 30px;
        top: 15px;
    }
    .contact .contactlist{
        padding-bottom: 20px;
    }
    .contact .contactlist li{
        width: 100%;
        margin: 0 0 30px;
    }
    .contact .contactfeed #feedback{
        padding: 50px 0 40px 10px;
    }
    .contact .contactfeed #feedback dl{
        width: 100%;
        padding-bottom: 10px;
    }
    .download{
        padding: 0;
    }
    .download ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .mcjob{
        padding: 0;
    }
    .mcjob .mcjobtitle,
    .mcjob .mcjoblist ul li dl{
        display: none;
    }
    .mcjob .mcjoblist ul li dl:nth-child(1){
        display: block;
        width: 100%;
    }
    .mcjob .mcjoblist ul li .jobcontent{
        display: block;
    }
    .mcjob .mcjoblist ul li .jobcontent .card-body-footer .btn-squared{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin: 10% 0 0;
    }
}