@charset "utf-8";
/**
 * 1.更改所有浏览器默认字体
 * 2.防止IE浏览器和iOS方向变化后的字体大小的调整
 * 3.设置字体样式
 * 4.设置字体颜色
 */
html{
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-family:  "Microsoft YaHei","Arial", sans-serif, Tahoma, Verdana, "SimSun"; /* 3 */
    color: #333; /* 4 */
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/**
 * 1.清除所有浏览器的外边距
 * 2.清除所有浏览器的内边距
 */
body, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ul, ol, li,
th, td,
form, textarea, input, select, button, label{
    margin: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1.重置列表属性
 */
ul, li, ol, dl, dt, dd{
    list-style:none; /* 1 */
}

/**
 * 1.删除a标签点击后的虚线框
 * 2.删除a标签下划线
 * 3.设置a标签字体颜色
 */
a, a:hover{
    outline: none; /* 1 */
    text-decoration: none; /* 2 */
    color: #333; /* 3 */
}
a{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:active{
    star: expression(this.onFocus=this.blur()); /* 1 */
}
/**
 * 1.清除图片边框
 */
img, a img{
    border: none; /* 1 */
    display: block;
}

/**
 * 重置表格属性
 */
table{
    border-collapse:collapse;
    border-spacing:0;
}

/**
 * 设置表单元素样式
 */
input, button, textarea, select{
    -webkit-appearance:none;
}
a, button, input[type="submit"]{
    cursor:pointer;
}
/**
 * 嵌套元素
 */
.clearfix:after, .clearfix:before{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden; 
}
body,html{
    min-width: 1200px;
}
*{
    box-sizing: border-box;
}
/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
body,h1,h2,h3,h4,h5,h6,dl,dt,li,ol,ul,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%}
img{border:0}
button,input,select,textarea{font-size:100%}
.met_clear{clear:both}
.met_none{display:none}
.met_hidden{visibility:hidden}
.met_fl{float:left}
.met_fr{float:right}
.met_section,.tem_inner{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
header{
	width:100%;
	height:91px;
	background:#000000;
	position:fixed;
	z-index:999;
}
.tem_header{
	/*padding: 20px 0;*/
	
}
.tem_header .tem_logo{
	float: left;
}
.tem_header .tem_nav{
	float: right;
	padding: 10px 0;
}
.tem_header .tem_nav ul li{
	float: left;
	line-height: 71px;
	font-size: 14px;
	margin: 0 25px;
	position: relative;
}
.tem_header .tem_nav ul li i{
	display: block;
	width: 0;
	height: 2px;
	background: #f8d287;
	position: absolute;
	color:#fff;
	bottom: -10px;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tem_header .tem_nav ul li a{
	color:#ffffff;
}
.tem_header .tem_nav ul li:hover i,.tem_header .tem_nav ul li.navdown i{
	width: 100%;
}
.tem_header .tem_nav ul li a:hover,.tem_header .tem_nav ul li.navdown a{
	color:#f8d287;
}

.tem_header .tem_link{
	float: right;
	padding: 20px 0;
}

.tem_header .tem_link a{
	display: block;
	float: left;
	width: 20px;
	position: relative;
	margin-left: 15px;
	height: 20px;
}
.tem_header .tem_link a.tel{
	background: url(../images/tel.jpg) no-repeat center;
}
.tem_header .tem_link a.qrcode{
	background: url(../images/qrcode.jpg) no-repeat center;
}
.tem_header .tem_link a .box{
	width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 30px;
	display: none;
	background: #FFF;
	z-index: 9999;
	border: 1px solid #ddd;
}
.tem_banner img{
	width: 100%;
}
.tem_header .tem_link a .box img{
	width: 100%;
}
.tem_header .tem_link a:hover .box{
	display: block;
}
.index_about{
	width:100%;
	height:824px;
	padding-top:70px;
	background:url(../index_about_bg.png)no-repeat;
	background-size: 100% 100%;
    -moz-background-size:  100% 100%;
    -ms-background-size:  100% 100%;
    -o-background-size:  100% 100%;
    -webkit-background-size:  100% 100%;
}
.index_about .index_about_title{
	font-size:30px;
	font-weight:normal;
	text-align:center;
	margin-bottom:58px;
}
.index_about .pics{
	width:974px;
	height:575px;
	float:right;
}
.index_about .pics .pics_imgs{
	width:100%;
	height:508px;
	overflow:hidden;
	position:relative
}
.index_about .pics .pics_imgs ul{
	width:2922px;
	height:508px;
	position:absolute;
	top:0px;
	left:0px;
}
.index_about .pics .pics_imgs ul li{
	display:inline-block;
	width:974px;
	height:508px;
	float:left;
	padding:0;
	margin:0;
}
.index_about .pics .pics_imgs ul li img{
	max-width:974px;
	max-height:508px;
}
.index_about .pics .bnts_box{
	width:120px;
	height:30px;
	float:right;
	margin-top:20px;
}
.index_about .pics .bnts_box li{
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:10px;
}
.index_about .pics .bnts_box #btnleft{
	background:url(../btnleft.png)no-repeat;
}
.index_about .pics .bnts_box .btnmiddle{
	background:url(../btnmiddle.png)no-repeat;
}
.index_about .pics .bnts_box #btnright{
	margin-right:0;
	background:url(../btnright.png)no-repeat;
}
.index_about .tem_inner{
	height:575px;
	position:relative;
}
.index_about .tem_inner .left_img{
	width:554px;
	height:418px;
	padding-top:171px;
	background:url(../index_about_position.png)no-repeat;
	position:absolute;
	left:0;
	bottom:0;
}
.index_about .tem_inner .left_img h3{
	font-size:26px;
	color:#ffffff;
	margin-left:100px;
	letter-spacing:1px;
	margin-bottom:30px;
}
.index_about .tem_inner .left_img p{
	padding:0 34px;
	line-height:24px;
	font-size:13px;
	color:#ffffff;
}
.index_about .tem_inner .left_img .left_img_more{
	display:block;
	color:#ffffff;
	font-size:13px;
	position:absolute;
	left:107px;
	bottom:32px;
}
.index_product{
	width:100%;
	height:884px;
	padding-top:205px;
	background:url(../index_product_bg.png)no-repeat;
	background-size: 100% 100%;
    -moz-background-size:  100% 100%;
    -ms-background-size:  100% 100%;
    -o-background-size:  100% 100%;
    -webkit-background-size:  100% 100%;
}
.index_product .left{
	width:593px;
	height:631px;
	float:left;
	position:relative;
}
.index_product .left .three{
	width:200px;
	height:45px;
	position:relative;
}
.index_product .left .three p{
	display:inline-block;
	font-size:12px;
	line-height:91px;
	color:#ffffff;
}
.index_product .left .three span{
	font-size:30px;
	color:#ffffff;
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:20px;
	left:80px;
}
.index_product .left .number_box{
	width:300px;
	height:60px;
	position:relative;
}
.index_product .left .number_box p{
	display:inline-block;
	font-size:24px;
	line-height:80px;
	color:#ffffff;
}
.index_product .left .number_box span{
	font-size:12px;
	color:#ffffff;
	display:block;
	width:119px;
	height:50px;
	position:absolute;
	top:33px;
	left:150px;
}
.index_product .left .more{
	width:121px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:8px;
	color:#ffffff;
	border:1px solid #ffffff;
}
.index_product .left .more:hover{
	background:#733d1b;
}
.index_product .right{
	width:605px;
	height:631px;
	float:right;
}
.index_product .right .text{
	width:100%;
	height:148px;
	overflow:hidden;
	font-size:14px;
	color:#ffffff;
	padding:0px 22px;
	line-height:30px;
}
.index_product .right .index_product_imgs{
	width:602px;
	height:483px;
}
.index_product .right .index_product_imgs ul li{
	position: relative;
}
.index_product .right .index_product_imgs ul li{
    width: 295px;
    height: 197px;
    float: left;
    margin-right: 5px;
}

.index_product .right .index_product_imgs ul li a:hover .model{
	display: block;
}
.index_product .right .index_product_imgs ul li .model{
	position: absolute;
	width: 100%;
	height: 98%;
	top: 0;
	display: none;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.index_product .right .index_product_imgs ul li .model h2{
	color: #FFF;
	text-align: center;
	padding: 30px 0 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	background: url(../images/search.png) no-repeat center top;
}
.index_product .right .index_product_imgs ul li:nth-child(5) h2{
	color: #FFF;
	font-size: 24px;
	padding-left: 20px;
	padding-top: 30px;
}
.index_product .right .index_product_imgs ul li:nth-child(5) p{
	color: #FFF;
	padding-left: 20px;
	line-height: 30px;
	padding-top: 20px;
}
.index_product .right .index_product_imgs ul li:nth-child(5) a.more{
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	right: 5px;
	bottom: 12px;
	border-radius:2px;
	background: url(../images/more.png) no-repeat center;
}
.index_product .right .index_product_imgs ul li img{
	max-width: 100%;
	max-height: 100%;
}
.tem_index_case{
	width:100%;
	height:830px;
	background:#ffffff;
}
.tem_index_case .title_box{
	width:305px;
	height:172px;
	margin:0 auto;
	background:#fefefe;
	text-align:center;
	padding-top:70px;
}
.tem_index_case .title_box h3{
	font-size:30px;
	color:#000000;
	font-weight:normal;
	margin-bottom:5px;
}
.tem_index_case .title_box p{
	font-size:15px;
	color:#a3a3a4;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:18px;
}
.tem_index_case .title_box .line{
	width:48px;
	height:2px;
	background:#733d1b;
	margin:0 auto;
}
.tem_index_case #case_wrap{
	width:1256px;
	height:556px;
	margin:0 auto;
	position:relative;
}
.tem_index_case .box_wrap{
	height:566px;
	overflow:hidden;
}
.tem_index_case #case_wrap #casePrev,.tem_index_case #case_wrap #caseNext{
	display:block;
	width:20px;
	height:29px;
	position:absolute;
	top:47%;
}
.tem_index_case #case_wrap #casePrev{
	background:url(../casePrev.png)no-repeat;
	left:0;
}
.tem_index_case #case_wrap #caseNext{
	background:url(../caseNext.png)no-repeat;
	right:0;
}
.tem_index_case .box_wrap ul{
	width:2400px;
	position:absolute;
}
.tem_index_case .box_wrap ul li{
	display:inline-block;
	width:392px;
	height:566px;
	float:left;
	margin-right:8px;
}
.tem_index_case .box_wrap ul li dl{
	width:392px;
	height:500px;
	padding:18px;
}
.tem_index_case .box_wrap ul li dl .in_dl_box{
	display:none;
	width:100%;
	height:100%;
	padding:20px;
	background: rgba(255,255,255,0.85);
	position:relative;

}/*
.tem_index_case .box_wrap ul li dl .in_dl_box span{
	display:block;
	width:100%;
	height:0%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	background: rgba(255,255,255,0.85);
	-webkit-transition: all 0.2s ease-out ;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}*/
