/*reset*/
*{
    box-sizing: content-box;
	padding:0;
	margin:0;
	border:0;
	font: 12px/1 "微软雅黑", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color:#fff;
}
ul li {
	list-style-type: none;
}
a{
	text-decoration:none;
}
/*public*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear{
	clear:both;
}
h1{
	font-size:14px;
}
h2{
	width:100%;
	font-size:46px;
	text-align:center;
}
.content{
	width:100%;
	background:#1056B5;
}
.content2{
	background:#094198;
	width:100%;
}
.title{
	width:100%;
	height:90px;
	padding-top:30px;
	background:url(title-bg.jpg) center;
}
.title2{
	width:100%;
	height:90px;
	padding-top:30px;
	background:url(title-bg2.jpg) center;
}
.title3{
	width:100%;
	height:90px;
	padding-top:30px;
	background:url(title-bg3.jpg) center;
}
/*head*/
.nav{
	width:100%;
	height:30px;
	background:#F7F5F3;
}
.nav-box{
	width:1200px;
	margin:0 auto;
}
.nav-box h1{
	line-height:30px;
	width:720px;
	float:left;
	color:#060702;
}
.nav-box a{
	float:right;
	font-size:14px;
	line-height:30px;
	color:#060702;
}
.banner{
	background:url(banner.jpg) no-repeat center;
	width:100%;
	overflow:hidden;
	height:523px;
}
.banner p{
	width:360px;
	height:35px;
	margin:435px auto 0;
	font-size:26px;
	font-weight:bold;
	color:#fff;
}
.suopiao{
	background:#123285;
	width:100%;
	height:80px;
	padding-top:20px;
}
.suopiao div{
	width:200px;
	height:60px;
	background:#B8051A;
	border-radius:15px;
	margin:0 auto;
}
.suopiao div a{
	display:block;
	width:100%;
	height:100%;
	font-size:36px;
	font-weight:bold;
	line-height:55px;
	text-align:center;
	color:#DDFF00;
}
/*about*/
.about{
	height:550px;
	background:#E5F6EE;
}
.title3 h2{
	color:#123285;
}
.about-box{
	width:1200px;
	margin:0 auto;
}
.about-box img{
	float:left;
}
.about-content{
	float:left;
	width:550px;
	height:340px;
	overflow:hidden;
	margin-left:50px;
	padding:10px 8px 8px 8px;
}
.about-content p{
	font-size:16px;
	text-indent:2em;
	color:#3B3038;
	line-height:24px;
	padding-bottom:24px	
}
/*promise*/
.promise{
	height:620px;
}
.promise-box{
	width:1200px;
	height:500px;
	border:5px solid #fff;
	border-bottom:0;
	margin:5px auto;
	padding:20px;
}
.promise-box ul li{
	width:280px;
	height:224px;
	float:left;
	margin:5px 10px;
}
.promise-box ul li img{
	width:280px;
}
.promise-box ul li div{
	width:100%;
	position:relative;
	top:-108px;
	left:0;
}
.promise-box ul li div h3{
	width:100%;
	font-size:36px;
	font-weight:600;
	text-align:center;
	color:#FEFEFF;
}
.promise-box ul li div p{
	font-size:14px;
	padding:8px 10px;
	text-align:center;
	line-height:18px;
	color:#FEFEFF;
}
/*advantage*/
.advantage{
	width:100%;
	padding:44px 0 74px; 
	background-color:#1056B5;
}
.pubW{
	width:1366px;
	margin:0 auto;
}
.advantage1{
	margin:30px auto 0 auto;
}
.advantage2{
	margin:40px auto;
}
.advantage3{
	margin:40px auto;
}
.advantage4{
	margin:40px auto;
}
.tran{
	position:relative;
	width:1135px;
	height:375px;
	border-radius:20px;
	overflow:hidden;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.tran:hover.tranlate{
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.tran:hover.box-shadow {
	-moz-box-shadow:0 10px 16px rgba(0,0,0,.5);
	-webkit-box-shadow:0 10px 16px rgba(0,0,0,.5);
	box-shadow:0 10px 16px rgba(0,0,0,.5);
}
.tran div{
	width:440px;
	position:relative;
	top:-335px;
	left:645px;
	padding:0 10px;
}
.tran div h3{
	height:60px;
	font-size:60px;
	font-weight:600;
	color:#000;
}
.tran div h3 span{
	width:40px;
	font-size:30px;
	display:inline-block;
	color:#EB1C25;
	font-weight:600;
}
.tran div h4{
	color:#EB1C25;
	font-size:48px;
	font-weight:600;
	margin:20px 0;
}
.tran div p{
	width:420px;
	margin-top:10px;
	line-height:28px;
	font-size:16px;
	color:#131311;
	text-align: justify;
}
/*process*/
.process{
	height:700px;
}
.process-box{
	width:1200px;
	margin:0 auto;
}
.process-box ul li{
	margin:0 19px 24px 0;
	width:366px;
	height:216px;
	float:left;
}
.process-box ul li div{
	width:210px;
	height:120px;
	position:relative;
	top:-150px;
	left:125px;
}
.process-box ul li div h3{
	font-size:34px;
	font-weight:600;
	color:#2B0C11;
	line-height:56px;
}
.process-box ul li div h3 span{
	color:#FFDE66;
	font-size:56px;
	font-weight:600;
	position:relative;
	top:10px;
}
.process-box ul li div p{
	color:#2B0C11;
	font-size:12px;
	margin-top:10px;
	line-height:18px;
}
.process-box ul li div p span{
	font-weight:bold;
	font-size:14px;
	color:#2B0C11;
	margin-left:5px;
}
/*guarantee*/
.safeguard .ensure{
	width:1132px;
	margin:0 auto; 
	margin-left:110px; 
	height:650px; 
}
.safeguard .ensure ul{
	width:1149px;
	margin:0 auto;
}
.safeguard .ensure li{
	float:left;
	width:287px;
	height:194px;
	margin-top:73px;
	text-align:center; 
}
.safeguard .ensure li i{
	display:block;
	width:121px;
	height:121px;
	margin:0 auto; 
	background:url(iconbg.png)  no-repeat;
}
.safeguard .ensure li h4{
	width:80%; 
	margin:0 auto;
	font-size:14px;
	line-height:25px;
	display:inline-block;
	margin-top:8px;
	color:#fff;
}
.safeguard .ensure li h3{
	font-size:23px;
	line-height:35px;
	display:inline-block;
	margin-top:8px;
	color:#fff;
}
.safeguard .ensure li.icon-1 i{
	background-position:0 -105px;
}
.safeguard .ensure li.icon-2 i{
	background-position:-140px -105px;
}
.safeguard .ensure li.icon-3 i{
	background-position:-280px -105px;
}
.safeguard .ensure li.icon-4 i{
	background-position:-420px -105px;
}
.safeguard .ensure li.icon-5 i{
	background-position:0 -245px;
}
.safeguard .ensure li.icon-6 i{
	background-position:-140px -245px;
}
.safeguard .ensure li.icon-7 i{
	background-position:-280px -245px;
}
.safeguard .ensure li.icon-8 i{
	background-position:-420px -245px;
}
.safeguard .ensure li.icon-9 i{
	background-position:-420px -245px;
}
/*road*/
.road{
	background-color:#094198;
}
.road .inner {
	width:1366px;
	margin:0 auto;
	padding:96px 34px 0 97px;
}
.road2{
	width:100%;
	height:802px;
	overflow:hidden;
	background:url(../images/ditu.png) no-repeat center center;
}
.road2 .lists {
	width:1165px;
	margin:40px auto 0;
}
.road2 .lists li {
	width:555px;
	float:left;
	margin:0 10px;
	display:inline;
}
.road2 .lists li i {
	display:block;
	width:269px;
	height:269px;
	border-radius:50%;
	margin:0 auto;
	position:relative;
	font-style:normal;
}
.road2 .lists li i:after {
	content:attr(data-txt);
	position:absolute;
	width:74px;
	height:74px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:74px;
	border-radius:50%; 
	background-color:#eb1c25;
	left:-23px;
	top:45px;
}
.road2 .lists li i img {
	width:269px;
	height:269px;
	border-radius:50%;
	overflow:hidden;
}
.road2 li h3 {
	font-size:35px;
	color:#ffd117;
	line-height:1.2;
}
.road2 li .txt {
	margin-top:28px;
	padding-left:15px;
}
.road2 li .txt h4{
	font-size:25px;
	color:#fff;
	line-height:1.2;
}
.road2 li span {
	font-size:24px;
	color:#fff;
	line-height:1.4;
}
/*foot*/
.foot{
	background:#E5F6EE;
	margin-top:-100px;
	padding-top:30px;
}
.foot-img{
	margin-top:10px;
	width:100%;
	background:#282828;
}
.foot-img1{
	margin:0 auto;
	width:1200px;
	height:110px;
}
.friendlink{
	width:1200px;
	margin:2px auto;
	padding-bottom:20px;
}
.friendlink p{
	color:#fff;
	font-size:14px;
	line-height:30px;
	padding:0 5px;
}
.friendlink p a{
	color:#fff;
	font-size:14px;
	display:inline-block;
	margin-right:10px;
}
.foot-nav{
	text-align:center;
	color:#363638;
	margin-top:30px;
}
.foot-nav a{
	display:inline-block;
	color:#363638;
	border-right:1px solid #363638;
	padding:0 5px;
	font-size:14px;
}
.foot-nav a:last-child{
	border:0;
	display:inline-block;
	color:#363638;
	padding:0 5px;
	font-size:14px;
}
.banquan p{
	text-align:center;
	color:#000704;
	font-size:14px;
	padding:5px 0;
}
