@charset "utf-8";
/* CSS Document */
*{ list-style:none; padding:0px; margin:0px;}
body{
    font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,sans-serif,"宋体";
}
#website{
margin:0 auto;
background:center;
width:100%;
	}
.nav-box{
    width: 100%;
}
.logo{
    width: 200px;
    margin-top:44px;
    float: left;
}
.logo-left{
    color:#151515;
}
.logo-right{
    color:#cc2727;
}
.nav-con{
    width: 1200px;
    height:120px;
    margin:0 auto;
    position: relative;
}
.nav-list{
    float: left;
}
.nav-list li{
}
.nav-list li a{
    color:#000;
    text-decoration: none;
    font-size: 18px;
    line-height:120px;
}
.nav-list img{

}
.nav-list li a:hover{
    color:#2883c4;
}
.nav-right{
    height:30px;
    float: right;
}
.number{
    line-height:120px;
    float: left;
}
.number img{
    display:inline-block;
}
.number p{
    display:inline-block;
    font-size: 18px;
    margin-left:10px ;
    color:#000;
}
/* banner开始 */
#website .banner{
	width:100%;
	height:480px;
	background:url(../images/4_banner.png)  center center no-repeat;
	position:absolute;
	}
.banner-con-wrap{
     width:1000px;
    height:340px;
    margin:auto;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom:0;
}
.banner-form{
   width:303px;
   height:250px;
   background-color:#fff;
   position: absolute;
   right:6px;
   top:-5px;
   border-radius:5px;
   margin-top:40px
}
/*别忘了
.banner-form:hover{
    -webkit-transition:show 0.3s ease;
    box-shadow:5px 5px 5px #717171;
}*/
.form-tit{
    width:260px;
    height:50px;
    margin:0 auto;
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.form-tit-text{
    line-height: 30px;
    font-size: 18px;
}
.form-line{
    width:50px;
    height: 1px;
    background-color:#a0a0a0;
    position: absolute;
}
.form-line-left,.form-line-right{
    top: 26px;
}
.form-line-left{
    left: 4px;
}
.form-line-right{
    right: 4px;
}
.form-tit-sub{
    font-size: 14px;
    /*color:#acabab;*/
    margin-top: -3px;
}
.banner-group{
    width: 300px;
    height:auto;
    margin:0 auto;
    padding-top: 15px;
}
.banner-list{
    width:236px;
    height:33px;
    margin:0 auto;
   margin-bottom:20px;
}
.banner-input{
    width:236px;
    height:33px;
    border-radius:5px;
    outline:none;
}
.banner-user{
    background:url(../images/user-name.png) 10px center no-repeat;
    border:1px solid #c9c9c9;
}
.banner-phone{
        background:url(../images/mobilephone.png) 10px center no-repeat;
        border:1px solid #c9c9c9;
		margin-top:10px;
}
.banner-message{
    height:33px;
    background:url(../images/message.png) 10px 10px no-repeat;
    font-family:"Microsoft Yahei";
    border:1px solid #c9c9c9;
}
.banner-btn{
    width:236px;
    height:40px;
     background-color:#336699;
    // background-color:#009ACB;
    border-radius:5px;
    text-align: center;
    line-height:40px;
    color:#fff;
    position: absolute;
    left:34px;
    -webkit-transition: background-color .6s ease;
	margin-top:20px
}
.banner-bot{
    text-align: center;
    font-size: 12px;
    color:#acabab;
    margin-top: 5px;
    padding-top: 50px;
}
.banner-btn a{
    display: block;
    width:100%;
    border-radius:5px;
    color:#fff;
}
.banner-btn a:hover{
    cursor: pointer;
    background-color:#003070;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
    padding-left:-40px;
}
:-moz-placeholder {
    color:    #999;
    padding-left:-40px;
}
::-moz-placeholder {
    color:    #999;
    padding-left:-40px;
}
:-ms-input-placeholder {
    color:    #999;
    padding-left:-40px;
}
textarea::-webkit-input-placeholder{
    padding-top:-20px;
    padding-left:-10px;
     font-family:Tahoma,Arial,Roboto,"Microsoft Yahei","Helvetica Neue","Droid Sans Fallback","Heiti SC","Hiragino Sans GB",Simsun,sans-self;
}
input{
    padding-left:30px;
}
textarea{
    padding-left:40px;
    padding-top: 10px;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-input-placeholder {
  color: transparent;
}
:focus::-moz-input-placeholder {
  color: transparent;
}
:focus::-0-input-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
// #website .banner-right{
// 	width:345px;
// 	height:370px;
// 	background:#FFFFFF;
// 	position:relative;
// 	top: 55px;
// 	left: 300px;
// 	right:0;
// 	bottom:0;
// 	margin:auto;
// 	/*top: 55px;
// 	left: 1150px;
// 	float: right;
// 	margin-top:50px;
// 	margin-right: 40px;*/
// 	}
// .form-tit{
//     width:343px;
//     margin:0 auto;
//     text-align: center;
// 	display:inline-block;
// 	overflow:hidden;
// }
// .form-line{
//     width:65px;
//     height: 1px;
//     background-color:#a0a0a0;
//     position: absolute;
// 	margin-top: 20px;
// }
// .form-line-left{
//     top: 17px;
//     left:20px;
// }
// .form-line-right{
//     top: 17px;
//     right:20px;
// }
// .form-tit-text{
// 	font-size:24px;
// 	font-family:"微软雅黑";
// 	margin-top: 20px;
// 	}
// .form-tit-sub{
// 	font-size:14px;
// 	font-family:"微软雅黑";
// 	color:#7a7a7a;
// 	margin-top: 10px;
// 	}
// .banner-group{
//     width: 300px;
//     height:auto;
//     margin: 0 35px;
//     padding-top: 16px;
// }
// .banner-list{
//     width:302px;
//     height:36px;
//     margin: 0 -14px;
//     margin-bottom:20px;
// 	border: 1px #afafaf solid;
// }
// .yewutu{
// 	width:32px;
// 	height:18px;
// 	background:url(../images/4.1_0002_yewu.png) no-repeat;
// 	margin-left:6px;
// 	margin-top: 9px;
// 	border-right:1px #afafaf solid;
// 	}
// .banner-input{
//     font-size:14px;
// 	font-family:"微软雅黑";
// 	color:#7a7a7a;
//     outline:none;
// 	width: 248px;
// }
// .banner-user{
// 	position:absolute;
// 	left: 70px;
// 	top: 103px;
// 	}
// .lianxitu{
// 	width:26px;
// 	height:26px;
// 	background:url(../images/4.2_0001_shouji.png) no-repeat;
// 	margin-left:12px;
// 	margin-top: 5px;
// 	border-right:1px #afafaf solid;
// 	padding-right:0px;
// 	}
// .banner-phone{
// 	position:absolute;
// 	left: 70px;
// 	top: 158px;
// 	}
// .xingshitu{
// 	width:30px;
// 	height:26px;
// 	background:url(../images/4.3_0000_ren.png) no-repeat;
// 	margin-left:8px;
// 	margin-top: 6px;
// 	border-right:1px #afafaf solid;
// 	}
// .banner-message{
// 	position:absolute;
// 	left: 70px;
// 	top: 215px;
// 	}
// .banner-btn{
//     width:300px;
//     height:40px;
//     background-color:#009ACB;
//     border-radius:4px;
//     text-align: center;
//     line-height:40px;
//     position: absolute;
//     left:22px;
//     bottom:60px;
//     -webkit-transition: background-color .6s ease;
// }
// .banner-btn a{
//     display: block;
//     width:100%;
//     border-radius:5px;
//     color:#fff;
// 	font-family:"微软雅黑";
// }
// .banner-btn a:hover{
//     cursor: pointer;
//     background-color:#003070;
// }
// .yange{
// 	font-size:13px;
// 	font-family:"微软雅黑";
// 	color:#7a7a7a;
// 	position: absolute;
//     left: 83px;
// 	bottom: 24px;
// 	}
/* banner结束 */
#content01{                                      /* 内容开始 */
	margin:0 auto;
	width:1100px;
	height:800px;
	position:relative;
	top:560px;
	}
#content01 .content01-one{
	width:268px;
	height:118px;
	background-image:url(../images/5_neirong.png);
	margin:0 auto;
	}
