.news_box {
    padding-top: 82px;
    height: 650px;
}

.news_box .swiper2 { 
    height: 420px;
}

.news_box h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 35px;
    color: #343434;
}

.news_box h2 em {
    display: block;
    background: url(../images/background/bg05.jpg) no-repeat center top;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    color: #555;
}

.news_box .m_newl {
    float: left;
    width: 375px;
    position: relative; 
    margin-left: 35px;
}

.news_box .m_newl dt {
    padding: 25px;
    height: 60px;
    background: #2da9b2;
}

.news_box .m_newl dt h3 {
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}

.news_box .m_newl dt h3 a {
    color: #fff;
}

.news_box .m_newl dt em {
    display: block;
    height: 36px; 
    line-height: 36px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    font-style: italic;
    float: right;
}

.news_box .m_newl dd img {
    width: 375px;
    height: 200px;
    display: block;
}


.news_box .m_newl dd p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666666;
    overflow: hidden;
    margin-top: 10px;
}

.news_boxlist {
    width: 836px;
    float: right;
}


.news_boxlist .con {
    display: none;
}

.news_boxlist dl {
    padding: 15px 0 0 0;
    height: 110px;
    transition: all 0.3s linear 0s;
}

.news_boxlist dd {
    float: left;
    width: 686px;
    height: 109px;
    border-bottom: 1px solid #dddde1;
}

.news_boxlist h3 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
}

.news_boxlist h3 a {
    color: #0170A5;
}

.news_boxlist p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    width: 650px;
    height: 44px;
    overflow: hidden;
}

.news_boxlist p a {
    color: #666666
}

.news_boxlist dt {
    float: left;
    width: 150px;
    text-align: center;
    padding: 10px 0 0 0;
    height: 100px;
    font-size: 16px;
    color: #5c5c5c;
    background: #f4f4f4;
}

.news_boxlist dt b {
    display: block;
    font-size: 48px;
    color: #5c5c5c;
    font-weight: normal;
}

.news_boxlist dl:hover dt {
    background: #ff6537;
    color: #fff;
}

.news_boxlist dl:hover dt b {
    color: #fff;
}

.news_boxlist dl:hover h3 a {
    color: #ff6537;
}

.news_boxlist ul.tab_select {
    font-size: 16px;
    text-align: center;
    height: 40px;
}

.news_boxlist .tab_select li {
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    background: #0b646a;
}

.news_boxlist .tab_select li:first-child {
    border-left: none;
}

.news_boxlist .tab_select li:last-child {
    border-right: none;
}

.news_boxlist .tab_select li.active,
.news_boxlist .tab_select li:hover {
    background: #2da9b2;
}

.news_boxlist .tab_select li a {
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
}


.home_procedure {
    height: 750px;
    background: url(../images/background/bg6.jpg) center center;
}

.home_contact {
    background: url(../images/background/bg5.jpg) center center;
    height: 490px;
}

.home_contact h2 {
    width: 650px;
    text-align: center;
    margin: 80px auto 20px;
    font-weight: 400;
    font-size: 30px;
    padding-left: 30px;
    background: url(../images/icon/navdot.jpg) 70px center no-repeat;
}

.home_contact h2 span {
    font-size: 14px;
    margin-left: 10px;
}

