
@font-face{
    font-family: 'Roboto BoldCondensed';
    src: url('/skin/fonts/robotoboldcondensed.eot');
    src: url('/skin/fonts/robotoboldcondensed.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/robotoboldcondensed.woff2') format('woff2'),
    url('/skin/fonts/robotoboldcondensed.woff') format('woff'),
    url('/skin/fonts/robotoboldcondensed.ttf') format('truetype'),
    url('/skin/fonts/roboto boldcondensed.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font1{  font-family: 'Roboto BoldCondensed';  }
@font-face{
    font-family: 'Roboto Light';
    src: url('/skin/fonts/robotolight.eot');
    src: url('/skin/fonts/robotolight.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/robotolight.woff2') format('woff2'),
    url('/skin/fonts/robotolight.woff') format('woff'),
    url('/skin/fonts/robotolight.ttf') format('truetype'),
    url('/skin/fonts/roboto light.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font2{  font-family: 'Roboto Light';  }

/*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; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #515151; text-decoration: none; transition-duration: .3s; }
a:hover{ color: #0055a7; 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*/

/*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: #0055a7;}
.wow{visibility: visible!important;}
.content:after{content: '';clear: both;display: block;}
.content img{max-width: 100%;display: inline-block;}
.content table{margin: 10px 0;border-collapse: collapse;display: table;width: 100%!important;}
.content td,.content th{padding: 10px;border: 1px solid #d4d4d4;color: #353431;vertical-align: middle;width: 1%!important;}
/*end web*/

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

/*二维码显示*/
.pro2wm{position:relative;display:inline-block;cursor:pointer;box-sizing:unset;}
.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:.3s;}
.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:.3s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;height:200px;padding:8px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-88px;z-index:999;transition-duration:.3s;}
.pro2wm:hover .wxewm{opacity:1;width:200px;padding:8px;}
/*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 0.36s ease;
}
a:hover .grow {
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: 0.36s;
}
.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: 0.36s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*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{
    width: 380px;
    height: 70px;
    padding: 5px 0;
}
#header .logo img{
    height: 100%;
    float: left;
    padding-right: 15px;
}
#header .logo p{
    color: #2c3136;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.8px;
    padding: 10px 0 5px;
    font-family: '微软雅黑'!important;
}
#header .logo span{
    display: block;
    color: #2c3136;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial'!important;
}
#header .lang{
    margin: 22px 0;
}
#header .lang a{
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    background: #0065b4;
    border-radius: 50%;
    margin-left: 5px;
}
#header .lang a:hover{
    background: #3a95dc;
}
#header .headnav{
    padding: 0;
}
/*banner*/
.met-banner{
    padding-top: 40px;
}
.met-banner .carousel-indicators li{
    width: 38px;
    height: 3px;
    background: #202020;
    transform: translate(0,0);
}
.met-banner .carousel-indicators li.active{
    background: #0055a7;
}
.met-banner .carousel-indicators li:after{
    display: none;
}
.met-banner .carousel-control .icon{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 100%;
    background: #fff;
    font: 40px/50px '宋体';
    text-align: center;
    color: #000000;
}
.met-banner.pcbanner{
    padding-top: 70px;
}
.met-banner.pcbanner .carousel-indicators,
.met-banner.pcbanner .carousel-control{
    display: none;
}
.met-banner.pcbanner .carousel-inner > .carousel-item > img.w-full{
    width: 1920px !important;
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/*header*/

/*index*/
#main{
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.more{
    display: inline-block;
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #343639;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.more:hover,
a:hover .more{
    color: #ffffff !important;
}
.more:before{
    content: '';
    width: 0;
    height: 100%;
    background: #0055a7;
    position: absolute;
    top: 0;
    left: 0;
}
.more:hover:before,
a:hover .more:before{
    width: 100%;
    transition-duration: .5s;
}
.more p{
    position: relative;
    z-index: 1;
}

.inabout{
    padding: 70px 0;
    overflow: hidden;
}
.inabout .invideo{
    border: 5px solid #0055a7;
    border-radius: 5px;
}
.inabout .inaboutr{
    width: 660px;
    padding: 0 40px 0 60px;
}
.inabout .inaboutr h1{
    color: #0055a7;
    font-size: 48px;
}
.inabout .inaboutr h2{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
}
.inabout .inaboutr .description{
    color: #343639;
    line-height: 22px;
    padding: 30px 0 50px;
}
.inhotling{
    background: #0055a7;
}
.inhotling h1{
    color: #ffffff;
    font-size: 62px;
    padding-top: 30px;
}
.inhotling h2{
    color: #ffffff;
    font-size: 30px;
    padding: 5px 0 15px;
}
.inhotling .description{
    width: 500px;
    color: #4f8fcd;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 50px;
}
.inhotling .inhotlingimg{
    position: absolute;
    bottom: 0;
    right: -88px;
}
.inhotling .inhotlingimg h3{
    color: #2a3744;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 120px;
    left: 30px;
}
.inhotling .inhotlingimg h3 span{
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}
.inhotling .inhotlingimg h4{
    color: #0055a7;
    font-size: 32px;
    position: absolute;
    bottom: 80px;
    left: 30px;
}
.inpro{
    background: #eeeff0;
    padding: 50px 0 70px;
    overflow: hidden;
}
.inpro .namemark h1{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
}
.inpro .namemark h2{
    color: #898989;
    font-size: 14px;
    padding: 10px 0 20px;
}
.inpro .inprocolumn a{
    padding: 0 20px;
    box-shadow: none;
    margin-left: 5px;
}
.inpro .inprocolumn a:nth-child(n+9){
    display: none;
}
.inpro .inprocolumn a.hover{
    color: #ffffff;
    background: #0055a7;
}
.inpro ul li{
    float: left;
    width: 277.5px;
    margin: 30px 30px 0 0;
}
.inpro ul li:nth-child(4n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.inpro ul li a:after{
    content: '';
    width: 0;
    height: 2px;
    background: #0055a7;
    position: absolute;
    left: 0;
    top: 277px;
    transition-duration: .5s;
}
.inpro ul li a:hover:after{
    width: 100%;
}
.inpro ul li a .proimg{
    overflow: hidden;
    border-bottom: 2px solid #eeeff0;
}
.inpro ul li a .proimg img{
    width: 100%;
}
.inpro ul li a i{
    float: right;
    margin: 18px 20px 0 0;
}
.inpro ul li a .title{
    margin: 20px 0 0 20px;
    color: #343639;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a:hover .title{
    color: #0055a7;
}
.inpro ul li a .name{
    margin: 0 0 0 20px;
    color: #343639;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews{
    border-bottom: 1px solid #eeeff0;
    overflow: hidden;
}
.innews .inname{
    padding: 50px 0;
    border-bottom: 1px solid #eeeff0;
}
.innews .inname .namemark h1{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
}
.innews .inname .namemark h2{
    color: #898989;
    font-size: 14px;
    padding: 10px 0 0;
}
.innews .inname .inprocolumn a{
    padding: 0 20px;
    box-shadow: none;
    margin-left: 5px;
}
.innews .inname .inprocolumn a.hover{
    color: #ffffff;
    background: #0055a7;
}
.innews .innewsl{
    width: 50%;
    padding: 30px 45px 0 0;
}
.innews .innewsr{
    width: 50%;
    padding: 30px 14px 50px 30px;
    border-left: 1px solid #eeeff0;
}
.innews .innewsr ul li{
    border-bottom: 1px solid #eeeff0;
}
.innews .innewsr ul li:nth-child(1){
    display: none;
}
.innews ul li a{
    display: block;
    padding: 20px 0;
    position: relative;
    top: 0;
}
.innews ul li a:hover{
    top: -3px;
}
.innews ul li a .time{
    color: #aaafb2;
    font-size: 24px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.innews ul li a .time p{
    position: relative;
    top: -30px;
}
.innews ul li a .fr{
    width: 475px;
}
.innews ul li a .title{
    color: #343639;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li a:hover .title{
    color: #0055a7;
}
.innews ul li a .description{
    color: #5a5d62;
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews ul li a img{
    margin-top: 50px;
}
.indexlist{
    padding: 70px 0;
    border-bottom: 1px solid #eeeff0;
    overflow: hidden;
}
.indexlist ul li{
    float: left;
    width: 380px;
    margin-left: 30px;
}
.indexlist ul li:nth-child(1){
    margin-left: 0;
}
.indexlist ul li a{
    display: block;
}
.indexlist ul li a img{
    border-radius: 10px;
}
#link{
    padding: 30px 0;
}
#link img{
    height: 120px;
    margin-right: 80px;
}
/*index*/

/*foot*/
#footer{
    padding-top: 50px;
    background: #202336;
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding-bottom: 50px;
}
#footer .footcon h3{
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 20px;
}
#footer .footcon .footnav{
    width: 200px;
    padding-right: 70px;
}
#footer .footcon .footnav p{
    display: inline-block;
    position: relative;
}
#footer .footcon .footnav p:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #0055a7;
    position: absolute;
    left: 0;
    top: 14px;
    opacity: 0;
    transition-duration: .3s;
}
#footer .footcon .footnav p:hover:before{
    opacity: 1;
}
#footer .footcon .footnav p a{
    display: block;
    color: #7d8094;
    line-height: 30px;
    position: relative;
    left: 0;
    transition-duration: .3s;
}
#footer .footcon .footnav p:hover a{
    color: #0055a7;
    left: 15px;
}
#footer .footcon .footadd{
    width: 340px;
}
#footer .footcon .footadd .footfx{
    padding: 8px 0;
}
#footer .footcon .footadd .footfx a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #191b2a;
    border-radius: 50%;
    margin: -3px 10px 10px 1px;
}
#footer .footcon .footadd .footfx a:hover{
    background: #0055a7;
}
#footer .footcon .footadd p{
    color: #7d8094;
    line-height: 30px;
}
#footer .footcon .footadd p a{
    color: #7d8094;
}
#footer .footcon .footadd p a:hover{
    color: #0055a7;
}
#footer .footfeed{
    width: 660px;
}
#footer .footfeed .foottype_input{
    float: left;
    position: relative;
}
#footer .footfeed .foottype_input input{
    width: 200px;
    height: 35px;
    border: 1px solid #282c41;
    border-radius: 5px;
    background: #191b2a;
    color: #ffffff;
    padding: 0 10px;
    margin: 0 20px 20px 0;
    outline: 0;
}
#footer .footfeed .foottype_textarea textarea{
    width: 640px;
    height: 90px;
    line-height: 24px;
    border: 1px solid #282c41;
    border-radius: 5px;
    background: #191b2a;
    color: #ffffff;
    padding: 10px;
    margin: 0 20px 20px 0;
    outline: 0;
}
#footer .footfeed .foottype_code img{
    height: 15px;
    position: absolute;
    top: 10px;
    right: 28px;
}
#footer .footfeed .footnoborder button{
    width: 130px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: 0;
    outline: 0;
    cursor: pointer;
}
#footer .footfeed .footnoborder button i{
    float: right;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #28292b;
    background: #ffffff;
}
#footer .tail{
    color: #4b536a;
    border-top: 1px solid #393d57;
    line-height: 22px;
    padding: 50px 0;
}
#footer .tail a{
    color: #4b536a;
}
#footer .tail .tail_a{
    float: right;
    position: relative;
    left: 0;
}
#footer .tail .tail_a:hover{
    left: -5px;
}
/*foot*/

