﻿@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* 头部 */
header {
    width: 100%;
    z-index: 10;
    position: relative;
}
.header {
    height: 100px;
}
.logo {
    margin-top: 15px;
    position: relative;
}
.logo img {
    display: block;
    width: 100%;
}
.lan{
    float: right;
    width: 186px;
    border: 2px solid #ff461f;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
    z-index: 222;
}
.lang{
    float: right;
    width: 186px;
    border: 2px solid #ff461f;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
    z-index: 222;
}
.lan-main{
    height: 46px;
    padding: 0 18px;
}
.toggle-lan{
    float: left;
    height: 46px;
}
.toggle-lan img{
    width: 40px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 46px;
}
.toggle-lan span{
    display: inline-block;
    vertical-align: middle;
    color: #ff461f;
    text-transform: uppercase;
    line-height: 46px;
}
.arrow-down{
    float: right;
    width: 11px;
    height: 6px;
    margin-left: 5px;
    cursor: pointer;
    background: url(../img/lan_icon.png) no-repeat center;
    margin-top: 20px;
}
.lan-on{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}
.lan-ul{
    display: none;
    z-index: 999;
    width: 186px;
    padding: 0 18px;
    position: absolute;
    left: -2px;
    top: 46px;
    border: 2px solid #ff461f;
    border-top: none;
    background-color: #fff;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.lan-ul li{
    height: 46px;
}
.lan-ul li img{
    width: 40px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 46px;
}
.lan-ul li span{
    display: inline-block;
    vertical-align: middle;
    color: #ff461f;
    text-transform: uppercase;
    line-height: 46px;
}
@media(max-width: 1200px) {
    .logo {
        width: 600px;
        margin-top: 25px;
    }
    .logo img{
        width: 100%;
        overflow: hidden;
    }
}
@media(max-width: 991px) {
    header>.container {
        width: 100%;
    }
    .header {
        height: 70px;
    }
    .logo {
        width: 522px;
        margin-top: 13px;
    }
    .lan{
        display: none;
    }
      .lang{
        display: none;
    }
   .vedio-box >.vedio-info {
        display: none;
    }
}
@media(max-width: 599px) {
    .logo {
        width: 280px;
    }
    .header {
        height: 50px;
    }
}
/* 导航 */
#nav {
    width: 100%;
    background-color: #ff461f;
}
.nav li {
    float: left;
    position: relative;
    margin-right: 24px;
}
.nav li:last-child {
    margin-right: 0px;
}
.nav li>a {
    display: block;
    padding: 0 40px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.nav li.active>a,
.nav li>a:hover {
    background-color: #000;
}
.nav li .sub_dl {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 220px;
    display: none;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 1);
}
.sub_dl dd a {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-transform: uppercase;
    padding-left: 40px;
}
.sub_dl dd a:hover {
    color: #ff461f;
}
@media(max-width: 1400px){
    .nav li {
        margin-right: 16px;
    }
    .nav li>a {
        padding: 0 28px;
    }
    .sub_dl dd a{
        padding-left: 28px;
    }
    .nav li .sub_dl{
        width: 196px;
    }
}
@media(max-width: 1199px) {
    .nav li {
        margin-right: 12px;
    }
    .nav li>a {
        padding: 0 20px;
        font-size: 16px;
    }
    .sub_dl dd a{
        padding-left: 20px;
    }
    .nav li .sub_dl{
        width: 180px;
    }
}
@media(max-width: 991px) {
    header .nav {
        display: none;
    }
}
/* 视频 */
.vedio{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
    width: 100%;
}
.vedio-box{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.vedio-img{
    float: left;
    width: 75%;
    position: relative;
}
.vedio-img img{
    display: block;
    width: 100%;
}
.bofang{
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -41px;
    background: url(../img/bofang_icon.png) no-repeat center;
}
.vedio-info{
    width: 25%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 55px;
    position: relative;
}
.vedio-ms{
    position: relative;
    text-align: right;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.vedio-info h2{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 50px;
}
.vedio-info i{
    display: block;
    width: 350px;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 22;
}
.view-more{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ff461f;
    text-transform: uppercase;
    font-size: 12px;
}
@media(max-width: 1400px){
    .vedio-info{
        padding-right: 35px;
    }
    .vedio-info h2{
        font-size: 35px;
        line-height: 42px;
    }
}
@media(max-width: 1200px){
    .vedio{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .vedio-info i{
        width: 240px;
    }
    .vedio-info h2{
        font-size: 28px;
        line-height: 38px;
    }
}
@media(max-width: 991px){
    .vedio{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .vedio-info{
        width: 100%;
        float: none;
    }
    .vedio-img{
        width: 100%;
        float: none;
    }
    .vedio-info{
        padding-right: 0px;
        padding: 25px 0px 25px 25px;
        align-items: flex-start;
    }
    .vedio-ms{
        text-align: left;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .vedio-info i{
        display: none;
    }
}
/* 关于我们 */
.home-about{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-about img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.home-about:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.habout-box{
    background: rgba(255, 255, 255, .9);
    padding: 45px 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.habout-box h2{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.habout-box h2::after{
    position: absolute;
    width: 103px;
    height: 1px;
    bottom: 0px;
    left: 50%;
    margin-left: -52px;
    display: block;
    content: "";
    background: #bfbfbf;
}
.habout-box p{
    color: #444;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "Arial";
    max-width: 370px;
}
.habout-box a{
    margin: 40px auto 0;
}
@media(max-width: 1400px){
    .habout-box{
        padding: 30px;
    }
    .habout-box p{
        max-width: 420px;
    }
}
@media(max-width: 1200px){
    .habout-box{
        padding: 30px;
    }
    .habout-box h2{
        font-size: 36px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .habout-box a{
        margin-top: 20px;
    }
    .habout-box p{
        font-size: 14px;
        line-height: 24px;
        max-width: 500px;
    }
}
@media(max-width: 991px){
    .home-about{
        background: #010101;
        padding: 30px 0px;
    }
    .home-about img{
        display: none;
    }
    .habout-box h2{
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .habout-box{
        width: 80%;
        padding-top: 20px;
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0 auto;
        transform: translate(0,0);
    }
    .habout-box p{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
}
/* 产品中心 */
.product-center{
    padding-top: 80px;
}
.public-title{
    position: relative;
    margin-bottom: 35px;
}
.public-top h2{
    font-size: 40px;
    color: #000;
    padding-left: 10px;
}
.swiper-btn{
    position: absolute;
    right: 0px;
    top: 0px;
}
.swiper-btn .swiper-button-prev, .swiper-btn .swiper-button-next{
    width: 30px;
    height: 30px;
    margin-top: 0px;
    top: 0;
}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-container-rtl .swiper-button-prev{
    right: 0px;
    background: #000 url(../img/next_icon.png) no-repeat center;
}
.swiper-btn .swiper-button-prev, .swiper-btn .swiper-container-rtl .swiper-button-prev{
    left: auto;
    right: 40px;
    background: #000 url(../img/prev_icon.png) no-repeat center;
}
.swiper-btn .swiper-button-next:hover{
    background-color: #ff461f; 
}
.swiper-btn .swiper-button-prev:hover{
    background-color: #ff461f; 
}
.hpro-item{
    max-width: 448px;
    overflow: hidden;
    position: relative;
}
.hpro-item img{
    width: 100%;
    overflow: hidden;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hpro-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hpro-info h4{
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px #070707;
    line-height: 42px;
    margin-bottom: 80px;
}
.view-other{
    background: #fff;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
}
.hpro-item:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hpro-item:hover .view-other{
    background: #ff461f;
    color: #fff;
}
@media(max-width: 1200px){
    .product-center{
        padding-top: 60px;
    }
    .hpro-info h4{
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .product-center{
        padding-top: 30px;
    }
    .public-top h2{
        font-size: 36px;
    }
    .public-title{
        margin-bottom: 20px;
    }
    .hpro-item{
        margin: 0 auto;
    }
}
@media(max-width: 499px){
    .public-top h2{
        font-size: 28px;
    }
}
/* 新闻 */
.hnews-main{
    overflow: hidden;
}
.hnews-title h2{
    line-height: 160px;
    font-size: 40px;
    color: #000;
    text-align: center;
}
.hnews-img{
    float: left;
    max-width: 442px;
    width: 31.57%;
    overflow: hidden;
}
.hnews-img img{
    width: 100%;
    display: block;
}
.hnews-right{
    float: right;
    max-width: 910px;
    overflow: hidden;
    width: 65%;
}
.hnews-item{
    position: relative;
    overflow: hidden;
}
.hnews-item img{
    display: block;
    width: 100%;
}
.hnews-info{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 60px 50px 0px;
}
.hnews-info h2{
    font-size: 24px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hnews-info span{
    font-size: 16px;
    color: #999;
    display: block;
    margin: 20px 0px;
}
.hnews-ms{
    color: #666;
    line-height: 30px;
    font-family: "Arial";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-swiper .swiper-pagination{
    left: 50px;
    text-align: left;
}
.news-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 1;
}
.news-swiper .swiper-pagination-bullet-active{
    background: #ff461f;
}
@media(max-width: 1400px){
    .hnews-info{
        padding: 40px 30px 0px;
    }
    .news-swiper .swiper-pagination-bullets{
        bottom: 35px;
    }
    .news-swiper .swiper-pagination{
        left: 30px;
    }
}
@media(max-width: 1200px){
    .hnews-title h2{
        line-height: 120px;
    }
    .hnews-info span{
        margin: 10px 0px;
    }
    .news-swiper .swiper-pagination-bullets{
        bottom: 15px;
    }
}
@media(max-width: 991px){
    .hnews-img{
        float: none;
        width: auto;
        margin: 0 auto 20px;
    }
    .hnews-title h2{
        line-height: 80px;
        font-size: 30px;
    }
    .hnews-right{
        float: none;
        width: auto;
        margin: 0 auto;
    }
}
@media(max-width: 767px){
    .hnews-item img{
        display: none;
    }
    .hnews-item{
        background: #f5f4ef;
        padding: 30px 0px;
    }
    .hnews-info{
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        padding-top: 0px;
    }
    .hnews-ms{
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .hnews-ms{
        font-size: 14px;
        line-height: 24px;
    }
}
/* 合作伙伴 */
.partner-item{
    max-width: 338px;
    overflow: hidden;
}
.partner-item img{
    display: block;
    width: 100%;
}
.partner{
    padding-bottom: 80px;
}
@media(max-width: 1200px){
    .partner{
        padding-bottom: 60px;
    }
}
@media(max-width: 991px){
    .partner{
        padding-bottom: 30px;
    }
}
/* 底部 */
#footer{
    background: #f8f8f8;
}
.footer-top{
    padding-top: 45px;
    padding-bottom: 40px;
}
.footer-main{
    width: calc(100% - 126px);
    float: left;
}
.footer-code{
    float: right;
    width: 126px;
}
.footer-item{
    float: left;
    width: 33.33%;
}
.footer-item dl dt{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    font-family: "Arial";
}
.footer-item dl dd{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-family: "Arial";
}
.footer-code h2{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    font-family: "Arial";
    font-weight: bold;
}
.footer-bom{
    padding: 25px 0px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #bfbfbf;
    font-family: "Arial";
}
.footer-bom span{
	/* float: left;*/
}
.footer-bom .footer-icon{
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    align-items: center;
}
.footer-sou{
    width: 30px;
    margin-right: 18px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-sou-item{
    cursor: pointer;
}
.footer-input-item{
    display: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 10px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 5px;
    background: url(../img/footer_sou.png) no-repeat right 10px center;
}
.footer-icon img{
    margin-right: 18px;
}
.footer-icon img:last-child{
    margin-right: 0px;
}
@media(max-width: 1200px){
    .footer-bom{
        padding: 10px 0px;
    }
    .footer-bom span{
        float: none;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
    }
    .footer-bom .footer-icon{
        float: none;
        justify-content: center;
    }
}
@media(max-width: 991px){
    .footer-main{
        float: none;
        width: 100%;
    }
    .footer-item{
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-item dl dd{
        display: inline-block;
    }
    .footer-top{
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .footer-item dl dt{
        margin-bottom: 5px;
    }
    .footer-code{
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .footer-code h2{
        margin-bottom: 5px;
    }
}
/* 企业概况 */
.about-title{
    padding-top: 70px;
    padding-bottom: 50px;
}
.about-title h2{
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.about-img{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-img img{
    width: 100%;
    display: block;
}
.about-img .about-bofang{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/about_bofang.png) no-repeat center;
}
.about-main p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-family: "Arial";
}
.about-main{
    padding-bottom: 50px;
}
@media(max-width: 1200px){
    .about-title{
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .about-title h2{
        font-size: 32px;
    }
    .about-title{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .about-main{
        padding-bottom: 30px;
    }
}
/* 联系我们 */
.contact{
    width: 1280px;
    margin: 0 auto;
}
.contact-us{
    overflow: hidden;
}
.contact-way{
    float: left;
    width: 50%;
}
.contact-code{
    float: right;
    padding-top: 50px;
    width: 50%;
}
.contact-way ul li{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid #b5b5b5;
    font-family: "Arial";
}
.contact-img{
    max-width: 324px;
    margin: 0 auto;
    overflow: hidden;
}
.contact-img img{
    width: 100%;
    display: block;
}
.contact-code p{
    line-height: 60px;
    text-align: center;
    font-family: "Arial";
}
@media(max-width: 1400px){
    .contact{
        width: 100%;
    }
}
@media(max-width: 1200px){
    .contact-way{
        width: calc(100% - 324px);
    }
    .contact-code{
        width: 300px;
    }
}
@media(max-width: 991px){
    .contact-way{
        width: 100%;
    }
    .contact-code{
        width:100%;
        padding-top: 15px;
    }
    .contact-code p{
        line-height: 48px;
    }
}
@media(max-width: 599px){
    .contact-way ul li{
        padding: 15px 0px;
    }
}
.message{
    margin-bottom: 50px;
}
.message h2{
    line-height: 130px;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.form-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.form_box{
    /* width: calc(50% - 40px); */
    padding: 0 15px;
    border: 1px solid #b5b5b5;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form_box span{
    width: 72px;
    font-family: "Arial";
    color: #999;
}
.form_box input{
    width: calc(100% - 72px);
    border: none;
    height: 48px;
    line-height: 48px;
    background-color: transparent;
    outline: none;
}
.form-area{
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #b5b5b5;
    display: flex;
    flex-direction: row;
    outline: none;
}
.form-area textarea{
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    height: 160px;
    resize: none;
    overflow: auto;
    border: none;
    background: none;
    outline: none;
}
.form-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form-btn input{
    width: 160px;
    height: 48px;
}
.form-btn .form_box{
    height: 48px;
    margin-right: 5px;
}
.form-btn input[type = 'button']{
    background-color: #ff461f;
    border: 1px solid #ff461f;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
    outline: none;
}
.yanzheng{
    border: 1px solid #d2d2d2;
}
.contact-ditu{
    padding-bottom: 60px;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 991px){
    .message h2{
        line-height: 80px;
        font-size: 32px;
    }
    .form_box{
        width: calc(50% - 10px);
    }
    .form-item{
        margin-bottom: 20px;
    }
    .message{
        margin-bottom: 30px;
    }
    .contact-ditu{
        padding-bottom: 30px;
    }
}
@media(max-width: 599px){
    .form_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .form-item{
        flex-direction: column;
        margin-bottom: 0px;
    }
    .form-btn{
        margin-top: 20px;
    }
    .form-btn .form_box{
        margin-bottom: 0px;
        padding-left: 5px;
    }
    .form-btn input{
        width: 60px;
    }
    .form-btn input[type = 'button']{
        margin-right: 10px;
    }
    .message{
        margin-bottom: 20px;
    }
}
/* 新闻 */
.news-img{
    float: left;
    width: 300px;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-info{
    float: right;
    width: calc(100% - 330px);
}
.news-main li{
    padding: 30px 0px;
    border-bottom: 1px solid #b5b5b5;
}
.news-info h2{
    line-height: 70px;
    font-size: 24px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-info span{
    font-size: 16px;
    color: #999;
    line-height: 18px;
    display: block;
    margin-bottom: 30px;
}
.news-ms{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-main li:hover .news-info h2{
    color: #ff461f;
}
.news-main li:hover .news-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
@media(max-width: 991px){
    .news-main li{
        padding: 20px 0px;
    }
}
@media(max-width: 767px){
    .news-img{
        margin: 0 auto 5px;
        float: none;
    }
    .news-info{
        width: 100%;
    }
    .news-info h2{
        line-height: 50px; 
    }
    .news-info span{
        margin-bottom: 15px;
    }
}
/* 产品中心 */
.product-title{
    padding-bottom: 28px;
    border-bottom: 1px solid #b5b5b5;
}
.pro-title{
    text-align: center;
}
.pro-title li{
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.pro-title li a{
    color: #333;
}
.pro-title li::after{
    display: block;
    width: 3px;
    height: 2px;
    background: #333;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
    content: "";
}
.pro-title li:last-child::after{
    background: #fff;
}
.pro-title li:hover a{
    color: #ff461f;
}
.three-title{
    padding-top: 28px;
    padding-bottom: 45px;
    text-align: center;
}
.three-title li{
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.three-title li::after{
    display: block;
    width:1px;
    height: 13px;
    background: #999;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    content: "";
}
.three-title li:last-child::after{
    background: #fff;
}
.three-title li a{
    color: #333;
}
.three-title li:hover a{
    color: #ff461f;
}
.pro-item{
    max-width: 408px;
    overflow: hidden;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-img img{
    width: 100%;
    display: block;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-item p{
    line-height: 60px;
    text-align: center;
}
.pro-item:hover .pro-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.pro-item:hover p{
    color: #ff461f;
}
.mobile-title{
    position: relative;
}
@media(max-width: 1200px){
    .pro-title li{
        padding: 0 15px;
    }
    .three-title li{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .mobile-title{
        width: 100%;
        background: #ff461f;
        height: 50px;
        line-height: 50px;
        padding: 0px;
        margin-top: 25px;
    }
    .mobile-title h2{
        text-align: left;
        padding-left: 15px;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
    }
    .pro-title{
        display: none;
    }
    .pro-title li{
        width: 100%;
        display: block;
        border: 1px solid #b5b5b5;
        border-bottom: none;
        line-height: 48px;
    }
    .pro-title li:last-child{
        border-bottom: 1px solid #b5b5b5;
    }
    .pro-title li::after{
        display: none;
    }
    .product-title{
        padding-bottom: 18px;
    }
    .pro-item p{
        line-height: 40px;
    }
    .pro-item{
        margin: 0 auto;
    }
    .three-title{
        padding-top: 18px;
        padding-bottom: 20px;
    }
}
.pros-main{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.pros-page{
    padding: 20px 0px;
}
@media(max-width: 599px){
    .pros-main img{
        display: block;
        width: 100%;
    }
}