@charset "utf-8";
html{overflow-x:hidden}
body{font-size:16px;font-family:"微软雅黑";}
html,body{height:100%;width:100%;}
p,h1,h2,h3,h4,h5,h6,dd,dt,dl,li,ol,body,html,form,textarea,input,select,table,ul{margin:0;padding:0;}
ul,li,ol{list-style:none;}
a,u,button{text-decoration:none;color:inherit;}
section,article,aside,nav,header,footer,main{display:block;}
img{border:0;}
.clear::after{content:'';display:block;visibility:hidden;opacity:0;clear:both;height:0;overflow:hidden;}
@font-face { 
  font-family:'cuya'; 
  src: url('../images/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:#cc0000;}
/*ie scroll*/
@-ms-viewport {width:device-width;}

/* 上边不要动 */
.navg{width:100%;height:60px;background:#fff;border-bottom: 1px solid #ccc;}
.nav_cnt{width: 100%;padding: 19px 4% 0 4%;position:relative;}
.crumbs{color:#ff0000;}
.crumbs img{margin-right:14px;margin-top:0px}
.crumbs a{font-size:18px;color:#ff0000;font-weight: bold;}
.crumbs span{float:right;display:block;color:#ff0000;font-size:20px;}

/*主导航多级菜单*/
.hbg{width: 100%;height: 104px;position: absolute;top: 0;z-index: 9999;background: rgba(255,255,255,.7);}
#logo{margin: 15px 0 0 20px;}
#nav{width: 54%;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%;text-align:center;float:left;}
#nav>ul>li:first-child{background:#cc0000;color:#fff;}
#nav>ul>li a{display:block;position:relative;z-index:1;line-height:104px;padding: 0 2%;}
#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:104px;z-index:-1;background:#cc0000;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:12.5%;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: #cc0000;}

/* ------------------------ */
#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 #cc0000;border-left:3px solid #cc0000;-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:#cc0000}
.sl{margin: 40px auto 0 auto;}
.sl,.st,.st div,.sl div{overflow:hidden;}
.sl
.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}

/*简介*/
	.about{height: 540px;width: 100%;background:url(../images/ab1.jpg) no-repeat center;}	
	.about-con{width: 1200px;height: 400px;margin: 0px auto;padding-top: 70px}
	.about-img{width: 600px;height: 400px;float: left;overflow: hidden;}
	.about-txt{width: 600px;height: 400px;background: #fff;float: left}
	.about-txt h1{font-size: 24px;color: #000;text-align: center;margin: 40px 0 20px;}
	.about-txt span{display: block;height: 2px;width: 50px;background: #016add;margin: 0 auto}
	.about-text{padding: 30px}
	.about-text p{font-size: 14px;color: #666;line-height: 26px}
	.about-more{font-size: 14px;text-align: center;width:160px;height:40px;over-flow:hidden;margin:20px auto;border: 1px solid #666;position:relative;transition:all ease 0.3s}
	.about-more a{line-height:40px;text-decoration: none;color: #333;}
.about-more:hover{border: 1px solid #183885;background:#183885;}
.about-more:hover a{color:#fff}
/*产品*/
.pro {padding: 55px 4% 40px  4%;position: relative;}
.pbt{text-align: center;color: #e8b16b;font-size: 16px;}
.pbt p{margin-top: 10px;}
.pro .prolist{width: 100%;margin:40px 0 50px 0;height: 83px;}
.pro .prolist ul li{position: relative;transition:.5s;float: left;width: 13%;margin-right: 1%;}
.pro .prolist ul li a{color:#fff;font-size:18px;display:block;transition:.2s;line-height:70px;overflow: hidden;background: #1159b0;text-align: center;overflow: hidden;    height: 70px;}
.pro .prolist ul li:hover a{margin: -13px 0 0 0;background: #cc0000;height: 83px;line-height: 83px;}
.pro .f_cb{width: 100%;}
.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(204,0,0,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:1470px){
	.pro .f_cb li a h5{line-height: 70px;font-size: 20px;}
	.pro .prolist ul li a:after{width: 30px;height: 30px;line-height: 30px;text-indent: 9px;}
	
}
@media all and (max-width:1366px){
	.pro .f_cb li a h5{line-height: 60px;font-size: 18px;}
	.pro .prolist ul li a:after{width: 25px;height: 25px;line-height: 25px;text-indent: 7px;}
}


/* 优势 */
.sc_al .main img{ padding: 70px 0 0 182px;margin: 0 auto;}
.sc_al{background: url(../images/1_25.jpg) center top no-repeat; height: 1051px; position: relative;}
.dhhmys{color: #fff; font-size: 36px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; padding: 11px 0 0 580px;}
.ys_ys{width: 1300px; margin: 0 auto ;position: relative;}
.yshover {position: absolute;width: 237px; height: 237px;}
.yshover .ysbox{position: relative;display: block;-webkit-transform-style: preserve-3d;	-webkit-transition: 1.5s;	-moz-transform-style: preserve-3d;	-moz-transition: 1.5s;}
.yshover .ysbox .ysdz{background: #fff; width: 237px;  height: 237px;  border-radius:50%;text-align: center; padding-top: 15px; border: 10px solid rgba(255, 255, 255, 0.527); background-clip: padding-box; margin: auto;} 
.yshover .ysbox .ysdz h3{font-size: 34px;color: #1159b0;font-weight: bold;}
.yshover .ysbox .ysdz p{font-size: 16px;line-height: 30px;color: #6c6c6c;}
.yshover .ysbox .yspic{display: block;width: 237px;height: 237px;position: absolute;top: 0px;border-radius:50%;overflow: hidden; border: 10px solid rgba(255, 255, 255, 0.527);-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);}
.yshover .ysbox:hover{-webkit-transform: rotateY(180deg);	-moz-transform: rotateY(180deg);}
.ys1{top: 350px; left: 0;}
.ys2{top: 60px; left: 235px;}
.ys3{top: 60px; left:800px;}
.ys4{top: 350px; left: 1050px;}
.ys5{position: absolute; left: 0; right: 0; margin: auto; width: 552px; height: 552px;display: block; bottom: 0;  transition: all .5s;} 
.ys5:hover{ transform: rotateY(-14px) ;}

/*案例*/
.al{width: 100%;padding: 96px 0 0 0; background:url(../images/yin_bg.jpg);overflow: hidden;
    background-size: cover;}
.albt {text-align: center;}
.w1300{width: 1300px;margin:50px auto;}
.syal1 {
    position: relative;
    height: 822px; }
	.syal1 ol {
      display: inline-block;
      padding: 10px 30px;
      color: #fff;
      border: 1px solid #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 150px;
      text-align: center;
      top: 90px;
      box-sizing: border-box; }
	  .syal1 li {
      position: absolute;
      width: 313px;
      height: 236px; overflow:hidden; }
	  .syal1 li div {
        overflow: hidden;
        background: #000; }
		.syal1 li div img {
          width: 100%;
          transition: all .3s;
          filter: alpha(Opacity=70);
          -moz-opacity: 0.7;
          opacity: 0.7;
          display: block; }
		  .syal1 li:nth-of-type(1) {
        background: #d11f10;
        left: 0;
        top: 0; }
		.syal1 li:nth-of-type(2) {
        left: 329px;
        top: 0; }
		.syal1 li:nth-of-type(3) {
        left: 657px;
        top: 0; }
		.syal1 li:nth-of-type(4) {
        right: 0;
        top: 0px; }
		.syal1 li:nth-of-type(5) {
        left: 0;
        top: 250px; }
		.syal1 li:nth-of-type(6) {
        left: 0;
        top: 502px; }
		.syal1 li:nth-of-type(7) {
        left: 329px;
        top: 250px;
        width: 643px;
        height: 500px; }
		.syal1 li:nth-of-type(7) ol {
          width: 643px;
          bottom: -315px;
          left: 0;
          background: rgba(0, 0, 0, 0.678);
          height: 58px;
          line-height: 35px;
          border: 0; }
		  .syal1 li:nth-of-type(8) {
        right: 0;
        top: 250px; }
		.syal1 li:nth-of-type(9) {
        background: #17126e;
        right: 0;
        top: 502px; }
		.syal1 li:hover img {
        transform: scale(1.1, 1.1);
        filter: alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
.sec_aa h4{ text-align:center;}
.sec_aa h5{ text-align:center;}

/* ---------------新闻----------- */
.news {background: rgba(248, 248, 248, 1);background-size: cover;padding-top: 50px;}
.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:89%; height:459px;}
.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;background: #fff;}
.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: #1159b0}
.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;}


.fabt{text-align: center;padding-top: 50px;}
.cppichz>div{ padding-bottom: 50px;}
.cppichz a{float: left; width: 350px; margin-right: 10px;text-align: center; position: relative;margin-bottom: 10px;}
.cppichz a span{overflow: hidden; }
.cppichz a span img{width: 100%;display: block;height: 264px;}
.cppichz a em{background: #e6e6e6; line-height: 2; font-size: 16px; display: block; font-style: normal;color: #111;line-height: 37px;overflow: hidden;}
.cppichz a div{position: absolute;width: 100%; height: 100%; background: rgba(231,0,18,0.9); color: #fff; left: 0; top: 20px; opacity: 0; transition: all .3s;}
.cppichz a div::before{content: ''; background: url(../images/356.png) center/cover; width: 60px;height: 60px; margin: auto; margin-top: 60px;display: block;}
.cppichz a:hover div{top: 0; opacity: 1;}
.cppichz 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; }
.proname a em{height: 61px;text-align: left;text-indent: 10px;position: relative;background: #0758B3;line-height: 61px;color: #fff;font-size: 14px;}
.proname a em:after{content:"详情";display:block;height:62px;width:100px;color:#fff;font-size:20px;position:absolute;right:0;top:0;text-indent:0;text-align:center;}
.proname a .en:after{content:"MORE";}
.proname a em i{position:absolute;right:-20px;bottom:0;background:red;width:110px;height:100%;-webkit-transform:skew(-15deg);-moz-transform:skew(-15deg);-ms-transform:skew(-15deg);-o-transform:skew(-15deg);transform:skew(-15deg);}

.cbg .abt a{color:#fff;display:block;text-align: center;}
.cbg .abt a h3{color:#fff;font-size:46px;line-height:47px;height:47px;font-weight: bold;transition: .3s;}
.cbg .abt a:hover h3{color: #cc0000;}
.cbg{background:url(../images/footbg11.jpg) #f7f7f7 no-repeat center top;width:100%;height:469px;padding-top: 77px;}
.cbox{padding-bottom:50px;color:#fff;font-size:14px;margin-top: 90px;}
.cbox p{text-align: center;font-size: 18px;}


/*底*/
.bq{font-size: 14px;border-top: 1px solid #514f4f;background: #222222;line-height: 52px;}
.bq .fl{margin: 0;color: #fff;}

/*产品竖向滚动*/
.cppicsz{width:1200px;height:600px;}
.cppicsz a{float:left;width:280px;margin-right:10px;text-align:center;position:relative;margin-bottom:20px;}
.cppicsz a span{overflow:hidden;}
.cppicsz a span img{width:100%;display:block;}
.cppicsz a em{background:#f5f5f5;line-height:2;font-size:16px;display:block;font-style:normal;}
.cppicsz a div{position:absolute;width:100%;height:100%;background:rgba(0,153,255,0.9);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;}
.pnav ul li {display: block;display: inline-block;}
.pnav ul li a{display: block;transition: all .3s;}
.pnav ul li a img{border-radius: 50%;border:4px solid #ccc;transition:  1s;width: 155px;height: 155px;display: block}
.pnav ul li a p{text-align: center;font-size: 16px;color: #000;margin-top: 5px;color: #fff;background: #cc0000;border-radius: 25px;line-height: 30px;}
.pnav ul li a:hover,._act{transform: translateY(-14px);}
.pnav ul li a:hover img,._act img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transform:rotateY(360deg);border: 4px solid #cc0000}
.pnav ul li.hover a{transform: translateY(-14px);}
.pnav ul li.hover a img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);transform:rotateY(360deg)}

/*内页*/
#nyba{width:100%;height:320px;background:url(../images/nyba.jpg) top center no-repeat #333;background-attachment: fixed;}
#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:60px 0 0;}
.sec_aa div.fl{width:calc(100% - 680px);}
.sec_aa div.fl h4{margin:0 0 24px 0;font-size:52px;color:#333;text-align:center;    font-weight: bold;}
.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:#cc0000;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;}
.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 .intro{font-size:14px;color:#bbb;}
.ny_news li:hover{background:#cc0000;}
.ny_news li:nth-child(2n):hover{background:#1159b0;}
.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;}
}