@charset "UTF-8"; 
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}

audio, canvas, progress, video { 
	display: inline-block; vertical-align: baseline; 
}
audio:not([controls]) { 
	display: none; height: 0; 
}
[hidden], template { 
	display: none; 
}
svg:not(:root) { 
	overflow: hidden; 
}
ul{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
:focus{
	outline: none; 
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
ul,ol,li {
    list-style: none;
}
a{
	text-decoration:none;
	background:0 0;
	color: inherit;
}
a:focus{
	text-decoration:none;
}
p{
	margin: 0;
}
a:active, a:hover, a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr{
	border:0;
	height:1px
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}
input {
	line-height:normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
	-webkit-appearance: button; cursor: pointer; 
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
a{ 
	transition: all .5s ease;
}
a:hover{
	text-decoration: none;
	transition: all .5s ease;
}
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}  
@font-face {
	font-family: "sapie";
	src: url("../fonts/SAPIENTSANSMEDIUM.TTF");
	font-weight: normal;
	font-style: normal;
}  
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
a:focus, a:hover{
	color: #1d60bb;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #335bca;
	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;
} 
.container.index{
	width: 96%;
	max-width: 1480px;
}
.swiper-pagination-bullet-active{
	background: #333e87 !important;
}
.container{
	width: 96%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}
.container.ny{
	max-width: 1400px;
}
.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;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -100px;
	top: -30px;
}
.closeHs i{
	font-size: 24px;
	color: #e7262d;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #e7262d;
}
.head{
	width: 100%;
	padding: 17px 0 17px;  
	position: fixed;
	z-index: 1009;
	width: 100%; 
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);  
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: all .5s ease;
}  
.head.ny{
	position: relative;
	background: rgba(255,255,255,1); 
} 
.head.fixedbg{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);  
	/*box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1); */
	border-bottom: 1px solid #eaeaea;
	transition: all .5s ease;
} 
.head .Logo{
	float: left; 
	position: relative;
}  
.head .Logo #logo2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
} 
.head .Logo .none{
	opacity: 0;
}
.WebLink{
	float: right; 
	margin-top: 10px;
}
.WebLink li{
	float: left;
	margin-right: 56px;
	position: relative;
} 
.WebLink li > a{
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.head.fixedbg .WebLink li > a,
.head.ny .WebLink li > a{
	color: #222;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #1d60bb;
}
.head.fixedbg .WebLink li:hover > a,
.head.fixedbg .WebLink li.on > a{
	color: #1d60bb;
}
.head.ny .WebLink li:hover > a,
.head.ny .WebLink li.on > a{
	color: #1d60bb;
}
.head-right{
	float: right;
	position: relative;
	padding-left: 40px;
	margin-left: 36px;
	margin-top: 10px;
}
.head-right::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: rgba(255,255,255,0.5);
	left: 0;
	top: 5px;
}
.head.fixedbg .head-right::after{
	background: #d3d3d3;
}
.head.ny .head-right::after{
	background: #d3d3d3;
}
.head-language{
	float: left;
}
.head-search{
	float: left;
}
.head-language{
	font-family: arialr;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.head.fixedbg .head-language{
	color: #222;
}
.head.ny .head-language{
	color: #222;
}
.head-search{
	cursor: pointer;
	line-height: 25px;
	margin-left: 30px;
}
.head-search i{
	font-size: 18px;
	color: #fff; 
}
.head.fixedbg .head-search i{
	color: #2a69bf;
}
.head.ny .head-search i{
	color: #2a69bf;
}
.listen-lm-menu{
	position: absolute;
	width: 160px;
	left: 50%;
	top: 22;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	margin-left: -80px;
	transition: all .5s ease;
}
.WebLink li:hover .listen-lm-menu{
	opacity: 1;
	visibility: visible;
	z-index: 999;
	transition: all .5s ease;
}
.listen-lm-menu .h{
	height: 24px;
}
.listen-lm-menu .link{
	background: #fff;
	border-top: 4px solid #1a55a6;
}
.listen-lm-menu .link a{
	font-size: 15px;
	color: #555555;
	line-height: 47px;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	text-align: center;
	max-height: 0;
    -webkit-transition: max-height 300ms ease;
    -moz-transition: max-height 300ms ease;
    -o-transition: max-height 300ms ease;
    transition: max-height 300ms ease;
}
.WebLink li:hover .listen-lm-menu .link a {
    max-height: 48px;
}
.listen-lm-menu .link a:hover{
	background: #1a55a6;
	color: #fff;
} 

/*indexBanner*/
.indexBanner{
	position: relative;
}
.indexVideoback {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 100;
    left: 0;
    top: 0;
}
.indexBanner video{
	width: 100%;
}
.indexBanner img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.indexBanner .info{
	position: absolute;
	width: 100%;
	top: 42%;
	left: 0;
	text-align: center;
    z-index: 1001;
}
.indexBanner .info .cn{
	font-weight: bold;
	font-size: 64px;
	color: #fff;
	line-height: 70px;
}
.indexBanner .info .en{
	font-size: 21px;
	color: #fff;
	line-height: 25px;
	margin-top: 25px;
}
.mobileBanner img{
	width: 100%;
	height: 95vh;
	object-fit: cover;
}

/*indexProuct*/
.indexProduct{
	position: relative;
}
.sy-pro-line{
	position: absolute;
	width: 45px;
	height: 100%;
	top: 0;
	right: 33.5%;
	background: url(../images/s-p-line.jpg) repeat-y top center;
	z-index: 9;
}
.sy-pro-top{
	border-bottom: 1px solid #eeeeee; 
	position: relative;
	z-index: 99;
	background: #fff;
	padding: 120px 0 30px 0;
}
.sy-pro-top .titBox{
	float: left;
}
.sy-pro-top .hd{
	float: right;
	margin-top: 42px;
}
.sy-pro-top .hd ul li{
	width: 192px;
	height: 49px;
	line-height: 47px;
	border: 1px solid #e5e5e5;
	float: left;
	border-radius: 50px;
	padding: 0 35px 0 22px;
	background: url(../images/s-p-sjx1.png) no-repeat right 25px center;
	margin-left: 8px;
	cursor: pointer;
	font-size: 16px;
	color: #1e1e1e;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.sy-pro-top .hd ul li:hover,
.sy-pro-top .hd ul li.on{
	background: #1d60bb url(../images/s-p-sjx2.png) no-repeat right 20px center;
	border: 1px solid #1d60bb;
	color: #fff;
	transition: all .5s ease;
}
.sy-pro-bottom{
	position: relative;
}
.syProSwiper{
	position: absolute;
	overflow: hidden;
	top: 85px;
	width: 100%; 
}
.syProSwiper .swiper-slide{
	width: 80%;
	max-width: 1040px;
	overflow: hidden;
	margin-right: 165px !important;
}
.syProSwiper .swiper-slide .info{
	width: 36.05%;
	float: left;
}
.syProSwiper .swiper-slide .pic{
	width: 58.85%;
	float: right;
}
.syProSwiper .swiper-slide{
	opacity: 0.2;
	transition: all .5s ease;
}
.syProSwiper .swiper-slide.swiper-slide-active{
	opacity: 1;
	transition: all .5s ease;
}
.sy-pro-list .info .title{
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #212121;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 42px;
}
.sy-pro-list{
	overflow: hidden;
	position: relative;
}
.sy-pro-list .info .sub p{
	padding-left: 15px;
	background: url(../images/dot2.png) no-repeat left center;
	line-height: 38px; 
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease; font-size:20px;
}
.syProSwiper .swiper-slide.swiper-slide-active .info .sub p{
	background: url(../images/dot1.png) no-repeat left center;
	transition: all .5s ease;
}
.sy-pro-list .more{
	display: block;
	width: 138px;
	height: 47px;
	line-height: 37px;
	border-radius: 50px;
	background: #959595;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 25px;
	left: 0;
	transition: all .5s ease;
}
.syProSwiper .swiper-slide.swiper-slide-active .more{
	background: #1d60bb;
	transition: all .5s ease;
}
.sy-pro-list .more i{
	font-weight: normal;
	font-size: 30px;
	position: relative;
	top: 5px;
	margin-left: 5px;
	transition: all .5s ease;
}
.sy-pro-list .more:hover i{
	margin-left: 10px;
	transition: all .5s ease;
}
.syProN,
.syProP{
	left: 0 !important;
	right: 0 !important;
	margin-top: 0 !important; 
}
.syProP{
	top: 54% !important;
}
.syProN{
	top: 60% !important;
}
.syProN i,
.syProP i{
	font-size: 22px;
}

/*indexCases*/
.indexCases{
	background: url(../images/sy-case-back.jpg) no-repeat top center;
	background-size: 100% 100%;
	position: relative;
	padding: 189px 0 0 0;
}
.sy-case-show{
	position: absolute;
	width: 80%;
	max-width: 1340px;
	right: 0;
	bottom: 205px;
}
.syCaseSwiper{
	overflow: hidden;
	position: relative;
}
.syCaseSwiper .swiper-slide{
	width: 27.238806%;
}
.sy-case-list{
	background: #fff;
}
.sy-case-list .pic{
	overflow: hidden;
}
.sy-case-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-case-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-case-list .info{
	padding: 24px 25px 20px;
	border-top: 1px solid #f5f6f9;
}
.sy-case-list .info .tit{
	font-weight: bold;
	font-size: 22px;
	color: #222222;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-case-list:hover .info .tit{
	color: #1d60bb;
    transition: all .5s ease;
}
.sy-case-list .info .line{
	width: 100%;
	height: 1px;
	background: #ebebeb;
	margin: 26px 0 20px;
}
.sy-case-list .info .more{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}
.sy-case-list .info .more i{
	float: right;
	font-size: 30px;
	color: #222;
}
.syCasePag{
	top: -65px;
	left: 0;
	width: auto !important;
	text-align: left;
	display: inline-block;
	bottom: auto !important;
	font-family: helev;
	color: #222222;
	font-size: 16px;
}
.syCasePag .swiper-pagination-current{
	font-size: 26px;
	color: #1d60bb;
}
.sy-case-show .tomore{
	position: absolute;
	right: 12%;
	top: -68px;
	font-size: 15px;
	line-height: 30px;
	color: #1e1e1e;
}
.sy-case-show .tomore:hover{
	color: #1d60bb;
}
.sy-case-show .tomore i{
	font-size: 38px;
	position: relative;
	top: 8px;
}
.sy-c-btn{
	position: absolute;
	bottom: 196px;
}
.syCaseN{
	right: auto !important;
	left: 70px !important;
}
.syCaseP{
	left: 0 !important;
}

/*indexAbout*/
.indexAbout{
	padding: 232px 0 0 0;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
}
.syAbt-video{
	width: 21.875%;
	float: left;
	border-radius: 100%;
	margin-left: 148px;
	position: relative;
	z-index: 999;
	margin-top: 90px
}
.syAbt-video span{
	display: block;
	border-radius: 100%;
	border: 23px solid #fff;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.syAbt-video span::after{
	content: "";
	position: absolute;
	width: 49px;
	height: 49px;
	background: url(../images/s-a-v-play.png) no-repeat center center;
	top: 50%;
	left: 50%;
	margin-left: -24.5px;
	margin-top: -24.5px;
}
.syAbt-video img{
	width: 100%;
	border-radius: 100%; 
}
.syAbt-video::after{
	width: 140%;
	height: 140%;
	position: absolute;
	content: "";
	border-radius: 100%;
	left: 50%;
	margin-left: -70%;
	margin-top: -70%;
	top: 50%;
	background: url(../images/s-a-v-fm2.jpg) no-repeat top center;
	background-size: 100% 100%; 
	opacity: 0.7;
}
.syAbt-video::before{
	content: "";
	position: absolute;
	width: 180%;
	height: 180%;
	border: 1px solid rgba(255,255,255,0.1);
	left: 50%;
	top: 50%;
	margin-left: -90%;
	margin-top: -90%;
	border-radius: 100%; 
} 
.syAbt-Info{
	width: 46.5625%;
	float: right; 
	margin-top: 10px;
}
.syAbt-Info .title{
	font-size: 42px;
	color: #fff;
	line-height: 48px;
}
.syAbt-Info .title2{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-top: 38px;
}
.syAbt-Info .title2 span{
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.syAbt-Info .title2 span::after,
.syAbt-Info .title2 span::before{
	content: "";
	position: absolute;
	width: 16px;
	height: 11px;
	background: url(../images/s-a-line1.png) no-repeat center center;
	top: 50%;
	margin-top: -5.5px;
}
.syAbt-Info .title2 span::after{
	left: 0;
}
.syAbt-Info .title2 span::before{
	right: -30px;
}
.syAbt-Info .sub{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syAbt-Info .more{
	display: block;
	width: 138px;
	height: 47px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-size: 16px;
	color: #1d60bb;
	margin-top: 50px;
	border-radius: 50px;
}
.syAbt-Info .more:hover{
	background: #1d60bb;
	color: #fff;
}
.syAbt-Info .more i{
	font-size: 30px;
	font-weight: normal;
	position: relative;
	top: 5px;
}
.abt-num-box{
	overflow: hidden;
	margin-top: 85px;
}
.abt-num-box .lb{
	float: left;
	text-align: center;
	color: #fff;
}
.abt-num-box .lb .num{
	font-size: 16px;
	font-family: "Adobe 黑体 Std";
}
.abt-num-box .lb .num span{
	font-family: "sapie";
	font-size: 50px;
	line-height: 50px;
}
.abt-num-box .lb .txt{
	font-size: 16px;
	line-height: 25px;
	margin-top: 8px;
}
.abt-num-box .lb:nth-child(1){
	border-right: 1px solid rgba(255,255,255,0.2);
	padding-right: 38px;
	margin-right: 38px;
}

/*indexNews*/
.indexNews{
	background: url(../images/sy-news-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 158px 0 0 0;
}
.syNewsSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 65px;
}
.syNewsSwiper .swiper-slide{
	position: relative;
}
.syNewsSwiper .swiper-slide::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #dcdcdc;
	top: 0;
	right: -61px;
}
.sy-news-list .c-t{
	overflow: hidden;
}
.sy-news-list .c-t .c{
	display: inline-block;
	line-height: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #1d60bb;
	border-radius: 34px;
	padding: 0 18px;
	font-size: 15px;
	color: #1d60bb;
    transition: all .5s ease;
}
.sy-news-list:hover .c-t .c{
	background: #1d60bb;
	color: #fff;
    transition: all .5s ease;
}
.sy-news-list .c-t .t{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-left: 12px;
}
.sy-news-list .tit{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 30px 0 30px;
    transition: all .5s ease;
}
.sy-news-list:hover .tit{
	color: #1d60bb;
    transition: all .5s ease;
}
.sy-news-list .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .pic{
	overflow: hidden;
	margin-top: 52px;
}
.sy-news-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-news-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}

/*webjt*/
.webN1,
.webP1{
	width: 45px !important;
	height: 45px !important;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	color: #333;
	background: #e1e1e1 !important;
	transition: all .5s ease;
}
.webP1{
	transform: rotate(180deg);
}
.webN1:hover,
.webP1:hover{
	color: #fff;
	background: #1d60bb !important;
	transition: all .5s ease;
}
.webN2,
.webP2{
	width: 55px !important;
	height: 55px !important;
	border: 1px solid #fff;
	border-radius: 100%;
	background: rgba(255,255,255,0) !important;
	margin-top: 0 !important;
	top: 0 !important;
	color: #fff;
	text-align: center;
	line-height: 53px;
	transition: all .5s ease;
}
.webN2:hover,
.webP2:hover{
	background: rgba(255,255,255,1) !important;
	color: #222;
	transition: all .5s ease;
}
.webN2 i,
.webP2 i{
	font-size: 20px;
}
.webN2{
	transform: rotate(180deg);
}

/*sy-tit*/
.cykj-sy-tit{
	font-weight: bold;
	font-size: 42px; 
	color: #1e1e1e;
	line-height: 48px;
}
.cykj-sy-sub{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 20px;
}

/* about */
.about{
	padding: 82px 0 118px;
}
.about-one{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 65px;
	overflow: hidden;
}
.about-one .titBox{
	float: left;
	width: 30%;
}
.about-one .titBox .en{
	font-family: "sapie";
	font-size: 16px;
	color: #1d60bb;
	padding-left: 36px;
	background: url(../images/about-line1.jpg) no-repeat left center;
	line-height: 25px;
}
.about-one .titBox .cn{
	padding-left: 36px;
	font-size: 42px;
	color: #222222;
	line-height: 48px;
	margin-top: 26px;
}
.about-one .cont{
	width: 62.86%;
	float: right;
	font-size: 15px;
	color: #333333;
	line-height: 28px;
}
.about-two{
	margin-top: 72px;
}
.about-two .num-box{
	float: left;
	width: 23%;
}
.about-two .num-box .lb{
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 28px;
	margin-top: 30px;
}
.about-two .num-box .lb .num{
	font-size: 16px;
	color: #1d60bb;
}
.about-two .num-box .lb .num span{
	font-family: "sapie";
	font-size: 50px;
	line-height: 50px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}
.about-two .num-box .lb .txt{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 18px;
}
.about-two .pic{
	width: 62.571428571%;
	float: right;
}
.about-two .num-box .lb i{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 32px;
	color: #6e6e6e;
}
.about-two .num-box .lb:nth-child(2) i{
	font-size: 40px;
}
/* culture */
.culture{
	padding: 55px 0 85px;
	background: url(../images/culture-back.jpg) no-repeat top center;
	background-size: cover;
}
.qywh-box-warp{
	text-align: center;
	margin-top: 45px;
}
.qywh-box{
	position: relative;
	display: inline-block;
}
.qywh-box .lb{
	position: absolute;
}
.qywh-box .lb1{
	top: 320px; 
	left: -350px;
}
.qywh-box .lb2{
	top: 95px; 
	right: -415px;
}
.qywh-box .lb3{
	bottom: 15px; 
	right: -370px;
}
.qywh-box .lb .ico{
	width: 135px;
	height: 135px;
	border: 10px solid #facd89;
	border-radius: 100%;
	text-align: center;
	line-height: 115px;
	position: absolute;
}
.qywh-box .lb1 .ico{
	right: -60px;
	top: -160px;
}
.qywh-box .lb2 .ico{
	left: -158px;
    top: -30px;
}
.qywh-box .lb3 .ico{
	left: -158px;
    top: -30px;
}
.qywh-box .lb2 .ico{
	border: 10px solid #88abda;
}
.qywh-box .lb3 .ico{
	border: 10px solid #acd598;
}
.qywh-box .lb .ico::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 100%; 
}
.qywh-box .lb1 .ico::after{
	left: 44px;
	bottom: -9px;
}
.qywh-box .lb2 .ico::after{
	right: -6px;
	top: 30px;
} 
.qywh-box .lb3 .ico::after{
	right: -6px;
	top: 30px;
} 
.qywh-box .lb .ico i{
	font-size: 45px;
	color: #555555;
}
.qywh-box .lb .info{
	width: 100%;
	min-width: 338px;
	max-width: 338px;
	text-align: left;
	border-bottom: 1px solid #c9c9cb;
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	padding-bottom: 18px;
}
.qywh-box .lb1 .info{
	text-align: right;
}
.qywh-box .lb .info strong{
	font-size: 20px;
	color: #222222;
	margin-bottom: 10px;
	display: inline-block;
}
/* honor */
.honor{
	padding: 60px 0 75px;
}
.honorSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 78px;
	margin-top: 55px;
}
.honor-list{
	background: #f5f5f5;
	padding: 18px 18px 20px;
}
.honor-list .pic{
	overflow: hidden;
}
.honor-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.honor-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.honor-list .line{
	width: 100%;
	height: 1px;
	background: #d7d6d6;
	margin: 22px 0 15px;
}
.honor-list .tit{
	position: relative;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
	padding-right: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.honor-list:hover .tit{
	color: #1d60bb;
	transition: all .5s ease;
}
.honor-list .tit i{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}

/* case */
.case{
	padding: 68px 0 75px;
}
.case ul{
	overflow: hidden;
}
.case ul li{
	width: 48.571428571%;
	float: left;
	margin-bottom: 35px;
	background: #f5f5f5;
	transition: all .5s ease;
}
.case ul li:hover{
	background: #275ba9;
	transition: all .5s ease;
}
.case ul li:nth-of-type(2n+2){
	float: right;
}
.case ul li .pic{
	width: 50%;
	float: left;
	overflow: hidden;
}
.case ul li .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.case ul li:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.case ul li .info{
	width: 33.9%;
	float: left;
	margin-left: 50px;
	padding: 34px 0 0 0;
}
.case ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	height: 64px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.case ul li:hover .info .tit{
	color: #fff;
	transition: all .5s ease;
}
.case ul li .info .line{
	width: 18px;
	height: 3px;
	background-color: #275ba9;
	margin: 22px 0 40px;
	transition: all .5s ease;
}
.case ul li:hover .info .line{
	background: #fff;
	transition: all .5s ease;
}
.case ul li .info .more{
	width: 104px;
	line-height: 32px;
	border: 1px solid #275aa9;
	text-align: center;
	font-size: 15px;
	color: #275aa9;
	transition: all .5s ease;
}
.case ul li:hover .info .more{ 
	color: #fff;
	border: 1px solid #fff;
	transition: all .5s ease;
}

/* product */
.product{
	padding: 80px 0 90px;
}
.product .pdg{
	padding: 0 10px;
}
.product-list{
	border: 1px solid #ededec;
	background: #ededec;
	margin-bottom: 26px;
    transition: all .5s ease;
}
.product-list:hover{
	border: 1px solid #1d60bb;
	background: #1d60bb;
	transition: all .5s ease;
}
.product-list .pic{
	overflow: hidden;
}
.product-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.product-list:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.product-list .info{
	padding: 20px 30px 22px;
	text-align: center;
}
.product-list .info .tit{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.product-list:hover .info .tit{
	color: #fff;
	transition: all .5s ease;
}
.product-list .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	margin-top: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.product-list:hover .info .sub{
	color: #fff;
	transition: all .5s ease;
}
/* productDe */
.productDe{
	padding: 70px 0 85px;
}
.productDe .Pic{
	width: 43.857142857%;
	float: left;
	border: 1px solid #d5d5d5;
	overflow: hidden;
	text-align: center;
}
.productDe .Info{
	width: 50%;
	float: right;
}
.productDe .Info .title{
	position: relative;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #222222;
	border-bottom: 1px solid #e3e2e2;
	padding-bottom: 18px;
	margin-top: 15px;
	padding-right: 50px;
}
.productDe .Info .title .iconfont{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	font-size: 34px;
	color: #a6a6a6;
}
.productDe .Info .title .iconfont:hover{
	color: #007AFF;
}
.productDe .Info .cont{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 28px;
	height: 210px;
	overflow: auto;
	padding-right: 15px;
	text-align: justify;
}
.productDe .Info .ljzx{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 42px;
	background: #275aa9;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	margin-top: 35px;
}
.productDe .Info .ljzx i{
	font-size: 40px;
	margin-right: 16px;
	position: relative;
	top: 9px;
}
.proTel{
	text-align: center;
	margin-top: 32px;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
}
.proTel i{
	font-size: 26px;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
.proTel a{
	color: #1963ae;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
}
.productTab{
	padding: 55px 0 60px;
}
.productTab:nth-of-type(2n+1){
	background: #f1f1f1;
}
.proTab-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.proTab-line{
	width: 38px;
	height: 2px;
	background: #1963ae;
	margin: 28px auto 0;
}
.proTx-list{
	background: #fff;
	padding: 26px 26px 40px;
	margin-bottom: 26px;
    transition: all .5s ease;
}
.proTx-list:hover{
	background: #f28407;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2); 
    transition: all .5s ease;
}
.proTx-list .num{
	color: #fff;
    -webkit-text-stroke: 1px rgba(68,126,199,1);
    font-size: 42px;
    line-height: 45px;
    font-family: helev;
    z-index: 1;
    transition: all .5s ease;
}
.proTx-list:hover .num{
	color: #f28407;
    -webkit-text-stroke: 1px rgba(255,255,255,1);
    transition: all .5s ease;
}
.proTx-list .tit{
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	min-height: 50px;
	margin: 20px 0 20px;
    transition: all .5s ease;
}
.proTx-list:hover .tit{
	color: #fff;
    transition: all .5s ease;
}
.proTx-list .line{
	width: 20px;
	height: 2px;
	background: #f28407;
    transition: all .5s ease;
}
.proTx-list:hover .line{
	background: #fff;
	width: 40px;
    transition: all .5s ease;
}
.ProTxSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 54px;
	padding-bottom: 65px;
}
.productTab .content{
	margin-top: 45px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.productTab .content table{
	width: 100%;
}
.productTab .content table tr{
	font-family: "微软雅黑";
}
.productTab .content table tr td{
	height: 35px;
	padding: 10px 0;
	background: #dae7f8;
	border: 1px solid #fff;
	text-align: center;
	font-size: 15px;
	color: #333333;
}
.productTab .content table tr td:nth-child(1){
	font-weight: bold; 
}
.productTab .content table tr td:nth-of-type(2n+2){
	background: #f1f1f1;
}
.productTab .content table tr:nth-of-type(2n+2) td{
	background: #ecf4ff;
}
.productTab .content table tr:nth-of-type(2n+2) td:nth-of-type(2n+2){
	background-color: #f8f8f8;
}
.productTab .row{
	margin-top: 54px;
}

/* tech */
.tech1{
	padding: 74px 0 80px;
}
.tech1 .Info{
	width: 47.857142587%;
	float: left;
	margin-top: 45px;
}
.tech1 .Pic{
	width: 34.5%;
	float: right;
	margin-right: 38px;
}
.tech-tit{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.tech-txt{
	font-size: 22px;
	line-height: 28px;
	color: #222222;
	margin: 26px 0 34px;
}
.tech-line{
	width: 40px;
	height: 3px;
	margin-bottom: 35px;
	background: #275ba9;
}
.tech-cont{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.tech2{
	position: relative;
	padding: 110px 0 130px;
	background: #f1f1f1 url(../images/tech2-back.jpg) no-repeat right top;
	background-size: 50% 100%;
} 
.tech2 .Pic{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.tech2 .Pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tech2 .Info{
	width: 45%;
	float: right;
}
.tech3{
	padding: 80px 0 130px; 
}
.tech3 .Info{
	width: 45.6%;
	float: left;
	margin-top: 40px;
}
.tech3 .Pic{
	width: 46.5%;
	float: right;
}

/* knowledge */
.knowledge{
	background-color: #275aa9;
	padding: 62px 0 75px;
}
.knowledge .top-tit{
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}
.knowSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 62px;
	padding-bottom: 100px;
}
.knowSwiper .swiper-slide{
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.know-list{ 
	height: 80px;
	line-height: 80px;
	padding: 0 148px 0 42px;
	background: #fff url(../images/zs-sjx.jpg) no-repeat left 25px center;
	font-size: 18px;
	color: #222222;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.know-list .time{
	display: block;
	position: absolute;
	width: 120px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background: #f5f5f5;
	font-family: arial;
	font-size: 15px;
	color: #555555;
	right: 0;
	top: 50%;
	margin-top: -18px;
	z-index: 999;
}
.knowP,
.knowN{
	width: 46px !important;
	height: 46px !important;
	background: #fff !important;
	text-align: center;
	line-height: 46px;
	top: auto !important;
	margin-top: 0 !important;
	bottom: 0;
}
.knowN{
	right: 46% !important;
}
.knowP{
	left: 46% !important;
	transform: rotate(180deg);
}
.knowP i,
.knowN i{
	font-size: 26px;
}
/*download*/
.download{
	padding: 72px 0 60px;
}
.download .top-tit{
	text-align: center;
	color: #222222;
	font-size: 36px;
	line-height: 40px;
}
.download ul {
	overflow: hidden;
	margin-top: 45px;
}
.download ul li{
	border-bottom: 1px solid #edecec;
	background: url(../images/pdf-ico.png) no-repeat top left;
	padding: 0 90px 28px;
	position: relative;
	width: 47%;
	float: left;
	margin-bottom: 30px;
}
.download ul li:nth-of-type(2n+2){
	float: right;
}
.download ul li .tit{
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin: 2px 0 15px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.download ul li:hover .tit{
	color: #e40d15;
    transition: all .5s ease;
}
.download ul li .size{
	font-size: 16px;
	color: #666666;
}
.download ul li i{
	position: absolute;
	right: 0;
	width: 68px;
	height: 68px;
	border: 1px solid #e1e1e1;
	top: 0;
	border-radius: 100%;
	text-align: center;
	line-height: 66px;
	font-size: 28px;
	color: #222;
    transition: all .5s ease;
}
.download ul li:hover i{
	background: #275aa9;
	color: #fff;
	border: 1px solid #275aa9;
    transition: all .5s ease;
}

/* contact */
.contact{
	padding: 90px 0 120px;
}
.contact .Info{
	width: 36.071428571%;
	float: left;
	margin-top: 10px;
}
.contact .Info .gs-name{
	font-size: 32px;
	color: #275aa9;
	line-height: 36px;
}
.contact .Info .txt{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 28px;
}
.contact .Info .sub{
	font-size: 16px;
	color: #555555;
	margin-top: 48px;
}
.contact .Info .sub p{
	border-bottom: 1px solid #dddcdc;
	line-height: 28px;
	padding: 18px 0 18px 38px;
}
.contact .Info .sub p.dz{
	background: url(../images/c-dz.png) no-repeat left top 19px;
}
.contact .Info .sub p.sj{
	background: url(../images/c-sj.png) no-repeat left top 20px;
}
.contact .Info .sub p.dh{
	background: url(../images/c-dh.png) no-repeat left top 20px;
}
.contact .Info .sub p.yx{
	background: url(../images/c-yx.png) no-repeat left top 24px;
}
.contact .Info .sub p a{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.contact .mapsBox{
	width: 55%;
	float: right;
	position: relative; 
}
.contact .mapsBox .maps{
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.contact .mapsBox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #1d60bb;
	bottom: -25px;
	right: -25px;
}
.message{
	padding: 58px 0 190px;
	background: url(../images/message-back.jpg) no-repeat top center;
	background-size: cover;
}
.message .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.message .row{
	margin-top: 50px;
}
.message .row input[type=text]{
	width: 100%;
	height: 57px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-indent: 16px;
	font-size: 16px;
	color: #222;
	outline: none;
    transition: all .5s ease;
}
.message .row input[type=text]:focus{
	border: 1px solid #0054ae;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.message .row textarea{
	margin-top: 15px;
	min-width: 100%;
	max-width: 100%;
	min-height: 148px;
	max-height: 148px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 16px;
	font-size: 16px;
	color: #222;
    transition: all .5s ease;
}
.message .row textarea:focus{
	border: 1px solid #0054ae;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.message .row input[type=button]{
	display: block;
	width: 415px;
	height: 58px;
	margin: 30px auto 0;
	border: none;
	background: #0054ae;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}

/* news */
.news{
	padding: 60px 0 80px;
} 
.news ul li{
	width: 100%;
	overflow: hidden; 
	padding: 35px 0;
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f4f6f8;
	transition: all .5s ease;
}
.news ul li .time-box{
	width: 90px;
	float: left;
	background: #999999;
	font-family: arial;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
	transition: all .5s ease;
}
.news ul li:hover .time-box{
	background: #1d60bb;
	transition: all .5s ease;
}
.news ul li .time-box .day{
	font-size: 48px;
	line-height: 50px;
}
.news ul li .time-box .year{
	font-size: 15px;
	line-height: 25px;
}
.news ul li .content{
	width: 91%;
	float: right;
	overflow: hidden;  
}
.news ul li .content hr{
	float: left;
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	padding: 0;
	margin: 0;
}
.news ul li .content .Info{
	width: 65%;
	float: left;
	margin-left: 30px;
}
.news ul li .content .Info .tit{
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	min-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news ul li:hover .content .Info .tit{
	color: #1d60bb;
	transition: all .5s ease;
}
.news ul li .content .Info .key{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin: 14px 0;
}
.news ul li .content .Info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .content .Pic{
	width: 21.1%;
	float: right;
	overflow: hidden; 
}
.news ul li .content .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news ul li:hover .content .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.newsDe{
	padding: 72px 0 95px;
}
.newsDe .container{
	max-width: 1165px;
}
.newsDe .titBox{
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 25px; 
}
.newsDe .titBox .title{
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 40px;
}
.newsDe .titBox .keywords{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	margin-top: 26px;
}
.newsDe .titBox .keywords a{
	color: #275aa9;
	font-family: arial;
}
.newsDe .content{
	margin-top: 30px;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	border-bottom: 1px solid #e9e8e8;
	padding-bottom: 88px;
}
.dePage{ 
	margin-top: 44px; 
	overflow: hidden;
}
.dePage .sxy{
	width: 70%;
	float: left;
}
.dePage .sxy a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #43559f;
}
.dePage .return{
	display: block;
	width: 126px;
	height: 40px;
	border: 1px solid #275aa9;
	text-align: center;
	background: #275aa9;
	line-height: 38px;
	font-size: 15px;
	color: #fff;
	float: right;
	margin-top: 8px;
	border-radius: 5px;
}
.dePage .return:hover{
	background: #c22737;
	color: #fff;
	border: 1px solid #c22737;
}

/* abt-tit */
.abt-top-en{
	text-align: center;
	font-family: "sapie";
	font-size: 16px;
	line-height: 25px;
	color: #b0afaf;
}
.abt-top-cn{
	font-size: 42px;
	color: #222222;
	text-align: center;
	line-height: 48px;
	margin: 12px 0 28px;
}
.abt-top-line{
	width: 36px;
	height: 2px;
	background: #1a55a6;
	margin: 0 auto;
}

/*Nybanner*/
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
	height: 34.1vh;
	object-fit: cover;
}
.Nylocation{
	background: #f1f1f1;
	line-height: 56px;
}
.now-lm{
	float: left;
}
.now-lm a{
	display: block;
	padding: 0 24px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #333333;
}
.now-lm a:hover,
.now-lm a.on{
	background: #1a55a6;
	color: #fff;
}
.now-wz{
	float: right;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 25px;
}
.now-wz.fl{
	float: left;
}

/*footer*/
footer{
	height: auto !important; 
	background: #333333;
} 
.foot-top{
	padding: 65px 0 115px;
}
.foot-lm{
	float: left;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	min-width: 146px;
	margin-right: 88px;
}
.foot-lm .item:last-child{
	margin-right: 0;
	width: 365px;
}
.foot-lm .item h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 18px;
	margin-bottom: 22px;
}
.foot-lm .item .link a{
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 30px;
}
.foot-lm .item .link a:hover{
	color: #fff;
}
.foot-lm .item .info{
	font-size: 15px;
	color: #999999;
	line-height: 30px;
}
.foot-lm .item .info a{
	color: #999;
}
.foot-lm .item .info a:hover{
	color: #fff;
}
.foot-ewm{
	float: right;
	text-align: center;
	width: 126px;
}
.foot-ewm p{
	font-size: 15px;
	line-height: 30px;
	color: #adacac;
	margin-top: 10px;
}
.foot-copy{
	border-top: 1px solid #3d3d3d;
	line-height: 60px;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.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: 30px;
	padding-top: 40px;
}
.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;
	min-width: 30px;
	padding: 0 5px;
	background: #f1f1f1;
	line-height: 28px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
	max-height: 30px;
}
.Page a:hover{
	border: 1px solid #335bca;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #335bca;
	display: inline-block;
	width: 30px;
	line-height: 28px;
	max-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #335bca;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection { 
	color: #e62028;
}

/*Mozilla Firefox*/
::-moz-selection { 
	color: #e62028;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #fff; 
} 
.solution ul li .infoDe .cont::-webkit-scrollbar{
	width: 4px;
	border-radius: 5px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
.solution ul li .infoDe .cont::-webkit-scrollbar-track{ 
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background: url(../images/line-xlt.jpg) repeat-y top center;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(51, 91, 202, 1);
	border-radius: 0; 
}
.solution ul li .infoDe .cont::-webkit-scrollbar-thumb{
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(51, 91, 202, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(51, 91, 202, 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;
}
.wzvideo{
	width: 720px !important;
	height: 410px !important;
	background: #000;
}



.fancybox{ margin-bottom:30px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top; 
}
.fancybox-wrap{
	overflow: unset !important;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.wzvideo{
	width: 720px !important;
	height: 420px !important;
	background: #000;
}
.videode{
	width: 100%;
    height: 100%;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
}

.wz-web-search{
	padding: 50px 0 100px;
}
.wz-web-search ul{
	overflow: hidden;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0; 
	width: 46%;
	float: left;
    transition: all .5s ease;
}
.wz-web-search li:nth-of-type(2n+2){
	float: right;
}
.wz-web-search li:hover{
	background: #1d60bb;
	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: #1d60bb;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}