﻿
@font-face { 
  font-family:'cuya'; 
  src: url('../fonts/cuya.ttf'); 
}
.cuya{font-family: "cuya";}
/*webkit scroll*/
::-webkit-scrollbar-track-piece {background-color:#f5f5f5;border-left:1px solid #d2d2d2;}
::-webkit-scrollbar {width:8px;height:13px;}
::-webkit-scrollbar-thumb {background-color:#c6c6c6;background-clip:padding-box;min-height:28px;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background-color:#e50101;}
/*ie scroll*/
@-ms-viewport {width:device-width;}

/* 上边不要动 */
.navg{width:100%;height:60px;background:#fff;border-bottom: 1px solid #ccc;}
.nav_cnt{padding: 19px 2% 0 2%;position:relative;}
.crumbs{color:#8f8f8f;}
.crumbs img{margin-right:14px;margin-top:0px}
.crumbs a{font-size:14px;color:#8f8f8f; padding: 10px;
}
.crumbs span{float:right;display:block;color:#ff0000;font-size:20px;}

/*主导航多级菜单*/
.hbg{width: 100%;height: 104px;position: absolute;z-index: 999;}
#nav{width: 50%;height: 100%;margin: 0 2% 0 0;}
#nav>ul{width:100%;}
#nav>ul::after{content:'';clear:both;display:block;visibility:hidden;}
#nav>ul>li{width:12.5%;text-align:center;float:left;}
#nav>ul>li a{display:block;position:relative;z-index:1;line-height:104px;padding: 0 2%;color: #fff;}
#nav>ul>li a.act, #nav>ul>li a:hover{color: #fff;}
#nav>ul>li>a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:3px;z-index:-1;background:#e50101;opacity:0;transition:all .3s}
#nav>ul>li>a:hover::after{content:'';opacity:1;width:100%;}
#nav>ul>li>a.act:after{width:100%;opacity:1;}
#nav ul ul{display:none;width:100%;top:104px;position:absolute;left:0;background:rgba(0,0,0,.8);color:#fff;z-index: 9999;}
#nav ul ul li{float:left;width:14.2%;margin:0}
#nav>ul>li ul li a{padding:2%!important;}
#nav>ul>li ul li a span{display:block;}
#nav>ul>li ul li a img{width:100%;display:block;}
#nav>ul>li ul li a p{line-height:30px;font-size: 14px;}
#nav>ul>li ul li a:hover{background: #e50101;}

/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%}
#banner ul{position:relative;overflow:hidden;width:400%}
#banner ul li{width:25%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #e50101;border-left:3px solid #e50101;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner>div{width:110px;position:absolute;right:0;left:0;bottom:7%;margin:auto}
#banner>div em{display:block;float:left;width:18px;height:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner>div em.act{background:#e50101}
.sl{width: 92%;margin: 40px auto 0 auto;}
.sl,.st,.st div,.sl div{overflow:hidden;}
.nextinfo{width:100%;overflow:hidden;}
.nextinfo span{background:#eee;margin:20px 1%;width:48%;float:left;text-align:center;border-radius:20px;font-size: 14px;}
.nextinfo span a{color: #000}

/*简介*/
.abg{background: url(../images/abg.jpg) no-repeat top center;padding:79px 0 100px 0;background-attachment: fixed;background-size: cover; }
.abg .abt{text-align: center;}
.abg .fl{width: 100%;text-align: center;}
.abg .fl .atxt{width: 100%;float: right;font-size: 16px;line-height: 30px;padding: 5% 3% 0 0;color: #fff;}
.abg .fl .atxt a{text-align: center;color: #fff;border-radius: 25px;line-height: 36px;padding: 0 35px;background: #e50101;float: right;border:1px solid #e50101;transition:all .3s;}
.abg .fl .atxt a:hover{color: #e50101;border:1px solid #e50101;background: none;transition:all .3s;}
.abg .fl ul{width: 75%;margin: 35px auto 0 auto;}
.abg .fl ul li{text-align:center;display:inline-block;position:relative;-webkit-transform-style:preserve-3d;-webkit-transition:1.5s;-moz-transform-style:preserve-3d;-moz-transition:1.5s;margin:0 2%;}
.abg .fl ul li p{display: block;width: 100%;height: 100%;position: absolute;top: 0px;border-radius:50%;overflow: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);background: rgba(229,1,1,.7);line-height: 6;color: #fff;font-size: 30px;font-weight: bold;margin:0;border:5px solid rgba(255,255,255,0.5);}
.abg .fl ul li:hover{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);}
.abg .fl a.more{border-radius: 25px;background:#e50101 url(../images/jt.png) no-repeat 100px 13px;display: inline-block;color: #fff;padding: 0 80px 0 30px;line-height: 42px;text-align: center;margin-top: 10px;transition:all .3s;}
.abg .fl a.more:hover{background-color: #ff1200;background-position: 105px 13px;}

/*产品*/
.pro {padding: 55px 0 40px  0;position: relative;}
.pbt{text-align: center;color: #e8b16b;font-size: 16px;}
.pbt p{margin-top: 10px;}
.pro .prolist{width: 100%;padding-top: 80px;}
.pro .prolist ul{margin-top: 10px;text-align: center;margin: 0 auto;border-radius: 120px;}
.pro .prolist ul>div{padding-top: 15px;}
.pro .prolist ul li {display: block;display: inline-block;margin: 0px 15px;}
.pro .prolist ul li a{display: block;transition: all .3s;}
.pro .prolist ul li a img{border-radius: 50%;border:4px solid #ccc;transition:  1s;width: 200px;height: 200px;display: block;margin: 0 auto;}
.pro .prolist ul li a p{text-align: center;font-size: 16px;color: #000;margin-top: 5px;color: #fff;background: #e50101;border-radius: 25px;line-height: 30px;}
.pro .prolist ul li a:hover,._act{transform: translateY(-14px);}
.pro .prolist ul li a:hover img,._act img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transform:rotateY(360deg);border: 4px solid #e50101}
.pro .prolist ul li.hover a{transform: translateY(-14px);}
.pro .prolist ul li.hover a img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transform:rotateY(360deg)}
.pro .f_cb{width: 92%;margin: 0 auto;}
.pro .f_cb li{width: 24%;margin: 0 1% 1% 0;}
.pro .f_cb li a{color:#fff;display: block;overflow: hidden;position: relative;}
.pro .f_cb li a h5{line-height: 45px;text-align: left;position: absolute;bottom: 0px;background: rgba(0,0,0,0.6);color: #fff;z-index: 9999;width: 100%;font-size: 16px;transition: .5s;text-indent: 16px;margin: 0px; transition: .5s;}
.pro .f_cb li a:hover h5{background: rgba(241,152,10,0.75);height: 100%;font-size: 26px;padding: 20% 10% 0 10%;text-align: center;line-height: 30px;}
.pro .f_cb li a p{position: absolute;top: 50%;color: #fff;font-size: 30px;z-index: 9999;width: 100%;text-align: center;opacity: 0;transition: .5s;}
.pro .f_cb li a:hover p{opacity: 1;}
.pro .f_cb li{float: left;zoom:1; }
.pro .f_cb li img{width:100%;display: block; position: relative;z-index: 52; transition: .5s;}
.pro .f_cb li:hover img{filter: brightness(120%);}
.pro .f_cb li a:after{content:">";position: absolute;right: 2%;bottom: 2%;z-index: 99999;transition: .5s;font-family: "SimSun";font-style: normal;font-size: 18px;background: #fff;border-radius: 50%;overflow: hidden;width: 30px;height: 30px;color: #db0014;text-align: center;line-height: 30px;font-weight: bold;}
.pro .f_cb li:hover a:after{content:"+";width: 50px;height: 50px;line-height: 50px;left: 0;right: 0;margin: 0 auto;font-size: 42px;bottom: 6%;}
@media all and (max-width:1600px){
}

@media all and (max-width:1470px){
	.pro .f_cb li a h5{line-height: 70px;font-size: 20px;}
	
}
@media all and (max-width:1366px){
	.pro .f_cb li a h5{line-height: 60px;font-size: 18px;}
}



/*案例*/
.al{width: 100%;padding: 60px 0 ;}
.albt {text-align: center;display: none;}
.case{width: 1300px;margin: 0 auto;}
.case ul{margin: 0;}
.case ul li{float: left;width: 19.7%;margin:0 0 0.2% 0.2%;}
.case ul li:first-child{width: 59.7%;margin: 0;}
.case ul li a {display: block;position: relative;}
.case ul li a img{width: 100%;transition: all .5s;}
.case ul li a img:hover{filter: brightness(120%);}
.case ul li a h5{width: 100%;color: #fff;background:rgba(0,0,0,0.5);position: absolute;bottom: 0;margin: 0;font-size: 20px;text-align: center;transition: all .5s;opacity: 0;height: 0px;}
.case ul li a h5:after{content: "+";display: block;width: 30px;height: 30px;border-radius: 50%;border:1px solid #fff;font-size: 34px;text-align: center;line-height: 23px;position: absolute;right: 110px;bottom: -36px;text-indent: 0;font-weight: 100;transition:1s .3s ;}
.case ul li:first-child a h5{line-height: 16;font-size: 34px;transition: all .5s;}
.case ul li:first-child a h5:after{content: "+";display: block;width: 60px;height: 60px;border-radius: 50%;border:1px solid #fff;font-size: 65px;text-align: center;line-height: 52px;position: absolute;right: 350px;bottom: -36px;text-indent: 0;font-weight: 100;transition:1s .3s ;}
.case ul li a:hover h5{background:rgba(229,1,1,0.7);height: 100%;text-align: center;vertical-align:middle;opacity: 1;line-height: 8;}
.case ul li:first-child a:hover h5{line-height: 16;}
.case ul li:first-child a:hover h5:after{bottom:210px;transform:scale(1) rotate(720deg);right:350px;background: #fff;color: rgba(229,1,1,0.7);}
.case ul li a:hover h5:after{bottom:60px;transform:scale(1) rotate(720deg);right:110px;background: #fff;color: rgba(229,1,1,0.7);}
.albom{text-align: center;position: relative;}
.albom a{display: inline-block;line-height: 50px;color: #fff;width: 250px;position: relative;border-radius: 25px;margin: 0 10px;transition: all .5s;}
.albom a.more {background: #e50101;font-size: 20px;top: -4px;border:1px solid #e50101;transition: all .5s;}
.albom a.tel {background: #f1980a url(../images/altel.png) no-repeat 30px 10px;font-size: 30px;padding-left: 30px;border:1px solid #f1980a;}
.albom a.more:hover{color: #f1980a;background: #fff;border-color: #f1980a}
.albom a.tel:hover{background-color: #e50101;border-color: #e50101}


/*方案*/
.index-application .wrapper{height: 700px;background: url(../images/bg-index-application.jpg) no-repeat center top;position: relative;background-attachment: fixed;background-size: 200%;}
.index-application .rect{position: absolute;top: 50%;left: 14.28%;z-index: 1;width: 14.28%;height: 520px;margin-top: -260px;background: #d60c1a;}
.index-application .rect .box{height: 100%;margin-left: 10.2%;overflow: hidden;color: #fff;}
.index-application .rect span{display: block;width: 105px;height: 40px;line-height: 38px;margin-top: 45px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;font-size: 18px;text-align: center;text-transform: uppercase;}
.index-application .rect strong{display: block;line-height: 100px;font-size: 32px;}
.index-application .rect p{width: 80%;line-height: 30px;font-size: 16px;}
.index-application .rect h5{font-size: 31px;}

.index-application .list1{position: relative;top: 30%;}
.index-application .list1 a{position: relative;top: 0;float: left;width: 14.28%;overflow: hidden;background: #d60c1a;transition: .5s;}
.index-application .list1 a:hover{top: -30px;}
.index-application .list1 a img{display: block;width: 100%;transition: .5s;}
.index-application .list1 a:hover img{opacity: .1;}
.index-application .list1 a h3{position: absolute;top: 35px;left: 0;width: 100%;font-size: 20px;color: #fff;text-align: center;transition: .5s;}
.index-application .list1 a:hover h3{top: 115px;}
.index-application .list1 a h3:before{content: "";display: block;width: 60px;height: 60px;margin: 0 auto 12px;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.index-application .list1 a:nth-child(1) h3:before{background-position: 0 -300px;}
.index-application .list1 a:nth-child(2) h3:before{background-position: -60px -300px;}
.index-application .list1 a:nth-child(3) h3:before{background-position: -61px -300px;width: 78px;}
.index-application .list1 a:nth-child(4) h3:before{background-position: -142px -300px;}
.index-application .list1 a:nth-child(5) h3:before{background-position: -200px -300px;}
.index-application .list1 a:nth-child(6) h3:before{background-position: -261px -300px;}
.index-application .list1 a:nth-child(7) h3:before{background-position: -320px -300px;}

/* ---------------新闻----------- */
.news {margin-top: 60px;}
.news .newsbt{text-align: center;}
.news .warp{width: 1075px;margin:0 auto;}
.picFocus{width: 1300px;margin:0 auto;}
.picFocus .fl{width: 49%;}.news_0606{padding:70px 0;}

.news_0606 div.fl{position:relative;overflow: hidden;}
.news_0606 div.fl ._hd{position:absolute;bottom:20px;z-index:9;width:100%;height:14px;text-align:center;}
.news_0606 div.fl ._hd ul{display:inline-block;}
.news_0606 div.fl ._hd ul li{float:left;width:14px;height:14px;overflow:hidden;margin:0 5px;border-radius:50%;background:#fff;font-size:0;}
.news_0606 div.fl ._hd ul li.on{background:#E1112A;}
.news_0606 div.fl .bd a{display:block;}
.news_0606 div.fl .bd a img{width:100%;}
.news_0606 div.fr{width:48%;overflow:hidden;}
.news_0606 div.fr ul{width:100%;height:372px;}
.news_0606 div.fr ul li{height:138px;transition:.5s;margin-bottom:31px;}
.news_0606 div.fr ul li:first-child{border-top:none;}
.news_0606 div.fr ul li a{display:block;height:100%;}
.news_0606 div.fr ul li .a1{float:left;width:28%;height:100%;text-align:center;-webkit-transition:all .5s;transition:all .5s;background: #fff;overflow: hidden;}
.news_0606 div.fr ul li .a1 img{height: 100%;margin: 0 -100%; }
.news_0606 div.fr ul li .a2{float:right;width:72%;padding:10px 15px;box-sizing:border-box;}
.news_0606 div.fr ul li .a2 h5{font-size:17.5px;color:#242424;line-height:30px;-webkit-transition:all .5s;transition:all .5s;}
.news_0606 div.fr ul li .a2 p{font-size:12.5px;color:#a5a5a5;line-height:20px;-webkit-transition:all .5s;transition:all .5s;}
.news_0606 div.fr ul li.on{background: #e50101}
.news_0606 div.fr ul li.on .a1{color:#fff;}
.news_0606 div.fr ul li.on .a2 h5{color:#fff;}
.news_0606 div.fr ul li.on .a2 p{color:#fff;}




/*底*/
.fixFooter{background: #222222;padding:2% 5% 1% 5%;text-align: center;}
.fixFooter .fl{margin-top: 20px;}
.fixFooter .fnav{width: 35%;margin-left: 5%}
.fixFooter .fnav ul li{ float: left;width: 33.33%;text-align: left;}
.fixFooter .fnav ul li a{color:#c3c3c3;line-height: 35px;transition:all .5s;}
.fixFooter .fnav ul li a:hover{background: #e20016;color: #fff;}
.fixFooter .ftxt{color: #c3c3c3;display: inline-block;text-align: left;}
.bqnybt {background: url(../images/1_28.png) left top no-repeat; padding-left: 60px; }
.bqnybt h2{font-size: 18px; font-weight: normal;margin: 0;}
.bqnybt p{font-size: 36px;color: #ffea00;}
.fixFooter .fr{color: #c3c3c3;}
.fixFooter .fr img , .fixFooter .fr .frtxt{display: inline-block;}
.fixFooter .fr .frtxt{text-align: left;margin-left: 15px;}
.fixFooter .bq{font-size: 14px;border-top: 1px solid #514f4f;margin-top:2%;padding-top: 1%; }
.fixFooter .bq .fl{margin: 0;color: #c3c3c3;}

/*产品竖向滚动*/
.cppicsz{width:92%;height:800px;margin:60px auto 20px auto;}
.cppicsz a{float:left;width:24%;margin-right:1%;text-align:center;position:relative;margin-bottom:2%;border-bottom: 1px solid #e1dfe0;}
.cppicsz a span{overflow:hidden;}
.cppicsz a span img{width:100%;display:block;}
.cppicsz a em{background:#fff;line-height:4;font-size:18px;display:block;font-style:normal;}
.cppicsz a div{position:absolute;width:100%;height:100%;background:rgba(229,1,1,0.7);color:#fff;left:0;top:20px;opacity:0;transition:all .3s;}
.cppicsz a div::before{content:'';background:url(../images/356.png) center/cover;width:60px;height:60px;margin:auto;margin-top:60px;display:block;}
.cppicsz a:hover div{top:0;opacity:1;}
.cppicsz a div p{position:absolute;left:0;right:0;bottom:0;top:30px;margin:auto;line-height:30px;font-size:14px;text-align:center;border:1px solid #fff;height:30px;width:80px;}
.fl{float:left;}
.fr{float:right;}
.tac{text-align:center;}
.page22{width:900px;height:40px;margin:0 auto;line-height:40px;}
.page22 li{width:400px;height:40px;float:left;text-align:center;}
.page11{line-height:40px;font-weight:bold;color:#333;text-align:center;}
.page11 i{color:#999;font-size:14px;font-weight:normal;}
.content h1{text-align:center;font-size:20px;line-height:80px;}

.pnav{width: 100%;padding-top: 160px;}
.pnav ul{margin-top: 10px;text-align: center;margin: 0 auto;border-radius: 120px;}
.pnav ul>div{padding-top: 15px;}
.pnav ul li {display: block;display: inline-block;margin: 0 15px;}
.pnav ul li a{display: block;transition: all .3s;}
.pnav ul li a img{border-radius: 50%;border:4px solid #ccc;transition:  1s;width: 200px;height: 200px;display: block;margin: 0 auto;}
.pnav ul li a p{padding: 0 10px;text-align: center;font-size: 16px;color: #000;margin-top: 5px;color: #fff;background: #e50101;border-radius: 25px;line-height: 30px;margin-top: 20px;}
.pnav ul li a:hover,._act{transform: translateY(-14px);}
.pnav ul li a:hover img,._act img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg);border: 4px solid #e50101}
.pnav ul li.hover a{transform: translateY(-14px);}
.pnav ul li.hover a img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}

/*内页*/
#nyba{height:400px;background:url(../images/neibanner.jpg) top center no-repeat;background-attachment: fixed;overflow: hidden;}
#main{width:1300px;height:auto;margin:0 auto;font-size:16px;line-height:35px;}
#main::after{content:'';display:block;visibility:hidden;opacity:0;clear:both;height:0;overflow:hidden;}
#main2{width: 96%; margin: auto; padding: 0 2%;}
#main3{width: 100%;}

/*内页简介*/
.sec_mian{overflow:hidden;}
.sec_aa{padding:30px 0;}
.sec_aa div.fl h4{margin:0 0 24px 0;font-size:52px;color:#333;text-align:center;}
.sec_aa div.fl h5{margin-bottom:35px;font-size:24px;color:#666;text-align:center;line-height:38px;letter-spacing:10px;}
.sec_aa div.fl h5 i{display:inline-block;padding:0 7px 0 15px;margin-right:15px;background:#e50101;color:#fff;vertical-align:top;border-radius:50px;font-style: normal;}
.sec_aa div.fl p{font-size:14px;color:#666;line-height:30px;}
.sec_aa div.fr{width:640px;height:314px;background:no-repeat center;background-size:cover;}

.bass{height:60px;line-height:60px;font-size:18px;color:#666;width:100%;margin:0 auto 30px;border-bottom:solid 2px #ddd;}
.bass a{color:#2f44c3;text-decoration:none;font-weight:bold;font-size:18px;}
.love-pic-box{width:100%;overflow:hidden;margin:20px auto;}
.love-pic-box li{width:23%;height:280px;background:#fff;margin:15px 1%;float:left;list-style:none;overflow:hidden;position:relative;z-index:0;box-shadow:0px 0px 10px #ccc;border:solid 1px #d5d2d2;box-sizing:border-box;}
.love-pic-box li img{width:100%;height:240px;padding:0;margin:0;}
.love-pic-box li p{position:absolute;width:100%;height:40px;background:#eee;z-index:999;left:0;bottom:0;margin: 0;}
.love-pic-box li p>a{width:100%;line-height:30px;height:30px;text-align:center;font-size:16px;color:#000;display:block;padding-top:5px;}
.h30{height:30px;}
.ny_left{width:320px;height:auto;float:left;}
.ny_right{height:auto;}
.firstRow{text-align: center;}
.firstRow li{display: inline-block;width: 25%}
.left-lx{width:290px;overflow:hidden;border:solid 1px #ddd;box-sizing:border-box;padding-bottom:20px;box-shadow:0px 0px 10px #ccc;margin-bottom:20px;}
.lx-tt{height:50px;margin-bottom:10px;background:#2f44c3;color:#888;width:100%;margin:0 auto 10px;box-sizing:border-box;}
.lx-tt h2{font-size:20px;color:#fff;line-height:50px;float:left;font-weight:initial;padding-left:15px;}
.lx-tt a{font-size:14px;color:#eee;float:right;padding-top:10px;padding-right:10px;}
.lx-tt a:hover{color:#d7a02b;}
.left-lx p{padding:0px 20px;font-size:16px;color:#333;line-height:30px;}
.pc_tt{background:#2f44c3;color:#fff;width:290px;height:90px;box-sizing:border-box;}
.pc_tt h2{font-size:24px;line-height:30px;text-align:center;padding-top:20px;font-weight:initial;}
.pc_tt>p{font-size:14px;line-height:30px;text-align:center;color:#ccc!important;width:250px;margin:0 auto;}
.left_cplei{width:290px;height:auto;padding:5px 0px;color:#fff;}
.left_cplei a{width:230px;height:40px;background:url(../images/left1.png) 15px center no-repeat #666;margin:10px auto;text-align:left;line-height:40px;font-size:18px;padding-left:40px;position:relative;z-index:1;display:block;}
.left_cplei a::after{content:'';background:url(../images/left1.png) 15px center no-repeat #2f44c3;z-index:-1;position:absolute;width:0px;height:40px;left:0;right:0;opacity:0;transition:all .3s}
.left_cplei a:hover::after{content:'';opacity:1;width:100%;}
.left_cplei a.act::after{content:'';opacity:1;width:100%;}
.ny_news,.ny_news li{width:100%;}
.ny_news li{transition:.3s;}
.ny_news li:nth-child(2n){background-color:#f8f8f8;}
.ny_news .center{width:1100px;margin:0 auto;position:relative;-webkit-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s;left:0;}
.ny_news>li>a{padding:50px 0;display:block;}
.ny_news .num{display:block;width:205px;font-weight:bold;font-style:italic;}
.ny_news .num img{text-indent:-9999px;height:120px;}
.ny_news .font{display:block;width:77.7%;font-size:18px;line-height:30px;}
.ny_news .font p{color:#333;}
.ny_news .font .intro{font-size:14px;color:#bbb;}
.ny_news li:hover{background:#e50101;}
.ny_news li:nth-child(2n):hover{background:#e50101;}
.ny_news li:hover .num,.ny_news li:hover .font p,.ny_news li:hover .font .intro{color:#fff;}
.ny_news li:hover .center{left:-16px;}
.nynews_list{margin-bottom:30px;width:100%;overflow:hidden;}
.nynews_list h1{margin-bottom:20px;}
.nynews_list li{width:46%;height:45px;margin:5px 2%;float:left;border:solid 1px #ddd;background:url(../images/news1.jpg) left center no-repeat #fff;box-sizing:border-box;line-height:45px;color:#666;}
.nynews_list li a{color:#555;padding-left:10px;    display: block;}
.nynews_list li a:hover{color:#fff;background: #d7a02b;transition:all .3s;}

@media all and (max-width:1520px){
	.abg .fr .atxt{line-height: 30px;}
}
@media all and (max-width:1520px){
	.abg .fr .atxt{font-size: 14px;line-height: 22px;}
}
@media all and (max-width:1300px){
	.firstRow li{width: 50%}
}