*{padding:0px; margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-style:normal; font-family:"微软雅黑";letter-spacing: 1px;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none; vertical-align:middle;}
li{list-style:none;}

a{color:#333; text-decoration:none;}
a:hover{color:#f25252; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}

input:focus, textarea:focus {outline: none;}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input::-ms-clear {display: none;}
textarea {resize: none;}

 



::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar-thumb{background-color:#999;}
::-webkit-scrollbar-thumb:hover{background-color:#999;}
::-webkit-scrollbar-thumb:active{background-color:#999;}



.contain{ width:100%; max-width:1200px; margin:0 auto}

.top1{ width:96%; margin:0 auto; max-width:1300px;box-sizing:border-box}
.logo{ position:absolute; top:10px}
.logo img{ height:100px; width:auto}

.logo2{ float:left; margin-left:110px; margin-top:30px}

.logo2 img{ height:25px; width:auto}


.tel{ float:right; margin-top:20px; margin-left:100px}
.tel span{ display:block; color:#888; font-size:14px;}
.tel p{ display:block; font-size:16px; font-weight:bold; color:#e01518}


.header{width:100%; position: fixed; width:100%; top:0px; left:0; z-index:9; background:#fff;box-shadow: 0px 0px 5px rgba(195,195,195,0.35);}




.header .an{ position:absolute; right:3%; top:15px;height:18px; width:30px; display:none; float:right}
.header .an span{width:30px; height:2px; background-color:#b40f00; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{ float:right;}
.header .nav ul>li{height:80px; width:auto; padding:0 0px;font-size:15px; font-weight:bold; line-height:80px;letter-spacing: 2px; float:left; text-align:center;position:relative; text-transform:uppercase; }

.header .nav ul li a:hover{ color:#f25252 }
.header .nav i{font-size:14px; line-height:50px; text-align:right; position:absolute;height:50px; right:5px; top:15px;  }




.header .nav ul li a.o_lm{line-height:80px; color:#666; padding:0 20px;  display:block; position:relative;}
.header .nav ul li a.o_lm:after{ content:""; position:absolute; width:0; left:50%; transform:translateX(-50%); bottom:0; background:#e01518; height:3px; transition:all 0.6s}
.header .nav ul li:hover a.o_lm{ color:#e01518}

.header .nav ul li:hover a.o_lm:after{ content:""; position:absolute; width:100%; left:50%; transform:translateX(-50%); bottom:0; background:#e01518; height:3px;transition:all 0.6s}



.header .nav .e_j{position:absolute; width:100%;  background:#fff;
box-shadow: 0px 10px 10px rgba(0,0,0,0.25); top:80px;  padding:0px 15px; display:none; left:0; z-index:9999999999999;  height:auto;  -webkit-animation: fadeInUpMenu 0.4s;
  -moz-animation: fadeInUpMenu 0.4s;
  -ms-animation: fadeInUpMenu 0.4s;
  -o-animation: fadeInUpMenu 0.4s;
  animation: fadeInUpMenu 0.4s;
 
  }
  
  @-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}


.header .nav ul li:hover .e_j{display:block;}
.header .nav .e_j ul li{ display:block; width:100%; line-height:45px; font-weight:normal; height:auto; text-transform:none; border-bottom:#e1e1e1 1px solid; }
.header .nav .e_j ul li:last-child { border-bottom:0}


.header .nav .e_j  ul li a{display:block; font-size:14px; line-height:45px; color:#333; transition:all 0.6s}
.header .nav .e_j  ul li a:hover { color:#e01518; font-weight:bold;transition:all 0.6s }


.jiange{ height:50px; overflow:hidden; display:none;}


@media only screen and (max-width:1300px){
	
.header .nav ul li a.o_lm{ padding:0 15px;  display:block;}

.header .nav i{ right:0}

.logo{ position:absolute; top:10px}
.logo img{ height:60px; width:auto}

.logo2{ float:left; margin-left:70px; margin-top:30px}
.logo2 img{ height:20px; width:auto}
.tel{ margin-left:20px}
}



@media only screen and (max-width:1100px){

.header .nav ul li a.o_lm{ padding:0 10px;  display:block;}
}

@media only screen and (max-width:992px){
	
.header .nav ul li a.o_lm:after{ content:none;}
.header .nav ul li:hover a.o_lm:after{content:none;}

.jiange{ display:block}
.header{padding:0px 5px; height:50px; position:fixed; top:0;background:#fff;box-shadow: 0px 5px 5px rgba(0,0,0,0.10); width:100%; box-sizing:border-box;}
.header.on{ height:50px}
.header .an{display:block;}
.header .nav{width:100%; height:0; padding:0; position:fixed; background-color:#333333; top:0; right:0; margin:0; margin-top:50px; overflow:auto;z-index:999999;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.header .nav.on{height:100%; padding:2% 0%;}

.header .nav i{display:block; color:#fff;  top:0; right:20px}
.header .nav ul li{width:100%; height:auto; text-align:left; font-size:16px; display:block; margin:0; padding:0 20px; box-sizing:border-box;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}

.header .nav ul li a.o_lm{line-height:50px; color:#fff;}
.header .nav ul li:hover a.o_lm{color:#fff; background:none;}
.header .nav .y_j{border-bottom:1px solid #666;}
.header .nav .e_j{padding:10px 0px; border-bottom:1px solid #666;box-shadow:none; overflow:hidden; border-top:0; background:none; position:inherit; top:auto; left:auto; width:100%; height: auto;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}

.header .nav .e_j ul li a{ color:#fff}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}



.tel{ display:none;}
.logo{ float:left; margin:5px 0; position:fixed; z-index:9999; top:0}
.logo img{ height:40px; width:auto}
.header.on img{ height:40px; width:auto}

.logo2{margin-left:45px; margin-top:15px}
}

@media only screen and (max-width:500px){
	
.logo2 img{ height:15px; width:auto}

.logo2{ margin-top:18px}
}



.banner { width:80%; height:80vh }

.banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #000;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		position:relative;
		height:auto;
		overflow:hidden
    }


.banner .swiper-button-next{ background:url(../images/right.png) center no-repeat; width:40px; height:60px; background-size:100% auto;} 
.banner .swiper-button-prev{ background:url(../images/left.png) center no-repeat; width:40px; height:60px; background-size:100% auto;} 

/*
.banner .swiper-slide img{ position:absolute; height:100%; width:auto; min-width:100%; }*/
.banner .swiper-slide img{height:100%; width:auto; min-width:100%; }
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
	transition:all 0.6s
}
.banner  .swiper-pagination-bullet-active{ background:#b40f00; border-radius:5px; transition:all 0.6s}





.banner .w_z{ color:#fff; position:relative; position:absolute; z-index:3; width:100%; max-width:1200px; left:50%; transform:translateX(-50%);}
.banner .w_z.lf{ text-align:center}

.banner .w_z h2{font-size:50px;color:#fff;  margin-bottom:40px;}
.banner .w_z p{font-size:20px;font-weight:lighter;  color:#fff; } 

.banner .w_z.lf2 h2{ color:#0054a6}
.banner .w_z.lf2 p{ color:#0054a6}

.banner .w_z.lf3{ text-align:right}
.banner .w_z.lf3 h2{ color:#b40f00}
.banner .w_z.lf3 p{ color:#b40f00}



@media only screen and (max-width:1200px){

.banner { height:auto}
.banner .swiper-slide img{ position:inherit; width:100%; height:auto;}


}


@media only screen and (max-width:992px){
	
.banner{ height:auto;}

.banner .swiper-button-next{ display:none;} 
.banner .swiper-button-prev{ display:none;} 


.banner .w_z{ width:90%; left:5%; transform:none;}
.banner .w_z h2{font-size:16px;color:#fff;  margin-bottom:0px; font-weight:normal}


}

.hui{ background:#f8f8f8;}
.gonggao{ width:100%; max-width:1200px; margin:0 auto; height:60px;}
.gonggao h3{ display:block; float:left; line-height:60px; background:#e01518; color:#fff; width:120px; text-align:center; font-size:16px }
.gonggao h3 i{ padding-right:5px}
.gggd{ height:60px; float:right; width:calc(100% - 140px) }

.gggd .swiper-slide{ width:calc(100% - 60px);  height:60px; line-height:60px; font-size:14px;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; }
.gggd .swiper-button-next{width:30px; height:25px; background:url(../images/xia.png) no-repeat; right:0;  background-size:20px 10px; margin-top:-5px }
.gggd .swiper-button-prev{width:30px; height:25px; background:url(../images/shang.png) no-repeat; left:auto; right:30px; background-size:20px 10px;margin-top:-5px  }




.xinwen{ width:96%; margin:40px auto; max-width:1200px; overflow:hidden}
  .xwpic {
        width: 40%;
        height: auto;
		float:left
        
    }
     .xwpic .swiper-slide {
        text-align: center;
             
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

     .xwpic .swiper-slide i{ display:block; width:100%; padding-bottom:67%; position:relative; overflow:hidden}

.xwpic .swiper-slide i img{ position:absolute; z-index:0; width:100%; height:100%; left:0; top:0}
.xwpic .swiper-slide p{ display:block; position:absolute; z-index:1; bottom:0; width:100%; text-align:left; background-color:rgba(0,0,0,0.7); color:#fff; box-sizing:border-box; font-size:14px; line-height:25px; padding:10px;}




#lib_Tab1{width:100%;margin:0px;padding:0px; }
.lib_Menubox {position:relative;}
.lib_Menubox ul{margin:0px;padding:0px;list-style:none; position:absolute; top:0px; left:43%; height:40px;text-align:center; background:#f8f8f8; width:57%}
.lib_Menubox li{float:left;display:inline-block;cursor:pointer;width:50%; max-width:140px;color:#333; height:40px;line-height:40px; }
.lib_Menubox li.hover{padding:0px;background:#e01518;width:50%;max-width:140px;color:#fff;height:40px;line-height:40px;}
.lib_Contentbox{clear:both;margin-top:0px; border-top:none;height:auto; padding-top:0px;}


.dongtai .left { width:40%; float:left; position:relative}
.dongtai .left i{ display:block; width:100%; padding-bottom:67%; position:relative; overflow:hidden}
.dongtai .left i img{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:0; transition:all 0.6s; }
.dongtai .left i a:hover img{ transition:all 0.6s; transform:scale(1.1,1.1)}
.dongtai .left p{ display:block; width:100%; bottom:0; position:absolute; left:0; padding:10px; box-sizing:border-box; background-color:rgba(0,0,0,0.7); color:#fff; z-index:1; font-size:14px; text-align:left}


.dongtai .right { width:57%; float:right; padding-top:50px;}
.dongtai .right ul li { border-bottom:#e8e8e8 1px solid; line-height:55px; overflow:hidden}
.dongtai .right ul li:before{content: "\f10c";font-family: 'FontAwesome'; font-size:12px; color:#e01518; text-align:center; padding:0 5px; float:left}
.dongtai .right ul li p{ display:block; width:calc(100% - 140px);text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap; float:left; font-size:14px;  }
.dongtai .right ul li span{ float:right; font-size:14px; color:#999;letter-spacing: 0px;}






.hui2{ background:#f8f8f8; padding:40px 0; box-sizing:border-box}

.xiangmu{ width:96%; margin:40px auto; max-width:1200px; text-align:center}
.bt1{  margin-bottom:30px; text-align:center;}
.bt1 em{ display:block; width:60px; height:3px; background:#e01518; margin:5px auto;}
.bt1 h3{font-size:30px; font-weight:normal; color:#3d3d3d;}
.bt1 span{ display:block; font-size:14px; color:#999; text-transform:uppercase }





.sypro{ overflow:hidden}
	
.sypro ul{ position:relative;}
.sypro ul li{ float:left; width:16.66%; padding:15px 10px; box-sizing:border-box;}
.sypro ul li div{ display:block;  padding:20px; box-sizing:border-box;background:#fff; border:#e1e1e1 1px solid; border-right:0; text-align:center; position:relative; border-radius:5px; transition:all 0.6s}
.sypro ul li div:last-child { border-right:#e1e1e1 1px solid;}

.sypro ul li i{ display:block; width:100%; padding-bottom:142%; position:relative; overflow:hidden}
.sypro ul li i img{ width:100%; height:100%; position:absolute; left:0; top:0; }


.sypro ul li p{ display:block; font-size:14px; padding-top:15px}

.sypro ul li:hover div{ transform:translateY(-10px);box-shadow: 0px 0px 10px rgba(195,195,195,0.75); border:#fff 1px solid; transition:all 0.6s; z-index:9}

.more a{ display:block; margin:0 auto; width:120px; line-height:30px; border:#e01518 1px solid; font-size:14px; color:#e01518; transition:all 0.6s; text-align:center; margin-top:20px}
.more a:hover{ background:#e01518; color:#fff; transition:all 0.6s}



 @media only screen and (max-width:1400px){

.sypro ul li{ float:left; width:33.33%; padding:10px; box-sizing:border-box;}
	 
 }




 @media only screen and (max-width:1200px){
	 .dongtai .right ul li { line-height:45px}

	 .sypro ul li div{ padding:10px}
 }



    @media only screen and (max-width:992px){
		

		
.bt1{  margin-bottom:20px; text-align:center;}
.bt1 h3{font-size:20px; }
.bt1 span{  font-size:12px;  }

.xinwen{ margin:20px auto}	

.lib_Menubox {position:relative; height:40px;}
.lib_Menubox ul{ left:0; width:100%}

.lib_Contentbox{ padding-top:20px;}


.dongtai .left { width:100%; float:none;}


.dongtai .right { width:100%; float:none; padding-top:15px;}
.dongtai .right ul li { line-height:35px;}

.dongtai .right ul li span{ font-size:12px;}


.hui2{padding:20px 0;}

 .sypro ul{ position:relative;}
 .sypro ul li{ float:left; width:50%; padding:10px; box-sizing:border-box}


		}



















.footer{ background:#333; height:auto; overflow:hidden}
.footer div{ height:auto}

.footer .foot2 {
	width: 96%;
	margin:0 auto;
	max-width:1200px;

	
}
.dlink {
	float: left;
	width: auto;

	padding:30px;


	width:calc(100% - 580px);
	box-sizing:border-box;
	min-height:230px;
	font-size:0;
	text-align:center;

	



	


}
.dlink ul{	display:flex;
justify-content: space-around; text-align:center}

.dlink ul li {

	

	text-align:left;
	
	
	




	

}
.footer h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	padding-left: 0;
	cursor: default;
	color: #fff;
	font-weight:normal
}




.dlink p {
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	display:block;
}
.dlink p a {
	display: block;
	color: #A6A6A6;
}
.dlink p a:hover {
	color: #fff;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}
.dlx {
	float: left;
	width: auto;
	padding:30px 0;
	padding-right:30px;
	box-sizing:border-box;
	width:430px;
	
}
.dlx i {
	text-align: center;
	line-height: 26px;
	padding-right: 10px;
	width: 20px;
	color:#e01518;
	position:absolute;
	left:0;
	top:0
}
.fa-mobile-phone:before {
	font-size: 20px
}

.dlx p {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	position:relative;
	padding-left:25px;
}
.footer .wei {
	width: 100px;
	float: right;

	font-size: 14px;
	color:#fff;
	margin:30px 0;
	padding-left:30px;
	text-align:center
}
.footer .wei p{line-height: 30px; color:#999; text-align:center}
	
.footer .wei ul li img {
	width: 100%;
	height: auto;
	
}
.footer .b_q {
	padding: 30px 0;
	font-size: 12px;
	text-align: center;
	color:#a6a6a6;
	line-height:20px;
	border-top:rgba(255,255,255,0.2) 1px solid;

}

.footer .b_q p{ display:inline-block}


	 
	 .yqlj{ margin:0px 0; }
	 .yqlj h3{ display:inline-block;  color:rgba(255,255,255,0.6); font-size:14px; font-weight:normal }
	 
	 .yqlj p{ display:inline-block; color:rgba(255,255,255,0.6); padding-right:30px;}
	 .yqlj p a{ color:rgba(255,255,255,0.6); transition:all 0.6s}
	   .yqlj p a:hover{ color:rgba(255,255,255,1);transition:all 0.6s}
	

	 
	 

 @media only screen and (max-width:1700px) {
	 
	 .footer h3 {

	font-size: 16px;


}


}


 @media only screen and (max-width:1400px) {
	.footer .foot2 {	
	padding:0 0px; box-sizing:border-box
	
} 
	 
.dlx {
	float: left;
	width: auto;
	padding:30px 0;
	padding-right:30px;
	box-sizing:border-box;
	width:300px;
	
}
.dlink {
		width:calc(100% - 450px);
	

}

}


 @media only screen and (max-width:1200px) {
	 
	 .dlink{ display:none;}
	 .dlx{width:calc(100% - 130px);}
	 

	 
 }
 	 
	  @media only screen and (max-width:992px){
		  
	
		  	
.footer .b_q {
	padding: 0px 0;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	color:#a6a6a6;
	padding-bottom:15px;


}
		  	 .footer .b_q .yqlj h3{ display:block;  font-size:14px; margin-bottom:5px; text-align:left}
			 .footer .b_q .yqlj p{  padding-right:0px; font-size:12px; display:block; text-align:left}
		   
		   
		  .footer .b_q .yqlj{ border-bottom:rgba(255,255,255,0.2) 1px solid; padding:15px 10px; margin-bottom:15px;}
		   
		   
.dlx i {
	text-align: center;
	line-height: 20px;
	padding-right: 0px;
	width: auto;
	color:#d31321;
	position:absolute;
	left:0;
	top:0
}
		 
		 
	.dlx p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom:3px


}	   
		   
	  }



 @media only screen and (max-width:500px) {
	 
 .dlx{width:220px; padding:20px 0}
	 
 .footer .wei {
	width: calc(100% - 230px);
	font-size: 12px;
	padding-left:0;
	max-width:90px;
	margin:20px 0;
	


	
}


.footer .wei p{ padding-top:5px; line-height:20px}
	
	 
 }
 
 
 
 
.side{position:fixed;width:50px;right:0; bottom:50px;margin-top:0;z-index:100;border-bottom:0;}
.side ul li{width:50px;height:50px;float:left;position:relative; margin-bottom:5px; color:#fff;  background:#113575; margin-bottom:2px;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#e01518;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:50px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 30px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/kf1.png)}
.side ul li i.bgs2{background-image:url(../images/kf2.png)}
.side ul li i.bgs3{background-image:url(../images/kf3.png)}
.side ul li i.bgs4{background-image:url(../images/kf4.png)}

.side ul li .sidebox{position:absolute;width:60px;height:60px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:200px; height:200px;display:none;text-align:center;position:absolute;left:-210px;top:0; background:#fff;  color:#e01518; border:#e01518 1px solid; border-radius:10px; box-sizing:border-box; }
.side ul li.sideewm .ewBox.son img{ width:140px; height:auto}
.side ul li.sideetel .telBox.son{width:200px;height:auto;display:none;color:#fff;text-align:left;position:absolute;left:-210px;top:0;background:#fff;   padding:20px; color:#e01518; border:#e01518 1px solid; border-radius:10px; box-sizing:border-box;}
.side ul li:hover .son{ position:relative; background:none;}
.side ul li:hover .son:after{ content: "\f0da";font-family: 'FontAwesome'; font-size:25px; position:absolute; right:-10px; top:10px; background:none; }

.side ul li.sideetel .telBox  span{display:block;overflow:hidden; font-size:14px; line-height:25px}

.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}


 @media only screen and (max-width: 993px) {

.footer{ padding-bottom:60px;}

.side{position:fixed;width:100%;right:0;top:auto; bottom:0;margin-top:0;z-index:100;border-bottom:0;}

.side ul li{width:25%;height:50px;float:left;position:relative; margin-bottom:0px; border-right:rgba(255,255,255,0.2) 1px solid; box-sizing:border-box;color:#fff;   margin-bottom:0px;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}


.side ul li.sideewm .ewBox.son{width:100%; height:auto;display:none;text-align:center;position:fixed;left:0;top:auto; bottom:50px; background:rgba(0,0,0,0.5);   border:#4fc1e9 0px solid; border-radius:0px; box-sizing:border-box; color:#fff; padding:20px 0 }

.side ul li.sideetel .telBox.son{ display:none;}
.side ul li:hover .son:after{ content:none}

}



.nbanner{ width:100%; height:auto; position:relative; background:#000; margin-top:80px; font-size:0; overflow:hidden}
.nbanner img{ width:100%; height:auto; opacity:0.8}

.nbanner .wzmc{ position:absolute; left:50%; top:50%; height:auto; transform:translate(-50%,-50%); z-index:2}
.nbanner .wzmc h3{ display:block; font-size:40px; color:#fff;  text-align:center;letter-spacing:8px; font-weight:normal; margin-right:-8px}

.nbanner .wzmc span{ font-size:18px; color:#fff; text-transform:uppercase; text-align:center; display:block;}





.nbanner .weizhi{ position:absolute; width:100%; left:0; z-index:2;text-align:right; font-size:14px; color:#fff; bottom:15px; height:auto}
.nbanner .weizhi p{ display:block; width:96%; max-width:1200px; margin:0 auto}
.nbanner .weizhi p a{ color:#fff}
 

 

 
.guide{border-bottom: 1px solid #dddddd; text-align:center}
.guide dd{ float: left;font-size: 16px;}
.guide dd a{float: left; margin-right: 60px;padding:20px 0;position: relative; }
.guide dd a:after{display:block; content:''; position:absolute; left:25%; width:50%;opacity: 0; height:2px; background-color:#e01518; bottom:-1px;transition: .4s; z-index:2}
.guide dd a.on:after,.guide dd a:hover:after{opacity: 1;left: 0;width: 100%;}

.guide dd a:last-of-type{margin-right: 0;}
.guide dd.guide_pro{float: none;display:flex;justify-content: space-between;}
.guide dd.guide_pro a{margin: 0; }

.guide dd a.on{ color:#e01518}

.web_w{ width:96%; max-width:1200px; margin:0 auto}


.nbt{ text-align:center; font-size:25px; color:#333;  margin-bottom:30px; line-height:45px }
 .nbt em{ display:block; width:60px; height:3px; background:#e01518; margin:0 auto;}
 
 
  .nmain{ width:96%; margin:40px auto; max-width:1200px; height:auto}
 
 .tuwen{ font-size:16px; line-height:30px; color:#666}

 .tuwen img{ max-width:100%; height:auto}
 
 .rongyu{ margin-top:40px;}
 .rongyu h3{ display:block; font-size:25px; margin:15px 0; border-left:#113575 5px solid; padding-left:10px; color:#113575}
 
 .rongyu ul{ position:relative; margin:0 -10px; display: flex; flex-wrap: wrap;}
 .rongyu ul li{ float:left; width:25%; padding:10px; box-sizing:border-box;}
 .rongyu ul li i{ display:block;  width:100%; height:auto; border:#e1e1e1 1px solid; padding:10px; box-sizing:border-box;transition:all 0.6s; background:#fff;}
  .rongyu ul li i img{ width:100%; height:auto}
  .rongyu ul li p{ font-size:16px; display:block; text-align:center; line-height:35px;}
  .rongyu ul li:hover i{ transform:scale(1.2,1.2); transition:all 0.6s; position:relative; z-index:2;
box-shadow: 0px 0px 10px rgba(195,195,195,0.75);}
  
 
  @media only screen and (max-width:1200px) {
 
  
.guide dd a{float: left; margin:0 50px;padding:20px 0;position: relative; }

  .nmain{ margin:40px auto; }
  }
 
   @media only screen and (max-width:1025px) {
	
.nbanner{ width:100%; height:280px; position:relative; background:#000; font-size:0; overflow:hidden;}
.nbanner img{ position:absolute; height:100%; top:0; left:50%; width:auto; transform:translateX(-50%); }


	.nbanner .wzmc h3{ font-size:30px; }
	.nbanner .wzmc span{ font-size:14px}

	
	.guide dd{font-size: 14px;}
	
	.nbt{ font-size:20px; margin-bottom:20px;}
	
  .tuwen{ font-size:14px; line-height:25px;}
 

	
 }
 
    @media only screen and (max-width:992px) {
		 .rongyu{ margin-top:20px;}
		.nbanner{ margin-top:0}
		
		 .rongyu ul li{ float:left; width:50%; padding:10px; box-sizing:border-box;}
		   .rongyu ul li p{ font-size:14px; line-height:25px;}
		   
		    .rongyu h3{ font-size:20px; margin:10px 0;}
		   
	}
 
    @media only screen and (max-width:768px) {
	
.nbanner{ width:100%; height:160px; position:relative; background:#000; font-size:0; overflow:hidden; }

.nbanner .wzmc h3{  font-size:20px;}
	
		.nbanner .wzmc span{ display:none}
		
		.nbanner .weizhi{ display:none}
		
.nbanner .wzmc em{ display:block; margin:5px auto; height:1px;text-align:center; background:#fff; overflow:hidden; position:relative}
.nbanner .wzmc em:before{ content:""; height:1px; width:50%; left:0; top:0; background:#ba0411; position:absolute; z-index:2}


  .tuwen{ font-size:12px; line-height:23px;}
  
 .nmain{  margin:20px auto; }
 

 .guide dd.guide_pro {
    float: none;
    display: flex;
    justify-content: space-between;
}
.guide dd{ font-size:12px}
.guide dd a{float: left; margin:0 0px;padding:8px 0;position: relative; }

  .tuwen p{ display:block; margin-bottom:10px}
		
 }
 
 
 
 
 
 .jiagou{ width:96%; margin:40px auto; max-width:1200px; text-align:center}
 .jiagou img{ max-width:100%; height:auto}
 
 
 .linian{ width:96%; margin:0 auto; max-width:1200px; overflow:hidden}
 
 .ln1{ float:left; width:35%;position:relative}
  .ln1 i{ display:block; width:100%; height:auto; background:#000; }
  .ln1 i img{ width:100%; height:auto; opacity:0.6}
  .ln1 h3{ display:block; position:absolute; z-index:2;writing-mode:vertical-rl;
writing-mode: tb-rl; color:#fff; font-size:23px; min-height:200px; right:15px; top:25px; letter-spacing: 5px; font-weight:bold}
  .ln1 p{ display:block; position:absolute;z-index:2;writing-mode:vertical-rl; writing-mode: tb-rl; color:#fff; font-size:16px;  min-height:200px; right:55px; top:25px;}
  
 .ln2{ float:left; width:65%; }
 .ln2 ul li{background:#fff; float:left; width:47%; margin-left:3%; padding-bottom:32%; position:relative; margin-bottom:3%;}
 .ln2 ul li div{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:90%; min-width:70%;} 
  .ln2 ul li div i{ display:block; font-size:40px; color:#e01518}
  .ln2 ul li div h3{ display:block; font-size:20px; color:#333; font-weight:bold; margin:15px 0}
  .ln2 ul li div p{ font-size:16px; line-height:25px; color:#666}
  
  
      @media only screen and (max-width:992px) {
		   .jiagou{ margin:20px auto;}
		 .ln1 h3{ font-size:16px;}
		 .ln1 p{ font-size:12px; right:40px}
		   
	.ln2 ul li div i{  font-size:30px; }
  .ln2 ul li div h3{ font-size:16px;  margin:5px 0}
  .ln2 ul li div p{ font-size:12px; line-height:23px; }
  
		  
	  }
		  
	      @media only screen and (max-width:768px) {
			  .ln1{ float:none; width:100%; height:auto; max-height:200px; overflow:hidden}
		 .ln1 h3{ font-size:16px;writing-mode:horizontal-tb; right:auto; left:15px;}
		 .ln1 p{ font-size:12px; right:auto; left:15px; top:50px;writing-mode:horizontal-tb;}
		   
	 .ln2{ float:none; width:100%}
  .ln2 ul li{ float:none; width:100%; padding-bottom:0; margin:0; margin-top:10px; padding:15px; box-sizing:border-box}
  .ln2 ul li div{ position:static; left:0; top:0; transform:none;}
		.ln2 ul li div i{ font-size:20px; float:left; padding-right:10px}  
		
		
		
	  }
		  	  
		  
		  
.xzlb ul li{ box-sizing:border-box;  border:#e2e2e2 1px solid; overflow:hidden; margin-bottom:15px; position:relative; transition:all 0.6s}
.xzlb ul{ margin-bottom:-15px; overflow:hidden}
.xzlb ul li:hover{ border:#bb0512 1px solid;box-shadow: 0px 0px 10px rgba(0,0,0,0.25);}
.xzlb ul li a{ display:block}
.xzlb ul li i{ display:block; width:30%; padding-bottom:20%; position:relative; float:left; text-align:center}
.xzlb ul li i img{ position:absolute; left:0; top:0; width:100%; height:100%}
.xzlb ul li .xzxx{  position:absolute; width:60%; right:5%; top:50%; transform:translateY(-50%)}
.xzlb ul li a .xzxx h3{ color:#000; font-size:20px; margin:10px 0;}
.xzlb ul li a .xzxx h1{ color:#bb0512; font-size:14px}


.xzlb ul li a .xzxx p { line-height:25px; font-style:normal; color:#777; font-size:14px; max-height:50px; padding-right:10px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden}
.xzlb ul li a span{ background:#bb0512; color:#fff; display:block; margin-top:1rem; text-align:center; width:100%; max-width:120px; font-size:14px; line-height:25px;}
.xzlb ul li:nth-child(2n){margin-right:0; }



@media only screen and (max-width:992px){


.xzlb ul li a .xzxx h3{ color:#000; font-size:16px; margin:5px 0; margin-bottom:10px;}
.xzlb ul li a .xzxx h1{ color:#bb0512; font-size:12px}
.xzlb ul li a .xzxx p{ display:none;}
}





@media only screen and (max-width:600px){

.xzlb ul li i{ float:none; width:100%; padding-bottom:66.66%;}
.xzlb ul li .xzxx{ position:inherit; top:0; transform:none;width:100%; padding-top:15px; box-sizing:border-box; padding:15px; box-sizing:border-box}
.xzlb ul li a span{ margin-top:0; width:80px; font-size:12px; line-height:23px; height:23px;}

.xzlb ul li a .xzxx h3{ font-size:14px}
}
 
 .nlf{ float:left; width:260px;}
 .nrt{ float:right; width:calc(100% - 300px) }
 
 
.ej h3{width:100%; height:60px; padding:0px 15px 0px; background-color:#dd0404; color:#fff; font-size:20px; line-height:60px; box-sizing:border-box; font-weight:bold}
.ej ul{width:100%; box-sizing:border-box; border:1px solid #e7e7e7; padding:6px 10px 20px; overflow:hidden;}
.ej ul ul{ border:0; border-bottom:#d1d1d1 1px dotted;}
.ej ul li{display:block;}
.ej ul li a{ font-size:12px; color:#555; line-height:35px; text-decoration:none; display:block; transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}

.ej ul li a:before{content: "\f0da";font-family: 'FontAwesome'; padding-right:5px}
.ej ul li a:hover{color:#e01518;  padding-left:15px;}

.ej .fl{margin-top:0px; overflow:hidden;}
.ej .fl h4{ border-bottom:#d1d1d1 1px dotted;font-size:16px; line-height:50px; text-indent:10px; position:relative;}
.ej .fl h4 a { display:block}
.ej .fl h4.on a{color:#e01518; font-weight:bold; }
.ej .fl h4.on{ border-bottom:#e01518 3px solid;}

.ej .fl h4 i{height:50px; width:50px; font-size:18px; line-height:50px; text-align:center; text-indent:0; display:block; position:absolute; top:0; right:0;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.ej .fl h4.on i{color:#e01518;
transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-moz-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
-o-transform:rotate(-90deg);}
.ej .fl ul{border-top:0; display:none;}






 
 
 
 
 
 
 .cpsou { background:#f8f8f8; border:#e1e1e1 1px solid; padding:10px; box-sizing:border-box; margin-bottom:20px}
 .cpsou .sousuo{ width:80px; line-height:30px; height:30px; border:0; background:#e01518; color:#fff;}
 
  .cpsou .xuan{ background:#fff; border-radius:5px; border:#e1e1e1 1px solid; width:calc(25% - 30px); float:left; line-height:30px; height:30px; margin-right:10px; font-size:14px; outline:none;}
 
  .cplb ul{ position:relative; margin:0 -15px;}
 .cplb ul li{ float:left; width:25%; padding:0  15px; box-sizing:border-box; margin-bottom:20px;}

  .cplb ul li:hover i{ background:#fff;box-shadow: 0px 0px 10px rgba(195,195,195,0.55);}
   .cplb ul li i{ display:block; width:100%; padding-bottom:141%; overflow:hidden; position:relative; border:#e1e1e1 1px solid;}
   .cplb ul li i img{ position:absolute; width:100%; height:100%; transition:all 0.6s}
   .cplb ul li  p{ display:block; font-size:14px; text-align:center; line-height:40px; margin-top:5px;transition:all 0.6s}
   .cplb ul li:hover i img{ transition:all 0.6s; transform:scale(1.1,1.1)}
   .cplb ul li:hover p{ background:#e01518; color:#fff; margin-top:5px; transition:all 0.6s}
   
   
   
   @media only screen and (max-width:992px){
	   
	    .nlf{ float:none; width:100%; margin-bottom:20px;}
 .nrt{ float:none; width:100% }
 
 .ej h3{ line-height:40px; height:40px; font-size:16px;}
.ej ul{ padding:10px;}
 
 
 .ej .fl h4{ font-size:14px; line-height:30px}
 .ej .fl h4 i{ height:30px; line-height:30px}
 .ej ul li a{height:25px; font-size:12px; color:#555; line-height:25px;}
	   
 .cplb ul{ position:relative; margin:0 -5px;}
 .cplb ul li{ float:left; width:33.33%; padding:0  5px; box-sizing:border-box; margin-bottom:5px;}
 
 
 
 
}
   
   
      @media only screen and (max-width:500px){

 .cplb ul li{ width:50%; }
 
  .cpsou .sousuo{ width:80px; line-height:30px; height:30px; border:0; background:#e01518; color:#fff;}
 
  .cpsou .xuan{ width:100%; margin:0; margin-bottom:10px;}
 
}
   
   
   .cpxq1{ float:left; width:40%;}
   .cpxq1 img{ width:100%; height:auto}
   
   .cpxq2{ float:right; width:55%;}
   .shuxing{ margin-bottom:30px;}
   .shuxing ul li{ border-bottom:#e1e1e1 1px solid; font-size:14px; line-height:35px; }
   .jieshao{ font-size:14px; line-height:25px; color:#666}
   .jieshao h3{  display:block; border-left:#e01518 3px solid; padding-left:10px; font-weight:bold; margin-bottom:15px; color:#333}
   
   
         @media only screen and (max-width:500px){

 .cpxq1{ float:none; width:100%;}
   .cpxq2{ float:none; width:100%;}
}
   
   
   
	   
	   .xiazai ul li{ border:#e1e1e1 1px solid; margin-bottom:10px; line-height:45px; overflow:hidden;font-size:14px}
	   
	   .xiazai ul li h1{ display:block; float:left; width:calc(100% - 300px); padding:0 10px; box-sizing:border-box; font-size:14px  }
	   
	   .xiazai ul li p{ display:block; float:left; width:150px; text-align:center; border-left:#e1e1e1 1px solid;border-right:#e1e1e1 1px solid; box-sizing:border-box; color:#888}
	   .xiazai ul li span{ display:block; float:right;  color:#e01517; width:150px; text-align:center; font-weight:bold }
	   .xiazai ul li span a{ color:#e01517}
	   .xiazai ul li span i{ padding-left:10px}
	   
	   
	   	   @media only screen and (max-width:992px) {
			      .xiazai ul li{  padding:15px; line-height:25px; box-sizing:border-box; font-size:12px}
			   	 .xiazai ul li h1{ float:none; width:100%; padding:0; margin-bottom:10px; font-size:14px; font-weight:bold}
			    .xiazai ul li p{ border:0; width:auto; font-size:12px }
				
	   .xiazai ul li span{ display:block; width:80px; text-align:center; font-size:12px}
			   
		   }
		   
		   
		   
		   

.zpbt{ padding-left:100px; background:#e01518; color:#fff; font-size:16px; overflow:hidden; line-height:50px;}
.zp1{float:left; width:calc(100% - 480px)  }
.zp2{ float:left;width:240px; text-align:center}
.zp3{float:right; width:240px; text-align:center}

.zpbt p{ display:block; float:left;}

.zp3 a{ display:block; color:#666; font-size:14px; border:#e1e1e1 1px solid; width:120px; height:35px; line-height:35px; margin:0 auto; border-radius:5px; transition:all 0.6s}
.zp3 a:hover{ background:#e01518; color:#fff;transition:all 0.6s}


.zhaopin .conbox .conTop {display: block;
    padding: 0;
    font-size: 16px;
    color: #333;
    border: none;
    margin: 0;
    position: relative;
	border-bottom:#e1e1e1 1px solid;
	cursor:pointer;

	
	padding:15px 0;
	padding-left:100px;
	 font-weight:bold;
	 overflow:hidden;
	 line-height:35px
	}

.zhaopin .conbox .conTop:before{ content: "\f107";font-family: 'FontAwesome';
		    width: 40px;
		    height: 40px;
			line-height:40px;
		    text-align: center;
		   	 position: absolute;
		    top: 50%;
		    left: 0px;
		    transform: translateY(-50%);
		    transition: all 0.5s ease 0s;
			background:#fff;
			color:#e01518;
			border:#e01518 1px solid;
			box-sizing:border-box
			
			}
			
.zhaopin .conbox.cur .conTop:before{ content: "\f105";font-family: 'FontAwesome';
		    width: 40px;
		    height: 40px;
			line-height:40px;
		    text-align: center;
		   	 position: absolute;
		    top: 50%;
		    left: 0px;
		    transform: translateY(-50%);
		    transition: all 0.5s ease 0s;
			background:#e01518;
			color:#fff;
			border:0
			 }


.zplx{ border-top:#eee 1px solid; font-size:12px; padding-top:15px; margin-top:15px;}

.zhaopin .conbox .boxBot {display: none;padding: 0px; font-size:14px; line-height:30px; color:#666; background:#f8f8f8; padding:30px; box-sizing:border-box}
.zhaopin .conbox.cur .conTop{ border:0}
.zhaopin .conbox.cur .boxBot {display: block;}

.gwzz { overflow:hidden}
.gwzz ul li{ float:left; width:48%; margin-right:4%;}
.gwzz ul li:nth-child(2n){margin-right:0;}
.gwzz ul li h3{ font-weight:bold; font-size:16px; color:#333; margin-bottom:10px}

@media only screen and (max-width:992px){
.zpbt{ font-size:14px; padding-left:30px;}
.zpbt .zp2{ display:none}
.zp1{float:left; width:calc(100% - 170px)  }
.zp2{ float:left;width:80px; text-align:center;}
.zp3{float:right; width:90px; text-align:center}

.zhaopin .conbox .conTop{  font-size:14px; padding:10px 0;padding-left:30px; line-height:25px}
	
.zp3 a{  font-size:12px;  width:70px; height:25px; line-height:25px; }

.gwzz ul li{ float:none; width:100%; margin-right:0; margin-bottom:15px}
.gwzz ul li h3{ font-weight:bold; font-size:14px; color:#333; margin-bottom:10px}
.gwzz ul li p{ font-size:12px; line-height:20px;}
	.zhaopin .conbox .boxBot{ padding:10px;}
	
	
.zhaopin .conbox .conTop:before{ 
		    width: 20px;
		    height: 20px;
			line-height:20px;
			font-size:12px
		   
			
			}
			
.zhaopin .conbox.cur .conTop:before{ 
		    width: 20px;
		    height: 20px;
			line-height:20px;
			font-size:12px
		  
			 }
	
	
	
	
	
	
	
	
}