.j-container{
    width: 1200px;
    margin: 0px auto;
}
.j-Head{
    width: 100%;
    height: 92px;
    padding: 0px 20px;
    position: fixed;
    left: 0;
    top:0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.j-Head-logo{
    width: 286px;
}
.j-Head-logo img{
    width: 100%;
}
.j-Head-nav{
    width: calc(100% - 394px);
    text-align: center;
    height: 100%;
}
.j-nav-item{
    display: inline-block;
    position: relative;
    height: 100%;
}
.j-nav-item.on .nav-item-link{
    color: #b71d35;
}
.nav-item-link{
    color: #fff;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 92px;
}
.nav-item-link:hover{
    color: #b71d35;
}
.nav-inner{
    display: none;
    position: absolute;
    width:155px;
    background: #ffffff;
    padding: 20px;
    left: -18px;
    bottom: -139px;
    z-index: 7;
}
.nav-inner-item{
    display: block;
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.nav-inner-item:hover {
    color: #b71d35;
}
.j-nav-item:hover .nav-inner{
    display: block;
}
.j-Head-right{
    width: 108px;
}
.j-Head-right .head-select{
    width:100%;
    border-radius: 4px;
    height: 37px;
    background: rgba(255,255,255,.11) url("../img/map.png") no-repeat 10px center;
    background-size: 18px;
    
    color: #ffffff;
    font-size: 14px;
    line-height: 37px;
}
.select-item{
    line-height: 37px;
    padding-left: 20px;
margin-left:20px;
}
.en-item{
	display:none;
margin-left:0;
padding-left:40px;

background: rgba(255,255,255,.11);
}
.j-Head-right .head-select:hover .en-item{
	display:block;}

.j-banner{
    width:100%;
    height: 785px;
}
.slick-slider { position: relative;width: 100%;height: 100%; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; width: 100%;height: 100%; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; height: 100%; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
/*.j-banner .slick-slide img { display: block; width: 100%; height: 100%; }*/
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.j-banner .slick-prev,.j-banner .slick-next{
    display: none !important;
}

.slick-slider { margin-bottom: 30px; }

.j-banner .slick-dots { position: absolute; bottom: 35px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.j-banner .slick-dots li { position: relative; display: inline-block; height: 20px; width: 9px; margin: 0px 10px; padding: 0px; cursor: pointer; }
.j-banner .slick-dots li button { border: 0; background: transparent; display: block; height: 10px; width: 10px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 0px; cursor: pointer; outline: none; }
.j-banner .slick-dots li button:focus { outline: none; }
.j-banner .slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; transition: all .3s; width: 10px; height: 10px; border-radius: 50%; background: #ffffff;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.j-banner .slick-dots li.slick-active button:before { width: 20px; border-radius: 20px; }
.j-banner-son{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.animated-delay{
    animate-delay: 3s;
}
.banner-box{
    width: 100%;
}
.banner-img{
    text-align: center;
}
.banner-box h3{
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 5px;
    text-align: center;
}
.banner-box h3 span{
    font-weight: bold;
}
.j-one-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}
.j-one-item{
    display: block;
    width: 385px;
    height:360px;
}
.j-one-img{
    width: 385px;
    height: 240px;
}
.j-one-img img{
    width: 100%;
    height: 100%;
}
.j-one-item h3{
    color: #333333;
    font-size: 18px;
    line-height: 40px;
}
.j-one-item h3 span{
    float: right;
    vertical-align: middle;
}
.j-one-item h3 span img{
    vertical-align: middle;
}
.j-one-text{
    color: #999999;
    font-size: 14px;

}
.j-news-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}
.news-silde .slick-dots { position: absolute; bottom: 13px; right:10%; list-style: none; display: block; text-align: right; padding: 0px; width: 100%; }
.news-silde .slick-dots li { position: relative; display: inline-block; height: 20px; width: 10px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.news-silde .slick-dots li button { border: 0; background: transparent; display: block; height: 10px; width: 10px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 0px; cursor: pointer; outline: none; }
.news-silde .slick-dots li button:focus { outline: none; }
.news-silde .slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 10px; height: 10px; border-radius: 50%; background: #ffffff;opacity: 0.4;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.news-silde .slick-dots li.slick-active button:before { opacity: 1; }
.news-silde .slick-prev,.news-silde .slick-next{
    display: none !important;
}
.news-silde{
    width: 530px;
    height: 410px;
}
.news-box-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.news-box-img img{
    width: 100%;
    height: 100%;
}
.news-box-cover{
    width: 90%;
    background: rgba(0,0,0,.5);
    padding: 10px;
    position:absolute;
    left: 5%;
    bottom:10px;
    z-index: 4;
    color: #ffffff;
}
.news-box-cover h3{
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    margin-top: 10px;
}
.news-box-cover a{
    display: block;
    font-size: 30px;
    color: #fff;
}
.j-news-right{
    width:640px;
}
.j-news-title{
    color: #333333;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}
.j-news-title a{
    color: #999999;
    font-size: 14px;
    float: right;
    margin-top: 10px;
}
.j-news-title a:hover{
    color: #b71d35;
}
.j-news-title img{
    vertical-align: middle;
}
.j-news-list li{
    margin-top: 30px;
}
.j-news-list li:hover{
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
.j-news-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-date{
    width: 43px;
    text-align: center;
}
.news-date h3{
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    background: #b71d35;
}
.news-date h4{
    line-height: 26px;
    color: #999;
    font-size: 14px;
    background: #ebebeb;
}
.news-right{
    width: 90%;
}
.news-right h3{
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}
.news-text{
    color: #999999;
    font-size: 14px;
}
.j-footer{
    width:100%;
    padding: 40px 0;
    background: url("../img/foot_bg.png") no-repeat top center;
    background-size: 100% 100%;
}
.j-footer-left{
    width: 60%;
    float: left;
}
.footer-logo{
    width: 286px;
}
.footer-nav{
    color: #999999;
    font-size: 14px;
    margin: 10px 0;
}
.footer-nav a{
    color: #999999;
    margin:0 10px;
}
.footer-nav a:hover{
    color: #b71d35;
}
.footer-copy{
    color: #999999;
    font-size: 14px;
}
.footer-copy span{
    margin: 0px 10px;
}
.footer-copy a{
    color: #999999;
    font-size: 14px;
}
.footer-logo img{
    width: 100%;
}
.footer-copy a:hover{
    color: #b71d35;
}
.j-footer-right{
    width: 24%;
    float: right;
}
.j-footer-right h4{
    color: #666666;
    font-size: 15px;
}
.j-footer-right dl dd{
    margin-left: 0;
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}
.j-footer-right dl dd img{
    vertical-align: middle;
    margin-right: 6px;
}
.news-box-cover h4{
    font-size: 14px;
    color: rgba(255,255,255,.7);
    display: none;
}
.phone-menu {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
   }
.phone-menu img {
    width: 100%;
    height: 100%; }
.phone-Nav{
    width: 80%;
    height: 100%;
    position: fixed;
    left: -9999px;
    top:0;
    z-index: 9999;
    background: #333333;
    padding: 20px;
}
.phone-logo{
    width: 80%;
    margin-bottom: 20px;
}
.phone-logo img{
    width: 100%;
}
.phone-Nav-son{
    width: 100%;
    border-bottom: 1px solid #666666;
}
.phone-Nav-son .phone-item{
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
}
.phone-inner{
	padding-left:10px;
display:none;
}
.phone-item-in{
	color:#c0c0c0;
font-size:14px;
display:block;
margin-top:10px;
}
.phone-Nav-son a span{
    float: right;
}
.foot-item{
    width: 100%;
    height: 50px;
    background:#3d3d3d url("../img/map.png") no-repeat 10px center;
    background-size: auto;
    border-radius: 4px;
    line-height: 50px;
    padding: 0px 20px 0 50px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 15px;
}
.foot-item span{
    cursor: pointer;
    float: right;
    font-size: 24px;
}
.foot-option{
    display: none;
    width: 100%;
    background:#3d3d3d;
    padding: 20px;
    color: #ffffff;
    font-size: 15px;
}
.phone-banner{
    width: 100%;
    height: 367px;
    display: none;
}
.phone-banner img{
    width: 100%;
    height: 100%;
}
.phone-footer{
    display: none;
    position: fixed;
    left: 0;
    bottom:0;
    z-index: 4;
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-top:1px solid #e2e2e2;
}
.phone-footer-son{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.phone-footer-item{
    display: block;
    width: 24%;
    height: 100%;
    border-left:1px solid #e2e2e2;
}
.phone-footer-item:first-child{
    border-left: none;
}
.phone-footer-item.on .phone-name{
    color: #b71d35;
}
.phone-img{
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 9px auto 5px;
    background: url("../img/foot_ico1.png") no-repeat center center;
    background-size: 100%;
}
.phone-footer-item:nth-child(2) .phone-img{
    background: url("../img/foot_ico2.png") no-repeat center center;
    background-size: 100%;
}
.phone-footer-item:nth-child(3) .phone-img{
    background: url("../img/foot_ico3.png") no-repeat center center;
    background-size: 100%;
}
.phone-footer-item:nth-child(4) .phone-img{
    background: url("../img/foot_ico4.png") no-repeat center center;
    background-size: 100%;
}
.phone-name{
    color: #333333;
    font-size: 15px;
    text-align: center;
}
.phone-footer-item.on .phone-img{
    background: url("../img/foot_ico1_on.png") no-repeat center center;
    background-size: 100%;
}
.phone-footer-item:nth-child(2).on .phone-img{
    background: url("../img/foot_ico2_on.png") no-repeat center center;
    background-size: 100%;
}
.phone-footer-item:nth-child(3).on .phone-img{
    background: url("../img/foot_ico3_on.png") no-repeat center center;
    background-size: 100%;
}
.phone-footer-item:nth-child(4).on .phone-img{
    background: url("../img/foot_ico4_on.png") no-repeat center center;
    background-size: 100%;
}
.phone-news-title{
    display: none;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .j-container{
        width: 90%;
    }
    .j-one-item{
        width: 33%;
    }
    .j-one-img{
        width: 100%;
    }
    .news-silde,.j-news-right{
        width: 49%;
    }
}
@media screen and (max-width: 768px) {
    .j-container {
        width: 100%;
    }
    .j-Head{
        height: 80px;
    }
    .j-Head-logo{
        width: 50%;
    }
    .j-Head-nav,.j-Head-right{
        display: none;
    }
    .phone-menu{
        display: block;
    }
    .j-banner{
        display: none;
    }
    .phone-banner,.phone-footer{
        display: block;
    }
    .j-footer{
        display: none;
    }
    .j-one-list{
        display: inherit;
        margin: 50px 0 20px 0;
    }
    .j-one-item{
        width: 100%;
        padding: 20px 0;
        border-bottom: 10px solid #f2f2f2;
    }
    .j-one-img{
        width: 90%;
        height: 200px;
        
        
        margin: 0px auto;
        position: relative;
    }
    .j-one-img:after{
        content: '';
        
        background: url("../img/phone_bg.png") no-repeat center;
        background-size: 100%;
        position: absolute;
        right:-83px;
        top: -1px;
        z-index: -1;
    }
    .j-one-img img{
        
    }
    .j-one-item h3{
        text-align: center;
    }
    .j-one-item h3 span{
        display: none;
    }
    .j-one-text{
        width: 90%;
        margin: 0px auto 20px;
        text-align: center;
    }
    .j-news-box{
        display: inherit;
    }
    .phone-news-title{
        display: block;
    }
    .news-silde{
        width: 98%;
        height: 309px;
        margin: 0px auto 120px;
    }
    .news-box-img{
        width: 98%;
        height: 98%;
        margin: 0px auto;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    }
    .j-news-right{
        display: none;
    }
    .slick-slide{
        width: 100%;
        height: 272px;
    }
    .news-silde .slick-dots{
        right:0;
        text-align: center;
        bottom:-4px;
    }
    .news-silde .slick-dots li button:before{
        background: #e0e0e0;
    }
    .news-silde .slick-dots li.slick-active button:before { background: #b71d35; }
    .news-box-cover h3{
        display: inline-block;
    }
    .news-box-cover a{
        display: inline-block;
        font-size: 20px;
    }
    .news-box-cover h4{
        display: block;
    }
}