@charset "utf-8";
/*初始化*/
*{padding:0; margin:0; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, body{width: 100%;height: auto; min-height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body {font: 14px/1.5 '苹方','微软雅黑','MicrosoftJhengHei','Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif,\5b8b\4f53;color: #666;background: #fff;}
input,button{ -webkit-appearance:none; border-radius: 0;}
a,a:hover,a:focus {text-decoration: none;}
textarea{resize: none; overflow: auto;}
input,button {border: 0;}
img {border: 0; vertical-align: top;}
li {list-style: none;}
@font-face {
    font-family:"DinMedium";
    src:url("DinMedium.ttf");
}
/*公共样式*/
.clear {zoom: 1;}
.clear:after {content:''; display: block; clear: both;}
.fl {float: left;}
.fr {float: right;}
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	line-height: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header.showBg {
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
}
.header,.footer1-content,.footer2-content,#topBanner .Box,.service,.case,.jianzhan,#why .why,.advantage{
	width: 100%;
	max-width: 1390px;
	padding: 0 50px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*logo*/
.logo a {
	float: left;
	display: block;
	text-align: left;
}
.logo a img {
	margin-top:25px;
	height: 50px;
	vertical-align: middle;
}
.logo a img:nth-child(1) {
	display: none;
}
#header.showBg .logo a img:nth-child(1) {
	display: inline-block;
}
#header.showBg .logo a img:nth-child(2) {
	display: none;
}
/*顶部电话*/
.topPhone{
	padding-left: 25px;
	font-family: "DinMedium";
	font-size: 22px;
	color:#fff;
}
.topPhone img {
	margin-right: 10px;
	vertical-align: middle;
}
.topPhone img:nth-child(1) {
	display: none;
}
#header.showBg .topPhone img:nth-child(1) {
	display: inline-block;
}
#header.showBg .topPhone img:nth-child(2) {
	display: none;
}
#header.showBg .topPhone {
	color: #666;
}

/*导航*/
.nav {
	text-align: center;
}
.nav>li {
	display: inline-block;
	position: relative;
	padding: 0 25px;
}
.nav li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header.showBg .nav li a {
	color: #666;
}
.nav>li>a:after {
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: 20px;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav>li.active>a:after,.nav>li:hover>a:after{
	opacity: 1;
}
#header.showBg .nav>li.active>a,#header.showBg .nav>li:hover>a,#header.showBg  .nav>li ul li:hover a  {
	color: #2643b0;
}
#header.showBg .nav>li.active>a:after,#header.showBg .nav>li:hover>a:after {
	background: #2643b0;
}
 .nav>li ul li:hover a {
 	color: #2643b0;
 }
