﻿body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../font/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "helev2";
	src: url("");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #1054a0;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.swiper-pagination-bullet-active{
	background: #0068b7 !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}
.section{
	overflow: hidden;
}


.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch .hsm{
	width: 10%;
	float: left;
	height: 50px;
	background: url(../image/ss-ico.jpg) no-repeat right 15px center;
	text-align: right;
	border: none;
	outline: none;
	padding-right: 5px;
	line-height: 50px;
	cursor: pointer;
}
.headSearch span i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #c1c1c1;
}

.head{
	width: 100%; 
	background: rgba(255,255,255,0);
	z-index: 1009;  
	position: fixed;
	top: 0;
	left: 0; 
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all .5s ease;
} 
.head.ny{
	position: relative;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #e7e7e7;
	transition: all .5s ease;
}
.head .container{
	width: 96%;
	max-width: 1640px;
	padding: 13px 0 16px;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	 
	
	border-bottom: 1px solid #e7e7e7;
	transition: all .5s ease;
}
.head::after{
	content: "";
	width: 21%;
	max-width: 435px;
	height: 100%;
	position: absolute;
	right: -10%;
	opacity: 0;
	top: 0;
	background-color: #0068b7;
	z-index: 223;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	transition: all .5s ease;
}
.head.fixedbg::after,
.head.ny::after{ 
	right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	opacity: 1;
	transition: all .5s ease;
}
.head .Logo{
	float: left; 
	width: 145px;
	height: 61px;
	overflow: hidden;
	position: relative;
	transition: all .5s ease;
} 
.head.fixedbg .Logo,
.head.ny .Logo{ 
	transition: all .5s ease;
}
.WebLink{
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	transition: all .5s ease;
}
.head.fixedbg .WebLink,
.head.ny .WebLink{ 
	transition: all .5s ease;
}
.WebLink li{
	float: left;
	position: relative;
	margin-left: 23px;
}
.WebLink li:nth-child(1){
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #0068b7;
}

.WebLink li .sub-head-menu{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 69px;
	width: 200px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.sub-head-menu-t{
	height: 30px;
	transition: all .5s ease;
}
.head.fixedbg .sub-head-menu-t{
	height: 25px;
	transition: all .5s ease;
}
.sub-head-menu-a{
	border-top: 4px solid #007abe;
}
.WebLink li:hover .sub-head-menu{
	top: 23px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0;
	color: #555;
	border-bottom: 1px solid #f1f1f1;
	background: #fff; 
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a:hover{
	background: #007abe;
	color: #fff;
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a:last-child{
	border-bottom: none;
}

.head.fixedbg .WebLink li > a,
.head.ny .WebLink li > a{
	color: #333333;
}
.head.fixedbg .WebLink li:hover > a,
.head.ny .WebLink li:hover > a{
	color: #0068b7;
}
.head.fixedbg .WebLink li.on > a,
.head.ny .WebLink li.on > a{
	color: #0068b7;
}
.head-right{
	float: right;
	position: relative;
	z-index: 1220;
}
.h-language{
	float: left;
	font-size: 14px;
	color: #fff;
	margin-top: 22px;
	transition: all .5s ease;
}
.head.fixedbg .h-language,
.head.ny .h-language{
	color: #555555;
	transition: all .5s ease;
}
.h-language a{
	color: #fff;
	transition: all .5s ease;
}
.head.fixedbg .h-language a,
.head.ny .h-language a{
	color: #555555;
	transition: all .5s ease;
}
.h-language a.en{
	font-family: arial;
}
.h-language a:hover{
	color: #0068b7;
}
.head.fixedbg .h-language a:hover,
.head.ny .h-language a:hover{
	color: #0068b7;
}
.head-search{
	float: left;
	cursor: pointer;
	margin: 20px 65px 0 28px;
}
.head-search i{
	font-size: 18px;
	color: #fff;
}
.head.fixedbg .head-search i,
.head.ny .head-search i{
	color: #555555;
}
.head-tel{
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	margin-top: 18px;
}
.head-tel a{
	font-family: helev;
	font-size: 24px;
	color: #0068b7;
}
.head.fixedbg .head-tel a,
.head.ny .head-tel a{
	color: #fff;
}
.head-tel i{
	font-size: 24px;
	position: relative;
	top: 1px;
	margin-right: 6px;
}


.indexVideo{
	position: relative;
}
.indexVideoback{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1001;
	left: 0;
	top: 0;
}
.indexVideo video{ 
	width: 100%;
}
.indexVideoInfo{
	position: absolute;
	width: 100%;
	z-index: 9009; 
	text-align: center;
	top: 40%;
	color: #fff;
}
.indexVideoInfo .cn{
	font-size: 72px;
	font-weight: bold;
	line-height: 84px;
}
.indexVideoInfo .en{
	font-size: helev;
	font-size: 16px;
	margin-top: 22px;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 77px;
	left: 50%; 
	margin-left: -11.5px;
	z-index: 2;
	margin-top: 50px;
	z-index: 9009;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../image/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../image/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


.indexAbout{
	background: url(../image/sy-abt-logo-back.png) no-repeat right bottom 110px;
	position: relative;
}
.sy-abt-back{
	width: 50%;
	height: 100%;
	position: absolute;
	background: url(../image/sy-abt-img.jpg) no-repeat center top;
	background-size: cover;
	left: 0;
	top: 0;
}
.sy-abt-cont{
	width: 44.155844156%;
	float: right;
	padding: 215px 0 0 0;
}
.sy-abt-cont .bt-sy-tit,
.sy-abt-cont .bt-sy-sub{
	text-align: left;
}
.abt-num-info{
	border-top: 1px solid #e5e4e4;
	margin-top: 38px;
	padding-top: 28px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}
.abt-num-info .list{
	text-align: center;
}
.abt-num-info .list .txt1{
	font-size: 16px;
	color: #555555;
}
.abt-num-info .list .txt1 span{
	font-family: helev;
	font-size: 50px;
	color: #0068b7;
	line-height: 50px;
}
.abt-num-info .list .txt1 sup{
	font-size: 24px;
	color: #0068b7;
	position: relative;
	top: -28px;
	margin-right: -10px;
}
.abt-num-info .list .txt2{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 8px;
}
.indexAbout .cont{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 85px;
	padding-right: 12%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexAbout .bt-more1{
	margin-top: 80px;
}


.indexEquipment{
	background: url(../image/sy-sb-back1.jpg) no-repeat top center;
	background-size: cover;
	padding: 182px 0 0 0;
}
.indexEquipment .bt-sy-tit,
.indexEquipment .bt-sy-sub{
	color: #fff;
}
#sySbSwiper{
	margin-top: 84px;
	padding-bottom: 76px;
	cursor: all-scroll;
}
#sySbBar{
	width: 100% !important;
	left: 0;
	background: #a2abba !important;
	opacity: 1 !important;
}
#sySbBar .swiper-scrollbar-drag{
	background: #01539a !important;
}
.sy-sb-list{
	position: relative;
}
.sy-sb-list .pic{
	overflow: hidden;
}
.sy-sb-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-sb-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-sb-list .tit{
	position: absolute;
	width: 100%;
	line-height: 48px;
	background: rgba(0,104,183,0.9);
	bottom: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexEquipment .bt-more1{
	margin: 52px auto 0;
	background: #0068b7;
	color: #fff !important;
}


.indexProduct{
	background: url(../image/sy-pro-back1.jpg) no-repeat top center;
	background-size: cover;
	padding: 170px 0 0 0;
	position: relative;
}
#syProSwiper{
	position: absolute;
	width: 90%;
	max-width: 1730px;
	right: 0;
	bottom: 115px;
}
#syProSwiper .swiper-slide{
	width: 72%;
	max-width: 1235px;
}
.sy-pro-list{
	overflow: hidden;
}
.sy-pro-list .pic{
	width: 50.688259109%;
	float: left;
}
.sy-pro-list .cont{
	width: 41.3%;
	float: right;
}
.sy-pro-list .cont .tit{
	font-size: 28px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-pro-list .cont .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-top: 42px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-pro-list .bt-more1{
	margin: 85px 0 0 0;
}
#syProPag{
	font-size: 18px;
	color: #555555;
	font-family: helev;
	width: auto;
	left: 42% !important;
}
#syProPag .swiper-pagination-current{
	font-size: 40px;
}
#syProN,
#syProP{
	width: 62px;
	height: 62px;
	background: #ffffff url(../image/sy-pro-n.png) no-repeat center center;
	border-radius: 100%;
	opacity: 1;
    transition: all .5s ease;
}
#syProP{
	left: 8%;
}
#syProN{
	right: 8%;
}
#syProP{
	background: #ffffff url(../image/sy-pro-p.png) no-repeat center center;
}
#syProP.swiper-button-disabled{
	opacity: 0;
    transition: all .5s ease;
}
#syProN.swiper-button-disabled{
	opacity: 0;
    transition: all .5s ease;
}