.home_contact form {
    margin-top: 10px;
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

.home_contact form .form-group {
    margin-bottom: 15px;
}

.home_contact label {
    margin-right: 15px;
    font-size: 16px;
}

.home_contact input {
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    width: 400px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#code {
    height: 30px;
    line-height: 30px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.home_contact img {
    height: 30px;
    margin-left: 10px;
}

.home_contact button {
    margin-top: 20px;
    width: 150px;
    height: 50px;
    background: #FF6637;
    border: none;
}

.home_contact button:hover {
    cursor: pointer;
}

.home_foot {
    height: 500px;
    background: #282828;
    text-align: center
}

.home_foot .flogo {
    padding: 60px 0 20px;
}

.home_foot p,
.home_foot p a {
    color: #999;
    line-height: 40px;
    font-size: 16px;
}

.home_foot p.slogan {
    color: #fff;
    font-size: 20px;
}

.home_foot p.tel {
    width: 300px;
    margin: 30px auto 10px;
    color: #fff;
    font-size: 30px;
    background: url(../images/icon/telephone.png) left center no-repeat
}

.home_foot p.copyright {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}


/*首页小轮播模块 热门产品*/

.home-container {
    border-top: 1px solid #ccc;
    margin-top: 1px;
    width: 100%;
    padding: 25px 0 40px;
    background: #fff;
    border-bottom: 1px double #ccc;
    position: relative;
    overflow: hidden;
}

.home-hot-products {
    width: 292.5px;
    float: left;
}

.home-hot-products h2 {
    background: url(../images/icon/icon07.jpg) no-repeat 0px center;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.home-hot-products .small-flexslider {
    background: url(../images/background/bg1.png) no-repeat;
    height: 143px;
    width: 270px;
}

.home-hot-products .small-flexslider ul {
    height: 143px;
    overflow: hidden;
}

.home-hot-products .small-flexslider .item {
    height: 143px;
}

.home-hot-products .small-flexslider .item .item-l {
    float: left;
    width: 130px;
    height: 130px;
}

.home-hot-products .small-flexslider .item .item-r {
    float: left;
    width: 130px;
    height: 130px;
}

.home-hot-products .small-flexslider .item img {
    float: left;
    width: 110px;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.home-hot-products .small-flexslider .item a {
    overflow: hidden;
    height: 40px;
    display: block;
    padding-top: 14px;
    color: #c4261d;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}

.home-hot-products .small-flexslider .item span {
    font-size: 12px;
}

.home-hot-products .small-flexslider .item span a {
    font-size: 12px;
    padding-top: 0px;
    color: #246BAB;
}


/*旋转木马轮播图*/

.home-products {
    height: 800px;
    border-bottom: 1px solid #ccc;
    background: #4a4a4a;
}

.home-products h2 { 
    padding-top: 90px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.home-products h2+p {
    font-size: 18px;
    background: url(../images/background/split.png) bottom center no-repeat;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
} 

.home-products li{padding-top:80px;height:330px;background: rgba(255, 255, 255, .85);transition: background .2s;border-radius: 8px;overflow: hidden;position: relative;width: 23%;float: left;margin: 60px 1% 0;}
.home-products li a {
    display: block;
    text-align: center; 
    font-size: 18px;  
    color: #333; 
}
.home-products li:hover{    background: hsl(0, 0%, 100%);
    box-shadow: -1px 0px 10px 0px #000;}
.home-products li a img {
    display: block;
    width: 90%;
    margin: 0 auto 30px; 
    padding: 30px 0;  
}
.home-products li a.img {display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
position: absolute;
-ms-flex-item-align: center;
align-self: center;
bottom: -10%;
transition: bottom .2s;
box-sizing: border-box;
}
.home-products li a img{border-radius: 8px 8px 0 0;
transition: border-color .2s;
width: 100%;}
.home-products li:hover a{bottom: -15px;transition:.5s;color:#2DA9B2;}


/*选择OEM厂家心中的顾虑*/ 

.home_puzzles {
    float: left;
    width: 100%;
    background: url("../images/background/m_06.png") no-repeat center bottom;
    height: 500px;
    color: #373737;
}

.home_puzzles_text {
    float: right;
    width: 580px;
}

.home_puzzles_text_t2 {
    font-size: 28px;
    line-height: 40px;
    float: left;
    padding: 10px 0;
    margin: 50px 0 15px;
}

.home_puzzles_text_t2 strong {
    display: block;
    font-size: 35px;
    color: #2DA9B2;
    margin-top: 10px;
}

.home_puzzles_text_t3 {
    padding-top: 10px;
    line-height: 26px;
    font-size: 18px;
    margin-right: 30px;
    float: left;
}

.home_puzzles_text_t3 strong {
    margin-right: 20px;
    padding: 5px 20px;
    color: #fff;
    background: #f98622;
}

.home_puzzles_text_t4 {
    font-size: 30px;
    float: left;
    color: #fff;
    font-weight: bold;
    clear: both;
    margin: 20px 0;
    padding: 10px 30px;
    background: #2da9b2;
}

.home_puzzles_text p {
    display: block;
    padding-bottom: 20px;
}


/* 产品优势 */

.home-youshi {
    height: 800px;
    background: url(/images/background/ys.png) no-repeat top center;
    clear: both;
    padding-top: 200px;
}

.home-youshi h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 180px;
    text-shadow: 1px 1px 1px #000;
}

.home-youshi .gallery-top {
    height: 360px;
    width: 1280px;
}

.home-youshi .gallery-top .text {
    width: 50%;
    float: left;
}

.home-youshi .gallery-top .text span {
    display: block;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #2da9b2;
    float: left;
    width: 80px;
    font-weight: bold;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
}

.home-youshi .gallery-top .text h3 {
    font-size: 28px;
    background: #f98622;
    color: #fff; 
    padding: 20px 0;
    text-shadow: 1px 1px 1px #333; 
    width: 610px;
} 

.home-youshi .gallery-top .text p {
    border-left-width: 10px;
    border-left-color: #f98622;
    margin-top: 20px;
    height: 300px;
    width: 95%;
    font-size: 18px;
    color: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-left-style: solid;
    background: #373737;
    line-height: 35px;
}


/* .home-youshi .gallery-top .swiper-slide:nth-child(2n) .text p {
    background: #2DA9B2;
} */

.home-youshi .gallery-top img {
    width: 50%;
    height: 360px;
    float: right;
}

.home-youshi .gallery-thumbs {
    height: 160px;
    width: 1280px;
    box-sizing: border-box;
    padding: 10px 0;
}

.home-youshi .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}

.home-youshi .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.home-youshi .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 5px solid #2da9b2;
}


/* 荣誉资质 */

.ryBox {
    height: 500px;
    background-color: #f6f6f6;
    padding: 60px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
}

.ryBox h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 35px;
    color: #343434;
}

.ryBox h2 span {
    color: #f98622;
} 

.ryBox p { 
    font-size: 18px;
    color: #343434;
    text-align: center;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    width: 1120px;
}

.ryBox .ryCont {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ryBox .ryCont ul {
    margin: 60px auto 0;
    overflow: hidden;
}

.ryBox .ryCont li {
    margin: 0 4px;
    float: left;
    width: 152px;
    text-align: center;
}

.ryBox .ryCont li a {
    display: block;
}

.ryBox .ryCont li img {
    width: 128px;
    height: 182px;
    padding: 11px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.ryBox .ryCont li h5 {
    margin-top: 14px;
    font-weight: normal;
}

.ryBox .ryCont li h5 a {
    line-height: 20px;
}

.ryBox .ryCont .btnLeft,
.ryBox .ryCont .btnRight {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 25px;
    height: 24px;
}

.ryBox .ryCont .btnLeft {
    left: 0px;
    background: url("../images/icon/BtnLeft.png") no-repeat center;
}

.ryBox .ryCont .btnRight {
    right: 0px;
    background: url("../images/icon/BtnRight.png") no-repeat center;
}