﻿@charset "utf-8";
/* CSS Document */
/*------TOP:样式重置------*/
article,nav,aside,header,footer,section,hgroup,menu{display:block;outline:0;vertical-align:baseline;background:transparent;}
html,body,article,nav,aside,header,footer,section,hgroup,menu,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,em,img,dl,dt,dd,ul,li,form,label{margin:0;padding:0;border:0;font-size:100%;}
body{direction:ltr;font:12px/1.5 '微软雅黑','Arial','宋体';color:#666;line-height:24px; margin:auto; padding:0px; min-width:1200px;}
ul,ol,dl,menu{list-style:none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}
img,select,input{vertical-align:middle;}
input,button,textarea,select,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;*font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
caption{text-align:left;}
a:link,a:visited{color:#666;text-decoration:none;outline:none;}
a:hover{color:#f00;text-decoration:none;}
/*------浮动------*/
.float_l{float:left;}
.float_r{float:right;}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.clearfix{*zoom:1;}
.clear{clear:both;}
/*------公共样式------*/
.layout{width:1004px;margin:0 auto;}
.text_c{text-align:center;}
.text_r{text-align:right;}
/*------头部------*/
.wrapper {
    margin: 0 auto;
    width: 980px;
}
.header-top {
    border-bottom: 1px solid #f0f0f0;
    color: #787878;
    height: 50px;
    line-height: 50px;
}
.header-nav {
    height: 100%;
    position: relative;
    z-index: 9;
}
.header-nav li {
   /* background: rgba(0, 0, 0, 0) url("../images/line.gif") no-repeat scroll right center;*/
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}
.header-nav li.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.header-nav a {
    color: #787878;
}
.header-nav a:hover {
    color: #1977df;
}
.header-nav a.e-wx {
    position: relative;
    z-index: 4;
}
.header-nav a.e-wx span {
    display: none;
    height: 298px;
    left: -10px;
    position: absolute;
    top: 20px;
    width: 258px;
}
.header-nav a.e-wx:hover span {
    display: block;
}
.header-right a.label, .header-right label {
    color: #787878;
    float: left;
    margin-right: 10px;
	    display: inline-block;
    max-width: 100%;
  
    font-weight: 700;
}
.header-right a.label:hover {
    text-decoration: underline;
}
.header-right span.phone400 {
    float: left;
    margin-right: 10px;
}
.header-right span.phone400 {
    margin-right: 20px;
}
.apply-btn, .blue-btn {
    background: #ef0a0a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    text-align: center;
    width: 130px;
}
.blue-btn {
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    width: 180px;
}
.phone400 {
    color: #1977df;
    font-size: 20px;
    line-height: 50px;
}
.header {
    height: 68px;
    position: relative;
    width: 100%;
}
.logo {
    float: left;
    height: 52px;
    margin-right: 20px;
    margin-top: 8px;
}
.logo img {
    width: 100%;
}
.nav {
    float: right;
    margin-top: 20px;
}
.nav li {
    display: block;
    float: left;
    padding: 0 24px;
}
.nav a {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 24px;
}
.nav a:hover {
    color: #06c;
}
.nav li.active a {
    color: #06c;
}
.sub-nav {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 1px solid #dde2e7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    height: 88px;
    opacity: 0.95;
    width: 100%;
}
.sub-nav-main {
    height: 74px;
    padding-top: 13px;
    text-align: center;
}
.sub-nav-main ul {
    height: 100%;
    text-align: center;
    width: 100%;
}
.sub-nav-main li {
    display: inline;
}
.sub-nav-main a {
    background: rgba(0, 0, 0, 0) url("../images/pro.png") no-repeat scroll 0 0;
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 30px;
    padding-top: 42px;
}
.sub-nav-main a:hover, .sub-nav-main li.active a {
    color: #1977df;
}
.fixed-header .header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 68px;
	border-bottom: 1px solid #e3e5e7;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	z-index: 9;
	background: #fff;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
.fixed-header SPAN.phone400 {
	margin-right: 16px;
}
.fixed-header .nav {
	float: left;
	margin-top: 24px;
}
.fixed-header .nav li {
	padding: 0 18px;
}
.fixed-header .nav a {
	font-size: 14px;
}
.fixed-header .sub-nav {
	top: 68px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header .header-right {
	line-height: 70px;
}
.header .phone400 {
	margin-top: 10px;
}
.header .apply-btn {
	margin-top: 15px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.header .fl {
	display:none;
}
.right-float-bar {
	width: 60px;
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
}
.right-float-bar a.service,  .right-float-bar a.online-service,  .right-float-bar a.top {
	height: 58px;
	width: 58px;
	display: block;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.right-float-bar a.service,  .right-float-bar a.online-service {
	color: #787878;
	text-align: center;
	background-position: -155px -119px;
	overflow: hidden
}
.right-float-bar a.online-service {
	background-position: -155px -219px;
}
.right-float-bar a.service:hover,  .right-float-bar a.online-service:hover {
	border: 1px solid #1977df;
}
.right-float-bar a.service span,  .right-float-bar a.online-service span {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 9px 5px;
	background: #1977df;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 40px;
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: all .3s ease-in;
	opacity: 0\9;
	filter: alpha(opacity=0)\9
}
.right-float-bar a.service:hover span,  .right-float-bar a.online-service:hover span {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	text-decoration: none;
	opacity: 1\9;
	filter: alpha(opacity=100)\9;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.right-float-bar a.top {
	background-color: #fff;
	background-position: -162px -168px;
}
.front-banner {
    background: #040613 none repeat scroll 0 0;
    height: 400px;
    overflow: hidden;
    position: relative;
}
#stepBanner {
    height: 500px;
}
.thumb-shadow {
    background: #000 none repeat scroll 0 0;
    bottom: 20px;
    height: 94px;
    left: 50%;
    margin-left: -490px;
    opacity: 0.3;
    position: absolute;
    width: 980px;
    z-index: 5;
}
.front-banner ul {
    height: 100%;
    left: 50%;
    margin-left: -950px;
    position: absolute;
    top: 0;
    width: 1900px;
}
.front-banner li {
    text-align: center;
    width: 100%;
}
.thumb-nav {
    bottom: 30px;
    height: 74px;
    left: 50%;
    margin-left: -280px;
    position: absolute;
    text-align: center;
    width: 560px;
    z-index: 5;
}
.thumb-nav a {
    display: inline-block;
    height: 72px;
    margin: 0 10px;
    opacity: 0.7;
    position: relative;
    transition: all 1s ease 0s;
    width: 160px;
}
.thumb-nav a span {
    display: none;
    height: 0;
    transition: all 1s ease 0s;
    width: 0;
}
.thumb-nav a.activeSlide {
    opacity: 1;
}
.thumb-nav a.activeSlide span {
    border: 2px solid #1977df;
    display: block;
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 156px;
}
.thumb-nav a:focus {
    outline: medium none;
}
.front-banner-nav {
    bottom: 40px;
    height: 12px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 6;
}
.front-banner-nav a {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 0 10px;
    text-indent: -9000px;
    width: 8px;
}
.front-banner-nav a.activeSlide {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 12px;
    position: relative;
    top: -2px;
    width: 12px;
}
.gap, a.prev, a.next, .right-float-bar a, span.tip em {
    background: rgba(0, 0, 0, 0) url("../images/bg.png") no-repeat scroll 0 0;
}
a.prev, a.next {
    display: block;
    height: 126px;
    margin-top: -63px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in 0s;
    width: 70px;
    z-index: 6;
}
a.prev {
    background-position: 9px -32px;
    left: 5%;
}
a.next {
    background-position: -87px -32px;
    right: 5%;
}
a.prev:hover, a.next:hover {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.scroll-partner a.prev, .scroll-partner a.next {
    height: 32px;
    margin-top: 0;
    opacity: 1;
    width: 32px;
}
.scroll-partner a.prev {
    background-position: 9px -170px;
    left: -7%;
}
.scroll-partner a.next {
    background-position: -23px -170px;
    right: -7%;
}
.scroll-partner a.prev:hover, .scroll-partner a.next:hover {
    background-color: transparent;
}
.page-bottom {
	background: #333;
	width: 100%;
}
.center {
	text-align: center;
}
.page1 p {
	line-height: 30px;
	font-size: 16px;
	color: #3D3D3D;
	padding-bottom: 5px;
}
.page1 p a:link,.page1 p a:visited,.page1 p a:hover,dl.p3 p a:link,dl.p3 p a:visited,dl.p3 p a:hover {
	color: #3D3D3D;
	border-bottom: 1px dotted #ddd; 
}
.submsg {
	color: #787878;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}
.submsg a:link,.submsg a:visited,.submsg a:hover {
	color: #787878;
}
a.more1 {
	font-size: 14px;
	color: #1977df;
}
a.more2,  a.more3 {
	font-size: 14px;
	color: #1977df;
	display: inline-block;
	width: 148px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #1977df;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.more3 {
	border: 1px solid #fff;
	background: #fff;
	color: #1977df;
}
.page-nav {
	padding: 50px 0;
	text-align: center;
	width: 784px;
	margin: 0px auto;
}
.page-nav a {
	display: inline-block;
	border: 1px solid #dadee6;
	width: 195px;
	height: 52px;
	margin-left: -1px;
	text-align: center;
	font-size: 16px;
	color: #3D3D3D;
	line-height: 52px;
	float: left;
	overflow: hidden;
}
.page-nav a.active {
	background: #1977df;
	color: #fff;
}
.page-nav a.first {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.page-nav a.last {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}


.bottom-region {
	padding: 45px 0;
}
.footer-nav {
	width: 648px;
	float: left;
	overflow: hidden;
}
.footer-nav .block {
	width: 16.6%;
	float: left;
}
.footer-nav h2 {
	color: #fff;
	font-size: 12px;
	padding-bottom: 12px;
}
.footer-nav .block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav .block li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-nav .block a {
	color: #a1a1a1;
	font-size: 12px;
	line-height: 26px;
	display: block;
}

.contact {
	width: 292px;
	float: right;
	height: 184px;
	border-left: 1px solid #4c4c4c;
	text-align: center;
}
.phoneno {
	font-size: 30px;
	color: #fff;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
}
.contact label {
	font-size: 14px;
	color: #787878;
	display: block;
	margin-bottom: 25px;
}
.footer {
	background: #2c2c2c;
	text-align: center;
	font-size: 12px;
	color: #acacac;
	height: auto;
	min-height:50px;
}
.footer a:link, .footer a:visited, .footer a:hover {
	color: #acacac;
}
.footer p {
	line-height:24px;
	padding:14px 0;
}

.advan-box{
    /*background: #eee;*/
    padding-top: 25px;
    min-height: 200px;
    padding-bottom: 50px;
}
.a-list{
    padding-left: 70px;
    padding-right: 70px;
    margin: 10px auto 0;
}
.a-item {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    text-align: center;
    padding-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.a-item:last-child{
    margin-right: 0;
}
.a-img{
    width: 80px;
    height: 80px;
    margin: 25px auto 25px;
    overflow: hidden;
    background-size: 100% 100%;
}
.a-img img{
    width: 96px;
    height: 96px;
}
.a1{
    background: url(../images/2_03.png) no-repeat center;
    background-size: 100% 100%;
}
.a-item:hover .a1{
    background: url(../images/1_03.png) no-repeat center;
    background-size: 100% 100%;
}
.a2{
    background: url(../images/2_05.png) no-repeat center;
    background-size: 100% 100%;
}
.a-item:hover .a2{
    background: url(../images/1_05.png) no-repeat center;
    background-size: 100% 100%;
}
.a3{
    background: url(../images/2_07.png) no-repeat center;
    background-size: 100% 100%;
}
.a-item:hover .a3{
    background: url(../images/1_07.png) no-repeat center;
    background-size: 100% 100%;
}
.a4{
    background: url(../images/2_09.png) no-repeat center;
    background-size: 100% 100%;
}
.a-item:hover .a4{
    background: url(../images/1_09.png) no-repeat center;
    background-size: 100% 100%;
}
.a5{
    background: url(../images/2_11.png) no-repeat center;
    background-size: 100% 100%;
}
.a-item:hover .a5{
    background: url(../images/1_11.png) no-repeat center;
    background-size: 100% 100%;
}
.a-item h3{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.a-item p{
    margin-top: 15px;
    padding: 0 10px;
    line-height: 22px;
    height: 88px;
    margin-bottom: 0;
    overflow: hidden;
}
/*百度推广使用数据*/
.y-count{
    height: 145px;
    line-height: 145px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    background: url(../images/y-count.jpg) no-repeat;
    background-size: 100% 100%;
    letter-spacing: 10px;
}
.y-count span{
    color: #ff3938;
    font-size: 56px;
    letter-spacing: 20px;
    display: inline-block;
    width: 345px;
    margin-left: 20px;
}
.advan2-box {
    background-color: #294DF7;
    background: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    background: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 100%);
    padding-left: 70px;
    padding-right: 70px;
    height: 475px;
}
.a2-left{
    float: left;
    width: 45%;
    color: #fff;
    padding: 90px 55px 0;
}
@media (max-width: 1292px) {
    .a2-left{
        padding-left: 35px;
        padding-right: 35px;
    }
}
.a2-left h3{
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.a2-left p{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 45px;
    /*溢出处理*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.a2-left a.look{
    display: inline-block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 45px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.a2-left a.look:hover{
    color: #153aed;
    background: #fff;
}
.a2-right{
    float: right;
    width: 55%;
    overflow: hidden;
}
.a2-right img{
    max-width: 100%;
    max-height: 475px;
}
/*推广*/
.tuiguang-box{
    padding-top: 25px;
    padding-bottom: 80px;
}
.t-list{
    padding: 20px 100px 0;
    margin: 0 auto;
}
.t-left{
    float: left;
    width: 48%;
    padding: 30px 55px;
    box-shadow: 0 0 10px #e3f4ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.t-right{
    float: right;
    width: 48%;
    padding: 30px 55px;
    box-shadow: 0 0 10px #e3f4ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.t-list h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.t-list h3:hover{
    color: #00c1de;
}
.t-list p{
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
    height: 72px;
    overflow: hidden;
}
.t-list img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.box-header {
    margin: 0 auto;
    text-align: center;
    padding: 15px 70px 25px 70px;
}
.box-header h2 {
   font-size: 36px;
    color: #0e0e0e;
    margin-bottom: 20px;
	margin-top:20px;
	font-weight:bold;
}
.box-header span {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-transform: uppercase;
}
