﻿/* 
* @Author: zty
* @Date:   2015-10-13 15:48:16
* @Last Modified by:   zty
* @Last Modified time: 2017-01-10 09:06:47
*/
/*初始化*/
html{ width:100%;}
*{ font-size:"微软雅黑";}
body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,form,input,dl,dt,dd{ margin:0; padding:0;}
body{ font: 14px/1.5 'microsoft yahei',arial,宋体; color: #333; overflow-x: hidden; }
a{ text-decoration:none; color: #fff;}
input:focus{ outline:none;}
ul{ list-style:none;}
img{ border:none;}
textarea{ resize:none;}
button:hover{ cursor:pointer;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix{ clear:both; overflow:hidden; height:0;}
.abs{ position:absolute;}
.rel{ position:relative;}
.content{max-width: 1200px;margin: 0 auto;}
.em{text-indent: 2em;}
.tac{text-align: center;}
.blod{font-weight: 700;}

/*初始化结束*/
.waper{
	position: relative;
	z-index: 10;
	background: #fff;
}
.nicescroll-rails{
	z-index: 20!important;
}
.built-list{
	width: 100%;
	max-width: 1280px;
	margin-bottom: 0;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 0;
}
.row>*{
	box-sizing: border-box;
}
#ascrail2000-hr{
	display: none;
	visibility: hidden;
}
/*header*/

.header { position: fixed; top: 0; left: 0; right: 0; background: #fff; padding: 0 105px; z-index: 9999999; box-shadow: 0 0 10px rgba(0,0,0,0.1); -webikit-transition : background 0.4s linear; -ms-transition : background 0.4s linear; transition : background 0.4s linear; display: block; height: 100px; }  /*default height 74px*/
		.header.fixed { top: 0; left: 0; right: 0; }
		.header .logo { position: absolute;  top: 15px; left: 105px; }
		.header .logo img{ height:80px}
		.header .functions { position: absolute; right: 105px; top:15px; line-height: 60px; padding: 0 15px;}
		.header .functions .lang { float: left; color: #b0b0b0; line-height: 74px; padding: 0 15px;}
		.header .functions .lang a { color: #666; font-size: 14px; display: inline-block; padding: 0 5px; }
		.header .functions .search { float: left; display: inline-block; padding: 0 15px; color:#666;font-size: 22px; }
		.header .functions .contact { float: left;  display: inline-block; padding: 0 15px; color: #666; font-size: 14px; font-weight: 500;}

		.header .functions .lang:hover .langlist { display: block; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
		.header .functions .langlist { background: #fff; position: absolute; top: 100%; left: 50%; width: 120px; margin-left: -60px; display: none;}
		.header .functions .langlist:before { content: '';display: block; left: 50%; bottom: 100%; width: 0; height: 0; border: 8px solid; border-color: transparent transparent #fff transparent; position: absolute; margin-left: -8px; }
		.header .functions .langlist a { display: block; float: none; color:#666; text-align: center; line-height: 45px; border-bottom: 1px solid #FF6600; }
		.header .functions .langlist a:hover { background: #FF6600; color: #fff; border-color:#292929; }

		.header .searchinput {position: absolute; left: 0; right: 0; top: 100%; background: #fff; text-align: center; border-top: 1px solid #eaeaea; padding: 30px 0; display: none;}
		.header .searchinput .inb { overflow: hidden; border-bottom: 1px solid #FF6600; }
		.header .searchinput input { float: left; line-height: 35px; background: none; padding: 0 10px; height: 35px;}
		.header .searchinput input[type="text"] { width: 400px; }
		.header .searchinput input[type="button"],
		.header .searchinput input[type="submit"] { font-size: 20px; color: #FF6600; }
		.header .searchinput .close { position: absolute; top: 20px; right: 20px; display: inline-block;line-height: 40px; width: 40px; text-align: center; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; font-size:20px; }
		.header .searchinput .close:hover { transform:rotate(-90deg);-webkit-transform:rotate(-90deg);color: #FF6600; }

		
				.header .menu { text-align: left; margin-top:15px; }
				.header .menu .menulist { display: inline-block; padding-left: 30%; }
				.header .menu .menulist li { float: left; }
				.header .menu .menulist li >a { display: block; line-height: 85px; font-size: 17px; padding: 0 24px; color: #404040; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; }

				.header .menu .menulist li:hover > a,.header .menu .menulist li.on>a { color: #FF6600; }
				.header .menu .menulist .sub { display: none; position: absolute; top: 70px; text-align: left; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; background: url(../images/arrow.png) no-repeat 30px top; padding-top: 20px; }
				.header .sub:before { content: '';display: block; position: absolute; top: 0px; height: 1px; background: #d9d9d9;display: none; }
				
			
				.header .sub .submenus {  display: block; background: url(../images/num1.png) repeat left top; overflow: hidden }
				.header .sub .submenus dl {float: left;  position: relative; z-index: 2; max-width: 260px; }
				.header .sub .submenus dd { padding-left: 20px; padding-right: 20px; }
				.header .sub .submenus dd a { display: block; font-size: 16px; line-height: 32px; color: #fff; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
				.header .sub .submenus dd a:hover { color: #FF6600; }
				.header .menu .menulist li:hover .sub { display: block; }

.menubtn { padding: 7px 0; display: none; width: 22px; position: absolute; z-index: 9999; top: 20px ; right: 20px; }
.menubtn i { height: 3px; background: #FF6600; border-radius: 3px;display: block; position: relative;}
.menubtn i:before { content: '';display: block; bottom: 100%; margin-bottom: 3px; position: absolute; left:0; right: 0; background: #FF6600; height: 100%; border-radius: 3px; }
.menubtn i:after { content: '';display: block; top: 100%; margin-top: 3px; position: absolute; left:0; right: 0; background: #FF6600; height: 100%; border-radius: 3px; }
@media screen and (max-width: 1600px) {
	.header { padding: 0 75px;  }
	.header .logo { left: 75px; }

    .header .functions {right: 75px;}
}
@media screen and (max-width: 1400px) {
	.header { padding: 0 50px; min-height: 90px; }
	.header .logo { left: 50px; }
    .header .functions {right: 50px;}
	.header .menu .menulist li >a { padding: 0 15px; }
	.header .menu .menulist .sub { padding: 10px 50px 30px 50px; }
	.header .sub .submenus dt { letter-spacing: 0; font-size: 14px; }
	.header .sub b { letter-spacing: 0; font-size: 15px; }


}
@media screen and (max-width: 1080px) {
	.header { padding: 0 20px; left: 0px; right: 0px; top: 0;}
	.header .logo {left: 20px; }
    .header .functions {right: 20px;}
	.header .sub .submenus dd a { font-size: 16px; line-height: 28px; }
	.header .menu .menulist li >a {padding: 0 10px; }
	.header .menu .menulist .sub { padding: 10px 20px 20px 20px; }
	.header .functions .lang a { font-size: 14px; }
	.header .functions .search { margin-left: 5px; padding: 0 5px; }
	.header .logo { top: 10px; }
	.header .menu .menulist li >a,
	.header .functions .search,
	.header .functions .login,
	.header .functions .contact,
	.header .functions .lang { line-height: 55px; }

    article.pro {padding-top: 56px;}
    .header .menu .menulist {padding-left: 30%;}
}
@media screen and (max-width: 900px) {

    .play_btn {display: none;}

	.header .functions .lang { display: none; }
	.menubtn { display: block; }
	.header .functions { right: 55px; }
	.header .functions .login { font-size: 16px; }
	.header .functions .search { font-size: 16px; }
	.header { height: 90px; }
	.header .menu { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid #eaeaea; display: none; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
	.header .menu .menulist { display: block; }
	.header .menu .menulist li { float: none; width: auto; }
	.header .menu .menulist li >a { line-height: 35px; text-align: left; padding: 0 20px; }
	.header .menu .menulist .sub { position: relative; top: auto; left: auto; bottom: auto; right: auto; padding: 10px 20px 0 20px; background: #FFFFFF; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; }
	.header .sub b,
	.header .sub:before { display: none; }
	.header .sub .submenus { width: auto; margin: 0; padding: 0;  }
	.header .sub .submenus dl { width: 50%; margin-bottom: 10px; }
	.header .sub .submenus dl:nth-child(2n+1) { clear: both; }
	.header .sub .submenus dt { background: none; margin-bottom: 6px; }
	.header .sub .submenus dd a { font-size: 16px; line-height: 28px; }
	.header .searchinput input[type="text"] { width: 250px; }
	.header .searchinput .close { display: none; }
}

.uikit_gradinentbg { background: #37b8ab;background: -moz-linear-gradient(left,  #37b8ab 0%, #3cc78d 100%);background: -webkit-linear-gradient(left,  #37b8ab 0%,#3cc78d 100%);background: linear-gradient(to right,  #37b8ab 0%,#3cc78d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b8ab', endColorstr='#3cc78d',GradientType=1 );  }
.uikit_clip { background: #37b8ab;background: -moz-linear-gradient(left,  #37b8ab 0%, #3cc78d 100%);background: -webkit-linear-gradient(left,  #37b8ab 0%,#3cc78d 100%);background: linear-gradient(to right,  #37b8ab 0%,#3cc78d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b8ab', endColorstr='#3cc78d',GradientType=1 );-webkit-background-clip: text; color: transparent;}
.growbtn {background: #37b8ab;background: -moz-linear-gradient(left,  #37b8ab 0%, #3cc78d 100%);background: -webkit-linear-gradient(left,  #37b8ab 0%,#3cc78d 100%);background: linear-gradient(to right,  #37b8ab 0%,#3cc78d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b8ab', endColorstr='#3cc78d',GradientType=1 ); box-shadow: 0 5px 30px #27c480; display: inline-block; /*text-shadow: 0 2px 4px rgba(48,71,64,.3);*/}
.growbtn2 {background: #45d6c8;background: -moz-linear-gradient(left,  #45d6c8 0%, #4bdb9f 100%);background: -webkit-linear-gradient(left,  #45d6c8 0%,#4bdb9f 100%);background: linear-gradient(to right,  #45d6c8 0%,#4bdb9f 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d6c8', endColorstr='#4bdb9f',GradientType=1 ); display: inline-block; /*text-shadow: 0 2px 4px rgba(48,71,64,.3);*/}


.items{ margin-bottom: 100px; margin-bottom: 10px; 
}
.items:before{
	content: "";
	display: block;
	clear: both;
}
.f-title h2{
	color: #000;
	font-size: 30px;
	line-height: 52px;
	font-weight: 700;
	zoom: 1;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}
.f-title p{
	color: #454545;
	font-size: 14px;
	line-height: 28px;
	margin-top: 5px;
}
/*solve*/
.fanan-bg{
	background: url(../images/bg1.jpg) no-repeat center top; background-size:100% 100%
}
.inner-box{
	margin-top: 50px;
}
.inner-box:after{
	content: "";
	display: block;
	clear: both;
}
.built-list li{
	height: 282px;
	padding-top: 64px;
	float: left;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.built-list li:nth-child(3n){
	margin-right: 0;
}
.circle-box{ padding-top: 80px; height: 136px; border: 1px solid #e6e6e6; position: relative; -webkit-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear; background: #F0F0F1; }
.circle-area{
	position: absolute;
	width: 170px;
	height: 132px;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.circle-box:hover .circle-area{
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.yellow{
	background-color: #ffb518;
}
.built-list a:nth-child(1) li .circle-area{
	background: url(../images/fa1.jpg) no-repeat left top;
}
.built-list a:nth-child(2) li .circle-area{
	background: url(../images/fa2.jpg) no-repeat left top;
}
.built-list a:nth-child(3) li .circle-area{
	background: url(../images/fa3.jpg) no-repeat left top;
}
.built-list a:nth-child(4) li .circle-area{
	background: url(../images/fa4.jpg) no-repeat left top;
}
.built-list a:nth-child(5) li .circle-area{
	background: url(../images/fa5.jpg) no-repeat left top;
}
.built-list a:nth-child(6) li .circle-area{
	background: url(../images/fa6.jpg) no-repeat left top;
}
.c-title-zh{
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
	line-height: 46px;
}
.c-title-en{
	color: #9b9797;
	text-align: center;
	line-height: 30px;
}
.c-title-adv{ font-size: 14px; color: #666; text-align: left; padding-right: 15px; padding-left: 15px; 
}
.circle-box:hover .c-title-adv,.circle-box:hover .c-title-en{
	opacity: 1;
	visibility: visible;
}
/*solve over*/

/*case*/
.case{background:url(../images/bg2.jpg) repeat center top; background-size:100% 100%}
.case-box{  padding: 0px; margin-top: 50px; min-height: 500px; }
.case-title{
	width: 1000px;
	margin: 75px auto;
}
.dot-list{
	position: absolute;
	left: 140px;
}
.dot-list li{
	float: left;
	margin-right: 135px;
}
.dot{
	width: 7px;
	height: 7px;
	background: #a8a8a8;
	border-radius: 50%;
	position: relative;
}
.dot:first-child:before{
	content: "";
	width: 121px;
	height: 1px;
	background: #a8a8a8;
	display: block;
	right: 14px;
	top: 3px;
	position: absolute;
}
.dot:after{
	content: "";
	width: 121px;
	height: 1px;
	background: #a8a8a8;
	display: block;
	left: 14px;
	top: 3px;
	position: absolute;
}
.dot-ready p{
	margin: 0!important;
	opacity: 1!important;
}
.nums{
	width: 23px;
	height: 23px;
	padding: 3px;
	background: rgba(168,168,168,0.2);
	border-radius: 50%;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.dot-list li:nth-child(2n+1) .nums{
	top: -40px;
}
.dot-list li:nth-child(2n) .nums{
	bottom: -40px;
}
.case-name{
	font-size: 18px;
	text-align: center;
	color: #333;
	width: 14em;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s linear;
}
.dot-list li:nth-child(2n+1) .case-name{
	
	top: -80px;
	
}
.dot-list li:nth-child(2n) .case-name{
	bottom: -80px;
}
.nums a{
	background: rgb(168,168,168);
	width: 23px;
	height: 23px;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s linear;
}
.js-name{
	color: rgb(209,18,27)!important;
}
.js-nums{
	background: rgba(209,18,27,0.2)!important;
}
.js-nums a{
	background: rgb(209,18,27)!important;
}

.pic-box{ background: #fff;  vertical-align: top; float: left; width: 32.48%; display: inline-block; 
}
.case-pic{
	display: block;
	width: 100%;
}
.case-list{ width: 100%;}
.case-list>ul>li{
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.case-list>ul>li.is-fadeIn{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	display: block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.case-inner img{
	display: block;
	width: 100%;
}
.case-inner{
	padding:36px 26px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.case-mobile>div>div{
	margin-bottom: 20px;
}
.case-mask{
	position: absolute;
	background: rgba(0,0,0,0.6);
	left: 26px;
	top: 36px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.case-inner:hover .case-mask{
	opacity: 1;
}
.case-qr-box{
	width: 35%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.case-qr-box a{
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}
.case-qr-box a:before{
	content: url(../images/icon_04.png);
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
.more{
	color: #8f8e8e;
	font-size: 14px;
}
.more:before{
	content: url(../images/icon_27.png);
	vertical-align: middle;
	padding-right: 5px;
}
.case-title-b{
	font-size: 18px;
	color: #373737;
}
.case-title-class{
	font-size: 14px;
	color: #747474;
}
.case-inf-box{ margin: 16px 25px 20px; 
}
/*case over*/

/*strength*/
.strength-box{ height: 600px; background: #06C url(../images/bg_01.jpg) no-repeat fixed center center; background-size: 100%; margin-top: 50px; 
}
.box-mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}
.strength-list li{
	height: 279px;
	padding-top: 40px;
	border-radius: 4px;
	top: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
	margin-top: 90px;
}
.strength-list li:before{
	content: "+";
	font-size: 60px;
	float: left;
	margin-left: -14%;
	margin-top: 45px;
}
.strength-list li:nth-child(1):before{
	content: "";
}
.icon-border{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 22px;
}
.icon-border img{
	display: block;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/*strength over*/

/*dynamic*/
.items[class~=dynamic]{
	height: 600px;
}
.dynamic-list li{
	float: left;
	width: 560px;
	height: 100px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 50px;
}
.dynamic-list li:nth-child(2n){
	float: right;
}
.dynamic-box{ margin-top: 50px; 
}
.date-ball{ width: 100px; height: 90px; padding-top: 10px; background: #0066CC; border-radius: 50%; text-align: center; float: left; margin-right: 14px; 
}
.day{
	font-size: 40px;
	line-height: 1.2;
}
.year{
	font-size: 16px;
}
.dynamic-title{
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2;
}
.dynamic-text{
	color: #666;
	line-height: 1.7;
	height:40px;
	overflow:hidden;
	text-indent:24px;
}
.jojo{
	color: #a1a1a1;
	line-height: 1.7;
}
.jojo:before{
	content: url(../images/heart_03.png);
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}
.block1{
	width: 5px;
	height: 4px;
	background: #d8d8d8;
	position: absolute;
	right: 0;
	bottom: 37px;
}
.line1{
	width: 1px;
	height: 36px;
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: #d8d8d8;
}
.line2{
	width: 268px;
	height: 1px;
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: #d8d8d8;
}
.block2{
	width: 4px;
	height: 5px;
	background: #d8d8d8;
	position: absolute;
	right: 268px;
	bottom: 0px;
}
/*dynamic over*/

/*map*/
.map-bg{
	background: url(../images/bg_02.jpg) no-repeat;
	background-size: 100% 100%;
	height: 600px;
	margin-top: 50px;
	overflow: hidden;
}
.p-name{
	font-size: 24px;
	font-weight: 700;
	border-bottom: 5px solid rgba(255,255,255,0.4);
	line-height: 2;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.province-list a{
	color: #606060;
	font-size: 14px;
	line-height: 1.7;
}
.province-list>li{
	margin-top: 30px;
}
.p-box{
	background: #fff;
	padding: 10px;
	height: 75px;
	width: 240px;
	opacity:0.7;
}
.p-box a{
	float: left;
	display: block;
	width: 60px;
}
.p-this{
	padding-right: 30px;
}
.video-list{
	margin-top: 25px;
}
.video-list li{
	margin-top: 24px;
}
.video-list img{
	border: 3px solid rgba(255,255,255,0.5);
}
.map-box{
	margin: 36px 0 0 15px;
	width: 634px;
	height: 537px;
}
.map-box .map-inner{
	display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
	opacity: 0;
}
.map-box .in{
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) rotateZ(0);
	-ms-transform: translateX(0) translateY(0) rotateZ(0);
	transform: translateX(0) translateY(0) rotateZ(0);
}
.china{
	-webkit-transform: translateX(-300px) translateY(-380px) rotateX(90deg) rotateY(60deg) rotateZ(-135deg) scale(0.6,0.6);
	-ms-transform: translateX(-300px) translateY(-380px) rotateX(90deg) rotateY(60deg) rotateZ(-135deg) scale(0.6,0.6);
	transform: translateX(-300px) translateY(-380px) rotateX(90deg) rotateY(60deg) rotateZ(-135deg) scale(0.6,0.6);
	/*background: url(../images/map_03.png) no-repeat;*/
	width: 634px;
	height: 537px;
}
.hlj{
	-webkit-transform: translateX(320px) translateY(-460px) rotateX(60deg) rotateY(60deg) rotateZ(-145deg) scale(0.6,0.6);
	-ms-transform: translateX(320px) translateY(-460px) rotateX(60deg) rotateY(60deg) rotateZ(-145deg) scale(0.6,0.6);
	transform: translateX(320px) translateY(-460px) rotateX(60deg) rotateY(60deg) rotateZ(-145deg) scale(0.6,0.6);
	/*background: url(../images/map_06.png) no-repeat;*/
	width: 555px;
	height: 553px;
}
.sx{
	-webkit-transform: translateX(-500px) translateY(-80px) rotateX(90deg) rotateY(60deg) rotateZ(-180deg) scale(0.6,0.6);
	-ms-transform: translateX(-500px) translateY(-80px) rotateX(90deg) rotateY(60deg) rotateZ(-180deg) scale(0.6,0.6);
	transform: translateX(-500px) translateY(-80px) rotateX(90deg) rotateY(60deg) rotateZ(-180deg) scale(0.6,0.6);
	/*background: url(../images/map_04.png) no-repeat;*/
	width: 277px;
	height: 550px;
}
.dl{
	-webkit-transform: translateX(300px) translateY(180px) rotateX(90deg) rotateY(60deg) rotateZ(120deg) scale(0.6,0.6);
	-ms-transform: translateX(300px) translateY(180px) rotateX(90deg) rotateY(60deg) rotateZ(120deg) scale(0.6,0.6);
	transform: translateX(300px) translateY(180px) rotateX(90deg) rotateY(60deg) rotateZ(120deg) scale(0.6,0.6);
	/*background: url(../images/map_05.png) no-repeat;*/
	width: 546px;
	height: 531px;
}
/*map over*/

/*industry*/
.industry-bg{
	height: 600px;
	margin-top: 50px;
}
.industry-canvas{
	width: 100%;
	height: 100%;
	background: #2d7de5;
	display: block;
	z-index: 0;
}
.my-frame{
	background: url(../images/icon_33.png) no-repeat;
	width: 741px;
	height: 376px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.inner-frame{
	width: 100%;
	height: 100%;
}
.frame-img{
	width: 490px;
	height: 310px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.frame-img:first-child{
	display: block;
}
.bubble{
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	z-index: 3;
	left: 50%;
	top: 50%;
	font-size: 16px;
	line-height: 2;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.bubble:hover{
	background: #4bd083;
}
.yixing-video{
	width: 124px;
	padding-top: 24px;
	height: 100px;
	margin: -175px 0 0 -525px;
}
.accounting{
	width: 152px;
	padding-top: 42px;
	height: 110px;
	margin: -70px 0 0 -380px;
}
.zhengyuan{
	width: 124px;
	padding-top: 30px;
	height: 94px;
	margin: 8px 0 0 -546px;
}
.qzl-trade{
	width: 136px;
	padding-top: 24px;
	height: 112px;
	margin: 90px 0 0 -382px;
}
.taekwondo{
	width: 140px;
	padding-top: 25px;
	height: 115px;
	margin: 185px 0 0 -518px;
}
.culture{
	width: 124px;
	padding-top: 24px;
	height: 100px;
	margin: -190px 0 0 400px;
}
.education{
	width: 124px;
	padding-top: 30px;
	height: 94px;
	margin: -90px 0 0 520px;
}
.puzheng{
	width: 124px;
	padding-top: 30px;
	height: 94px;
	margin: -10px 0 0 365px;
}
.travel{
	width: 140px;
	padding-top: 40px;
	height: 100px;
	margin: 80px 0 0 490px;
}
.customer-box{ background: #f2f2f2; height: auto; padding-top: 30px; margin-top: 30px; padding-bottom: 30px; 
}
.customer-area{
	width: 285px;
	
	background: #fff;
	border: 1px solid #dfdfdf;
}
.customer-img-box{
	height: 181px;
	overflow: hidden;
}
.customer-area img{ display: block; -webkit-transition: all 1s; transition: all 1s; width: 100%; height: 100%; 
}
.customer-area img:hover{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.c-company{
	padding: 0 15px;
	line-height: 47px;
	font-size: 14px;
	color: #333;
	display: block;
	border-bottom: 1px solid #dfdfdf;
}
.c-said{
	color: #666;
	font-size: 12px;
	height: 74px;
	padding: 10px 12px;
	border-bottom: 1px solid #dfdfdf;
}
.c-name{
	font-size: 14px;
	line-height: 44px;
	color: #666;
	margin-left: 10px;
}
.zan{
	color: #a1a1a1;
	font-size: 13px;
	line-height: 44px;
	margin-right: 10px;
}
.zan:before{
	content: url(../images/heart_03.png);
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}
.logo-list{ margin-top: 15px; 
}

.logo2-list{ margin-top: 15px; 
}


/*industry over*/
/*contact*/
.contact{
	background: #fff;
}
.icon-list{
	display: table;
	width: 100%;
	margin: 80px 0;
}
.icon-list li{
	display: table-cell;
	text-align: center;
	visibility: hidden;
	width: 25%;
}
.icon-list li i{
	background: #d1121b;
	border: 6px solid #e1e3e4;
	border-radius: 50%;
	color: #fff;
	font-size: 38px;
	height: 70px;
	padding: 20px 0 0 0;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 90px;
	display: inline-block;
}
.icon-list li i:hover{
	background: #f54124;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.qq:before{
	content: url(../images/i_06.png);
}
.bfs:before{
	content: url(../images/i_09.png);
}
.afs:before{
	content: url(../images/i_03.png);
}
.t400:before{
	content: url(../images/i_12.png);
}
.icon-list img{
	border-radius: 50%;
	border: 5px solid #e1e3e4;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.icon-t1{
	font-size: 18px;
	color: #5a5a5a;
	line-height: 38px;
	margin-top: 10px;
}
.icon-t2{
	font-size: 14px;
	color: #999;
}
.icon-list img:hover{
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
/*contact over*/

/*footer*/
footer{ padding-top: 10px; background: #323232; 
}
.big-title{
	font-size: 34px;
	color: #fff;
}
.baidu{
	font-size: 18px;
	line-height: 60px;
}
.tel-400{
	font-size: 28px;
	line-height: 60px;
}
.f14{
	font-size: 14px;
	line-height: 1.8;
}
.branch{
	width: 114px;
	background: #d1030d;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 18px 0;
	color:#FFF;
}
.qrcode-list li{
	float: left;
	margin-right: 25px;
	text-align: center;
	line-height: 46px;
}
.q-a{
	padding: 20px;
	width: 560px;
	height: 430px;
	background: #202020;
	margin-bottom:10px;
}
.q-a hr{
	height: 1px;
	background: #727272;
	border: 0;
}
.attention{
	color: #e6e6e6;
	line-height: 58px;
	font-size: 14px;
	border: 1px solid #727272;
	border-right: none;
	border-left: none;
}
.m-ipt input{
	width: 162px;
	height: 37px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #c0c1c1;
	color: #333;
}
.m-ipt li{
	margin-top: 38px;
	margin-right: 12px;
	float: left;
}
.m-ipt li:nth-child(2){
	margin-right: 0;
}
.q-title{
	margin-top: 16px;
}
.q-title-list:before{
	content: "";
	height: 10px;
	display: block;
}
.q-title-list li{
	width: 235px;
	margin-bottom: 5px;
	float: left;
}
.q-title-list input[type=checkbox]{
	margin-right: 12px;
}
.needed{
	margin-top: 5px;
}
.needed input{
	width: 423px;
	height: 37px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #c0c1c1;
	color: #333;
}
.q-a input[type=submit]{
	width: 255px;
	height: 43px;
	color: #fff;
	background: #d1121b;
	border: 1px solid #fe0f1a;
	margin-top: 20px;
	font-size: 18px;
	cursor: pointer;
}
.copyright{ background: #202020; padding-top: 21px; height: 72px; margin-top: 0px; color: #dededf; line-height: 2.4; text-align: center; 
}
.customer-list li{
	float: left;
	margin-right: 17px;
}
.customer-list li:last-child{
	margin-right: 0;
}

/*banner*/
.swiper-slide{
	height: 100vh!important;
	overflow: hidden;
}
/*banner*/
.phone_banner{
	display: none;
}
@media only screen and (max-width: 900px){
	.pc_banner{
		display: none
	}
	.phone_banner{
		display: block;
	}
	.allbanner{
		position: relative;
		height: 400px;
		overflow: hidden;
	}
}

.pc_banner{ margin-top: 85px }
.phone_banner{ margin-top:80px}

.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;z-index: 0;}
.slides{position:relative;z-index:1;}
.slides img{width:100%;}
.flex-control-nav{position:absolute;bottom:0px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:#fff;border-radius:100%;cursor:pointer;}
.flex-control-nav .flex-active{background:#005bac;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
/*index*/

/*案例蒙板*/
.img-mask{
	background: rgb(0,0,0);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.img-inner{
	margin: 0 auto;
	padding: 20px;
	width: 91%;
}
.img-box{
	width: 100%;
	position: relative;
}
.pic-box:hover .img-mask{
	opacity: 0.8;
}
.pic-box:hover .p10,.pic-box:hover .p11{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.p11,.p10{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.p11{
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}
.p10{
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}

/**/
.point i,.point s {
	display:block;
	width:100%;
	height:100%;
	border-radius:100%
}
.point s {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%)scale(.8);
	transform:translate(-50%,-50%)scale(.8);
	opacity:1;
	z-index:0;
}
.twinkle s {
	opacity:0;
	-webkit-transform:translate(-50%,-50%)scale(1.5);
	transform:translate(-50%,-50%)scale(1.5);
	-webkit-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	background: #4bd083;
}
s{
	background-color: rgba(255,255,255,0);
}

/**/
.bu-in{
	background: #4bd083;
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
.scrollup{
	width: 54px;
	height: 54px;
	position: fixed;
	right: 20px;
	bottom: 70px;
	display: block;
	background: #d1121b url(../images/back-top.png) no-repeat scroll 0 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	display: none;
}
.scrollup:hover{
	background: #000 url(../images/back-top.png) no-repeat scroll 0 -56px;
}

/*maps*/
.alert{
	position: absolute;
	width: 200px;
	height: 100px;
	background: #fff;
	border-radius: 5px;
	display: none;
}

/**/
.list-inner{
	width: 243px;
	padding-top: 40px;
	height:279px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}


/*zty*/
.dynamic-list li:hover .dynamic-title{ color: rgb(0,102,204) }
.dynamic-list li:hover .line1,.dynamic-list li:hover .line2,.dynamic-list li:hover .block1,.dynamic-list li:hover .block2{background: rgb(209, 18, 27)}

/*6.24*/
.borders{
	width: 50%;
	height: 100%;
}
.border-left{
	left: 0;
	top: 0;
	background: url(../images/border_01.png) no-repeat left top;	
}
.border-right{
	right: 0;
	bottom: 0;
	background: url(../images/border_02.png) no-repeat right bottom;
}
.red-bg{ background: #0066CC; left: 0; top: 100%; width: 243px; height: 319px; border-radius: 8px; 
}
.list-inner p{
	position: relative;
	z-index: 2;
}
.gif{
	animation: gif 0.4s infinite;
	-webkit-animation: gif 0.4s infinite;
}
@keyframes gif{
	from{
		transform: scale(0.15);
	}
	to{
		transform: scale(0.3);
	}
}
@-webkit-keyframes gif{
	from{
		transform: scale(0.15);
		-webkit-transform: scale(0.15);
	}
	to{
		transform: scale(0.15);
		-webkit-transform: scale(0.3);
	}
}
.h_tel{ margin-top:15px} 
.h_tel p{  padding-left:40px;font:14px/17px "microsoft Yahei"; color:#221300; overflow:hidden; background:url(../images/tel.png) no-repeat left top;}
.h_tel p span{ color: #1968A9; display: block; font: 24px/26px Impact; } 
