﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
img{
	max-width: 100%;
}


body{
	font-family:"微软雅黑","Microsoft Yahei";
	font-size:16px;
}
.wp{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background:rgba(255,255,255,0.8);

}
.br-yj{border-radius: 50px;}
a{
	color: #333;
}
a:hover{
	color: #e4392a;
}

/*头部*/
#bd{
	/* [disabled]padding-top: 90px; */
	max-width: 100%;
}
#hd{
	height: 100px;
	/*background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);*/
	position: fixed;
	width: 100%;
	left: 0;
	top: 20px;
	z-index:9999;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed{
    top: -10px !important;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.fixed .br-yj{border-radius: 0px;}
#hd .logo{
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	/*height: 101px;*/
	height: 90px;
	width: 300px;
}
#hd .logo a{
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 90px;
}
#hd .logo a img{
	display: inline-block;
	vertical-align: middle;
	width: 300px;
}
#nav{ }

#nav ul li{
	float: left;
	line-height: 90px;
	height: 90px;
	/* [disabled]width: 86px; */
	padding:0px 10px;
}
#nav ul li a{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	/*border-bottom: 3px solid #fff;*/

}
#nav ul li a.at{color:#e4392a; border-bottom:3px solid #e4392a;}
#nav ul li a:hover{
	/* border-bottom: 3px solid #e4392a; */
}

/* .menu,.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
.menu {
	height:40px;
	margin-top:0px;
}
.menu li {
	background:none;
	border-bottom:0;
	border-top:0;
} */

.menu > li {
	display:block;
	float:left;

}
.menu > li.ny {
	position:relative;
}

.menu > li:first-child {
	border-radius:0;
}
#nav ul li .submenu li{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height:50px;
  height:50px;
}
.submenu li a {
	border-left:0;
	color:#fff;
	display:block;
	font-size:14px;

	/* padding:0 24px; */
	text-decoration:none;
	text-transform:uppercase;
}
.menu li:hover {
	background-color:#fff;
	/* border-radius:30px; */
}
.menu li:hover > a {
	border-left:0;
	color:#0074e1;
}
.submenu {
	left:0;
	max-height:0;
	position:absolute;
	top:90px;
	z-index:0;
	-webkit-perspective:400px;
	-moz-perspective:400px;
	-ms-perspective:400px;
	-o-perspective:400px;
	perspective:400px;
}
.submenu li {
	line-height:50px;
	height:50px;
	opacity:0;
	-webkit-transform:rotateY(90deg);
	-moz-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	-o-transform:rotateY(90deg);
	transform:rotateY(90deg);
	-webkit-transition:opacity .4s,-webkit-transform .5s;
	-moz-transition:opacity .4s,-moz-transform .5s;
	-ms-transition:opacity .4s,-ms-transform .5s;
	-o-transition:opacity .4s,-o-transform .5s;
	transition:opacity .4s,transform .5s;
	background:#fff;
	min-width:150px;
}
.submenu li a {
	font-size:14px;
	color:#0074e1;
}
.submenu li:hover {
	background:#0074e1;
	border-radius:0;
	font-size:14px;
	color:#fff;
}
.menu .submenu li:hover a {
	color:#fff;
}
.menu > li:hover .submenu,.menu > li:focus .submenu {
	max-height:2000px;
	z-index:10;
}
.menu > li:hover .submenu li,.menu > li:focus .submenu li {
	opacity:1;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}
.menu li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-ms-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
.menu li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	-ms-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
}
.menu li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay:100ms;
	-moz-transition-delay:100ms;
	-ms-transition-delay:100ms;
	-o-transition-delay:100ms;
	transition-delay:100ms;
}
.menu li:hover .submenu li:nth-child(4) {
	-webkit-transition-delay:150ms;
	-moz-transition-delay:150ms;
	-ms-transition-delay:150ms;
	-o-transition-delay:150ms;
	transition-delay:150ms;
}
.menu li:hover .submenu li:nth-child(5) {
	-webkit-transition-delay:200ms;
	-moz-transition-delay:200ms;
	-ms-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms;
}
.menu li:hover .submenu li:nth-child(6) {
	-webkit-transition-delay:250ms;
	-moz-transition-delay:250ms;
	-ms-transition-delay:250ms;
	-o-transition-delay:250ms;
	transition-delay:250ms;
}
.menu li:hover .submenu li:nth-child(7) {
	-webkit-transition-delay:300ms;
	-moz-transition-delay:300ms;
	-ms-transition-delay:300ms;
	-o-transition-delay:300ms;
	transition-delay:300ms;
}
.menu li:hover .submenu li:nth-child(8) {
	-webkit-transition-delay:350ms;
	-moz-transition-delay:350ms;
	-ms-transition-delay:350ms;
	-o-transition-delay:350ms;
	transition-delay:350ms;
}
.submenu li:nth-child(1) {
	-webkit-transition-delay:350ms;
	-moz-transition-delay:350ms;
	-ms-transition-delay:350ms;
	-o-transition-delay:350ms;
	transition-delay:350ms;
}
.submenu li:nth-child(2) {
	-webkit-transition-delay:300ms;
	-moz-transition-delay:300ms;
	-ms-transition-delay:300ms;
	-o-transition-delay:300ms;
	transition-delay:300ms;
}
.submenu li:nth-child(3) {
	-webkit-transition-delay:250ms;
	-moz-transition-delay:250ms;
	-ms-transition-delay:250ms;
	-o-transition-delay:250ms;
	transition-delay:250ms;
}
.submenu li:nth-child(4) {
	-webkit-transition-delay:200ms;
	-moz-transition-delay:200ms;
	-ms-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms;
}
.submenu li:nth-child(5) {
	-webkit-transition-delay:150ms;
	-moz-transition-delay:150ms;
	-ms-transition-delay:150ms;
	-o-transition-delay:150ms;
	transition-delay:150ms;
}
.submenu li:nth-child(6) {
	-webkit-transition-delay:100ms;
	-moz-transition-delay:100ms;
	-ms-transition-delay:100ms;
	-o-transition-delay:100ms;
	transition-delay:100ms;
}
.submenu li:nth-child(7) {
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	-ms-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
}
.submenu li:nth-child(8) {
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-ms-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}

#hd .tel{
	background: url(../images/tel_bg.png) left center no-repeat;
	line-height: 90px;
	float: right;
	padding-left: 37px;
	color: #e4392a;
	font-size: 18px;
}
/*内页菜单*/
.submenu2 {
	left:0;
	position:absolute;
	top:80px;
	z-index:0;
	width:100%;
	background-color:#307bf8;
}
.submenu3{
	/* max-width:800px;  */
	margin:0px auto;
	text-align: center; margin-left:40%; }

/*menu 2 a*/
/* #nav ul li .submenu3 a:hover{background-color:#307bf8;}
.submenu3 a {
	border-left:0;
	color:#fff;
	font-size:14px;
	padding:0 24px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:50px;
	height:50px;
	opacity:0;
}

.menu .submenu3 a:hover ,.menu .submenu3 a.at {
	color:#fff;
	background-image:url(../images/line-2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.menu > li:hover .submenu3,.menu > li:focus .submenu3,.menu > li.on .submenu3{
	max-height:2000px;
	z-index:10;
}
.menu > li:hover .submenu3 a,.menu > li:focus .submenu3 a,.menu > li.on .submenu3 a {
	opacity:1;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	-ms-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
}
#nav ul li .submenu3 a.at{color:#fff; border-bottom:none;}
#nav ul li .submenu3 a:hover{
	color:#fff; border-bottom:none;
} */

/*end */


#nav ul li .submenu3 li{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height:50px;
  height:50px;
  padding: 0px 30px;

}
#nav ul li .submenu2 li:hover{background-color:#307bf8;}

.submenu2 li a {
	border-left:0;
	color:#fff;
	display:block;
	font-size:14px;
	/* padding:0 24px; */
	text-decoration:none;
	text-transform:uppercase;
}
.submenu2 li {
	line-height:50px;
	height:50px;
	opacity:0;

}
.submenu2 li a {
	font-size:14px;
	color:#fff;
}