.indexApplication{
	position: relative;
}
.syYyTit{
	position: absolute;
	width: 100%;
	top: 165px;
	z-index: 2021;
}
.syYyTit .bt-sy-tit,
.syYyTit .bt-sy-sub{
	color: #fff;
}
.syYy-gallery-top{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.syYy-gallery-top .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.syYy-gallery-top .swiper-slide::after{
	content: "";
	position: absolute;
	width: 28%;
	max-width: 520px;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/sy-yy-r-back.jpg) no-repeat top center;
	background-size: cover;
}
.syYy-gallery-top .info{
	position: absolute;
	z-index: 2022;
	left: 218px;
	top: 36%;
	width: 15%;
	max-width: 262px;
	color: #fff;
}
.syYy-gallery-top .info .tit{
	font-size: 34px;
	line-height: 38px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syYy-gallery-top .info .sub{
	font-size: 16px;
	line-height: 25px;
	margin-top: 28px;
	height: 100px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syYy-gallery-top .info .more{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 28px;
	color: #fff;
	font-size: 15px;
	margin-top: 38px;
}
.syYy-gallery-top .info .more:hover{
	padding-right: 40px;
	color: #f7a82c;
}
.syYy-gallery-top .info .more span{
	position: relative;
	z-index: 44;
}
.syYy-gallery-top .info .more::after{
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
    transition: all .5s ease;
}
.syYy-gallery-top .info .more:hover::after{
	width: 100%;
    transition: all .5s ease;
}
.syYy-gallery-top .info .more::before{
	content: "";
	position: absolute;
	width: 19px;
	height: 2px;
	background-color: #f7a82c;
	top: 50%;
	margin-top: -1px;
	left: 15px;
	z-index: 33;
    transition: all .5s ease;
}
.syYy-gallery-top .info .more:hover::before{
	left: 92%;
    transition: all .5s ease;
}
.syYyBottom{
	position: absolute;
	width: 80%;
	max-width: 1483px;
	z-index: 2023;
	left: 50%;
	bottom: 76px;
	margin-left: -741.5px;
}
.syYy-gallery-thumbs{
	width: 85.70465273%;
	float: left;
}
.syYy-gallery-thumbs .list{
	background-color: #fff;
	padding: 38px 36px 40px;
	cursor: pointer;
	position: relative;
	border-bottom: 5px solid #fff;
	color: #333333;
    transition: all .5s ease;
}
.syYy-gallery-thumbs .swiper-slide.swiper-slide-thumb-active .list{ 
	border-bottom: 5px solid #0068b7;
	color: #0068b7;
    transition: all .5s ease;
}
.syYy-gallery-thumbs .list .num{
	position: absolute;
	top: 40px;
	right: 22px;
	font-family: arial;
	font-size: 16px;
}
.syYy-gallery-thumbs .list p{
	font-size: 16px;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 36px;
}
.syYyBottom .jtBox{
	position: absolute;
	width: 14.227916385%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
}
.syYyN,
.syYyP{
	width: 50px !important;
	height: 50px !important;
	margin-top: -25px !important;
	border: 1px solid #dedede;
}
.syYyN{
	background: url(../image/sy-yy-next.png) no-repeat center center !important;
	right: 45px !important;
    transition: all .5s ease;
}
.syYyN:hover{
	border: 1px solid #0068b7;
	background: #0068b7  url(../image/sy-yy-next-bs.png) no-repeat center center !important;
    transition: all .5s ease;
}
.syYyP{
	background:url(../image/sy-yy-prev.png) no-repeat center center !important;
	left: 45px !important;
    transition: all .5s ease;
}
.syYyP:hover{
	border: 1px solid #0068b7;
	background: #0068b7 url(../image/sy-yy-prev-bs.png) no-repeat center center !important;
    transition: all .5s ease;
}


.indexNews{
	background: url(../image/sy-news-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 165px 0 0 0;
}
.indexNews .more{
	overflow: hidden;
	margin-top: 36px;
}
.indexNews .more a{
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.indexNews .more a:hover{
	color: #237bbf;
}
.indexNews .more a i{
	font-size: 18px;
	color: #237bbf;
	margin-right: 10px;
}
.indexNews .hd{
	border-top: 1px solid #c3c3c3;
	padding-top: 56px;
	margin-top: 40px;
}
.indexNews .hd ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}
.indexNews .hd ul li{
	width: 19.48051948%;
	position: relative;
    transition: all .5s ease;
}
.indexNews .hd ul li.on{
	width: 35.9091%;
    transition: all .5s ease;
}
.indexNews .hd ul li.on::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -57px;
	background: #1194e2;
	z-index: 22;
}
.indexNews .hd ul li .time{
	position: absolute;
	top: -61px;
	width: 100%;
	text-align: center;
	z-index: 33;
	font-size: 16px;
	font-family: helev;
	color: #333333;
	background: url(../image/sy-news-dot.png) no-repeat top center;
	padding-top: 24px;
}
.indexNews .hd ul li .pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.indexNews .hd ul li.on .pic::after{
	content: "";
	width: 100%;
	height: 50%;
	background: url(../image/sy-news-000.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
    transition: all .5s ease;
}
.indexNews .hd ul li .pic img{
	display: block;
	width: 100%;
}
.indexNews .hd ul li .info{
	margin-top: 36px;
    transition: all .5s ease;
}
.indexNews .hd ul li.on .info{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px 32px;
    transition: all .5s ease;
}
.indexNews .hd ul li .info .tit{
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .hd ul li.on .info .tit{
	color: #fff;
}
.indexNews .hd ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .hd ul li.on .info .sub{
	color: #fff;
	margin-top: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.about{
	padding: 85px 0 105px;
}
.sub-about-left{
	width: 45.12987013%;
	float: left;
	margin-top: 18px;
}
.sub-about-left .abt-tit-cn,
.sub-about-left .abt-tit-en{
	text-align: left;
}
.sub-about-left .cont{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	margin-top: 32px;
}
.sub-about-left .abt-num-info{
	background: #f5f5f5;
	border-top: none;
	padding: 22px 18px;
	margin-top: 34px;
}
.sub-about-left .abt-num-info .list{
	position: relative;
}
.sub-about-left .abt-num-info .list::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 72px;
	background-color: #dddddd;
	right: -45px;
	top: 8px;
}
.sub-about-left .abt-num-info .list:last-child::after{
	display: none;
}
.sub-about-right{
	width: 47.85714286%;
	float: right;
	height: 470px;
	overflow: hidden;
	background: #000;
}
.sub-about-right video{
	width: 100%;
	height: 100%;
}


.culture{
	background: url(../image/qywh-back.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.qywhTit{
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0;
}
.qywhTit .abt-tit-cn,
.qywhTit .abt-tit-en{
	color: #fff;
}
.qywh-box .list{
	width: 33.333%;
	float: left;
	height: 640px;
	padding-top: 220px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.qywh-box .list .tit{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	margin: 38px 0 26px;
}
.qywh-box .list .sub{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.qywh-box .list .line{
	width: 32px;
	height: 3px;
	background-color: #0068b7;
	margin: 40px auto 0;
}
.honor-warp{
	position: relative;
	margin-top: 65px;
}
#Szs{
	width: 69%;
	margin: 0 auto;
	padding: 8px;
}
#Szs .swiper-slide{
	width: 302px;
}
#Szs img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
#Szs .swiper-slide p{
	font-size: 18px;
	text-align: center;
	color: #333333;
	line-height: 25px;
	margin-top: 45px;
	opacity: 0;
	transition: all .5s ease;
}
#Szs .swiper-slide-active p{
	opacity: 1;
	transition: all .5s ease;
}
#zsN,
#zsP{
	width: 28px;
	height: 52px;
	top: 49%;
}
#zsN{
	background: url(../image/zsN.png) no-repeat center center;
	right: 150px;
}
#zsP{
	background: url(../image/zsP.png) no-repeat center center;
	left: 150px;
}


.equipment{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.tdfc-warp{
	margin-top: 42px;
	position: relative;
}
#tdfc .swiper-slide{
	margin-top: 0 !important;
	margin-bottom: 24px !important;
}
.tdfc-warp .pic{
	position: relative;
}
.tdfc-warp .tit{
	position: absolute;
	width: 100%;
	line-height: 40px;
	text-align: center;
	left: 0;
	bottom: 0;
	display: block;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#tdfc{
	width: 85.714285714%;
	margin: 0 auto;
}
#tdfc img{
	display: block;
	width: 100%;
}
#tdfc .small{
	width: 27.68%;
}
#tdfc .small .pic:nth-child(1){
	margin-bottom: 15px;
}
#tdfc .big{
	width: 42.55%;
}
#tdN,#tdP{
	width: 64px;
	height: 64px;
	border: 1px solid #ededed;
	border-radius: 100%;
}
#tdN{
	background: url(../image/team-next.png) no-repeat center center;
	right: 0;
    transition: all .5s ease;
}
#tdN:hover{
	background: #134b86 url(../image/team-next-bs.png) no-repeat center center;
    transition: all .5s ease;
}
#tdP{
	background: url(../image/team-prev.png) no-repeat center center;
	left: 0;
    transition: all .5s ease;
}
#tdP:hover{
	background: #134b86 url(../image/team-prev-bs.png) no-repeat center center;
    transition: all .5s ease;
}