#content01 .content01-service{
	margin-top:60px;
	}
#content01 .content01-process{
	width:333px;
	height:394px;
	background-image:url(../images/6_0045_1.png);
	float:left;
	display:inline-block;
	}
#content01 .content01-cycle{
	width:333px;
	height:394px;
	background-image:url(../images/7_0044_2.png);
	margin-left:50px;
	display:inline-block;
	}
#content01 .content01-regional{
	width:333px;
	height:394px;
	background-image:url(../images/8_0043_3.png);
	float:right;
	display:inline-block;
	}
#content01 .content01-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:45px;
	}
#content01 .content01-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content01 .content01-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content01 .content01-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content01 .content01-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content01 .content01-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content01 .content01-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}                                           /* 内容1结束 */
#content02{                                      /* 内容2开始 */
	margin:0 auto;
	height:950px;
	position:relative;
	top:590px;
	}
#content02 .content02-one{
	width:100%;
	height:234px;
	background:url(../images/12_0039.png) center center no-repeat;
	}
#content02 .content02-advantage{
	margin:0px auto;
	width:1100px;
	height:408px;
	margin-top:90px;
	}
#content02 .content02-picture{
	width:495px;
	height:408px;
	background-image:url(../images/13_0038_AD0IvMWUBhACGAAg--a5xQUogvnjnQcwwAc4wgM.png);
	float:left;
	display:inline-block;
	}
