@charset "UTF-8";
@font-face{font-family:'din'; src: url('../font/din.OTF');}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #666; background-color: #fff; font-family:'Microsoft YaHei', Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, textarea, select, option { background: none; outline: 0; font-family: 'Microsoft YaHei', Arial, sans-serif; padding: 0; margin: 0; }
input { outline: none; font-family:'Microsoft YaHei', Arial, sans-serif;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; border-radius: 0; outline: none;}
::-moz-selection { background: #13499a; color: #fff; text-shadow: none; }
::selection { background: #13499a; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{ width: 1400px; position: relative; margin: 0 auto;}
/*滚动条美化*/
.nicescroll-rails{
    width: 6px !important;
    -webkit-border-radius: 4px  !important;
    border-radius: 4px  !important;
    background-color: #f3f3f3  !important;
}
.nicescroll-cursors {
    width: 6px !important;
    border: none !important;
    background: #13499a !important;
}


@media screen and (min-width:1280px) and (max-width: 1440px){
    .container{ width: 98%; }
}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;*height: auto;}
.rect-50 {padding-bottom: 50%;}
.rect-67 {padding-bottom: 67%;}
.rect-92 {padding-bottom: 92%;}
.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer;-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:100px; z-index: 999;width: 100%; position:fixed;transition:0.5s all; background: url(../img/header_bg.png)  repeat-x center bottom;}
.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.15); transition:2s}
.header.on:before{ width:0%}
.header .logo{ height:100px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}
.header .logo .lg2{display: none;}
/*下拉菜单*/
.navBox {height:100px; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 30px; position: relative;}
.navBox .nav li:last-child{ padding-right: 0;}
.navBox .nav li>a {display: block;position: relative;  height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .bg {background: #13499a;position: absolute;left: 50%;bottom: 0px;width:0;display: block;height:0.025rem;transition: 0.6s;z-index: -1; opacity: 0;visibility: hidden;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size: 17px; font-weight: 600;color: #fff;}
.navBox .nav li:hover>a .txt { color: #13499a;}

/*导航下拉*/
.header.scroll {background:#fff; height:90px; transition: 0.5s all; box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.header.scroll.on:before{width:0px;transition: 0.01s all;}
.header.scroll .logo,.header.scroll .navBox,.header.scroll .tel{height:90px;}
.header.scroll .logo .lg1{display: none;}
.header.scroll .logo .lg2{display: block;}
.header.scroll .subNavbox{top:100%;}
.header.scroll .navBox .nav li>a .txt{ color: #333;}
.header.scroll .navBox .nav li:hover>a .txt { color: #13499a;}
.header.scroll .navBox .nav li.open>a .txt{ color: #13499a;}

.banner {position: relative;width: 100%;overflow: hidden;}
.banner .swiper-slide {position: relative;}
.banner .swiper-slide img { position: relative;width: 100%;}
.banner .swiper-pagination { bottom: 25px !important;}
.banner .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 10px; background: #fff; opacity:1;}
.banner .swiper-pagination .swiper-pagination-bullet-active { width: 28px;height: 10px;border-radius: 5px;background: #0d4da1;}

.inProduct{ position: relative; padding: 60px 0 0; background: #fff;}
.inProduct .top .title{ font-size: 36px; color: #333; font-weight: 600; margin-bottom: 15px;}
.inProduct .top .slogan{ font-size: 16px; color: #666;}
.inProduct .hd{ position: relative; margin-top: 30px;}
.inProduct .hd .item{ display: inline-block; position: relative; font-size: 17px; font-weight: 600; color: #666; padding: 0 20px; border-right: 1px #e6e7ee solid; cursor: pointer;}
.inProduct .hd .item:last-child{ border-right: none;}
.inProduct .hd .item span{ display: inline-block; vertical-align: middle;}
.inProduct .hd .item .img{ width: 30px; height: 30px; margin-right: 10px;}
.inProduct .hd .item .img img{ width: 30px; height: 30px; vertical-align: middle;}
.inProduct .hd .item .img .img2{display: none;}
.inProduct .hd .item.on .img .img1{display: none;}
.inProduct .hd .item.on .img .img2{display: block;}
.inProduct .hd .item.on{ color:#13499a;}
.inProduct .prolist{ position: relative; padding: 60px 0; margin-top: 20px; background: #13499a;}
.inProduct .prolist .bd{ position: relative;}
.inProduct .prolist .bd .left{ width: 45%; float: left;}
.inProduct .prolist .bd .left h3{ font-size: 28px; color: #fff;}
.inProduct .prolist .bd .left .line{ margin:25px 0 15px; width: 60px; height: 3px; background: #fff;}
.inProduct .prolist .bd .left .cont{ font-size: 15px; color: #fff; line-height: 2;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.inProduct .prolist .bd .left .more{ margin-top: 70px; position: relative; width: 200px; height: 50px; line-height: 50px; text-align: center; background: rgba(255,255,255, .15);}
.inProduct .prolist .bd .left .more a{display: block; color: #fff; font-size: 15px; }
.inProduct .prolist .bd .left .more i{ display: inline-block; width: 20px; height: 15px; background: url(../img/linem.png) center right no-repeat; background-size:auto 15px; vertical-align: middle;  -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inProduct .prolist .bd .left .more:hover i{width: 40px; background: url(../img/linem.png) center right no-repeat; background-size:auto 15px; }
.inProduct .prolist .bd .right{ width: 36%; float: right;}

.inAbout{ display: block; width:100%; position:relative; padding:60px 0; box-sizing: border-box;  background: #f5f5f5; }
.inAbout .container{display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-between;}
.inAbout .left{ width: 40%; float: left;display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; }
.inAbout .left .title{ font-size: 36px; color: #333; font-weight: 600; margin-bottom: 15px;}
.inAbout .left .slogan{ font-size: 16px; color: #666;}
.inAbout .left .cont{ margin-top: 30px; font-size: 15px; line-height: 26px; color: #666;}
.inAbout .left .number {position: relative; margin-top: 50px;}
.inAbout .left .number .item {position: relative; float: left; width: 50%; padding: 0 3%; box-sizing: border-box;}
.inAbout .left .number .item .T{position: relative;}
.inAbout .left .number .item .T .math{font-size: 40px; color: #000;line-height: 1.2; margin-right: 10px;font-family:'din';}
.inAbout .left .number .item .T .num{font-size: 15px; color: #333; }
.inAbout .left .number .item .c{font-size: 15px;color: #333; }
.inAbout .right{ width: 56%; float: right;}
.inAbout .right .item{ position: relative; width: 50%; float: left;}
.inAbout .right .item .box{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; text-align: center;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inAbout .right .item .box i{ font-size: 54px; color: #fff;-moz-transition: all .5s ease 0s; -o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inAbout .right .item .box h2{ margin-top: 15px; font-size: 24px; color: #fff;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inAbout .right .item:hover .box{background: rgba(19, 73, 154, 0.9) ;}
.inAbout .right .item:hover .box i,.inAbout .right .item:hover .box h2{ -moz-transform: translateY(-15px); -o-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px);}

.inNews{position: relative; padding:60px 0; background: #fff;}
.inNews .top .title{ font-size: 36px; color: #333; font-weight: 600; margin-bottom: 15px;}
.inNews .top .slogan{ font-size: 16px; color: #666;}
.inNews .newsList{ position: relative; margin-top: 30px;}
.inNews .newsList .news01{ width: 44%; float: left;}
.inNews .newsList .news01 .box{ padding: 25px 20px; background: #f6f6f6;}
.inNews .newsList .news01 .box .cat{ font-size:15px; color: #666; margin-bottom: 25px;}
.inNews .newsList .news01 .box .cat span{ margin-right: 5px;}
.inNews .newsList .news01 .box .cat span:last-child{ margin-right: 0;}
.inNews .newsList .news01 .box .tit{ margin-bottom: 10px; font-size: 18px; font-weight: 600; color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.inNews .newsList .news01 .box .decs{ font-size: 15px; line-height: 2; color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .newsList .news01 .img{ width: 100%;}
.inNews .newsList .news01:hover .box{background: #13499a;}
.inNews .newsList .news01:hover .box .cat,.inNews .newsList .news01:hover .box .tit,.inNews .newsList .news01:hover .box .decs{ color: #fff;}
.inNews .newsList .news02{ width: 54%; float: right;}
.inNews .newsList .newsTop .item{ width: 48%; float: left; margin-right: 4%;}
.inNews .newsList .newsTop .item:last-child{ margin-right: 0;}
.inNews .newsList .newsTop .item .box{ padding: 45px 20px; background: #f6f6f6;}
.inNews .newsList .newsTop .item .box .cat{ font-size:15px; color: #666; margin-bottom: 25px;}
.inNews .newsList .newsTop .item .box .cat span{ margin-right: 5px;}
.inNews .newsList .newsTop .item .box .cat span:last-child{ margin-right: 0;}
.inNews .newsList .newsTop .item .box .tit{ margin-bottom: 35px;  font-size: 18px; font-weight: 600; color: #333; line-height: 28px; height: 56px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .newsList .newsTop .item .box .decs{ height: 60px; font-size: 15px; line-height: 2; color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .newsList .newsTop .item:hover .box{background: #13499a;}
.inNews .newsList .newsTop .item:hover .box .cat,.inNews .newsList .newsTop .item:hover .box .tit,.inNews .newsList .newsTop .item:hover .box .decs{ color: #fff;}
.inNews .newsList .newsb{ width: 100%; margin-top: 4%;}
.inNews .newsList .newsb .box{ padding: 45px 20px; background: #f6f6f6;}
.inNews .newsList .newsb .box .cat{ font-size:15px; color: #666; margin-bottom: 25px;}
.inNews .newsList .newsb .box .cat span{ margin-right: 5px;}
.inNews .newsList .newsb .box .cat span:last-child{ margin-right: 0;}
.inNews .newsList .newsb .box .tit{ margin-bottom: 35px;  font-size: 18px; font-weight: 600; color: #333; line-height: 28px; height: 56px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .newsList .newsb .box .decs{ height: 60px; font-size: 15px; line-height: 2; color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .newsList .newsb:hover .box{background: #13499a;}
.inNews .newsList .newsb:hover .box .cat,.inNews .newsList .newsb:hover .box .tit,.inNews .newsList .newsb:hover .box .decs{ color: #fff;}

.inTran{ position: relative; padding: 60px 0; background: url(../img/gd.jpg) center no-repeat;}
.inTran .title{ font-size: 30px; color: #fff; font-weight: 600; margin-bottom: 15px;}
.inTran .slogan{ font-size: 16px; color: #fff;}

/*======================底部======================*/
.footer{position: relative; padding: 60px 0; background-color: #13499a;}
.footer .container{display: -webkit-flex;display: flex;flex-direction: row; justify-content: space-between;}
.footer .f_le{ float: left;}
.footer .f_le .flogo{ margin-bottom: 40px;}
.footer .f_le .flogo img{ height: 70px;}
.footer .f_le .share_a{overflow: hidden; width: 70%;}
.footer .f_le .share_a p{display: -webkit-flex; display: flex;  flex-direction: row;  justify-content: space-between;}
.footer .f_le .share_a a{float: left;width: 40px;height: 40px; line-height: 40px;border-radius: 50%;text-align: center; color: rgba(255, 255, 255, 0.5); border:1px rgba(255, 255, 255, 0.5) solid;}
.footer .f_le .share_a a i{font-size: 22px;}
.footer .f_le .share_a a.pic_01 i{font-size: 22px;}
.footer .f_le .share_a a i.iconin{font-size: 32px;}
.footer .f_le .share_a a i.icontoutiao1{font-size: 32px;}
.footer .f_le .share_a a:last-child{margin-right: 0;}
.footer .fnav{ float: left;}
.footer .fnav a{position: relative; float: left; width: 25%; padding: 0 4%; color: #fff; font-size: 15px; line-height: 2; box-sizing: border-box;}
.footer .fnav a::after{position: absolute; content: ''; right: 0; top:50%;  width: 2px; height: 2px; border-radius: 50%;  background: #fff; transform: translateY(-50%);}
.footer .fnav a:nth-child(4):after,.footer .fnav a:last-child:after{ display: none;}
.footer .fnav a:hover{color:#f39800;}
.footer .f_re {position: relative;float: right;}
.footer .f_re dl dd p {font-size: 15px;color: #fff;line-height: 2;}
.copy {position: relative; width: 100%; font-size: 15px; color: #fff; padding: 20px 0; border-top:1px solid rgba(255, 255, 255, 0.1);  background-color: #13499a;}
.copy .copybox a {font-size: 15px;color: #fff;margin: 0 5px;}
.copy .copybox a:hover {color: #f39800;}
.copy .copybox .right{ float: right;}
/*======================底部分享弹出======================*/
.weixin-box{ position:fixed; width:260px; height:250px; z-index:999; left:50%; top:50%; transform: translate(-50%,-50%); background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.weixin-box .c{ position:absolute; width:30px; height:30px; right:0; top:4px; font-size:20px; font-style: normal; font-family: 'din'; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:40px; font-size:17px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:120px; height:120px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}


/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff;  overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pbanner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }
.pbanner .bannerText .innerText h5, .pbanner .bannerText .innerText h6 { text-align: center; }
.pbanner .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.pbanner .bannerText .container h6 { margin-top: 8%; font-size: 30px; text-transform: uppercase; }
.pbanner .bannerText .container .crumbs{ margin-top: 10px; line-height: 2;font-size: 16px;color: #fff; }
.pbanner .bannerText .container .crumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.pbanner .bannerText .container .crumbs a{color: #fff;margin: 0 2px; font-size:16px;}
.pbanner .bannerText .container .crumbs a:hover{color: #13499a;}

.pageNav{position: relative; border-bottom: 1px #f1f1f1 solid; }
.pageNav .menuNav{position: relative;}
.pageNav .menuNav ul{font-size: 0;}
.pageNav .menuNav .li{position: relative;display: inline-block;width: auto;vertical-align: middle;}
.pageNav .menuNav .li::before{ position: absolute; content: ''; width: 1px; height: 20px; background-color: #ddd; right: 0; top: 50%; margin-top: -10px;}
.pageNav .menuNav .li a{position: relative;font-size: 16px;height: 70px;line-height: 70px;color: #333; display: block; padding: 0 40px; transition: 0.3s ease 0s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNav .menuNav .li.select,.pageNav .menuNav .li:hover{ color: #13499a;}
.pageNav .menuNav .li:hover a{ color: #13499a;font-weight:bold; }
.pageNav .menuNav .li.select a{ color: #13499a; font-weight:bold;}

.profile{ padding: 70px 0; background: #f8f8f8;}
.profile .tit{ font-size: 20px; color: #555;}
.profile .doc{margin: 10px auto 40px; font-size: 34px; font-weight: 600; color: #13499a;}
.profile .cont{ font-size: 16px; line-height: 2; color: #333;}
.profile .cont img{ max-width:100%;}
.profile .pageNumber {position: relative; margin-top: 50px;}
.profile .pageNumber .item {position: relative;float: left;width: 50%;padding: 0 3%;box-sizing: border-box;}
.profile .pageNumber .item .T{position: relative;}
.profile .pageNumber .item .T .math{font-size: 40px; color: #000;line-height: 1.2; margin-right: 10px;font-family:'din';}
.profile .pageNumber .item .T .num{font-size: 15px; color: #333; }
.profile .pageNumber .item .c{font-size: 15px;color: #333; }

.pageNews{padding: 70px 0; position: relative; background: #f8f8f8;}
.pageNews .news_wrap .list_box{padding-top:40px; position:relative; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; color:#404040;}
.pageNews .news_wrap .list_box:first-child{padding-top:0;}
.pageNews .news_wrap .list_main{overflow:hidden; width:88%; padding-bottom:45px; padding-right:20px; border-bottom: 1px solid #e7e7e7;}
.pageNews .news_wrap .list_main .bd_r{width:20%; margin-left:3%;}
.pageNews .news_wrap .list_main .bd_c{overflow:hidden;}
.pageNews .news_wrap .list_main .bd_c .list_title{height:30px; line-height:30px; font-size:22px; color: #333; font-weight:bold; display:block;}
.pageNews .news_wrap .list_box:hover .list_main .bd_c .list_title{color: #13499a;}
.pageNews .news_wrap .list_main .bd_c .list_tool{font-size:14px; color:#c1c1c1; padding:10px 0px}
.pageNews .news_wrap .list_main .bd_c .list_tool span{display:inline-block; vertical-align:middle;}
.pageNews .news_wrap .list_main .bd_c .list_tool .see_number_ico{font-size: 14px;}
.pageNews .news_wrap .list_main .bd_c .list_tool .share_more{cursor:pointer; margin:0 20px}
.pageNews .news_wrap .list_main .bd_c .list_p{font-size:15px; line-height:28px; height:56px; overflow:hidden; display:block;}
.pageNews .news_wrap .list_time{position:relative; width:100px; padding:10px 0 20px; font-size:16px; font-family: 'din';text-align:center; color:#fff; background:#13499a; font-weight:bold; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.pageNews .news_wrap .list_box .list_time_day{display:block; font-size:30px;}
.pageNews .news_wrap .list_box:hover .list_time{background: #012549;}
.pageNews .news_wrap .list_box a:hover{color:#404040;}
.pageNews .boxNews .boxNewsl{ width: 68%; float: left;  box-sizing: border-box;padding: 40px;  box-shadow: 0 0 20px rgb(0 0 0 / 5%); background: #fff;}
.pageNews .pageNewsT{ width:100%; margin:0 auto; font-size:30px; line-height: 1.4; color:#333;}
.pageNews .pageNewsC{ width:100%; margin:0 auto; font-size:15px; color:#666;padding:15px 0; border-bottom:solid 1px #ccc; }
.pageNews .pageNewsD{ width:100%; margin:0 auto; font-size:16px; color:#333; line-height:2; margin-top:20px;}
.pageNews .pageNewsD p a{font-size: 15px !important; }
.pageNews .pageNewsD img{max-width:100%; margin:5px 0;}
.pageNews .pageNewsD table{border-collapse:collapse;width:100% !important;}
.pageNews .pageNewsD table,.pageNews .pageNewsD tr{ font-size: 15px; color: #444; }
.pageNews .pageNewsD table,.pageNews .pageNewsD th,.pageNews .pageNewsD td{border: 1px solid #333333; text-align: center; font-size: 15px;}
.pageNews .boxNews .boxNewsr{ position: relative; width: 32%; float: left; padding-left: 45px; box-sizing: border-box;}
.pageNews .boxNews .boxNewsr .caption{margin-bottom: 30px;color: #333333;font-size: 30px;font-weight: normal;}
.pageNews .boxNews .boxNewsr .related-body .item{margin-bottom: 15px;}
.pageNews .boxNews .boxNewsr .related-body .item .infor{padding:20px 4%;background: #fff;}
.pageNews .boxNews .boxNewsr .related-body .item .infor .tit{ font-size: 18px;color: #333;font-weight: bold; max-height: 22px; margin-bottom: 11px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNews .boxNews .boxNewsr .related-body .item .infor .con{font-size: 14px;color:#666;line-height: 24px; max-height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .boxNews .boxNewsr .related-body .item:hover .infor .tit{ color:#13499a;}

.contact{position: relative; padding: 70px 0;}
.contact .left{ float: left; width: 40%; height: 480px; padding:40px; box-sizing: border-box; background: #f3f4f8;}
.contact .left h2{ margin-bottom: 30px; font-size: 26px; color: #13499a; }
.contact .left p{padding:20px 0; border-bottom:1px solid #dcdde1; line-height:32px; }
.contact .left p:first-child span{font-size: 20px;font-weight: 600;color: #13499a;font-family: 'din';}
.contact .left p .iconfont{margin-right:20px; font-size: 25px;  color: #13499a; vertical-align: middle;}
.contact .left .ewm_box .ewm{width:50%; float:left; margin-top: 30px; text-align:center;}
.contact .left .ewm_box .ewm img{ width: 120px; height: 120px;}
.contact .left .ewm_box .ewm .txt{margin-top:10px;}
.contactMap{float:right; width:58%; }
.contactMap .Map{height: 480px; width: 100%; padding: 10px; box-sizing: border-box; background: #f3f4f8;}

/*企业文化*/
/* .qywh {display: flex;justify-content: space-between;flex-wrap: wrap;}
.qywh li{ width:24.3%; position:relative; background:#fff; transition:0.6s all;}
.qywh li:after{ content:''; display:block; position:absolute; right:0; bottom:0; width:0; height:2px; background:#375589; transition:0.6s all;}
.qywh li:hover:after{width:100%;left:0;}
.qywh li .txt{ padding:50px 40px;}
.qywh li .txt h3{font-size:35px; color:#375589;  margin-bottom:20px;}
.qywh li .txt h5{font-size:22px; font-weight:lighter;  margin-bottom:20px;}
.qywh li .txt h5 img { height:30px; margin-right: 15px;vertical-align: middle;}
.qywh li .txt p{line-height:2; font-size:15px; color:#666;}
.qywh li:before {content: '';width: 100%;height: 100%;background:rgba(0,0,0,.1);display: block;position: absolute;z-index: -1;left: 0px;top: 0px;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);visibility: hidden;}
.qywh li:hover:before {transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;} */

.pageProduct{ position: relative; padding: 70px 0; background: #f8f8f8;}
.pageProduct .boxProduct{ width: 100%; position: relative;}
.pageProduct .boxProduct li{ position:relative; width: 32.333%; margin-right: 1.5%; overflow:hidden;margin-bottom:1.5%; float: left;}
.pageProduct .boxProduct li:nth-child(3n){ margin-right: 0;}
.pageProduct .boxProduct li .pic{ background:#000; overflow:hidden; position:relative;}
.pageProduct .boxProduct li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.pageProduct .boxProduct li:hover img{transform:scale(1.08);}
.pageProduct .boxProduct li .txt{position: relative; padding: 0 3%; text-align:center; line-height:65px; font-size:17px; font-weight: 600; color: #333; background: #fff; border-top: 1px #eee solid;  transition:0.5s all;}
.pageProduct .boxProduct li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 3px; background: #375589;  transition: all 0.8s ease 0s;}
.pageProduct .boxProduct li:hover .txt{color:#13499a;}
.pageProduct .boxProduct li:hover .txt::after{ width: 100%;left:0;}
/*-查看详情-*/
.up-graybox{width: 100%;height: 100%; position: absolute;left: 0; top: 0; background:#13499a; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s ease 0s;}
.up-graybox:hover{background:#13499a; opacity: 0.8; filter: alpha(opacity=80); transition: all 0.5s ease 0s;}
.up-graybox .stitle {font-size: 17px;font-weight: bold; line-height: 40px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px;color: #fff;}
.up-graybox .line {display: inline-block; width: 100px;height: 1px;background-color: #f2f2f2; position: absolute; left: 50%;margin-left: -50px; transition: all 0.6s ease 0s;}
.up-graybox .linet { top: 0;}
.up-graybox .lineb { bottom: 0;}
.up-graybox:hover .line { width: 10px; margin-left: -3px; opacity: 0.8;filter: alpha(opacity=60);}
.boxProduct .imgLift {float: left;width: 40%;position: relative;overflow: hidden;zoom: 1;}
.boxProduct .imgLift .thumbSwiper {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .imgLift .mySwiper {width: 88%;margin: 0 6%;overflow: hidden;position: relative;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide {float: left;width: 23.5% !important;margin-right: 2%;text-align: center;}
.boxProduct .imgLift .mySwiper .swiper-slide:last-child {margin-right: 0;}
.boxProduct .imgLift .mySwiper .swiper-slide img {display: block;width: 100%;border: 2px solid #eee;cursor: pointer;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide.swiper-slide-thumb-active img {border: 2px solid #13499a;}
.boxProduct .imgLift .mySwiper2 .swiper-slide img {display: flex;width: 100%;border: 2px #eee solid;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper2 .swiper-slide span {width: 100%;}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev {position: absolute;top: 50%;left: 0;width: 13px;height: 26px;background: url(../img/pro_left.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev:hover {background: url(../img/pro_lefth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .imgLift .thumbSwiper .swiper-button-next {position: absolute;top: 50%;right: 0;width: 13px;height: 26px;background: url(../img/pro_right.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-next:hover {background: url(../img/pro_righth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .conRight {float: right;width: 56%;}
.boxProduct .conRight .tit{font-size: 24px; font-weight: 600; color: #13499a; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px #ccc solid;}
.boxProduct .conRight .tib {font-size: 18px;font-weight: 600; color: #333;line-height:2;}
.boxProduct .conRight .tic {margin-top: 10px; color: #999; font-size: 16px; font-weight: normal; color: #666; line-height: 2;}
.boxProduct .contentPage {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .contentPage .titTop {width: 100%;font-size: 24px;color: #333;line-height: 2;border-bottom: 2px #eee solid;}
.boxProduct .contentPage .content {margin-top: 30px;font-size: 16px;line-height: 2;color: #666;}
.boxProduct .contentPage .content a {color: #666;}
.boxProduct .contentPage .content a:hover {color: #13499a;}
.boxProduct .contentPage .content img {max-width: 90%;}
.boxProduct .contentPage .content table {border-collapse: collapse;width: 100%;}
.boxProduct .contentPage .content table,.boxProduct .contentPage .content tr {font-size: 16px;color: #444;}
.boxProduct .contentPage .content table,.boxProduct .contentPage .content th,.boxProduct .contentPage .content td {font-size: 15px;text-align: center;border: 1px solid #666;}
.boxProduct .contentPage .goback {border-top: 2px #eee solid;text-align: right;margin-top: 40px;padding-top: 20px;}
.boxProduct .contentPage .goback a {display: inline-block;width: 160px;height: 50px;line-height: 50px;text-align: center;background: #333;color: #fff;}
.boxProduct .contentPage .goback a img {position: relative;margin-right: 10px;}
.boxProduct .contentPage .goback a:hover {background: #13499a;}


.boxMain{ position: relative; padding: 70px 0; background: #f8f8f8;}
.boxMain .box{ padding: 40px; background: #fff;}
.boxMain .box .left{ width: 55%; float: left;}
.boxMain .box .left img{ width: 100%;}
.boxMain .box .right{ width: 42%; float: right; font-size: 16px; line-height: 2; color: #333;}

.boxproduce{ position: relative; padding: 70px 0; background: #f8f8f8;}
.maxproduce {position: relative;}
.maxproduce .item {width: 24.1%;float: left;margin-right: 1%;cursor: pointer;margin-bottom: 15px;}
.maxproduce .item:nth-child(4n) {margin-right: 0;}
.maxproduce .item .cover {padding: 3px;border: 1px #ddd solid;}
.maxproduce .item p {font-size: 15px;line-height: 50px;background: #f9f9f9;color: #333;text-align: center;}
.maxproduce .item:hover p {background: #13499a;color: #fff;}
.maxproduce .item:hover .cover {border: 1px #13499a solid;background: #13499a;}

.boxtesting{ position: relative; padding: 70px 0; background: #f8f8f8;}
.maxtesting {position: relative;}
.maxtesting .item {width: 24.1%;float: left;margin-right: 1%;cursor: pointer;margin-bottom: 15px;}
.maxtesting .item:nth-child(4n) {margin-right: 0;}
.maxtesting .item .cover {padding: 3px;border: 1px #ddd solid;}
.maxtesting .item p {font-size: 15px;line-height: 50px;background: #f9f9f9;color: #333;text-align: center;}
.maxtesting .item:hover p {background: #13499a;color: #fff;}
.maxtesting .item:hover .cover {border: 1px #13499a solid;background: #13499a;}


/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin-top: 30px; display:inline-block; height:36px; line-height:36px; background:#fff; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#f39800; text-decoration:none}
.pages .active a{color:#fff; }
.pages li:hover { background:#f39800; text-decoration:none }
.pages li:hover a{ color:#fff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 2% 0; background: #fff;border-top: 1px #ddd solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333; font-size: 15px;}
.pages1_l:hover a{ color:#f39800;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#f39800;}
.backbox{padding-top:20px;position:relative;  padding: 2% 0;border-top: 1px #ddd solid; margin-top: 30px;}
.bc-prev,.bc-next{display:block;width:143px;height:45px;border:1px solid #b5b5b5;overflow:hidden;color:#666;line-height:45px;position:relative;}
.bc-prevn,.bc-nextn{display:block;width:143px;height:45px;border:1px solid #b5b5b5;overflow:hidden;color:#666;line-height:45px;position:relative; text-align: center;}
.bc-prev,.bc-prevn{float:left;}
.bc-next,.bc-nextn{float:right;}
.bc-prev .aw,.bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(../img/bcaw.png);}
.bc-prev .aw{left:18px;background-position:left top;}
.bc-prev p{padding-left:51px;position:relative;}
.bc-next .aw{right:18px;background-position:right bottom;}
.bc-next p{text-align:right;padding-right:51px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#13499a;display: block;position: absolute;top: 0;left: 0;
transition: 300ms;-webkit-transition: 300ms;-ms-transition: 300ms;}
.bc-prev .bg{left:auto;right:0;}
.backlist{width:145px;height:40px;line-height:40px;background:#13499a;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#13499a; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#13499a;}
.bc-prev:hover .bg,.bc-next:hover .bg{ width:100%; }
.bc-prev:hover .aw{ background-position:right top; }
.bc-next:hover .aw{ background-position:left bottom; }
.backlist:hover{ background:#012549; }



/* main CSS */

#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
}

#pictureViewer>.content {
    background-color: #fff;
    position: absolute;
    width: 50%;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .menu-bar {
    width: 100%;
}

#pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
    background-color: #13499a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .menu-bar .handel.maximization {
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../img/icon/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../img/icon/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../img/icon/close_white.png);
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .handel-prev {
    background-image: url(../img/icon/prev_blank.png);
}

#pictureViewer .handel-next {
    background-image: url(../img/icon/next_blank.png);
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
    background-color: #13499a;
}

#pictureViewer .handel-prev:hover {
    background-image: url(../img/icon/prev_white.png);
}

#pictureViewer .handel-next:hover {
    background-image: url(../img/icon/next_white.png);
}

#pictureViewer .picture-content {
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}

#pictureViewer .hide {
    display: none;
}

#pictureViewer .left {
    float: left;
}

#pictureViewer .right {
    float: right;
}

#pictureViewer .clear-flex {
    clear: both;
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}