﻿@charset "utf-8";

@media screen and (min-width:1250px) {


}

@media screen and (min-width:1200px) {
    
.lang-en div{
    display: table;
    width: auto;
    padding: 0 5px;
    background: #601a00;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin-top: 3px;
    width:67px;
    text-align: center;
}  
.lang-en div a{
    color: #fff;
    font-size: 12px!important;
}
.lang-en>div>a>i{
    margin-right:5px!important;
    font-size: 12px!important;
    line-height:24px!important;
}  
    
	
/* 幻灯片 */
.dowebok { margin: 0 auto;overflow: hidden;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 70px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}



.ny-banner{ overflow:hidden;}
.ny-banner img{ width:1920px; position:relative; left:50%; margin-left:-960px;}


.service {
    display: block;
    width: 100%;
    margin-top: 20px;
	background-color: #e6e6e6;
}


.service .container{
	display: block;
	width: 100%;
}

.service .col-lg-4{
	display: block;
	padding:0;
	overflow: hidden;
}

.service .col-lg-4 img{
	transition: all 0.5s;
}

.service-title {
    display: table;
    margin-top: 3%;
    width: 170px;
}

.service .col-lg-5 {
    width: 41.66666667%;
    margin-left: 120px;
}

.service-box{
	font-size: 14px;
	line-height: 25px;
}

.service-hr {
    display: table;
    height: 2px;
    background-color: #601a00;
    width: 235px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.service-more {
    font-size: 16px;
    margin-top: 2%;
}

.service-more a{
	color:#601a00;
}
.service .col-lg-4:hover img{
	transform:scale(1.1);
}


.index-product {
    margin-top: 60px;
    padding-bottom: 50px;
}

.index-product-title {
}

.index-product-title h5 {
    font-size: 30px;
    color: #601a00;
    text-align: center;
}

.index-product-title p{
	font-size: 14px;
	text-align: center;
}

.text {
    display: block;
    width: 100%;
    margin: 8px 0;
    position: relative;
}

.text::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #601a00;
    position: absolute;
    top: -12px;
	transition: all 0.8s;
}

.index-product-body{
    display: table;
    margin-top: 20px;
}

.index-product-body ul li:hover .text::after{
	width: 100%;
}

.text h3{
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	color:#601a00
}

.text p{
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	color:#601a00
}

.culture-bg{
	display: table;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.culture-body{
	width: 80%;
	float: left;
}
.platform{
	position: relative;
}

.platform-img{
	width: 100%;
}

.platform-text {
    position: absolute;
    top: 26%;
    right: 14%;
    width: 33%;
}

.platform-h1 h2 {
    color: #601a00;
    text-align: right;
    font-size: 30px;
}
.platform-h2 h2 {
    color: #fff;
    text-align: right;
}

.platform-h3 p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 25px;
}



.culture-title{
	font-size: 24px;
}

.culture-title h3 {
    color: #601a00;
    font-size: 24px;
}

.culture-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}

.img img{
	display: table;
	margin: 0 auto;
}

.culture-ul{
	margin-top: 40px;
}
.culture-ul ul li p {
    font-size: 14px;
    color: #601a00;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}


.culture-bg .col-lg-6 {
    border-right: 1px solid #585858;
}
.culture-bg .col-lg-6:nth-child(2){
	border:0;
}


.cultrure-right {
    margin-left: 75px;
}

.culture-img {
    margin-top: 12px;
    width: 75%;
}





.client-bg{
	display: table;
	width: 100%;
	position: relative;
}

.client-body {
    position: absolute;
    top: 16%;
    width: 800px;
    background: rgba(116,59,39,0.8);
    left: 50%;
    padding: 40px 20px;
    margin-left: -400px;
}

.client-title h2{
	font-size: 28px;
	color:#fff;
	text-align: center;
}

.client-txt {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 40px;
}




.index-new-bg {
    display: block;
    margin-top: 45px;
    margin-bottom: 30px;
}

.index-new-titile{
	display: table;
	width: 100%;
}

.index-new-titile h2{
	font-size: 30px;
	text-align: center;
}

.index-new-titile p{
	font-size: 14px;
	text-align: center;
}

.index-new-bg-body{
	display: block;
	width: 100%;
	margin-top: 28px;
}

.index-new-bg-body ul li .img{
	overflow: hidden;
}
.index-new-bg-body ul li .img img{
	transition: all 0.5s;
	
}

.index-new-bg-body ul li:hover .img img{
	transform:scale(1.1);
}


.new-title{
	color:#601a00;
}

.new-title h3 {
    font-size: 16px;
    margin: 12px 0;
}

.new-title h3 a{
	color:#601a00
}

.new-text {
    font-size: 12px;
    line-height: 20px;
    display: table;
    width: 100%;
}

.index-new-more {
    font-size: 12px;
    margin-top: 10px;
    display: table;
}
.index-new-more a{
	color:#601a00;
}

.footer-bg {
    width: 100%;
    display: table;
    background-color: #2e2e2e;
    border-top: 8px solid #601a00;
}

.footer-bg span{
	height: 60px;
	line-height: 60px;
	color:#fff;
	font-size: 14px;
}

.footer-nav ul li {
    float: left;
    margin: 0 40px;
    position: relative;
}

.footer-nav ul li:after {
    content: "";
    height: 10px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    right: -40px;
    top: 25px;
}

.footer-nav ul li:last-child:after{
	display: none;
}

.footer-nav ul li a{
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	color:#fff
}

.title-nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 0;
}

.title-nav ul {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    font-size: 0;
}

.title-nav ul li {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.title-nav ul .li-act {
    background:#601a00;
    color: #FFFFFF;
}


.section1{
	background: #f5f5f5;
	padding: 40px 0;
	margin-top: 30px;
}







}