/*导航部分开始*/
*{
	margin: 0;
	padding: 0;
}
body{
	font: 13px/1.8 Arial,"Microsoft Yahei","微软雅黑",sans-serif;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	
}
.header{
	
}
.nav_top{
	width: 100%;
	height: 20px;
	background:#f6f5f5;
}
.nav_tt{
	width: 1200px;
	margin:0 auto;
	color: #666666;
}
.nav_top_left{
	float: left;
}
.nav_tt ul{
	float: right;
}
.nav_tt ul li{
	float: left;
	margin-right:38px;
}
.nav_tt ul li:last-child{
	margin-right:0px;
}
.nav_tt ul li a{
	color: #666666;
}
.nav_tt ul li a:hover{
	color: #a00115;
}
.nav_logo{
	width: 1200px;
	margin: 0 auto;
}
.nav_logo_img{
	float: left;
	margin:10px 0;
}
.nav_logo_call{
	float: right;
	margin-top:30px;
}
.nav_logo_call span{
	float: left;
	font-size: 15px;
}
.nav_logo_call span:nth-of-type(1){
	background: url(../img/zx_iphone.png) 0px -2px no-repeat;
	width: 48px;
	height: 42px;
}
.nav_logo_call span:nth-of-type(2){
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.nav_header{
	width: 100%;
	height: 50px;
	background:#a00115;
}
.nav_header ul.nav_heul{
	width: 1200px;
	margin: 0 auto;
	
}
.nav_header ul.nav_heul li.m{
	position: relative;
	float: left;
}
.nav_header ul.nav_heul li h3 a{
	float: left;
	width:170px;
	height: 50px;
	border-right:1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.nav_header ul.nav_heul li h3 a:hover{
	background:#cf021c;
}
.nav_header ul.nav_heul li h3 a.zx_index{
	background:#cf021c;
}
.nav_header ul.nav_heul li ul.sub {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	z-index: 2;
}
.nav_header ul.nav_heul li ul.sub::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent #7e000f transparent;
	margin-left: 76px;
}
.nav_header ul.nav_heul li ul.sub li a{
	display: block;
	height: 50px;
	width:170px;
	background: #a00115;
	line-height:50px;
	text-align: center;
	border-bottom:1px dashed #fff;
	color: #fff;
	font-size: 14px;
}
.nav_header ul.nav_heul li ul.sub li a.sub_a{
	border-bottom:0;
}
.nav_header ul.nav_heul li ul.sub li a:hover{
	background: #7e000f;
}
/*.nav_header ul.nav_heul li ul.sub li a.sub_index{
	background: #7e000f;
}*/
/*banner部分*/
.fullSlide{ width:100%;  position:relative;  height:550px; background:#000;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:550px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:550px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:15px; border-radius:50%;margin:5px; overflow:hidden; background:#000;
	filter:alpha(opacity=50);opacity:0.5;  line-height:999px; 
}
.fullSlide .hd ul .on{ background:#f00;  }

.fullSlide .prev{
	display:block;  
	position:absolute; 
	z-index:1; 
	top:50%; 
	margin-top:-30px; 
	left:15%;  
	z-index:1; 
	width:40px; 
	height:60px;
	background: rgba(0,0,0,0.4);
	padding:20px 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.fullSlide .prev:hover{
	background: #d82f25;
	opacity: 1!important;
}
.fullSlide .prev:after{
	content: "";
	background: url(../img/training_mo3_icon.png) no-repeat;
	width:30px;
	height:30px;
	background-position:0 -166px;
	display: inline-block;
	vertical-align: middle;
	
}
.fullSlide .next{
	display:block;  
	position:absolute; 
	z-index:1; 
	top:50%; 
	margin-top:-30px; 
	left:auto;  
	z-index:1; 
	width:40px; 
	height:60px;
	right:15%;
	background: rgba(0,0,0,0.4);
	padding:20px 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.fullSlide .next:hover{
	background: #d82f25;
	opacity: 1!important;
}
.fullSlide .next:after{
	content: "";
	background: url(../img/training_mo3_icon.png) no-repeat;
	width:30px;
	height:30px;
	background-position:-40px -166px;
	display: inline-block;
	vertical-align: middle;
}
/*搜索部分*/
.zxhome_search{
	width:100%;
	height:50px;
	background:#f7f6f6;
	line-height:50px;
}
.zxhome_search_content{
	width: 1200px;
	margin:0 auto;
}
.zxhome_search_left{
	float: left;
}
.zxhome_search_left span{
	float: left;
}
.zxhome_search_left ul{
	float: left;
}
.zxhome_search_left ul li{
	float: left;
	margin-right:15px;
}
.zxhome_search_left ul li a{
	color: #919191;
}
.zxhome_search_left ul li a:hover{
	color: #a00115;
}
.zxhome_search_right{
	float: right;
	margin-top: 7px;
}
.zxhome_search_right input:first-child{
	width:215px;
	height: 30px;
	font-size:14px;
	outline:none;
	float: left;
	text-indent: 2em;
}
.zxhome_search_right input:last-child{
	background: url(../img/zx_search.jpg) no-repeat;
	width:37px;
	height:34px;
	border: none;
	outline:none;
	float: left;
	cursor: pointer;
	
}
/*产品分类开始*/
.zx_classification{
	margin-bottom: 100px;
}
.index_product {
    width: 100%;
    height: 926px;
    overflow: hidden;
    padding-top: 60px;
}
.wm {
    width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.index_product .pro_zs {
    width: 927px;
    overflow: hidden;
}
.aos-animate {
    opacity: 1;
}
[aos][aos][aos-duration='2000'], body[aos-duration='2000'] [aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}
.pro_list_title {
    width: 244px;
    height: 94px;
    text-align: center;
    background: #a00115;
}
.pro_list_title h2 {
    font-size: 24px;
    color: #fff;
    padding-top: 14px;
    font-weight: bold;
}
.pro_list_title h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.pro_list {
    margin-bottom: 30px;
    padding: 0px 20px;
    width: 202px;
    min-height: 300px;
    padding-bottom: 30px;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.pro_list ul li {
    transition: all 300ms ease-in-out;
    -webkit-transition: 1000ms ease-in-out;
    
}
.pro_list ul li {
    list-style: none;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e5e5e5;
}
.pro_list ul li a {
    color: #373737;
    display: block;
}
.pro_list ul li a:hover{
    color: #a10015;
}
.sidebar-more {
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    background-color: #a00115;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    width: 160px;
    margin: 0 auto;
    margin-top: 29px;
}
.index_product .pro_zs {
    width: 927px;
    overflow: hidden;
}
img {
    border: 0;
    vertical-align: middle;
}
#fczs_gd {
    margin-top: 31px;
}
.index_product .tj_rx {
    position: relative;
    width: 100%;
    height: 54px;
}
#fczs_gd ul {
    width: 1613px;
    height: 860px;
    overflow: hidden;
}
#fczs_gd ul.prod_cvb {
	width: 942px;
}
.index_pro_img ul li {
    width: 294px;
    height: 188px;
    float: left;
    margin-right:18px;
    list-style: none;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.index_pro_img ul li:hover{
	border: 1px solid #a00115;
}
.index_pro_img ul li img {
    width: 294px;
    height: 188px;
    position: relative;
}
.index_pro_img ul li .txt {
    height: 30px;
    line-height: 30px;
    width: 294px;
    text-align: center;
    background: #999999;
    position: absolute;
    bottom: -1px;
    left: 0px;
    color: #fff;
}
.index_pro_img ul li .txt a {
    display: block;
    color: #fff;
}

/*最新产品*/
.picList li{
	width: 284px;
	height: 223px;
	border:1px solid #929292;
}
.picList li:hover{
	border:1px solid #a00115;
}
.picScroll1 h3{
	background: url(../img/zx_title.jpg) no-repeat center center;
	width:621px;
	height:66px;
	margin: 0 auto;
	text-align: center;
	line-height:66px;
	color: #a00115;
	font-size:36px;
}
.picScroll1{ margin:0 auto;  position:relative;width:1200px;background:#fff; overflow:hidden;}
.picScroll1 ul{ overflow:hidden; zoom:1; }
.picScroll1 ul li{ 
	width: 286px;
	height: 223px; 
	float:left; 
	overflow:hidden; 
	margin-right: 15px;    
}
.picScroll1 ul li:last-child{
	padding-right:0;
}
.picScroll1 ul li a span:first-child{
	width:286px;
	height: 188px;
	display: block;	overflow:hidden;
} .picScroll1 ul li a span img{	max-width:100%;}
.picScroll1 ul li a span:last-child{
	width:286px;
	height:35px;
	background:#919191;  
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.picScroll1{ width:1200px;}
.picScroll1 .bd{ position:relative;  margin-top: 40px;}
.picScroll1 ul{ overflow:hidden; zoom:1; }

/*关于我们*/
.zx_aboutus{
	width: 100%;
	margin-top:100px;
	padding-top:40px;
	height: 422px;
	background:#a00115;
}
.zx_aboutuswrap{
	width: 1200px;
	margin:0 auto;
}
.zx_aboutus_left{
	float: left;
}
.TB-focus{ width:512px; height:381px;position:relative;  overflow:hidden; }
.TB-focus .hd { position:absolute; left:230px; bottom:10px; z-index:1; padding-left:2px; }
.TB-focus .hd li { color:#f60; cursor:pointer; margin-left:10px; width:13px; height:13px; background:#fff; float:left;border-radius:50%;background:#929292;}
.TB-focus .hd li.on { background:#ff0000; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }
.zx_aboutus_right{
	float:left;
	width:554px;
	margin:0 auto;
	margin-left:80px;
	text-align: center;
}
.zx_aboutus_right h3{
	background:url(../img/zx_conttitle.jpg) no-repeat;
	width:342px;
	margin:0 auto;
	height:67px;
	color:#fff;
	font-size:36px;
	line-height: 67px;
	text-align: center;
}
.zx_aboutus_right h5{
	font-size:14px;
	color:#fff;
}
.zx_aboutus_right i{
	display: block;
	width:554px;
	height: 1px;
	background:#b6b6b6;
	margin:20px 0;
}
.zx_aboutus_right p{
	font-size:14px;
	color: #fff;
	text-align: left;
}
.zx_aboutus_right span{
	text-align:right;
	float: right;
	margin-top:30px;
}
.zx_aboutus_right span a{
   width:160px;
   height:30px;
   color: #a00115;
   display: block;
   background:#fff;
   text-align: center;
   line-height:30px;
}

/*优势*/
.zx_advantage{
	width: 1200px;
	margin:0 auto;
	margin-top: 90px;
}
.zx_advantage h3.zx_adv_titlt{
	background:url(../img/zx_advantage.jpg) no-repeat;
	width:870px;
	height:69px;
	margin:0 auto;
	color:#a00115;
	font-size:36px;
	line-height: 67px;
	text-align: center;
	margin-bottom:50px;
}
.zx_adv_left{
	float: left;
	width:285px;
	
}
.zx_adv_left ul li{
	margin-bottom:30px;
}
.zx_adv_left ul li h3{
	font-size:16px;
	color:#030303;
}
.zx_adv_center{
	float: left;
	margin-left: 80px;
	position: relative;
}
.zx_adv_center .xuanzhun{
	width: 461px; 
	height: 461px; 
	background: url(../img/yuan.png) no-repeat;
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 2s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 2s;
    -webkit-animation: rotate 5s linear infinite;
    -moz-animation: rotate 5s linear infinite;
    -o-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
.area_img{
	position: absolute;
	top:20%;
	left:27%;
}
.zx_adv_center li{
	position: absolute;
	z-index: 3;
	width:100px;
	height:100px;
	background:#a00115;
	font-size:24px;
	color: #fff;
	border-radius:50%;
	text-align: center;
	padding-top:5px;
	box-sizing: border-box;
}
.zx_adv_center li:first-child{
	top:0%;
	left:12%;
}
.zx_adv_center li:nth-of-type(2){
	top:0%;
	left:70%;
}
.zx_adv_center li:nth-of-type(3){
	top:38%;
	left:-11%;
}
.zx_adv_center li:nth-of-type(4){
	top:38%;
	left:90%;
}
.zx_adv_center li:nth-of-type(5){
	top:80%;
	left:12%;
}
.zx_adv_center li:nth-of-type(6){
	top:80%;
	left:70%;
}
.zx_adv_right{
	margin-left:85px;
	text-align: right;
	margin-top:-10px;
}
.zx_adv_right li p{
	text-align: left;
}
.zx_encyclopedias{
	width:100%;
	height:757px;
	background:#dcdfe4;
	margin:90px 0;
	padding-top:50px;
	box-sizing: border-box;
}
.zx_ency_wrap{
	width:1200px;
	margin:0 auto;
}
.zx_ency_wrap h3.zx_ency_titile{
	background:url(../img/enj_title.jpg) no-repeat;
	width: 1191px;
	height:64px;
	color:#a00115;
	font-size:36px;
	line-height: 64px;
	text-align: center;
}
.zx_ency_wrap ul{
	margin-top:90px;
}
.zx_ency_wrap ul li{
	margin-bottom:30px;
}
.zx_ency_wrap ul li:nth-child(odd){
	float: left;
	margin-right:58px;
}
.zx_ency_wrap ul li img{
	float: left;
	margin-right:20px;
}
.zx_ency_wrap ul li a{
	float: left;
	width:350px;
}
.zx_ency_wrap ul li h3{
	color:#000;
}
.zx_ency_wrap ul li a h5{
	color: #888888;
	font-weight: normal;
}
.zx_ency_wrap ul li a p{
	color: #666666;
}
.zx_ency_wrap ul li a:hover h3{
	color: #bd0303;
}
.zx_enj_more{
	width:160px;
	height:30px;
	background:#fff;
	color:#a10015;
	font-size:16px;
	margin:0 auto;
	text-align: center;
	line-height:30px;
}
.zx_enj_more a{
	color:#a10015;
}
.picScroll1 .zx_case{
	background: url(../img/zx_case.jpg) no-repeat;
	width:511px;
	height:74px;
	margin: 0 auto;
	text-align: center;
	line-height:74px;
	color: #a00115;
	font-size:36px;
}


.picScrolln{ margin:0 auto;  position:relative;width:1200px;background:#fff; overflow:hidden;}
.picScrolln ul{ overflow:hidden; zoom:1;}
.picScrolln ul li{ 
	width: 289px;
	height: 223px; 
	float:left; 
	overflow:hidden; 
	margin-right: 15px;    
}
.picScrolln .bd{
	margin-top: 40px;
}
.picScrolln ul li:last-child{
	padding-right:0;
}
.picScroll1{ width:1200px;}
.picScroll1 .bd{ position:relative;  margin-top: 40px;}
.picScroll1 ul{ overflow:hidden; zoom:1; }

.picScrolln{
	margin-top:80px;
}
.picScrolln h3.zx_cooperation{
	background: url(../img/zx_cooperation_title.jpg) no-repeat;
	width:675px;
	height:71px;
	margin: 0 auto;
	text-align: center;
	line-height:71px;
	color: #a00115;
	font-size:36px;
}
.picScrolln ul.picList li{ 
	width:150px;
	height: 100px; 
	float:left; 
	overflow:hidden; 
	margin-right:20px;    
}
.picScrolln ul li a img{
	width:146px;
	height:95px;
	display: block;
	margin:0 auto;
}
/*在线留言*/
.zx_message{
	width:1200px;
	margin:90px auto;
}
.zx_message h3{
	background: url(../img/zx_message.jpg) no-repeat;
	width:602px;
	height:71px;
	margin: 0 auto;
	text-align: center;
	line-height:71px;
	color: #a00115;
	font-size:36px;
}
.zx_message form{
	margin-top:30px;
}
.zx_message form span{
	float: left;
}
.zx_message form span input{
	display: block;
	width:600px;
	height:40px;
	margin-bottom:20px;
	text-indent:2em;
	outline:none;
	font-size:16px;
	color:#999;
}
.zx_message form textarea{
	float: left;
	outline:none;
	width:580px;
	height:172px;
	margin-left:10px;
	resize:none;
	padding:10px 0 0 10px;
	box-sizing: border-box;
	font-size:14px;
	color:#999;
	margin-bottom:50px;
	font: "微软雅黑";
}
.zx_message form button{
	display: block;
	width:600px;
	height:35px;
	background:#a10015;
	margin: 0 auto;
	border: none;
	color: #fff;
	font-size:16px;
	cursor: pointer;
}
.footer{
	margin-top:100px;
	width:100%;
	height:297px;
	background:#dadada;
}
.footer .footer_wrap{
	width:1200px;
	margin:0 auto;
}
.footer_left {
	float: left;
	margin-top:40px;
}
.footer_left ul li h3{
	font-size:16px;
	color:#a10015;
}
.footer_left ul li:last-child{
	margin-top:20px;
} 
.footer_center{
	float: left;
	margin-left:200px;
	margin-top:60px;
}
.footer_center span{
	float: left;
	margin-right:60px;
}
.footer_center span h4{
	text-align: center;
	color:#333;
}
.footer_right{
	float:left;
	margin-top:40px;
	margin-left:60px;
}
.footer_right h3{
	color:#a10015;
	font-size:16px;
	margin-left:5px;
}
.footer_right ul{
	width:213px;
	height:100px;
}
.footer_right ul li{
	float: left;
	margin:0 5px;
}
.footer_right ul li a{
	color:#333333;
	font-size:14px;
}
.footer_right ul li a:hover{
	color:#a10015;
}
.footer_most{
	width: 1200px;
	margin:0 auto;
	
}
.footer_most p{
	color: #333;
	font-size:12px;
	right: 0 auto
}
/*返回顶部*/
.izl-rmenu{
	       margin-right: 0;
	       width: 54px;
	       position: fixed;
	       right: 2px;
	       top: 45%;
	       /*-webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;*/
	       z-index:999;
}
.izl-rmenu .consult{
	width:54px;
	height:54px;
	background:#a00115;
	display: block;
	margin-bottom:5px;
	padding-top:5px;
	box-sizing: border-box;
}
.izl-rmenu .consult span{    
	background-image: url(../img/training_mo3_icon.png);
    background-repeat: no-repeat;
    background-position:0 0;
    display: block;
    height: 25px;
    width:25px;
    margin:0 auto;
    
}
.izl-rmenu .consult h5{
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    display: none;
    /*box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart{
	width:54px;
	height:54px;
	background:#a00115;
	display: block;
	margin-bottom:5px;
	padding-top:10px;
	box-sizing: border-box;

}
.izl-rmenu .cart span{
    background-image: url(../img/training_mo3_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -39px;
    display: block;
    height: 25px;
    width: 25px;
    margin: 0 auto;
}
.izl-rmenu .wawa span{
    background-image: url(../img/training_mo3_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -69px;
    display: block;
    height: 25px;
    width: 25px;
    margin: 0 auto;
}
.izl-rmenu .cart h5{
	font-size: 12px;
	color:#fff;
	font-weight:normal;
	text-align: center;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    display: block;
    height:54px;
    width: 54px;
    background:#a00115;
    padding-top:17px;
	box-sizing: border-box;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top span{
	background-image: url(../img/training_mo3_icon.png);
	background-repeat: no-repeat;
    background-position:0 -134px;
	display: block;
    height:25px;
    width:25px;
    margin: 0 auto;
}
.izl-rmenu .btn_top1 {
    display: block;
    height:54px;
    width: 54px;
    background:#a00115;
    padding-top:17px;
	box-sizing: border-box;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top1 span{
	background-image: url(../img/training_mo3_icon.png);
	background-repeat: no-repeat;
    background-position:-36px -134px;
	display: block;
    height:25px;
    width:25px;
    margin:0 auto;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../img/ewm.png);
}

.izl-rmenu .email .phone{
    background-color: #fff;
    position: absolute;
    width: 220px;
    left: -220px;
    top:235px;
    line-height:55px;
    color: #000;
    font-size: 16px;
    text-align: center;
    display: none;
    /*box-shadow: #DDD -1px 1px 4px;*/
}
/**/
/*产品中心页面*/
.product_mbx{
}
.index_product .tj_rx .product_mbx a:first-child{
	right: 77px;
    top: -15px;
}
.index_product .tj_rx .product_mbx a:hover{
	text-decoration: underline;
}
.product_mbx a{
	float: left;
}
.prod_cent{
	height:100%;
}
.pro_list_cent{
	min-height:90px;
}
.pro_list_cent ul li{
	text-align: left;
}
.pro_list_cent ul li:last-child{
	height:45px;
	line-height:30px;
	margin-top: 10px;
	border-bottom: none;
}
.pro_yema{
	width:475px;
	margin:0 auto;
	margin-top:100px;
}
.pro_yema span{
	float: left;
	font-size:16px;
	margin-right:10px;
	margin-top:6px;
}
.pro_yema ul{
	float: left;
}
.pro_yema ul li{
	float: left;
	margin-right:10px;
}
.pro_yema ul li:first-child a{
	display: block;
	padding:8px;
	color:#fff;
	background: #a00115;
}
.pro_yema ul li a{
	display: block;
	padding:8px 15px;
	color:#fff;
	background: #a00115;
}
.pro_yema ul li a:hover{
	background:#ff0020;
}
.aboutus_main{
	font-size:16px;
	color:#4d4c4c;
	text-indent:2em;
}
.problem_list{
	margin-top: 30px;
}
.problem_list ul li{
	width:100%;
	
}
.problem_list ul li a{
	display: block;
	width:927px;
	height:60px;
	border:1px solid #929292;
	box-sizing: border-box;
	line-height:60px;
	text-align:left;
	color:#666666;
	text-indent:2em;
	border-bottom:none;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	position: relative;
	font:0;
}

.problem_list ul li:last-child a{
	border-bottom:1px solid #929292;
}
.problem_list ul li{
	transition: all 0.3s ease-in-out;
}
.problem_list ul li a i{
	display: inline-block;
	width:8px;
	height:2px;
	background:#929292;
	vertical-align: middle;
	margin-right: 10px;
}
.problem_list ul li a b{
	text-align:right;
	margin-left:620px;
	font-weight: normal;
}
.problem_list ul li a b.download_btn{
	width:70px;
	height:30px;
	padding-right:10px;
	background:#a00115;
	border-radius:5px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height:30px;
	color: #fff;
	position: relative;
	margin-left:600px;
}
.problem_list ul li a:hover{
	background:#a00115;
	
}
.problem_list ul li a:hover span{
	color:#fff;
	position: relative;
	left: 10px;
}
.problem_list ul li a:hover b{
	color:#fff;
}
.problem_list ul li a:hover i{
	left: 10px;
	position: relative;
	background:#fff;
	
}
.problem_list ul li a:hover b.download_btn{
	color:#a00115;
	background:#fff;
}
.within{
	width:920px;
	margin:30px auto;
}
.within h3{
	text-align: center;
	font-size:20px;
	color:#0c0c0c;
	font-weight: normal;
}
.within h5{
	text-align: center;
	font-weight: normal;
}
.within h5 i{
	font-style: normal;
}


.map_mo{
	background:url(../img/map_top.png) no-repeat;
	width:933px;
	height:42px;
	line-height:42px;
}
.map_mo h3{
	float: left;
	font-size:14px;
	font-weight: normal;
	color:#fff;
	margin-left:30px;
}
.map_mo p{
	float: right;
	margin-right:20px;
	color:#fff;
}
.map_mo p a{
	color:#fff;
}
#fczs_gd ul.map_move{
	height:200px;
}
.map_tile_some{
	margin-top:20px;
}
.map_tile_some ul li{
	float: left;
	width:920px;
	border:1px solid #666;
	line-height:50px;
	text-align: center;
	margin-bottom:10px;
}
.map_tile_some ul li a{
	color:#050505;
	float: left;
	font-size:14px;
	font-weight: bold;
	margin-left:30px;
}
.map_tile_some ul li a:hover{
	color:#a00115;
}
.map_tile_some ul li div{
	float: left;
}
.map_tile_some ul li div span a{
	float: left;
	font-weight: normal;
}
.fgh{
	width:100%;
	border-bottom:1px solid #666;
}
.left .scfo{
	float: left;
	font-size:22px;
	color:#a00115;
	font-weight: bold;
	border-bottom:3px solid #a00115;
}
.left .mulu{
	float: right;
	margin-top:10px;
}
.left .mulu ul li{
	float: left;
}
.left .mulu ul li a{
	color:#a00115;
}
.left .mulu ul li a:hover{
	text-decoration: underline;
}


.newand span{
	text-align: center;
	display: block;
}
.newand ul li{
	width:920px;
	height:30px;
	border:1px solid #666;
	border-bottom:none;
	font-size:12px;
}
.newand ul li i{
	float: left;
	width:80px;
	height:30px;
	font-style: normal;
	text-align: center;
	line-height:30px;
	background:#a00115;
	color:#fff;
}
.newand ul li b{
	float: left;
	text-align:left;
	line-height:30px;
	margin-left:150px;
	font-weight: normal;
}
.newand ul li:last-child i{
	width:100%;
}
.new_numlist{
	margin-top:20px;
}
.newand p.p_newtitle{
	text-indent:0;
}
.nav_logo_call span:nth-of-type(3){
	font-family: "微软雅黑";
}
