@charset "utf-8";
body {min-width: 1180px;}
/*about zyr
 *2017-5-8
 *小顶网广州项目申报推广页
 */
.dgg_nav li a{position: relative;}
.dgg_nav li a i{
	position:absolute;
	width: 24px;
	height: 13px;
	background-position: -508px 0;
	right: -34px;
    top: -3px;
-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
/*banner  start*/
.inside-banner {
	width: 100%;
	min-width: 1180px;
	overflow: hidden;
	height: 500px;
	position: relative;
}
.inside-banner>.bd {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 500px;
}

.inside-dot {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 100%;
}

.inside-dot>ul {
	text-align: center;
}

.inside-dot>ul>li {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width: 13px;
	height: 13px;
	margin: 8px;
	background: #ccc;
	overflow: hidden;
	line-height: 9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.inside-dot>ul>li.on {
	background: #fff;
}
/*banner  end*/

/*优势 start*/
.bg-box{
	width: 100%;
	overflow: hidden;
	min-width: 1180px;
	background-color: #f7f7f7;
}
.adv-list{
	overflow: hidden;
}
.adv-list li{
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
}
.adv-list li span{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*
	display:inline; /* IE6、7 block 元素 */  
	*
	zoom:1;
	font-size: 14px;
	padding: 9px 0 0 12px;
	ght: 25px;
}
.adv-list li span font{
	font-size: 16px;
	color: #333;
}
.adv-list li i,
.adv-list li span{
}
.adv-icon{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*
	display:inline; /* IE6、7 block 元素 */  
	*
	zoom:1;
	width: 66px;
	height: 66px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	background: url("/skin/images/icon_03.png")/*images/icon_03.png*/ no-repeat;
	background-position:-2px 0;
}
.adv-icon.adv-icon2{background-position: -79px 0;}
.adv-icon.adv-icon3{background-position: -154px 0;}
.adv-icon.adv-icon9{background-position: -230px 0;}
.adv-list li p{
	font-size: 20px;
	color: #666;
	line-height: 27px;
	float: left;
	padding: 8px 0 0 0 ;
}
.adv-list li:hover i{
	transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	-webkit-transform: scale(0.95);
}
/*优势 end*/
/*认定的好处 start*/
.good-box{
	min-width: 1180px;
	overflow: hidden;
	padding: 35px 0;
}
.tijiao-box{
	min-width: 1180px;
	overflow: hidden;
	padding: 10px 0;
	background: #f7f7f7;
}
.tt-box{
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.tt-box h3{
	font-size: 30px;
	line-height: 32px;
	color: #333;
}
.tt-box span{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	margin: 8px 0 3px; 
	width: 400px;
	height: 1px;
	background: #e5e5e5;
	position: relative;
}
.tt-box font{
	width: 30px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom:0;
	text-align: center;
}
.tt-box font i{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	width: 10px;
	height: 10px;
	background: #01aeef;
	line-height: 10px;
}
.tt-box>p{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size:20px;
	color: #666;
	padding-top:7px;
	border-top: 1px solid #e5e5e5;
	line-height: 22px;
}
.team{
    margin: 25px 0px 25px 0px;
}
.office{
    margin: 25px 0px 25px 0px;
}
.honor{
    margin: 25px 0px 25px 0px;
}
.hezuo{
    margin: 25px 0px 25px 0px;
}
.good-list{
	width:1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 39px 40px 52px 40px;
}
.good-list li{
	float: left;
	text-align: center;
	width: 174px;
	margin-left: 55px;
	height: 375px;
	border-radius: 87px;
	padding-top: 15px;
	border: 1px solid #1caba6;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.good-list li:first-child{
	margin-left: 0 !important;
	border-color: #346896;
}
.good-list .good3{
	border-color: #f6af37;
}
.good-list .good4{
	border-color: #40b673;
}
.good-list .good5{
	border-color: #f05e4b;
}
.good-list li:hover{
	box-shadow: 0 0 20px rgba(28,171,166,0.5);
}
.good-list li:first-child:hover{
	box-shadow: 0 0 20px rgba(52,104,150,0.5);
}
.good-list .good3:hover{
	box-shadow: 0 0 20px rgba(246,175,55,0.5);
}
.good-list .good4:hover{
	box-shadow: 0 0 20px rgba(64,182,115,0.5);
}
.good-list .good5:hover{
	box-shadow: 0 0 20px rgba(240,94,75,0.5);
}
.good-list li i{
	width: 137px;
	height: 137px;
	background-position: 0 -71px;
	margin-bottom: 33px;
}
.adv-icon.adv-icon5{background-position: -137px -71px;}
.adv-icon.adv-icon6{background-position: -274px -71px;}
.adv-icon.adv-icon7{background-position: -411px -71px;}
.adv-icon.adv-icon8{background-position: -548px -71px;}
.good-list li b{
	font-size: 20px;
	color: #1caba6;
	line-height: 22px;
}
.good-list li:first-child b{
	color: #346896;
}
.good-list .good3 b{
	color: #f6af37;
}
.good-list .good4 b{
	color: #40b673;
}
.good-list .good5 b{
	color: #f05e4b;
}
.good-list li p{
	width: 134px;
	text-align: left;
	padding: 22px 20px 0 20px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.good-list li:hover i{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	margin-bottom: 30px;
}
.get-list>li:hover a{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;	
}
.btn-box{
	width:399px;
	height: 40px;
	margin: 0 auto;
	padding-left:15px;
	border: 2px solid #3c3c3c;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height:45px;
	position: relative;
	border-radius:2px;
}
.btn-box b{
	font-size: 20px;
	color: #3c3c3c;
	padding-left: 10px;
}
.get-btn{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	width:132px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height:42px;
	line-height:42px;
	text-align:right;
	padding-right: 35px;
	background: url("../images_yl/weixin.png")/*images/weixin.png*/ no-repeat #3c3c3c;	
	background-position: 34px center;
	position: absolute;
	border-radius: 0 3px 3px 0;
	right:-2px;
	top:0;
	border-radius:2px;
}
.get-btn:hover{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;	
}
/*认定的好处 end*/
/*八大领域企业可申请 start*/
.domain-box{
	padding: 49px 0;
	background-color: #f7f7f7;
}
.tt-box .colorfff{color: #fff;border-color: #fff;}
.tt-box .colorfff1{background: #fff;}
.tt-box .colorfff1 font{background: #4b4b4b;}
.domain-list{
	width: 992px;
	margin: 0 auto;
	padding-top: 29px;
	overflow: hidden;
}
.domain-list li{
	float: left;
	width: 203px;
	height: 193px;
	text-align: center;
	margin-left: 60px;
	margin-bottom: 64px;
	background: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.domain-list li:first-child,
.domain-list .margin-left{margin-left: 0 !important;}
.domain-list .margin-bottom {margin-bottom: 0;}
.domain-list li i{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	width: 100px;
	height:80px;
	background: url("../images_yl/domain-icon_03.jpg")/*images/domain-icon_03.jpg*/ no-repeat;
	margin: 28px 0 27px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}
.domain-list li .domain-icon2{background-position: -100px 0;}
.domain-list li .domain-icon3{background-position: -200px 0;}
.domain-list li .domain-icon4{background-position: -300px 0;}
.domain-list li .domain-icon5{background-position: -400px 0;}
.domain-list li .domain-icon6{background-position: -500px 0;}
.domain-list li .domain-icon7{background-position: -600px 0;}
.domain-list li .domain-icon8{background-position: -700px 0;}
.domain-list li p{
	font-size: 18px;
	color: #333;
	line-height: 20px;
}
.domain-list li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
}
.domain-list li:hover i{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	margin-bottom: 20px;
}
/*八大领域企业可申请 end*/
/*官方需求资料 start*/
.data-box{
	padding: 59px 0 45px;
}
.data-list{
	width: 100%;
	padding-top:40px ;
}
.data-list li{
	float: left;
	width: 580px;
	margin-left: 20px;
	overflow: hidden;
	background: #f6f6f6;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	margin-bottom: 20px;
}
.data-list li:first-child,
.data-list .data3{margin-left: 0 !important;}
.data-list li b{
	font-size: 60px;
	line-height: 130px;
	float: left;
	color: #666;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	padding: 0 38px 0 34px;
}
.data-list li p{
	font-size: 16px;
	color: #666;
	text-align: left;
	float: left;
	line-height:35px ;
	padding-top: 30px;
}
.data-list li p font{
	font-size:20px;
	color: #333;
}
.data-list li:hover{
	background: #fff;
	box-shadow: 0 0 21px rgba(0,0,0,0.1);
}
.data-list li:hover b{
	color: #01aeef;
}
/*官方需求资料 end*/

/*申请过程中 start*/
.ask-box{
	background: url("/skin/images/ask-bg_02.png")/*images/ask-bg_02.png*/ center bottom no-repeat #414141;
	height: 530px;
	padding: 35px 0 35px;
}
.ask-list{
	width:1100px;
	padding : 36px 40px 0 40px;
	overflow: hidden;
}
.ask-list li{
	width: 25%;
	text-align: center;
	float: left;
	color: #fff;
}
.ask-list .ask1{
	padding-top: 23px;
}
.ask-list .ask2{
	padding-top: 10px;
}
.ask-list li>span{
	font-size: 18px;
	line-height: 20px;
}
.ask-list li>p{
	font-size: 30px;
	line-height: 32px;
	padding: 8px 0;
}

.ask-coord>i,
.ask-coord>em,
.ask-coord>span{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
}
.ask-coord>span{
	width: 11px;
	height: 11px;
	background: url("/skin/images/yuan.png")/*images/yuan.png*/ no-repeat;  
	 animation: circle2 6s linear infinite;
    animation: scale_1 1.5s .5s linear both;
    -webkit-animation: circle2 5s linear infinite;
    -moz-animation: circle2 5s linear infinite;
    -ms-animation: circle2 5s linear infinite;
}
@keyframes circle2{
	from{
		transform: rotate(0) ;		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-webkit-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-moz-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-ms-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
@-o-keyframes circle2{
	from{
		transform: rotate(0);		
	}
	to{
		transform:  rotate(360deg);
	}
}
.ask-coord>i{
	width: 1px;
	height: 166px;
	background: url("/skin/images/shu1.png")/*images/shu1.png*/ center top no-repeat;  
	margin-top: -6px;
}
.ask-coord .ask-shu2{
	background: url("/skin/images/shu2.png")/*images/shu2.png*/ center top no-repeat;
}
.ask-coord>em{
	width: 58px;
	height: 22px;
	background: url("/skin/images/yx_07.png")/*images/yx_07.png*/ center top no-repeat;
	position: relative;
	top: -38px;
	-webkit-animation: dyamiuc_round 2.5s linear 0s infinite normal;
	-ms-animation: dyamiuc_round 2.5s linear 0s infinite normal;
	-moz-animation: dyamiuc_round 2.5s linear 0s infinite normal;
	-o-animation: dyamiuc_round 2.5s linear 0s infinite normal;
 	animation: dyamiuc_round 2.5s linear 0s infinite normal
}
.ask-coord .ask-shu3{
	top: -54px;
}
@-webkit-keyframes dyamiuc_round {
    0% { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0.3 }
    50% { -webkit-transform: scale(.8); transform: scale(.8); opacity: 1 }
    100% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.3 }
}
@-o-keyframes dyamiuc_round {
    0% { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0.3 }
    50% { -webkit-transform: scale(.8); transform: scale(.8); opacity: 1 }
    100% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.3 }
}
@-ms-keyframes dyamiuc_round {
    0% { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0.3 }
    50% { -webkit-transform: scale(.8); transform: scale(.8); opacity: 1 }
    100% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.3 }
}
@-moz-keyframes dyamiuc_round {
    0% { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0.3 }
    50% { -webkit-transform: scale(.8); transform: scale(.8); opacity: 1 }
    100% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.3 }
}
@keyframes dyamiuc_round {
    0% { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0.3 }
    50% { -webkit-transform: scale(.8); transform: scale(.8); opacity: 1 }
    100% { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.3 }
}
.ask-text{
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: -44px;
}
.ask-btn{
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}
.ask-btn a{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	float: left;
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #f05e4b;
	border-radius: 25px;
	margin-left: 40px;
}
.ask-btn a:first-child{
	margin-left: 0 !important;
	background: #01aeef;
}
.ask-btn a:hover{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;	
}
/*申请过程中 end*/
/*申报成功率 start*/
.win-box{
	padding: 49px 0 60px;
}
.win-list{
	width: 100%;
	padding:13px 0 48px ;
	overflow: hidden;
}
.win-list li{
	float: left;
	width: 283px;
	margin-left: 16px;
	text-align: center;
	border-radius: 10px;
	height: 425px;
	border-bottom: 5px solid #f59e48;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}
.win-list li:first-child{
	margin-left: 0 !important;
	border-color: #6ac0e0;
}
.win-list li i{
	display: block;
	margin: 30px auto;
	width: 131px;
	height: 131px;
	background: url("/skin/images/win-icon_03.png")/*images/win-icon_03.png*/ no-repeat;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}
.win-list li .win-icon2{background-position: -132px 0;}
.win-list li .win-icon3{background-position: -264px 0;}
.win-list li .win-icon4{background-position: -396px 0;}
.win-list li b{


	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	font-size: 20px;

	line-height: 22px;



	color: #333;
	padding-bottom: 21px;
	transition: all .6s inherit;
	-webkit-transition: all .6s inherit;
	-moz-transition: all .6s inherit;
	-ms-transition: all .6s inherit;
	-o-transition: all .6s inherit;
}
.win-list li p{
	width: 213px;
	height: 120px;
	padding: 0 30px 0 40px;
	text-align: left;
	font-size: 14px;
	line-height:24px;
	color: #666;
	transition: all .6s inherit;
	-webkit-transition: all .6s inherit;
	-moz-transition: all .6s inherit;
	-ms-transition: all .6s inherit;
	-o-transition: all .6s inherit;
}
.win-list li a{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*
	display:inline; /* IE6、7 block 元素 */  
	*
	zoom:1;
	width: 118px;
	height: 34px;
	line-height: 34px;
	border-radius: 0;
	margin-top: 10px;
	border: 1px solid #f59e48;
	font-size: 14px;
	color: #f59e48;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}
.win-list .win3{
	border-color: #90d15d;
}
.win-list .win4{
	border-color: #fd8469;
}
.win-list li:first-child a{
	border-color: #6ac0e0 !important;
	color: #6ac0e0 !important;
}
.win-list .win3 a{
	border-color: #90d15d;
	color: #90d15d;
}
.win-list .win4 a{
	border-color: #fd8469;
	color: #fd8469;
}
.win-list li:hover{
	background: #f59e48;
}
.win-list .win3:hover{
	background: #90d15d;
}
.win-list .win4:hover{
	background: #fd8469;
}
.win-list li:first-child:hover{
	background: #6ac0e0;
}
.win-list li:hover p,
.win-list li:hover b{
	color: #fff;
}
.win-list li:hover a{
	background: #fff;
	color: #f59e48;
}
.win-list li:first-child:hover a{
	color: #6ac0e0;
}
.win-list .win3:hover a{
	color: #89d043;
}
.win-list .win4:hover a{
	color: #f05e4b;
}
.win-list li a:hover{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;	
}
.win-list li i{
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.05);
}
/*申报成功率 end*/
/*项目申报服务流程 start*/
.flow-box{
	padding: 51px 0 48px;
	background: #f6f6f6;
}
.flow-list{
	width: 100%;
	padding-top:39px ;
	overflow: hidden;
}
.flow-list li{
	width: 9.09%;
	float: left;
	text-align: center;
}
.flow-list li p{
	font-size: 20px;
	color: #333;
	line-height: 22px;
	padding-bottom:15px;
}
.flow-list li img{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	width: 39px;
	height: 40px;
	margin-top: 64px;
}
.flow-list li i{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1;
	background: url("/skin/images/flow-icon.jpg")/*images/flow-icon.jpg*/ no-repeat;
	width: 95px;
	height: 143px;
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
}
.flow-list li .flow-icon2{background-position: -95px 0;}
.flow-list li .flow-icon3{background-position: -190px 0;}
.flow-list li .flow-icon4{background-position: -285px 0;}
.flow-list li .flow-icon5{background-position: -380px 0;}
.flow-list li .flow-icon6{background-position: -475px 0;}
.flow-list li:hover i{
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
}
/*项目申报服务流程 end*/
/*我们更具实力 start*/
.sl-box{
	padding-top: 59px;
}
/*我们更具实力 end*/
/*底部浮窗start*/
.open-query-fix {
	cursor: pointer;
	width: 273px;
	height: 139px;
	background: url("../images_yl/fix-open.png")/*images/fix-open.png*/ center no-repeat;
	background-size: 100%;
	position: fixed;
	left: -275px;
	bottom: 0;
	overflow: hidden;
	z-index: 300;
	-webkit-transform: translateZ(0px);
}

.open-query-fix div {
	line-height: 1.3;
	padding: 0 15px;
}

.open-query-fix .open-fix-span1 {
	font-size: 35px;
	font-weight: bold;
	color: #fff100;

	margin-top: 8px;
}

.open-query-fix .open-fix-span2 {
	font-size: 18px;
	color: white;
}
.brand-query-fix {
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0px;
	position: fixed;
	-webkit-transform: translateZ(0px);
	z-index: 300;
	overflow: hidden;
}

.brand-query-fix .fix-bg {
	width: 100%;
	height: 116px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images_yl/transparent70.png")/*images/transparent70.png*/ repeat;
}

.query-fix-main {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}
.brand-query-fix .fix-bg2 {
	position: relative;
	width:937px;
	height: 190px;
	background: url("../images_yl/brand-fix.png")/*images/brand-fix.png*/ no-repeat center right;
	top: 0;
	left: 70px;
}
.fix-center {
	width: 600px;
	text-align: center;
	position: absolute;
	left: 420px;
	height: 116px;
	top: 26px;
}
/*.fix-center>span{content: '';display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 100%;}*/

.fix-center>div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.fix-center .til {
	color: #fff100;
	font-size: 32px;
	font-weight: bold;
	padding: 5px 0 15px;
}

.fix-center form {
	overflow: hidden;
}

.fix-center form>div {
	float: left;
	width: 232px;
	height: 40px;
	background-color: white;
	text-align: left;
	margin-right: 7px;
}

.fix-center form>div input {
	padding: 11px;
}

.fix-center form>a.btn-zx {
	float: right;
	display: block;
	width: 118px;
	height: 40px;
	line-height: 40px;
	background-color: #fff100;
	color: #da5a00;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.colse-fix {
	position: absolute;
	height: 61px;
	width: 39px;
	background: url("../images_yl/fix-close.png")/*images/fix-close.png*/ center no-repeat;
    top: 94px;
    right: 80px;
}
/*底部浮窗end*/

.input-wrap {
  width: 1140px;
  height: 55px;
  margin: 15px auto 15px;
  position: relative;
}

.input-wrap span {float: left;line-height: 55px;font-size: 30px;margin-right: 10px;}

.input-wrap input {
  float: left;
  width: 345px;
  height: 55px;
  border: 2px solid #fb3d47;
  padding-left: 8px;
  box-sizing: border-box;
}

.input-wrap .br0 {
  border-right: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-wrap input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.input-wrap input::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.input-wrap input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.input-wrap .form-btn2 {
  float: left;
  width: 150px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ff1748;
  font-size: 18px;
  color: #fff;
}

.input-wrap .form-error {
  display: none;
  clear: both;
  font-size: 14px;
  color: #df0d0d;
  position: absolute;
  top: 20px;
  left: 505px;
  background-color: #fff;
}
.lingyu {
  width: 1200px;
  margin: 58px auto 0;
  overflow: hidden;
}

.lingyu .lingyu-item {
  float: left;
  width: 298px;
  height: 210px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 2px;
  margin-bottom: 2px;
}

.lingyu .lingyu-item .ly-btn {
  display: none;
  width: 160px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background: url("../images_yl/lingyu-btn.png") no-repeat 0 0;
  margin: 150px auto 0;
  text-align: center;
}

.lingyu .lingyu-item:hover .ly-btn {
  display: block;
}

.lingyu .lingyu-item.mar0 {
  margin-right: 0px;
}
.lingyu .lingyu-item.item1 {
  background: url("/skin/images/lingyu-01.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item2 {
  background: url("/skin/images/lingyu-02.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item3 {
  background: url("/skin/images/lingyu-03.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item4 {

  background: url("/skin/images/lingyu-04.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item5 {
  background: url("/skin/images/lingyu-05.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item6 {
  background: url("/skin/images/lingyu-06.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item7 {
  background: url("/skin/images/lingyu-07.jpg") no-repeat 0 0;
}

.lingyu .lingyu-item.item8 {
  background: url("/skin/images/lingyu-08.jpg") no-repeat 0 0;
}
#main {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  background: #3e41e1;
  margin-bottom: 35px;
  }

.bg {
  position: relative; }

.center {
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  top: 0px; }
.part9{	
height: 600px;	
background: url("/skin/images/anli1.png")/*images/ask-bg_02.png*/ center bottom no-repeat #414141;
}
.part1{	
height: 600px;	
background: url("../images_yl/team.png")/*images/ask-bg_02.png*/ center bottom no-repeat #414141;
}
.part2{	
height: 600px;	
background: url("../images_yl/office.png")/*images/ask-bg_02.png*/ center bottom no-repeat #414141;
}
.part3{	
height: 600px;	
background: url("../images_yl/honor.png")/*images/ask-bg_02.png*/ center bottom no-repeat #414141;
}
.part4{	
height: 600px;	
background: url("../images_yl/hezuo.png")/*images/ask-bg_02.png*/ center bottom no-repeat #414141;
}
.part9 .center img {
  position: absolute; }

.part9 .center .zixun04 {
  top: 400px;
  right: 160px;
  }
  .quanmian {
  width: 1200px;
  height: 300px;
  margin: 40px auto 40px;
}

.quanmian .quanmian-item {
  width: 280px;
  height: 300px;
  float: left;
  margin-right: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.quanmian .quanmian-item .zixun-btn {
  width: 122px;
  height: 30px;
  background-color: #ff1748;
  line-height: 30px;
  margin: 240px auto 0;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.quanmian .quanmian-item.item1 {
  background-image: url("/skin/images/quanmian-img1.jpg");
}

.quanmian .quanmian-item.item2 {
  background-image: url("/skin/images/quanmian-img2.jpg");
}

.quanmian .quanmian-item.item3 {
  background-image: url("/skin/images/quanmian-img3.jpg");
}

.quanmian .quanmian-item.item4 {
  background-image: url("/skin/images/quanmian-img4.jpg");
  margin-right: 0px;
}

.quick-register {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 12px;
  width: 200px;
  padding: 0;
}
.quick-register .register-content {
  padding: 25px 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.quick-register .header {
  background-color: #01c2ac;
  padding: 15px 0;
}
.quick-register .header .h1 {
  color: #fff;
  font-size: 16px;
  line-height: 200%;
}
.quick-register .h2.bold {
  font-size: 18px;
  color: #01c2ac;
  font-weight: bold;
  line-height: 150%;
  background: none;
}
.quick-register .h2 {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  line-height: 1;
  background: url(/images/n4/line_bg.png) center center no-repeat;
}
.quick-register .form-control {
  margin-top: 15px;
}
.quick-register p {
  font-size: 12px;
  color: #999;
  margin-bottom: 0px;
  margin-top: 5px;
}
.quick-register p.dark-gray {
  color: #666666;
}
.quick-register p span {
  color: #ff9000;
}
.quick-register input {
  height: 38px;
  line-height: 38px;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 0px;
}
.quick-register .submit-btn {
  font-size: 15px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #01c2ac;
  cursor: pointer;
  color: #fff;
  margin: auto;
  margin-top: 20px;
}
.quick-register .submit-btn.green-text {
  color: #01c2ac;
  border: 1px solid #01c2ac;
  background-color: #ecfffd;
}
.ffd_bg {
  background: rgba(0, 0, 0, 0.8);
}
#find_float_div {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 105px;
  z-index: 10000;
  left: 0px;
}
#find_float_div img {
  margin: 0;
  display: inline;
}
#find_float_div #ffd1 {
  height: 105px;
  width: 1200px;
  margin: 0px auto;
  position: relative;
}
#find_float_div #ffd1 #ffd1_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 275px;
  height: 150px;
}
#find_float_div #ffd1 #ffd1_content1 {
  margin-left: 285px;
  padding: 10px;
  box-sizing: border-box;
  width: 650px;
  float: left;
  padding-left: 40px;
}
#find_float_div #ffd1 #ffd1_content1 .find-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
#find_float_div #ffd1 #ffd1_content1 .find-title span {
  color: #FDEE00;
}
#find_float_div #ffd1 #ffd1_content1 input {
  width: 430px;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
}
.quick-register-static{
    margin-top: 12px;
}
#find_float_div #ffd1 #ffd1_content1 #recomend {
  width: 100px;
  line-height: 30px;
  height: 32px;
  color: white;
  border: none;
  background: #01C2AC;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
#find_float_div #ffd1 #ffd1_content2 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1px;
  background: #626F7D;
  float: left;
  height: 70px;
}
#find_float_div #ffd1 #ffd1_content3 {
  float: left;
  text-align: center;
  width: 200px;
  margin-left: 20px;
}
#find_float_div #ffd1 #ffd1_content3 p {
  color: white;
  margin-top: 15px;
  font-size: 22px;
}
#find_float_div #ffd1 #ffd1_content3 button {
  background: #FD8238;
  color: white;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 12px;
}
#find_float_div #ffd1 #ffd2_img {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
#find_float_div #ffd2 {
  display: none;
}
#find_float_div #ffd2 #show_float {
  cursor: pointer;
}
.tm-item-find {
  padding: 8px;
}
.tm-item-find .find_p {
  padding-bottom: 42px !important;
  color: #01c2ac;
  font-weight: bold;
  font-size: 17px;
}
.tm-item-find input {
  height: 30px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.tm-item-find .submit-btn {
  margin: 0 auto;
  color: #01c2ac;
  border: 1px solid #01c2ac;
  background-color: #ecfffd;
  text-align: center;
  padding: 5px 0;
}
.tm-item-find:hover {
  border-color: black;
}
.pay_container input {
  width: 100%;
  height: 37px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-indent: 10px;
  border: 1px solid #ddd;
}
.pay_container .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #17d2b7;
  margin-bottom: 10px;
}
.pay_container #go_pay {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background-color: #17d2b7;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.pay_container p {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px auto 0;
  width: 80%;
}
.pay_container p span {
  font-weight: bold;
  color: #fda544;
}

.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
.container {padding: 0 15px;width: 1200px;margin: 0 auto;}
.gaoqi-right {float: left;width: 100%; overflow:hidden;}
.gaoqi-right li {padding: 0 0 24px 0;border-bottom: 1px solid #ddd;margin-bottom: 25px; width:48%; float:left; margin-right:2%;}
.gaoqi-right li a {display: block;padding-right: 96px;position: relative;}
.gaoqi-right li h4 {margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url(images/quan.png) 0 center no-repeat;padding-left: 26px;font-weight: normal;font-size: 18px;}
.gaoqi-right li p {margin: 17px 0 0;height: 48px;line-height: 24px;color: #84858c;overflow: hidden;}
.gaoqi-right li .time {position: absolute;right: 0;top: 0;line-height: 1;color: #686868;text-transform: uppercase;text-align: center;}
.gaoqi-right li .time strong {display: block;color: #e50012;font-size: 40px;margin: 5px 0;}



.section {padding: 30px 0;}
.section-title {margin-bottom: 50px;font-size: 30px;font-weight: bold;text-align: center;}
.section-title .icon-hot {display: inline-block;text-align: left;background: url(../images/icon_hot04.png) left 8px no-repeat;padding: 0 0 0 95px;}
.section-title p {margin: 10px 0 0;font-weight: normal;font-size: 14px;color: #4c4b4b;}
.section-title-1 {margin-bottom: 50px;text-align: center;font-size: 30px;background: url(../images/yx07_title_bg01.png) no-repeat center / contain;position: relative;line-height: 104px;}
.section-title-1 span {display: block;font-family: Impact;line-height: 1;color: #e50012;font-size: 48px;position: absolute;left: 0;width: 100%;top: -22px;}
.section-title-1 small {display: block;color: #e50012;font-size: 18px;line-height: 1;position: absolute;left: 0;width: 100%;bottom: -7px;}