

/*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,button,input,select,textarea{ font: 12px/1 '微软雅黑'; }
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3,h4,h5,h6{ font-size: 100%; font-weight: normal; }
address,cite,dfn,em,var{ font-style: normal; }
code,kbd,pre,samp,tt{ font-family: '微软雅黑'; }
small{ font-size: 12px; }
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
/* 重置文本格式元素 */
a{ color: #232323; text-decoration: none; transition-duration: .3s; }
a:hover{ color: #11356f; text-decoration: none; transition-duration: .3s; }
abbr[title],acronym[title]{ border-bottom: 1px dotted; cursor: help; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置表单元素 */
legend{ color: #000; }
fieldset,img{ border: none;  display: block; }
button,input,select,textarea{ font-size: 100%; }
/* 重置表格元素 */
table{ border-collapse: collapse; border-spacing: 0; }
/* 重置 hr */
hr{ border: none; height: 1px; }
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:none;border:0;font-size:0;}
/*end Reset css*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a,.mc_pager span{background:#1e1e1e;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a:hover,.mc_pager a.Ahover{background:#11356f;}
.mc_pager a.firstPage,.mc_pager a.lastPage{width:40px;font-weight:bold;}
.mc_pager .PreSpan,.mc_pager .NextSpan{width:50px;}
.mc_pager a.PreA,.mc_pager a.NextA{width:50px;}
.mc_pager .PageText,.mc_pager #metPageT,.mc_pager #metPageB{display:none}
/*end 分页*/

/*滚动条*/
.overflow::-webkit-scrollbar{width:8px; border-radius:50px;}
.overflow::-webkit-scrollbar-track{background-color:#dbdbdb; border-radius:50px;}
.overflow::-webkit-scrollbar-thumb{background-color:#979797; border-radius:50px; border: 2px solid #dbdbdb;}
.overflow::-webkit-scrollbar-thumb:hover {background-color:#979797; border-radius:50px; border: 2px solid #dbdbdb;}
.overflow::-webkit-scrollbar-thumb:active {background-color:#979797; border-radius:50px; border: 2px solid #dbdbdb;}
/*end 滚动条*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #ffffff;}
.BODYCENTER{width: 1200px;margin: auto;position: relative;}
.fl{float: left;}
.fr{float: right;}
em{color: #11356f;}
.wow{visibility: visible!important;}
.content table{margin: 10px 0;border-collapse: collapse;display: table;width: 100%!important;}
.content td,.content th{padding: 10px 50px;border: 1px solid #e6e6e6;color: #565656;vertical-align: middle;width: 1%!important;}
.pro2wm{position:relative;display:inline-block;cursor:pointer;}
.pro2wm .wxewm{filter:Alpha(opacity=0);opacity:0;width:0;height:0;position:absolute;left:40px;bottom:0;z-index:999;transition-duration: .5s;}
.pro2wm:hover .wxewm{filter:Alpha(opacity=100);opacity:1;width:200px;height:200px;box-shadow:0 0 10px rgba(0, 0, 0, .1);transition-duration: .5s;}
/*end web*/

/*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-duration: .36s;
}
a:hover .grow {
    transform: scale(1.1);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .3s;
}
.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: .3s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .logo{
    float: left;
    width: 320px;
    position: relative;
    z-index: 1;
}
#header .logo img{
    width: 100%;
}
#header .lang{
    float: right;
    width: 240px;
    padding: 35.5px 0;
    position: relative;
    z-index: 1;
}
#header .lang .search{
    float: left;
}
#header .lang .search .navsearch_input input{
    float: left;
    width: 88px;
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #f4f4f4;
    outline: 0;
}
#header .lang .search .searchimage{
    float: left;
    padding: 4px 0 4px 10px;
    outline: 0;
}
#header .lang .langen{
    float: left;
    border-left: 2px solid #767676;
    padding-left: 20px;
    margin: 5px 0;
}
/*导航*/
#header .headnav{
    float: left;
    width: calc(92% - 560px);
}
#header .headnav ul{
    float: right;
}
#header .headnav ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 22.5px 40px;
    padding: 0 5px;
    position: relative;
}
#header .headnav ul li:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #1f1f1f;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition-duration: .3s;
}
#header .headnav ul li:hover:before,
#header .headnav ul li.hover:before {
    background: #11356f;
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
}
#header .headnav ul li a{
    display: block;
    color: #1f1f1f;
    font-size: 15px;
    position: relative;
    top: -50px;
    transition-duration: .3s;
}
#header .headnav ul li:hover a,
#header .headnav ul li.hover a{
    top: 0;
}
#header .headnav ul li a p:nth-child(1){
    color: #11356f;
}
@media (max-width:1605px) {
    #header .lang{
        width: 200px;
    }
    #header .headnav{
        width: calc(100% - 520px);
    }
}
@media (max-width:1440px) {
    #header .headnav ul li{
        margin: 22.5px 20px;
    }
}
/*banner*/
#inbanner{
    width: 100%;
    height: 800px;
    padding-top: 100px;
}
#banner{
    overflow: hidden;
    padding-top: 100px;
}
#banner .flash img{
    width: 1920px !important;
    height: auto!important;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/*header*/