#content02 .content02-line{
	width:20px;
	height:347px;
	background-image:url(../images/14_0037_%E5%9C%86.png);
	margin-left:67px;
	display:inline-block;
	margin-top:38px;
	}
#content02 .content02-issue{
	width:460px;
	height:350px;
	display:inline-block;
	float:right;
	margin-top:28px;
	}
#content02 .content02-issue .content02-solve{
	font-size:24px;
	color:#151515;
	margin-bottom:10px;
	margin-left:16px;
	font-family:"微软雅黑";
	}
#content02 .content02-issue .content02-title{
	font-size:20px;
	color:#424242;
	font-family:"微软雅黑";
	}
#content02 .content02-issue .content02-text{
	font-size:16px;
	color:#7b7b7b;
	font-family:"微软雅黑";
	margin-bottom:20px;
	margin-left:16px;
	line-height:25px;
	}
#content02 .content02-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:45px;
	}
#content02 .content02-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content02 .content02-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content02 .content02-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content02 .content02-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content02 .content02-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content02 .content02-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content03{                                        /* 内容3部分 */
	margin:0 auto;
	width:1100px;
	height:840px;
	position:relative;
	top:625px;
	}
#content03 .content03-audience{
	text-align:center;
	font-size:46px;
	color:#2883c4;
	margin-bottom:45px;
	font-family:"微软雅黑";
	}
#content03 .content03-crowd{
	width:1100px;
	height:250px;
	margin:0 auto;
	}
#content03 .content03-crowd01{
	width:302px;
	height:210px;
	float:left;
	}
#content03 .content03-personal01{
	width:302px;
	height:173px;
	background-image:url(../images/16_0035_1.png);
	}
#content03 .content03-text{
	text-align:center;
	font-size:16px;
	color:#7b7b7b;
	margin-top:15px;
	font-family:"微软雅黑";
	}
#content03 .content03-crowd02{
	width:302px;
	height:210px;
	float:left;
	margin-left:98px;
	}
#content03 .content03-personal02{
	width:302px;
	height:173px;
	background-image:url(../images/17_0034_2.png);
	}
#content03 .content03-crowd03{
	width:302px;
	height:210px;
	float:right;
	}
#content03 .content03-personal03{
	width:302px;
	height:173px;
	background-image:url(../images/18_0033_3.png);
	}
#content03 .content03-personal04{
	width:302px;
	height:173px;
	background-image:url(../images/19_0032_4.png);
	}
#content03 .content03-personal05{
	width:302px;
	height:173px;
	background-image:url(../images/20_0031_5.png);
	}
#content03 .content03-personal06{
	width:302px;
	height:173px;
	background-image:url(../images/21_0030_6.png);
	}
#content03 .content03-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:20px;
	}
