* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}
a {
    text-decoration: none;
}

img {
    /* display: block; */
    border: none;
}

i,
em {
    font-style: normal;
}

.n_banner .swiper-slide{
    height: 580px;
}
.n_banner .pagination{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.n_banner .swiper-pagination-switch{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dc0712;
    margin: 0 5px;
    cursor: pointer; 
}
.n_banner .swiper-active-switch{
    width: 40px;
    border-radius:20px; 
    background: #fff;
}



/*page*/
.page{

}
.page_con{
    width: 1250px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.page_tit{
    text-align: center;
    margin: 40px auto 20px auto;

    opacity: 1;
}
.page_tit h4{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #343434;
}
.page_tit i{
    font-size: 28px;
    color: #575757;
}
.page_tit span{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 3px;
    background: #db0713;
}
.page_com_er{
    width: 550px;
    margin: 40px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_com_er ul li{
    float: left;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #666;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
}
.page_com_er ul li a{
    color: #333;
}
.page_com_er ul li:hover{
    background: #ff0208;
    border: 1px solid #ff0208;
}
.page_com_er ul li:hover a{
    color: #fff;
}

.spanImg {
    display: block;
    overflow: hidden;
    width: 320px;
    height: 280px;
  
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.page_com p{
    color: #333;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 20px;
}
/*list_pro*/
.page_pro_er{
    margin: 0px auto;

	 width:245px;  float:left;

	background:#eeeded;
}
.page_pro_er ul li{
    float: left;
    width: 225px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin:  5px 5px;
    background: #422d1c;
}



.lxwm {
	margin-top:5px;
	background: #422d1c;
}
 .lxwm .lxwm_box {
	padding:8px 10px;
}
.lxwm .lxwm_box p {
	line-height:22px;
	color:#fff;
	font-size:14px;
	padding:11px 0;
	border-bottom: 1px dashed #a46829;
}





.classT {
	height:61px;
	background:#f56e03;
	position: relative;
	z-index: 10;
	text-align: center;
}
 .classT .div1 {
	color:#fff;
	font-size:30px;
	line-height:61px;
	font-weight: 700;
}
.page_pro_er ul li a{
    color: #fff;
}
.page_pro_er ul li:hover{
    background: #f56e03;
}
.page_pro_er ul li:hover a{
    color: #fff;
}
.page_pro_litpic{


	width:950px; float:right;
    opacity: 1;
}
.page_pro_litpic ul li{
    float: left;
    width: 300px;
    margin: 6px;
    overflow: hidden;
}
.page_pro_litpic ul li>a{
    display: block;
    height: 260px;
    overflow: hidden;
    width: 300px;
}
.page_pro_litpic ul li>a img{
    width: 100%;
    height: auto;
    min-height: 260px;
    transition: all 0.6s;
}
.page_pro_litpic ul li:hover img{
    transform: scale(1.1);
}
.page_pro_litpic ul li:hover .cover_red{
    width: 100%;
}
.page_pro_litpic ul li:hover a{
    color: #fff;
}
.pro_litpic_tit{
    width: 100%;
    height: 45px;
    background: #e2e2e2;
    text-align: center;
    position: relative;
}
.pro_litpic_tit a{
    text-align: center;
    color: #333;
    text-align: center;
    line-height: 45px;
    position: relative;
    z-index: 2;
    transition: all 0.6s;
}
.cover_red{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f56e03;
    transition: all 0.6s;
}
/*show_pro*/
.show_pro{
    margin: 40px 0;
}
.pro_show{
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}
.pro_thumb{
    float: left;
    width: 500px;
    border: 8px solid #f3f3f3;


}
.pro_thumb img{
    width: 100%;
    height: 100%;
}
.pro_show_r{
    float: left;
    margin-left: 60px;
    width: 350px;


}
.pro_show_r h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #454545;
}
.pro_show_r ul li{
    padding: 25px 0 10px 0;
    color: #333;
    border-bottom: 1px dotted #999;
}
.pro_show_r ul li:nth-child(2)::before{
    content: ''; 
    width: 0;   
    margin: 0;
}
.pro_show_r ul li::before{
    content: "";
    height: 25px;
    width: 3px;
    background: #db0f32;
    display: inline-block;
    margin-right: 20px;
}
.f_p {
    float: left;
    margin-top: 30px;
}
.f_p a {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    background: #383838;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    /* float: left; */
    margin-right: 10px;
    margin-top: 7px;
}
.pro_show_r img {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}
.show_pro_des{
    width: 980px;
	float:right;

    top: 300px;
    opacity: 0;
}

.line_p{
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin-bottom: 30px;
    margin-top: 10px;
}

/*list_news*/
.page_list_news{
    width: 1250px;
    margin: 40px auto;
}
.page_list_news ul li{
    padding: 20px 0;
    border-bottom: 1px solid rgba(77,79,78,0.1);
    overflow: hidden;
    cursor: pointer;

}
.page_list_news ul li:hover .page_list_news_des h2{
    color: #db0713;
}
.page_list_news ul li:hover .page_list_news_des h2::before {
    content: '\00BB';
    font-size: 20px;
    float: left;
    margin-right: 24px;
    display: block;
    color: #db0713;
}
.page_list_news ul li:hover .black_a{
    display: none;
}
.page_list_news ul li:hover .red_a{
    display: block;
}
.page_list_news ul li span{
    width: 260px;
    float: left;
    height: 155px;
    overflow: hidden;
}
.page_list_news ul li span img{
    width: 100%;
    min-height: 155px;
    height: 130px;
}
.page_list_news_des{
    width: 62%;
    float: left;
    margin-left: 3%;
    padding: 18px 0;
}
.page_list_news_des h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.page_list_news_des h3{
    font-size: 15px;
    color: #666;
    padding: 12px 0 18px 0;
    font-weight: normal;
}
.p{
    font-size: 14px;
    color: #444;
    line-height: 24px;
    height: 48px;
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
}
.p::after {
    position: absolute;
    left: 0;
    background-color: #e0e0e0;
    width: 1px;
    height: 65px;
    top: -6.5px;
    content: '';
}
.page_list_news ul li i{
    width: 14px;
    height: auto;
    float: right;
    display: block;
    padding: 63.5px 4.4%;
    box-sizing: content-box;
    position: relative;
}
.page_list_news ul li i img{
    vertical-align: middle;
}
.page_list_news ul li i::after{
    width: 1px;
    height: 155px;
    top: 50%;
    margin-top: -101px;
    left: 0;
    content: '';
    background: rgba(77,79,78,0.2);
    position: absolute;
}
.red_a{
    display: none;
}
/*show_news*/
.page_show_news_des{
    width: 1250px;
    margin: 20px auto 0 auto;
}
.page_show_news_tit{
    font-size: 28px;
    text-align: center;
    display: block;
    color: #444;
}
.update{
    display: block;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}
.linen {
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin: 30px 0;
}
.page_show_news_des p{
    color: #333;
    line-height: 32px;
    font-size: 15px;
    text-align: left;
}
/*contact*/
.page_contact{
    width: 1250px;
    margin: 30px auto;
}
.page_contact ul h4{
    color: rgb(219, 7, 19);
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 40px 0;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_contact ul h4 span{
    color: rgba(63,63,63,1);
    font-size: 20px;
    display: inline-block;
    font-weight: normal;
}
.page_contact ul li{
    font-size: 22px;
    color: rgba(89,89,89,1);
    margin: 20px 0;
    left: 300px;
    position: relative;
    opacity: 0;
}
.page_contact ul li::after{
    content: '\07C';
    float: left;
    margin-right: 20px;
}
.page_contact iframe{
    width: 1250px;
    height: 560px;
    margin: 20px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}


/*fenye1*/
.fenye1{
    height: 120px;
}
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #db0713;
    margin-right:5px;
    background: #422d1c;
    color: #fff;
    font-size:16px;
    border-radius:30px;    
}
.fenye1 div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size:16px; 
    margin-right:5px;
    border-radius:30px; 
    color: #db0713;
}


/*分页*/
.fenye {
   
    padding-top: 25px;
    position: relative;
    margin-top: 50px;
}

.fenye a {
    font-size: 14px;
    color: #db0713;
}

.page_up {
    float: left;
}

.page_down {
    float: right;
}

.fenye a:hover {
    color: #ff0208;
}



#faqbox{padding:50px 0 50px 0; background-color:#fff; width:900px; margin:0 auto;}
#faqbox form{}
#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:20px; color:#999; font-size:13px;}
#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}
#faqbox .Content{line-height:2em;text-align:left; padding-bottom:20px;}
#faqbox font{margin:0 5px;}
#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:635px; vertical-align:top;}
#faqbox .Content textarea{height:100px;padding-bottom:20px;}
.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#dd0103; }
.wizfrm:hover{ background-color:#ff9900; }