@charset "utf-8";/* CSS Document */
*{ margin:0; padding:0;}
body{ position: relative;font-family:"微软雅黑","Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light",Arial,sans-serif; font-size:14px;}
ul,li{margin: 0px; padding: 0px; list-style: none;}
a{text-decoration: none;}
/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.clearfix{
  *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/*头部*/
.top{
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	width: 100%;
	margin:0 auto;
	border-bottom: 1px solid #e6e6e6;
	font-size:12px; 
}
.top .topcont{
	width: 1190px;
	margin: 0 auto;
}
.welcom{ 
	float: left;
	color: #666;
	padding-right: 10px;
}
a.reg{
	float: left;
	padding: 0 5px;
	color: #ff6600;
}
a.login{
	float: left;
	padding: 0 5px;
	color: #ff6600;
}
.top_r{
	float: right;
}
.top_r a{
	color: #666;
	padding:0 10px;
}
.top_r a:hover{
	color: #ff6600;
}
.headbox{
	background: #fff;
	width: 100%;
	margin:0 auto;
}
.headbox{
	background: #fff;
	width: 100%;
	margin:0 auto;
}
.head{
	width:1190px;
	margin:0 auto;	
	height:42px;
	padding:20px 0; 
}
.logo{
	width: 100px;
	height: 42px;
	padding-right: 15px;
	margin-right: 15px;
	float: left;
	border-right: 1px solid #e6e6e6;
}
.logo img{
	width: 100px;
	height: 42px;
}
.head h1,.yzhititle{
	float: left;
	line-height: 42px;
	font-size:20px;
	color: #333;
	font-weight: normal;
}
.hotline{
	float: right;
	color: #666;
	font-size:30px;
	font-family: "苹方"
}

.banner_in{
	position: relative;
}

.lybox{
	width: 228px;
	position: absolute;
	top:50px;
	right: 0px;
	background: #fff;
	padding: 25px 16px;
}
ul.navbox{
	float: right;
}
ul.navbox li{
	text-align: center;
	padding: 14px 0px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	position: relative;
	float: left;
	margin:0 15px;
	width: 80px;
}
ul.navbox li>a{
	color: #333;
	display: inline-block;
}
ul.navbox li a i{
	display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:6px;
    height:6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
	top: -3px;
	margin-left: 6px;
}

ul.navbox li>a.current,ul.navbox li>a:hover{
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
	background: none;
	border-left: 0 none;
	border-right: 0 none;
	border-top:0 none;
}

ul.navbox li .twomenus{
	position: absolute;
	top: 36px;
	left:-15px;
	width: 92px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px #999;
	background: #fff;
	padding:0 10px;
	display: none;
	z-index: 10000;
	font-size: 14px;
}
ul.navbox li:hover .twomenus{
	position: absolute;
	top: 36px;
	left:-15px;
	width: 92px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px #999;
	background: #fff;
	padding:0 10px;
	display: block;
	z-index: 10000;
	font-size: 14px;
}
.twomenus>a{
	height: 40px;
	line-height: 40px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.twomenus>a:hover{
	color: #ff6600;
	text-decoration: none;
}





/*内容*/

.xunqin_box{
	margin: 0 auto;
	background: #f5f5f5;
}
.banner{
	width: 100%;
	margin: 0 auto;
}
.banner>img{
	width: 100%;
	text-align: center;
}
.title{
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #e6e6e6;
	padding: 0px 20px;
}
.title>span{
	font-size:20px; 
	color:#e70019;
	font-weight:bold;
}
.qunqin_wrap{
	background: #fff;
	border-radius: 3px;
	width: 1190px;
	margin: 10px auto 0px auto;
	overflow: hidden;
}

ul.qunqin_list{
	padding: 20px;
	margin: 0 auto;
}
ul.qunqin_list>li{
	width: 550px;
	border:1px solid #ffd1c7;
	float: left;
	padding: 10px 0px 10px 10px;
	margin-bottom: 20px;
}
ul.qunqin_list>li:nth-child(2n+1){
	margin-right: 25px;
}
.picture{
	width: 132px;
	height: 176px;
	float: left;
	margin-right: 10px;
}
.picture>img{
	width: 132px;
	height: 176px;
}
.infomationlist{
}
.infomationlist>p{
	font-size: 16px;
	color: #000;
	height: 34px;
	line-height: 34px;
}
.infomationlist>p>span{
	color: #666;
}
.infomationlist>p>strong{
	color: #e70019;
}
.infomationlist>p:last-of-type{
	position: relative;
	padding-right: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.infomationlist>p:last-of-type>a{
	position: absolute;
	right: 0px;
	top: 5px;
	height: 26px;
	line-height: 26px;
	background: #e70019;
	color: #fff;
	font-size: 12px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0px 15px;
	display: inline-block;
	text-decoration: none;
}

/*infomation*/
.infomation{
	padding: 20px;
	overflow:hidden; 
	display: flex;
}
.leftbox{
	flex: 3;
}
.infomation_top{
	margin-bottom: 20px;	
}
.xq_picture{
	width: 220px;
	height: 290px;
	padding: 10px;
	border:1px solid #ffbebe;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}
.xq_picture>img{
	width: 220px;
	height: 290px;
}
.xq_text{}
.xq_text>p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
}
.xq_text>p>span{
	color: #666;
}
.xq_title{
	margin-top: 50px;
}
.xq_title>span{
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	color: #e70019;
	background: #ffe3e3;
	border-left: 4px solid #e70019;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	display: inline-block;
	font-size: 16px;
	font-weight:600;
}
.xq_detail{
	padding: 10px;		
}
.xq_detail>p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
	text-indent: 32px;
}
.xq_contact{
	background: #f5f5f5;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	padding: 0px 20px;
	display: flex;
}
.xq_contact>span{
	flex: 1;
}

.rightbox{
	flex: 1;
	width: 290px;
}
.rightbox>.other_xq{
	border:1px dashed #ccc;
	padding: 10px 10px;
}
.other_xq_title{
	border-bottom:2px solid #e6e6e6;
	height: 40px;
	line-height:40px;
}
.other_xq_title>span{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	border-bottom: 2px solid #e70019;
	display: inline-block;
}
.other_xq_text>p{
	height: 40px;
	line-height: 40px;
}
.other_xq_text>p>a{
	color: #666;
	text-decoration: none;
}
.other_xq_text>p>a>span{
	color: #e70019;
}

.footer{
	height: 80px;
  	line-height:80px;
  	background: #f6f6f6;
  	text-align: center;
}
.footer>p{ 
	color: #999;
 }