﻿@charset "utf-8";
.main {
    overflow: hidden;
    width: 100%
}


/*banner*/

.flexslider {
    border: none!important;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}

.flex-control-nav {
    bottom: 35px;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, .3);
    width: 12px;
    height: 12px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-direction-nav a {
    top: 57%;
}

.flexslider .slides li img {
    max-width: 100%;
    width: 100%;
    float: left;
    cursor: pointer;
}

.flexslider .slides li img.b_mobile {
    display: none;
}

.flexslider .banner-p {
    position: absolute;
    width: 41%;
    top: 27%;
    left: 10%;
}

.flexslider .banner-p h3 {
    display: inline-block;
    border-bottom: 1px solid #2e2c2f;
    border-top: 1px solid #2e2c2f;
    font-size: 24px;
    font-weight: normal;
    color: #2e2c2f;
    letter-spacing: 1px
}

.flexslider .banner-p h2 {
    font-size: 52px;
    font-weight: normal;
    color: #2e2c2f;
    letter-spacing: 2px
}

.flexslider .banner-p h2 span {
    color: #fff;
}

.flexslider .banner-p p {
    font-size: 28px;
    color: #2e2c2f;
    letter-spacing: 1px
}


/*首页*/

.tit {
    font-size: 36px;
    color: #333;
    padding: 20px 0 0; height: 100px;
    text-align: center;
    -webkit-transition: all 1s .3s;
    transition: all 1s .3s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    /*opacity: 0;*/
}

.tit span {
    font-size: 46px;
    color: #ff6600;
}

.meet.animated .tit,
.product.animated .tit,
.picture.animated .tit,
.video-contain.animated .tit,
.contact.animated .tit,
.advantage.animated .tit {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.tit-p {
    font-size: 16px;
    color: #999999;
    padding: 0 0 60px;
    text-align: center;
    font-weight: normal;
    -webkit-transition: all 1s .6s;
    transition: all 1s .6s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    /*opacity: 0;*/
    letter-spacing: 10px;
    text-transform: uppercase;
}

.meet.animated .tit-p,
.product.animated .tit-p,
.picture.animated .tit-p,
.video-contain.animated .tit-p,
.contact.animated .tit-p,
.advantage.animated .tit-p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.tit-cn {
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 2;
    -webkit-transition: all 1s .6s;
    transition: all 1s .6s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
}

.meet.animated .tit-cn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.meet ul {
    margin-bottom: 30px;
    margin-top: 50px;
}

.meet li {
    position: relative;
    width: 12.5%;
    float: left;
    margin-bottom: 2%;
    -webkit-transition: all 1s .9s;
    transition: all 1s .9s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    text-align: center;
}

.meet.animated li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.meet li .ccb-cover {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-image: url(bg.png);
    background-repeat: no-repeat;
}

.meet li:nth-of-type(1) .ccb-cover {
    background-position: 10px 0;
}

.meet li:nth-of-type(2) .ccb-cover {
    background-position: -150px 0;
}

.meet li:nth-of-type(3) .ccb-cover {
    background-position: -320px 0;
}

.meet li:nth-of-type(4) .ccb-cover {
    background-position: -476px 0;
}

.meet li:nth-of-type(5) .ccb-cover {
    background-position: -640px 0;
}

.meet li:nth-of-type(6) .ccb-cover {
    background-position: -800px 0;
}

.meet li:nth-of-type(7) .ccb-cover {
    background-position: -960px 0;
}

.meet li:nth-of-type(8) .ccb-cover {
    background-position: -1126px 0;
}

.meet .ccb-tit {
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
}


/*产品*/

.product {
    background: url(bg2.png) no-repeat center/cover;
    padding-bottom: 60px;
}

.product .tit {
    color: #fff;
    text-transform: uppercase;
}

.product-p,
.product-img {
    width: 50%;
    float: left;
    -webkit-transition: all 1s .9s;
    transition: all 1s .9s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
}

.product.animated .product-p,
.product.animated .product-img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.product ul {
    margin: 60px 0;
}

.product li {
    float: left;
    width: 160px;
    height: 195px;
    background-color: #fff;
    margin-right: 48px;
    transition: all .2s;
}

.product li:last-of-type {
    margin-right: 0;
}

.product li:hover {
    background-color: #ff6600;
}

.product li i {
    width: 160px;
    height: 80px;
    display: block;
    background-image: url(bg3.png);
    background-repeat: no-repeat;
    transition: all .3s;
  text-align: center;   margin-top: 20px;
}
.product li i img{ border-radius: 100px; margin: auto; }

.product li p {
    color: #333;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
}

.product li p::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 7px;
    background-color: #ff6600;
    top: 45px;
    left: 47px;
    transition: all .2s;
}

