﻿@charset "utf-8";
/* CSS Document */

*{padding:0px;margin:0px;font:14px/24px "微软雅黑";}
img{border:0px;}
a{text-decoration:none; color: #666;}
ul,li,ol{list-style:none;}

/*浮动 清除浮动*/
.fl{float:left;} .fr{float:right;} .clear{clear:both;}

/*margin 外间距*/
.m10{margin:10px auto;} .m15{margin:15px auto;} .m20{margin:20px auto;} .m30{margin:30px auto;}
.m30{margin:30px auto;} .m35{margin:35px auto;} .m40{margin:40px auto;} .m45{margin:45px auto;}
.m50{margin:50px auto;} .m55{margin:55px auto;} .m60{margin:60px auto;} .m5{margin:5px auto;}

.mt5{margin-top:5px;} .mt10{margin-top:10px;} .mt15{margin-top:15px;} .mt20{margin-top:20px;}
.mt25{margin-top:25px;} .mt30{margin-top:30px;} .mt35{margin-top:35px;} .mt40{margin-top:40px;}
.mt45{margin-top:45px;} .mt50{margin-top:50px;} .mt55{margin-top:55px;} .mt60{margin-top:60px;}

/*padding 内间距*/
.p5{padding:5px 0px;} .p10{padding:10px 0px;} .p15{padding:15px 0px;} .p20{padding:20px 0px;} .p25{padding:25px 0px;}
.p30{padding:30px 0px;} .p35{padding:35px 0px;} .p40{padding:40px 0px;} .p45{padding:45px 0px;} .p50{padding:50px 0px;}
.p55{padding:55px 0px;} .p60{padding:60px 0px;} .p65{padding:65px 0px;} .p70{padding:70px 0px;} 

.pt5{padding-top:5px;} .pt10{padding-top:10px;} .pt15{padding-top:15px;} .pt20{padding-top:20px;} .pt25{padding-top:25px;}
.pt30{padding-top:30px;} .pt35{padding-top:35px;} .pt40{padding-top:40px;} .pt45{padding-top:45px;} .pt50{padding-top:50px;}
.pt55{padding-top:55px;} .pt60{padding-top:60px;} .pt65{padding-top:65px;} .pt70{padding-top:70px;}

/*大框架*/
.wbox1{width:100%;min-width:1000px;}   .w1000{width:1000px;margin:0px auto;} 
.wbox11{width:100%;min-width:1100px;}  .w1100{width:1100px;margin:0px auto;} 
.wbox12{width:100%;min-width:1200px;}  .w1200{width:1200px;margin:0px auto;}

/*定位*/
.relative{position:relative;}  .absolute{position:absolute;}  .fix{position:fixed;}
.z1{z-index:1;} .z5{z-index:5;}  .z10{z-index:10;}  .z15{z-index:15;}  .z20{z-index:20;}
.z25{z-index:25;} .z30{z-index:30;}
.z100{z-index:100;} .z500{z-index:500;} .z1000{z-index:1000}; .z9999{z-index:9999;}

/*页码*/
.ym_box {width: 100%;height: 30px;text-align: center;padding-top: 20px;}
.ym_box a, .ym_box b {padding: 8px 35px;background: #f5f5f5;cursor: pointer;margin-left: 1px;font-size: #545454;text-align: center;
border-right:1px solid #d1d1d1; color: #545454;}
.ym_box b {background: #eb7501;color: #fff;}

/*隐藏*/
.hidden{display:none;} .overhidden{overflow:hidden;}

/*百分比*/
.c1{width:10%;} .c2{width:20%;} .c3{width:30%;} .c4{width:40%;} .c5{width:50%;} .c6{width:60%;} .c7{width:70%;}
.c8{width:80%;} .c9{width:90%;}

.effimg{
	width:100%; 
	overflow:hidden;
}

.tran {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.cssimg {
	-webkit-transition-duration: 0.5s; 
	-ms-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	transition-duration: 0.5s; 
	-webkit-transform: scale(1, 1); 
	-ms-transform: scale(1, 1); 
	-o-transform: scale(1, 1); 
	-moz-transform: scale(1, 1); 
	transform: scale(1, 1); 
}
.cssimg:hover {
	-webkit-transform: scale(1.05, 1.05); 
	-ms-transform: scale(1.05, 1.05); 
	-o-transform: scale(1.05, 1.05); 
	-moz-transform: scale(1.05, 1.05); 
	transform: scale(1.05, 1.05); 
}

/*index*/

.ctop_db{
	width: 100%;
	height: 40px;
	background: #231815;
}

.ctop_db p{
	line-height: 40px;
	color: #bcbcbc;
	float: left;
}
.ctop_yb{
	float: right;
	line-height: 40px;
}
.ctop_yb a{
	color: #bcbcbc;
}
.ctop_yb a:hover{
	color: #fff;
}

.ctop_logo img{
	width: 260px;
}

.nav_list ul li a{
	width: 90px;
	height: 56px;
	line-height: 56px;
	color: #231816;
	font-size: 14px;
}
.nav_list ul li{
	width: 90px;
    float: left;
    height: 100%;
    position: relative;
    z-index: 50;
	text-align: center;
}

.nav_list{
	width: 900px;
}
.nav_list ul li:hover{
	color: #f3440d;
	background: url(../images/navbg1.png) no-repeat center;
}

.nav_list .ctop_cson_box{
	width: 90px;
	top: 57px;
    left: 0;
	background:#f9f9f9;
	display: none;
}
.nav_list .ctop_cson_box a{
	background:none;
	color:#333;
	border-bottom:1px solid #d1d1d1;
	height:40px;
	line-height:40px;
	display: block;
	font-size: 14px;
}
.nav_list .ctop_cson_box a:hover{
	color:#ff3f00;
	background:none;
}

.ctop_nav{
	background: url(../images/botbg.png) repeat-x;
	padding: 22px 0;
}

/*banner*/

.mtop {
	position:relative;
	z-index:-1;
	top: -45px;
}
.main_visual {
	height:650px;
	overflow:hidden;
	display:block;
	position:relative;
	border-bottom:1px solid #FFF;
}
.main_image {
	height:650px;
	overflow:hidden;
	display:block;
	position:relative;
}
.main_image ul {
	width:9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main_image li {
	float:left;
	width:100%;
	height:650px;
}
.main_image li a {
	float:left;
	width:100%;
	height:650px;
}
.flicking_con {
	height:5px;
	margin-top:-35px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:15;
}
.flicking_con a {
	float:left;
	width:32px;
	height:5px;
	padding:0;
	margin:0 6px;
	display:block;
	background:#FFF;
}
.flicking_con a:hover {
	background:#ee9c15;
}
.flicking_con a.on {
	background:#ee9c15;
}

.cpro_box{
	width: 100%;
	height: 490px;
	background: url(../images/probg.png) repeat-x;
	position: relative; 
	top: -65px;
}

.m_title{
	padding-top: 60px;
	background: url(../images/titbg1.png) no-repeat bottom;
	display: block;
	width: 500px;
	height: 80px;
	margin: 0 auto;
}
.m_title h2{
	text-align: center;
	font-size: 28px;
	padding: 15px 0;
	color: #7c0000;
}
.m_title span{
	text-align: center;
	font-size: 26px;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	color: #eabb00;
}

.cpic_Box{
	width:420px;
	margin:50px auto;
	position:relative;
	overflow:hidden;
}

.cpic_Box ul{
	width:10000px;
	position:relative;
	margin: 0 70px;
}
.cpic_Box ul li{
	width:210px;
	margin-right:75px;
	float:left;
	position:relative;
}
.cpic_Box ul li img{
	opacity:0;
	display:block;
	width:100%;
	min-height:100%;
	_height:100%;
	transition:opacity .2s ease-in .25s;
	border-top: 14px solid #ff3250;
	-webkit-transition: all ease .3s;  
    transition: all ease .3s ;
}
.cpic_Box ul li a:hover img{
	box-shadow: 0 0 20px #aaa;
    transform: translateY(-5px);
    transition: 0.5s;
}
.cpic_Box ul li a:hover span{
	background:#fd3f01;
}
.cpic_Box ul li p{
	text-align:center;
	display: block;
	margin-top: 30px;
	font-size: 16px;
	color: #ff3250;
}
.cpic_Box ul li span{
	font-size:30px;
	display: block;
	width: 40px;
	height: 40px;
	background: #ff334f;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 20px auto;
}
.cpic_Box ul li.load img{
	opacity: 1;
}
.cpic_Box .clb_Btn{
	width:44px;
	height:44px;
	position:absolute;
	top:50%;
	margin-top:-52px;
	z-index:30;
	cursor:pointer;
}
.cpic_Box .clb_BtnR{
	right:5px;
	background:url(../images/r_btn.png) no-repeat center center;
}
.cpic_Box .clb_BtnR:hover{
	background:url(../images/r_btn1.png) no-repeat center center;
}
.cpic_Box .clb_BtnL{
	left:5px;
	background:url(../images/l_btn.png) no-repeat center center;
}
.cpic_Box .clb_BtnL:hover{
	background:url(../images/l_btn1.png) no-repeat center center;
}

.cpic_Box4{
	width:1200px
}


.cabout_box{
	width: 100%;
	height: 438px;
	background: url(../images/abbg.png) no-repeat center;
	background-size: 100% 100%;
}

.cabout_con{
	padding-top:18px;
}
.about_nr{
	width: 68%;
}

.ab_img{
	width: 46.6%;
}
.ab_img img{
	width:100%;
}
.ab_txt{
	width:47%;
	padding-top: 30px;
	padding-right: 48px;
}
.txt_bt{
	padding-bottom:20px;
}
.txt_bt h2{
	color: #fff;
	width: 280px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../images/about2.png) no-repeat;
	font-size: 18px;
	float: left;
}
.txt_bt a{
	display: block;
	width: 33px;
	float: right;
	height: 33px;
	line-height: 30px;
	color: #fff;
	background: #fd3f01;
	text-align: center;
	border-radius: 50px;
	margin-top: 10px;
	font-size: 26px;
}
.ab_jj p{
	color: #fff;
	line-height: 28px;
}

.about_lx{
	padding:30px 0px;
	width: 32%;
}
.lx_bt{
	padding-left: 68px;
}
.lx_bt h3{
	width: 110px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/about3.png) no-repeat;
	color: #fff;
	font-size: 18px;
}

.lx_nr{
	margin-top: 30px;
	padding-left: 65px;
}
.lx_nr p{
	margin-bottom: 10px;
	line-height: 28px;
	color: #fff;
}

@media screen and (max-width: 1000px){
	.lx_nr{
	padding-left: 60px !important;
}
	
}

.news_list ul li{
    background: #eeeeee;
    display: block;
    width: 585px;
    float: left;
    margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.news_list ul li:hover{
	box-shadow:0 0 20px #ccc;
}
.news_list ul li:hover .time{
	background:#fc0177; 
}
.news_list ul li:hover .newhead{
	color:#db372b;
}
.news_list ul li:hover p{
	color:#db372b;
}
.news_list ul li:nth-child(2n){
	margin-right:0 !important;
}
.news_list ul li a .newhead {
    color: #000;
    padding-top: 20px;
}
.news_list ul li p {
    display: block;
    text-align: left;
    white-space: pre-line;
    text-overflow: ellipsis;
	color: #666;
	height: 63px;
	font-size: 12px;
	padding-right: 10px;
}
.news_nr{
    max-width: 305px;
	float: left;
    vertical-align: top;
}
.news_time{
	display: inline-block;
    max-width: 400px;
    position: relative;
    vertical-align: top;
	float:left;
	margin-right:30px;
	height:150px;
}
.newhead{
    text-align:left;    
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.news_nr span{
    font-size: 16px;
    display: block;
    margin-bottom: 21px;
}
.time{
    position: absolute !important;
    vertical-align: top !important;
    background: #db372b;
    font-size: 12px;
	width: 65px;
    height: 65px;
    color: #d2bb8b;
    font-family: Microsoft Yahei;
    line-height: 20px;
    padding-top: 8px;
}
.time {
    text-align:center;
}
.time span{
    font-size: 25px !important;
    display: block !important;
    margin-bottom: 0px !important;
	color: #fff;
}

.Rtrigon{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #c51a1a;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -7px;
}
.Ltrigon{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #e8e8e8;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
}
.cmain_more{
	margin-top: 60px;
}
.cmain_more a{
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	background: #fd3f01;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}
.cmain_more a:hover{
	box-shadow: 0 0 20px #666;
	background: #ff334f;
}
.cmain_more1 a:hover{
	box-shadow: 0 0 20px #666;
	background: #ff334f;
}
.cpro1_box{
	width: 100%;
	height: 640px;
	overflow: hidden;
	background: url(../images/probg1.png) repeat center;
}

.m_title1{
	padding-top: 60px;
	background: url(../images/titbg2.png) repeat bottom;
	display: block;
	width: 500px;
	height: 80px;
	margin: 0 auto;
}
.m_title1 h2{
	text-align: center;
	font-size: 28px;
	padding: 15px 0;
	color: #fff;
}
.m_title1 span{
	text-align: center;
	font-size: 26px;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	color: #fff;
}

.pro_list{
	position: relative;
    overflow: hidden;
}

.cproduct_con_flei{
	text-align:center;
	margin:60px 0px 30px;
}
.cproduct_con_flei span{
	display:inline-block;
	width:124px;
	height:40px;
	line-height:40px;
	background:#fff;
	text-align:center;
	margin-right:40px;
	color:#545454;
	cursor:pointer;
	border-radius: 8px;
}
.cproduct_con_pic{
	overflow:hidden;
	position:relative;
}
.cproduct_con_pic ul{
	float:left;
}
.cproduct_con_pic ul li{
	width:300px;
	float:left;
	position: relative;
}
.cproduct_con_pic .cproduct_con_picbox{
	width:259px;
	height:230px;
	overflow:hidden;
	margin:3px auto;
}
.cproduct_con_pic ul li a{
	display:inline-block;
	width:266px;
	margin:0px auto;
	padding-bottom:10px;
}

.cproduct_con_pic ul li a img{
	display:block;
	height:224px;
	display:block;
	margin:0px auto;
	-webkit-transition: all ease .3s;  
    transition: all ease .3s ;
}
.cproduct_con_pic ul li a img:hover{
	-webkit-transform: scale(1.2);  
    transform: scale(1.2);  
}
.cproduct_con_pic ul li a:hover p{
	background:#fd3f01;
	color: #fff;
}
.cproduct_con_pic ul li a:hover span{
	background:#fff;
	color: #fe4002;
}
.cproduct_con_pic ul li a h6{
	line-height:30px;
	width:230px;
	margin:0px auto;
	overflow:hidde;
	text-overflow:ellipsis;
	white-space:normal;
	color:#fff;
	text-align:center;
}
.cproduct_con_pic ul li a p{
	width: 140px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: #fe4002;
	text-align: center;
	border-radius: 15px;
	margin: 40px auto;
	font-size: 16px;
}

.cproduct_con_picbox span{
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #fd4000;
	border-radius: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: 120px;
	bottom: 111px;
}

.Box_con {
	position: relative;
}
.Box_con .btnl {
	position: absolute;
}
.Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 80px;
	cursor: pointer;
}
.Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: -72px;
}
.Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: -72px;
}
.Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.Box_con .conbox ul {
	position: relative;
}
.Box_con .conbox ul li {
	float: left;
	width: 285px;
	height: 245px;
	margin-left: 20px;
	overflow: hidden;
}
.Box_con .conbox ul li p{
	text-align:center;
	padding: 20px 0;
	color: #fff;
}
.Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.Box_con .conbox ul li img {
	display: block;
	width: 285px;
	height: 200px;
	transition: all 0.5s;
}
.Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}


.cmain_more1{
	margin-top: 60px;
}
.cmain_more1 a{
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	background: #fd3f01;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}

.cfoot_con{
	width: 100%;
	height: 400px;
	background: url(../images/footbg.jpg) no-repeat;
}

.erweima{
	width: 183px;
}
.erweima img{
	display:block;
	margin-top: 140px;
}
.erweima p{
	text-align: center;
	color: #fff;
	
}
.cfoot_nav{
	width: 840px;
    margin-top: 95px;
}

.cfoot_nav dl{
	width: 140px;
	float: left;
}
.cfoot_nav dl dt{
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.cfoot_nav dl dd a{
	color: #999;
	line-height: 32px;
}
.cfoot_nav dl dd a:hover{
	color:#fff;
}
.cfoot_bottom{
	width: 100%;
	height: 60px;
	background: #210800;
}

.cfoot_bottom span{
	line-height: 60px;
	color: #c3c3c3;
	display: block;
	width: 600px;
	float: left;
}
.cfoot_bottom a{
	color: #c3c3c3;
	width: 200px;
	float: right;
	line-height: 60px;
}




/*about*/

.cbanner_box{
	width: 100%;
	height: 200px;
	position: relative;
	top: -20px;
	z-index: -1;
}
.cbanner_box img{
	width: 100%;
}

.cson_title{
	
    padding: 30px 0px;
}

.cson_nav{
	border-bottom: 1px #ececec solid;
    border-top: 1px #ececec solid;
}
.tit_nav{
	color:#666;
}
.tit_nav span{
	color:#eb7501;
}
.cson_nav ul li{
	float: left;
    border-left: 1px #ececec solid;
}
.cson_nav ul li a{
	display: block;
    width: 149px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	color: #666;
}
.cson_nav ul li a.on{
	color: #fff;
    background-color: #eb7501;
}
.zxm_about_1_1_left {
    float: left;
    width: 657px;
    height: 470px;
    position: relative;
}

.zxm_about_1_1 {
	margin-top:85px;
	margin-bottom:97px;
}
.zxm_about_1_1_left_right_top {
	position:absolute;
	top:35px;
	right:-280px;
	z-index:3;
}
.zxm_about_1_1_right {
	float:right;
	width:523px;
	margin-top: 180px;
}
.zxm_about_1_1_right_1 p {
	line-height:30px;
	color: #666;
}
.zxm_about_1_1_right_2 ul li {
	overflow:hidden;
	float:left;
	padding:0 16px;
	background-position:left;
	background-repeat:repeat-y;
	background-image:url(../images/about/img26.jpg);
}
.zxm_about_1_1_left_right {
    position: absolute;
    right: 0;
   top: 650px;
    z-index: 2;
    overflow: hidden;
}
.zxm_about_1_1_right_2 ul li:nth-child(1) {
	padding-left:0;
	background-image:none;
}
.zxm_about_1_1_right_2_1 {
	height:27px;
	background-image:url(../images/about/img24.png);
	position:relative;
	padding-right:18px;
	background-position:50px center;
	background-repeat:no-repeat;
}
.zxm_about_1_1_right_2 ul li:nth-child(2) .zxm_about_1_1_right_2_1 {
	background-position:62px center;
}
.zxm_about_1_1_right_2 ul li:nth-child(3) .zxm_about_1_1_right_2_1 {
	background-position:47px center;
	padding-left:30px;
}
.zxm_about_1_1_right_2 ul li:nth-child(4) .zxm_about_1_1_right_2_1 {
	background-position:64px center;
	padding-left:30px;
}
.zxm_about_1_1_right_2 ul li .zxm_about_1_1_right_2_1 {
	padding-left:35px;
}
.zxm_about_1_1_right_2_1 img {
	position:absolute;
	left:0;
	top:0;
}
.zxm_about_1_1_right_2_1 span {
	font-family:"Kleptocracy Condensed";
	font-size:24px;
	color:#eb7501;
}
.zxm_about_1_1_right_2_2 {
	font-size:12px;
	margin-top:3px;
}
.zxm_about_1_1_right_2 {
	margin-top:25px;
}


/*news*/

.dongtaiN {
	}
.dongtaiN a {
	width:1200px;
	margin:0 auto;
	display:block;
	position:relative;
}
.dongtaiN li {
	padding:15px 10px;
	border-bottom:#CCC dotted 1px;
	transition:ease-in-out 0.2s;
	-moz-transition:ease-in-out 0.2s;
	-ms-transition:ease-in-out 0.2s;
	-o-transition:ease-in-out 0.2s;
	-webkit-transition:ease-in-out 0.2s;
}
.dongtaiN li img {
	float:left;
	width:200px;
	height:130px;
}
.dongfrN {
	width:940px;
	float:right;
}
.riqiN {
	float:left;
	width:70px;
	text-align:center;
	margin-top:40px;
}
.riqiN strong {
	font-size:30px;
	color:#999;
	font-weight:normal;
	line-height:20px;
}
.riqiN span {
	font-size:12px;
	color:#999;
	border-top:#CCC solid 1px;
	padding-top:3px;
}
.wen {
	width:850px;
	float:right;
	transition:ease-in-out 0.2s;
	-moz-transition:ease-in-out 0.2s;
	-ms-transition:ease-in-out 0.2s;
	-o-transition:ease-in-out 0.2s;
	-webkit-transition:ease-in-out 0.2s;
}
.wen h5 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	color:#333;
	margin-top:15px;
}
.wen p {
	line-height:24px;
	color:#666;
	font-size:14px;
}
.gengduo {
	width:30px;
	line-height:30px;
	line-height:30px;
	text-align:center;
	border:#999 solid 1px;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#999;
	background:#FFF;
	border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-webkit-border-radius:25px;
}
.dongtaiN li:hover {
	background:#eb7501;
}
.dongtaiN li:hover span,.dongtaiN li:hover strong,.dongtaiN li:hover h5,.dongtaiN li:hover p {
	color:#FFF;
}
.dongtaiN li:hover .gengduo {
	border:#FFF solid 1px;
}
.dongtaiN li:hover .wen {
	width:830px;
}



/*news_more*/

.news_detail {
	line-height:22px;
	font-size:14px;
	padding:30px;
	overflow:hidden;
	background:#f1f1f1;
	margin:30px 0;
}

.news_detail_title {
	text-align:center;
	padding:10px;
	border-bottom:#CCC 1px solid;
	margin-bottom:20px;
}
.news_detail_title h1 {
	font-size:18px;
	font-weight: bold;
}
.news_detail_title h2 {
	font-size:12px;
	line-height:30px;
}

.news_con p{
	line-height: 30px;
	color: #666;
	text-indent: 20px;
}
.news_con p img{
    max-width: 100%;
    position: relative;
    left: -20px;
}
.page_next {
	border-bottom:#CCC 1px solid;
	padding:10px 0;
	border-top:#CCC 1px solid;
	position:relative;
	text-align:left;
}
.page_next a {
	display:block;
	color:#6e6459;
	line-height:26px;
	font-size:14px;
}
.page_next a.rt_btn {
	padding-right:20px;
	background:url(../images/rt.png) right center no-repeat;
	display:block;
	position:absolute;
	right:0;
	top:25px;
}
.page_next a:hover {
	color:#fe7e00;
}


/*product*/
.plist{

}
.plist li {
    float: left;
    width: 297px;
    height: 395px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/pbg3.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 9px;
}

.plist li .plist_mid {
    float: left;
    width: 249px;
    height: 349px;
    border: 1px #d5d5d5 solid;
    padding: 10px;
	padding-bottom:40px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.plist li img {
    
	width:100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.plist li .pch_name {
    padding: 15px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
}
.plist li .pen_name {
    width: 120px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #b05700;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}
.plist li .plist_mid2 {
    float: left;
    width: 249px;
    height: 349px;
    border: 1px #d5d5d5 solid;
    padding: 10px;
	padding-bottom:30px;
    background-color: #eb7501;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.plist li:hover .plist_mid{
	opacity: 0; 
	-webkit-transform: scale(1.5); 
	-moz-transform: scale(1.5); 
	-ms-transform: scale(1.5); 
	-o-transform: scale(1.5); 
	transform: scale(1.5);
}
.plist li:hover .plist_mid2{
	color:#fff; 
	border-color:#eb7501;
	opacity: 1; 
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
}



/*product_more*/

.cpro_con{
	padding-bottom:30px;
}

.pro_info_jj_left {
	float:left;
	width:480px;
}

.pro_info_jj_right {
	float:right;
	margin:0px;
	padding:0px;
}
.pro_info_jj_right_top span {
	/*float:left;*/
	font-size:20px;
	color:#eb7501;
	font-weight:bold;
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
	margin-top:20px;
	display:block;
}
.pro_info_jj_right_mid {
	width:680px;
	float:right;
	margin:0px;
	padding:0px;
	text-align:left;
}
.pro_info_jj_right_mid_jj {
	text-align:left;
	font-size:16px;
	color:#666;
	line-height:45px;
	padding:20px 0px 20px 0px;
	overflow:hidden;
}
.pro_info_jj_right_mid_jj span {
	font-weight:bold;
	color:#333;
	font-size: 18px;
}
.pro_info_jj_right_mid_jj_top {
	text-align:left;
	font-weight:bold;
	color:#333;
	font-size:20px;
}
.pro_info_jj_right_mid_jj_mid {
	text-align:left;
	line-height:25px;
	padding-top:20px;
	font-size: 14px;
	color: #666;
}
.pro_info_jj {
	background:#ffe3c8;
}
.procon {
	background-color:#edd9c2;
	padding:40px 50px;
	width:890px;
	float:left;
	overflow:hidden;
	margin:0px;
}
.procon_top {
	border-bottom:1px #d5c3ae solid;
	padding-bottom: 30px;
}
.procon_top span {
	float:left;
	font-weight:bold;
	color:#ca4c00;
	font-size:20px;
	padding-bottom:30px;
}
.procon_mid {
	text-align:left;
	font-size:16px;
	line-height:30px;
	padding-top:25px;
}
.procon_mid img {
	width: 100%;
}
.procon_right {
	width:210px;
	float:right;
	margin:0px;
	padding:0px;
}
.procon_right_top {
	font-size:16px;
	font-weight:bold;
	color:#bababa;
	background-color:#333;
	line-height:60px;
	padding-left: 15px;
}
.procon_right_list li {
	float:left;
	width:100%;
	height:210px;
	margin-top:10px;
	overflow:hidden;
	position:relative;
}
.procon_right_list li img {
	float:left;
	width:100%;
	height:210px;
}
.procon_right_list li span {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	line-height:40px;
	color:#bababa;
	height:40px;
	overflow:hidden;
	text-align:center;
	background-image:url(../images/pro3.png);
}
.procon_right_list li:hover span {
	color:#fff;
	background-image:url(../images/pro5.png);
}

.preview {
	width:480px;
	height:465px;
}

/* smallImg*/

.smallImg {
	position:relative;
	height:52px;
	margin-top:1px;
	background-color:#F1F0F0;
	padding:6px 5px;
	width:470px;
	overflow:hidden;
	float:left;
}
.scrollbutton {
	width:14px;
	height:50px;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:pointer;
}
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled {
	background: url(../images/d_08.png) no-repeat;
}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled {
	background:url(../images/d_09.png) no-repeat;
	margin-left:375px;
	margin-top:-50px;
}
#imageMenu {
	height:50px;
	width:360px;
	overflow:hidden;
	margin-left:0;
	float:left;
}
#imageMenu li {
	height:50px;
	width:60px;
	overflow:hidden;
	float:left;
	text-align:center;
}
#imageMenu li img {
	width:50px;
	height:50px;
	cursor:pointer;
}
#imageMenu li#onlickImg img, #imageMenu li:hover img {
	width:44px;
	height:44px;
	border:3px solid #959595;
}
/* bigImg*/
.bigImg {
	position:relative;
	float:left;
	width:480px;
	height:400px;
	overflow:hidden;
}
.bigImg #midimg {
	width:480px;
	height:400px;
}
.bigImg #winSelector {
	width:335px;
	height:210px;
}
#winSelector {
	position:absolute;
	cursor:crosshair;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
	background-color:#000;
	border:1px solid #fff;
}
/* bigView*/
#bigView {
	position:absolute;
	border: 1px solid #959595;
	overflow: hidden;
	z-index:999;
}
#bigView img {
	position:absolute;
}