.technology{
	padding: 70px 0 90px;
}


.contact{
	padding: 65px 0 55px;
}
.contact .container{
	background: #0068b7;
}
.sub-contact-left{
	width: 40%;
	float: left;
	position: relative; 
	background: url(../image/c-l-back.jpg) no-repeat top right;
	padding: 90px 40px 0;
} 
.contact.abtEn .sub-contact-left{
	width: 100%;
}
.sub-contact-left .yinhao{
	position: absolute;
	left: 40px;
	top: 30px;
}
.sub-contact-left .yinhao i{
	font-size: 38px;
	color: #fff;
}
.sub-contact-left .tit{
	font-size: 26px;
	color: #fff;
	line-height: 30px;
}
.sub-contact-left .info{
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	color: #fff;
	line-height: 42px;
}
.sub-contact-left .info p{
	padding-left: 30px;
}
.sub-contact-left .info p.dz{
	background: url(../image/c-dz.png) no-repeat left top 9px;
}
.sub-contact-left .info p.dh{
	background: url(../image/c-dh.png) no-repeat left center;
}
.sub-contact-left .info p.dh a{
	font-size: 24px;
}
.sub-contact-left .info p.cz{
	background: url(../image/c-cz.png) no-repeat left center;
}
.sub-contact-left .info p.yx{
	background: url(../image/c-yx.png) no-repeat left center;
}
.sub-contact-left .info a{
	font-family: arial;
	color: #fff;
}
.maps{
	width: 60%;
	float: right;
	border: 1px solid #e2e4e6;
	overflow: hidden;
}
.maps img{
	display: block;
	width: 100%;
}