.nav>li:hover>a i {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav>li.active>a i:after,.nav>li.active>a i:before,.nav>li:hover>a i:after,.nav>li:hover>a i:before {
	background: #fff;
}
.nav>li>a i {
	position: absolute;
	display: block;
	top:50%;
	left: 50%;
	margin-top: 20px;
	margin-left: -32px;
	width: 10px;
	height: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav>li>a i:after,.nav>li>a i:before{
	position: absolute;
	content:"";
	display: block;
	width: 10px;
	height: 2px;
	background: #333;
	top: 4px;
	left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav>li>a i:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.nav li ul {
	display: none;
	position:absolute;
	top: 110px;
	left: 50%;
	width: 140px;
	font-size: 18px;
	line-height: 50px;
	background: #fff;
	text-align: center;
    box-shadow: 0px 10px 10px rgba(0,0,0,.06);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav li ul:after {
	content: "";
	display: block;
	position:absolute;
	top: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav li ul li {
	line-height: 20px;
}
.nav li ul li a {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav li ul li:last-child a {
	border-bottom: 0;
}
/*移动端导航*/
.mobileNav {
	position: fixed;
	z-index: 999;
	top: 60px;
	left: -260px;
	width: 260px;
	height: 100%;
	text-align: left;
	background: #fff;
	overflow: auto;
	text-align:left;
}
.navMask {
	display: none;
	position: fixed;
	left: 0;
	top:60px;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.mobileNav li a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #ececec;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileNav li:first-child a {
	border-top: 1px solid #ececec;
}
.mobileNav li a i{
	position: absolute;
	display: block;
	top:50%;
	right: 20px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileNav li a i:after,.mobileNav li a i:before{
	position: absolute;
	content:"";
	display: block;
	width: 10px;
	height: 2px;
	background: #333;
	top: 4px;
	left: 0;
}
.mobileNav li a i:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.mobileNav>li:hover>a,.mobileNav li ul li:hover a{
	color: #fff;
	border-color: #2643b0;
	background: #2643b0;
}
.mobileNav li:hover>a i:after,.mobileNav li:hover>a i:before {
	background: #fff;
}
.mobileNav li ul {
	display: none;
}
.mobileNav li ul li {
	margin: 0;
}
.mobileNav li ul li a {
	padding: 0 40px;
}
.mobileNav .open>a i {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*导航开关*/
.navBtn {
	display: none;
	cursor: pointer;
	margin-right: -15px;
	width: 60px;
	height: 60px;
}
.navBtn span { 
	display: inline-block;
	position: relative;
	margin: 29px 15px;
	width: 30px;
	height: 2px;
	background-color: #333;
	vertical-align: middle
}
.navBtn span:before, .navBtn span:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	background: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navBtn span:before {
	top: -10px;
}
.navBtn span:after {
	top: 10px;
}
.navBtn .open {
	background: rgba(0,0,0,0);
}
.navBtn .open:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navBtn .open:after { 
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);}
.navBtn .open:before, .navBtn .open:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*底部*/
.footer1 {
	text-align: left;
	color: #666;
	padding:50px 0;
}
.footer1-content .titleBox .title {
	position:relative;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.footer1-content .titleBox .title:after {
	content: "";
	display: block;
	position:absolute;
	left: 0;
	bottom: -28px;
	width: 10px;
	height: 2px;
	background: #333;
}
.footer1-content .textBox li,.footer1-content .textBox p{
	margin:2px 0;
	line-height: 24px;
}
.footer1-content .textBox li a {
	display: block;
	height: 24px;
	color: #666;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
.footer1-content .textBox li a:hover {
	color: #2643b0;
}
.footer1-content .imgBox img {
	float:right;
	width: 160px;
	height: 160px;
}
.footer2 {
	padding-bottom:50px;
}
.footer2-content {
	text-align: left;
	line-height: 24px;
}
.footer2-content p,.footer2-content a {
	font-size: 14px;
	color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer2-content a:hover {
	color: #2643b0;
}
.footer2-content .statistics {
	display: inline-block;
	width: 52px;
	height: 12px;
	background: url(../pic/statistics.gif) no-repeat 0 0;
	vertical-align: middle;
}
/*移动端底部导航*/
.mobi-bar {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 998;
	width: 100%;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.mobi-bar li {
	float: left;
	width: 25%;
}
.mobi-bar li a {
	display: block;
	padding: 7px 0;
	width: 100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #9c9c9c;
}
.mobi-bar li a img {
	display: block;
	margin:0 auto;
	width: 25px;
	height: 25px;
}

/*顶部banner*/
#topBanner {
	position: relative;
	text-align:center;
	color: #fff;
}
#topBanner img {
	width: 100%;
	min-height: 80px;
}
#topBanner .mask {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.46);
}
#topBanner .wrap {
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#topBanner .wrap .title {
	font-weight:bold;
	font-size:25px;
}
#topBanner .wrap .enTitle {
	font-size:25px;
	line-height: 30px;
}
#topBanner .site {
	margin-top: 44px;
	line-height: 24px;
}
#topBanner .site a{
	color: #fff;
}
#topBanner .site a:hover{
	color: #8ec31f;
}
/*分类菜单*/
.menuBox,.menuBox2 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.menuBox .menu a,.menuBox2 .menu a {
	display: inline-block;
	padding: 0 25px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #626262;
	border-radius: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuBox2 .menu a {
	padding: 0;
	border-radius: 0;
	margin-right: 30px;
	border-bottom: 2px solid transparent;
}
.menuBox .menu a.active,.menuBox .menu a:hover {
	background: #8ec31f;
	color: #fff;
}
.menuBox2 .menu a.active,.menuBox2 .menu a:hover{
	border-color: #8ec31f;
}
.menuBox .option,.menuBox2 .option {
	position: relative;
	padding: 0 50px 0 15px;
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align:left;
	color:#fff;
	background: #8ec31f;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.menuBox .option p,.menuBox2 .option p {
	height: 30px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
.menuBox .option i,.menuBox2 .option i {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 20px;
	height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menuBox .option.open i,.menuBox2 .option.open i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menuBox .option i:after,.menuBox .option i:before,.menuBox2 .option i:after,.menuBox2 .option i:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 1px;
	width: 10px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBox .option i:before,.menuBox2 .option i:before {
	left: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*分页*/
.pageList {
	padding-top: 40px;
	text-align:center;
	line-height: 36px;
}
.pageList a {
	display: inline-block;
	margin: 5px;
	width: 36px;
	height: 36px;
	color: #9d9d9d;
	background: #f4f4f4;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageList .prev,.pageList .next {
	width:68px;
}
.pageList a.active,.pageList a:hover {
	color: #fff;
	background: #8ec31f;
}

/*地图*/
.mapBox .container1 {
	width: 100%;
	height: 390px;
}
.mapBox .container1 #map {
	width: 100%;
	height: 100%;
}
.mapBox .container1 #map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #8ec31f;
}
.mapBox .container1 #map .map-content {
    font-size: 12px;
    color: #333;
    margin-top: 6px;
}
.mapBox .container1 #map .anchorBL{
    display:none;
}

/*搜索*/
.search {
	width: 290px;
	border-radius: 20px;
	overflow: hidden;
}
.search form {
	position: relative;
}
.search form .text{
	width: 190px;
	height: 40px;
	padding: 0 80px 0 20px;
}
.search form .btn {
	position: absolute;
	top:0;
	right: 0;
	width: 60px;
	height: 40px;
	background: url(../pic/search.png) no-repeat center center;
}
.search form .btn span {
	display: block;
	width: 1px;
	height: 20px;
	background: #e8e8e8;
	margin:10px 0;
}
.search form .btn:hover span{
	display: none;
}
.search form .btn:hover {
	background: url(../pic/search2.png) no-repeat center center;
}
/*more按钮*/
.moreBtn {
	display: block;
	margin:20px auto 0;
	width: 228px;
	height: 34px;
	border: 2px solid #000;
	color: #000;
	line-height: 34px;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.moreBtn:hover {
	border-color: #2643b0;
	background: #2643b0;
	color: #fff;
}
/*服务范围*/
#service {
	padding: 100px 0;
	background: #e8ecf4;
	text-align: center;
}
#service .topBox {
	padding-bottom: 50px;
	text-align:center;
}
#service .topBox .title {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
#service .topBox .hr {
	margin: 30px auto 0;
	width: 40px;
	height: 2px;
	background: #2643b0; 
}
.service .wrap {
	display: inline-block;
	text-align: left;
}
.service .textBox {
	padding-left: 20px;
}
.service .textBox .title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px;
	color: #000;
}
.service .textBox a {
	display: block;
	line-height: 24px;
	color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service .textBox a:hover {
	color: #2643b0;
}
/*案例*/
#case {
	padding: 100px 0;
	text-align:center;
}
.case .topBox {
	padding-bottom: 50px;
}
.case .topBox .title {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
.case .topBox .hr {
	margin: 30px auto;
	width: 40px;
	height: 2px;
	background: #2643b0;
}
.case .topBox .menuList a {
	display: inline-block;
	margin: 0 10px;
	width:140px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	font-size:18px;
	line-height: 30px;
	color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.case .topBox .menuList a:last-child {
	margin-right: 0;
}
.case .topBox .menuList a:hover,.case .topBox .menuList a.active {
	color: #2643b0;
	border-color: #2643b0;
}
.case .imgList .row>li {
	margin-bottom:30px;
}
.case .imgList .wrap {
	display: block;
	position: relative;
}
.case .imgList .wrap img {
	width: 100%;
}
.case .imgList .wrap .textBox {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #fff;
	border:1px solid #d2d2d2;
	opacity:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.case .imgList .wrap .textBox div {
	position: absolute;
	top:50%;
	left:0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
}
.case .imgList .wrap .textBox div .title {
	font-size: 20px;
	line-height: 25px;
}
.case .imgList .wrap .textBox div .classification {
	font-size: 16px;
	line-height: 26px;
}
.case .imgList .wrap:hover .textBox{
	opacity:1;
}
/*首页企业建站*/
#jianzhan {
	padding: 100px 0;
	background: #fff;
}
.jianzhan img {
	width: 100%;
}
.jianzhan .textBox .title {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #000;
}
.jianzhan .textBox .subtitle {
	font-size: 20px;
	line-height: 30px;
	padding:15px 0 30px;
	color: #000;
}
.jianzhan .textBox .text {
	line-height: 34px;
}
.jianzhan .moreBtn {
	margin: 20px 0 0 0;
}
/*首页新版09/07/05*/
.blue{color: #2643af;}
.mt10{margin-top: 10px;}
.but_a{line-height: 42px;background: #2643af;border: 1px solid #2643af;color: #fff;display: inline-block;border-radius: 5px;padding: 0 20px;margin-top: 20px;transition: all 0.3s;}
.but_a:hover{background: #fff;color: #2643af;}
#service .container-fluid li .wrap{background: #fff;width: 100%;border-radius:3px;padding: 70px 0 50px 0;}
#service .container-fluid li .imgBox{text-align: center;}
#service .container-fluid li .imgBox h2{font-size: 20px;color: #000;margin: 25px 0 20px 0;}
#service .container-fluid li .textBox h3{font-weight:normal;font-size: 14px;line-height: 36px;padding-left: 40px;}
#service .container-fluid li .textBox h3:before {content: "·";}
/*优势*/
#advantage {
	padding: 100px 0 80px;
	text-align: center;
	border-bottom:1px solid #e5e5e5;
}
#advantage .topBox .title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
#advantage .topBox .subtitle {
	padding: 30px 0;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
#advantage .row>li {
	margin-bottom: 30px;
}
#advantage .wrap {
	padding:30px;
	border:1px solid #e5e5e5;
}
#advantage .wrap img {
	float: left
}
#advantage .wrap div {
	float: right;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: left;
}
#advantage .wrap div h5 {
	font-size:18px;
	line-height: 28px;
}
#advantage .wrap div p {
	padding:10px 0;
	height: 72px;
	line-height: 24px;
	color: #555;
}
#advantage .wrap a {
	float: left;
	display: block;
	font-size:14px;
	line-height: 24px;
	color: #0072cd;
}
/*咨询*/
#zixun {
	padding:50px 0;
	background: #2a4092;
}
#zixun .zixun {
	width: 100%;
	max-width: 780px;
	padding: 0 50px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#zixun .zixun img {
	margin-right:40px;
	width:128px;
}
#zixun .zixun .textBox {
	color: #fff;
	font-size:20px;
	line-height: 30px;
}
#zixun .zixun .textBox h4 {
	padding-top: 24px;
	font-size:35px;
	line-height: 45px;
}