/*search*/
.search{
    padding: 9px;
    border: 1px solid rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.3);
    border-radius: 8px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -300px;
}
.search .form-group{
    margin: 0;
}
.search .form-group .input-search .form-control{
    float: left;
    width: 470px;
    height: 60px;
    padding: 0 20px;
    border-radius: 8px 0 0 8px;
    border: 0;
    outline: 0;
}
.search .form-group .input-search .input-search-btn{
    float: right;
    width: 110px;
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    background: #0055a7;
    border-radius: 0 8px 8px 0;
    border: 0;
    outline: 0;
    position: unset;
}
.met-search{
    padding-top: 50px;
    line-height: 30px;
}
.met-search ul li a{
    display: block;
}
/*search*/

/*product*/
.product{
    background: #eeeff0;
}
.product .pronav{
    width: 270px;
    margin: 50px 0;
    border-radius: 10px;
    overflow: hidden;
}
.product .pronav .namemark{
    width: 270px;
    padding: 20px;
    background: linear-gradient(to right, #4d82e4 , #1158ad);
}
.product .pronav .namemark h3{
    color: #ffffff;
    font-size: 24px;
}
.product .pronav .namemark h4{
    color: #81aae1;
}
.product .pronav ul{
    padding: 10px 20px 30px;
    background: #ffffff;
}
.product .pronav ul li a{
    display: block;
    color: #191b2a;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e5;
}
.product .pronav ul li a:hover,
.product .pronav ul li.hover a{
    color: #0055a7;
}
.product .pronav ul li .navdown{
    display: none;
}
.product .pronav ul li.hover .navdown{
    display: block;
}
.product .pronav ul li .navdown a{
    color: #191b2a;
    padding-left: 20px;
    border-bottom: 0;
}
.product .pronav ul li .navdown a:hover,
.product .pronav ul li .navdown a.hover{
    color: #0055a7;
}
.product .prolist{
    width: 900px;
    padding: 20px 0 0;
}
.product .prolist ul li{
    width: 280px;
    margin: 30px 30px 0 0;
}
.product .prolist ul li:nth-child(3n){
    margin-right: 0;
}
.product .prolist ul li a:after{
    top: 280px;
}
/*showproduct*/
.showproduct{
    width: 900px;
    padding: 50px 0;
}
.showproduct .prodetail{
    padding: 50px 0;
    background: #ffffff;
    border-radius: 10px;
}
/*<!--第一部分-->*/
.one{  padding-bottom: 30px;  }
.one .proimg1{  float: left;  margin: 0 20px;  }
.one .proimg2{  float: left;  width: 400px;  margin: 10px 45px 0;  position: relative;  }
.one .proimg3{  float: right;  width: 400px;  background: #0055a7;  position: relative;  }
.one .proimg3 .title{  border-bottom: 1px solid #3e78bb;  padding: 20px 0;  margin: 0 30px;  }
.one .proimg3 .title h3{  color: #ffffff;  font-size: 14px;  line-height: 24px;  }
.one .proimg3 .title h4{  color: #ffffff;  font-size: 14px;  line-height: 24px;  }
.one .proimg3 .share{  position: relative;  padding: 30px;  }
.one .proimg3 .share a{  display: inline-block;  color: #ffffff;  font-size: 18px;  background: #538fd4;  width: 50px;  height: 50px;  line-height: 50px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin-left: 5px;  }
.one .proimg3 .share a.con{  width: 160px;  margin-left: 0;  color: #353431;  background: #ffffff;  }
.one .proimg3 .share a.con i{  float: left;  width: 60px;  height: 50px;  line-height: 50px;  color: #ffffff;  background: #538fd4;  }
.one .proimg3 .share .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  right: auto;  left: -5px;  top: 15px;  }
.one .proimg3 .share .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  right: auto;  left: -5px;  top: 18px;  }
.one .proimg3 .share .pro2wm .wxewm{  left: auto;  right: 60px;  bottom: -78px;  }
.one .proimg3 .share .pro2wm .wxewm img{ width: 100%;  height: 100%;  }
/*<!--第二部分-->*/
.two{  font-family: 'Arial';  padding: 10px 0;  margin: 0 20px;  position: relative;  border-top: 1px dotted #cdcccc;  border-bottom: 1px dotted #cdcccc;  }
.two:before{  content: '';  width: 1px;  height: 60px;  background: #dfdfdf;  position: absolute;  left: 50%;  top: 21px;  }
.page_left,.page_right{  width: 50%;  }
.page_left a,.page_right a{  display: block;  padding: 20px;  border-radius: 5px;  }
.page_left a{  margin-right: 30px;  text-align: left;  }
.page_right a{  margin-left: 30px;  text-align: right;  }
.page_left a:hover,.page_right a:hover{  background: #0055a7;  }
.page_left a .page1,.page_right a .page1{  color: #393939;  border: 1px solid #393939;  width: 40px;  height: 40px;  line-height: 40px;  text-align: center;  font-size: 21px;  }
.page_left a .page1{  margin-right: 20px;  }
.page_right a .page1{  margin-left: 20px;  }
.page_left a:hover .page1,.page_right a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.page_left a .page2,.page_right a .page2{  font-size: 16px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page2,.page_right a:hover .page2{  color: #fff;  }
.page_left a .page3,.page_right a .page3{  font-size: 14px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page3,.page_right a:hover .page3{  color: #fff;  }
/*<!--第三部分-->*/
.showproduct .prodetail .content{  width: auto;  color: #353431;  font-size: 14px;  line-height: 28px;  margin: 20px 20px 0;  }
.showproduct .prolist .related{  color: #343639;  font-size: 24px;  font-weight: bold;  padding: 10px 0 15px;  border-bottom: 1px solid #bdbec7;  }
/*end showproduct*/
/*product*/

/*news*/
.newsnav{
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #d9dadf;
}
.newsnav li{
    display: inline-block;
    padding: 0 5px;
}
.newsnav li a{
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 0 1px #d0d0d0;
    border-radius: 5px;
}
.newsnav li a.hover{
    color: #ffffff;
    background: #0055a7;
    box-shadow: 0 0 0 1px #0055a7;
}

.news .BODYCENTER:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #d9dadf;
    position: absolute;
    left: 820px;
}
.news .newslist{
    width: 820px;
    padding: 20px 60px 0 0;
}
.news .newslist ul li{
    border-bottom: 1px solid #eeeff0;
}
.news .newslist ul li a{
    display: block;
    padding: 30px 0;
    position: relative;
    top: 0;
}
.news .newslist ul li a:hover{
    top: -3px;
}
.news .newslist ul li a .time{
    color: #aaafb2;
    font-size: 24px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news .newslist ul li a .time p{
    position: relative;
    top: -30px;
}
.news .newslist ul li a .fr{
    width: 680px;
}
.news .newslist ul li a .title{
    color: #343639;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .newslist ul li a:hover .title{
    color: #0055a7;
}
.news .newslist ul li a .description{
    color: #5a5d62;
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .newsbar{
    width: 380px;
}
.news .newsbar h3{
    color: #0055a7;
    font-size: 18px;
    margin-top: 50px;
    padding-left: 30px;
    position: relative;
}
.news .newsbar h3:before{
    content: '';
    width: 100px;
    height: 1px;
    background: #0055a7;
    position: absolute;
    bottom: -5px;
    left: 1px;
}
.news .newsbar ul{
    padding-left: 30px;
}
.news .newsbar ul li{
    padding-top: 30px;
}
.news .newsbar ul li a{
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeff0;
}
.news .newsbar ul li a .title{
    color: #343639;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .newsbar ul li a:hover .title{
    color: #0055a7;
}
.news .newsbar ul li a .time{
    color: #969b9f;
    font-size: 14px;
    padding: 10px 0 20px;
}
.news .newsbar ul li a .description{
    color: #5a5d62;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shownews{
    padding-top: 30px;
}
.shownews .time{
    color: #aaafb2;
    font-size: 24px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.shownews .time p{
    position: relative;
    top: -30px;
}
.shownews .fr{
    width: 680px;
}
.shownews .title{
    color: #343639;
    font-size: 16px;
    line-height: 30px;
}
.shownews .content{
    color: #5a5d62;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #5a5d62;
    line-height: 30px;
    padding: 30px 0 50px;
    border-top: 1px solid #eeeff0;
}
.shownews .detailpage p a{
    color: #5a5d62;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #0055a7;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    float: right;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
/*news*/

/*download*/
.download ul li{
    padding-top: 30px;
}
.download ul li a{
    display: block;
    padding-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    top: 0;
}
.download ul li a:hover{
    top: -3px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.download ul li a .title{
    color: #0055a7;
    line-height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #ededed;
}
.download ul li a .title .time{
    color: #999999;
}
.download ul li a .description{
    color: #585858;
    line-height: 24px;
    padding: 20px 30px;
}
.download ul li a .more2{
    width: 135px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #0055a7;
    border-radius: 5px;
    margin: 0 30px;
}
.download ul li a .more2 img{
    display: inline-block;
    padding-right: 10px;
}
/*download*/

/*job*/
.mcjob ul li{
    float: left;
    width: 575px;
    margin: 50px 50px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 5px;
    position: relative;
    top: 0;
    transition-duration: .3s;
}
.mcjob ul li:hover{
    top: -3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.mcjob ul li:nth-child(2n){
    margin-right: 0;
}
.mcjob ul li .position{
    color: #0055a7;
    font-size: 18px;
    line-height: 70px;
    border-bottom: 3px solid;
    padding: 0 30px;
}
.mcjob ul li .content{
    color: #585858;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 30px;
}
.mcjob ul li .card-body-footer .btn-squared{
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background: #0055a7;
    border-radius: 50%;
    margin: 30px auto;
    padding: 0;
}
.modal-backdrop{
    z-index: 10001;
}
.modal{
    z-index: 10002;
}
.modal .radio-custom{
    display: inline-block;
    line-height: 20px;
    margin-left: 20px;
}
/*job*/

/*about*/
.about .BODYCENTER:after{
    content: '';
    display: block;
    clear: both;
}
.about .content{
    color: #343639;
    font-size: 14px;
    line-height: 24px;
}
/*公司简介*/
#gsjj{
    padding: 80px 0;
    border-bottom: 1px solid #c5c5c6;
}
#gsjj h1{
    color: #0055a7;
    font-size: 48px;
}
#gsjj h2{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 50px;
    position: relative;
}
#gsjj .gsjjfl{
    width: 580px;
}
/*发展历程*/
#fzlc{
    transition-duration: 1s;
    border-bottom: 1px solid #c5c5c6;
}
#fzlc .BODYCENTER:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #c5c5c6;
    position: absolute;
    left: 50%;
    top: 0;
}
#fzlc h1{
    color: #0055a7;
    font-size: 48px;
    padding-top: 70px;
}
#fzlc h2{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 80px;
}
#fzlc ul{
    padding-bottom: 80px;
}
#fzlc ul li{
    width: 50%;
    padding-bottom: 50px;
    position: relative;
}
#fzlc ul li:nth-child(2n){
    width: auto;
    margin-left: 680px;
}
#fzlc ul li:after{
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 3px solid #0055a7;
    border-radius: 50%;
    position: absolute;
    right: -9px;
    top: 20px;
}
#fzlc ul li:nth-child(2n):after{
    left: -87px;
}
#fzlc ul li h4{
    display: inline-block;
    color: #0055a7;
    font-size: 48px;
    padding-right: 50px;
}
#fzlc ul li p{
    display: inline-block;
    width: 333px;
    position: relative;
    top: -2px;
}
/*企业文化*/
#qywh{
    padding: 70px 0 80px;
    border-bottom: 1px solid #c5c5c6;
}
#qywh h1{
    color: #0055a7;
    font-size: 48px;
}
#qywh h2{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
}
#qywh h3{
    display: inline-block;
    color: #0055a7;
    font-size: 24px;
    border-bottom: 3px solid;
    padding: 50px 0 3px;
}
#qywh .qywhfl{
    width: 50%;
    line-height: 30px;
}
#qywh .qywhfl strong{
    color: #0055a7;
    font-weight: normal;
}
#qywh .qywhfr{
    width: 45%;
}
/*领导致辞*/
#ldzc{
    padding: 70px 0 80px;
    border-bottom: 1px solid #c5c5c6;
}
#ldzc h1{
    color: #0055a7;
    font-size: 48px;
}
#ldzc h2{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 50px;
}
#ldzc .ldzcfl{
    width: 680px;
}
/*资质证书*/
#zzzs{
    padding: 70px 0 50px;
}
#zzzs h1{
    color: #0055a7;
    font-size: 48px;
}
#zzzs h2{
    color: #343639;
    font-size: 32px;
    font-weight: bold;
}
#zzzs ul li{
    float: left;
    width: 357px;
    text-align: center;
    margin: 30px 64px 0 0;
}
#zzzs ul li:nth-child(3n){
    margin-right: 0;
}
#zzzs ul li img{
    width: 100%;
}
#zzzs ul li h6{
    color: #343639;
    line-height: 55px;
    border-bottom: 1px solid #bfbfbf;
}
#zzzs h3{
    display: inline-block;
    color: #343639;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 3px solid #222222;
    padding: 50px 0 5px;
}
#zzzs ul.zzzs2 li{
    width: 269px;
    margin: 30px 41px 0 0;
}
#zzzs ul.zzzs2 li:nth-child(4n){
    margin-right: 0;
}
#zzzs ul.zzzs1 li .zsbk1{
    background: url(/skin/images/zsbk1.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 35px;
    position: relative;
    top: 0;
    transition-duration: .3s;
}
#zzzs ul.zzzs1 li:hover .zsbk1{
    top: -3px;
}
#zzzs ul.zzzs1 li:nth-child(3) .zsbk1{
    padding: 35px 105px;
}
#zzzs ul.zzzs2 li .zsbk2{
    background: url(/skin/images/zsbk2.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 32px;
    position: relative;
    top: 0;
    transition-duration: .3s;
}
#zzzs ul.zzzs2 li:hover .zsbk2{
    top: -3px;
}
/*about*/

/*contact*/
.contact{
    padding: 50px 0;
}
.contact ul li{
    float: left;
    width: 380px;
    margin-left: 30px;
    min-height: 240px;
    border-radius: 10px;
    padding: 30px 30px 0;
    border-bottom: 10px solid #0055a7;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.contact ul li:nth-child(1){
    margin-left: 0;
}
.contact ul li h3{
    color: #0055a7;
    font-size: 18px;
    padding-bottom: 30px;
}
.contact ul li p{
    color: #515151;
    line-height: 30px;
}
.contact ul li .ewm{
    float: left;
    width: 130px;
    margin: 0 15px;
}
.contact ul li .ewm img{
    width: 100%;
}
.contact ul li .ewm p{
    text-align: center;
}
.feedback{
    padding-bottom: 50px;
}
/*contact*/