@charset "utf-8";
/* CSS Document */
/*css reset css初始化部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "WenQuanYi Micro Hei",STHeiTi,sans-serif;"Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;color:#333;font-size: 14px;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:grayscale;
}
fieldset, img { border:0; vertical-align:middle;}
ol, ul, dl{ list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; border: none; font-family:"微软雅黑";}
textarea { resize:none; } 
a { color:#333333; text-decoration:none; }
a:hover {text-decoration:none;}
* html p {font-size: 5em; } 
*:first-child+html p { font-size: 5em; }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear{
    clear: both;
}

/*css reset css初始化部分结束*/

/*头部部分开始*/
.top{
	width:100%;
	height: 34px;
	background: #F9F9F9;
	border-bottom: 1px solid #e5e5e5;
}
.top_in{
	width: 1200px;
	margin:0 auto;
	line-height: 32px;
	font-size: 12px;
}
.top_in .contact{
	float: left;
}
.top_in .contact .num{
	color:#666;
}
.top_in .contact img{
	margin-bottom:3px;
}
.top_in .top_nav{
	float: right;
}
.top_in .top_nav ul li{
	float: left;
	margin-left: 20px;
	color:#9D9D9D;
}
.top_in .top_nav ul li a{
	color:#9D9D9D;
}
.top_in .top_nav ul li.dz span{
	color: #eeeeee;
    padding: 0 5px;
    font-size: 16px;
    line-height: 16px;
}
.top_in .top_nav ul li.gwc img{
	margin-bottom:3.5px;
}
.top_in .top_nav ul li.wx img{
	cursor: pointer;
	margin-bottom:2.5px;
}
.top_in .top_nav ul li.wx{
	position: relative;
}
/*微信展开部分*/
.wx_ewm {
    width: 144px;
    height: 193px;
    background: url(../images/wx_bj.png) no-repeat;
    position: absolute;
    top: 32px;
    right: -4px;
    z-index: 22222;
    display: none;
}
.wx_ewm P {
    font-size: 14px;
    color: #1ba3e6;
    text-align: center;
    margin-top: 30px;
}
.wx_ewm img {
    display: block;
    margin:8px auto 0;
}
/*头部部分开始*/
.head{
	width:100%;
	height:70px;
	line-height: 70px;
	background:#fff;
	position: relative;
    z-index: 1111;
	-webkit-box-shadow: 0 3px 5px #DCDCDC;   
    -moz-box-shadow: 0 3px 5px #DCDCDC;   
    box-shadow: 0 1px 5px #DCDCDC;
}
.head_in{
	width: 1200px;
	margin: 0 auto;
}
.head_in .logo{
    float: left;
    width:143px; 
    height:42px; 
    background:url(../images/logo.png) no-repeat;
    margin-top:13px;
}
.head_in .logo h1 a{
    display:block; 
    height:40px; 
    overflow:hidden; 
    text-indent:-2000em;
}
.head_in .all_fw{
	cursor: pointer;
	text-align: center;
	margin-left:20px;
	font-size:15px;
	float:left;
	width:119px;
	height:33px;
	line-height:30px;
	border-radius:3px;
	margin-top:20px;
}
.head_in .all_fw:hover{
	border:1px solid #efefef;
}
.head_in .all_fw img{
	vertical-align: middle;
	margin:0 4px 2px 0;
}
.head_in .nav{
	float:left;
	margin-left:-15px;
}
.head_in .nav ul li{
	float: left;
	margin-left: 30px;
	font-size:15px;
}
.head_in .nav ul li a:hover{
	color:#1BA3E5;
}
.head_in .nav ul li.cur a{
	color:#1BA3E5;
}
.head_in .right{
	float: right;
	margin-top: 20px;
}
.head_in .right ul li{
	float: left;
}
.search-container {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 30px;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	overflow: hidden;
	margin:0px 20px 0 0;
	transition: width .3s ease;
}

.search-container .better-placehoder {
	width: auto!important;
	left: 0
}

.search-container input {
	float: left;
	height: 30px;
	width: 00px;
	padding: 0 30px 0 15px;
	box-shadow: none;
	border: none;
	background: 0 0;
	outline: 0;
	font-size: 14px;
	transition: width .2s ease
}

.search-container input:focus {
	box-shadow: none;
	border-color: #FFADAD;
	background-color: #fff
}
.search-container .search-hd-btn {
	position: absolute;
	top:5px;
	right:10px;
	z-index: 22;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	border: none;
	width: 20px;
	height: 20px;
	background:url(../images/search.png) no-repeat;
}

.search-container .search-hd-btn:focus, .search-container .search-hd-btn:hover, .search-container.on .search-hd-btn {
	background:url(../images/ss2.png) no-repeat;
}

.search-container .search-hd-btn:focus {
	outline: 0
}

.search-container.on, .search-container.on input {
	width: 200px
}
.head_in .right .bb{
	width:74px;
	height: 28px;
	line-height: 26px;
	background: #1BA3E5;
	text-align: center;
	color:#fff;
	font-size: 12px;
	border-radius: 3px;
}
.head_in .right .bb a{
	color:#fff;
}

.fw_nav{
	width:1200px;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -600px;
}
.fw_nav ul{
	width:285px;
	height: 400px;
	background: rgba(0,0,0,0.5);
	position: relative;
	z-index:111;
}
.fw_nav ul li{
	width:285px;
	height: 80px;
	line-height: 80px;
	padding-left:50px;
}
.fw_nav ul li a{
	font-size: 16px;
	color:#fff;
	display: block;
}
.fw_nav ul li img{
	margin-left: 109px;
	margin-bottom: 3px;
}
.sub_cont{
	width:915px;
	background: #fff;
	position: absolute;
	top:0;
	left:285px;
	padding:0 55px 0 45px;
	display: none;
}
.sub_cont .sub_bt{
	padding:19px 0 16px;
	border-bottom: 1px solid #f1f1f1;
	color:#999;
	line-height: 16px;
	text-align: left;
}
.sub_cont .sub_bt span{
	cursor: pointer;
	margin-right: 25px;
}
.sub_cont .sub_bt span.cur{
	color:#333333;
}
.sub_cont .cont_in{
	margin-top: 10px;
}
.sub_cont .fw_list{
	line-height: 16px;
	width: 399px;
	height: 75px;
	background: #F1F1F1;
	text-align: left;
	padding:15px 20px;
	position: relative;
	float: left;
	margin-right: 16px;
	margin-bottom: 14px;
	cursor: pointer;
}
.sub_cont .fw_list.last{
	margin-right: 0;
}
.sub_cont .fw_list h3{
	font-weight: normal;
	color:#5A6476;
}
.sub_cont .fw_list p{
	font-size: 14px;
	color:#999;
	margin-top:12px;
}
.sub_cont .fw_list .price{
	position: absolute;
	top:15px;
	right:20px;
	color:#666;
}
.sub_cont .fw_list.active h3{
	color:#1BA3E5;
}
.sub_cont .fw_list.active .price{
	color:#1BA3E5;
}
.gs, .cs, .rz, .rb{
	height:400px;
}
.ra{
	height:420px;
}
.bg{
	height:338px;
}
.fw_nav_in{
	display:none;
	top:73px;
	z-index:1;
}


