﻿
a:hover{
    color: #1B618B;
}
.all{
	min-width: 1210px;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.inside{
	width: 100%;
	height: 100%;
}
.content{
    position: relative;
	width: 1200px;
	margin:0 auto;
    text-align: center;
    overflow: hidden;
}

/*导航条*/
.daohang{
	width: 100%;
	height: 48px;
	background: #001a99;

}

.register{
	width: 145px;
	height: 35px;
	float: right;
	color: #fff;
	margin-top: 8px;
	font-size: 18px;
	background-color: #ff7006;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius:6px;         
}
.register a{
	display: block;
	color: #fff;
	margin:5px 15px;
	float: left;
}
/*导航条*/
.banner{
	width: 100%;
	height: 100%;
}
.banner img{
	width:100%;
	height:100%;
}
.Newest{
	background-color: #dfe0f4;
	color: #ff7d05;
	font-size: 16px;
	height: 46px;
	width: 100%;
	margin-top: -3px;
}
.Newest p{
	display: block;
	width: 1200px;
	margin:auto;
	line-height: 50px;
}
/*产品介绍*/
.content01{
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.four-coin {
	margin-top: 50px;
	height: 450px;
	width:240px;
	padding: 0 30px;
	float:left;
}
.clear{
	clear:both;
}
.four-coin div{
	float: left;
	width: 240px;
	color: #333333;
}
.four-coin-div{
	display: block;
	color: #333333;
	width: 237px;
	margin-left: 83px;
		transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.four-coin div h3{
	margin-top: 20px;
	font-size: 18px;
	
}
.four-coin div p{
	text-align: left;
	margin-top: 10px;
}
.four-coin div:hover{
	display: block;
	color: #ff7d05;
	margin-top: 20px !important;
	transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
/*产品介绍*/
/*产品优势*/
.content02{
	width: 100%;
	height: 750px;
	background-image: url(../images/bg01.jpg);
	text-align: center;
}
.content02 p{
	color: #fff;
	margin-top: 40px;
	margin-bottom: 70px;
}
.ys-top{
	margin:auto;
	width: 1200px;
}
.ys{
	float: left;
	display: block;
	width: 196px;
	height: 226px;
	background-image:  url(../images/Hexagon01.png);
	color:#ffffff;
		transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.ys h2{
	font-weight:500;
	margin-top: 55px;
}
.ys hr{
	width: 145px;
	filter:alpha(opacity:50); 
	opacity:0.5;  
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ys p{
	margin: 20px;
}
.ys:hover{
	float: left;
	display: block;
	width: 196px;
	height: 226px;
	background-image:  url(../images/Hexagon02.png);
	color:#ffffff;
	transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.bg-line{
	margin-top: -53px;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    height: 70px;
}
.bg-line div{
	background: url(../images/line01.png) no-repeat 50% 0;
    left: 0;
    top: 0;
    z-index: 100;
    min-width: 1200px;
    text-align: center;
    height: 70px;
}
/*产品优势*/
/*服务中心*/
.content03{
	width: 100%;
	height: 1360px;
	background-color: #fff;
	text-align: center;
}
.severce{
	width: 1200px;
	color: #333333;
	font-size: 14px;
	margin-top: 40px;
}
.severce-left{
	float: left;
	width: 330px;
	margin-top: 10px;
	height: 435px;
	text-align: right;
}
.severce-right{
	float: right;
		width: 330px;
	margin-top: 10px;
	height: 435px;
	text-align: left;
}
.severce-left li {
	margin-bottom: 110px;
}
.severce-right li {
	margin-bottom: 95px;
}
.severce-txt{
	margin-top: 50px;
	color: #1a30ff;
	line-height:24px;
	margin-bottom: 40px;
}
/*服务中心*/
.jionus{
	height: 180px;
	width: 100%;
	background: url(../images/join01.jpg) ;
}
.jionus div{
	width: 1200px;
	margin:0 auto;
}
.jionus div a{
	float: right;
	margin-right:200px;
	margin-top: 100px;
	color: #fff;
	padding: 8px 20px;
	border: 1px #ffffff solid;
	border-radius: 5px;
	font-size: 16px;
		transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.jionus div a:hover{
	float: right;
	margin-right:200px;
	margin-top: 100px;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 16px;
	background-color: #ffffff;
	color: #0054af;
		transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
/*为什么加盟闪速推*/
.content04{
	width: 100%;
	height: 700px;
	text-align: center;
	margin-top: -4px;
 	background: url(../images/bg02.jpg);
}
.join-advantage{
	width: 1200px;
	margin-top: 50px;
}
.join-advantage li{
	width: 240px;
	height: 432px;
	float: left;
	background: #000;
}
.alpha-li-60{
 		filter:alpha(opacity:60); 
	opacity:0.6;  
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.alpha-li-80{
 		filter:alpha(opacity:80); 
	opacity:0.8;  
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    -ms-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -webkit-transition: all ease-in-out .8s;
}
.join-advantage li:hover{
	width: 240px;
	height: 432px;
	float: left;
	background: #0054af;
	 		filter:alpha(opacity:100); 
	opacity:1;  
	-moz-opacity:1;
	-khtml-opacity: 1;
	transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.advantage01{
	width: 240px;
	height: 432px;
	margin-top: 110px;
	color: #fff;
}
.advantage01 img{
	margin-bottom: 40px;
}
.advantage01 hr{
	margin:20px 40px;
	opacity:0.6;  
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}
.advantage01-txt img{
	margin-bottom:20px;
}
.advantage01-txt hr{
	margin:20px 40px;
	opacity:0.6;  
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}
.advantage01-txt p{
	font-size: 15px  !important;
	line-height: 30px;
	padding: 20px;
	letter-spacing: 1px;
}
.advantage01:hover .advantage01-txt{ 
	width: 240px;
	height: 432px;
opacity: 1; 
	margin-top: 40px;
	color: #fff;
	letter-spacing: 5px;
	background: #0054af;
	top:4380px; 
position:absolute; 
opacity: 0; 
display: block; 
-webkit-transition: .5s; 
-moz-transition: .5s; 
} 
.cent{ 
height:432px; 
width:240px; 
} 
.cs{ 
width:240px; 
height:432px; 
background:#0054af; 
top:4300px; 
position:absolute; 
opacity: 0; 
display: block; 
transition: 0.3s; 
-webkit-transition: .5s; 
-moz-transition: .5s; 
} 
.cent:hover .cs{ 
	color: #656e73; 
	opacity: 1; 
} 
.cent img{
	margin:70px auto 60px auto;
}
.cent h3{
	color: #fff;
	margin-bottom: 20px;
}
.cent p{
    color: #ffffff;
    font-size: 15px;
    margin: 15px;
    line-height: 30px;	
}
.cent hr{
	margin:0 30px;
}
.cs img{
	margin:40px auto 25px auto;
}
.cs h3{
	color: #fff;
	margin-bottom: 10px;
}
.cs hr{
	margin:0 30px;
}
.cs p{
	color: #ffffff;
	font-size: 15px;
	margin:40px 15px;
	line-height: 30px;
}
/*为什么加盟闪速推*/
/*合作流程*/
.content05{
	width: 100%;
	height: 410px;
	text-align: center;
 background: #fff;
 margin:0 auto;
}
.lc li{
	width: 300px;
	float: left;
	text-align: center;
}
.lc li p{
	display: block;
}
/*合作流程*/
/*精彩案列*/
.content06{
	width: 100%;
	text-align: center;
 margin:0 auto;
	background: #005097;
	color:#ffffff;
}
.case{
	margin-top: 40px;
    margin-bottom: 50px;
    
}
.case li{
	float: left;
    width: 580px;
    margin: 20px 10px;
}
.case li h1{
	font-size: 18px;
	margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case li img{
	width: 580px;
	height: 187px;
    margin-bottom: 30px;
	box-shadow: 0 0 10px #fff;
}
.case li span{
    margin-top: 20px;
    color: #005097;
    padding: 8px 20px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.case li b{
    margin-top: 20px;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight:bold;
    background: #005097;
    font-size: 16px;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
/*精彩案列*/
/*关于我们*/
.content07{
	width: 100%;
	text-align: center;
 margin:0 auto;
	color:#ffffff;
background: url(../images/bg03.jpg) ;
height: 770px;
}
.aboutus{
	height: 460px;
	margin-top: 50px;
}
.aboutus-left{
	float: left;
	width: 385px;
	background: #fff;
	height: 460px
}
.aboutus-right{
	float: right;
	width: 790px;
	background: #fff;
	height: 460px;
}
.about-titile{
	display: block;
	height: 33px;
	padding-left: 50px;
	background-color: #dfdfdf;
	color: #666;
	text-align: left;
	font-size: 20px;
	padding-top: 5px;
}
.aboutus-left img{
	width: 385px;
	height: 205px;
}
.aboutus-txt{
	color: #666;
	line-height: 26px;
	margin:30px 25px 53px 30px;
	 transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	text-align: left;
}
.aboutus-txt:hover{
	margin:20px 25px 53px 30px;
	color: #005097;
	 transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.aboutus-right img{
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	width: 260px;
	height: 350px;
}
.noticelist{
	width: 455px;
	margin: 25px 25px 0px 25px;
	float: right;
	color: #999999;
	text-align:left;
}
.listxq{
	width: 350px;
	float: left;
}
.listxq h3{
    color: #333333;
    white-space: nowrap;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    width: 320px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listxq h3:hover{
	color: #005097;
	margin-left: 20px;
	transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.listxq hr{
	color: #666;
	width: 100%;
    border:1px dotted #d0d0d0 !important;
    margin: 10px 0;
}
.data{
	text-align: center;
	display: block;
	width: 90px;
	float: right;
	font-size: 70px;
	color: #666;
	font-weight: bold;
	margin-top:20px;
}
.data span{
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.list-title a{
	display: block;
	color: #333333;
	margin-top: 11px;
	transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.list-title{
	border-bottom: 1px dashed #dbdbdb;
}
.news_list{
	position: relative;
	overflow: hidden;
}
.news_list span{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
	text-align: right;
}
.list-title hr{
	color: #666;
	width: 100%;
    border:1px  dotted #d0d0d0 !important;
    margin: 10px 0;
}
.list-title a:hover{
	color: #005097;
}
.noticelist #get_more{
	border: 1px #005097 solid;
	color: #005097;
	font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
	background-color:transparent;
	margin-top: 10px;
}
/*关于我们*/
.img-style{
	width: 100%;
}
/*服务范围*/
.service{
	margin-top: 30px;
	text-align: left;
	margin-bottom: 50px;
}
.service li{
	float: left;
}
.service-left{
	width: 480px;
	height: 352px;
	border: 1px solid #dbdbdb;
}
.service-center{
	width: 278px;
	height: 307px;
	border: 1px #dad9d9 solid;
		padding: 15px 15px 30px 15px;
}

.service-left img{
	width: 100%;
	height: 130px;
}
.service-left-txt{
	padding: 10px;
	border-bottom: 1px solid #dbdbdb;
}
.service-left-txt img{
	width: 85px;
	height: 85px;
}
.service-left-txt a{
	float: right;
	width: 360px;
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-left-txt a p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-left-txt span{
	margin-top: 20px;
	display: block;
	font-size: 13px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	font-weight: normal;
	float: left;
}
.service-left-txt p:hover{
	color: #005097;
}
.service-left-txt:hover{
	color: #005097;
	box-shadow: 0 0 10px #a7a7a7; 
		transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.service-center hr{
	margin-top: 20px;
	background-color: #c7c6c6;
	height: 1px;
	border:none
}
.service-center-txt{
	margin-top: 20px;
}
.service-center-txt a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.service-center-txt img{
	width: 70px;
	height: 70px;
}
.service-center-txt p{
	float: right;
	width: 190px;
	display: block;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-center-txt p span{
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
white-space: normal;
}
.service-center-txt p:hover{
	color: #005097;
}
.service-center-list p{
	width: 278px;
	color: #666666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.service-center-list p:hover{
	margin-left: 10px;
	width: 278px;
	color: #005097;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
/*服务范围*/
.customlogo{
	margin-top: 50px;
}
.customlogo li{
	float: left;
	width: 210px;
	height: 100px;
	border: 1px #dad9d9 solid;
	margin-right: 35px;
	margin-bottom: 40px;
	line-height: 135px;
}
.customlogo li:nth-of-type(5n){
	margin-right: 0;
}
.customlogo li img{
	max-width: 210px;
	max-height: 100px;
	margin: auto;  
}
.joinus02{
	height: 82px;
	background: url(../images/bg04.jpg) no-repeat 100% 100%;
}
.joinus02 p{
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 80px;
}
.joinus02 div a{
	float: right;
    margin-top: 22px;
    color: #fff;
    padding: 8px 20px;
    border: 1px #ffffff solid;
    border-radius: 5px;
    font-size: 16px;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.joinus02 div a:hover {
    background-color: #ffffff;
    color: #0054af;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
/*footer*/
.bg-footer{
	background-color: #333333;
}
.foot-nav{
	padding: 30px 40px ;
}
.foot-nav li{
	display: block;

}
.foot-nav li a{
	float: left;
	color: #fff;
	font-size: 17px;
	margin-left: 70px;
	  transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.foot-nav li a:hover{
	color: #86c0ff;
	    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.bg-footer div hr{
	width: 1120px;
    background-color: #a9aba2;
    height: 1px;
    border: none;
}
.foot-left{
	width: 720px;
	float: left;
}
.foot-left img{
	float: left;
}
.foot-left div{
	float: right;
}
.foot-left div ul{
	float: left;
	margin-right:108px;
	margin-top: 20px;
	
}
.foot-left div ul li{
	margin-bottom: 15px;
}
.foot-left div ul li a{
	color: #ffffff;
	font-size: 14px;
	  transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.foot-left div ul li a:hover{
	color: #86c0ff;
	font-size: 14px;
	    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.font-size-18{
	font-size: 18px !important;
}
.foot-right{
	float: right;
	margin-top: 30px;
	border-left: 1px solid #a9aba2;
	width: 470px;
	text-align: left;
}
.foot-right p{
	float: left;
	margin-left: 70px;
	color: #ffffff;
}
.foot-right p a{
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}
.foot-right img{
	float: right;
}
.foot-hr{
		width: 100%;
    background-color: #fff;
    height: 3px;
    border: none;
    margin-bottom: 0px;
    margin-top: 40px;
}
.last{
	text-align: center;
	color: #fff;
	line-height: 30px;
}
/*footer*/
/*市场前景*/
.market{
	margin-top: 50px;
}
.market img{
	float: left;
	width: 530px;
	height: 230px;
}
.market-txt{
	float: right;
	width: 600px;
	text-align: left;
}
.market-txt h3{
	color: #ff7006;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}
/*市场前景*/
.joinus03{
	height:128px;
    background: url(../images/img13.jpg) no-repeat 100% 100%;
}
.joinus03 div a:hover {
    background-color: #ffffff;
    color: #0054af;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.joinus03 div a {
    float: right;
    margin-top: 50px;
    color: #fff;
    padding: 8px 20px;
    border: 1px #ffffff solid;
    border-radius: 5px;
    font-size: 16px;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
/*项目优势*/
.content-adv{
	margin-top: 10px;
	 background: url(../images/bg05.jpg) no-repeat ;
	 height: 818px;
}
.adv-bg{
	height: 550px;
	width: 1200px;
	background: url(../images/six.png) no-repeat center ;
	margin-top: 50px;
	color: #fff;
	font-size: 14px;
}
.adv-left {
	margin-top: 60px;
	width: 425px;
	float: left;
	text-align: right;
}
.adv-left li{
	margin-bottom: 150px;
	width: 300px;
}
.adv-right {
	width: 425px;
	float: right;
	text-align: left;
	margin-top: 60px;
}
.adv-right li{
	margin-bottom: 160px;
	width: 300px;
	float: right;
}
/*项目优势*/
/*加盟优势*/
.four-adv{
	margin-top: 50px;
}
.four-adv li{
	width: 280px;
	height: 520px;
	margin-left: 24px;
	border:1px solid #c6c6c6;
	margin-bottom: 50px;
	float: left;
	 transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.four-adv li h3{
	font-weight: normal;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 25px;
}
.four-adv li img{
width:280px;
height: 100px;
}
.four-adv li p{
	margin-top: 20px;
	text-align: left;
	padding: 0 17px;
	color: #666
}
.four-adv li:hover{
	width: 280px;
	height: 517px;
	margin-left: 24px;
	margin-bottom: 50px;
	float: left;
	border-bottom: 3px solid #0026a7;
	box-shadow: 0px 0px 18px #888888;
	 transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;

}
/*加盟优势*/
/*利润回报*/
.return{
	margin-top: 50px;
	margin-bottom: 50px;
}
.return li{
	float: left;
	width: 280px;
	height: 208px;
	color: #222222;
	font-size:14px;
	margin-left: 24px;
}
.return li p{
	font-size:14px;
	margin-top: 88px;
}
.return li h2{
	font-size:18px;
	margin-top: 10px;
	font-weight: normal;
}
.return01{
	background: url(../images/bg06.jpg) no-repeat ;
}
.return02{
	background: url(../images/bg07.jpg) no-repeat ;
}
.return03{
	background: url(../images/bg08.jpg) no-repeat ;
}
.return04{
	background: url(../images/bg09.jpg) no-repeat ;
}

/*利润回报*/
/*总部支持*/
.sup{
	margin-top: 50px;
	margin-bottom: 50px;
}
.sup li{
	float: left;
	width: 172px;
	height: 188px;
	margin-left: 33px;
	color: #f15a24;
	font-size: 20px;
}
.sup li p{
	margin-left: 33px;
	margin-top: 75px;

}
.sup01 {
	background: url(../images/bg10.jpg) no-repeat ;
}
.sup02 {
	background: url(../images/bg11.jpg) no-repeat ;
}
.sup03 {
	background: url(../images/bg12.jpg) no-repeat ;
}
.sup04 {
	background: url(../images/bg13.jpg) no-repeat ;
}
.sup05 {
	background: url(../images/bg14.jpg) no-repeat ;
}
.sup06 {
	background: url(../images/bg15.jpg) no-repeat ;
}
/*总部支持*/
/*代理级别*/
.level-bg{
	background: url(../images/bg16.jpg) no-repeat ;
}
.level{
}
.level li{
	width: 206px;
	height: 381px;
	float: left;
	margin-left: 145px;
}
.level li p{
	color: #fff;
	font-size: 18px;
	margin-top: 300px;
}
.level01{
	background: url(../images/bg16.png) no-repeat ;
}
.level02{
	background: url(../images/bg17.png) no-repeat ;
}
.level03{
	background: url(../images/bg18.png) no-repeat ;
}
/*代理级别*/
.support-logo li{
    float: left;
    width: 239px;
    height: 100px;
    border-right: 1px #dad9d9 dashed;
    line-height: 150px;
}
.hr-logo{
	margin-top: 20px;
    border-top : 1px dashed  #cecccd;
    border-bottom: none;
    height:1px;
    margin-bottom:20px;
}
.border-none {
	border-right: none!important;
}
.bg-fff {
	background-color: #fff;
	margin-top:20px;
	margin-bottom: 30px;
}
/*关于我们*/
.about-us p{
	display: block;
	width: 520px;
color: #666666;
text-align: left;
margin-left: 80px;
margin-top: 20px;
float: left;
}
.about-us div{
	float: right;
	width: 450px;
	height: 170px;
	background-color: #12affe;
}
.about-us div img{
	height: 170px;
	float: right;
	width: 395px;
}
.photo{
	margin-top: 20px;
}
.photo li{
	float: left;
	margin-left: 11px;
}
.photo01{
	width: 46px;
	height: 146px;
	margin-top: 113px
}
.photo01 img{
	width: 46px;
	height: 146px;
}
.photo02{
	width: 250px;
	height: 146px;
	margin-top: 113px
}
.photo02 img{
	width: 250px;
	height: 146px;
}
.photo03{
	width: 250px;
	height: 146px;
	margin-top: 113px
}
.photo03 img{
	width: 250px;
	height: 146px;
}
.photo04{
	width: 200px;
	height: 260px;
}
.photo04 img{
	width: 200px;
	height: 260px;
}
.photo05{
	width: 332px;
	height: 193px;
	margin-top: 65px;
}
.photo05 img{
	width: 332px;
	height: 193px;
}
.photo06{
	width: 64px;
	height: 68px;
	margin-top: 190px;
}
.photo06 img{
	width: 64px;
	height: 68px;
}
.photo-2{
	margin-top: 11px;
}
.photo-2 li{
	float: left;
}
.photo07{
	width: 250px;
	height: 146px;
	margin-left: 60px;
	
}
.photo07 img{
	height: 146px;
	width: 250px;
}
.photo08{
	width: 457px;
	height: 228px;
	margin-left: 11px;
	
}
.photo08 img{
	width: 457px;
	height: 228px;
}
.photo09{
	width: 250px;
	height: 300px;
	margin-left: 11px;
	
}
.photo09 img{
	width: 250px;
	height: 146px;
}
/*关于我们*/
/*我们的价值观*/
.values{
	margin-top: 50px;
}
.values li{
	padding-top: 30px;
	float: left;
	width: 240px;
	height: 316px;
	color: #868686;
	font-size: 14px;
	margin-left: 50px;
	text-align: left;
	    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.values li:hover{
	float: left;
	width: 240px;
	height: 316px;
	color: #868686;
	font-size: 14px;
	margin-left: 50px;
	text-align: left;
	box-shadow: 0px 0px 18px #d6d6d6;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.values li h2 img{
	margin-right: 10px;
}
.values li h2{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 20px;
}
.values li div{
		width: 200px;
}
.values li div img{
	float: left;
		margin-left: 20px;
		margin-bottom: 20px;
		margin-top: 20px;
		margin-right: 20px;
}
.values li div p{
	float: left;
	margin-top: 15px;
	width: 147px;
}
/*我们的价值观*/
.linkus{
	text-align: left;
	 margin-top: 30px;
	 display: block;width: 315px;
	 margin-left: 500px;
	 line-height: 24px;

}
/*总部支持*/
.bg-fff2{
	margin-top: -10px;
	background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.suppor{
	padding-top: 65px;
}
.suppor li{
    width: 960px;
    margin-bottom: 20px;
	margin-left: 120px;

}
.suppor01 img{
	float: left;
	width: 480px;
	height: 245px;
}
.suppor01 div{
	float: right;
	text-align: left;
	width: 430px;
}
.suppor01 div h2{
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-top: 70px;
}
.suppor01 div p span{
	font-size: 18px;
}
.suppor01 div p {
	line-height: 24px;
	color: #333
}
.suppor-hr{
	margin-top: 10px;
    border-top: 1px dashed #cecccd;
    border-bottom: none;
    height: 1px;
    margin-bottom: 10px;
}

/*总部支持*/
.suppor02 img{
	float: right;
	width: 480px;
	height: 245px;
}
.suppor02 div{
	float: left;
	text-align: right;
	width: 430px;
}
.suppor02 div h2{
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-top: 30px;
}
.suppor02 div p span{
	font-size: 18px;
}
.suppor02 div p {
	line-height: 24px;
	color: #333
}
.suppor-hr{
	margin-top: 10px;
    border-top: 1px dashed #cecccd;
    border-bottom: none;
    height: 1px;
    margin-bottom: 10px;
}
/*公司公告*/
.bg-fff3{
	background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.notice-left{
	width: 760px;
	margin-left: 30px;
	float: left;
	text-align: left;
	margin-top: 30px;
}
.notice-left h2{
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.notice-left hr{
	margin-top: 20px;
    background-color: #c7c6c6;
    height: 1px;
    border: none;
}
.img-bg{
	width: 760px;
	height: 168px;
	background-color: #005097;
	margin-bottom:30px;
}
.notice-left div img{
	width: 620px;
	height: 168px;
	float: left;
}
.notice-left-list li{
	height: 115px;
}
.notice-left-list li img{
	float: left;
	width: 70px;
	height: 70px;
}
.notice-left-txt{
	width: 640px;
	margin-left:30px;
	float: left;
	display: block;
	color: #666;
	    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.notice-txt-tit{
font-size: 16px; margin-bottom: 15px; color: #333;
width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}
.notice-txt{
	width: 640px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    font-weight: normal;
}
.notice-left-txt:hover{
	margin-left:50px;
	color: #005097!important;
	    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.page{
	margin-left: 300px !important;
}
.page li{
	float: left;
	margin-left: 15px;
	width: 35px;
	height: 35px;
	background-color: #e4ebf0;
	font-size: 16px;
	padding: 0 !important;
	text-align: center;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;

}
.page li a{
	padding: 5px 0 0 0 !important;
}
.page li:hover{
	background-color: #005097;
	color: #fff;
		    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.page li a{
	width: 35px;
	height: 30px;
	padding-top: 5px;
	display: block;
		    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.page li a:hover{
color: #fff;
	    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.notice-right{
	float: right;
	width: 345px;
	margin-top: 80px;
	text-align: left;
}
.notice-right h2{
	color: #0084e9;
	font-size: 20px;
	font-weight: normal;
}
.notice-right h2 img{
	margin-top: 15px;
}
.notice-right ul {
	margin-top: 20px;
}
.notice-right ul li img{
float: left;
margin-left: 10px;
}
.notice-right ul li div{
float: right;
    width: 260px;
    margin-top: 5px;
    color: #242424;
    margin-right: 40px;
}
.notice-right ul li div data{
	font-size: 18px;
}
.notice-right ul li div hr{
	width: 116px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #c7c6c6;
    height: 1px;
    border: none;
    margin-right: 165px;
}
.notice-right ul li div a{
	color: #242424;
	display: block;
	width: 260px;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #dbdbdb;
     transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.notice-right ul li div a:hover{
	color: #005097;
	display: block;
	margin-left: 20px;
	 transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}


/*
/*公司公告*/
#noticeContent p{
    line-height: 30px;
    margin-top: 30px;
}

.ww{
    width: 1024px;
    margin: 50px auto;
}
.floating {
    position: absolute;
    bottom: 0px;
}
.floating_text {
    margin: 130px 0 15px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}
.floating p {
    width: 200px;
    margin: 20px auto 0 auto;
    font-weight: bold;
    color: #fff;
}
.ourservice_m {
    overflow: hidden;
    position: relative;
    height: 375px;
}
.ourservice_no1 {
    background: url(../images/ourservice_no1.png) no-repeat;
    height: 325px;
    width: 241px;
    left: 11px;
}
.ourservice_no2 {
    background: url(../images/ourservice_no2.png) no-repeat;
    height: 325px;
    width: 241px;
    left: 264px;
}
.ourservice_no3 {
    background: url(../images/ourservice_no3.png) no-repeat;
    height: 325px;
    width: 241px;
    left: 517px;
}
.ourservice_no4 {
    background: url(../images/ourservice_no4.png) no-repeat;
    height: 325px;
    width: 241px;
    left: 769px;
}

.pad10{
    padding: 10px 0;
}
.news_left{
    position: relative;
    width: 850px;
    float: left;
    overflow: hidden;
}
.news_right{
    position: relative;
    width: 320px;
    float: right;
    overflow: hidden;
}
.news_left dt{
    text-align: left;
}
.news_left ul{
    margin: 30px 0 0 0;
    padding: 0;
}
.news_left ul li{
    list-style: none;
    padding: 18px 0;
    border-bottom: 1px dotted #CCC;
}
.news_left ul li a{
    position: relative;
    display: block;
    padding-left: 130px;
    color: #333333;
    overflow: hidden;
}
.news_left ul li a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 105px;
    height: 70px;
}
.news_left ul li a h2{
    position: relative;
    line-height: 35px;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
}
.news_left ul li a h2 .time{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: normal;
}
.news_left ul li a p{
	position: relative;
	height:38px;
	overflow: hidden;
    text-align: justify;
    font-size: 13px;
    line-height: 19px;
    text-indent: 2em;
}
.news_right .title{
    position: relative;
    padding: 11px 0;
    font-size: 18px;
    color: #1B618B;
    text-align: left;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}
.news_right .title i{
    font-size: 13px;
    color: #808080;
}
.news_right .view:after,
.news_right .tag:after{
    content: "";
    clear: both;
    display: block;
}
.news_right .view a{
    position: relative;
    display: block;
    margin: 10px 5px 10px 0;
    width: 75px;
    overflow: hidden;
    float: left;
}
.news_right .view a img{
    width: 75px;
    height: 75px;
}
.news_right .view a h3{
    width: 75px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_right .seo_news ul,
.news_right .other ul{
    margin: 0;
    padding: 0;
}
.news_right .seo_news ul li
.news_right .other ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_right .seo_news ul li a,
.news_right .other ul li a{
    display: block;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_right .tag a{
    position: relative;
    display: block;
    margin: 5px 10px 5px 0;
    float: left;
}
.content_detail h1{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.u-time {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.content_detail p{
    text-indent: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: justify;
}
.content_detail strong,
.content_detail b{
    font-weight: normal;
}
.next_pre{
    margin: 20px 0;
}
.next_pre .pre,
.next_pre .next{
    display: block;
    text-align: left;
}
.top-phone p {
 
    text-align: right;
    display: block;
    float: right;
    margin-top: 35px;
    letter-spacing: 2px;
}
.production_desc{
	width: 785px;
	margin:20px auto 0 auto;
}
.noticelist .get_more {
    border: 1px #005097 solid;
    color: #005097;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    background-color: transparent;
    margin-top: 30px;
}
.news_list p{
	position: relative;
	display: block;
	overflow: hidden;
	width :320px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pre,
.next{
	display: block;
	margin: 5px 0;
}
.info_wrapper{
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

.info_wrapper .time{
	float:left;
}
.info_wrapper .author{
	float:right;
}
.news_right .seo_news ul li{
	padding-left: 10px;
}
.text_left{
	text-align: left;
}
.content_detail img,
.content_detail p img{
    display: inherit;
	max-width: 50%;
	margin: 20px auto;
}