.tem_index_case .box_wrap ul li dl .in_dl_box .title{
	height:55px;
	line-height:55px;
	font-size:18px;
	font-weight:normal;
	color:#733d1b;
}
.tem_index_case .box_wrap ul li dl .in_dl_box .short_line{
	width:95px;
	height:2px;
	background:#733d1b;
}
.tem_index_case .box_wrap ul li dl .in_dl_box .desc{
	width:100%;
	height:326px;
	color:#5a5757;
	padding-top:26px;
	font-size:14px;
	line-height:26px;
	overflow:hidden;
}
.tem_index_case .box_wrap ul li dl .in_dl_box .long_line{
	width:100%;
	height:4px;
	background:#733d1b;
	position:absolute;
	left:0;
	bottom:0;
}

.tem_index_case .box_wrap ul li dt{
	display:block;
	width:392px;
	height:56px;
}
.tem_index_case .box_wrap ul li dt .title{
	font-size:16px;
	line-height:55px;
	color:#828282;
	letter-spacing:2px;
}
.tem_index_case .box_wrap ul li dt .short_line{
	width:70px;
	height:2px;
	background:#733d1b;
}
.index_join{
	width:100%;
	height:416px;
	background:url(../index_join_bg.png)repeat-x;
}
.index_join .left{
	width:796px;
	height:400px;
	margin-top:16px;
	float:left;
	background:url(../index_join_left_bg.png)no-repeat;
}
.index_join .right{
	float:right;
	width:404px;
	height:395px;
	margin-top:16px;
	padding-top:60px;
	background:#0a0b0c;
	position:relative;
}
.index_join .right .bg{
	width:160px;
	height:94px;
	margin:0 auto;
	color:#ffffff;
	margin-bottom:45px;
	background:url(../index_join_right_bg.png)no-repeat;
}
.index_join .right .bg .bg_title{
	font-size:18px;
	width:342px;
	font-weight:bold;
	letter-spacing:1px;
	position:absolute;
	left:48px;
	top:180px;
}
.index_join .right .bg .bg_long_line{
	width:342px;
	height:1px;
	background:#535353;
	position:absolute;
	left:48px;
	top:230px;
}
.index_join .right .bg .bg_desc{
	font-size:14px;
	position:absolute;
	left:48px;
	top:260px;
}
.index_join .right .bg .join_more{
	width:142px;
	height:33px;
	line-height:33px;
	font-size:14px;
	color:#ffffff;
	border:1px solid #ffffff;
	text-align:center;
	position:absolute;
	left:130px;
	bottom:35px;
}
.index_join .right .bg .join_more:hover{
	background:#733d1b;
}
.index_news{
	width:100%;
	height:727px;
	padding-top:226px;
	background:url(../index_news_bg.png)no-repeat;
}
.index_news .tem_inner{
	height:450px;
}
.index_news .btn_box{
	width:60px;
	height:24px;
	padding-right:10px;
	margin:0 auto;
	margin-top:78px;
}
.index_news .btn_box #btn_news_left,.index_news .btn_box #btn_news_right{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../news_yuandian.png)no-repeat;
}
.index_news .btn_box #btn_news_left{
	float:left;
}
.index_news .btn_box #btn_news_right{
	float:right;
}
.index_news ul{
	width:100%;
	height:326px;
	overflow:hidden;
}
.index_news ul li{
	display:inline-block;
	width:592px;
	height:326px;
	margin-right:8px;
	float:left;
	border:1px solid #dedede;
}
.index_news ul li:hover{
	background:#733d1b;
}
.index_news ul li dl{
	width:100%;
	height:270px;
	padding:40px;
	border-bottom:1px solid #dedede;
	position:relative;
}
.index_news ul li dl .title{
	font-size:18px;
	color:#000;
	margin-bottom:23px;
	font-weight:normal;
}
.index_news ul li dl .desc{
	font-size:13px;
	line-height:25px;
	color:#000;
}
.index_news ul li dl .years{
	width:100px;
	height:30px;
	line-height:30px;
	font-family:"Arial";
	font-size:18px;
	text-align:center;
	position:absolute;
	right:0;
	bottom:80px;
	color:#fefefe;
}
.index_news ul li dl .day{
	width:150px;
	height:60px;
	line-height:60px;
	font-family:"Arial";
	font-size:50px;
	text-align:center;
	position:absolute;
	right:0;
	bottom:10px;
	color:#fefefe;
}
.index_news ul li dt{
	width:100%;
	height:56px;
}
.index_news ul li dt .more{
	display:block;
	width:162px;
	height:54px;
	line-height:54px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#733d1b;
	text-transform:uppercase;
	float:right;
}
.tem_footer{
	padding: 40px 0 60px;
	color: #FFF;
	background: #000000;
}
.tem_footer a{
	color: #FFF;
}
.tem_footer dl{
	margin-right: 93px;
	float: left;
}
.tem_footer .footer_about{
	float:right;
	margin-right: 0;
}
.tem_footer .footer_about .footer_about_link{
	width:133px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:20px;
	background:#733d1b;
	border-radius:2px;
}
.tem_footer .footer_about .footer_about_link:hover{
	color:#733d1b;
	background:#fff;
}
.tem_footer dl dt{
	width: 140px;
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #434343;
}
.tem_footer dl dd{
	line-height: 28px;
}
.tem_footer dl dd a{
	display: block;
}
.tem_copyright{
	color: #FFF;
	line-height: 30px;
	font-size: 12px;
	padding: 5px 0;
	background: #1b1b1b;
}
.tem_footer .footer_contact{
	float: right;
}
.tem_footer .footer_contact p{
	padding-left: 32px;
	font-size: 20px;
	line-height: 22px;
	background: url(../images/tel.png) no-repeat center left;
}
.tem_footer .footer_contact span{
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0 0;
}
.tem_footer .footer_contact img{
	margin: 20px auto 0;
}
.ibox{
	background: #f3f3f3;
}
.met_section_head{
	line-height: 24px;
	margin-bottom: 20px;
	/*background: url(../images/home.png) no-repeat center left;*/
}

