@charset "utf-8";
ul {padding:0;margin:0;list-style:none}
html a {text-decoration:none;}
html a:hover{color: red; text-decoration: none;}
em{font-style: normal;}
body{
	/*font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;*/
	font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
	letter-spacing: 1px;
}
/*常用*/
.hidden{
	display: none;
}
.clear{
	clear:both;
	display:block; 
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

/*顶部*/
.header{
    width: 100%;
	background: #fff;
	text-align: center;
}
.header .logo_box{
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #999;
	margin: 0 auto;
}
.header .logo_box span{ 
	color: #bbb;
}
.header .header_menu_box{
    width: 100%;
	background: #000;
	text-align: center;
	font-size: 0px;
	color: #fff;
	height: 38px;
}
.header .header_menu_box .menu{
	line-height: 34px;
	height: 38px;
	font-size: 14px;
	color: #aaa;
	display: inline-block;
	text-decoration: none;
	width: 123px;
	overflow: hidden;
}
.header .header_menu_box .menu:hover{
    background: red;
	color: #fff;
	font-size: 15px;
	
	transition: background 200ms;
    -moz-transition: background 200ms;
    -webkit-transition: background 200ms;
}
.header .header_menu_box .menu.current{
    background: red;
	color: #fff;
}
/*首页slider*/
.slider{
	width: 100%:
	height: 100px;
	line-height: 80px;
	background: #eee;
	color: #fff;
	text-align: center;
}
.slider .item{
	background: #fef8f8;
}
/*主体*/
.container{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
/*首页SLOGEN*/
.container .slogen{
	width: 100%;
	line-height: 130px;
	color: #ccc;
	text-align: center;
	font-size: 28px;
	color: #5e5e5e;
	/*font-family: fsyht !important;*/
	font-family: font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
	font-style: normal;
	
	border-bottom: 1px solid #e6e6e6;
}
.container .slogen_2{
	width: 100%;
	line-height: 130px;
	color: #ccc;
	text-align: center;
	font-size: 28px;
	color: #5e5e5e;
	/*font-family: fsyht !important;*/
	font-family: font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
	font-style: normal;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 36px 0 0 0;
}
/*段落标题*/
.section_box{
}
.section_box .title{
	float: left;
	font-size: 18px;
	line-height: 20px;
	border-left: 2px solid red;
	color: #4c4c4c;
	margin: 0 0 20px 2px;
	padding: 0 0 0 6px;
}
.section_box .more{
	float: right;
	line-height: 60px;
	font-size: 16px;
	color: 	#9f9f9f;
}
.img_banner_2{
	margin: 0 0 50px 0;
}
/*首页图文列表1*/
.index_list_1{
	margin: 0 0 20px 0;
}
.index_list_1 .item{
	float: left;
	width: 242px;
	margin-right: 10px;
	overflow: hidden;
}
.index_list_1 .item.last{
	margin-right: 0px;
}
.index_list_1 .item .img{
	background: #efefef none repeat scroll 0 0;
	width: 242px;
    height: 174px;
    margin-bottom: 10px;
    overflow: hidden;
	cursor: pointer;
}
.index_list_1 .item .img:hover{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
}
.index_list_1 .item .img img{
    max-width: 100%;
	display: block;
}
.index_list_1 .item .summary{
	width: 100%;
	color: #4c4c4c;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	display: block;
}
.index_list_1 .item .summary:hover{
	color: red;
}
/*首页图文列表2*/
.index_list_2{
	margin: 0 0 20px 0;
}
.index_list_2 .item{
	float: left;
	width: 326px;
	margin: 0 10px 20px 0;
	overflow: hidden;
	cursor: pointer;
}
.index_list_2 .item.last{
	margin-right: 0px;
}
.index_list_2 .item .img{
	background: #efefef none repeat scroll 0 0;
	width: 326px;
    height: 236px;
    margin-bottom: 3px;
    overflow: hidden;
}
.index_list_2 .item .img:hover{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
}
.index_list_2 .item .img img{
    max-width: 100%;
	display: block;
}
.index_list_2 .item .summary{
	width: 100%;
	color: #4c4c4c;
	overflow: hidden;
	line-height: 30px;
}
.index_list_2 .item .summary:hover{
	color: red;
}
/*友情链接*/
.friend_list{
}
.friend_list .friend_link{
	float: left;
	width: 190px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.friend_list .friend_link.last{
	margin-right: 0px;
}
/*图文列表3*/
.index_list_3{
}
.index_list_3 .item{
	float: left;
	width: 490px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 36px;
}
.index_list_3 .item.last{
	margin-right: 0px;
}
.index_list_3 .item .img{
	background: #efefef none repeat scroll 0 0;
	width: 490px;
    height: 360px;
    margin-bottom: 10px;
    overflow: hidden;
	cursor: pointer;
}
.index_list_3 .item .img:hover{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
}
.index_list_3 .item .img img{
    max-width: 100%;
	display: block;
}
.index_list_3 .item .title{
	width: 100%;
	color: #4c4c4c;
	overflow: hidden;
	line-height: 20px;
	margin: 12px 0 6px 0;
}
.index_list_3 .item .summary{
	width: 100%;
	color: #9f9f9f;
	overflow: hidden;
	line-height: 22px;
	font-size: 12px;
}
/*图文列表4*/
.index_list_4{
}
.index_list_4 .item{
	float: left;
	width: 210px;
	margin-right: 50px;
	overflow: hidden;
	margin-bottom: 36px;
}
.index_list_4 .item.last{
	margin-right: 0px;
}
.index_list_4 .item .img{
	background: #efefef none repeat scroll 0 0;
	width: 210px;
    height: 274px;
    margin-bottom: 10px;
    overflow: hidden;
	cursor: pointer;
}
.index_list_4 .item .img:hover{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
}
.index_list_4 .item .img img{
    max-width: 100%;
	display: block;
}
.index_list_4 .item .title{
	width: 100%;
	color: #4c4c4c;
	overflow: hidden;
	line-height: 20px;
	margin: 12px 0 6px 0;
}
.index_list_4 .item .summary{
	width: 100%;
	color: #9f9f9f;
	overflow: hidden;
	line-height: 22px;
	font-size: 12px;
}
/*图文列表5*/
.index_list_5{
}
.index_list_5 .item{
	float: left;
	width: 320px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 36px;
}
.index_list_5 .item.last{
	margin-right: 0px;
}
.index_list_5 .item .img{
	background: #efefef none repeat scroll 0 0;
	width: 320px;
    height: 142px;
    margin-bottom: 10px;
    overflow: hidden;
	cursor: pointer;
}
.index_list_5 .item .img:hover{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
	transition: all 0.3s ease-in-out 0s;
}
.index_list_5 .item .img img{
    max-width: 100%;
	display: block;
}
.index_list_5 .item .title{
	width: 100%;
	color: #4c4c4c;
	overflow: hidden;
	line-height: 20px;
	margin: 12px 0 0 0;
	font-size: 16px;
}
.index_list_5 .item .sub_info{
	width: 100%;
	color: #4c4c4c;
	overflow: hidden;
	line-height: 20px;
	margin: 12px 0 18px 0;
}
.index_list_5 .item span{
	padding: 0 0 0 30px;
}
.index_list_5 .item .requirement{
	width: 100%;
	color: #9f9f9f;
	overflow: hidden;
	line-height: 22px;
	font-size: 12px;
}
/*赞助商资源*/
.friend_list_2{
}
.friend_list_2 .friend_link{
	float: left;
	width: 190px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.friend_list_2 .friend_link.last{
	margin-right: 0px;
}
/*内容*/
.content_box_1{
	padding: 40px 0;
}
.content_box_1 .title{
	font-family: "fsyht" !important;
	color: #5e5e5e;
	font-size: 28px;
	margin: 0 0 10px 0;
}
.content_box_1 .content{
	font-family: "fsyht" !important;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 28px;
}
.content_box_2{
	padding: 40px 0 80px 0;
	background: #ad1e24;
	color: #fff;
}
.content_box_2 .en_title{
	font-family: "fsyht" !important;
	font-size: 28px;
	margin: 0 0 0 0;
}
.content_box_2 .title{
	font-family: "fsyht" !important;
	font-size: 28px;
	margin: 0 0 10px 0;
}
.content_box_2 .content{
	font-family: "fsyht" !important;
	font-size: 14px;
	line-height: 28px;
}
.content_box_2 .content span{
	font-weight: 800;
}
.content_box_3{
	padding: 40px 0 80px 0;
	margin: 0 0 80px 0;
	border-bottom: 1px solid #ddd;
}
.content_box_3 .title_1{
	font-family: "fsyht" !important;
	color: #5e5e5e;
	font-size: 22px;
	margin: 0 0 30px 0;
}
.content_box_3 .title_2{
	font-family: "fsyht" !important;
	color: #5e5e5e;
	font-size: 20px;
	margin: 0 0 8px 0;
}
.content_box_3 .title_3{
	font-family: "fsyht" !important;
	color: #5e5e5e;
	font-size: 38px;
	margin: 0 0 20px 0;
}
.content_box_3 .content{
	font-family: "fsyht" !important;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.content_box_3 .content span{
	font-weight: 800;
}
.content_img{
	margin: 0 auto;
	display: block;
}
.section_img{
	margin: 0 0 36px 0;
}
/*首页文章列表*/
.index_article_list_box{
	width: 100%;
	text-align: center;
	margin: 30px 0 30px 0;
}
.index_article_list_box .index_article_list{
	display: inline-table;
	text-align: left;
	font-size: 14px;
	width: 300px;
}
.index_article_list_box .middle{
	margin: 0 40px;
}
.index_article_list_box .index_article_list .type_name{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
}
.index_article_list_box .index_article_list .name{
	float: left;
	line-height: 20px;
	font-size: 18px;
	border-left: 2px solid red;
	padding: 0 0 0 6px;
}
.index_article_list_box .index_article_list .more{
	float: right;
	font-size: 12px;
	color: #9f9f9f;
	margin: 4px 0 0 0;
}
.index_article_list_box .index_article_list .item{
	line-height: 30px;
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.index_article_list_box .index_article_list .title{
	color: #333;
	padding: 0 0 0 8px;
}
/*友情链接*/
.friend_link_list{
	width: 98%;
	margin: 0 0 30px 2px;
}
.friend_link_list a{
	color: #9f9f9f;
	float: left;
	width: 135px;
	line-height: 30px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	text-align: center;
	margin: 0 5px 5px 0;
}
/*文章列表*/
.article_list{
}
.article_list .item{
	line-height: 36px;
	border-bottom: 1px dotted #e6e6e6;
}
.article_list .item .title{
	float: left;
	color: #333;
}
.article_list .item .time{
	float: right;
	color: #9f9f9f;
}
/*联系信息*/
.contact_box{
	background: #fafafa;
	font-size: 0px;
	padding: 60px 0 30px 0;
	text-align: center;
	margin: 50px 0 0 0;
}
.contact_box .item{
	display: inline-block;
	width: 460px;
	font-size: 14px;
	vertical-align: top;
}
.contact_box .item img{
	margin: 0 0 20px 0px;
}
.contact_box .item .address_name{
    color: #4c4c4c;
    text-align: left;
    margin: 0 0 12px;
    float: left;
    margin: -6px 0 6px 16px;
    line-height: 30px;
    display: inline-table;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 0 2px;
}
.contact_box .item .address_name.activity{
	border-bottom: 2px solid red;
}
.contact_box .item .address_info{
	color: #9f9f9f;
	text-align: left;
	margin: 0 0 12px;
	padding-left: 20px;
}
.contact_box .item .phone_option{
	color: #9f9f9f;
	text-align: left;
	margin: 0 0 12px 24px;
	padding-left: 66px;
}
.contact_box .item .phone_option o{
	color: #4c4c4c;
	padding: 0 10px 0 0;
}
.contact_box .item .mail_option{
	color: #9f9f9f;
	text-align: left;
	margin: 0 0 12px;
	padding-left: 68px;
}
.contact_box .item .mail_option o{
	color: #4c4c4c;
	padding: 0 16px 0 0;
}
/*文章*/
.article_title{
    color: #4c4c4c;
    line-height: 28px;
    overflow: hidden;
    padding: 0 0 6px 6px;
	font-weight: 500;
	margin: 52px 0 0 0;
    font-size: 28px;
	border-left: 2px solid red;
}
.article_content{
}

hr {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}
/*筛选框*/
.filter_box{
	margin: 36px 0 -10px 0;
}
.filter_box .item{
	margin: 0 0 18px 0;
}
.filter_box .item label{
	float: left;
	color: #4c4c4c;
	margin: 0 22px 0 0;
}
.filter_box .item .item_box{
	float: left;
	width: 910px;
}
.filter_box .item a{
	float: left;
	color: #4c4c4c;
	margin: 0 10px 6px 0;
	padding: 1px 6px 2px 6px;
}
.filter_box .item .current{
	background: red;
	color: #fff;
}
.filter_box .item .item_box2{
	float: left;
	width: 858px;
}
.filter_box .item .item_box2 a{
	width: 200px;
}
/*底部链接*/
.footer_menu_box{
	background: #292929;
	line-height: 60px;
}
.footer_menu_container{
	margin: 0 auto;
	width: 1000px;
}
.footer_menu_box .footer_menu{
	color: #ccc;
	float: left;
	margin: 0 30px 0 0;
}
.footer_menu_box .icon_weibo{
	width: 24px;
	float: right;
	margin: 20px 20px 0 0;
}
.footer_menu_box .icon_wechat{
	width: 24px;
	float: right;
	margin: 20px 0 0 0;
}
/*友情链接*/
.footer_firend_link_box{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
.footer_firend_link_box .title{
	width: 89px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 8px 0;
	font-weight: bold;
	float: left;
	margin: 20px 0 0 0;
}
.footer_firend_link_box .firend_link_list{
	line-height: 30px;
	padding: 0 0 30px 0;
	width: 910px;
	float: left;
	margin: 20px 0 0 0;
}
.footer_firend_link_box .firend_link_list a{
	margin: 0 12px 0 0;
	line-height: 20px;
	color: #999;
	float: left;
}
/*底部*/
.footer{
	background: #000;
	text-align: center;
	line-height: 60px;
	color: #6f6f6f;
}

/*悬浮右边导航*/
.main_content_bar_box{
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 46%;
	margin: 0 auto;
	display: none;
}
.main_content_bar{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.main_content_bar .main_right_bar{
	position: absolute;
	right: -100px;
	background-color: transparent;
}
.main_content_bar .main_right_bar .right_bar_icon{
	width: 60px;
	margin-bottom: 8px;
}
.main_content_bar .main_right_bar .right_bar_icon img{
	width: 100%;
	display: block;
	cursor: pointer;
}
.main_content_bar .main_right_bar .right_bar_icon_qq{
	width: 60px;
	height: 60px;
	position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current{
	position: absolute;
	top: -16px;
	left: -51px;
	width: 116px;
	display: none;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current .qq_list_box{
	position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current .qq_list_box .qq_1{
	position: absolute;
	top: 7px;
	left: 8px;
	width: 35px;
	height: 35px;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current .qq_list_box .qq_2{
	position: absolute;
	top: 52px;
	left: 7px;
	width: 35px;
	height: 35px;
}
.main_content_bar .main_right_bar .right_bar_icon_phone{
	width: 60px;
	height: 60px;
	position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_phone .right_bar_icon_phone_current{
	position: absolute;
	top: 4px;
	right: 68px;
	/*background: #4d4d4d;*/
	background: red;
	border-radius: 6px;
	color: #fff;
	padding: 6px 16px;
	display: none;
}
.main_content_bar .main_right_bar .right_bar_icon_phone .right_bar_icon_phone_current .item{
	width: 234px;
}
.main_content_bar .main_right_bar .right_bar_icon_wechat{
	width: 60px;
	height: 60px;
	position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_wechat .right_bar_icon_wechat_current{
	position: absolute;
	top: -26px;
	left: -118px;
	width: 115px;
	display: none;
}

/*联系我们*/
.contact_us_citys{
	text-align: center;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px 0;
}
.contact_us_citys .city{
	display: inline-table;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	line-height: 50px;
	cursor: pointer;
}
.contact_us_citys .cut{
	display: inline-table;
	font-size: 14px;
	margin: 0 32px;
	color: #ddd;
}
.contact_us_citys .current{
	border-bottom: 3px solid red;
}
.city_show{
	margin: 0 0 60px 0;
}
.city_show .city_data{
	float: left;
	width: 240px;
}
.city_show .city_data .city_name{
	font-size: 28px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
}
.city_show .city_data .city_info{
	margin: 20px 0 0 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
.city_show .city_data .city_info .item{
	margin: 0 0 10px 0;
}
.city_show .city_data .city_info .info_name{
	float: left;
	width: 100px;
	color: #aaa;
}
.city_show .city_data .city_info .info_data{
	float: left;
	width: 196px;
}
.city_show .city_img{
	float: right;
	width: 733px;
	height: 350px;
}

/*前台表单*/
.form_box{
	width: 800px;
	margin: 0 auto;
}
.form_box .form-group{
	margin: 0 0 36px 0;
}
.form_box .form_title{
	margin: 16px 0;
	margin-left: 31px;
}
.form_box .styled_select {
   width: 450px;
   height: 36px;
   overflow: hidden;
   background: url('/Public/web/images/select_bg.png') no-repeat right #ddd;
}
.form_box .input_bg {
   width: 450px;
   height: 36px;
   overflow: hidden;
   background: url('/Public/web/images/input_bg.png') no-repeat right;
}
.form_box .styled_select select {
   background: transparent;
   width: 480px;
   font-size: 16px;
   border: 0px;
   -webkit-appearance: none;
}
.form_box .input_bg input {
   background: transparent;
   width: 480px;
   font-size: 16px;
   border: 0px;
   -webkit-appearance: none;
   border: 0px;
}
.form_box .input_label{
	background: url('/Public/web/images/input_label_bg.png') no-repeat right #ddd;
	height: 36px;
	width: 92px;
	border: 0px;
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.form_box .input_box{
	padding-left: 0px;
}
.form_box .btn_submit{
	width: 542px;
}
.form_box .icon_city{
	height: 26px;
	margin: 4px 25px 0 106px;
	float: left;
}
.form_box .icon_member_count{
	height: 26px;
	margin: 4px 18px 0 98px;
	float: left;
}
.form_box .icon_day{
	height: 26px;
	margin: 4px 21px 0 100px;
	float: left;
}
.form_box .icon_type{
	height: 26px;
	margin: 4px 21px 0 100px;
	float: left;
}
.form_box .icon_money{
	height: 26px;
	margin: 2px 18px 0 97px;
	float: left;
}
.form_box .icon_company{
	height: 26px;
	margin: 4px 22px 0 100px;
	float: left;
}
.form_box .icon_customer{
	height: 26px;
	margin: 4px 20px 0 100px;
	float: left;
}
.form_box .icon_phone_2{
	height: 26px;
	margin: 4px 21px 0 100px;
	float: left;
}
.form_box .btn-danger{
	background: red;
}
.form_box .btn-danger:hover{
	background: #d9534f;
}

.main_contact_box_2{
	position: fixed;
	top: 28%;
	right: 0px;
	background: red;
	color: #fff;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 170px;
	text-align: center;
	padding: 20px 0;
	display: none;
}
.main_contact_box_2 .item{
	width: 150px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.main_contact_box_2 .last{
	border-bottom: 0px;
}
.main_contact_box_2 .item .chat{
	width: 42px;
	margin: 0 auto;
}
.main_contact_box_2 .item .chat img{
	width: 100%;
	display: block;
}
.main_contact_box_2 .item .title_1{
	margin: 6px 0 6px 0;
	text-align: center;
	font-size: 14px;
}
.main_contact_box_2 .item .title_2{
	margin: 16px 10px 0;
	text-align: center;
	font-size: 14px;
}
.main_contact_box_2 .item .content_2{
	font-weight: bold;
	font-size: 14px;
	margin: 6px 0 16px 0;
}
.main_contact_box_2 .item .title_3{
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	margin: 16px 0 10px 0;
}
.main_contact_box_2 .item .content_3{
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	margin: 6px 0 6px 0;
}
.main_contact_box_2 .item .qq_item{
	color: #fff;
	width: 100%;
	height: 16px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.main_contact_box_2 .item .qq_item .img{
	width: 16px;
	float: left;
	margin: 0 0 0 10px;
}
.main_contact_box_2 .item .qq_item .img img{
	width: 100%;
	display: block;
}
.main_contact_box_2 .item .qq_item .title{
	line-height: 16px;
	float: left;
	padding: 0px;
	margin: 0 8px;
}
.main_contact_box_2 .item .qq_item .content{
	margin: 0 0 0 0;
	line-height: 16px;
	float: left;
}

/*弹窗联系控件*/
.contact_dialog_box_container{
	position: fixed;
	top: 36%;
	width: 400px;
	height: 185px;
	background: #eee;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	display: none;
	z-index: 1000;
}
.contact_dialog_box_container .contact_dialog_box{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('/Public/web/images/contact_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.contact_dialog_box_container .contact_dialog_box .btn_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url('/Public/web/images/contact_btn_cancel.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:16px;
	height:16px;
	text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box .btn_next{
	position: absolute;
	top: 133px;
	left: 127px;
	background-image: url('/Public/web/images/contact_btn_next.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:120px;
	height:26px;
	text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box .btn_go{
	position: absolute;
	top: 133px;
	right: 22px;
	background-image: url('/Public/web/images/contact_btn_now.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:120px;
	height:26px;
	text-decoration: none;
}

/*首页底部悬浮广告*/
.index_section_bottom_ad_box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
	font-family: Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box{
    width: 100%;
    position: relative;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .index_section_2_ad{
    width: 100%;
    height: 120px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    text-align: center;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .icon_close{
    width: 32px;
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .ad_time{
    padding: 27px 0 0 496px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
}
.index_section_bottom_ad_box .index_section_bottom_ad_img_box .ad_time_sub{
    padding: 5px 0 0 496px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.nianhui_2018_bg{
    width: 100%;
    position: relative;
    margin: 0 auto;
	font-family: Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
}
.nianhui_2018_bg .img_bg{
    width: 100%;
}
.nianhui_2018_bg .ad_time{
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    top: 316px;
    left: 443px;
}
.nianhui_2018_bg .ad_time_sub{
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    top: 338px;
    left: 476px;
    letter-spacing: 2px;
}
.nianhui_2018_bg .contact_form_box{
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.nianhui_2018_bg .contact_form_box .contact_form{
    width: 410px;
    display: inline-block;
    text-align: center;
}
.nianhui_2018_bg .contact_form_box .contact_form .item{
    margin: 0 0 20px;
}
.nianhui_2018_bg .contact_form_box .contact_form .form_title{
    width: 200px;
    display: inline-block;
    margin: 0 0 32px 80px;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .item_name{
    font-size: 14px;
    float: left;
    text-align: right;
    width: 80px;
    line-height: 32px;
    color: #fff;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_text{
    font-size: 14px;
    float: right;
    width: 330px;
    background: #fff;
    border: 0;
    text-align: left;
    padding: 0 12px;
    line-height: 32px;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_textarea{
    font-size: 14px;
    float: right;
    width: 330px;
    background: #fff;
    border: 0;
    text-align: left;
    resize: none;
    padding: 6px 12px;
    height: 100px;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_submit_btn{
    font-size: 16px;
    padding: 8px 0;
    width: 180px;
    color: #fff;
    font-weight: bold;
    background: #fe0000;
    border: 3px solid #000;
    border-radius: 32px;
    margin: 22px 0 0 150px;
    display: block;
}
.nianhui_2018_bg .contact_form_box .contact_form .item .input_submit_btn:hover{
    color: #fe0000;
    background: #fff;
}
.bottom_ad_dialog .modal_content_button{
    position: fixed;
    top: 36%;
    right: 20%;
    height: 60px;
    width: 60px;
    background: #f00;
    color: #fff;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
}
.bottom_ad_dialog .modal_content_button_2{
    position: fixed;
    top: 40%;
    right: -7.9%;
    height: 60px;
    width: 60px;
    background: #f00;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 8px 0 0 0;
    cursor: pointer;
    font-weight: bold;
}
.bottom_ad_dialog .modal_content_button_3{
    position: fixed;
    top: 50%;
    right: -7.9%;
    height: 60px;
    width: 60px;
    background: #f00;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 8px 0 0 0;
    cursor: pointer;
    font-weight: bold;
}