/*为什么选择我们*/
#why {
	padding:100px 0;
	border-bottom:1px solid #e5e5e5;
}
#why .topBox {
	padding-bottom: 50px;
	text-align:center;
}
#why .topBox .title {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
#why .topBox .hr {
	margin: 30px auto;
	width: 40px;
	height: 2px;
	background: #2643b0; 
}
#why .topBox .menuList a {
	display: inline-block;
	margin: 0 10px;
	width:140px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	font-size:18px;
	line-height: 30px;
	color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#why .topBox .menuList a:last-child {
	margin-right: 0;
}
#why .topBox .menuList a:hover,#why .topBox .menuList a.active {
	color: #2643b0;
	border-color: #2643b0;
}
#why .list .title {
	font-size:48px;
	line-height: 48px;
	color: #000;
}
#why .list .subtitle {
	padding: 25px 0 17px;
	font-size:24px;
	line-height: 34px;
	color: #0068b7;
}
#why .list .textBox {
	line-height: 30px;
	color: #434343;
}
#why .list img {
	width:100%;
}
#why .listBox>li {
	display: none;
}
#why .listBox>li.active {
	display: block;
}
/*侧边联系*/
.fix-qq li {
	background-color: #f39800;
	border: 1px solid #f39800;
	border-radius: 5px;
	opacity: 0.9;
	position: fixed;
	right: -12px;
	top: 370px;
	z-index: 9999;
	width: 60px;
	height: 48px;
}

