#head{position: absolute;width: 100%;height:100%;}
#wrap{position: absolute;top:100%; width: 100%;}
#banner{height: calc(100% - 82px);clear:both; overflow:hidden;background:#000;padding:82px 0px 0px 0px;width:100%;}
.fullSlide{width:100%;position:relative;height:100%;background:#000}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;height:100%}
.fullSlide .bd ul{width:100% !important;height:100%}
.fullSlide .bd li{width:100% !important;height:100%;overflow:hidden;animation:mohu 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a{display:block;height:100%;width:100%;position:relative}
.fullSlide .bd li a .span1{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-45%);animation:myfirst 2000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span2{display:block;position:absolute;left:50%;top:50%;transform:translate(-110%,-45%);animation:arrleft2 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span3{display:block;position:absolute;right:50%;top:50%;transform:translate(110%,-40%);animation:arrright2 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span4{display:block;position:absolute;left:50%;top:15%;transform:translate(-50%,0);animation:myfirst 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .p1{display:block;width:100%;text-align: center;position:absolute;left:50%;bottom:10%;transform:translate(-50%,0);animation:arrdown 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .p1 span{display:inline-block;margin:0 15px;}
.fullSlide .bd li a .span5{display:block;position:absolute;left:50%;top:50%;transform:translate(-90%,-45%);animation:arrleft3 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span6{display:block;position:absolute;right:50%;top:50%;transform:translate(130%,-40%);animation:arrright3 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .scroll{position:absolute;z-index:10;width:100%;text-align:center;height:100px;bottom:2%}
.fullSlide .scroll .div1{margin:0px auto;width:120px;text-align:center;height:100px;animation:myfirst 500ms linear infinite;-moz-animation:myfirst 500ms  linear infinite;-webkit-animation:myfirst 500ms  linear infinite;-o-animation:myfirst 500ms  linear infinite}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:18px;/*opacity:0.8;filter:alpha(opacity=80)*/background:rgba(0,0,0,0.3);}
.fullSlide .hd ul{text-align:center}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:40px;height:3px;margin:0 4px;overflow:hidden;background:#FFF;}
.fullSlide .hd ul .on{background:#c30008;}
.fullSlide .prev,.fullSlide .next{position:absolute;z-index:10;top:48%;margin-top:-35px;left:2%;width:70px;height:70px;background:#000 url(../images/slider-arrow.png) no-repeat left top;cursor:pointer;filter:alpha(opacity=30);opacity:0.3;display:none}
.fullSlide .next{left:auto;right:2%;background:#000 url(../images/slider-arrow.png) no-repeat left bottom}
@keyframes myfirst{0%{transform:translate(-50%,-90%)}
50%{transform:translate(-50%,-65%)}
100%{transform:translate(-50%,-45%)}
}@-moz-keyframes myfirst{0%{-moz-transform:translate(-50%,-90%)}
50%{-moz-transform:translate(-50%,-65%)}
100%{-moz-transform:translate(-50%,-45%)}
}@-webkit-keyframes myfirst{0%{-webkit-transform:translate(-50%,-90%)}
50%{-webkit-transform:translate(-50%,-65%)}
100%{-webkit-transform:translate(-50%,-45%)}
}@-o-keyframes myfirst{0%{-o-transform:translate(-50%,-90%)}
50%{-o-transform:translate(-50%,-65%)}
100%{-o-transform:translate(-50%,-45%)}
}@keyframes arrleft{0%{transform:translateX(300px);opacity:0}
50%{transform:translateX(100px);opacity:40}
100%{transform:translateX(0px);opacity:100}
}@-moz-keyframes arrleft{0%{-moz-transform:translateX(300px);-moz-opacity:0}
50%{-moz-transform:translateX(100px);-moz-opacity:40}
100%{-moz-transform:translateX(0px);-moz-opacity:100}
}@-webkit-keyframes arrleft{0%{-webkit-transform:translateX(300px);-webkit-opacity:0}
50%{-webkit-transform:translateX(100px);-webkit-opacity:40}
100%{-webkit-transform:translateX(0px);-webkit-opacity:100}
}@-o-keyframes arrleft{0%{-o-transform:translateX(300px);-o-opacity:0}
50%{-o-transform:translateX(100px);-o-opacity:40}
100%{-o-transform:translateX(0px);-o-opacity:100}
}@keyframes arrright{0%{transform:translateX(-300px);opacity:0}
50%{transform:translateX(-100px);opacity:40}
100%{transform:translateX(0px);opacity:100}
}@-moz-keyframes arrright{0%{-moz-transform:translateX(-300px);-moz-opacity:0}
50%{-moz-transform:translateX(-100px);-moz-opacity:40}
100%{-moz-transform:translateX(0px);-moz-opacity:100}
}@-webkit-keyframes arrright{0%{-webkit-transform:translateX(-300px);-webkit-opacity:0}
50%{-webkit-transform:translateX(-100px);-webkit-opacity:40}
100%{-webkit-transform:translateX(0px);-webkit-opacity:100}
}@-o-keyframes arrright{0%{-o-transform:translateX(-300px);-o-opacity:0}
50%{-o-transform:translateX(-100px);-o-opacity:40}
100%{-o-transform:translateX(0px);-o-opacity:100}
}
@keyframes mohu{0%{filter:blur(20px);}
50%{filter:blur(10px);}
100%{filter:blur(0px);}
}
@keyframes arrleft2{0%{transform:translate(-210%,-45%);opacity:0}
50%{transform:translate(-160%,-45%);opacity:40}
100%{transform:translate(-110%,-45%);opacity:100}
}
@keyframes arrright2{0%{transform:translate(210%,-40%);opacity:0}
50%{transform:translate(160%,-40%);opacity:40}
100%{transform:translate(110%,-40%);opacity:100}
}
@keyframes arrdown{0%{transform:translate(-50%,60%);opacity:0}
50%{transform:translate(-50%,30%);opacity:40}
100%{transform:translate(-50%,0);opacity:100}
}
@keyframes arrleft3{0%{transform:translate(-150%,-45%);opacity:0}
50%{transform:translate(-120%,-45%);opacity:40}
100%{transform:translate(-90%,-45%);opacity:100}
}
@keyframes arrright3{0%{transform:translate(180%,-40%);opacity:0}
50%{transform:translate(150%,-40%);opacity:40}
100%{transform:translate(130%,-40%);opacity:100}
}




#category{width:75%;margin:80px auto 80px auto;}
.category_lable{width:100%;height:56px;overflow:hidden;}
.lable_title1{width:40%;height:56px;float:left;color:#1e2b58;font-size:48px;font-family:UniversLT-57;padding:0 0 0 35px;line-height:56px;position: relative;}
.lable_title1:before{position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);width:25px;height:4px;background:#c30008;}
.lable_more1{width:186px;height:54px;float:right;text-align: center;border:#e4e4e4 solid 1px;border-radius:40px;background:#fff;transition:all 400ms ease-in-out;cursor:pointer;}
.lable_more1 a{display:inline-block;font-size:14px;line-height: 54px;color:#666;background:url(../images/more_arrow.png) no-repeat right center;padding:0 32px 0 0;transition:all 400ms ease-in-out;}
.lable_more1:hover{background:#c30008;border:#c30008 solid 1px;}
.lable_more1:hover a{color:#fff;background:url(../images/more_arrow2.png) no-repeat right center;}
.category_list1{overflow:hidden;position:relative;height:0;width:100%;padding-top:54%;margin:50px 0 0 0;}
.category_list1 ul{position:absolute;height:100%;width:100%;left:0;top:0;overflow:hidden;}
.category_list1 li{float:left;width:24%;height:44.5%;background:#f5f5f5;padding:2% 0 0 0;position: relative;cursor:pointer;}
.category_list1 li:first-child{width:48%;height:92%;padding:8% 0 0 0;margin:0 2% 0 0;background:url(../images/category_bg1.jpg) no-repeat;background-size:cover;}
.category_list1 li:nth-child(2){margin:0 2% 2% 0;}
.category_list1 li:nth-child(3){margin:0 0 2% 0;}
.category_list1 li:nth-child(4){margin:0 2% 0 0;}
.category_list1 li:nth-child(5){margin:0 0 0 0;}
.category_list1 li a{display:block;text-align:center;}
.category_list1 li a img{width:78%;height:auto;transition:all 300ms ease-in-out;}
.category_list1 li .a2{margin:15px 0 0 0;line-height: 1;color:#222;/*font-weight: bold;*/font-size:18px;font-family: Arial,tahoma,arial,simsun;}
.category_list1 li:first-child .a2{margin:20px 0 0 0;font-size:36px;}
.category_list1 li:after{position:absolute;content: "";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center center;background-size:10% 10%;opacity: 0;transition:all 400ms ease-in-out;}
.category_list1 li:hover:after{background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center;background-size:10% 10%;opacity:1;}
.category_list1 li:hover a img{width:78%;height:auto;transform:scale(1.1,1.1)}

.category_list2{overflow:hidden;width:100%;margin:50px 0 0 0;}
.category_list2 ul{overflow:hidden;}
.category_list2 li{float:left;width:calc(23.5% - 2px);height:0;padding-top:28%;background:#f5f5f5;position: relative;cursor:pointer;margin:0 2% 30px 0;border:#ececec solid 1px;}
.category_list2 li:nth-child(4){margin:0 0 30px 0;}
.category_list2 li:nth-child(8){margin:0 0 0 0;}
.category_list2 li a{display:block;text-align:center;}
.category_list2 li a img{width:100%;height:auto;transition:all 300ms ease-in-out;}
.category_list2 li .a1{position: absolute;top:5%;left:10%;width:80%;height:80%;}
.category_list2 li .a2{position: absolute;bottom:5%;left:0;width:100%;height:10%;line-height: 1;color:#222;font-size:18px;font-family: Arial,tahoma,arial,simsun;}
.category_list2 li:after{position:absolute;content: "";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center center;background-size:10% 10%;opacity: 0;transition:all 400ms ease-in-out;}
.category_list2 li:hover:after{background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center;background-size:10% 10%;opacity:1;}
.category_list2 li:hover a img{width:100%;height:auto;transform:scale(1.1,1.1)}


@media (max-width: 1680px) {
#category{width:85%;margin:80px auto 80px auto;}
}
@media (max-width: 1440px) {
#category{width:90%;margin:80px auto 80px auto;}
}
@media (max-width: 1280px) {
#category{width:calc(100% -40px);margin:80px auto 80px auto;}
.category_list2 li .a2{position: absolute;bottom:5%;left:0;width:100%;height:10%;line-height: 1;color:#222;font-size:16px;font-family: Arial,tahoma,arial,simsun;}
}
@media (max-width: 1024px) {
#category{width:calc(100% -40px);margin:80px auto 80px auto;}
.category_list2 li .a2{position: absolute;bottom:5%;left:0;width:100%;height:10%;line-height: 1;color:#222;font-size:14px;font-family: Arial,tahoma,arial,simsun;}
}

.solutions{padding:80px 0;width:100%;background:#f5f5f5;}
.solutions_main{width:75%;margin:0 auto;}
.solutions_list{margin:40px 0 0 0;}
.solutions_list li{background:#fff;height:208px;margin:0 0 30px 0;box-shadow: 0px 0px 6px #ededed;overflow:hidden;cursor:pointer;transition:all 400ms ease-in-out;}
.solutions_list li:last-child{margin:0 0 0 0;}
.solutions_img{width:295px;height:208px;float:left;overflow: hidden;}
.solutions_img a{width:100%;height:100%;}
.solutions_img a img{width:100%;height:100%;transition:all 300ms ease-in-out;}
.solutions_text{width:calc(100% - 390px);height:158px;float:left;padding:25px 45px 25px 50px;}
.solutions_title {margin:0 0 12px 0;background:url(../images/solution_arrow.png) no-repeat center right;padding:0 80px 0 0;transition:all 300ms ease-in-out;}
.solutions_title a{color:#222;font-size:24px;line-height:1;transition:all 300ms ease-in-out;display: inline-block;}
.solutions_txt {line-height:2;color:#999;transition:all 300ms ease-in-out;}
.solutions_list li:hover {box-shadow: 0px 0px 10px #CCC;}
.solutions_list li:hover .solutions_img a img{transform:scale(1.1,1.1)}
.solutions_list li:hover .solutions_text .solutions_title{background:url(../images/solution_arrow2.png) no-repeat center right;}
.solutions_list li:hover .solutions_text .solutions_title a{color:#c30008;transform:translateY(5px);}
.solutions_list li:hover .solutions_text .solutions_txt {color:#222;transform:translateY(-5px);}


@media (max-width: 1680px) {
.solutions_main{width:85%;margin:0 auto;}
}
@media (max-width: 1440px) {
.solutions_main{width:90%;margin:0 auto;}
}
@media (max-width: 1280px) {
.solutions_main{width:calc(100% -40px);margin:0 auto;}
}



.about{width:100%;margin:0 0 80px 0;}
.about_top{width:100%;height:265px;margin:0 0 55px 0;background:url(../images/about_bg1.jpg) no-repeat;background-size:cover;}
.about_main{width:75%;margin:0 auto 50px auto;overflow: hidden;border-bottom:#e4e4e4 dotted 1px;padding:0 0 50px 0;line-height:2;color:#666;}
/*.about_left{width:calc(100% - 580px);float:left;line-height:2;color:#666;}
.about_right{width:500px;float:right;}
.about_right ul{overflow: hidden;height:100%;}
.about_right ul li{width:calc(50% - 71px);float:left;border-left:#e4e4e4 solid 1px;min-height:150px;padding:15px 35px;}
.about_right ul li .p1{color:#222;font-size:18px;margin:0 0 20px 0;}
.about_right ul li .p2{color:#222;font-size:32px;margin:0 0 10px 0;font-family:UniversLT-57;}
.about_right ul li .p3{color:#222;font-size:32px;font-family:UniversLT-57;}*/

.adv_main{width:75%;margin:0 auto;overflow: hidden;}
.adv_main ul{overflow: hidden;}
.adv_main ul li{width:16%;float:left;text-align:center;margin:0 5% 0 0;}
.adv_main ul li:last-child{margin:0 0 0 0;}
.adv_main ul li .p1{font-size:60px;font-family:UniversLT-57;font-weight:bold;color:#222;margin:0 0 25px 0;line-height: 60px;}
.adv_main ul li .p1 span{font-size:30px;line-height: 60px;}
.adv_main ul li .p2{font-size:16px;/*padding:0 0 80px 0;*/background:url(../images/adv_icon1.png) no-repeat center bottom;display:block;height:100px;}
.adv_main ul li:nth-child(2) .p2{background:url(../images/adv_icon2.png) no-repeat center bottom;}
.adv_main ul li:nth-child(3) .p2{background:url(../images/adv_icon3.png) no-repeat center bottom;}
.adv_main ul li:nth-child(4) .p2{background:url(../images/adv_icon4.png) no-repeat center bottom;}
.adv_main ul li:nth-child(5) .p2{background:url(../images/adv_icon5.png) no-repeat center bottom;}

@media (max-width: 1680px) {
.about_main{width:85%;margin:0 auto 50px auto;overflow: hidden;border-bottom:#e4e4e4 dotted 1px;padding:0 0 50px 0;line-height:2;color:#666;}
.adv_main{width:85%;margin:0 auto;overflow: hidden;}
}
@media (max-width: 1440px) {
.about_main{width:90%;margin:0 auto 50px auto;overflow: hidden;border-bottom:#e4e4e4 dotted 1px;padding:0 0 50px 0;line-height:2;color:#666;}
.adv_main{width:90%;margin:0 auto;overflow: hidden;}	
}
@media (max-width: 1280px) {
.about_main{width:calc(100% -40px);margin:0 auto 50px auto;overflow: hidden;border-bottom:#e4e4e4 dotted 1px;padding:0 0 50px 0;line-height:2;color:#666;}
.adv_main{width:calc(100% -40px);margin:0 auto;overflow: hidden;}	
}



.news{padding:60px 0 70px 0;width:100%;background:url(../images/news_bg1.jpg) no-repeat center top;}
.news_lable{width:100%;background:url(../images/news_icon1.png) no-repeat center bottom;padding:0 0 35px 0;position: relative;text-align: center;}
.news_lable_title1{color:#1e2b58;font-size:48px;font-family:UniversLT-57;}
.news_lable:before{position:absolute;content:"";width:55px;height:2px;border-bottom:#aaa dotted 1px;bottom:10px;left:50%;margin-left:-90px;}
.news_lable:after{position:absolute;content:"";width:55px;height:2px;border-bottom:#aaa dotted 1px;bottom:10px;right:50%;margin-right:-90px;}
.news_main{width:75%;margin:0 auto;}
.news_list{margin:45px 0 0 0; }
.news_list ul{height:100%;padding:10px;overflow: hidden;}
.news_list ul li{width:calc(23.5% - 50px);height:250px;margin:0 2% 0 0;background:#fff;box-shadow: 0px 0px 8px #CCC;float:left;border-bottom:#666 solid 3px;border-radius:20px 0 0 0;padding:35px 25px 35px 25px;transition:all 300ms ease-in-out;position:relative;cursor:pointer;}
.news_list ul li:last-child {margin:0 0 0 0;}
.news_list ul li .news_title1{margin:0 0 15px 0;}
.news_list ul li .news_title1 a{font-size:18px;line-height:1.2;color:#222;transition:all 300ms ease-in-out;}
.news_list ul li .news_txt1{font-size:15px;color:#666;line-height:2;transition:all 300ms ease-in-out;}
.news_list ul li .news_more1{position: absolute;bottom:25px;left:0;width:100%;text-align:center;}
.news_list ul li .news_more1 a{display:inline-block;height:16px;padding:15px 0 0 0;position: relative;text-transform:uppercase;font-size:12px;color:#222;transition:all 300ms ease-in-out;}
.news_list ul li .news_more1 a:before{position: absolute;content:"";background:#c30008;width:5px;height:5px;top:0;left:50%;margin-left:-8px;}
.news_list ul li .news_more1 a:after{position: absolute;content:"";background:#222;width:5px;height:5px;top:0;right:50%;margin-right:-8px;}
.news_list ul li:hover{background:#222;border-bottom:#c30008 solid 3px;}
.news_list ul li:hover .news_title1 a{color:#fff;}
.news_list ul li:hover .news_txt1{color:#fff;}
.news_list ul li:hover .news_more1 a{color:#fff;}
.news_list ul li:hover .news_more1 a:after{background:#fff;}

@media (max-width: 1680px) {
.news_main{width:85%;margin:0 auto;}
.news_list ul li .news_txt1{font-size:15px;color:#666;line-height:1.5;transition:all 300ms ease-in-out;}
}
@media (max-width: 1440px) {
.news_main{width:90%;margin:0 auto;}
.news_list ul li .news_txt1{font-size:14px;color:#666;line-height:1.5;transition:all 300ms ease-in-out;}	
}
@media (max-width: 1280px) {
.news_main{width:calc(100% -40px);margin:0 auto;}
}
@media (max-width: 1024px) {
.news_main{width:calc(100% -40px);margin:0 auto;}
}

#pro_new{position:relative;clear:both; overflow:hidden;height:745px;margin:0px 0px 65px 0px;}
.pro_title{font-size:36px;color:#222;font-weight: bold;line-height:36px;margin:0px 0px 30px 0px;text-align:center;}
#content_inner {width: 1280px;margin: 0 auto;position: relative;/*background: #ffff00;height:400px;*/}
#slides1 {height: 400px;}
#slides1 .pro_newlist {width:1280px;}
#slides1 .pro_newlist .content{width:1280px;overflow: hidden;clear:both;}
.pro_newlistleft{width:375px;float:left;position:relative;}
.pro_newlistright{width:875px;float:right;}
.pro_newlistleftimg{display:block;width:373px;height:578px;overflow:hidden;border:#e4e4e4 solid 1px;}
.pro_newlistlefttext{display:block;position:absolute;height:65px;bottom:22px;width:100%;}
.pro_newlistlefttext span{display:block;height:65px;background: #af206f;width:270px;margin:0px auto;line-height:65px;color:#fff;font-size:18px;text-align:center;transition:all 400ms ease-in-out;}
.pro_newlistleft .pro_newlistleftimg img{transition:all 400ms ease-in-out;}
.pro_newlistleft:hover .pro_newlistleftimg img{transform:scale(1.2,1.2)}
.pro_newlistleft:hover .pro_newlistlefttext span{background: #222;}
.pro_newlistright ul{width:950px;}
.pro_newlistright ul li{display:block;float:left;width:281px;height:281px;margin:0px 13px 16px 0px;border:#e4e4e4 solid 1px;position:relative;}
.pro_newlistimg{display:block;width:281px;height:281px;overflow:hidden;}
.pro_newlistimg img{transition:all 400ms ease-in-out;}
.pro_newlisttext{position:absolute;display:block;height:30px;background-color:rgba(0,0,0,0.2);-webkit-background-color:rgba(0,0,0,0.2); /*为Chrome/Safari*/-moz-background-color:rgba(0,0,0,0.2); /*为Firefox*/-ms-background-color:rgba(0,0,0,0.2); /*为IE*/-o-background-color:rgba(0,0,0,0.2); /*为Opera*/color:#222;text-align:center;line-height:30px;bottom:0;width:100%;transition:all 400ms ease-in-out;}
.pro_newlistright ul li:hover .pro_newlistimg img{transform:scale(1.2,1.2)}
.pro_newlistright ul li:hover .pro_newlisttext{background-color:rgba(175,32,111,1);color:#fff;}
.slides1_wrap {position: absolute;width:1280px;}
.slides1_wrap .prev {position: absolute;left: 45%;bottom:-75px;outline: 0;width:45px;height:45px;background:#222 url(../images/btn_arrow_left.png) no-repeat center center;}
.slides1_wrap .next {position: absolute;right: 45%;bottom: -75px;outline: 0;width:45px;height:45px;background:#222 url(../images/btn_arrow_right.png) no-repeat center center;}
.slides1_wrap .prev:hover{background:#af206f url(../images/btn_arrow_left.png) no-repeat center center;}
.slides1_wrap .next:hover{background:#af206f url(../images/btn_arrow_right.png) no-repeat center center;}
.bx_pager {padding-left: 309px;padding-top: 15px;display:none;}
.bx_pager a {float: left;background: url(bg_pager.png) no-repeat 0 -21px;width: 14px;height: 17px;color: #fff;font-size: 11px;margin-right: 6px;padding: 4px 0 0 7px;}
.bx_pager a:hover, .bx_pager a.active {background-position: 0 0;text-decoration: none;}
.auto_controls {position: absolute;bottom: -11px;left: 394px;}
.auto_controls a {font-size: 16px;color: #a3a3a3;outline: 0;padding: 2px;}
.auto_controls a:hover {text-decoration: none;	color: #e41996;}

#pro_all1,#pro_all2,#pro_all3,#pro_all4{clear:both; overflow:hidden;margin:0px 0px 40px 0px;}
.pro_alllable{clear:both; overflow:hidden;margin:0px 0px 50px 0px;background:#af206f url(../images/pro_allbg1.jpg) no-repeat top center;background-size:cover;background-attachment: fixed;height:210px;}
.pro_alllablemain{width:1280px;margin:0px auto;padding:45px 0px 0px 0px;height:155px;}
/*.pro_alllablemain h2{width:1280px;margin:0px auto;padding:45px 0px 0px 0px;height:155px;}*/
.pro_allmenu{text-align:center;}
.pro_allmenu span{cursor:pointer;}
.pro_nav1{text-align:center;display:inline-block;height:50px;line-height:50px;padding:0px 30px;border-radius: 30px;background:#fff;border:#e4e4e4 solid 1px;font-size:16px;color:#af206f;text-transform:uppercase;transition:all 400ms ease-in-out;margin:0px 10px;}
.pro_nav1:hover{background:#af206f;color:#fff;border:#af206f solid 1px;}
.pro_nav1dq{text-align:center;display:inline-block;height:50px;line-height:50px;padding:0px 30px;border-radius: 30px;background:#af206f;border:#af206f solid 1px;font-size:16px;color:#fff;text-transform:uppercase;margin:0px 10px;}
.pro_list{clear:both; overflow:hidden;width:1280px;margin:0px auto;}
.pro_list ul{width:1340px;}
.pro_list ul li{width:294px;margin:0px 32px 25px 0px;float:left;text-align:center;}
.pro_listimg{width:294px;height:294px;display:block;overflow:hidden;border:#e4e4e4 solid 1px;margin:0px 0px 10px 0px;}
.pro_listimg img{transition:all 400ms ease-in-out;}
.pro_listtext{line-height:18px;height:18px;text-align:center;color:#666;}
.pro_list ul li:hover .pro_listimg img{transform:scale(1.2,1.2)}
.pro_list ul li:hover .pro_listtext{color:#af206f}

#advantage{clear:both; overflow:hidden;margin:0px 0px 60px 0px;height:460px;background:#af206f url(../images/advantage_bg.jpg) no-repeat top center;background-size:cover;}
#advantage_main{width:1280px;margin:0px auto;padding:50px 0px 0px 0px;}
.pro_title2{font-size:36px;color:#222;font-weight: bold;line-height:36px;height:55px;margin:0px 0px 25px 0px;text-align:center;background:url(../images/pro_line1.png) no-repeat bottom center;}
.advantage_p1{text-align:center;line-height:28px;margin:0px 0px 40px 0px;}
.ad_list{clear:both; overflow:hidden;width:1280px;}
/*.ad_list li{width:390px;float:left;margin:0px 55px 0px 0px;}*/
.ad_list li:nth-child(1){width:260px;float:left;background:url(../images/ad_icon1.png) no-repeat top left;padding:10px 55px 0px 130px;min-height:135px;}
.ad_list li:nth-child(2){width:260px;float:left;background:url(../images/ad_icon2.png) no-repeat top left;padding:10px 55px 0px 130px;min-height:135px;}
.ad_list li:nth-child(3){width:260px;float:left;background:url(../images/ad_icon3.png) no-repeat top left;padding:10px 0px 0px 130px;min-height:135px;}
/*.ad_list li:last-child{margin:0px 0px 0px 0px;}*/
.ad_list li dt{text-transform:uppercase;font-size:16px;color:#af206f;line-height:18px;margin:0px 0px 18px 0px;}
.ad_list li dd{background:url(../images/ad_icon4.png) no-repeat left 6px;padding-left:18px;line-height:18px;margin:0px 0px 12px 0px;color:#444;}

#company{clear:both; overflow:hidden;margin:0px 0px 60px 0px;}
#company_main{width:1280px;margin:0px auto;padding:0px 0px 0px 0px;}
.company_list{clear:both; overflow:hidden;width:1280px;}
.company_list li{width:405px;float:left;margin:0px 32px 0px 0px;text-align:center;}
.company_list li:last-child{margin:0px 0px 0px 0px;}
.company_list li span{display:block;}
.company_list li .span_tetx{display:block;margin:12px 0px 0px 0px;color:#222;font-weight:bold;}
.company_more{text-align:center;margin:30px 0px 0px 0px;}
.company_more a{display:inline-block;width:360px;height:42px;line-height:42px;background:#af206f;color:#fff;text-transform:uppercase;transition:all 400ms ease-in-out; }
.company_more a:hover{background:#222;}


#daohang{height:78px;clear:both; overflow:hidden;background:url(../images/daohang_bg.png) repeat-x;}
#daohang_main{width:1200px;margin:0px auto;height:78px;overflow:hidden;clear:both;}
#daohang_left{width:600px;float:left;height:78px;line-height:78px;color:#999;}
#daohang_left a{color:#999;display:inline-block;margin:0px 5px;}
#daohang_left a:hover{color:#c30d23;text-decoration:none;font-weight:bold;}
#daohang_right{width:375px;float:right;padding:14px 0px 0px 0px;}
#ser{width:375px;height:48px;}
#ser_left{width:244px;height:46px;border:#dedede solid 1px;border-right:#dedede solid 0px;float:left;background:#fff url(../images/ser_icon1.png) no-repeat 12px center;padding-left:48px;}
#ser_right{width:82px;height:48px;float:left;background:#132b88;text-align:center;}
#ser_right a{width:82px;height:48px;display:block;background:url(../images/ser_but.png) no-repeat center center;}
.ser_input1{width:220px;height:46px;border:#fff solid 0px;line-height:46px;color:#999;}

#product{width:100%;overflow:hidden;clear:both;background:url(../images/pro_bg1.png) repeat top left;padding:55px 0px 65px 0px;}
#product_main{width:1280px;margin:0px auto;overflow:hidden;clear:both;}
#product_biaoti{text-align:center;margin:0px 0px 36px 0px;}
.biaoti1{font-size:36px;color:#000;text-align:center;padding:0px 0px 18px 0px;background:url(../images/lable_bg1.png) no-repeat bottom center;margin:0px 0px 15px 0px;text-transform:uppercase;line-height:36px;}
.text1{color:#999;text-align:center;line-height:22px;}
#product_menu{height:375px;overflow:hidden;}
#product_menu ul{width:1320px;}
#product_menu ul li{float:left;width:296px;transition:all 400ms ease-in-out;position:relative;margin:0px 32px 0px 0px;}
#product_menu ul li a{display: block;transition:all 400ms ease-in-out;}
.product_img1{display:block;text-align:center;width:294px;height:294px;border:#ececec solid 1px;overflow:hidden;border-radius:200px;margin:0px 0px 30px 0px;}
.product_img1 img{width:294px;height:294px;transition:all 400ms ease-in-out;}
.product_text1{display:block;position:absolute;width:294px;height:294px;padding:1px;background:url(../images/pro_icon1.png) no-repeat center 108px;background-color: rgb(0,0,0,0.8);top:0;left:0;border-radius:200px;text-align:center;opacity:0;transition:all 400ms ease-in-out;}
.product_span1{display:block;text-align:center;color:#fff;font-size:30px;margin:0px 0px 10px 0px;margin:174px 0px 10px 0px;text-transform:uppercase;}
.product_span2{display:block;text-align:center;color:#fff;font-size:14px;}
.product_title1{font-size:18px;width:238px;height:50px;line-height:50px;color:#fff;text-align:center;display:block;margin:0px auto;background:#ed0561;text-transform:uppercase;vertical-align:middle;transition:all 400ms ease-in-out;}
.product_title1 img{display:inline-block;margin-left:5px;vertical-align:middle;line-height:50px;}
#product_menu ul li:hover a .product_text1 {opacity:1;}
#product_menu ul li:hover a .product_img1 img {transform:scale(1.2,1.2);}
#product_menu ul li:hover a .product_title1 {background:#333;}
#product_menu ul li:hover a .product_title1 img{animation: arrowhr 500ms linear infinite;-moz-animation: arrowhr 500ms  linear infinite;	/* Firefox */-webkit-animation: arrowhr 500ms  linear infinite;	/* Safari 和 Chrome */-o-animation: arrowhr 500ms  linear infinite;	/* Opera */}


#eye{overflow:hidden;clear:both;background:url(../images/eye_bg1.jpg) no-repeat top center;background-attachment:fixed;background-size:cover;height:575px;padding:55px 0px 30px 0px;}
#eye_main{width:1280px;margin:0px auto;overflow:hidden;}
#eye_list{width:1320px;margin:0px auto;clear:both;}
#eye_list li{width:272px;height:340px;padding:12px;background:#fff;border-bottom:#ed0561 solid 5px;margin:0px 32px 0px 0px;position: relative;overflow:hidden;float:left;}
#eye_list li a{display:block;text-align:center;}
#eye_biaoti{text-align:center;margin:0px 0px 36px 0px;}
.biaoti2{font-size:36px;color:#fff;text-align:center;padding:0px 0px 18px 0px;background:url(../images/lable_bg1.png) no-repeat bottom center;margin:0px 0px 15px 0px;text-transform:uppercase;line-height:36px;}
.text2{color:#fff;text-align:center;line-height:22px;}
#eye_con{text-align:center;margin:0px 0px 36px 0px;}
.eye_img1{width:272px;height:272px;overflow:hidden;}
.eye_img1 img{transition:all 400ms ease-in-out;width:272px;height:272px;}
.eye_view1{width:272px;height:272px;position:absolute;background:url(../images/pro_icon1.png) no-repeat center center;background-color:rgb(235,5,97,0);top:12px;left:12px;transition:all 400ms ease-in-out;opacity:0;}
.eye_title1{color:#333;font-size:18px;margin:15px 0px 2px 0px;}
.eye_Details1{color:#ed0561;font-size:14px;line-height:20px;}
.eye_Details1 img{display:inline-block;line-height:20px; vertical-align: middle;margin-right:5px;}
#eye_list li:hover .eye_img1 img{transform:scale(1.2,1.2);}
#eye_list li:hover .eye_view1{opacity:1;background-color:rgb(235,5,97,0.8);}
#eye_list li:hover .eye_Details1 img{animation: arrowhr 500ms linear infinite;-moz-animation: arrowhr 500ms  linear infinite;	/* Firefox */-webkit-animation: arrowhr 500ms  linear infinite;	/* Safari 和 Chrome */-o-animation: arrowhr 500ms  linear infinite;	/* Opera */}




#about_con{clear:both; overflow:hidden;}
.about_img1{margin:0px 0px 20px 0px;}
.about_text1{line-height:28px;margin:0px 0px 20px 0px;}
.about_but1{width:148px;color:#fff;font-size:14px;height:38px;line-height:38px;text-align:center;display:inline-block;vertical-align:middle;background:#ed0561;transition:all 400ms ease-in-out;}
.about_but1 span{display: inline-block;vertical-align: middle;height:38px;line-height:38px;}
.about_but1 .span1{width:20px;height:38px;line-height:38px;display:inline-block;background:url(../images/arrow_icon1.png) no-repeat right center;animation: arrowhr 500ms linear infinite;-moz-animation: arrowhr 500ms  linear infinite;-webkit-animation: arrowhr 500ms  linear infinite;-o-animation: arrowhr 500ms  linear infinite;	}
.about_but1:hover{background:#333;}









@keyframes arrowhr
{
0%   {transform:translateX(0px);}
50%  {transform:translateX(5px);}
100% {transform:translateX(0px);}
}

@-moz-keyframes arrowhr /* Firefox */
{
0%   {-moz-transform:translateX(0px);}
50%  {-moz-transform:translateX(5px);}
100% {-moz-transform:translateX(0px);}
}

@-webkit-keyframes arrowhr /* Safari 和 Chrome */
{
0%   {-webkit-transform:translateX(0px);}
50%  {-webkit-transform:translateX(5px);}
100% {-webkit-transform:translateX(0px);}
}

@-o-keyframes arrowhr /* Opera */
{
0%   {-o-transform:translateX(0px);}
50%  {-o-transform:translateX(5px);}
100% {-o-transform:translateX(0px);}
}



.count  li{width:272px;height:340px;padding:12px;background:#fff;border-bottom:#ed0561 solid 5px;margin:0px 32px 0px 0px;position: relative;overflow:hidden;float:left;}
.count  li a{display:block;text-align:center;}
.count  li:hover .eye_img1 img{transform:scale(1.2,1.2);}
.count  li:hover .eye_view1{opacity:1;background-color:rgb(235,5,97,0.8);}
.count  li:hover .eye_Details1 img{animation: arrowhr 500ms linear infinite;-moz-animation: arrowhr 500ms  linear infinite;	/* Firefox */-webkit-animation: arrowhr 500ms  linear infinite;	/* Safari 和 Chrome */-o-animation: arrowhr 500ms  linear infinite;	/* Opera */}






/*公共部分*/
.wc960{margin:0 auto;width:1280px;}
.fl{float:left;}
.fr{/*float:right;*/width:190px;margin:0px auto;}
.mt20{/*margin-top:40px;*/}
.icon{background:url(../images/icon.png) no-repeat 0 0;}

.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;}
.warp-pic-list .text-area{background-color:#f2f2f2;line-height:24px;}
/*全局板块*/
.row .hd{background:url(../images/hd-line_01.jpg) no-repeat 0 50px;height:55px;}
.row .hd .title{font:26px/40px "微软雅黑","Microsoft YaHei","黑体","SimHei";}
/*全局页签*/
.tab-T-3{width:190px;clear:both; overflow:hidden;margin:35px 0px 0px 0px; }
.tab-T-3 li{width:50px;height:2px;font-size:0;line-height:0px;background-color:#dfdfdf;float:left;/*margin-left:10px;*/cursor:pointer;margin:0px 10px 0px 0px;display:inline;border:0px; }
.tab-T-3 li.cur{background-color:#e8db0b;border:0px;}
/*热门车型*/
.rowE .warp-pic-list{position:relative;width:1280px;overflow:hidden;}
/*.rowE .count li{margin-right:20px;width:176px;height:228px;}*/
/*.rowE .count li{width:272px;height:340px;padding:12px;background:#fff;border-bottom:#ed0561 solid 5px;margin:0px 32px 0px 0px;position: relative;overflow:hidden;float:left;}
.rowE .count .img_wrap{width:362px;height:274px;}
.rowE .count li .text-area{padding:10px 0 10px 15px;}
.rowE .count li .text-area  p{line-height:24px;height:24px;}
.rowE .count li:hover .text-area,.rowE .count li.hover .text-area{background-color:#d81c1b;color:#fff;}*/

.count  li{width:272px;height:340px;padding:12px;background:#fff;border-bottom:#ed0561 solid 5px;margin:0px 32px 0px 0px;position: relative;overflow:hidden;float:left;}
.count  li a{display:block;text-align:center;}
.count  li:hover .eye_img1 img{transform:scale(1.2,1.2);}
.count  li:hover .eye_view1{opacity:1;background-color:rgb(235,5,97,0.8);}
.count  li:hover .eye_Details1 img{animation: arrowhr 500ms linear infinite;-moz-animation: arrowhr 500ms  linear infinite;	/* Firefox */-webkit-animation: arrowhr 500ms  linear infinite;	/* Safari 和 Chrome */-o-animation: arrowhr 500ms  linear infinite;	/* Opera */}


.rowE .count .p-num{font-family:"Tahoma";font-weight:bold;}
.rowE .btn{display:block;height:55px;position:absolute;top:158px;width:35px;z-index:200;cursor:pointer;}
.rowE .prev{ background-position:0 -88px;left:0;}
.rowE .prev:hover{background-position:0 -144px;}
.rowE .next{ background-position:0 -200px;right:0;}
.rowE .next:hover{background-position:0 -256px;}

/*.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{display:block}
*+html .clearfix{min-height:1%}*/

@media (max-width: 960px) {
#banner{height: calc(100% - 1.5rem);clear:both; overflow:hidden;background:#000;padding:1.5rem 0 0 0;width:100%;}
.fullSlide{width:100%;position:relative;height:100%;background:#000}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;height:100%}
.fullSlide .bd ul{width:100% !important;height:100%}
.fullSlide .bd li{width:100% !important;height:100%;overflow:hidden;animation:mohu 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a{display:block;height:100%;width:100%;position:relative}
.fullSlide .bd li a .span1{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-45%);animation:myfirst 2000ms linear infinite;animation-iteration-count:1;text-align: center;height:auto;width:100%;}
.fullSlide .bd li a .span1 img{width:90%;height:auto;}
.fullSlide .bd li a .span2{display:block;position:absolute;left:0;top:462px;animation:arrleft 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span3{display:block;position:absolute;left:0;top:511px;animation:arrleft 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span4{display:block;position:absolute;left:0;top:595px;animation:arrleft 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span5{display:block;position:absolute;left:40;top:60px;animation:arrleft 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .bd li a .span6{display:block;position:absolute;right:0;top:60px;animation:arrright 1000ms linear infinite;animation-iteration-count:1}
.fullSlide .scroll{position:absolute;z-index:10;width:100%;text-align:center;height:100px;bottom:2%}
.fullSlide .scroll .div1{margin:0px auto;width:120px;text-align:center;height:100px;animation:myfirst 500ms linear infinite;-moz-animation:myfirst 500ms  linear infinite;-webkit-animation:myfirst 500ms  linear infinite;-o-animation:myfirst 500ms  linear infinite}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:18px;/*opacity:0.8;filter:alpha(opacity=80)*/background:rgba(0,0,0,0.3);}
.fullSlide .hd ul{text-align:center}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:40px;height:3px;margin:0 4px;overflow:hidden;background:#FFF;}
.fullSlide .hd ul .on{background:#c30008;}
.fullSlide .prev,.fullSlide .next{position:absolute;z-index:10;top:48%;margin-top:-35px;left:2%;width:70px;height:70px;background:#000 url(../images/slider-arrow.png) no-repeat left top;cursor:pointer;filter:alpha(opacity=30);opacity:0.3;display:none}

#category{width:calc(100% - 0.3rem);margin:0.8rem 0 0.8rem 0;padding:0 0.15rem;}
.category_lable{width:100%;height:1rem;overflow:hidden;}
.lable_title1{width:40%;height:1rem;float:left;color:#1e2b58;font-size:0.64rem;font-family:UniversLT-57;padding:0 0 0 0.6rem;line-height:1rem;position: relative;}
.lable_title1:before{position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);width:0.5rem;height:0.06rem;background:#c30008;}
.lable_more1{width:3.5rem;height:1rem;float:right;text-align: center;border:#e4e4e4 solid 1px;border-radius:0.8rem;background:#fff;transition:all 400ms ease-in-out;cursor:pointer;display:none;}
.lable_more1 a{display:inline-block;font-size:0.24rem;line-height: 1rem;color:#666;background:url(../images/more_arrow.png) no-repeat right center;padding:0 0.5rem 0 0;transition:all 400ms ease-in-out;}
.lable_more1:hover{background:#c30008;border:#c30008 solid 1px;}
.lable_more1:hover a{color:#fff;background:url(../images/more_arrow2.png) no-repeat right center;}
.category_list1{overflow:hidden;position:relative;height:0;width:100%;padding-top:54%;margin:50px 0 0 0;}
.category_list1 ul{position:absolute;height:100%;width:100%;left:0;top:0;overflow:hidden;}
.category_list1 li{float:left;width:24%;height:44.5%;background:#f5f5f5;padding:2% 0 0 0;position: relative;cursor:pointer;}
.category_list1 li:first-child{width:48%;height:92%;padding:8% 0 0 0;margin:0 2% 0 0;background:url(../images/category_bg1.jpg) no-repeat;background-size:cover;}
.category_list1 li:nth-child(2){margin:0 2% 2% 0;}
.category_list1 li:nth-child(3){margin:0 0 2% 0;}
.category_list1 li:nth-child(4){margin:0 2% 0 0;}
.category_list1 li:nth-child(5){margin:0 0 0 0;}
.category_list1 li a{display:block;text-align:center;}
.category_list1 li a img{width:78%;height:auto;transition:all 300ms ease-in-out;}
.category_list1 li .a2{margin:15px 0 0 0;line-height: 1;color:#222;/*font-weight: bold;*/font-size:18px;font-family: Arial,tahoma,arial,simsun;}
.category_list1 li:first-child .a2{margin:20px 0 0 0;font-size:36px;}
.category_list1 li:after{position:absolute;content: "";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center center;background-size:10% 10%;opacity: 0;transition:all 400ms ease-in-out;}
.category_list1 li:hover:after{background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center;background-size:10% 10%;opacity:1;}
.category_list1 li:hover a img{width:78%;height:auto;transform:scale(1.1,1.1)}

.category_list2{overflow:hidden;width:100%;margin:0.4rem 0 0 0;}
.category_list2 ul{overflow:hidden;}
.category_list2 li{float:none;width:calc(100% - 2px);height:0;padding-top:119.15%;background:#f5f5f5;position: relative;cursor:pointer;margin:0 0 0.5rem 0;border:#ececec solid 1px;}
.category_list2 li:nth-child(4){margin:0 0 0.5rem 0;}
.category_list2 li:nth-child(8){margin:0 0 0 0;}
.category_list2 li a{display:block;text-align:center;width:100%;}
.category_list2 li a img{width:100%;height:auto;transition:all 300ms ease-in-out;}
.category_list2 li .a1{position: absolute;top:0;left:0;width:100%;height:100%;}
.category_list2 li .a2{position: absolute;bottom:0;left:0;width:100%;height:10%;line-height: 1;color:#222;font-size:0.28rem;font-family: Arial,tahoma,arial,simsun;}
.category_list2 li:after{position:absolute;content: "";top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center center;background-size:10% 10%;opacity: 0;transition:all 400ms ease-in-out;}
.category_list2 li:hover:after{background:rgba(0,0,0,0.8) url(../images/zoom.svg) no-repeat center;background-size:10% 10%;opacity:1;}
.category_list2 li:hover a img{width:100%;height:auto;transform:scale(1.1,1.1)}
	
	
.solutions{padding:0.8rem 0;width:100%;background:#f5f5f5;}
.solutions_main{width:calc(100% - 0.3rem);margin:0;padding:0 0.15rem;}
.solutions_list{margin:0.3rem 0 0 0;}
.solutions_list li{background:#fff;height:auto;margin:0 0 0.4rem 0;box-shadow: 0px 0px 0.12rem #ededed;overflow:hidden;cursor:pointer;transition:all 400ms ease-in-out;}
.solutions_list li:last-child{margin:0 0 0 0;}
.solutions_img{width:100%;height:3.6rem;float:none;overflow: hidden;}
.solutions_img a{width:100%;height:100%;}
.solutions_img a img{width:100%;height:100%;transition:all 300ms ease-in-out;}
.solutions_text{width:calc(100% - 0.4rem);height:auto;float:none;padding:0.4rem 0.2rem 0.3rem 0.2rem;}
.solutions_title {margin:0 0 0.24rem 0;background:none;padding:0 0 0 0;transition:all 300ms ease-in-out;}
.solutions_title a{color:#222;font-size:0.32rem;line-height:1;transition:all 300ms ease-in-out;display: inline-block;}
.solutions_txt {line-height:2;color:#999;transition:all 300ms ease-in-out;}
.solutions_list li:hover {box-shadow: 0px 0px 0.2rem #CCC;}
.solutions_list li:hover .solutions_img a img{transform:scale(1.1,1.1)}
.solutions_list li:hover .solutions_text .solutions_title{background:url(../images/solution_arrow2.png) no-repeat center right;}
.solutions_list li:hover .solutions_text .solutions_title a{color:#c30008;transform:translateY(5px);}
.solutions_list li:hover .solutions_text .solutions_txt {color:#222;transform:translateY(-5px);}	
	
	
.about{width:100%;margin:0 0 0.8rem 0;}
.about_top{width:100%;height:2rem;margin:0 0 0.5rem 0;background:url(../images/about_bg1.jpg) no-repeat top center;background-size:cover;}
.about_main{width:calc(100% - 0.3rem);margin:0 0 0.5rem 0;overflow: hidden;border-bottom:#e4e4e4 dotted 1px;padding:0 0.15rem 0.6rem 0.15rem;line-height:2;color:#666;}
.adv_main{width:calc(100% - 0.3rem);margin:0;overflow: hidden;padding:0 0.15rem 0 0.15rem;}
.adv_main ul{overflow: hidden;}
.adv_main ul li{width:48%;float:left;text-align:center;margin:0 1% 0.5rem 1%;}
.adv_main ul li:last-child{margin:0 1% 0 1%;}
.adv_main ul li .p1{font-size:1rem;font-family:UniversLT-57;font-weight:bold;color:#222;margin:0 0 0.2rem 0;line-height: 1rem;}
.adv_main ul li .p1 span{font-size:0.56rem;line-height:1;}
.adv_main ul li .p2{font-size:0.28rem;/*padding:0 0 80px 0;*/background:url(../images/adv_icon1.png) no-repeat center bottom;background-size:auto 1.1rem;display:block;height:1.8rem;}
.adv_main ul li:nth-child(2) .p2{background:url(../images/adv_icon2.png) no-repeat center bottom;background-size:auto 1.1rem;}
.adv_main ul li:nth-child(3) .p2{background:url(../images/adv_icon3.png) no-repeat center bottom;background-size:auto 1.1rem;}
.adv_main ul li:nth-child(4) .p2{background:url(../images/adv_icon4.png) no-repeat center bottom;background-size:auto 1.1rem;}
.adv_main ul li:nth-child(5) .p2{background:url(../images/adv_icon5.png) no-repeat center bottom;background-size:auto 1.1rem;}	

	
.news{padding:0.8rem 0 0.8rem 0;width:100%;background:url(../images/news_bg1.jpg) no-repeat center top;}
.news_lable{width:100%;background:url(../images/news_icon1.png) no-repeat center bottom;padding:0 0 0.5rem 0;position: relative;text-align: center;}
.news_lable_title1{color:#1e2b58;font-size:0.64rem;font-family:UniversLT-57;}
.news_lable:before{position:absolute;content:"";width:1.1rem;height:2px;border-bottom:#aaa dotted 1px;bottom:0.2rem;left:50%;margin-left:-1.8rem;}
.news_lable:after{position:absolute;content:"";width:1.1rem;height:2px;border-bottom:#aaa dotted 1px;bottom:0.2rem;right:50%;margin-right:-1.8rem;}
.news_main{width:calc(100% - 0.3rem);margin:0 auto;padding:0 0.15rem;}
.news_list{margin:0.75rem 0 0 0; }
.news_list ul{height:100%;padding:0.2rem;overflow: hidden;}
.news_list ul li{width:calc(100% - 50px);height:auto;margin:0 0 0.4rem 0;background:#fff;box-shadow: 0px 0px 8px #CCC;float:left;border-bottom:#666 solid 3px;border-radius:0.4rem 0 0 0;padding:0.6rem 0.4rem 0.6rem 0.4rem;transition:all 300ms ease-in-out;position:relative;cursor:pointer;}
.news_list ul li:last-child {margin:0 0 0 0;}
.news_list ul li .news_title1{margin:0 0 0.25rem 0;}
.news_list ul li .news_title1 a{font-size:0.32rem;line-height:1.2;color:#222;transition:all 300ms ease-in-out;}
.news_list ul li .news_txt1{font-size:0.28rem;color:#666;line-height:2;transition:all 300ms ease-in-out;}
.news_list ul li .news_more1{position: static;bottom:0.4rem;left:0;width:100%;text-align:center;margin:0.2rem 0 0 0;}
.news_list ul li .news_more1 a{display:inline-block;height:0.3rem;padding:0.25rem 0 0 0;position: relative;text-transform:uppercase;font-size:0.24rem;color:#222;transition:all 300ms ease-in-out;}
.news_list ul li .news_more1 a:before{position: absolute;content:"";background:#c30008;width:0.1rem;height:0.1rem;top:0;left:50%;margin-left:-0.05rem;}
.news_list ul li .news_more1 a:after{position: absolute;content:"";background:#222;width:0.1rem;height:0.1rem;top:0;right:50%;margin-right:-0.05rem;}
.news_list ul li:hover{background:#222;border-bottom:#c30008 solid 3px;}
.news_list ul li:hover .news_title1 a{color:#fff;}
.news_list ul li:hover .news_txt1{color:#fff;}
.news_list ul li:hover .news_more1 a{color:#fff;}
.news_list ul li:hover .news_more1 a:after{background:#fff;}	
	
	
}
