﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1192px;
	margin:0 auto;
	font-size:12px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1192px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 70px;
	background:#000;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.header .logo{
	float: left;
	display: block;
}
.header .logo img{
	display: block;
	height: 70px;
}
.header_zw{
	height: 70px;
	clear: both;
}
.nav{
	float: right;
	line-height: 70px;
	font-size:16px;
}
.nav a{
	float: left;
	color:#fff;
	margin-right:50px;
}
.head_tel{
	float: right;
	height: 28px;
	background:#fdd54f url("../images/head_tel.png") no-repeat 8px center;
	border-radius:3px;
	line-height: 28px;
	font-family:arial;
	font-size:20px;
	padding:0 10px 0 35px;
	margin-top:21px;
}

/*公用CSS 结束*/

.banner{
	height: 528px;
	background:url("../images/banner.jpg") no-repeat top center;
	position: relative;
}
.banner .zk{
	display: block;
	width: 226px;
	height: 60px;
	line-height: 60px;
	background:#69289c;
	border-radius:4px;
	text-align: center;
	font-size:20px;
	color:#ffdf06;
	position: absolute;
	bottom: 97px;
	left: 50%;
	margin-left:-560px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.h_area1{
	height: 754px;
	background:url("../images/h1bg.jpg") no-repeat top center;
}
.h1_slider{
	float: left;
	margin-top:124px;
	width: 595px;
	height: 424px;
	position: relative;
	overflow: hidden;
}
.h1_slider li{
	height: 106px;
	position: relative;
	padding-left:80px;
}
.h1_slider .hot{
	width: 22px;
	height: 30px;
	background:url("../images/hot.png") no-repeat left top;
	position: absolute;
	left: 40px;
	top: 3px;
}
.h_area1 .cright{
	width: 534px;
	float: right;
	padding-top:60px;
	position: relative;
}
.h_area1 .t1{
	color:#ffdf06;
	font-size:37px;
	line-height: 54px;
	font-weight: bold;
}
.h_area1 dl{
	position: absolute;
	color:#4c2369;
}
.h_area1 dt{
	font-weight: bold;
	font-size:22px;
}
.h_area1 dd{
	font-size:16px;
	line-height: 26px;
}
.h_area1 .d1{
	left: 50px;
	top: 198px;
	width: 435px;
}
.h_area1 .d2{
	left: 35px;
	top: 410px;
	width: 375px;
}
.h_area1 .d3{
	left: 202px;
	top: 600px;
}
.h_area2{
	background:#e2e1e6;
	text-align: center;
}
.h_area2 .t1{
	height: 77px;
	line-height: 77px;
	font-size:26px;
	color:#7e37b7;
}
.h_area2 .fm{
	width: 714px;
	margin:0 auto;
}
.h_area2 .text{
	float: left;
	width: 466px;
	height: 50px;
	border:2px solid #f1a301;
	border-right:0;
	border-radius:4px 0 0 4px;
	background:#fff;
	padding-left:20px;
	font-size:18px;
}
.h_area2 .go{
	display: block;
	width: 226px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius:4px;
	background:#fccf1c; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #fccf1c, #f1a301);
	background:-moz-linear-gradient(to bottom, #fccf1c, #f1a301);
	background:-webkit-gradient(to bottom, #fccf1c, #f1a301);
	background:-o-linear-gradient(to bottom, #fccf1c, #f1a301);
	float: right;
	font-size:20px;
	color:#7e37b7;
	margin-top:-4px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.h_area2 .tip{
	text-align: center;
	height: 60px;
	line-height: 60px;
	color:#706f6f;
	font-size:16px;
}
.h_area3{
	height: 837px;
	background:url("../images/h3bg.jpg") no-repeat top center;
}
.h_area3 .title{
	text-align: center;
	height: 395px;
	line-height: 170px;
	font-size:40px;
	color:#4c2369;
	font-weight: bold;
}
.h_area3 .wp{
	width: 1224px;
	margin:0 auto;
}
.h_area3 .item{
	width: 276px;
	margin:0 15px;
	float: left;
	position: relative;
}
.h_area3 .item2{
	margin-top:53px;
}
.h_area3 dt{
	padding:22px 0 6px 0;
	text-align: center;
	font-size:24px;
	line-height: 30px;
	color:#ffdf06;
}
.h_area3 dd{
	font-size:16px;
	line-height: 26px;
	color:#fff;
	width: 208px;
	margin:0 auto;
}
.h_area3 .go{
	display: block;
	width: 226px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 236px;
	left: 50%;
	margin-left:-113px;
	text-align: center;
	font-size:20px;
	color:#4c2369;
}
.h_area4{
	background:#4e7586;
	padding-bottom:66px;
}
.h_area4 .title{
	text-align: center;
	font-size:40px;
	color:#ceedf0;
	height: 146px;
	line-height: 146px;
	font-weight: bold;
}
.h4_tab{
	width: 1200px;
	margin:0 auto;
}
.h4_tab th{
	height: 50px;
	background:#30505d;
	border-bottom:6px solid #4e7586;
	text-align:left;
}
.h4_tab .th1{
	width: 217px;
}
.h4_tab .th2{
	width: 488px;
}
.h4_tab .th3{
	width: 488px;
}
.h4_tab .ts{
	font-size:24px;
	color:#ffdf06;
	padding-left:55px;
}
.h4_tab td{
	padding:15px 0;
	border-bottom:2px solid #fff;
	font-size:16px;
	color:#30505d;
	line-height: 26px;
}
.h4_tab .td1{
	background:#ceedf0;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color:#30505d;
}
.h4_tab .td2{
	width: 488px;
	background:#c7e7eb;
}
.h4_tab .td3{
	width: 488px;
	background:#c1e1e5;
}
.h4_tab p{
	padding-left:55px;
}
.h4_tab .last td{
	border:0;
}
.h4_ctrls{
	text-align: center;
	padding-top:42px;
}
.h4_ctrls .go{
	display: inline-block;
	width: 254px;
	height: 60px;
	line-height: 60px;
	border-radius:4px;
	background:#fccf1c; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #fccf1c, #f1a301);
	background:-moz-linear-gradient(to bottom, #fccf1c, #f1a301);
	background:-webkit-gradient(to bottom, #fccf1c, #f1a301);
	background:-o-linear-gradient(to bottom, #fccf1c, #f1a301);
	font-size:20px;
	color:#30505d;
	margin:0 30px;
}

.h_area5{
	height: 644px;
	background:url("../images/h5bg.jpg") no-repeat bottom center;
}
.h_area5 .title{
	text-align: center;
	height: 146px;
	line-height: 146px;
	font-size:40px;
	color:#30505d;
	font-weight: bold;
}
.h_area5 .wp{
	width: 1224px;
	margin:0 auto;
}
.h5_item{
	width: 276px;
	height: 430px;
	float: left;
	margin:0 15px;
	background:#faca1c;
	position: relative;
}
.h5_item .bf{
	width: 276px;
	height: 430px;
	position: absolute;
	left: 0;
	top: 0;
}
.h5_item .bf dl{
	padding:106px 0 30px 0;
	text-align: center;
	color:#4c2369;
	background:url("../images/h5_d.png") no-repeat bottom center;
}
.h5_item .bf dt{
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size:40px;
}
.h5_item .bf dd{
	height: 40px;
	line-height: 40px;
	font-size:24px;
}
.h5_item .af{
	width: 276px;
	height: 430px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color:#4c2369;
	display: none;
}
.h5_item:hover .af{
	display: block;
}
.h5_item:hover .bf{
	display: none;
}
.h5_item .t1{
	height: 88px;
	line-height: 88px;
	font-size:24px;	
	background:url("../images/h5_line.png") no-repeat bottom center;
}
.h5_item .ico{
	display: block;
	width: 120px;
	height: 120px;
	margin:0 auto;
}
.h5_item ul{
	height: 132px;
}
.h5_item li{
	font-size:16px;
	line-height: 26px;
}
.h5_item .ask{
	display: block;
	width: 226px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius:4px;
	background:#7b35b3; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #7b35b3, #541b83);
	background:-moz-linear-gradient(to bottom, #7b35b3, #541b83);
	background:-webkit-gradient(to bottom, #7b35b3, #541b83);
	background:-o-linear-gradient(to bottom, #7b35b3, #541b83);
	margin:0 auto;
	font-size:20px;
	color:#faca1c;
	margin-top:-4px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.h_area6{
	height: 650px;
	background:url("../images/h6bg.jpg") no-repeat top center;
}
.h_area6 .title{
	text-align: center;
	height: 146px;
	line-height: 146px;
	font-size:40px;
	color:#30505d;
	font-weight: bold;
}
.h_area6 .wp{
	width: 1224px;
	margin:0 auto;
}
.h6_item{
	display: block;
	width: 276px;
	margin:0 15px;
	height: 330px;
	float: left;
}
.h6_item .photo{
	display: block;
	height: 158px;
	margin-bottom:12px;
}
.h6_item .photo img{
	display: block;
	width: 100%;
	height: 158px;
}
.h6_item dt{
	height: 50px;
	line-height: 50px;
	border-bottom:2px solid #30505d;
	padding-left:16px;
	font-size:24px;
	color:#30505d;
	margin-bottom:7px;
}
.h6_item dd{
	padding-left:16px;
	line-height: 26px;
	font-size:16px;
	color:#30505d;
}
.h_area7{
	text-align: center;
	background:#fbcb1c;
}
.h_area7 .title{
	height: 77px;
	line-height: 77px;
	font-size:26px;
	color:#7e37b7;
}
.h_area7 .wp{
	width: 1140px;
	margin:0 auto;
}
.h_area7 select{
	float: left;
	width: 246px;
	height: 50px;
	line-height: 50px;
	border:2px solid #7b34b3;
	box-sizing:content-box;
	border-radius:4px;
	padding-left:10px;
	margin-right:26px;
	background:#fff url("../images/sel.png") no-repeat right center;
	-webkit-appearance: none;
	outline:none;
	font-size:16px;
	color:#333;
}
.h_area7 select::-ms-expand {
    display: none;
}
.h_area7 .text{
	float: left;
	height: 50px;
	border:2px solid #7b34b3;
	border-right:0;
	border-radius:4px 0 0 4px;
	width: 330px;
	font-size:16px;
	padding-left:10px;
	color:#333;
}
.h_area7 .go{
	display: block;
	width: 226px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius:4px;
	background:#7b35b3; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #7b35b3, #541b83);
	background:-moz-linear-gradient(to bottom, #7b35b3, #541b83);
	background:-webkit-gradient(to bottom, #7b35b3, #541b83);
	background:-o-linear-gradient(to bottom, #7b35b3, #541b83);
	float: right;
	font-size:20px;
	color:#fbcb1c;
	margin-top:-4px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.h_area7 .tip{
	height: 60px;
	line-height: 52px;
	text-align: center;
	color:#706f6f;
	font-size:16px;
}

.h_area8{
	background:#ceedef;
	padding-bottom:70px;
}
.h_area8 .title{
	font-size:40px;
	color:#551a84;
	height: 140px;
	line-height: 140px;
	text-align: center;
	font-weight: bold;
}
.h_area8 .wp{
	width: 1200px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.h_area8 .s_list{
	width: 1212px;
}
.h_area8 .s_list img{
	display: block;
	width: 190px;
	height: 116px;
	float: left;
	margin-right:12px;
}
.h_area8 .photo{
	float: left;
	display: block;
	width: 590px;
	height: 212px;
	margin-top:36px;
}
.h_area8 .crt{
	width: 580px;
	float: right;
}
.h_area8 .crt p{
	padding-top:28px;
	font-size:16px;
	line-height: 26px;
	color:#30505d;
}
.footer{
	background:#551a84;
	padding:53px 0 47px 0;
	color:#fff;
}
.footer .wp{
	width: 1002px;
	margin:0 auto;
}
.footer .copy{
	font-size:15px;
	line-height: 75px;
}
.footer .item{
	width: 334px;
	float: left;
	height: 48px;
	background:url("../images/ft_pos.png") no-repeat left center;
}
.footer dl{
	padding-left:48px;
}
.footer dt{
	height: 24px;
	line-height: 24px;
	font-size:18px;
	font-weight: bold;
}
.footer dd{
	height: 26px;
	line-height: 26px;
	font-size:15px;
}
.tc_btn:hover{
	opacity: 0.8;
}