﻿/*全局样式*/
*{
	padding: 0 ;
	margin: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	font-size: 14px;
}
ul,li{
	list-style: none;
}
img{
	border: none;
}


/*内容样式*/

.header{
	width: 1200px;
	margin: 0 auto;
	height: 123px;
	overflow: hidden;
}
.header_left{
	float: left;margin-top: 31px;
}
.header_right{
	float: right;
	margin-top: 35px;
}
.header_right>div:nth-child(1){
    font-size: 18px;
    color: #d23d05;
    line-height: 30px;
}
.header_right>div:nth-child(2){
	text-align: center;
}
.head_nav{
	color: #000;
	padding: 0 5px;
}

.nav{
	width: 100%;
	background: #666;
	height: 40px;
	line-height: 40px;
}
.nav_content{
	width: 1200px;
	margin: 0 auto;
}
.nav_content ul li{
	float: left;
}
.nav_btn{
	color: #fff;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.nav_btn:hover{
	background: #a31579;
}
.banner{
	margin-top: 5px;
}

.content{
	width: 100%;
	background: #f8f8f8;
	padding:50px 0; 
}
.main_content{
	width: 1200px;
	margin: 0 auto;
}
.main_content_left{
	float: left;
	width: 365px;
}
.main_content_right{
	float: right;
	width: 805px;
}
.cont{
	height: 295px;
	background: #fff;
	overflow: hidden;
}
.main_content_left .content{
	width: 310px;
	margin: 0 auto;
	background: #fff;
}
.main_content_left .head{
	width: 100%;
	background: #666;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.main_content_left .content>div:nth-child(1){
	line-height: 30px;
}
.main_con_input{
	width: 90%;
	outline: none;
	height: 30px;
	border: 1px solid #e5e5e4;
	border-radius:5px;
	-webkit-border-radius: 5px;
	padding:0 15px;
} 
.chaxun{
	padding: 25px 0;
	text-align: center;
	border-bottom:1px solid #e5e5e4;
}
.chaxun a{
	display: inline-block;
	width: 100px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.chaxun a:nth-child(1){
	background: #cbc0a0;
	color: #fff;
	margin-right: 10px;
}
.chaxun a:nth-child(2){
	border:1px solid #e5e5e4;
	color: #000;
	margin-left:10px ;
}
.main_content_right .head{
	width: 100%;
	border-bottom:3px solid #666;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.main_content_right .head ul li{
	float: left;
	width: 90px;
   cursor: pointer;
}
.click{
	background: #666;
	color: #fff;
}
.myspan{
	float: left;
	margin-left: 20px;
}
.myspan1{
	float: right;
	margin-right: 20px;
}
.myspan img{
	margin-right:2px ;
}
.myspan a{
	color:#000;
	font-size: 14px;
}
.myspan a:hover{
	color: #a31579;
}
.box_f ul li:nth-child(1),.box_s ul li:nth-child(1),.box_t ul li:nth-child(1){
	margin-top: 5px;
}
.box_f ul li,.box_s ul li,.box_t ul li{
    height:40px;
	line-height: 40px;
}
.more{
	color: #a31579;
}
.content_one{
	width: 100%;
	background: #fff;
}
.content_one .con{
	width: 1200px;
	margin: 0 auto;
	height: 270px;
	padding-top: 78px;
}
.cir_con{
	float: left;
	width: 190px;
	height: 190px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align: center;
	color: #fff;
}
.cir_con span{
	display: block;
}
.cir_con span:nth-child(1){
	margin-top: 20px;
	height: 80px;
}
.cir_con span:nth-child(2){
	font-size: 19px;
	line-height: 40px;
	
}
.cir_con span:nth-child(3){
	color:#f8f8f8;
	font-size: 12px;
	
}
.con1{
	/*background: #738cc5;*/
	background: url(../img/c1.png) no-repeat center;
}
.con2{
	/*background: #3aa45a;*/
	background: url(../img/c2.png) no-repeat center;
}
.con3{
	/*background: #de6a73;*/
	background: url(../img/c3.png) no-repeat center;
}
.con4{
	/*background: #6a5252;*/
	background: url(../img/c4.png) no-repeat center;
}
.con5{
	/*background: #de652c;*/
	background: url(../img/c5.png) no-repeat center;
}
.mar_left{
	margin-left: 60px;
}
.link{
	width: 100%;
	background: #666;
	line-height: 40px;
}
.link_con{
	width:1200px;
	margin: 0 auto;
	color: #fff;
}
.link_con span:nth-child(1){
	font-weight: bold;
	font-size: 13px;
}
.link_btn{
	color: #fff;
	padding: 0 2px;
}
.link_btn:hover{
    color: #a31579;
}
.footer{
	width: 100%;
	background: #191919;
}
.foot{
	padding:40px 0;
	width: 620px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
