.header {
  width: 400px;
  background-color: #333;
}
.headerBox {
  background: rgba(0,0,0,0.15);
}
.menu ul li .item {
  background: #000;
}
.menu ul li .item a:hover {
  background: #444;
}
.menuBox {
  width: 160px;
  border-right: none;
}
.menu1 {
  height: 80px;
  background-color: rgba(255,255,255,0.5);
}
.formBox {
  left: 400px;
}
.warpper {
  float: right;
  width: calc(100% - 400px);
  min-height: 100vh;
}
.banner > img {
  display: block;
}
.banner > img:last-child {
  display: none;
}
.menu1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu1 .lineBox {
  width: 95px;
  height: auto;
  overflow: hidden;
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu1.active .line1, .menu1.active .line3 {
  margin: 0 0 10px;
}
.menu1 .line3,.menu1.active .line3 {
  margin-bottom: 0;
}
.menu1 p {
  font-size: 16px;
  text-align: right;
}
.menu1 .lineBox > div,
.menu1 .lineBox > p {
  float: left;
}

.menuBox2 {
  width: 100%;
  text-align: center;
}
.menuBox2 .menuTop {
  font-size: 22px;
  padding: 100px 0 20px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  cursor: default;
}
.menuBox2 .list > ul {
  margin-top: 35px;
}
.menuBox2 .list > ul li {
  line-height: 45px;
}
.menuBox2 .list > ul li a {
  color: #979797;
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menuBox2 .list > ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menuBox2 .list > ul li:hover a::after,
.menuBox2 .list > ul li.active a::after {
  width: 20px;
}
.menuBox2 .list > ul li:hover a,
.menuBox2 .list > ul li.active a {
  color: #fff;
  padding-left: 27px;
}


.c-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 48px;
    justify-content: flex-start;
}

.c-pagination.center {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.c-pagination-item {
    /*display: block;*/
    font-size: 12px;
    width: 30px;
    text-align: center;
    /*border-radius: 20px;*/
    line-height: 28px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    transition: all .3s ease-out;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
    color: #999;
    opacity: .4;
}

.c-pagination-item:first-of-type {
    width: 70px;
}

.c-pagination-item:last-of-type {
    width: 70px;
    margin-left: 0;
}

.c-pagination-item:not(.disabled):hover,
.c-pagination-item.active {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

@media only screen and (max-width:960px) {
    .c-pagination {
        margin-top: 32px;
    }
}

@media only screen and (max-width:480px) {
    .c-pagination {
        margin-top: 24px;
    }
}


/* case */

.case {
  background-color: #f6f6f6;
}
.width1 {
  width: 1200px;
  margin: 0 auto;
}
.case_sec1 {
  padding: 70px 5% 50px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.06);
  margin-top: -140px;
  position: relative;
}
.case_sec1 .headTop {
  color: #333333;
  text-align: center;
  position: relative;
  font-family: 'fotile';
  z-index: 2;
  margin-bottom: 50px;
}
.case_sec1 .headTop img {
  width: 135px;
}
.case_sec1 .headTop::before {
  content: '';
  width: 400px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  z-index: -2;
}
.case_sec1 .headTop::after {
  content: '';
  width: 180px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  background-color: #fff;
  z-index: -1;
}

.case_sec1 > p {
  font-size: 14px;
  line-height: 24px;
  width: 800px;
  margin: 0 auto;
  color: #333333;
  text-align: center;
}

.case_sec1 ul {
  font-size: 0;
  letter-spacing: 0;
  margin: 15px 0;
  /*display: none;*/
}
.case_sec1 ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  margin: 5px 17px;
  cursor: pointer;
  border: 1px solid transparent;
}
.case_sec1 ul li:hover,.case_sec1 ul li.active {
  color: #000;
}
.case_sec1 ul li:first-child {
  color: #333333;
  margin-left: 0;
  cursor: default;
}
.selected li:nth-of-type(n + 2) {
  border: 1px solid #f3980d;
  border-radius: 14px;
  padding: 0 10px 0 15px;
  cursor: default;
}
.selected li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
  background: url(../images/close1.png) no-repeat center center/cover;
}