.met_section{position:relative;padding:20px 0 50px;}
.met_section aside{
	position:relative;
	float:left;
	width:280px;
	padding:8px 6px 20px 6px;
	border:1px solid #d5d5d5;
	background:#f3f3f3;
}
.met_section aside .met_aside{
	background: #FFF;
}
.met_section article{
	float:left;
	margin-left:-280px;
	width:100%;
}
.met_section article .met_article{
	margin-left:308px;
	background: #FFF;
}

.met_section aside section h2{
	height: 70px;
	color: #FFF;
	line-height: 70px;
	font-size: 24px;
	padding-left: 20px;
	text-align:center;
	font-weight: normal;
	background: #2e2f32;
	border:1px solid #f3f3f3;
}
.met_section aside section h2 span{
	font-size: 12px;
	padding-left: 5px;
	font-family: 'Arial';
}
.met_section aside .met_aside_list{/*padding: 20px;*/}
.met_section aside .met_aside dl dt{
	line-height:50px;
	margin-top:8px;
	border: 1px solid #f3f3f3;
	background:#4b4c4f;
}
.met_section aside .met_aside dl dt a{
	display:block;
	text-align:center;
	color:#FFF;
	/*padding: 0 0 0 30px;
	background: url(../images/icon.png) no-repeat center right #f3f3f5;*/
}
.met_section aside .met_aside dl dt a:hover{
	color: #FFF;
	/*background: url(../images/icon.png) no-repeat center right #da251d;*/
	background:#733d1b;
}
.met_section aside .met_aside dl dt.on a{
	color: #FFF;
	/*background: url(../images/icon.png) no-repeat center right #da251d;*/
	background:#733d1b;
}
.met_section aside .met_aside dl dd{padding:6px 0 6px 0;}
.met_section aside .met_aside dl dd a{display:block;padding-left:40px;height:35px;color:#333;font-weight:normal;line-height:35px;}
.met_section aside .met_aside dl dd .on a,.met_aside dl dd a:hover{background:#efefef;}
.met_section aside .met_related{margin-top:20px;}
.met_section aside .met_related ul{padding:20px;}
.met_section aside .met_related li{margin-bottom:8px;list-style:none;}
.met_article_head{position:relative;padding:0 10px;height:60px;border-bottom:1px solid #ddd;line-height:60px;}
.met_article_head .met_position{position:absolute;top:0;right:10px;color:#aaa;font-family:'宋体';}
.met_article_head .met_position a{color:#999;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.met_article_head h1{color:#555;font-weight:normal;font-size:18px;}
.met_section_sehed{padding-top:0;}

.met_leftContact{
	margin: 20px 0 0;
	background: #FFF;
}
.met_leftContact .title{
	padding: 25px 0 25px 80px;
	border-bottom: 1px solid #ddd;
	background: url(../images/icon1.jpg) no-repeat center left;
}
.met_leftContact .title p{
	line-height: 20px;
}
.met_leftContact .title span{
	font-size: 20px;
	color: #eb1515;
	display: block;
	line-height: 23px;
}
.met_leftContact .box{
	padding: 20px 30px;
}



.met_editor a{color:#333;}
.met_editor a:hover{text-decoration:underline}
.met_editor img{max-width:100%;height:auto!important; display: inline;}
.met_editor blockquote{padding-top:5px;padding-bottom:5px;padding-left:15px;border-left:4px solid #ddd}
.met_editor hr{display:block;padding:0;border:0;height:0;border-top:1px solid #ddd;margin:20px 0;-webkit-box-sizing:content-box;box-sizing:content-box}
.met_editor .metvideobox{ text-align:center; visibility:hidden; margin:10px auto; }
.met_editor .video-js{ max-width:100%; }
.met_editor table{width:100%!important;margin-bottom:1.6rem;border-spacing:0!important;border-collapse:collapse!important;padding:0!important;border:0}
.met_editor table td{border:1px solid #ddd!important}
.met_editor table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:.7rem;line-height:1.6;vertical-align:top;border-top:1px solid #ddd}
.met_editor table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd}
.met_editor #page_break .collapse{display:none}
.met_editor #page_break .num{padding:10px 0;text-align:center}
.met_editor #page_break .num li{display:inline;margin:0 2px;padding:3px 5px;border:1px solid #ccc;background-color:#fff;color:#666;text-align:center;cursor:pointer;font-family:Arial;font-size:12px;overflow:hidden}
.met_editor #page_break .num li.on{background-color:#ccc;color:#fff;font-weight:bold}
.metinfo-banner1{overflow:hidden;margin:0 auto}
.met_pager{text-align:center;padding:30px 0 0}
.met_pager a{border:1px solid #e0e0e0;text-align:center;height:28px;line-height:28px;min-width:28px;_width:28px;text-align:center;display:inline-block;color:#aaa}
.met_pager a:hover{border:1px solid #a0a0a0;color:#aaa}
.met_pager .PreSpan,.met_pager .NextSpan{height:30px;line-height:30px;min-width:60px;_width:60px;text-align:center;background:#f0f0f0;color:#ccc;display:inline-block}
.met_pager .PreA,.met_pager .NextA{height:28px;line-height:28px;min-width:58px;_width:58px;color:#aaa}
.met_pager .PreSpan,.met_pager .PreA{margin-right:6px}
.met_pager .NextSpan,.met_pager .NextA{margin-left:6px}
.met_pager .firstPage,.met_pager .lastPage{font-weight:bold;height:28px;line-height:28px;min-width:40px;_width:40px;color:#aaa}
.met_pager .Ahover{font-weight:bold;background:#f0f0f0;color:#aaa}
.met_pager .PageText{margin-left:10px;color:#aaa}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #e0e0e0;color:#aaa}
.met_pager #metPageT{width:20px;padding:6px 5px 5px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;font-weight:bold}
*html .met_pager #metPageT{height:13px;line-height:13px}
*html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
*+html .met_pager #metPageT{height:13px;line-height:13px}
*+html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
.met_module1{padding:20px;}
.met_module2_list{padding:10px 10px}
.met_module2_list li{list-style:none;border-bottom:1px solid #ddd;padding:15px 100px 15px 10px;position:relative}
.met_module2_list h2{font-weight:normal}
.met_module2_list li p{color:#818181}
.met_module2_list li span.time{color:#818181;position:absolute;right:10px;top:15px}
.met_module2_list li h2 i{margin-right:10px;position:relative}
.met_module2_list li.list_2 h2,.met_module2_list li.list_3 h2{margin-bottom:3px;font-weight:bold}
.met_module2_list li.list_2{padding:15px 0}
.met_module2_list li.list_3{padding-left:100px;min-height:80px}
.met_module2_list li.list_3 img{position:absolute;left:0;top:15px}
.met_module2_list li.list_3 span.time{position:static}
.met_module2 h1.met_title{text-align: center; font-size:28px;font-weight:normal;padding:5px 0}
.met_module2 .met_infos{text-align: center; color:#818181;font-size:12px;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #ddd}
.met_module2 .met_time{padding-right:6px}
.met_module2 .met_source{padding-right:6px}
.met_module2 .met_source a{color:#607fa6}
.met_module2 .met_editor{padding:0 10px}
.met_tools{border-top:1px solid #ddd;margin-top:30px;position:relative;padding:10px 10px 0;height:50px;line-height:50px}
.met_tools .met_page{clear:both;position:absolute;right:5px;top:0;color:#818181}
.met_tools .met_page li{ display:inline; list-style:none; margin-left:30px;}
.met_tools .met_page li span{ padding-right:5px;}
.met_tools .met_page a{color:#607fa6}

.met_module3_list ul li{
	width: 440px;
	height:269px;
	background: #FFF;
	margin-bottom: 34px;
	margin-right: 12px;
	float: left;
	position:relative;
}





.met_module3_list ul li .model{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.65);
	z-index:9;
	-webkit-transition: all 0.2s ease-out ;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.met_module3_list ul li .model h3{
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin-top:93px;
}
.met_module3_list ul li .model img{
	width:24px;
	height:24px;
	margin:0 auto;
	margin-top:43px;
}







.met_module3_list ul li img{
	width: 100%;
}
.met_module3_list ul li h2{
	font-weight: normal;
	font-size: 16px;
	color:#FFF;
	text-align:center;
	width:219px;
	height:53px;
	line-height:53px;
	background:rgba(25,26,29,0.95);
	position:absolute;
	left:108px;
	bottom:-1px;
}
.met_module3_list ul li a:hover h2{
	/*background: url(../images/icon4.jpg) no-repeat center right;*/
}
.met_module3_list ul li:nth-child(2),
.met_module3_list ul li:nth-child(4),
.met_module3_list ul li:nth-child(6),
.met_module3_list ul li:nth-child(8),
.met_module3_list ul li:nth-child(10),
.met_module3_list ul li:nth-child(12),
.met_module3_list ul li:nth-child(14),
.met_module3_list ul li:nth-child(16){
	margin-right: 0;
}

#showproduct dl.pshow{visibility:hidden}
#showproduct dl.pshow dt{float:left;position:relative;font-size:0;text-align:center;overflow:hidden;border-right:1px solid #ddd}
#showproduct dl.pshow dt .met_box{margin:0 auto;visibility:hidden}
#showproduct dl.pshow dt .met_box figcaption{display:none}
#showproduct dl.pshow dt .my-simple-gallery figure{float:left;margin:0}
#showproduct dl.pshow dt li{display:inline-block;margin-right:10px;margin-top:10px;cursor:pointer}
#showproduct dl.pshow dt li img{filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}
#showproduct dl.pshow dt li.flex-active{border:2px solid #000;width:66px;height:66px;position:relative;overflow:hidden}
#showproduct dl.pshow dt li.flex-active img{position:relative;left:-2px;top:-2px}
#showproduct dl.pshow dd{float:left;width:100%}
#showproduct dl.pshow dd .met_box{padding:0 20px}
#showproduct dl.pshow dd .met_box h1{font-size:24px;padding:20px 5px;border-bottom:1px solid #ddd}
#showproduct dl.pshow dd .met_box ul li{list-style:none;color:#818181;padding:8px 5px 8px 90px;border-bottom:1px solid #ddd;position:relative}
#showproduct dl.pshow dd .met_box ul li span{position:absolute;left:0;top:0;padding:8px 5px;width:80px;word-wrap:break-word}
#showproduct dl.pshow dd .met_box .desc{padding:10px;margin-top:20px;background:#f7f8fa;color:#666}
#showproduct .met_nav{height:45px;line-height:45px;margin:30px 0;border:1px solid #ddd}
#showproduct .met_nav li{float:left;list-style:none;border-right:1px solid #ddd;cursor:pointer}
#showproduct .met_nav li a{display:block;padding:0 40px}
#showproduct .met_nav li.met_now,#showproduct .met_nav li.met_hover{background:#f7f8fa}
#showproduct .met_related{margin-top:30px;font-size:18px;font-weight:normal;border-bottom:1px solid #ddd;padding:10px 10px;color:#333}
#showproduct .met_related_list{list-style:none;visibility:hidden}
#showproduct .met_related_list li{float:left;text-align:center;margin-top:30px;overflow:hidden}
#showproduct .met_related_list li a{text-align:center;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;font-size:0}
#showproduct .met_related_list li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
#showproduct .met_related_list li img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
#showproduct .met_related_list li a:hover h2{color:#333}
#showproduct .met_related_list li a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
#showproduct .met_nav_contbox{padding:0 10px}
#downloadlist{padding:15px}
#downloadlist .metlist{margin-bottom:20px}
#downloadlist .metlist dt{border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;padding:8px 5px 8px 0;background:url(../images/dt-9.gif) no-repeat 5px 11px}
#downloadlist .metlist dd{color:#999;padding:8px;background:#f7f8fa}
#downloadlist .metlist dd b{font-weight:normal}
#downloadlist .metlist dd div{float:right}
#downloadlist .metlist dd span{padding-right:20px}
#downloadlist .metlist dd a{color:#1c57c4}
#downloadlist .metlist dd a.down{color:#fa1a1a}
#showdownload{padding:15px}
#showdownload h1.title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showdownload .paralist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden}
#showdownload .paralist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showdownload .paralist li:last-child{border-bottom:0}
#showdownload .paralist li a{color:#fff}
#showdownload .paralist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;word-wrap:break-word}
#showdownload .met_editor{padding:0 10px}
#showdownload .ctitle{margin:30px 0 10px;padding:0 10px;font-size:16px;font-weight:normal;height:40px;line-height:40px;border-bottom:1px solid #ddd}
#showdownload .downloadbox{margin-top:30px}
#showdownload .downloadbox a{display:inline-block;background:#23b7e5;height:35px;line-height:35px;padding:0 35px;color:#fff;border-radius:2px}
#showdownload .downloadbox a:hover{background:#38c4f0}
#showdownload .downloadbox a.active{background:#1ba4cf}
#imglist ul.list_1{list-style:none;visibility:hidden}
#imglist ul.list_1 li{float:left;text-align:center;margin-top:30px;overflow:hidden}
#imglist ul.list_1 li a{text-align:center;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;font-size:0}
#imglist ul.list_1 li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
#imglist ul a img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
#imglist ul a:hover h2{color:#333}
#imglist ul a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
#imglist ul.list_2{list-style:none;visibility:hidden}
#imglist ul.list_2 li{padding:20px 10px;border-bottom:1px solid #ddd}
#imglist ul.list_2 dt{float:left;position:relative}
#imglist ul.list_2 dd{float:left;width:100%}
#imglist ul.list_2 dd h2{padding:5px 10px;font-size:15px}
#imglist ul.list_2 dd p{padding:5px 10px;color:#818181}
#showimg h1.met_title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showimg .met_slide_box{text-align:center;background:#000;margin:0 auto;overflow:hidden;position:relative}
#showimg .met_slide_list ul{display:none;}
#showimg ul.exposureThumbs{border-right:0;padding:0;margin:0;list-style-type:none;height:79px; width:790px; margin:0px auto;padding:10px}
#showimg ul.exposureThumbs li{background:#111;margin:0 10px 0 0;padding:0;text-align:center;display:none;float:left}
#showimg ul.exposureThumbs li img{cursor:pointer}
#showimg ul.exposureThumbs li.last{margin:0}
#showimg .exposureWrapper{position:absolute;top:0;left:0}
#showimg .exposureWrapper img{cursor:pointer;position:absolute;top:0;left:0}
#showimg .exposureLoaded{background-image:none}
#showimg ul.exposureThumbs li{width:150px;height:79px}
#showimg .exposureSlideshowControls a{font-size:11px;color:#bba;text-decoration:none;outline:0;padding:2px 6px;display:inline}
#showimg .exposureSlideshowControls a:active,.exposureSlideshowControls a:hover{background-color:#999;color:#444}
#showimg .met_slide_box .left,.met_slide_box .right{position:absolute;width:50%;cursor:pointer}
#showimg .met_slide_box .left a,.met_slide_box .right a{display:block;width:100%;height:100%}
#showimg .imgparalist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden;margin-top:30px;visibility:hidden}
#showimg .imgparalist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showimg .imgparalist li:last-child{border-bottom:0}
#showimg .imgparalist li a{color:#fff}
#showimg .imgparalist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;overflow:hidden;word-wrap:break-word}
#joblist{padding:15px}
#joblist dl{padding:10px 5px 10px;margin-top:30px;border:1px solid #ddd}
#joblist dt{padding:0 10px;font-size:16px;font-weight:bold}
#joblist dd .dtail{padding:5px 10px 0;border-top:1px solid #ddd}
#joblist dd .dtail span{margin-right:15px}
#joblist dd .dtail a{color:#1c57c4}
#joblist dd .editor{padding:10px}
#joblist dd .mis{padding:5px 10px;border-bottom:1px solid #ddd;font-size:12px}
#joblist dd .mis span{margin-right:15px;color:#999}
#showjob h1.title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showjob .ctitle{margin:30px 0 10px;padding:0 10px;font-size:16px;font-weight:normal;height:40px;line-height:40px;border-bottom:1px solid #ddd}
#showjob .met_editor{padding:0 10px}
#cvlist{padding:15px}
#showjob .paralist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden;margin-top:30px;visibility:hidden}
#showjob .paralist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showjob .paralist li:last-child{border-bottom:0}
#showjob .paralist li a{color:#fff}
#showjob .paralist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;overflow:hidden;word-wrap:break-word}
#showjob .info_cv{margin-top:30px;margin-left:10px}
#showjob .info_cv a{display:inline-block;background:#23b7e5;height:35px;line-height:35px;padding:0 35px;color:#fff;border-radius:2px}
#showjob .info_cv a:hover{background:#38c4f0}
#showjob .info_cv a.active{background:#1ba4cf}
#messagelist{padding:20px}
#messagelist .metlist{margin-top:0px;border:1px solid #ddd;padding:5px}
#messagelist .metlist dt{padding:5px}
#messagelist .metlist dt span.name{color:#2c7199}
#messagelist .metlist dt span.time{padding-left:5px;color:#aaa;font-size:12px}
#messagelist .metlist dt span.tt{float:right;padding-right:5px;color:#aaa}
#messagelist .metlist dd.info span.tt{display:none;clear:both}
#messagelist .metlist dd.info span.text{display:block;line-height:1.5;padding:0 5px 10px;border-bottom:1px solid #ddd}
#messagelist .metlist dd.reinfo span.tt{display:block;padding:10px 5px 0;color:#2c7199}
#messagelist .metlist dd.reinfo span.text{display:block;line-height:1.5;padding:5px 5px 10px}
#messagelist .v52fmbx{margin:30px 0 0}
#linklist{padding:15px 15px 25px}
#linklist .ctitle{margin:10px 0 10px;padding:5px 10px;border-bottom:1px solid #ddd}
#linklist .inside{padding:15px 0 0}
#linklist .metlist .img li{list-style:none;display:inline;padding-right:5px}
#linklist .metlist .img img{width:88px;height:31px}
#linklist .metlist .txt li{list-style:none;float:left;width:88px;height:20px;line-height:20px;margin-right:5px;overflow:hidden}
#linksubmit{padding:15px}
#linksubmit table{margin:0 auto}
#memberbox{padding:15px}
ul.searchnavlist{list-style:none;padding:0 20px;margin:0}
ul.searchnavlist li{padding:5px 0}
ul.searchnavlist .advsearch_searchword input{width:90%;height:28px;line-height:28px\9;padding:2px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0;border-radius:2px}
ul.searchnavlist .searchgo{display:block;background:#23b7e5;border:0 none;height:34px;line-height:26px;padding:0 35px;color:#fff;cursor:pointer;border-radius:2px;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun'}
ul.searchnavlist .searchgo:hover{background:#38c4f0}
ul.searchnavlist .searchgo:active{background:#1ba4cf}
#searchlist{padding:15px 0}
#searchlist li{padding-left:10px;margin-bottom:6px;line-height:1.5}
#searchlist ul{list-style:none;padding:0;margin:0}
#searchlist ul li{padding:3px 5px;margin-bottom:10px}
#searchlist ul li img{display:none}
#searchlist .search_title{display:block;padding:2px 0}
#searchlist .search_title a{font-size:16px;color:#12C;text-decoration:underline}
#searchlist .search_title em{color:#c00;text-decoration:underline;font-style:normal}
#searchlist .search_detail{display:block}
#searchlist .search_detail a{text-decoration:underline;color:#12C}
#searchlist .search_content em{color:#c00;font-style:normal}
#searchlist .search_updatetime{display:block;margin-top:5px;color:green}
#searchlist a:hover{text-decoration:underline}
#sitemaplist dl{margin-top:30px;padding:20px;border:1px solid #ddd}
#sitemaplist dt h2{font-size:18px;font-weight:normal;padding:10px 0;border-bottom:1px solid #ddd}
#sitemaplist dt h2 i{font-size:22px;margin-left:10px;font-weight:normal;color:#888;position:relative;top:2px}
#sitemaplist dd ul{float:left;width:25%;list-style:none;margin-top:20px}
#sitemaplist dd li{margin-top:5px}
#sitemaplist dd li h4 a{font-weight:normal;color:#666}
.v52fmbx_hr{border-top:1px solid #ddd;margin:0;padding:0 5px 0 15px;font-weight:bold;font-size:16px;background:#ddd;height:60px;line-height:60px;}
:-ms-input-placeholder{color:#999}
.met-focus{border:1px solid #23b7e5!important}
.v52fmbx{border:1px solid #ddd;border-top:0;overflow:hidden;text-align:left}
.v52fmbx dl:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.v52fmbx dl{width:100%;zoom:1;background:#fff}
.v52fmbx dl{border-top:1px solid #ddd;margin:0;display:-webkit-box;display:-moz-box;display:box;display:-ms-flexbox;position:relative;padding:5px 0}
.v52fmbx dl dt{padding:15px 15px 10px 15px;width:105px;text-align:left;font-weight:normal;overflow:hidden;line-height:1.2}
.v52fmbx dl dd{-moz-box-flex:1.0;-webkit-box-flex:1.0;box-flex:1.0;-ms-flex:1;padding:2px 0 0 15px;margin:10px 0}
.v52fmbx dl dd label input{position:relative;top:1px;margin-right:3px}
.v52fmbx dl dd .fbox{margin:0 10px 0 0}
.v52fmbx dl dd .tips{color:#aaa}
.v52fmbx dl dd .tips:hover{color:#f00}
.v52fmbx dl dd.labelinline label{display:inline}
.v52fmbx dl dt.addimgdt{padding:10px 5px 10px}
.v52fmbx dl dt.addimgdt p{height:30px;line-height:30px;margin-bottom:8px}
.v52fmbx dl.noborder{border-bottom:0}
.formerror{margin-top:6px;height:20px;line-height:20px}
.formerror .fa-times{color:#fff;border-radius:3px;padding:1px 2px;font-size:16px;margin-right:5px;background:red}
.formerror .fa-check{color:#fff;border-radius:3px;padding:2px;font-size:14px;margin-right:5px;background:#10aa00}
.formerrorbox{border:2px solid #f00!important}
.v52fmbx dl dd.ftype_description{color:#fff;padding:8px;margin:0 5px;background:#6c6fbf}
.ftype_input .fbox{float:left}
.ftype_input .tips{float:left;padding-top:5px}
.ftype_input .fbox input{width:350px;height:28px;line-height:28px\9;padding:2px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0;border-radius:2px}
.placeholder-ie{position:relative}
.placeholder-ie label{position:absolute;left:8px;top:7px;cursor:text;color:#999}
.ftype_textarea .tips{display:block}
.ftype_textarea textarea{width:350px;line-height:1.5;height:100px;padding:7px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0}
.ftype_select .tips,.ftype_select-linkage .tips{display:block;margin-top:5px}
select{line-height:31px;height:31px;vertical-align:middle;background-color:#fff;outline:0;border:1px solid #ccc;padding:4px;color:#656565}
.ftype_radio .fbox label{font-weight:normal;height:28px;line-height:28px;margin:0;display:block}
.ftype_radio .fbox input[type='radio']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;margin:0;position:relative;top:-1px;margin-right:6px}
.ftype_radio .formerror{margin-top:0}
.ftype_checkbox .fbox input[type='checkbox']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;margin:0}
.ftype_checkbox .fbox label{font-weight:normal;height:28px;line-height:28px;margin:0;display:block}
.ftype_checkbox .fbox input{position:relative;top:-1px;margin-right:6px!important}
.ftype_checkbox .formerror{margin-top:0}
.ftype_transverse .fbox label{display:inline;margin-right:15px}
.submit{display:block;background:#23b7e5;border:0 none;height:34px;line-height:26px;padding:0 35px;color:#fff;cursor:pointer;border-radius:2px;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun'}
.submit:hover{background:#38c4f0}
.submit.active{background:#1ba4cf}
.v52fmbx dl dd.ftype_code input{width:80px;margin-right:10px}
.v52fmbx dl dd.ftype_code img{height:30px;position:relative;bottom:2px}

.showproductItme{
	padding: 20px 0 0;
	background: #f1f2f4;
}
.showproductItme .met_section_head{
	line-height: 36px;
	position: relative;
}
.showproductItme .met_section_head a.back{
	position: absolute;
	right: 0;
	top: 0;
	width: 105px;
	height: 36px;
	background: url(../images/back.jpg) no-repeat center;
}
.productInfo{
	padding: 25px;
	background: #FFF;
}
.productInfo .productImg{
	float: left;
	width: 835px;
}
.productInfo .productImg .dimg{
	width: 835px;
	height: 510px;
	position:relative;
}
.productInfo .productImg .dimg .met_page_preinfo{
	display:block;
	width:55px;
	height:48px;
	background:url(../met_page_preinfo.png)no-repeat;
	position:absolute;
	right:70px;
	bottom:14px;
}
.productInfo .productImg .dimg .met_page_next{
	display:block;
	width:55px;
	height:48px;
	background:url(../met_page_next.png)no-repeat;
	position:absolute;
	right:14px;
	bottom:14px;
}
.productInfo .productImg .dimg img{
	width: 100%;
	height: 510px;
}
.productInfo .productImg .imgList ul li{
	width: 94px;
}
.productInfo .productImg .imgList ul li img{
	width: 100%;
	height: 64px;
}
.productInfo .itemInfo{
	/*float: right;*/
	width: 100%;
}
.productInfo .itemInfo h1.title{
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	font-weight: normal;
}
.productInfo .itemInfo .para{
	padding: 30px 0 0;
	line-height: 20px;
}
.productInfo .itemInfo .desc{
	padding: 27px 0 0;
	line-height: 24px;
}
.productInfo .itemInfo .td{
	padding: 30px 0 0;
}
.productInfo .itemInfo .tel{
	/*margin-top: 30px;*/
	padding: 30px 0 0;
	/*border-top: 1px solid #ddd;*/
}
.productInfo .itemInfo .tel a.qq{
	width: 120px;
	height: 44px;
	color:#000;
	/*background: #da251d;*/
	display: inline-block;
	text-align: center;
	line-height: 44px;
	float: left;
}
.productInfo .itemInfo .tel .qq span{
	font-size: 20px;
	color: #733d1b;
	line-height: 40px;
}
.productInfo .itemInfo .telBox{
	float: left;
	display:inline-block;
	/*margin-left: 30px;
	padding: 0 0 0 80px;
	background: url(../images/icon1.jpg) no-repeat center left;*/
}
.productInfo .itemInfo .telBox p{
	display:none;
	line-height: 20px;
}
.productInfo .itemInfo .telBox span{
	font-size: 20px;
	color: #733d1b;
	display:inline-block;
	line-height: 40px;
}
.productInfo .itemInfo .tools{
	/*padding: 36px 0 0;*/
}
.productInfo .itemInfo .para{
	width:50%;
	float:left;
}
.productInfo .itemInfo .para li{
	display:inline-block;
	width:200px;
	height:35px;
	font-size:16px;
	line-height:35px;
}
.productInfo .itemInfo .para li .paraname{
	font-weight:bold;
	color:#000;
}

.productInfo .itemInfo .itemInfo_right{
	width:33%;
	float:right;
}
.productInfo .long_line{
	height:1px;
	width:100%;
	margin-top:25px;
	margin-bottom:19px;
	background:#bababb;
}
.productInfo .title_box{
	width:100%;
	height:32px;
	background:#e8e8e8;
}
.productInfo .title_box h3{
	width:96px;
	height:100%;
	float:left;
	background:#808082;
	font-weight:normal;
	font-size:17px;
	color:#fff;
	line-height:32px;
	text-align:center;
	margin-bottom:25px;
}



.tabList{
	padding: 10px 0 0;
}
.tabList ul li{
	width: 50%;
	line-height: 56px;
	float: left;
	background: #8c8c8c;
	color: #FFF;
	text-align: center;
}
.tabList ul li.on{
	background: #da251d;
}
.tabList ul li a{
	color: #FFF;
	display: block;
}
.productContent{
	padding: 40px 0 60px;
}

.comProductList{
	padding: 40px 0 100px;
	background: #f1f2f4;
}
.comProductList .title{
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #d9dadc;
	font-size: 18px;
}
.comProductList .title a.more{
	width: 18px;
	right: 0;
	top: 11px;
	height: 18px;
	position: absolute;
	background: url(../images/more.jpg);
}
.comProductList ul{
	padding: 25px 0 0;
}
.comProductList ul li{
	width: 285px;
	float: left;
	margin-right: 20px;
}
.comProductList ul li .dimg{
	background: #FFF;
	padding: 10px;
}
.comProductList ul li .dimg img{
	width: 100%;
}
.comProductList ul li h2{
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 0 0;
}
.comProductList ul li:nth-child(4){
	margin-right: 0;
}

.tem_index_join{
	padding: 50px 0 100px;
	background: #f6f6f6;
	background: url(../images/001.jpg) no-repeat center;
	-moz-background-size:100% 100%;  
    background-size:100% 100%;
	margin:0 auto;
}
.tem_index_join .tem_index_title{
	text-align: center;
	padding: 20px 0 40px;
	color:#c4c4c7;
}
.tem_index_join .tem_index_title h2{
	font-size: 30px;
	/*color: #6b6c6d;*/
	line-height: 40px;
	font-weight: normal;
}
.tem_index_join .tem_index_title p{
	/*color: #6b6c6d;*/
	font-size: 16px;
	padding: 5px 0 0;
	line-height: 30px;
}
.tem_index_join .list ul li{
	width: 300px;
	float: left;
	border: 1px solid #ddd;
	border-left: 0;
	padding: 39px 0;
	background: #FFF;
}
.tem_index_join .list ul li.eee{
	background: #eeeeee;
}
.tem_index_join .list ul li i{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
.tem_index_join .list ul li:nth-child(1),
.tem_index_join .list ul li:nth-child(5){
	border-left: 1px solid #ddd;
}
.tem_index_join .list ul li:nth-child(5),
.tem_index_join .list ul li:nth-child(6),
.tem_index_join .list ul li:nth-child(7),
.tem_index_join .list ul li:nth-child(8){
	border-top: 0;
}
.tem_index_join .list ul li h2{
	text-align: center;
	font-weight: normal;
	line-height: 30px;
}
.tem_index_join .list ul li a:hover h2,.tem_index_join .list ul li.on a h2{
	color: #da251d;
}

.tem_index_join .list ul li:nth-child(1) i{
	background: url(../images/j1.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(1) a:hover i,.tem_index_join .list ul li:nth-child(1).on a i{
	background: url(../images/j1_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(2) i{
	background: url(../images/j2.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(2) a:hover i,.tem_index_join .list ul li:nth-child(2).on a i{
	background: url(../images/j2_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(3) i{
	background: url(../images/j3.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(3) a:hover i,.tem_index_join .list ul li:nth-child(3).on a i{
	background: url(../images/j3_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(4) i{
	background: url(../images/j4.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(4) a:hover i,.tem_index_join .list ul li:nth-child(4).on a i{
	background: url(../images/j4_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(5) i{
	background: url(../images/j5.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(5) a:hover i,.tem_index_join .list ul li:nth-child(5).on a i{
	background: url(../images/j5_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(6) i{
	background: url(../images/j6.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(6) a:hover i,.tem_index_join .list ul li:nth-child(6).on a i{
	background: url(../images/j6_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(7) i{
	background: url(../images/j7.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(7) a:hover i,.tem_index_join .list ul li:nth-child(7).on a i{
	background: url(../images/j7_.png) no-repeat center;
}

.tem_index_join .list ul li:nth-child(8) i{
	background: url(../images/j8.png) no-repeat center;
}
.tem_index_join .list ul li:nth-child(8) a:hover i,.tem_index_join .list ul li:nth-child(8).on a i{
	background: url(../images/j8_.png) no-repeat center;
}
.tem_index_join .brand{
	padding: 25px;
	display: none;
	background: #FFF;
}
.tem_index_join .brand .dimg{
	width: 538px;
	height: 262px;
	float: left;
}
.tem_index_join .brand .dimg img{
	width: 538px;
	height: 262px;
}
.tem_index_join .brand .text{
	float: left;
	padding: 70px 103px;
	width: 612px;
}
.tem_index_join .brand .text h2{
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
}
.tem_index_join .brand .text  p{
	line-height: 30px;
	padding: 30px 0 0; 
}
.tem_index_about{
	width: 100%;
	height: 818px;
	background: url(../images/about_bg.jpg) no-repeat center;
	position:relative;
}
.tem_index_about .about_content{
	width: 450px;
	height: 260px;
	position: absolute;
	top: 468px;
	left: 493px;
	padding: 35px 35px 0;
	color: #FFF;
	background: rgba(0,0,0,0.8);
}
.tem_index_about .about_content h2.title{
	font-size: 24px;
	font-weight: normal;
}
.tem_index_about .about_content .box{
	font-size: 13px;
	line-height: 24px;
	padding: 15px 0 0;
}
.tem_index_about .about_column{
	width: 790px;
	float: right;
	padding: 92px 0 0;
}
.tem_index_about .about_column ul{
	overflow: hidden;
}
.tem_index_about .about_column ul li{
	position: relative;
	height: 158px;
	padding: 49px 0 49px 150px;
}
.tem_index_about .about_column ul li:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.tem_index_about .about_column ul li i{
	position: absolute;
	left: 75px;
}
.tem_index_about .about_column ul li:nth-child(2), .tem_index_about .about_column ul li:nth-child(4){
	background:rgb(242,242,242);
}
.tem_index_about .about_column ul li h2{
	line-height: 30px;
	font-size: 16px;
	color: #2c2a2a;
	padding: 5px 0 0;
	font-weight: normal;
}
.tem_index_about .about_column ul li p{
	line-height: 20px;
	font-family: 'Arial';
	color: #464646;
	text-transform: uppercase;
}

.tem_index_news{
	padding: 50px 0 120px;
	height:700px;
	background: url(../images/index_news_bg.jpg) no-repeat;
	background-position:center center;
}
.tem_index_news .tem_index_title{
	text-align: center;
	padding: 0 0 30px;
}
.tem_index_news .tem_index_title h2{
	font-size: 30px;
	line-height: 40px;
	color: #e0e0e2;
}
.tem_index_news .tem_index_title p{
	font-size: 14px;
	text-transform: uppercase;
	color: #c4c4c7;
	line-height: 30px;
	margin-top:20px;
}
.tem_news_list .news_top{
	width: 420px;
	height: 429px;
	background: #FFF;
	float: left;
	padding: 35px 25px;
}

.tem_news_list .news_top ul li img{
	width: 100%;
	height: 230px;
}
.tem_news_list .news_top ul li dl{
	padding: 20px 0 0;
}
.tem_news_list .news_top ul li dl dd{
	float: left;
	width: 300px;
	padding-right: 20px;
}
.tem_news_list .news_top ul li dl dd h2{
	color: #121111;
	line-height: 25px;
	font-weight: normal;
}
.tem_news_list .news_top ul li dl dd p{
	font-size: 12px;
	line-height: 20px;
	padding: 2px 0 0;
}
.tem_news_list .news_top ul li dl dt{
	width: 67px;
	height: 67px;
	color: #FFF;
	float: right;
	padding: 2px 0;
	border-radius: 5px;
	text-align: center;
	background: #da251d;
}
.tem_news_list .news_top ul li dl dt span.d{
	font-size: 45px;
	line-height: 45px;
}
.tem_news_list .news_top ul li dl dt span.ym{
	font-size: 12px;
	line-height: 20px;
}

.tem_news_list .news_list{
	width: 770px;
	height: 429px;
	float: right;
	background: #FFF;
}
.tem_news_list .news_list ul li{
	width: 50%;
	height: 143px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	float: left;
}
.tem_news_list .news_list ul li:nth-child(1),
.tem_news_list .news_list ul li:nth-child(3),
.tem_news_list .news_list ul li:nth-child(5){
	border-left: 0;
}
.tem_news_list .news_list ul li:nth-child(5),
.tem_news_list .news_list ul li:nth-child(6){
	border-bottom: 0;
}
.tem_news_list .news_list ul li dl dt{
	width: 85px;
	padding: 41px 0;
	float: left;
}
.tem_news_list .news_list ul li dl dt span{
	display: block;
	text-align: center;
}
.tem_news_list .news_list ul li dl dt span.d{
	font-size: 32px;
	line-height: 40px;
}
.tem_news_list .news_list ul li dl dt span.ym{
	font-size: 12px;
	line-height: 20px;
}
.tem_news_list .news_list ul li dl dd{
	padding-left: 85px;
	padding-top: 38.5px;
	padding-bottom: 38.5px;
	padding-right: 40px;
}
.tem_news_list .news_list ul li dl dd h2{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.tem_news_list .news_list ul li dl dd p{
	padding: 5px 0 0;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.tem_news_list .news_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.tem_news_list .news_list ul li a:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 1199px){
	.tem_index_about .about_content{
		width:200px;
		height:400px;
		position:absolute;
		left:200px;
	}
	.tem_index_about .about_column{
		width: 390px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
	.tem_index_about .about_content{
		left:193px;
	}
	.tem_index_about .about_column{
		width: 450px;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
	.tem_index_about .about_content{
		left:234px;
	}
	.tem_index_about .about_column{
		width: 500px;
	}
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
	.tem_index_about .about_content{
		left:284px;
	}
	.tem_index_about .about_column{
		width: 550px;
	}
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
	.tem_index_about .about_content{
		left:330px;
	}
	.tem_index_about .about_column{
		width: 600px;
	}
}
@media screen and (min-width: 1601px) and (max-width: 1700px) {
	.tem_index_about .about_content{
		left:380px;
	}
	.tem_index_about .about_column{
		width: 650px;
	}
}
@media screen and (min-width: 1701px) and (max-width: 1800px) {
	.tem_index_about .about_content{
		left:430px;
	}
	.tem_index_about .about_column{
		width: 700px;
	}
}
@media screen and (min-width: 500px) and (max-width: 1198px) {
	.tem_index_about .about_content{
		width:350px;
		height:270px;
		position:absolute;
		left:200px;
	}
}