/*index*/
.more{
    display: block;
    width: 260px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #b9b9b9;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
}
.more:hover{
    color: #ffffff !important;
    border: 1px solid #11356f;
}
.more:before{
    content: '';
    width: 0;
    height: 100%;
    background: #11356f;
    position: absolute;
    top: 0;
    left: 0;
}
.more:hover:before{
    width: 100%;
    transition-duration: .5s;
}
.more p{
    position: relative;
    z-index: 1;
}

.inlist{
    padding: 5px 0;
    overflow: hidden;
}
.inlist ul li{
    float: left;
    width: 25%;
    padding: 0 2px;
    box-sizing: border-box;
}
.inlist ul li a{
    display: block;
}
.inlist ul li a .listimg{
    overflow: hidden;
    position: relative;
}
.inlist ul li a .listimg:before{
    content: '';
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition-duration: .5s;
}
.inlist ul li a:hover .listimg:before{
    height: 100%;
}
.inlist ul li a .listimg:after{
    content: '';
    border: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    z-index: 2;
    transition-duration: .5s;
}
.inlist ul li a:hover .listimg:after{
    opacity: 1;
}
.inlist ul li a .listimg img{
    width: 100%;
}
.inlist ul li a .listimg i{
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -50%;
    margin: -15px 0 0 -22px;
    z-index: 3;
    transition-duration: .5s;
}
.inlist ul li a:hover .listimg i{
    top: 50%;
}
.inlist ul li a .name{
    color: #333333;
    font-size: 15px;
    padding: 20px 0 15px;
    text-align: center;
}
.inlist ul li a:hover .name{
    color: #11356f;
}
.inlist ul li a .description{
    color: #333333;
    font-size: 13px;
    min-height: 120px;
    line-height: 24px;
    padding: 0 15px;
}
.inlist ul li a h1{
    color: #11356f;
    font-size: 13px;
    padding-bottom: 50px;
    text-align: center;
}
.inlist ul li a h1 i{
    padding-left: 5px;
}
.inpjzx{
    width: 100%;
    height: 430px;
    background: url("/skin/images/inpjzxbj.jpg") center no-repeat;
    overflow: hidden;
}
.inpjzx h3{
    color: #ffffff;
    font-size: 38px;
    padding: 150px 0 0 350px;
    font-family: '微软雅黑 Light';
}
.inpjzx h4{
    width: 400px;
    color: #9b9c9c;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0 30px 350px;
}
.inpjzx .more{
    width: 160px;
    color: #004292;
    border: 0;
    background: #ffffff;
    border-radius: 8px;
    margin-left: 350px;
}
.htmltit .more2{
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: #333333;
}
.htmltit .more2:hover{
    background: #11356f;
}
.htmltit h3{
    display: inline-block;
    color: #6a6a6a;
    font-size: 20px;
    font-family: '微软雅黑 Light';
    border-bottom: 1px solid #dedede;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.htmltit h3 p{
    color: #cbcbcb;
    font-size: 12px;
    font-family: 'Arial';
    padding: 10px 0;
    letter-spacing: 0;
}
.inpro{
    padding: 50px 45px 0;
    overflow: hidden;
}
.inpro .prolist ul li{
    float: left;
    width: 18.4%;
    margin: 10px 2% 0 0;
}
.inpro .prolist ul li:nth-child(5n){
    margin-right: 0;
}
.inpro .prolist ul li a{
    display: block;
}
.inpro .prolist ul li a .proimg{
    overflow: hidden;
}
.inpro .prolist ul li a .proimg img{
    width: 100%;
}
.inpro .prolist ul li a .title{
    color: #000000;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.inpro .prolist ul li a:hover .title{
    color: #11356f;
    border-bottom: 1px solid #f0f2f4;
}
.inpro .prolist .more{
    margin: 50px auto 0;
}
.innews{
    padding: 50px 45px 0;
    overflow: hidden;
}
.innews .htmltit h3{
    margin-bottom: 0;
}
.innews ul li{
    float: left;
    width: 32%;
    margin: 2% 2% 0 0;
}
.innews ul li:nth-child(3n){
    margin-right: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .newsimg{
    overflow: hidden;
}
.innews ul li a .newsimg img{
    width: 100%;
}
.innews ul li a .title{
    color: #363636;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.innews ul li a:hover .title{
    color: #11356f;
}
.innews ul li a .description{
    color: #6a6a6a;
    font-size: 13px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    margin: 20px 0;
}
.inpartners{
    padding: 50px 45px;
    overflow: hidden;
}
/*index*/

/*foot*/
#footer .footcon{
    background: #f3f3f3;
    padding: 50px 0 20px;
}
#footer .footcon li{
    float: left;
    width: 300px;
    padding: 38px 10px 0;
}
#footer .footcon li p{
    color: #6a6a6a;
    line-height: 38px;
}
#footer .footcon li p a{
    color: #6a6a6a;
}
#footer .footcon li p a:hover{
    color: #11356f;
}
#footer .footcon .ewm{
    width: 180px;
    text-align: center;
    padding: 0 60px 0 0;
}
#footer .footcon li .conshare a{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #929292;
    font-size: 18px;
    border: 1px solid #d4d4d4;
    margin: 10px 5px 0 0;
}
#footer .footcon li .conshare a:hover{
    color: #11356f;
    border: 1px solid #11356f;
}
#footer .tail{
    color: #ffffff;
    background: #333333;
    line-height: 24px;
    padding: 20px 0;
}
#footer .tail a{
    color: #ffffff;
}
#footer .tail .tail_a{
    float: right;
    position: relative;
    left: 0;
}
#footer .tail .tail_a:hover{
    left: -5px;
}
/*foot*/