/*join*/

.join_list{
	margin-top: 50px;
}
.join_list >ul >li {
    width: 30%;
    float: left;
    padding: 0 18px;
    margin-bottom: 80px;
}

.join_list .i {
    position: relative;
    padding-top: 80px;
    padding-left: 40px;
}
.join_list .i .box1 {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    padding: 35px 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 70px;
}
.join_list .i .box1 >p {
    color: #444444;
    font-size: 20px;
}
.join_list .i .box2 {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.join_list .i .box2 >.hd {
    padding-top: 40px;
    border-bottom: 1px solid #f1f1f1;
}
.join_list .i .box2 >.hd p {
    color: #000000;
    font-size: 14px;
    padding-bottom: 8px;
    line-height: 1em;
}
.pull-right {
    float: right !important;
}
.join_list .i .box2 >.hd p small {
    color: #231627;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.join_list .i .box2 >.ct {
    padding: 20px 0;
}
.join_list .i .box2 > .ct p {
    max-height: 230px;
    overflow: hidden;
}
.join_list .i .box2 >.ct p {
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 25px;
}
.join_list .i .box2 >.ft {
    margin-top: 10px;
    padding-bottom: 35px;
}
.join_list .i .box2 >.ft p {
    text-align: center;
}
.join_list .i .box2 >.ft p .bt {
    display: inline-block;
    width: 145px;
    height: 40px;
    border-radius: 2px;
    border: 2px solid #eb7501;
    line-height: 40px;
    text-align: center;
    color: #eb7501;
    font-size: 13px;
    transition: all 300ms;
    font-weight: bold;
}

.join_list .i .box2 >.ft p .bt:hover{
  background-color: #eb7501;
  color: #fff;
}


/*ypsq*/


.fw_3_1_b {
    padding-bottom: 1em;
}
.fw_3_1 {
    text-align: center;
    color: #333;
    font-size: 2em;
    padding: 2em 0;
	font-weight: bold;
}
.fw_4_1 {
    padding-bottom: 1em;
    line-height: 1.7em;
    text-align: center;
    font-size: 0.875em;
}
.cg_1_1 {
    overflow: hidden;
    margin: 1em 0 0 0;
}
.cg_1_2 .fw_4_2 {
    margin-top: 3em;
}
.fw_4_2 ul li {
    margin-bottom: 1em;
    min-height: 2.4375em;
    float: left;
    background-color: #fff;
    width: 48.4%;
    border: 1px #d0d0d0 solid;
}

.fw_4_2 ul li div select {
    color: #777;
}
.fw_4_2 ul li div input, .fw_4_2 ul li div select {
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 12px;
	height:35px;
}
.fw_4_2 ul li div {
    padding: 0.5em 1em;
}
.fw_4_2 ul li:nth-child(2n) {
    float: right;
}
.longwbk_wby {
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 0.875em;
    font-family: "微软雅黑";
    height: 9em;
}
.fw_4_2 ul li.longwbk {
    width: 100%;
}

.fw_4_3 a {
    display: inline-block;
    width: 15.625em;
    line-height: 2.75em;
    color: #fff;
    background-color: #e9811a;
}
.fw_4_3 {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 3em;
}


/*contact*/

.zb_cont_1{
	text-align:center; 
	color:#2e2e2e; 
	padding:57px 0px; 
	font-size:30px;
	text-transform: uppercase;
}
.zb_cont_2{
	position:relative;
	background-image:url(../images/contact_10.jpg); 
	background-position:center; 
	background-repeat:no-repeat; 
	height:457px;
}
.zb_cont_2_right{
	position:absolute; 
	right:0; 
	top:0; 
	width:410px; 
	height:100%; 
	background-image:url(../images/pro5.png);
}
.zb_cont_2_right_mid{
	padding:20px 35px; 
	color:#fff;
}
.zb_cont_2_right_mid_1{
	font-size:20px; 
	font-weight:bold; 
	border-bottom:1px #da6c00 solid; 
	padding-bottom:15px;
}
.zb_cont_2_right_mid_2 ul li{
	margin-top:18px;
	background-position:left center; 
	background-repeat:no-repeat; 
	font-size:16px; 
	line-height:35px; 
	padding-left:54px;
}
.zb_cont_2_right_mid_3{
	padding-top:20px;
}



/*honor*/

.cson_con_piclist ul li{
	float:left;
	width:33.3%;
	margin-bottom:25px;
}
.cson_con_piclist ul li a{
	display:block;
	width:380px;
	margin:0px auto;
	background: #F1F1F1;
	padding:2% 0px;
}
.cson_con_piclist ul li a:hover{
	box-shadow: 2px 2px 2px 1px #ccc;
}
.cson_con_piclist ul li .cym_info_picone{
	width:360px;
	height:250px;
	margin:0px auto;
}

.cson_con_piclist ul li .cym_info_txtone{
	width:100%;
}
.cson_con_piclist ul li .cym_info_txtone h6{
	height:40px;
	line-height:40px;
	text-align:center;
	color:#323232;
	background:#f1f1f1;
}
.cson_con_piclist ul li .cym_info_picone img{
	width:100%;
	margin:0px auto;
	display:block;
	height:250px;
}
/*资质荣誉大图*/

.czz_bigpic{
	position:fixed;
	width:617px;
	height:600px;
	left:50%;
	margin-left:-306px;
	top:50%;
	margin-top:-300px;
	z-index:100000;
	background:#fff;
	display:none;
}
.czz_bigpic_box{
	width:577px;
	height:560px;
	margin:20px auto 0px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.czz_bigpic_box img{
	width:100%;
}
.czz_bigpic_gb{
	width:57px;
	height:57px;
	background: url(../images/close_07.png) no-repeat center center #666;
	top:0px;
	right:-57px;
	cursor:pointer;
}
.cbody_bg{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#000;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:99999;
	display:none;
}


/*culture*/


.cul_title h2{
	text-align: center;
	font-size: 30px;
    color: #575757;
}

.cul_title p{
	text-align: center;
	text-transform: uppercase;
    font-size: 22px;
    color: #aaa;
	padding: 20px 0;
}

.cul_title1 h2{
	text-align: center;
	font-size: 30px;
    color: #fff;
	padding-top: 50px;
}

.cul_title1 p{
	text-align: center;
	text-transform: uppercase;
    font-size: 22px;
    color: #ff9358;
	padding: 20px 0;
}

.brand_left{
	float: left;
    width: 564px;
}

.brand_right{
	float: left;
    background-color: rgb(242, 242, 242);
    width: 550px;
    height: 248px;
	padding: 40px;
}
.brand_right h3{
	color: rgb(56, 56, 56);
    font-size: 24px;
    padding-bottom: 15px;
}
.brand_right p{
	margin-top: 15px;
	display: block;
	color: #666;
	line-height:30px;
}

.brand_right p span{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.brand_right p b{
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	color:#000;
	display:block;
}
.whln{
	background: url(../images/lnbg1.jpg) no-repeat center;
    height: 510px;
	margin-top: 50px;
}

.whln_con ul li{
	width: 240px;
	float: left;
	text-align: center;
}

.whln_con ul li h4{
	font-size: 24px;
    color: rgb(255, 255, 255);
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
}
.whln_con ul li p{
	padding-left: 14px;
    padding-right: 14px;
    color: rgb(255, 160, 110);
    font-size: 13px;
}

.shzr_con ul li{
	width: 332px;
    height: 350px;
    padding: 20px 16px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    background: #eee;
    box-shadow: 0 0 5px #ccc;
    margin: 0 18px;
    float: left;
    position: relative;
}
.shzr_con ul li a img{
	width: 100%;
}
.shzr_con ul li a h5{
	padding-top: 14px;
    line-height: 46px;
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.yghd{
	height: 500px;
	background: url(../images/ygbg1.jpg) no-repeat center;
}


/*fgdj*/


.zz_pic{
	width: 360px;
}

.zz_txt{
	width: 820px;
}
.zz_txt p{
	line-height: 46px;
	color: #666;
}

.ghgz{
	height: 500px;
	background: url(../images/zzbg1.jpg) no-repeat center;
}