.product li:hover p::after {
    background-color: #fff;
}

.product li:nth-of-type(1) i {
    background-position: 33px -75px;
}

.product li:nth-of-type(2) i {
    background-position: -175px -75px;
}

.product li:nth-of-type(3) i {
    background-position: -383px -75px;
}

.product li:nth-of-type(4) i {
    background-position: -597px -75px;
}

.product li:nth-of-type(5) i {
    background-position: -800px -75px;
}

.product li:nth-of-type(6) i {
    background-position: -1008px -75px;
}

.product li:nth-of-type(1):hover i {
    background-position: 33px 5px;
}

.product li:nth-of-type(2):hover i {
    background-position: -175px 5px;
}

.product li:nth-of-type(3):hover i {
    background-position: -383px 5px;
}

.product li:nth-of-type(4):hover i {
    background-position: -597px 5px;
}

.product li:nth-of-type(5):hover i {
    background-position: -800px 5px;
}

.product li:nth-of-type(6):hover i {
    background-position: -1008px 5px;
}


/*关于我们*/

.about {
    padding: 3% 0;
}

.about-left .fl,
.about-right .fr {
    width: 35%;
}

.about-left .fr,
.about-right .fl {
    width: 60%;
}

.about-left .fr ul,
.about-right .fr ul {
    margin-top: 20px;
}

.about-left .fr li {
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: url(icon.png) no-repeat left 8px;
    padding-left: 18px;
}

.about h3 {
    font-size: 36px;
    color: #333;
}

.about-right {
    margin-top: 60px;
}

.about-right .fl h3,
.about-right .fl p {
    text-align: right;
}

.about-right .fl li {
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: url(icon.png) no-repeat right 8px;
    padding-right: 18px;
    text-align: right;
}

.about p {
    line-height: 30px;
    color: #999;
    text-transform: uppercase;
}


/*优势*/

.advantage {
    background: url(bg4.png) no-repeat center/cover;
    padding: 0 0 3% 0;
}

.advantage .tit,
.advantage .tit-p {
    color: #fff;
}

.advantage-contain {
    width: 850px;
    margin: 0 auto;
    overflow: hidden
}

.progress {
    width: 100%;
    border-radius: 10px;
    padding: 0 6%;
    background-color: rgba(255, 255, 255, .1);
}

.deve-top {
    position: relative;
    padding-bottom: 3%;
}

