@charset "UTF-8";
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {user-drag:none;
-webkit-user-drag:none;}
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "helev2";
	src: url("../fonts/HELVETICANEUELTPRO-CN_0.TTF");
	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;
}

/* head */
.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(../images/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(252,250,250,0.2);
	transition: all .5s ease;
} 
.head.ny{
	position: relative;
	background: rgba(252,250,250,1);
	border-bottom: 0px solid #e7e7e7;
	transition: all .5s ease;
}
.head .container{
	width: 96%;
	max-width: 1540px;
	padding: 18px 0 19px;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	/* padding: 12px 0; */ 
	/* box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1); */
	border-bottom: 0px solid #e7e7e7;
	transition: all .5s ease;
}
.head .Logo{
	float: left; 
	width: 222px;
	height: 53px;
	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: 10px;
	transition: all .5s ease;
}
.head.fixedbg .WebLink,
.head.ny .WebLink{ 
	transition: all .5s ease;
}
.WebLink li{
	float: left;
	position: relative;
	margin-left: 40px;
}
.WebLink li:nth-child(1){
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height:33px;
}
.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;
}
.WebLink li:nth-child(3) .sub-head-menu{
	position: absolute;
	left: 50%;
	margin-left: -115px;
	top: 69px;
	width: 230px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.WebLink li:nth-child(5) .sub-head-menu{
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 69px;
	width: 140px;
	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: 28px;
	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:5px 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; line-height:33px;
	margin-top: 10px;
	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: 16px 10px 0 17px;
}
.head-search i{
	font-size: 18px;
	line-height:20px;
	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 */
.indexVideo{
	position: relative;
	width: 100%;
	height: 100%;	left: 0;
	top: 0;
}
.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; 
	top: 40%;
	color:#fff;
}
.indexVideoInfo .cn{
	font-size: 50px;
	line-height:80px;
}
.indexVideoInfo .en{
	font-size: helev;
	font-size: 16px;
	margin-top: 10px;
}
.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(../images/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(../images/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 */
.indexAbout{
	position: relative;
}
.sy-abt-back{
	width: 50%;
	height: 100%;
	position: absolute;
	/*background: url(../images/aboutl.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: #0068b7;
}
.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 */
.indexEquipment{
	background: url(../images/sy-sb-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 182px 0 0 0;
} 
#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 */
.indexProduct{
	background: url(../images/sy-pro-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 170px 0 0 0;
	position: relative;
}
.indexProduct .titBox{
	border-bottom: 1px solid #d0d6db;
	padding-bottom: 58px;
}
.indexProduct .titBox .container{
	position: relative;
}
.indexProduct .titBox .bt-sy-tit{
	text-align: center;
}
.indexProduct .titBox .bt-sy-sub{
	text-align: left;
}
.indexProduct .hd{
	position: absolute;
	right: 0;
	bottom:58px;
}
.indexProduct .hd ul li{
	display: block;
	float: left;
	width: 200px;
	padding: 0 18px;
	border: 1px solid #c9c9c9;
	border-radius: 50px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	margin-left: 6px;
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.indexProduct .hd ul li:hover,
.indexProduct .hd ul li.on{
	background: #0068b7;
	color: #fff;
	border: 1px solid #0068b7;
    transition: all .5s ease;
}
.indexProduct .bd{
	position: absolute; 
	width: 90%;
	max-width: 1730px;
	right: 0;
	bottom:60px;
}
.syProSwiper-wrap{
	width:100%;
	position: relative;
}
.syProSwiper{
	position: relative;
}
.sy-pro-list{ 
	position: relative;
	overflow: hidden;
    transition: all .5s ease;
}
.sy-pro-list:hover{
    transition: all .5s ease;
}
.sy-pro-list .pic{
	overflow: hidden;
}
.sy-pro-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-pro-list .cont{background:#f5f5f5;padding-left:40px;padding-bottom:30px; overflow:hidden; padding-top:20px;}
.sy-pro-list .tit{
	font-size: 18px;
	color: #555555;
	text-align:left;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-pro-list .sub{
	font-size:28px;
	color: #222222;
	text-align:left;
	font-weight:700;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-pro-list .btmore{
	font-size:16px;
	color: #222222;
	text-align: left;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease; margin-top:20px;
}
.sy-pro-list .tit2{
	position: absolute;
	width: 100%;
	height: 86px;
	background: url(../images/sy-pro-t-bk.png) no-repeat bottom center;
	left: 0;
	bottom: -86px;
	opacity: 0;
	line-height: 86px;
	font-weight: bold;
	color: #fff;
	font-size: 18px; 
	padding: 0 142px 0 26px;
    transition: all .5s ease;
}
.sy-pro-list:hover .tit2{
	bottom: 0;
	opacity: 1;
    transition: all .5s ease;
}
.sy-pro-list .tit2 title{
	display: block;
	position: relative;
	top: 3px; 
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-pro-list .tit2 span{
	display: inline-block;
	width: 104px;
	height: 32px;
	line-height: 32px;
	position: absolute; 
	background: #fff;
	color: #1e64aa;
	border-radius: 32px;
	font-size: 14px;
	text-align: center;
	top: 50%;
	margin-top: -16px;
	right: 22px;
}
.sy-pro-list .tit2 span i{
	margin-left: 8px;
}
.syProN,
.syProP{
	top: auto !important;
	margin-top: 0 !important;
	bottom: 0;
	width: 48px !important;
	height: 48px !important;
	border: 1px solid #959595;
	border-radius: 100%;
	background: none !important;
	text-align: center;
	line-height: 46px;
}
.syProN{
	right: 53% !important;
	transform: rotate(180deg);
    transition: all .5s ease;
}
.syProN:hover{
	background: #0068b7 !important;
	color: #fff;
	border: 1px solid #0068b7;
    transition: all .5s ease;
}
.syProP{
	left: 40% !important;
}
.syProP:hover{
	background: #0068b7 !important;
	color: #fff;
	border: 1px solid #0068b7;
    transition: all .5s ease;
}
.syProN i,
.syProP i{
	font-size: 24px;
}
#syProSwiper{z-index:10; margin-top:40px;}
#syProPag{
	font-size:18px;
	color: #555555;
	font-family: helev;
	width: auto;
	left: 42% !important;
}
#syProPag .swiper-pagination-current{
	font-size: 40px;
}
#syProN{
	width: 62px;
	height: 62px;margin-right:-40px;
	background: #ffffff url(../images/sy-pro-n.png) no-repeat center center;
	border-radius: 100%;
	opacity: 1; z-index:100;
    transition: all .5s ease;
}
#syProP{
	width: 62px;
	height: 62px;margin-left:-40px;
	border-radius: 100%;
	opacity: 1; z-index:100;
    transition: all .5s ease;
	background: #ffffff url(../images/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 */
.indexApplication{
	position: relative; margin-top:60px;
}
.indexApplicationx{ position: relative; margin-top:30px; height:820px; margin-bottom:30px;}
.syYyTit{
	position: absolute;
	width: 100%;
	top: 165px;
	z-index: 2021;
}
.syYyTit .bt-sy-tit,
.syYyTit .bt-sy-sub{
	color: #fff;
}
.indexEquipment .bt-sy-tit,
.indexEquipment .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(../images/sy-yy-r-back.jpg) no-repeat top center;
	background-size: cover;
}
.syYy-gallery-top .swiper-slide::after{
	width: 38%;
	max-width: 600px;
}
.syYy-gallery-top .info{
	position: absolute;
	z-index: 2022;
	left: 218px;
	top: 25%;
	width: 16%;
	max-width: 280px;
	color: #fff;
}
.syYy-gallery-top .info{
	width: 20%;
	max-width: 400px;
}
.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 .tit{
	font-size: 30px;
}

.syYy-gallery-top .info .sub{
	font-size: 16px;
	line-height: 24px;
	margin-top: 28px;
	height: 240px;
	display: -webkit-box;
    -webkit-line-clamp:10;
    -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:50px;
	margin-left: -741.5px;
}
.syYy-gallery-thumbs{
	width: 85.70465273%;
	float: left;
}
.syYy-gallery-thumbs .list{
	background:rgba(255,255,255,0.8);
	padding: 38px 20px 20px;
	cursor: pointer;
	position: relative;
	border-bottom:0px solid #fff;
	color: #333333;
    transition: all .5s ease;
}
.syYy-gallery-thumbs .swiper-slide.swiper-slide-thumb-active .list{ 
	border-bottom:0px solid #fff;
	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;
}
.syYy-gallery-thumbs .list .ico img{
	height: 42px;
	width: auto;
}
.syYyBottom .jtBox{
	position: absolute;
	width: 14.227916385%;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
}
.syYyN,
.syYyP{
	width: 50px !important;
	height: 50px !important;
	margin-top: -25px !important;
	border: 1px solid #fff;
}
.syYyN{
	background: url(../images/sy-yy-next.png) no-repeat center center !important;
	right: 35px !important;
    transition: all .5s ease;
}
.syYyN:hover{
	border: 1px solid #0068b7;
	background: #0068b7  url(../images/sy-yy-next-bs.png) no-repeat center center !important;
    transition: all .5s ease;
}
.syYyP{
	background:url(../images/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(../images/sy-yy-prev-bs.png) no-repeat center center !important;
    transition: all .5s ease;
}

/* indexNews */
.indexNews{
	background: url(../images/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(../images/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(../images/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 */
.about{
	padding: 85px 0 105px;
}
.sub-about-left{
	width: 45.12987013%;
	float: left;
	margin-top:0px;
}
.sub-about-left-mod{
		width: 60.12987013%;
}
.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:25px;
}
.sub-about-left .abt-num-info{
	background: #f5f5f5;
	border-top: none;
	padding: 22px 18px;
	margin-top: 30px;
}
.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;
	overflow: hidden;
}
.sub-about-right-mod{
	width: 37.85714286%;
}
.sub-about-right video{
	width: 100%;
	height: 100%;
}

/* culture */
.culture{
	background: url(../images/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(../images/zsN.png) no-repeat center center;
	right: 150px;
}
#zsP{
	background: url(../images/zsP.png) no-repeat center center;
	left: 150px;
}

/* equipment */
.equipment{
	padding: 60px 0 100px; 
}
.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(../images/team-next.png) no-repeat center center;
	right: 0;
    transition: all .5s ease;
}
#tdN:hover{
	background: #134b86 url(../images/team-next-bs.png) no-repeat center center;
    transition: all .5s ease;
}
#tdP{
	background: url(../images/team-prev.png) no-repeat center center;
	left: 0;
    transition: all .5s ease;
}
#tdP:hover{
	background: #134b86 url(../images/team-prev-bs.png) no-repeat center center;
    transition: all .5s ease;
}

/* technology */
.technology{
	padding: 70px 0 90px;
	background: #f7f7f7;
}

/* contact */
.contact{
	padding: 65px 0 55px;
}
.contact .container{
	position: relative;
}
.sub-contact-left{
	width: 40%;
	float: left;
	position: relative; 
	background: url(../images/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; 
	line-height: 42px;
}
.sub-contact-left .info p{
	padding-left: 30px;
}
.sub-contact-left .info p.dz{
	background: url(../images/c-dz.png) no-repeat left top 9px;
}
.sub-contact-left .info p.dh{
	background: url(../images/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(../images/c-cz.png) no-repeat left center;
}
.sub-contact-left .info p.yx{
	background: url(../images/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 */
.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(../images/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 */
.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 */
.product{
	padding:26px 0 60px;
}  
.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 */
.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(../images/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(../images/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{
	font-size: 24px;
	color: #222222;
	line-height: 28px;
}
.proDe-one .box{
	margin-top:0px;
	overflow: hidden;
}
.proDe-one .box .pic{
	width: 46%;
	float: right;
}
.proDe-one .box .pic img{
	width:100%;
}
.proDe-one .box .cont{
	width: 46%;
	float: left;
	font-size: 15px;
	color: #555555;
	line-height: 22px;
}
.proDe-one .box .cont .titlex{
	font-size:46px;
	color: #222222;
	line-height:52px;
	padding-bottom:20px;
}
.prode-tab{
	border-top:0px 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: 12px;
	color: #555;
	text-align: center;
	height: 50px;
}

/* application */
.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 */
.resources-one{
	padding: 80px 0 20px;
}
.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(../images/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(../images/pde-dot.png) no-repeat left top 11px;
	padding-left: 18px;
}

/* download */
.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(../images/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 */
.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(../images/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(../images/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 */
.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(../images/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 */
.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(../images/team-prev.png) no-repeat center center;
}
.newsDe .topTit .sxy.p:hover{
	border: 1px solid #0075BE;
	background: #0075BE url(../images/team-prev-bs.png) no-repeat center center;
}
.newsDe .topTit .sxy.n{
	right: 0;
	background: url(../images/team-next.png) no-repeat center center;
}
.newsDe .topTit .sxy.n:hover{
	border: 1px solid #0075BE;
	background: #0075BE url(../images/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(../images/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 */
.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(../images/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 */
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(../images/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: right;
	width: 80%;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	margin-left:38px;
}
.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: 80px;
}
.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: none;
clear: both;
width: 100%;
margin-left: 38px;
padding-top: 40px;
}
.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(../images/f-dz.png) no-repeat left top 5px;
}
.foot-lx .info p.dh{
	background: url(../images/f-dh.png) no-repeat left 10px;
}
.foot-lx .info p.dh a{
	font-family: helev;
	font-size: 26px;
	color: #51b5fb;
}
.foot-lx .info p.yx{
	background: url(../images/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;
}

/* MB - PC */
.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*/
.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;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #0068b7;
	color: #fff;
}

/*Mozilla Firefox*/
::-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);
	/*border-radius: 10px;*/
	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);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}


/* css效果 */
@-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;
    /* 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;
	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(../images/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(../images/fd-qq.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #fff;
}
.fd-xvqiu{
	background: #1968ae url(../images/fd-xvqiu.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #fff;
}
.fd-ewm{
	background: #1968ae url(../images/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;
}

/*内页 20220727改*/
.organizational{
	padding: 72px 0 100px;
}
.zzjg-img{
	display: block;
	margin: 40px auto 0;
}
.product-class{
	width: 23%;
	max-width: 315px;
	float: left;
}
.product-class .title{
	line-height: 96px;
	text-align: center;
	background: url(../images/pro-cls-t-bk.jpg) no-repeat top center;
	background-size: cover;
	font-size: 36px;
	color: #fff;
}
.product-class .item{
	margin-top: 1px;
}
.product-class .item h3 a{ 
	line-height: 64px;
	font-size: 20px;
	color: #222222;
	padding: 0 48px 0 28px;
	font-weight: normal;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	background:#f5f5f5;
}
.product-class .item.on h3 a,
.product-class .item h3:hover a{
	background:#1969ae url(../images/productl.jpg) no-repeat right center;
	color: #fff;
}
.product-class .item ul{ 
	background: #f8f8f8;
	overflow: hidden;
	display: none;
}
.product-class .item.on ul{
	display: block;
}
.product-class .item ul li:first-child{
	margin-top: 14px;
}
.product-class .item ul li:last-child{
	margin-bottom: 14px;
}
.product-class .item ul li a{
	font-size: 15px;
	color: #555555;
	padding: 0 28px;
	line-height: 45px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-class .item ul li:hover a,
.product-class .item ul li.on a{
	color: #1e64aa;
	background: #e2e2e2;
}
.product .row{
	width: 75.2%;
	float: right; 
}
.product ul{
	overflow: hidden;
}
.product .row .pdg{
	padding: 0 16px;
	margin-bottom: 40px;
}
.pro-list{
	width: 100%;  
    transition: all .5s ease;
	border: 1px solid #ededed;
}
.pro-list:hover{ 
    transition: all .5s ease;
}
.pro-list .tit{
    line-height: 30px;
    padding:2rem 2rem;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.pro-list .tit span {
    font-size: 22px;
    display: block;
    color: #222;
    font-weight: bold;
}
.pro-list .tit p {
    color: #555;
    margin-top:10px;
}
.pro-list .tit p i{color:#1969ae;font-weight: bold;font-size:14px;vertical-align: middle;}
.pro-list:hover{background:#1969ae;}
.pro-list a:hover .tit span{ color: #fff; transition: all 0.3s;}
.pro-list a:hover .tit span{color: #fff;}
.pro-list a:hover p i,.pro-list a:hover p{color: #fff;opacity: 1.0;}
.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: 20px 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;
}
.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;
}
.proDe-one .proPic{
	width: 48.85%;
	float: left;
	overflow: hidden;
}
.proPic-thumbs{
	position: relative;
	margin-top: 12px;
}
.proPicSwiper2{
	overflow: hidden;
}
.proPicSwiper2 img{
	width: 100%;
}
.proPicSwiper{
	overflow: hidden;
	width: 86% !important;
	margin: 0 auto;
}
.proPicN,
.proPicP{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 30px;
	border-radius: 5px;
	top:45%;
	height:10% !important;
	background: #e5e5e5 !important;
	text-align: center;
	color: #262626;
	margin-top: 0 !important;
    transition: all .5s ease;
}
.proPicN:hover,
.proPicP:hover{
	background: #1e64aa !important;
	color: #fff;
    transition: all .5s ease;
}
.proPicN{
	right: 0 !important;
}
.proPicP{
	left: 0 !important;
	transform: rotate(180deg);
}
.proPicN i,
.proPicP i{
	font-size: 20px;
}
.prode-down{
	overflow: hidden;
	margin-top: 25px;
}
.prode-down a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	float: left;
	height: 70px;
	line-height: 70px;
	background: #f5f5f5;
	margin-bottom: 2px;
	width: 49.8%;
	position: relative;
	font-size: 18px;
	color: #333333;
	padding: 0 70px 0 22px;
}
.prode-down a:nth-of-type(2n+2){
	float: right;  
}
.prode-down a:nth-of-type(4n+3){ 
	background: #eeeeee;
}
.prode-down a:nth-of-type(4n+2){ 
	background: #eeeeee;
}
.prode-down a i{
	position: absolute;
	right: 22px;
	top: 0;
	font-size: 24px;
	color: #2166ab;
}
.prode-down a:hover{
	background: #2166ab;
	color: #fff;
}
.prode-down a:hover i{
	color: #fff;
}
.prode-case{
	margin-top: 28px;
}
.prode-case .pdg{
	margin-bottom: 18px;
	padding: 0 9px;
}
.prode-case .pic{
	overflow: hidden;
}
.prode-case .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.prode-case .pdg:hover .pic img{ 
	transform: scale(1.12);
    transition: all .5s ease;
}
.prode-case .tit{
	text-align: center;
	font-size: 15px;
	color: #222222;
	line-height: 25px;
	margin-top: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.prode-case .pdg:hover .tit{
	color: #2166ab;
    transition: all .5s ease;
}
.appPro{
	padding: 50px 0 40px;
	background: #f5f5f5;
}
.appProSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
	margin-top: 45px;
}
.appDown{
	padding: 45px 0 100px;
}
.appDown .prode-down{
	margin-top: 48px;
}
.contact .hd{
	width: 38%;
	float: left;
}
.contact .hd ul li{
	background: #f1f1f1;
	height: 390px;
	margin-bottom: 1px;
	overflow: hidden;
	padding:90px 40px 0;
	cursor: pointer;
    transition: all .5s ease;
}
.contact .hd ul li:last-child{
	margin-bottom: 0;
}
.contact .hd ul li.on{
	height: 390px;
    transition: all .5s ease;
	background-color: #0068b7;
	background-image: url(../images/contactl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact .hd ul li .tit{
	font-size: 26px;
	color: #222222;
	line-height:50px;
    transition: all .5s ease;
}
.contact .hd ul li.on .tit{
	color: #fff;
    transition: all .5s ease;
}
.contact .hd ul li .dz{
	font-size: 15px;
	color: #999999;
	line-height:40px;
    transition: all .5s ease;
}
.contact .hd ul li.on .dz{
	color: #fff;
	background: url(../images/c-dz.png) no-repeat left center;
	padding-left: 28px;
    transition: all .5s ease;
	line-height:40px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}
.contact .hd ul li .qt{
	font-family: arial;
	font-size: 15px;
	line-height: 25px;
	opacity: 0;
    transition: all .5s ease;
}
.contact .hd ul li.on .qt{
	opacity: 1;	color: #fff;
    transition: all .5s ease;
	background: url(../images/c-dh.png) no-repeat left center;padding-left: 28px;
	line-height:40px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}
.contact .hd ul li .qt a,.contact .hd ul li .yx a{
	display: inline-block;
	color: #fff;
}
.contact .hd ul li .qt .dh{ font-size:24px; font-family:Arial;}
.contact .hd ul li.on .yx{
	opacity: 1;	color: #fff;    transition: all .5s ease;
	background: url(../images/c-yx.png) no-repeat left center;
	padding-left: 28px;
	line-height:40px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}
.contact .bd{
	position: absolute;
	width: 62%;
	height: 100%;
	right: 0;
	top: 0;
	border: 1px solid #e2e5e7;
	z-index: 66;
	overflow: hidden;
}
.contact .bd ul,
.contact .bd ul li{
	height: 100%;
}
.contact .bd ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*join*/
.join{
	padding: 0 0 60px;
}
.join .about-top-sub{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
} 
.join table{
	width: 100%; 
}
.join table tr th{
	background: #1e64aa;
	height: 58px;
	font-size: 18px;
	color: #fff;
	padding: 0 15px 0 35px;
}
.join table tr td{
	padding: 0 15px 0 35px;
	height: 65px;
	border-bottom: 1px solid #fff;
	background: #f8f8f8;
	font-size: 16px;
	color: #555555;
	min-width: 180px;
	cursor: pointer;
}
.join table tr:nth-of-type(2n+2) td{
	background: #f5f5f5;
}
.zpTck{
	width: 90% !important;
	max-width: 648px !important;
	height: 77% !important; 
	background: #fff !important;
}
.joinDe{
	padding: 26px 40px;
}
.joinDe .clsname{
	font-size: 15px;
	color: #43559f;
	border: 1px solid #5060a5;
	padding: 0 15px;
	border: 1px solid #5060a5;
	border-radius: 30px;
	line-height: 27px;
	display: inline-block;
}
.joinDe .title{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin: 20px 0 18px;
}
.joinDe .addr{
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.joinDe .content{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	margin-top: 26px;
}
.joinDe .content strong{
	font-size: 18px;
}
.joinDe .ljyp{
	width: 80%;
	margin: 38px auto 0;
	line-height: 62px;
	border-radius: 5px;
	background: #1e64aa;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}
.pro-m-cls{
	overflow: hidden;
	margin-bottom: 10px;
}
.pro-m-cls a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	float: left;
	width: 48.5%;
	line-height: 34px;
	background: #eee;
	text-align: center;
	margin-bottom: 8px; 
	font-size: 14px;
	color: #333;
	border-radius: 5px;
}
.pro-m-cls a:nth-of-type(2n+2){
	float: right;
}
.pro-m-cls a.on{
	background: #0068b7;
	color: #fff;
}
.fw-tit{ text-align: center; margin-top:60px; margin-bottom:40px;}
.fw-tit span{ font-size: 42px;line-height: 4rem; display: block;}
.fw-tit p{ font-size: 18px; margin-top: 2rem;}
.jobs-list{ margin-bottom:60px;}
.jobs-list .sub_cont .subNav{ background: #fff; line-height: 30px; padding: 3rem 6rem; position: relative; border-bottom: 1px solid #ededed; overflow:hidden;}
.jobs-list .subNav i{line-height: 30px;margin-left: 5px;color: #1969ae;font-size: 20px}
.jobs-list .subNav i:before{content:"\e635";}
.jobs-list .sub-tit{ font-size: 24px; color:#333333;}
.jobs-list .subNav p{ padding: 1rem 0; color: #ddd;}
.jobs-list .subNav p span{ display: inline-block; margin: 0 1.5rem; color: #666;}
.jobs-list .subNav p span:nth-child(1){ margin-left: 0;}
.jobs-list .subNav em{ font-style: normal; color: #1969ae; vertical-align: middle;}
.jobs-list .subNav a{ display: inline-block; line-height: 36px; color: #fff; background-color: #0068b7; padding: 0 2rem; margin-top: 3rem; float: right;}
.jobs-list .subNav a:hover{ background-color: #1881d0;}
.jobs-list .sub_cont .subNav.open{background-color: #f5f5f5;}
.jobs-list .subNav.open i:before{content: "\e635"; font-family: iconfont!important; color:#1969ae;transform: rotate(180deg);speak: none;display: inline-block; pointer-events: none;}
.jobs-list .navContent{ display: none; background: #f5f5f5; margin: 0; padding:2rem 6rem 3rem; position: relative;}
.jobs-list .navContent p{ color: #333; font-size: 15px; line-height: 28px;}
.jobs-list .navContent span{ color: #666; font-size: 15px; display: block;}
.jobs-list .navContent .pstyle{ color: #666;} 
.span-10{width:80%; float:left; overflow:hidden;}
.span-2{width:20%; float:left;overflow:hidden;}
.span-12{width:100%;overflow:hidden;}
.mt2{margin-top:20px;}
.Nydevelop{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/developbg.jpg) no-repeat;
	background-size: cover;
	padding: 63px 0 0 0;
	height: 670px;
	position: relative;
}
.Nydevelop_tit{
	width: 100%;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
	color:#111111;
}
.Nydevelop_subt{
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	padding-top: 17px;
	color: #50575d;
	overflow: hidden;
}
.Nydevelop_info{
	width: 100%;
	padding-top: 83px;
}
#developBP{
	width: 100%;
}
#developBP .swiper-wrapper{
	margin-left: -80px;
}
#developBP .swiper-slide{
	text-align: center;
	width: 195px;
	padding-top: 107px;
}

#developBP .swiper-slide .round{
	border-radius: 100%;
	border: 2px solid #fff;
	background: #02396d;
	width: 104px;
	height: 104px;
	margin: 0 auto;
}
#developBP .swiper-slide .tit1{
	font-size: 20px;
	line-height: 30px;
	text-align:center;
	font-family: arial;
	color: #fff;
	margin-top: 36px;
}
#developBP .swiper-slide .tit2{
	font-size: 16px;
	line-height:24px;
	padding-top:15px;
	color:#383838;
	margin: 0 25px 0 25px;
	text-align: left;
	display: none;
	padding-left: 12px;
}
#developN{
	background: url(../images/developN.png) no-repeat;
	width: 14px;
	height: 24px;
	right: 0;
}
#developP{
	background: url(../images/developP.png) no-repeat;
	width: 14px;
	height: 24px;
	left: 0;
}
#developBP .swiper-slide-active{
	width: 370px;
	padding-top: 0px;
}
#developBP .swiper-slide-active .round{
	border-radius: 100%;
	border: 5px solid #02396d;
	background: #fff;
	width: 100%;
	height: 370px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#developBP .swiper-slide-active .tit1{
	font-size: 36px;
	line-height: 36px;
	color: #02396d;
	font-weight:bold;
	margin-top: 0;
}
#developBP .swiper-slide-active .tit2{
	display: block;
}

@media(max-width:600px){
	#developBP .swiper-wrapper{
		margin-left: -71px;
	}
	#developBP .swiper-slide-active{
		width: 340px;
	}
	#developBP .swiper-slide-active .round{
		height: 340px;
	}
	#developBP .swiper-slide .tit2{
		font-size: 14px;
		margin:0 30px
	}
}
#developBP .swiper-slide-active .tit2 b{ font-size:26px; font-weight:bold;}
.Nyhonor{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 65px 0 0 0;
	position: relative;
}
.Nyhonor_tit{
	font-size: 42px;
	line-height: 42px;
	color: #3a3a3a;
	letter-spacing: 1px;
	text-align: center;
}
.Nyhonor_tit span{
	padding-right: 13px;
	font-weight: bold;
}
.Nyhonor_subt{
	font-size: 18px;
	line-height: 32px;
	color: #3a3a3a;
	text-align: center;
	padding-top: 23px;
}
.Nyhonor_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top:40px;
	
}
#nyhonorBP1{
	width: 100%;
	padding-bottom: 70px;
}
#nyhonorBP1 .swiper-slide{
	width: 100%;
}
#nyhonorBP1 .swiper-slide .item{
	
}
#nyhonorBP1 .swiper-slide .first-item{
	margin-bottom:20px;
}
#nyhonorBP1 .swiper-slide .item .pic{
	
}
#nyhonorBP1 .swiper-slide .first-item .txt, #nyhonorBP1 .swiper-slide .second-item .txt{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #2c2d32;
	text-align: center;
	padding-top: 17px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nyhonorPA{
	bottom: 20px;
}
#nyhonorPA .swiper-pagination-bullet {
	background: url(../images/honor-dot.png) no-repeat;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1 !important;
}
#nyhonorPA .swiper-pagination-bullet-active{
	background: url(../images/news-dot-b.png) no-repeat;
    width: 12px;
    height: 12px;
}

.Nydevelopx{
	width: 100%;
	overflow: hidden;
	padding:40px 0 75px 0;
}
.Nydevelop_infox{
	width: 100%;
	padding-top: 59px;
}
.Nydevelop_hd{
	width: 100%;
	background: #034b8f;
	overflow: hidden;
	line-height: 98px;
	height: 125px;
	border-top: 5px solid #034b8f;
	border-bottom: 2px solid #034b8f;
}
.Nydevelop_hd ul li{
	float: left;
	width: 25%;
	border-right: 1px solid #4f81b1;
	line-height: 98px;
	height: 125px;
	text-align: center;
	padding: 18px 0 0 0;
	transition: all .3s ease;
}
.Nydevelop_hd ul li:last-child{
	border-right: none;
}
.Nydevelop_hd ul li:hover, .Nydevelop_hd ul li.on{
	background: #fff;
	transition: all .3s ease;
}
.Nydevelop_hd ul li p{
	font-size: 20px;
	line-height:1.8;
	font-weight: bold;
	color: #fff;
	transition: all .3s ease;
}
.Nydevelop_hd ul li:hover p{
	color: #034b8f;
	transition: all .3s ease;
}
.Nydevelop_hd ul li.on p{
	color: #034b8f;
}
.Nydevelop_hd ul li span{
	display: block;
	font-family: 'HelveticaNeueLT-MediumCond';
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	font-weight: normal;
	padding-top: 17px;
	transition: all .3s ease;
}
.Nydevelop_hd ul li:hover span{
	color: #034b8f;
	transition: all .3s ease;
}
.Nydevelop_hd ul li.on span{
	color: #034b8f;
}
.Nydevelop_bd{
	margin-top: 40px;
}
.Nydevelop_bd ul li{
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
	color: #555555;
	line-height:80px;
	width: 100%;
	overflow: hidden;
}
.Nydevelop_bd ul li span{
	padding-left: 30px;
	font-size: 22px;
	color: #333333;
	font-family: 'HelveticaNeueLT-MediumCond';
	float: left;
	padding-right: 30px;
	width: 20.18451%;
	line-height: 1.5;
} 
.Nydevelop_bd ul li > div{
	display: block;
	float: left;
	padding-left: 19px;
	background: url(../images/greendot.png) no-repeat left  37px;
	width: 79.81548%;
	line-height: 1.5;
}
.Nydevelop_bd ul li span,
.Nydevelop_bd ul li > div{
	padding-top: 30px;
	padding-bottom: 30px;
}
/*addyu*/
.app-txt{
	width: 70%;  
	float: right;
	text-align: left;
	}
	@media(max-width:1680px){
	.syYy-gallery-top .info{
		left: 118px;
		width: 28%;
	}
	.app-txt{
		width: 60%;
	}
}
@media(max-width:1600px){
	.syYy-gallery-top .swiper-slide::after{
		max-width: 530px;
	}
}
@media (max-width: 768px){
	.app-txt{
		width: 96%; 
		float: none;
		margin-left: 2%;
	}
}
.sub-about-right {
	position: relative;
	z-index: 1;
}
.sub-about-right .btn-video{
	content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: url(../images/sy-video-play.png) no-repeat center center;
    z-index: 98;
    top: 50%;
    margin-top: -42.5px;
    left: 50%;
    margin-left: -42.5px;
    cursor: pointer;
}

.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
    0% { -webkit-transform: translate(0px, 0px); }
    25% { -webkit-transform: translate(0px, -10px); }
    50% { -webkit-transform: translate(0px, 0px); }
    75% { -webkit-transform: translate(0px, 10px); }
    100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
    0% { -moz-transform: translate(0px, 0px); }
    25% { -moz-transform: translate(0px, -10px); }
    50% { -moz-transform: translate(0px, 0px); }
    75% { -moz-transform: translate(0px, 10px); }
    100% { -moz-transform: translate(0px, 0px);}
}

@keyframes updown {
    0% { transform: translate(0px, 0px); }
    25% { transform: translate(0px, -10px);}
    50% { transform: translate(0px, 0px);}
    75% { transform: translate(0px, 10px);}
    100% { transform: translate(0px, 0px);}
}
/*addyu end*/