@charset "utf-8";
* {margin:0; padding:0;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {margin:0; padding:0;}
input, select{ vertical-align:middle}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0px;}
li {list-style-type:none;}
img {border:0 none;}
.none{
    display: none;
}
a:link{
    text-decoration:none; color: #272727;text-decoration: none;
}
a:visited{
    text-decoration:none; color: #272727;text-decoration: none;
}
a:hover{
    text-decoration:none; color: #272727;text-decoration: none;
}
a:active{
    text-decoration:none; color: #272727;text-decoration: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    font-size: 14px;
    color: #272727;
    background-color:#fff;
    overflow-x:hidden ;

}
.clear{
    clear: both;
}
.fl-r{
    float: right;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/*头部导航*/
.head{
    position: fixed;left: 0px;top:0px;width: 100%;;z-index: 1000;background: #fff;box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
}
.n-head{
    position: relative;
}
.head .head-guider{
    width: 1200px;margin: 0 auto;
}
.head .head-guider .head-left{
    float: left;margin-top: 5px;
}
.head-right{
    float: right;
}
.head-right-top{
    margin-top: 10px;float: right;
}
.head-right-top img{
    margin: 0 10px;vertical-align: middle;
}
.head-right-top span{
    vertical-align: middle;
}
.head-right-bom{
    margin-top: 5px;
}
.nav li {
    float: left;
    padding: 0 14px 0 23px;
    background: url(../images/ico2.png) no-repeat left center;
    position: relative;
    line-height: 40px;

}
.nav li:first-child {
    background: none;
}
.nav li a {
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s linear 0s;
    padding: 10px 0;

}

.nav li ul{
    position: absolute;left: 0px;top:39px;width: 100px;text-align: center;display: none;
}
.nav li:hover ul{
    display: block;
}
.nav li ul li{
    background: #e73c3c;width: 100%;padding: 0px;border-bottom: 1px dashed #d54747
}
.nav li ul li a{
    color: #fff;font-size: 14px;
}
.nav li ul li:first-child{
    background:#e73c3c
}
.nav li ul li:hover{
    background: #bf0008;
}
/*第一屏*/
.slide1{
    background: url("../images/banner1-bg.jpg") no-repeat center;background-size: cover;text-align: center;position: relative;overflow: hidden;
}
.slide1 .banner1-tit{
    position: absolute;width: 1344px;left: 50%;margin-left: -672px;z-index: 11;top:-180px;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
}
.page1 .active  .banner1-tit {
   top:20%
}

.slide2{
    background: url("../images/banner2-bg.jpg") no-repeat center;background-size: cover;
}
.slider2-hold{
    width: 1400px;margin: 0 auto;overflow: hidden;position: relative;z-index: 11;height: 100%;
}
.slide2-left{
    position: absolute;left: -660px;z-index: 11;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;top:100px
}
.slide2-left img{
    height: 800px;
}
.page1 .active .slide2-left{
    left: 0;
}
.slide2-right{
    position: absolute;right: -690px;z-index: 11;top:20%;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
}
.page1 .active .slide2-right{
right: 0;
}
.slide3{
    background: url("../images/banner3-bg.jpg") no-repeat center;background-size: cover;}
.slider3-hold{
    width: 1400px;margin: 0 auto;overflow: hidden;position: relative;z-index: 11;height: 100%;
}
.slide3-left{
    position: absolute;left: -660px;z-index: 11;top:20%;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
}
.page1 .active .slide3-left{
    left: 0;
}
.slide3-right{
    position: absolute;z-index: 11;bottom: -800px;right: 0px;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
}
.slide3-right img{
    height: 800px;
}
.page1 .active .slide3-right{
    bottom: 0px;
}
.slide4{
    background: url("../images/banner4-bg.jpg") no-repeat center;background-size: cover;
}
.slider4-hold{
    width: 100%;margin: 0 auto;overflow: hidden;position: relative;z-index: 11;height: 100%;
}
.slide4-left{
    position: absolute;left: -983px;z-index: 11;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;bottom:10%
}
.slide4-left img{
    height: 650px;
}
.page1 .active .slide4-left{
    left: 5%;
}
.slide4-right{
    position: absolute;right: -484px;z-index: 11;bottom:15%;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
}
.slide4-right img{
height:450px
}
.page1 .active .slide4-right{
right: 5%;
}
/*第二屏*/
.pro-hold{
    width: 90%;margin-left: 5%;overflow: hidden;min-width: 1100px;
}

.pro-hold .pro-top{
    margin-top: 5%;
    position: relative;

    top: 0;

    left: -725px;

    width: auto;

    -webkit-transition: all 1s ease 0s;

    transition: all 1s ease 0s;

    -ms-transition: all 1s ease 0s;
}
.page2{
    background: url("../images/section2-bg.jpg") no-repeat center;background-size: cover;
}
.page2.active  .pro-top {
    left: 0;
}
.pro-hold .pro-list{
    margin-top: 1%;
}
.pro-hold .pro-list ul li{
    width: 23%;margin: 1%;text-align: center;float: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.pro-hold .pro-list ul li img{
    width: 100%;
}

.pro-hold .pro-list ul li p{
    background: #d15257;color: #fff;line-height: 40px;font-size: 16px;
}
.pro-hold .pro-list ul li:hover{
    transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
}
.pro-hold .pro-list ul li:hover p{
    background: #bf0008;
}
/*第三屏*/
.section3{
    background: url(../images/section3-bg.jpg) no-repeat center;background-size: cover;overflow: hidden;
}
.section-tit{
    position: absolute;top:-100px;width: 100%;text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.section3.active .section-tit{
    top:12%
}
.s3-bom{
    position: absolute;width: 100%;bottom: -560px;text-align: center;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
}
.section3.active .s3-bom{
    bottom: 5%;
}
/*第四屏*/
.section4{
    background: url(../images/section4-bg.jpg) no-repeat center;background-size: cover;overflow: hidden;
}
.section-tit{
    position: absolute;top:-100px;width: 100%;text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.section4.active .section-tit{
    top:12%
}
.s4-con{
    position: absolute;top:-100px;width: 100%;text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.section4.active .s4-con{
    top:23%;line-height: 30px;
}
/* carousel */
.s4-bom{
    position: absolute;bottom:10%;width: 100%;text-align: center;

}
.carousel{margin:0px auto;padding:0px 0px 0px;width:950px;height:400px;overflow:hidden;position:relative;}
.carousel .slides{margin:0px auto 30px;overflow:hidden;position:relative;}
.carousel .slides .slideItem{padding:0px;overflow:hidden;position:absolute;cursor:pointer;opacity:1 !important;}
.carousel .slides .slideItem a{overflow:hidden;display:block;}
.carousel .slides .slideItem img{width:100%;height:100%;}
.carousel .slides .slideItem .cover{background:rgb(0, 0, 0);left:0px;top:0px;width:100% !important;height:380px !important;display:block;position:absolute;}
.prevButton{background:url("../images/btn.png") no-repeat 0px 0px;top:126px;width:38px;height:38px;display:block;position:absolute;z-index:99;cursor:pointer;}
.nextButton{background:url("../images/btn.png") no-repeat 0px 0px;top:126px;width:38px;height:38px;display:block;position:absolute;z-index:99;cursor:pointer;}
.prevButton{left:12px;}
.nextButton{background-position:0px -40px;right:12px;}
/*第五屏*/
.section5{
    background: url(../images/section5-bg.jpg) no-repeat center;background-size: cover;overflow: hidden;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.s5-hold{
    width: 1000px;overflow: hidden;
    position: absolute;bottom:-600px;left: 50%;margin-left: -500px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.section5.active .s5-hold{
    bottom: 25%;
}
.s5-hold .s5-left{
    float: left;width: 49%;height: 400px;border: 1px solid red;
}
.s5-left-map{
    width: 398px;height: 390px;
}
.s5-hold .s5-right{
    width: 48%;float: right;
}
.s5-top{
    margin: 10px 0;
}
.s5-bom ul li{
    padding: 10px 0;
}
.s5-bom ul li i{
    width: 22px;height: 24px;display: inline-block;margin-right: 10px;background: url("../images/contact-icon.png");background-position: 0 0;vertical-align: middle;
}
.s5-bom ul li span{
    vertical-align: middle;
}
.s5-bom ul li .s5-2{
    background: url("../images/contact-icon.png");background-position: 0 -46px;
}
.s5-bom ul li .s5-3{
    background: url("../images/contact-icon.png");background-position: 0 -92px;
}
.s5-bom ul li .s5-4{
    background: url("../images/contact-icon.png");background-position: 0 -140px;
}
.s5-bom ul li .s5-5{
    background: url("../images/contact-icon.png");background-position: 0 -188px;
}
.footer{
    position: absolute;bottom: 0px;left: 0px;text-align: center;padding: 5px 0;background: #bf0008;color: #fff;width: 100%;
}
.n-footer{
    position: relative;
}
.footer a{
    color: #fff;padding: 0 10px;
}
.footer span{
    padding: 0 10px;
}
.power{
    -webkit-transition: -webkit-transform 0.3s;
    transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.power:hover{
    transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}


/*网站内页*/
.pos_center{    position: relative;  width: 1220px;  margin: 0 auto;  border-bottom: 1px solid #ddd; z-index: 1000;  margin-top: -50px;}
.pos{background: url(../images/current_icon.png) left 2px center no-repeat; padding-left: 25px; line-height: 64px;color: #666;}
.pos span{margin:0 6px;}
.pos a{color: #666;}
.pos a:hover{color: #55a1d9;}
.pos a.on{color: #55a1d9;}

.n-about-product{
    width: 1200px;overflow: hidden;margin: 40px auto;
}
.n-hold{
    width: 1200px;margin: 40px auto;
}
.n-pro-guide{
    height: 40px;margin: 20px auto;border-bottom: 1px solid #49c9f1;overflow: hidden;width: 1300px;
}
.n-pro-guide .n-pro-g-left{
    float: left;height: 40px;line-height: 40px;
}
.n-pro-guide .n-pro-g-left i{
    height: 22px;width: 4px;background: #0058a6;display: inline-block;line-height: 40px;vertical-align: middle;
}
.n-pro-guide .n-pro-g-left span{
    color: #000;font-size: 18px;line-height: 40px;vertical-align: middle;display: inline-block;line-height:40px;margin-left: 5px;
}
.n-pro-g-right{
    float: right;height: 40px;line-height: 40px;font-size: 16px;
}
.fenye{
    overflow: hidden;margin: 20px;
}
.fenye ul li{
    float: left;padding: 5px;
}

.n-product-tit{
    text-align: center;margin-bottom: 40px;
}
.n-product-list ul li{
    float: left;width: 42%;margin:0 2% ;overflow: hidden;padding: 2%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.n-product-list ul li:hover{
    transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}
.n-product-list ul li .n-product-list-left{
    float: left;width: 180px;height: 178px;text-align: center;background: url("../images/n-pro-bg.png") repeat;color: #fff;
}
.n-product-list ul li .n-product-list-right img{
    width: 320px;height: 178px;
}
.n-product-list ul li .n-product-list-left .n-pro-tit{
    font-size: 22px;margin-top: 30px;
}
.n-product-list ul li .n-product-list-left .xian{
    width: 40px;height: 2px;background: #fff;display: inline-block;margin: 20px auto;
}
.fenxiang{
    padding-top:30px; padding-bottom:30px;float: right;
}
.n-fooer{
    background: #0185f1;line-height: 30px;padding: 20px;text-align: center;color: #fff;
}
.n-fooer a{
    color: #fff;
}
.n-pro-leftguider{
    float: left;width: 150px;background:#0085cd;text-align: center;
}
.n-pro-leftguider .n-pro-leftguider-top{
    padding: 20px 0;border-bottom: 1px solid #fff;
}
.n-pro-leftguider .n-pro-leftguider-list ul li{
    padding: 10px 0;border-bottom: 1px solid #fff;
    webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.n-pro-leftguider .n-pro-leftguider-list ul li:hover{
    background: #005499;
}
.n-pro-leftguider .n-pro-leftguider-list ul .current{
    background: #005499;
}
.n-pro-leftguider .n-pro-leftguider-list ul li a{
    color: #fff;
}
.n-pro-right-hold{
    float: right;width: 1000px;
}

.n-pro-right-hold ul li{
    float: left;text-align: center;width:295px;margin: 15px;border: 4px solid #cecece;background: #fff;
    webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    overflow: hidden;
    height: auto;
}
.n-pro-right-hold ul li .img-ps{
    width: 290px;height: 260px;margin: 10px auto;overflow: hidden;
}
.n-pro-right-hold ul li img{
    width: 100%; webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.n-pro-right-hold ul li p{
    padding: 20px;background: #cecece;font-size: 16px;
    webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-pro-right-hold ul li:hover{
    border:4px solid  #0085cd;
}
.n-pro-right-hold ul li:hover p{
    color: #fff;background:#0085cd;
}
.n-pro-right-hold ul li:hover img{
    transform: scale(1.1);
}
.n-pro-right-hold1{
    float: right;width: 1000px;
}
.n-pro-right-hold1 h4{
    text-align: center;font-size: 22px;margin: 20px;
}
.arcImg{
    margin: 10px 0;float: left;border: 1px solid #ddd;padding: 10px;width:45%;
}
.arctext-top{
    width: 45%;float: right;border: 1px solid #bf0108;border-radius: 10px;padding-bottom: 20px;margin-top: 15px;background:#fff
}
.arctext-top .arctext-top-tit{
    text-align: center;font-size: 20px;color: #fff;background: #bf0008;padding: 15px 0;border-radius: 10px 10px 0 0;
}
.arctext-top-con{
    padding: 15px 10px;line-height:28px;font-size:14px
}
.arctext-bom{
    margin: 40px 0;
}
.arctext-bom i{
    width: 3px;height: 15px;background: #3a69d5;display: inline-block;margin-right: 10px;vertical-align: middle;
}
.arcImg img{
    max-width: 100%;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}






.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 27px;
    font-size: 14px;
}
.wrap ul {
    width: 100%;
    height: auto; }
.wrap ul li:nth-child(3n) {
    margin-right: 0; }
.wrap ul li {
    width: 31%;
    height: 510px;
    float: left;
    margin-top: 54px;
    margin-right: 3.5%; }
.wrap ul li a {
    width: 100%;
    height: auto;
    display: block;
    perspective: 2000px; }
@media (min-width: 1024px) {
    .wrap ul li a:hover .front {
        transform: rotateY(180deg); }
    .wrap ul li a:hover .back {
        transform: rotateY(0deg); } }
.wrap ul li a .front {
    width: 100%;
    height: auto;
    transform-style: preserve-3d;
    transition: all 1s;
    backface-visibility: hidden; }
.wrap ul li a .front .tu {
    width: 100%;
    height: auto;
    overflow: hidden; }
.wrap ul li a .front .tu img {
    width: 100%;
    height: 280px; }
.wrap ul li a .front .date {
    font-size: 12px;
    line-height: 50px;
    color: #999;
    font-family: Arial; }
.wrap ul li a .front .tit {
    font-size: 18px;
    color: #444;
    line-height: 18px; }
.wrap ul li a .front .content {
    color: #888;
    padding-top: 10px; }
.wrap ul li a .front .more {
    width: 114px;
    height: 35px;
    border: 1px solid #e3e3e3;
    margin-top: 30px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 35px;
    position: relative;
    overflow: hidden; }
.wrap ul li a .front .more .txt {
    display: inline-block;

    color: #a2a2a2;
    transition: all 0.3s;
    margin: 0 1px;
    position: relative;
    z-index: 10;
    vertical-align: middle; }
.wrap ul li a .front .more .ico {
    display: inline-block;
    width: 10px;
    transition: all 0.3s;
    height: 10px;
    position: relative;
    z-index: 10;
    margin: 0 1px;
    background: url(../images/more.png) no-repeat;
    vertical-align: middle; }
.wrap ul li a .back {
    width: 82%;
    height: 100%;
    padding: 0 9%;
    transform-style: preserve-3d;
    transition: all 1s;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(-180deg);
    background: #f5f5f5;
    z-index: 20; }
.wrap ul li a .back .date {
    font-size: 12px;
    padding-top: 40px;
    color: #015f47;
    line-height: 12px;
    font-family: Arial; }
.wrap ul li a .back .tit {
    font-size: 18px;
    color: #444;
    padding-top: 8px;
    line-height: 30px; }
.wrap ul li a .back .content {
    color: #888;
    padding-top: 10px; }
.wrap ul li a .back .content p {
    padding-bottom: 10px; }
.wrap ul li a .back .more {
    width: 114px;
    height: 35px;
    background: #0085cd;
    display: block;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
    border-radius: 35px;
    position: relative;
    overflow: hidden; }
.wrap ul li a .back .more .txt {
    display: inline-block;

    color: #fff;
    transition: all 0.3s;
    margin: 0 1px;
    position: relative;
    z-index: 10;
    vertical-align: middle; }
.wrap ul li a .back .more .ico {
    display: inline-block;
    width: 10px;
    transition: all 0.3s;
    height: 10px;
    position: relative;
    z-index: 10;
    margin: 0 1px;
    background: url(../images/more2.png) no-repeat;
    vertical-align: middle; }


.n-second-guide-hezuo{
    width: 1200px;position: relative;margin: 30px auto;text-align: center;
    animation:zoomIn 2s;
    -moz-animation:zoomIn 2s; /* Firefox */
    -webkit-animation:zoomIn 2s; /* Safari and Chrome */
    -o-animation:zoomIn 2s; /* Opera */
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes zoomIn /* Firefox */
{
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomIn  /* Safari and Chrome */
{
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes  zoomIn  /* Opera */
{

    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.n-second-guide-hezuo .line{
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 100%;
}
.n-second-guide-hezuo a{
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
}
.n-second-guide-hezuo a:hover{
    background: #bf0008;;
    color: #fff;
}

.n-about-us1{
    line-height: 27px;width: 1200px;margin: 20px auto;
}

.n-list-news2{
;margin: 30px auto;
}
.n-list-news2 ul li{
    border-bottom: 1px dashed #ddd;padding: 20px;line-height: 27px;
}
.n-news-tit{
    font-size: 16px;    font-weight: bold;
}
.n-news-tit span{
    font-size: 14px; font-weight: normal;
}
.n-list-news2 ul li:hover .n-news-tit {
    color: #00a0e9;
}
.n-list-news2 ul li .n-news-con{
    margin: 5px 0;
}
.n-about-con{
    line-height: 27px;width: 1000px;margin: 20px auto;padding-bottom: 30px;overflow:hidden;
}
.n-about-contact{
    width: 1000px;margin: 20px auto;padding-bottom: 30px;overflow:hidden;
}
.n-about-contact-top{
    padding: 20px 40px;line-height: 27px;border: 1px solid #ddd;margin-bottom: 20px;
}
.n-about-contact-top img{
    width: 180px;
}
.n-about-contact iframe{
    width: 1000px;border: 1px solid #ddd;height: 700px;
}
.n-about-sp{
    width: 1200px;margin: 20px auto;padding-bottom: 30px;
}
.n-about-product{
    width: 1200px;margin: 20px auto;padding-bottom: 30px;
}

.n-about-con-history{
    line-height: 27px;width: 900px;margin: 20px auto;padding-bottom: 30px;overflow:hidden;
}
.n-about-con h1{
    text-align: center;font-size: 18px;margin: 10px;
}
.n-about-con h2{
    font-size: 14px;text-align: center;margin-bottom: 20px;
}
.n-about-con img{
    max-width: 100%;
}
.n-about-con table{
    table-layout:fixed;
    empty-cells:show;
    border-collapse: collapse;
    margin:20px auto;
}
.n-about-con table tr td{
    border: 1px solid #fff; padding: 5px; text-align: center;
}
.n-about-con table tr:nth-child(odd){
    background-color: #FFF;
}
.n-about-con table tr:nth-child(even){
    background-color: #FFF;
}

.pro-list-hold1 ul li{
    width: 31.333%;margin: 1%;text-align: center;float: left;padding: 2% 0;
}
.pro-list-hold1 ul li img{
    width: 90%;
}
.pro-list-hold1 ul li p{
    line-height: 27px;
}
.pro-list-hold1 ul li:hover p{
    color: #08a4f1;
}
.power:hover{
    transform: translate(0,-5px);

    -moz-transform: translate(0,-5px);

    -o-transform: translate(0,-5px);

    -webkit-transform: translate(0,-5px);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.youlian{
    width:1200px;margin:20px auto;line-height:27px
}
.youlian a{
    padding:0 10px 0 0;
}
/*留言*/
.forem {
    margin-top: 40px;width: 600px;margin: 60px auto;
}
.forem table tr td{
    height: 50px;line-height:50px;font-size: 14px;
}
.forem table tr td input{
    height: 30px;font-size: 16px;line-height: 30px;
}
.forem table tr td textarea{
    margin-top: 10px;
}
/*留言*/
/*地图*/
.map{
    width: 100%;text-align: center;height: 360px;background: url("../images/map-img.png") no-repeat;background-size: cover;
}

.map .map-bg{
    width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5)
}
.map   .map-tit{
    padding-top: 120px;cursor: pointer;width: 200px;text-align: center;margin: 0 auto;letter-spacing: 1px;font-size: 16px;
}
.map .map-tit span{
    display: inherit;padding:10px 15px ;border: 1px solid #fff;color: #fff;
}
.map .map-tit i{
    display: block;
    background: url(../images/pos.png) no-repeat;
    width: 36px;
    height: 45px;
    margin: 0 auto 0px;
    animation: myanimate 0.65s infinite alternate;
    -webkit-animation: myanimate 0.65s infinite alternate;
}
.big-maptt{
    width:100%;height:100%;border:#ccc solid 1px;position: fixed;left: 0px;top:0px;right: 0px;bottom: 0px;z-index:-1;min-width: 800px;min-height: 600px;opacity: 0;
}
.show{
    opacity: 1;z-index:1000;
    webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#dituContent{
    width: 100%;height: 100%;
}
.close{
    width: 50px;height: 50px;background: url("../images/cha.png") no-repeat;background-size: 100% 100%;position: absolute;right: 40px;top:40px;z-index: 1000;cursor: pointer;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contact-map{
    width: 900px;margin: 40px auto;overflow: hidden;
}
.contact-map .contact-map-left{
    width: 500px;float: left;
}
.contact-tit{
    font-size: 18px;color: #08a4f1;font-weight: bold;margin: 20px 0;
}
.shipin-about-con {
    width:1200px;margin:40px auto;
}
.list-img-hold{
    width: 1200px;margin: 20px auto;
}

.hezuo-list1 ul li{
    float: left;width: 31.3333%;margin: 1% 1%;padding: 1% 0;text-align: center;
}
.hezuo-list1 ul li img{
    width: 94%;;
}
.hsitbody{ background:#f8f8fb; padding:60px 0 80px;}
.historytime,.conghonor{ width:850px; margin:0 auto;}
.historyname{ background:url(../images/icon40.png) no-repeat left center;padding-left:83px;}
.historyname h5{ float:left; position:relative; padding-right:40px; line-height:47px; color:#cd0400; font-size:26px;}
.historyname h5 span{ width:30px; height:2px; background:#06b1b4; position:absolute; right:0px; bottom:10px;}
.historytime ul{ margin-left:23px; border-left:1px solid #c6e6e9; padding:30px 0 60px; position:relative;}
.historytime ul:after{ content:""; display:block; width:7px; height:7px; position:absolute; border-radius:50%; background:#06b1b4; position:absolute; left:-4px; bottom:-3px;}
.historytime li{ position:relative; margin:20px 0px 40px; padding-left:220px;}
.tipsld{ background:url(../images/icon41.png) no-repeat center center; width:21px; height:21px; position:absolute; left:-10px; top:15px;}
.tipsld span{ display:block; height:2px; width:31px; position:absolute; background:#c6e6e9; left:30px; top:50%; margin-top:-1px;}
.timeer{ background:url(../images/icon42.png) no-repeat center center; width:130px; height:47px; line-height:47px; text-align:center; position:absolute; left:63px; top:0px; color:#fff; font-size:22px;}
.historytime li img{ display:block;  margin-bottom:20px;border: 1px solid #ddd;padding: 10px}
.txylist{ line-height:31px; padding-top:8px; font-size:18px; color: #000;font-weight: bold}

.list_box ul li{height:60px;line-height:60px;padding:0 20px 0 40px;background:url(../images/i6.png) no-repeat 20px center;border-bottom:1px solid #dddddd;overflow:hidden;width: 900px;margin: 0 auto}
.list_box ul li a{display:inline-block;width:600px;overflow:hidden;}
.list_box ul li a:hover{color:#45a5e1;}
.list_box ul li span{display:inline-block;float:right;}
.n-about-con table {
    margin-top:15px;
    border-collapse:collapse;
    border:1px solid #aaa;
    width:100%;
    text-align: center;
    vertical-align: middle;
}

.n-about-con table  th {
    vertical-align:baseline;
    padding:5px 15px 5px 6px;
    background-color:#3F3F3F;
    border:1px solid #3F3F3F;
    text-align:left;

}

.n-about-con table  td{
    vertical-align:middle;
    padding:6px 15px 6px 6px;
    border:1px solid #fff;
    vertical-align: middle;
}
.n-about-con table  td img{
    vertical-align: middle;padding-right: 10px;
}
.n-about-con table tr:first-child{
    background: #ff4a51;color:#fff
}

.n-about-con table tr:nth-child(even){
    background: #ffd2d4;

}
.shipin-hold{
    overflow: hidden;
}
.shipin-hold ul li{
    float: left;width: 23%;margin: 1%;padding: 8px 0;text-align: center;
}
.shipin-hold ul li img{
    width: 94%;height: 210px;
}
.shipin-hold ul li p{
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.n-product-hold{
    overflow: hidden;
}
.n-product-hold ul li{
    float: left;width: 23%;margin: 1%;padding: 8px 0;text-align: center;
}
.n-product-hold ul li img{
    width: 94%;
}
.n-product-hold ul li p{
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.carousel .slides .slideItem p{
    position: absolute;bottom: 0px;left: 0px;width: 100%;background: #fff;z-index: 10;text-align: center;line-height: 40px;background: #ff000b;color: #fff;
}


@media screen and (max-width: 1550px){
    .contact-img img{
        width: 300px;
    }
    .set6-top{
        margin-bottom: 2%;
    }
    .set6-conter{
        display: none;
    }
    .pro-fl-hold .pro-fl-list ul li{
        width: 18%;margin: 1% 3.5%;
    }
    .slider3-hold{
        width: 1100px;
    }
    .slider2-hold{
        width: 1100px;
    }
.slide4-left {
bottom:15%
}
.slide4-left img{
        height: 500px;
    }
.slide4-right{
bottom:22%
}
.slide4-right img{
        height: 400px;;
    }
    .slide2-left img{
        height: 600px;
    }
    .slide2-right img{
        height: 400px;
    }
    .slide3-left img{
        height: 400px;
    }
    .slide3-right img{
        height: 600px;
    }
    .s3-bom img{
        height: 400px;
    }
    .s4-bom{
        bottom: 0px;
    }
    .slide1 .banner1-tit{
        width: 1000px;margin-left: -500px;
    }
}
@media screen and (max-height: 800px){
    .slider3-hold{
        width: 1100px;
    }
    .slider2-hold{
        width: 1100px;
    }
.slide4-left {
bottom:15%
}
.slide4-left img{
        height: 500px;
    }
.slide4-right{
bottom:22%
}
.slide4-right img{
        height: 400px;;
    }
    .slide2-left img{
        height: 600px;
    }
    .slide2-right img{
        height: 400px;
    }
    .slide3-left img{
        height: 400px;
    }
    .slide3-right img{
        height: 600px;
    }
    .s3-bom img{
        height: 400px;
    }
    .s4-bom{
        bottom: 0px;
    }
    .slide1 .banner1-tit{
        width: 1000px;margin-left: -500px;
    }
}
@media screen and (max-height: 730px){
    .slide2-left img{
        height: 500px;
    }

.slide4-left {
bottom:10%
}
.slide4-left img{
        height: 450px;
    }
.slide4-right{
bottom:15%
}
.slide4-right img{
        height: 350px;;
    }


    .slide3-right img{
        height: 500px;
    }
    .s3-bom img{
        height: 350px;
    }
    .s4-bom{
        bottom: 0px;
    }
    .slide1 .banner1-tit{
        width:900px;margin-left: -450px;
    }
    .section3.active .section-tit{
        top:15%
    }
    .section4.active .section-tit{
        top:15%
    }
    .section4.active .s4-con{
        display: none;
    }
    .section5.active .s5-hold{
        bottom: 10%;
    }
}