.message{
	padding: 55px 0 85px;
	background: #f5f5f5;
}
.message .row{
	margin-top: 58px;
}
.message .row .pdg{
	position: relative;
}
.message .row input[type=text]{
	width: 100%;
	height: 56px;
	border: 1px solid #e7e7e7;
	outline: none;
	padding: 0;
	margin-bottom: 11px;
	text-indent: 118px;
	font-size: 15px;
    transition: all .5s ease;
}
.message .row input[type=text]:focus{
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .15);
    transition: all .5s ease;
}
.message .row textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	max-height: 150px;
	border: 1px solid #e7e7e7;
	outline: none;
	padding: 55px 25px 0;
	font-size: 15px;
    transition: all .5s ease;
}
.message .row textarea:focus{
	background: #fff;
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .15);
    transition: all .5s ease;
}
.message .row .pdg .bq{
	position: absolute;
	line-height: 56px;
	top: 0;
	left: 40px;
	font-size: 16px;
	color: #333333;
}
.message .row .pdg .bq.bt{
	background: url(../image/bt-ico.png) no-repeat top 20px right;
	padding-right: 12px;
}
.message .row input[type=button]{
	width: 280px;
	height: 60px;
	display: block;
	margin: 40px auto 0;
	background: #0068b7;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	border: none;
	outline: none;
}
.message .row input[type=button]:hover{
	border-radius: 50px;
}


.abt-tit-cn{
	font-size: 42px;
	color: #333333;
	line-height: 48px;
	text-align: center;
}
.abt-tit-en{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 18px;
	text-align: center;
}
.abt-tit-sub{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 44px;
}


.product{
	padding: 78px 0 120px;
}
.product .row{
	
}
.product .row .pdg{
	padding: 0 24px;
	margin-bottom: 48px;
}
.product li.hide-wrap {
    display: none;
}
.pro-list{
	width: 100%;
	border-top: 2px solid #333333;
	padding-top: 30px;
    transition: all .5s ease;
}
.pro-list:hover{
	border-top: 2px solid #0068b7;
    transition: all .5s ease;
}
.pro-list .tit{
	font-size: 24px;
	color: #222222;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-list:hover .tit{
	color: #0068b7;
    transition: all .5s ease;
}
.pro-list .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 32px 0 30px;
}
.pro-list .more{
	font-size: 15px;
	color: #0068b7;
	line-height: 25px;
}
.pro-list .more i{
	margin-left: 5px;
}
.pro-list .pic{
	overflow: hidden;
	margin-top: 36px;
}
.pro-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.product .more2{
	width: 160px;
	display: table;
	margin: 25px auto 0;
	line-height: 48px;
	height: 50px;
	text-align: center;
	font-size: 15px;
	color: #555555;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	top: 30px;
}
.product .more2 i{
	margin-right: 10px;
	color: #5c6981;
}