.menu .submenu2 li:hover a,.menu .submenu2 li.at a {
	color:#fff;
	background-image:url(../images/line-2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.menu > li:hover .submenu2,.menu > li:focus .submenu2,.menu > li.on .submenu2{
	max-height:2000px;
	z-index:10;
}
.menu > li:hover .submenu2 li,.menu > li:focus .submenu2 li,.menu > li.on .submenu2 li {
	opacity:1;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	-ms-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
}
#nav ul li .submenu2 li a.at{color:#fff; border-bottom:none;}
#nav ul li .submenu2 li a:hover{
	color:#fff; border-bottom:none;
}

.menu ul li .submenu2 li:hover > a {
	border-left:0;
	color:#fff;
}
/* .menu ul li .submenu2 li:hover{ background-color:#307bf8;background-image:url(../images/line-2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color: none;} */

/*手机头部*/
#m-hd {display: none;}
#m-hd {
	height: 60px;
	line-height: 50px;
	background-color: #fff;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#m-hd img{height: 55px;padding: 5px 0 0 10px;}
.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}
.m-nav {
	z-index: 60;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	background: rgba(48,123,248,1);
	text-align: center;
	display: none;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
  	/* transition-duration: 0.5s; */
}
.m-nav li{
	border-bottom: 1px solid #fff;
}
.m-nav a {
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
.m-nav a:hover,.m-nav a:active{
	color: #e4392a;
}
.m-sub {
	text-align: left;
	display: none;
	width:100%;
}
.m-sub a {
	border-bottom: none;
	font-size: 13px;
}
/*底部*/
.ft-wp {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
}
#fd{
	background: #307bf8;
	background-image: url(../images/map_s.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 75px;
	margin-top: 40px;
	color: #FFF;
	padding-bottom: 20px;
}
.index-fd{
	margin-top: -31px;
}
#fd .fd-top{
	overflow: hidden;
	color: #fff;
	padding-bottom: 45px;
}
#fd dl{
	/* [disabled]float: left; */
	/* [disabled]width: 33.3333%; */
	margin-top: 90px;
}
#fd dl h1{
	text-transform:uppercase;
	font-weight:bold;
	line-height: 24px;
}
#fd dl dt{
	font-size: 24px;
	padding-bottom: 20px;
	/* [disabled]font-weight: bold; */
}
#fd .ul-fd li{
	line-height: 26px;
	padding-left:4px;
	display: block;
}
#fd .ul-fd2 li{
	display:inline-block;
	width: 50%;
	float: left;
	text-align: center;
}
#fd .ul-fd2 li img{
	width:160px;
}
#fd .ul-fd li.line{
	line-height: 26px;
	background: url(../images/fd_icon1.png) no-repeat;
}
#fd .ul-fd li a,.ft-wp a{
	color: #FFF;
}
#fd .ul-fd li a:hover{
	text-decoration: underline;
}
#fd .ul-fd li .dh{
	float:left;
	width:calc(100% - 30px);
	text-align:left;
}
#fd .ul-fd li .dh h3{
	background: url(../images/in-_127.jpg) left center no-repeat;
	font-size:16px;
	line-height:30px;
	text-indent: 30px;
	text-align:left;
}
#fd .ul-fd li .dh h2{
	font-size:22px;
	text-indent: 30px;
}
.heit20{
	margin-bottom: 30px;
}
@keyframes mymove {
  from{top:10px;}
  to{top:70px;}
}
.father{
	background: #fff;
	border-radius:2px;
	position: relative;
	top: 0px;
	left: 0px;
	width:1px;
	height:80px;
	float:left;
	margin-right:20px;
}
.moveson {
width:3px;
height:20px;
background:#fff;
border-radius: 2px;
animation:mymove 2s linear infinite;
animation-direction: alternate;
position:relative;
left:-1px;
}


#fd .weixin,#fd .sina{
	background: url(../images/fd_icon1.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 25px;
}
#fd .douyin{
	background: url(../images/dy.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 25px;
}
#fd .douyin-pic{
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
}
#fd .weixin-pic{
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
}
#fd .tel{
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 15px;
}
#fd h5{
	font-size: 16px;
	color: #a8a8af;
}
#fd .sina{
	background-image: url(../images/fd_icon2.png);
}
#fd .fd-copy{
	height: 40px;
	line-height: 40px;
	color: #a3a3a9;
	background-color: #000022;
}
/* side */
.side{position:fixed;width:50px;height:250px;right:0;top:200px;z-index:100;}
.side ul li{width:50px;height:60px;float:left;position:relative;margin-bottom: 2px;}
.side ul li .sidebox{
	position:absolute;
	width:50px;
	height:60px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:rgba(48,123,248,1);
	color:#fff;
	font:16px "微软雅黑";
	overflow:hidden;
	line-height:56px;
}
.side ul li a:hover .sidebox{width: 200px;background:rgba(48,123,248,1);}
.side ul li .sidetop{
	width:50px;
	height:60px;
	display:inline-block;
	background:rgba(48,123,248,1);
	transition:all 0.3s;
}
.side ul li .sidetop:hover{background:#307bf8;}
.side ul li .tbiao1 img{float:right; }
.side ul li .tbiao{float:right; width:50px; text-align: center;}
.side ul li .tbiao img{display:block; height:25px;text-align: center; margin:5px auto;}
.side ul li .tbiao p{line-height:22px; font-size:12px;}

.side2{
	position: fixed;
	width: 50px;
	right: 0px;
	z-index: 100;
	top: 450px;
	height: 80px;
}
.side2 ul li{
	width: 50px;
	height: 50px;
	margin-bottom: 2px;
	border-radius:5px 0 0 5px;
}
.side2 ul li a{
	display: block;
	background:rgba(48,123,248,1);
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius:5px 0 0 5px;
}
.side2 ul li a img{
	vertical-align: middle;
	display: inline-block;
}
.side2 ul li a:hover{
	background-color: #307bf8;
}
.side2 ul li .weixin{
	position: absolute;
	left: -134px;
	bottom: 0;
	display: none;
}
.side2 ul li .weixin em{
	background: url(../images/arr3.png) no-repeat;
	width: 5px;
	height: 17px;
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: 3px;
}
.side2 ul li .weixin img{
	display: block;
}

/*banner*/
#banner .flexslider{
	background: none;
}
#banner .slides li .pic{
	display: block;
	padding-top: 36.4%;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-position: center bottom;
    position: relative;
}

