/*图片放大*/
.img-plus{vertical-align: top; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.img-plus:hover{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}


.lxb-container{ background-image: url(../images/99.jpg)!important; }

.tiao{ 

    display: block;

    position: absolute;

    right: 5px;

    top:29px;

    font-size: 12px;

    background: #E12B1F;

    color: #fff!important;

    width: 35px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.tiao img {

    margin-left: 8px;

}
/* ====== Header ====== */
.header {
    width: 100%;
    height: 92px;
    background: url(../images/header_bg.png) repeat-x;
    border-bottom: 2px solid #C70009;
}
.head-logo {
    position: relative;
    margin-top: 18px;
}
.head-logo .slogan {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    color: #666;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;      
}
.head-navlist .nav-item {
    float: left;
    height: 92px;
    margin-left: 15px;
    line-height: 92px;
}
.head-navlist .nav-item a {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    color: #666;
    font-size: 14px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.head-navlist .nav-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    width: 0;
    border-top: 1px solid #C70009;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-navlist .nav-item.on a, .head-navlist .nav-item:hover a {
    color: #C70009;
}
.head-navlist .nav-item:hover a:before {
    width: 100%;
}
.head-right {
    position: relative;
}
.head-right a {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    text-align: center;
    color: #C70009;
}
.head-right a.search-btn {
    background: #C70009 url(../images/icon_search.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-right a.search-btn:hover {
    opacity: 0.9;
}
.head-right .search-box {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 5;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    opacity: 0.8;
    display: none;
}
.head-right .search-box input {
    height: 50px;
}
.head-right .search-box .input-in {
    width: 230px;
    text-indent: 10px;
}
.head-right .search-box .input-sub {
    width: 70px;
    background: #ddd;
    color: #C70009;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.head-right .search-box .input-sub:hover {
    background: #ccc;
}

/* ====== Banner ====== */
.banner{position:relative; background:#000; margin:0 auto; max-width: 1920px;}
.banner .bd{position:relative; z-index:0; padding-top: 100px;}
.banner .bd li img{width:100%; vertical-align:top;}
.banner .hd{position:absolute; left: 0; bottom: 10px; z-index:0; width: 100%; height:30px; line-height:30px; text-align:center;}
.banner .hd ul{text-align:center; padding-top:5px;}
.banner .hd ul li{cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; margin:5px; border-radius: 50%; background:#ddd; overflow:hidden; font-size:0; filter:alpha(opacity=60); opacity:0.6;}
.banner .hd ul .on{background: #C70009; filter:alpha(opacity=100); opacity:1;}
.banner .prev,.banner .next{z-index:1; display:block; width:54px; height:54px; line-height: 54px; text-align: center; font-size: 30px; font-weight: 300; font-family: serif,"SimSun"; color: #fff; position:absolute; top: 50%; margin-top: -27px; left:3%; background:#050F1B; filter:alpha(opacity=20); opacity:0.2;}
.banner .next{left: auto; right:3%;}
.banner .prev:hover,.banner .next:hover{filter:alpha(opacity=50); opacity:0.5;}

/*内页banner*/
.page-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*首页栏目*/
.index-catelist {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.index-catelist li {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.index-catelist li:hover {
    opacity: 0.9;
}
.index-catelist li .pic {
    width: 100%;
    overflow: hidden;
}
.index-catelist li img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-catelist li:hover img {
/*    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
}
.index-catelist li .cont {
    position: absolute;
    left: 40px;
    bottom: 25px;
    color: #C7C7C7;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-catelist li:hover .cont {
    /*bottom:35px;*/
}

/*.index-catelist li .box::before,.index-catelist li .box::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.index-catelist li .box::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #C70009;border-bottom:1px solid #C70009;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;z-index: 2;}
.index-catelist li .box::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #C70009;border-left:1px solid #C70009;transform:scale(1,0);transform-origin:100% 0;}
.index-catelist li .box:hover::before,.index-catelist li .box:hover::after{opacity:1;transform:scale(1);transition: all 0.5s;}*/


.index-catelist li .cont .tit {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.index-catelist li .cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    border-bottom: 1px solid #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-catelist li:hover .cont .tit:before {
    width: 80px;
    border-color: #C70009;
}


/*首页新闻*/
.index-news {
    padding-top: 34px;
    padding-bottom: 110px;
}
.index-news-tit {
    margin-bottom: 60px;
    text-align: center;
}
.index-news-tit a {
    display: inline-block;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    font-size: 18px;
    color: #333;
}
.index-news-tit a.on {
    color: #C70009;
    border-bottom: 1px solid #C70009;
}
.index-news-cont {
    height: 140px;
    overflow: hidden;
}
.index-news-list {
    width: 1240px;
}
.index-news-list li {
    float: left;
    margin-right: 30px;
    width: 383px;
    height: 140px;
    overflow: hidden;
}
.index-news-list li .box {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.index-news-list li .pic {
    margin-right: 20px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 0;
    background: #fff;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-list li .tit {
    margin-bottom: 8px;
    padding-top: 2px;
    font-size: 16px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-news-list li:hover .tit {
    color: #C70009;
}
.index-news-list li .tit .cate {
    display: inline-block;
    margin-right: 8px;
    width: 47px;
    height: 20px;
    line-height: 20px;
    background-color: #C70009;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-align: center;
}
.index-news-list li .des {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
}
.index-news-list li .date {
    font-size: 12px;
    color: #999;
}


/*Footer*/
.footer {
    position: relative;
    background: #161616;
    height: 324px;
}
/* .footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 136px;
    width: 100%;
    border-bottom: 1px solid #252525;
} */
.footer-content {
    position: relative;
    height: 324px;
}
.foot-contact {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 49px 42px 0;
    width: 362px;
    height: 344px;
    background: #C70009;
    color: #fff;
}
.foot-contact .info {
    padding: 30px 10px 0;
    line-height: 2;
}
.foot-contact .info a {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-contact .info a:hover {
    text-decoration: underline;
}
.foot-nav {
    height: 136px;
    padding-top: 40px;
}
.foot-nav .foot-logo {
    margin-right: 80px;
    margin-top: 5px;
    width: 202px;
    height: 56px;
    text-align: center;
    font-size: 12px;
    color: #B3B3B3;
    line-height: 30px;
    letter-spacing: 3px;
}
.foot-navlist li {
    float: left;
    margin-right: 3px;
    margin-top: 18px;
    width: 126px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.foot-navlist li a {
    display: block;
    /*padding: 0 20px;*/
    color: #C8C8C8;
    background: #313131;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-navlist li a:hover {
    background: #C70009;
    color: #fff;
}
.links {
    margin-top: 25px;
    width: 800px;
    height: 85px;
    overflow: hidden;
}
.links .tit {
    margin-bottom: 10px;
    color: #8a8a8a;
}
.links a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #8a8a8a;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.links a:hover,
.copyright a:hover {
    color: #C70009;
}
.copyright {
    margin-top: 40px;
    color: #6D6D6D;
}
.copyright a {
    color: #6D6D6D;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.copyright span {
    display: inline-block;
    position: relative;
    top: -1px;
}









/*列表页栏目*/
.com-category {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #B8B8B8;
}
.com-category .icon-home {
    position: relative;
    top: -1px;
    margin-right: 5px;
    width: 12px;
    height: 11px;
    background: url(../images/icon_home.png) no-repeat center;
}
.com-category .location a {
    color: #B8B8B8;
}
.com-category .location a:hover {
    color: #C70009;
}
.com-cate-list .item {
    position: relative;
    z-index: 1;
    float: left;
}
.com-cate-list .item a {
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
}
.com-cate-list .item.on a {
    /*background: #C70009;*/
}
.back {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #C70009;
}

/*产品列表页*/
.gr-prodcut-content {
    min-height: 500px;
}


.com-pic-list {
    margin-top: 50px;
    width: 1400px;
    padding-bottom: 50px;
    padding-bottom: 30px;
}
.com-pic-list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    width: 387px;
    
}

.com-pic-list li .pic {
    position: relative;
    width: 387px;
    overflow: hidden;
    font-size: 0;
}
/*产品列表页*/
.gr-product {
    position: relative;
}
.gr-product-list {
    padding-bottom: 30px;
}
.gr-product-list li {
    height: 320px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
/*    -webkit-transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0);
    -o-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);*/
}
.gr-product-list li .pic {
    height: 240px;
    line-height: 240px;
    overflow: hidden;
    font-size: 0;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-product-list li:hover .pic {
    /*box-shadow: 0 0 20px #ddd;*/
}
.gr-product-list li .pic img {
    max-width: 100%;
    vertical-align: middle;
 /*   -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);*/
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.gr-product-list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gr-product-list li .tit {
    padding: 15px 0 5px;
    font-size: 16px;
}
.gr-product-list li .des {
    color: #999;
}
.gr-product-list li:hover .tit a {
    color: #C70009;
}


/*Video*/
.gr-video-list li {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-video-list li .pic {
    height: 240px;
}
.gr-video-list li:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.gr-video-list li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon_video.png) no-repeat center #000;
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-video-list li:hover .cover {
    opacity: 0.5;
}
.gr-video-list li .tit {
    padding: 15px 0;
}

/*ODM*/
.page-banner .banner-odm-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -101px;
    margin-left: -570px;
    z-index: 2;
    width: 436px;
    height: 202px;
    background: url(../images/odm_tit.png) no-repeat left center;
}
@media screen and (max-width: 1440px) {
    .page-banner .banner-odm-tit {
        background-size: 300px;
    }
}
.banner-plus img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 10s 0s ease both infinite;
    -moz-animation: minus 10s 0s ease both infinite;
    animation: minus 10s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
/*缩小停止*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
    from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.odm-yz {
    position: relative;
    height: 606px;
    background: url(../images/odm_bg1.png) no-repeat center;
}
.odm-yz .odm-product {
    position: absolute;
    left: 50%;
    margin-left: 600px;
    bottom: -120px;
    width: 247px;
    height: 570px;
}
@media screen and (max-width: 1880px) {
    .odm-yz .odm-product {
        display: none;
    }
}
.com-title {
    position: relative;
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1;
}
.com-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -37px;
    width: 74px;
    border-bottom: 1px solid #fff;
}
.com-title.c-333:before {
    border-color: #333;
}
.odm-yz {
    padding-top: 10px;
}
.odm-yz-list {
    padding-top: 18px;
    padding-bottom: 60px;
    border-bottom: 1px solid #454545;
}
.odm-yz-list li {
    float: left;
    width: 25%;
    text-align: center;
}
.odm-yz-list li .pic {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 0;
    
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.odm-yz-list li:hover .pic {
    background: #fff;
}
.odm-yz-list li .tit {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}
.odm-yz-list li:hover .pic {
    
}
.odm-yz .odm-yz-des {
    padding: 40px 130px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 2;
}
.odm-ys-list .item {
    height: 414px;
    margin-bottom: 38px;
}
.odm-ys-list .item .cont {
    position: relative;
    margin-top: 25px;
    padding: 60px 40px 0;
    width: 614px;
    height: 364px;
    background: #fff;
}
.odm-ys-list .item .cont .num {
    position: absolute;
    width: 53px;
    height: 53px;
    background: url(../images/odm_num_bg.png) no-repeat;
    font-size: 38px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.odm-ys-list .item .cont.f-r .num {
    right: 27px;
    top: -15px;
}
.odm-ys-list .item .cont.f-l .num {
    left: 40px;
    top: -15px;
}
.odm-ys-list .item .cont .tit {
    margin-bottom: 4px;
    font-size: 30px;
    color: #C7000A;
}
.odm-ys-list .item .cont .tit .tit-en {
    display: inline-block;
    margin-left: 10px;
    color: #F4F4F4;
    font-size: 30px;
}
.odm-ys-list .item .cont .subtit {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
.odm-ys-list .item .cont .subtit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    border-top: 2px solid #E3E3E3;
    
}
.odm-ys-list .item .cont .des {
    font-size: 16px;
    line-height: 1.7;
}
.odm-lc {
    height: 950px;
    background: url(../images/odm_foot_bg.jpg) no-repeat center;
}
.odm-lc-box {
    position: relative;
    height: 160px;
    margin-bottom: 30px;
}
.odm-lc-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #565656;
}
.odm-lc-box ul li {
    position: relative;
    float: left;
    width: 11.1111%;
    text-align: center;
}
.odm-lc-box ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    margin-left: -8px;
    margin-top: -8px;
}
.odm-lc-box ul li p {
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
}
.odm-case {
    margin-bottom: 85px;
}
.odm-case-list {
    width: 1220px;
    margin-bottom: 
}
.odm-case-list li {
    float: left;
    margin-right: 10px;
    width: 292px;
    height: 120px;
    overflow: hidden;
}
.com-btn-bar {
    text-align: center;
}
.com-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #C70009;
    color: #fff!important;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn:hover {
    opacity: 0.8;
}
/*.com-btn:before {
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    border-radius: 3px;
    background: #A6070E;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}
.com-btn:hover:before {
    width: 160%;
}*/
/*A6070E*/
.page-banner .banner-hz-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 1000px;
    height: 418px;
    background: url(../images/hz_banner_tit.png) no-repeat;
    margin-left: -500px;
    margin-top: -209px;
}


/*合作*/
.hezuo-one {
    position: relative;
    height: 650px;
}
.hezuo-one .pic {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 960px;
    height: 650px;
}
.hezuo-one .cont {
    position: absolute;
    left: 50%;
    width: 960px;
    height: 650px;
    background: url(../images/hezuo_2.jpg) no-repeat center;
}
.hezuo-one .cont .cont-des {
    width: 600px;
    padding-left: 80px;
    padding-top: 50px;
}
.hezuo-one .cont .cont-des .tit {
    font-size: 56px;
    color: #C70009;
    font-weight: bold;
}
.hezuo-one .cont .cont-des .minitit {
    font-size: 26px;
    color: #DFDEDE;
}
.hezuo-one .cont .cont-des ul {
    border-top: 1px solid #494544;
    padding-top: 30px;
    margin-top: 25px;
}
.hezuo-one .cont .cont-des ul li {
    position: relative;
    font-size: 20px;
    color: #939292;
    margin-bottom: 25px;
    padding-left: 50px;
}
.hezuo-one .cont .cont-des ul li span {
    position: absolute;
    left: 8px;
}
.hezuo-two {
    padding: 70px 0 60px;
    text-align: center;
}
.hezuo-two .tit {

}
.hezuo-two .tit h3 {
    margin-bottom: 10px;
    font-size: 48px;
    color: #333;
    font-weight: bold;
}
.hezuo-two .tit p {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background: #C70009;
    height: 61px;
    line-height: 61px;
    padding: 0 18px;
}
.hezuo-two .tit p em {
    font-size: 30px;
}
.hezuo-table {
    margin-top: 40px;
}
.hezuo-table p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.hezuo-three {
    padding-top: 50px;
    height: 857px;
    background: url(../images/hezhuo_p_bg.jpg) no-repeat center;
}
.hezuo-three .tit {
    text-align: center;
}
.hezuo-three .tit h3 {
    font-size: 48px;
    color: #fff;
}
.hezuo-three .tit p {
    font-size: 18px;
    color: #fff;
}
.hz-three-content {
    position: relative;
}
.hz-three-content .pic {
    width: 241px;
    height: 462px;
    margin: 50px auto 0;
}
.hz-three-content ul {
    position: absolute;
    top: 0;
    width: 380px;
    color: #fff;
}
.hz-three-content .left {
    left: 0;
}
.hz-three-content .right {
    right: 0;
}
.hz-three-content ul.left li {
    margin-top: 50px;
    margin-left: 40px;
}
.hz-three-content ul.right li {
    margin-top: 50px;
    margin-right: 20px;
}
.hz-three-content ul li h5 {
    font-size: 24px;
    margin-bottom: 10px;
}
.hz-three-content ul li h5 em {
    font-size: 30px;
}
.hz-three-content ul li p {
    font-size: 16px;
}
.hz-three-content ul li ~ li {
    padding-top: 35px;
}
.hz-three-content .line {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -577px;
    width: 487px;
    height: 107px;
    background: url(../images/hezuo_icon1.png) no-repeat center;
}
.hz-three-content .line2 {
    top: 228px;
    margin-left: -579px;
}
.hz-three-content .line3 {
    margin-left: 102px;
    background: url(../images/hezuo_icon2.png) no-repeat center;
}
.hz-three-content .line4 {
    top: 228px;
    margin-left: 97px;
    background: url(../images/hezuo_icon2.png) no-repeat center;
}
.hz-three-content .titshow {
    margin-top: 35px;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.hezuo-four {
    padding: 65px 0 100px;
}
.hezuo-four .tit {
    margin-bottom: 70px;
    text-align: center;
}
.hezuo-four .tit h3 {
    margin-bottom: 8px;
    font-size: 36px;
    color: #333;
}
.hezuo-four .tit p {
    font-size: 60px;
    color: #C70009;
    line-height: 60px;
    font-weight: bold;
}
.hezuo-four .tit p em {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-right: 10px;
    vertical-align: top;
    font-size: 48px;
    background: #C70009;
}
.hezuo-faq {
    width: 1216px;
}
.hezuo-faq li {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 594px;
    height: 230px;
    background: #fff;
    padding: 40px 60px 0;
}
.hezuo-faq li.border:before {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 474px;
    border-bottom: 1px dotted #E0E0E0;
}
.hezuo-faq li h5 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
}
.hezuo-faq li p {
    font-size: 17px;
    line-height: 1.75;
}
.hezuo-support {
    padding-top: 80px;
    height: 1018px;
    background: url(../images/hz_sp_bg.png) no-repeat center top;
}
.hezuo-support .tit {
    text-align: center;
}
.hezuo-support .tit h3 {
    margin-bottom: 15px;
    font-size: 48px;
    color: #C70009;
    line-height: 48px;
    font-weight: bold;
}
.hezuo-support .tit h3 em {
    display: inline-block;
    margin-right: 5px;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    text-align: center;
    font-size: 100px;
    color: #fff;
    background: #C70009;

}
.hezuo-support .tit p {
    font-size: 36px;
    color: #fff;
}
.hezuo-support-content {
    margin-top: 65px; 
}
.hezuo-support-content .bd {
    height: 500px;
    margin-bottom: 100px;
    overflow: hidden;
    border-radius: 20px;
}
.hezuo-support-content .bd ul li  {
    background: #282828;
    height: 500px;
    border-radius: 20px;
}
.hezuo-support-content .bd ul li .pic {
    width: 587px;
    height: 500px;
}
.hezuo-support-content .bd ul li .pic img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.hezuo-support-content .bd ul li .cont {
    padding: 0 64px;
}
.hezuo-support-content .bd ul li .cont h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.hezuo-support-content .bd ul li .cont p {
    font-size: 16px;
    color: #ABABAB;
    line-height: 2;
}
.hezuo-support-content .hd ul {
    font-size: 0;
    text-align: center;
}
.hezuo-support-content .hd ul li {
    position: relative;
    display: inline-block;
    margin: 0 35px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #191311;
    color: #8B8B8B;
    font-size: 48px;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hezuo-support-content .hd ul li.on {
    background: #C70009;
    color: #fff
}
.hezuo-support-content .hd ul li:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    width: 109px;
    height: 55px;
    background: url(../images/icon_circle.png) no-repeat center top;
}

.hezuo-jm {
    width: 1200px;
    margin: 70px auto 140px;
    padding: 45px 0 54px;
    background: #fff;
    text-align: center;
}
.hezuo-jm .tit h3 {
    font-size: 48px;
    color: #333;
    font-weight: bold;
}
.hezuo-jm .tit p {
    font-size: 18px;
}
.hezuo-jm .form-jm ul {
    margin-top: 45px;
    margin-bottom: 56px;
    text-align: center;
}
.hezuo-jm .form-jm ul li {
    display: inline-block;
    margin: 0 14px;
    width: 390px;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
}
.hezuo-jm .form-jm ul li input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: 26px;
    font-size: 18px;
    color: #999;
    font-family: "Microsoft Yahei";
}
.hezuo-jm .form-jm .com-btn {
    cursor: pointer;
    font-family: "Microsoft Yahei";
}


/* 新闻列表 */
.gr-news-hot {
    padding-top: 62px;
    height: 525px;
    background: #fff;
}
.slider{ height: 420px; position:relative; overflow:hidden; text-align:center;   }
.slider .bd{ width:680px; position:absolute; left:50%; margin-left:-340px; }
.slider .bd li{ width:680px;  overflow:hidden; }
.slider .bd li img{ display:block; width:680px; height:337px;    }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-680px !important; /*强制位置*/  }
.slider .hd{ position:absolute; width:100%; left:0;  z-index:1; bottom:5px;  text-align:center;  }
.slider .hd li {
    display: none;
}
.slider .hd li.on {
    display: block;
}
.slider .hd li .tit {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}
.slider .hd li .date {
    color: #999;
}
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:337px; cursor:pointer;   }
.slider .prev{ left:-50%; margin-left:-340px;  }
.slider .next{ left:50%;  margin-left:340px;  }
.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:337px; background:#000; filter:alpha(opacity=80);opacity:0.8;   }
.slider .pnBtn .arrow{ display:none;   position:absolute; top:0; z-index:1; width:60px; height:337px;  }
.slider .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
.slider .prev .arrow{ right:0; background:url(../images/slider-arrow.png) -120px 0 no-repeat;   }
.slider .next .arrow{ left:0; background:url(../images/slider-arrow.png) 0 0 no-repeat;  }
.gr-news {
    margin-top: 50px;
}
.gr-news-list {
    width: 1220px;
}
.gr-news-list li {
    float: left;
    margin-right: 21px;
    margin-bottom: 20px;
    width: 385px!important;
    padding: 20px 19px 10px;
    border: 1px solid #E5E5E5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-news-list li:hover {
    border-color: #C70009;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.gr-news-list li .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-news-list li:hover .tit {
    color: #C70009;
}
.gr-news-list li .pic {
    margin-bottom: 15px;
    width: 347px;
    height: 172px;
    overflow: hidden;
    line-height: 123px;
    font-size: 0;
    text-align: center;
    background: #fff;
}
.gr-news-list li .des {
    margin-bottom: 20px;
    line-height: 1.75;
    height: 72px;
    color: #666;
}
.gr-news-list li .date {
    font-size: 12px;
    color: #999;
}



/*服务*/
.service-list li {
    float: left;
    width: 316px;
}
.service-list li.last {
    width: 250px;
}
.service-list li .pic {
    margin-right: 28px;
    border-radius: 50%;
    background: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-list li:hover .pic {
    background: #C70009;
}
.service-list li .tit-cn {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.service-list li:hover .tit-cn {
    color: #C70009;
}
.service-list li .tit-en {
    color: #999;
}
.service-list li.last .tit-en {
    color: #C70009;
}
.after-support {
    background: url(../images/support_bg.jpg) no-repeat center top;
}
.support-des {
    background: #fff;
    height: 298px;
}
.support-des .cont {
    height: 298px;
    overflow: hidden;
    padding: 0 30px;
    line-height: 1.8;
    font-size: 16px;
}


/*关于*/
.com-des {
    font-size: 16px;
    line-height: 2;
}
.about-intro {
    padding: 60px 0 70px;
}
.about-intro .pic {
    margin-right: 50px;
    width: 460px;
    height: 478px;
    overflow: hidden;
}
.about-intro .cont {
    padding-top: 50px;
}
.about-intro .cont .tit {
    line-height: 55px;
    margin-bottom: 40px;
}
.about-intro .cont .tit em {
    margin-right: 22px;
    margin-left: -67px;
    display: inline-block;
    width: 215px;
    text-align: center;
    background: #C70009;
    color: #fff;
}
.about-intro .cont .tit span {
    font-size: 36px;
    color: #E6E6E6;
}
.about-zzjg {
    background: #2D2D2D;
}
.about-culture-content {
    padding-top: 26px;
}
.about-culture-content .item {
    float: left;
    padding-left: 65px;
    width: 389px;
    height: 511px;
    color: #fff;
}
.about-culture-content .item.one {
    background: #2D2D2D;
}
.about-culture-content .item.two {
    background: #FFFFFF;
    margin-top: -26px;
    width: 421px;
    height: 567px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    color: #333;
    padding-left: 90px;
}
.about-culture-content .item.three {
    background: #C70009;
}
.about-culture-content .item ul li ~ li {
    margin-top: 40px;
}
.about-culture-content .item ul li h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.gr-partner-list {
    width: 1220px;
}
.gr-partner-list li {
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    width: 293px;
    height: 120px;
}

/*研发生产*/
.about-yfsc .item {
    margin-bottom: 40px;
    height: 250px;
    background: #fff;
}
.about-yfsc .item .pic {
    position: relative;
}
.about-yfsc .item .pic .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -103px;
    text-align: center;
    width: 206px;
    height: 54px;
    line-height: 54px;
    background: #C70009;
    color: #fff;
    font-size: 24px;
    border-radius: 27px;
}
.about-yfsc .item .cont {
    position: relative;
    padding: 0 47px;
    line-height: 2;
}
.about-yfsc .item .cont:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
    width:0; 
    height:0; 
    border-top:12px solid transparent;
    border-bottom:12px solid transparent; 
    border-right:12px solid #fff; 
}
.gr-honor-list {
    width: 1220px;
}
.gr-honor-list li {
    float: left;
    margin-right: 15px;
    width: 290px;
    text-align: center;
}
.gr-honor-list li .pic {
    width: 290px;
    height: 320px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-honor-list li .tit {
    font-size: 16px;
    padding: 20px 0 25px;
}
.gr-honor-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-honor-list li .pic:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.gr-honor-list li .pic:hover {
    box-shadow: 0 0 20px #ddd;
}

/*图片*/
.container {
    margin-right: auto;
    margin-left: auto;
    width: 1230px;
}
.gr-photo-list {
    padding-bottom: 68px;
}
.gr-photo-list li {
    float: left;
    margin-bottom: 32px;
    padding: 0 15px;
    width: 25%;
}
.img-responsive {
    display: block; 
    max-width: 100%;
    height: auto;
}
.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hovereffect:hover img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
}
.hovereffect h4 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 2px;
    background-color: transparent;
    color: #fff;
    padding: 2.3em 0 1em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.hovereffect p{
    color: #FFF;
    line-height: 1.8em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.hovereffect:hover p, .hovereffect:hover h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*联系*/
.gr-contact {
    position: relative;
    padding: 60px 0 80px;
    text-align: center;
}
.gr-contact:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -12px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #F5F5F5 transparent transparent transparent;
}
.gr-contact .tit {
    margin-bottom: 15px;
    font-size: 24px;
    color: #c7000a;
}
.gr-contact .des {
    font-size: 16px;
    color: #333;
}
.gr-map {
    height: 600px;
    background: url(../images/map.jpg) no-repeat center;
}
.gr-cominfo-list {
    padding-top: 76px;
    background: #fff;
    height: 290px;
    overflow: hidden;
}
.gr-cominfo-list li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.gr-cominfo-list li .pic {
    display: inline-block;
    margin-bottom: 5px;
}
.gr-cominfo-list li a {
    color: #333;
}
.gr-cominfo-list li a:hover {
    color: #C70009;
}













/*  车丽安  */
.tell{padding-top: 29px; width: 195px; font-size: 24px; padding-left: 32px; color: #d1000a; background: url(../images/tell_bg.png) no-repeat left 35px; background-size: 13%;}
.top{  width: 100%; height: 100px; position: absolute; top: 0; left: 0; z-index: 1; opacity: 1!important;}
.nav{ height: 92px; }
.nav .nli{ text-align: center; float: left; height: 92px; line-height: 92px; }
.nav .nli a{font-weight: lighter;  display: block; color: #595959; font-size: 16px;  transition: all 0.3s ease 0s; line-height: 18px; height: 92px; line-height: 92px;  }
.nav li{ margin:0px 25px;}
.nav .nli a span{ color: #dadada; font-size: 8px; font-family: Arial; text-transform: uppercase; }
.nav .nli a:hover{ color: #a1262d; }
.nav .navMain ul .nli{ position: relative; display: inline-block; }

#topNav .on a{ color: #a1262d; }
.back { position: absolute;bottom: 0;z-index: 0;padding-top: 0; font-size: 0;height: 3px;line-height: 0;background: #a1262d; margin-left: 0px!important;}


.wrap{ width: 1200px; height:auto; margin: 0 auto; }
.guanyu_main1_left{width: 680px;}
.l{ float: left; }
.r{ float: right; }
.qcyj{ width: 100%; height: 805px; background: url(../images/big_bg.png) no-repeat center; }
.qcyj h3{ width: 100%; text-align: center; font-size: 36px; color: #fff; padding-top: 50px; }
.qcyj h4{ width: 100%; text-align: center; font-size: 18px; color: #cbcbcb; padding-top: 15px; }
.qcyj .more_in{ font-size: 18px; color: #fff; width: 170px; line-height: 36px; height: 36px; text-align: center; background: url(../images/more_on.jpg) no-repeat; display: block; margin: 0 auto; margin-top: 22px; transition: 0.3s; }
.qcyj .more_in:hover{ padding-right: 10px; }
.qcyj ul{ width: 100%; margin-top: 17px; }
.qcyj li{ width: 525px; height: 70px; padding-left: 75px; margin-bottom: 45px; float: left; }
.qcyj li:nth-child(1){ background: url(../images/photo1.png) no-repeat left top; }
.qcyj li:nth-child(2){ width: 365px; margin-left: 290px; background: url(../images/photo2.png) no-repeat left top; }
.qcyj li:nth-child(3){ background: url(../images/photo3.png) no-repeat left top; }
.qcyj li:nth-child(4){ width: 365px; margin-left: 290px; background: url(../images/photo4.png) no-repeat left top; }
.qcyj li:nth-child(5){ background: url(../images/photo5.png) no-repeat left top; }
.qcyj li:nth-child(6){ width: 365px; margin-left: 290px; background: url(../images/photo6.png) no-repeat left top; }
.qcyj li h5{ color: #fff; font-size: 18px; padding-bottom: 7px; }
.qcyj li p{ line-height: 25px; color: #aaaaaa; font-size: 14px; width: 305px; }


.jiameng{ width: 100%; height:885px;  background-color: #fff; }
.jiameng h3{ width: 100%; text-align: center; font-size: 36px; color: #333; padding-top: 50px; }
.jiameng h3 span{ width: 34px; height: 50px; display: inline-block; background: url(../images/6.png) no-repeat; margin: 0 43px; }
.jiameng h4{ width: 100%; text-align: center; font-size: 18px; color: #717171; padding-top: 15px; }
.jiameng .more_in2{ font-size: 18px; color: #fff; width: 220px; line-height: 46px; height: 46px; text-align: center; background: url(../images/more_on.png) no-repeat; display: block; margin: 0 auto; margin-top: 22px; transition: 0.3s; }
.jiameng .more_in2:hover{ padding-right: 10px; }
.jiameng ul{ margin-top: 60px;  }
.jiameng li{ float: left; margin-bottom: 20px; margin-right: 30px; overflow: hidden; position: relative; width: 380px; }
.jiameng li:nth-child(3){ margin-right: 0; }
.jiameng li a{display: block;}
.jiameng li span{ transition: 0.6s; color: #fff; font-size: 20px; text-align: center; position: absolute; bottom: 0px; left: 0px; display: inline-block; width: 100%; height: 50px; line-height: 50px; background: rgba(0,0,0,0.5); }
.jiameng li:nth-child(6){ margin-right: 0; }
.jiameng_con{ opacity: 0; width: 380px; height: 260px; background:rgba(212,22,32,0.7); position: absolute; top: -260px; left: 0; transition: 0.6s; }
.jiameng_con_m{ padding-left: 26px; height: 236px; border:2px solid #c7797c; margin: 10px; padding-right: 30px; }
.jiameng_con_m h5{ font-size: 25px; color: #fff; padding-top: 45px; }
.jiameng_con_m i{ display: block; width: 20px; height: 2px; background-color: #fff; margin-top: 15px; margin-bottom: 20px; }
.jiameng_con_m p{ font-size: 14px; color: #fff; line-height: 24px; }

.guanyu{background-color: #f2f2f2; padding-bottom:55px;}
.guanyu .wrap>h3{ width: 100%; text-align: center; font-size: 36px; color: #282a2c; padding-top: 50px; }
.guanyu .wrap>h4{width: 100%; text-align: center; font-size: 18px; color: #717171; padding-top: 17px; }
.guanyu_main1{ margin-top: 50px; }
.guanyu_main1_right{width: 470px; height: 420px;}
.guanyu_main1_right h3{ font-size: 36px; color: #c7000a; padding-top: 25px; text-transform: uppercase;}
.guanyu_main1_right h4{ font-size: 18px; color: #282a2c; padding-top: 20px; }
.guanyu_main1_right p{ font-size: 14px; line-height: 25px;color: #717171; padding-top: 25px; }
.more_in3{margin-top: 20px; display: block; width: 88px; font-size: 16px;color: #d1000a; border-bottom: 1px solid #d1000a;}
.xxk666{ margin-top: 35px; margin-bottom: 5px; }
.xxk666 li{ display: inline-block; height: 22px; line-height: 22px; padding-left: 20px; padding-right: 30px; background: url(../images/xiegang.jpg) no-repeat 114px center;}
.xxk666 li:nth-child(3){ background: none!important; }
.xxk666 li a{ font-size: 18px; color: #282a2c;  }
.xxk666 li.on a{ color: #c7000a; }
.xxk666 li a:hover{ color: #c7000a}
.xxk666 ul span{ display: inline-block; color: #282a2c;  }
.xxk666 ul{ text-align: center; }

.news_jie{ width: 100%; height: auto; padding-top: 50px; padding-bottom: 55px; background-color: #fff; }
.xxk888 li{float: left; text-align: center;}
.xxk888 li a{ display: block; width: 120px; height: 44px; line-height: 36px; font-size: 18px; color: #282a2c;  }
.xxk888{width: 500px;}
.news_jie_top{ margin-bottom: 10px; height: 45px }
.xxk888 li.on a{ color: #c7000a; background: url(../images/news_jie_bg.png) no-repeat top left; }
.news_main2{display: none;}
.news_main2 li img{ width: 380px; height: 200px; }
.news_main2 li{width: 380px; height: 385px; float: left; border-bottom:1px solid #ddd; transition: 0.3s; margin-right: 27px;}
.news_main2 li h3{ font-size: 22px; color: #282a2c; padding-top: 20px; transition: 0.3s;display:block; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.news_main2 li h4{ font-size: 14px; color: #717171; line-height: 25px; padding-top: 15px; }
.news_main2 li h5{ font-size: 14px; color: #717171; padding-top: 10px; padding-bottom: 20px; }
.news_main2 li:hover{ border-bottom:1px solid #d1000a; }
.news_main2 li:hover h3{ color:#d1000a; }
.news_main2 li:nth-child(3){ margin-right: 0; }
.footer{ width: 100%; height: auto; background-color: #2b2f33; }
.footer_jie_left{ width: 705px;padding-top: 60px; }
.footer_jie_left p a:hover{ color: #aaa; }
.footer_jie_right{ width: 440px; padding-top: 60px;}
.che_bottom_logo{}

.div_bottom{border-bottom: 1px solid #353535; padding-bottom: 20px; padding-top: 20px; margin-bottom: 20px;}
.div_bottom ul{ float: left; padding-right:70px;  }
.div_bottom h3{ font-size: 16px; color: #aaa; padding-bottom: 5px; }
.div_bottom li{ line-height: 25px; }
.div_bottom li a{font-size: 12px; color: #717171;}
.jie_link{text-align: left; padding-bottom: 20px;}
.jie_link a{ display: inline-block; font-size: 14px; color: #aaa; padding: 0 10px; }
.jie_link{ font-size: 14px; color: #717171; }
.footer_jie_left p{  font-size: 14px; color: #717171; }
.footer_jie_left p a{  font-size: 14px; color: #717171; }
.footer_jie_right h2{ font-size: 37px; color: #c7000a; background: url(../images/tell_bg.png) no-repeat left 11px; padding-left: 40px;}
.footer_jie_right p{ font-size: 14px; color: #717171;}
.footer_jie_right li{ font-size: 14px; color: #717171; line-height: 28px; }
.footer_jie_right li span{ display: inline-block; font-size: 14px; color: #aaa; }
.footer_jie_right li p{ float: left; line-height: 30px; }
.footer_jie_right li a{ color: #aaa; }
.footer_jie_right li a:hover{ color: #aaa; }


.jiameng li:hover .jiameng_con{ top: 0px; opacity: 1; }
.jiameng li:hover span{ opacity: 0; bottom: -50px;}
.main_main{display: none;}
.main_main li{ float: left; width: 278px; height: 185px; margin-right: 28px;  }

        /* 本例子css */
        .picScroll-left{ width:100%; position:relative; }
        .picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
        .picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:40px; height:40px; float:right; overflow:hidden; z-index: 9;
             cursor:pointer;}
        .picScroll-left .hd .prev{ background: url(../images/ico_left.png) no-repeat; position: absolute; left: -45px; top: 110px; background-size: 100%; }
        .picScroll-left .hd .next{ background: url(../images/ico_right.png) no-repeat; position: absolute; right: -38px; top: 110px; background-size: 100%; }
        .picScroll-left .hd .prevStop{ background-position:-60px 0; }
        .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
        .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
        .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
        .picScroll-left .hd ul li.on{ background-position:0 0; }
        .picScroll-left .bd{}
        .picScroll-left .bd ul{ overflow:hidden; zoom:1;}
        .picScroll-left .bd ul li{  float:left; _display:inline; overflow:hidden; text-align:center;  }
        .picScroll-left .bd ul li .pic{ text-align:center; }
        .picScroll-left .bd ul li .pic img{   }
        .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
        .picScroll-left .bd ul li .title{ line-height:24px;   }


.jishuqi2 li{ float: left; text-align: center; padding: 0 32px; color: #e12b1f; background: url(../images/xian_2.jpg) no-repeat left center; }
.jishuqi2{background: url(../images/xian_2.jpg) no-repeat right 118px;}
.jishuqi2 li i{ color: #e12b1f; font-size: 42px; font-weight: lighter; }
.jishuqi2 li p{ color: #666; font-size: 14px; }

.zs_banner_title{ width: 100%; height: 80px; line-height: 80px;background-color: #c6000a; text-align: left; color: #fff; }
.zs_banner_main1{ width: 100%; height: 640px; background: url(../images/zs_img_bg_1.jpg) no-repeat; }
.zs_banner_main1 .wrap{ padding-top: 250px; }
.zs_banner_main1_left{ width: 580px; }
.zs_banner_main1_left h3{ font-size: 24px; color: #e12b1f; padding-bottom: 45px; }
.zs_banner_main1_left h4{ font-size: 14px; color: #666; padding-bottom: 45px; }
.zs_banner_main1_right{ padding-right: 33px; }

.zs_banner_main2{ width: 100%; height: 370px; background-color: #f5f5f5; }


.zs_banner_main2_right h3{ font-size: 24px; color: #e12b1f; padding-top: 80px; }
.zs_banner_main2_right h4{ font-size: 14px; color: #666; padding-top: 40px; }
.zs_banner_main2_right{ width: 600px; }
.zs_banner_main2_left{ padding-top: 45px; }

.zs_banner_main3{ width: 100%; height: 370px; background-color: #fff; }


.zs_banner_main3_left h3{ font-size: 24px; color: #e12b1f; padding-top: 80px; }
.zs_banner_main3_left h4{ font-size: 14px; color: #666; padding-top: 40px; }
.zs_banner_main3_left{ width: 580px; }
.zs_banner_main3_right{ padding-top: 45px; }


.zs_banner_main4{ height: 990px; width: 100%; background: #f5f5f5 url(../images/zs_img_bg.png) no-repeat center; }
.zs_banner_main4 .wrap{ position: relative; }
.zs_banner_main4 li{ position: absolute; }
.zs_banner_main4 li h3{ font-size: 18px; color: #333; padding-bottom: 20px;}
.zs_banner_main4 li h4{ font-size: 14px; color: #666; }
.zs_banner_main4 li:nth-child(1){ width: 490px; text-align: center; top: 90px; left: 50%; margin-left: -245px; }
.zs_banner_main4 li:nth-child(2){ width: 290px; text-align: right; top: 300px; left: 0; }
.zs_banner_main4 li:nth-child(3){ width: 290px; text-align: left; top: 270px; right: 0; }
.zs_banner_main4 li:nth-child(4){ width: 290px; text-align: right; top: 570px; left: 0;  }
.zs_banner_main4 li:nth-child(5){ width: 290px; text-align: left; top: 570px; right: 0; }
.zs_banner_main4 li:nth-child(6){ width: 490px; text-align: center; top: 815px; left: 50%; margin-left: -245px; }

.zs_banner_main5{ height: 654px; width: 100%; background: url(../images/zs_img_5.jpg) no-repeat; background-size: 100% 100%; }
.zs_banner_main5_ce{ padding-top: 535px; }
.zs_banner_main5_ce a{ float: left; margin-right: 40px; display: block; width: 295px; height: 60px; line-height: 60px; border-radius: 25px; background-color: #ff0000; color: #fff; text-align: center; font-size: 18px;}
.zs_banner_main5_ce a:nth-child(1){padding-left: 20px; width: 275px; background: #ff0000 url(../images/anniu.png) no-repeat 15px 11px; }
.zs_banner_main5_ce a:nth-child(2){ font-size: 20px; }
.zs_banner_main5_ce{ float: right; }


.zs_banner_main6{ width: 100%; height: auto; background: url(../images/zs_img_bg_2.jpg) no-repeat; background-size: 100% 100%; }
.zs_banner_main6 li h3{ font-size: 24px; color: #333; padding-bottom: 40px; padding-left: 90px; padding-top: 15px;}
.zs_banner_main6 li h4{ font-size: 14px; color: #666; padding-bottom: 35px;  }
.zs_banner_main6 li{ width: 525px; float: left; }
.zs_banner_main6 li:nth-child(odd){ margin-right: 100px; }
.zs_banner_main6 ul{  }
.zs_banner_main6 li:nth-child(1){ background: url(../images/zs_pic1.png) no-repeat left 0px; }
.zs_banner_main6 li:nth-child(2){ background: url(../images/zs_pic2.png) no-repeat left 0px; }
.zs_banner_main6 li:nth-child(3){ background: url(../images/zs_pic3.png) no-repeat left 0px; }
.zs_banner_main6 li:nth-child(4){ background: url(../images/zs_pic4.png) no-repeat left 0px; }
.zs_banner_main6 li:nth-child(5){ background: url(../images/zs_pic5.png) no-repeat left 0px; }
.zs_banner_main6 li:nth-child(6){ background: url(../images/zs_pic6.png) no-repeat left 0px; }
.zs_banner_main6 li:nth-child(7){ background: url(../images/zs_pic7.png) no-repeat left 0px; margin-top: -110px;}

.zs_banner_main7 h3{ font-size: 24px; color: #e12b1f; font-weight: bold; padding-top: 55px; padding-bottom: 45px; text-align: center; background: url(../images/zs_xian.png) no-repeat center 72px;}
.zs_banner_main7{ position: relative; }


.zs_banner_main6_top{ height: 195px; text-align: center; }
.zs_title2{padding-top: 65px; } 


.join-wrap{position: fixed; top: 0; left: 0; z-index: 301; display: none; width: 100%; background-color: rgba(0,0,0,0.9);}
.join-box3{position: fixed; top: 50%; right: 0; left: 0; z-index: 300; display: none; margin: -225px auto 0; width: 510px; height: 550px; border-radius: 5px; background-color: #fff;}
.join-close{position: absolute; top: 15px; right: 15px; z-index: 302; width: 30px; height: 30px; background: url(../images/icon-close.png) no-repeat center;}
.join-close:hover{ cursor: pointer; background: url(../images/icon-close-hover.png) no-repeat center;}
.join-wrap .page-title {
    padding-top: 35px;
    padding-bottom: 10px;
}
.join-wrap .page-title3 h3 .tit {
    color: #CD2F21;
}.join-box{position: fixed; top: 50%; right: 0; left: 0; z-index: 300; display: none; margin: -225px auto 0; width: 933px; height: 450px; border-radius: 5px; background-color: #fff;}
.join-close{position: absolute; top: 15px; right: 15px; z-index: 302; width: 30px; height: 30px; background: url(../images/icon-close.png) no-repeat center;}
.join-close:hover{ cursor: pointer; background: url(../images/icon-close-hover.png) no-repeat center;}
.join-wrap .page-title {
    padding-top: 35px;
    padding-bottom: 10px;
}
.join-wrap .page-title h3 .tit {
    color: #CD2F21;
}


.join-wrap3{position: fixed; top: 0; left: 0; z-index: 301; display: none; width: 100%; background-color: rgba(0,0,0,0.9);}
.join-box3{position: fixed; top: 50%; right: 0; left: 0; z-index: 300; display: none; margin: -225px auto 0; width: 510px; height: 500px; border-radius: 5px; background-color: #fff;}
.join-close3{position: absolute; top: 15px; right: 15px; z-index: 302; width: 30px; height: 30px; background: url(../images/icon-close.png) no-repeat center;}
.join-close3:hover{ cursor: pointer; background: url(../images/icon-close-hover.png) no-repeat center;}
.join-wrap3 .page-title {
    padding-top: 35px;
    padding-bottom: 10px;
}
.join-wrap3 .page-title3 h3 .tit {
    color: #CD2F21;
}
.join-close3{position: absolute; top: 15px; right: 15px; z-index: 302; width: 30px; height: 30px; background: url(../images/icon-close.png) no-repeat center;}
.join-close3:hover{ cursor: pointer; background: url(../images/icon-close-hover.png) no-repeat center;}
.join-wrap3 .page-title {
    padding-top: 35px;
    padding-bottom: 10px;
}
.join-wrap3 .page-title h3 .tit {
    color: #CD2F21;
}


.guest_box {width:100%;margin:0 auto;margin-top:40px;}
li.error {position:relative;}
.guest_box li {width:100%;line-height:40px;font-size:16px;color:#666;float:left;margin-bottom:10px;margin-right:15px; }
.guest_box li .input {border:1px solid #ddd;width:94%;height:40px;line-height:40px;padding-left: 4%; color:#666;background:#fff;background-color: #eee;}
.guest_box li:nth-child(5) {margin-right:0;}
.guest_box li:nth-child(6) {margin-right:0;}
span.error {position:absolute;top:72px;left:0;color:#ff0000;font-size:12px;}
.guest_box li:last-child {width:100%;}
.guest_box li .textarea {width:94%;height:230px;border:1px solid #ddd; padding-left: 4%; padding-top: 10px; color:#666;line-height:20px;background-color: #eee;}
textarea {overflow:auto;}
.guest_box .submit {width:192px;height:53px; float: left;border:none;display:block;color:#fff;font-size:18px;/*border-radius:5px;*/    font-family:"微软雅黑";-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    background: #5f7ed7;
    background: linear-gradient(#eb6069,#d7000e);
    box-shadow: inset 0 1px 2px #ee3844;
    color: #fff;
    text-shadow: #f22936 0 -1px 0;}

.guest_box6 {width:50%;margin:0 auto;margin-top:40px;}
li.error {position:relative;}
.guest_box6 li {width:100%;line-height:40px;font-size:16px;color:#666;float:left;margin-bottom:10px;margin-right:15px; }
.guest_box6 li .input {border:1px solid #ddd;width:94%;height:40px;line-height:40px;padding-left: 4%; color:#666;background:#fff;background-color: #eee;}
.guest_box6 li:nth-child(5) {margin-right:0;}
.guest_box6 li:nth-child(6) {margin-right:0;}
span.error {position:absolute;top:72px;left:0;color:#ff0000;font-size:12px;}
.guest_box6 li:last-child {width:100%;}
.guest_box6 li .textarea {width:94%;height:120px;border:1px solid #ddd; padding-left: 4%; padding-top: 10px; color:#666;line-height:20px;background-color: #eee;}
textarea {overflow:auto;}
.guest_box6 .submit {width:192px;height:53px; clear: both!important; margin:0 auto;border:none;display:block;color:#fff;font-size:18px;/*border-radius:5px;*/    font-family:"微软雅黑";-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    background: #5f7ed7;
    background: linear-gradient(#eb6069,#d7000e);
    box-shadow: inset 0 1px 2px #ee3844;
    color: #fff;
    text-shadow: #f22936 0 -1px 0;}
.page-title3 h3{ font-size: 18px;text-align: center; padding-top: 20px; }



@media (max-width: 1800px) and (min-width: 1440px){
.head-navlist .nav-item a{ padding: 0 6px!important; }
.tell{ margin-right: 0!important; }
.head-logo{ padding-left: 10px!important; padding-right: 50px!important; }


 }

@media (max-width: 1440px){ 
.head-logo{ padding-left: 10px!important; padding-right: 35px!important; }
 }
@media (max-width: 1440px) and (min-width: 1000px){ 

.head-navlist .nav-item a{ padding: 0 14px!important; }
.tell{ margin-right: 50px!important; background: url(../images/tell_bg.png) no-repeat left 31px; background-size: 12%;}
.head-logo{ padding-left: 10px!important; padding-right: 15px!important; }
.head-navlist .nav-item a{ font-size: 16px; }
.tell{ width: 176px; font-size: 20px; }
.head-navlist .nav-item{ margin-left: 10px; }

 }








@media (max-width: 1280px) { 

 .head-navlist .nav-item{ margin-left: 2px; }
 .tell{ margin-right: 40px!important; }
}