/*固定样式*/
.wrap{
	width: 100%;
	min-width: 1500px;
}
.w1500{
	width: 1500px;
	margin:auto;
}
.pr{
	position: relative;
}
.nav{
	height: 75px;
	background: rgba(86,86,86,0.35);
	line-height: 75px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.nav .logo img{
	vertical-align: middle;
	margin-left: 15px;
}
.nav_list{
	width: 800px;
	margin:auto;
	display: inline-block;
}
.nav_list li{
	display: inline-block;
	font-size: 16px;
	color:white;
	width: 130px;
	/*text-align: right;*/
}
.nav_list li.on{
	background: url(../images/arrow1.png) center bottom no-repeat;
	background-size: 20px
}
.nav_search{
	color:white;
}
.nav_search img,.nav_search span{
	vertical-align: middle;
}
.nav_search span{
	display: inline-block;
	width: 1px;
	height: 20px;
	background: white;
	margin:0px 8px;
}
.nav_search .en_cn{
	display: inline-block;
	transition: all 0.5s;
}
.nav_search .en_cn:hover{
	color:#771f1e;
}
.sub_nav{
	position: absolute;
	overflow: hidden;
	z-index: 100;
}
.sub_nav ul li{
	background: url(../images/black60.png);
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	height: 0px;
}
.sub_nav ul li.on{
	transition: all 0.5s;
	height: 50px;
}
.sub_nav ul li .item{
	display: inline-block;
	font-size: 16px;
	color:white;
	width: 150px;
	text-align: center;
	background: url(../images/img6.png) center right no-repeat;
}
.sub_nav ul li .item:last-child{
	background: none;
}
.search_body{
	position: absolute;
	overflow: hidden;
	height: 50px;
	background: url(../images/black60.png);
	width: 100%;
	line-height: 50px;
	text-align: right;
	transition: all 0.5s;
	height: 0px;
	z-index: 1000;
}
.search_body input.text{
	display: inline-block;
	border:none;
	border:1px solid white;
	border-radius: 5px;
	height: 35px;
	width: 350px;
	box-sizing: border-box;
}
.search_body input.submit{
	display: inline-block;
	border:none;
	border:1px solid white;
	border-radius: 5px;
	height: 35px;
	width: 50px;
	background: url(../images/search_img.png) center center no-repeat;
}
.banner{
	position: absolute;
	top:0px;
	height: 956px;
	overflow: hidden;
}
.banner ul{
	width: 100%;
	position: absolute;
}
.banner ul li{
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner ul li img{
	width: 100%;
}
.wraper_banenr{
	height: 881px;
}
.click_btn .next,.click_btn .prev{
	width: 63px;
	height: 100%;
	position: absolute;
}
.click_btn .next{
	left:0px;
}
.click_btn .prev{
	right:0px;
}
.click_btn .next:hover{
	background: url(../images/ld_prev.png) center center no-repeat;
	left:0px;
}
.click_btn .prev:hover{
	background: url(../images/ld_next.png) center center no-repeat;
	right:0px;
}
.banner_nav{
	position: absolute;
	z-index: 10;
	bottom:35px;
	left: 50%;
	margin-left: -55px;
}
.banner_nav i{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #e6e3e2;
	border-radius: 50px;
	margin:5px;
}
.banner_nav i.now{
	background: #ac0100;
}
.index_body{
	padding-top: 60px;
	border-bottom: 1px solid #d4d4d4;
	background: url(../images/diwen.jpg) center top no-repeat;
}
.index_news .text_news{
	width: 999px;
	height: 545px;
	background: url(../images/index_news_bg.jpg) center center no-repeat;
	box-sizing: border-box;
	padding:40px;
	padding-right: 0px;
}
.index_news .text_news .posi1 .fr{
	width: 54px;
	height: 34px;
	background: url(../images/more_bg.png) center center no-repeat;
	color:#78201f;
	line-height: 34px;
	text-align: center;
	margin-right: 40px;
}
.news_list1{
	margin-top: 25px;
}
.text_news_list{
	width: 427px;
	color:white;
}
.text_news_list h3{
	font-size: 18px;
}
.text_news_list h3 img{
	margin-right: 10px;
	margin-left: 5px;
}
.text_news_list .des{
	line-height: 20px;
	padding:15px 10px 24px 28px;
}
.text_news_list li{
	background: url(../images/list_li_bg.png) left bottom no-repeat;
	margin-bottom: 25px;
}
.video_news{
	width: 475px;
}
.video_wrap{
	background: #ccc;
	height: 267px;
}
.video_news_body{
	width: 473px;
	height: 272px;
	background: url(../images/video_news_bg.png) center center no-repeat;
}
.slideTxtBox .hd{
	padding:5px 2px;
}
.slideTxtBox .hd ul{
	font-size: 0px;
}
.slideTxtBox .hd li{
	width: 230px;
	height: 59px;
	background: url(../images/hd_bg2.png) center center no-repeat;
	display: inline-block;
	line-height: 59px;
	font-size: 23px;
	color:white;
	font-family: "仿宋";
	padding-left: 10px;
	box-sizing: border-box;
	margin:0px 2px;
} 
.slideTxtBox .hd li.on{
	background: url(../images/hd_bg1.png) center center no-repeat;
}
.slideTxtBox .hd li .fr{
	margin-right: 15px;
	margin-top: 3px;
}
.slideTxtBox .bd{
	color:white;
}
.slideTxtBox .bd ul{
	box-sizing: border-box;
	padding:20px 35px 0px 35px;
	overflow: hidden;
	width: 473px !important;
}
.slideTxtBox .bd li{
	width: 403px;
	float: left;
}
.slideTxtBox .bd li h3{
	font-size: 18px;
}
.slideTxtBox .bd li .des{
	padding-top:15px;
	padding-bottom: 18px;
	line-height: 20px;
	background: url(../images/list_li_bg.png) left bottom no-repeat;
}
.slideTxtBox .bd li{
	line-height: 26px;
	padding-top: 5px;
}
.gongyi_title{
	display: block;
	margin:40px auto;
}
.gy_slideBox1{
	position: absolute;
}
.gy_slideBox2{
	padding-top: 13px;
	margin-left: 227px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.gy_slideBox2 .bd{
	background: url(../images/gy_bg.jpg) center center no-repeat;
	width: 389px;
	height: 348px;
}
.gy_slideBox2 li{
	width: 389px;
	height: 348px;
	color:white;
	/*box-sizing: border-box;*/
	padding-top: 56px;
	padding-left: 23px;
}
.gy_slideBox2 li h2{
	font-size: 41px;
}
.gy_slideBox2 li h2 span{
	font-size: 23px;
	display: block;
	text-transform: uppercase;
	font-family: "Impact",'微软雅黑';
	font-weight: normal;
}
.gy_slideBox2 li h3{
	font-size: 23px;
	line-height: 35px;
	font-weight: normal;
	line-height: 60px;
}
.gy_slideBox2 li .des{
	line-height: 25px;
	font-size: 16px;
	width: 250px;
}
.gy_slideBox2 .gy_more{
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	background: url(../images/long_arr.png) right center no-repeat;
	margin-top: 40px;
}
.index_gongyi .prev,.index_gongyi .next{
	position: absolute;
	width: 77px;
	height: 72px;
	background: url(../images/arrow2.png) left center no-repeat;
	margin-left: 535px;
	margin-top: 145px;
	z-index: 200;
}
.index_gongyi .next{
	margin-left: 619px;
	background-position: -85px 0px;
}
.index_pro{
	padding-top: 50px;
	position: relative;
}
.index_pro_des{
	width: 662px;
	height: 566px;
	background: url(../images/pro_bg.jpg) center center no-repeat;
}
.index_pro_img{
	width: 838px;
	height: 566px;
	background: url(../images/pro_bg1.jpg) center center no-repeat;
}
.index_pro_des{
	position: relative;	
}
.index_pro_des .slideBox3{
	padding-top: 53px;
	padding-left: 107px;
}
.index_pro_des .slideBox3 .bd{
	width: 428px;
	height: 456px;
	background: url(../images/pro_wrap_bg.png) center center no-repeat;
}
.index_pro_des .slideBox3 li{
	color:white;
}
.index_pro_des .slideBox3 li .pro_title{
	width: 246px;
	height: 69px;
	background: url(../images/title_bg.png) center center no-repeat;
	line-height: 69px;
	text-align: center;
	font-size: 33px;
	font-family: "仿宋";
	margin:95px auto 30px;
}
.index_pro_des .slideBox3 li .des{
	width: 335px;
	margin:auto;
	line-height: 27px;
	font-size: 16px;
	text-align: center;
}
.index_pro_des .slideBox3 li .more{
	display: block;
	width: 54px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: url(../images/more_bg.png) center center no-repeat;
	color:#78201f;
	margin:24px auto 0px;
}
.index_pro_img .slideBox4{
	position: relative;
}
.index_pro_img .slideBox4 li{
	position: relative;
	color:white;
}
.index_pro_img .slideBox4 li .pro_title{
	height: 0px;
	width: 100%;
	background: rgba(103,91,99,0.38);
	position: absolute;
	bottom: 0px;
	transition: all 0.5s;
	overflow: hidden;
}
.index_pro_img .slideBox4 li:hover .pro_title{
	height: 104px;
}
.index_pro_img .slideBox4 li .pro_title h2{
	margin-top: 10px;
	font-size: 17px;
	text-align: center;
	line-height: 35px;
	font-weight: normal;
}
.index_pro_img .slideBox4 li .pro_title div.des{
	width: 415px;
	margin:auto;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.index_pro .prev,.index_pro .next{
	position: absolute;
	display: inline-block;
	width: 33px;
	height: 67px;
	background: url(../images/arrow3.png) center left no-repeat;
	z-index: 1000;
	top:50%;
	margin-top: -33px;
}
.index_pro .prev{
	left: 90px;
	background-position: -86px 0px;
}
.index_pro .next{
	right: 90px;
	background-position: -127px 0px;
}
.index_pro .next:hover{
	background-position: -40px 0px;
}
.index_pro .prev:hover{
	background-position: 0px 0px;
}
.index_pro .hd1{
	position: absolute;
	z-index: 1000;
	right:-38px;
	margin-top: 108px;
}
.index_pro .hd1 li{
	display: flex;
	width: 77px;
	height: 77px;
	background: url(../images/item_bg1.png) center center no-repeat;
	justify-content:center;
	align-items: center;
	color:white;
	margin-bottom: 10px;
	cursor: pointer;
}
.index_pro .hd1 li.on{
	background: url(../images/item_bg.png) center center no-repeat;
}
.index_contact{
	padding-top: 95px;
	padding-bottom: 65px;
}
.index_c_body{
	width: 410px;
}
.index_c_body .statement{
	font-size: 16px;
	color:#010101;
	margin-top: 58px;
	margin-bottom: 25px;
}
.index_c_body .item img{
	margin-right: 10px;
}
.index_c_body .item span{
	color:#cd1a16;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
}
.index_c_body .item{
	font-size: 14px;
	color:#888888;
}
.footer{
	padding-top: 15px;
	text-align: center;
}
.footer dl{
	display: inline-block;
	font-family: "楷体";
	margin:0px 65px;
	text-align: left;
}
.footer dl dt{
	font-size: 18px;
	color:black;
	padding-bottom: 35px;
	font-family: "楷体";
}
.footer dl dd{
	font-size: 15px;
	color:#8d8d8d;
	font-family: "楷体";
	line-height: 25px;
}
.footer .copyright{
	color:#808080;
	font-size: 15px;
	margin:50px auto;
}
.inner_banner{
	height: 474px;
	background: url(../images/about_logo_bg.jpg) center center no-repeat;
	line-height: 474px;
	text-align: center;
}
.inner_banner img{
	vertical-align: middle;
}
.about_a1{
	height: 871px;
	background: url(../images/about_a1_bg.jpg) center center no-repeat;
	box-sizing: border-box;
	padding-top: 85px;
}
.about_a1 .about_title1{
	display: block;
	margin:auto;
}
.about_a1 .about_des{
	font-size: 14px;
	color:#868686;
	line-height: 30px;
	padding:25px;
	height: 270px;
	overflow-y: scroll;
}
.picScroll-left{
	margin-top: 70px;
	position: relative;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 38px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:424px; height:236px; display:block; }
.picScroll-left .bd ul li .pic a:hover img{}
.picScroll-left .hd{
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
	width: 28px;
	height: 52px;
	background: url(../images/about_arr.png);
	display: inline-block;
	margin:88px 241px 0px;
	cursor:pointer;
}
.picScroll-left .hd .prev{
	background-position: -44px 0px;
}
.picScroll-left .hd .next:hover{
	background-position: -80px 0px;
}
.picScroll-left .hd .prev:hover{
	background-position: -124px 0px;
}
.about_a2{
	height: 798px;
	background: url(../images/about_a2_bg.jpg) center center no-repeat;
	box-sizing: border-box;
	padding-top: 150px;
}
.dsz_des{
	width: 790px;
}
.dsz_des .about_title2{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.dsz_des .des{
	font-size: 14px;
	color:#868686;
	line-height: 30px;
	padding:15px;
	padding-right: 25px;
	height: 320px;
	overflow-y: scroll;
}
.dsz_img{
	width: 700px;
}
.dsz_img .about_d_title{
	display: block;
	margin:15px auto;
}
.about_a3{
	border-top: 1px solid transparent;
	padding-bottom: 70px;
}
.about_title3{
	display: block;
	margin:55px auto 15px;
}
.about_a3 .slideBox5 .img_wrap{
	width: 480px;
	height: 230px;
	background: #353535;
	margin:auto;
}
.about_a3 .slideBox5 .bd{
	width: 740px;
	margin:auto;
}
.about_a3 .slideBox5 .bd li{
}
.about_a3 .slideBox5 .bd li h2{
	font-size: 18px;
	color:#474747;
	font-weight: normal;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 5px;
}
.about_a3 .slideBox5 .bd li h2 strong{
	color:#ac0100;
	font-size: 60px;
	font-family: "Arial"
}
.about_a3 .slideBox5 .bd li h2 span{
	color:#ac0100;
	font-size: 30px;
}
.about_a3 .slideBox5 .bd li .des{
	font-size: 14px;
	color:#8e8e8e;
	line-height: 20px;
	text-align: center;
}
.about_a3 .slideBox5 .hd{
	margin-top: 60px;
	background: url(../images/list_hd_bg.png) center no-repeat;
	background-position: center 60px;
}
.about_a3 .slideBox5 .hd ul{
	text-align: center;
}
.about_a3 .slideBox5 .hd ul li{
	display: inline-block;
	width: 110px;
	height: 110px;
	font-size: 24px;
	color:#666666;
}
.about_a3 .slideBox5 .hd ul li.on{
	background: url(../images/yun.png) bottom center no-repeat;
	font-size: 38px;
	color:#ac0100;
}
.about_honor{
	height:828px;
	background: url(../images/honor_bg.jpg) center center no-repeat; 
	position: relative;
}
.about_honor .w1500{
	position: relative;
	height:828px;
}
.picScroll-left1{
	
}
.picScroll-left1 .bd{
	margin-top: 426px;
	margin-left: 556px;
	position: absolute;
}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ margin:0 3px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left1 .bd ul li .pic{ text-align:center; }
.picScroll-left1 .bd ul li .pic img{ width:305px; height:209px; display:block;border:2px solid #ccc; }
.picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left1 .bd ul li .title{ line-height:24px;   }
.picScroll-left1 .hd{
	position: absolute;
	bottom:130px;
	right:15px;
}
.picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #ac0100;
	text-align: center;
	line-height: 40px;
}
.picScroll-left1 .hd .prev img,.picScroll-left1 .hd .next img{
	vertical-align: middle;
}
.cul_banner_bg{
	background: url(../images/cul_banner_bg.jpg) center center no-repeat;
	position: relative;
}
.cul_list{
	position: absolute;
	bottom:65px;
	left: 50%;
	margin-left: -251px;
	line-height: 0px;
}
.cul_list li{
	width: 168px;
	height: 55px;
	background: url(../images/cul_bg1.png) center center no-repeat;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	color:white;
	font-size: 18px;
}
.cul_list li.on{
	background: url(../images/cul_bg2.png);
}
.cul_list li:hover{
	background: url(../images/cul_bg2.png);
}
.xyj{
	background: url(../images/cul_bg3.jpg) top center no-repeat;
	border-top: 1px solid transparent;
	padding-bottom: 70px;
}
.xyj_img{
	display: block;
	margin:90px auto 45px;
}
.xyj_item .img_body{
	
}
.xyj_item .text_body{
	width: 705px;
	padding-right: 20px;
	font-size: 14px;
	color:#868686;
	line-height: 26px;
	box-sizing: border-box;
	margin-top: 45px;
	overflow-y: scroll;
	height: 327px;
}
.xyj1{
	border-top: 1px solid transparent;
	padding-bottom: 100px;
}
.xyj1 .des{
	font-size: 14px;
	color:#868686;
	line-height: 26px;
	overflow-y: scroll;
}
.xyj_tt1{
	display: block;
	margin:60px auto;
}
.xyj2{
	border-top: 1px solid transparent;
	background: #fafafa;
	padding-bottom: 55px;
}
.xyj_tt2{
	display: block;
	margin:90px auto 10px;
}
.xyj2 .des .text_body{
	font-size: 14px;
	color:#868686;
	line-height: 26px;
	overflow-y: scroll;
	width: 835px;
	height: 500px;
}
.news_banner_bg{
	background: url(../images/news_bg.jpg) center center no-repeat;
}
.news_body{
	padding-top: 85px;
	padding-bottom: 50px;
	background: url(../images/honor_bg1.jpg);
	background-size: cover;
}
.news_logo{
	display: block;
	margin:auto;
}
.inner_news_list{
	text-align: center;
}
.inner_news_list li{
	text-align: left;
	display: inline-block;
	margin:0px 10px 52px;
	vertical-align: top;
}
.inner_news_list li .img_wrap{
	width: 463px;
	height: 234px;
}
.inner_news_list li .time{
	margin-top: 15px;
	line-height: 25px;
}
.inner_news_list li h2{
	font-size: 18px;
	color:#353535;
	font-weight: normal;
}
.inner_news_list li .des{
	font-size: 14px;
	color:#353535;
	padding:25px 0px;
}
.inner_news_more{
	display: block;
	width: 142px;
	height: 50px;
	background: url(../images/news_more.png);
}
.product_banner_bg{
	background: url(../images/pro_bg2.jpg) center center no-repeat;
}
.inner_pro_list{
	position: relative;
	text-align: center;
	left: 0px;
	margin-left: 0px;
	bottom: 100px;
}
.inner_pro_body{
	padding-top: 90px;
	background: url(../images/product_bg.jpg) top center repeat-y;
}
.pro_title1{
	display:block;
	margin:auto;
}
.inner_pro_display{
	margin-top: 35px;
	text-align: center;
}
.inner_pro_display li{
	width: 472px;
	height: 383px;
	padding-top: 15px;
	display: inline-block;
	margin-bottom: 60px;
}
.inner_pro_display li:hover{
	background: url(../images/pro_li_bg1.png) no-repeat;
}
.inner_pro_display li .img_wrap{
	width: 436px;
	height: 263px;
	background: url(../images/pro_li_bg.png) center center no-repeat;
	margin:0px auto 15px;
	text-align: center;
	line-height: 263px;
}
.inner_pro_display li .img_wrap img{
	vertical-align: middle;
}
.inner_pro_display li .title{
	padding:0px 18px;
}
.inner_pro_display li .title h3{
	font-size: 18px;
	color:#363636;
	margin-top: 5px;
	font-weight: normal;
}
.inner_pro_display li .title .admin{
	font-size: 14px;
	color:#818181;
	margin-top: 12px;
}
.__contact{
  padding-top: 8px;
  font-size: 14px !important;
  font-family: '微软雅黑';
  padding-left: 25px;
}
.__contact .top{
    padding-bottom: 25px;
    /*border-bottom: 1px dotted black;*/
}
.__contact .top li{
    list-style-position: inside;
}
.__contact .top ul{
    float: left;
    overflow: hidden;
    padding: 0px 20px;
    margin-top: 20px;
    padding-right: 50px;
}
.__contact .search button{
   
}
.__contact ul li{
    padding-left: 28px;
}
.__contact .map_contact{
    width: 678px;
    height: 309px;
}
.__contact .form input{
    display: inline-block;
    width: 318px;
    margin-right: 18px;
    /*height: 48px;*/
    border:1px solid #dadbdc;
    padding:15px;
    color: #999;
    background: #fafafa;
}
.__contact .form textarea{
    display: inline-block;
    width: 1090px;
    height: 243px;
    margin-top: 20px;
    background: #fafafa;
    border:1px solid #dadbdc;
    font-size: 14px;
}
.__contact .img-l,.img-r{
    display: block;
}
.__contact .img-l{
    margin-left: 45px;
    margin-bottom: 15px;
}
.__contact .img-r{
    float: right;
    margin-right: 62px;
}
.__contact{
    /*padding-top: 68px;*/
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 10px;
    width: 1100px;
    margin:auto;
}
.__contact p,.__contact li{
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
}
::-webkit-input-placeholder{
    font-family: "微软雅黑";
};
::input-placeholder{
    font-family: "微软雅黑";
}
/*动画设计*/
@keyframes bg_scale{
	form{
		background-position: left center;
	}
	to{
		background-position: right center;
	}
}
@keyframes rotating_img{
	form{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.hover_shake{
	animation-name: bg_scale;
	animation-duration:8s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	animation-timing-function:linear;
}
.zhuan_img{
	position: absolute;
	margin-top: -28px;
	margin-left: 40px;
	animation-name:rotating_img;
	animation-duration:10s;
	animation-direction:normal;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.pages{
	text-align: center;
	padding-bottom: 35px;
}
.pages li{
	display: inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius: 4px;
	margin:3px;
}
.pages li.c{
	background: #ac0100;
	color:white;
}

