@charset "utf-8";
/* CSS Document */
html {overflow-x:hidden;overflow-y:auto;}
html {overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {padding:0;margin:0;border:0;list-style:none;font-weight:normal;font-size: 0.9rem;  color: #000;}
h1,h2,h3,h4,h5,h6 { color:#000;  font-weight: bold;}

body { font-size:0.9rem;  color:#000; word-wrap:break-word; overflow:hidden;}
a {text-decoration:none; color:#000;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
a:hover {text-decoration:none; color:#005bac; }
img { border:none;    max-width: 100%;vertical-align: middle;}
.clear {clear:both;height:0 auto; line-height:0px; zoom:1; font-size:1px;}
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
.wrap { max-width:1440px; padding:0 50px;height:auto; margin: 0 auto;   }


@media screen and (max-width: 1024px) {

.wrap {padding:0 10px; }

}

.fl { float:left;}
.fr { float:right;}
.mid {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.block {
    display: block;
}
@font-face {
  font-family: "1";
  src: url("../font/1.woff2") format("woff2"),
       url("../font/1.woff") format("woff"),
       url("../font/1.ttf") format("truetype"),
       url("../font/1.eot") format("embedded-opentype"),
       url("../font/1.svg") format("svg");
}

@font-face {
  font-family: "2";
  src: url("../font/2.woff2") format("woff2"),
       url("../font/2.woff") format("woff"),
       url("../font/2.ttf") format("truetype"),
       url("../font/2.eot") format("embedded-opentype"),
       url("../font/2.svg") format("svg");
}

/* 简介 */
.tit{text-align:center;margin-bottom:3%;overflow:hidden;}
.tit h1{font-size:1.8rem;font-family: "1";}
.tit p{font-size:1rem;margin-top:1%;}


@media screen and (max-width: 1024px) {
.tit h1{font-size:1.5rem;}


}
@media screen and (max-width: 600px) {
.tit h1{font-size:1.3rem;}
.tit p{font-size:1rem}
}



.index01{width:100%;background:url(../images/index01.jpg) no-repeat top center;background-size: cover;padding:4em 0 40em 0;position:relative;}
.index01 .tit{text-align:left;}
.index01 .tit h1 , .index01 .tit p{color:#fff;}
.index01 .about{overflow:hidden;}
.about .left{max-width: 50em;    margin-top: 5em;overflow:hidden;position:absolute;z-index:2;}
.about .cont{margin:5% 0 8% 0;overflow:hidden;}
.about .cont p{color:#fff;line-height:2em;    overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.about .left a{display:inline-block;background:#fff;color:#0869ac;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;padding: 2% 8%;}
.about .left a:hover{background:#0869ac;color:#fff;}
.about .right{position:absolute;right:5em;}

@media screen and (max-width: 1600px) {

.about .right{right:1em;}
}

@media screen and (max-width: 1440px) {
.about .left{max-width:45em;}

}

@media screen and (max-width: 1350px) {

.about .left {max-width: 40em;}
.about .right{max-width:45em;}

}
@media screen and (max-width: 1220px) {

.index01{padding: 4em 0 35em 0;}
.about .right{max-width:40em;}

}

@media screen and (max-width: 1150px) {

.index01{padding: 4em 0 32em 0;}
.about .right{max-width:35em;}
.about .left {max-width: 35em;}
}



@media screen and (max-width: 680px) {

.index01 {padding:4em 0 25em 0;}
.about .right{display:none;}
.about .left{margin-top: 2em;}
}

@media screen and (max-width: 480px) {
.index01 {padding:1em 0 20em 0;}

}


.index02{width:100%;background:#0869ac;overflow:hidden;}
.index02 .about_2{padding:15px;overflow:hidden; }
.about_2 .fen a{display:block;text-align:center;background-color:#fff;overflow:hidden}
.about_2 .fen .f1 .pic{width:100%;height:135px;background-image: url(../images/index03.png);	background-position:bottom center;background-repeat:no-repeat;}
.about_2 .fen a:hover .pic{visibility: visible; -webkit-animation:scale-bg 5s linear forwards;animation:scale-bg 5s linear forwards;}
.about_2 .fen .f2 .pic{width:100%;height:135px;background-image: url(../images/index05.png);	background-position:bottom center;background-repeat:no-repeat;}
.about_2 .fen .f3 .pic{width:100%;height:135px;background-image: url(../images/index06.png);	background-position:bottom center;background-repeat:no-repeat;}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	to{
		-webkit-transform:scale(1.05);
		transform:scale(1.05);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	to{
		-webkit-transform:scale(1.05);
		transform:scale(1.05);
	}
}
.about_2 .fen .ab{padding:5% 6%;}
.about_2 .fen h3{font-size:1.5rem;}
.about_2 .fen p{line-height:2em;color:#868686;margin:3% 0;min-height: 60px;}
.about_2 .fen span{display:inline-block;padding:2%;color:#868686;}
.about_2 .fen a:hover span{background:#0869ac;color:#fff;}

@media screen and (max-width: 1260px) {

.about_2 .fen p{min-height:85px;}


}

@media screen and (max-width: 1024px) {

.about_2 .fen p{min-height:60px;}
.about_2 .fen h3{font-size:1.2rem;}
}


@media screen and (max-width: 850px) {

.about_2 .fen p{ overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
}


/* 焦点图*/

.indexbanner .swiper-pagination-bullet{ text-align:left;opacity:1; font-family:Arial, Helvetica, sans-serif;width:7em; height:2em; background:none;border-radius:0; color:#fff; position:relative; margin:0 5px;}
.indexbanner .swiper-pagination-bullet:after{content:''; position:absolute; left:0; width:100%; bottom:0; height:1px; background-color:#fff;opacity:0.23;}
.indexbanner .swiper-pagination-bullet:before{ z-index:888;content:''; position:absolute; left:0; width:0%; bottom:0; height:1px; background-color:#fff;opacity:1;}
.indexbanner .swiper-pagination-bullet-active:before{width:100%; transition: width 7s ease-out 0s;}
.indexbanner .swiper-pagination-bullet i{font-style:normal; opacity:0;}
.indexbanner .swiper-pagination-bullet-active i{opacity:1}
.indexbanner .swiper-pagination-index-banner{ position:static; margin:0 auto; width:auto; max-width:75em; padding:0 1em;text-align:center;}
.banner_footer{position:absolute; left:0; bottom:5%; width:100%; z-index:10;}
.mobilebannerimg{ display:none;background-position:center; background-repeat:no-repeat; background-size:cover; background-repeat:no-repeat; height:48vh;}
@media screen and (max-width: 640px){
.mobilebannerimg{display:block;}
.pcbannerimg{display:none}
.banner_footer{bottom:2em;}
.indexbanner .swiper-pagination-bullet{width:2.5em;}
}



/* 产品*/

.index03{background:#f7f7f7 url(../images/index07.png) no-repeat bottom center;overflow:hidden;padding: 4% 0 0 0;}
.index03 .products{margin-bottom:10em;}
.pro_c .category{overflow:hidden;width:100%;margin-bottom:2%;}
.pro_c .category .cat a{display:block;text-align:center;line-height:3em;position:relative;cursor:pointer;text-decoration:none;}
.pro_c .category .cat a:before {position:absolute;content:"";width:0;height:100%;background:#0869ac;top: 0;left: 0;transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}
.pro_c .category .cat a:hover:before{width:100%;}
.pro_c .category .cat span{display:block;position:relative;}
.pro_c .category .cat a:hover{color:#fff;text-decoration:none;}


.index03 .prolist {position:relative;}
.prolist a{display:block;}
.prolist a .cc{position: relative;}
.prolist a .pic{overflow:hidden}
.prolist a .pic img{width:100%;ransition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
.prolist a:hover .pic img{transform:scale(1.06);-webkit-transform:scale(1.06);-moz-transform:scale(1.06);-o-transform:scale(1.06);}
.prolist a .cc .title {position: absolute; bottom: 5%;width: 100%;text-align: center;z-index:2;}
.prolist a .tt {position: absolute; width: 100%;text-align: center;bottom:0;z-index:1;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;
transform: translateY(50px);-webkit-transform: translateY(50px);-moz-transform: translateY(50px);-o-transform: translateY(50px);}
.prolist a .tt i{color:#f1f1f1;font-size:2.5rem;font-weight:bold;font-family: "2";}
.prolist a:hover .tt{transform: translateY(0px);-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);}
.prolist .swiper-button-next , .prolist .swiper-button-prev{position: absolute; top: 50%;  width:66px; height:47px; z-index: 10; cursor: pointer; background-size: 100%;background-position: center;background-repeat: no-repeat;}
.prolist .swiper-button-next { background-image: url(../images/index15.png);right: -8em;}
.prolist .swiper-button-prev{ background-image: url(../images/index14.png);left: -8em;}


@media screen and (max-width: 1600px) {
.prolist .swiper-button-next{right:-5em}
.prolist .swiper-button-prev{left: -5em;}
}

@media screen and (max-width: 1510px) {

.prolist .swiper-button-next{right:-3em}
.prolist .swiper-button-prev{left: -3em;}
}
@media screen and (max-width: 1024px) {

.prolist .swiper-button-next{right:0}
.prolist .swiper-button-prev{left:0;}
.prolist a .tt i{font-size: 2rem;}
.index03 .products {margin-bottom: 5em;}
}

@media screen and (max-width: 680px) {
.prolist a .tt i{font-size: 1.5rem;}
.prolist .swiper-button-next , .prolist .swiper-button-prev{  width:50px; height:36px;}


}
/* 优势*/
.index04{background:url(../images/index08.jpg) no-repeat top center;background-size: cover;overflow:hidden;}
.index04 .adv{overflow:hidden;position:relative}
.adv .tit{width:34%;padding:10em 0;text-align:left;}
.adv .tit h1{color:#fff;}
.adv .tit p{color:#fff;position:relative;}
.adv .tit p:after{position:absolute;content:"";left:0;bottom: -1em;width: 40%;height: 4px; background: #0869ac;}
.adv .tit h2{color:#fff;font-family: "1";font-size:2.5rem;text-indent:1em;margin: 6% 0 0 0;}
.adv .right{width:65%;position:absolute;top:0;right:0;height: 100%;}
.adv .right li{width:33.33%;float:left;height: 100%;overflow: hidden;position: absolute;}
.adv .right li .right_c{padding-right:2em;float:right;text-align:right;height:100%;}
.adv .right li .right_c .ad{height: 100%;}
.adv .right li:first-child{background:#0869ac;left: 0;}
.adv .right li:nth-child(2){background:url(../images/index09.png);left:33.33%;}
.adv .right li:last-child{background:url(../images/index10.png);right:0}
.adv .right li .num{ position: absolute;bottom: -0.4em;color: #fff;font-family: "1";font-size: 6rem;right: 0.3em;}
.adv .right h2{color:#fff;font-size:1.4rem;position:relative;}
.adv .right h2:after{position:absolute;content:"";right:0;bottom: -0.2em;width: 30%;height: 2px; background: #f7f7f7;}
.adv .right p{color:#a6b9cd;margin:7% 0 0 0;font-family: "1";min-height: 40px;}
.adv .right h3{color:#fff;font-size:1.2rem;font-weight:normal;margin-top:1em;}



@media screen and (max-width: 1330px) {
.adv .tit h2{font-size:2.2rem;}
.adv .right li .num{font-size:5rem;}
}


@media screen and (max-width: 1200px) {
.adv .right h2{font-size:1.2rem;}
.adv .tit h2{text-indent:0;font-size:2rem;}
.adv .right h3{font-size:1rem;}
.adv .right li .num{font-size:4rem;}
}


@media screen and (max-width: 920px) {
.index04{padding-bottom:3em}

.adv .tit{width:100%;padding: 3em 0 0 0;}
.adv .tit h2{font-size:1.5rem;    margin:3% 0 0 0;}
.adv .tit p{margin: 2% 0;}
.adv .tit p:after{    width: 20%;}
.adv .right{width:100%;position: inherit;height:auto}
.adv .right li{width:100%;height:auto;position:relative;}
.adv .right li .right_c{padding: 2em;float:left;text-align:left;}
.adv .right li:nth-child(2){left:0}
.adv .right h2:after{left:0;}
.adv .right li .num{bottom:0;font-size:3rem;}
.adv .right_c .mid{height:auto;}
.adv .right h3{margin-top:0;    font-size: 1rem;}

}

@media screen and (max-width: 500px) {
.adv .right h2{font-size: 1rem;}
.adv .right h3{font-size:0.85rem;}
.adv .right li .num{font-size:2rem;}
.adv .tit p:after{    bottom: -0.5em;}
.adv .right li .right_c {padding: 1em;}
}


/* 新闻*/
.index05{background:url(../images/index11.png) no-repeat bottom -40px center;overflow:hidden;padding: 4% 0 0 0;position:relative;}
.index05 .news{overflow:hidden;margin-bottom:13em;}
.new_c .nn a{display:block;position:relative}
.new_c .nn a:before{display:block;position:absolute;width:0;height:100%;content: "";background: #0869ac;top: 0;left: 0;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}
.new_c .nn a:hover:before{width:100%;}
.new_c .nn a .con{padding:7%;overflow:hidden;border:1px solid #000;position:relative;}
.new_c .nn a:hover .con{border:1px solid #0869ac;}
.new_c .nn .date{font-weight:bold;font-family: "1";font-size:1.2rem;}
.new_c .nn .date span{font-size:2rem;}
.new_c .nn .title{margin:2% 0;font-size:1rem;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.new_c .nn .des{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;line-height:1.8em;}
.new_c .nn a:hover .date , .new_c .nn a:hover .title , .new_c .nn a:hover .des{color:#fff;}


.more {display:inline-block;position: absolute; z-index:99; width:45px; height:45px; background: url(../images/index12.png) no-repeat center; left: 0; right: 0; margin: 0 auto; bottom: 2%; 
animation: ud 1s linear alternate infinite; -webkit-animation: ud 1s linear alternate infinite;-moz-animation: ud 1s linear alternate infinite;}

@keyframes ud {
    0% {bottom: 60px;}
    100% {bottom: 40px;}
}
@-webkit-keyframes ud{
    0% {bottom: 60px;}
    100% {bottom: 40px;}

}

@media screen and (max-width:680px) {
.index05 .news{margin-bottom:10em;}
.new_c .nn a .con{padding:5%;}
}


/*地图*/
.index06{overflow:hidden;position:relative;} 
.index06 .lx{ position:absolute;top: 12em;right: 18em;background: #fff;padding: 3% 5%;}
.index06 .lx h1{font-size:1.25rem;font-weight:normal;}
.index06 .lx h2{font-family:"1";font-size: 1.5rem;color:#0869ac;margin:5% 0 0 0;}
.index06 .lx p{line-height:2.2em;margin:6% 0 0 0;}

@media screen and (max-width:1600px) {

.index06 .lx{right:8em;}
}

@media screen and (max-width:1440px) {

.index06 .lx{right:4em;}
}

@media screen and (max-width:1024px) {

.index06 .lx{right:1em;top:8em;}

}

@media screen and (max-width:480px) {
.index06 .lx h2{font-size:1.2rem;}
.index06 .lx{right:1em;top:3em;left:1em;right:1em;}
}



/*底部*/
.index07{width:100%;overflow:hidden;background:#1b1b1b;position:relative}
.index07 .foot_bg{position:absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);
animation: uds 2s linear alternate infinite;-webkit-animation: uds 2s linear alternate infinite;-moz-animation: uds 2s linear alternate infinite;}
@keyframes uds {
    0% {bottom: 20px;}
    100% {bottom: 10px;}
}

@-webkit-keyframes uds{
    0% {bottom: 20px;}
    100% {bottom: 10px;}
}

.index07 .foot{padding:5% 0;overflow:hidden;}
.foot .left{width:85%;float:left;text-align:center}
.foot .left .f1{float:left;width:16%;border-left:1px solid #606060;min-height: 16em;}
.foot .left .f1:nth-of-type(2) , .foot .left .f1:nth-of-type(3){width:24%;} 
.foot .left .f1:nth-of-type(2) li, .foot .left .f1:nth-of-type(3) li{text-align:left;}
.foot .left .f1:nth-of-type(2) .fot, .foot .left .f1:nth-of-type(3) .fot{padding-left: 3em;}
.foot .left .f1:nth-of-type(5){border-right:1px solid #606060;}
.foot .left .f1 a.cc{display:block;position:relative}
.foot .left .f1 .cc span{display:block;font-size:1.125rem;font-weight:bold;color:#fff;transform: translateY(-35px);-webkit-transform: translateY(-35px);-moz-transform: translateY(-35px);-o-transform: translateY(-35px);}
.foot .left .f1 .cc h1{color:#383838;font-style:italic;font-size:1.6rem;font-family:"2"}
.foot .left .f1 li{margin-bottom:6%;overflow: hidden;}
.foot .left .f1 li a{color:#d6d4d4;text-decoration:none;display:inline-block;position:relative;}
.foot .left .f1 li a:before{position:absolute;content:"";width:9px;height:9px;background:#ffffff;border-radius:50px;left:0; top: 0.5em;}
.foot .left .f1 h3{color:#016db8;margin-bottom:4%}
.foot .left .fot span{font-weight:normal;display:inline-block;text-indent:1.5em}
.foot .right{width:10%;float:right}
.foot .right .ma {padding: 6%;background: #f7f7f7;}
.foot .right .ma p{text-align:center;margin-top:4%}
.fot{display:block}
.index07 .link{margin-bottom:2%;color:#606060;}
.index07 .link a{color:#606060;margin:0 0.5%;}
.foot2{border-top:1px solid #606060;padding:0.6% 0;overflow:hidden;}
.foot2 span , .foot2 span a{color:#fff}
.foot2 .s1{float:left;}
.foot2 .s2{float:right;}
.foot2 span a:hover{color:#0869ac;text-decoration: none;}




@media screen and (max-width:1265px) {
.foot .right{width:12%;}

}

@media screen and (max-width:1024px) {
.foot .right{width:14%;}

}
@media screen and (max-width:950px) {
.foot .left .f1 .cc h1{font-size:1.3rem;}
.foot .left .f1:nth-of-type(2) .fot, .foot .left .f1:nth-of-type(3) .fot{padding-left: 1.5em;}

}

@media screen and (max-width:800px) {
.foot .left{width:100%;}
.foot .left .f1{width:17%;}
.foot .right{display:none}
.foot .left .f1 .cc h1{font-size:1.1rem;}
.foot .left .f1 .cc span{font-size:1rem;}
}

@media screen and (max-width:680px) {
.foot .left{text-align:left;}
.foot .left .f1{min-height:auto;width:100%;}
.foot .left .f1 li{margin-bottom:2%;}
.foot .left .f1:nth-of-type(2), .foot .left .f1:nth-of-type(3){width:100%;}
.foot .left .f1 .cc h1{display:none;}
.foot .left .f1 .cc span{font-size:0.9rem;transform: translateY(0px);-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);}
.foot .left .f1{border-bottom:1px solid #606060;border-left:none;margin-bottom: 3%;}
.foot .left .f1:nth-of-type(5){border-right:none;}
.foot .left .f1:nth-of-type(2) .fot, .foot .left .f1:nth-of-type(3) .fot{padding-left:0;}
.foot .left .f1 li a:before{width:6px;height:6px;}
.foot .left .f1 a.cc:after {transition: .2s ease-in-out; -webkit-transition: .6s ease-in-out; -moz-transition: .6s ease-in-out; -o-transition: .6s ease-in-out;position: absolute; right: 0; content: ''; background-image: url(../images/index16.png);width: 14px; height: 7px;top: 50%; margin-top: -3px;}
.foot .left .f1 .cc{margin-bottom:3%;}
.fot{display:none}
.foot2 .s1 , .foot2 .s2{float:none;text-align:center;display:block;}
.foot2 span a{display:block;}
}

/*浮窗*/

.side{position:fixed;width:70px;right:0;bottom:40%;border:1px solid #e0e0e0;background:#fff;border-bottom:0;z-index:999;}
.side ul li{width:70px;height:70px;float:left;position:relative;border-bottom:1px solid #e0e0e0;font-size:12px;line-height:35px;text-align:center;transition:all .3s;cursor:pointer;}
.side ul li.sidetop {background:#0869ac;color: #fff;}
.side ul li i.bgs6 {background-image: url(../images/index19.png);}
.side ul li a{color:#fff;font-size:0.8rem}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:11px;transition:all .3s}
.side ul li i.bgs3{background-image:url(../images/index17.png)}
.side ul li i.bgs4{background-image:url(../images/index18.png)}


.side ul li.sideewm .ewBox.son{width:140px;display:none;color:#363636;text-align:center;position:absolute;left:-140px;height:140px;top:0;background-image:url(../images/ma.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:210px;display:none;color:#fff;text-align:left;position:absolute;left:-210px;top:-70px;background: #06568e;}
.side ul li.sideetel .telBox dd{display:block;height: 90px;overflow:hidden;padding-left: 45px;line-height:24px;font-size: 14px;background: url(../images/index20.png) 15px center no-repeat;color: #fff;}
.side ul li.sideetel .telBox dd span{color:#fff;display:block;line-height: 24px;overflow:hidden;margin-top: 12px;font-size: 14px;}
.side ul li.sideetel .telBox dd.bgs1{background-color: #087dce;height: 90px;}
.side ul li.sideetel .telBox dd.bgs3{background-color:#05652a}
.side ul li:hover .son{display:block!important;animation:fadein 1s}

.lfooter{display:none;}

@media screen and (max-width: 500px) {
.index07{margin-bottom:40px;}
.side{display:none;}
.lfooter{display:block; max-width: 100%;position: fixed; height:40px;line-height:40px;bottom: 0px; left: 0;right: 0;margin: 0 auto;display: block; z-index: 99;background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );}
.lfooter ul li { width: 33.33%;height: 100%; float: left; text-align: center;border-left:1px solid #ccc;}
.lfooter ul li:first-child{border-left:none;}

}