﻿@charset "utf-8";

.top-style {
    position: fixed;
    top: 0;
    background: #f5f5f5;
}

.ny-main-top {
    display: table;
    width: 100%;
    z-index: 99999999;
    margin-bottom: 30px;
    background: #f7f7f7;
}

.top-style .ny-left-body ul {
    padding-bottom: 0;
    margin-bottom: -3px;
}

.top-style .ny-main-top{
	background-color: #f9f9f9;
}

.ny-main {
    display: table;
    margin: 30px 0;
    width: 100%;
}

/* 面包线 */
.bread {display: block;width: 100%;line-height: 60px;height: 60px;border-bottom: 1px solid #f5f5f5;background: #efefef;}
.bread a {font-size: 15px;display: inline-block;margin: 0 3px;}
.bread a i{margin-right: 5px;}
/* 面包线 */

/* 内页左边 */
.ny-left{padding-left: 0px;padding-right: 0px;}
.ny-left-title h3{font-size: 18px;line-height: 55px;height: 55px;background: #601a00;text-indent: 10px;color: #fff;}
.ny-left-body{border-top: 0;margin-bottom:0;}
.ny-left-body ul li{height:60px;line-height: 60px;position: relative;display: inline-block;padding: 0 18px;float:left;}
.ny-left-body ul li a{font-size: 16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;margin-bottom:10px;}
.ny-left-body ul li:last-child{border-bottom: none;}
.ny-left-body ul{
	margin-bottom: 0px;
	text-align: center;
}
.ny-left-body .on {
    background-color: #601a00;
}
.ny-left-body .on a{
	color:#fff
}
.ny-left-body ul li:hover{
	background-color: #601a00;
}

.ny-left-body ul li:hover a{
	color:#fff
}

.on::after{background-color: #601a00;}
.ny-left-bottom{display: block;width: 100%;margin-top: 25px;}
.ny-left-bottom h3{font-size: 18px;line-height: 45px;height: 45px;border-bottom: 1px solid #ddd;background: #e4e4e4;text-indent: 10px;}
.ny-left-con{display: block; width: 100%; font-size: 14px; line-height: 30px; background: #f7f7f7; padding-top: 12px; padding: 10px;}
.ny-left-img img{max-width: 100%;}
/* 内页左边 */

/* 内页文本添加 */
.ny-content-text{font-size: 14px; line-height: 35px; color: #858585;table-layout: fixed;}
.ny-content-text img{max-width: 100%;}
/* 内页文本添加 */



/* 产品 */
.margin-bottom20{
	margin-bottom: 20px;
}
.ny-product{
	display: block;
	width: 100%;
}

.ny-product .img{
	overflow: hidden;
}

.ny-product .img img{
	transition: all 0.5s;
}

.ny-product .product-text {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 5px;
}

.ny-product .product-text h2 {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ny-cp {
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 1%;
    width:23%;
    margin-bottom: 20px;
}

.ny-cp:hover .img img{
            transform:scale(1.1);
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);
}

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


.ny-cp:hover .product-text:after{
	width: 100%;
}

.ny-cp:hover .product-text a{
	color:#601a00;
}



/* 产品内页 */
.cp-left {
    display: table;
    width: 38%;
    float: left;
}
.cp-right{
	display: table;
	float:left;
}
.cp-right {
    display: table;
    float: left;
    width: 48%;
}

.cp-right h3 {
    font-size: 24px;
    padding-top: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.cp-right-a .desc ,.cp-right .desc {
    padding: 20px 0;
    font-size: 15px;
    line-height: 180%;
}

.btn {
    width: 120px;
    height: 35px;
    background: #601a00;
    color: #FFF!important;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}

.btn.focus, .btn:focus, .btn:hover,.btn a{
    color: #fff;
    text-decoration: none;
}

.tits span {
    background: #fff;
    color: #fff;
    display: table;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #601a00;
    border-bottom: none;
    padding: 0 28px;
    background: #601a00;
}

/* 详情 */
.details {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.tits {
    border-bottom: 1px solid #601a00;
    height: 46px;
    width: 100%;
    font-size: 22px;
}

.info {
    display: table;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 20px;
}

/* 翻页 */
.fan-page {
    display: table;
    width: 100%;
    line-height: 45px;
    height: 45px;
}
.fan-page span{
	display: table;
	font-size: 14px;
	color:#484848;
}
.fan-page span a{
	color:#484848;
}
.fan-page span:nth-child(1){
	float: left;
}
.fan-page span:nth-child(2){
	float: right;
} 
/* 翻页 */


/* 相关推荐 */
.rec-body{
	display: block;
}

.rec-title {
    display: table;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rec-title span {
    display: table;
    height: 100%;
    font-size: 16px;
    padding: 0 5px;
	position: relative;
}

.rec-title span:after {
    content: "";
    height: 2px;
    background-color: #02913d;
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.rec-body ul li {
    width: 23%;
    float: left;
    margin: 1%;
}

.rec-body ul li span {
    display: table;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}

.rec-body ul li .img {
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid #ddd;
}

.rec-body ul li .img img{
	max-width: 100%;
}
/* 相关推荐 */

.content-pic ul li .name h2 {
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.download ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: table;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}


.download ul li i {
    margin-right: 5px;
}

.download ul li em {
    width: 22px;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.download-text {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #7b7b7b;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.download  .col-lg-2{
	width: 11.666667%;
}


/* 新闻中心 */
.main-body {
    margin-top: 0px;
}
.main_new_bg {
    display: table;
    width: 100%;
	margin-top: 30px;
}
.main_new_bg ol {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
    _display: inline;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.main_new_bg ol a.img {
    display: block;
    float: left;
    padding: 6px;
    width: 18%;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.main_new_bg a.img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.new_text {
    display: table;
    width:80%;
    float: left;
}
.new_text h3 {
    text-align: left;
    padding-top: 12px;
}
.new_text span {
    font-size: 14px;
    display: table;
    width: 100%;
    color: #c5c5c5;
    padding: 14px 0;
}
.new_text div {
    font-size: 13px;
    line-height: 25px;
    color: #9d9d9d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.ny-new-center {
    width: 100%;
    padding: 18px 15px;
}
.ny-new-center .title {
    font-size: 25px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}
.ny-new-center .news_info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    padding-bottom: 10px;
    padding: 10px 5px;
}
.ny-new-center .details-txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 8px 0;
}

.return {
    display: table;
    margin: 0 auto;
}
.return a {
    color: #e52013;
}

.page_bg{
	line-height: 26px;
	margin-top: 6px;
	padding-top: 5px;
	font-size: 14px;
}

.page_bg span {
    display: block;
    font-size: 14px;
}



.shNews {
    padding: 15px;
    overflow: hidden;
	padding-top: 0px;
}

.focus {
    position: relative;
    width: 430px;
    height: 310px;
    background-color: #000;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.focus img {
    width: 430px;
    height: 310px;
}

.focus .fcon img {
    display: block;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 45px;
    line-height: 45px;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    margin-left: 10px;
    display: block;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .fbg {
    bottom: 11px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}



.shN_right {
    width: 345px;
    margin-left: 15px;
    margin-top: 12px;
}
.shN_Rlist {
    margin-right: 15px;
}

.shN_Rlist li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    background: url(../images/icon02.jpg) no-repeat 0px 17px;
    padding-left: 15px;
    overflow: hidden;
    margin-bottom: 8px;
    padding-top: 10px;
}

.shN_Rlist li a {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 235px;
    font-size: 14px;
}

.shN_Rlist li span {
    float: right;
    color: #AFADAD;
    font-size: 14px;
}


.mntongzhi_left {
    width: 270px;
    position: relative;
    padding: 15px 10px;
    background-color: #fff;
    height: 380px;
}

.mn_tit {
    color: #333;
    font-weight: 600;
    border-left: 3px solid #d4985c;
    padding-left: 10px;
    font-size: 17px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

.mtz_list {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mtz_list li {
    padding-bottom: 10px;
    background: url(../images/li_not1.png) no-repeat 0px 5px;
}

.mtz_list li a {
    z-index: 9999;
    margin-left: 17px;
    display: block;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 10px;
    line-height: 22px;
}

.n_xian {
    border-left: 1px solid #d4985c;
    height: 130px;
    position: absolute;
    left: 16px;
    top: 45px;
}


.sub_right_news { width:860px;line-height: 26px; overflow:hidden; clear: both; font-size: 12px; padding:10px; }
.sub_newslist {
    padding: 0 10px 10px 0;
    margin-top: 15px;
}
.sub_newstj { height:200px; margin-bottom:20px; background:#ebebeb;}
.sub_newstj dl{ float:left;width:320px; margin-right:10px;}
.sub_newstj dl img{ width:320px; height:200px;}
.sub_newstj dt { float:left;width:500px; font-weight:bold; padding:10px 10px; }
.sub_newstj dt h3{ float:left;font-weight:bold; font-size:14px; color:#2154a7; margin-bottom:10px; }
.sub_newstj dd { float:left;width:400px; padding:0 10px;}

.news_li {
    width: 80%;
    float: left;
    display: block;
    padding-left: 20px;
    background-image: url(../images/inside_bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    font-size: 14px;
}

.sub_newslist li {
    border-bottom: dashed 1px #CCC;
    height: 32px;
    line-height: 32px;
    padding-bottom: 5px;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.sub_newslist li a:link, .sub_newslist li a:visited { }
.news_time {
    float: right;
    color: #999;
}


/* 联系我们 */
.ny-contact {
    display: block;
    width: 50%;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.ny-contact h1,.ny-contact h2,.ny-contact h3,.ny-contact h4,.ny-contact h5,.ny-contact h6{
	display: block;
	margin-bottom: 8px;
}


/* 在线留言 */
.hza{
	margin-top: 10px; 
	padding: 10px; 
	color: #0f83d2;
	width: 100%;
}
.hza:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0;
}
.soka{outline:none;width: 48%; border: 1px solid #D8D8D8; line-height: 35px; margin-bottom: 12px; padding-left: 10px; font-size: 12px; font-family: "Microsoft YaHei", verdant, tahoma; height: 45px; margin-right: 5px;}
.sokb{outline:none;height: 65px; border: 1px solid #D8D8D8; line-height: 50px; margin-bottom: 15px; padding-left: 10px; font-size: 14px; font-family: "Microsoft YaHei", verdant, tahoma; width: 97%; color: #757575; margin: -30px; margin-left: 0px; margin-top: 10px; margin-right: 10px;}
.tj {display: inline-block;width: 120px;line-height: 35px;height: 35px;background: #ddd;margin-right: 10px;margin-top: 50px;color: #666666;border: 0;}
.feedback p{font-size: 14px; line-height: 30px; padding: 0 14px;}
.feedback p b {font-size: 18px;}
/* 在线留言 */


.ny-case{
	display: block;
	width: 100%;
}

.ny-case h3 {
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #601a00;
    text-align: center;
    margin-bottom: 16px;
}

.ny-case-txt{
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}

.ny-case-pic {
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    width: 31.333333%;
}

.case-text {
    position: absolute;
    bottom: 15px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 13px 0;
}

.case-text h2 {
    font-size: 14px;
    display: table;
    width: 95%;
    margin: 0 auto;
    color: #fff;
}

.case-text a{
	font-size: 12px;
}


.ny-case-body{
	margin-top: 20px;
}

.ny-case-body ul li:hover{
	
}


/* 视频中心 */

.video-bg {
    display: table;
    width: 100%;
    margin: 33px 0px;
	position: relative;
	margin-bottom: 0;
}
.index-title{font-size:16px;text-align:center;padding:50px 0;}
.index-title h2{font-size:36px;font-family:"Microsoft Yahei";font-weight:400;}
.index-title a{width:100px;height:36px;line-height:36px;border:1px solid #DBDCE0;text-align:center;font-size:14px;display:block;margin:25px auto 0;transition:all .2s;}
.index-title a:hover{background:#F96A69;color:inherit;border-color:#F96A69;color:#fff;}
.video .inner{display:block;cursor:pointer;}
.video .inner img{transition:all .4s;width: 100%;}
.video .inner:hover img{transform:scale(1.05);}
.video .vr-big{float:left;width:766px;height:484px;margin-bottom:20px;position:relative;overflow:hidden;}
.video .vr-big .text{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:0 30px 20px 30px;font-size:16px;}
.video .vr-big .text h3{font-size:24px;margin-bottom:4px;}
.video .vr-big .link{width:130px;height:48px;font-size:16px;line-height:48px;text-align:center;position:absolute;z-index:2;right:30px;bottom:20px;border:1px solid #eee;color:#fff;transition:all .2s;}
.video .vr-big .link:hover{background:#F96A69;border-color:#F96A69;color:#fff;}
.video .vr-big .play{width:83px;height:83px;background:rgba(0,0,0,.4) url(../images/3f_play_left.png) no-repeat center center;position:absolute;left:50%;top:50%;margin:-21px 0 0 -21px;border-radius:50%;cursor:pointer;transition:all .2s;}
.video .vr-big .play:hover{background-color:rgba(0,0,0,.6);}
.video .vr-right{float:left;}
.video .vr-small {
    width: 100%;
    height: 478px;
    position: relative;
    overflow: hidden;
}
.video .vr-small .text{position:absolute;left:0;right:0;bottom:0;padding:0 20px 20px 20px;font-size:16px;color:#fff;}
.video .vr-small .link{width:30px;height:30px;position:absolute;background:url(../images/3f_play_left.png) no-repeat center center;right:20px;bottom:14px;z-index:2;transition:all .2s;}
.video .vr-small .link:hover{background-image:url(../images/3f_icon_02.png);}
.video .vr-small .play{width:51px;height:51px;background:rgba(0,0,0,.4) url(../images/3f_play_left.png) no-repeat center center;position:absolute;left:50%;top:50%;margin:-25px 0 0 -25px;border-radius:50%;cursor:pointer;transition:all .2s;z-index: 99999;}
.video .vr-small .play:hover{background-color:rgba(0,0,0,.6);}



.video-txt {
    position: absolute;
    top: 0;
    width: 100%;
}

.video-text {
    display: table;
    float: right;
    margin-top: 155px;
    margin-right: 80px;
    width: 395px;
}

.video-text h2 {
    font-size: 30px;
    color: #fff;
}

.video-text p{
	font-size: 15px;
	color: #fff;
	line-height:30px;
	display: block;
	margin-top: 20px;
}










img{
	display: inline-block;
}
.cantainer-box {
	width: 100%;
	background: #F7F7F7;
}
.section-banner{
	background-image: url(../img/about-1.jpg);
}
.cantainer .title-nav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	position: absolute;
}
.title-nav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
/*.title-nav.fixed ~ .section2 .section2-abstract h4{
	margin-top: 115px;
}*/
.cantainer .title-nav ul{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	font-size: 0;
}
.cantainer .title-nav ul li{
	width: 160px;
	display: inline-block;
	vertical-align: top;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
}
.cantainer .title-nav ul .li-act{
	background: #FF6600;
	color: #FFFFFF;
}

.section2{
	padding-top: 60px;
}
.section2 .section2-abstract{
	width: 1278px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 47px;
}
.section2 .section2-abstract h4{
	font-size: 34px;
	color: #595959;
	padding-top: 55px;
	font-weight: 300;
}
/*.fixed ~ .section2{
	padding-top: 60px;
}
.fixed ~ .section6{
	padding-top: 60px;
}
.fixed ~ .section7{
	padding-top: 60px;
}
.fixed ~ .section8{
	padding-top: 60px;
}
.fixed ~ .section9{
	padding-top: 60px;
}*/
.section2 .section2-abstract>span{
	width: 50px;
	height: 2px;
	background: #FF6600;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 30px;
}
.section2 .section2-abstract p{
	font-size: 14px;
	color: #595959;
	/*text-indent: 26px;*/
	line-height: 25px;
	text-align: left;
	padding-bottom: 10px;
}
.section2 .section2-propagate{
	width: 100%;
	height: 520px;
	background: url(../img/about-2.png) no-repeat;
	background-position:top center;
	background-size:auto 100% ;
	margin-top: 47px;
	position: relative;
}
.section2 .sec2-btn{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	text-align: center;
	position: relative;
	cursor: pointer;
}
.section2 .sec2-btn img{
	display: block;
}
.section2 .sec2-btn .propagate-title{
	width: 176px;
	position: absolute;
	left: 50%;
	top: 64px;
	margin-left: -88px;
}
.section2 .sec2-btn h4{
	font-size: 34px;
	color: #FFFFFF;
	font-weight: 300;
}
.section2 .sec2-btn span{
	width: 50px;
	height:2px;
	background: #FFFFFF;
	display: inline-block;
	margin-top: 5px;
}

.section2 .sec2-btn img:nth-child(2){
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	opacity: 0.5;
}
.section2 .sec2-btn img:nth-child(2):hover{
	opacity: 0.8;
}

.section .section-title{
	text-align: center;
}
.section-title h4{
	font-size: 34px;
	color: #595959;
	padding-top: 55px;
	font-weight: 300;
}

.section-title span {
    width: 50px;
    height: 2px;
    background: #601a00;
    margin-top: 8px;
    margin-bottom: 10px;
    margin: 18px auto;
    display: table;
}


.section-title{
	display: table;
	margin:0 auto;
}
.section3{
	background-color: #f5f5f5;
}

.section3 .section3-time{
	width: 100%;
	position: relative;
}
.section3 .section3-time .section3-list{
	width: 100%;
	height: 40px;
	background: #FFFFFF;	
}
.section3 .section3-time ul{
	width: 930px;
	margin: 0 auto;
	background: #FFFFFF;
	white-space: nowrap;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -465px;
}
.section3 .section3-time ul li{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	padding: 0 26px;
	margin-right: 30px;
	color: #666666;
	cursor: pointer;
}
.section3 .section3-time ul .li-act1{
	background:#601a00;
	color: #FFFFFF;
}
.section3 .time-list{
	width: 935px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 60px;
}
.section3 .time-list ul{
	display: none;
}
.section3 .time-list .time-act{
	display: block;
}
.section3 .time-list li{
	line-height: 35px;
	display: flex;
}
.section3 .time-list span:nth-child(1){
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/about-icon.png) no-repeat;
	background-size:100% ;
	margin-top: 7px;
	display: none;
}
.section3 .time-list span:nth-child(2){
	color: #595959;
	font-size: 20px;
	margin-left: 15px;
	display: none
}
.section3 .time-list span:nth-child(3){
	font-size: 12px;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 3px;
	display: none
}
.section3 .time-list p{
	width: calc(100% - 150px);
	font-size: 18px;
	margin-top: 8px;
	line-height: 1.6;
}


.section4{
	width: 100%;
	background: #FFFFFF;
	display: none;
}
.section4 .section4-team{
	width: 890px;
	margin: 0 auto;
}
.section4 .section4-team ul{
	overflow: hidden;
	padding-bottom: 50px;
}
.section4 .section4-team ul li{
	width: 100%;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 1px #E2DEDE solid;
}
.section4 .section4-team ul li .team-icon{
	position: absolute;
	top: 18px;
	right: 5px;
	color: #D0CDCD;
	font-size: 30px;
	transform: rotate3d(0,0,1,90deg);
	transition: all .3s linear;
}
.section4 .section4-team ul li:hover .team-icon{
	color: #595959;
}
.section4 .section4-team ul li .team-icon.icon-act{
	color: #595959;
	transform: rotate3d(0,0,1,270deg);
}
.section4 .section4-team ul li .name{
	padding: 10px 0 ;
}
.section4 .section4-team ul li .name>span{
	font-size: 24px;
	color: #404040;
	margin-right: 20px;
	padding: 15px 0;
}
.section4 .section4-team ul li .name>p{
	font-size: 16px;
	display: inline-block;
	color: #737373;
}
.section4 .section4-team ul li .txt{
	font-size: 16px;
	color: #737373;
	line-height: 2;
	display: none;
}
.section4 .section4-team ul li .txt.txt-act{
	max-height: 200px;
}

.section5{
	width: 100%;
	background: #f0f0f0;
	/*height: 918px;
	background: url(../img/about-3.jpg) no-repeat;
	background-size:auto 100%;
	background-position:center top;*/
}
.section5 .section-title{
	width: 700px;
	margin: 0 auto;
}
.section5 .section-title span{
	margin-bottom: 20px;
}
.section5 .section-title p{
	line-height: 20px;
	margin-bottom: 10px;
	color: #737373;
}
.section5 .section5-img1{
	display: none;
}
.section5 .section5-img2{
	display: block;
	margin-top: 30px;
}


.section6{
	width: 100%;
	position: relative;
}
.section6 .section6-garousel{
	width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select:none;
	user-select:none;
}
.section6-garousel .garousel1{
	width: 100%;
	background: #F7F7F7;
}
.section6-garousel .garousel1 ul li{
	display: none;
}
.section6-garousel .garousel1 .garousel-act{
	display: block;
}
.section6-garousel .garousel1 li{
	width: 100%;
}
.section6-garousel .garousel1 .garousel1-left{
	width: 50%;
	height: 514px;
	float: left;
	background-size: cover !important;
	background-position:center top !important;
	/*background-size:auto 100%;
	background-position:center top;*/
}

.section6-garousel .garousel2{
	width: 100%;
	height: 167px;
	display: inline-block;
}
.section6-garousel .garousel2 ul{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px 0;
	font-size:0 ;
	background: #FFFFFF;
}
.section6-garousel .garousel2 ul li{
	width: 190px;
	height: 126px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}
.section6-garousel .garousel2 ul li a{
	width: 100%;
	height: 100%;
	line-height: 126px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.section6-garousel .garousel2 ul li a p{
	color: #FFFFFF;
	font-size: 16px;
}
.section6-garousel .garousel2 ul .li-act2{
	border: 3px #601a00 solid;
}
 .garousel1 .garousel1-right{
	width: 45%;
	float: left;
}
 .garousel1 .garousel1-right .garousel1-right-title{
	width: 100px;
	margin-top: 44px;
	margin-left: 8%;
}
.garousel1-right .garousel1-right-txt{
	margin-left: 8%;
}
.garousel1-right .garousel1-right-txt h3{
	font-size: 30px;
	color: #333333;
	font-weight: 400;
	margin-top: 64px;
	margin-bottom: 12px;
}
.garousel1-right .garousel1-right-txt span{
	font-size: 16px;
	color: #737373;
	display: block;
	margin-bottom: 20px;
}
.garousel1-right .garousel1-right-txt p{
	font-size: 14px;
	color: #737373;
	line-height: 22px;
}
.section6 .but-1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -50px;
}
.section6 .but-1 .icon{
	font-size: 24px;
	color: #FFFFFF;
}
.section6 .but-1 .but-1-prev{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #601a00;
	opacity: 0.8;
}

.section6 .but-1 .but-1-prev i{
	line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.section6 .but-1 .but-1-prev:hover{
	opacity: 1;
	cursor: pointer;
}
.section6 .but-1 .but-1-next{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:#653827;
	opacity: 0.8;
}
.section6 .but-1 .but-1-next:hover{
	opacity: 1;
	cursor: pointer;
}


.section6 .but-1 .but-1-next i{
	line-height: 50px;
    color: #fff;
    font-size: 18px;
}


.section7 {
    position: relative;
    background: #f5f5f5;
    margin-top: 30px;
}
.section7 .section7-banner{
	width: 1278px;
	margin: 0 auto;
	padding-bottom: 120px;
	position: relative;
}
.section7 .section7-banner .swiper-container{
	width: 100%;
	height: 350px !important;
}
.section7 .section7-banner .swiper-container .swiper-wrapper{
	left: 0;
	top: 0;
}
.section7 .section7-banner  .swiper-container .swiper-slide{
	text-align: center;
	width: 20% ;
}
.section7-banner  .swiper-container .swiper-slide p{
	width: 84%;
	margin: 0 auto;
}
.section7-banner  .swiper-container .swiper-slide .slide-img{
	width: 210px;
	margin: 0 auto;
}
.section7 .section7-banner .swiper-icon{
	font-size: 38px;
	color: #D9D9D9;	
}
.section7 .section7-banner .swiper-button:hover .swiper-icon{
	color: #f60;
}
.section7 .section7-banner .prev{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	padding-right: 5px;
	position: absolute;
	left: -44px;
	top: 30%;
	z-index: 10;
}
.section7 .section7-banner .next{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	padding-left: 3px;
	position: absolute;
	right:-34px;
	top: 30%;
	z-index: 10;
}
.section7  .swiper-button:hover{
	cursor: pointer;
}
.section7 .honor{
	width: 1278px;
	overflow: hidden;
	margin: 0 auto;
}
.section7 .honor div{
    float: left;
}
.section7 .honor .honor-item{
	width: 305px;
	padding-bottom: 50px;
}
.section7 .honor .honor-item h4{
	color: #404040;
	font-size: 18px;
	font-family: "å¾®è½¯é›…é»‘";
	font-weight: bolder;
}
.section7 .honor .honor-item h4:after{
	width:40px;
    height: 2px;
    background: #f60;
    display: block;
    content: "";
    margin-top: 5px;
    margin-bottom: 16px;
}
.section7 .honor .honor-item ul{
}
.section7 .honor .honor-item li{
	margin-bottom: 10px;
	font-size: 14px;
	color: 737373;
	padding-left: 10px;
	position: relative;
}
.section7 .honor .honor-item li:after{
	content: '';
	width: 4px;
	height: 4px;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 8px;
}
.section7 .honor .line{
	width: 1px;
	height: 170px;
	background: #dbdbdb;
	margin: 0 87px;
	margin-top: 45px;
}



.section8{
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 1px;
}
.section8 .section8-garousel{
	width: 1278px;
	height: 514px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 54px;
}
.section8 .section8-garousel .garousel-item li{
	display: none;
}
.section8 .section8-garousel .garousel-item .li-act4{
	display: block;
}
.section8 .garousel2-left{
	width: 50%;
	height: 514px;
	float: left;
	position: relative;
}
.section8 .garousel2-left .garousel2-left-title{
	width: 142px;
}
.section8 .garousel2-left .garousel2-left-txt{
	position: absolute;
	top: 75px;
	left: 6px;
}
.section8 .garousel2-left .garousel2-left-txt h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #404040;
}
.section8 .garousel2-left .garousel2-left-txt h3:after{
	width:40px;
    height: 2px;
    background: #ed6d00;
    display: block;
    content: "";
    margin-top: 8px;
    margin-bottom: 30px;
}
.section8 .garousel2-left .garousel2-left-txt p{
	width: 520px;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
}
.section8 .garousel2-right{
	width: 50%;
	height: 514px;
	float: right;
	background-size:auto 100% !important;
	background-position:center top !important;
}
.section8 .garousel2-slide{
	position: absolute;
	bottom: 0px;
	left: 6px;
	z-index: 10;
}
.section8 .garousel2-slide li{
	width: 190px;
	height: 120px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.section8 .garousel2-slide ul .li-act3{
	border: 4px #ed6d00 solid;
}
.section8 .prev1{
	position: absolute;
	left: -120px;
	top: 40%;
}
.section8 .next1{
	position: absolute;
	right: -120px;
	top: 40%;
}
.section8 .garousel2-icon{
	font-size: 94px;
	color: #d9d9d9;
	cursor: pointer;
}
.section8 .garousel2-icon:hover{
	color: #f60;
}

.section9 .design1{
	width: 1280px;
	margin: 0 auto;
}
.section9 .design1 .design1-txt{
	text-align: left;
	padding-bottom: 20px;
}
.section9 .design1 .design1-txt h3{
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 24px;
	color: #595959;
	font-weight: 400;
	margin-top: 25px;
}
.section9 .design1 .design1-txt span{
	width: 42px;
	height: 2px;
	display: block;
	background: #ed6d00;
	margin-top: 8px;
	margin-bottom: 10px;
}
.section9 .design1 .design1-txt p{
	font-size: 14px;
	color: #737373;
	line-height: 25px;
	margin-bottom: 10px;
}
.section9 .design1 .awards h3{
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 24px;
	color: #595959;
	font-weight: 400;
	margin-top: 25px;
}
.section9 .design1 .awards span{
	width: 42px;
	height: 2px;
	display: block;
	background: #ed6d00;
	margin-top: 8px;
	margin-bottom: 10px;
}
.section9 .design1 .awards>ul{
	padding-bottom: 40px;
}
.section9 .design1 .awards>ul>li{
	font-size: 14px;
	color: #737373;
	line-height: 25px;
}


.section9 .design2{
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}
.section9 .design-title h3{
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 24px;
	color: #595959;
	font-weight: 400;
	padding-top: 59px;
}
.section9 .design-title span{
	width: 42px;
	height: 2px;
	display: block;
	background: #ed6d00;
	margin-top: 8px;
	margin-bottom: 49px;
}
.section9 .design2 .design-banner{
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 88px;
	position: relative;
}
.section9 .design2 .design-banner .swiper-container{
	height: auto !important;
	padding-bottom: 30px;
}
.section9 .design-banner .swiper-slide .carousel-left{
	width: 645px;
	float: left;
}
.section9 .design-banner .swiper-slide .carousel-left h4{
	font-size: 24px;
	color: #404040;
	font-weight: 400;
	margin-top: 58px;
	margin-bottom: 40px;
}
.section9 .design-banner .swiper-slide .carousel-left p{
	font-size: 14px;
	color: #595959;
	line-height: 25px;
}
.section9 .design-banner .swiper-slide .carousel-right{
	float: right;
	padding-bottom: 30px;
	padding-right: 2px;
	position: relative;
	overflow: hidden;
}
.design-banner .swiper-slide .carousel-right .right-img>li{
	display: none;
	width: 570px;
	height: 395px;
	overflow: hidden;
}
.design-banner .swiper-slide .carousel-right .right-img>li.active{
	display: block;
}
.design-banner .swiper-slide .carousel-right .right-pogation{
	position: absolute;
	bottom: -15px;
	width: 100%;
	text-align: center;
}
.design-banner .swiper-slide .carousel-right .right-pogation li{
	width: 43px;
	height: 2px;
	display: inline-block;
	vertical-align: top;
	background: #d9d9d9;
	cursor: pointer;
}
.design-banner .swiper-slide .carousel-right .right-pogation li.pogation-act{
	background: #ED6D00;
}
.section9 .design-banner .prev2,.next2{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px #D9D9D9 solid;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	transition: all .3s;
} 
.section9 .design-banner .prev2{
	position: absolute;
	left: -60px;
	top: 34%;
	z-index: 10;
}
.section9 .design-banner .next2{
	position: absolute;
	right: -60px;
	top: 34%;
	z-index: 10;
}
.section9 .design3{
	background: none;
}
.section9 .design-banner .prev3,.next3{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px #D9D9D9 solid;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	transition: all .3s;
}
.section9 .design-banner .prev3{
	position: absolute;
	left: -60px;
	top: 34%;
	z-index: 10;
}
.section9 .design-banner .next3{
	position: absolute;
	right: -60px;
	top: 34%;
	z-index: 10;
}
.section9 .design-banner .swiper-button:hover{
	border: none;
	background: #f6770c;
}
.section9 .design-banner .swiper-button i{
	font-size: 30px !important;
	color: #D9D9D9;
}
.section9 .design-banner .swiper-button:hover i{
	color: #FFFFFF;
}
/*.section9 .design-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 43px;
	height: 2px;
	background: #d9d9d9;
	border-radius: 0;
	opacity: 1;
}
.section9 .design-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #ed6d00;
}
.section9 .design-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	position: absolute;
	right: 150px;
	bottom: 0px;
	left: none;
}*/



@media only screen and (max-width:1599px) {
	
	
	.txt-bg{
		display: table;
		width: 100%;
		line-height: 30px;
	}
	
	
	
	
	
	
	
	
	
	.section8 .section8-garousel{
		width: 1170px;
	}
	.section8 .garousel2-slide li{
		width: 169px;
		height: 118px;
		margin-right: 15px;
	}
	.section8 .prev1{
		left: -95px;
	}
	.section8 .next1{
		right: -95px;
	}
	.section9 .design-banner .prev2{
		left: -45px;
	}
	.section9 .design-banner .prev3{
		left: -45px;
	}
	.section9 .design-banner .next2{
		right: -40px;
	}
	.section9 .design-banner .next3{
		right: -40px;
	}
}

@media only screen and (max-width:1380px) {
	.section2 .section2-abstract{
		width: 1100px;
	}
	/*.section4 .section4-team ul li span{
		margin-right: 9px;
	}
	.section4 .section4-team ul li:nth-child(3n-1){
		padding-left: 34px;
	}
	.section4 .section4-team ul li:nth-child(3n){
		padding-left: 50px;
	}*/
	.garousel1-right .garousel1-right-txt h3{
		margin-top: 30px;
	}
	.garousel1-right .garousel1-right-txt p{
		height: 150px;
		overflow: auto;
	}
	.section6-garousel .garousel1 .garousel1-left{
		height: 450px;
	}
	.section7 .section7-banner{
		width: 1100px;
		padding-bottom: 50px;
	}
	.section7 .honor{
		width: 1100px;
	}
	.section7 .honor .line{
		margin: 0 42px;
		margin-top: 45px;
	}
	.section7-banner  .swiper-container .swiper-slide{
		margin-right: 0 !important;
	}
	.section7-banner  .swiper-container .swiper-slide p{
		width: 90%;
	}
	.section7-banner  .swiper-container .swiper-slide .slide-img{
		width: 90%;
	}
	.section7 .section7-banner .prev{
		top: 33%;
		left: -40px;
	}
	.section7 .section7-banner .next{
		top: 33%;
	}
	.section8 .section8-garousel{
		width: 1100px;
	}
	.section8 .garousel2-left .garousel2-left-txt p{
		width: 445px;
	}
	.section8 .garousel2-slide li{
		width: 132px;
		height: 100px;
	}
	.section8 .prev1{
		left: -24px;
	}
	.section8 .next1{
		right: -24px;
	}
	.section8 .garousel2-icon{
		font-size: 100px;
	}
	.section9 .design1{
		width: 1100px;
	}
	.section9 .design2 .design-banner{
		width: 1100px;
	}
	.section9 .design-banner .swiper-slide .carousel-left{
		width: 580px;
	}
	.section9 .design-banner .swiper-slide .carousel-right{
		width: 500px;
	}
	.design-banner .swiper-slide .carousel-right .right-img>li{
		width: 498px;
		height: 349px;
	}
	.section9 .design-banner .prev2{
		left: -60px;
	}
	.section9 .design-banner .prev3{
		left: -60px;
	}
	.section9 .design-banner .next2{
		right: -60px;
	}
	.section9 .design-banner .next3{
		right: -60px;
	}
}

@media only screen and (max-width:1250px) {
	.section9 .design-banner .prev2{
		left: -40px;
	}
	.section9 .design-banner .prev3{
		left: -40px;
	}
	.section9 .design-banner .next2{
		right: -40px;
	}
	.section9 .design-banner .next3{
		right: -40px;
	}
}

@media only screen and (max-width:1199px) {
	.section2 .section2-abstract{
		width: 940px;
	}
	.section3 .section3-time ul{
		width: 100%;
		padding: 0 15px;
		left: 0;
		margin-left: 0;
	}
	/*.section4 .section4-team ul li:nth-child(3n-1){
		padding-left: 4px;
	}
	.section4 .section4-team ul li:nth-child(3n){
		padding-left: 0px;
	}*/
	.section6-garousel .garousel1 .garousel1-left{
		height: 420px;
	}
	.garousel1-right .garousel1-right-txt h3{
		margin-top: 30px;
	}
	.section6-garousel .garousel2 ul li{
		width: 168px;
		height: 114px;
	}
	.section7 .section7-banner{
		width: 940px;
	}
	.section7 .section7-banner .prev{
		left: 0;
		top: 26%;
	}
	.section7 .section7-banner .next{
		right: 0;
		top: 26%;
	}
	.section7 .honor{
		width: 940px;
	}
	.section7 .honor .line{
		display: none;
		margin-top: 0px;
	}
	.section7 .honor .honor-item{
		width: 48%;
		display: inline-table;
		float: none;
	}
	.section8 .section8-garousel{
		width: 940px;
		height: 462px;
	}
	.section8 .garousel2-right{
		height: 462px;
	}
	.section8 .garousel2-icon{
		font-size: 45px;
		color: #999999;
	}
	.section8 .prev1{
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: rgba(255,255,255,0.7);
		border-radius: 50%;
		left: 0px;
	}
	.section8 .prev1:hover{
		background: rgba(255,255,255,0.9);
	}
	.section8 .next1{
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: rgba(255,255,255,0.7);
		border-radius: 50%;
		padding-left: 5px;
		right: 0px;
	}
	.section8 .next1:hover{
		background: rgba(255,255,255,0.9);
	}
	.section9 .design1{
		width: 940px;
	}
	.section9 .design2 .design-banner{
		width: 940px;
	}
	.section9 .design-banner .swiper-slide .carousel-left{
		width: 480px;
	}
	.section9 .design-banner .swiper-slide .carousel-left h4{
		margin-top: 30px;
	}
	.section9 .design-banner .swiper-slide .carousel-right{
		width: 440px;
	}
	.design-banner .swiper-slide .carousel-right .right-img>li{
		width: 438px;
		height: 307px;
	}
	.section9 .design-banner .prev2{
		left: 10px;
	}
	.section9 .design-banner .prev3{
		left: 10px;
	}
	.section9 .design-banner .next2{
		right: 10px;
	}
	.section9 .design-banner .next3{
		right: 10px;
	}
	.section9 .design-banner .prev2, .next2{
		background: rgba(255,255,255,0.6);
	}
	.section9 .design-banner .prev3, .next3{
		background: rgba(255,255,255,0.6);
	}
}

@media only screen and (max-width:991px) {
	.cantainer .title-nav ul li{
		width: 20%;
	}
	.section2 .section2-abstract{
		width: 96%;
	}
	.section3 .time-list{
		width: 100%;
	}
	.section3 .time-list ul{
		margin-left: 20px;
	}
	.section3 .section3-time ul{
		padding: 0 15px;
	}
	.section3 .section3-time ul li{
		margin-right: 0;
	}

	.section4 .section4-team{
		width: 96%;
	}
	/*.section4 .section4-team ul li{
		width: 50%;
		border-bottom: 1px #E2DEDE solid;
	}
	.section4 .section4-team ul li:nth-last-child(3),
	.section4 .section4-team ul li:nth-last-child(2),
	.section4 .section4-team ul li:nth-last-child(1){
		border-bottom: 1px #E2DEDE solid;
	}

	.section4 .section4-team ul li:nth-child(3n),
	.section4 .section4-team ul li:nth-child(3n-1){
		padding-left: 0;
	}
	.section4 .section4-team ul li:nth-child(2n){
		padding-left: 2%;
	}
	.section4 .section4-team ul li:nth-last-child(1){
		border-bottom: none;
	}
	.section4 .section4-team ul li:nth-last-child(1):nth-child(2n){
		border-bottom: 1px #E2DEDE solid;
	}*/


	/*.section5{
		background: url(../img/about-3-2.jpg) no-repeat;
		background-size:auto 100%;
		background-position:top center ;
	}*/
	.section5 .section-title{
		width: 96%;
		left: 2%;
	}

	.section6-garousel .garousel1 .garousel1-left{
		height: 400px;
	}
	 .garousel1 .garousel1-right .garousel1-right-title{
		margin-top:0px ;
	}
	.garousel1-right .garousel1-right-txt h3{
		margin-top: 13px;
	}
	.garousel1-right .garousel1-right-txt span{
		margin-bottom: 10px;
	}
	.section6-garousel .garousel2 ul li{
		width: 18%;
		height: 108px;
		margin: 0 5px;
	}
	.section6-garousel .garousel2 ul li a{
		line-height: 108px;
	}

	.section7 .section7-banner{
		width: 96%;
		padding-bottom: 60px;
	}
	.section7 .section7-banner .swiper-container{
		height: 280px !important;
	}
	.section7 .honor{
		width: 96%;
	}

	.section8 .section8-garousel{
		width: 96%;
		height: 420px;
	}
	.section8 .garousel2-left .garousel2-left-txt h3:after{
		margin-bottom: 17px;
	}
	.section8 .garousel2-right{
		height: 420px;
	}
	.section8 .garousel2-left .garousel2-left-txt p{
		width: 98%;
		height: 138px;
		overflow-y: scroll;
	}
	.section8 .garousel2-slide li{
		width: 15%;
		height: 75px;
		margin-right: 9px;
	}
	
	.section9 .design1{
		width:96%;
	}
	.section9 .design2 .design-banner{
		width: 96%;
	}
	.section9 .design-banner .swiper-slide .carousel-left{
		width: 50%;
	}
	.section9 .design-banner .swiper-slide .carousel-left h4{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.section9 .design-banner .swiper-slide .carousel-right{
		width: 48%;
	}
	.design-banner .swiper-slide .carousel-right .right-img>li{
		width: 447px;
		height: auto;
	}
}

@media only screen and (max-width:767px) {
	.cantainer .title-nav{
		height: 45px;
		line-height: 45px;
	}
	.cantainer .title-nav ul li{
		font-size: 14px;
	}

	.section2{
		padding-top: 45px;
	}
	.section2 .section2-abstract{
		width: 100%;
		padding: 0 15px;
	}
	.section2 .section2-abstract h4{
		font-size: 28px;
	}
	.section2 .section2-abstract span{
		margin-bottom: 20px;
	}
	.section2 .sec2-btn .propagate-title{
		top: 15px;
	}
	.section2 .sec2-btn h4{
		font-size: 28px;
	}
    .section2 .sec2-btn img:nth-child(2){
    	width: 40px;
    	height: 40px;
    	margin-left: -20px;
    	margin-top: -7px;
    }

    .section-title h4{
    	font-size: 28px;
    	padding-top: 30px;
    }
    .section-title span{
    	margin-bottom: 20px;
    }

     /*å‘å±•åŽ†ç¨‹*/
    .section3 .section3-time{
    	width: 100%;
    }
    .section3 .time-list{
    	margin-top: 20px;
    	padding-top: 0;
    	padding-bottom: 30px;
    }
    .section3 .time-list ul{
    	margin-left: 3%;
    }
    .section3 .time-list span:nth-child(2){
    	margin-left: 10px;
    }
    .section3 .time-list span:nth-child(3){
    	margin-right: 10px;
    }

    /*ç®¡ç†å›¢é˜Ÿ*/
    .section4 .section4-team{
		width: 100%;
		padding: 0 15px;
	}
    /*.section4 .section4-team ul li{
    	width: 100%;
    	height: 55px;
    	line-height: 55px;
    }
    .section4 .section4-team ul li:nth-child(2n){
    	padding-left: 0;
    }
    .section4 .section4-team ul li:nth-last-child(1){
    	border-bottom: 1px #E2DEDE solid;
    }
    .section4 .section4-team ul li span{
    	font-size: 21px;
    }
    .section4 .section4-team ul li p{
    	font-size: 14px;
    }*/

    /*.section5{
    	height: 480px;
		background: url(../img/about-3-3.jpg) no-repeat;
		background-size:auto 100%;
		background-position:top center ;
	}*/
	.section5 .section-title{
		width: 100%;
		padding: 0 15px;
	}
	.section5 .section5-img1{
		display: none;
	}
	.section5 .section5-img2{
		display: block;
	}

    /*ä¼ä¸šæ–‡åŒ–*/
    .section6-garousel .garousel2{
   	    height: 0;
    }
    .section6-garousel .garousel2 ul{
    	display: none;
    }
    .section6-garousel .garousel1 .garousel1-left{
    	width: 100%;
    	height: 350px;
    }
    .garousel1-right .garousel1-right-txt p{
		height: auto;
	}
     .garousel1 .garousel1-right{
    	width: 100%;
    	padding: 0 15px;
    }
     .garousel1 .garousel1-right .garousel1-right-title{
    	margin-left: 0;
    }
    .garousel1-right .garousel1-right-txt{
    	margin-left: 0;
    }
    .section6 .section6-garousel{
    	position: relative;
    }
    .section6 .but-1{
    	width: 100%;
    	left: 0;
    	top: 300px;
    	margin-left: 0;
    	margin-top: 0px;
    	overflow: hidden;
    }
    .section6 .but-1 .but-1-prev{
    	float: left;
    }
    .section6 .but-1 .but-1-next{
    	float: right;
    }


    /*è£èª‰èµ„è´¨*/
    .section7 .honor{
   	    width: 100%;
   	    padding: 0 15px;
    }
    .section7 .section7-banner .swiper-container{
     	height: 460px !important;
    }
    .section7 .section7-banner  .swiper-container .swiper-slide{
		width: 100% ;
	}
	.section7-banner  .swiper-container .swiper-slide .slide-img{
		width: 300px;
	}
	.section7 .section7-banner .prev{
		top: 34%;
	}
	.section7 .section7-banner .next{
		top: 34%;
	}
    .section7 .honor .honor-item{
    	width: 96%;
    }


    /*ç¤¾ä¼šè´£ä»»*/
    .section8 .garousel2-slide{
    	display: none;
    }
    .section8 .section8-garousel{
    	width: 100%;
    	height: 750px;
    	margin-bottom: 0;
    }
    .section8 .garousel2-left{
    	width: 100%;
    	padding: 0 15px;
    	margin-left:0 ;
    	height: 300px;
    }
    .section8 .garousel2-right{
    	width: 100%;
    }
    .section8 .prev1{
    	top: 56%;
    }
    .section8 .next1{
    	top: 56%;
    }
    .section8 .garousel2-left .garousel2-left-txt{
    	left: 15px;
    }
    
    /*åˆ›æ„è®¾è®¡*/
    .section9 .design2 .design-banner{
   		padding-bottom: 6px;
    }
    .section9 .design-banner .swiper-slide .carousel-left{
		width: 100%;
	}
	.section9 .design-banner .swiper-slide .carousel-left h4{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.section9 .design-banner .swiper-slide .carousel-left p{
		height: auto;
		margin-bottom: 20px;
	}
	.section9 .design-banner .swiper-slide .carousel-right{
		width: 100%;
	}
	.design-banner .swiper-slide .carousel-right .right-img>li{
		width: 100%;
	}
	
	

    
    /*.fixed ~ .section2{
		padding-top: 45px;
	}
	.fixed ~ .section6{
		padding-top: 45px;
	}
	.fixed ~ .section7{
		padding-top: 45px;
	}
	.fixed ~ .section8{
		padding-top: 45px;
	}
	.fixed ~ .section9{
		padding-top: 45px;
	}*/
	
	
}

@media only screen and (max-width:500px) {
    .section3 .section3-time ul li{
    	width: 33%;
    }
    .cantainer .title-nav ul li{
    	font-size: 13px;
    }
    .section4 .section4-team ul li .name{
    	padding-bottom: 0;
    }
    .section4 .section4-team ul li .name>span{
    	font-size: 20px;
    	margin-right: 10px;
    }
    .section4 .section4-team ul li .team-icon{
    	top: 12px;
    }
    .section4 .section4-team ul li .txt{
    	font-size: 15px;
    }
    .section6-garousel .garousel1 .garousel1-left{
     	height: 260px;
    }
    .section6 .but-1{
    	top: 210px;
    } 
    .section8 .section8-garousel{
    	height: 640px;
    }
    .section8 .garousel2-right{
    	height: 300px;
    }
    .section9 .design-title h3{
    	padding-top: 30px;
    }
    .section9 .design-title span{
    	margin-bottom: 25px;
    }
    .section9 .design2 .design-banner{
    	padding-bottom: 35px;
    }
    .section9 .design-banner .swiper-slide .carousel-left p{
    	height: 120px;
    	overflow: auto;
    }
}

@media only screen and (max-width:350px) {
	.section8 .section8-garousel{
    	height: 530px;
    }
    .section8 .garousel2-right{
    	height: 210px;
    }
}