﻿@charset "utf-8";
.tb80{ padding: 80px 0; }
/*HeaderSTART*/
.header{ height:80px;line-height:80px; }
.header .logo-img{ display:table-cell;max-width:250px;max-height:80px;vertical-align:middle;text-align:center; }
.header .logo-img img{ max-height:33px;vertical-align: middle; }
.header .tel{ font-size: 20px;color: #0142a0;margin-left: 20px; }
.nav ul li{
    position: relative;
    float: left;
    -webkit-perspective: 60px;
    -moz-perspective: 60px;
    -ms-perspective: 60px;
    perspective: 60px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 999
}
.nav ul li a{display:block; padding: 0 10px;}
.nav ul li:first-child a{background:none;}
.nav ul li:last-child a{ padding-right: 0; }
.nav ul li .childer{
    position: absolute;
    width: 160px;
    height: auto;
    top: 80px;
    left: 0;
    padding-bottom: 5px;
    background: transparent;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999;
}
.nav ul li .childer a{
    height: 35px;
    line-height: 35px;
    text-align: left;
    color:#fff;
    padding-left: 15px;
    border-left-width: 2px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: transparent;
    overflow: hidden;
    font-weight: normal !important;
}
.nav ul li .childer a:hover{
    background: #fbfbfb;
    color: #0e94eb;
    border-left-width: 2px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #fff;
}
.nav ul li .childer,
.nav ul li .childer a,
.nav ul li .bot-bottom{
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
.nav ul li:hover .childer{
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.nav ul li.on .childer a{ color: #fff; }
.nav ul li.on a{ font-weight: bold;color:#333; }
/*HeaderNED*/
/*SlidesSTART*/
.swiper-container { min-width: 1180px; width: 100%;height: auto;background: #fff; }
.swiper-slide {min-width:1150px;text-align: center;font-size: 18px;background: #252c36;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
    -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;background-repeat: no-repeat;}
.swiper-slide img{display: block;max-width: 100%;height: auto;margin-left: auto;margin-right: auto;}
.slide-usezans .swiper-button-next,
.slide-usezans .swiper-button-prev{ width:50px !important;height:50px !important; background: none;}
.slide-usezans .swiper-button-next{right:2% !important;}
.slide-usezans .swiper-button-prev{left:2% !important;}
.slide-usezans .swiper-button-next .span-next,
.slide-usezans .swiper-button-prev .span-prev{ color: #fff;font-size: 50px; }
.slide-usezans.swiper-container .swiper-button-prev.swiper-button-disabled,
.slide-usezans.swiper-container .swiper-button-next.swiper-button-disabled{opacity:0;}
.slide-usezans.swiper-container-horizontal .swiper-pagination-bullets{ bottom: 5%; }
.slide-usezans.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{ opacity: .4; }
.slide-usezans.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1; }
.swiper-container .swiper-slide .url{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 106;}
/*SlidesNED*/
/*FooterSTART*/
.footer:after{ display: block;content: "";clear: both; }
.footer a{ color: #333; }
.footer .footer-nav{ padding: 47px 0 0 60px; }
.footer .footer-nav ul li{ width: 114px;float: left; }
.footer .footer-nav ul li h3{ font-size: 16px;color: #333; }
.footer .footer-nav ul li a{ display: block;color: #333;margin-top: 10px; }
.footer .footer-text{ padding: 45px 0 35px; }
.footer .footer-text .feedabck{ width: 350px; }
.footer .footer-text .feedabck .titles{ font-size: 18px;padding-bottom: 25px;color: #333; }
.footer .footer-text .feedabck ul li{ float: left; width: 165px;margin-bottom: 14px; height: 28px;border: 1px solid rgba(0,0,0,.1); }
.footer .footer-text .feedabck ul li:nth-of-type(1),
.footer .footer-text .feedabck ul li:nth-of-type(3){ margin-right: 16px; }
.footer .footer-text .feedabck ul li input::placeholder,
.footer .footer-text .feedabck textarea::placeholder{ color: #999; }
.footer .footer-text .feedabck ul li input[type=text]{ width:calc(100% - 20px);padding: 0 10px; height: 28px;line-height: 28px;background: transparent;border: 0;color: #fff;
    outline: none; }
.footer .footer-text .feedabck textarea{ width:calc(100% - 20px);padding: 10px; height: 45px;background: transparent;outline: none;resize: none;
    border: 1px solid rgba(0,0,0,.1);color: #fff; }
.footer .footer-text .bth-submit{ display: block; width: 165px;height: 33px;line-height: 31px;text-align: center;color: #333;background: transparent;
    margin: 15px auto 0;border: 1px solid rgba(0,0,0,.1);cursor: pointer; }
.footer .footer-text .error-hides{ display: block; margin:10px 0 0 0; }
.footer-right{ width: 332px;padding-top: 52px; }
.footer-right .phone{float: right;min-width: 220px;text-align:right;}
.footer-right img.code{margin-left: 20px;border: 6px solid #999;}
.footer-right .phone span{display: block;color: #666;}
.footer-right .phone strong{font-size: 30px;color: #333;padding:3px 0;}
.footer-right a.qq{float: right;display: block;width: 100px;height: 28px;line-height:27px;text-align: center;
    background: #999;color: #fff;border-radius: 45px;}
.footer .copyright{ padding: 30px 0;border-top: 1px solid rgba(0,0,0,.1) }
.footer .copyright span{ margin-right: 15px; }
.footer .links{ padding: 30px 0;border-bottom: 1px solid rgba(0,0,0,.1) }
.footer .links span{ width: 73px; float: left; display: block; }
.footer .links .text-a{ display: block;float: left;width: calc(100% - 73px);  }
.footer .links .text-a a{  padding-right:15px;margin-bottom: 5px; }
.footer.back-black .footer-nav ul li h3,
.footer.back-black .footer-text .feedabck .titles,
.footer.back-black .footer-text .bth-submit,
.footer.back-black .footer-right .phone strong{ color: #fff; }
.footer.back-black .footer-text .feedabck ul li,
.footer.back-black .footer-text .feedabck textarea,
.footer.back-black .footer-text .bth-submit{ border: 1px solid rgba(255,255,255,.2); }
.footer.back-black .links{ border-bottom: 1px solid rgba(255,255,255,.2); }
.footer.back-black .footer-nav a,
.footer.back-black .copyright,
.footer.back-black .copyright a,
.footer.back-black .links,
.footer.back-black .links a,
.footer.back-black .footer-right .phone span,
.footer.back-black .footer-text .feedabck ul li input::placeholder,
.footer.back-black .footer-text .feedabck textarea::placeholder{ color:rgba(255,255,255,.8); }
.footer.back-black .copyright{ border-top: 1px solid rgba(255,255,255,.2); }
.footer.back-black .footer-right img.code{ border: 6px solid #fff; }
.footer.back-black .footer-right a.qq{ background: #fff;color: #333; }
.footer.back-black .footer-nav a:hover,
.footer.back-black .links .text-a a:hover,
.footer.back-black .copyright a:hover{ color:#fff; }
/*FooterNED*/
/*++------------------------
/*++  Plate-Module
/*++------------------------*/
.comm-title{ position: relative;margin-bottom: 30px; }
.comm-title .title h3{ font-size:36px;color:#333;padding-bottom:5px; }
.back-black .comm-title .title h3,
.back-black .comm-title .subcat a{ color: #fff; }
.back-black .comm-title .title p { color: rgba(255,255,255,.8); }
.comm-title .title p{ color: #333; }
.comm-title:after{ display: block;content: "";clear: both; }
.comm-title .title{ width: 50%;float: left; }
.comm-title .subcat{ width: 50%;float: right;margin-top:33px;text-align:right; }
.comm-title .subcat a{ padding:5px 15px;color:#333;cursor:pointer;border-radius:65px;margin-right:5px; }
.comm-title .subcat a:hover,
.comm-title .subcat a.on{ color:#fff; }/*Ads-bSTART*/
.regions-b.regions-module a{ width: 100%;display: block; }
/*Ads-bNED*//*Article-bSTART*/
.plate-article.article-b{ padding-bottom: 40px; }
.plate-article.article-b .comm-title .title{ width: 100%; }
.article-b .article-lists ul li{ float: left;width: 556px;height: 140px;margin: 0 85px 40px 0;background: #fff;overflow: hidden; }
.article-b .article-lists ul li:nth-of-type(even){ float: right; margin-right: 0; }
.article-b .article-lists ul li .bor-img{ display:block;float: right; width: 220px;height: 100%;overflow: hidden; }
.article-b .article-lists ul li img{ width: 100%; transition: all .4s ease-out;-webkit-transition: all .4s ease-out; }
.article-b .article-lists ul li .remark{ width: 290px;float: left; }
.article-b .article-lists ul li .remark .md,
.article-b .article-lists ul li .remark .y{ display: block; }
.article-b .article-lists ul li .remark .md{ font-size: 25px;color: #333; }
.article-b .article-lists ul li .remark .y{ color: #666; }
.article-b .article-lists ul li .remark h5{ font-weight: bold;color: #333;padding: 10px 0 6px; }
.article-b .article-lists ul li .remark .desc{ color: #666; }
.article-b .article-lists ul li:hover img{ -webkit-transform: scale(1.2);transform: scale(1.2); }
.article-b.back-black .article-lists ul li{ background: transparent; }
.article-b.back-black .comm-title .title p .arta-more,
.article-b.back-black .article-lists ul li .remark .y,
.article-b.back-black .article-lists ul li .remark .md,
.article-b.back-black .article-lists ul li .remark h5{ color: #fff; }
.article-b.back-black .article-lists ul li .remark .desc{ color: rgba(255,255,255,.8); }
/*Article-bNED*//*Partner-aSTART*/
.partner-a .partner-lists:after{ display: block;content: '';clear: both; }
.back-white.partner-a .partner-lists{ box-shadow: 0 0 15px rgba(0,0,0,.2); }
.partner-a .partner-lists ul li{ width: 240px;height: 179px;float: left;border-right: 1px solid #f0f0f0;border-bottom: 1px solid #f0f0f0; }
.partner-a .partner-lists ul li img{ display: block;width: 100%; }
.partner-a .partner-lists ul li:nth-of-type(5n){ border-right: 0; }
/*Partner-aNED*//*Picture-bSTART*/
.picture-b.plate-pic{ padding-bottom: 57px; }
.picture-b .picture-lists ul li{ width: 385px;float: left;margin: 0 23px 23px 0;overflow: hidden;-webkit-transition: all .4s ease-out;transition: all .4s ease-out; }
.picture-b .picture-lists ul li .posi-img{ position: relative; }
.picture-b .picture-lists ul li .posi-img img{ width: 100%;display: block; }
.picture-b .picture-lists ul li .remark{ padding:18px 15px;text-align: center; }
.picture-b .picture-lists ul li .remark h5{ font-size: 16px; font-weight: bold;color: #000; }
.picture-b .picture-lists ul li .remark p{ color: #666; }
.picture-b.back-black .picture-lists ul li .remark h5{ color: #fff; }
.picture-b.back-black .picture-lists ul li .remark p{ color: rgba(255,255,255,.7); }
.picture-b .picture-lists ul li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.3) }
/*Picture-bNED*//*Picture-cSTART*/
.picture-c.plate-pic{ padding-bottom: 57px; }
.picture-c .picture-lists ul li{ width: 385px;float: left;margin: 0 23px 23px 0;overflow: hidden; }
.picture-c .picture-lists ul li .posi-img{ position: relative; }
.picture-c .picture-lists ul li .posi-img img{ width: 100%;display: block;height:240px; }
.picture-c .picture-lists ul li .remark{ padding:18px 15px;text-align: center; }
.picture-c .picture-lists ul li .remark h5{ font-size: 14px;color: #000; }
.picture-c .picture-lists ul li:hover .remark h5{ color: #fff; }
.picture-c.back-black .picture-lists ul li .remark{ background: #fff; }
/*Picture-cNED*//*Picture-cSTART*/
.picture-f.plate-pic{ padding-bottom: 57px; }
.picture-f .picture-lists ul li{ width: 385px;float: left;margin: 0 23px 23px 0;overflow: hidden; }
.picture-f .picture-lists ul li .posi-img{ position: relative; }
.picture-f .picture-lists ul li .posi-img img{ width: 100%;display: block; }
.picture-f .picture-lists ul li .remark{ padding:18px 15px;text-align: center; }
.picture-f .picture-lists ul li .remark h5{ font-size: 14px;color: #000; }
.picture-f .picture-lists ul li:hover .remark h5{ color: #fff; }
.picture-f.back-black .picture-lists ul li .remark{ background: #fff; }
/*Picture-cNED*/