/*css初始化   css reset start*/
@font-face {
  font-family: "LIGHT_1.0_1";
  src: url("LIGHT/LIGHT_1.0_1.woff2") format("woff2"),
       url("LIGHT/LIGHT_1.0_1.woff") format("woff"),
       url("LIGHT/LIGHT_1.0_1.ttf") format("truetype"),
       url("LIGHT/LIGHT_1.0_1.eot") format("embedded-opentype"),
       url("LIGHT/LIGHT_1.0_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face { font-family: "兰亭黑简"; src: url("../font/兰亭黑简.TTF"); }
@font-face { font-family: "兰亭黑 GBK"; src: url("../font/兰亭黑 GBK.TTF"); }

html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,iframe,table,tbody,tfoot,thead,
tr,th,td,article,aside,footer,header,nav,section,del,s,em,i,strong,b,u,select,button,textarea,input,a{
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; 
	-ms-box-sizing: border-box; margin:0; padding:0;-webkit-tap-highlight-color:transparent;
}


/*特殊声明*/
html{-webkit-text-size-adjust:none;} 
/*body{
	font-family:"Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", 
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;font-weight: normal; 
	color:#585757; font-size:14px;background:#fff;width:100%;min-width: 320px;max-width:1920px;margin:0 auto;overflow-x:hidden;
}*/
body{
	font-family:"LIGHT_1.0_1","Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", 
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;font-weight: normal; 
	color:#585757; font-size:14px;background:#fff;width:100%;min-width: 320px;max-width:1920px;margin:0 auto;overflow-x:hidden;
}


/*清除浮动*/
.clearfix:after{content:"."; clear:both; display:block; height:0; visibility:hidden;}
.clearfix{zoom:1;}

/*设置链接*/
a{color:#585757; text-decoration:none;}
a:hover{text-decoration:none;cursor:pointer;}

/*其它*/
fieldset,img,textarea,input,button,select{border:none;outline: none;background:none;} /*去掉边框*/
ul,li,ol,dl,dt,dd{ list-style:none;}/*去掉列表样式*/
del{text-decoration:line-through; }
table {border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6,b{font-weight:normal;}
i{font-style:normal;}
input,select,img,button{vertical-align:middle;}
input,button,textarea,select{
	font-family:"Microsoft YaHei Light","Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", 
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;resize: none;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}
input::-moz-placeholder, textarea::-moz-placeholder { color: #9FA0A0; color:rgba(160,160,160,0.3); }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #9FA0A0; color:rgba(160,160,160,0.3); }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #9FA0A0; color:rgba(160,160,160,0.3); }




.fl{float:left;}
.fr{float:right;}
img{display:block;margin:0 auto;}
.wrapper{width:100%;}
.container{position:relative;width:83%;margin:0 auto;overflow:hidden;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.clamp4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.imgMark{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.5);z-index:5;}
.Animation {
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.en{text-transform:uppercase;}
.icon_play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
/*css初始化   css reset end*/




/*头部*/
.header{position:fixed;width:100%;height:90px;z-index:10;left:0;top:0;background:url(../images/navBg.jpg) repeat-x; border-bottom:2px solid #838280;transition:all 0.5s;-webkit-transition:all 0.5s;}
.header .container{width:100%;overflow:visible;}
.header .logo{position:relative;width:25%;text-align:center;line-height:90px;}
.header .logo img{width:66%;display:inline-block;}
.header .logo .line{position:absolute;width:100%;height:4px;left:16.8%;bottom:0;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s; }
	.header .logo .line li{ float:left}
	.header .logo .line .color1{width:22%; background:#228245; height:4px}
	.header .logo .line .color2{width:22%; background:#FFF; height:4px}
	.header .logo .line .color3{width:22%; background:#A82F38; height:4px}
.header .container,.header .nav,.header .search,.search,.search_form,.search .tip,.header .main_nav,.header li{height:90px;}
.header .main_nav{width:70%;}
.header .nav{width:80%;}
.header .search{width:20%;}
.header .tip{width:42%;}
.header .tip a{width:50%;}

.nav li{position:relative;float:left;width:14.28571428571429%;}
.nav li a{position:relative;display:block;height:100%;color:#000;font-size:14pt;text-align:center;padding-top:30px;z-index:2;  font-family: "兰亭黑简";}
.nav li a .en{font-size:10pt !important; margin-top:6px}
.nav li a span{display:block;}
.search_form{position:relative;width:58%;}
.s_inputItem{position:relative;width:88%;height:30px;top:30px;margin:0 auto;}
.search_form .s_input{width:100%;height:100%;border-radius:13px;background:#5D5D5D;transition:all 0.5s;-webkit-transition:all 0.5s; }
.search_form .s_input input{padding:0 20px 0 10px; color:#FFF !important; font-size:14px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.search_form input{display:block;width:100%;height:100%;font-size:14px;}
.s_submit{position:absolute;right:-29px;top:5px;}
.s_submit input{width:20px;height:20px;background:url(../images/icon_2.png) no-repeat center;background-size:100% 100%;cursor:pointer;}
.tel{position:relative;height:100%;}
.tel_1{background:url(../images/tel.png) no-repeat center;background-size:70% auto;display:none;}
.tel_2{background:url(../images/tel_2.png) no-repeat center;background-size:70% auto;}
.enWebsite{position:relative;height:100%;;background:url(../images/en.png) no-repeat center;background-size:70% auto;}
.navLine:after{content:'';position:absolute;width:3px;height:100%;/*background:url(../images/navLine.png) no-repeat top left;*/top:0;left:0;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s;}
.nav li.cur>a,.nav li:hover>a{border-bottom:5px solid #000;}

.nav .menu_nav{position:absolute;width:100%;left:0;top:90px;background:#4A453F;z-index:20;display:none; border-bottom-right-radius:10px; border-bottom-left-radius:10px; }
.nav .menu_nav a{display:block;width:100%;text-align:center;color:#fff;font-size:12pt;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:0;}
.nav .menu_nav a.cur{background:rgba(255,255,255,0.29);}
.nav .menu_nav a:hover{background:rgba(255,255,255,0.29); }


.header .menu_icon,.header .menu_icon_cha{position:absolute;width:35px;height:35px;right:10px;top:12px;cursor:pointer;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);z-index:2;display:none;}
.header .menu_icon{background:url(../images/menu_icon.png) no-repeat center;background-size:32px 32px;}
.header .menu_icon_cha{background:url(../images/menu_icon_cha.png) no-repeat center;background-size:25px 25px;}
.header .min_main_nav{position:fixed;width:100%;height:100%;top:60px;left:0;background:#4a453f;display:none;}
.header .min_main_nav .nav{width:100%;height:auto;}
.header .min_main_nav .nav li{width:100%;height:auto;border-bottom:1px dashed rgba(255,255,255,0.4);}
.header .min_main_nav .nav li a{padding:12px 0;font-size:15px;}
.min_main_nav .nav .menu_nav{display:none;position:relative;top:0;border-bottom:none;background:none;}
.header .min_main_nav .nav .menu_nav a{padding:0;font-size:13px;color:rgba(255,255,255,0.7);border-top:1px dashed rgba(255,255,255,0.7);background:rgba(255,255,255,0.29);}
.min_main_nav .nav li.cur>a,.min_main_nav .nav li:hover>a{border-bottom:none;background:none;}
.header .min_main_nav .nav .enWebsite{position:relative;height:63px;;background:url(../images/en.png) no-repeat center;background-size:45px 45px;}
.header .min_main_nav .nav .tel_2{position:relative;height:63px;;background:url(../images/tel_2.png) no-repeat center;background-size:45px 45px;}

/*底部*/
.footer{background:#1A1E21;padding:56px 0 33px;overflow:hidden;}
.footer_top{width:1200px;margin:0 auto 40px;}
.footer_top h3{height:35px;border-bottom:1px solid #7D8488;margin-bottom:15px;}
.footer_top h3 a{font-size:18px;color:#C5C5C5;}
.footer_top a{display:block;line-height:28px;font-size:14px;color:#7D8488;}
.f_nav_item{float:left;width:144px;margin-right:4%;}
.classify .innerItem{float:left;width:50%;}
.classify .innerItem p a{font-size:14px;}
.classify .innerItem a{font-size:12px;}
.f_nav_item_contact{margin-right:0;}
.f_nav_item_contact>a{position:relative;padding-left:40px;margin-bottom:10px;white-space:nowrap;}
.f_nav_item .icon{position:absolute;top:0;left:0;}
.footer_top a:hover{color:#fff;}

.footer_bottom{position:relative;color:#1A1E20;width:100%;background:#fff;margin:0 auto;padding:50px 50px 10px;}
.footer_bottom a{color:#1A1E20;}
.index_footer_bottom{display:none;}
.footer_bottom .share{font-size:16px;font-weight:700;}
.footer_bottom .share span{position:relative;float:left;top:4px;}
.footer_bottom .share a{margin:0 6px 0 0!important;}
.bd_weixin_popup{width:250px!important;height:295px!important;}


.bdshare-button-style0-32 a{float:left;width:30px!important;height:30px!important;border-radius:50%;opacity:0.8!important;}
.bdshare-button-style0-32 a.bds_tqq{background:url(../images/icon_6.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style0-32 a.bds_weixin{background:url(../images/icon_7.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style0-32 a.bds_qzone{background:url(../images/icon_8.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style0-32 a.bds_renren{background:url(../images/icon_9.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style0-32 a.popup_sqq{background:url(../images/icon_10.png) no-repeat center!important;background-size:100% 100%!important;}



.share img{display: inline-block;cursor:pointer;}

.footer_bottom .tel{font-size:20px;font-weight:700;margin:10px auto;}
.copyRight{font-size:12px;}
.copyRight img{display:inline-block;}
.ewmArea{position:absolute;right:50px;bottom:10px;}
.ewmArea .ewm_item{position:relative;margin-left:50px;cursor:pointer;}
.ewmArea .ewm_item .ewm{position:absolute;width:90px;height:93px;left:50%;top:-90px;transform:translateX(-50%);-webkit-transform:translateX(-50%);display:none;background:url(../images/ewmBg.png) no-repeat center;background-size:100% 100%;padding-top:5px;}
.ewmArea .ewm_item .ewm img{width:75px;height:75px;}
.ewmArea .ewm_item .ewm.cur{display:block;}

.sr-bdimgshare-list{display:none!important;z-index:-1;}


/*回到顶部*/
.goBack{position:fixed;width:41px;height:56px;right:20px;bottom:15%;z-index:3;cursor:pointer;display:none;}
.goBack img{width:100%;height:100%;}



/*内页共用*/
body{padding-top:90px;}
.paddingTop35{padding-top:35px;}
.h_title{width:100%;text-align:center;}
.h_title .line{width:380px;height:4px;background:#DA251D;margin:5px auto;}
.h_title .line_about{width:200px;height:4px;background:#DA251D;margin:5px auto;}
/*.h_title .line{width:103px;height:4px;background:#DA251D;margin:0 auto;}*/
.h_title h1 span{display:block;color:#040000;}
.h_title .en{font-size:36px;margin:0px auto 0;}
.h_title .ch{font-size:42px;}

.h3_title{font-size:26px;color:#231815;margin-bottom:40px;}


/*翻页*/
/*.page{position:relative;display:block;width:332px;margin:0 auto;}
.page span{display:inline-block;height:20px;line-height:20px;font-size:14px;color:#727373;text-transform:uppercase;cursor:pointer;}
.page .page_text{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.page .prev,.page .next{position:relative;width:100%;}
.page .page_arrow{position:absolute;width:230px;top:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.page .page_arrow_left{right:52px;background:url(../images/arrow_left.png) no-repeat center;background-size:100%;}
.page .page_arrow_right{left:52px;background:url(../images/arrow_right.png) no-repeat center;background-size:100%;}*/







@media screen and (min-width:1200px) and (max-width:1599px){
	/*头部*/
	.header .logo{width:26%;}
	.header .main_nav{width:74%;}
	.nav li a{font-size:17px;}
	.nav li a span.en{margin-top:3px;}
	.s_submit{right:-29px;}
	.search_form .s_input input{padding:0 30px 0 10px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
	.h_title .en{font-size:32px;}
	.h_title .ch{font-size:38px;}

	.h3_title{margin-bottom:30px;font-size:24px;}
	

	/*头部*/
	.header .logo{width:25%;}
	.header .main_nav{width:70%;}
	.nav li a{font-size:14px;}
	.nav li a span.en{margin-top:6px;}
	.search_form .s_input input{font-size:12px;}


	/*底部*/
	.footer_top{width:92%;}
	.f_nav_item{width:15%;margin-right:1.6%;}

}

@media screen and (min-width:768px) and (max-width:991px){
	.h_title .en{font-size:28px;margin:10px auto 0;}
	.h_title .ch{font-size:34px;}

	.h3_title{margin-bottom:30px;font-size:22px;}


	/*头部*/
	body{padding-top:70px;}
	.header{height:70px;}
	.header .container{height:70px;}
	.header .logo{width:30%;line-height:70px;min-width:140px;}
	.header .logo img{width:60%;}
	.max_main_nav{display:none;}
	.header .menu_icon{display:block;}
	.paddingTop90{padding-top:70px!important;}


	/*底部*/
	.footer{padding:0;}
	.footer_top{display:none;}
	.ewmArea{display:none;}
	.footer_bottom{padding:20px 20px 10px;}
	/*.bdshare-button-style0-32 a.bds_tqq{background:url(../images/icon_6_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.bds_weixin{background:url(../images/icon_7_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.bds_qzone{background:url(../images/icon_8_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.bds_renren{background:url(../images/icon_9_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.popup_sqq{background:url(../images/icon_10.png) no-repeat center!important;background-size:100% 100%!important;}*/
}

@media screen and (min-width:0px) and (max-width:767px){
	.h_title .line{height:3px;width:240px;}
	.h_title .en{font-size:22px;margin:5px auto 0;}
	.h_title .ch{font-size:28px;}

	.h3_title{margin-bottom:20px;font-size:20px;}

	
	/*头部*/
	body{padding-top:60px;}
	.header{height:60px;}
	.header .container{height:60px;}
	.header .logo{width:40%;line-height:60px;min-width:200px;text-align:left;}
	.header .logo img{width:100%;margin-left:10%;}
	.max_main_nav{display:none;}
	.header .menu_icon{display:block;}
	.header .logo .line li{ float:left; width:90%}
	.header .logo .line{position:absolute;width:100%;height:2px;left:10%;bottom:0;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s; }
		.header .logo .line .color1{width:33.33333%; background:#228245; height:2px}
	.header .logo .line .color2{width:33.33333%; background:#FFF; height:2px}
	.header .logo .line .color3{width:33.33333%; background:#A82F38; height:2px}
	.nav li a{color:#FFF; font-family: "兰亭黑简";}

.header .min_main_nav .nav{ background:#4A453F !important}

	/*底部*/
	.footer{padding:0;}
	.footer_top{display:none;}
	.ewmArea{display:none;}
	.copyRight{font-size:12px;}
	.footer_bottom{padding:20px 20px 10px;}
	/*.bdshare-button-style0-32 a.bds_tqq{background:url(../images/icon_6_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.bds_weixin{background:url(../images/icon_7_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.bds_qzone{background:url(../images/icon_8_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.bds_renren{background:url(../images/icon_9_min.png) no-repeat center!important;background-size:100% 100%!important;}
	.bdshare-button-style0-32 a.popup_sqq{background:url(../images/icon_10.png) no-repeat center!important;background-size:100% 100%!important;}*/
}