@charset "utf-8";
/* CSS Document */
*{ margin: 0 auto; padding: 0; border: 0; font-size: 16px;outline:medium;box-sizing: border-box;-webkit-text-size-adjust: none;font-family: 'AileronRegular';}
a{ text-decoration: none;color: #fff;}
img{ display:block; max-width: 100%; height: auto !important; transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }
.big img:hover{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
ul{ margin: 0; padding: 0; }
li{ list-style: none; }
pre{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
i{ font-style: normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
input:focus{outline:none;}
button{background: none;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    background-color: rgba(0,0,0,.1);
  }

  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: none;
  }

  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #000;
  }
video{z-index: -1 !important;}
body{background: #111;}
:root {
    --vh: 1vh;
  }
@font-face {
    font-family: 'AileronRegular';
    src: url('../fonts/AileronRegular.eot');
    src: url('../fonts/AileronRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AileronRegular.woff') format('woff'),
         url('../fonts/AileronRegular.ttf') format('truetype'),
         url('../fonts/AileronRegular.svg#Sri-TSCRegular') format('svg');
    font-style: normal;
   }
@font-face {
    font-family: 'AileronBlack';
    src: url('../fonts/AileronBlack.eot');
    src: url('../fonts/AileronBlack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AileronBlack.woff') format('woff'),
         url('../fonts/AileronBlack.ttf') format('truetype'),
         url('../fonts/AileronBlack.svg#Sri-TSCRegular') format('svg');
  font-style: normal;
   }
/*common*/
.w{ width: 94%;max-width: 1540px;}
.fl, .left{ float: left; }
.fr, .right{ float: right; }
.c{ clear: both; }
.hidden,.m,.m2{ display: none; }
.pages { width: 100%; text-align: center; margin: 30px auto; line-height: 40px; font-size: 14px;}
.pages a, .pages span { margin: 0 5px; padding: 3px 10px; border: 1px solid #666;color: #000;}
.pages a:hover, .pages .page-num-current { background: #000; border: 1px solid #000; color: #fff; }
.slow{transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s;}
.flex{display: flex;}
.mt70{margin-top: 0px;}

.head{background: #000;z-index: 100000;width: 100%;padding-top: 10px;padding-bottom: 0px;}
.head .logo{}
.head .logo img{max-height: 100%;}
.menuBtn {position: absolute;top: 50%;right: 5%; transform: translateY(-50%);z-index: 9;float: right;width: 30px;height: 26px; cursor: pointer;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.menuBtn b { display: block; height: 3px; background-color: #fff; margin: 4px 0; transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; }
.menuBtn.open b { display: none; margin: 0; position: absolute; left: 0px; top: 50%; width: 30px;background-color: #fff;}
.menuBtn.open b:first-child { display: block; transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.menuBtn.open b:last-child { display: block; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}
.head .ico{margin-right: 18%;margin-top: 14px;}

.nav{width: 60%;margin-left: 10%;float: left;}
.nav ul{}
.nav ul li{text-align: center;float: left;padding: 0 6%;}
.nav ul li a{line-height: 80px;display: block;padding-bottom: 3px;}
.nav ul li .subnav{position: absolute;left: 100%;top: 93px; width: 100%;display: none;left: 0;background: #1b1b1b;text-align: center;z-index: 10;}
.nav ul li.on .sub,.nav ul li:hover .sub{border-bottom: 3px solid #ee781e;padding-bottom: 0;}
.nav ul li:hover .subnav{display: block;}
.nav ul li .subnav a{display: inline-block;margin:0 7%;font-size: 14px;line-height: 68px;}
.nav ul li .subnav a:hover{color: #ee781e;}

.search{position: absolute;top: 15px;z-index: 10;right: 17.5%;}

.banner{/*height: 100vh;height: calc(var(--vh) * 100);*/}
.banner video{/*height: 100%;*/width: 100%;object-fit: cover;}

.section{position: relative;overflow: auto;}
.p2,.p4{padding: 5% 0;}


.more{position: absolute;left: 50%;transform: translateX(-50%);bottom: 15%;width: 60%;border-radius: 30px;line-height: 30px;font-size: 14px;text-align: center;color: #fff;display: block;border: 1px solid #fff;z-index: 200;}

.tit{color: #fff;text-align: center;font-size: 28px;letter-spacing: 5px;}

.pro-list{overflow: auto;}
.pro-list ul li{width: 24.5%;float: left;margin: 2.5% .5% 2.5% 0;background:linear-gradient( to top,#737373,#232323,#222222);overflow: hidden;padding-top: 5%;position: relative;height: 0;padding-bottom: 31.5%;transition: 0.5s;}
.pro-list ul li:nth-child(4n){margin-right: 0;}
.pro-list ul li .title{height: 2.7vw !important; max-height: 25px; margin-left: 10%;}
.pro-list ul li p{font-size: 18px;line-height: 150%;margin: 5% 10%;min-height: 30px;}
.pro-list ul li .lable{height: 5.5vw !important; max-height: 42px;-webkit-filter: invert(100%);filter: invert(100%);margin-left: 10%;margin-bottom: 5%;}
.pro-list ul li .tyres{width: 120%;max-width: none;margin-left: 10%;}
.pro-list ul li .rsc{position: absolute;width: 15%;top: 5%;right: 5%;}
.pro-list ul li:hover{transform: translateY(-20px);box-shadow: 0 0 20px 10px #000;z-index: 1;}
.pro-list ul li:hover .tyres{margin-left: -10%;}

/*.p3 .tit{position: absolute;font-size: 28px;left: 10%;top: 20%;z-index: 100;}*/
.p3 .slide{width: 33%;float: left;position: relative;}
.p3 .slide:nth-child(1){width: 66.6%;margin-right: 0.4%;height: calc(100vw*0.666*0.529);}
.p3 .slide:nth-child(2){height: calc(100vw*0.3*0.7);}
.p3 .slide:last-child{margin-top: 0.4%;height: calc(100vw*0.3*0.461);background: #ee7820;}
.p3 .slide .video{position: relative;overflow: hidden;height: 100%;}
.p3 .slide .video video{width: 100%;height: 100%;display: block;object-fit: cover;}
.p3 .slide .video .con{bottom: 0;width: 100%;position: absolute;background: linear-gradient(to top,rgb(0,0,0,0.5),transparent);}
.p3 .slide .video .con h2{font-size: 16px;line-height: 250%;color: #fff; background: url("../images/play.png") no-repeat left center;background-size: auto 100%;padding-left: 50px;margin: 5% auto 5% 10%;}
/*.p3 .slide .video .con a.more{position: relative;left: auto;transform:none;margin-top: 10%;}*/
.p3 .fp-slidesNav.bottom{bottom: 22% !important;}
.p3 .video .more{display: none;}
.p3 .slide:nth-child(1) .video .con h2{font-size: 36px;padding-left: 150px;line-height: 300%;}
.p3 .slide:nth-child(2) .video .con h2{font-size: 24px;padding-left: 90px;}
.p3 .slide:last-child a{font-size: 26px;text-align: center;position: absolute;width: 100%;transform: translateY(-50%);top: 50%;}

.p4 .fp-tableCell{vertical-align: top;padding-top: 70px;}
.p4 .pic{width: 62%;margin-right: 3%;float: left;}
.p4 .tit{line-height: 200%;}
.p4 .con{margin-bottom: 10%;}
.p4 .con h2{font-size: 30px;line-height: 150%;margin: 2% auto;width: 90%;color: #fff;}
.p4 .con span{font-size: 16px;width: 90%;display: block;color: #fff;line-height: 200%;margin-bottom: 10px;}
.p4 .con a{color: #ec6941;}
.p4 .con .more{width: 185px;right: 0;color: #fff;left: auto;border-width: 2px;line-height: 230%;font-size: 16px;}

.menu{margin: 20px auto;width: 15%;float: left;}
.menu a{display: block;color: #fff;font-size: 20px;line-height: 350%;}
.menu a.on{color: #ee781f;}
.menu dl dd a{font-size: 18px;}
.menu2{margin: 20px auto;width: 20%;float: left;}
.menu2 a{display: block;color: #fff;font-size: 20px;line-height: 350%;}
.menu2 a.on{color: #ee781f;}
.mt{margin-top: 0px;}
.container{background: #111;overflow: auto;padding: 3% 0 ;}
.container.w{padding-bottom: 80px;}
.container.w.news{max-width: 640px;}
.container.w.news .tit{font-size: 30px;line-height: 300%;}
.container.w.news .title{color: #fff;overflow: auto;line-height: 90px; border-bottom: 1px solid #313131;}
.container.w.news .title p{font-size: 18px;float: right;}
.container.w.news .title h2{font-size: 24px;margin: 30px auto;line-height: 120%;}
.container .content{width: 90%;padding: 40px 0px;text-align: justify;color: #fff;}
.container.w.news .content{width: 100%;}
.container .content *{font-size: 16px;line-height: 180%;}
.container .content sup{font-size: 12px;}
.container .content .w1000 img{width: 1000px;}
.container.news .content {color: #fff;}
.container.proshow{padding: 0;}

.about{width: 90%;overflow: auto;margin-top: 2%;}
.about dl{background: #1b1b1b;width: 22%;margin-right: 4%;float: left;text-align: center;padding: 5%;}
.about dl:last-child{margin-right: 0;}
.about dl dt img {height: 45px !important;}
.about dl dd{font-size: 16px;color: #707070;}

.pro-list2{overflow: auto;}
.pro-list2 ul li{width: 100%;float: left;margin: 2% auto;background:linear-gradient( to top,#353535,#232323,#222222);overflow: hidden;padding-top: 3%;position: relative;transition: 0.5s;}
.pro-list2 ul li .pic{width: 35%;float: left;padding: 0 5%;}
.pro-list2 ul li .pic .tyres{}
.pro-list2 ul li .text{width: 65%;float: left;position: relative;}
.pro-list2 ul li .text h2{font-size: 32px;font-weight: bold;line-height: 300%;color: #fff;font-family: 'AileronBlack';}
.pro-list2 ul li .text h2 span{font-size: 16px;margin-left: 15px;font-weight: normal;}
.pro-list2 ul li .text .lable{height: 60px;margin-bottom: 5%;margin-left: 0;overflow: hidden;}
.pro-list2 ul li .text .lable img{filter: drop-shadow(0px 60px #fff);transform: translateY(-60px);margin-left: 0;max-height: 100% !important;transition: 0s;}
.pro-list2 ul li .text .title{height: 2.7vw !important; max-height: 25px; right: 7%;-webkit-filter: invert(50%);filter: invert(50%);position: absolute;bottom: 0;}
/*.pro-list2 ul li p{font-size: 18px;line-height: 150%;margin: 5% 10%;min-height: 30px;}*/
.pro-list2 ul li .text .detail{margin-top: 12%;display: block;}
.pro-list2 ul li .rsc{position: absolute;width: 60px;top: 15%;right: 5%;}
.pro-list2 ul li:hover{background: #ee781f;}
.pro-list2 ul li:hover .text h2,.pro-list2 ul li:hover .text .detail{color: #000;}
.pro-list2 ul li:hover .text .lable img{filter: drop-shadow(0px 60px #000);}
.pro-list2 ul li:hover .text .title{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.pro-list3{overflow: auto;}
.pro-list3 ul li{width: 32%;float: left;margin-right: 2%; margin-bottom: 2%; background:linear-gradient( to top,#353535,#232323,#222222);overflow: hidden;padding: 4% 4% 2%;position: relative;transition: 0.5s;}
.pro-list3 ul li:nth-child(3n){margin-right: 0;}
.pro-list3 ul li .text{position: absolute;left: 6%;top: 4%;}
.pro-list3 ul li .text h2{font-size: 32px;font-weight: bold;line-height: 150%;color: #fff;font-family: 'AileronBlack';}
.pro-list3 ul li .text span{font-size: 16px;font-weight: normal;border: 1px solid #fff;border-radius: 5px;padding: 0 5px;}
.pro-list3 ul li:hover{background: #ee781f;}
.pro-list3 ul li:hover .text h2,.pro-list3 ul li:hover .text span{color: #000;}
.pro-list3 ul li:hover .text span{border-color: #000;}
.pro-list3 ul li .pic{background: url("../images/shadow.png") no-repeat center bottom;background-size: 70% auto;padding-bottom: 5%;}

.video-list{width: 80%;overflow: auto;float: right;}
.video-list ul li{width: 31.333333%;float: left;margin: 3% 3% 3% 0;overflow: hidden;position: relative;}
.video-list ul li:nth-child(3n){margin-right: 0;}
.video-list ul li .pic{position: relative;padding-bottom: 80%;height: 0;}
.video-list ul li .pic .poster{object-fit: cover;width: 100%;height: 100% !important;position: absolute;}
.video-list ul li .pic .play{position: absolute;width: 25px;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.video-list ul li .text{position: absolute;bottom: 0;width: 100%;background: rgb(0,0,0,0.5);color: #fff;}
.video-list ul li .text a{font-size: 16px;line-height: 44px;}
.video-list ul li .text a.fl{font-size: 16px;display: inline-block;max-width: 67%;background: url("../images/ico-play.png") no-repeat left 15px center;padding-left: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.video-list ul li .text i{margin-left: 20px;float: left;line-height: 44px;}
.video-list ul li .text a.down{float: right;background: #fff;width: 13%;display: none;}
.video-list ul li .text a.down img{margin: 10px auto;height: 24px !important;}
.video-list ul li:hover .text a.down{display: block;}

.service{color: #fff;}
.service h1{font-size: 44px;text-align: center;}
.service h2{font-size: 30px;text-align: center;}
.service dl{overflow: auto;width: 33.33%;padding: 10% 0;float: left;}
.service dl:last-child{border-bottom: none;padding-bottom: 0;}
.service dl dt{width: 30%;}
.service dl dd{width: 75%;}
.service dl dd h2{text-align: center;font-size: 24px;line-height: 200%;}
.service dl dd span{font-size: 16px;color: #a0a0a0;line-height: 200%;}

.manual-list{width: 90%;overflow: auto;}
.manual-list ul li{width: 35%;float: left;margin: 2.5% 7.5% 2.5% 7.5%;overflow: hidden;background: #f3f3f3;}

.manual-list ul li .text{background: #ed771d;position: relative;padding: 0 6%;color: #fff;font-size: 18px;line-height: 50px;}
.manual-list ul li .text a{position: absolute;right: 4%;top: 50%;transform: translateY(-50%);display: block;width: 30px;}

.maintain dl{width: 90%;}
.maintain dl dt{color: #fff;;line-height: 65px; margin: 10px auto;padding: 0 20px;background: #222; font-size: 22px;position: relative;}
.maintain dl dt::after{background: url("../images/arr-down.jpg") no-repeat center;content: ''; background-size: 100%;width: 18px;height: 18px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);transition: 0.5s;}
.maintain dl dt.op::after{transform: translateY(-50%) rotate(180deg);}
.maintain dl dd{color: #fff;padding: 5px 10px;}
.maintain dl dd p{width: 90%;font-size: 18px; color: #bfbfbf;line-height: 180%;}
.maintain dl dd p img{margin: 10px auto;}
.maintain dl dd strong{color: #fff;font-size: 18px;}

.news-list{width: 90%;}
.news-list ul li{margin: 5% auto;position: relative;}
.news-list ul li .pic{width: 35%;}
.news-list ul li .pic img{object-fit: cover;width: 100%;height: 100% !important;max-width: none;}
.news-list ul li .text{width: 65%;padding-left: 5%;}
.news-list ul li .text h2{font-size: 24px;margin: 20px auto;}
.news-list ul li .text h2 br{display: none;}
.news-list ul li .text span{font-size: 18px;color: #a0a0a0;line-height: 200%;}
.news-list ul li .text .detail{display: block;position: absolute;left: 40%;bottom: 0;}

.contact .con{color: #fff;width: 90%;text-align: center;}
.contact .con dl{margin: 3% auto;}
.contact .con dl dt{color: #898989;font-size: 24px;line-height: 180%;padding-left: 30px;background-repeat: no-repeat;background-position: left center;background-size: auto 100%;display: inline;}
.contact .con dl dd{font-size: 24px;line-height: 180%;}
.contact .con p{font-size: 24px;line-height: 180%;}
#adr{background-image: url("../images/ico-adr.jpg");}
#tel{background-image: url("../images/ico-tel.jpg");}

.contact .form{width: 80%;margin-top: 7%;}
.contact .form p{color: #838383;font-size: 18px; text-align: center;line-height: 180%;margin-bottom: 2%;}
.contact .form select,.contact .form input,.contact .form button,.contact .form textarea{width: 100%;border-radius: 3px;line-height: 40px;margin: 0.5% auto;font-size: 16px;height: 40px;padding-left: 20px;color: #626262;}
.contact .form select{padding-left: 16px;}
.contact .form button{padding-left: 0;border: 1px solid #ccc;}
.contact .form textarea{height: 100px;}
.probanner{position: relative;}
.pro{width: 94%;margin-top: -5%;position: relative;background: #fff;overflow: auto;}
.pro .fl{width: 55%;background: #eee;position: relative;padding: 4% 0 34%;}
.pro .fl .i2,.pro .fl .i3{width: 50%;position: absolute;}
.pro .fl .i2{right: 14%;}
.pro .fl .i3{left: 6%;}
.pro .fr{width: 45%;}
.pro .title{height: 6vw;max-height: 40px; margin: 15% auto 2%;}
.pro .title img{height: 100% !important;margin-left: 10%;}
.pro p{font-size: 22px; margin-bottom: 10%;line-height: 200%;margin-left: 10%;}
.pro i{font-style: normal;color: #626262;font-size: 18px;margin-left: 10%;line-height: 200%;}
.pro .lable{max-height: 70px;margin-bottom: 10%;margin-left: 10%;}
.pro .slide{width: 100%;padding-bottom: 80%;}
.tbr .pro{padding-bottom: 50px;}
.tbr .pro .fl,.tbr .pro .fr{width: 50%;}
.tbr .pro .fl{padding: 5% 7%; width: 47%;}
.tbr .pro p{margin-bottom: auto;font-size: 18px;position: relative;}
.tbr .pro p strong{font-size: 22px;}
.tbr .pro p strong::before{content: '';position: absolute;left: -15px;width: 8px;height: 8px;border-radius: 50%;background: #000;top: 17px;}
.tbr .pro .title{font-size: 58px;font-family: 'AileronBlack';margin-bottom: 10%;margin-left: 5%;}
.tbr .pro .title span{font-size: 16px;border: 1px solid #000;border-radius: 5px;padding: 0 5px;line-height: 20px;text-transform:capitalize;margin-left: 40px;}
.tbr .pro .title span:last-child{color: #fff;background: #000;margin-left: 10px;}
.pro.gelu{margin-top: 0;}
.downward{width: 30px;position: absolute;bottom: 8%; display: block;left: 50%;transform: translateX(-50%);animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.proshow .tit{background: #eee;color: #000;overflow: auto;margin: 0 auto;font-size: 30px;letter-spacing: 0;line-height: 56px;padding-top: 3%;}
.tbr.proshow .tit{background: #ee781e;padding-top: 0;}
.tbr.proshow .tit,.tbr .specs{width: 94%;}
.tbr .specs{margin-bottom: 5%;padding-top: 5%;background: #fff;}
.tbr .specs dl{background: none;}
.specs{background: #eee;padding-bottom: 8%;}
.specs dl{width: 90%;background: #eee;overflow: auto;max-width: 1150px;border-bottom: 1px solid #d8d8d8;}
.specs dl dt{line-height:90px;font-size: 22px;position: relative;}
.specs dl dt::after{content: '';width:12px;height: 12px; background: url("../images/+.png") no-repeat center;position: absolute;right: 5px;top: 50%;transform: translateY(-50%); background-size: 100% auto;transition: 0.5s;}
.specs dl dt.op::after{background: url("../images/-.png") no-repeat center;transform: translateY(-50%) rotate(180deg);}
.specs dl dd{display: none;padding-bottom: 50px}
/*.specs dl dd table{width: 100%;}
.specs dl dd table tr th,.specs dl dd table tr td{font-size: 12px;text-align: center;transform: scale(0.8);}
.specs dl dd table tr th{font-weight: normal;color: #aaa;white-space: nowrap;}
.specs dl dd table tr th img{height: 15px !important;}*/
.specs dl dd ul,.specs dl dd li{overflow: auto;}
.specs dl dd ul li{border-bottom: 1px solid #d8d8d8;width: 31%;margin-right: 3.5%;float: left;}
.specs dl dd ul li:nth-child(3n){margin-right: 0;}
.specs dl dd ul li span{font-size: 16px;line-height: 280%;display: table-cell;margin: 0;}
.specs dl dd ul li span.fr{color: #7d7d7d;}
.specs dl dd ul li:last-child{display: flex;justify-content: space-between;}
.specs dl dd ul li span img{display: inline-block;vertical-align: middle;}

.totop{position: absolute;right: 5%;top: -50px;}
.section .foot{margin-top: 0;}
.foot{padding: 80px 0;background: #000;}
.foot .w .pace{margin-left: 0;max-width: 220px;}
.foot .w .SOMIA a{display: inline-block;margin-left: 25px;}
.foot .w .SOMIA img{height: 40px !important;}
.foot-nav{width: 50%;margin-left: 10%;}
.foot-nav dl{overflow: auto;line-height: 16px;margin: 10px auto;float: left;width: 20%;}
.foot-nav dl dt{font-size: 18px;color: #fff;line-height: 120%;margin-bottom: 5%;}
.foot-nav dl dd{}
.foot-nav dl dd a{font-size: 15px;color: #b5b5b5;display: block;line-height: 200%;}

.foot-bar{position: fixed;bottom: 0;z-index: 1000000;width: 100%;display: flex;background: #1f1f1f;}
.foot-bar .half{width: 50%;border: 1px solid #000; border-top: 2px solid #000;/*border-bottom: 2px solid #000;*/ text-align: center;}
.foot-bar a{padding-left: 25px;background-size: 100% auto;background-position: left center;background-size: auto 100%;line-height: 60px;background-repeat: no-repeat;font-size: 14px;}
.foot-bar .half:first-child a{background-image: url("../images/ico-consult.jpg");padding-left: 35px;}
.foot-bar .half:last-child a{background-image: url("../images/ico-position.jpg");}
.copyright{border-top: 1px solid #555;margin-top: 4%;padding-top: 2%;color: #535353;text-align: right;}
.copyright a{float: left;color: #535353;}
@media only screen and (max-width: 479px) {
  .pro p{font-size: 20px;}
}