@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;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: 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, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent;  font-family:'Microsoft YaHei',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #007cca; color: #fff; text-shadow: none; }
::selection { background: #007cca; color: #fff; text-shadow: none; }
select{ outline: none;}

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

::-webkit-scrollbar {width: 8px;height: 8px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background-image: -webkit-linear-gradient(120deg, #048de3,#007cca);  background-image: -moz-linear-gradient(120deg, #048de3,#007cca); background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}
::-webkit-scrollbar-thumb:hover { background: #007cca;}


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{position: relative; width: 1400px; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
*[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%;}
.rect-50 {padding-bottom: 50%;}
.rect-506 {padding-bottom: 50.6%;}
.rect-553 {padding-bottom: 53.3%;}
.rect-67 {padding-bottom: 67%;}
.rect-100 {padding-bottom: 100%;}

.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: 9999;width: 100%; position:fixed;transition:0.5s all;  background:#fff;}
.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;}
.lan_con{ display: flex; position: relative;}
.lan_con .lan_tit {width: auto;line-height: 36px;display: flex;align-items: center; cursor: pointer;}
.lan_con .lan_tit img { width: 24px; height: 24px; margin-right: 5px;}
.lan_con .lan_tit span {display: inline-block;font-size: 17px;color:#333; font-weight: bold;}
.lan_con .lan_list {display: flex; background: #fff; padding: 10px 20px; position: absolute; z-index: 99;top: 100px; right: 0;font-size: 16px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); opacity: 0;visibility: hidden;transform:  translate(0, 20px);transition: all .3s ease;flex-direction: column;}
.lan_con .lan_list::before{position: absolute; content: ''; top:-12px; left: 50%; transform: translateX(-50%); width: 0;height: 0;border-left: 12px solid transparent;  border-right: 12px solid transparent;  border-bottom: 12px solid #fff; }
.lan_con .lan_list span { position: relative; line-height: 1px; display: inline-block; height: 1px; width: 100%;}
.lan_con .lan_list p{line-height: 40px;}
.lan_con .lan_list a{ display: block; font-size: 17px; font-weight: bold; color: #333;}
.lan_con .lan_list a:hover{color: #007cca;}
.lan_con:hover .lan_list{opacity: 1;visibility: visible;transform: translate(0, 0);}
/*下拉菜单*/
.header .nav{ display: flex; position: relative; height:100px; transition:0.5s all;}
.header .nav>ul{display:flex; position: relative; height:100%;}
.header .nav .drop{position: relative; display: inline-block; text-align: center;padding: 0 30px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 17px; color: #333; font-weight: bold;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #007cca;}
.header .nav .subNavbox{width:100%;position:absolute; top:100%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.header .nav .subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.header .nav .subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.header .nav .subNavbox a{display:block;position:relative;font-size:16px;color: #333; padding:15px 0; transition:0.3s all; text-align: center; }
.header .nav .subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #007cca;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
.header .nav .subNavbox a.active,.header .nav .subNavbox a:hover{color:#007cca}
.header .nav .subNavbox a.active:before,.header .nav .subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.header .nav .subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

/*导航下拉*/
.header.scroll { height:80px; box-shadow: 0 0 15px rgba(0,0,0,0.1); transition: 0.5s all;}
.header.scroll.on:before{width:0px;transition: 0.01s all;}
.header.scroll .logo,.header.scroll .nav,.header.scroll .tel{height:80px;}
.header.scroll .logo .lg1{display: none;}
.header.scroll .logo .lg2{display: block;}
.header.scroll .drop .subbox{top:80px;}
.header.scroll .nav li>a{color: #333;}
.header.scroll .nav li:hover>a{color: #007cca;}
.header.scroll .nav li.on>a{color: #007cca;}
.header.scroll .lan_con .lan_list{top:80px;}
.placeholder{ width: 100%; position: relative; height: 100px;}


/*======================轮播图======================*/
.banner {width:100%;position: relative; z-index:0; background:#000; overflow:hidden;}
.banner .swiper-slide .pic {height:100%; position:relative; z-index:1;}
.banner .swiper-slide .pic img{width:100%;height:100%;transition: all 3s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block;}
.banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.05,1.05);  transition-delay:0.3s;}
.banner .swiper-pagination { bottom: 25px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 24px; height: 6px; margin: 0 10px;border-radius: 0; background: #fff !important; opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ width: 24px;height: 6px;border-radius: 0;background: #007cca !important;}

.inAbout{ position: relative; width: 100%; padding: 80px 0; background: #f6f8fc url(../img/abo_bg.png) center bottom no-repeat;}
.inAbout .leftbox{position: relative; width: 44%; float: left; overflow: hidden; border-radius: 10px;}
.inAbout .leftbox .more{position: absolute; left: 50%; top: 50%; width: 90px; height: 90px; margin-top: -45px; margin-left: -45px; cursor: pointer;}
.inAbout .leftbox .more .inner{position: relative; z-index: 10; width: 90px; height: 90px; border-radius: 45px; background: #007cca url(../img/video_ico.png) center no-repeat; background-size: 31% auto;}
.inAbout .leftbox .more span{padding: 50%;position: absolute;left: 0;top: 0;border: 1px solid #007cca; box-shadow: 0 0 120px 30px rgba(0, 124, 202, 1) inset; border-radius: 100%; z-index: 1; opacity: 0;}
.inAbout .leftbox .more .sp1{
	-webkit-animation: wateranimate 3s 2.4s ease-out infinite;
	animation: wateranimate 3s 2.4s ease-out infinite;
}
.inAbout .leftbox .more .sp2{
	-webkit-animation: wateranimate 3s 1.6s ease-out infinite;
	animation: wateranimate 3s 1.6s ease-out infinite;
}
.inAbout .leftbox .more .sp3{
	-webkit-animation: wateranimate 3s 0.8s ease-out infinite;
	animation: wateranimate 3s 0.8s ease-out infinite;
}
.inAbout .leftbox .more .sp4{
	-webkit-animation: wateranimate 3s 0s ease-out infinite;
	animation: wateranimate 3s 0s ease-out infinite;
}
@-webkit-keyframes wateranimate {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}
@keyframes wateranimate {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}
.inAbout .leftbox .videoed{display: block !important;}
.inAbout .leftbox .videos{display:none; position:fixed; left:0; top:0;z-index:9999; width:100%; height:100vh; background: rgba(0, 0, 0, .8); padding:8% 20%; }
.inAbout .leftbox .videosList{ position: relative; padding: 40px; background: #fff;}
.inAbout .leftbox .vclose{ position:absolute; right:10px; top:10px; border-radius:100%; cursor: pointer;}
.inAbout .rightbox{ width: 52%; float: right;}
.inAbout .rightbox .text .t1{ font-size: 38px; color: #333; font-weight: bold;}
.inAbout .rightbox .text .ent1{padding: 10px 0; font-size: 24px; color: #333; font-weight: bold; font-family: 'din';}
.inAbout .rightbox .text .t2{font-size: 15px; color: #333; line-height: 35px;}
.inAbout .rightbox .text .ent2{ margin-top: 10px; font-size: 17px; color: #333; font-weight: bold;  font-family: 'din';}
.inAbout .rightbox .text .morebtn{ margin-top: 50px;}
.inAbout .rightbox .text .morebtn a,.inAbout .rightbox .text .morebtn span{position: relative;z-index: 1;display: inline-block;color: #ffffff;font-size: 16px;padding: 0px 35px;height: 50px;line-height: 50px; font-family: 'din';}
.inAbout .rightbox .text .morebtn span{font-family: arial;font-size: 14px;}
.inAbout .rightbox .text .morebtn a img,.inAbout .rightbox .text .morebtn span img{display: inline-block; margin-left: 15px; height: 14px;}
.inAbout .rightbox .text .morebtn a:before,.inAbout .rightbox .text .morebtn span:before{content: '';position: absolute;left: 0;top: 0;
z-index: -1;width: 100%;height: 100%;background: #007cca;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.inAbout .rightbox .text .morebtn a:hover:before,.inAbout .rightbox .text .morebtn span:hover:before{left: auto;right: 0;width: 0;}
.inAbout .rightbox .text .morebtn a:after,.inAbout .rightbox .text .morebtn span:after{content: '';position: absolute;left: 0; top: 0;
z-index: -2; width: 100%; height: 100%; background: #016db1;}
.inAbout .rightbox .list{ position: relative; margin-top: 25px; display: grid; grid-gap:0 15%; grid-template-columns: repeat(4,1fr);}
.inAbout .rightbox .list .item{ text-align: center; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.inAbout .rightbox .list .item span{ font-size: 62px; color: #333;}
.inAbout .rightbox .list .item h2{ font-size: 17px; color: #333;}
.inAbout .rightbox .list .item:hover{ transform: translateY(-5px);}
.inAbout .rightbox .list .item:hover span,.inAbout .rightbox .list .item:hover h2{ color: #007cca;}
.inAbout .number{ position: relative; width: 100%; margin-top: 55px;}
.inAbout .number .item{ position: relative; width: 25%; float: left; line-height: 1; text-align: center;}
.inAbout .number .item::before{ position: absolute; content: ''; width: 1px; height: 66px; top:50%; transform: translateY(-50%); right: 0; background: url(../img/line.png) center no-repeat;}
.inAbout .number .item:last-child:before{ display: none;}
.inAbout .number .item .math{ display: inline-block; font-size: 45px; color: #007cca; font-family: 'din';}
.inAbout .number .item .unit{ display: inline-block; font-size: 30px; color: #007cca; font-family: 'din';}
.inAbout .number .item .unit span{display: block; width: 100%;}
.inAbout .number .item .unit span:nth-child(2){ font-size: 17px; font-weight: bold;}
.inAbout .number .item .i{ width: 20px; height: 2px; background: #007cca; margin: 20px auto;}
.inAbout .number .item .c{ font-size: 17px; color: #666;}


.inProduct{position: relative; width: 100%; padding: 80px 0; background: url(../img/inprobg.jpg) center no-repeat;}
.inProduct .container{display: flex; justify-content: space-between; align-items: center;}
.inProduct .left{ width: 28%; }
.inProduct .left .tit{font-size: 38px; color: #007cca; font-weight: 600;}
.inProduct .left .en{margin-top: 15px; font-size: 20px; color: #666666; font-weight: 600;}
.inProduct .left .protab{ margin-top: 30px;}
.inProduct .left .protab .item{width: 100%; line-height: 50px; font-size: 17px; box-sizing: border-box;display: -webkit-flex;display: flex;align-items: center; cursor: pointer;}
.inProduct .left .protab .item.active{ font-weight: bold; color: #007cca;}
.inProduct .left .more { margin-top: 30px;}
.inProduct .left .more a{display: inline-block; border: 1px solid #007cca;background: #007cca;line-height: 2.875em;border-radius: 50px;color: #fff; padding: 0 2.5em; transition: 0.3s; font-size: 16px;}
.inProduct .left .more a:hover{background: #fff;color: #007cca;}

.inProduct .right{ width: 72%;}
.inProduct .right .tab-content{position: relative;}
.inProduct .right .tab-content .swiper-slide{ width: calc((100% - 60px)/3) !important; margin-right: 30px;display: block; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04); border-radius: 20px;position: relative; padding: 4vw 1vw; background:url(../img/probg.jpg) no-repeat center; background-size: cover; transition: 0.3s;pointer-events:auto !important;}
.inProduct .right .tab-content .swiper-slide a{display: block;}
.inProduct .right .tab-content .swiper-slide:last-child{ margin-right: 0;}
.inProduct .right .tab-content .swiper-slide .hover{position: absolute; z-index: 10;width:80%; height: 60%; background: rgba(0, 0, 0, 0.4); color: #fff; text-align: center; border-radius: 10px; left: 50%; top: 50%; transform: translate(-40%,-30%) scale(0); opacity: 0; transition: 0.3s; }
.inProduct .right .tab-content .swiper-slide .hover .ytable{ width: 100%; height: 100%; display: table;}
.inProduct .right .tab-content .swiper-slide .hover .ytable .ytable-cell{ display: table-cell; vertical-align: middle;}
.inProduct .right .tab-content .swiper-slide .hover .ytable .ytable-cell aside{font-size: 20px;}
.inProduct .right .tab-content .swiper-slide .hover .ytable .ytable-cell .more{ font-size: 15px; margin-top: 30px;}
.inProduct .right .tab-content .swiper-slide:hover .hover{ opacity: 1; transform: translate(-50%,-50%) scale(1);}
.inProduct .right .tab-content .swiper-slide .rect-100{z-index: 2;}
.inProduct .right .tab-content .iconcent{ position: relative; margin-top: 30px; text-align: center; display: flex; justify-content: center;}
.inProduct .right .tab-content  .prod-next{transform: rotateY(-180deg); margin: 0 10px; position: relative; width: 45px; height: 45px; border: 1px #cccccc solid; background: url(../img/jt.png) center no-repeat; border-radius: 50%; background-size:auto 16px ; cursor: pointer;}
.inProduct .right .tab-content  .prod-prev{  margin: 0 10px; position: relative; width: 45px; height: 45px; border: 1px #cccccc solid; background: url(../img/jt.png) center no-repeat; border-radius: 50%; background-size:auto 16px ; cursor: pointer;}
.inProduct .right .tab-content  .prod-prev:hover,.inProduct .right .tab-content  .prod-next:hover{ border: 1px #007cca solid; background:#007cca url(../img/jt.png) center no-repeat; background-size:auto 16px ;}

.inTech{ position: relative; padding: 100px 0; background:url(../img/probg.jpg) no-repeat center; background-size: cover;}
.inTech .container{display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.inTech .left{ width: 44%; float: left;}
.inTech .left .tit{font-size: 38px; color: #fff; font-weight: 600;}
.inTech .left .en{margin-top: 15px; font-size: 20px; color: #fff; font-weight: 600;}
.inTech .left .line{ margin: 50px 0; width: 60px; height: 4px; background: #fff;}
.inTech .left .desc{ font-size: 15px;color: #fff; line-height: 30px;}
.inTech .right{ width: 46%; float: right;display: grid; grid-gap:65px 0; grid-template-columns: repeat(2,1fr);}
.inTech .right .item{ position: relative; width: 100%; text-align: center;}
.inTech .right .item p{ margin-top: 20px; font-size: 18px; color: #fff; font-weight: 600;}
.inTech .right .item::before{position: absolute; content: ''; width: 3px; height: 50px; right: 0; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.4);}
.inTech .right .item:nth-child(2n)::before{display: none;}

.inNews{ position: relative; width: 100%; padding: 80px 0;}
.inNews .tit{ margin-bottom: 40px; font-size: 38px; color: #333; font-weight: 600; text-align: center;}
.inNews .newsbox{display: grid; grid-gap:0 40px; grid-template-columns: repeat(3,1fr);}
.inNews .newsbox .item{position: relative; transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -ms-transition:all 0.8s; -o-transition:all 0.8s;}
.inNews .newsbox .item .titbox{padding: 25px 20px; background: #f8f8f8;}
.inNews .newsbox .item .titbox .time{ width: 90px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; text-align: center; background: #007cca;}
.inNews .newsbox .item .titbox .title{margin: 15px 0; font-size: 18px; color: #333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .desc{ font-size: 15px; color: #666; line-height: 26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .more{ margin-top: 15px; font-size: 14px; color: #999; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ;}
.inNews .newsbox .item:hover .titbox .title{ color: #007cca;}
.inNews .newsbox .item .titbox .more:hover{ color: #007cca; margin-left: 10px;}
.inNews .newsbox .item:hover{box-shadow: 0 0 20px rgba(0, 0, 0, .1); transform: translateY(-5px);}

.strip{ position: relative; padding: 50px 0; background: url(../img/stripbg.jpg) center no-repeat;}
.strip .container{ font-size: 26px; color: #fff; font-weight: 600; text-align: center;}

.footer{ width: 100%; position: relative; border-top: 5px #007cca solid; }
.footer .foot_nav{position: relative; padding: 60px 0;  width: 100%; background: #fff; border-bottom: 1px #e0e0e0 solid;}
.footer .foot_nav dl{ width: 15%; float: left; }
.footer .foot_nav dl dt{ font-size: 18px; color: #333; font-weight: 600; margin-bottom: 20px; }
.footer .foot_nav dl dd{ width: 100%;display:  inline-block; }
.footer .foot_nav dl dd a{ width: 100%; display: inline-block;font-size: 15px; line-height: 30px; color: #333; }
.footer .foot_nav dl:last-child{ width: 28%; float: right;}
.footer .foot_nav dl a:hover{ color: #007cca; }
.footer .foot_nav dl dd p{ font-size: 15px; color: #333;  line-height: 30px; }
.footer .copy{ width:100%; position: relative; padding: 25px 0; font-size: 15px; color: #333; }
.footer .copy a{color: #333;}
.footer .copy a:hover{ color: #007cca;}

/*二级页面 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%;  }
.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 { font-size: 24px;  color: #333; font-weight: normal; font-family: 'din'; text-transform: uppercase; }
.pbanner .bannerText .container h5 { margin-top: 10px; line-height: 1.3; font-size: 38px; color: #007cca;}
.crumbsbox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.crumbsbox .box{position: absolute;left: 0;bottom: 0;width: 300px;height: 134px;padding: 18px 28px 0;-webkit-box-sizing: border-box;box-sizing: border-box; background-image: -webkit-linear-gradient(120deg, #048de3,#007cca);  background-image: -moz-linear-gradient(120deg, #048de3,#007cca); background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}
.crumbsbox .box h5{font-size: 26px;color:#fff;line-height: 1; font-weight: bold;}
.crumbsbox .box .crumbs{margin-top: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.crumbsbox .box .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;}
.crumbsbox .box .crumbs a{color: #fff;margin: 0 2px; font-size:15px; font-weight: lighter;}
.crumbsbox .box .crumbs a:hover{ opacity: 0.6;}

.subNav{position: absolute;left: 0;bottom: 3vh; width: 100%;}
.subNav ul { height: 80px; display: -webkit-flex;display: flex;justify-content: space-between;align-items: center; background: #fff;}
.subNav ul li {position: relative;height: 80px; line-height: 80px;  flex: 1;text-align: center; border-right: 1px solid #e6e6e6;}
.subNav ul li a{color: #333; font-size: 17px; font-weight: bold; display: block;}
.subNav ul li.select a,.subNav ul li:hover a { color: #fff; -webkit-transition-delay: .1s; transition-delay: .1s; }
.subNav ul li.select,.subNav ul li:hover{ background: #007cca;}
.subNav ul li:last-child{border-right: none;}

.pageMain{position: relative; padding: 80px 0; background: #f9f9f9;}
.navMenubox{ width: 24%; padding: 30px 40px; box-sizing: border-box; background: #fff;}
.navMenubox .infor{border-bottom:1px solid #dcdcdc; padding-bottom:20px; margin-bottom:15px;}
.navMenubox .infor .t{font-size:23px; line-height:24px; font-weight:bold; color:#373737;}
.navMenu>li { display: block; background:#fff; padding: 0; border: 0px; }
.navMenu>li>a{ display: block; overflow:hidden;line-height: 45px; transition: all .3s; position:relative; text-decoration: none;  border-radius: 30px 0 0 30px; padding: 0 10px;}
.navMenu .check{position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: inline-block;width: 18px;height: 18px; border: 1px #666 solid;}
.navMenu .nav-text{ font-size: 17px; color: #333; font-weight: bold;}
.navMenu .nav-more{position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: inline-block;}
.navMenu .nav-more i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 10px; height: 2px; background: #333; display: block; -webkit-transition: .4s; transition: .4s; }
.navMenu .nav-more i:last-child { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
/* .navMenu>li.open .check{ border: 1px #007cca solid; background: #007cca url(../img/check.png) center no-repeat; background-size:18px;} */
.navMenu>li.open .afinve{background: #f1f7f6;}
.navMenu>li.open .nav-text{ color: #007cca; }
.navMenu>li.open .sub-menu{ display:block;}
.navMenu>li.open .nav-more i { background: #007cca; }
.navMenu>li.open .nav-more i:last-child { -webkit-transform: translate(-50%, -100%) rotate(90deg); transform: translate(-50%, -100%) rotate(90deg); opacity: 0; }
.navMenu>li:nth-of-type(1)> a { border-top: 1px solid transparent; }
.navMenu>li:last-child > a { border-bottom: 1px solid transparent; }
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; margin: 8px 0px 0px 10px; padding-bottom: 5px; }
.navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px; }
.navMenu>li>ul.sub-menu li>a { display: block; font-size: 17px; line-height: 40px; padding-left: 10px; color: #333; clear: both;border-bottom: 1px #eee solid; }
.navMenu>li>ul.sub-menu li:hover a{color: #007cca; font-weight: bold;}
.navMenu>li>ul.sub-menu li.finve a{ color: #007cca; font-weight: bold;}

.about_center01{position: relative; padding: 70px 0; background: #f9f9f9;}
.about_center01 .content{background:#fff;  position:relative; z-index:2;}
.about_center01 .content .infor {padding:60px 50px;}
.about_center01 .content .infor .tit{text-align:center; font-size:38px; font-weight: bold; line-height:1; color:#393939; padding-bottom:20px;}
.about_center01 .content .infor .line{width:64px; height:1px; background:#007cca; margin:0 auto 25px;}
.about_center01 .content .infor .con{font-size:15px; line-height:30px; color:#3f3f3f; }
.about_center01 .content .infor .number{ position: relative; width: 100%; margin-top: 55px;}
.about_center01 .content .infor .number .item{ position: relative; width: 25%; float: left; line-height: 1; text-align: center;}
.about_center01 .content .infor .number .item::before{ position: absolute; content: ''; width: 1px; height: 66px; top:50%; transform: translateY(-50%); right: 0; background: url(../img/line.png) center no-repeat;}
.about_center01 .content .infor .number .item:last-child:before{ display: none;}
.about_center01 .content .infor .number .item .math{ display: inline-block; font-size: 45px; color: #007cca; font-family: 'din';font-weight: bold;}
.about_center01 .content .infor .number .item .unit{ display: inline-block; font-size: 30px; color: #007cca; font-family: 'din';}
.about_center01 .content .infor .number .item .unit span{display: block; width: 100%;}
.about_center01 .content .infor .number .item .unit span:nth-child(2){ font-size: 17px; font-weight: bold;}
.about_center01 .content .infor .number .item .i{ width: 20px; height: 2px; background: #007cca; margin: 20px auto;}
.about_center01 .content .infor .number .item .c{ font-size: 17px; color: #666;}
.about_center02{ position: relative; padding: 70px 0;}
.about_center02 .tit{margin-bottom: 50px;font-size: 38px;color: #333;text-align: center;font-weight: 600;}
.about_center02 .qywh {display: flex;justify-content: space-between;flex-wrap: wrap;}
.about_center02 .qywh .item{ width:19%; position:relative; background:#f9f9f9; transition:0.6s all;}
.about_center02 .qywh .item:after{ content:''; display:block; position:absolute; right:0; bottom:0; width:0; height:3px; background:#007cca; transition:0.6s all;}
.about_center02 .qywh .item:hover:after{width:100%;left:0;}
.about_center02 .qywh .item .txt{ padding:50px 30px;}
.about_center02 .qywh .item .txt h3{font-size:35px; color:#007cca;  margin-bottom:20px;}
.about_center02 .qywh .item .txt h5{font-size:22px; color: #333;  margin-bottom:20px;}
.about_center02 .qywh .item .txt h5 img { height:30px; margin-right: 15px;vertical-align: middle;}
.about_center02 .qywh .item .txt p{line-height:2; font-size:15px; color:#666;}
.about_center02 .qywh .item: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;}
.about_center02 .qywh .item:hover:before {transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;}
.about_center03{ position: relative; padding: 70px 0; background: url(../img/about3_02.jpg) center no-repeat;}
.about_center03 .tit{margin-bottom: 50px;font-size: 38px;color: #fff;text-align: center;font-weight: 600;}
.about_center03 .history-inner{position: relative; overflow: hidden;}
.about_center03 .history-inner .swiper-slide{position: relative; width: 33.333%; padding-bottom: 40px; margin-bottom: 50px; background: url(../img/historyline.png) repeat-x left bottom;}
.about_center03 .history-inner .swiper-slide .box{ padding: 35px 60px; border-right: 1px solid rgba(255, 255, 255, 0.3); }
.about_center03 .history-inner .swiper-slide:first-child .box{border-left: 1px solid #dedede;}
.about_center03 .history-inner .swiper-slide .box .date{ font-size: 40px; color: #007cca; font-weight:600; font-family: 'din'; margin-bottom: 10px;}
.about_center03 .history-inner .swiper-slide .box .con{ height: 90px; font-size: 15px; color: #fff; line-height: 26px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.about_center03 .history-inner .swiper-button{position: relative; margin: 20px auto 0; text-align: center;}
.about_center03 .history-inner .swiper-button div{ margin: 0 10px;}
.about_center03 .history-inner .swiper-button .swiper-button-prev{ position: relative;  display: inline-block; width: 60px;height: 60px;text-align: center;transition: .5s ease;line-height: 60px; background: rgba(0, 0, 0, 0.5); cursor: pointer;}
.about_center03 .history-inner .swiper-button .swiper-button-next{ position: relative;  display: inline-block; width: 60px;height: 60px;text-align: center;transition: .5s ease;line-height: 60px; background: rgba(0, 0, 0, 0.5);  cursor: pointer;}
.about_center03 .history-inner .swiper-button .iconfont{ font-size: 18px; color: #fff;}
.about_center03 .history-inner .swiper-button .swiper-button-prev{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.about_center03 .history-inner .swiper-button .swiper-button-prev:hover,.about_center03 .history-inner .swiper-button .swiper-button-next:hover{ background: #007cca;}
.about_center03 .history-inner .swiper-button .swiper-button-prev:hover .iconfont,.about_center03 .history-inner .swiper-button .swiper-button-next:hover .iconfont{ color: #fff;}
.about_center04{ display: flex; flex-direction: column; background:  url(../img/tansuo.png) no-repeat center #f6faff; padding: 70px 0;}
.about_center04 .tansuoTitle{ display: flex; flex-direction: column; text-align: center; color: #333; font-size: 38px; font-weight: bold; padding-bottom: 50px;}
.about_center04 .main{display: grid;grid-gap: 40px; grid-template-columns: repeat(2,1fr);}
.about_center04 .main .tansuoDiv{ position: relative; width: 100%;}
.about_center04 .main .tansuoDiv .img{overflow: hidden;}
.about_center04 .main .tansuoDiv .img img{width: 100%;height: 100%;vertical-align: middle;object-fit: cover;transform: scale(1);transition: transform .5s cubic-bezier(0.335, 0.015, 0.46, 0.995);}
.about_center04 .main .tansuoDiv:hover .img img{transform: scale(1.1);}
.about_center04 .main .tansuoDiv .mask-box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; background: rgba(0,0,0,.3); padding: 50px; box-sizing: border-box;}
.about_center04 .main .tansuoDiv h2{ font-size: 26px;}
.about_center04 .main .tansuoDiv h3{ text-transform: uppercase; color: #fff; margin-top: 10px; font-family: 'din'; font-weight: normal;}
.about_center04 .main .tansuoDiv span{ display: flex; flex-direction: column; margin-top: 50px;}
.about_center04 .main .tansuoDiv span a{ color: #fff; font-size: 15px; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; transition:all .5s ;}
.about_center04 .main .tansuoDiv:hover .mask-box{ background:rgba(0, 124, 202, .9);}
.about_center04 .main .tansuoDiv span a:hover{ margin-left: 10px;}
.service{ position: relative;display: flex; flex-flow: wrap;}
.service .leftSwiper{ width: 32%; float: left; background: #007cca;}
.service .leftSwiper .swiper-wrapper{padding: 20px 0; display: block;height: 100%; box-sizing: border-box;  transform: translate3d(0px, 0, 0) !important;}
.service .leftSwiper .swiper-slide { padding-left: 60px;  cursor: pointer; position: relative;font-size: 17px; font-weight: bold; color: #fff; line-height: 50px; height: auto;box-sizing: border-box; overflow: hidden;}
.service .leftSwiper .swiper-slide:before{content:""; width:40px; height:2px; background:#fff; position:absolute; top:50%; left:-40px; margin-top:-1px; -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;}
.service .leftSwiper .swiper-slide:hover:before,.service .leftSwiper .swiper-slide.swiper-slide-thumb-active:before{left:0;}
.service .rightSwiper{ width: 68%; float: right;}
.service .rightSwiper .swiper-slide{overflow:hidden; background-repeat:no-repeat; background-size:cover; background-position:center center; 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; opacity: 0 !important; }
.service .rightSwiper .swiper-slide.swiper-slide-active{ opacity: 1 !important;}
.service .rightSwiper .swiper-slide .info{position:absolute; left: 0; top: 0; width:30%; height: 100%; padding:45px 40px; color:#fff; background:rgba(0, 0, 0, 0.6);  -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;}
.service .common-num{line-height:34px; background:url(../img/common_numbg.png) no-repeat left center; margin:0 0 30px;}
.service .common-num .no{color:#fff; font-size:22px;display:inline-block; zoom:1; width:85px; padding-left:10px;}
.service .common-num .t{font-size:20px; color:#fff; font-weight:bold; }
.service .rightSwiper .swiper-slide .info .tit{font-weight:bold; font-size:20px; margin-bottom:10px;}
.service .rightSwiper .swiper-slide .info .desc{ font-size: 15px; line-height: 28px; color: #fff;}
.abolist .abobox{display: grid; grid-gap:25px; grid-template-columns: repeat(4,1fr);}
.abolist .abobox li{ position: relative;padding: 10px; background: #fff; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
.abolist .abobox li a>div{ position: relative;  z-index: 5; overflow: hidden;}
.abolist .abobox li::after{ width: 0; height: 4px; position: absolute; bottom: 0; left: 0; content: ''; display: block; background-color: #007cca; z-index: 2; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ;}
.abolist .abobox li .txt{ position: relative; margin-top: 15px; color: #333;text-align: center;}
.abolist .abobox li .txt .tit{ font-size: 18px; font-weight: bold; line-height: 2;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.abolist .abobox li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0,.15); }
.abolist .abobox li:hover .txt{ color: #007cca;}
.abolist .abobox li:hover::after{ width: 100%;}
.abolist .abobox .mask-white { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.2); content:''; -webkit-transition:-webkit-transform .6s; transition:transform .6s; -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0) }
.abolist .abobox li:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.partlist .partbox{display: grid; grid-gap:25px; grid-template-columns: repeat(4,1fr);}
.partlist .partbox li{ position: relative;padding: 10px; background: #fff; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
.partlist .partbox li a>div{ position: relative;  z-index: 5; overflow: hidden;}
.partlist .partbox li::after{ width: 0; height: 4px; position: absolute; bottom: 0; left: 0; content: ''; display: block; background-color: #007cca; z-index: 2; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ;}
.partlist .partbox li .txt{ position: relative; margin-top: 15px; color: #333;text-align: center;}
.partlist .partbox li .txt .tit{ font-size: 18px; font-weight: bold; line-height: 2;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.partlist .partbox li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0,.15); }
.partlist .partbox li:hover .txt{ color: #007cca;}
.partlist .partbox li:hover::after{ width: 100%;}
.partlist .partbox .mask-white { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.2); content:''; -webkit-transition:-webkit-transform .6s; transition:transform .6s; -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0) }
.partlist .partbox li:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}

.probox{position:relative; width: 74%;}
.probox .inner{ display: grid; grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.probox .item{position:relative; background: #ffffff; transition: 300ms; -webkit-transition: 300ms;overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px;}
.probox .item .img{background:url(../img/probg.jpg) no-repeat center; background-size: cover; }
.probox .item .infor{position: relative; padding:20px; box-sizing:border-box; z-index: 2;}
.probox .item .infor .t{  padding-bottom:10px; font-size:20px; color:#333; border-bottom:1px #ddd solid;}
.probox .item .infor .c p{ line-height:1.8;}
.probox .item .infor .c .par{ font-size:16px; color:#888;}
.probox .item .infor .c .data{ font-size:16px; color:#333;}
.probox .item:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.filler2 { position: absolute; display: block; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s; }
.probox .item .filler2 { background-color: #007cca; z-index: 5; }
.probox .item .filler2-left { width: 3px; height: 0%; left: 0%; top: 0%; }
.probox .item .filler2-right { width: 3px; height: 0%; right: 0%; bottom: 0%; }
.probox .item .filler2-top { width: 0%; height: 3px; right: 0%; top: 0%; }
.probox .item .filler2-bottom { width: 0%; height: 3px; left: 0%; bottom: 0; }
.probox .item:hover .filler2-left { height: 100%; }
.probox .item:hover .filler2-right { height: 100%; }
.probox .item:hover .filler2-top { width: 100%; }
.probox .item:hover .filler2-bottom { width: 100%; }
.prodetail{ position: relative; width: 74%; background: #ffffff; padding: 40px; box-sizing: border-box;}
/*图片放大板块开始*/
.imgdet{position: relative;width: 42%;float: left;}
.imgdet .imglist{position: relative;width: 90%;margin: 20px auto 0;overflow: hidden;}
.imgdet .imglist ul{width: 100%;}
.imgdet .imglist ul li{display: inline-block;width: 23.5%;border: 2px solid #fff;margin-right: 2%;}
.imgdet .imglist ul li:last-of-type{   margin-right: 0;}
.imgdet .imglist ul .active{border: 2px solid #007cca;}
.imgdet .imglist ul li img{width: 100%;height: 100%;}
.imgdet .imgpart{position: relative;width: 100%;}
.imgdet .imgpart .pic{position: relative;width: 100%;height: 100%;background:url(../img/probg.jpg) no-repeat center; background-size: cover; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px;}
.imgdet .imgpart .pic .magnify{display: none;position: absolute;top: 0;left: 0;width: 160px;height: 160px;cursor: move;background-color: #fff;opacity: .3;filter:alpha(opacity=30);}
.imgdet .imgpart .pic img{width: 100%;height: 100%;}
.imgdet .imgpart .bigpic{display: none;position: absolute;top: 0;right: -330px;width: 320px;height: 320px;
z-index: 333;border: 1px solid #fff;overflow: hidden; background:url(../img/probg.jpg) no-repeat center; }
.imgdet .imgpart .bigpic>img{position: absolute;top: 0;left: 0;width: 920px;height: 613px;}
.prodetail .conRight {float: right;width: 55%;}
.prodetail .conRight .tit{font-size: 36px; font-weight: 600; color: #1f1f1f; margin-bottom: 10px; padding-bottom:10px;}
.prodetail .conRight .time_p1{font-size: 24px; font-weight: bold;color: #333333;margin-bottom: 30px;display: flex;align-items: center;}
.prodetail .conRight .time_p1 s{width: 4px;height: 20px;display: block; background: #007cca;margin-right: 15px;}
.prodetail .conRight .con p{padding: 0 20px; line-height: 40px;height: 40px; background: #f8f8f8;display: flex;  justify-content: space-between; box-sizing: border-box;}
.prodetail .conRight .con .red{ color: #ff0000;}
.prodetail .conRight .con p:nth-child(2n){ background: #fff;}
.prodetail .conRight .con p span{ display: block; width: 50%;}
.prodetail .goback {border-top: 2px #eee solid;text-align: right;margin-top: 40px;padding-top: 20px;}
.prodetail .goback a {display: inline-block;width: 180px;height: 50px;line-height: 50px;text-align: center;background: #333; color: #fff;}
.prodetail .goback a img {position: relative; margin-right: 10px; height:16px;}
.prodetail .goback a:hover {background: #007cca;}

.casebox{display: grid; grid-gap:15px 30px; grid-template-columns: repeat(3,1fr);}
.casebox li{ position: relative;padding: 25px; background: #fff; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
.casebox li a>div{ position: relative;  z-index: 5; overflow: hidden;}
.casebox li::after{ width: 0; height:5px; position: absolute; bottom: 0; right: 0; content: ''; display: block; background-color: #007cca; z-index: 2; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s;}
.casebox li .txt{ position: relative; margin-top: 15px; color: #333;}
.casebox li .txt .tit{ font-size: 20px; font-weight: bold; line-height: 2.4;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.casebox li .desc{font-size: 16px; opacity: 0.6; line-height: 2.4;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.casebox li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0,.15); }
.casebox li:hover .txt{ color: #007cca;}
.casebox li:hover::after{ width: 100%; left: 0;}
.casebox li .mask-white { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,.2); content:''; -webkit-transition:-webkit-transform .6s;
    transition:transform .6s; -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0) }
.casebox li:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.caseBoxbg{ background: #fff;}
.caseBoxbg .title{ padding: 40px; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; align-items: center;}
.caseBoxbg .title .pageT{ font-size: 30px; line-height: 1.4; color: #333;}
.caseBoxbg .title .pageD{font-size: 16px; color: #666;}
.caseBoxbg .title .backList{width: 210px;height: 55px; color: #fff; border-radius: 30px; background: #007cca; display: flex; align-items: center; justify-content: center;}
.caseBoxbg .title .backList .ml-cio{ margin-left: 10px; height: 12px;}
.caseBoxbg .title .backList:hover{background-image: -webkit-linear-gradient(120deg, #048de3,#007cca);  background-image: -moz-linear-gradient(120deg, #048de3,#007cca); background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}
.caseBoxbg .pagecont{padding: 40px; font-size:16px; color:#666; line-height:2;}
.caseBoxbg .pagecont p a{font-size: 16px !important; }
.caseBoxbg .pagecont img{max-width:100%; margin:5px 0;}
.caseBoxbg .pagecont table{border-collapse:collapse;width:100% !important;}
.caseBoxbg .pagecont table,.caseBoxbg .pagecont tr{ font-size: 15px; color: #444; }
.caseBoxbg .pagecont table,.caseBoxbg .pagecont th,.caseBoxbg .pagecont td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.caseBoxbg .backpad{ padding: 40px;}

.pageNews{ position: relative; width: 100%;}
.pageNews .newsbox{display: grid; grid-gap: 40px; grid-template-columns: repeat(3,1fr);}
.pageNews .item{ position:relative;float: left; transition:.3s ease;}
.pageNews .item:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  transform: translateY(-8px);}
.pageNews .item .box{position: relative; background:#fff; }
.pageNews .item .infor{padding:35px 25px;}
.pageNews .item .infor .date{ font-size: 15px; color: #aaa; font-family: 'din';}
.pageNews .item .infor .t{font-size:22px; line-height: 30px; height: 60px; color:#333; margin:20px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .item .infor .c{font-size:15px; color:#666; line-height:2; height: 30px;  overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNews .item .infor .more{float:right; color:#666; display: none;}
.pageNews .item .li_line{width:0; height:5px; background:#007cca; position:absolute; right:0; bottom:0; transition:all 0.5s ease;}
.pageNews .item:hover .li_line{width:100%; left: 0;}
.pageNews .item:hover .infor .t{ color:#007cca;}
.newsboxbg{ background: #fff;}
.newsboxbg .title{ padding: 40px; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; align-items: center;}
.newsboxbg .title .left{ padding-right: 50px;}
.newsboxbg .title .pageT{ font-size: 30px; line-height: 1.4; color: #333;}
.newsboxbg .title .pageD{font-size: 16px; color: #666;}
.newsboxbg .title .backList{width: 210px;height: 55px; color: #fff; border-radius: 30px; background: #007cca; display: flex; align-items: center; justify-content: center;}
.newsboxbg .title .backList .ml-cio{ margin-left: 10px; height: 12px;}
.newsboxbg .title .backList:hover{background-image: -webkit-linear-gradient(120deg, #048de3,#007cca);  background-image: -moz-linear-gradient(120deg, #048de3,#007cca); background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}
.newsboxbg .pagecont{padding: 40px; font-size:16px; color:#666; line-height:2;}
.newsboxbg .pagecont p a{font-size: 16px !important; }
.newsboxbg .pagecont img{max-width:100%; margin:5px 0;}
.newsboxbg .pagecont table{border-collapse:collapse;width:100% !important;}
.newsboxbg .pagecont table,.newsboxbg .pagecont tr{ font-size: 15px; color: #444; }
.newsboxbg .pagecont table,.newsboxbg .pagecont th,.newsboxbg .pagecont td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.newsboxbg .backpad{ padding: 40px;}

.joinProfile{ position: relative;}
.joinProfile .left{ width: 48%; float: left;}
.joinProfile .left .splitlist{ font-size: 34px; color: #007cca;}
.joinProfile .left .info{ font-size: 17px; color: #333; padding: 30px 0; line-height: 2.5;}
.joinProfile .right{ width: 50%; float: right;}
.joinProfile .right img{ width: 100%;}

.contact{position: relative;}
.contact h2{font-size:20px;font-weight:bold;padding-left:40px;position: relative;}
.contact h2:after{position: absolute;left:0px;width:30px;height:2px;background:#007cca;content:"";top:20px;}
.contact h1{font-size:32px;color:#333;padding-left:40px;}
.contact ul{overflow: hidden;margin-top:60px;}
.contact ul li span{position: relative;top:0px;transition:all 0.5s ease;}
.contact ul li span img{ height: 40px;}
.contact ul li:hover span{top:-10px;}
.contact ul li{width:25%;background:#fff;border-left:1px solid #eff2f7;float:left;height:290px;padding:70px 40px;text-align: center;}
.contact ul li h4{margin:20px auto 20px;font-weight:bold;color:#333;font-size:18px; text-transform: uppercase}
.contact ul li p.add{font-size:16px; color:#666; line-height:30px;}
.contactbox{ margin-top: 50px; display: flex; justify-content: space-between; box-sizing: border-box;}
.contactbox .gbook{width: 52%; padding: 40px;  background: #fff;}
.contactbox .gbook .title{ font-size: 28px; color: #333; font-weight: bold; line-height: 2;}
.contactbox .gbook .decs{margin-top: 15px; margin-bottom: 20px; font-size: 16px; color: #666;}
.contactbox .gbook .flex-center{margin-top: 25px; display: flex;justify-content: space-between; align-items: center;}
.contactbox .gbook .input{padding-left: 60px; width: 48%; height: 50px; font-size: 16px; color: #333;  border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px;}
.contactbox .gbook .mt-25{ margin-top: 25px;}
.contactbox .gbook textarea {padding: 15px;width: 100%; font-size: 16px; color: #333; border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;-o-border-radius: 8px; background-color: #f6f6f6;}
.contactbox .gbook .dis-flex-center{ margin-top: 25px; display: flex;align-items: center;justify-content: center;}
.contactbox .gbook .dis-flex-center .indexmore {width: 210px;height: 50px; font-size: 17px; font-weight: bold; color: #fff; border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;-o-border-radius: 30px; background: #007cca; cursor: pointer;}
.contactbox .gbook .dis-flex-center .indexmore:hover{background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}
.contactbox .gbook .input::-webkit-input-placeholder,.contactbox .gbook textarea::-webkit-input-placeholder{ color: #999; font-size: 15px;}
.inputName{background: url(../img/inputName.png) no-repeat center left 22px #f6f6f6; background-size: auto 22px;}
.inputTel{ background: url(../img/inputTel.png) no-repeat center left 22px #f6f6f6; background-size: auto 22px;}
.inputEmail{ background: url(../img/inputEamil.png) no-repeat center left 22px #f6f6f6; background-size: auto 22px;}
.inputAdd{ background: url(../img/inputAdd.png) no-repeat center left 22px #f6f6f6; background-size: auto 22px;}
.contactbox .contactMap{width: 48%;color: #fff;  background: #007cca;}
.contactMap .Map{height: 100%; width: 100%; padding: 10px; box-sizing: border-box; background: #f3f4f8;}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages ul{ margin-top: 30px; }
.pages li {display:inline-block; height:36px; line-height:36px; background:#ffffff; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#007cca; text-decoration:none}
.pages .active a{color:#fff; }
.pages li:hover { background:#007cca; 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: 40px 0; background: #fff;border-top: 1px #e5e5e5 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:#007cca;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#007cca;}
.backbox{padding-top:20px;position:relative; padding: 40px 0;border-top: 1px #e5e5e5 solid; }
.bc-prev,.bc-next{display:block;width:200px;height:50px; background: #f5f5f5;overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prevn,.bc-nextn{display:block;width:200px;height:50px; background: #f5f5f5; overflow:hidden;color:#666;line-height:50px;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{padding-right:51px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#007cca;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:220px;height:50px;line-height:50px;background:#007cca;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#007cca; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#007cca;}
.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-image: -webkit-linear-gradient(120deg, #048de3,#007cca);  background-image: -moz-linear-gradient(120deg, #048de3,#007cca); background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}
