﻿&#65279;/* CSS Document */

@charset "utf-8";
/*公共部分*/

* {
	padding: 0px;
	margin: 0px;
	font: 14px/24px "微软雅黑"; 
}
body,ul,li,h1,h2,h3,h4,h5,h6 {
 padding:0;
 margin :0;
}
html {
 margin :0;
  padding:0;
}
ul, li, ol {
	list-style: none;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.cmain_con {
	width: 1000px;
	margin: 0px auto;
}
.cmain_box {
	width: 100%;
	min-width: 1000px;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fada_hover img {
	-webkit-transition: all ease 3s;
	transition: all ease 3s;
}
.fada_hover img:hover, .fada_hover img.on {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.overhidden {
	overflow: hidden;
}
.pad50 {
	padding: 50px 0px;
}
.padt50 {
	padding-top: 50px;
}
.padt10 {
	padding-top: 10px;
}
.pad60 {
	padding: 60px 0px;
}
.pad20 {
	padding: 20px 0px;
}

.pad10 {
	padding: 10px 0px;
}
.pad30 {
	padding: 30px 0px;
}
.pad40 {
	padding: 40px 0px;
}
.m-top10 {
	margin-top: 10px;
}
.m-top20 {
	margin-top: 20px;
}
.m-top30 {
	margin-top: 30px;
}
.m-top40 {
	margin-top: 40px;
}
.m-top50 {
	margin-top: 50px;
}
.m-top60 {
	margin-top: 60px;
}
.m-top80 {
	margin-top: 80px;
}
.mt14 {
	margin-top: 14px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.m20 {
	margin: 20px auto;
}
.m30 {
	margin: 30px auto;
}
.mt64 {
	margin-top: 64px;
}
.hidden {
	display: none;
}
/*页码*/
.ym_box {
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 20px;
}
.ym_box a, .ym_box b {
	padding: 8px 30px;
	background: #f5f5f5;
	cursor: pointer;
	margin-left: 1px;
	font-size: #545454;
	text-align: center;
	border-right:1px solid #d1d1d1;
	color: #545454;
}
.ym_box b {
	background: #b80e09;
	color: #fff;
}
.c5 {
	width: 50%;
}
.c4 {
	width: 40%;
}
.c6 {
	width: 60%;
}
/*product case news four*/
.cpicbox_four ul li {
	width: 230px;
	float: left;
}
.cpicbox_four ul li a {
	display: block;
	width: 230px;
	margin: 0px auto;
}
/*公共部分结束*/

body {
	overflow-x: hidden;
	position: relative;
}
/*头部开始*/
.c_top_t{
	height:30px;
	background:#f1f1f1;
	line-height:30px;
	
	}
.c_top_hy{
	font-size:12px;
	color:#999;
	line-height:30px;
	}
.c_top_kj{
	font-size:10px;
	color:#d1d1d1;
	line-height:30px;
	text-align:right;
	}
.c_top_kj a,.c_top_kj b{
	color:#999;
	font-size:12px;
	padding:0px 5px;
	transition:ease all .5s;
	-webkit-transition:ease all .5s;
	-moz-transition:ease all .5s;
	-ms-transition:ease all .5s;
	-o-transition:ease all .5s;
	}
.c_top_kj a:hover{
	color:#333;
	}
.c_top_kj b{
	color:#e00;
	}
	
.c_logo{
	margin:15px auto 8px;
	}
.c_phone{
	margin:15px auto 8px;
	text-align:right;
	}
	
/*导航*/
.c_top_b{
	height:48px;
	background:url(../images/img_27.gif) repeat-x left top;
	}
.c_nav_box ul li{
	width:125px;
	float:left;
	z-index:999;
	position:relative;
	}

.c_nav_box ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	text-align:center;
	color:#fff;
	font-size:16px;
	}
.c_nav_box ul li a.on,.c_nav_box ul li a:hover{
	background:#8b0700;
	}

/*二级导航*/
.c_fd_nav{
	
	top:48px;
	left:0px;
	background:url(../images/hei_bg.png) repeat left top;
	z-index:99;
	overflow:hidden;
	height:0px;
	}
.c_fd_nav .c_sonnav_box{
	position:relative;

	}
	
.c_fd_nav .c_sonnav_box ul{
	width:125px;
	float:left;
	padding:10px 0px;
	}
.c_fd_nav .c_sonnav_box ul.on{
	background:url(../images/h_bg.png) repeat left top;
	
	}
.c_fd_nav .c_sonnav_box ul.c_on{
	background:none;
	}
.c_fd_nav .c_sonnav_box a{
	display:block;
	width:100%;
	font-size:14px;
	line-height:40px;
	background:none;
	text-align:center;
	color:#fff;
	}
.c_fd_nav .c_sonnav_box a:hover{
	background:none;
	}
	
	
/*BANNER*/
.cban_box {
	height: 400px;
	z-index: 5;
}
.cban_box #cban_con li {
	height: 400px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.cban_box .chubd {
	position: absolute;
	bottom: 40px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	height: 5px;
	text-align: center;
	z-index: 999;
}
.cban_box .chubd span {
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0px 5px;
	cursor: pointer;
	background: #fff;
}
.cban_box .chubd span.on {
	background: #e00000;
}
.fd_img {
	top: 50px;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
}
.fd_img img {
	width: 100px;
}


	
/***************************首页样式结束  子页样式结束*************************************
/***************************首页样式结束  子页样式结束**************************************/
/***************************首页样式结束  子页样式结束**************************************/
/***************************首页样式结束  子页样式结束**************************************/
/***************************首页样式结束  子页样式结束**************************************/
/***************************首页样式结束  子页样式结束**************************************/

.cabout_box{
	width:551px;
}

.c_tit{
	font-size:16px;
	color:#000;
	border-bottom:1px solid #d1d1d1;
	line-height:30px;
	font-weight: 600;
	padding-bottom:5px;
	color:#333;
	background:url(../images/ewm.png) no-repeat left 5px;
	text-indent:25px;
}
.c_tit span{
	color:#999;
	font-size:12px;
	margin-left:10px;
}
.c_tit a{
	float:right;
	font-weight: bolder;
	font-weight: bolder;
	color:#d61719;
	margin-top:8px;
	font-size:10px;
}
.cabout_txt{
	margin-top:20px;
}
.cabout_txt img{
	height:240px;
	display:block;
	width:240px;
	float:left;
}
.cabout_txt p{
	width:291px;
	float:right;
	line-height:30px;
    margin-top:0;
    font-size:14px;
}
.cabout_txt p a{
	display:block;
	color:#f00;
	font-weight: bolder;
	margin-top:10px;
}

/*产品*/
.cpro_box{
	width:419px;
}
.cpro_con ul li{
	width:49px;
	background:#146dc1;
	float:left;
	height:240px;
	color:#fff;
	border-left:1px solid #fff;
	position:relative;
	overflow:hidden;

}
.cpro_con ul li a.cpro_atit{
	color:#fff;
	display:block;
	font-size:18px;
	width:24px;
	text-align: center;
	font-weight: bolder;
	margin:0px auto;
	position:absolute;
	left:13px;
	top:50%;
}
.cpro_con ul li.cpro_con01 a.cpro_atit{
	margin-top:-108px;
}
.cpro_con ul li.cpro_con02{
	background:#15bb34;
}
.cpro_con ul li.cpro_con02 a.cpro_atit{
	margin-top:-108px;

}
.cpro_con ul li.cpro_con03{
	background:#ee9310;
}
.cpro_con ul li.cpro_con03 a.cpro_atit{
	margin-top:-108px;
}
.cpro_con ul li.cpro_con04{
	background:#f93e46;
}
.cpro_con ul li.cpro_con04 a.cpro_atit{
	margin-top:-114px;
	line-height:19px;
}
.cpro_con ul li.cpro_con05{
	background:#0bb5b3;
}
.cpro_con ul li.cpro_con05 a.cpro_atit{
	margin-top:-108px;
}



.cpro_con ul li img{
	width:166px;
	height:240px;
	position:absolute;
	left:50px;
	top:0px;
}
.cpro_con ul li.on{
	width:216px;
}







/*首页新闻*/
.ccon02_lb{
	width:320px;
}
.ccon02_wh{
	position:relative;
	left:20px;
}
.ccon02_news ul {
	width:96%;
	margin:8px auto 0px;
}
.ccon02_news ul li{
	
	width:100%;
	
}
.ccon02_news ul li a{
	display:block;
	border-bottom:1px dashed #ccc;
	padding-bottom:8px;
	margin-bottom:7px;
}
.ccon02_news ul li h6{
	line-height:30px;
	color:#000;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:3px;
}
.ccon02_news ul li p{
	height:40px;
	line-height:20px;
	color:#666;
	font-size:12px;
  overflow:hidden;
}
.ccon02_news ul li a:hover{
	border-bottom:1px dashed #8b0700;

}
.ccon02_news ul li a:hover h6{
	color:#f00;
}
.ccon02_news ul li a:hover p{
	color:#f60;
}

/*首页 新闻2*/
.ccon02_wh ul{
	width: 96%;
	margin: 8px auto 0px;
}
.ccon02_wh ul li a {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	margin-bottom: 7px;
}
.ccon02_wh ul li .ccon02_wh_pic,.ccon02_wh ul li .ccon02_wh_pic img{
	width:90px;
	height:60px;
	margin-top:5px;
}
.ccon02_wh ul li .ccon02_wh_txt{
	width:200px;
}
.ccon02_wh ul li .ccon02_wh_txt h6{
	line-height:30px;
	color:#000;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:3px;
}
.ccon02_wh ul li .ccon02_wh_txt p{
	height:40px;
	line-height:20px;
	color:#666;
	font-size:12px;
	overflow:hidden;
	position:relative;
}

.ccon02_wh ul li a:hover .ccon02_wh_txt h6{
	color:#f00;
}
.ccon02_wh ul li a:hover .ccon02_wh_txt p{
	color:#f60;
}

/*首页 联系我们*/
.ccon02_lx dl{
	margin:12px auto 0px;
	/*background:url(../images/lx_bg.jpg) no-repeat bottom center;
	padding-bottom:38px;*/
}
.ccon02_lx dl dt{
	width:90%;
	margin:0px auto;
	font-weight: bolder;
	margin-bottom:5px;
}
.ccon02_lx dl dd{
	width:90%;
	margin:0px auto;
	font-size:12px;
	color:#666;
	line-height:32px;
}

/*底部*/
.cfoot_box{
	
	background:#f1f1f1;
	border-bottom:5px solid #d1d1d1;
}
.c_foot_lx{
	width:700px;
	}
.c_foot_lxp,c_foot_lxp img{
	width:62px;
	height:62px;
	}
.c_foot_lxt{
	width:630px;
	}
.c_foot_lxt h6{
	font-weight:bolder;
	color:#333;
	}
.c_foot_lxt h6 span{
	font-weight:100;
	font-size:12px;
	}
.c_foot_lxt p{
	line-height:16px;
	}
.c_foot_lxt p span,.c_foot_lxt p a{
	font-size:12px;
	color:#666;
	display:inline-block;
	margin-right:15px;
	line-height:16px;
	}
.c_foot_lxt p a:hover{
	color:#e00;
	}
.c_foot_ph{
	width:200px;
	text-align:right;
	}
.c_foot_ph span{
	font-weight:bolder;
	font-size:16px;
	color:#666;
	display:inline-block;
	border-bottom:2px solid #666;
	padding-bottom:3px;
	}
.c_foot_ph p{
	font-size:28px;
	color:#666;
	font-family:Impact;
	padding-top:5px;
	}


/*首页样式结束 子页样式开始*/

/*子页banner*/
.cson_ban{
	height:300px;
}

/*子页公共导航*/
.cson_tit{
	height:40px;
	background: #d1d1d1;
}
.cson_titcon ul {
	position:relative;
	z-index:99;
}
.cson_titcon ul li{
	height:40px;
	float:left;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #ccc;
	margin-left:-1px;
	margin-right:-1px;
}
.cson_titcon05 ul li{
	width:124px;
	
}
.cson_titcon04 ul li{
	width:200px;
}
.cson_titcon03 ul li{
	width:333px;
}
.cson_titcon02 ul li{
	width:500px;
}
.cson_titcon ul li a{
	display:block;
	width:100%;
	line-height: 40px;
	text-align: center;
	color:#333;
}
.cson_titcon ul li a.on,.cson_titcon ul li a:hover{
	background:#d61719;
	color:#fff;
}


/*子页内容部分框架*/
.cson_con_nr{
	width:700px;
	min-height:500px;
}

.cson_con_lb{
	width:260px;
}

/*子页位置*/

.cson_wz{
	width:100%;
	height:55px;
	border-bottom:1px solid #e5e5e5;
	margin-top:10px;
	margin:0px auto;
	color:#999;
}
.cson_wz p{
	left:0px;
	top:10px;
	background:url(../images/tb8.png) no-repeat left 7px;
	padding-left:20px;
}

.cson_wz p a{
	font-size:14px;
	color:#666;
}
.cson_wz p b{
	font-size:14px;
	color:#f00;
	font-weight: bolder;
}


/*关于我们页面*/
.cson_wb p,.cson_wb{
	line-height:36px;
	color:#555;
	word-break: break-all;
	word-wrap: break-word;
}
.cson_wb p img,.cson_wb img{
	display:block;
	margin:0px auto;
	max-width:100%;
}
.cson_wb p,.cson_wb video{
    max-width: 100%;
}
/*右边热门产品*/

.cson_hot {
	width:100%;
	margin:0px auto;
}
.cson_hot h6,.cson_lxtit h6{
	color:#333;
	font-size:20px;
	height:50px;
	line-height: 50px;
	font-weight: bolder;
	text-indent:30px;
	background:url(../images/ewm.png) no-repeat left center;
}
.cson_hot ul{
	width:5000px;
	margin-top:5px;
	position:relative;
}
.cson_hot ul li{
	width:260px;
	height:300px;
	overflow:hidden;
	float:left;
	background:#f1f1f1;
}
.cson_hot ul li img{
	height:260px;
	display:block;
	margin:20px auto 0px;
	max-width:90%;
}

.c_td_btn{
	top:50%;
	width:24px;
	height:47px;
	z-index:999;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	}
.c_td_btnleft{
	left:5px;
	background:url(../images/btn1.png) no-repeat left top;
	}
.c_td_btnright{
	right:5px;
	background:url(../images/btn1.png) no-repeat right top;
	}


.cson_lxtit dl{
	background:#f1f1f1;
	padding:15px 0px;
}
.cson_lxtit dl dt,.cson_lxtit dl dd{
	width:90%;
	margin:0px auto;
}
.cson_lxtit dl dt{
	font-weight: bolder;
	color:#333;
	margin-bottom:5px;
}
.cson_lxtit dl dd{
	color:#666;
	font-size:12px;
	line-height:30px;
}

/*资质荣誉*/
.cson_ry ul li{
	width:50%;
	float:left;
	margin-top:15px;
}
.cson_ry ul li a{
	display:block;
	margin:0px auto;
	width:94%;
	margin:0px auto;
	background:#f1f1f1;
}
.cson_ry ul li a img{
	max-width:100%;
	display:block;
	height:265px;
	margin:0px auto;
}
.cson_ry ul li a h6{
	border-top:1px solid #d1d1d1;
	background:#f1f1f1;
	line-height:40px;
	color:#333;
	font-size:16px;
	text-indent:15px;
    height:40px;
    overflow:hidden;
}

/*大图背景*/
.bod_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 9999;
	display: none;
}

/*大图容器*/
.bod_img{
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 99999;
	display: none;
}
.bod_img img{
	display:block;
	margin:0px auto;
	border:2px solid #fff;
	position:relative;
	max-width:90%;
}
.bod_imgxx{
	width:57px;
	height:57px;
	background:url(../images/close_07.png) no-repeat center center;
	cursor:pointer;
	position:absolute;
	right:15px;
	top:15px;
}


/*视频*/
.cson_video ul li a embed{
	display:block;
	width:100%;
	height:250px;
}

/*产品*/
.cson_pro ul li{
	width:33.3%;
}
.cson_pro ul li img{
	height:320px;
}



/*产品详情模板01*/
.cson_picxq_con {
	margin-top:30px;
	}
.c_son_listbox{
	width:220px;
	height:265px;
	border:1px solid #e00000;
	}
.c_son_listbox ul{
	width:220px;
	height:265px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	}
.c_son_listbox ul li{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	}
.c_son_listbox ul li img{
	display: block;
	margin:0px auto;
	max-width:100%;
	}

.c_son_listtit{
	width:220px;
	margin-top:10px;
	}
.c_son_listtit ul li{
	width:44px;
	height:60px;
	float:left;
	}
.c_son_listtit ul li a{
	display:block;
	width:90%;
	height:100%;
	border:1px solid #d1d1d1;
	margin:0px auto;
	}
.c_son_listtit ul li a:hover{
	border:1px solid #e00000;
	}
.c_son_listtit ul li img{
	width:90%;
	height:50px;
	margin:5px auto 0px;
	display:block;
	}
	
.c_con_xqtit{
	width:420px;
	}
.c_con_xqtit h2{
	font-size:24px;
	font-weight:100;
	color: #e00000;
	padding-bottom:12px;
	line-height:24px;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
	position:relative;
	}
.c_con_xqtit ul {
	padding:10px 0px;
	
	}
.c_con_xqtit ul li{
	margin:0px auto;
	font-size:14px;
	color:#545454;
	line-height:36px;
	border-bottom:1px dashed #bbb;
	}
.c_con_xqtit h3{
	font-size:22px;
	color:#e00000;
	font-weight:bolder;
	margin:15px auto;
	text-align:center;
	}
.c_con_xqtit a{
	display:block;
	width:150px;
	line-height:30px;
	height:30px;
	background:#da241c;
	color:#fff;
	margin:15px auto 0px;
	text-align:center;
	border-radius:5px;
	}
.c_con_xqtit h3 b{
	font-size:16px;
	color:#333;
	}
.cson_picxq_txt h1.ctit{
	font-size:18px;
	color:#046eb8;
	font-weight:700;
	border-bottom:1px solid #d1d1d1;
	height:25px;
	padding-bottom:10px;
	margin-bottom:20px;
	}

/*产品详情标题*/

.cson_xqtit{
	margin:20px auto 0px;
	background:#f1f1f1;
	height:40px;
	line-height:40px;
	font-size:18px;
	border-left:5px solid #666;
	text-indent:20px;
}


/*新闻动态*/
.cson_news_con ul{
}
.cson_news_con ul li{
	border-bottom:1px dashed #ccc;
	padding-top:8px;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.cson_news_con ul li h6{
	font-size:16px;
	color:#333;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight: bolder;	
}
.cson_news_con ul li p{
	font-size:12px;
	color:#666;
	margin:5px auto;
	line-height: 20px;
	height:20px;
	position:relative;
	overflow: hidden;
}
.cson_news_con ul li h5 span{
	padding-left:20px;
	color:#999;
	margin-right:40px;
}
.cson_news_con ul li h5 span.zz{
	background:url(../images/symbol-9.png) no-repeat left center;
}
.cson_news_con ul li h5 span.dj{
	background:url(../images/symbol-11.png) no-repeat left center;
}


.cson_news_con ul li a:hover h6,.cson_news_con ul li a:hover p{
	color:#e00000;
	}

/*新闻详情标题模板01*/

.cson_xq_tit h3{
	font-size: 20px;
	color: #323232;
	font-weight: bolder;
	text-align:left;
	}
	
.cson_xq_tit p{
	text-align:left;
	margin-bottom:15px;
	border-bottom:1px solid #d1d1d1;
	}
	
.cson_xq_tit p span{
	color: #545454;
	margin-right: 15px;
	font-size:12px;
		}
.csx_box{
	margin-top:20px;
	border-top:3px solid #f2f2f2;
	padding-top:15px;
	}
.csx_con span{
	font-weight:bolder;
	font-size:16px;
	}
.csx_con a{
	color:#333;
	}
.csx_con a:hover{
	color:#e00000;
	}

/*招聘列表*/
.cson_zp ul li{
	background:#f1f1f1;
	padding-bottom:18px;
	margin-bottom:35px;
	}
.cson_zp ul li h6{
	width:100%;
	color:#333;
	font-size:18px;
	height:60px;
	line-height:60px;
	text-indent:20px;
	border-bottom:1px solid #d1d1d1;
	}
.cson_zp ul li h6 span{
	font-size:12px;
	margin-left:20px;
	color:#999;
	}
.cson_zp ul li p{
	width:96%;
	margin:10px auto;
	}
.cson_zp ul li p span{
	color:#666;
}
.cson_zp ul li a{
	width:220px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#666;
	display:block;
	color:#fff;
	border-radius:5px;
	position:relative;
	left:20px;
	margin-top:15px;
	}
.cson_zp ul li a:hover{
	background:#fa4d45;
	}

/*招聘详情*/
.cson_yp_ly ul li{
	width:50%;
	float:left;
	margin-top:15px;
}
.cson_yp_ly ul li span{
	display:block;
	margin-bottom:5px;
	color:#333;
}
.cson_yp_ly ul li input{
	width:90%;
	border:1px solid #d1d1d1;
	height:36px;
	line-height:34px;
}
.cson_yp_ly ul li textarea{
	width:95%;
	border:1px solid #d1d1d1;
	line-height:34px;
	height:120px;
}
.cson_yp_ly ul li.nr,.cson_yp_ly ul li.tj{
	width:100%;
}
.cson_yp_ly ul li.tj input{
	width:200px;
	border:0px;
	background: #fa4d45;
	color:#fff;
	font-size:16px;
	font-weight: bolder;
}

/*联系我们页面*/

.cson_lxbox dt{
	font-size:18px;
	font-weight: bolder;
	color:#444;
	padding:15px 0px 10px;
}
.cson_lxbox dd{
	font-size:14px;
	line-height:30px;

}

	
/*留言*/
.cson_contact_ebook ul {
	margin:0px auto;
}
.cson_contact_ebook ul li{
	width:50%;
	float:left;
	margin-top:10px;
	}
.cson_contact_ebook ul li input{
	width:240px;
	border:1px solid #ccc;
	height:36px;
	line-height:36px;
	}
.cson_contact_ebook ul li span{
	display:inline-block;
	width:60px;
	}
.cson_contact_ebook ul li.nr{
	width:100%;
	}
.cson_contact_ebook ul li.nr span{
	width:100%;
	display:block;
	background:#ddd;
	font-size:14px;
	height:30px;
	line-height:30px;
	text-indent:10px;
}
.cson_contact_ebook ul li.nr textarea{
	width:100%;
	border:1px solid #ccc;
	height:100px;
	margin-top:2px;
	}
.cson_contact_ebook ul li.tj{
	margin-top:15px;
	width:100%;
}
.cson_contact_ebook ul li.tj input{
	width:300px;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background:#666;
	border:0px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	}

.cson_contact_map{
	width:100%;
	height:300px;
	}
	
.fd_nav{
	position:fixed;
	top:0px;
	}
.video{
    
    position: fixed;
    top: 70%;
    left: 0px;
    z-index: 9999;
}
iframe{
width:300px;
height:250px
}
video{
object-fit: fill;
}
