/*全局样式*/
@charset "utf-8";
html{overflow-x:hidden;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;min-width:320px;overflow-x:hidden;background:#313131;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;-webkit-appearance: none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{max-width:1230px !important;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*header*/
header .top{height:115px;background:#313131;position:relative;z-index:1000;}
header .top .logo{line-height:115px;width:28%;padding-right:30px;}
header .top .logo img{max-width:100%;}
header .top .right{width:72%;height:115px;background:#222;transform:skew(-20deg);}
header .top .right .text1{height:37px;transform:skew(20deg);padding:0 20px;}
header .top .right .text1 h5{color:#fff;line-height:37px;width:50%;}
header .top .right .text1 .phone{color:#fff;line-height:37px;width:50%;text-align:right;}
header .top .right .text1 .phone img{margin-right:10px;position:relative;top:-2px;}

/*PC端导航*/
nav{position:relative;background:#e11c26;z-index:2;}
nav:before{content:"";width:1000%;height:100%;background:#e11c26;position:absolute;left:100%;top:0;}
nav a{color:#fff !important;}
/*一级导航*/ 
nav ul li{float:left;width:11.11%;text-align:center;position:relative;height:78px;line-height:78px;transform:skew(20deg);}
nav ul li a{display:block;position:relative;transition:all .3s;border-right:1px solid #313131;transform:skew(-20deg);}
nav ul li a span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;transform:skew(20deg);}
nav ul li a:hover,nav ul li a.active{background:#8c1118;}
/*二级导航*/
nav ul dl{position:absolute;left:-14px;top:100%;width:100%;z-index:200;perspective:1000;}
nav ul dl dd{margin-top:1px;width:100%;height:0;line-height:35px;border:none;background:#e11c26;overflow:hidden;transition:all .3s;transform:rotateY(180deg);}
nav ul dl dd a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;border:none;transform:skew(0);}
nav ul li:hover dl dd{height:35px;transform:rotateY(0);}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-inner a{display:block;cursor:move !important;}
#myCarousel .carousel-control.left{width:60px;height:60px;background:url(../images/left.png) no-repeat;top:50%;left:-100px;margin-top:-30px;}
#myCarousel .carousel-control.right{width:60px;height:60px;background:url(../images/right.png) no-repeat;top:50%;right:-100px;margin-top:-30px;}
#myCarousel:hover .carousel-control.right{right:65px;}
#myCarousel:hover .carousel-control.left{left:65px;}
.carousel-indicators li{width:15px;height:15px;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*title1*/
.title1{margin:50px 0 40px;text-align:center;position:relative;padding-top:50px;}
.title1:before{content:"";width:18px;height:18px;border:2px solid #e11c26;position:absolute;top:0;left:50%;margin-left:-9px;}
.title1 p{font-size:40px;color:#fff;font-weight:lighter;}
.title1 h5{font-size:20px;color:#fff;margin-top:15px;}
.title1 .text{font-size:12px;line-height:25px;color:#fff;margin-top:30px;}

/*.main1*/
.main1_con{position:relative;}
.news1{display:block;}
.news1 .imgbox{overflow:hidden;background:#fff;}
.news1 h5{color:#fff;line-height:20px;margin-top:10px;}
.news1:hover .img{transform:scale(1.1);}
.news1:hover h5,.zhhg_ny .news1:hover h5{padding-left:10px;color:#e11c26;}
.news1-2 h5{text-align:center;}
.news1-2:hover h5{padding-left:0;}
.main1_con .swiper-button-prev{background:none;width:38px;height:38px;text-align:center;line-height:38px;color:#fff;border:2px solid #fff;border-radius:50%;margin-top:-25px;left:-60px;opacity:1;}
.main1_con .swiper-button-next{background:none;width:38px;height:38px;text-align:center;line-height:38px;color:#fff;border:2px solid #fff;border-radius:50%;margin-top:-25px;right:-60px;opacity:1;}
.main1-2{background:#272727;margin-top:50px;padding-bottom:50px;}

/*main2*/
.main2 .con1{text-align:center;font-size:15px;color:rgba(255,255,255,0.6);line-height:30px;font-weight:lighter;margin-bottom:50px;}
.main2 .con1 img{display:block;margin:60px auto 30px;}
.news2{display:block;position:relative;padding-bottom:80px;}
.news2 .imgbox{overflow:hidden;position:relative;}
.news2 .img{height:240px;}
.news2 .imgbox:before{content:"";width:200%;height:80px;background:#313131;position:absolute;bottom:-50px;left:-60%;z-index:2;transform:rotate(-10deg);}
.news2 .text_box{position:absolute;width:80%;height:190px;overflow:hidden;padding-top:60px;bottom:0;left:50%;margin-left:-40%;}
.news2 .text_box .con{position:relative;background:#dd0000;padding:15px;transition:all .3s;}
.news2 .text_box .con:before{content:"";width:200%;height:130px;background:#dd0000;position:absolute;top:-45px;left:-50px;z-index:2;transform:rotate(-10deg);z-index:10;transition:all .3s;}
.news2 .text_box h5{font-size:16px;font-weight:bold;color:#fff;position:relative;z-index:10;transition:all .3s;}
.news2 .text_box .text{line-height:25px;color:#fff;position:relative;z-index:10;height:75px;overflow:hidden;margin-top:10px;transition:all .3s;}
.news2:hover .img{transform:scale(1.1);}
.news2:hover .text_box .con,.news2:hover .text_box .con:before{background:#a71616;}
.news2:hover .text_box h5,.news2:hover .text_box .text{color:#cdd664;}

/*main3*/
.main3{position:relative;}
.main3:before{content:"";width:100%;height:calc(100% - 240px);background:#e20322;position:absolute;bottom:-60px;left:0;transform:skewY(-5deg);}
.main3_con{position:relative;margin-top:30px;}
.main3 .swiper-container{transform:skewY(-5deg);padding-bottom:80px;}
.news3{display:block;position:relative;}
/*.news3:before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;top:0;left:0;z-index:2;}*/
.news3 h5{width:80%;height:50px;line-height:50px;background:#dd0000;position:absolute;bottom:20px;right:0;color:#fff;font-size:20px;font-weight:lighter;padding:0 5px;text-align:right;}
.news3 .mask{width:180%;height:100%;position:absolute;top:0;left:-40%;z-index:1000;visibility:hidden;}
.news3 .mask h4{height:40px;line-height:40px;width:60%;background:#dd0000;position:absolute;bottom:10px;right:0;color:#fff;padding:0 10px;text-align:right;}
.news3 .mask .text{width:80%;background:#fff;padding:20px;position:absolute;bottom:10px;right:0;}
.news3 .mask .text .con{line-height:25px;height:50px;overflow:hidden;color:#333;}
.news3:hover .mask{visibility:initial;}
.main3 .swiper-container .swiper-slide:nth-child(1) .news3 .mask,.main3 .swiper-container .swiper-slide:nth-child(5) .news3 .mask{left:0;}
.main3 .swiper-container .swiper-slide:last-child .news3 .mask,.main3 .swiper-container .swiper-slide:nth-child(4) .news3 .mask{left:auto;right:0;}
.main3_con a.zx{transform:rotate(6.3deg);position:absolute;bottom:-10px;right:20px;z-index:20;}

/*main4*/
.main4{margin-top:80px;}
.main4 ul li{width:50%;}
.main4 ul li dl dd{width:25%;height:147px;padding:0.5px;}
.main4 ul li:first-child dl dd:nth-child(2){width:75%;}
.main4 ul li:first-child dl dd:nth-child(1),.main4 ul li:first-child dl dd:nth-child(2){height:294px;}
.main4 ul li dl dd .img{width:100%;height:100%;position:relative;}
/*.main4 ul li dl dd .img:before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;top:0;left:0;z-index:2;transition:all .3s;}*/
.main4 ul li dl dd .img:hover:before{opacity:0;}
.main4 ul li dl dd .text{background:#fff;color:#e20322;text-align:center;height:100%;padding-top:30px;position:relative;}
.main4 ul li dl dd .text b{font-size:18px;font-weight:normal;}
.main4 ul li dl dd .text p{font-size:12px;margin:5px 0 10px;}
.main4 ul li dl dd .text h5{font-size:24px;}
.main4 ul li dl dd .text-2{background:#e20322;color:#fff;}
.main4-2{margin:80px 0 100px;}

/*main5*/
.main5 ul{position:relative;padding-bottom:20px;margin-top:60px;}
.main5 ul:before{content:"";width:100%;height:61%;background:#b2031c;position:absolute;bottom:0;left:0;transform:skewY(-5deg);}
.main5 ul li{width:50%;position:relative;z-index:2;}
.main5 .swiper-container{height:550px;}
.main5 .zhuanpan{position:relative;top:50px;transition:all .3s;max-width:100%;display:block;}
.news4{display:block;}
.news4 .imgbox{padding-right:100px;}
.news4 .img{height:290px;transform:skewY(-5deg);}
.news4 h5{font-size:18px;line-height:20px;color:#fff;}
.news4 p{font-size:18px;line-height:20px;color:#fff;font-weight:lighter;margin-top:5px;}
.news4 .text{font-size:16px;line-height:30px;color:#fff;height:90px;overflow:hidden;margin:20px 0 70px;}
.main5 .swiper-button-prev{width:20px;height:50px;text-align:center;line-height:50px;color:#fff;border:1px solid #fff;opacity:1;background:none;left:auto;right:40px;margin-top:70px;transform:skew(-5deg) rotate(-5deg);z-index:2000;}
.main5 .swiper-button-prev span{display:block;transform:rotate(90deg);}
.main5 .swiper-button-next{width:20px;height:50px;text-align:center;line-height:50px;color:#fff;border:1px solid #fff;opacity:1;background:none;right:40px;margin-top:15px;transform:skew(-5deg) rotate(-5deg);z-index:2000;}
.main5 .swiper-button-next span{display:block;transform:rotate(-90deg);}
.main5_con{position:relative;}
.main5_con .more_box{position:absolute;bottom:-15px;right:5px;z-index:20;width:350px;}
.main5_con a.on{display:block;height:50px;line-height:50px;background:#dd0000;color:#fff;position:relative;padding:0 60px 0 20px;font-size:20px;transform:rotate(-5deg) skew(-5deg);}
.main5_con a.on span{position:absolute;top:0;right:20px;line-height:50px;color:rgba(255,255,255,0.6);}

/*main6*/
.main6{margin:100px 0;padding:100px 0 50px;position:relative;display:none;}
.main6.active{display:block;}
.main6:before{content:"";width:100%;height:100%;background:#fff;position:absolute;bottom:0;left:0;transform:skewY(-5deg);}
.nav1{font-size:0;text-align:center;}
.nav1 li{display:inline-block;width:300px;border:1px solid #e20322;background:#fff;transform:skew(-5deg);transition:all .3s;}
.nav1 li a{display:block;font-size:18px;color:#e20322;height:50px;line-height:50px;transform:skew(5deg);transition:all .3s;}
.nav1 li.active,.nav1 li:hover{background:#e20322;}
.nav1 li.active a,.nav1 li:hover a{color:#fff;}
.nav1-2{margin-bottom:50px;}
.nav1-2 li{width:180px;}
.main6 .swiper-container{padding-bottom:100px;}
.main6 .con_box{margin:100px 0;}
.main6 .con_box ul{margin:0 -20px;display:none;}
.main6 .con_box ul.active{display:block;}
.main6 .con_box ul.ul-2{margin:0;}
.main6 .con_box ul.ul-2 img{max-width:100%;display:block;margin:0 auto;}
.main6 .con_box ul li{width:50%;padding:0 20px;}
.main6 .con_box ul li img.img-1{display:block;max-width:100%;margin:0 auto;}
.main6 .con_box ul li .con1{line-height:24px;color:#e20322;height:96px;margin-bottom:40px;overflow:hidden;}
.main6 .swiper-button-prev{width:50px;height:20px;text-align:center;line-height:20px;background:#dd0000;color:#fff;opacity:1;top:auto;bottom:10px;left:auto;right:60px;transform:skewY(-5deg) rotate(-5deg);}
.main6 .swiper-button-prev span{display:block;transform:rotateY(180deg);}
.main6 .swiper-button-next{width:50px;height:20px;text-align:center;line-height:20px;background:#dd0000;color:#fff;opacity:1;top:auto;bottom:20px;right:0;transform:skewY(-5deg) rotate(-5deg);}
.news5{display:block;overflow:hidden;position:relative;padding-bottom:12px;}
.news5 .img{transform:skewY(-5deg);}
.news5:before{content:"";width:100%;height:12px;background:#fff;position:absolute;top:0;left:0;z-index:2;}
.main6 a.off{display:block;width:350px;height:50px;line-height:50px;background:#dd0000;color:#fff;position:relative;padding:0 60px 0 20px;font-size:20px;transform:rotate(-5deg) skew(-5deg);text-align:right;position:absolute;bottom:-11px;right:15px;}
.main6 a.off span{position:absolute;top:0;right:20px;line-height:50px;color:rgba(255,255,255,0.6);}

/*main7*/
.main7_con{margin-top:30px;}
.main7 .swiper-container{padding:25px 15px 35px;}
.news6{display:block;background:#00923d;height:360px;padding-top:60px;transform:skewY(-10deg);transition:all .3s;position:relative;top:0;}
.news6 .con{transform:skewY(10deg);}
.news6 .imgbox{height:74px;box-shadow:5px 5px 0 rgba(0,0,0,0.6);position:relative;left:-12px;transition:all .3s;}
.news6 .text_box{padding:0 10px;}
.news6 h5{font-size:20px;font-weight:bold;color:#fff;margin:40px 0 20px;}
.news6 .text{line-height:24px;color:#fff;height:72px;overflow:hidden;}
.news6-1{background:#00923d;}
.news6-2{background:#22969e;}
.news6-3{background:#e3006a;}
.news6-4{background:#00aae1;}
.news6-5{background:#dbd301;}
.news6:hover{top:10px;}
.news6:hover .imgbox{left:0;}

/*main8*/
.main8 .swiper-container{padding:0 20%;}
.news7{display:block;}
.news7 .yuan{width:143px;margin:0 auto;transition:all .5s;}
.news7 .box{width:120px;height:150px;overflow:hidden;}
.news7 .box-1,.news7 .box-2{visibility:hidden;}
.news7 .box-1{
	transform: rotate(120deg);
    float: left;
    margin-left: 10px;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}
.news7 .box-2{
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.news7 .box-3{
	transform: rotate(-60deg);
	background: no-repeat 50% center;
	background-size: 125% auto;
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility:visible;
}
.news7 h5{color:#fff;text-align:center;font-size:16px;margin-top:5px;}
.news7:hover .yuan{transform:rotate(360deg);}

/*bg1*/
.bg1{position:relative;}
.bg1:before{content:"";width:100%;height:calc(100% + 50px);background:#272727;position:absolute;bottom:-300px;left:0;transform:skewY(-5deg);}


/*footer*/
footer{overflow-x:hidden;}
footer .top{background:#272727;padding:20px 0;}
footer .top ul{text-align:center;}
footer .top ul li{display:inline-block;line-height:25px;position:relative;}
footer .top ul li:before{content:"";width:1px;height:18px;background:#fff;position:absolute;top:50%;right:-5px;margin-top:-9px;transform:rotate(15deg);}
footer .top ul li:last-child:before{display:none;}
footer .top ul a{font-size:18px;color:#fff;margin:0 10px;transition:all .3s;}
footer .top ul a:hover{color:#e20322;}
footer .bottom{padding:10px 0;}
footer .bottom ul{margin:0 -15px;}
footer .bottom ul li{padding:0 15px;}
footer .bottom ul li:nth-child(2){width:70%;color:#fff;line-height:25px;padding:20px 15px;}
footer .bottom ul li:nth-child(1){width:30%;}
footer .bottom .weixin{width:120px;height:120px;display:block;}


/*内页开始*/
.neiye{background:#f4f4f4;padding:50px 0;}
.nav2 .title{height:80px;line-height:80px;background:#e20322;color:#fff;font-size:20px;font-weight:bold;overflow:hidden;padding-left:60px;position:relative;}
.nav2 .title .con{position:relative;z-index:2;}
.nav2 .title span{font-size:16px;color:rgba(255,255,255,0.5);font-weight:normal;margin-left:10px;}
.nav2 .title:before{content:"";width:18px;height:18px;border:2px solid #fff;position:absolute;top:50%;left:30px;margin-top:-9px;}
.nav2 .title:after{content:"";width:50%;height:100%;background:#d30213;position:absolute;top:0;right:-15px;transform:skewX(-15deg);}
.nav2 .title i{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;}
.nav2 .title span.span2{position:absolute;top:0;right:15px;line-height:40px;color:#fff;font-size:20px;}
.nav2 ul{background:#fff;border:1px solid #e3e3e3;padding:0 20px 30px 20px;}
.nav2 ul li{height:50px;line-height:50px;position:relative;border-bottom:1px solid #e5e5e5;}
.nav2 ul li:before{content:"";width:8px;height:8px;border:2px solid #e20322;position:absolute;top:50%;left:13px;margin-top:-2px;transition:all .3s;}
.nav2 ul li a{display:block;color:#000;font-size:16px;padding-left:30px;transition:all .3s;}
.nav2 ul li:hover:before,.nav2 ul li.active:before{background:#e20322;}
.nav2 ul li:hover a,.nav2 ul li.active a{color:#e20322;}

.gywm_ny{background:#fff;border:1px solid #e3e3e3;}
.gywm_ny .title{height:70px;line-height:70px;font-size:24px;font-weight:bold;color:#000;padding:0 30px;border-bottom:1px solid #e5e5e5;}
.gywm_ny .con{padding:30px;line-height:25px;font-size:13px;}
.gywm_ny .con img{max-width:100%;display:block;margin:0 auto 20px;}

.gywm_list{padding:30px 20px;min-height:300px;}
.gywm_list li{width:50%;line-height:30px;font-size:16px;color:#333;padding:0 10px 0 15px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gywm_list li:before{content:"";width:4px;height:4px;background:#333;position:absolute;top:13px;left:5px;border-radius:50%;}

.neiye .title1{margin:0 auto 30px;}
.neiye .title1 h5,.neiye .title1 p{color:#000;}

.lxwm_ny{background:#fff;padding:30px;border:1px solid #e3e3e3;}
.lxwm_ny .ditu{border:1px solid #ccc;height:450px;overflow:hidden;}
.lxwm_ny .con1 h5{font-size:24px;color:#000;font-weight:bold;margin:30px 0;}
.lxwm_ny .con1 ul li{font-size:16px;line-height:30px;margin:10px 0;}
.lxwm_ny .con1 ul li i{width:30px;height:30px;line-height:30px;background:#000;color:#fff;display:inline-block;border-radius:50%;text-align:center;margin-right:10px;}
.lxwm_ny .con2 ul{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:50px 0;margin-top:50px;}
.lxwm_ny .con2 ul li{width:25%;text-align:center;margin-bottom:20px;border-right:1px solid #e5e5e5;padding:0 10px;}
.lxwm_ny .con2 ul li .bt{font-size:16px;font-weight:bold;line-height:30px;}
.lxwm_ny .con2 ul li span{width:30px;height:30px;background:#000;border-radius:50%;color:#fff;text-align:center;line-height:30px;display:inline-block;}
.lxwm_ny .con2 ul li .text{font-size:16px;line-height:30px;height:90px;margin-top:20px;overflow:auto;word-break:break-all;word-wrap:break-word;}
.lxwm_ny .con2 ul li:last-child{border:none;}
.lxwm_ny .con2 .mCSB_scrollTools .mCSB_draggerContainer{right:-12px;}
.lxwm_ny .con2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#e11c26;}

.news8{border:1px solid #e3e3e3;margin-bottom:20px;background:#fff;transition:all .3s;}
.news8 .title{height:110px;position:relative;padding-left:60px;position:relative;border-bottom:1px solid #e3e3e3;transition:all .3s;}
.news8 .title:before{content:"";width:8px;height:8px;border:2px solid #e20322;position:absolute;top:50%;left:30px;margin-top:-4px;}
.news8 .title h5{font-size:18px;line-height:110px;padding-right:170px;}
.news8 .title a{position:absolute;width:30px;height:30px;border:2px solid #000;border-radius:50%;text-align:center;line-height:30px;color:#000;right:60px;top:50%;margin-top:-15px;transition:all .3s;}
.news8 .title a:hover{color:#e11c26;border-color:#e11c26;transform:rotate(360deg);}
.news8 .title:after{content:"";width:1px;height:50px;background:#e5e5e5;position:absolute;right:160px;top:50%;margin-top:-25px;}
.news8 .con{padding:20px 30px;}
.news8 .con .text{line-height:30px;height:120px;overflow:auto;}
.news8 .mCSB_scrollTools .mCSB_draggerContainer{right:-12px;}
.news8 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#e11c26;}
.news8:hover,.news8:hover .title{border-color:#e11c26;}

.news9{display:block;border:1px solid #e3e3e3;padding:20px;background:#fff;margin-bottom:20px;}
.news9 .imgbox{width:300px;height:200px;overflow:hidden;}
.news9 .img{width:100%;height:100%;}
.news9 .text_box{margin-left:320px;padding-top:10px;}
.news9 b{font-size:18px;color:#e11c26;line-height:38px;padding:0 10px;display:inline-block;border:1px solid #e11c26;border-radius:5px;}
.news9 h5{font-size:18px;color:#000;line-height:20px;margin:15px 0;}
.news9 .text{font-size:13px;line-height:24px;color:#999;height:48px;overflow:hidden;margin-bottom:15px;}
.news9 span{font-size:12px;color:#000;text-decoration:underline;}
.news9:hover h5,.news9:hover span{color:#e11c26;}
.news9:hover b{background:#e11c26;color:#fff;}
.news9:hover .img{transform:scale(1.1);}

.news10{display:block;border:1px solid #e3e3e3;background:#fff;padding:20px;position:relative;margin-bottom:20px;}
.news10 .imgbox{width:300px;height:190px;overflow:hidden;}
.news10 .img{width:100%;height:100%;}
.news10 .text_box{margin:20px 160px 0 320px;}
.news10 h5{font-size:18px;color:#000;line-height:20px;}
.news10 p{font-size:12px;color:#999;margin:20px 0 30px;}
.news10 .text{font-size:13px;line-height:24px;height:72px;overflow:hidden;color:#999;}
.news10 .more{width:160px;height:190px;border-left:1px solid #e5e5e5;position:absolute;top:20px;right:0;line-height:190px;text-align:center;}
.news10 .more i{width:30px;height:30px;border-radius:50%;border:2px solid #000;text-align:center;line-height:28px;color:#000;}
.news10:hover h5{color:#e20322;}
.news10:hover .more i{border-color:#e20322;color:#e20322;}
.news10:hover .img{transform:scale(1.1);}

.zlxz_ny ul{border:1px solid #e3e3e3;background:#fff;}
.zlxz_ny ul li{border-bottom:1px solid #e3e3e3;}
.zlxz_ny ul li a{display:block;font-size:18px;color:#000;position:relative;height:110px;line-height:110px;padding:0 280px 0 60px;transition:all .3s;}
.zlxz_ny ul li a:before{content:"";width:8px;height:8px;border:2px solid #e20322;top:50%;left:30px;margin-top:-4px;position:absolute;transition:all .3s;}
.zlxz_ny ul li a .icon{width:160px;line-height:60px;height:60px;border-left:1px solid #e5e5e5;text-align:center;position:absolute;top:50%;right:0;margin-top:-30px;}
.zlxz_ny ul li a .icon i{color:#4a4a4a;font-size:30px;transition:all .3s;}
.zlxz_ny ul li a .liuliang{width:100px;height:100%;position:absolute;top:0;right:160px;font-size:12px;color:#999;text-align:center;}
.zlxz_ny ul li:last-child{border:none;}
.zlxz_ny ul li a:hover,.zlxz_ny ul li a:hover .icon i{color:#e20322;}
.zlxz_ny ul li a:hover:before{background:#e20322;}

.zhhg_ny{padding:0 5px;}
.zhhg_ny .col-lg-3{padding:0;}
.zhhg_ny .news1{margin:0 10px 20px;}
.zhhg_ny .news1 h5{color:#000;}





/*详情页*/
.xqy .bt{font-size:16px;font-weight:bold;text-align:center;margin:10px 0;}
.xqy .rq{color:#999;text-align:center;line-height:30px;border-bottom:1px dashed #999;}
.xqy img{display:block;max-width:100%;margin:20px auto;}
.xqy .text{line-height:25px;}


/*移动端底部热点链接*/
#tabBar{ position: fixed; left:20px; bottom:20px; z-index: 99; width: calc(100% - 40px); height: 50px;}
#tabBar.active{ animation: tabBarAnimation 3s 1s infinite linear;  }
#tabBar .clickbtn{ position: absolute; right: 0; bottom: 0; z-index: 2; width:50px; height:50px; font-size: 0; line-height: 50px; background: rgba(255,255,255,0.8); border-radius: 50%; }
#tabBar .clickbtn span{ display: block; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; }
#tabBar .clickbtn img{ width: 22px; }
#tabBar .clickbtn.on{ animation:clickbtnAnimation 10s 0s infinite linear; box-shadow: 0 3px 5px rgba(0,0,0,0.5); }
#tabBar .clickbtn.on:before{ content: ""; position: absolute; left: 0; bottom: -5px; z-index: 1; width: 20px; height: 5px;}
#tabBar .clickbtn.active{ background:url(../images/xian2.png) rgba(110,209,207,1); background-size: 100% 100%; }
#tabBar .clickbtn.active:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; border:solid 1px rgba(255,255,255,0.2); border-radius: 50%; }
#tabBar .clickbtn.active > img{ opacity: 0; }
#tabBar .clickbtn.active span{ opacity: 1; }
#tabBar .navigation{ position: absolute; left:calc(100% - 100px); bottom: 0; z-index: 1; width:0; height: 50px; border-radius: 25px; transition: all 0.3s;}
#tabBar .navigation:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border-radius: 25px; 
background:-moz-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:linear-gradient(to right,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff',endColorstr='#99ffffff',GradientType=1 );}
#tabBar .navigation ul{ position: relative; z-index: 2; padding: 0 60px 0 20px; }
#tabBar .navigation ul li{ width: calc(100% / 3); font-size: 0; }
#tabBar .navigation ul li a{ position: relative; left: 10px; display: inline-block; vertical-align: top; line-height: 50px;opacity: 0; }
#tabBar .navigation ul li a .tab-icon{ margin-right: 5px; }
#tabBar .navigation ul li a .tab-icon img{ width: 22px; }
#tabBar .navigation ul li a .tab-title{ font-size: 12px;color: #333; }
#tabBar .navigation.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.2); animation: navigationAnimation 0.5s 0s linear forwards; }
#tabBar .navigation.active ul li:nth-child(1) a{animation:navigationAAnimation 0.3s 0.5s linear forwards; }
#tabBar .navigation.active ul li:nth-child(2) a{animation:navigationAAnimation 0.3s 0.6s linear forwards; }
#tabBar .navigation.active ul li:nth-child(3) a{animation:navigationAAnimation 0.3s 0.7s linear forwards; }		

@keyframes tabBarAnimation{
	0%{transform:translate(0,0);}
	30%{transform:translate(0,5px);}
	50%{transform:translate(0,0);}
	70%{transform:translate(0,-5px);}
	100%{transform:translate(0,0);}
}

@keyframes navigationAnimation{
	0%{left:calc(100% - 100px); width: 0; }
	80%{ left: -10px; width:100%; }
	90%{ left:  5px; width:100%; }
	100%{ left: 0; width:100%; }
}

@keyframes navigationAAnimation{
	from{ left: -10px; opacity: 0; }
	to{ left: 0; opacity: 1; }
}

@keyframes clickbtnAnimation{
	0%{ transform: rotateY(0deg); }
	10%{transform: rotateY(270deg); }
	15%{transform: rotateY(180deg); }
	30%{transform: rotateY(0deg); }
	100%{transform: rotateY(0deg); }
}


/*媒体查询开始*/
@media (min-width:992px){

}

@media(max-width:1199px){
header .top .right .text1 .phone{width:100%;}
}

@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;border-bottom:1px solid rgba(255,255,255,0.2);background:#e11c26;}
header .sjdnav li:last-child{border:none;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:35px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#e11c26;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#e11c26;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
header .top{height:auto;}
header .top .logo{line-height:100px;width:70%;padding-right:0;}
header .top .logo img{max-height:80px;max-width: initial;}
.news3 .mask{display:none;}
.main4 ul li{width:100%;}
.main5 ul:before{height:55%;bottom:20px;}
.main5 ul li{width:100%;}
.main5 ul{margin-top:0;}
.main5 .zhuanpan{top:0;margin:0 auto;}
.main6 a.off{bottom:-22px;}
.main8 .swiper-container{padding:0;}
.main4 ul li dl dd .img:before{display:none;}
.neiye{padding:30px 0;}
.nav2{margin-bottom:30px;}
.nav2 .title{height:40px;line-height:40px;padding-left:15px;}
.nav2 .title .con{padding-right:40px;}
.nav2 .title:before{display:none;}
.nav2 ul li{height:35px;line-height:35px;}
.gywm_ny .title{height:40px;line-height:40px;font-size:18px;padding:0 10px;}
.gywm_ny .con{padding:20px 10px;}
.lxwm_ny{padding:20px 10px;}
.lxwm_ny .ditu{height:400px;}
.lxwm_ny .con1 h5{font-size:18px;}
.gywm_list{padding:20px 10px;}
}

@media (max-width:767px){
header .sjdnav{top:80px;}
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
.carousel-indicators{bottom:2px;}
.carousel-indicators li{width:10px;height:10px;margin:1px;}
.carousel-indicators .active{width:10px;height:10px;margin:1px;}
header .top .logo{line-height:80px;}
.title1{margin:30px 0 20px;padding-top:30px;}
.title1 p{font-size:30px;}
.title1 h5{margin-top:5px;}
.main1-2{margin-top:30px;padding-bottom:30px;}
.news3:before{display:none;}
.news3 h5{height:30px;line-height:30px;bottom:10px;font-size:16px;}
.main3_con a.zx img{width:200px;}
.main3:before{height:calc(100% - 200px);bottom:-30px;}
.main4{margin-top:30px;}
.main4-2{margin:30px 0 50px;}
.main5 ul:before{bottom:25px;}
.nav1 li{width:50%;}
.nav1 li a{font-size:16px;height:40px;line-height:40px;}
.main6 .con_box ul li{width:100%;}
.main6{margin:50px 0;padding:50px 0;}
.main6 .con_box{margin:30px 0;}
.main6 a.off{bottom:-35px;}
.main6 .con_box ul li .con1{margin-bottom:20px;}
.main6 .swiper-button-prev{bottom:50px;right:60px;}
.main6 .swiper-button-next{bottom:60px;}
.news6 h5{font-size:16px;}
footer .bottom ul li{width:100% !important;text-align:center;}
footer .bottom .weixin{margin:20px auto 0;float:none !important;}
.lxwm_ny .ditu{height:350px;}
.lxwm_ny .con2 ul li{width:50%;}
.lxwm_ny .con2 ul li:nth-child(2){border:none;}
.news8 .title{height:40px;padding-left:35px;}
.news8 .title:before{left:15px;}
.news8 .title h5{font-size:16px;line-height:40px;padding-right:80px;}
.news8 .title a{right:20px;}
.news8 .title:after{right:70px;margin-top:0;height:100%;top:0;}
.news8 .con{padding:20px 15px;}
.news8 .con .text{line-height:30px;height:120px;overflow:auto;}
.news9{padding:10px;}
.news9 .imgbox{width:120px;height:100px;}
.news9 .text_box{margin-left:130px;padding-top:0;}
.news9 b{font-size:12px;line-height:20px;padding:0 10px;}
.news9 h5{font-size:14px;margin:8px 0 5px 0;}
.news9 .text{font-size:12px;line-height:20px;height:40px;margin-bottom:0;}
.news9 span{display:none;}
.news10{padding:10px;}
.news10 .imgbox{width:120px;height:100px;}
.news10 .text_box{margin:2px 50px 0 130px;}
.news10 h5{font-size:16px;}
.news10 p{margin:5px 0;}
.news10 .text{line-height:24px;height:48px;overflow:hidden;color:#999;}
.news10 .more{width:50px;height:100px;top:10px;line-height:100px;}
.zlxz_ny ul li a{font-size:16px;height:50px;line-height:50px;padding:0 110px 0 30px;}
.zlxz_ny ul li a:before{left:10px;}
.zlxz_ny ul li a .icon{width:50px;line-height:50px;height:50px;margin-top:-25px;}
.zlxz_ny ul li a .liuliang{width:50px;right:50px;}
.zhhg_ny{padding:0 10px;}
.zhhg_ny .news1{margin:0 5px 10px;}
.zhhg_ny .news1 h5{margin-top:5px;}
.gywm_list li{width:100%;overflow:auto;text-overflow: inherit;white-space: initial;}
}

@media (max-width:600px){
.main4 ul li dl dd .text{padding-top:35px;}
.main4 ul li dl dd .text b,.main4 ul li dl dd .text h5{font-size:16px;}
.main5 ul:before{bottom:40px;}
.main5_con .more_box{width:98%;}
.main5_con a.on{font-size:16px;}
.main6 a.off{bottom:-48px;width:calc(100% - 30px);font-size:16px;}
}

@media (max-width:479px){
.bdshare-slide-button {display: none !important;}
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
header .top .logo{line-height:60px;}
header .top .logo img{max-height:45px;}
.main4 ul li dl dd .text{padding-top:20px;}
.main4 ul li dl dd{width:50%;height:120px;}
.main4 ul li:first-child dl dd:nth-child(2){width:50%;}
.main4 ul li:first-child dl dd:nth-child(1),.main4 ul li:first-child dl dd:nth-child(2){height:120px;}
.main5 .swiper-container{height:430px;}
.main5 .swiper-button-prev,.main5 .swiper-button-next{right:10px;}
.news4 .imgbox{padding-right:50px;}
.news4 .img{height:200px;}
.news4 .text{margin:20px 0 40px;}
.main7 .swiper-container{padding:50px 15px 50px;}
.lxwm_ny .ditu{height:240px;}
.lxwm_ny .con2 ul li{width:100%;border:none;}
.lxwm_ny .con2 ul li .text{height:auto;}

}
