@charset "UTF-8";
*{margin:0; padding: 0;}
body {background:#FFF;  color: #2d2d2d; margin:0 auto; font-size:14px; font-family:Helvetica,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif; }
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;font-size:14px;}
ul { list-style:none;}
img { border:0px;}
a, a:focus, a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
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;
}

.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;
}
.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;
}
/*foot*/
.aboutbox{ 
	width: 100%;
	margin:0 auto;
	background: #fff;
}
.about {
    width: 1190px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
    margin-bottom: 80px;
}
.about p {
    text-align: center;
    line-height: 26px;
    color: #999;
}
.about p a {
    padding: 0 20px;
}
font.shux {
    color: #ccc;
}
.about p {
    text-align: center;
    line-height: 26px;
    color: #999;
}
.gudi{
	width: 100%; 
	margin:0 auto;	
	position: fixed;
	background:rgba(255,115,68,1);
	bottom:0px;
	z-index: 9999;
}
ul.gudibox{
	width: 1190px;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
	display: flex;
}
ul.gudibox li{
	flex: 1;
	border-right: 1px solid #ffae78;
	text-align: center;
	padding: 0 60px;

}
ul.gudibox li.none{
	border-right: 0 none;
}
ul.gudibox li i{
	width:50px;
	height: 50px;
	background: url(../images/dh.png);
	float: left;
}
ul.gudibox li .dhbox{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
ul.gudibox li .dhbox p.name{
	height: 30px; 
	line-height: 30px;
	text-align: left;
	font-size: 16px;
}
ul.gudibox li .dhbox p.dhtext{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}

/*youcefudong*/
.qqright{
	border-radius: 8px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	right: 0px;
	top: 170px;
	padding: 0 10px;
}
ul.qqcont{

}
ul.qqcont li{
	border-bottom: 1px solid #ffc4a1;
	padding: 15px 0px;
}
ul.qqcont li:last-of-type{
	border-bottom: 0 none;
}
ul.qqcont li p.name2{
	font-size: 16px;
	text-align: center;
	color: #ff6600;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
ul.qqcont li p.qqtxt{
	height: 36px;
	margin-left:18px;
	background: #ffa82b;
	position: relative;
	border-radius: 5px;
}
ul.qqcont li p.qqtxt i{
	width: 36px;
	height: 36px;
	background: url(../images/qqicon.png);
	display: inline-block;
	position:absolute;
	left: -18px;
	top: 0px;
}
ul.qqcont li p.qqtxt span{
	font-size:14px;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 10px;
}


