*{ margin: 0; padding: 0; font-size: 14px; font-family: 微软雅黑; color: #333; box-sizing: border-box;}
html, body{ width: 100%; height: auto; margin: 0; padding: 0; overflow-x: hidden;}
body, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{ border: medium none; margin: 0; padding: 0; outline: none;}
body, button, input, select, textarea{ outline: none; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch;}
h1, h2, h3, h4, h5, h6{ margin: 0;}
ul, ol, li{ list-style: none;}
a{ text-decoration: none; color: #333;}
a:hover{ text-decoration: none; color: #6d5a4c;}
p{ margin: 0;}
img{ border: 0px; display: block;}
table{ border-spacing: 0px; border-collapse: collapse;}
tr{ cursor: pointer;}
input{ border: 0;}
textarea{ resize: none; padding: 0;}
::selection{ background: #6d5a4c; color: #fff;}
::-moz-selection{ background: #6d5a4c;}
.clear{ clear: both;}
.scroll_cs{ position: fixed; top: 0; color: #000; font-size: 36px; z-index: 999; left: 0;}
.Hover_off{ cursor: url(../images/hover.ico), crosshair;}
.scrollbar{ overflow: auto;}
.scrollbar::-webkit-scrollbar{ width: 20px; height: 10px; border-radius: 4px;}
.scrollbar::-webkit-scrollbar-track{ background: #6c6c6c;}
.scrollbar::-webkit-scrollbar-thumb{ background: #af1212; border-radius: 4px;}
.scrollbar::-webkit-scrollbar-corner{ background: #82AFFF;}
.scrollbar::-webkit-scrollbar-resizer{ background: #FF0BEE;}
.content1000{ width: 1000px; margin: 0 auto; position: relative; height: auto; z-index: 2;}

/*****************************/
.fl{float: left}
.fr{float: right}
/*IEtips*/

.IEtips{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: url(../images/ieBG.png); display: none;}
.IEtips_Box{ width: 1000px; background: #FAFAFA; height: 500px; position: absolute; left: 50%; top: 50%; margin: -250px 0 0 -500px;}
.IEtips .Browser{ margin-top: 35px;}
.IEtips .IEtips_title{ font-size: 36px; width: 80%; margin: 0 auto; padding-top: 35px;}
.IEtips .Browser ul{ overflow: hidden; text-align: center; width: 80%; margin: 0 auto;font-size: 0;}
.IEtips .Browser ul li{ margin: 0 40px; text-align: center; width: 120px;display: inline-block;vertical-align: top;}
.IEtips .Browser ul li img{ width: 100px; margin: 0 auto;}
.IEtips .Browser ul li a, .IEtips .Browser ul li span{ display: block; margin-top: 25px; color: #2570e1; font-size: 16px; transition: all .5s; -webkit-transition: all .5s;}
.IEtips .Browser ul li a:hover{ color: #800886;}
.IEtips .brn_off{ background: url(../images/brn_off.png); height: 32px; width: 32px; position: absolute; top: 5px; right: 5px; cursor: pointer;}



/*置顶*/
/* 公共标题 */
.fullan{	width: 100%;
	height: 650px;
	overflow: hidden
}





.c-common-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 80px 15px 50px;
}

.c-common-title .c-title {
    font-size: 36px;
    line-height: 1;
	font-family: "exo_2.0light","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

.c-common-title .c-title span {
    color: #0075cf
;
}

.c-common-title .c-title i {
    margin-left: 20px;
    font-style: normal;
    color: #cccccc;
	font-size: 44px;
	font-family: "exo_2.0light","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

.c-common-title .c-more {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #333
;
    border-radius: 35px;
    height: 44px;
    color: #666
;
	margin-left: 20px;
	float: left;
    transition: all .5s;
}

.c-common-title .c-more i {
    position: relative;
    margin: 0 0 0 10px;
    width: 12px;
    height: 12px;
}

.c-common-title .c-more i::before,
.c-common-title .c-more i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #000
;color:#fff;
    transition: .5s;
}

.c-common-title .c-more i::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c-common-title .c-more:hover {
    color: #fff;
    background: #000
;
}

.c-common-title .c-more:hover span{
    color: #fff;
}



.c-common-title .c-more:hover i::before,
.c-common-title .c-more:hover i::after {
    background: #fff;
}

.c-common-title2 {
    margin-bottom: 80px;
    text-align: center;
}

.c-common-title2 .c-title {
    font-size: 44px;
    line-height: 50px;
}

.c-common-title2 .c-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #000c1f;
}

.c-common-title2 .c-text2 {
    margin: 30px auto 0;
    max-width: 780px;
    line-height: 26px;
    color: #616771;
}




/*表单判断显示*******************/

.err-text{position: absolute;font-size: 14px;color: red;bottom: -20px;left: 10px;}
.btn_Prompt{position: absolute;bottom: 15px; right: 10px;width: 20px;height: 20px;display: block;}
.btn_Prompt.error{ background: url(../images/btn_error.png) no-repeat;}
.btn_Prompt.empty{ background: url(../images/btn_empty.png) no-repeat;}
.btn_Prompt.Correct{ background: url(../images/btn_Correct.png) no-repeat;}
.input-box.err input,.input-box.err textarea,.input-box.err select{border: 1px solid #ff0000 !important;}

/**********************/

@charset "utf-8";
@font-face {
	font-family: 'exo_2.0thin';
	src: url(../fonts/Exo2.0-Thin-webfont.eot);
	src: url(../fonts/Exo2.0-Thin-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Exo2.0-Thin-webfont.woff) format('woff'), url(../fonts/Exo2.0-Thin-webfont.ttf) format('truetype'), url(../fonts/Exo2.0-Thin-webfont.svg#exo_2.0thin) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'exo_2.0light';
	src: url(../fonts/Exo2.0-Light-webfont.eot);
	src: url(../fonts/Exo2.0-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Exo2.0-Light-webfont.woff) format('woff'), url(../fonts/Exo2.0-Light-webfont.ttf) format('truetype'), url(../fonts/Exo2.0-Light-webfont.svg#exo_2.0light) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: montserrat;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/montserrat-bold-webfont.woff2) format('woff2'), url(../fonts/montserrat-bold-webfont.woff) format('woff');
	font-weight: 700;
	font-style: normal
}


/*shade*/

.shade{ position: fixed; z-index: 100; width: 100%; height: 100%;}
.shade .shade-top, .shade .shade-bottom{ position: absolute; width: 100%; height: 50%; background: #fff; top: 0%; transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; -moz-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; -o-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; z-index: 1;}
.shade .shade-bottom{ top: auto; bottom: 0%;}
.shade .loading{ 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%); display: block; z-index: 2;}
.shade.show{ visibility: hidden;}
.shade.show .loading{ display: none;}
.shade.show .shade-top{ top: -50%;}
.shade.show .shade-bottom{ bottom: -50%;}


/*翻页*/
/* 分页数字链接样式 */
.pagebox{padding:120px 20px 20px 20px;}
.paging a,.paging span.Bg,.paging a:hover,.paging a.cur,.paging a:hover span.Bg,.paging a.cur span.Bg{background:url(../images/pagebg.png) no-repeat;}
.paging{text-align:center;font-size:13px;}
.paging a{padding-bottom:4px;display:inline-block;background-position:0 -134px;padding-bottom:11px;}
.paging a:hover{text-decoration:none;}
.paging b{font-weight:100;opacity:0;*visibility:hidden;}
.paging span.Bg{
	width:58px;height:17px;line-height:17px;padding-left:5px;text-align:left;margin-right:1px;display:inline-block;background-position:0px 11px;cursor:pointer;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.paging a:link,.paging a:visited{color:#266EB0;}
.paging a:hover,.paging a.cur{color:#fff;background-position:0px -93px;}
.paging a:hover span.Bg,.paging a.cur span.Bg{background-position:0px -63px;}
.paging a:hover span.Bg b,.paging a.cur span.Bg b{opacity:1;*visibility:visible;color: #FFFFFF;}
/* 上下翻页样式 */
.paging a.previous,.paging a.previous span.Bg,.paging a.previous b,.paging a.previous:hover,.paging a.previous:hover span.Bg,.paging a.previous:hover b,.paging a.nextpage,.paging a.nextpage span.Bg,.paging a.nextpage b,.paging a.nextpage:hover,.paging a.nextpage:hover span.Bg,.paging a.nextpage:hover b{background:url(../images/prev-next-bg.png) no-repeat}
.paging a.previous{background-position:0px -72px;}
.paging a.previous span.Bg{width:61px;padding-left:0px;background-position:0px -121px;}
.paging a.previous b{background-position:0px 17px;}
.paging a.previous:hover{background-position:0px -25px;}
.paging a.previous:hover span.Bg{background-position:0px -108px;}
.paging a.previous:hover b{background-position:0px 4px;opacity:1;*visibility:visible;}
.paging a.nextpage{background-position:-61px -72px;}
.paging a.nextpage span.Bg{width:61px;padding-left:0px;background-position:-61px -121px;}
.paging a.nextpage b{background-position:-61px 17px;}
.paging a.nextpage:hover{background-position:-61px -25px;}
.paging a.nextpage:hover span.Bg{background-position:-61px -108px;}
.paging a.nextpage:hover b{background-position:-61px 4px;opacity:1;*visibility:visible;}
.paging a.previous b,.paging a.nextpage b{
	width:61px;display:inline-block;height:17px;opacity:1;*visibility:visible;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}




/*header*/
header{ width: 100%; height: 90px; background: transparent; position: fixed; top: 0; left: 0; z-index: 10; transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; -moz-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s; -o-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s 0s;}

header .logo{ float: left; width: 200px; padding: 15px 25px; position: relative;}
header .logo img{ display: block; position: absolute; left: 25px; top: 20px;width: 100%}
header .logo:before{ content: ""; width: 200%; font-size: 13px; color: #6d5a4c; position: absolute; left: 201px; bottom: -8px;}
header .logo img.img1{ visibility: visible;}
header .logo img.img2{ visibility: hidden;}

header .memu{ display: none;}

header .nav{float: right; height: 20px; padding-right: 15px; z-index: 4; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; text-align: center;}
header .nav .nav-ul{}
header .nav .nav-ul > li{ float: left; width: 90px; height:20px; opacity: 1; text-align: center;}
header .nav .nav-ul > li > a{ display: block; width: 90px; height: 20px; padding: 15px 0; font-size: 13px; position: relative;}
header .nav .nav-ul > li > a i{ display: block; width: 40px; height:30px; background-size: cover; margin: 0 auto 5px; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s;}
header .nav .nav-ul > li.n1 > a i{ background-size: cover;}
header .nav .nav-ul > li.n2 > a i{background-size: cover;}
header .nav .nav-ul > li.n3 > a i{ background-size: cover;}
header .nav .nav-ul > li.n4 > a i{  background-size: cover;}
header .nav .nav-ul > li.n5 > a i{  background-size: cover;}
header .nav .nav-ul > li.n6 > a i{ background-size: cover;}
header .nav .nav-ul > li.n1 > a:hover i{ background: url(../images/index-nav1.png) no-repeat center; background-size: cover;}
header .nav .nav-ul > li.n2 > a:hover i{ background: url(../images/index-nav2.png) no-repeat center; background-size: cover;}
header .nav .nav-ul > li.n3 > a:hover i{ background: url(../images/index-nav3.png) no-repeat center; background-size: cover;}
header .nav .nav-ul > li.n4 > a:hover i{ background: url(../images/index-nav4.png) no-repeat center; background-size: cover;}
header .nav .nav-ul > li.n5 > a:hover i{ background: url(../images/index-nav5.png) no-repeat center; background-size: cover;}
header .nav .nav-ul > li.n6 > a:hover i{ background: url(../images/index-nav6.png) no-repeat center; background-size: cover;}
header .nav .nav-ul > li > a span{ display: block; width: 90px; color: #fff; text-align: center; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s;}
header .nav .nav-ul > li > a:hover{ height: 120px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
header .nav .nav-ul > li > a:hover i{ width: 60px; height: 60px; margin: 0 auto 15px;}
header .nav .nav-ul > li > a:hover span{ height: 30px; line-height: 30px; color: #fff; background: #6d5a4c;}
header .nav .nav-ul > li ul{ display: none;}

header.toTop{ background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);}
header.toTop .logo img.img1{ visibility: hidden;}
header.toTop .logo img.img2{ visibility: visible;}
header.toTop .nav .nav-ul > li.n1 > a i{ background: url(../images/index-nav1.png) no-repeat center; background-size: cover;}
header.toTop .nav .nav-ul > li.n2 > a i{ background: url(../images/index-nav2.png) no-repeat center; background-size: cover;}
header.toTop .nav .nav-ul > li.n3 > a i{ background: url(../images/index-nav3.png) no-repeat center; background-size: cover;}
header.toTop .nav .nav-ul > li.n4 > a i{ background: url(../images/index-nav4.png) no-repeat center; background-size: cover;}
header.toTop .nav .nav-ul > li.n5 > a i{ background: url(../images/index-nav5.png) no-repeat center; background-size: cover;}
header.toTop .nav .nav-ul > li.n6 > a i{ background: url(../images/index-nav6.png) no-repeat center; background-size: cover;}
header.toTop .nav .nav-ul > li > a span{ color: #333;} 
header.toTop .nav .nav-ul > li > a:hover span{ color: #fff;} 



/*footer*/

.featured{width: 100%;
    background: #fff;
    padding-top: 0px;
    position: relative;
z-index: 2;}
.featured .item .pic {
	background-position: center left;
	background-size: 100%
}

.featured .item .flex-centerbox .aboutit{font-weight: bold;font-size: 44px;line-height: 1.2;
    text-transform: uppercase;margin-bottom: 10px}



.two-cols {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.featured .item .abouttwo{	background-position: center right;
}

.linkbtn:after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 20px;
    height: 3px;
    background: #d20b17;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.fixedbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.two-cols {
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start
}
.two-cols .info {
	width: 30%
}
.two-cols .pic{width: 70%}





.two-cols .pic {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.two-cols .info {
	z-index: 1
}

@media (orientation:landscape) {
.two-cols .pic {
	min-height: 500px
}
.two-cols:not(.sameside):nth-child(even) .pic {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.two-cols .info {
	padding: 20vh 10vw
}
.two-cols .info .container {
	width: 100%
}
}

@media (min-width:1600px) and (orientation:landscape) {
.two-cols body:not(.page-interior) .info {
	padding: 30vh 15vw
}
}

@media (orientation:portrait) {
.two-cols {
	min-height: auto
}
.two-cols .info, .two-cols .pic {
	width: 100%
}
.two-cols .pic {
	height: 50vh
}
.two-cols .info {
	height: auto
}
.two-cols .info .container {
	margin-top: -10px;
	margin-bottom: 20px
}
.two-cols .info.grad-overlay:after {
	display: none
}
}





@media (orientation:landscape) {
.featured .item .pic {
	width: 60%
}

.featured .item .info {
	width: 40%;
	padding-left: 40px
}
	
.featured .item .pic img{width:100%}

	
	
	
	
	
	
	
}

@media (orientation:portrait) {
.featured .item .pic {
	width: 100%;
	height: 100vw
}
.featured .item .info {
	padding-top: 0
}
}

@media (orientation:landscape) {
.featured .item .info p {
	line-height: 26px;
	margin: 24px 0;
}
}










/*产品*/


.cell_mid{ display: table; height:100%; width:100%; }
.cell_h{ height:100%;display: table-cell; vertical-align: middle; } 

.cell_h img{width: 100%}

.index_2{ 
background-position:center top; background-repeat:no-repeat; background-image:url(../images/img6.jpg);}


.index_2 .title{text-align: center}



.index_2_2_mid{
background-color:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:0 2px 5px rgba(0,0,0,0.1);
    -ms-box-shadow:0 2px 5px rgba(0,0,0,0.1);
    -o-box-shadow:0 2px 5px rgba(0,0,0,0.1);
    box-shadow:0 2px 5px rgba(0,0,0,0.1);  }
.index_2_2_mid_mid{
  position:relative;  }
.clearfix:after{
	content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix { 
	*zoom:1;
}

.index_2_2_mid_mid_right_1{
font-family:Arial, Helvetica, sans-serif; color:#525b5a; font-size:16px;}
.index_2_2_mid_mid_right_2{ height:3.5em;line-height: 70px;
font-size:22px; color:#030303;  position:relative;font-family: '微軟正黑體';text-align: center}

.index_2_2_mid_mid_left{ 
 width:100%; background-color:#e3ebed; text-align:center}
.index_2_2_mid_mid_right{
 width:100%;}
.index_2_2_mid_mid_right_jj{
}
.index_2_2_mid_mid_right_3{ line-height:26px; height:50px; overflow:hidden;
color:#525b5a;font-family: "SourceHanSansCN"; margin:1em 0 1.5em 0;}


.index_2_2_mid_mid_right_4 span{
display:inline-block; width:42px; height:32px; background-position:center; background-repeat:no-repeat; background-image:url(../images/jiantou.png);margin: 20px}


.div1220{
margin:0 auto; padding:0 20px; max-width:76.25em;}
.index_2_1_1{
text-align:center; font-size:16px; color:#000;
z-index: 100000;
    position: relative;}
.index_2_1_2{font-family: "SourceHanSansCN"; margin:1.5em 0 0 0;
font-size:1.25em; text-align:center; color:#666;position: relative;z-index: 100000}

@media screen and (min-width:1200px) {
.header-nav a{margin-right: 20px}
	
}
	
@media screen and (min-width:1090px) {
.index_2_2 .swiper-slide:hover .index_2_2_mid_mid{
background-color:#fff;-webkit-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -moz-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -ms-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -o-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);}
.index_2_2 .swiper-slide:hover .index_2_2_mid{
}
.index_2_2 .swiper-slide:hover .index_2_2_mid_mid_right_1{
font-weight: bold;}
.index_2_2 .swiper-slide:hover .index_2_2_mid_mid_right_2,.index_2_2 .swiper-slide:hover .index_2_2_mid_mid_right_3{
font-weight: bold;}
.index_2_2 .swiper-slide:hover .index_2_2_mid_mid_right_4 span{
border-color:#fff; background-image:url(../images/more2.png);}


.index_2_2 .swiper-slide:hover .index_2_2_mid_mid_right_2::after{
width:3em;opacity:1;}
}
.index_2_1{ padding-bottom:5.5em;
padding-top:7.9375em;}
.title_en {
    color: #fafafa;
    font-weight: bold;
    line-height: 0.75;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}
.f192 {
    font-size: 192px;
}

.index_more_btn{ padding-bottom:7em;
text-align:center;}
.index_more_btn a{font-family: "SourceHanSansCN"; color:#fff;
display:inline-block; font-size:1.25em; width:42px; height:42px; line-height:2.95em; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/morebg.jpg) ; position:relative; overflow:hidden;}
.index_2 .swiper-pagination-bullet{
width:25px; height:25px; position:relative; background:none;opacity:1;}
.index_2 .swiper-pagination-bullet:before {
 
  content: "";
  position: absolute;
  z-index: 2;
  background-image:url(../images/dian.png);
  background-position:center; background-repeat:no-repeat;  
  left: 50%;
  margin-left:-4px;
  width: 8px;
  opacity:1;
  top: 50%;
  margin-top:-4px;
  height: 8px;
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.index_2 .swiper-pagination-bullet-active:before{
width:100%; height:100%; top:0; left:0; margin:0;}
.swiper-pagination-index_2_2{
position:static; margin-bottom:2.875em; margin-top:2.5em;}

@media screen and (min-width:1090px) {
 
.more-button:hover .hover {
	opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
	
}
}

@media screen and (max-width:600px) {
	
.col-sm-3{width: 100%}

	
	
	
.index_2_2_mid_mid_left{
position:static; width:100%; height:auto;}
.index_2_2_mid_mid_right{
float:none; width:auto;}
.index_2_2_mid_mid{
padding:1em; margin-left:0; margin-right:0;}
.index_2_2_mid_mid_right_jj{
padding-left:0; margin-top:1em;}
.index_2_2_mid_mid_right_2{
font-size:1.125em; height:auto; padding-bottom:1em;}
.index_2_2_mid_mid_right_4{
text-align:center;}
}


@media (max-width:767px){
	
	
	.index_2_1 img{width: 100%}	
	
	.index_2_1{padding: 20px 0 30px}
}






























div.indexfinback{ width:100%; height:399px; background:#f8f8f8;}
div.indexfin{ width:1400px; height:auto; margin:auto;}
div.indexfinnav{ width:200px; height:79px; float:left; margin-top:16px; margin-left:38px; cursor:pointer; position:relative;}
div.indexfinnav img{ width:200px; height:79px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray; transition:all 0.5s;opacity: 0.4;}
div.indexfinnav:hover img{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);opacity: 1;}
div.indexfinnavborder{ width:199px; height:78px; position:absolute; border:#e1e1e1 2px solid; top:0; left:0; opacity:0; transition:all 0.5s;-webkit-transform:scale(1.10);-moz-transform:scale(1.10);-o-transform:scale(1.10);transform:scale(1.10)}
div.indexfinnav:hover div.indexfinnavborder{ opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}



div.footerback{ width:100%;  background:#252628;}

div.footertop{  width: 92%;
    overflow: hidden;
    margin: auto;}
div.footertopleft{ width:85%; height:auto; float:left;margin-top: 30px;}
div.footertopleftnav{ width:15%; float:left;}
div.footertopleftnavtitle{ width:100%; height:46px; line-height:46px; color:#fff; font-size:15px; line-height:46px; font-weight:bold;}
div.footertopleftnavtitle a{ color:#fff;}
div.footertopleftnav ul{ width:132px; height:220px; overflow:hidden;}
div.footertopleftnav ul li{ line-height:36px; color:#979797; font-size:13px;}
div.footertopleftnav ul li a{ color:#979797;}
div.footertopright{ width:15%; height:auto; float:right; margin-top:40px;}
div.footertoprightimg{ width:121px; height:121px; margin:auto;}
div.footertoprightimg img{ width:121px; height:121px;}
div.footertoprighttitle{ height:43px; line-height:43px; text-align:center; color:#e2e2e2; font-size:12px;}
div.footerbottomback{ width:1400px; height:auto; margin:auto; position:relative;}
div.footerbottomdianhua{ width:1400px; height:35px; line-height:35px;  font-size:14px; font-weight:bold;border-bottom: 1px solid #3d3e40}
div.footerbottombanquan{   width: 92%;
    overflow: hidden;
    margin: auto; height:37px; line-height:37px; color:#979797; font-size:12px;}
div.footerbottomwwq{ width:52px; height:21px; position:absolute; right:21px; top:68px;}
div.footerbottomweixin{ width:25px; height:21px; float:left;}
div.footerbottombanquan p{ float:left;color:#979797;}
div.footerbottombanquan a{color:#979797;}






footer{ width: 100%;  background:#f0f0f0; padding-top: 0px; position: relative; z-index: 2;}
footer .img{ display: block; width: 100%; height: 140px; background: url(../images/footer-bg.png) no-repeat center top; background-size: auto 100%; margin: 0 auto; margin-bottom: 40px;}
footer .foot-nav{ width:100%; text-align: center; margin: 0 auto 50px; position: relative;}
footer .foot-nav > ul{ overflow: hidden; vertical-align: top;}
footer .foot-nav > ul > li{ display: inline-block; vertical-align: top; margin: 0 20px;}
footer .foot-nav > ul > li > a{ height: 60px; line-height: 60px; text-align: center; font-size: 15px; color: #6d5a4c; display: block;}
footer .foot-nav > ul > li > a:hover{ color: #6d5a4c;}
footer .foot-nav > ul > li li a{ font-size: 13px; line-height: 24px;}
footer .foot-nav > ul > li li a:hover{ color: #6d5a4c;}


footer .foot-nav .zhiding{ position: absolute; right: 25px; top: 0; width: 40px; height: 100%; background: url(../images/zhiding.png) no-repeat center center; cursor: pointer;}
footer .footer-links{ text-align: center;}
footer .footer-links ul{ display: inline-block; padding-bottom: 30px;}
footer .footer-links ul li{ float: left;}
footer .footer-links ul li a{ display: block; width: 52px; height: 52px; margin: 0 20px; background: no-repeat center; border: 1px solid #6d5a4c; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; position: relative;}
footer .footer-links ul li a .ewm{ position: absolute; width: 150px; height: 150px; top: -180px; left: 50%; margin-left: -75px; visibility: hidden; opacity: 0; filter: alpha(opacity=0);}
footer .footer-links ul li a .ewm img{ width: 100%; height: 100%;}
footer .footer-links ul li a .ewm:after{ content: ""; position: absolute; border-top: 10px solid #fff; border-left: 7px solid transparent; bottom: -9px; border-right: 7px solid transparent; left: 50%; margin-left: -7px;}
footer .footer-links ul li a:after{ position: absolute; width: 100%; text-align: center; bottom: -30px; font-size: 14px; color: #6d5a4c; left: 0; content: ""; display: none;}
footer .footer-links ul li.wx a{ background-image: url(../images/footer-wx.png);}
footer .footer-links ul li.wx a:after{ content: "微信";}
footer .footer-links ul li.wb a{ background-image: url(../images/footer-wb.png);}
footer .footer-links ul li.wb a:after{ content: "微博";}
footer .footer-links ul li.dz a{ background-image: url(../images/footer-dz.png);}
footer .footer-links ul li.dz a:after{ content: "地址";}
footer .footer-links ul li.jxs a{ background-image: url(../images/footer-jxs.png);}
footer .footer-links ul li.jxs a:after{ content: "经销商";}
footer .footer-links ul li:hover a{ border-width: 0; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);}
footer .footer-links ul li:hover a .ewm{ visibility: visible; top: -160px; opacity: 1; filter: alpha(opacity=100); transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
footer .footer-links ul li:hover a:after{ display: block;}
footer .footer-phone{ text-align: center; padding: 30px 0 50px;}
footer .footer-phone img{ display: inline-block; height: 60px;}

footer .footer-bottom{ width: 1200px; padding-top: 30px; font-size: 14px;color: #fff; text-align: center; margin: 0 auto;}
footer .footer-bottom a{ color: #fff;}
footer .footer-bottom br.mob{ display: none;}

/*model*/

.model{ position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.66); top: 0; left: 0; z-index: 101; display: none;}
.model.show{ display: block;}

/*banner*/

.banner-box{ width: 100%; height: 100vh; overflow: hidden; position: relative; z-index: 0;}
.banner{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 0;}
.banner .swiper-wrapper{
	        transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
	     -o-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	   -moz-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
	-webkit-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
}
.banner .swiper-wrapper .swiper-slide{ overflow: hidden;}
.banner .swiper-wrapper .swiper-slide .line-jd{ width: 100%; height: 5px; position: absolute; bottom: 0; left: -100%; background: #6d5a4c; z-index: 2;}
.banner .swiper-wrapper .swiper-slide.cur .line-jd{ left: 0; transition: all 7s ease 0s; -webkit-transition: all 7s ease 0s; -moz-transition: all 7s ease 0s; -o-transition: all 7s ease 0s;}
.banner .swiper-wrapper .swiper-slide .bgs{ width: 100%; height: 100%; background: url(../images/banner1.jpg) no-repeat center center; background-size: cover; transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0s; position: relative; z-index: 1;}
/*
.banner .swiper-wrapper .swiper-slide .bgs:after{ content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 0;}
*/
.banner .swiper-wrapper .swiper-slide .banner-text{width: 100%; position: absolute; z-index: 2; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer; perspective: 800; -webkit-perspective: 800;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box{ transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; display: block; min-width: 600px; text-align: center; color: #fff;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box div{ transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; opacity: 0; filter: alpha(opacity=0);}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box .text1{ font-size: 64px; color: #fff; font-weight: bold; text-transform: uppercase; line-height: 1.3em;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box .text2{ font-size: 24px; color: #fff; line-height: 1.5em; margin-bottom: 10px;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box .text3{ display: inline-block; color: #fff; border: 1px solid #fff; padding: 4px 20px; text-transform: uppercase;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box1{ perspective: 800; -webkit-perspective: 800; visibility: hidden;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box1.anim{ visibility: visible;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box1.anim .text1{ animation: textShow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal; -webkit-animation: textShow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal; -moz-animation: textShow1 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box1.anim .text2{ animation: textShow2 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal; -webkit-animation: textShow2 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal; -moz-animation: textShow2 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box1.anim .text3{ animation: textShow3 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal; -webkit-animation: textShow3 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal; -moz-animation: textShow3 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;}

@media screen and (min-width:1200px){ 
.banner .swiper-wrapper .swiper-slide .banner-text .text-box:hover{ -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0); -ms-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0); -o-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0); transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);}
}
@-webkit-keyframes textShow1{ 0%{ -webkit-transform: translate3d(0, 0, 300px); -ms-transform: translate3d(0, 0, 300px); -o-transform: translate3d(0, 0, 300px); transform: translate3d(0, 0, 300px);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-moz-keyframes textShow1{ 0%{ -webkit-transform: translate3d(0, 0, 300px); -ms-transform: translate3d(0, 0, 300px); -o-transform: translate3d(0, 0, 300px); transform: translate3d(0, 0, 300px);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-o-keyframes textShow1{ 0%{ -webkit-transform: translate3d(0, 0, 300px); -ms-transform: translate3d(0, 0, 300px); -o-transform: translate3d(0, 0, 300px); transform: translate3d(0, 0, 300px);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@keyframes textShow1{ 0%{ -webkit-transform: translate3d(0, 0, 300px); -ms-transform: translate3d(0, 0, 300px); -o-transform: translate3d(0, 0, 300px); transform: translate3d(0, 0, 300px);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-webkit-keyframes textShow2{ 0%{ -webkit-transform: translate3d(50px, 0, 0); -ms-transform: translate3d(50px, 0, 0); -o-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-moz-keyframes textShow2{ 0%{ -webkit-transform: translate3d(50px, 0, 0); -ms-transform: translate3d(50px, 0, 0); -o-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-o-keyframes textShow2{ 0%{ -webkit-transform: translate3d(50px, 0, 0); -ms-transform: translate3d(50px, 0, 0); -o-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@keyframes textShow2{ 0%{ -webkit-transform: translate3d(50px, 0, 0); -ms-transform: translate3d(50px, 0, 0); -o-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-webkit-keyframes textShow3{ 0%{ -webkit-transform: translate3d(-50px, 0, 0); -ms-transform: translate3d(-50px, 0, 0); -o-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-moz-keyframes textShow3{ 0%{ -webkit-transform: translate3d(-50px, 0, 0); -ms-transform: translate3d(-50px, 0, 0); -o-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@-o-keyframes textShow3{ 0%{ -webkit-transform: translate3d(-50px, 0, 0); -ms-transform: translate3d(-50px, 0, 0); -o-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
@keyframes textShow3{ 0%{ -webkit-transform: translate3d(-50px, 0, 0); -ms-transform: translate3d(-50px, 0, 0); -o-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0);}
	100%{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box2 .text1{ -webkit-transform: translate3d(50%, 0, 50px); -ms-transform: translate3d(50%, 0, 50px); -o-transform: translate3d(50%, 0, 50px); transform: translate3d(50%, 0, 50px); opacity: 0; filter: alpha(opacity=0); transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1); -weikit-transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1); -moz-transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box2 .text2{ -webkit-transform: translate3d(40%, 0, 50px); -ms-transform: translate3d(40%, 0, 50px); -o-transform: translate3d(40%, 0, 50px); transform: translate3d(40%, 0, 50px); opacity: 0; filter: alpha(opacity=0); transition: transform 2.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1); -weikit-transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1); -moz-transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);}
.banner .swiper-wrapper .swiper-slide .banner-text .text-box.text-box2 .text3{ -webkit-transform: translate3d(30%, 0, 0); -ms-transform: translate3d(30%, 0, 0); -o-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); opacity: 0; filter: alpha(opacity=0); transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1); -weikit-transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1); -moz-transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .bgs{ -webkit-transform: scale(1) translate3d(0, 0, 0); -ms-transform: scale(1) translate3d(0, 0, 0); -o-transform: scale(1) translate3d(0, 0, 0); transform: scale(1) translate3d(0, 0, 0);}
.banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-text .text-box .text1, .banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-text .text-box .text2, .banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-text .text-box .text3{ -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; filter: alpha(opacity=100);}
.banner .swiper-wrapper .swiper-slide.swiper-slide-prev .bgs{ -webkit-transform: scale(1.2) translate3d(50%, 0, 0); -ms-transform: scale(1.2) translate3d(50%, 0, 0); -o-transform: scale(1.2) translate3d(50%, 0, 0); transform: scale(1.2) translate3d(50%, 0, 0);}
.banner .swiper-wrapper .swiper-slide.swiper-slide-next .bgs{ -webkit-transform: scale(1.2) translate3d(-50%, 0, 0); -ms-transform: scale(1.2) translate3d(-50%, 0, 0); -o-transform: scale(1.2) translate3d(-50%, 0, 0); transform: scale(1.2) translate3d(-50%, 0, 0);}
.banner .swiper-wrapper .swiper-slide.b1 .text-box{ -webkit-transform: rotate3d(1, 0, 0, 30deg); -ms-transform: rotate3d(1, 0, 0, 30deg); -o-transform: rotate3d(1, 0, 0, 30deg); transform: rotate3d(1, 0, 0, 30deg);}
.banner .swiper-wrapper .swiper-slide.b2 .text-box{ -webkit-transform: rotate3d(1, 0, 0, 30deg); -ms-transform: rotate3d(1, 0, 0, 30deg); -o-transform: rotate3d(1, 0, 0, 30deg); transform: rotate3d(1, 0, 0, 30deg);}
.banner .swiper-wrapper .swiper-slide.b3 .text-box{ -webkit-transform: rotate3d(1, 0, 0, 30deg); -ms-transform: rotate3d(1, 0, 0, 30deg); -o-transform: rotate3d(1, 0, 0, 30deg); transform: rotate3d(1, 0, 0, 30deg);}


.banner .banner-page{position: absolute; z-index: 10; width: 130px; height: 20px; bottom: 50px; right: 100px;}
.banner .banner-page span{ line-height: 20px; width: 20px; height: 100%; display: inline-block; text-align: center; color: #fff; position: relative; bottom: 0; left: 0; top: 0; right: 0;}
.banner .banner-page span.b_l{ background: url(../images/banner-l.png) no-repeat center center; cursor: pointer;}
.banner .banner-page span.of{ width: 30px; background: url(../images/banner-of.png) no-repeat center center;}
.banner .banner-page span.b_r{ background: url(../images/banner-r.png) no-repeat center center; cursor: pointer;}


/*index*/
.home-body{}
.home-body .main{ position: relative; z-index: 1; background: #fff;}
.home-body .main:after{ display: table; content: "";}

.home-body .main-other { padding-top: 100px;}
.home-body .main-other .others{ height: 600px;}
.home-body .main-other .others .text{ font-size: 14px; color: #fff; line-height: 24px; margin: 40px 0 60px;}



#scenes{position: relative; z-index: 1; background: #fff;}
.vertical_obj {
    display: table;
}



.dark_bg {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}


.ying{font-family: "exo_2.0light","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;text-transform: uppercase;margin: 20px 0 10px}


.anim_emt.start-animation.b_to_t {
    -webkit-animation: mk_bottom_to_top .6s 1 cubic-bezier(.77, 0, .175, 1);
    animation: mk_bottom_to_top .6s 1 cubic-bezier(.77, 0, .175, 1);
    visibility: visible;
}


.vertical_obj .vertical_cont {
    display: table-cell;
    vertical-align: middle;
}

.vertical_obj .vertical_cont .cn{font-size: 44px;}



.wrap {
    padding: 120px 10%;
    margin: auto;
}



.c_white, .c_white h1, .c_white h2, .c_white h3, .c_white h4, .c_white h5, .c_white p, .c_white span {
    color: #fff;

}




/*关于我们*/
.home-body .main-other .other3{ position: relative; margin-bottom: 100px;}

.home-body .main-other .other3 .bg{ width: 42%; height: 600px; background: url(../images/index-bg3.jpg) no-repeat right top; background-size: auto 100%; position: absolute; left:0; top: 0; z-index: 1;}
.home-body .main-other .other3 .content{ position: absolute; width: 42%; height: 100%; left: 45%; top: 0; z-index: 1;}
.home-body .main-other .other3 .content .tits{ position: relative; margin-top: 70px; margin-bottom: 50px;}
.home-body .main-other .other3 .content .tits .e{ position: absolute; left: -73px; bottom: 0;}
.home-body .main-other .other3 .content .text{ color: #666;}
.home-body .main-other .other3 .content .more{ color: #333; border-color: #666;}
.wenhuabox{padding: 0 60px 60px 60px}

/*产品中心*/

.home-body{
	/*主题内容*/
	/*产品*/
	/*其他*/
	}
.main{ position: relative; z-index: 1; background: #fff;}
 .main:after{ display: table; content: "";}
 .main-product{ padding: 80px 0;overflow: hidden}
 .main-product .Tits{ text-align: center; margin-bottom: 50px;}
 .main-product .Tits img{ display: inline-block;}
 .main-product .boxs{ width: 100%; margin: 0 auto;}
 .main-product .boxs li{ width: 33.3%; float: left; padding: 10px; height: 260px;}
 .main-product .boxs li a{ display: block; width: 100%; height: 100%; position: relative; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s;}
 .main-product .boxs li a > div{ width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden;}
 .main-product .boxs li a > div .img-box{ height: 80%; background: no-repeat 50% center; transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s;}
 .main-product .boxs li a > div span{ color: #333; font-size: 14px; display: block; height: 20%; width: 100%; text-align: center; transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s;}
 .main-product .boxs li a > div.box-f{ -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); opacity: 0; filter: alpha(opacity=0); height: 100%;}
 .main-product .boxs li a > div.box-f .img-box{ height: 100%;}
.main-product .boxs li a > div.box-f span{ display: none;}
@media only screen and (min-width:1200px){ .main-product .boxs li a:hover{ box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);}
	 .main-product .boxs li a:hover > div.box-z .img-box{ opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8);}
	 .main-product .boxs li a:hover > div span{ color: #c7af82;}
	 .main-product .boxs li a:hover > div.box-f{ -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100);}
	}
 .main-product .boxs li.p1 a .box-z .img-box{}
 .main-product .boxs li.p1 a .box-f .img-box{ background-image: url(../images/icon-bedroom-cabinet.png);}
 .main-product .boxs li.p2 a .box-z .img-box{ background-image: url(../images/icon-living-room-cabinet.png);background-size: 30%;}
.main-product .boxs li.p2 a .box-f .img-box{ background-image: url(../images/sofa.png);}
.main-product .boxs li.p3 a .box-z .img-box{ background-image: url(../images/chugui.png);background-size: 30%;}
 .main-product .boxs li.p3 a .box-f .img-box{ background-image: url(../images/sofa.png);}
.main-product .boxs li.p4 a .box-z .img-box{ background-image: url(../images/yimen.png);background-size: 30%;}
.main-product .boxs li.p4 a .box-f .img-box{ background-image: url(../images/sofa.png);}
.main-product .boxs li.p5 a .box-z .img-box{ background-image: url(../images/lashou.png);background-size: 30%;}
.main-product .boxs li.p5 a .box-f .img-box{ background-image: url(../images/sofa.png);}
.main-product .boxs li.p6 a .box-z .img-box{ background-image: url(../images/boli.png);background-size: 30%;}
.main-product .boxs li.p6 a .box-f .img-box{ background-image: url(../images/sofa.png);}
.main-product .boxs li.p7 a .box-z .img-box{ background-image: url(../images/icom-chugui.png);background-size: 30%;}
.main-product .boxs li.p7 a .box-f .img-box{ background-image: url(../images/sofa.png);background-size: 30%;}
.main-product .boxs li.p8 a .box-z .img-box{ background-image: url(../images/icon-yigui.png);background-size: 30%;}
.main-product .boxs li.p8 a .box-f .img-box{ background-image: url(../images/sofa.png);background-size: 30%;}
 .main-product .boxs li.p9 a .box-z .img-box{ background-image: url(../images/icon-yizhi.png);background-size: 30%;}
 .main-product .boxs li.p9 a .box-f .img-box{ background-image: url(../images/sofa.png);background-size: 30%;}
.main-other .others{ margin-bottom: 100px; height: 630px;}
	 
	 










#products {
	margin-left: -1px;
	margin-right: -1px;
	overflow: hidden
}
#products .item {
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 33.333%;
	position: relative
		
}
#products .item a {
	display: block;
	font-size: 0
}
#products .item a img {
	width: 100%;
	height: auto
}
#products .item a .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
#products .item a .title {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	text-align: center;
	text-transform: uppercase;
	color: #fff
}

#products .item a .title h5{margin-top: 10px;  font-family: "exo_2.0light","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;}




#products .item a .title hr {
	float: none;
	width: 0;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
#products .item a .title hr {
	display: none
}
#products .item a:hover .bg {
	background-color: rgba(0,0,0,.8)
}
#products .item a:hover hr {
	width: 40px
}

@media (max-width:480px) {
#products .item {
	width: 50%
}
}



















.product-body{ background-color: #f5f5f5;}
.product-main{ position: relative; z-index: 1; background-color: #f5f5f5;}
.tabs{ margin: 70px auto 0; width: 900px; height: 130px; text-align: center; overflow: hidden;}
.tabs a{ display: inline-block; width: 100px;margin-left: 42px; float: left; font-size:12px; line-height: 24px; transition-duration: 1s; -webkit-transition-duration: 1s;}
@media only screen and (min-width:1200px){.tabs a:hover{ color: #c7af82;}
.tabs a:hover .icon-box .status1{ margin-top: -48px;}
.tabs a:hover .nums{ width: 80%; height: 24px; opacity: 1;}
.tabs a:hover .pro_zi{ color: #c7af82;display:block;  }
.pro_zi	{display: none;}
	}
.tabs a.active{ color: #c7af82;font-size: 12px;}
.tabs a.active .pro_zi{ color: #c7af82;display:block; }
.tabs a.active .icon-box .status1{ margin-top: -48px;}
.tabs a.active .nums{ width: 80%; height: 24px; opacity: 1;}
.tabs a.active .icon-box img:first{ margin-top: -48px;}
.tabs a .icon-box{ margin-bottom: 10px; height: 48px; line-height: 48px; text-align: center; overflow: hidden;}
.tabs a .icon-box .status1{ transition-duration: 1s; -webkit-transition-duration: 1s; height: 48px; overflow: hidden;}
.tabs a .icon-box .status2{ transition-duration: 1s; -webkit-transition-duration: 1s; height: 48px;}
.tabs a .icon-box img{ display: inline-block; vertical-align: middle;}
.tabs a .nums{ margin: 0 auto; width: 0; height: 0; overflow: hidden; opacity: 0; font-size: 1.8rem; border-top: 1px solid #c7af82; color: #c7af82; transition-duration: 1s; -webkit-transition-duration: 1s;}
.product-main hr{ border: none; height: 1px; background: #dadada;}
.product-main .show-box{ overflow: hidden;}
.product-main .show-box a{ display: inline-block; float: left; margin-top: 70px; width: 25%; color: #000;}
.product-main .show-box a .pic{ position: relative; height: 152px; line-height: 152px; text-align: center;}
.product-main .show-box a .pic img{ display: inline-block; vertical-align: middle; transition-duration: 1s; -webkit-transition-duration: 1s;max-width: 80%;max-height: 80%;}
.product-main .show-box a .pic .ad{transform: scale(.8);-webkit-transform: scale(.5); opacity: 0; position: absolute; top: 0; left: 50%; margin-left: -125px; padding: 36px 30px; width: 250px; height: 100%; border: 10px solid rgba(0, 0, 0, 0.5); box-sizing: border-box; font-size: 1.8rem; line-height: 24px; color: #000; font-weight: 600; transition-duration: 1.2s; -webkit-transition-duration: 1.2s;}
.product-main .show-box a .name{ margin-top: 30px; text-align: center; font-size: 1.4rem; line-height: 24px;}
.product-main .show-box a .name .type{ color: #bcbcbc; display: inline-block; padding: 0 25px; border-top: 1px solid #bcbcbc;}
@media only screen and (min-width:1200px){ .product-main .show-box a:hover .pic img{ opacity: .3;}
.product-main .show-box a:hover .pic .ad{ opacity: 1; transform: none;-webkit-transform: none;}
	}
	 
	 
	 
	/*首页标题*/
	/*正文*/
	/*查看更多*/
	



/* news
-------------------------------------------------------------- */

.cont {
    width: 92%;
    overflow: hidden;
    margin: auto;
}
.martop{position: relative; z-index: 1; background: #f7f7f7;overflow: hidden;    padding-bottom: 50px;}

.newstj{
	position:relative;
}
.newstjinfo{
	position:absolute;
	left:10%;
	bottom:80px;
	width:80%;
}
.newstjdate span{
	font-family:Arial;
	font-size:14px;
	color:#fff;
}
.newstjdate p{
	font-family:Arial;
	font-size:32px;
	font-weight:bold;
	color:#fff;
	margin-top:10px;
}
.newstjmore{
	background:url(../images/newsmoreh.png) no-repeat 90% center #92725B;
	width:215px;
	height:45px;
	line-height:45px;
	display:block;
	text-align:left;
	color:#fff;
	font-size:16px;
	padding-left:20px;
	border-radius:40px;
	transition: all .5s ease;
}
.newstjmore:hover{
	border-radius:0px;
	transition: all .5s ease;
}
.newstjbt{
	font-size:30px;
	color:#fff;
	line-height:55px;
	margin:50px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newstjimg{
	width:100%; 
	overflow:hidden; 
	position: relative;
height: 555px;
    display: block;
}
.newstjimg img{
	transition: all 0.8s;
	width:100%;
}
.newstjbg {
    position: absolute;
	background: -o-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
	background: -moz-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
	background: -webkit-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
	background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0)); 
    width: 100%;
    height: 100%;
    left:0;
    transition: all .5s ease;
    opacity: 1;
	top:0;
}
.newstj:hover .newstjbg{
	opacity:0.3;
}
.newsnrr{
	padding-left:2.5%;
}
.newsnrrinfo{
	margin:40px 40px 20px 40px;
}
.newslist .item{
	float:left;
	display:block;
	width:48%;
	margin-bottom:40px;
	background:#fff;
}
.newslist .item:nth-child(2),
.newslist .item:nth-child(3),
.newslist .item:nth-child(5){
	margin-left:4%;
}
.newslist .item .newsimg{
	display:none;
}
.newslist .item:first-child .newsimg{
	display:block;
	width:100%; 
	overflow:hidden; 
	background:#88c3b2; 
	position: relative;
    height: 298px;
}
.newslist .item:first-child .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.newslist a:hover:first-child .newsimg img{
	transform: translate(-50%, -50%) scale(1.2);
    transition: all .5s ease;
}
.newslist .newsbt{
	font-size:20px;
	color:#262626;
	line-height:35px;
	margin-bottom:25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newslist .newsms{
	font-size:16px;
	color:#999;
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:56px;
}
.newslist a:hover{
	background:#92725B;
}
.newslist a:hover .newsbt,
.newslist a:hover .newsms{
	color:#fff;
}
.newslist .newsmore{
	margin-top:20px;
	background:url(../images/newsmore.png) no-repeat 99% center;	
	font-size:16px;
	color:#666;
	border-top:1px solid #cccccc;
	line-height:60px;
}
.newslist a:hover .newsmore{
	color:#fff;
	border-top:1px solid #fff;
	background:url(../images/newsmoreh.png) no-repeat 99% center;	
}


























/*新闻中心*/
.m-t-md {
    margin-top: 30px;
}
.m-b-xs {
    margin-bottom: 10px;
}

.m-b-md {
    margin-bottom: 30px;
}


.view {
    font-size: 14px;
    color: #c9aa7e;
	display: block
}

.thumbs li a {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.thumbs li a .title, .thumbs li a .title h6 {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.thumbs li a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.3);
	box-shadow: 0 15px 30px rgba(0,0,0,.3)
}
.thumbs li a:hover .title, .thumbs li a:hover .title h6 {
	color: #c9aa7e
}
.thumbs li:hover {
	z-index: 99
}
.view {
	font-size: 12px;
	color: #c9aa7e
}
.view i {
	margin-left: 2px;
	font-size: 16px
}

@media (max-width:767px) {
.view {
	font-size: 10px
}
.view i {
	font-size: 14px
}
}
.thumbs.product li {
	margin-bottom: 30px
}

@media (max-width:767px) {
.thumbs.product li {
	margin-bottom: 10px
}
}
.thumbs.product li a .pic {
	width: 50%
}
.thumbs.product li a .pic img {
	width: 100%;
	margin-right: -1px
}
.thumbs.product li a .info {
	width: 50%;
	text-align: left
}
.thumbs.product li a .info .title {
	white-space: nowrap
}

@media (max-width:767px) {
.thumbs.product li a .info p {
	display: none
}
}
.thumbs.news li {
	width: 100%
}
.thumbs.news li:last-child {
	margin-bottom: 0
}
.thumbs.news li a {
	width: 100%;
	text-align: left
}
.thumbs.news li a .pic {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%
}
.thumbs.news li a .pic img {
	
	width: 100%
}
.thumbs.news li a .info {
	width: 100%;
	float: left
}
.thumbs.news li a .pic+.info {
	width: 50%
}

@media (max-width:767px) and (orientation:portrait) {
.thumbs.news li a .pic, .thumbs.news li a .pic+.info {
	width: 100%
}
.thumbs.news li a .pic {
	position: relative;
	height: auto;
	background-image: none!important
}
.thumbs.news li a .pic img {
	display: block
}
}
.thumbs.room li a {
	background-color: transparent
}
.thumbs.room li a img {
	width: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
.thumbs.room li a .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff
}
.thumbs.room li a .info .title {
	float: left;
	line-height: 1
}
.thumbs.room li a .info span {
	float: right;
	line-height: 1;
	color: #888
}
.no-touch .thumbs.room li a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
































.foot-nav .main-other .other2{ padding: 100px 0; height: 800px; background:#fff; position: relative;}
.foot-nav .main-other .other2 .bg{ width: 600px; height: 600px; background: url(../images/index-bg2.jpg) no-repeat right top; background-size: auto 100%; position: absolute; left:50%; top: 100px; z-index: 1;}
.foot-nav .main-other .other2 .content{ position: absolute; width: 600px; height: 600px; right: 50%; top: 100px; z-index: 3;background: #fff}
.foot-nav .main-other .other2 .content .tits{ position: relative;margin-top: 70px; margin-bottom: 50px;}
.foot-nav .main-other .other2 .content .tits .e{ position: absolute; left: -73px; bottom: 0;}
.foot-nav .main-other .other2 .content .newlist{ margin-bottom: 40px;}
.foot-nav .main-other .other2 .content .newlist li{ width: 560px; overflow: hidden; padding: 40px 0;}
.foot-nav .main-other .other2 .content .newlist li:first-child{ border-bottom: dotted 1px #d0d0d0;}
.foot-nav .main-other .other2 .content .dat{float: left; width: 80px; line-height: 24px;font-size: 14px; margin-right: 20px;position: relative;}
.home-body .main-other .other2 .content .dat:before{content: ""; width: 1px; height: 14px; background: #d0d0d0; position: absolute; right: -10px; top: 4px;}
.home-body .main-other .other2 .content .con{float: left; width: 460px;}
.home-body .main-other .other2 .content .con .tit{ font-size: 18px; line-height: 24px; margin-bottom: 10px;}
.home-body .main-other .other2 .content .con .des{ height: 48px; overflow: hidden; color: #666; line-height: 24px;}
.home-body .main-other .other2 .content a:hover .dat{ color: #6d5a4c;}
.home-body .main-other .other2 .content a:hover .tit{ color: #6d5a4c;}
.home-body .main-other .other2 .content .more{ color: #333; border-color: #666;}




/*更多*/
.home-body .main-other .others .more{ position: relative; display: block; overflow: hidden; width: 150px; height: 30px; font-size: 13px; text-align: center; color: #fff; line-height: 30px; border: 1px solid #fff; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.home-body .main-other .others .more span{ position: absolute; z-index: 1; width: 100%; text-align: center; left: 0; top: 0; height: 100%; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.home-body .main-other .others .more:before{ position: absolute; content: ""; background: #6d5a4c; width: 100%; height: 100%; left: -100%; top: 0; z-index: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.home-body .main-other .others .more:hover{ border-color:#6d5a4c; }
.home-body .main-other .others .more:hover span{ color: #fff;}
.home-body .main-other .others .more:hover:before{ left: 0;}



/*内页*/
.other-body{}
.other-body .other-box{ position: relative; background: #f0f0f0; z-index: 2;}

.other-body .content{ width: 1400px; background: #fff; margin: 0 auto; position: relative; top: -100px; margin-bottom: 0px;z-index: 2}
.other-body .content .tits{ height: 100px; padding: 40px 40px 0; font-size: 20px; line-height: 20px; margin-bottom: 40px;}
.other-body .content .tits span{display: block; font-size: 15px; color: #755318; text-transform: uppercase; margin-top: 15px;}



/*内页导航*/

.banner-in{ position: relative; height: 600px; text-align: center; z-index: 0;}
.banner-in.about_1{ background: url(../images/tiyan-banner.jpg) no-repeat fixed center top;}
.banner-in.about_2{ background: url(../images/caizhi-banner.jpg) no-repeat fixed center top;}
.banner-in.about{ background: url(../images/about-banner.jpg) no-repeat fixed center top;}
.banner-in.news{ background: url(../images/news-banner.jpg) no-repeat fixed center top;}
.banner-in.product{ background: url(../images/product-banner.jpg) no-repeat fixed center top;}
.banner-in.pro{ background: url(../images/pro-banner.jpg) no-repeat fixed center top;}
.banner-in.pro2{ background: url(../images/product-banner3.jpg) no-repeat fixed center top;}


.banner-in.contact{ background: url(../images/contact-banner.jpg) no-repeat fixed center top;}
.banner-in.service{ background: url(../images/service-banner.jpg) no-repeat fixed center top;}

.banner-in:after{ position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.0); z-index: 0; left: 0; top: 0; content: "";}
.banner-in .banner-mask{ position: fixed; top: 200px; left: 0; width: 100%; z-index: 1;}
.banner-in .banner-mask img{ display: block; margin: 0 auto; margin-bottom: 80px;}
.banner-in .banner-mask .tabs-btn{}
.banner-in .banner-mask .tabs-btn a{ display: inline-block; margin: 0 10px; width: 150px; height: 36px; line-height: 36px; font-size: 15px; box-sizing: border-box; text-align: center; color: #fff; border: 1px solid #fff; transition: 0.5s;}
.banner-in .banner-mask .tabs-btn a:hover, .banner-in .banner-mask .tabs-btn a.active{ color: #fff; background-color: #6d5a4c; border-color:#6d5a4c; }






/*about*/

/*公司概况*/
.survey{}
.survey .box1{ padding:0 40px; padding-bottom: 40px;}
.survey .box1 img{ margin-bottom: 10px;}
.survey .box1 div{ font-size: 14px; color: #666; line-height: 24px;}

.survey .box1 div p{font-size: 15px}

.survey .box2 img{ width: 100%;}
.survey .box3{ overflow: hidden;}
.survey .box3 .img-box{ float: right; width: 50%;}
.survey .box3 .img-box img{ width: 100%;}
.survey .box3 .text-box{ float: left; width: 50%; padding: 120px 40px 0;}
.survey .box3 .text-box img{ margin-bottom: 10px;}
.survey .box3 .text-box div{ font-size: 14px; color: #666; line-height: 24px;}

/*公司文化*/
.culture{}
.culture .box{ width: 1400px; height: 455px; margin: 0px auto; overflow: hidden; margin-bottom: 100px;}
.culture .box:last-child{ margin-bottom: 0px;}
.culture .box .img-box{ width: 57%; float: right; position: relative; height: 100%;}
.culture .box .img-box img{ position: absolute; left: 0; top: 0; z-index: 1;}
.culture .box .img-box:after{ width: 80%; height: 90%; content: ""; border: 3px solid #755318; bottom: 0; right: 0; z-index: 0; position: absolute;}
.culture .box .text-box{ float: left; width: 40%; height: 100%; position: relative;}
.culture .box .text-box .middle-box{ position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%;}
.culture .box .text-box .stit{ margin-bottom: 30px;}
.culture .box .text-box .text p{ font-size: 14px; color: #666; line-height: 2;}
.culture .box .text-box .lx{ position: absolute; left: 0; bottom: 0;}
.culture .box.even .img-box{ float: left;}
.culture .box.even .img-box img{ left: auto; right: 0;}
.culture .box.even .img-box:after{ right: auto; left: 0;}
.culture .box.even .text-box{ float: right;}
.culture:after{ display: table; content: "";}


/*新闻*/
.news{}
.news .content ul li{ height: 300px; border-bottom: 1px solid #DDD; overflow: hidden;}
.news .content ul li .box-l, .news .content ul li .box-r{ width: 50%; float: left; height: 100%;}
.news .content ul li .box-l{ border-right: 1px solid #DDD; padding: 40px 0; text-align: left; position: relative;}
.news .content ul li .box-l img{ height: 100%; display: inline-block;}
.news .content ul li a:hover img{ opacity: 0.75;}
.news .content ul li a:hover .text{ color: #6d5a4c;}
.news .content ul li .box-l .dat{ position: absolute; right: 20px; bottom: 60px; width: 200px; color: #fff; padding: 10px; background: #6d5a4c;}
.news .content ul li.even .box-l .dat{ position: absolute; left: 20px; bottom: 60px; width: 200px; color: #fff; padding: 10px; background: #6d5a4c;}
.news .content ul li .box-r{ padding: 100px; left: 50px; text-align: left;}
.news .content ul li .box-r .tit{ font-size: 18px; color: #6d5a4c; margin-bottom: 10px;}
.news .content ul li .box-r .text{ font-size: 14px; color: #666; line-height: 24px;}
.news .content ul li.even .box-r{ border-right: 1px solid #DDD; float: left; text-align: right;}
.news .content ul li.even .box-l{ float: right; border: none; text-align: right;}

/*新闻详情页*/

.news_detail{ padding-top: 40px; position: relative; z-index: 1;}
.news_detail .back{ width: 100%; height: 50px; position: relative;}
.news_detail .back a{ display: block; width: 150px; height: 40px; color: #6d5a4c; line-height: 40px; text-align: center; position: absolute; top: 20px; right: 40px; border: 1px solid #6d5a4c;}
.news_detail .back a:hover{ background: #6d5a4c; color: #FFFFFF;}
.news_detail .title{ width: 100%; height: auto; line-height: 35px; text-align: center; font-size: 24px; padding: 35px 5% 15px 5%;}
.news_detail .summary{ width: 100%; height: auto; line-height: 20px; font-size: 14px; text-align: center; color: #666666; padding-bottom: 15px; margin-bottom: 40px; border-bottom: 1px dotted #ccc;}
.news_detail .detailContent{ width: 100%; padding:0 40px; min-height: 300px;}
.news_detail .detailContent img{ text-indent: 0px; max-width: 100%; margin: 15px auto; display: block;}
.news_detail .newShare{ width: 100%; height: 25px; position: relative; padding-right: 40px; margin-bottom: 40px;}
.news_detail .newShare strong{ float: right; margin-right: 10px;}
.news_detail .detailPage{ width: 100%; padding: 20px 40px; height: auto; border-top: 1px dotted #ccc;margin-top: 40px}
.news_detail .detailPage div a{ font-weight: normal;}
.news_detail .detailPage div{ width: 100%; line-height: 20px; font-size: 14px; height: auto; padding: 5px 0px; font-weight: bold;}











.thumbs li a {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.thumbs li a .title, .thumbs li a .title h6 {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}




.thumbs li a .title{font-family: novecento,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	font-weight: 400;font-size: 20px}







 .thumbs li a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.3);
	box-shadow: 0 15px 30px rgba(0,0,0,.3)
}
.thumbs li a:hover .title, .thumbs li a:hover .title h6 {
	color: #c9aa7e
}
.thumbs li:hover {
	z-index: 99
}
.view {
	font-size: 12px;
	color: #c9aa7e
}
.view i {
	margin-left: 2px;
	font-size: 16px
}

@media (max-width:767px) {
.view {
	font-size: 10px
}
.view i {
	font-size: 14px
}
}
.thumbs.product li {
	margin-bottom: 30px
}

@media (max-width:767px) {
.thumbs.product li {
	margin-bottom: 10px
}
}
.thumbs.product li a .pic {
	width: 50%
}
.thumbs.product li a .pic img {
	width: 100%;
	margin-right: -1px
}
.thumbs.product li a .info {
	width: 50%;
	text-align: left
}
.thumbs.product li a .info .title {
	white-space: nowrap
}

@media (max-width:767px) {
.thumbs.product li a .info p {
	display: none
}
}
.thumbs.news li {
	width: 100%
}
.thumbs.news li:last-child {
	margin-bottom: 0
}
.thumbs.news li a {
	width: 100%;
	text-align: left
}
.thumbs.news li a .pic {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%
}
.thumbs.news li a .pic img {
	
	width: 100%
}
.thumbs.news li a .info {
	width: 100%;
	float: left
}
.thumbs.news li a .pic+.info {
	width: 50%
}

@media (max-width:767px) and (orientation:portrait) {
.thumbs.news li a .pic, .thumbs.news li a .pic+.info {
	width: 100%
}
.thumbs.news li a .pic {
	position: relative;
	height: auto;
	background-image: none!important
}
.thumbs.news li a .pic img {
	display: block
}
}
.thumbs.room li a {
	background-color: transparent
}
.thumbs.room li a img {
	width: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
.thumbs.room li a .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff
}
.thumbs.room li a .info .title {
	float: left;
	line-height: 1
}
.thumbs.room li a .info span {
	float: right;
	line-height: 1;
	color: #888
}
.no-touch .thumbs.room li a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}




.no-touch .thumbs li a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.3);
	box-shadow: 0 15px 30px rgba(0,0,0,.3)
}
.no-touch .thumbs li a:hover .title, .no-touch .thumbs li a:hover .title h6 {
	color: #c9aa7e
}
.no-touch .thumbs li:hover {
	z-index: 99
}















/*产品*/
.product{}
.product .show-box{ overflow: hidden;}
.product .show-box a{ display: inline-block; float: left; margin-bottom: 40px; width: 33.33333%; color: #000;}
.product .show-box a .pic{ position: relative; width: 100%; height: 240px; line-height: 240px; text-align: center;}
.product .show-box a .pic:before,.product .show-box a .pic:after {position: absolute;top: 10px;right: 10px;bottom: 10px;left: 10px;content: '';opacity: 0;-webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s;transition: opacity 0.5s 0.25s, transform 0.5s 0.25s;}
.product .show-box a .pic:before {border-top: 1px solid #6d5a4c;border-bottom: 1px solid #6d5a4c;-webkit-transform: scale(0,1);transform: scale(0,1);}
.product .show-box a .pic:after {border-right: 1px solid #6d5a4c;border-left: 1px solid #6d5a4c;-webkit-transform: scale(1,0);transform: scale(1,0);}
.product .show-box a:hover .pic:before,.product .show-box a:hover .pic:after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.product .show-box a .pic img{ display: inline-block; vertical-align: middle; transition-duration: 1s; -webkit-transition-duration: 1s;max-width: 100%;max-height: 100%;}
.product .show-box a .pic .ad{transform: scale(.8);-webkit-transform: scale(.5); opacity: 0; position: absolute; top: 0; left: 50%; margin-left: -125px; padding: 36px 30px; width: 250px; height: 100%; border: 10px solid rgba(0, 0, 0, 0.5); box-sizing: border-box; font-size: 1.8rem; line-height: 24px; color: #000; font-weight: 600; transition-duration: 1.2s; -webkit-transition-duration: 1.2s;}
.product .show-box a .name{ margin-top: 30px; text-align: center; font-size: 1.4rem; line-height: 24px;}
.product .show-box a .name .type{ color: #bcbcbc; display: inline-block; padding: 0 25px; border-top: 1px solid #bcbcbc;}

.product .show-box a:hover .pic img{ opacity: .3;}
.product .show-box a:hover .pic .ad{ opacity: 1; transform: none;-webkit-transform: none;}


/*产品内页*/
.product_detail{ padding-top: 40px; position: relative; z-index: 1;}
.product_detail .back{ width: 100%; height: 50px; position: relative;}
.product_detail .back a{ display: block; width: 150px; height: 40px; color: #6d5a4c; line-height: 40px; text-align: center; position: absolute; top: 20px; right: 40px; border: 1px solid #6d5a4c;}
.product_detail .back a:hover{ background: #6d5a4c; color: #FFFFFF;}
.product_detail .title{ width: 100%; height: auto; line-height: 35px; text-align: center; font-size: 24px; padding: 35px 5% 15px 5%;}
.product_detail .summary{ width: 100%; height: auto; line-height: 20px; font-size: 14px; text-align: center; color: #666666; padding-bottom: 15px; margin-bottom: 40px; border-bottom: 1px dotted #ccc;}
.product_detail .detailContent{ width: 100%; padding:0 40px; min-height: 300px;}
.product_detail .detailContent img{ text-indent: 0px; max-width: 100%; margin: 15px auto; display: block;}
.product_detail .newShare{ width: 100%; height: 25px; position: relative; padding-right: 40px; margin-bottom: 40px;}
.product_detail .newShare strong{ float: right; margin-right: 10px;}
.product_detail .detailinfo{ margin-bottom: 40px;}

.product_detail .detailPage{ width: 100%; padding: 20px 40px; height: auto; border-top: 1px dotted #ccc;}
.product_detail .detailPage div a{ font-weight: normal;}
.product_detail .detailPage div{ width: 100%; line-height: 20px; font-size: 14px; height: auto; padding: 5px 0px; font-weight: bold;}



/*service*/
.service .main1{}
.service .main1 .main1-top{ text-align: center; font-size: 14px; color: #666; line-height: 24px; margin-bottom: 50px;}
.service .main1 .main1-bottom{ overflow: hidden;}
.service .main1 .main1-bottom .img-box{ width: 74%; float: left; position: relative; height: 560px;}
.service .main1 .main1-bottom .img-box img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.service .main1 .main1-bottom .list{ width: 24%; float: right; padding: 20px 0;}
.service .main1 .main1-bottom .list .tit1{ margin: 0 0 20px 10px;}
.service .main1 .main1-bottom .list ul li{ margin: 5px 0; height: 70px; line-height: 70px; font-size: 18px; color: #333; overflow: hidden; cursor: pointer;}
.service .main1 .main1-bottom .list ul li .icon{ width: 60px; height: 100%; background: no-repeat center center; float: left;}
.service .main1 .main1-bottom .list ul li .r{ margin-left: 75px;}
.service .main1 .main1-bottom .list ul li.flow1 .icon{ background-image: url(../images/lc1.png);}
.service .main1 .main1-bottom .list ul li.flow1.active{ background-image: url(../images/lc1-hover-bg.png);}
.service .main1 .main1-bottom .list ul li.flow1.active .icon{ background-image: url(../images/lc1-hover.png);}
.service .main1 .main1-bottom .list ul li.flow2 .icon{ background-image: url(../images/lc2.png);}
.service .main1 .main1-bottom .list ul li.flow2.active{ background-image: url(../images/lc2-hover-bg.png);}
.service .main1 .main1-bottom .list ul li.flow2.active .icon{ background-image: url(../images/lc2-hover.png);}
.service .main1 .main1-bottom .list ul li.flow3 .icon{ background-image: url(../images/lc3.png);}
.service .main1 .main1-bottom .list ul li.flow3.active{ background-image: url(../images/lc3-hover-bg.png);}
.service .main1 .main1-bottom .list ul li.flow3.active .icon{ background-image: url(../images/lc3-hover.png);}
.service .main1 .main1-bottom .list ul li.flow4 .icon{ background-image: url(../images/lc4.png);}
.service .main1 .main1-bottom .list ul li.flow4.active{ background-image: url(../images/lc4-hover-bg.png);}
.service .main1 .main1-bottom .list ul li.flow4.active .icon{ background-image: url(../images/lc4-hover.png);}
.service .main1 .main1-bottom .list ul li.flow5 .icon{ background-image: url(../images/lc5.png);}
.service .main1 .main1-bottom .list ul li.flow5 .r{ line-height: 20px; padding: 15px 0;}
.service .main1 .main1-bottom .list ul li.flow5 .r div{ font-size: 14px;}
.service .main1 .main1-bottom .list ul li.flow5.active{ background-image: url(../images/lc5-hover-bg.png);}
.service .main1 .main1-bottom .list ul li.flow5.active .icon{ background-image: url(../images/lc5-hover.png);}
.service .main1 .main1-bottom .list ul li.active{ background-color: #6d5a4c; background-repeat: no-repeat; background-position: right bottom;}
.service .main1 .main1-bottom .list ul li.active .r{ color: #fff;}


.service .main1 .store-show{ position: relative;}
.service .main1 .store-show >img{width: 100%;}
.service .main1 .store-show .control-btn{ width: 51px; height: 51px; background-position: center center; background-size: auto; background-color: #6d5a4c; cursor: pointer;}
.service .main1 .store-show .control-btn:hover{ background-color: #000;}
.service .main1 .store-show .prev{ left: 0; background-image: url(../images/arrow-left.png);}
.service .main1 .store-show .next{ right: 0; background-image: url(../images/arrow-right.png);}
.service .main1 .store-show .select{ width: 220px; height: 64px; background:#6d5a4c; color: #fff; position: absolute; top: 50%; left: 50%; margin-top: -32px; margin-left: -110px;z-index: 1;cursor: pointer;}
.service .main1 .store-show .select:hover{background: #eee; color: #333;}
.service .main1 .store-show .select:hover select{background-color: #eee; color: #333;}
.service .main1 .store-show .select:before{content: ""; position: absolute;top: 50%;right: 36px;margin-top: -5px; width: 14px; height: 9px; background: url(../images/arrow-down.png) no-repeat center center;pointer-events: none;}
.service .main1 .store-show .select select{display: block; padding-left: 24px; width: 100%; height: 64px; line-height: 64px; background: rgba(0, 0, 0, 0); font-size: 18px; color: #fff; text-align: left;cursor: pointer;outline: none;border: none;appearance: none;-webkit-appearance: none;}

.service .main1 .stores{margin-top: 15px;}
.service .main1 .stores ul{display: none;}
.service .main1 .stores ul.active{display: block;}
.service .main1 .stores .store-info{transition-duration: 1s; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); position: relative;margin-bottom: 15px;padding-top: 1px; height: 140px; background-color: #fff; color: #2f2f2f;z-index: 1;}
.service .main1 .stores .store-info:hover{box-shadow: 0 00px 40px 0 rgba(0, 0, 0, .1);}
.service .main1 .stores .store-info .info{ padding-left: 56px; font-size: 14px; line-height: 22px;}
.service .main1 .stores .store-info .info .en{ margin-top: 20px; margin-bottom: 10px; text-transform: uppercase; color: #6d5a4c;}
.service .main1 .stores .store-info .info .name{ font-size: 18px; margin-bottom: 5px;}
.service .main1 .stores .store-info .info .tel{display: none;}
.service .main1 .stores .store-info .map-link{ position: absolute; top: 0; right: 0; width: 140px; height: 100%; border-left: 1px solid #e0e0e0; text-align: center;}
.service .main1 .stores .store-info .map-link a{ display: block; width: 100%;height: 100%; line-height: 140px;background: url(../images/MAP1.png)no-repeat center center;transition-duration: 1s;-webkit-transition-duration: 1s;}
.service .main1 .stores .store-info .map-link a:hover{background-image: url(../images/MAP.png); background-color: #6d5a4c;}
.service .main1 .addMore{margin: 55px auto 60px; overflow: hidden; position: relative; display: block; width: 156px; height: 24px; line-height: 24px; font-size: 14px; border: 1px solid #000; text-align: center; text-transform: uppercase;font-family: "Adobe Devanagari";}
.service .main1 .addMore:hover:before{left: 0;}
.service .main1 .addMore:hover span{color: #fff;}
.service .main1 .addMore span{position: absolute;left: 0;top: 0; width: 100%;height: 100%; z-index: 1;}
.service .main1 .addMore:before{content: ""; position: absolute;left: -100%;width: 100%;height: 100%;background-color: #000; transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;}
.service .main1 .apply-to{background-color: #fff; padding: 60px 0 70px; text-align: center;}
.service .main1 .apply-to .tit{ margin-bottom: 30px; font-size: 12px; line-height: 36px;}
.service .main1 .apply-to form{ margin: 0 auto; width: 656px;}
.service .main1 .apply-to form >div{position: relative;margin-bottom: 22px; text-align: left;}
.service .main1 .apply-to form >div .btn_Prompt{top: 12px; right: -30px;bottom: auto;}
.service .main1 .apply-to form input, .service .main1 .apply-to form select{padding-left: 25px; border: 1px solid #d2d2d2; outline: none; width: 100%; height: 50px; line-height: 50px; box-sizing: border-box; font-size: 14px;}
.service .main1 .apply-to .submit-btn{ margin-top: 40px; padding: 0; width: 200px; height: 35px; line-height: 35px; background-color: #000; color: #fff; cursor: pointer;}
.service .main1 .apply-to form label{ position: relative;}
.service .main1 .apply-to form .agency-arrow{ position: absolute; top: 50%; right: 20px; margin-top: -4px; width: 13px; height: 8px; background: url(../images/select-arrow.png) no-repeat center center;}




/*联系方式*/
.contact .main3{}
.contact .main3 .tit{ padding: 30px 0; text-align: center;}
.contact .main3 .tit img{ display: inline-block;}
.contact .main3 .content{ width: 1400px; margin: 0 auto; background: #fff;}
.contact .main3 .content .information{ padding: 30px 40px; overflow: hidden;}
.contact .main3 .content .information ul{ float: left;}
.contact .main3 .content .information ul li{ font-size: 14px; color: #333; line-height: 36px; padding-left: 40px; background: no-repeat left center;}
.contact .main3 .content .information ul li.address{ background-image: url(../images/footer-dz.png);}
.contact .main3 .content .information ul li.phone{ background-image: url(../images/tel.png);}
.contact .main3 .content .information ul li.email{ background-image: url(../images/service-email.png); text-transform: uppercase;}
.contact .main3 .content .information .ewms{ float: right;}
.contact .main3 .content .information .ewms .ewm-box{ float: left; margin-left: 20px;}
.contact .main3 .content .information .ewms .ewm-box img{ margin: 0 auto;display: block;}
.contact .main3 .content .information .ewms .ewm-box span{ font-size: 12px; color: #000; margin-top: 10px;}
.contact .main3 .content .map{ width: 100%; height: 600px;}
.anchorBL{display:none;}








.list-map>li:nth-of-type(n+2) {
	padding-bottom:  40px;margin-top: 40px
}


.list-map li{padding: 0px 40px 0;	}


.map-item {
	position: relative;
	font-size: 0;
	overflow: hidden;


}
.map-item.left {
	text-align: right
}
.map-item.left .map-info {
	right: auto;
	left: 0
}
.map-item.left .map-box {
	right: 0;
	left: 30%
}
.map-info {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30%;
	right: 0;
	background-color: #2C2C2C;
	text-align: left
}
.map-box {
	display: inline-block;
	vertical-align: top;
	width: 70%
}
.map-box img {
	display: block;
	width: 100%
}
.map-intro-box {
	margin: 80px 50px 0;
	color: #fff
}
.map-intro-box img {
	display: block;
	width: 100%;
	margin-bottom: 60px
}
.map-intro-box h3 {
	    padding-bottom: 20px;
	margin-bottom: .4em;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .02em;
	border-bottom: 1px solid #fff;
	
}






.map-intro-box p {
	position: relative;

	font-size: 16px;
	line-height: 2;
	letter-spacing: .02em;
	color:#fff;
		
}
.map-intro-box p span {
	position: absolute;
	top: 0;
	left: 0
}

@media (max-width: 1660px) {
.map-intro-box {
	margin-top: 6.62651vw 3.01205vw 0
}
.map-intro-box img {
	margin-bottom: 3.61446vw
}
.list-map>li:nth-of-type(n+2) {
	
}
}

@media (max-width: 1280px) {
.map-box {
	max-width: 1000px;
	width: 100%
}
.map-intro-box {
	margin-top: 100px
}
.map-intro-box img {
	margin-bottom: 60px
}
}

@media (max-width: 1200px) {
.map-intro-box {
	margin-top: 80px
}
.map-intro-box img {
	margin-bottom: 40px
}
}

@media (max-width: 768px) {
.map-info, .map-box {
	position: relative;
	width: auto;
	right: auto
}
.map-intro-box {
	margin: 0
}
.map-intro-box img {
	width: 290px;
	margin-bottom: 80px
}
.map-item {
	height: auto
}
.map-item.left .map-box {
	left: auto
}
.map-info {
	padding: 70px 20px
}
}

@media (max-width: 750px) {
.list-map {
	margin-top: 6.66667vw
}
.list-map>li:nth-of-type(n+2) {
	
}











/*留言反馈*/
.contact .main2{text-align: center; background: url(../images/problemFeedback-bg.jpg) no-repeat center bottom; padding: 20px 0;}
.contact .main2 .tit{ padding: 45px 0;}
.contact .main2 .tit img{ display: inline-block;}
.contact .main2 #problemDeedback .input-box{ width: 660px; margin: 0 auto; position: relative; height: 50px; margin-bottom: 30px;}
.contact .main2 #problemDeedback .input-box input{ width: 100%; height: 100%; line-height: 50px; color: #999; padding: 0 40px 0 15px;}
.contact .main2 #problemDeedback .input-box.txts{ height: 200%;}
.contact .main2 #problemDeedback .input-box.txts textarea{ width: 100%; height: 100%; line-height: 40px; padding: 5px 15px;}
.contact .main2 #problemDeedback .submit-btn{ width: 200px; height: 36px; line-height: 36px; background: #6d5a4c; color: #fff; margin: 10px 0 30px;}


/*招贤纳士*/
.join .theme{ font-size: 14px; line-height: 24px; text-align: left; position: absolute; left: 40px; top: 0;}
.join .join-list{ position: relative; height: 500px; background: url(../images/join-list-bg.png) no-repeat; border-bottom: solid 1px #d0d0d0; margin-bottom: 40px;}
.join .join-list .pic-box1{ position: relative;}
.join .join-list .pic-box1 .bg{ width: 550px; height: 310px; position: absolute; left: 100px; bottom: 40px; border: solid 1px #d0d0d0;}
.join .join-list .pic-box1 .bg .in-text{ padding: 40px;}
.join .join-list .pic-box1 .bg h3{ color: #6d5a4c; font-size: 20px; margin-bottom: 10px;}
.join .join-list .pic-box1 .bg .num{ margin-bottom: 15px;}
.join .join-list .pic-box1 .bg .cont{ font-size: 14px; line-height: 24px;}
.join .join-list .control-btn{ position: absolute; top: 50%; margin-top: -25px; width: 51px; height: 51px; background-color: #919191; cursor: pointer;background-size: auto;}
.join .join-list .prev{ left: 0; background-image: url(../images/arrow-left.png);}
.join .join-list .next{ right: 0; background-image: url(../images/arrow-right.png);}

.join .join-info{}
.join .join-info .column{ position: relative; float: left; width: 33.3333333%; min-height: 300px; padding: 40px; transition-duration: 1s; -webkit-transition-duration: 1s;}
.join .join-info .tit{ font-size: 20px; text-align: center; color: #6d5a4c; margin-bottom: 40px;}
.join .join-info .des{ font-size: 14px;}
.join .join-info .online-service a{ position: absolute; display: inline-block; bottom: 55px; left: 50%;}
.join .join-info .online-service a{ margin-left: -100px; width: 200px; height: 35px; line-height: 35px; font-size: 14px; color: #fff; background-color: #000;}
.join .join-info .hot-line a{ position: absolute; bottom: 55px; left: 0; width: 100%; font-size: 40px; text-align: center;}


	
.more-load{ margin: 55px auto 60px; overflow: hidden; position: relative; display: block; width: 156px; height: 24px; line-height: 24px; font-size: 14px; border: 1px solid #000; text-align: center; text-transform: uppercase; font-family: "Adobe Devanagari";}
.more-load span{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.more-load:before{ content: ""; position: absolute; left: -100%; width: 100%; height: 100%; background-color: #000; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;}
.more-load:hover span{color: #fff;}
.more-load:hover:before{left: 0;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:0}
