﻿@charset "utf-8";
html,body{height:100%;}
*{box-sizing: border-box;margin:0px; padding:0px;}
@font-face{
     font-family: 'siyuan'; 
     src: url('../fonts/SourceHanSansCN-Light.eot');
     src:url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
         url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
         url('../fonts/SourceHanSansCN-Light.svg') format('svg');
}
body{ margin:0px; padding:0px; margin:0px auto; font-size:14px; line-height:24px; color:#666666; width:100%;zoom:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,Arial,"宋体";}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#414446;}
/*input:focus { outline: none;}*/
input,button,select,textarea{ border:0px;/*outline:none;*//*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{max-width:100%;border:none;border:0;}
a{ color:#666666; text-decoration:none; transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; }
*:hover{transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}
.fl{ float:left;}.fr{ float:right;}.tr{ text-align:right;}.tc{ text-align:center;}
.clear{ clear:both;}
.overflow{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}
dl:after,ul:after{content:".";clear:both;display:block;overflow:hidden;font-size:0;height:0;}
:-moz-placeholder {color: #ababab;}
::-moz-placeholder {color: #ababab;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {font-size:16px;color:#ababab;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {font-size:16px;color:#ababab;}
select{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-appearance: none;-moz-appearance: none;appearance: none; cursor:pointer;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
select::-ms-expand { display: none; }/*Ie clear arr*/

.relative{ position:relative;}
.both{clear:both;}

/*font*/
.f_red{color:#ff0000;}
.f_blue{color:#0069b0;text-decoration:underline;}
.Scale-img{overflow:hidden;cursor:pointer;zoom:1;}
.Scale-img img,.Scale-img span{opacity:1;-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.Scale-img:hover img,.Scale-img:hover span{opacity:1;-webkit-transform:scale3d(1.2,1.2,1);transform: scale3d(1.2,1.2,1); top:0px; left:0px;}


/*pages*/
.Pages{zoom:1;text-align:right;color:#929292;clear:both;width:100%;padding:20px 30px 20px 0;box-sizing:border-box;}
.Pages1{text-align:center;}
.Pages span{padding:0px 0px;display:block;width:100%;}
.Pages a{display:inline-block;text-align:center;margin-left:3px;border-radius:3px;text-decoration:none;padding:3px 10px;border:1px solid #ccc;line-height:20px;}
.Pages .p_page a{display:inline-block;vertical-align:middle;}
.Pages .p_page a:hover,.Pages .p_page a.a_cur{background:#c9151d;color:#fff;}
/*pages end*/

/*内容宽度 s*/
.Contain{width:1440px;margin:0px auto;}
.w1730{width:1730px;margin:0 auto}
.w1200{width:1200px; margin:0 auto}


@media(max-width:1730px){
   .w1730{width:92%;}
}

@media(max-width:1440px){
   .Contain{width:92%;}
}

@media(max-width:1199px){
   .Contain{width:95%;}
   .w1730{width:95%;}
   .w1200{width:95%;}
}
/*内容宽度 e*/


/*header*/
.Header{position: fixed;top: 0;left: 0;width: 100%; z-index: 99999;height:80px;background: rgba(0,0,0,.5);}
.Head_Logo{height: 53px;margin-top: 13px;display: block;float: left;width: 222px;}
.Head_Logo img{height: 53px;}

.Navs{height: 80px;float: right;line-height: 80px;transition: all .5s;}
/*.Navs.c-left{margin-right: 200px;}*/
.Navs li{width: 150px;float: left;}
.Navs li a{position: relative;font-size: 18px;color: #d6d4d4;text-align: center;display: block;letter-spacing:10px;}
.Navs li a .img{position: absolute;display: none;width: 30px;height:17px;bottom:-6px;left: 50%;margin-left: -20px;z-index: 999;background:url(../images/in_117s.png) 0 center no-repeat;background-size: auto 100%;
    animation: music 30s linear infinite 0s;
    -webkit-animation: music 30s linear infinite 0s;}
.Navs li.on a,.Navs li:hover a{color: #fff;}
.Navs li.on a .img,.Navs li:hover a .img{display: block;}

.Navs li a:before{content: " ";display: block;width: 1px;height: 11px;background:#999; position: absolute;right: 0;top: 50%;margin-top: -5px;}
.Navs li.li5 a:before{display: none;}


.Search{position: relative;z-index:99999;  margin-left: 30px;float: right;width: 42px;height: 80px;background: url(../images/search1.png) no-repeat center center;cursor: pointer;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.search-box{position: absolute; right:0; top:30px; font-size: 0; width: 0px; height: 36px; z-index: 100; border-radius: 30px; border: solid 1px rgba(255,255,255,0.2); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; opacity: 0; overflow: hidden;/*pointer-events: none;*/}
.Search.hover{width:240px;background: url(../images/search1s.png) no-repeat center center;}
.Search.hover .search-box{width: 240px; opacity: 1;}
.search-box .search{width:196px; border: none; height:36px; float: left; font-size: 14px; color:#fff; height:38px; margin-top: -2px; margin-left: -2px; background: none; padding:3px 20px;}
.search-box .butt{ width:40px; height:30px; background:url(../images/search1.png) no-repeat center; float: right; outline: none; border: none; cursor: pointer; transition: all .3s;}



.Head_Tel{margin-left: 15px;float: right;padding-left: 58px;margin-top: 25px;line-height: 25px;background: url(../images/tel1.png)no-repeat left center;font-size: 16px;color: #808080;}
.Head_Tel h4{font-size: 24px;color: #fda93b;}


@media ( max-width:1400px){
    .Navs li{width: 130px;}
    .Navs{margin-left: 20px;}
   
}

/*侧边栏*/
.Right_Box{width: 65px;height: 350px;background-repeat: no-repeat;background-position: top center;position: fixed;z-index:9;right: 30px;top: 50%;margin-top: -175px;}
.CBL_UL li{width: 100%;height: 65px;border: 1px solid #e5e5e5;position: relative;border-radius: 5px;margin-top: 10px;background: #fff;}
.CBL_UL li a{display: block;padding-top: 35px;background-repeat: no-repeat;background-position: center 10px;text-align: center;color: #666666;}
@-moz-keyframes tada{
		    0%{-moz-transform:scale(1);}
		    10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}
		    30%,50%,70%,90%{-moz-transform:scale(1.2) rotate(3deg);}
		    40%,60%,80%{-moz-transform:scale(1.2) rotate(-3deg);}
		    100%{-moz-transform:scale(1) rotate(0);}
		   }
		
		  @-webkit-keyframes tada{
		    0%{-webkit-transform:scale(1);}
		    10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}
		    30%,50%,70%,90%{-webkit-transform:scale(1.2) rotate(3deg);}
		    40%,60%,80%{-webkit-transform:scale(1.2) rotate(-3deg);}
		    100%{-webkit-transform:scale(1) rotate(0);}}
		
.CBL_UL li a:hover{
  -webkit-animation: tada 1s .2s ease both;
  -moz-animation: tada 1s .2s ease both;
}
.R_TC{padding: 10px;background: #fff;position: absolute;right: 78px;bottom: 0;display: none;}

.CBL_UL li:hover .R_TC{display: block;}

/*底部*/
.FW_Box{padding: 50px 0;background-image: url(../images/bg2_03.jpg);}
.FW_Box li{width: 25%;float: left;padding-left: 20px;}
.FW_Box li img{float: left;}
.FW_Box li .FW_Txt{margin-left: 85px;padding-top: 8px;}
.FW_Box li .FW_Txt h3{font-size: 18px;line-height: 25px;color: #333333;}
.FW_Box li .FW_Txt h3 p{font-size: 14px;color: #666666;line-height: 25px;}

.Footer{background-image: url(../images/ind_56.jpg);background-position: center top;padding: 30px 0;}
.Foot_Top{padding: 40px 0;border-bottom: 1px solid #303030;}
.Foot_Top li{height: 40px;line-height: 40px;width: 25%;float: left;background-repeat: no-repeat;background-position: left center;padding-left: 62px;}
.Foot_Top li a{display: block;color: #fff;font-size: 16px;}

.Foot_Center{padding: 40px 0 50px;border-bottom: 1px solid #303030;}
.Foot_Left{width: 280px;float: left;}
.Foot_Left .p1{letter-spacing:20px;font-size: 18px;color: rgba(255,255,255,.2);margin-top: 10px; font-family: 'siyuan';}
.Foot_Left .p2{font-size: 12px;color: rgba(255,255,255,.1); font-family: 'siyuan';}
.Foot_Left .EWM{margin-top: 20px;}
.Foot_Left .EWM .EWM_Img{width: 106px;float: left;}
.EWM_Txt{margin-left: 125px;padding-top: 5px;}
.EWM_Txt p{margin-top: 15px;font-size: 12px;line-height: 16px;color: #d8d8d8;}

.EWM_Txt .voice{width:30px;height:17px;background:url(../images/in_117s.png) 0 center no-repeat;background-size: auto 100%;
    animation: music 30s linear infinite 0s;
    -webkit-animation: music 30s linear infinite 0s;}

@-webkit-keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@-moz-keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@-ms-keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}



.Foot_Center dl{float: right;margin-right: 70px;margin-left: 50px; }
.Foot_Center dl dt{font-size: 16px;font-family: '宋体';color: #dcdcdc;margin-bottom: 30px;}
.Foot_Center dl dd{font-family: '宋体';font-size: 14px;color: #9c9c9c;}
.Foot_Center dl dd a{color: inherit;}
.Foot_Center dl dd:hover a{color: #fff;}

.Foot_but{padding: 25px;text-align: center;font-size: 12px;color: #a9a9a9;}
.Foot_but a{color: inherit;}

#open_menu{display:none;width:30px; height:30px; margin-left:10px;position:absolute;top:15px;right:0px;}
#open_menu i{position:absolute;width:100%;background:#fff; height:3px;display:inline-block;margin:2px 0;cursor:pointer;transition:all .3s linear;}
#open_menu i.i2{top:7px;}
#open_menu i.i3{top:14px;}
#open_menu.on i.i2{display:none;}
#open_menu.on i.i1{transform:rotate(45deg);top:9px;}
#open_menu.on i.i3{transform:rotate(-45deg);top:9px;}


@media ( max-width:1440px){
   .Foot_Center dl{margin-right:60px;margin-left:40px;}
}

@media ( max-width:1300px){
    .Foot_Center dl{margin-right:30px;margin-left:30px;}
}


@media ( max-width:1199px){
    .Header{height:50px;}
    .Foot_Left{display:none;}
    .Foot_Center dl{float:none;width:100%;margin-right:0px;margin-left:0px;margin-bottom:10px;}
    .Foot_Center dl dd{display:inline-block;margin:0 5px;}
    .Foot_Center dl dt{margin-bottom:5px;}
    .Foot_Top{padding:10px 0;}
    .Foot_but{padding:15px 0;}
    .Foot_Center{padding:10px 0;}
    .Foot_Top li{width:50%;margin-bottom:10px;}
    .Footer{padding:0px 0;}
    .Foot_Top li a{font-size:14px;}
    .Foot_Top li{padding-left:46px;}

    .Header .Contain{position:relative;}
    #open_menu{display:block;}
    .Head_Logo{width:auto;height:auto;margin-top:10px;}
    .Head_Logo img{height:30px;}
    .Search{position:absolute;top:0px;right:40px;height:50px;}
    .Open_Search{margin-top:0px;}
    .Navs{display:none;position:fixed;z-index:1001;width:55%;right:0px;top:50px;background:rgba(0,0,0,.7);padding:0 10px;box-sizing:border-box;box-shadow:0 0 50px rgba(0,0,0,.12);float:none;height:auto;line-height:40px;}
    .Navs li{width:100%;margin-right:0px;float:none;}
    .Navs li a .img,.Navs li.on a .img,.Navs li a:before{display:none;}
    .Search_Box{padding:5px;width:215px;top:45px;}
    .Search.hover .search-box{width:240px;background:rgba(0,0,0,.5);top:100%;}

}

@media ( max-width:560px){
    .Foot_Top{display:none;}
}





/*关于我们*/
.SubBan,.SubBan img{width:100%;height:auto;}
.ComTit{font-size:36px;color:#333;font-weight:bold;text-align:center;}
.ComTit p{font-size:14px;color:#95959c;margin-top:20px;font-weight:normal;}

.ComTit1{font-weight:normal;color:#1f1f1f;}
.ComTit1 .ct1{font-size:20px;color:#999;font-family:Arial;margin-top:15px;}


.AboutBox{width:100%;padding:80px 0;}

.AboutBox .AbInfo{font-size:15px;color:#333;line-height:36px;text-indent:2em;margin:60px 0;}
.AboutBox .AbInfo .p{font-size:16px;font-weight:bold;}

.AbSlider{position:relative;}
.AbSlider .bd{width:62.5%;float:left;box-shadow:0px 0 38px rgba(4,0,0,.14);}
.AbSlider .bd .AbImg{width:100%;height:auto;position:relative;}
.AbSlider .bd .AbImg img{width:100%;height:auto;}
.AbSlider .bd .AbImg video{position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #000;}
.AbSlider .bd .AbTxt{width:90%;padding:3% 10%;box-sizing:border-box;background:rgba(254,149,8,.9);position:absolute;bottom:10%;left:50%;transform:translate(-50%,0);font-size:16px;color:#fff;line-height:34px;}
.AbSlider .bd .Abtit{width:25%;position:absolute;top:35%;right:5%;z-index:9;}
.AbSlider .bd .Abtit .abt1{font-size:30px;color:#1f1e1e;}
.AbSlider .bd .Abtit .abt2{font-size:20px;color:#666;margin-top:20px;}

.AbSlider .hd{width:37.5%;height:480px;background:#fafafa;float:right;margin-top:5%;position:relative;}
.AbSlider .hd ul{width:60%;margin:0 auto;position:absolute;bottom:20%;left:50%;transform:translate(-50%,0);}

.AbSlider .hd li{font-size:24px;color:#ccc;font-family:Arial;display:inline-block;margin:0 10px;cursor:pointer;}
.AbSlider .hd li::after{display:block;content:"";width:100%;height:2px;background:#fe9508;margin-top:10px;opacity:0;}
.AbSlider .hd li.on{color:#fe9508;}
.AbSlider .hd li.on::after{opacity:1;}

.AbList{width:100%;background:#fff;padding:5.335%;box-sizing:border-box;position:relative;}
.AbList .item{position:relative;}
.AbList .item img{width:100%;}

.AbList .item .PeoTxt{width:80%;height:85%;background:rgba(254,149,8,.9);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s linear;}
.AbList .item .Peot{width:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;}
.AbList .item .Peot .Pt1{font-size:20px;color:#fff;font-weight:bold;}
.AbList .item .Peot .Pt2{font-size:16px;color:#fff;margin-top:25px;}
.AbList .item:hover .PeoTxt{opacity:1;}

.AbList .owl-nav{width:100%;}
.AbList .owl-dots{display:none;}
.owl-carousel .owl-nav.disabled{display:block!important;}
.AbList .owl-carousel .owl-nav button.owl-prev,.AbList .owl-carousel .owl-nav button.owl-next{width:40px;height:60px;text-indent:999px;z-index:999;overflow:hidden;outline:none;}
.AbList .owl-carousel .owl-nav button.owl-prev{position:absolute;left:-6%;top:50%;transform:translate(-0%,-50%);background:url(../images/fl.jpg);background-size:100% 100%;}
.AbList .owl-carousel .owl-nav button.owl-next{position:absolute;right:-6%;top:50%;transform:translate(-0%,-50%);background:url(../images/rh.jpg);background-size:100% 100%;}

.AbList .owl-carousel .owl-nav button.owl-prev:hover{background:url(../images/fl1.jpg);background-size:100% 100%;}
.AbList .owl-carousel .owl-nav button.owl-next:hover{background:url(../images/rh1.jpg);background-size:100% 100%;}



.SerBox{width:100%;padding:80px 0;background:#fafafa;}
.SerBox .Serul{margin-top:80px;}
.SerBox .Serul li{width:14.285%;float:left;position:relative;} 
.SerBox .Serul li .Serlist{width:150px;}
.SerBox .Serul li .sjt{position:absolute;top:40px;right:-5px;}
.SerBox .Serul li .sic{text-align:center;width:103px;height:103px;border-radius:50%;margin:0 auto;}
.SerBox .Serul li .sic img{width:100%;height:100%;border-radius:50%;}
.SerBox .Serul li .circle{position: absolute;top:-20px;border-radius:50%;opacity:0;width:150px;height:150px;}

.SerBox .Serul li .c1{animation: circle-opacity 2s infinite;}
.SerBox .Serul li .c2{animation: circle-opacity 2s infinite;animation-delay: .5s;}
.SerBox .Serul li .c3{animation: circle-opacity 2s infinite;animation-delay: 1s;}
.SerBox .Serul li .sercir{position:relative;z-index:1;}

.SerBox .Serul li .line{width:1px;height:40px;background:#dcdcdc;margin:27px auto 0;}
.SerBox .Serul li .cir{width:9px;height:9px;background:#f35959;border-radius:50%;margin:0 auto;}
.SerBox .Serul li .stit{font-size:21px;color:#1a1a1a;margin:15px 0 10px 0;text-align:center;} 
.SerBox .Serul li .snum{font-size:23px;color:#b1b1b1;font-family:Arial;text-align:center;} 

.SerBox .Serul li.l1 .circle{background:#f13131;}
.SerBox .Serul li.l1 .cir{background:#f35959;}

.SerBox .Serul li.l2 .circle{background:#f96d43;}
.SerBox .Serul li.l2 .cir{background:#f98968;}

.SerBox .Serul li.l3 .circle{background:#f9c343;}
.SerBox .Serul li.l3 .cir{background:#f9ce68;}

.SerBox .Serul li.l4 .circle{background:#90d545;}
.SerBox .Serul li.l4 .cir{background:#a5dc69;}

.SerBox .Serul li.l5 .circle{background:#4fdfdd;}
.SerBox .Serul li.l5 .cir{background:#71e4e3;}

.SerBox .Serul li.l6 .circle{background:#4f93df;}
.SerBox .Serul li.l6 .cir{background:#71a8e4;}

.SerBox .Serul li.l7 .circle{background:#9e77e5;}
.SerBox .Serul li.l7 .cir{background:#b091e9;}
.SerBox .Serul li.l7 .sjt{display:none;}

.WorkBox{padding:80px 0;position:relative;}

.WorkSlider{margin-top:60px;}
.WorkSlider .workul li{width:31.792%;height:440px;margin-bottom:40px;background:#fafafa;float:left;margin-right:2.3%;position:relative;}
.WorkSlider .workul li:nth-child(3n){margin-right:0px;}
.WorkSlider .workul li .imgbox{height:340px;position:relative;transition:all .3s linear;}
.WorkSlider .workul li .imgbox .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:none;width:auto;}
.WorkSlider .workul li .imgbox span{display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;background-repeat:no-repeat;background-position:center center;background-size:cover;}

.WorkSlider .workul li .info{width:80%;margin:0 auto;}
.WorkSlider .workul li .info .infot1{font-size:20px;color:#000;text-align:center;margin:40px 0 20px 0;}
.WorkSlider .workul li .info .infot2{font-size:15px;color:#666;line-height:28px;display:none;height:84px;overflow:hidden;}

.WorkSlider .workul li:nth-child(2n) .info{position:absolute;top:0px;left:50%;transform:translate(-50%,0);}
.WorkSlider .workul li:nth-child(2n) .imgbox{position:absolute;bottom:0px;width:100%;left:0px;}

.WorkSlider .owl-nav{width:100%;}
.WorkSlider .owl-dots{display:none;}
.WorkSlider .owl-carousel{position:static!important;}
.owl-carousel .owl-nav.disabled{display:block!important;}
.WorkSlider .owl-carousel .owl-nav button.owl-prev,.WorkSlider .owl-carousel .owl-nav button.owl-next{width:50px;height:70px;text-indent:999px;z-index:999;overflow:hidden;outline:none;}
.WorkSlider .owl-carousel .owl-nav button.owl-prev{position:absolute;left:0%;top:50%;transform:translate(-0%,-50%);background:url(../images/fl.jpg);background-size:100% 100%;}
.WorkSlider .owl-carousel .owl-nav button.owl-next{position:absolute;right:0%;top:50%;transform:translate(-0%,-50%);background:url(../images/rh.jpg);background-size:100% 100%;}

.WorkSlider .owl-carousel .owl-nav button.owl-prev:hover{background:url(../images/fl1.jpg);background-size:100% 100%;}
.WorkSlider .owl-carousel .owl-nav button.owl-next:hover{background:url(../images/rh1.jpg);background-size:100% 100%;}

.WorkSlider .workul li:hover .imgbox{height:250px;}
.WorkSlider .workul li:hover .info .infot2{display:block;}
.more a{display:block;width:170px;height:45px;border-radius:100px;border:1px solid #ccc;font-size:16px;color:#333;text-align:center;line-height:45px;margin:40px auto 0;}



/*视频弹框*/
.popboxx iframe{width:100%; position: absolute; left: 50%; top: 50%;transform:translate(-50%,-55%);height:800px; z-index: 99999999;}
.popboxx{width: 100%; z-index: 9999999; height: 100%; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0px; left: 0px; display: none;}
.popboxx .closebox{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1;}
.video-js{ width:100% !important;height:100% !important;}
.product-video{position:relative;width:100%;height:100%;box-shadow:0 0 200px rgba(4,0,0,.3);}
.product-video .video-content{width:100%;height:100%;box-sizing:border-box; -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%;background-color: #000;z-index:999;}
.product-video .video-content .close{width: 50px; height: 50px; position: absolute; right:0px; top:40px; cursor: pointer;z-index:999;}
.product-video .video-content .close img{width: 100%;}
.product-video .video-content video{width: 100%;height:100%;vertical-align: middle;outline:none;}

@media(max-width:768px){
    .video-js{width:100% !important;}
    .product-video .video-content .close{width:30px;height:30px;top:0;}
}


/*案例展示*/
.PlayBox{padding:80px 0 30px 0;}
.PlayBox .w1200{position:relative;}
.PlayBox .CaseT{text-align:center;}
.PlayBox .CaseT .Cat1{font-size:36px;color:#1f1f1f;font-weight:bold;}
.PlayBox .CaseT .Cat2{font-size:16px;color:#999;font-family:Arial;margin:10px 0 0px 0;}
.PlayBox .CaseT .Cat3{font-size:14px;color:#666;}

.PlayBox .Pho{position:absolute;top:0px;right:20%;animation:txt-scale 3s infinite;}

.PlaySilder{margin-top:60px;}
.PlaySilder .hd li{width:20%;float:left;}
.PlaySilder .hd li .Plcir{cursor:pointer;width:145px;height:145px;overflow:hidden;background:#f2f2f2;margin:0 auto;border-radius:50%;}
.PlaySilder .hd li .Plcir p{font-size:15px;color:#3a3a3a;font-weight:bold;text-align:center;}

.PlaySilder .hd li .Plcir .tb{position:relative;width:60px;height:60px;margin:25px auto 5px;}
.PlaySilder .hd li .Plcir .tb .i1,.PlaySilder .hd li .Plcir .tb .i2{display:block;position:absolute;left:0;top:0;}
.PlaySilder .hd li .Plcir .tb .i1{transition:400ms;}
.PlaySilder .hd li .Plcir .tb .i2{-webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0); transition:500ms;}
.PlaySilder .hd li.on .Plcir{background:#fe7b36;}
.PlaySilder .hd li.on .Plcir p{color:#fff;}
.PlaySilder .hd li.on .Plcir .tb .i2{ -webkit-transform:scale(1); transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.PlaySilder .hd li.on .Plcir .tb .i1{ opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(1.2); transform: scale(1.2);}


.PlaySilder .bd{width:100%;margin-top:80px;}
.PlaySilder .bd li{width:24.375%;float:left;margin-right:0.83%;margin-bottom:0.83%;}
.PlaySilder .bd li:nth-child(4n){margin-right:0px;}
.PlaySilder .bd li .plimg{width:100%;height:auto;position:relative;padding-bottom:73.293%;}
.PlaySilder .bd li .plimg span{display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.PlaySilder .bd li .plTxt{position:relative;width:100%;height:60px;background:#f8f8f8;font-size:16px;color:#333;font-weight:bold;text-align-last:center;line-height:60px;}
.PlaySilder .bd li .plTxt::after{content:"";display:block;width:0%;height:3px;background:#ff6f18;position:absolute;bottom:0px;left:0px;transition:all .3s linear;}

.PlaySilder .bd li .plimg .mask{opacity:0;width:100%;height:100%;position:absolute;bottom:0px;right:0px;background:rgba(0,0,0,.5);transition:all .3s linear;}
.PlaySilder .bd li .plimg .mask .macon{width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.PlaySilder .bd li .plimg .mask .macon .mat1{font-size:18px;color:#fff;font-weight:bold;text-align:center;}
.PlaySilder .bd li .plimg .mask .macon .mat2{font-size:14px;color:#fff;line-height:24px;text-indent:2em;height:48px;margin:15px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.PlaySilder .bd li .plimg .mask .macon .mat3{text-align:center;}
.PlaySilder .bd li:hover .plTxt::after{width:100%;}
.PlaySilder .bd li:hover .plimg .mask{opacity:1;}

.flcon{text-align:right;margin-right:2%;margin-top:120px;}
.flcon a{display:inline-block;font-size:16px;color:#632423;margin:0 10px;text-align:center;}
.flcon a p{font-size:14px;color:#999;}

@media ( max-width:1440px){
   .AbSlider .hd{height:400px;}
   .popboxx iframe{width:650px;height:450px;}
}




@media ( max-width:1199px){
   .PlayBox .CaseT .Cat1{font-size:22px;}
   .PlayBox{padding:40px 0 20px 0;}
   .PlaySilder,.PlaySilder .bd{margin-top:40px;}
   .flcon{margin-top:50px;}
}

@media ( max-width:997px){
   .PlayBox .CaseT .Cat1{font-size:22px;}
   .PlayBox{padding:40px 0 20px 0;}
   .PlaySilder,.PlaySilder .bd{margin-top:40px;}
   .flcon{margin-top:50px;}
   .PlaySilder .hd li{width: 33.33%;margin-bottom:10px;}
   .PlaySilder .hd li .Plcir p{font-size:13px;}
   .PlaySilder .hd li .Plcir .tb{width:40px;height:40px;}
   .PlaySilder .hd li .Plcir{width:120px;height:120px;}

   .PlaySilder .hd li:nth-child(4){margin-left:17%;}

   .PlaySilder .bd li .plTxt{height:45px;line-height:45px;font-size:15px;}
   .PlaySilder .bd li .plimg .mask .macon .mat2{display:none;}
   .PlaySilder .bd li .plimg .mask .macon .mat1{font-size:14px;}
   .PlaySilder .bd li .plimg .mask .macon .mat3 img{width:30px;margin-top:5px;}
   .popboxx iframe{width:90%;height:350px;}
}

@media ( max-width:560px){
    .PlaySilder .hd li .Plcir{width:100px;height:100px;}
   .PlaySilder .bd li{width:48%;margin-right:0px;margin-bottom:15px;}
   .PlaySilder .bd li:nth-child(2n){float:right;}
   .PlaySilder .hd li .Plcir .tb{margin-top:10px;}
   .PlayBox .Pho{right:10%;}
   .PlaySilder .bd{margin-top:20px;}
}




/*联系*/
.LxBox{padding:80px 0 130px 0;}
.LxWay{padding-bottom:80px;}
.LxWay .Lxfl{width:60%;float:left;}

.LxWay .Lxfl .lxt1{font-size:36px;color:#333;font-weight:bold;}
.LxWay .Lxfl .lxt2{font-size:26px;color:#ff6f18;font-weight:bold;margin-top:25px;}
.LxUl{margin-top:90px;}
.LxUl li{width:32.75%;height:210px;background:#f4f4f4; float:left;margin-right:.86%;margin-bottom:.86%;}
.LxUl li:nth-child(3n){margin-right:0px;}
.LxUl li .lcon{padding:30px;box-sizing:border-box;}
.LxUl li .ourt1{font-size:16px;color:#676767;margin:15px 0 5px 0;}
.LxUl li .ourt2{font-size:24px;color:#1d1d1d;}
.LxUl li:last-child .ourt2{font-size:18px;}
.LxUl li.l3 .lcon{padding:40px 10px 0 30px;}
.LxUl li.l3 .ltcon{width:35%;float:left;}
.LxUl li.l3 .ourimg{float:right;}
.LxUl li.l3 .ourimg img{display:inline-block;width:99px;height:99px;margin-left:7px;}



.LxWay .Lxfl .lxt3{font-size:18px;color:#ff6f18;font-family:Arial;margin-top:5px;}
.LxWay .Lxfl dl dt{font-size:20px;color:#444;font-weight:bold;margin:40px 0 20px 0;}
.LxWay .Lxfl dl dd{font-size:20px;color:#444;line-height:34px;}

.LxWay .Lxfl dl dd a{display:inline-block;padding:5px 25px;background:#e60012;font-size:20px;color:#fff;margin-top:20px;}





.LxWay .Lxrh{width:150px;float:right;}
.LxWay .Lxrh dd{margin-bottom:25px;}
.LxWay .Lxrh dd img{width:100%;}
.LxWay .Lxrh dd p{font-size:14px;color:#444;margin-top:5px;text-align:center;}

.formt{text-align:center;}
.formt .fmt1{font-size:26px;color:#444;font-weight:bold;}
.formt .fmt2{font-size:14px;color:#444;margin-top:10px;}

.fmul{margin-top:40px;}
.fmul li{width:48%;float:left;height:50px;border:1px solid #ccc;border-radius:5px;margin-bottom:30px;}
.fmul li:nth-child(2n){float:right;}
.fmul li input{width:100%;height:100%;padding:0 20px;box-sizing:border-box;}
.fmul li select{width:100%;height:100%;padding:0 20px;font-size:16px;color:#ababab;box-sizing:border-box;background:url(../images/jt.jpg) 96% center no-repeat;}
.fmul li.l1{width:100%;height:120px;}
.fmul li.l1 textarea{padding:20px;box-sizing:border-box;width:100%;height:100%;font-family:"微软雅黑";}
.FormBox .fmbtn{width:400px;float:left;background: #f08519;height: 60px;line-height: 60px;font-size: 16px;color: #FFFFFF;font-weight: bold;border-radius: 5px;}
.FormBox .fmbtn a{display:block;width:100%;height:57px;background:#ff6f18;font-size:18px;color:#fff;font-weight:bold;text-align:center;line-height:57px;border-radius:5px;}
.FormBox .fmtxt{font-size:18px;color:#2b2b2b;font-weight:bold;float:right;line-height:57px;margin-top:10px;}
.FormBox .fmtxt span{color:#ff6f18;}




@media ( max-width:1199px){
   .LxBox{padding:40px 0 30px 0;}
   .LxWay{padding-bottom:40px;}

   .LxUl{margin-top:40px;}
    .LxUl li.l3 .ourimg img{width:80px;height:80px;}
    .LxUl li .lcon{padding:30px 20px;}
    .LxUl li.l3 .lcon{padding:40px 10px 0 20px;}
}


@media ( max-width:998px){
   .LxWay .Lxfl .lxt1{font-size:30px;}
   .LxWay .Lxfl .lxt2{font-size:20px;margin-top:20px;}
   .LxWay .Lxfl dl dd{font-size:16px;line-height:28px;}
   .LxWay .Lxfl dl dt{margin:15px 0 10px 0;}
   .LxWay .Lxrh{width:120px;}
   .formt .fmt1{font-size:20px;}
   .formt .fmt2{margin-top:5px;}
   .FormBox .fmbtn{width:300px;}
   .Right_Box{display:none;}
}

@media ( max-width:997px){
   .LxUl li{width:48.5%;margin-right:0px;}
   .LxUl li:nth-child(2n){float:right;}
   .LxUl li .ourt2{font-size:20px;}
   .LxUl li:last-child .ourt2{font-size:16px;}
   .LxUl li .lcon{padding:30px 10px;}
   .LxUl li.l3 .lcon{padding:40px 10px 0 10px;}
}

@media ( max-width:560px){
   .LxWay .Lxfl,.LxWay .Lxrh{width:100%;float:none;}
   .LxWay .Lxrh dd{display:inline-block;width:48%;text-align:center;}
   .LxWay .Lxfl .lxt1{font-size:20px;}
   .LxWay .Lxfl .lxt2{font-size:16px;margin-top:20px;}
   .LxWay .Lxfl dl dt{font-size:16px;}
   .LxWay .Lxrh dd img{width:120px;}
   .LxWay .Lxrh{margin-top:30px;}
   .LxWay{padding-bottom:20px;}
   .fmul li,.fmul li:nth-child(2n){width:100%;float:none;}
   .fmul{margin-top:30px;}
   .FormBox .fmbtn a{margin:0 auto;font-size:16px;height:45px;line-height:45px;}
   .FormBox .fmtxt{line-height:45px;margin-top:20px;font-size:16px;}

   .LxUl li{margin-bottom:10px;height:auto;}
    .LxUl li,.LxUl li:nth-child(2n){width:100%;float:none;}
    .LxUl li .lcon,.LxUl li.l3 .lcon{padding:20px;}
    .LxUl li .ourt1{font-size:14px;}
    .LxUl li .ourt2{font-size:16px;}
    .LxUl li .ourt1{margin:5px 0;}
    .LxWay .Lxfl dl dd a{font-size:16px;padding:0 20px;margin-top:10px;}

}


/*服务*/
.Fxedtop .Header{position:static;background:#7f7f7f;}
.Serdl dd{width:100%;padding:100px 0;}
.Serdl dd .serfl{width:45%;float:left;}
.Serdl dd .serfl .set1{font-size:36px;color:#2e2e2e;margin-top:8%;}
.Serdl dd .serfl .set2{font-size:20px;color:#393939;margin:30px 0 46px 0;}
.Serdl dd .serfl .set3{font-size:16px;color:#393939;line-height:32px;height:160px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.Serdl dd .serfl .sera{display:block;width:170px;height:45px;background:#ff6f18;border-radius:100px;text-align:center;line-height:45px;font-size:16px;color:#fff;margin-top:60px;}
.Serdl dd .serrh{width:40%;float:right;text-align:right;}
.Serdl dd:nth-child(2n){background:#f3f3f3;}

.Serdl dd:nth-child(2n) .serfl{float:right;}
.Serdl dd:nth-child(2n) .serrh{float:left;text-align:left;}

@media ( max-width:1199px){
    .WorkSlider .workul li .imgbox{height:200px;}
    .WorkSlider .workul li .imgbox .play{width:40px;}
    .WorkSlider .workul li{height:300px;}
    .WorkSlider .workul li:hover .imgbox{height:110px;}

   
    .AboutBox,.SerBox,.WorkBox{padding:40px 0;}
    .AbSlider .bd .Abtit .abt1{font-size:26px;}
    .AbSlider .hd{height:300px;}
    .SerBox .Serul li .sjt img{width:24px;}
    .SerBox .Serul li .sjt{right:-15px;}
    .AboutBox .AbInfo{margin:40px 0;}
    .ComTit{font-size:28px;}
    .SerBox .Serul,.WorkSlider{margin-top:40px;}
    .SerBox .Serul li .stit{font-size:16px;}

}


@media ( max-width:997px){
   .AboutBox .AbInfo{margin:30px 0;}
   .AbSlider .bd .Abtit .abt1{font-size:20px;}
   .AbSlider .bd .Abtit .abt2{font-size:16px;margin-top:10px;}
   .AbSlider .hd{height:200px;}
   .AbSlider .hd ul{bottom:10%;}
   .AbSlider .bd .Abtit{top:25%;}
   .ComTit{font-size:22px;}
   .ComTit p{margin-top:10px;}
   .SerBox .Serul li{width:25%;margin-bottom:20px;}

}

@media ( max-width:640px){
    .Serdl dd,.WorkBox{padding:40px 0;}
    .ComTit{font-size:24px;}
    .ComTit1 .ct1{font-size:18px;margin-top:5px;}
    .Serdl dd .serfl,.Serdl dd:nth-child(2n) .serfl,.Serdl dd .serrh,.Serdl dd:nth-child(2n) .serrh{float:none;width:100%;}
    .Serdl dd .serrh,.Serdl dd:nth-child(2n) .serrh{text-align:center;}
    .Serdl dd .serrh{margin-top:20px;}
    .Serdl dd .serfl .set1{margin-top:0px;font-size:24px;}
    .Serdl dd .serfl .set2{font-size:18px;margin:10px 0 15px 0;}
    .Serdl dd .serfl .set3{font-size:14px;line-height:26px;height:78px;}
    .Serdl dd .serfl .sera{margin-top:25px;}
    .WorkSlider .workul li{width:100%;margin-right:0px;}
    .WorkSlider .workul li:nth-child(2n){float:right;}
    .WorkSlider .workul li:nth-child(2n) .imgbox{position: sticky;}
    .WorkSlider .workul li:nth-child(2n) .info{position: static;transform: translate(0,0);}
    .more a{margin-top:20px;}
    .WorkSlider .workul li .info .infot1{font-size:16px;}
    .WorkSlider{margin-top:30px;}
    .AboutBox .AbInfo{line-height:28px;}
    .AbSlider .bd,.AbSlider .hd{width:100%;float:none;}
    .AbSlider .bd .Abtit{position:static;width:90%;margin:0 auto;padding:20px 0;}
    .AbSlider .hd{height:auto;padding:20px 0px;box-sizing:border-box;margin-top:0px;}
    .AbSlider .hd ul{width:90%;position:static;transform:translate(0%,0);}
    .AbSlider .bd{background:#fafafa;}
    .AbSlider .bd .AbTxt{padding:2% 5%;font-size:14px;line-height:24px;}

}


@media ( max-width:560px){
   .AboutBox .AbInfo{margin:30px 0;}
   .AbSlider .bd .Abtit .abt1{font-size:20px;}
   .AbSlider .bd .Abtit .abt2{font-size:16px;margin-top:10px;}
   .AbSlider .hd ul{bottom:10%;}
   .AbSlider .bd .Abtit{top:25%;}
   .ComTit{font-size:22px;}
   .ComTit p{margin-top:10px;}
   .SerBox .Serul li{width:50%;margin-bottom:20px;}
   .SerBox .Serul li .sjt{right:10px;}

}

@keyframes circle-opacity{
	from{opacity:.9;transform:scale(0)}
	to{opacity:0;transform:scale(1)}
}
@keyframes txt-scale{
    from{transform:scale(1)}
    25%{transform:scale(0.8)}
    50%{transform:scale(1)}
    75%{transform:scale(0.8)}
    100%{transform:scale(1)}
}


/*2020-03-25 新增css*/
/*客服*/
.new-float{position: fixed; right: 0; top: 50%; z-index: 50; width: 77px; height: 374px; margin-top: -150px;}
.new-float li{position: relative; width: 77px; height: 57px; margin-bottom:3px; line-height: 27px; color: #fff; background: #e10601; border-radius: 5px; text-align: center;}
.new-float li *{box-sizing:initial;}
.new-float li.hover{overflow: hidden;}
.new-float li .fimg{display: block;margin:0 auto;width:25px;}
.new-float li.hover .fimg{display: block;margin:0 auto;width:25px;}
.new-float li a{display: inline-block; color: #fff; font-size: 12px;}
/* .new-float li a.tit{width: 77px; height: 27px;color: #fff;} */
.new-float li p{position: relative; z-index: 2; height: 27px;  cursor: pointer;}
/* .new-float li.fi a{background: url(../images/xd/bg_float03.png) no-repeat;}
.new-float li.se a{background: url(../images/bg_float02.png) no-repeat;}
.new-float li.th a{background: url(../images/float_qqicon2.png) no-repeat;}
.new-float li.fo a.tit{background: url(../images/bg_float04.png) no-repeat;}
.new-float li.fif p{background: url(../images/bg_float05.png) no-repeat; font-size: 12px;}
.new-float li.zixun a{background: url(../images/bg_float01.png) no-repeat;}
.new-float li.six a{background: url(../images/xxf_bg_float01.png) no-repeat; cursor: pointer;} */
.new-float li .tel{position: absolute;left:74px;top:0;z-index:1;width:187px;height:57px;font:24px/57px Arial;color:#fff;background: url(../images/bg_float06.png) no-repeat;cursor: pointer;}
.new-float a.mof{display: inline-block; width: 54px; height: 71px; padding: 12px 11px 0 12px; margin-top: 10px; *margin-top: 7px; background: url(../images/bg_float07.png) no-repeat; font-size: 18px; line-height: 22px; color: #fff;}
/* .new-float li input{background: url(../images/zxzzz.png) no-repeat; width:87px; height:30px; border-radius: 5px; border:0px;background-color:transparent; cursor: pointer; outline:none;} */
.float_shwx{ position:absolute;top: -172px; left:-216px; background:url(../images/float_wxbd.png) no-repeat bottom right; width:216px; height:216px; padding-bottom:9px; display:none;}
.float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px;}
.new-float li:hover .float_shwx{display:block;}
.new-float li.lia p{padding-top:0px;font-size:12px;}
/* .new-float li.th2 a {
    background: url(../images/float_qqicon4.png) no-repeat;
} */

@media(max-width:768px){
    .new-float{width:45px;}
    .new-float li{width:45px;height:45px;line-height: 45px;}
    .new-float li .fimg{padding-top:13px !important;}
    .new-float li p{display: none;}
    .new-float li.hover .fimg{padding-top:13px !important;}
    /* .new-float li.lia p{display: none;}
    .new-float li input{width:45px;height:45px;background-position: top 2px left -14px;color:transparent;}
    .new-float li a.tit{width:45px;height:45px;box-sizing: border-box;background-position: top 2px left -17px;color:transparent;}
    .new-float li.fif p{width:45px;height:45px;box-sizing: border-box;background-position: top  left -16px;color:transparent;} */
    .new-float li .tel{background:#e10601;left:45px;font: 20px Arial;height:45px;line-height: 45px;}
    .float_shwx{width:120px;height:120px;top:-120px;left:-150px;}
    .float_shwx img{width:120px;height:120px;}
    
}



.col-2 li{width:50%;float:left;}
.col-3 li{width:33.333%;float:left;}
.col-4 li{width:25%;float:left;}
.fwlist{margin-top:60px;}
.fwlist li{text-align:center;}
.fwlist li .fwic{width:87px;height:87px;margin:0 auto;border:3px solid #ff6f18;border-radius:50%;display:flex;justify-content:center;align-items:center;}
.fwlist li .fwic img{width:50px;height:50px;}
.fwlist li h3{font-size:18px;color:#333;font-weight:400;margin:1em 0;}
.fwlist li .fwcon{font-size:14px;color:#666;line-height:30px;}

.fwlist4 li{width:25%;float:left;}
.fwlist5 li,.fwlist6 li{width:50%;float:left;}


@media ( max-width:560px){
    .fwlist{margin-top:30px;}
    .fwlist li .fwic{width:60px;height:60px;}
    .fwlist li .fwic img{width:35px;height:35px;}
    .fwlist li h3{font-size:16px;margin:10px 0;}
    .fwlist li .fwcon{line-height:22px;}

}

/*.map,#MapBox{width:100%;height:500px;}*/
#MapBox img{max-width:none;}
@media ( max-width:1440px){
    .map,#MapBox{height:355px;}

}

/* 20-05-25 */
.NewsBox{margin-top: 60px;}
.NewsBox ul{margin-top: 35px; background: url(../images/line1.png) repeat-y center center;}
.NewsBox ul li{width: 47%; float: left;}
.NewsBox ul li:nth-child(2n){float: right;}
.NewsBox ul li a{display: block; font-size: 18px; height: 50px; line-height: 50px; overflow: hidden; font-size: 18px; text-indent: 20px; position: relative;}
.NewsBox ul li a::after{content: ' '; position: absolute; width: 8px; height: 8px; background-color: #fe7b36; left: 0; top: 50%; margin-top: -4px;}
.NewsBox ul li:hover a{color: #fe7b36;}

.Container{padding: 50px 0;}


/*详情页*/
.ActiveContent .Atit{text-align:center; line-height:28px; position:relative;}
.ActiveContent .Atit h2{font-size:20px; color:#333333;}
.ActiveContent .Atit em{display:block; font-size:14px; color:#666666; padding:9px 0px 21px; border-bottom:1px dashed #e8e8e8;}
.ActiveContent .Atit em i{padding:0px 12px;}
.ContentAbout{padding:3% 0; border-bottom:1px solid #e7e7e7; line-height:28px; font-size:14px; color:#333333;}
.PrevNextBox{padding:24px 0px 0px;}
.PrevNextBox dl{font-size:14px; line-height:33px;}
.PrevNextBox dl b{color:#000; font-weight:normal;}
.PrevNextBox dl a{color:#666666;}

@media ( max-width:480px){
    .ActiveContent .Atit h2{font-size:18px;}
    .ActiveContent .Atit em i{padding: 0px 5px;}
}


/* 2020-10-22 */
.fixedBottom{display: none;}
@media(max-width:768px){
    .Footer{margin-bottom:48px !important;}
    .fixedBottom{display: block;position: fixed;bottom:0;left:0;width:100%;z-index:999;}
    .fixedBottom ul::after{content:'';display: block;clear: both;}
    .fixedBottom ul li{float:left;width:50%;box-sizing: border-box;border-left:1px solid #fff;height:48px;line-height: 48px;text-align: center;font-size: 14px;background:#e10601;}
    .fixedBottom ul li:first-child{border-left:none;}
    .fixedBottom ul li a{color:#fff;}
}












