*{
	-ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
.mm-nav-box,.mm-nav-box *{
	    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
img{
	max-width: 100%;
}
a,.donghua,::after,::before{
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.lg-banner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: bold;
	line-height: 1;
	height: 800px;
}
.lg-banner2{
	height: 945px;
}
.lg-banner .yw{
	font-size: 48px;
}
.lg-banner .line{
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 24px auto 22px;
}
.lg-banner .zw{
	font-size: 24px;
}
.bt .wx{
	width: 94%;
}
.bt .wx ul li p{
	white-space: normal;
}
@media only screen and (max-width:800px){
	.lg-banner .yw{
		font-size: 40px;
	}
	.lg-banner .zw{
		font-size: 20px;
	}
	.lg-banner .line{
		margin: 18px auto 16px;
	}
}
@media only screen and (max-width:600px){
	.lg-banner .yw{
		font-size: 34px;
	}
	.lg-banner .zw{
		font-size: 18px;
	}
	.lg-banner .line{
		margin: 12px auto 10px;
	}
}
@media only screen and (max-width:414px){
	.lg-banner .yw{
		font-size: 28px;
	}
	.lg-banner .zw{
		font-size: 16px;
	}
}

/*底部信息*/
.footer-message{
	height: 260px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.fmessage-swiper .swiper-slide{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    width: 400px;
}
.fmessage-swiper .swiper-slide .yw{
	color: rgba(255,255,255,.5);
	font-weight: bold;
	line-height: 1;
	margin-top: 18px;
	font-size: 14px !important;
}
.fmessage-swiper .swiper-slide .line{
	width: 30px;
	height: 1px;
	margin: 26px auto;
	background-color: #9f9f9f;
}
.fmessage-swiper .swiper-slide .word{
	color: #fff;
	line-height: 1.3;
}
.footer{
	background-color: #fff;
}
.footer .wp{
	width: 94%;
}
.footer .wp .right_in .bt_logo{
	display: block;
	margin-left: 8%;
}
.footer .wp .right_in .bt_logo img{
	margin-left: 0;
}
.footer .wp .right_in .top_in:after{
	top: 0;
}
.footer .wp .right_in .top_in:before{
	bottom: 0;
}
.footer .wp .right_in .bt_list li a.icon{
	margin: 0 10px;
}
.footer .wp .right_in .bt_list .li1{
	margin-right: 30px;
}
.footer .wp .right_in .bt_list{
	top: 20px;
	z-index: 1;
}
.footer .wp .right_in .bt_list li.ewm{
	position: relative;
}
.footer .wp .right_in .bt_list li.ewm .img{
	position: absolute;
	bottom: 101%;
	left: -34px;
	width: 100px;
	height: 100px;
	max-width: none;
	-webkit-transform: scale(0.001);
	-ms-transform: scale(0.001);
	-o-transform: scale(0.001);
	transform: scale(0.001);
	visibility: hidden;
}
.footer .wp .right_in .bottom_in p{
	text-align: left;
}
.footer .wp .right_in .bottom_in .copyright{
	color: #979696;
	float: right;
}
.footer .wp .right_in .bottom_in .link{
	float: right;
	font-size: 12px;
	color: #979696;
	line-height: 1;
	margin-top: 10px;
	padding-left: 60px;
	position: relative;
}
.footer .wp .right_in .bottom_in .link .word{

	position: absolute;
	top:0;
	left: 0;
}
.footer .wp .right_in .bottom_in .link a{
	color: #979696;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #979696;
	display:inline-block;
	margin-bottom: 5px;
}
.footer .wp .right_in .bottom_in .link a:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
@media only screen and (min-width:601px){
	.footer .wp dl dd a:hover,
	.footer .wp dl dt a:hover,
	.footer .wp .right_in .bottom_in .link a:hover{
		color: #872526;
	}
	.footer .wp .right_in .bt_list li.ewm:hover .img{
		visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@media only screen and (max-width:1024px){
	.footer .wp .left_in{
		-webkit-flex:0 1 auto;
		-moz-flex:0 1 auto;
		-ms-flex:0 1 auto;
		flex:0 1 auto;
		width: 200px;  
	}
}
@media only screen and (max-width:800px){
	.footer .wp .right_in .bt_logo{
		margin-left: 0;
	}
}
@media only screen and (max-width:650px) {
	.footer .wp .right_in .bottom_in .copyright,
	.footer .wp .right_in .bottom_in .link{
		float: none;
	}
	.footer .wp .right_in .bt_list li.ewm[data-on="click"] .img{
		visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.footer .wp .right_in .bt_list{
		margin-right: 0;
	}
    .footer .wp {
        display: block
    }
    .footer .wp .left_in{
        width: 100%;
        overflow: hidden
    }
    .footer .wp .right_in{
    	overflow: visible;
    }
    .footer .wp .left_in dl {
        padding: 0;
        width: 100%;
        display: inline-block
    }
    .footer .wp .left_in dl dd,
    .footer .wp .left_in dl dt {
        float: left;
        padding: 0 5px;
        font-size: 12px
    }
    .footer .wp .left_in dl.item-2 dt{
    	line-height: 2;
    }
    .footer .wp .left_in dl.item-1 {
        border-bottom: 1px solid #d9d9d9
    }
    .footer .wp .left_in dl.item-2 {
        margin: 0;
        padding: 6px 0;
    }
    .footer .wp .right_in .bt_list li a.icon {
        margin: 0 6px
    }
    .footer .wp .right_in .top_in {
        padding: 4% 0
    }
    .footer .wp .right_in .bottom_in {
        top: 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width:414px){
	.footer-message{
		height: 220px;
	}
	.footer .wp .right_in .bt_list .li1{
		margin-right: 10px;
	}
	.footer .wp .right_in .bt_logo img{
		width: 106px;
	}
	.footer .wp .right_in .bt_list{
		top: 15px;
	}
}
@media only screen and (max-width:320px){
	.footer .wp .right_in .bottom_in{
		padding: 0;
	}
}

/*底部信息 ENd*/
/*产品详细*/
.proDetContent{
	margin-top: 70px;
	margin-bottom: 130px;
}
.proDetContent .word{
	text-align: center;
	font-size: 30px;
	color: #363636;
	line-height: 1;
}
.proDetContent .line{
	background-color: #bcbcbc;
	width: 34px;
	height: 2px;
	margin: 22px auto 52px;
}
.comAnchor{
	position: absolute;
	top: -115px;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
@media only screen and (max-width:1024px){
	.proDetContent{
		margin-top: 7%;
		margin-bottom: 13%;
	}
	.proDetContent .line{
		margin: 15px auto 5.2%;
	}
}
@media only screen and (max-width:800px){
	.proDetContent .word{
		font-size: 24px;
	}
}
/*产品详细 ENd*/
@media only screen and (max-width:1600px) {
    .lg-banner {
        height: 700px;
    }
    .lg-banner2{
    	height: 788px;
    }
}
@media only screen and (max-width:1440px) {
    .lg-banner {
        height: 600px;
    }
    .lg-banner2{
    	height: 709px;
    }
}
@media only screen and (max-width:1280px) {
    .lg-banner {
        height: 550px;
    }
    .lg-banner2{
    	height: 630px;
    }
}
@media only screen and (max-width:1024px) {
    .lg-banner {
        height: 500px;
    }
    .lg-banner2{
    	height: 504px;
    }
}
@media only screen and (max-width:1000px){
	.lg-banner{
		margin-top: 70px;
	}
	.comAnchor{
		top: -70px;
	}
}
@media only screen and (max-width:800px) {
    .lg-banner {
        height: 400px;
    }
    .lg-banner2{
    	height: 440px;
    }
}

@media only screen and (max-width:600px) {
    .lg-banner {
        height: 300px;
    }
    .lg-banner2{
    	height: 380px;
    }
    .lg-banner .swiper-button-prev, .lg-banner .swiper-button-next{
		display: none;
    }
}

@media only screen and (max-width:480px) {
    .lg-banner {
        height: 250px;
    }
    .lg-banner2{
    	height: 320px;
    }
}

@media only screen and (max-width:360px) {
    .lg-banner {
        height: 220px;
    }
}

/*导航*/
.menu{
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}
.menu .logo{
	width: 290px;
}
.menu .logo .wp{
	position: static;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
.menu.on{
	box-shadow: -2px 1px 20px 0 #828282;
    -moz-box-shadow: -2px 1px 20px 0 #828282;
    -webkit-box-shadow: -2px 1px 20px 0 #828282;
}
.menu .tmallbox{
	padding: 0;
	width: 180px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
.menu .tmallbox .tmall{
	height:58px;
	margin-right: 10px;
}
.menu .tmallbox .tmall img{
	width: 100%;
	height: 100%;
}




.menu .item>ul{
	text-align: center;
	padding-right: 180px;
}
.menu .item>ul>li{
	display: inline-block;
	float: none;
	width: auto;
	margin-right: 120px;
}
.menu .item>ul>li#search_btn{
	width: 100px;
	margin-right: 0;
}
.menu .item>ul>li ul.sub>li>ul.insub li a:hover {
	font-weight: normal;
    color: #872526;
}
.menu .item>ul>li.on>a {
    color:#272727;
}
.menu .item>ul>li ul.sub>li{
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,.35);
}
.menu .item>ul>li>a:before{
	height: 4px;
}
.menu .item>ul>li.on>a:before{
	content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #872526;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.menu .item>ul>li ul.sub>li>ul.insub li{
	margin: 0 100px 0 0;
	height: 86px;

}
.menu .item>ul>li ul.sub>li>ul.insub li a{
	display: block;
	line-height: 86px;
	color: #fff;
}
.menu.on .item>ul>li ul.sub>li>ul.insub li a,
.menu.color .item>ul>li ul.sub>li>ul.insub li a{
	color: #333;
}
.menu.on .item>ul>li ul.sub>li>ul.insub li a:hover,
.menu.color .item>ul>li ul.sub>li>ul.insub li a:hover{
	color: #872526;
}
.menu.on .item>ul>li ul.sub>li,.menu.color .item>ul>li ul.sub>li{
	background-color: #f5f5f5;
}
.menu.on .item, .menu.on .logo{
	background: #fff;
}
.menu{
	top: 20px;
}
.menu .item>ul>li#search_btn:before{
	background-color: #872526;
}
.menu .logo .wp img#logo_text{
	margin: 25px 0 0 12px;
}
/*手机导航*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 70px;
	z-index: 111;
	display: none;
}
.header *{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.header .innerbox{
	height: 100%;
}
.header .logo{
	float: left;
	height: 100%;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
.header .logo img{
	display: block;
}
.header .logo .img1{
	width: 95px;
}
.header .logo .img2{
	height: 15px;
	width: 74px;
	margin: 5px auto 0;
}
.header .tmailbox{
float: right;	
	height: 100%;
	line-height: 70px;
	padding-left: 10px;
	display: block;
}
.header .tmailbox .tmail{
	margin-right: 6px;
}
.header .tmailbox .tmail img{
	width: 45px;
	height:45px;
}
.header .search-icon{
	cursor: pointer;
	float: right;
	background: url(../images/search.png) no-repeat center;
	height: 100%;
	width: 30px;
}
.header .langbox{
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header .langbox:after{
    content: "";
    width: 1px;
    height: 12px;
    background-color: #dedede;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header .langbox .lang{
    margin: 0 15px;
    font-size: 14px;
    color: #9a9a9a;
}
.header .langbox .lang.on{
    color: #872426;
    font-weight: bold;
}

/*小屏幕导航*/
.header .box{
	height: 16px;
	position: relative;
	display: block;
	float: right;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 27px;
	width: 24px;
}
.header .box .line{
	width: 24px;
	height: 2px;
	background-color: #872526;
	position: absolute;
	left: 0px;
	top: 7px;
}
.header .box .line1{
	margin-top: -7px;
}
.header .box .line3{
	margin-top: 7px;
}
.header .box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .box[data-active="on"] .line2{
	display: none;
}
.header .box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-nav-box{
	position: fixed;
	padding-top: 70px;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	display: none;
}
.mm-nav-box[data-on="active"],.mm-nav-box[data-on="active"] .mask,.mm-nav-box[data-on="active"] .mm-wrap{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mm-nav-box .mask{
	position: fixed;
    top: 70px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}
.mm-nav-box .mm-wrap{
	position: fixed;
	top: 0px;
	right: 0;
	padding-top: 70px;
	width: 50%;
	z-index: 100;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.mm-nav-box .mm-wrap:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 51px;
	left: 0;
	background-color: #111;
	z-index: -1;
}
.mm-nav-box .mm-nav .li1{
	margin: 0 20px;
    line-height: 48px;
}
.mm-nav-box .mm-nav .li1 .a1{
	display: block;
	color: #fff;
	font-size: 16px;
}
.mm-nav-box .mm-nav .li1.on .a1{
	color: #872526;
}
.mm-nav-box .mm-nav .li1.on .mm-title{
	border-color: #872526;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	position: relative;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{
	border-color: #872526;
}
.mm-nav-box .mm-nav .li1 .mm-innav{
	display: none;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{
	display: block;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	margin: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	line-height: 1;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{
	    margin: 0 15px;
}
/*小屏幕导航 End*/
/*内页搜索*/
.insearch-form{
	width: 50%;
	height: 54px;
	position:fixed;
	top: 115px;
	right: 0;
	padding: 0 20px;
	background-color: rgba(255,255,255,.8);
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: 99;
}
.insearch-form[data-on="click"]{
	-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);
}
.insearch-form form{
	width: 100%;
	padding-left: 40px;
	position: relative;
	line-height: 1;
}
.insearch-form form input[type="submit"]{
	width: 30px;
	height: 30px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.insearch-form form input[type="text"]{
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #767676;
	background: none;
}
/*内页搜索 End*/
.menu .item{
	width: calc(100% - 290px);
}
.menu .item>ul>li:nth-child(6){
	margin-right: 50px;
}
/*手机导航 End*/
@media only screen and (min-width:1001px){
	.menu .item>ul>li:hover>a {
        color:#272727;
    }
    .menu .item>ul>li:hover>a:before{
    	background-color: #872526;
    	height: 4px;
    	-webkit-transform: scale(1);
	    transform: scale(1);
	    -moz-transform: scale(1);
	    -o-transform: scale(1);
    }
}
@media only screen and (max-width:1700px){
	.menu .item>ul>li{
		margin-right: 100px;
	}
}
@media only screen and (max-width:1600px){
	.menu .item>ul>li{
		margin-right: 80px;
	}
}
@media only screen and (max-width:1440px){
	.menu .item>ul>li{
		margin-right: 60px;
	}
	.menu .item>ul>li#search_btn{
		width: 80px;
	}
	.menu .item>ul>li:nth-child(6) {
	    margin-right: 35px;
	}
}
@media only screen and (max-width:1280px){
	.menu .logo{
		width: 200px;
	}
	.menu .logo .wp{
		padding-top: 10px;
	}
	.menu .logo .wp img{
		float: none;
		display: block;
	}
	.menu .logo .wp img#logo_text{
		margin-top: 6px;
	}
	.menu .item{
		width: calc(100% - 200px);
	}
}
@media only screen and (max-width:1190px){
	.menu .item>ul>li{
		margin-right: 40px;
	}
	.menu .item>ul>li:nth-child(6) {
	    margin-right: 20px;
	}
	.menu{
		height: 95px;
	}
	.menu .logo img#logo, .menu .logo img#logo_text{
		width: auto;
		display: block;
	}
	.menu .item ul li a{
		line-height: 95px;
	}
}
@media only screen and (max-width:1000px){
	.menu{
		display: none;
	}
	.header{
		display: block;
	}
	.mm-nav-box{
		display: block;
	}
	.insearch-form{
		top: 70px;
	}
}
@media only screen  and (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 42px;
		line-height: 42px;
	}
	.mm-nav-box .mm-wrap,.insearch-form{
		width: 60%;
	}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 36px;
		line-height: 36px;
	}
	.mm-nav-box .mm-wrap,.insearch-form{
		width: 70%;
	}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{
		font-size: 14px;
	}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{
		font-size: 12px;
	}
	.mm-nav-box .mm-nav .li1{
		margin: 0 10px;
	}
}
@media only screen  and (max-width: 414px){
	.mm-nav-box .mm-wrap{
		width: 80%;
	}
	.insearch-form{
		width: 80%;
		height: 50px;
	}
}
/*导航 End*/
/*联系我们*/
#allmap img{
	max-width: none;
}
.wps>div.info .detail{
	left: 9%;
}
@media only screen  and (max-width: 600px){
	.wps>div.info{
		height: auto;
		margin: 0;
		padding: 6% 3%;
	}
	.wps>div.info .detail{
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.wps>div.info .detail ul{
		margin-top: 10px;
	}
}
@media only screen  and (max-width: 1024px){
	.tel .container{
		padding: 8% 0 9%;
	}
	.tel h3{
		padding-bottom: 4%;
	}
}
@media only screen  and (max-width: 800px){
	.tel ul li:nth-of-type(1) input{
		height: 50px;
	}
	.tel ul li:nth-of-type(2){
		margin-top: 12px;
	}
}
@media only screen  and (max-width: 600px){
	.tel ul li:nth-of-type(1) input{
		width: 100%;
		padding: 0;
		text-indent: 20px;
	}
	.tel ul li:nth-of-type(2){
		margin-top: 0;
	}
}
@media only screen  and (max-width: 414px){
	.wps>div#allmap{
		height: 240px;
	}
	.tel ul li:nth-of-type(1) input{
		height: 42px;
	}
}
/*联系我们 End*/
/*新闻*/
@media only screen  and (max-width: 1200px){
	.container.names ul li .content h3{
		margin: 24px 0;
	}
	.container.names ul li .content p:nth-of-type(2){
		margin: 30px 0 35px;
	}
	.container.names ul li{
		margin-bottom: 60px;
	}
	.container.names .page{
		margin-bottom: 100px;
	}
}
@media only screen  and (max-width: 1024px){
	.container.names ul{
		margin-top: 7%;
	}
	.container.names ul li{
		margin-bottom: 6%;
	}
	.container.names .page{
		margin-bottom: 10%;
	}
	.container.names ul li .content h3{
		font-size: 20px;
		height: 20px;
		margin: 20px 0;
	}
	.container.names ul li .content p:nth-of-type(2){
		margin: 20px 0 25px;
	}
}
@media only screen  and (max-width: 800px){
	.container.names ul li .content h3{
		margin:0 0 15px;
	}
}
@media only screen  and (max-width: 600px){
	.container.names ul li .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.container.names ul li .content p:nth-of-type(2){
		margin: 10px 0 15px;
	}
	.container.names ul li .content h3{
		font-size: 16px;
		height: 16px;
		margin:0 0 10px;
	}
}

/*新闻 End*/

/*侧边工具栏*/
.toolbar-box{
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 99;
}
.toolbar-box .ul1 li{
	background-color: #191919;
	margin-bottom: 2px;
}
.toolbar-box .ul1 li .d1{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1;
}
.toolbar-box .ul1 li .a1{
	display: block;
	text-align: center;
}
.toolbar-box .ul1 li .a1.weixin{
 	border-bottom: 0;
}
.toolbar-box .ul1 li .qq{
	position: relative;
	border-bottom: 0;
	text-align: center;
}
.toolbar-box .ul1 li .icon{
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.toolbar-box .ul1 li .icon img{
	width: 50px;
	height: 50px;
}
.toolbar-box .ul1 li .icon .img1{
	z-index: 1;
}
.toolbar-box .ul1 li .icon .img2{
	z-index: -1;
	opacity: 0;
}
.toolbar-box .ul1 li .weixin{
	position: relative;
}
.toolbar-box .ul1 li .weixin .ewm-box{
	position: absolute;
    top: 0px;
    left: -132px;
    width: 125px;
    height: 125px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .weixin .ewm{
	max-width: none;
	width: 125px;
	height: 125px;
}
.toolbar-box .ul1 li .qq .hover-box{
	position: absolute;
    top: 0px;
    right: 55px;
    width: 170px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 12px;
    color: #e94f25;
    line-height: 24px;
    z-index: 12;
    text-align: center;
    padding: 5px 0;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .qq .hover-box:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #dfdfdf;
    border-bottom: 5px solid transparent;
}
.toolbar-box .ul1 li .qq .hover-box:after {
    content: " ";
    position: absolute;
    top: 12px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    margin-top: 1px;
}
.toolbar-box .ul1 li .qq .hover-box .hb-span{
	font-size: 14px;
	color: #515151;
	font-weight: bold;
}
.toolbar-box .ul1 li .qq .hover-box a{
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 2;
	margin-bottom: 3px;
}
.toolbar-box .ul1 li .qq .hover-box a:last-child{
	margin-bottom: 0;
}
.toolbar-box .ul1 li .qq .hover-box a .color{
	font-size: 12px;
	color: #898989;
}
.toolbar-box .ul1 li .qq .hover-box .bshare-custom a{
	display: inline-block;
}
.toolbar-box .ul1 li .qq .hover-box .bshare-custom a{
	margin-bottom: 3px;
}
.bsBox{
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.toolbar-box .ul1 .back-top{
	display: none;
	cursor: pointer;
}
@media only screen  and (min-width: 601px){
	.toolbar-box .ul1 li .weixin:hover .ewm-box,.toolbar-box .ul1 li .qq:hover .hover-box{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
}
@media only screen  and (max-width: 1023px){
	.toolbar-box .ul1 li.telli{
		display: block;
	}
	.toolbar-box .ul1 li.telli[data-on=""] .qq{
		border-bottom: 0;
	}
	.toolbar-box .ul1 li.telli[data-on="scroll"] .qq{
		border-bottom: 1px solid #fff;
	}
}
@media only screen  and (max-width: 640px){
	.toolbar-box{
		right: 10px;
	}
	.toolbar-box .ul1 li,.toolbar-box .ul1 li.telli{
		display: none;
	}

}
/*侧边工具栏 End*/
/*首页*/
@media only screen  and (max-width: 1200px){
	.listItem .swiper-button-next,
	.listItem .swiper-button-prev{
		display: none;
	}
}
@media only screen  and (max-width: 1024px){
	.listItem{
		margin-top: 8%;
	}
	.listItem .itemSlide{
		margin-top: 3%;
		margin-bottom: 9%;
	}
	.r-slide{
		margin-bottom: 8%;
		margin-top: 9%;
	}
}
@media only screen  and (max-width: 800px){
	.r-slide{
		padding-top: 78px;
	}
}
@media only screen  and (max-width: 600px){
	.lg-banner .down{
		display: none;
	}
	.lg-banner .swiper-slide .shake_text p{
		font-size: 24px;
	}
	.lg-banner .swiper-slide .shake_text{
		max-width: 80%:;
	}
}
/*产品中心*/
.index-product{
	margin-bottom: 12px;
}
.index-product .left{
	float: left;
	display: block;
	width:37.76%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.index-product .left img{
	width: 100%;
}
.index-product .left .inbox{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
.index-product .left .inbox .yw{
	font-size: 30px;
}
.index-product .left .inbox .zw{
	font-size: 36px;
	margin-top: 10px;
}
.index-product .right{
	float: left;
	width: 62.24%;
}
.iproduct-swiper .swiper-slide{
	width: 299px;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.iproduct-swiper .swiper-slide:nth-child(2n+0){
	background-color: #eeeeee;
}
.iproduct-swiper .swiper-slide:nth-child(2n+1){
	background-color: #f9f9f9;
}
.iproduct-swiper .swiper-slide .img1{
	width: 100%;
}
.iproduct-swiper .swiper-slide .hover-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.iproduct-swiper .swiper-slide .inbox{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
	z-index: 2;
	max-width: 80%;
	white-space: nowrap;
}
.iproduct-swiper .swiper-slide .inbox .iconbox{
	width: 102px;
	position: relative;
	height: 102px;
	margin: 0 auto;
}
.iproduct-swiper .swiper-slide .inbox img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.iproduct-swiper .swiper-slide .inbox .icon1{
	z-index: 1;
}
.iproduct-swiper .swiper-slide .inbox .icon2{
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.iproduct-swiper .swiper-slide .inbox .yw{
	font-size: 14px;
	color: #ababab;
}
.iproduct-swiper .swiper-slide .inbox .zw{
	font-size: 24px;
	color: #444444;
	margin: 35px 0 7px;
}
@media only screen  and (min-width: 601px){
	.iproduct-swiper .swiper-slide:hover .inbox .icon2,
	.iproduct-swiper .swiper-slide:hover .hover-img{
		z-index: 1;
		opacity: 1;
		visibility: visible;
	}
	.iproduct-swiper .swiper-slide:hover .inbox .zw{
		color: #fff;
	}
	.iproduct-swiper .swiper-slide:hover .inbox .icon1{
		z-index: -1;
		opacity: 0;
		visibility: hidden;
	}
}
@media only screen  and (max-width: 1440px){
	.iproduct-swiper .swiper-slide .inbox .iconbox{
		width: 80px;
		height: 80px;
	}
}
@media only screen  and (max-width: 1280px){
	.index-product .left{
		position: absolute;
		top: 0;
		left: 0;
		width: 37.76%;
		height: 100%;
		float: none;
	}
	.index-product .right{
		float: none;
		width: 100%;
	}
	.index-product{
		padding-left: 37.76%;
		position: relative;
	}
}
@media only screen  and (max-width: 800px){
	.index-product .left{
		width: 48%;
	}
	.index-product{
		padding-left: 48%;
	}
}
@media only screen  and (max-width: 640px){
	.index-product .left{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.index-product{
		padding-left: 0;
	}
}
@media only screen  and (max-width: 500px){
	.iproduct-swiper .swiper-slide .inbox .iconbox{
		width: 60px;
		height: 60px;
	}
	.iproduct-swiper .swiper-slide .inbox .zw{
		font-size: 20px;
		margin-top: 20px;
	}
}
/*产品中心 End*/
/*关于海源华*/
.index-about-container{
	position: relative;
}
.index-about-container .left{
	float: left;
	width: 32.9%;
	position: relative;
}
.index-about-container .left .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-about-container .left .swiper-slide img{
	width: 100%;
}
.index-about-container .right{
	float: right;
	width: 32.9%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: relative;
}
.index-about-container .right img{
	width: 100%;
}
.index-about-container .middle{
	position: absolute;
	left: calc(32.9% + 14px);
	width: calc(34.2% - 28px);
	height: 100%;
}
.index-about-container .item .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	white-space: nowrap;
	z-index: 11;
	background-color: rgba(0,0,0,.3);
}
.index-about-container .item .bottom .box{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.index-about-container .item .bottom .box .zw{
	font-size: 24px;
	margin-right: 15px;
}
.index-about-container .middle .top{
	height: 51%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
	background-position: center;
	line-height: 1;
}
.index-about-container .middle .top .zw{
	font-size: 24px;
	color: #444444;
}
.index-about-container .middle .top .yw{
	font-size: 14px;
	color: #ababab;
	margin-top: 10px;
}
.index-about-container .middle .bottom{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	height: 49%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.index-about-container .middle .bottom .desc{
	font-size: 14px;
	color: rgba(255,255,255,.6);
	line-height: 2;
	padding: 0 18%;
	max-height: 84px;
	overflow: hidden;
}
.index-about-container .middle .bottom .more{
	display: block;
	height: 32px;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid rgba(255,255,255,.6);
	color: rgba(255,255,255,.6);
	width: 138px;
	line-height: 32px;
	margin-top: 30px;
}
@media only screen  and (max-width: 1600px){
	.index-about-container .middle .bottom .desc{
		padding: 0 10%;
	}
}
@media only screen  and (max-width: 1440px){
	.index-about-container .middle .bottom .desc{
		padding: 0 3%;
	}
}
@media only screen  and (max-width: 1200px){
	.index-about-container .middle .top{
		-webkit-background-size: contain;
		background-size: contain;
	}
}
@media only screen  and (max-width: 1024px){
	.index-about-container .middle{
		left: calc(32.9% + 8px);
		width: calc(34.2% - 16px);
	}
	.index-about-container .middle .bottom .more{
		margin-top: 12px;
	}
}
@media only screen  and (max-width: 800px){
	.index-about-container .left,.index-about-container .right{
		float: none;
		width: 100%;
	}
	.index-about-container .middle{
		position: static;
		height: 400px;
		display: block;
		width: 100%;
	}

}
/*关于海源华 End*/
/*首页 ENd*/

/*关于我们*/
.about-profile *,.about-culture *,.about-honor *,.about-history *,.about-members *,.about-members{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.about-profile{
	position: relative;
	padding-left: 33%;
}
.about-profile .left{
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
}
.about-profile .left .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-profile .left .swiper-slide img{
	width: 100%;
}
.about-profile .left .aplifile-pagination{
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 11;
}
.about-profile .left .aplifile-pagination .swiper-pagination-bullet{
	margin-right: 12px;
	opacity: 1;
	background-color: #fff;
}
.about-profile .left .aplifile-pagination .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.about-profile .left .aplifile-pagination .swiper-pagination-bullet-active{
	background-color: #872526;
}
.about-profile .right{
	padding: 14% 3%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-profile .right .inbox{
	max-width: 685px;
	line-height: 1;
}
.about-profile .right .zw,
.about-profile .right .yw{
	font-size: 36px;
	color: #1c1c1c;
}
.about-profile .right .yw{
	margin-top: 12px;
	margin-bottom: 60px;
}
.about-profile .right .desc{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 24px;
}
/*about-culture*/
.about-culture{
	position: relative;
	padding-right: 33%;
}
.about-culture .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 33%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-culture .left{
	background-color: #f5f5f5;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15% 3%;
}
.about-culture .left .inbox{
	max-width: 680px;
	line-height: 1;
}
.about-culture .left .zw{
	font-size: 36px;
	color: #1c1c1c;
}
.about-culture .left .yw{
	font-size: 24px;
	color: #dedede;
	margin-top: 12px;
	margin-bottom: 60px;
}
.about-culture .left .desc{
	font-size: 16px;
	line-height: 24px;
	color: #7f7f7f;
}
@media only screen  and (max-width: 1024px){
	.about-profile .right .yw,
	.about-culture .left .yw{
		margin-bottom: 40px;
	}
}
@media only screen  and (max-width: 800px){
	.about-profile,.about-culture{
		padding: 0;
	}
	.about-profile .left{
		position: relative;
		width: 100%;
	}
	.about-culture .right{
		position: relative;
		width: 100%;
	}
}
@media only screen  and (max-width:414px){
	.about-profile .right .yw,
	.about-culture .left .yw{
		margin-bottom: 20px;
	}
	.about-profile .right .zw, .about-profile .right .yw,
	.about-culture .left .zw{
		font-size: 24px;
	}
	.about-culture .left .yw{
		font-size: 18px;
	}
	.about-profile .right,.about-culture .left{
		padding: 10% 3%;
	}
}
/*about-culture End*/
/*荣誉*/
.about-honor{
	background-color: #f5f5f5;
	padding: 120px 0;
	position: relative;
}
.about-com .zw{
	text-align: center;
	font-size: 36px;
	color: #1c1c1c;
	line-height: 1;
	margin-bottom: 14px;
}
.about-com .yw{
	font-size: 24px;
	color: #dedede;
	text-align: center;
	line-height: 1;
}
.honor-swiper{
	margin-top: 50px;
}
.honor-swiper .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	width: 260px;
}
.honor-swiper .swiper-slide img{
	width: 100%;
}
.about-honor .inbox .btn{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 3px solid #bababa;
	margin-top: -25px;
	cursor: pointer;
	border-radius: 50%;
}
.about-honor .inbox .btn:after{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about-honor .inbox .honor-prev{
	left: -100px;
}
.about-honor .inbox .honor-next{
	right: -100px;
}
.about-honor .inbox .honor-prev:after{
	border-top: 3px solid #bababa;
    border-left: 3px solid #bababa;
    margin-left: -4px;
}
.about-honor .inbox .honor-next:after{
	border-bottom: 3px solid #bababa;
    border-right: 3px solid #bababa;
    margin-left: -7px;
}
@media only screen  and (max-width:1440px){
	.about-honor .inbox .btn{
		display: none;
	}
}
@media only screen  and (max-width:1280px){
	.about-honor{
		padding: 100px 0;
	}
}
@media only screen  and (max-width:1024px){
	.about-honor{
		padding: 10% 0;
	}
	.honor-swiper{
		margin-top: 5%;
	}
}
@media only screen  and (max-width:600px){
	.about-com .zw{
		font-size: 24px;
	}
	.about-com .yw{
		font-size: 20px;
	}
}
/*荣誉 End*/
/*历程*/
.about-history{
	position: relative;
	padding-left: 33%;
}
.about-history .about-com .zw,
.about-history .about-com .yw{
	max-width: 855px;
	margin: 0 auto;
	text-align: left;
	padding-left: 80px;
}
.about-history .about-com .yw{
	margin-top: 12px;
}
.about-history .left{
	position: absolute;
	width: 33%;
	height: 100%;
	left: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-history .left img{
	width: 100%;
}
.about-history .hright{
	padding: 10.2% 3%;
}
.about-history .right{
	max-width: 855px;
    width: 100%;
    margin: 65px auto 0;
    padding-left: 80px;
    position: relative;
    padding-right:65px;
}
.about-history .right:before{
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #bababa;
    left: 0;
    width: 100%;
}
.about-history .right .history-swiper .swiper-slide{
    padding-bottom: 150px;
    padding-left: 46px;
}
.about-history .right .history-swiper .swiper-slide:nth-child(2n+0){
    padding-top: 300px;
    padding-bottom: 0;
}
.about-history .right .history-swiper .swiper-slide .title{
    font-size: 30px;
    color: #646464;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about-history .right .history-swiper .swiper-slide .content{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    height: 96px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    margin-bottom: 19px;
}
.about-history .right .history-swiper .swiper-slide:nth-child(2n+2) .content{
	-webkit-line-clamp: 2;
}
.about-history .right .history-swiper .swiper-slide .inbox{
    position: absolute;
    bottom: 0;
    left: 46px;
}
.about-history .right .history-swiper .swiper-slide .inbox .content{
    height: auto;
    max-height: 88px;
    margin-top: 11px;
    margin-bottom: 5px;
}
.about-history .right .history-swiper .swiper-slide .dian{
    position: absolute;
    top: 50%;
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #443c54;
    margin-top: -5px;
    left: 0;
}
.about-history .right .history-swiper .swiper-slide .dian:before{
    content: "";
    height: 132px;
    width: 25px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    position: absolute;
    bottom: 100%;
    left: 2px;
}
.about-history .right .history-swiper .swiper-slide .dian:nth-child(2n+0):before{
    bottom: auto;
    top: 100%;
    border-top: 0;
    border-bottom: 1px solid #c9c9c9;
    height: 70px;
}
.about-history .right .history-swiper .swiper-slide .dian:after{
    content: "";
    position: absolute;
    left: 30px;
    width: 3px;
    height: 3px;
    background-color: #e5e5e5;
    bottom: 137px;
}
.about-history .right .history-swiper .swiper-slide .dian:nth-child(2n+0):after{
    bottom: auto;
    top: 75px;
}
.about-history .right .btn{
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #bababa;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    z-index: 1;
    background-color: #fafafa;
}
.about-history .right .history-prev{
    left: 0;
}
.about-history .right .history-next{
    right: 0px;
}
.about-history .right .btn:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about-history .right .history-prev:after{
    border-top: 3px solid #bababa;
    border-left: 3px solid #bababa;
    margin-left: -4px;
}
.about-history .right .history-next:after{
    border-bottom: 3px solid #bababa;
    border-right: 3px solid #bababa;
    margin-left: -7px;
}
@media only screen  and (max-width:800px){
	.about-history{
		padding-left: 0;
	}
	.about-history .left{
		position: static;
		width: 100%;
	}
	.about-history .right{
		margin-top: 6%;
	}
}
@media only screen  and (max-width:600px){
	.about-history .about-com .zw, .about-history .about-com .yw{
		padding-left: 0;
	}
	.about-history .right .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.about-history .right .btn:after{
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	.about-history .right .history-prev:after{
	    margin-left: -3px;
	}
	.about-history .right .history-next:after{
	    margin-left: -6px;
	}
	.about-history .right{
		padding-left: 40px;
		padding-right: 0;
	}
	.about-history .right .history-swiper .swiper-slide .inbox{
		bottom: auto;
		top: 180px;
	}
	.about-history .right .history-swiper .swiper-slide .title{
		font-size: 20px;
		line-height: 20px;
		height: 20px;
	}
	.about-history .right .history-swiper .swiper-slide .dian:nth-child(2n+0):before{
		height: 38px;
	}
	.about-history .right .history-swiper .swiper-slide .dian:nth-child(2n+0):after{
		top: 43px;
	}
	.about-history .right .history-swiper .swiper-slide:nth-child(2n+2) .content {
	    -webkit-line-clamp: 3;
	}
	.about-history .hright{
		padding-bottom: 6%;
	}
	.about-history .right .history-swiper .swiper-slide .content{
		margin-bottom: 29px;
	}
}
/*历程 End*/
/*成员*/
.about-members{
	height: 780px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 120px;
	position: relative;
}
.about-members .members-swiper{
	height: auto;
}
.about-members .zw{
	color: #ffffff;
}
.about-members .yw{
	color: rgba(255,255,255,.2);
}
.members-swiper{
	margin-top: 50px;
	padding-bottom: 80px;
	margin-bottom: 60px;
}
.members-swiper .swiper-slide{
	width: 214px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.members-swiper .swiper-slide img{
	width: 100%;
}
.members-swiper .members-pagination{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.members-swiper .members-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #fff;
}
.members-swiper .members-pagination .swiper-pagination-bullet-active{
	background-color: #872526;
}
@media only screen  and (max-width:1280px){
	.about-members{
		height: 740px;
		padding-top: 80px;
	}
}
@media only screen  and (max-width:1024px){
	.about-members{
		height: 640px;
		padding-top: 60px;
	}
	.members-swiper{
		margin-top: 30px;
		margin-bottom: 40px;
		padding-bottom: 60px;
	}
}
@media only screen  and (max-width:600px){
	.about-members{
		height: 540px;
		padding-top: 30px;
	}
	.members-swiper{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 40px;
	}
}
@media only screen  and (max-width:414px){
	.about-members{
		height: 480px;
	}
	.container.names .left_content .page ul li:nth-of-type(1) a span:before,
	.container.names .left_content .page ul li:nth-of-type(1) a span:after,
	.container.names .left_content .page ul li:nth-of-type(3) a span:before,
	.container.names .left_content .page ul li:nth-of-type(3) a span:after{
		display: none;
	}

}
@media only screen  and (max-width:375px){
	.about-members{
		height: 460px;
	}
}
/*成员 End*/
/*关于我们 End*/


/*搜索*/
.search-main img{ width:100%;display: block;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	min-height: 300px;
	margin-top:160px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
	float: left;
	width: 48%;
}
.search-main .list ul li:nth-child(2n+0){
	float: right;
}
.search-main .list ul li.nothing {
	height: 100px;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 20px;
	height: 90px;
	overflow: hidden;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:601px) {
.search-main .list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}
.search-main .list ul li a .tu {
    margin-right: 30px;
    margin-bottom: 0px;
    -webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
}
.search-main .list ul li a .tu.pdtu{
	 height: 200px;
}
.search-main .list ul li a .text {
	width: 300px;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

@media only screen and (max-width:1024px){
	.search-main{
		margin-top: calc(5% + 50px);
	}
}
@media only screen and (max-width:800px) {
.search-main{ margin-top:60px;}
}
@media only screen and (max-width:600px) {

.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 0;
}
.search-main{
	padding-top: 10px;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .demo{
	height: auto;
}
}

.menu .item>ul>li>a:after{
	content: "";
	position: absolute;
	left: -50px;
	width: calc(100% + 100px);
	height: 100%;
}

@media only screen and (min-width:601px){
	.listItem .swiper-slide p,.r-slide ul p{
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.listItem .swiper-slide:hover p,
	.r-slide ul li a:hover p{
		color: #872526;
	}
	.index-about-container .item{
		overflow: hidden;
		cursor: pointer;
	}
	.index-about-container .item .bottom{
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	.index-about-container .item:hover .bottom{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.index-about-container .middle .bottom .more{
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.index-about-container .middle .bottom:hover .more{
		color: #fff;
		border-color: #fff;
	}
	.r-slide ul li div.imgbox{
		position: relative;
	}
	.r-slide ul li div.imgbox:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0,0,0,.15);
		opacity: 0;
	}
	.r-slide ul li div.imgbox:hover:after{
		opacity: 1;
	}
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


.container .m-slide li.no:before{
display: none;
}.footer .wp dl dt a:hover{
    color: rgba(13,152,73,1)!important;
}
.footer .wp dl dd a:hover{
    color: rgba(13,152,73,1)!important;
}