@charset "UTF-8";
#swiper-banner{
  height: 90vh;
}
#swiper-banner .swiper-slide{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

#swiper-banner .swiper-pagination-bullet{
  width: 19px;
  height: 9px;
  background: rgba(0,0,0,.9);
  border-radius: 5px;
}
#swiper-banner .swiper-pagination-bullet-active{
  background: #C49C43;
}

@media only all and (max-width: 767px) {
  .swiper-banner{
    height: 375px;
  }
	#swiper-banner{
		height: 60vh;
	}
}
a, p, ul, li, dd, dt, dl, span, i, h1, h2, h3, h4, h5, h6, p, div { text-decoration: none; box-sizing: border-box; font-size: 14px; -webkit-margin-before: 0em; -webkit-margin-after: 0em; padding: 0; margin: 0; list-style-type: none; font-weight: normal; color: #333; }

*, *:after, *:before { box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: ''; }

.clearfix:after { clear: both; }

input, textarea { border: 1px solid #D1D1D1; background: #fff; height: 30px; line-height: 30px; padding: 0 10px; box-sizing: border-box; outline: none; }

a:hover { text-decoration: none; }

* { font-family: "黑体"; padding: 0; word-wrap: break-word; word-wrap: break-word; }

body, html { overflow-x: hidden; position: relative; max-width: 1920px; margin: 0 auto; background: #fff; }

img { display: block; max-width: 100%; }

.container { margin: 0 auto; padding: 0 20px; }

@media only all and (min-width: 768px) { .container { width: 750px; padding: 0 10px !important; } }

@media only all and (min-width: 992px) { .container { width: 991px; padding: 0 10px !important; } }

@media only all and (min-width: 1200px) { .container { width: 991px; padding: 0 10px !important; } }

@media only all and (min-width: 1441px) { .container { width: 1200px; padding: 0 10px !important; } }

@media only all and (min-width: 1900px) { .container { width: 1400px; padding: 0 10px !important; } }

@font-face { font-family: 'font_cn'; src: url("../fonts/kuhei.ttf"); }

@font-face { font-family: 'font_en'; src: url("../fonts/DIN-LIGHTALTERNATE.OTF"); }

/*@mixin transit($time) { -webkit-transition: all $time; -moz-transition: all $time; -ms-transition: all $time; -o-transition: all $time; transition: all $time; } @mixin select(){ -webkit-appearance: none; -moz-appearance: none; appearance: none; } //rotate @mixin rotate($deg){ -webkit-transform:rotate($deg); -moz-transform:rotate($deg); -ms-transform:rotate($deg); -o-transform:rotate($deg); transform:rotate($deg); } //translate @mixin translate(){ -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%); } @mixin translateY(){ -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); } @mixin translateX(){ -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); } @mixin translateNone(){ -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none; } @mixin animation($name,$time,$alternate){ animation: $name $time $alternate; -moz-animation: $name $time $alternate;  Firefox -webkit-animation: $name $time $alternate;  Safari 和 Chrome -o-animation: $name $time $alternate;  Opera } @mixin rotateSlate($deg){ -webkit-transform: translateX(-50%) rotate($deg); -moz-transform: translateX(-50%) rotate($deg); -ms-transform: translateX(-50%) rotate($deg); -o-transform: translateX(-50%) rotate($deg); transform: translateX(-50%) rotate($deg); } //scale @mixin scale($a){ -webkit-transform:scale($a); -moz-transform:scale($a); -ms-transform:scale($a); -o-transform:scale($a); transform:scale($a); } //border-radius @mixin radius($temp){ -webkit-border-radius: $temp; -moz-border-radius: $temp; border-radius: $temp; } //box-shadow @mixin shadow($info1,$info2,$info3,$info4) { -moz-box-shadow: $info1,$info2,$info3,$info4; -webkit-box-shadow:$info1,$info2,$info3,$info4; box-shadow: $info1,$info2,$info3,$info4; } @mixin box-shadow($info) { -moz-box-shadow: $info; -webkit-box-shadow:$info; box-shadow: $info; } */
#loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 999999; overflow: hidden; }

#loading .loading { position: absolute; top: 50%; left: 50%; transition: all 1s; width: 80px; height: 40px; }

#loading .loading span { display: inline-block; width: 8px; height: 100%; border-radius: 4px; background: #c99f42; -webkit-animation: load 1s ease infinite; animation: load 1s ease infinite; }

#loading .loading span:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

#loading .loading span:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

#loading .loading span:nth-child(4) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

#loading .loading span:nth-child(5) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.banner { position: relative; }

.banner .swiper-banner { background: url(../img/banner-img/kv1.jpg) no-repeat 50% 50% !important; }

.banner .backstretch img { top: 0 !important; height: 100%; }


.banner .hover-block-5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; }

.banner .hover-block-5 a { display: inline-block; width: 20%; height: 100%; }

.banner .banner-text { position: absolute; top: 34%; left: 50%; max-width: 100%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: center; z-index: 2; }

@media only all and (max-width: 1441px) { .banner .banner-text { top: 30%; } }

@media only all and (max-width: 640px) { .banner .banner-text { width: 90%; top: 38%; } }

@media only all and (max-width: 414px) { .banner .banner-text { top: 30%; } }

.banner .banner-text .text { color: #fff; }

.banner .banner-text .text1 { font-size: 40px; }

@media only all and (max-width: 1441px) { .banner .banner-text .text1 { font-size: 33px; } }

@media only all and (max-width: 1199px) { .banner .banner-text .text1 { font-size: 26px; } }

@media only all and (max-width: 850px) { .banner .banner-text .text1 { font-size: 18px; } }

@media only all and (max-width: 640px) { .banner .banner-text .text1 { font-size: 16px; } }

.banner .banner-text .text2, .banner .banner-text span { margin: 15px 0; font-size: 70px; color: #fff; font-family: '宋体'; }

@media only all and (max-width: 1441px) { .banner .banner-text .text2, .banner .banner-text span { margin: 10px 0; font-size: 53px; } }

@media only all and (max-width: 1199px) { .banner .banner-text .text2, .banner .banner-text span { margin: 5px 0; font-size: 43px; } }

@media only all and (max-width: 850px) { .banner .banner-text .text2, .banner .banner-text span { margin: 5px 0; font-size: 30px; } }

@media only all and (max-width: 640px) { .banner .banner-text .text2, .banner .banner-text span { margin: 3px 0; font-size: 25px; } }

.banner .banner-text .text2 span, .banner .banner-text span span { font-family: '黑体'; }

.banner .banner-text .text3 { font-family: 'Tahoma'; font-size: 24px; letter-spacing: 10px; }

@media only all and (max-width: 1441px) { .banner .banner-text .text3 { font-size: 20px; letter-spacing: 6px; } }

@media only all and (max-width: 850px) { .banner .banner-text .text3 { font-size: 14px; } }

@media only all and (max-width: 640px) { .banner .banner-text .text3 { font-size: 14px; letter-spacing: 3px; } }

.banner .banner-arc { position: absolute; bottom: 7%; z-index: 9; left: 0; width: 100%; }

@media only all and (max-width: 767px) { .banner .banner-arc { bottom: 8%; } }

.banner .banner-arc .arc-box { width: 1085px; margin: 0 auto; }

@media only all and (max-width: 1441px) { .banner .banner-arc .arc-box { width: 768px; } }

@media only all and (max-width: 991px) { .banner .banner-arc .arc-box { width: 540px; } }

@media only all and (max-width: 850px) { .banner .banner-arc .arc-box { width: 500px; } }

@media only all and (max-width: 640px) { .banner .banner-arc .arc-box { width: 300px; } }

.banner .banner-arc .arc-box .arc-list { width: 33.33%; float: left; text-align: center; }

.banner .banner-arc .arc-box .arc-list .arc { display: inline-block; position: relative; text-align: center; }

@media only all and (max-width: 1199px) { .banner .banner-arc .arc-box .arc-list .arc canvas { width: 120px; } }

@media only all and (max-width: 850px) { .banner .banner-arc .arc-box .arc-list .arc canvas { width: 90px; margin: 0 auto; } }

@media only all and (max-width: 640px) { .banner .banner-arc .arc-box .arc-list .arc canvas { width: 55px; margin: 0 auto; } }

.banner .banner-arc .arc-box .arc-list .number { position: absolute; top: 55px; left: 0; font-size: 33px; line-height: 40px; width: 100%; text-align: center; font-family: 'Arial'; color: #fff; }

@media only all and (max-width: 1199px) { .banner .banner-arc .arc-box .arc-list .number { font-size: 26px; line-height: 26px; top: 50px; } }

@media only all and (max-width: 850px) { .banner .banner-arc .arc-box .arc-list .number { font-size: 20px; line-height: 20px; top: 35px; } }

@media only all and (max-width: 640px) { .banner .banner-arc .arc-box .arc-list .number { font-size: 12px; line-height: 12px; top: 22px; } }

.banner .banner-arc .arc-box .arc-list .title { margin-top: 18px; font-size: 16px; line-height: 24px; text-align: center; color: #fff; }

@media only all and (max-width: 1199px) { .banner .banner-arc .arc-box .arc-list .title { font-size: 14px; margin-top: 8px; } }

@media only all and (max-width: 640px) { .banner .banner-arc .arc-box .arc-list .title { font-size: 12px; margin-top: 0px; } }

.banner .banner-arc .arc-box .arc-list:first-child { text-align: left; }

.banner .banner-arc .arc-box .arc-list:last-child { text-align: right; }

.hot-new { padding: 20px 0; border-bottom: 1px solid #e5e5e5; }

.hot-new .new-box { height: 30px; line-height: 30px; }

@media only all and (max-width: 767px) { .hot-new .new-box { height: 25px; line-height: 25px; } }

.hot-new .new-box .time { display: inline-block; width: 100px; height: 30px; position: relative; padding-left: 17px; background: #c99f42; color: #fff; font-size: 14px; font-family: 'Arial' !important; line-height: 30px; border-top-left-radius: 50px; border-bottom-left-radius: 50px; vertical-align: top; }

@media only all and (max-width: 767px) { .hot-new .new-box .time { width: 75px; height: 25px; line-height: 25px; padding-left: 10px; vertical-align: top; font-size: 12px; } }

.hot-new .new-box .time:after { display: block; content: ""; border: 15px solid transparent; border-left-width: 18px; border-left-color: #c99f42; position: absolute; right: -33px; top: 0; }

@media only all and (max-width: 767px) { .hot-new .new-box .time:after { border: 12px solid transparent; border-left-width: 13px; border-left-color: #c99f42; right: -25px; } }

.hot-new .new-box .time:before { position: absolute; right: -5px; top: 13px; display: block; content: ''; width: 3px; height: 3px; border-radius: 50%; background: #fff; z-index: 1; }

@media only all and (max-width: 767px) { .hot-new .new-box .time:before { top: 10px; } }

.hot-new .new-box a { vertical-align: top; display: inline-block; padding-left: 27px; font-size: 18px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s; }

@media only all and (max-width: 767px) { .hot-new .new-box a { padding-left: 15px; font-size: 12px; line-height: 25px; width: 230px; } }

@media only all and (max-width: 375px) { .hot-new .new-box a { width: 200px; } }

.hot-new .new-box a:hover { color: #c99f42; }

.hot-new .new-box .new-colse { float: right; margin-top: 5px; width: 20px; height: 20px; border-radius: 50%; background: #ccc; text-align: center; line-height: 20px; color: #fff; cursor: pointer; transition: all 0.4s; }

.hot-new .new-box .new-colse:hover { background: #c99f42; }

.case { padding-bottom: 100px; border-bottom: 1px solid #e5e5e5; }

@media only all and (max-width: 1441px) { .case { padding-bottom: 65px; } }

@media only all and (max-width: 767px) { .case { padding-bottom: 35px; } }

.case .case-head .index-title { display: inline-block; }

.case .case-head .case-tab-swiper { float: right; position: relative; margin-top: 27px; padding: 0 30px; }

@media only all and (max-width: 768px) { .case .case-head .case-tab-swiper { margin: 20px auto 0; float: none; } }

.case .case-head .case-tab-swiper .btn { background: #fff; height: 40px; width: 15px; line-height: 40px; font-size: 22px; margin-top: -20px; font-family: '宋体'; color: #c99f42; }

@media only all and (max-width: 1441px) { .case .case-head .case-tab-swiper .btn { height: 35px; line-height: 35px; margin-top: -17px; } }

@media only all and (max-width: 1199px) { .case .case-head .case-tab-swiper .btn { height: 28px; line-height: 28px; font-size: 20px; margin-top: -14px; } }

.case .case-head .case-tab-swiper .btn.swiper-button-prev { text-align: center; }

.case .case-head .case-tab-swiper .swiper-tab { width: 840px; }

@media only all and (max-width: 1441px) { .case .case-head .case-tab-swiper .swiper-tab { width: 500px; } }

@media only all and (max-width: 1199px) { .case .case-head .case-tab-swiper .swiper-tab { width: 445px; } }

@media only all and (max-width: 767px) { .case .case-head .case-tab-swiper .swiper-tab { max-width: 445px; width: 100%; } }

.case .case-head .case-tab-swiper .swiper-tab .swiper-slide { display: inline-block; width: auto; }

.case .case-head .case-tab-swiper .swiper-tab .swiper-slide.active .tab-list { color: #c99f42; border-color: #c99f42; }

.case .case-head .case-tab-swiper .swiper-tab .tab-list { display: inline-block; padding: 0 20px; border: 1px solid transparent; border-radius: 100px; margin: 0 5px; line-height: 38px; font-size: 18px; cursor: pointer; transition: all 0.4s; }

@media only all and (max-width: 1441px) { .case .case-head .case-tab-swiper .swiper-tab .tab-list { font-size: 15px; line-height: 33px; padding: 0 15px; } }

@media only all and (max-width: 1199px) { .case .case-head .case-tab-swiper .swiper-tab .tab-list { font-size: 13px; line-height: 26px; padding: 0 15px; } }

@media only all and (max-width: 767px) { .case .case-head .case-tab-swiper .swiper-tab .tab-list { font-size: 13px; line-height: 25px; padding: 0 10px; } }

.case .case-head .case-tab-swiper .swiper-tab .tab-list:hover { color: #c99f42; border-color: #c99f42; }

.case .case-box { margin-top: 50px; position: relative; }

@media only all and (max-width: 767px) { .case .case-box { margin-top: 30px; } }

.case .case-box:after { position: absolute; bottom: -2px; left: 0; display: block; content: ''; width: 970px; height: 2px; background: #c99f42; }

.case .case-box .swiper-container-list { display: none; }

.case .case-box .swiper-container-list:first-child { display: block; }

.case .case-box .swiper-case .swiper-slide { opacity: 0.5; }

.case .case-box .swiper-case .swiper-slide img { margin-right: 0; margin-left: auto; }

.case .case-box .swiper-case .swiper-slide.swiper-slide-active { opacity: 1; }

.case .case-box .swiper-case .swiper-slide.swiper-slide-active img { margin-right: auto; margin-left: 0; }

.case .case-box .case-swiper-content { position: absolute; top: 0; left: 640px; height: 100%; width: 410px; padding: 20px 65px 0; background: #fff; z-index: 10; }

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content { width: 320px; left: 483px; padding: 10px 20px 0; } }

@media only all and (max-width: 1199px) { .case .case-box .case-swiper-content { width: 300px; left: 315px; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content { width: 50%; left: 50%; padding: 0px 0px 0 10px; } }

.case .case-box .case-swiper-content .content-list { display: none; }

.case .case-box .case-swiper-content .content-list:first-child { display: block; }

.case .case-box .case-swiper-content .content-list .case-name { line-height: 30px; font-size: 20px; max-height: 300px; overflow: hidden; color: #c99f42; }


/* html[lang="en"]  .case .case-box .case-swiper-content .content-list .case-name {
  max-height: 300px;
} */

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content .content-list .case-name { font-size: 18px; line-height: 25px; max-height: 350px; } }

@media only all and (max-width: 1199px) { .case .case-box .case-swiper-content .content-list .case-name { line-height: 22px; font-size: 16px; } }

@media only all and (max-width: 991px) { .case .case-box .case-swiper-content .content-list .case-name { line-height: 20px; font-size: 14px; max-height: 240px; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content .content-list .case-name { line-height: 16px; font-size: 13px; max-height: 188px; overflow: hidden; } }

@media only all and (max-width: 320px) { .case .case-box .case-swiper-content .content-list .case-name { max-height: 162px; } }

.case .case-box .case-swiper-content .content-list .text { margin-top: 20px; font-size: 14px; color: #666666; line-height: 24px; max-height: 120px; overflow: hidden; }

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content .content-list .text { margin-top: 15px; } }

@media only all and (max-width: 1199px) { .case .case-box .case-swiper-content .content-list .text { margin-top: 10px; } }

@media only all and (max-width: 991px) { .case .case-box .case-swiper-content .content-list .text { margin-top: 5px; line-height: 18px; max-height: 108px; font-size: 12px; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content .content-list .text { margin-top: 5px; line-height: 18px; max-height: 108px; font-size: 12px; } }

@media only all and (max-width: 375px) { .case .case-box .case-swiper-content .content-list .text { max-height: 90px; } }

@media only all and (max-width: 320px) { .case .case-box .case-swiper-content .content-list .text { max-height: 54px; } }

.case .case-box .case-swiper-content .content-list .more { margin-top: 40px; display: inline-block; font-size: 14px; color: #666666; line-height: 24px; }

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content .content-list .more { margin-top: 15px; } }

@media only all and (max-width: 991px) { .case .case-box .case-swiper-content .content-list .more { margin-top: 5px; font-size: 12px; line-height: 20px; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content .content-list .more { margin-top: 10px; font-size: 12px; line-height: 20px; } }

@media only all and (max-width: 375px) { .case .case-box .case-swiper-content .content-list .more { margin-top: 3px; } }

.case .case-box .case-swiper-content .btn { user-select: none;top: auto; margin-top: 0; bottom: 10%; width: 60px; height: 60px; border-radius: 50%; line-height: 55px; text-align: center; color: #c99f42; border: 1px solid #c99f42; background: #fff; font-family: 'Arial'; font-size: 27px; transition: all 0.4s; }

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content .btn { width: 40px; height: 40px; line-height: 37px; font-size: 18px; bottom: 5%; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content .btn { width: 25px; height: 25px; line-height: 23px; font-size: 12px; bottom: 10px; } }

.case .case-box .case-swiper-content .btn:hover { color: #fff; background: #c99f42; }

.case .case-box .case-swiper-content .btn.swiper-button-prev { left: 65px; }

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content .btn.swiper-button-prev { left: 30px; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content .btn.swiper-button-prev { left: 15px; } }

.case .case-box .case-swiper-content .btn.swiper-button-next { left: 145px; }

@media only all and (max-width: 1441px) { .case .case-box .case-swiper-content .btn.swiper-button-next { left: 90px; } }

@media only all and (max-width: 640px) { .case .case-box .case-swiper-content .btn.swiper-button-next { left: 55px; } }

.news { padding-bottom: 120px; }

@media only all and (max-width: 1441px) { .news { padding-bottom: 65px; } }

.news .news-head .index-title { display: inline-block; }

.news .news-head .index-more { margin-top: 13px; float: right; }

@media only all and (max-width: 640px) { .news .news-head .index-more { margin-top: 4px; } }

.news .news-box { padding-top: 60px; }

@media only all and (max-width: 640px) { .news .news-box { padding-top: 35px; } }

.news .news-box .tab-content-box { width: 50%; float: left; padding-right: 25px; }

@media only all and (max-width: 640px) { .news .news-box .tab-content-box { display: none; } }

.news .news-box .tab-content-box .img { display: block; overflow: hidden; }

.news .news-box .tab-content-box .img img { transition: all 0.4s; }

.news .news-box .tab-content-box .info { padding: 25px 10px; border-bottom: 1px solid #e5e5e5; transition: all 0.4s; }

.news .news-box .tab-content-box:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.news .news-box .tab-content-box:hover .info { border-bottom-color: #c99f42; }

.news .news-box .tab-content-box:hover .info .text { color: #c99f42; }

.news .news-box .new-tab-list { width: 50%; padding-left: 25px; float: right; }

@media only all and (max-width: 640px) { .news .news-box .new-tab-list { width: 100%; padding-left: 0; float: none; } }

.news .news-box .new-tab-list .new-list { padding: 25px 10px; border-top: 1px solid #e5e5e5; }

@media only all and (max-width: 1441px) { .news .news-box .new-tab-list .new-list { padding: 15px 10px; }
.news .news-box .tab-content-box .info { padding: 15px 10px; } }

.news .news-box .new-tab-list .new-list:last-child { border-bottom: 1px solid #e5e5e5; }

.news .news-box .new-tab-list .new-list:last-child:hover { border-bottom-color: #c99f42; }

.news .news-box .new-tab-list .new-list:hover { border-top-color: #c99f42; }

.news .news-box .new-tab-list .new-list:hover .text { color: #c99f42; }

.news .news-box .new-tab-list .new-list:hover + .new-list { border-top-color: #c99f42; }

.news .news-box .time { font-family: 'Arial'; font-size: 14px; color: #666; line-height: 20px; }

.news .news-box .text { display: block; width: 100%; line-height: 35px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s; }

@media only all and (max-width: 1441px) { .news .news-box .text { font-size: 16px; line-height: 30px; } }

.news .news-box .more { margin-top: 17px; display: inline-block; font-family: 'Arial'; font-size: 14px; color: #666; }

@media only all and (max-width: 1441px) { .news .news-box .more { margin-top: 5px; } }

.team { 
	padding-top: 0;
	position: relative;
 }

.team .video_click{
	float: left;
	width: 20%;
}
.team .team-list{
	float: left;
	width: 80%;
}
.team .team-list .swiper-slide {
	width: 25% ;
	transform: translateY(0px) !important;
	-webkit-transform: translateY(0) !important;
	opacity: 1 !important;
}
 .team .team-list  .swiper-button-next1{
	background-image: none;
	right: 50%;
	margin-right: -60px;
}
.team .team-list  .swiper-button-prev1{
	background-image: none;
	left: 50%;
	margin-left: -60px;
}
.team .team-list  .swiper-button-next1,
.team .team-list  .swiper-button-prev1 {
	width: 50px;
	height: 50px;
	top: auto;
	bottom: -20px;
	margin-top: 0;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	}
@media only all and (max-width: 640px) {
	.team .video_click{
		width: 33.33%;
	}
	.team .team-list{
		width: 66.67%;
	}
	.team .team-list .swiper-slide {
		width: 50%;
	}
	.team .team-list .swiper-button-next1,
	.team .team-list .swiper-button-prev1{
		width: 40px;
		height: 40px;
	}
	.team .team-list .swiper-button-next1 {
	background-image: none;
	right: 50%;
	margin-right: -45px;
	}

	.team .team-list .swiper-button-prev1 {
	background-image: none;
	left: 50%;
	margin-left: -45px;
	}
}

.team .team-list .swiper-slide .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10% 10% 0;
	z-index: 2;
}

@media only all and (max-width: 1441px) {
	.team .team-list .swiper-slide .info {
		padding: 6% 10% 0;
	}
}

.team .team-list .swiper-slide .info .job-name {
	line-height: 35px;
	font-size: 26px;
	color: #fff;
}

@media only all and (max-width: 1441px) {
	.team .team-list .swiper-slide .info .job-name {
		line-height: 30px;
		font-size: 20px;
	}
}

@media only all and (max-width: 850px) {
	.team .team-list .swiper-slide .info .job-name {
		line-height: 20px;
		font-size: 13px;
	}
  .team .team-list .swiper-slide .info{
    padding: 3% 7% 0;
  }
}

.team .team-list .swiper-slide .info .name {
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

@media only all and (max-width: 1441px) {
	.team .team-list .swiper-slide .info .name {
		line-height: 30px;
		font-size: 16px;
	}
}

@media only all and (max-width: 850px) {
	.team .team-list .swiper-slide .info .name {
		line-height: 20px;
		font-size: 12px;
	}
}

.team .team-list .swiper-slide .index-more {
	position: absolute;
	left: 10%;
	bottom: 4%;
	font-family: 'Arial';
	font-size: 14px;
	opacity: 0;
	transition: all 1s;
}

.team .team-list .swiper-slide:hover .index-more {
	bottom: 7%;
	opacity: 1;
}
.team .index-title {
	text-align: center;
}
.team .team_con {
	margin: 60px auto 25px;
}
@media only all and (max-width: 1199px) {
	.team .team_con {
		margin: 35px auto 25px;
	}
}

.series { padding: 100px 0; text-align: center; }

@media only all and (max-width: 1441px) { .series { padding: 65px 0; } }

@media only all and (max-width: 640px) { .series { padding: 35px 0; } }

.series .index-title { text-align: center; }

.series .series-info { max-width: 840px; margin: 60px auto 25px; text-align: center; }

@media only all and (max-width: 1199px) { .series .series-info { margin: 35px auto 25px; } }

.series .series-list { font-size: 0; padding: 0 45px; }

@media only all and (max-width: 767px) { .series .series-list { padding: 0px; } }

.series .series-list .list { display: inline-block; vertical-align: top; width: 25%; padding: 0 45px; }

@media only all and (max-width: 1441px) { .series .series-list .list { padding: 0 20px; } }

@media only all and (max-width: 640px) { .series .series-list .list { width: 50%; padding: 0 10px; margin-bottom: 20px; } }

.series .series-list .list a { display: block; }

.series .series-list .list .img { padding: 25px 30px; border: 1px solid #e5e5e5; position: relative; overflow: hidden; }

@media only all and (max-width: 1441px) { .series .series-list .list .img { padding: 15px 20px; } }

.series .series-list .list .img span { transition: all 1s; }

.series .series-list .list .img img { margin: 0 auto; }

.series .series-list .list .title { margin-top: 20px; line-height: 30px; font-size: 16px; text-align: center; transition: all 0.4s; }

@media only all and (max-width: 1199px) { .series .series-list .list .title { margin-top: 15px; line-height: 22px; font-size: 14px; } }

.series .series-list .list span { position: absolute; opacity: 0; }

.series .series-list .list span.border-top { top: 0px; left: -200%; width: 100%; height: 1px; background: #c99f42; }

.series .series-list .list span.border-right { top: -200%; right: 0px; width: 1px; height: 100%; background: #c99f42; }

.series .series-list .list span.border-bottom { bottom: 0px; right: -200%; width: 100%; height: 1px; background: #c99f42; }

.series .series-list .list span.border-left { bottom: -200%; left: 0px; width: 1px; height: 100%; background: #c99f42; }

.series .series-list .list:hover .border-top { left: -1px; opacity: 1; }

.series .series-list .list:hover .border-right { top: -1px; opacity: 1; }

.series .series-list .list:hover .border-bottom { right: -1px; opacity: 1; }

.series .series-list .list:hover .border-left { bottom: -1px; opacity: 1; }

.series .series-list .list:hover .title { color: #c99f42; }

.series .index-more { margin-top: 65px; }

@media only all and (max-width: 640px) { .series .index-more { margin-top: 10px; } }

@-webkit-keyframes next { 0% { -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% { -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes next { 0% { -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% { -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes load { 0%, 100% { height: 40px;
    background: #c99f42; }
  50% { height: 70px;
    margin: -15px 0;
    background: #fff; } }

@keyframes load { 0%, 100% { height: 40px;
    background: #c99f42; }
  50% { height: 70px;
    margin: -15px 0;
    background: #fff; } }


.font60 {
	font-size: 60px !important;
} 

.font46 {
	font-size: 46px !important;
} 

.font40 {
	font-size: 40px !important;
}  

.font38 {
	font-size: 38px !important;
} 

.font28 {
	font-size: 28px !important;
}  

.font18 {
	font-size: 18px !important;
} 

.font12 {
	font-size: 12px !important;
}  


/*.videoss {
	position: fixed;
	z-index: 1000000;
	width: 100%;
	height: 100%;
}  
.videoss .shadow {
	position: fixed;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000003;
} 
.videoss iframe {
	width: 800px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000009;
}*/
.case .case-box .case-swiper-content .content-list .more{
  padding: 10px 38px;
  background: #C99F42;
  border-radius: 65px;
  font-size: 16px;
  line-height: 1.5!important;
  color: #FFFFFF!important;
  font-family: 'Arial';
}
.case .case-box .swiper-case .swiper-slide.swiper-slide-active{
	min-height: 300px;
}
@media only all and (max-width: 1441px)
{
	.case .case-box .case-swiper-content .content-list .more{
		padding: 4px 20px;
		font-size: 14px;
	}
}
@media only all and (max-width: 640px)
{
	.case .case-box .case-swiper-content .content-list .more{
    padding: 2px 10px;
		font-size: 13px;
	}
}