.productDe{
	padding: 72px 0 90px;
}
.sub-de-left{
	width: 20.38961%;
	float: left;
}
.sub-de-left a{
	display: block;
	margin-bottom: 6px;
	width: 100%;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	background: url(../image/p-de-sjx.png) no-repeat left 16px center;
	padding-left: 32px;
	padding-right: 18px;
	font-size: 15px;
	color: #555555;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-de-left a:hover,
.sub-de-left a.on{
	background: #0068b7 url(../image/p-de-sjx-bs.png) no-repeat left 16px center;
	border: 1px solid #0068b7;
	color: #fff;
}
.sub-de-right{
	width: 73.2468%;
	float: right;
}
.proDe-one .title{
	font-size: 32px;
	color: #0068b7;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 26px;
	margin-bottom: 24px;
}
.prode-tit{
	background: url(../image/pde-dot.png) no-repeat left center;
	padding-left: 22px;
	font-size: 24px;
	color: #222222;
	line-height: 28px;
}
.proDe-one .box{
	margin-top: 30px;
	overflow: hidden;
}
.proDe-one .box .pic{
	width: 41.843972%;
	float: left;
}
.proDe-one .box .cont{
	width: 54.078014%;
	float: right;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.prode-tab{
	border-top: 1px solid #e1e1e1;
	padding-top: 32px;
	margin-top: 50px;
}
.prode-tab .cont{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin-top: 26px;
}
.prode-tab .cont table{
	width: 100%;
	border: 1px solid #fff;
}
.prode-tab .cont table tr{
	background: #e3edf5;
}
.prode-tab .cont table tr:nth-of-type(2n+2){
	background: #f8fafc;
}
.prode-tab .cont table tr th{
	background: #0068b7;
	color: #fff;
	height: 50px;
	font-size: 15px;
	text-align: center;
}
.prode-tab .cont table tr td{
	font-size: 15px;
	color: #555;
	text-align: center;
	height: 50px;
}


.application{
	padding: 68px 0 100px;
}
.application .pdg{
	padding: 0 22.5px;
	margin-bottom: 45px;
}
.application-list{
	width: 100%;
}
.application-list .pic{
	overflow: hidden;
}
.application-list .pic img{
	display: block;
	width: 100%;
}
.application-list .info{
	padding: 62px 42px 30px 42px;
	background: #f8f8f8;
	position: relative;
    transition: all .5s ease;
}
.application-list:hover .info{
	background: #0068b7;
    transition: all .5s ease;
}
.application-list .info .ico{
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 90px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	top: -45px;
	left: 50%;
	margin-left: -45px;
    transition: all .5s ease;
}
.application-list .info .tit{
	font-size: 28px;
	color: #222222;
	line-height: 35px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.application-list:hover .info .tit{
	color: #fff;
    transition: all .5s ease;
}
.application-list .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 26px;
    transition: all .5s ease;
}
.application-list:hover .info .sub{
	color: #fff;
    transition: all .5s ease;
}
.application-list .info .more{
	text-align: right;
	margin-top: 45px;
	line-height: 25px;
	font-size: 15px;
	color: #f8f8f8;
}
.application-list .info .more i{
	font-size: 20px;
	color: #0068b7;
	font-weight: bold;
	margin-left: 20px;
	position: relative;
	top: 2px;
    transition: all .5s ease;
}
.application-list:hover .info .more i{
	color: #fff;
	margin-left: 10px;
    transition: all .5s ease;
}


.resources-one{
	padding: 80px 0 100px;
}
.resources-one .abt-tit-sub{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-top: 25px;
}
.resources-one .row{
	margin-top: 42px;
}
.resources-one .row .pdg{
	padding: 0 19px;
	margin-bottom: 40px;
}
.rcg-list{
	border: 1px solid #e7e7e7;
	padding: 34px 54px 50px 40px;
}
.rcg-list .sub{
	font-size: 16px;
	color: #555555;
	height: 84px;
	margin-top: 30px;
	line-height: 28px;
}
.resources-two{
	height: 626px;
	background: url(../image/zyfz-back.jpg) no-repeat top center;
	background-size: cover;
}
.resources-two .box{
	width: 35.714286%;
	background: rgba(0,104,183,0.9);
	padding: 55px 35px 100px 32px;
	position: relative;
	top: 218px;
}
.resources-two .box .abt-tit-cn{
	text-align: left;
	color: #fff;
}
.resources-two .box .sub{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-top: 36px;
}
.resources-three{
	padding: 55px 0 100px;
}
.resources-three .row{
	margin-top: 56px;
}
.resources-three .row .pdg{
	padding: 0 20px;
}
.xcfl-list{
	background: #f5f5f5;
	border-top: 6px solid #0068b7;
	padding: 64px 40px 75px 45px;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.xcfl-list .cont{
	height: 224px;
}
.xcfl-list p{
	background: url(../image/pde-dot.png) no-repeat left top 11px;
	padding-left: 18px;
}


.download{
	padding: 68px 0 105px;
}
.download .pdg{
	padding: 0 45px;
	margin-bottom: 60px;
}
.download-list{
	border-bottom: 1px solid #edecec;
	padding-bottom: 32px;
	background: url(../image/pdf-ico.png) no-repeat top left;
	padding-left: 82px;
	overflow: hidden;
}
.download-list .info{
	width: 65%;
	float: left;
}
.download-list .info .txt1{
	font-size: 20px;
	line-height: 25px;
	color: #333333; 
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.download-list:hover .info .txt1{
	color: #0068B7;
    transition: all .5s ease;
}
.download-list .info .txt2{
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin-top: 16px;
}
.download-list .ico{
	float: right;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 68px;
	border: 1px solid #dcdcdc;
	border-radius: 100%;
	color: #555;
    transition: all .5s ease;
}
.download-list:hover .ico{
	background: #0068B7;
	color: #fff;
	border: 1px solid #0068B7;
    transition: all .5s ease;
}
.download-list .ico i{
	font-size: 35px;
}


.recruitment{
	padding: 48px 0 78px;
}
.human-box{
	margin-top: 40px;
}
.human-box .item{
	background: #f5f5f5;
	padding: 22px 28px 30px;
	cursor: pointer;
}
.human-box .item:nth-of-type(2n+2){
	background: #fff;
}
.human-box h3{
	overflow: hidden;
}
.human-box h3 .info{
	width: 89%;
	float: left;
	border-right: 1px solid #ebebeb;
}
.human-box h3 .info .tit{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.human-box h3 .info .txt{
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
}
.human-box h3 .info .txt span{
	display: inline-block;
	position: relative;
	margin-right: 45px;
}
.human-box h3 .info .txt span::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #d3d2d2;
	right: -26px;
}
.human-box h3 .info .txt span:last-child::after{
	display: none;
}
.human-box h3 .info .open{
	background: url(../image/rc-down.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #10218b;
	padding-right: 21px;
	margin-top: 28px; 
	cursor: pointer;
}
.human-box h3.on .info .open{
	background: url(../image/rc-up.png) no-repeat right center;
	color: #0068b7;
}
.human-box .tjl{
	display: block;
	width: 113px;
	height: 36px;
	background: #0068b7;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 35px;
}
.human-box .tjl:hover{
	border-radius: 20px;
}
.human-box ul{
	margin-top: 25px;
	padding-top: 26px;
	border-top: 1px solid #dfdfdf;
	display: none;
}
.human-box ul li .cont{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.human-box ul li .cont .tit{
	color: #666666;
	margin-bottom: 5px;
}


.news{
	width: 100%;
	padding: 42px 0 70px;
}
.news ul{
	
}
.news ul li{
	width: 100%;
	position: relative; 
    transition: all .5s ease;
}
.news ul li:hover,
.news ul li.on{
	background: #fafafa;
    transition: all .5s ease;
}
.news ul li .container{
	position: relative; 
	z-index: 999;
}
.news ul li .time-box{
	width: 88px;
	height: 89px;
	background: #0076b7;
	color: #fff;
	text-align: center;
	font-family: arial;
	float: left;
	margin-top: 35px;
	position: relative; 
	z-index: 999;
}
.news ul li .time-box .day{
	font-size: 36px;
	line-height: 60px;
}
.news ul li .time-box .year{
	font-size: 16px;
}
.news ul li .cont{
	width: 91.40625%;
	float: right;
	padding: 35px 0 40px;
	position: relative;
} 
.news ul li .cont::after{
	content: "";
	position: absolute;
	height: 100%; 
	width: 0;
	left: 0;
	background: #0076b7;
	top: 0;
	z-index: 9;
    transition: all .5s ease;
}
.news ul li:hover .cont::after,
.news ul li.on .cont::after{
	width: 37%;
	left: -37%;
    transition: all .5s ease;
}
.news ul li .cont::before{
	content: "";
	position: absolute;
	height: 100%; 
	right: 0;
	width: 0;
	background: #fafafa;
	top: 0;
	z-index: 9;
    transition: all .5s ease;
}
.news ul li:hover .cont::before,
.news ul li.on .cont::before{ 
	right: -37%;
	width: 37%;
    transition: all .5s ease;
}
.news ul li .info{
	width: 71.367521367%;
	float: left;
	border-left: 1px solid #e8e8e8;
	padding-left: 23px; 
}
.news ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .info .views{
	font-size: 15px;
	color: #999999;
	line-height: 20px;
	background: url(../image/views-ico.png) no-repeat left center;
	padding-left: 26px;
	margin-top: 20px;
}
.news ul li .info .views span{
	font-family: arial;
	color: #999;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #888888;
	line-height: 26px;
	min-height: 52px;
	height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}
.news_btn{
	margin-top: 32px;
}
.news ul li .pic{
	width: 21.452991452%;
	float: right;
	margin-top: 10px;
}
.news ul li .pic img{
	display: block;
	width: 100%;
}

.newsDe{
	width: 100%;
	padding: 55px 0 60px;
}
.newsDe .container{
	max-width: 1230px;
}
.newsDe .topTit{
	width: 100%;
	border-bottom: 1px solid #e8e7e7; 
	text-align: center;
	padding: 0 80px 30px;
	position: relative;
}
.newsDe .topTit .sxy{
	width: 64px;
	height: 64px;
	border: 1px solid #ebebeb;
	display: block;
	position: absolute;
	top: 13px;
	border-radius: 100%;
}
.newsDe .topTit .sxy.p{
	left: 0;
	background: url(../image/team-prev.png) no-repeat center center;
}
.newsDe .topTit .sxy.p:hover{
	border: 1px solid #0075BE;
	background: #0075BE url(../image/team-prev-bs.png) no-repeat center center;
}
.newsDe .topTit .sxy.n{
	right: 0;
	background: url(../image/team-next.png) no-repeat center center;
}
.newsDe .topTit .sxy.n:hover{
	border: 1px solid #0075BE;
	background: #0075BE url(../image/team-next-bs.png) no-repeat center center;
}
.newsDe .topTit .Th2{
	font-size: 42px;
	line-height: 50px;
	color: #333333;
}
.newsDe .topTit .key{
	font-size: 15px;
	color: #999999;
	margin-top: 25px;
}
.newsDe .topTit .key .lll{
	background: url(../image/views-ico.png) no-repeat left center;
	padding-left: 26px;
}
.newsDe .topTit .key a{
	font-family: arial;
	color: #999999;
}
.newsDe .content{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 38px;
}
.defy{
	width: 100%; 
	border-top: 1px solid #e8e7e7;
	padding-top: 42px;
	margin-top: 40px;
	position: relative;
}
.defy .ewm{
	text-align: center;
}
.defy .ewm img{
	width: 110px;
}
.defy .ewm p{
	font-size: 15px;
	color: #555555;
	margin-top: 18px;
}
.defy .sxy{
	width: 70%;
	float: left;
}
.defy .sxy a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 35px;
	height: 35px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.defy .sxy a:hover{
	color: #0076b7;
}
.defy .return{
	position: absolute;
	right: 0;
	top: 35px;
	display: block;
	width: 141px;
	line-height: 45px;
	background: #0076b7;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
	border: 2px solid #0076b7;
	border-radius: 5px;
}
.defy .return.on{
	position: relative;
	top: 0;
	margin: 0 auto;
}
.defy .return:hover{
	background: #fff;
	color: #0076b7;
}


.common_btn{overflow:hidden;}
.common_btn .btn_more{display:inline-block;text-align:center; font-size:14px; border:1px solid #0076b7; border-radius:10px 0; color:#0076b7; padding:10px 30px; position:relative;}
.common_btn .btn_more span{display:inline-block; opacity:0;filter:alpha(opacity=0); -webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn .btn_more:hover{background:#0076b7; cursor:pointer; color:#fff;}
:root .common_btn .btn_more:before { content:attr(c-text); color:#0076b7; position:absolute; top:10px; left:13px; width:80%; height:100%; -webkit-transition:-webkit-transform .3s, opacity .3s; transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1); transition-timing-function:cubic-bezier(.75,0,.125,1);}
:root .common_btn .btn_more:hover:before {opacity:0; filter:alpha(opacity=0); -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0);}
.common_btn .btn_more:hover span {z-index:2; color:#fff; opacity:1; filter:alpha(opacity=100); -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); display:inline-block;}
.common_btn .btn_more:hover>span:nth-child(1) { -webkit-transition-delay:45ms; transition-delay:45ms;}
.common_btn .btn_more:hover>span:nth-child(2) { -webkit-transition-delay:.09s; transition-delay:.09s;}
.common_btn .btn_more:hover>span:nth-child(3) { -webkit-transition-delay:.135s; transition-delay:.135s;}
.common_btn .btn_more:hover>span:nth-child(4) {-webkit-transition-delay:.18s; transition-delay:.18s;}
.common_btn .btn_more:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn .btn_more:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn .btn_more:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn .btn_more:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn .btn_more:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn .btn_more:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s} 


.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.Nylocation{
	border-bottom: 1px solid #eeeeee;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	line-height: 59px;
	padding: 0 18px;
	float: left;
	font-size: 15px;
	color: #333333;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background-color: #0068b7;
	color: #fff;
}
.Nylocation .now-wz{
	float: right;
	background: url(../image/home-ico.png) no-repeat left center;
	padding-left: 25px;
	line-height: 59px;
	font-size: 15px;
	color: #333333;
}
.now-wz.fl{
	float: left;
}
.Nylocation .now-wz a{
	color: #333;
}
.Nylocation .now-wz a:hover{
	color: #0068b7;
}


.bt-more1{
	display: block;
	width: 152px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #0068b7;
	border-radius: 50px;
	font-size: 16px;
	color: #0068b7 !important;
}
.bt-more1:hover{
	background-color: #0068b7;
	color: #fff !important;
}
.bt-more1 i{
	font-size: 21px; 
	margin-left: 24px;
	position: relative;
	top: 1px;
}
.bt-sy-tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #222222;
}
.bt-sy-sub{
	font-size: 16px;
	color: #222222;
	text-align: center;
	margin-top: 25px;
	line-height: 22px;
}
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
    background: #0f4c9d;
    padding: 10px;
}


footer{
	height: auto !important;
	background: #373737;
}
.foot-top{
	padding: 50px 0 58px;
}
.foot-ewm_fx{
	float: left;
}
.foot-ewm_fx .f-ewm{
	width: 129px;
	text-align: center;
}
.foot-ewm_fx .f-ewm p{
	font-size: 15px;
	color: #adacac;
	margin-top: 18px;
}
.f-fx{
	text-align: center;
	margin-top: 42px;
}
.f-fx a{
	width: 29px !important;
	height: 29px !important;
	background: url(../image/f-fx.png) !important;
	padding: 0 !important;
	margin: 0 5px !important;
}
.f-fx a.bshare-weixin{
	background-position: -43px 0 !important;
}
.f-fx a.bshare-qqim{
	background-position: -86px 0 !important;
}
.foot-lm{
	float: left;
	margin-left: 75px;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	margin-left: 134px;
}
.foot-top h4{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
}
.foot-lm .link{
	margin-top: 16px;
}
.foot-lm .link.on{
	width: 200px;
}
.foot-lm .link a{
	display: block;
	font-size: 15px;
	color: #aeaeae;
	line-height: 32px;
}
.foot-lm .link.on a{
	float: left;
	width: 48%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.foot-lm .link.on a:nth-of-type(2n+2){
	float: right;
}
.foot-lm .link a:hover{
	color: #fff;
}
.foot-lx{
	float: right;
}
.foot-lx .info{
	margin-top: 22px;
	font-size: 15px;
	color: #ffffff;
	line-height: 28px;
}
.foot-lx .info p{
	padding-left: 26px;
	margin-bottom: 18px;
}
.foot-lx .info p.dz{
	background: url(../image/f-dz.png) no-repeat left top 5px;
}
.foot-lx .info p.dh{
	background: url(../image/f-dh.png) no-repeat left center;
}
.foot-lx .info p.dh a{
	font-family: helev;
	font-size: 26px;
	color: #51b5fb;
}
.foot-lx .info p.yx{
	background: url(../image/f-yx.png) no-repeat left top 8px;
}
.foot-lx .info p.yx a{
	font-family: arial;
	color: #fff;
}
.foot-copy{
	line-height: 66px;
	font-size: 15px;
	color: #878787;
	border-top: 1px solid #4b4b4b;
}
.foot-copy a{
	color: #878787;
}
.foot-copy a:hover{
	color: #fff;
}


.isPc {
	display: block;
}

.isMobile {
	display: none !important;
}


@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}


.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	width: 30px;
	background: #f1f1f1;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #0166b3;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #0166b3;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #0166b3;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}


::selection {
	background: #0068b7;
	color: #fff;
}


::-moz-selection {
	background: #0068b7;
	color: #fff;
}


::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff; 
} 


::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	
	background-color: #f2f2f2;
}


::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(0, 104, 183, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 104, 183, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 104, 183, 1);
}



.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}



@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}

.wz-web-search{
	padding: 50px 0 100px;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0; 
    transition: all .5s ease;
}
.wz-web-search li:hover{
	background: #0068b7;
	padding: 30px;
    transition: all .5s ease;
}
.wz-web-search li .tit .t1{
	font-size: 22px;
	color: #333;
    transition: all .5s ease;
}
.wz-web-search li:hover .tit .t1{
	color: #fff;
    transition: all .5s ease;
}
.wz-web-search li .url{
	font-size: 14px;
	margin-top: 10px;
	color: #0068b7;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}

.web-float{
	position: fixed;
    right: -182px;
    top: 30%;
    z-index: 9999;
}
.web-float:hover{
	z-index: 999;
}
.web-float-list{
	position: relative;
    margin-bottom: 2px;
    cursor: pointer;
    
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
	overflow: hidden;
}
.web-float-list a:hover{
	color: #fff;
}
.web-float-list:hover{
	transform: translateX(-182px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.web-float-list:last-child:hover{
	transform: translateX(-182px);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.fd-phone {
    background: #1968ae url(../image/fd-phone.png) no-repeat center center;
    width: 67px;
    height: 56px;
    float: left;
    border-right: 1px solid #fff;
}
.fd-phone-info{
	height: 56px;
	width: 180px;
	line-height: 56px; 
	font-size: 16px;
	float: left;
	text-align: center;
	font-family: "思源黑体 CN";
	background: #1968ae;
	color: #fff;
}
.fd-qq{
	background: #1968ae url(../image/fd-qq.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #fff;
}
.fd-xvqiu{
	background: #1968ae url(../image/fd-xvqiu.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #fff;
}
.fd-ewm{
	background: #1968ae url(../image/fd-ewm.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #fff;
}
.fd-ewm-info{
	width: 180px;
	height: 180px; 
	background: #1968ae;
	float: left;
	padding: 12px;
}
.web-float-list:last-child .fd-ewm-info{
	width:180px;
	padding: 6px;
	height:200px;
}
.fd-ewm-info img{
	display: block;
	width: 100%;
	height: 100%;
}
.web-float-list:last-child .fd-ewm-info img{
	
}
.web-float-list:last-child .fd-ewm-info span{
	font-weight:bold;
	color:#fff;
	font-size:15px;
}
.web-float-list:last-child .fd-ewm-list{
	width:98%;
	float:left;
	margin:0 1%;
	text-align: center;
}



.cxxcl-gsjj{
	padding: 50px 0 60px;
}
.cxxcl-top-tit{
	font-size: 42px;
	line-height: 46px;
	color: #333;
	text-align: center; 
}
.cxxcl-gsjj .nr{
	overflow: hidden;
	margin-top: 45px;
}
.cxxcl-gsjj .nr .pic{
	width: 27%;
	float: left;
}
.cxxcl-gsjj .nr .pic img{
	display: block;
	width: 100%;
}
.cxxcl-gsjj .nr .info{
	width: 70%;
	font-size: 15px;
	line-height: 26px;
	color: #666;
	float: right;
}
.cxxcl-gsjj .nr .info .tit{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 22px;
	color: #333;
}
.cxxcl-gsjj .nr .info .line{
	width: 30px;
	height: 2px;
	margin-bottom: 30px;
	background: #0068b7;
}
.cxxcl-jsyf{
	background: #f5f5f5;
	padding: 50px 0 60px;
}
.cxxcl-gsjj .container{
	max-width: 1440px;
}
.cxxcl-jsyf .container{
	max-width: 1440px;
}
.cxxcl-sbzs .container{
	max-width: 1440px;
}
.cxxcl-cpzs .container{
	max-width: 1440px;
}
.cxxcl-jsyf .row{
	margin-top: 45px;
} 
.cjs-list .pic img{
	display: block;
	margin: 0 auto;
	
}
.cxxcl-jsyf .cjs-list .pic img{
	border: 5px solid #8e8080;
}
.cjs-list p{
	text-align: center;
	font-size: 18px;
	margin-top: 12px;
	color: #333;
}
.cxxcl-sbzs{
	padding: 50px 0 60px;
}
.cxxcl-sbzs .row{
	margin-top: 45px;
}
.cxxcl-cpzs{
	background: #f5f5f5;
	padding: 50px 0 60px;
}
.cxxcl-cpzs .row{
	margin-top: 45px;
}
.cxxcl-cpzs .row .pdg{
	padding: 0 20px;
	margin-bottom: 45px;
}
.cjs-list{
	margin-bottom: 25px;
}
.ccp-list{
	overflow: hidden;
}
.ccp-list .pic{
	width: 45%;
	float: left;
}
.ccp-list .pic img{
	display: block;
	width: 100%;
}
.ccp-list .info{
	width: 50%;
	font-size: 15px;
	line-height: 24px;
	color: #666;  
	text-align: justify;
	overflow: auto;
	float: right;
	height: 216px;
	padding-right: 15px;
}