#content03 .content03-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content03 .content03-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content03 .content03-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content03 .content03-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content03 .content03-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content03 .content03-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content04{                                        /* 内容4部分 */
	margin:0 auto;
	width:1100px;
	height:800px;
	position:relative;
	top:625px;
	}
#content04 .content04-audience{
	text-align:center;
	font-size:46px;
	color:#2883c4;
	margin-bottom:45px;
	font-family:"微软雅黑";
	}
#content04 .content04-throng{
	margin:0 auto;
	height:235px;
	}
#content04 .content04-throng li{
	display:inline-block;
	}
#content04 .content04-people{
	width:138px;
	height:151px;
	background-image:url(../images/23_0028_.png);
	margin-right:40px;
	}
#content04 .content04-identity{
	width:169px;
	height:158px;
	background-image:url(../images/24_0027_shenfenzhengfuyinjian.png);
	margin-left:52px;
	}
#content04 .content04-software{
	width:169px;
	height:158px;
	background-image:url(../images/25_0026_shuoingshu.png);
	margin-left:52px;
	}
#content04 .content04-code{
	width:169px;
	height:158px;
	background-image:url(../images/26_0025_daima.png);
	margin-left:52px;
	}
#content04 .content04-agency{
	width:169px;
	height:158px;
	background-image:url(../images/27_0024_weituo.png);
	margin-left:52px;
	}
#content04 .content04-industry{
	margin:0 auto;
	height:200px;
	}
#content04 .content04-industry li{
	display:inline-block;
	}
#content04 .content04-enterprise{
	width:138px;
	height:151px;
	background-image:url(../images/28_0023_.png);
	margin-right:40px;
	}
#content04 .content04-license{
	width:169px;
	height:158px;
	background-image:url(../images/29_0022_yingyezhizhao.png);
	margin-left:52px;
	}
#content04 .content04-software{
	width:169px;
	height:158px;
	background-image:url(../images/25_0026_shuoingshu.png);
	margin-left:52px;
	}
#content04 .content04-code{
	width:169px;
	height:158px;
	background-image:url(../images/26_0025_daima.png);
	margin-left:52px;
	}
#content04 .content04-cachet{
	width:169px;
	height:158px;
	background-image:url(../images/32_0019_souquan.png);
	margin-left:52px;
	}
#content04 .content04-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:20px;
	}
#content04 .content04-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content04 .content04-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content04 .content04-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content04 .content04-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content04 .content04-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content04 .content04-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content05{                                      /* 内容5开始 */
	margin:0 auto;
	height:950px;
	position:relative;
	top:615px;
	}
#content05 .content05-one{
	width:100%;
	height:232px;
	background:url(../images/33_0018_10.png) center center no-repeat;
	}
#content05 .content05-process{
	margin:0px auto;
	width:1000px;
	height:954px;
	margin-top:90px;
	background:url(../images/34_0016_liuchengshenqing.png) no-repeat;
	}
#content05 .content05-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:55px;
	}
#content05 .content05-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content05 .content05-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content05 .content05-other span{
		color:#EB0408;
		}
#content05 .content05-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content05 .content05-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content05 .content05-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content05 .content05-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content06{                                        /* 内容6部分 */
	margin:0 auto;
	width:1100px;
	height:800px;
	position:relative;
	top:1250px;
	}
#content06 .content06-one{
	margin:0 auto;
	width:258px;
	height:118px;
	background-image:url(../images/35_0015_changjianwenti-4.png);
	}
#content06 .content06-process{
	margin:0px auto;
	width:1011px;
	height:567px;
	margin-top:90px;
	background:url(../images/36_0014_wenti.png);
	}
#content06 .content06-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:55px;
	}
#content06 .content06-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content06 .content06-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content06 .content06-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content06 .content06-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content06 .content06-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content06 .content06-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content07{                                      /* 内容7开始 */
	margin:0 auto;
	height:950px;
	position:relative;
	top:1500px;
	}
#content07 .content07-one{
	width:100%;
	height:232px;
	background:url(../images/37_0013_3.png) center center no-repeat;
	}
#content07 .content07-scope01{
	width:1100px;
	height:300px;
	margin:0 auto;
	margin-top:80px;
	}
#content07 .content07-scope01 li{
	display:inline-block;
	}