.index_sec {
  margin: 80px auto;
}
.case_sec2 .list {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
  -moz-box-shadow:0px 0px 40px rgba(0,0,0,0.1);
  -webkit-box-shadow:0px 0px 40px rgba(0,0,0,0.1);
  box-shadow:0px 0px 40px rgba(0,0,0,0.1);
}
.case_sec2 .list:nth-of-type(2n) {
  margin-right: 0;
}
.case_sec2 .list .img {
  overflow: hidden;
}
.case_sec2 .list .img img {
  width: 100%;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.case_sec2 .list:hover .img img {
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case_sec2 .list .txt {
  padding: 25px 20px 20px 25px;
  background-color: #fff;
  position: relative;
}
.case_sec2 .list .txt h4 {
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #000000;
}
.case_sec2 .list .txt h4 span {
  font-size: 14px;
  line-height: 22px;
  float: right;
	color: #333;
}
.case_sec2 .list .txt p {
  width: 90%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.case_sec2 .list .txt .times {
  padding-left: 30px;
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  margin-top: 25px;
  color: #333333;
  background: url(../images/times.png) no-repeat left center/contain;
}
.case_sec2 .list .txt > span {
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-size: 14px;
  padding-left: 80px;
  color: #333333;
}
.case_sec2 .list .txt > span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 1px;
  background-color: #333333;
}

/* case */


/* caseDetails */

.caseDetails {
  padding: 20px 20px 40px;
  background-color: #f3f3f3;
}
.caseDetails_sec_l {
  float: left;
  margin-right: 20px;
  width: calc(100% - 470px);
}
.caseDetails_sec_r {
  float: left;
  width: 450px;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 {
  background-color: #fff;
  padding: 25px 25px 40px;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 > ul {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
  overflow: hidden;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 > ul li {
  padding: 18px 10px 15px;
  font-size: 18px;
  margin: 0 15px;
  float: left;
  position: relative;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 > ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
  background-color: #333;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 > ul li.active {
  color: #333;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 > ul li.active::after {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.caseDetails_sec_l .caseDetails_sec_lSec1 .cont img {
  max-width: 100%;
  display: block;
  margin: 20px auto 0px;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 .cont .list {
  display: none;
}
.caseDetails_sec_l .caseDetails_sec_lSec1 .cont .list:first-child {
  display: block;
}

.caseDetails_sec_lSec2 > a {
  float: left;
  width: 50%;
  height: 75px;
  line-height: 75px;
  padding: 0 30px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseDetails_sec_lSec2 .left {
  text-align: left;
}
.caseDetails_sec_lSec2 .right {
  text-align: right;
}
.caseDetails_sec_lSec2 > a:hover {
  background-color: #333;
}
.caseDetails_sec_lSec2 > a .box {
  width: 38px;
  height: 38px;
  margin: 18px 0;
  border: 2px solid #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseDetails_sec_lSec2 .left .box {
  float: left;
  margin-right: 20px;
}
.caseDetails_sec_lSec2 .right .box {
  float: right;
  margin-left: 20px;
}
.caseDetails_sec_lSec2 > a .box .img {
  position: relative;
}
.caseDetails_sec_lSec2 > a .box img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseDetails_sec_lSec2 > a .box img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.caseDetails_sec_lSec2 > a:hover .box img {
  opacity: 0;
}
.caseDetails_sec_lSec2 > a:hover .box img:last-child {
  opacity: 1;
}
.caseDetails_sec_lSec2 > a:hover .box {
  border: 2px solid #fff;
}
.caseDetails_sec_lSec2 > a p {
  width: calc(100% - 58px);
  height: 75px;
  font-size: 16px;
  line-height: 75px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseDetails_sec_lSec2 .left p {
  float: left;
}
.caseDetails_sec_lSec2 .right p {
  float: right;
}
.caseDetails_sec_lSec2 > a:hover p {
  color: #fff;
}

.caseDetails_sec_r .caseDetails_sec_rSec1 {
  background-color: #fff;
  height: 160px;
  display: flex;
  padding: 25px;
  justify-content: center;
  align-items: center;
}
.caseDetails_sec_r .caseDetails_sec_rSec1 .head {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
}
.caseDetails_sec_r .caseDetails_sec_rSec1 .txt {
  width: calc(100% - 245px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.caseDetails_sec_r .caseDetails_sec_rSec1 .txt h4 {
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.caseDetails_sec_r .caseDetails_sec_rSec1 .txt h5 {
  font-size: 14px;
  margin-top: 14px;
  line-height: 16px;
  height: 16px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.caseDetails_sec_r .caseDetails_sec_rSec1 .txt p {
  font-size: 12px;
  margin-top: 10px;
  line-height: 14px;
  height: 14px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.caseDetails_sec_r .caseDetails_sec_rSec1 > a {
  width: 105px;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #333;
  margin-left: 20px;
}
.caseDetails_sec_rSec2 {
  margin-top: 25px;
  padding: 40px 30px 60px;
  background-color: #fff;
}
.caseDetails_sec_rSec2 h2 {
  padding-left: 50px;
  font-size: 24px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 40px;
  color: #333;
  background: url(../images/caseDetails_sec_rSec2.png) no-repeat left center/contain;
}
.caseDetails_sec_rSec2 h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #4d4d4d;
  overflow: hidden;
}
.caseDetails_sec_rSec2 h5 span {
  float: left;
  width: 85px;
}
.caseDetails_sec_rSec2 h5 p {
  color: #666666;
  float: left;
  width: calc(100% - 85px);
}
.caseDetails_sec_rSec2 h3 {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
}
.caseDetails_sec_rSec2 .p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#share {
  margin-top: 100px;
  font-size: 16px;
  line-height: 34px !important;
  color: #4d4d4d;
}
#share a {
  position: relative;
    z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px !important;
  text-align: center;
  border: 1px solid #808080;
  border-radius: 50%;
  padding: 0;
  color: #808080;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  background: transparent  !important;
  opacity: 1;
}
#share a i {
  position:relative;
  z-index:-1;
  font-size: 18px;
  line-height: 32px;
}
.bsTop {
	width:100% !important;
}
.bsFrameDiv > div {
  width:100% !important;
  height:100% !important;
  padding: 20px !important;
}
.bsFrameDiv > div img {
  width:100% !important;
  height:100% !important;
  margin: 0 !important;
}
#share a:hover {
  border: 1px solid #333;
  color: #333;
}
.caseDetails_sec_rSec2 > a {
  width: 140px;
  line-height: 35px;
  font-size: 14px;
  margin-top: 35px;
  display: inline-block;
  color: #fff;
  background-color: #333;
  text-align: center;
}

/* caseDetails */


/* advantage */

.advantage_sec1 {
  padding: 35px 0 80px;
}
.advantage_sec1 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage_sec1 .list_l,
.advantage_sec1 .list_r {
  width: 50%;
}
.advantage_sec1 .list_l img {
  width: 100%;
}
.advantage_sec1 .list_r {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage_sec1 .list_r > div {

}
.advantage_sec1 .list_r h3 {
  position: relative;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  padding-left: 55px;
  color: #000000;
}
.advantage_sec1 .list_r h4 {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  margin: 25px 0 20px;
  padding-top: 25px;
  color: #000000;
}
.advantage_sec1 .list_r h4::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 1px;
  background-color: #c9c9c9;
}
.advantage_sec1 .list_r p {
  width: 430px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.advantage_sec1 .list:nth-of-type(2n) .list_l {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* advantage */


/* about */

.about_sec1 {
  position: relative;
}
.about_sec1 .txt {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_sec1 .txt h1 {
  font-size: 36px;
  color: #ffffff;
}
.about_sec1 .txt h2 {
  font-size: 46px;
  margin-top: 25px;
  color: #d6a168;
}
.about_sec1 .txt .h3 {
  position: relative;
  margin-top: 55px;
  padding-top: 60px;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
}
.about_sec1 .txt .h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 140px;
  background-color: #fff;
}

.about_sec1 > .img {
  position: relative;
}
.about_sec1 > .img > span {
  position: absolute;
  bottom: 8%;
  right: 11%;
  animation: swing 1.5s infinite linear;
	-moz-animation: swing 1.5s infinite linear;
	-webkit-animation: swing 1.5s infinite linear;
	-o-animation: swing 1.5s infinite linear;
}
@keyframes swing {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(20px);
		opacity: 0;
	}
}

@-moz-keyframes swing {
	0% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateY(20px);
		opacity: 0;
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
}

@-o-keyframes swing {
	0% {
		-o-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-o-transform: translateY(20px);
		opacity: 0;
	}
}

.headerTxtBox {
  text-align: center;
  margin-bottom: 50px;
}
.headerTxt {
  position: relative;
  display: inline-block;
}
.headerTxt::after,
.headerTxt::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  top: 50%;
  background-color: #9d9d9d;
}
.headerTxt::before {
  left: -150px;
}
.headerTxt::after {
  right: -150px;
}
.headerTxt h3 {
  font-size: 34px;
  color: #000000;
}
.headerTxt p {
  font-size: 16px;
  margin-top: 15px;
  color: #808080;
}
.about_sec2 {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.about_sec2 .top {
  height: 450px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
.about_sec2 .top .top_l {
  float: left;
  height: 100%;
  width: 450px;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_sec2 .top .top_l h4 {
  font-size: 22px;
  color: #000000;
}
.about_sec2 .top .top_l h5 {
  font-size: 12px;
  margin-top: 15px;
  color: #808080;
}
.about_sec2 .top .top_l p {
  font-size: 14px;
  line-height: 26px;
  height: 130px;
  overflow-y: auto;
  margin-top: 22px;
  text-align: justify;
  color: #808080;
}
.about_sec2 .top .top_r {
  float: left;
  height: 100%;
  width: calc(100% - 450px);
}

.about_sec2Swiper {
  overflow: hidden;
  position: relative;
}
.about_sec2Swiper .box {
  height: 450px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.about_sec2Swiper .box .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.about_sec2Swiper .box h5 {
  position: relative;
  padding-bottom: 25px;
  margin-top: 60px;
  font-size: 22px;
  color: #333333;
}
.about_sec2Swiper .box h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 2px;
  background-color: #333333;
}
.about_sec2Swiper .box p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #333333;
}
.about_sec2Swiper .box:hover p {
  display: none;
}
.about_sec2Swiper .box a {
  width: 150px;
  margin: 25px auto 0;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #333;
  display: none;
}
.about_sec2Swiper .box:hover a {
  display: block;
}
.about_sec2Pagination {
  text-align: center;
  margin-top: 40px;
}
.swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #cacaca;
  background-color: #cacaca;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px;
  background-color: #cacaca;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
  border: 1px solid #333;
  background-color: transparent;
}
.swiper-pagination-bullet-active::after {
  background-color: #333;
}

.about_sec3 {
  padding-bottom: 50px;
}
.about_sec3 .list {
  float: left;
  width: 25%;
  position: relative;
  padding: 0 20px 60px;
}
.about_sec3 .list::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333;
  top: 13px;
  left: -4px;
}
.about_sec3 .list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: calc(100% - 15px);
  background-color: #e4e4e4;
}
.about_sec3 .list .number {
  font-size: 46px;
  margin-bottom: 35px;
  color: #000000;
  font-family: 'ft';
}
.about_sec3 .list h5 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}
.about_sec3 .list h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background-color: #333;
}
.about_sec3 .list img {
  width: 100%;
  margin-bottom: 30px;
}
.about_sec3 .list p {
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
}
.about_sec3 .list:nth-of-type(2n) {
  top: 50px;
}

.about_sec4 {
  margin-bottom: 120px;
}
.about_sec4 .headerTxtBox > p {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.about_sec4Swiper {
  overflow: hidden;
  position: relative;
}
.about_sec4Swiper .swiper-slide {
  overflow: hidden;
  height: 450px;
  display: flex;
  justify-content: center;
}
.about_sec4Swiper_l {
  float: left;
  height: 100%;
  width: 400px;
  padding: 0 3.5%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_sec4Swiper_r {
  float: left;
  height: 100%;
  width: calc(100% - 400px);
}
.about_sec4Swiper_l .time {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 47px;
}
.about_sec4Swiper_l .time::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  background-color: #333;
}
.about_sec4Swiper_l h4 {
  font-size: 56px;
  color: #333;
}
.about_sec4Swiper_l h4 span {
  font-size: 20px;
  margin-left: 10px;
}
.about_sec4Swiper_l h5 {
  font-size: 20px;
  margin-top: 10px;
  color: #333;
}
.about_sec4Swiper_l h5 span {
  margin-left: 5px;
}
.about_sec4Swiper_l p {
  font-size: 16px;
  line-height: 28px;
  height: 140px;
  overflow-y: auto;
  text-align: justify;
  color: #818181;
}
.about_sec4 .cont {
  position: relative;
}
.about_sec4 .about_sec4PaginationBox {
  position: absolute;
  right: 0;
  bottom: -19px;
  height: 38px;
  width: calc(100% - 400px);
  text-align: center;
  z-index: 2;
}
.about_sec4 .about_sec4PaginationBox > .box {
  display: inline-block;
  position: relative;
}
.about_sec4 .about_sec4PaginationBox > .box .prev,
.about_sec4 .about_sec4PaginationBox > .box .next {
  display: inline-block;
  width: 8px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.about_sec4 .about_sec4PaginationBox > .box .prev {
  left: 28px;
  background: url(../images/about_sec4Pagination_l.png) no-repeat center center/cover;
}
.about_sec4 .about_sec4PaginationBox > .box .next {
  right: 28px;
    background: url(../images/about_sec4Pagination_r.png) no-repeat center center/cover;
}
.about_sec4 .about_sec4Pagination {
  height: 100%;
  width: auto;
  display: inline-block;
  background-color: #fff;
  padding: 13px 62px;
  z-index: 2;
}
.about_sec4Pagination .swiper-pagination-bullet {
  margin: 2px 3px;
  width: 8px;
  height: 8px;
  opacity: 1;
  border: none;
  background-color: transparent;
  position: relative;
}
.about_sec4Pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #cacaca;
}
.about_sec4Pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.about_sec4Pagination .swiper-pagination-bullet-active::after {
  background-color: transparent;
}

/* about */


/* personalDetails */

.personalDetails {
  padding: 20px 20px 40px;
  background-color: #f3f3f3;
}
.personalDetails_sec {
  background-color: #fff;
  margin-bottom: 30px;
}
.personalDetails_sec:last-child {
  margin-bottom: 0;
}
.personalDetails_sec1 {
  padding: 50px 30px 100px 80px;
  position: relative;
  overflow: hidden;
}
.personalDetails_sec1_l {
  position: relative;
}
.personalDetails_sec1_l::after,
.personalDetails_sec1_l::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -40px;
  background-color: #333;
}
.personalDetails_sec1_l::before {
  width: 5px;
  height: 400px;
}
.personalDetails_sec1_l::after {
  width: 400px;
  height: 5px;
}
.personalDetails_sec1 .bgTxt {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 34px;
  line-height: 34px;
  -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: rgba(0,0,0,0.06);
  font-weight: bold;
  transform-origin: left bottom;
}
.personalDetails_sec1_l,
.personalDetails_sec1_r {
  float: left;
  width: 49%;
  margin-right: 2%;
  height: 700px;
}
.personalDetails_sec1_r {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.personalDetails_sec1_r .top {
  padding: 0 5% 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.personalDetails_sec1_r .top h3 {
  font-size: 38px;
  color: #4d4d4d;
}
.personalDetails_sec1_r #share {
  margin-top: 0;
  float: right;
}
.personalDetails_sec1_r .top h4 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #000000;
}
.personalDetails_sec1_r .top h4 a {
  float: right;
  width: 110px;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.personalDetails_sec1_r .bot {
  padding: 0 5%;
}
.personalDetails_sec1_r .bot > div {
  margin-bottom: 20px;
}
.personalDetails_sec1_r .bot > div:last-child {
  margin-bottom: 0;
}
.personalDetails_sec1_r .bot > div > span {
  float: left;
  width: 90px;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
}
.personalDetails_sec1_r .bot > div > p,
.personalDetails_sec1_r .bot > div .p {
  float: left;
  font-size: 16px;
  line-height: 28px;
  width: calc(100% - 90px);
  color: #666666;
}
.personalDetails_sec1_r .bot .p {
  height: 112px;
  text-align: justify;
  padding-right: 10px;
  overflow-y: auto;
}

.personalDetails_sec2,.personalDetails_sec3 {
  padding: 50px 0 70px;
}
.personalDetails_sec .headerText {
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 45px;
}
.personalDetails_sec .headerText h2 {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  color: #000000;
}
.personalDetails_sec .headerText h2 span {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: text-bottom;
  color: #333;
}
.personalDetails_sec .headerText h2 a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #333;
}
.personalDetails_sec .headerText h2 a i {
  margin-left: 10px;
  font-size: 16px;
}
.personalDetails_sec2 .list {
  margin-bottom: 0;
  -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,);
  box-shadow: 0px 0px 40px rgba(0,0,0,0);
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.personalDetails_sec2 .list:hover {
  -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
.personalDetails_sec2 .imgSwiper1,
.personalDetails_sec2 .imgSwiper2 {
  position: relative;
  overflow: hidden;
}
.personalDetails_sec2 .imgSwiper img {
  width: 100%;
}
.personalDetails_sec2 .imgSwiper .imgSwiperPagination {
  position: absolute;
  bottom: 14px;
  right: 10px;
  left: auto;
  width: auto;
  text-align: right;
  z-index: 2;
}
.imgSwiperPagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.imgSwiperPagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.imgSwiperPagination .swiper-pagination-bullet-active {
  border: 1px solid #d6a168;
  background-color: transparent;
}
.imgSwiperPagination .swiper-pagination-bullet-active::after {
  background-color: #d6a168;
}

.personalDetails_sec3 .cont .list {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  text-align: center;
}
.personalDetails_sec3 .cont .list:nth-of-type(3n) {
  margin-right: 0;
}
.personalDetails_sec3 .cont .list:nth-last-of-type(n + 4) {
  margin-bottom: 25px;
}
.personalDetails_sec3 .cont .list img {
  width: 100%;
  margin-bottom: 15px;
}
.personalDetails_sec3 .cont .list > p {
  width: 85%;
  margin: 0 auto;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}

.tanchu {
	position: fixed;
	display: none;
	width: 780px;
	height: 380px;
	background-color: #fff;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -190px;
	-moz-box-shadow:0px 0px 100px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 100px rgba(0,0,0,0.15);
	box-shadow:0px 0px 100px rgba(0,0,0,0.15);
	background: url(../images/tanchuBG.jpg) #fff no-repeat right center;
}
.tanchu .guanbi {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 18px;
	right: 23px;
	cursor: pointer;
}
.tanchu .guanbi::after,
.tanchu .guanbi::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #333;
	transform-origin: center;
}
.tanchu .guanbi::after {
	transform: rotate(45deg);
}
.tanchu .guanbi::before {
	transform: rotate(-45deg);
}
.tanchu .contentBox {
	height: 100%;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tanchu .contentBox > .img {
  margin-bottom: 25px;
}
.tanchu .contentBox > .img img {
  width: 110px;
}
.tanchu h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
}
.tanchu p {
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
}
.tanchu .box {
	width: 250px;
	margin-top: 20px;
}
.tanchu .box input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	padding: 0 16px;
}
.tanchu .box input:first-child {
  margin-top: 0;
}
.tanchu .box a {
	display: inline-block;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	margin-top: 13px;
	background-color: #333;
	text-align: center;
	color: #fff;
}
.tanchu .box i {
	font-style: normal;
	display: inline-block;
	font-size: 12px;
	margin-top: 15px;
	color: #808080;
}

/* personalDetails */


/* news */

.news_sec1 {
  position: relative;
}
.news_sec1_l,.news_sec1_r {
  float: left;
}
.news_sec1_l {
  width: calc(100% - 290px);
  padding: 60px 0 80px;
}
.news_sec1_l .itemBox {
  width: 85%;
  margin: 0 auto;
}
.news_sec1_l .item,
.news_sec1_l .item:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.news_sec1_l .item .item_l,
.news_sec1_l .item .item_r h5,
.news_sec1_l .item .item_r p,
.news_sec1_l .item .item_r .bot {
  color: #333333;
}
.news_sec1_l .item .item_r .bot::after {
  background-color: #d1d1d1;
}
.news_sec1_r {
  width: 290px;
  opacity: 0.3;
  background: url(../images/index_sec4.jpg) no-repeat right bottom/cover;
}

/* news */


/* newsDetails */

.newsDetailsBanner {
  padding: 150px 0 50px;
  background-color: #fbf7f1;
}
.newsDetailsBanner h2 {
  font-size: 30px;
  color: #333;
}
.newsDetailsBanner h4 {
  font-size: 14px;
  margin-top: 30px;
  color: #333;
}
.newsDetailsBanner h4 span {
  margin-left: 15px;
}
.newsDetails_sec1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin: 50px auto 25px;
}
.newsDetails_sec1 .cont {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-indent: 2em;
}
.newsDetails_sec1 .cont img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
.newsDetails_sec1 .share {
  text-align: right;
}

.newsDetails_sec2 {
  position: relative;
  font-size: 14px;
  margin-bottom: 80px;
  color: #979797;
}
.newsDetails_sec2 > a {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 120px;
  line-height: 30px;
  color: #fff;
  background-color: #333;
  text-align: center;
}
.newsDetails_sec2 .prev,
.newsDetails_sec2 .next {
  margin-top: 15px;
}
.newsDetails_sec2 .prev a.no,
.newsDetails_sec2 .next a.no {
  color: #000000;
  cursor: default;
}
.newsDetails_sec2 .prev a.yes,
.newsDetails_sec2 .next a.yes {
  color: #333;
}

/* newsDetails */


/* partner */

.width2 {
  width: 900px;
  margin: 0 auto;
}
.partner_sec1 .headerTxtBox > p {
  font-size: 14px;
  margin-top: 10px;
  color: #000000;
}
.partnerSwiper {
  overflow: hidden;
  position: relative;
}
.partnerSwiper .swiper-slide {
  height: 100px;
}
.partnerSwiper .swiper-slide .imgBox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.partnerSwiper .imgBox .img img {
  max-width: 95%;
  max-height: 95%;
}
.partnerSwiper .imgBox .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.partnerSwiper .imgBox .img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.partnerSwiper .imgBox:hover .img:last-child {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.partnerSwiperPagination {
  text-align: center;
  margin-top: 40px;
}

/* partner */


/* contact */

.width3 {
  width: 1000px;
  margin: 0 auto;
}
.contact_sec {
  padding: 80px 0;
}
.contact_sec .headerTxtBox > p {
  font-size: 16px;
  margin-top: 20px;
  color: #4d4d4d;
}
.line {
  margin: 60px 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.contact_sec1 {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.contact_sec1 .bgText {
  position: absolute;
  left: 40px;
  top: -50px;
  font-size: 130px;
  line-height: 130px;
  letter-spacing: 2px;
  word-spacing: 5px;
  text-transform : uppercase;
  font-family: 'bebas';
  color: rgba(0,0,0,0.02);
  -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left bottom;
  z-index: -1;
  white-space: nowrap;
}
.contact_sec1 .cont .top {
  display: flex;
  justify-content: space-between;
}
.contact_sec1 .cont .top .list {
  width: 48%;
  height: 130px;
  border-radius: 8px;
  background-color: #fff;
  -moz-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
  box-shadow:0px 0px 15px rgba(0,0,0,0.1);
  padding-left: 35px;
  display: flex;
  align-items: center;
}
.contact_sec1 .cont .top .list .img {
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.contact_sec1 .cont .top .list .txt {
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_sec1 .cont .top .list .txt h5 {
  font-size: 13px;
  color: #979797;
}
.contact_sec1 .cont .top .list .txt h4 {
  font-size: 18px;
  line-height: 22px;
  height: 44px;
  color: #000000;
}
.contact_sec1 .cont .top .list .txt h4 br {
  display: none;
}

.contact_sec1 .cont .bot .list {
  float: left;
  width: calc(99.9% / 3);
  text-align: center;
  position: relative;
}
.contact_sec1 .cont .bot .list::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -27px;
  height: 54px;
  width: 1px;
  background-color: #e5e5e5;
}
.contact_sec1 .cont .bot .list:last-child::after {
  display: none;
}
.contact_sec1 .cont .bot .list img {
  width: 30px;
}
.contact_sec1 .cont .bot .list h5 {
  font-size: 12px;
  margin-top: 8px;
  color: #979797;
}
.contact_sec1 .cont .bot .list p {
  font-size: 16px;
  margin-top: 9px;
  color: #000000;
}

.contact_sec2 .cont {
  width: 500px;
  margin: 0 auto;
}
.contact_sec2 .cont input {
  height: 50px;
  width: 100%;
  border-radius: 6px;
  padding: 0 18px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  margin-bottom: 15px;
}
.contact_sec2 .cont textarea {
  resize: none;
  font-size: 14px;
  padding: 10px 18px;
  width: 100%;
  height: 180px;
  border-radius: 6px;
  color: #333;
  background-color: #fff;
}
.contact_sec2 .cont .submit {
  margin-top: 20px;
  display: block;
  width: 100%;
  line-height: 55px;
  font-size: 18px;
  text-align: center;
  background-color: #333;
  color: #ffffff;
  border-radius: 6px;
}

/* contact */


@media (max-width:1750px) {
  .width1 {
    width: 90%;
  }
  .personalDetails_sec1_r .bot,
  .personalDetails_sec1_r .top {
    padding-right: 3%;
  }
}


@media (max-width:1700px) {
  .caseDetails_sec_r {
    width: 380px;
  }
  .caseDetails_sec_l {
    width: calc(100% - 405px);
  }
  .caseDetails_sec_r .caseDetails_sec_rSec1 {
    padding: 20px;
    height: 130px;
  }
  .caseDetails_sec_r .caseDetails_sec_rSec1 .head {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .caseDetails_sec_r .caseDetails_sec_rSec1 .txt {
    width: calc(100% - 185px);
  }
  .caseDetails_sec_r .caseDetails_sec_rSec1 > a {
    width: 85px;
    margin-left: 10px;
  }
  .caseDetails_sec_rSec2 {
    padding: 30px 25px 50px;
  }
}


@media (max-width:1650px) {
  .width2 {
    width: 700px;
  }
  .about_sec2 .top,.about_sec2 .top .top_l {
    height: 400px;
  }
}


@media (max-width:1600px) {
  .news_sec1_r {
    width: 200px;
  }
  .news_sec1_l {
    width: calc(100% - 200px);
  }
  .caseDetails_sec_r .caseDetails_sec_rSec1 {
    padding: 13px;
    height: 110px;
  }
  .caseDetails_sec_rSec2 {
    padding: 30px 17px 50px;
  }
  .caseDetails_sec_r {
    width: 330px;
  }
  .caseDetails_sec_l {
    width: calc(100% - 355px);
  }
  .about_sec4Swiper_l {
    width: 360px;
  }
  .about_sec4Swiper_r {
    width: calc(100% - 360px);
  }
}


@media (max-width:1460px) {
  .header {
    width: 300px;
  }
  .headerBox {
    width: 180px;
  }
  .menuBox {
    width: 120px;
  }
  .menu1 {
    height: 60px;
  }
  .menuBox2 .menuTop {
    font-size: 20px;
  }
  .warpper {
    width: calc(100% - 300px);
  }

  .width3 {
    width: 900px;
  }
  .news_sec1_r {
    width: 150px;
  }
  .news_sec1_l {
    width: calc(100% - 150px);
  }
  .caseDetails_sec_l .caseDetails_sec_lSec1 {
    padding: 15px 15px 40px;
  }
  .caseDetails_sec_rSec2 h2 {
    padding-left: 40px;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .caseDetails_sec_rSec2 h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .share {
    margin-top: 60px;
  }
  .caseDetails_sec_rSec2 > a {
    margin-top: 25px;
  }
  .about_sec4Swiper_l {
    width: 320px;
  }
  .about_sec4Swiper_r {
    width: calc(100% - 320px);
  }
}


@media (max-width:1400px) {
  .personalDetails_sec1_l::before {
    height: 350px;
  }
  .personalDetails_sec1_l::after {
    width: 350px;
  }
  .personalDetails_sec1_l, .personalDetails_sec1_r {
    height: 650px;
  }
  .personalDetails_sec1_r .bot > div > span {
    width: 80px;
    font-size: 14px;
    line-height: 24px;
  }
  .personalDetails_sec1_r .bot > div > p, .personalDetails_sec1_r .bot > div .p {
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 80px);
  }
  .case_sec1 > p {
    width: 90%;
  }
  .about_sec1 .txt {
    width: 80%;
  }
  .about_sec1 .txt .h3 {
    font-size: 18px;
  }
}


@media (max-width:1300px) {
  .advantage_sec1 .list_r p,
  .advantage_sec1 .list_r h4 {
    width: 380px;
  }
}

@media (max-width:767px) {
  .warpper {
    width: 100%;
  }
  .width1 {
    width: 95%;
  }
  .index_sec {
    margin: 50px auto;
  }
  .case_sec1 {
    padding: 45px 3% 30px;
    margin-top: -60px;
  }
  .case_sec1 .headTop {
    margin-bottom: 25px;
  }
  .case_sec1 .headTop img {
    width: 108px;
  }
  .case_sec1 > p {
    font-size: 13px;
    line-height: 22px;
  }
  .case_sec1 .headTop::before {
    width: 240px;
    margin-left: -120px;
  }
  .case_sec1 .headTop::after {
    width: 130px;
    margin-left: -65px;
  }
  .case_sec2 .list {
    width: 100%;
    margin-right: 0;
  }
  .case_sec2 .list .txt {
    padding: 15px 10px;
  }
  .case_sec2 .list .txt h4 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }
  .case_sec2 .list .txt h4 span {
    font-size: 13px;
    line-height: 20px;
  }
  .case_sec2 .list .txt p,
  .case_sec2 .list .txt > span {
    font-size: 13px;
  }
  .case_sec2 .list .txt .times {
    margin-top: 20px;
  }

  .caseDetails {
    display: flex;
		flex-wrap: wrap;
    padding: 20px 2.5% 30px;
    flex-direction: column-reverse;
  }

  .caseDetails_sec_r,
  .caseDetails_sec_l {
    width: 100%;
    margin: 0;
    background: #ffffff;
  }
  .caseDetails_sec_l .caseDetails_sec_lSec1 {
    padding: 15px 15px 20px;
}
  .caseDetails_sec_l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
    margin-bottom: 40px;
    background: #ffffff;
    padding-bottom: 15px;
  }
  .caseDetails_sec_lSec2{
  	overflow: hidden;
  }
  .caseDetails_sec_r .caseDetails_sec_rSec1 {
       padding: 30px 8px 8px;
    height: auto;
  }
  .caseDetails_sec_l .caseDetails_sec_lSec1 > ul {
    margin-bottom: 15px;
  }
  .caseDetails_sec_l .caseDetails_sec_lSec1 > ul li {
    padding: 5px 6px 8px;
    font-size: 15px;
    margin: 0 8px;
  }
  .caseDetails_sec_rSec2 {
    padding: 20px 10px 30px;
    margin-top: 15px;
  }
  .caseDetails_sec_rSec2 h2 {
    font-size: 18px;
    height: auto;
   line-height: 1;
    margin-bottom: 15px;
        display: flex;
    align-items: flex-start;
    background: none;
        padding-left: 0;
  }
  .caseDetails_sec_rSec2 h2:before{
  display: block;
    content: "";
    margin-right: 10px;
    font-size: 24px;
    width: 25px;
    height: 25px;
    color: #333;
    background: url(../images/caseDetails_sec_rSec2.png) no-repeat  center/100%;
  }
  #share {
    margin-top: 5%;
    margin-bottom: 3%;
}
  .caseDetails_sec_rSec2 h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .caseDetails_sec_rSec2 h3 {
    margin-top: 25px;
    font-size: 16px;
  }
  .caseDetails_sec_rSec2 .p {
    font-size: 13px;
    line-height: 22px;
  }
  .share {
    margin-top: 30px;
    font-size: 14px;
  }
  .share div {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
  .share div i {
    line-height: 28px;
    font-size: 16px;
  }
  .caseDetails_sec_rSec2 > a {
    margin-top: 15px;
    font-size: 13px;
    width: 150px;
    line-height: 32px;
  }
  .caseDetails_sec_lSec2 > a {
    width: 100%;
    padding: 0 2.5%;
    height: 45px;
    line-height: 45px;
  }
  .caseDetails_sec_lSec2 > a .box {
    width: 30px;
    height: 30px;
    margin: 8px 0;
  }
  .caseDetails_sec_lSec2 .right .box {
    margin-left: 0px;
    margin-right: 20px;
    float: left;
  }
  .caseDetails_sec_lSec2 .right p {
    text-align: left;
    float: left;
  }
  .caseDetails_sec_lSec2 > a p {
    width: calc(100% - 50px);
    height: 45px;
    font-size: 15px;
    line-height: 45px;
  }

  .personalDetails {
    padding: 20px 2.5% 30px;
  }
  .personalDetails_sec .headerText {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .personalDetails_sec .headerText h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .personalDetails_sec .headerText h2 span,
  .personalDetails_sec .headerText h2 a {
    font-size: 13px;
  }
  .personalDetails_sec2, .personalDetails_sec3 {
    padding: 20px 0 40px;
  }
  .personalDetails_sec3 .cont .list {
    width: 48%;
    margin-right: 4%;
  }
  .personalDetails_sec3 .cont .list:nth-last-of-type(n + 3) {
    margin-bottom: 13px;
  }
  .personalDetails_sec3 .cont .list:nth-of-type(3n) {
    margin-right: 4%;
  }
  .personalDetails_sec3 .cont .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .personalDetails_sec3 .cont .list img {
    margin-bottom: 5px;
  }
  .personalDetails_sec3 .cont .list > p {
    font-size: 13px;
    line-height: 16px;
    height: 32px;
  }
  .personalDetails_sec2 .list {
    -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
  }
  .personalDetails_sec2 .list:nth-last-of-type(n + 2) {
    margin-bottom: 20px;
  }
  .imgSwiperPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .imgSwiperPagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin: -2px;
  }
  .personalDetails_sec1_l, .personalDetails_sec1_r {
    width: 100%;
    margin-right: 0;
  }
  .personalDetails_sec1_l {
    height: 370px;
    margin-bottom: 40px;
  }
  .personalDetails_sec1 {
    padding: 20px 15px 40px 25px;
  }
  .personalDetails_sec1 .bgTxt {
    left: 7px;
    font-size: 14px;
    line-height: 14px;
  }
  .personalDetails_sec1_l::after, .personalDetails_sec1_l::before {
    bottom: -15px;
    left: -13px;
  }
  .personalDetails_sec1_l::after {
    width: 70%;
    height: 3px;
  }
  .personalDetails_sec1_l::before {
    height: 60%;
    width: 3px;
  }
  .personalDetails_sec1_r {
    height: auto;
    display: flex;
  }
  .personalDetails_sec1_r .top {
    padding: 0 2.5% 12px;
    margin-bottom: 13px;
  }
  .personalDetails_sec1_r .bot {
    padding: 0 2.5% 15px;
  }
  .personalDetails_sec1_r .top h3 {
    font-size: 28px;
  }
  .personalDetails_sec1_r .top h4 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .personalDetails_sec1_r .top h4 a {
    width: 90px;
  }
  .personalDetails_sec1_r .bot > div {
    margin-bottom: 10px;
  }
  .personalDetails_sec1_r .bot > div > span {
    line-height: 22px;
    font-size: 13px;
    width: 70px;
  }
  .personalDetails_sec1_r .bot > div > p, .personalDetails_sec1_r .bot > div .p {
    line-height: 22px;
    font-size: 13px;
    width: calc(100% - 70px);
  }
  .personalDetails_sec1_r .bot .p {
    height: 99px;
  }


  .advantage_sec1 {
    padding: 0 0 40px;
  }
  .advantage_sec1 .list_l,
  .advantage_sec1 .list_r > div {
    width: 100%;
  }
  .advantage_sec1 .list_r {
    width: 95%;
    padding: 25px 0 40px;
  }
  .advantage_sec1 .list_r p, .advantage_sec1 .list_r h4 {
    width: 100%;
  }
  .advantage_sec1 .list {
    flex-wrap: wrap;
  }
  .advantage_sec1 .list:nth-of-type(2n) .list_l {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .advantage_sec1 .list_r h3 {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    padding-left: 35px;
  }
  .advantage_sec1 .list_r h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0 10px;
    padding-top: 17px;
  }
  .advantage_sec1 .list_r p {
    font-size: 13px;
    line-height: 24px;
  }

  .news_sec1_r {
    display: none;
  }
  .news_sec1_l {
    width: 100%;
    padding: 30px 0 50px;
  }
  .c-pagination.center {
    margin-top: 30px;
  }

  .newsDetailsBanner {
    padding: 100px 0 40px;
  }
  .newsDetailsBanner h2 {
    font-size: 20px;
  }
  .newsDetailsBanner h4 {
    font-size: 13px;
    margin-top: 15px;
  }
  .newsDetails_sec1 {
    margin-top: 30px;
  }
  .newsDetails_sec1 .cont {
    font-size: 13px;
    line-height: 26px;
  }
  .newsDetails_sec2 {
    margin-bottom: 40px;
  }
  .newsDetails_sec2 > a {
    width: 90px;
  }
  .newsDetails_sec2 > div > a {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 170px);
  }

  .news_sec1_l .itemBox {
    width: 95%;
  }

  .width3,
  .contact_sec2 .cont {
    width: 95%;
  }
  .contact_sec {
    padding: 40px 0;
  }
  .headerTxtBox {
    margin-bottom: 25px;
  }
  .headerTxt h3 {
    font-size: 20px;
  }
  .headerTxt p {
    font-size: 13px;
    margin-top: 8px;
  }
  .headerTxt::before {
    left: -95px;
    width: 80px;
  }
  .headerTxt::after {
    right: -95px;
    width: 80px;
  }
  .contact_sec .headerTxtBox > p {
    font-size: 13px;
    margin-top: 8px
  }
  .contact_sec1 .cont .top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact_sec1 .cont .top .list {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .contact_sec1 .cont .top .list .txt h5 {
    font-size: 12px;
  }
  .contact_sec1 .cont .top .list .txt h4 {
    font-size: 14px;
    line-height: 15px;
    height: 30px;
  }
  .contact_sec1 .cont .top .list .txt h4 br {
    display: block;
  }
  .contact_sec1 .cont .line {
    margin: 15px 0 0;
  }
  .contact_sec1 .cont .bot .list {
    width: 100%;
    padding: 20px 10%;
    overflow: hidden;
  }
  .contact_sec1 .cont .bot .list::after {
    left: 50%;
    bottom: 0;
    top: auto;
    margin-top: 0;
    width: 90%;
    margin-left: -45%;
    height: 1px;
  }
  .contact_sec1 .cont .bot .list .img,
  .contact_sec1 .cont .bot .list h5,
  .contact_sec1 .cont .bot .list p {
    float: left;
  }
  .contact_sec1 .cont .bot .list .img {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .contact_sec1 .cont .bot .list h5,
  .contact_sec1 .cont .bot .list p {
    margin-top: 0;
    text-align: left;
  }
  .contact_sec1 .cont .bot .list .txt {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact_sec2 .cont input {
    height: 35px;
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .contact_sec2 .cont textarea {
    font-size: 13px;
    padding: 6px 10px;
    height: 110px;
  }
  .contact_sec2 .cont .submit {
    line-height: 40px;
    font-size: 15px;
  }


  .about_sec1 .txt {
    position: relative;
    left: 0;
    width: 95%;
    margin: 0 auto;
    padding: 30px 15px 40px;
  }
  .about_sec1 .txt h1 {
    color: #000;
    font-size: 18px;
  }
  .about_sec1 .txt h2 {
    color: #808080;
    font-size: 12px;
    margin-top: 10px;
  }
  .about_sec1 .txt .h3 {
    color: #808080;
    margin-top: 10px;
    padding-top: 0;
    font-size: 13px;
    line-height: 24px;
  }
  .about_sec1 .txt .h3::after {
    background-color: #808080;
    display: none;
  }
  .about_sec2 {
    padding: 40px 0 50px;
  }
  .about_sec2 .top {
    height: auto;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .about_sec2 .top .top_r {
    width: 100%;
    height: 230px;
  }
  .about_sec2 .top .top_l {
    height: auto;
    width: 100%;
    padding: 20px 15px 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about_sec2 .top .top_l h4 {
    font-size: 18px;
  }
  .about_sec2 .top .top_l h5 {
    font-size: 12px;
    margin-top: 10px;
  }
  .about_sec2 .top .top_l p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
  }
  .about_sec2Swiper .box {
    height: 320px;
  }
  .about_sec2Swiper .box .img {
    width: 85px;
    height: 85px;
  }
  .about_sec2Swiper .box h5 {
    padding-bottom: 15px;
    margin-top: 30px;
    font-size: 18px;
  }
  .about_sec2Swiper .box p {
    margin-top: 15px;
    font-size: 14px;
    height: auto;
    line-height: 26px;
  }
  .about_sec2Swiper .box:hover p {
    display: block;
  }
  .about_sec2Swiper .box a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 110px;
    display: block;
  }
  .about_sec2Pagination {
    margin-top: 25px;
  }
  .about_sec2Pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .about_sec2Pagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin: -2px;
  }
  .about_sec3 .list {
    width: 50%;
    padding: 0 10px 40px;
  }
  .about_sec3 .list .number {
    margin-bottom: 20px;
  }
  .about_sec3 .list h5 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .about_sec3 .list img {
    margin-bottom: 15px;
  }
  .about_sec4 .headerTxtBox > p {
    font-size: 13px;
    margin-top: 10px;
  }
  .about_sec4 .about_sec4PaginationBox,
  .about_sec4Swiper_l,
  .about_sec4Swiper_r {
    width: 100%;
  }
  .about_sec4Swiper_l {
    height: auto;
    padding: 20px 15px 45px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about_sec4Swiper .swiper-slide {
    height: auto;
    flex-direction: column;
  }
  .about_sec4Swiper_r {
    height: 210px;
  }
  .about_sec4Swiper_l h4 {
    font-size: 28px;
  }
  .about_sec4Swiper_l h5,
  .about_sec4Swiper_l h4 span {
    font-size: 14px;
  }
  .about_sec4Swiper_l h5 {
    margin-top: 5px;
  }
  .about_sec4Swiper_l .time {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .about_sec4Swiper_l p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow-y: auto;
  }
  .about_sec4 .about_sec4Pagination {
    padding: 13px 45px;
    -moz-box-shadow:0px 0px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.03);
    box-shadow:0px 0px 20px rgba(0,0,0,0.1);
  }
  .about_sec4 .about_sec4PaginationBox > .box .prev {
    left: 20px;
  }
  .about_sec4 .about_sec4PaginationBox > .box .next {
    right: 20px;
  }
  .about_sec1 > .img > span {
    bottom: 15%;
    right: 10%;
  }
  .banner > img {
    display: none;
  }
  .banner > img:last-child {
    display: block;
  }
  .case_sec2 .list .txt > span {
    right: 10px;
    bottom: 15px;
  }
  .contact_sec1 .cont .top .list .txt {
    height: 55px;
  }
  .contact_sec1 .bgText {
    display: none;
  }
  .width2 {
    width: 95%;
    margin: 0 auto;
  }
  .partnerSwiperPagination {
    margin-top: 30px;
  }
  .partnerSwiperPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .partnerSwiperPagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin: -2px;
  }
  .news_header li {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    background-color: #666;
    border-right: 1px solid #fff;
  }
  .news_header li:last-child {
    border-right: none;
  }
  .news_header li a {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
  }
  .news_header li.active {
    background-color: #333;
  }
}