#banner .slides li  .ban-txt{
	/* width: 760px; */
	position: absolute;
	top: 50%;
	height: 205px;
	margin-top: -205px;
	text-align: center;
}
/* #banner .slides li  .ban-txt-1{
	left: 10%;
	margin-left: 0;
}
#banner .slides li  .ban-txt-2{
	left: 50%;
	margin-left: -80px;
	margin-top:-300px;
}
#banner .slides li  .ban-txt-3{
	left: 50%;
	margin-left: -380px;
} */
 #banner .slides li.s1 .ban-txt{
 	left: 10%;
	margin-left: 0;
	/* background:url(../images/ban_k.png) no-repeat; */
}
#banner .flexslider .slides img{
	max-width: 100%;
	/* width: 100%; */
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#banner .slides li .ban-txt h5{
	font-size: 22px;
	color: #fff;
	margin-top: -5px;
}
#banner .slides li .ban-txt h2{
	/* height: 118px;
	line-height: 118px; */
	margin-top: 5px;
	font-size: 71px;
	color: #fff;
}
#banner .slides li  .ban-txt h3{
	padding-top: 25px;
	font-size: 24px;
	color: #e4392a;
}
#banner .flex-control-paging li a{
	width: 40px;
	height: 3px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.7);
}
#banner .flex-control-paging li a.flex-active{
	background-color: #e4392a;
}
#banner .flex-control-nav{
	bottom: 80px;
}
#banner .flex-direction-nav a{
	background: url(../images/ban_prev.png) no-repeat;
	width: 24px;
	height: 44px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#banner .flex-direction-nav .flex-prev{
	left: 50%;
	margin-left: -570px;
}
#banner .flex-direction-nav .flex-next{
	background-image: url(../images/ban_next.png);
	right: 50%;
	margin-right: -570px;
}
#banner .slides li.s2 .ban-txt{
	/* width: 840px; */
	left: 50%;
	margin-left: -80px;
	margin-top:-330px;
}
#banner .slides li.s2 .ban-txt h2{
	/* font-size: 58px;
	line-height: 56px;
	height: 56px; */
	margin-bottom: 10px;
}
#banner .slides li.s2 .ban-txt h3{
	font-size: 50px;
	text-transform: uppercase;
	padding-top: 0;
}
#banner .slides li.s2 .ban-txt h4{
	font-size: 16px;
	color: #fff;
}
#banner .slides li.s2 .ban-txt h6{
	font-size: 14px;
	border-top: 1px solid #d3d3d7;
	width: 149px;
	margin: 0 auto;
	color: #fff;
	line-height: 35px;
	margin-top: 15px;
}
#banner .slides li.s3 .ban-txt{
	/* width: 840px; */
	left: 50%;
	margin-left: -420px;
	margin-top:-130px;
}
#banner .slides li.s3 .ban-txt h2{
	font-size: 45px;
	/* height: 45px;
	line-height: 45px; */
}
#banner .slides li.s3 .ban-txt h3{
	font-size: 69px;
	text-transform: uppercase;
	padding-top: 0;
	/* border-bottom: 1px solid #e4392a; */
}
#banner .slides li.s3 .ban-txt h4{
	font-size: 16px;
	/* line-height: 30px; */
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
#banner{position: relative;}
.banner-bg{
	background: url(../images/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}


/*首页*/
.tit-i{
	text-align: center;
	padding: 50px 0;
	line-height: 36px;
	overflow: hidden;
}
.tit-i h3{
	font-size: 60px;
	color: #000;
	margin-bottom: 10px;
	background: url(../images/tit-bg.png) center top no-repeat;
	padding-top:30px;
	line-height:80px;
	font-weight:bold;
	letter-spacing:10px;

}
.tit-i h5{
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.tit-i h5 span{
	color: #e4392a;
}
.tit-i em{
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}

.ul-icon-i li{
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 70px;
	overflow: hidden;
}
.ul-icon-i li .pad{
	padding: 0 40px;
	position: relative;
}
.ul-icon-i li a{
	display: block;
}
.ul-icon-i li a span{
	background: url(../images/i_icon1.png) no-repeat;
	width: 134px;
	height: 134px;
	display: inline-block;
	margin-bottom: 55px;
}
.ul-icon-i li h3{
	font-size: 16px;
	margin-bottom: 18px;
}
.ul-icon-i li em{
	width: 25px;
	border-bottom: 2px solid #707070;
	display: inline-block;
	margin-bottom: 30px;
}
.ul-icon-i li p{
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}
.ul-icon-i li.li1 a span{
	background-position: 0 0;
}
.ul-icon-i li.li2 a span{
	background-position: -305px 0;
}
.ul-icon-i li.li3 a span{
	background-position: -615px 0;
}
.ul-icon-i li.li4 a span{
	background-position: -930px 0;
}
/*.ul-icon-i li a:hover span{
	background-image: url(../images/i_icon1_h.png);
}*/
.ul-icon-i li .pad .pic{
	position: absolute;
	left: 50%;
	top: 0;
	width: 134px;
	margin-left: -67px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-icon-i li .pad .pic img{
	display: none;
}
.ul-icon-i li .pad .pic .pic-icon{
	position: absolute;
	left: 0;
	top: -134px;
	display: block;
}
.ul-icon-i li a:hover p{
	text-decoration: underline;
	color: #333;
}

.row2{
	background: url(../images/bg_1.png) center top no-repeat;
	padding-top: 20px;
}
.case-i-l,.case-i-r{
	width: 50%;
}
.case-i-l{
	float: left;
	padding-right: 15px;
}
.case-i-r{
	float: right;
	padding-left: 15px;
}
.case-img,.case-img a img{
	width: 100%;
}
.case-img{
	position: relative;
	overflow: hidden;
}
.case-img .hover{
	position: absolute;
	left: 0;
	bottom: -434px;/*top: -433px;*/
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
}
.case-img.on .hover{
	bottom: 0;
}
/*.ul-case-i{
	margin: 0 -15px;
}*/
.ul-case-i li{
	float: left;
	width: 33.3333%;
	margin-bottom: 30px;
	overflow: hidden;
}
.ul-case-i li.nyli{
	float: left;
	width: calc(33.3333% - 20px);
	padding:0px 10px;
	overflow: hidden;
}
.ul-case-i li a{
	display: block;
	position: relative;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case-i li .pic img{
	width: 100%;
	display: block;
	max-height:260px;
}
.ul-case-i li a .hover{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
	/*display: none;*/
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case-i li a .hover .txt h3{
	background-image: url(../images/line-1.png);
	background-repeat: no-repeat;
	background-position:center center;
	z-index:999;
}
.ul-case-i li .hover b,
.ul-case-i li .hover .txt,
.case-img .hover b,
.case-img .hover .txt{
	display: inline-block;
	vertical-align: middle;
}

.ul-case-i li .hover b,.case-img .hover b{
	width: 0;
	height: 100%;
}
.ul-case-i li a:hover .hover{
	/* display: block; */
	bottom: 0;
	margin:0px 10px;
}
.ul-case-i li .hover{margin:0px 10px;}
.ul-case-i-1 li{
	width: 33.3333%;
}

.ul-case-i li .txt{
	padding-bottom:15px;
	margin:0px 10px;
}
.ul-case-i li .pic {margin:0px 10px;}
.ul-case-i li .txt span{
	padding: 10px 0px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
}
.ul-case-i li .txt span em{
	display: block;
	font-size: 20px;
}
 .ul-case-i li .txt  h3{
	background-image: url(../images/in-_20.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ul-case-i li .hover .txt{

	padding-bottom:0px;
	padding:0px 20px;
}
/* .ul-case-i li:last-child .txt{
	background-image: url(../images/line-1.png);
	background-repeat: no-repeat;
	background-position: center center;
} */
.ul-case-i li h3 a{
	color: #333;
	// display: inline-block;
	padding: 10px 0;
	background-image: url(../images/in-_20.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height:36px;
	overflow: hidden;
	/* 内容超出裁剪 */
	text-overflow: ellipsis;
	/* 文本超出当前，多余部分使用省略号 */
	display: -webkit-box;
	/* 必须结合的属性:特别显示模式 ，将对象作为弹性伸缩盒子模型显示 。 */
	-webkit-line-clamp: 1;
	/* 显示的行数 */
	-webkit-box-orient: vertical;
	/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式  */
}
.ul-case-i li h3 a:hover{ color:#317bf8;}
.ul-case-i li  p{
	color: #bbbbbe;
	line-height: 28px;
	text-indent:2em;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 文本超出当前，多余部分使用省略号 */
	display: -webkit-box;
	/* 必须结合的属性:特别显示模式 ，将对象作为弹性伸缩盒子模型显示 。 */
	-webkit-line-clamp: 5;
	/* 显示的行数 */
	-webkit-box-orient: vertical;
}

.newScroll{ width:100%;  overflow:hidden; position:relative; max-width: 1200px;}
.newScroll .new-hd{ overflow:hidden; height:30px;padding:0 10px; margin:0px auto; width:150px; }
.newScroll .new-hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; text-align:center; }
.newScroll .new-hd ul li{ float:left;  width:15px; height:15px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.png") 0 -15px no-repeat; }
.newScroll .new-hd ul li.on{ background-position:0 0; }
.newScroll .new-bd{}
.newScroll .new-bd ul{ overflow:hidden; zoom:1; }
.newScroll .new-bd ul li{
	/* padding: 0px 8px; */
	float:left; _display:inline; overflow:hidden;}
/*
.newScroll .new-bd ul li .pic{ text-align:center; }
.newScroll .new-bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.newScroll .new-bd ul li .pic a:hover img{ border-color:#999;  }
.newScroll .new-bd ul li .title{ line-height:24px;   }
 */

.more-i{
	text-align: center;
	padding-bottom: 35px;
}
.more-i a{
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../images/arr2.png) center center no-repeat #000014;
	border-radius: 100%;
}
.more-i a:hover{
	background-color: #e4392a;
}

.news-bg{
	background: url(../images/bg_2.png) center top no-repeat;
	overflow: hidden;
}
.tit-i-1 h3{
	color: #fff;
}
.tit-i-1 em{
	border-bottom-color: #dddde1;
}
.ul-news-i{
	/*margin-right: -10px;*/
	margin-left: -30px;
	width: 110%;
}
.ul-news-i li{
	float: left;
	width: 24.5%;
	color: #fff;
	position: relative;
	min-height: 295px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
}
.ul-news-i li:last-child{
	/*width: 21%;*/
}
.ul-news-i li .txt{
	padding-left: 30px;
	padding-right: 58px;
}
.ul-news-i li .txt span{
	padding: 15px 8px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
}
.ul-news-i li .txt span em{
	display: block;
	font-size: 20px;
}
.ul-news-i li .txt h3{
	background-image: url(../images/in-_20.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
 .ul-news-i li:last-child .txt{
	/*padding-right: 0;*/
}
.ul-news-i li h3 a{
	color: #333;
	display: inline-block;
	padding: 20px 0;
}
.ul-news-i li  p{
	color: #bbbbbe;
	line-height: 20px;
}
.ul-news-i li .more{
	background: url(../images/more1.png) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top: 50px;
}
.ul-news-i li .pic2 img{
	width: 100%;
	display: block;
}
.ul-news-i li a .hover2{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-news-i li .hover2 b,.ul-news-i li .hover2 .txt,.news-img .hover2 b,.news-img .hover2 .txt{
	display: inline-block;
	vertical-align: middle;
}
.ul-news-i li .hover2 b,.news-img .hover2 b{
	width: 0;
	height: 100%;
}

.ul-news-i li .hover{

}
.ul-news-i li .hover .img{
	width: 100%;
	position: absolute;
	top: -165px;
	left: 7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-news-i li .hover .pad{
	padding: 0 27px 20px 27px;
	position: absolute;
	left: 7px;
	bottom: -148px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #000022;
	width: 92%;
}
.ul-news-i li .hover .img{
	height: 165px;
	width: 92%;
}

.ul-news-i li.on .hover .img{
	/*display: block;*/
	top: 0;
}
.ul-news-i li.on .hover .pad{
	bottom: 0;
}


.news-more{
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
}
.news-more a{
	display: inline-block;
	width: 178px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.news-more a:hover{
	background-color: #e4392a;
}

.ul-contact{
	font-size:16px;
	line-height: 30px;
}
.lxcontact-l{
	width: 40.3333%;
	float: left;
}
.lxcontact-r{
	width: 55%;
	float: right;
}

.contact-l{
	width: 33.3333%;
	float: left;
}
.contact-r{
	width: 62%;
	float: right;
}
.fd-wc{ }

.ul-contact li{
	background: url(../images/i_icon2.png) no-repeat;
	padding-left: 60px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 35px;
}
.ul-contact li.li1{
	background-position: 0 0;
}
.ul-contact li.li2{
	background-position: 0 -74px;
}
.ul-contact li.li3{
	background-position: 0 -184px;
}


.contact-form .inp{
	width: calc(100% - 22px);
	border: 1px solid #6d6d88;
	height: 33px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.contact-form textarea{
	width: 100%;
	border: 1px solid #6d6d88;
	height: 98px;
	margin-bottom: 24px;
}
.contact-form .sub{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #307bf8;
	border: 0;
	cursor: pointer;
	font-family:"微软雅黑","Microsoft Yahei";
	font-size: 16px;
}

.map{
	margin-top: 100px;
	position: relative;
}
.map em{
	background: url(../images/arr1.jpg) center top no-repeat;
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.map-s{
	background: url(../images/map_s.png) center top;
	height: 107px;
	text-align: center;
	overflow: hidden;
}
.map .btn{
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 132px;
	display: inline-block;
}
.map .btn-down{
	background: url(../images/map_down.png) no-repeat;
	width: 112px;
	height: 48px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 52px;
	margin-left: -50px;
	z-index: 99;
}
#map{
}
.map-pop{
	display: none;
	height: 540px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.map .map-bg1,.map .map-bg2{
	background: url(../images/ban_bg_top.png) no-repeat center 0;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 66;
}
.map .map-bg2{
	background-image: url(../images/map_bg2.png);
	height: 41px;
	bottom: 0px;
	top: auto;
}
.map-pop-big{
	height: 600px;
	bottom:auto;
	top: 0;
}
.map-big{
    height: 600px;
    margin-top: 0;
}


/*内页*/
#ban-in{
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	/*padding-top: 16%;*/
	height: 390px;
	margin-top:90px;
	text-align: center;
	background-size:cover;
}
#ban-in img{ margin-top:60px;}

#ban-in .ban-bg{
	background: url(../images/ban_bg.png) center top no-repeat;
	height: 54px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 60;
}

.pages{
	text-align: center;
	margin-bottom: 105px;
	margin-top: 20px;
}
.pages li{
	display: inline-block;
	width: 41px;
	height: 41px;
	background-color: #eaeaea;
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
	font-family: Arial;
	font-size: 18px;
	color: #666;
	margin: 0 4px;
}
/* .pages a{
	display: inline-block;
	width: 41px;
	height: 41px;
	background-color: #eaeaea;
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
	font-family: Arial;
	font-size: 18px;
	color: #666;
	margin: 0 4px;
} */
.pages a:hover,.pages .page-on,.pages li.current,.pages li:hover{
	background-color: #00a1e9;
	color: #fff;
}
.pages a.a-prev,.pages a.a-next{ background-color:#3c3c3c;color:#fff;}

.pages li.current a,.pages li:hover a{color:#fff;}

.ul-list{
	margin: 0 -15px;
}
.ul-list li{
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
.ul-list li .pic img{
	width: 100%;
	display: block;
	transform: perspective(800px) rotateY(0deg);
	transition: all 1s ease 0s;
	-moz-transform: perspective(800px) rotateY(0deg);
	-moz-transition: all 1s ease 0s;
	-webkit-transform: perspective(800px) rotateY(0deg);
	-webkit-transition: all 1s ease 0s;
	-o-transform: perspective(800px) rotateY(0deg);
	-o-transition: all 1s ease 0s;
	-ms-transform: perspective(800px) rotateY(0deg);
	-ms-transition: all 1s ease 0s;
	zoom:1;
}
.ul-list li:hover img{
	transform: perspective(800px) rotateY(-179.9deg);
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
}
.ul-list li .pad{
	padding: 0 15px;
}
.ul-list li .bor{
	border: 1px solid #e2e3e8;
}
.ul-list li:hover .bor{
	border-color: #e4392a;
}
.ul-list li .txt{
	padding: 20px 14px;
	line-height: 20px;
	color: #666;
}
.ul-list li .more{
	height: 42px;
	line-height: 42px;
	border-top: 1px dotted #e2e3e8;
	background-color: #f0f2f5;
	padding: 0 14px;
	display: none;
}
.ul-list li .more a{
	color: #e4392a;
}
.ul-list li .more a:hover{
	text-decoration: underline;
}
.ul-list li .title{
	height: 55px;
	margin-bottom: 20px;
}
.ul-list li .title span{
	float: left;
	border: 1px solid #e2e3e8;
	background-color: #f0f2f5;
	display: inline-block;
	text-align: center;
	padding: 6px 5px;
	margin-right: 15px;
}
.ul-list li .title span em{
	display: block;
	font-size: 16px;
}
.ul-list li .title h3{
	border-bottom: 1px solid #e2e3e8;
	overflow: hidden;
	height: 54px;
}

.hzt{ background: url(../images/hz1.png) left center no-repeat; text-indent:30px; font-size:18px; padding:10px 0px;}
.sub-nav{
	text-align: center;
	margin-bottom: 50px;
	margin-top: -18px;
}
.sub-nav ul li{
	display: inline-block;
	margin: 0 18px;
	font-size: 16px;
}
.sub-nav ul li a{
	padding-left: 14px;
	display: inline-block;
}
.sub-nav ul li a:hover,.sub-nav ul li.on a{
	background: url(../images/disc.jpg) left center no-repeat;
	color: #e4392a;
}

.ul-case{
	margin: 0 -15px;
}
.ul-case li{
	float: left;
	width: calc(33.3333% - 30px);
	margin:0px 15px 30px;
	overflow: hidden;
	position: relative;

}
.ul-case li .block{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ul-case li .pic{padding:15px;border:1px solid #ccc;}
.ul-case li:hover .pic{ background-color:#307bf8;}
.ul-case li:hover .pic img{border:1px solid #fff;}
.ul-case li .pic img{
	display: block;
	width: calc(100% - 2px);
	border:1px solid #ccc;
}
.ul-case li .txt{
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/alpha_blue_60.png) repeat;
	text-align: center;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	opacity:0;
}
.ul-case li .txt h5,.ul-case li .txt h3{color: #fff;}
.ul-case li .txt:hover{opacity:1;}
.ul-case li .txt b,.ul-case li .txt .pad{
	display: inline-block;
	vertical-align: middle;
}
.ul-case li .txt b{
	width: 0;
	height: 100%;
}
.ul-case li .txt h5{
	font-size: 16px;
}
.ul-case li .txt em{
	width: 45px;
	height: 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: 20px 0 40px 0;
}
.ul-case li .txt h3{
	font-size: 18px;
	margin-bottom: 40px;
}
.ul-case li .txt .more{
	width: 122px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	background-color: #e4392a;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}
.ul-case li .txt .more:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-case li.on .txt{
	top: 0;
}

/*关于*/
.about-info{
	font-size: 14px;
	line-height: 34px;
	color: #666;
	padding-bottom: 50px;
	margin-top: 20px;
}

.customer{
	background: url(../images/bg_3.jpg) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 54px;
	margin-top: 50px;
}
.ul-customer li{
	float: left;
	width: 20%;
}
.ul-customer li a{
	display: block;
	width: 100%;
	height: 87px;
	border: 1px solid #fff;
	text-align: center;
	border: 0;
}
.ul-customer li a b,.ul-customer li a img{
	display: inline-block;
	vertical-align: middle;
}
.ul-customer li a b{
	width: 0;
	height: 100%;
}
.ul-customer li a img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.ul-customer li a:hover{
	border: 1px solid #fff;
}

.team{
	padding-bottom: 95px;
}
.team .flexslider{
	position: relative;
}
.team .flexslider em{
	width: 10px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
}
.team .flexslider .slides li{
	/*background-position: 89% 0;*/
	height: 468px;
	/*background-repeat: no-repeat;*/
}
.team .flexslider li .txt{
	padding-top: 85px;
	font-size: 14px;
	line-height: 36px;
	width: 30%;
	float: left;
}
.team .flexslider li .txt h3{
	font-size: 30px;
	color: #63637f;
	padding-bottom: 25px;
}
.team .flexslider li .txt .more{
	width: 123px;
	height: 37px;
	border-radius: 5px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	border: 1px solid #63637f;
	color: #63637f;
}
.team .flexslider li .txt .more:hover{

	border: 1px solid #e85346;
	color: #e4392a;
}
.team .flexslider li .pic{
	float: right;
	position: relative;
	width: 70%;
	margin-right: -308px;
}
.team .flexslider li .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 1\0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)'\9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}
.team .flex-direction-nav{
	max-width: 1200px;
	margin: 0 auto;
	background: url(../images/line.jpg) repeat-x center center;
	height: 30px;
	text-align: center;
}
.team .flex-direction-nav li{
	display: inline-block;

}
.team .flex-direction-nav a{
	position: relative;
	width: 216px;
	height: 30px;
	text-align: center;
	background: url(../images/arr_t.png) center center no-repeat #63637f;
	border-radius: 10px;
	display: inline-block;
	opacity: 1 !important;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	top: 13px;
}
.team .flex-direction-nav .flex-prev{

}
.team .flex-direction-nav .flex-next{
	background-image: url(../images/arr_b.png);
	left: 10px;
}
.team .flex-direction-nav a:hover{
	background-color: #e4392a;
}
.flexslider .animated{
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 100\9;
	filter: alpha(opacity=100)\9;
}

/* .team .s1{
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

.team .s2{
	-webkit-animation-delay: .8s;
	-o-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s;
}
.team .s3{
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.team .s4{
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
} */

.ul-about li{
	/* [disabled]float: left; */
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	display: block;
	margin-bottom: 25px;
}
.ul-about li h3{
	font-size: 50px;
	color: #307bf8;
	line-height: 70px;
	border-bottom: 2px solid #307bf8;
	font-weight: bolder;
	font-family:'黑体';
}
.ul-about li em{
	display: inline-block;
	width: 45px;
	height: 0;
	border-bottom: 1px solid #7f7f90;
	margin-bottom: 20px;
	margin-top: 25px;
}
.ul-about li .block{
	position: relative;
	height: 235px;
	margin: 0 auto;
}
.ul-about li .block img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-about li.li1 .block{
	width: 150px;
}
.ul-about li.li2 .block{
	width: 215px;
}
.ul-about li.li3 .block{
	width: 252px;
}
.ul-about li.li1 .block,.ul-about li.li2 .block{
	padding-top: 30px;
}
.ab-l p{ text-indent:2em;}
.ab-l{
	float:left;
	width:73%;
	margin-right: 9%;
}
.ab-r{
	float:left;
	width:18%;
	text-align:center;
	margin-top: 40px;
}


/*动态详情页*/
.cur{
	line-height: 76px;
	font-family: "宋体";
	color: #666;
	background-color: #f8f9fa;
}
.cur1{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 31px;
}
.cur a{
	color: #666;
}
.article{
	color: #666;
	line-height: 30px;
	font-size:16px;
}
.article p{text-indent:2em;}
.article h1{
	font-size: 26px;
	color: #333;
	text-align: center;
	padding-top: 45px;
}
.article .time{
	line-height: 72px;
	border-bottom: 1px solid #999;
	text-align: center;
	margin-bottom: 25px;
}
.article .share{
	margin-bottom: 70px;
}
.article .share span{
	font-size: 14px;
	float: left;
	display: inline-block;
	line-height: 37px;
}


/*案例详情*/
.case-article{
	line-height: 30px;
	color: #666;
}
.case-article-bg{
	margin-bottom: 13%;
	margin-bottom: 5%\0 !important;
	background-position: top center\0 !important;
}
.case-article .case-logo{
	text-align: center;
	padding-top: 38px;
}

.case-article h1{
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
.case-article .btn{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.case-article .btn a{
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #e4392a;
	color: #fff;
	font-size: 14px;
	margin: 0 12px;
	border-radius: 5px;
}

.case-article .computer-bg{
	position: relative;
	text-align: center;
	background: url(../images/computer.png) center top no-repeat;
	transform: translateY(45.9%);
	-webkit-transform: translateY(45.9%);
	-moz-transform: translateY(45.9%);
	width: 70%;
	margin: 0 auto;
	margin: -32% auto 0 auto;
	-webkit-background-size: 100%;
	background-size: 89%;
	padding-top: 70%;
	margin:0 auto\0;
	padding-top: 50%\0;
}
.case-article .computer-bg img{
	position: absolute;
	left: 8.5%;
	top: 4%;
	width: 83%;
}
.case-article .case-back{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 90px;
}
.case-article .case-back a{
	display: inline-block;
	width: 178px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #63637f;
	color: #002;
	font-size: 18px;
	border-radius: 5px;
}
.case-article .case-back a:hover{
	background-color: #e4392a;
	color: #fff;
	border-color: #e4392a;
}
.art-prev,.art-next{
	width: 50%;
	height: 36px;
	float:left;
	margin:20px 0px;
}
.article-prev,.article-next{
	position: absolute;
	top: 50%;
	background: url(../images/article_prev.png) no-repeat;
	width: 36px;
	height: 66px;
	margin-top: -33px;
	left: 0;
	z-index: 2;
}
.article-next{
	background-image: url(../images/article_next.png);
	left: auto;
	right: 0;
}

.h50{
	height: 50px;
	overflow: hidden;
	clear:both;
}
.ul-webset li{
	float: left;
	width: 33.333%;
	text-align: center;
	height: 322px;
}
.ul-webset li .block{
	position: relative;
	height: 220px;
	margin: 0 auto;
}
.ul-webset li.li1 .block{
	width: 366px;
}
.ul-webset li.li2 .block{
	width: 316px;
}
.ul-webset li.li3 .block{
	width: 230px;
}
.ul-webset li .block img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-webset li h3{
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.ul-webset li .btn{
	background: url(../images/disc2.png) center center no-repeat #e60012;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	display: inline-block;
	margin-top: 30px;
}
.ul-webset li .btn:hover{
	opacity: .6;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.ul-webmap{display:block;}

.ul-webmap li{
	width: 100%;
	text-align: center;
	height: 1065px;
	display:block;
	margin: 0 auto;
}
.ul-webmap li .block{
	position: relative;
	height: 1065px;
	margin: 0 auto;
}
.ul-webmap li.li1 .block{
	width: 1500px;
	margin:0 auto;
	height: 1030px;
	background-image:url(../images/wd-bg.png);
	background-repeat:no-repeat;
	background-position: center center;
}

.ul-webmap li .block img{
	position: absolute;
	/* [disabled]left: 508px; */
	/* [disabled]top: 387px; */
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	max-width: 100%;
}
.ul-webmap li a{ text-align:center; overflow:hidden; display:block; }
.ul-webmap li a img{
	transition:All 0.8s linear;
	-webkit-transition:All 0.8s linear;
	-moz-transition:All 0.8s linear;
	-o-transition:All 0.8s linear;
	width:80%
}
.ul-webmap li a:hover img{
	border-color:#999;
	width: 100%;
transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2);
}
.ul-webmap li a .dtwen{
	display:none;
}
.ul-webmap li a:hover .dtwen{
	display:block;
	position:absolute;
	z-index:999;
	background-image: url(../images/wd-30.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	color:#fff;
	font-size:12px;
	text-align:left;
	padding:10px 10px 40px;
	transition:All 0.8s linear;
	-webkit-transition:All 0.8s linear;
	-moz-transition:All 0.8s linear;
	-o-transition:All 0.8s linear;
	width:180px;
}

.ul-webmap li a:hover .dtwen h3{ font-size:14px; border-bottom:1px solid #fff; color:#fff;}

/* .ul-webmap li h3{
	font-size: 24px;
	line-height: 34px;
	color: #333;
} */
.ul-webmap li .btn{
	background: url(../images/disc2.png) center center no-repeat #e60012;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	display: inline-block;
	margin-top: 30px;
}
.ul-webmap li .btn:hover{
	opacity: .6;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.ul-webmap{
}
.webset-pop{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f5f6fa;
	border: 1px solid #e4e5e7;
	z-index: 60;
	padding: 0 27px;
	padding-bottom: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	left: -100%;
	width: 100%;
	overflow: hidden;
}
.webset-pop h2{
	font-size: 20px;
	text-align: left;
	line-height: 66px;
}
.webset-pop h2 a.close{
	background: url(../images/close.png) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: 20px;
	left: auto;
	float: right;
}

.webset-pop .txt{
	width: 25%;
	margin-right: -10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.nowrap *{
	white-space: nowrap;
}
.webset-pop .txt h4{
	font-size: 20px;
	background: url(../images/icon1.png) left top no-repeat;
	padding-left: 60px;
	height: 40px;
}
.webset-pop .txt h4.tit-web1{
	background-image: url(../images/icon2.png);
}
.webset-pop .txt h4.tit-web2{
	background-image: url(../images/icon3.png);
}
.webset-pop .txt dl{
	padding-left: 57px;
}
.webset-pop .txt dl dd{
	font-size: 16px;
	line-height: 34px;
	background: url(../images/disc4.png) left center no-repeat;
	padding-left: 15px;
}
.bg-f{background: url(../images/map_s.jpg) left top no-repeat; padding-top:100px; background-color:#307BF8;}
.webset-pop .txt1{
	width: 50%;
}
.ul-webset li .ul-txt{
	padding-left: 57px;
	border: 0;
}
.ul-webset li .ul-txt li{
	width: 100%;
	text-align: left;
	height: auto;
}
.ul-webset li .ul-txt li h5{
	border: 0;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.ul-webset li .ul-txt li h5 a{
	padding-left: 15px;
	background: url(../images/disc4.png) left center no-repeat;

}
.ul-webset li .ul-txt li .txt-1{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 27px;
	padding-bottom: 15px;
	display: none;
}
.ul-webset li .ul-txt li.ok .txt-1{
	display: block;
}

..ul-web{
	background: url(../images/jjd.png) center center no-repeat;
	overflow: hidden;
	background-size: 100%;
}
.ul-web li{
	float: left;
	text-align: center;
	width: 25%;
	padding-left: 5%;
}
.ul-web li h3{
	display: inline-block;
	border: 1px dashed #358acb;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding: 0 17px;
	color: #358acb;
	font-size: 16px;
	margin-top: 20px;
}
.ul-web li .block{
	position: relative;
	height: 151px;
}
.ul-web li .block img{
	position: absolute;
	left: 20px;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-web li.li1 .block{
	width: 116px;
	left: 50%;
	margin-left: -70px;
}
.ul-web li.li2 .block{
	width: 151px;
	left: 50%;
	margin-left: -95px;
}
.ul-web li.li3 .block{
	width: 125px;
	left: 50%;
	margin-left: -85px;
}
.ul-web li.li4 .block{
	width: 195px;
	left: 50%;
	margin-left: -120px;
}


.bg-blue{
	background: url(../images/bg_4.png) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 100px;
}
.ul-tab{
	width: 193px;
	float: left;
	background: url(../images/line3.png) repeat-y 183px top;
	margin-right: 80px;
	padding-top: 45px;
}
.ul-tab li{
	margin-bottom: 50px;
}
.ul-tab li a{
	color: #666;
}
.ul-tab li h3{
	font-size: 20px;
	background: url(../images/circle.png) right center no-repeat;
}
.ul-tab li span{
	display: block;
	font-size: 14px;
	color: #999;
}
.ul-tab li.hover h3,.ul-tab li a:hover h3{
	background-image: url(../images/circle1.png);
	color: #e4392a;
}
.ul-tab li.hover span,.ul-tab li a:hover span{
	color: #e4392a;
}
.tab-show{

}
.tab-con{
	overflow: hidden;
}
.tab-con .animated{
	opacity: 0;
	filter: alpha(opacity=0);
}
.tab-show{
	height: 419px;
	overflow: hidden;
}
.web-con .shou{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.web-con .pic{
	float: right;
	position: relative;
	width: 139px;
	text-align: center;
	margin-top: 50px;
	margin-right: 40px;
}
.web-con .flex-control-nav{
	display: none;
}
.web-con .pic .img{
	/* position: absolute;
	left: 43px;
	top: 50px; */
	width: 139px;
	z-index: -1;
	display: inline-block;
}
.tab-con .txt{
	/*width: 66%;*/width: 84%;
}
.tab-con .pic{
	float: right;
	position: relative;
	width: 218px;
	text-align: center;
	margin-top: 50px;
}
.tab-con .pic .img{
	/* position: absolute;
	left: 43px;
	top: 50px; */
	width: 139px;
	z-index: -1;
}
.tab-con-box{
	width: 59%;
	float: left;
}
.tab-con .txt p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-bottom: 45px;
}
.ul-icon{
	/*padding-right: 50px;*/
	overflow: hidden;
}
.ul-icon li{
	width: 94px;
	height: 94px;
	border-radius: 100%;
	background-color: #e4e5e7;
	color: #666;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 0 17px;
	margin:  0 25px 30px 25px;
}
.ul-icon li b,.ul-icon li span{
	display: inline-block;
	vertical-align: middle;
}
.ul-icon li b{
	width: 0;
	height: 100%;
}

.service{
	background: url(../images/bg_5.png) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 63px;
}
.process{
	overflow: hidden;
}
.process .con{
	position: relative;
}
.animate-box,
.animate-box .con{
	width: 1200px;
}

.process .pad{
	padding-top: 26%;
}
.process img{
	position: absolute;
	left: 0;
	top: 0;
}
.process span{
	display: inline-block;
	color: #90a1b3;
	font-size: 16px;
	position: absolute;
}
.process span.s1{
	left: 0%;
	top: 0%;
}
.process span.s2{
	left: 4.6%;
	top: 0%;
}
.process span.s3{
	left: 1.6%;
	top: 22%;
}
.process span.s4{
	left: 1.6%;
	top: 65%;
}
.process span.s5{
	left: 9.5%;
	top: 42%;
}
.process span.s6{
	left: 20%;
	top: 65%;
}
.process span.s7{
	left: 27%;
	top: 50%;
}
.process span.s8{
	left: 38%;
	top: 89%;
}
.process span.s9{
	left: 49%;
	top: 15%;
}
.process span.s10{
	left: 57%;
	top: 89%;
}
.process span.s11{
	left: 77.5%;
	top: 64%;
}
.process span.s12{
	left: 94%;
	top: 4%;
}
.process em{
	position: absolute;
	background: url(../images/r1.png) no-repeat;
	display: inline-block;
	z-index: 60;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.process em.q1{
	width: 60px;
	height: 61px;
	left: 0;
	top: 40%;
}

.process em.q2{
	width: 57px;
	height: 57px;
	top: 42%;
	left: 19%;
	background-image: url(../images/r2.png);
}
.process em.q3{
	background-image: url(../images/r3.png);
	width: 62px;
	height: 56px;
	top: 68%;
	left: 38%;
}
.process em.q4{
	background-image: url(../images/r4.png);
	width: 86px;
	height: 86px;
	top: 29%;
	left: 47%;
}
.process em.q5{
	background-image: url(../images/r5.png);
	width: 63px;
	height: 59px;
	top: 68%;
	left: 57%;
}
.process em.q6{
	background-image: url(../images/r6.png);
	width: 51px;
	height: 51px;
	left:77%;
	top: 40%;
}
.process em.q7{
	background-image: url(../images/r7.png);
	width: 68px;
	height: 63px;
	left: 94%;
	top: 18%;
}


.ul-solution{
    overflow: hidden;
}
.ul-solution li{
	float: left;
	width:16.66666%;/*width: 15.67%;*/
	text-align: center;
	margin-bottom: 65px;
    position: relative;
}
.ul-solution li a{
	display: block;
	height: 140px;
	font-size: 16px;
	line-height: 30px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-solution li a span{
	display: block;
	background: url(../images/icon_solution.png) no-repeat;
	width: 102px;
	height: 102px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.ul-solution li a em{
	display: block;
	position: relative;
}
.ul-solution li.li1 span{
	background-position: -1px 0;
}
.ul-solution li.li2 span{
	background-position: -215px 0;
}
.ul-solution li.li3 span{
	background-position: -429px 0;
}
.ul-solution li.li4 span{
	background-position: -643px 0;
}
.ul-solution li.li5 span{
	background-position: -857px 0;
}
.ul-solution li.li6 span{
	background-position: -1070px 0;
}
.ul-solution li.li7 span{
	background-position: 0px bottom;
}
.ul-solution li.li8 span{
	background-position: -215px bottom;
}
.ul-solution li.li9 span{
	background-position: -429px bottom;
}
.ul-solution li.li10 span{
	background-position: -643px bottom;
}
.ul-solution li.li11 span{
	background-position: -857px bottom;
}
.ul-solution li.li12 span{
	background-position: -1070px bottom;
}
.ul-solution li a:hover span{
	background-image: url(../images/icon_solution_h.png);
}

.service-con .pic a:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.service-con .col-l,.service-con .col-r{
	width: 50%;
	float: left;
}
.service-con .tit-s{
	line-height: 100px;
	background: url(../images/disc3.png) left center no-repeat;
	padding-left: 14px;
	font-size: 18px;
}
.ul-service li{
	float: left;
	width: 50%;
	padding-right: 29px;
	margin-bottom: 30px;
}
.ul-service li .pad{
	font-size: 14px;
	padding: 14px;
	height: 148px;
	border: 1px solid #e5e5e5;
}
.ul-service li .pad p{
	max-height: 60px;
	overflow: hidden;
}
.ul-service li .pad span {
	display: block;
	overflow: hidden;
	clear: both;
}
.ul-service li .pad span i{
	display: block;
	font-style: normal;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 6px;
}
.ul-service li img{
	display: block;
	float: left;
	margin-bottom: 16px;
}

.ul-txt{
	border: 1px solid #e5e5e5;
}
.ul-txt li{
}
.ul-txt li h5{
    background: url(../images/jia.png) 95% center no-repeat;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
}
.ul-txt li .txt{
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    display: none;
    color: #666;
    height: 130px;
    padding: 0 14px;
}
.ul-txt li.ok .txt{
    display: block;
}
.ul-txt li.ok h5{
    background-image: url(../images/jian.png);
    border-bottom: 0;
}

.service-btn{
	text-align: center;
	padding: 55px 0;
}
.service-btn a{
	display: inline-block;
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e4392a;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 22px;
}
.service-btn a:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.case-img2 p{text-align: center;}
.searchbox{ width:60%; position:absolute; z-index:999; left:50%; margin-left:-30%; bottom:50px;}
.searchbox .searchinnerbox{width:100%;position:relative;margin:auto}
.inputbox{
	font-size:16px;
	width:80%;
	height:60px;
	border:none;
	text-indent:20px;
	outline:none;
	float:left;
	position:relative;
	margin-right:10px;
	background-image: url(../images/sosuo.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}
.butbox{
	font-size:16px;
	cursor:pointer;
	background:#317bf8;
	color:#fff;
	height:60px;
	width:18%;
	border:none;
	position:relative;
	float:left;
}
input::-webkit-input-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input:-moz-placeholder {
	color: #ccc;
}
input::-moz-placeholder {
	color: #ccc;
}
.cp-l{ float:left; width:calc(100% - 90px); }
.cp-r{ float:right;text-align:right;margin-top:5px; width:90px;}
.more{ border-radius:30px; padding:0px 10px; font-size:16px; border: 1px solid #317bf8; color:#317bf8;  }
.cpfl ul{ border-bottom:1px solid #ddd; }
.cpfl ul li{ display:inline-block; padding:0px 35px; text-align:center; line-height:40px; font-size: 16px;margin-right:10px;}
.cpfl ul li:hover{
	border-radius:0px 20px 0px 10px;
	background-color:#317bf8;
}
.slideGroup .parHd ul li.on a{color:#fff;}
.slideGroup{ width:100%;text-align:left;  }
.slideGroup .parHd{ position:relative; margin-bottom:16px; }
.slideGroup .parHd ul{ float:left; border-bottom:1px solid #ddd; }
.slideGroup .parHd ul li{ float:left;  padding:0px 30px; text-align:center; line-height:40px; font-size: 16px; cursor:pointer;
background-image:url(../images/line.png);
background-repeat:no-repeat;
background-position:center right;
}
.slideGroup .parHd ul li.on{ border-radius:0px 20px 0px 10px;
	background-color:#317bf8;
	background-image:none;
}
.slideGroup .slideBox{ overflow:hidden; zoom:1;position:relative;   }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }
.slideGroup .sNext{ left:auto; right:5px; background:url(../images/icoRight.gif) center center no-repeat #f4f4f4;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{float:left; _display:inline; overflow:hidden; text-align:center; position:relative;
}
.slideGroup .parBd ul li .pic{ text-align:center; overflow:hidden; }
.slideGroup .parBd ul li .pic img{ border-radius:40px 0px 40px 0px;display:block;
	transition:All 5s linear;
	-webkit-transition:All 5s linear;
	-moz-transition:All 5s linear;
	-o-transition:All 5s linear;width: 100%;
}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;width: 100%;
transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2);}
.slideGroup .parBd ul li .title{ line-height:40px; position:absolute; bottom:30px;background:rgba(0,0,0,0.6);right:0px;z-index:10;}
.slideGroup .parBd ul li .title a{color:#fff; padding:0px 20px; font-size: 16px; font-weight:bold;}
.slideGroup .parBd ul li .title a:hover{color:#f00;}
.kuang1{width:49%; margin-right:1%; float:left;}
.kuang2{width:50%; float:left;}
.kuang1 li{ margin-top:10px; width:100%;}
.kuang2 li{width:47%; margin:10px 1.5%;}
.about_l{ width:48%; margin-right:4%; float:left;}
.about_r{ width:48%; float:left;}
.jj-l{ float:left; width:calc(100% - 90px);}
.jj-l h1 span{ border-top:3px solid #121212; display:inline-block; padding-top:2px;}
.jj-l img {max-width:100%;}
.jj-w{ line-height:28px; margin:15px 0px;}
.jj-w p{text-indent:2em;}

.jj-w .at_bottom{
	padding: 20px 0px;
	border:1px solid #ccc;
	/* box-shadow:5px 5px 5px 5px #ccc; */
	border-radius:10px;
	margin-top:20px;
}
.jj-w .at_bottom p{text-indent:0em;}

.jj-w .at_bottom .ab_con{
    width: calc(25% - 1px);
    border-right: 1px solid #307bf8;
    text-align: center;
}
.jj-w .at_bottom .br-none{border-right:none;}

.jj-w .at_bottom .ab_con h5{
    font-size: 36px;
    color: #aaaaaa;
    margin-bottom: 40px;
    font-family: 'Conv_MYRIADPRO-LIGHTCONDIT';
}
.jj-w .at_bottom .ab_con .ab_num span{
	color: #307bf8;
	font-size: 30px;
	margin-bottom: 30px;
	font-family: "黑体";
	margin-right:3px
}
.jj-w .at_bottom .ab_con p{
    font-size: 16px;
    color: #aaaaaa;
    font-family: "Microsoft JhengHei";
}
.fl{float:left;}
.ul-hz-i{
	margin:0 auto 20px;
}
.ul-hz-i li{display:inline-block; margin:10px 10px;}
.ul-hz-i li img{
	height:80px;
	display: block;
	transform: perspective(800px) rotateY(0deg);
	transition: all 1s ease 0s;
	-moz-transform: perspective(800px) rotateY(0deg);
	-moz-transition: all 1s ease 0s;
	-webkit-transform: perspective(800px) rotateY(0deg);
	-webkit-transition: all 1s ease 0s;
	-o-transform: perspective(800px) rotateY(0deg);
	-o-transition: all 1s ease 0s;
	-ms-transform: perspective(800px) rotateY(0deg);
	-ms-transition: all 1s ease 0s;
	zoom:1;
}
.ul-hz-i li:hover img{
	transform: perspective(800px) rotateY(-179.9deg);
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
}
.lcbg{
	background-image:url(../images/a-2-2.png);
	background-repeat:repeat-y;
	background-position:center top;
	position: relative;
	padding:0px 15px;
}
.lcbg_1{
	/* background-image:url(../images/quan-2.png);
	background-repeat:no-repeat;
	background-position:right 20px;
	*/
	width:50%;
	padding-right:10px;
	float:left;
	position:relative;
}
.lcbg_2{
	width:50%;
	padding-left:10px;
	float:right;
	position:relative;
}
.lcbg_1 h3{background-image:url(../images/quan-2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.lcbg_2 h3{background-image:url(../images/quan-1.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.lcbg h1{
	font-size:30px;
	padding:0px 20px;
	line-height:60px;
	border-radius:0px;
	color:#317bf8;
	text-align:center;
}
.lcbg h3{
	font-size:60px;
	line-height:80px;
	color:#317bf8;
	text-align:center;
	/* border-bottom:2px solid #317bf8; */
	padding-bottom:8px;
}
.lcbg p{
	line-height:44px;
	font-size:24px;
}


.al-tit{ font-size:20px;text-align:center; line-height:42px;}

.case_bd{
  text-align: center;
  margin-top: 10px;
}
.case_bd ul{
 /*  margin-left: -32px; */
  overflow: hidden;
}
.case_bd li{
  width: 22%;
  float: left;
  margin:10px 0 0 3%;
}
.case_bd li:hover img {
  -moz-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
}
.case_bd li:hover h3,.case_bd li:hover span{
  color: #1eb9ee;
  transition: all ease-out .3s

}
.case_img {
  /* height: 400px; */
  overflow: hidden;
}
.case_bd li img{
  width: 100%;
  height: auto;
  transition: all ease-out .3s;
}
.case_info{}
.case_bd li h3{
  font-weight: normal;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
  color: #333;
  line-height:24px;
  height:50px;
}
.case_line{
  background: #1eb9ee;
  width: 100%;
  height: 5px;
  margin-top: 50px;
  position: relative;
}
.case_bd li span{
  font-size: 12px;
}
.case .more{
  margin-top: 77px;
}
/*pro css*/
.slider{ width:100%; position:relative; overflow:hidden; background:#fff; text-align:center
}
.slider .bd{ width:100%; margin:0 auto; }
.slider .bd li{ width:600px;  overflow:hidden;
}
.slider .bd li img{ display:block; width:600px; height:450px
}
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-300px !important
}
.slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center
}
.slider .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden;
	background:url(../images/slider-btn.png) 0 -10px no-repeat;
	margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6
}
.slider .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1
}
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:450px; cursor:pointer
}
.slider .prev{ left:-50%; margin-left:-300px
}
.slider .next{ left:50%;  margin-left:300px
}
.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:450px;
	background:#000; filter:alpha(opacity=50);opacity:0.5
}
.slider .pnBtn .arrow{ display:none;   position:absolute; top:0; z-index:1; width:60px; height:450px
}
.slider .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6
}
.slider .prev .arrow{ right:0; background:url(../images/slider-arrow.png) -120px 0 no-repeat
}
.slider .next .arrow{ left:0; background:url(../images/slider-arrow.png) 0 0 no-repeat
}
.ul-news{ margin:20px 0px; }
.ul-news dl{ border-bottom: 1px dashed #ccc;line-height: 30px;color:#666;font-size: 16px; padding: 20px 0px;}
.ul-news dl dt{width:calc(100% - 170px); float: left;margin-right: 20px; }
.ul-news dl dd{width:150px; float: right; text-align: right;}
.ul-news dl dt h3 {line-height:50px;}
.ul-news dl dt h3 a{ font-size: 20px; color: #333; }
.ul-news dl dt p{text-indent:2em;}
.ul-news dl dd h3{ color:#666;  line-height:50px; font-weight: normal;}
.ul-news dl dd h4{font-weight: normal;}
.ul-news dl dd h4 a{color:#666; }
.ul-news li{line-height: 36px;font-size: 16px; padding: 5px 3px;border-bottom: 1px dashed #cccccc;}
.ul-news li span{float: right;}

.ul-zhanhui{ margin:20px 0px; }
.ul-zhanhui dl{ line-height: 30px;color:#666;font-size: 14px; }
.ul-zhanhui dl dt{width:calc(100% - 220px); float: left;margin-right: 20px; }
.ul-zhanhui dl dd{width:200px; float: left; text-align: right;}
.ul-zhanhui dl dt h3 {line-height:50px;}
.ul-zhanhui dl dt h3 a{ font-size: 20px; color: #333; }
.ul-zhanhui dl dd h3{ color:#666; line-height:50px; font-weight: normal;}
.ul-zhanhui dl dd h4{font-weight: normal; line-height: 48px}
.ul-zhanhui dl dd h4 span{background-color: #204085; font-size: 40px; color: #fff; padding: 0px 20px;margin-right: 4px;}
.ul-zhanhui dl dd h4 a{color:#666; }
.newbox{margin-bottom: 10px; padding:15px 0px; border-bottom: 1px solid #ccc;}
.newbox .news-img{ width: 300px; float: left; margin-right: 30px}
.newbox .news-wen{ width: calc(100% - 330px); float: left; }

.lxbox{ margin:10px 0px 30px;}
.lx-l{ width:65%; margin-right:5%; float:left;}
.lx-r{
	width:26%;
	float:left;
	background-size:cover;
	background-image:url(../images/lx1.jpg);
	background-repeat:no-repeat;
	background-position:center  top;
	padding: 20px 2%;

}
.lx-r h3{ border-bottom: 1px solid #317bf8; font-size: 20px; color: #317bf8; line-height: 48px; }
.lx-r li{
	color:#000;
	font-size:16px;
	line-height: 34px;
	display: block;
	width: 100%;
}
.lxbox dl{
	margin-bottom:30px;
	font-weight: bold;
}
.lxbox dl dt{
	font-size: 36px;
	line-height:60px;
	color:#317bf8;
	border-bottom:3px solid #317bf8;
	display:inline-block;
	letter-spacing: 2px;
}
.lxbox dl dd{
	font-size: 24px;
	display:block;
	line-height: 56px;
	text-indent: 4em;
	color: #000;
}
.zpbox{border-top:8px solid #317bf8;border-bottom:8px solid #317bf8; padding: 4px 0px;}
.zpbox ul{width: 100%; margin: 0px auto;border-top:2px solid #317bf8;border-bottom:2px solid #317bf8;}
.zpbox li.tou{font-size: 24px;font-weight: bold;border-bottom:2px solid #317bf8;}
.zpbox li{ display: block; }
.zpbox li span{display:inherit; float:left; width: 20%;text-align: center; line-height: 40px; font-size: 16px; }
.zpbox li span a{background-color:#1b94e3;color: #fff; padding: 4px 10px; border-radius: 5px; }

.lybox{ margin:10px 0px 30px;}
.ly-l{ width: calc(50% - 10px); margin-left:10px; float:left;}
.lyb{text-indent: 30px;background-repeat:no-repeat;
	background-position:left center; background-size:25px 25px;}
.lybg1{background-image:url(../images/ly_08.jpg);}
.lybg2{background-image:url(../images/ly_10.jpg);}
.lybg3{background-image:url(../images/ly_14.jpg);}
.lybg4{background-image:url(../images/ly_15.jpg);}
.lybg5{background-image:url(../images/ly_18.jpg);}
.ly-c{margin-left:10px; margin-right: 20px;}
.zc-info{
	font-size: 14px;
	line-height: 34px;
	color: #666;
	padding-bottom: 50px;
	margin-top: 20px;
}
.zc-info p{ text-indent:2em;}
.ytbox{text-align:center; font-size:18px;}
.zc-l{ width:46%; float:left;margin-right:4%;}
.zc-r{ width:50%; float:left; font-size:18px;line-height:40px;}
.zc-c{border:1px solid #307bf8;}
.zc-c li{background-image:url(../images/zc-4.png);background-repeat:no-repeat;
	background-position:20px 28px; background-size:20px 20px;border:1px solid #307bf8; padding:20px 20px 20px 50px; line-height:36px;}
.zs_img {
  /* height: 400px; */
  overflow: hidden;
}

.jgbox { border-bottom:2px solid #307bf8; padding:20px 20px 20px;}
.jgbox .jl{float: left;margin-right: 30px}
.jgbox .jr{float: right;}
.jgbox .jl-img{ width: 300px; }
.jgbox .jl-wen{ width: calc(100% - 330px); font-size:16px}
.jgbox .jl-wen p{text-indent:2em; line-height:30px;}

.ul-jidi{ margin:20px 0px; }
.jgbox .jl-wen h3 {line-height:50px; margin-bottom:5px;}
.jgbox .jl-wen h3 span{background-color: #307bf8; font-size: 24px; color: #fff; padding: 5px 20px;margin-right: 4px;border-radius:10px;}

.stbox { padding:20px 20px 20px; border-radius:20px; background-color:#307bf8;color:#fff; line-height:30px; margin-bottom:30px;}
.stbox .stl{float: left;margin-right: 30px}
.stbox .str{float: right;}
.stbox  h3{ line-height:36px; margin:10px 0px;}
.stbox  h3 span{background-color:#fff;color:#307bf8;border-radius:10px;padding: 5px 20px;}
.stbox p{text-indent:2em;}
.stbox .stl-img{ width: 270px; }
.stbox .stl-wen{ width: calc(100% - 300px); font-size:16px;}
.stbox2{margin-bottom:40px;}
.stbox2 .stl{float: left;margin-right: 50px}
.stbox2 .str{float: right;}
.stbox2 .stl-img2{ width: 30%; }
.stbox2 .stl-wen2{ width: calc(70% - 50px); font-size:16px;}
.stbox2 h3{border-left:6px solid #307bf8;line-height:60px;padding-left:10px; line-height:36px;
	font-size:30px; margin-left:30px; margin-bottom:20px;color:#307bf8;}
.stbox2 h3 span{display:block; font-weight:normal;line-height:30px;font-size:20px;text-transform: uppercase;}
.stbox2 p{margin-left:40px; line-height:30px; margin-bottom:20px;text-indent:2em;}
.mbmap{display:none;}

.yunu-footer-fix,.m-lcbg{display:none;}

.qywh{ margin:10px 0px 30px;position:relative;height: 1167px; }
.wh-l{ width:45%; margin-right:5%; float:left;}
.wh-r{
	width:50%;
	float:left;

}
.wh-r li{
	background-image:url(../images/ab-3-3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:50px;
	margin-bottom: 30px;
	color:#000;
	font-size:26px;
	line-height: 44px;
}
.qywh dl{
	margin-bottom:30px;
	font-weight: bold;
}
.qywh dl dt{
	font-size: 36px;
	line-height:60px;
	color:#317bf8;
	border-bottom:3px solid #317bf8;
	display:inline-block;
	letter-spacing: 2px;
}
.qywh dl dd{
	font-size: 24px;
	display:block;
	line-height: 56px;
	text-indent: 4em;
	color: #000;
}

.qywh ul li{ width:232px; height:268px; background:url(../images/qi.png) no-repeat; text-align:center; float:left; margin-right:10px; padding-top:86px;}
.qywh ul li h2{ font-weight:normal; font-size:16px; color:#333; background:url(../images/qiheng.jpg) no-repeat bottom center; padding-bottom:10px; margin-bottom:13px;}
.qywh ul li h2 b{ font-weight:normal; color:#ed1b24;}
.qywh ul li p{line-height:24px;}
.qywh ul li:hover{ background:url(../images/qihong.png) no-repeat;}
.qywh ul li:hover h2{ color:#fff; background: url(../images/baigang.jpg) no-repeat bottom center;}
.qywh ul li:hover h2 b{ color:#fff;}
.qywh ul li:hover p{ color:#fff; }
.qywh .uyu{position: absolute;
    top: 430px;
    left: 121px;}

.qywh .uyu01{position: absolute;
    top: 640px;
    left:0;}

.qywh .uyu02{position: absolute;
    top: 850px;
    left: 363px;}
.zhounian{display: inline-block;vertical-align: text-bottom;height: 130px;padding-right:20px; margin-top:-60px;}