#content07 .content07-aptitude{
	width:288px;
	height:292px;
	background-image:url(../images/38_0012_43.png);
	}
#content07 .content07-work{
	width:288px;
	height:292px;
	background-image:url(../images/39_0011_42.png);
	margin:0 110px;
	}
#content07 .content07-tax{
	width:288px;
	height:292px;
	background-image:url(../images/40_0010_41.png);
	}
#content07 .content07-scope02{
	width:1100px;
	height:300px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	}
#content07 .content07-scope02 li{
	display:inline-block;
	}
#content07 .content07-financing{
	width:288px;
	height:292px;
	background-image:url(../images/41_0009_43.png);
	}
#content07 .content07-knowledge{
	width:288px;
	height:292px;
	background-image:url(../images/42_0008_42.png);
	margin:0 110px;
	}
#content07 .content07-Soon{
	width:288px;
	height:292px;
	background-image:url(../images/43_0007_41.png);
	}
#content07 .content07-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:55px;
	}
#content07 .content07-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content07 .content07-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content07 .content07-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content07 .content07-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content07 .content07-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content07 .content07-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content08{                                    /* 内容8部分 */
	width:1100px;
	margin:0 auto;
	height:530px;
	position:relative;
	top:1750px;
	}
#content08 .content08-one{
	text-align:center;
	font-size:46px;
	color:#2884c5;
	margin-bottom:70px;
	margin-top:40px;
	font-family:"微软雅黑";
	}
#content08 .content08-interest{
	width:1100px;
	height:300px;
	// background-image:url(../images/44_0006_43.png);
	margin:0 auto;
	position: absolute;
	}
#content08 .content08-interest img{
	// float: left;
	display:inline-block;
	margin-left:45px;
	// margin-left:;
}
#content08 .content08-popularize{                             /* 推广部分 */
	width:545px;
	height:145px;
	margin:0 auto;
	margin-top:55px;
	position: absolute;
	margin-left:-272px;
    left:50%;
    top: 400px;
	}
#content08 .content08-arrows{
	width:38px;
	height:24px;
	background-image:url(../images/9_jiantou.png);
	margin:0 auto;
	margin-bottom:16px;
	}
#content08 .content08-other{
	font-size:16px;
	color:#7b7b7b;
	text-align:center;
	font-family:"微软雅黑";
	}
#content08 .content08-hyperlink{
	width:345px;
	height:40px;
	margin:20px auto;
	}
#content08 .content08-tel{
	width:162px;
	height:40px;
	background:#8b8b8b;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left;
	font-family:"微软雅黑";
	}
#content08 .content08-consult a{
	width:162px;
	height:40px;
	background:#2883c4;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	margin-left:20px;
	text-decoration:none;
	font-family:"微软雅黑";
	}
#content08 .content08-consult a:hover{
	cursor: pointer;
    background-color:#003070;
	}
#content09{                                        /* 内容9部分 */
	width:1101px;
	height:320px;
	margin:0 auto;
	background:url(../images/48_0002_xuanze.png) no-repeat;
	position:relative;
	top: 1935px;
	}
#content10{                                        /* 内容10部分 */
	width:100%;
	height:451px;
	margin:0 auto;
	background:url(../images/49_0001_zhaunye.png) center center no-repeat;
	position:relative;
	top: 1990px;
	}
#footer{
	width:100%;
	height:220px;
	background:#424851;
	position:relative;
	top:1990px;
	overflow:hidden;
	}
#footer .footer-sales{
	width:1100px;
	height:115px;
	background:url(../images/50_0000_youshi.png) center center no-repeat;
	margin:0 auto;
	margin-top:30px;
	}
#footer .footer-Copyright{
	width:100%;
	height:77px;
	background:#333b46;
	color:#b1b1b1;
	font-size:14px;
	text-align:center;
	line-height:77px;
	font-family:"微软雅黑";
	}
.back-to-top{
    width:62px;
    height:62px;
    position: fixed;
    right:10px;
    bottom:10px;
    z-index: 999;
    cursor: pointer;
    background-color:#0E3f70;
    display: none;
    text-align: center;
}
.back-to-top img{
   padding-bottom:5px;
   padding-top:10px;
}
.back-to-top p{
    color:#fff;
    font-size: 12px;
}