.deve-top .box {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.deve-top .box {
    display: none;
}

.deve-top .box.on {
    display: block;
}

.deve-top .fl img {
    display: block;
}

.deve-top .fr {
    width: 480px;
    float: left;
}

.deve-top .fl {
    float: right;
    width: 450px;
}

.deve-top .fr h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.deve-top .fr div {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.deve-top .fr div ul li p {
    font-size: 16px;
    color: #999;
    line-height: 1.9;
}

.deve-down {
    background: url(img16.jpg) repeat-x center 59px;
    margin-bottom: 2%;
    padding-top: 3%;
}

.deve-down .list {
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100px;
}

.deve-down .list ul {
    width: 10000%;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.deve-down .list ul li {
    float: left;
    cursor: pointer;
    width: 150px;
    height: 100px;
    padding: 0 5px;
    text-align: center;
}

.deve-down .list ul li div {
    height: 56px;
}

.deve-down .list ul li.on div p {
    color: #ff6600;
}

.deve-down .list ul li.on a em {
    background-color: #ff6600;
    ;
}

.deve-down .list ul li div p {
    position: relative;
    top: 30px;
    color: rgba(255, 255, 254, .7);
    font-size: 16px;
    letter-spacing: 1px;
}

.deve-down .list ul li a {
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: 20px;
    background-color: #fff;
}

.deve-down .list ul li a em {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 2px;
}

.deve-top .huan a:nth-of-type(1) {
    width: 30px;
    height: 60px;
    display: block;
    background: url(arr-l.png) no-repeat center/cover;
    position: absolute;
    left: -5%;
    top: 40%;
}

.deve-top .huan a:nth-of-type(2) {
    width: 30px;
    height: 60px;
    display: block;
    background: url(arr-r.png) no-repeat center/cover;
    position: absolute;
    right: -5%;
    top: 40%;
}

.swiper-container {
    display: none
}

.swiper-wrapper {
    height: 460px;
}

.swiper-slide {
    background: #fff;
    width: 270px;
    height: 440px;
    border-radius: 10px;
    padding: 10px;
}

.swiper-slide h3 {
    font-size: 18px;
    color: #333;
}

.swiper-slide p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.swiper-slide div {
    text-align: right;
}

.swiper-slide a.a_icon:hover {
    background-position: 0 -30px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    height: 8px;
    bottom: 0;
    opacity: 1!important;
    background-color: rgba(255, 255, 255, .7);
}

.swiper-scrollbar-drag {
    background: #ff6600;
}


/*图片展示*/

.picture {
    padding: 0 0 3% 0;
}

.picture-nav {
    text-align: center;
    margin-bottom: 40px;
}

.picture-nav ul {
    display: inline-block;
}

.picture-nav ul li {
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    font-size: 18px;
}

.picture-nav ul li.cur,
.picture-nav ul li:hover {
    border-bottom: 4px solid #ff6600;
}

.picture-contain {
    display: none;
}

.picture-contain li {
    width: 380px;
    height: 380px;
    border: 4px solid transparent;
    transition: all .2s;
    float: left;
    margin-bottom: 30px;
}

.picture-contain li:nth-of-type(3n-1) {
    margin-left: 30px;
    margin-right: 30px;
}

.picture-contain li img {
    width: 100%;
    height: 100%;
}

.picture-contain li:hover {
    border: 4px solid #ff6600;
}

.picture .more {
    margin-top: 30px;
    text-align: center;
}

.picture .more a {
    width: 250px;
    height: 45px;
    line-height: 45px;
    color: #333;
    text-align: center;
    background-color: #ff6600;
    display: inline-block;
    transition: all .3s;
    border: 2px solid #ff6600;
    cursor: pointer;
}

.picture .more a:hover {
    border: 2px solid #ff6600;
    background-color: #fff;
    color: #ff6600;
}

.picture_more {
    display: none;
}


/*体验*/

.video-contain {
    background: url(bg5.png) no-repeat center/cover;
    padding: 0 0 3% 0;
}

.video-contain .tit,
.video-contain .tit-p {
    color: #fff;
}

.video-contain p {
    color: #999;
    text-align: center;
    line-height: 2;
}

.video-contain .more {
    text-align: center;
}

.video-contain .more a {
    color: #fff;
    border: 1px solid #fff;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    transition: all .3s;
}

.video-contain .more a:hover {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #333;
}

.video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000000000000000;
    display: none;
}

.video .box {
    width: 75%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 90%;
    background-color: #000;
}

.video .box video {
    width: 100%;
    cursor: pointer;
    border: 2px solid #949494;
    height: 100%
}

.video .box .close {
    width: 35px;
    height: 35px;
    background: url(close.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    cursor: pointer;
}

.video .box .play {
    width: 161px;
    height: 160px;
    background: url(play.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -80px;
    cursor: pointer;
    display: none;
}

.video-img {
    height: 600px;
    overflow: hidden;
    position: relative;
    margin: 30px 0;
    text-align: center
}

.video-img span {
    transition: 780ms;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(play.png) center no-repeat;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: 100px;
}

.video-img:hover span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.video-img img {
    transition: 780ms;
    width: 100%;
    height: 100%
}

.video-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}


/*contact us*/

.contact {
    padding: 0 0 3% 0;
}

.contact p {
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.72857143;
    color: #555555;
    border: none;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    background-color: #f6f6f6;
    margin-bottom: 15px;
}

.button {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background-color: #ff6600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 3px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    transition: all .2s ease-out
}

.button:hover {
    transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(45, 50, 55, .3);
}

textarea {
    overflow: auto;
    resize: vertical;
    height: auto!important;
    margin-bottom: 25px;
}


/*视频列表*/

.ibanner {
    padding-top: 100px;
}

.ibanner img {
    width: 100%;
}

.video-list-nav {
    margin-top: 30px;
}

.video-list-nav li {
    margin-right: 40px;
    display: inline-block;
}

.video-list-nav li a {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    padding-left: 20px;
}

.video-list-nav li:nth-of-type(1) a {
    background: url(icon2.png) no-repeat left center;
}

.video-list-nav li.cur a {
    color: #ff6600;
}

.video-list-contain li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
}

.video-list-contain li:nth-of-type(4n) {
    margin-right: 0;
}

.video-list-contain li .video-img {
    height: 234px;
    margin: 20px 0 0 0;
}

.video-list-contain p {
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.video-list-contain li .video-img span {
    background: url(play2.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 50px;
}


/*cert*/

.cert-contain {
    background: url(zb.jpg) no-repeat center/cover;
    padding: 10% 0;
}

.cert-contain .tit,
.cert-contain-search .tit {
    color: #fff;
}

.cert-contain .tit,
.cert-contain .tit-p,
.cert-contain-search .tit,
.cert-contain-search .tit-p {
    opacity: 1;
}

.cert-nav {
    max-width: 660px;
    width: 96%;
    margin: 0 auto;
    padding: 50px 0 30px;
}

.cert-nav a {
    color: rgba(255, 255, 255, .7);
    padding-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

.cert-nav a.cur {
    border-bottom: 1px solid #ff6600;
    ;
}

.cert-search {
    max-width: 660px;
    width: 96%;
    margin: 0 auto;
}

.form-control2 {
    height: 45px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    border: none;
    width: 80%;
    line-height: 45px;
    float: left;
    padding: 0 5px;
    padding-left: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: rgba(255, 255, 255, .4);
}

.btn {
    height: 45px;
    width: 15%;
    text-align: center;
    line-height: 44px;
    background-color: #333333;
    background-image: url(icon3.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cert-contain-search {
    background: url(zb.jpg) no-repeat center/cover;
    padding: 5% 0;
}

.cert-contain-search .cert-search {
    padding: 50px 0 30px;
}

.cert-contain-info {
    width: 1028px;
    height: 368px;
    background: url(bg6.png) no-repeat center/cover;
    margin: 0 auto;
    margin-top: -4%;
    margin-bottom: 5%;
    padding: 40px 80px; position: relative;
}

.cert-contain-info .yz{ position: absolute; right: 20px; top:200px; }

.cert-contain-info h3 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #999;
    display: inline-block;
    position: relative;
}

.cert-contain-info h3::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 3px;
    /*background-color: rgba(163, 153, 153, .7);*/
}

.cert-contain-info p {
    font-size: 16px;
    line-height: 2;
}

.cert-contain-info .fl,
.cert-contain-info .fr {
    width: 40%;
}

.cert-contain-info .fl h3 i {
    background: url(icon4.png) no-repeat left center;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.cert-contain-info .fr h3 i {
    background: url(icon5.png) no-repeat left center;
    display: block;
    float: left;
    width: 26px;
    height: 24px;
    margin-right: 10px;
    margin-top: 4px;
}


/*经销商*/

.network1 {
    background-color: #ededed;
    margin: 3% 0 6%;
}

.network1 .padding {
    padding: 10px;
}

.network1_left {
    width: 30%;
}

.network1_left .padding {
    padding: 50px 30px
}

.network1_left h3 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    text-align: center
}

.network1_right {
    width: 68%;
    height: 300px;
}

.nice_select {
    width: 100%;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}

.nice_select input {
    color: #666;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px \9;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}

.nice_select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 39px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #999;
    border-top: 0;
    box-shadow: 0 3px 5px #999;
    z-index: 9999;
}

.nice_select ul li {
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}

.nice_select ul li a {
    color: #666
}

.nice_select ul li:hover {
    background-color: #e10e72;
    color: #fff
}

.nice_select ul li:hover a {
    color: #fff
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    border: 1px solid #ccc
}

.net_submit input[ type=submit] {
    width: 169px;
    height: 34px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.anchorBL {
    display: none!important;
}

.network2 {
    margin-bottom: 6%
}

.network2 .network2_box {
    font-size: 16px;
    text-align: center;
    color: #666
}

.network2 dl dt {
    background-color: #2a2a2a;
    color: #fff;
}

.network2 dl dt span {
    font-size: 18px
}

.network2 dl dt dd {
    color: #666
}

.network2 dl span:nth-of-type(1) {
    width: 17%;
    text-align: left;
    padding-left: 4%
}

.network2 dl span:nth-of-type(2) {
    width: 47%;
    text-align: left
}

.network2 dl span:nth-of-type(3) {
    width: 35%;
    text-align: left
}

.network2 dl span {
    width: 33%;
    display: inline-block;
    padding: 13px 0px;
    font-size: 14px;
}

.network2 dl dd:nth-of-type(even) {
    background-color: #f2f2f2
}

.network2 h4 {
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    margin: 15px 0
}

.network2 h4 span {
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
    font-weight: bold;
}

.network2 p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666
}

.dealer select {
    padding: 0 5px;
    width: 100%;
    height: 40px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(arr.png) no-repeat scroll right center transparent;
    color: #666666;
    margin-bottom: 10px;
    background-color: #fff
}

.dealerselect::-ms-expand {
    display: none;
}

.net_submit input[ type=submit] {
    width: 100%;
    height: 40px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    background-color: #2a2a2a;
    color: #fff;
}

.net_submit a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    background-color: #2a2a2a;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}


/*news*/

.newleft {
    width: 100%;
    margin-top: 30px;
}

.newleft .uls li {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.newleft .libox .img {
    float: left;
    width: 40%;
    max-height: 250px;
    max-width: 440px;
    overflow: hidden;
}

.newleft .libox .img img {
    width: 100%;
}

.newleft .libox .ms {
    width: 58%;
    float: right;
    margin-top: 10px;
}

.newleft .libox .ms h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 20px;
}

.newleft .libox .ms p {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.newleft .libox .ms a {
    max-width: 145px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ff6600;
    border-radius: 25px;
    display: block;
    text-align: center;
    color: #ff6600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.newleft .libox .ms a i {
    width: 20px;
    height: 146px;
    position: absolute;
    z-index: 0;
    top: -52px;
    left: 0;
    transform: rotate(-66deg);
    background: rgba(241, 193, 32, .5);
    display: none;
}

.newleft .libox .ms a:hover i {
    animation: sc_submit_btn_anim 2s linear infinite;
    display: block;
}

@keyframes sc_submit_btn_anim {
    0% {
        left: -100px;
    }
    100% {
        left: 500px;
    }
}

.newleft .libox .ms .btn:hover {
    border-color: #333;
    background-color: #333;
    color: #fff;
}


/*新闻详情*/

.detail {
    margin-bottom: 8%;
    margin-top: 3%;
}

.detail .title {
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.detail .title h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.detail .title .smallicon {
    text-align: center;
    margin-bottom: 10px;
}

.detail .detailcon p {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}

.detail .detailcon p img {
    width: 100%;
}

.fanye {
    margin-bottom: 30px;
}

.fanye a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.Thenext {
    font-size: 16px;
    margin: 40px 0px 20px;
    color: #999;
    overflow: hidden;
    line-height: 24px;
}

.Thenext span {
    width: 50%;
}

.Thenext .last_t {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Thenext .next_t {
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Thenext a {
    color: #666;
}

.target-fix {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}


/*新模板页*/

.about-contain {
    background-color: #f2f2f2;
    padding: 2% 0 4%;
}

.content { padding: 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.content .header {
    padding: 40px 0 30px 50px;
}

.content .header p.title {
    text-align: left;
    font-size: 24px;
}

.content .header p.subtitle {
    color: #c1c1c1;
    font-size: 16px;
    text-align: left;
}

#category {
    margin-top: 10px;
    padding-left: 50px;
    width: 250px;
    margin-left: 0;
    padding-bottom: 35px;
    float: left;
    text-align: left;
}

#category a {
    border: 0;
    background: none;
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 0;
    line-height: 50px;
    height: 50px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-left: 16px;
    transition: all 0.3s ease-out 0s;
}

#category a::before {
    left: 0;
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 15px;
}

#category a.active::before {
    background: #ff6600;
}

#category a:hover {
    padding-left: 26px;
}

#category a:hover::before {
    background: #ff6600;
    left: 10px;
}

.a-box {
    width: 900px;
    float: right;
    padding-right: 50px;
    padding-bottom: 50px;
    min-height: 400px;
}

.a-box h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px
}

.a-box p {
    line-height: 2;
    font-size: 16px;
    color: #6a6a6a;
}

@media(max-width:1200px) {
    .progress {
        display: none
    }
    .swiper-container {
        display: block
    }
    .video .box {
        height: 300px
    }
    .flexslider {
        padding-top: 60px;
    }
}

@media(max-width:768px) {
    .advantage {
        padding: 0 0 40px 0;
    }
    .meet li {
        width: 25%;
        margin-bottom: 25px
    }
    .meet li .ccb-cover {
        height:85px
    }
    .meet .ccb-tit {
        font-size: 14px
    }
    .meet ul {
        margin-top: 30px
    }
    .product {  
        padding-bottom: 30px
    }
    .product ul {
        margin: 20px 0;
    }
    .product li {
        width: 31%;
        margin-right:2% !important;
        margin-bottom: 3%;
        height: 165px;
    }
    .product li:nth-of-type(3n) {
        margin-right: 0
    }
    .product li i {
        width: 110px;
        height: 95px;
        margin-top: 10px
    }
    .product li:nth-of-type(1) i {
        background-position: 8px -76px;
    }
    .product li:nth-of-type(2) i {
        background-position: -196px -75px;
    }
    .product li:nth-of-type(3) i {
        background-position: -406px -75px;
    }
    .product li:nth-of-type(4) i {
        background-position: -618px -75px;
    }
    .product li:nth-of-type(5) i {
        background-position: -823px -75px;
    }
    .product li:nth-of-type(6) i {
        background-position: -1031px -75px;
    }
    .product li p {
        font-size: 16px;
        margin-top: 10px
    }
    .product li p::after {
        width: 55px;
        height: 4px;
        left: 29px;
    }
    .about {
        padding: 20px 0
    }
    .about-left .fl,
    .about-right .fr {
        width: 100%
    }
    .about-left .fr,
    .about-right .fl {
        width: 100%;
    }
    .about h3 {
        font-size: 22px;
        margin-top: 10px
    }
    .about-right {
        margin-top: 30px;
    }
    .about-right .fl h3,
    .about-right .fl p {
        text-align: left;
    }
    .about-right .fl li {
        background: url(icon.png) no-repeat left 8px;
        padding-left: 18px;
        padding-right: 0;
        text-align: left
    }
    .picture-nav ul li {
        font-size: 14px;
        margin: 0 7px
    }
    .picture-contain li {
        width: 50%;
        height: 189px;
        margin-bottom: 0;
    }
    .picture-contain li:nth-of-type(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
    .picture,
    .video-contain,
    .contact {
        padding: 0 0 30px 0;
    }
    .video-contain p br {
        display: none
    }
    .video-img {
        height: auto;
    }
    .video-img span {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    .form-control {
        font-size: 14px;
    }
    .cert-nav a {
        font-size: 14px
    }
    .form-control2 {
        width: 85%
    }
    .cert-contain {
        padding: 60px 0 90px;
    }
    .cert-contain-info {
        width: 100%;
        height: auto;
        background: none;
        margin-top: 2%;
        padding: 15px;
    }
    .cert-contain-info .fl,
    .cert-contain-info .fr {
        width: 100%
    }
    .cert-contain-info .fl {
        margin-bottom: 20px;
    }
    .network1_left,
    .network1_right {
        width: 100%
    }
    .ibanner {
        padding-top: 60px;
        overflow: hidden;
    }
    .ibanner img {
        width: 160%;
        margin-left: -30%;
        max-width: 160%;
    }
    .network1_left .padding {
        padding: 30px
    }
    .network2 dl dt:first-child {
        display: none;
    }
    .network2 h4 {
        text-align: center
    }
    .network2 dl span:nth-of-type(1),
    .network2 dl span:nth-of-type(2),
    .network2 dl span:nth-of-type(3) {
        width: 100%;
        text-align: center;
    }
    .video-list-nav {
        margin-top: 20px;
    }
    .video-list-nav li a {
        font-size: 16px;
    }
    .video-list-contain li {
        width: 48%;
        margin-right: 4%
    }
    .video-list-contain li:nth-of-type(2n) {
        margin-right: 0;
    }
    .video-list-contain li .video-img {
        height: 151px;
        margin: 10px 0 0 0;
    }
    .video-list-contain p {
        font-size: 14px;
    }
    .newleft {
        margin-top: 18px
    }
    .newleft .libox .img,
    .newleft .libox .ms {
        width: 100%;
        margin-top: 0;
    }
    .newleft .libox .ms h3 {
        font-size: 16px;
    }
    .newleft .libox .ms p {
        font-size: 14px;
    }
    .newleft .uls li {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .detail .detailcon p {
        font-size: 14px;
    }
    .detail .title h3 {
        font-size: 18px;
    }
    .target-fix {
        top: -60px;
    }
    #timeLine {
        width: 100%
    }
    #btnLeft {
        left: 20px;
        width: 35px;
        height: 100px;
        line-height: 100px;
    }
    #btnRight {
        right: 20px;
        width: 35px;
        height: 100px;
        line-height: 100px;
    }
    .advantage-contain {
        width: 65%
    }
    .container-li {
        padding: 0;
        margin-top: 10px;
    }
    #cUl {
        height: 445px;
    }
    #cUl,
    #cUl li,
    .c-li-left,
    .c-li-right {
        width: 100%
    }
    .dotted-line {
        top: -55px;
    }
    #yearList li {
        font-size: 16px;
    }
    /*新模板页*/
    .about-contain {
        padding: 0;
    }
    .about-contain .news1200 {
        width: 100%;
    }
    .content .header {
        padding: 20px 0 10px 15px;
    }
    #category {
        margin-top: 0;
        width: 100%;
        float: none;
        padding-left: 9px;
        padding-right: 9px;
        padding-bottom: 20px;
    }
    #category a {
        width: 31.7%;
        margin-right: 1%;
        display: inline-block;
        font-size: 14px;
        line-height: 45px;
        height: 45px; overflow: hidden;
        padding-left: 10px;
    }
    #category a::before {
        margin-top: 12px;
    }
    #category a:nth-of-type(3n) {
        margin-right: 0;
    }
    .a-box {
        width: 96%;
        margin: 0 auto;
        padding-right: 0;
        float: none;
        padding-bottom: 20px;
    }
    .a-box p {
        font-size: 14px;
    }
    .a-box li{ width: 160px !important; margin: 5px; height: 200px !important; float: left; list-style:40px; text-align: center; }
    .a-box li img{ width: 100%; max-height: 150px; border: solid 1px #ccc; }
    .a-box li .price{ color: #ff5500; }
    }

@media(max-width:640px) {
    .tit {
        font-size: 22px;
        padding: 15px 0 0;
    }
    .tit-p {
        padding: 0 0 20px;
        letter-spacing: 1px;
    }
    .flex-control-paging li a {
        width: 7px;
        height: 7px;
    }
    .flex-control-nav {
        bottom: -10px;
    }
    .nbanner {
        overflow: hidden;
        width: 100%;
    }
    .nbanner img {
        width: 140%;
        margin-left: -20%;
        max-width: 140%;
    }
    .flexslider .slides li img.b_pc,
    .flexslider .banner-p {
        display: none;
    }
    .flexslider .slides li img.b_mobile {
        display: block;
    }
}

@media(max-width:380px) {}

@media(max-width:330px) {}
.a-box li{ width: 190px; margin: 8px; height: 280px; float: left; list-style:40px; text-align: center; }
.a-box li img{ width: 100%; max-height: 190px; border: solid 1px #ccc; }
.a-box li .price{ color: #ff5500; }
.catechild{ padding-left: 30px;  }
.catechild li{ list-style: disc; }
#category .cur{ color: #ff5500; font-weight: bold; }

  .conttit{ width: 100%;text-align: center; font-size: 30px; }
    .contline{ width: 120px; height: 3px; background-color: #eee; margin: auto; }
    .contline .linec{ width: 30px; height: 3px; background-color: #FF6600; margin-left: 45px; }
    .entit{ width: 100%; color: #999; text-align: center;  line-height: 40px;}
    .icolist{ width: 80%; height: 200px; margin: auto; line-height: 100px; }
    .icolist li{ text-align: center; margin-top: 40px; line-height: 30px; float: left; width: 33.3%; }
    .map{ width: 100%; position: relative; height: 500px; background-size: 100% 100%; background-image: url(/res/images/map.png); }
    .clear{ clear: both; }
    .map .msg{ width: 40%; position: absolute; left:100px; top:50px;box-shadow: 0px 0px 50px #ccc; height:400px;  background-color: #fff; padding: 20px; }
    .map .msg .tit1{font-size: 24px; color: #999999;  width: 100% }
    .map .msg .tit2{font-size: 18px;  color: #333333; font-weight: bold; width: 100% }
    .map .msg .info{ width: 100%; line-height: 40px; }
    .map .msg .info li{ width: 50%; float: left; font-size: 12px;line-height: 2.5;}
    .map .msg input{ border: solid 1px #ccc; border-radius: 2px; padding: 0 10px; font-size: 12px; line-height: 30px; height: 30px; margin: 10px; width: 90%; float: left;  }

    .map .msg textarea{ border: solid 1px #ccc; border-radius: 2px; padding: 0 10px; font-size: 12px; line-height: 30px; height: 90px; margin: 10px; width: 90%; float: left;  }
    .map .msg .butt{ width: 100px; height: 40px; line-height: 40px; text-align: center; color: #fff; background-color: #ff5500; border-radius: 5px; float: right; margin-right: 30px; }

.view,.newslist{ padding: 0 20px; line-height: 40px; }

.view .title{ width: 100%; font-size: 32px; line-height: 50px; text-align: center; font-weight: bold; }
.view .subtitle{ width: 100%; font-size: 24px; line-height: 50px; text-align: center;  color: #999; }
.view .imgs{ width: 100%; text-align: center; }
.view .imgs img{ max-width: 100%; }
.newslist li{ list-style: 45px; height: 45px; width: 90%; margin-right: 10%; list-style: disc; text-align: left; border-bottom: dashed 1px #ccc;  }
.newslist li span{ color: #999; float: right; }


.cofferlist{ width: 100%; margin:30px auto 10px; }
.cofferlist li{ width:33.3%; text-align: center; height: 140px; float: left; }
.cofferlist li img{ width: 60px; height: 60px; margin:10px;  }
.cofferlist2{ width: 100%; margin: auto; }
.cofferlist2 .ctit{ width: 100%; padding-left: 10%; text-align: left; background-color: #f3f3f3; height: 40px; line-height: 40px; float: left; }
.cofferlist2 li{ width: 100%; padding-left: 10%; border-bottom: solid 1px #f3f3f3; text-align: left; line-height: 60px; float: left; }
.cofferlist2 li img{ width: 40px; height:40px; float: left; margin: 10px; }

.coffer2{ width: 100%;  }
.coffer2 .co2left{ width: 30%; float: left; background-color: #f7f7f7; }
.coffer2 .co2right{ width: 70%; float: left; }
.coffer2 .co2left .co2title{ width: 100%; text-align: center;  height: 60px; line-height: 60px; }
.coffer2 .co2left .co2menu{ height: 550px; overflow-y: auto; }
.coffer2 .co2left .co2menu li{ width: 100%; height: 50px; line-height: 50px; text-align: center; border-top: 1px solid #e6e6e6; }
.co2footer{position: fixed; z-index: 100;  bottom: 0; width: 100%; height: 60px; background-color: #fff; border-top: 1px solid #e6e6e6; }
.co2footer .co2fleft{ width: 60%; line-height: 30px; text-align: center; float: left; }
.co2footer .co2fright{ width: 40%; background-color: #8f3a23; color: #fff; line-height:60px; text-align: center; float: left; }
.coffer2 .co2cur{ background-color: #8f3a23 !important; color: #fff;  }
.coffer2 .co2right .co2rt{ width: 100%; padding-left: 20px; float: left; line-height: 60px; border-bottom: solid 1px #e6e6e6;  }
.coffer2 .co2right   li{ width: 40%; margin: 20px 5%; color: #fff; padding: 25px 5px 0 5px; border-radius: 10px; background-color: #3f4042; float: left; height: 100px; text-align: center; }
 
.carparts{ width: 100%; }
.carparts .cptit{ width: 100%;float: left; line-height: 50px; float: left; padding-left: 20px; background-color: #f8f8f8; }
.carparts li{ width: 100%; height: auto; padding: 10px 10px; border-bottom: solid  #f8f8f8 5px; float: left; }
.carparts li img{ width: 150px; margin-right: 10px; border: solid 1px #f8f8f8;  height: 100px;float: left; }
.carparts li .txt{ float: left; overflow: hidden; width: 140px; line-height: 32px; font-size: 14px;}
.carparts li .txt span{ color: #929294; }
.carparts li .txt .price{ color: #fF0000;  }
.carparts li input{ float: left; margin: 40px 10px }
.cp3footer{position: fixed; z-index: 100; padding-left: 10px;  background-color: #3c3d41; color: #fff; bottom: 0; width: 100%; height: 60px;  border-top: 1px solid #e6e6e6; }

.cp3footer .rprice{ width: 50%; color: #fF0000; font-size: 18px;line-height: 60px; float: right; }