/*product*/
.product .pronav{
    width: 300px;
    padding-bottom: 50px;
}
.product .pronav ul li{
    padding: 10px 50px 0 15px;
    overflow: hidden;
}
.product .pronav ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    background: transparent;
    color: #6a6a6a;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
}
.product .pronav ul li a:hover,
.product .pronav ul li a.hover{
    background: #11356f;
    color: #ffffff;
}
.product .pronav ul li a:before{
    content: '';
    width: 3px;
    height: 30px;
    background: transparent;
    position: absolute;
    top: 2px;
    left: -15px;
    transition-duration: .3s;
}
.product .pronav ul li a:hover:before,
.product .pronav ul li a.hover:before{
    background: #11356f;
}
.product .prolist{
    width: calc(100% - 300px);
}
.product .prolist ul li{
    width: 23.5%;
}
.product .prolist ul li:nth-child(5n){
    margin-right: 2%;
}
.product .prolist ul li:nth-child(4n){
    margin-right: 0;
}
/*showproduct*/
.showproduct{
    width: 880px;
}
/*<!--第一部分-->*/
.one{
    padding: 10px 0 80px;
}
.one .proimg1{
    float: left;
    padding-bottom: 10px;
}
.one .proimg1 .cloud-zoom-lens, .one .proimg1 .cloud-zoom-big{  display: none!important;  }
.one .proimg2{
    float: left;
    width: 480px;
    position: relative;
}
.one .proimg3{
    float: right;
    width: 340px;
}
.one .proimg3 .title{
    color: #232323;
    font-size: 24px;
    padding: 10px;
}
.one .proimg3 .name{
    color: #232323;
    font-size: 15px;
    padding: 15px 10px 25px;
    border-bottom: 1px solid #f0f2f4;
}
.one .proimg3 .content{
    color: #232323;
    font-size: 15px;
    line-height: 35px;
    padding: 10px;
}
.one .proimg3 .mailto{
    display: block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #d70019;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    margin: 10px 0 0 10px;
}
/*end showproduct*/
/*product*/