.fix-qq .l2 {
	position: fixed;
	right: -78px;
	top: 421px;
	z-index: 9999;
	width: 126px;
}

.fix-qq .l3 {
	position: fixed;
	right: -124px;
	top: 472px;
	z-index: 9999;
	width: 172px;
}

.fix-qq .l4 {
	position: fixed;
	right: -12px;
	top: 523px;
	z-index: 9999;
}

.fix-qq a {
	display: inline-block;
	background: url(../pic/float_qqicon1.png) no-repeat 14px center;
	text-indent: 51px;
	line-height: 50px;
	color: #ffffff;
	width: 60px;
	height: 48px;
}

.fix-qq .a2 {
	width: 126px;
	background: url(../pic/float_qqicon2.png) no-repeat 14px center;
}

.fix-qq .a3 {
	width: 172px;
	background: url(../pic/float_qqicon3.png) no-repeat 14px center;
}

.fix-qq .a4 {
	background: url(../pic/float_qqicon4.png) no-repeat 14px center;
}

.fix-qq .l1:hover {
	background-color: #2643b0;
	border: 1px solid #2643b0;
}

.fix-qq .l2:hover {
	background-color: #2643b0;
	border: 1px solid #2643b0;
	position: fixed;
	right: 0;
	top: 421px;
	z-index: 9999;
}

.fix-qq .l3:hover {
	background-color: #2643b0;
	border: 1px solid #2643b0;
	position: fixed;
	right: 0;
	top: 472px;
	z-index: 9999;
}

.fix-qq .l4:hover {
	background-color: #2643b0;
	border: 1px solid #2643b0;
}

.fix-qq .l2:hover .a2,
.fix-qq .l3:hover .a3 {
	color: #ffffff !important;
}

.fix-qq .fix-code {
	display: none;
	width: 170px;
	height: 170px;
	position: fixed;
	right: 70px;
	top: 403px;
	z-index: 999;
}

.fix-qq .l4:hover .fix-code {
	display: block;
}