/*news*/
.news .newsnav{
    float: right;
}
.news .newsnav a{
    display: inline-block;
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: transparent;
    color: #0f1630;
    border-radius: 5px;
    margin-left: 10px;
}
.news .newsnav a:hover,
.news .newsnav a.hover{
    background: #11356f;
    color: #ffffff;
}
.shownews{
    padding: 30px 0 50px;
}
.shownews .title{
    color: #11356f;
    font-size: 18px;
    text-align: center;
}
.shownews .addtime{
    color: #6a6a6a;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.shownews .content{
    color: #6a6a6a;
    line-height: 28px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #6a6a6a;
    line-height: 30px;
    padding-top: 30px;
    border-top: 1px solid #ededed;
}
.shownews .detailpage p a{
    color: #6a6a6a;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #11356f;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    float: right;
    width: 150px;
    border-radius: 5px;
}
/*news*/

/*about*/
.aboutnav{
    line-height: 50px;
    margin-top: 2px;
    background: #11356f;
    color: #ffffff;
}
.aboutnav a{
    color: #ffffff;
}
.aboutnav .wznav{
    float: left;
    text-transform: uppercase;
}
.aboutnav ul{
    float: right;
}
.aboutnav ul a{
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.aboutnav ul a:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition-duration: .3s;
}
.aboutnav ul a:hover:before,
.aboutnav ul a.hover:before {
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
}
/*公司简介*/
.about{
    padding: 50px 0;
}
.about p{
    color: #000000;
    line-height: 32px;
}
.about img{
	display: inline-block;
    max-width: 100%;
}
.gsjj ul:after{
    content: '';
    clear: both;
    display: block;
}
.gsjj ul li{
    float: left;
    width: 350px;
    margin-left: 75px;
}
.gsjj ul li:nth-child(1){
    margin-left: 0;
}
.gsjj ul li img{
    width: 100%;
}
.gsjj .aboutcountup{
    width: 450px;
}
.gsjj .countup h3{
    color: #1069ad;
    font-size: 62px;
    font-family: '微软雅黑 Light';
    padding: 10px 0 20px;
}
.gsjj .countup h1{
    color: #1069ad;
    font-size: 60px;
}
.gsjj .countup ul{
    padding: 50px 0;
}
.gsjj .countup ul li{
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}
.gsjj .countup ul li:nth-child(2){
    border-left: 1px solid #eeeeee;
    padding-left: 30px;
}
.gsjj .countup ul li h6{
    color: #1069ad;
    font-size: 55px;
    font-family: 'Arial';
}
.gsjj .countup ul li:nth-child(2) h6{
    color: #219ab4;
}
.gsjj .countup ul li h6 sup{
    font-size: 30px;
}
.gsjj .countup ul li p{
    color: #9e9e9e;
}
.qywh .content .fl{
    width: 500px;
}
.case{
    padding: 50px 0;
}
.case ul li{
    float: left;
    width: 380px;
    margin: 10px;
}
.case ul li a{
    display: block;
    text-align: center;
}
.case ul li a .caseimg{
    overflow: hidden;
}
.case ul li a .caseimg img{
    width: 100%;
}
.case ul li a p{
    padding: 10px 0;
}
.work ul li{
    width: 280px;
}
.work ul li a .caseimg img{
    height: 210px;
}
/*about*/

/*contact*/
.contact{
    padding: 50px 0 80px;
}
.contact h3{
    color: #030303;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.contact h3:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #040404;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
}
.contact .conbj{
    padding: 30px;
    border: 15px solid #7e7e7e;
}
.contact .conbj ul{
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.contact .conbj ul li{
    float: left;
    width: 33.33%;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.contact .conbj ul li h2{
    color: #232323;
    font-size: 15px;
    padding: 50px 50px 20px;
}
.contact .conbj ul li p{
    color: #232323;
    font-size: 15px;
    padding: 0 50px 50px;
}
/*contact*/

/*partners*/
.partners{
    text-align: center;
    padding: 30px 0 50px;
}
.partners h3{
    color: #030303;
    font-size: 28px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.partners h3:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #040404;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
}
.partners .content{
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
.partners .content li{
    float: left;
    width: 20%;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.partners .content li a{
    display: block;
}
.partners .content li a img{
    margin: auto;
}
/*partners*/