@charset "utf-8";
@font-face {
  font-family: "raleway_1-webfont";
  src: url("raleway_1-webfont/raleway_1-webfont.woff2") format("woff2"),
       url("raleway_1-webfont/raleway_1-webfont.woff") format("woff"),
       url("raleway_1-webfont/raleway_1-webfont.ttf") format("truetype"),
       url("raleway_1-webfont/raleway_1-webfont.eot") format("embedded-opentype"),
       url("raleway_1-webfont/raleway_1-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body .pageUp {
  background: #fff;
  position: fixed;
  height: 50%;
  width: 100%;
  top: -50%;
  z-index: 9999999;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1.2s ease-in-out 0.2s;
  -moz-transition: all 1.2s ease-in-out 0.2s;
  -ms-transition: all 1.2s ease-in-out 0.2s;
  -o-transition: all 1.2s ease-in-out 0.2s;
  transition: all 1.2s ease-in-out 0.2s;
  border-bottom: 1px solid #ccc;
}
body .pageDown {
  background: #fff;
  position: fixed;
  height: 50%;
  width: 100%;
  bottom: -50%;
  z-index: 9999999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1.2s ease-in-out 0.2s;
  -moz-transition: all 1.2s ease-in-out 0.2s;
  -ms-transition: all 1.2s ease-in-out 0.2s;
  -o-transition: all 1.2s ease-in-out 0.2s;
  transition: all 1.2s ease-in-out 0.2s;
  border-top: 1px solid #ccc;
}
body.active .pageUp {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.active .pageDown {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.in_banner {
  position: relative;
}
.in_banner_di{
	margin-bottom: 100px;
}
.banner_inner {
  width: 100%;

	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/*.banner_inner_text {
  display: inline-block;
  padding: 20px;
  background: transparent;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}
.banner_inner_text_outter {
  position: relative;
  top: 50%;
  opacity: 0;
  -moz-transform: perspective(0px) rotateX(180deg) translateY(-50%);
  -webkit-transform: perspective(0px) rotateX(180deg) translateY(-50%);
  transform: perspective(0px) rotateX(180deg) translateY(-50%);
  -webkit-transition: all 1.6s ease-in-out 0.4s;
  -moz-transition: all 1.6s ease-in-out 0.4s;
  -ms-transition: all 1.6s ease-in-out 0.4s;
  -o-transition: all 1.6s ease-in-out 0.4s;
  transition: all 1.6s ease-in-out 0.4s;
  transform-origin: top;
}
body.active .banner_inner_text_outter {
  opacity: 1;
  -moz-transform: perspective(800px) rotateX(360deg) translateY(-50%);
  -webkit-transform: perspective(800px) rotateX(360deg) translateY(-50%);
  transform: perspective(800px) rotateX(360deg) translateY(-50%);
}
.banner_inner_text h3 {
  font-size: 48px;
  letter-spacing: 10px;
}
.banner_inner_text h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'raleway_1-webfont';
  letter-spacing: 4px;
  margin-top: 10px;
}
.banner_inner_text:hover {
  color: #a54324;
  background: #fff;
}*/
.in_banner .banner_text_bot {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  height: 290px;
}
.banner_text_bot h3 {
  color: #a54324;
  text-align: center;
  font-weight: normal !important;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  font-family: "STXihei", "STHeitiLight", "Microsoft JhengHei", "Microsoft YaHei", Arial, sans-serif;
}
.banner_text_bot h3 span{
  font-size:50px;
  letter-spacing: 1px;
  font-family: "raleway_1-webfont";
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.hidden_h3_height{
  line-height: 110px;
}

.common_tit .line {
  width: 1px;
  height: 50px;
  margin: auto;
  background: #333;
}
.common_tit h3 {
  font-size: 35px;
  letter-spacing: 3px;
  color: #333;
  text-transform: uppercase;
  margin: 30px 0 20px;
  text-align: center;
}
.common_text {
  color: #999;
  position: relative;
  width: 65%;
  margin: 0 auto 50px;
}
.common_text h6 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  text-align: center;
  text-indent: 2em;
}


/*  about  */
.about_sec1 {
  overflow: hidden;
}
.about_sec1 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.6s ease-in-out 0.4s;
  -moz-transition: all 1.6s ease-in-out 0.4s;
  -ms-transition: all 1.6s ease-in-out 0.4s;
  -o-transition: all 1.6s ease-in-out 0.4s;
  transition: all 1.6s ease-in-out 0.4s;
}
.about_sec1.active .common_tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.about_sec1_img .col-sm-6:first-child {
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
  -webkit-transition: all 1.6s ease-in-out 0.4s;
  -moz-transition: all 1.6s ease-in-out 0.4s;
  -ms-transition: all 1.6s ease-in-out 0.4s;
  -o-transition: all 1.6s ease-in-out 0.4s;
  transition: all 1.6s ease-in-out 0.4s;
}
.about_sec1_img .col-sm-6:last-child {
  -webkit-transform: translateX(1600px);
  -moz-transform: translateX(1600px);
  -ms-transform: translateX(1600px);
  -o-transform: translateX(1600px);
  transform: translateX(1600px);
  -webkit-transition: all 1.6s ease-in-out 0.4s;
  -moz-transition: all 1.6s ease-in-out 0.4s;
  -ms-transition: all 1.6s ease-in-out 0.4s;
  -o-transition: all 1.6s ease-in-out 0.4s;
  transition: all 1.6s ease-in-out 0.4s;
}
.about_sec1.active .about_sec1_img .col-sm-6:first-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.about_sec1.active .about_sec1_img .col-sm-6:last-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.about_sec1_box {
  width: 80%;
  margin: 60px auto 0;
  padding-bottom: 80px;
}
.about_sec1_left .about_sec1_text {
  padding: 30px 0;
}
.about_sec1_text h3{
  font-size: 30px;
  font-family: 'raleway_1-webfont';
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #a54324;
}
.about_sec1_text .line {
  height: 1px;
  width: 30%;
  background: #ccc;
  margin-bottom: 30px;
}
.about_sec1_text .ind_btn {
  padding: 0;
}
.about_sec1_text {
  padding-bottom: 16px;
}
.about_sec1_text h5 {
  color: #666;
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.about_imgs {
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.about_imgs img{
  width: 100%;
}
.about_sec1_img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*.about_imgs:hover 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);
}*/
.about_sec1{
  padding: 50px 0 0;
}

.about_sec1_prev,.about_sec1_Lprev,.about_sec2_prev{
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 80px;
  background-color: #a54324;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about_sec1_next,.about_sec1_Lnext,.about_sec2_next{
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 80px;
  background-color: #a54324;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about_sec1_Lprev i,
.about_sec1_Lnext i,
.about_sec1_next i,
.about_sec1_prev i,
.about_sec2_next i,
.about_sec2_prev i{
  font-size: 40px;
  line-height: 80px;
  color: #fff;
}
.about_sec1_next ,
.about_sec1_prev ,
.about_sec2_next ,
.about_sec2_prev {
	opacity: 0;
   -moz-opacity: 0;
   -khtml-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
  -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;
}
.about1-swiper:hover .about_sec1_next ,
.about1-swiper:hover .about_sec1_prev ,
.about2-swiper:hover .about_sec2_next ,
.about2-swiper:hover .about_sec2_prev {
	opacity: 1;
   -moz-opacity: 1;
   -khtml-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
}
/*.about1-swiper{ max-height:486px;}
.about_sec1_left{max-height:486px;}*/
.about2_swiperBot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.5);
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	z-index: 9;
}
.about_sec1_headleft {
	width: 30%;
	float: left; text-align:center;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
}
.about_sec1_headleft img { width:auto; max-width:100%;
	/*width: calc(100% - 50px);*/
}
.about_sec1_headright {
	width: 70%;
	float: left;
	padding-left: 50px;
	position: relative;
}
.about_sec1_headright:after {
	position: absolute;
	content: '';
	width: 1px;
	height: calc(100% - 30px);
	left: 0;
	top: 15px;
	background-color: #e6e6e6;
}
.about_sec1_headright P {
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999;
}
.about_sec1_headright P:last-of-type {
	margin-bottom: 0;
}
.about_sec1_headright P span {
	font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #a54324;
    font-weight: bold;
}
.about2_swiperBot a {
	position: absolute;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	top: 15px;
	left: 80%;
	border-bottom: 1px solid #fff;
}
.about_sec3_listImg {
	width: 65px;
	margin: 0 auto 20px;
	cursor: pointer;
	position: relative;
}
.about_sec3_listImg img {
	width: 100%;
}
.about_sec3_list li {
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
	float: left;
	width: 33.3333%;
}
.about_sec3_list {
	margin-bottom: 50px;
}
.about_sec3_imgList {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.about_sec3_imgListWorp {
	position: relative;
}
.about_sec3_imgListBox {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	overflow: hidden;
}
.about_sec3_imgList .about_sec3_imgListBox:last-of-type {
	margin-right: 0;
}


.hidden_img {
	opacity: 1;
   -moz-opacity: 1;
   -khtml-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
	-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;
}
.visible_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
   -moz-opacity: 0;
   -khtml-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=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;
}
.about_sec3_listImg {
   -webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.about_sec3_list .active {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-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;
}
.about_sec3_list .active .hidden_img {
	opacity: 0;
   -moz-opacity: 0;
   -khtml-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
}
.about_sec3_list .active .visible_img {
	opacity: 1;
   -moz-opacity: 1;
   -khtml-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
}



.about_sec2 {
  padding: 80px 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.about_sec2 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec2.active .common_tit {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.about_sec2_con .col-sm-4 {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec2_con .col-sm-4:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 0.8s;
  -moz-transition: all 1.2s ease-in-out 0.8s;
  -ms-transition: all 1.2s ease-in-out 0.8s;
  -o-transition: all 1.2s ease-in-out 0.8s;
  transition: all 1.2s ease-in-out 0.8s;
}
.about_sec2_con .col-sm-4:nth-of-type(3) {
  -webkit-transition: all 1.2s ease-in-out 1.2s;
  -moz-transition: all 1.2s ease-in-out 1.2s;
  -ms-transition: all 1.2s ease-in-out 1.2s;
  -o-transition: all 1.2s ease-in-out 1.2s;
  transition: all 1.2s ease-in-out 1.2s;
}
.about_sec2.active .about_sec2_con .col-sm-4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.about_sec2_box {
  width: 80%;
  margin: auto;
}
.about_sec2_tit {}

.about_sec2_con a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.about_sec2_img {
  overflow: hidden;
}
.about_sec2_img img {
  width: 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;
}
.about_sec2_con a:hover .about_sec2_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);
}
.about_sec2_txt {
  margin-top: 20px;
}
.about_sec2_txt h4 {
  color: #333;
  font-size: 22px;
  line-height: 32px;
  -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;
  letter-spacing: 1px;
  font-weight: bold;
}
.about_sec2_txt h6 {
  color: #666;
  font-size: 20px;
  line-height: 28px;
  -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;
  font-family: 'raleway_1-webfont';
  text-transform: capitalize;
  letter-spacing: 1px;
}
.about_sec2_con a:hover .about_sec2_txt h4,
.about_sec2_con a:hover .about_sec2_txt h6 {
  color: #a54324;
}

.about_sec3 {
  padding: 80px 0 0px;
  background-color: #fff;
}
.about_sec3_box {
  width: 80%;
  margin: 80px auto;
}	
.about_sec3_list >li{
  float: left;
}
.about_sec3_list >li a{
  font-size: 18px;
  color: #333;
  padding: 10px 40px;
  margin-right: 40px;
  background-color: #4ea09e;
  color: #fff;
}
.about_sec3_list >li a:hover{
  background-color: #00656d;
  color: #fff;
}
.about_sec3_list >li.active>a{
  /*border: 1px solid #00656d;*/
  background-color: #00656d;
  color: #fff;
}
.about_sec3_con ul {
  margin-top: 40px;
}
.about_sec3_con ul li{
  float: left;
  width: 18%;
  margin-right: 2.5%;
  position: relative;
}
.about_sec3_con ul li:last-child{
  margin-right: 0;
}
.about_sec3_con ul li .about_sec3_img img{
  width: 100%;
}
.about_sec3_con ul li .about_sec3_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  text-align: center;
}
.about_sec3_con ul li .about_sec3_txt h5{
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.about_sec3_con ul li .about_sec3_txt h6{
  font-size: 20px;
  color: #fff;
  font-family: 'raleway_1-webfont';
  margin: 0;
  letter-spacing: 2px;
}
.honor_sec2{
  height:270px;
  position: relative;
  margin-top:50px;
  overflow: hidden;
}
.honor_sec2 h3{
  color:#111;
}
.honor_sec2 p{
  width:300px;
  margin:20px auto;
}
.honor_sec2 .slick-track table {
  margin: 40px auto;
  width: 69%;
}
.honor_sec2 table th {
  text-align: center;
  font-size: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 10px;
  width: 450px;
  letter-spacing: 2px;
  color: #8f7d59;
}
.honor_sec2 table td {
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 10px;
  width: 450px;
  letter-spacing: 1px;
  color: #999;
}
.honor_sec2 .timeline-year{
  position: relative;
  width: 80%;
  margin: auto;
  overflow:visible;
}
.honor_timeline-years__full-line{
  background-color:#333;
}
.honor-timeline-left{
  border:none;
  top: 45px;
  left: 115px;
  cursor: pointer;
}
.honor-timeline-right{
  border:none;
  top: 45px;
  right: 130px;
  cursor: pointer;
}

.honor_sec2 .timeline-years_year {
  color: #666;
  font-family: arial;
  letter-spacing: 1px;
  font-size: 15px;
  overflow: hidden;
}
.honor_sec2 .timeline-years_year.active{
  color: #a54324;
}
.honor_sec2 .timeline-years__active-line {
  background-color: #8f7d59;
  bottom: 0;
  width:5px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  z-index: 1;
  border:5px solid #ddd;
  border-radius:50%;
}

.timeline-years_year {
  box-sizing: border-box;
  z-index: 99;
  font-family: 'webfontregular';
  color: #333;
  cursor: pointer;
  display: inline-block;
  letter-spacing: normal;
  line-height: 40px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  margin-right: -8px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 18px;
  letter-spacing: 1px;
}
.timeline-years_year:hover:before, .timeline-years_year.active{
  color: #a54324;
  font-size: 30px;
  font-weight: bold;
  font-family: 'webfontregular';
}
.timeline-years_year.active:before {
  background-color: #a54324;
  border:1px solid #a54324;
  border-top: 20px solid #a54324;
  position: relative;
  top: 3px;
  left: 56%;
}
.timeline-years_year:before {
  background-color: #999;
  bottom: -10px;
  z-index: 9;
  content: '';
  display: block;
  left: 56%;
  margin-left: -10px;
  position: relative;
  top: 3px;
  width: 1px;
  border:1px solid #999;
  border-top: 20px solid #999;
}
.timeline-years_year:after{
  z-index: 9;
  content: '';
  display: block;
  left: 80%;
  position: absolute;
  top: 6px;
  width: 30%;
  height: 15px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.timeline-years_year:last-child:after{
  display: none;
}

.about_sec5 {
  background: #f5f5f5;
  padding: 80px 0 150px;
  overflow:hidden;
}
.about_sec5 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.about_sec5.active .common_tit {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.about_sec5_box {
  width: 80%;
  margin: 120px 10% 0;
  position: relative;
  /*overflow: hidden;*/
}
.about_sec5_left {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: translateX(1600px);
  -moz-transform: translateX(1600px);
  -ms-transform: translateX(1600px);
  -o-transform: translateX(1600px);
  transform: translateX(1600px);
}
.about_sec5.active .about_sec5_left,
.about_sec5.active .about_sec5_right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.about_sec5_right {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
}
.about_sec5_right .about5-swiper .swiper-pagination{
  display: none;
}
.about_sec5_left {
  position: relative;
}
.about_sec5_text {
  position: absolute;
  top: 8%;
  left: 0;
  display: none;
  padding:0 10% 0 26%;
  width: 100%;
  height: 100%;
}
.about_sec5_text .line{
  position: absolute;
  bottom: -8%;
  left: -104%;
}
.timeline-years {
  position: relative;
  width: 98%;
  margin: auto;
}
.timeline-years {
  position: relative;
}
.timeline-years__full-line {
  -webkit-transition: width 2s;
  -moz-transition: width 2s;
  -ms-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
  width: 100%;
}
.timeline-years__full-line {
  background-color: #000;
  height: 1px;
  left: 20px;
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 94%;
}
.relative {
  position: relative;
  top: 60px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.timeline-years__active-line {
  background-color: #8f7d59;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 0;
  z-index: 1;
}
.timeline-years__year:hover, .timeline-years__year.active {
  color: #8f7d59;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.timeline-years__year {
  box-sizing: border-box;
  z-index: 99;
  font-family: 'webfontregular';
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: normal;
  line-height: 40px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  margin-right: -8px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 14px;
}
.timeline-years__year:hover:after, .timeline-years__year.active:after {
  background-color: #8f7d59;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 98;
}
.timeline-years__year:after {
  background-color: #fff;
  bottom: -8px;
  content: '';
  display: none;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  z-index: 999;
}
.timeline-years__year:hover:before, .timeline-years__year.active:before {
  background-color: #8f7d59;
  height: 25px;
}
.timeline-years__year:before {
  background-color: #fff;
  bottom: -10px;
  z-index: 9;
  content: '';
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -0.5px;
  position: absolute;
  width: 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about_sec5_text .text_bg{
  font-size: 280px;
  color: #a54324;
  font-weight: bold;
  opacity: .05;
  filter:alpha(opacity=5);
  position: absolute;
  left: 0;
  top: -30px;
}
.about_sec5_text_con{
  position: absolute;
  top: 0;
  left: 20%;
  width: 70%;
}
.about_sec5_text_con h5{
  font-size: 14px;
  color: #a54324;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  transform: rotateZ(180deg);
  position: absolute;
  left: -50px;
  bottom: 0%;
}
.about_sec5_text h2 {
  font-size: 114px;
  font-style: italic;
  color: #a54324;
  margin-top: 40px;
  font-family: arial;
  letter-spacing: 5px;
}
.about_sec5_text h4 {
  font-size: 22px;
  color: #333;
  margin-top: 20px;
  font-family: 'raleway_1-webfont';
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.about_sec5_text h6 {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  letter-spacing: 0px;
  margin-top: 0;
}
.about_sec5_btn {
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0px;
}
.about_sec5_textImgBox {
	margin-top: 40px;
	text-align: right;
}
.about_sec5_textImgBox img {
	margin-left: 30px;
	width: 30px;
}
.about_sec5_btn > div {
  float: left;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  /*background: #fff;*/
  text-align: center;
  font-size: 50px;
  color: #999;
}
.about_sec5_btn > div i {
  line-height: 40px;
}
.about_sec5_btn > div.active i {
  color: #a54324;
}
.about_sec5_btn .about_sec5_prev{
  float: left;
  position: relative;
  left: -1%;
  cursor: pointer;
  z-index: 999;
}
.about_sec5_btn .about_sec5_next{
  float: right;
  position: relative;
  right: 1%;
  cursor: pointer;
  z-index: 999;
}
/*.swiper-slide{
  width: calc(100%) !important;
}*/
.about_sec5_img {
  width: 100%;
}
.about_sec5_img img {
  width: 100%;
}


.about_sec6{
  opacity: 0;
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec6.active {
  opacity: 1;
}
.about_sec6_bg{
  padding: 80px 0 0;
}
.about_sec6_text{
  background: #a54324;
  width: 83%;
  float: right;
  padding: 80px;
  margin-top: 40px;
}
.about_sec6_text .text_ico{
  width: 60px;
}
.about_sec6_text h3{
  color: #f5f5f5;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
}
.about_sec6_text h4{
  font-size: 15px;
  color: #e5e5e5;
  line-height: 26px;
}
.text_right{
  padding-left: 60px;
}
.right_img_box{
  width: 50%;
  float: left;
}
.right_img_text {
  width: 40%;
  float: right;
  margin-top: 50%;
}
.right_img_box img{
  width: 100%;
}
.right_img_text h3{
  font-family: arial;
  font-weight: normal;
  color: #174e57;
  font-size: 30px;
}
.right_img_text h4{
  font-size: 18px;
  letter-spacing: 1px;
}
.about_sec4 {
  overflow:hidden;
}
.about_sec4 .list_img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec4.active .list_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about_sec4 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec4.active .common_tit {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.about_sec4_bg{
  padding: 80px 0 120px;
}
.about_Partner_list{
  width: 80%;
  margin:0 auto;
}
.list_img{
  width: 18%;
  height: 165px;
  float: left;
  padding: 0 20px;
  border: 1px solid #8a8a8a;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-right:2%;
  background-color: rgba(255,255,255,.3);
}
.list_box1{
  margin-top: 40px;
}


.about_sec3 {
  overflow: hidden;
}
.about_sec3 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec3.active .common_tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.about_sec3 .col-sm-4 {
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec3 .col-sm-7 .right_con {
  -webkit-transform: translateX(1600px);
  -moz-transform: translateX(1600px);
  -ms-transform: translateX(1600px);
  -o-transform: translateX(1600px);
  transform: translateX(1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.about_sec3.active .col-sm-4,
.about_sec3.active .col-sm-7 .right_con {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.about_sec3_text {}
.about_sec3_text h6 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 10px;
}
.about_sec3_text h3{
  margin-top:20px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'raleway_1-webfont';
}
.about_sec3_text h2 {
  margin-top: 30px;
  font-size: 64px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 90px;
  font-family: 'raleway_1-webfont';
}
.about_sec3_left {
  position: absolute;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  text-transform: uppercase;
  bottom: 50px;
  left: 50px;
  transform-origin: left bottom;
}
.about_sec3_left h6 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  line-height: 24px;
  font-family: 'raleway_1-webfont';
}
.about_sec3_left h6 i {
  font-size: 16px;
}
.about_sec3_left h6 span {
  display: inline-block;
  width: 32px;
  height: 1px;
  line-height: 14px;
  background: #fff;
  margin-bottom: 4px;
}
.about_sec6 h6{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.about_sec6 h3{
  font-size: 77px;
  color: #fff;
  line-height: 90px;
  font-weight: bolder;
}

/*  about  */


/*  about_dot  */
.about_dot_sec1 {
  width: 80%;
  margin: 60px auto 0;
  padding-bottom: 80px;
  padding-top: 50px;
}
.about_dot_sec1_box{
  padding-top: 10px;
}
.ind_sec4_txt1 h5{
  text-align: center;
  font-size: 22px;
  color: #a54324;
  margin: 40px 0 20px;
  font-style:italic;
}
.about_dot_sec1_box .row{
  margin-bottom: 20px;
}
.about_dot_sec1_box .about_sec1_box_txt{
  text-align: center;
}
.about_sec1_box_img img{
  width: 80%;
}
.about_sec1_box_img{
  text-align: center;
}
.about_dot_sec1_box .about_sec1_box_txt h3{
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}
.about_sec1_con{
  padding: 30px 30px 80px 30px;
  background: #a54324;
  position: relative;
  height: 100%;
}
.about_sec1_con .about_txt {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.about_sec1_con .about_txt a{
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  position: relative;
  text-decoration: none;
}
.about_sec1_con .about_txt a:before{
  content: '';
  display: inline-block;
  background: url(../../images/index/vr.png) center/cover no-repeat;
  width: 20px;
  height: 12px;
  margin-right: 4px;
}
.about_sec1_con .about_txt a:after{
  content: '';
  display: inline-block;
  background: url(../../images/index/vr_right.png) center/cover no-repeat;
  width: 18px;
  height: 12px;
  margin-left: 4px;
}
/*  about_dot  */


/*  brand_positioning  */
.brand_positioning_sec1 {
  width: 80%;
  margin: 60px auto 0;
  padding-bottom: 80px;
  padding-top: 50px;
  overflow: hidden;
}
.brand_positioning_sec1 .common_tit {
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.brand_positioning_sec1 .col-sm-6 {
  -webkit-transition: all 1.2s ease-in-out 0.8s;
  -moz-transition: all 1.2s ease-in-out 0.8s;
  -ms-transition: all 1.2s ease-in-out 0.8s;
  -o-transition: all 1.2s ease-in-out 0.8s;
  transition: all 1.2s ease-in-out 0.8s;
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
}
.brand_positioning_sec1 .col-sm-6:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 1.2s;
  -moz-transition: all 1.2s ease-in-out 1.2s;
  -ms-transition: all 1.2s ease-in-out 1.2s;
  -o-transition: all 1.2s ease-in-out 1.2s;
  transition: all 1.2s ease-in-out 1.2s;
}
.brand_positioning_sec1.active .common_tit,
.brand_positioning_sec1.active .col-sm-6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.brand_positioning_sec1_box{
  padding-top: 10px;
}
.brand_positioning_sec1_box .brand_positioning_sec1_txt{
  text-align: center;
}
.brand_positioning_sec1_box .brand_positioning_sec1_txt h3{
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}
.brand_positioning_sec1_box .brand_positioning_sec1_txt h4{
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}
/*  brand_positioning  */

/*  brand_core  */
.brand_core_sec1 {
  width: 80%;
  margin: 60px auto 0;
  padding-bottom: 80px;
  padding-top: 50px;
  overflow: hidden;
}
.brand_core_sec1 .common_tit {
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.brand_core_sec1 .col-sm-6,
.brand_core_sec1 .col-sm-4,
.brand_core_sec1 .col-sm-3 {
  -webkit-transition: all 1.2s ease-in-out 0.8s;
  -moz-transition: all 1.2s ease-in-out 0.8s;
  -ms-transition: all 1.2s ease-in-out 0.8s;
  -o-transition: all 1.2s ease-in-out 0.8s;
  transition: all 1.2s ease-in-out 0.8s;
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
}
.brand_core_sec1 .col-sm-6:nth-of-type(2),
.brand_core_sec1 .col-sm-4:nth-of-type(2),
.brand_core_sec1 .col-sm-3:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 1.2s;
  -moz-transition: all 1.2s ease-in-out 1.2s;
  -ms-transition: all 1.2s ease-in-out 1.2s;
  -o-transition: all 1.2s ease-in-out 1.2s;
  transition: all 1.2s ease-in-out 1.2s;
}
.brand_core_sec1 .col-sm-4:nth-of-type(3),
.brand_core_sec1 .col-sm-3:nth-of-type(3) {
  -webkit-transition: all 1.2s ease-in-out 1.6s;
  -moz-transition: all 1.2s ease-in-out 1.6s;
  -ms-transition: all 1.2s ease-in-out 1.6s;
  -o-transition: all 1.2s ease-in-out 1.6s;
  transition: all 1.2s ease-in-out 1.6s;
}
.brand_core_sec1 .col-sm-3:nth-of-type(4) {
  -webkit-transition: all 1.2s ease-in-out 2s;
  -moz-transition: all 1.2s ease-in-out 2s;
  -ms-transition: all 1.2s ease-in-out 2s;
  -o-transition: all 1.2s ease-in-out 2s;
  transition: all 1.2s ease-in-out 2s;
}
.brand_core_sec1.active .common_tit,
.brand_core_sec1.active .col-sm-6,
.brand_core_sec1.active .col-sm-4,
.brand_core_sec1.active .col-sm-3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.brand_core_sec1_box{
  padding-top: 10px;
  position: relative;
}
.brand_core_sec1_con:hover .brand_core_sec1_txt{
  opacity: 1;
  -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;
}
.brand_core_sec1_box .brand_core_sec1_txt{
  width: 100%;
  height: 100%;
  padding: 180px 0;
  text-align: center;
  background-color: rgba(26,99,107,.5);
  position: absolute;
  top: 0;
  left: 15px;
  opacity: 0;
  -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;
}
.brand_core_sec1_box .brand_core_sec1_txt h5{
  font-size: 18px;
  color: #333;
  margin: 0 0 40px;
  font-size: 22px;
  color:#fff;
}
.brand_core_sec1_box .brand_core_sec1_txt h6{
  font-size: 18px;
  color: #333;
  margin: 16px 0;
  font-size: 14px;
  color: #fff;
}
/*  brand_positioning  */

/*  contact  */
.contact_sec1 {
  width: 80%;
  margin: 0 auto 80px;
  padding: 80px 0 0;
  position: relative;
}
.contact_sec1_box {
 /* margin: 80px 0 0 10%;*/
}
.contact_sec1_left_txt h2{
  font-size: 60px;
  color: #000;
  letter-spacing: 5px;
  font-family: 'raleway_1-webfont';
  line-height: 70px;
  text-transform: uppercase;
}
.contact_sec1_right_txt h3{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_sec1_right_txt h4{
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.right_bottom_txt h3{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.right_bottom_txt h4{
  color: #999;
}
.lxkf{
  text-align: right;
  width:22%;
  margin: 80px auto;
}
.lxkf p{
  font-size: 14px;
  color: #fff;
  background-color: #a54324;
  padding: 10px 0;
  width: 134px;
  /*float: left;*/
  text-align: center;
  margin: 45px auto 0;
  /*display: inline-block;*/
}
.lxkf > div {
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
  text-align: center;
  width: 134px;
	display: inline-block;
}
.lxkf > div > img {
	display: block;
	width: 99px;
	margin: 0 auto 10px;
}
.lxkf p img{
  width: 16px;
  margin-right: 6px;
  position: relative;
  bottom: 2px;
}
.contact_sec2 {
  padding: 8% 0;
  position: relative;
}
.contact_sec2 .common_tit .line{
  background-color: #fff;
}
.contact_sec2 .common_tit h3{
  color: #fff;
}
.contact_sec2 .common_tit .common_text h6{
  color: #fff;
}
.contact_sec2 .contact_sec2_box{
  width: 64%;
  margin: 80px auto;
}
.contact_sec2 .contact_sec2_box li{
  margin-bottom: 20px;
}
.contact_sec2 .contact_sec2_box li:nth-child(3n){
  margin-bottom: 0;
}
.contact_sec2 .contact_sec2_box li a{
  display: block;
  background-color: #fff;
  padding: 30px 24px;
  -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;
}
.contact_sec2 .contact_sec2_box li a p{
  margin: 0;
  font-size: 16px;
  color: #333;
  -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;
}

.contact_sec2 .contact_sec2_box li a p font{
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-left: 15px;
}

.contact_sec2 .contact_sec2_box li a p span{
  font-size: 14px;
  color: #999;
  float: right;
  -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;
  position: relative;
}
.contact_sec2 .contact_sec2_box li a p span img{
  margin-right: 10px;
  position: absolute;
  bottom: 3px;
  left: -20px;
  -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;
}
.contact_sec2 .contact_sec2_box li a p span img:nth-child(2){
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.contact_sec2 .contact_sec2_box li:hover a{
  background-color: #a54324;
  color: #fff;
  padding: 30px 40px;
}
.contact_sec2 .contact_sec2_box li:hover a p{
  color: #fff;
}

.contact_sec2 .contact_sec2_box li:hover a p font{
	color: #fff;
}

.contact_sec2 .contact_sec2_box li:hover a p span{
  color: #fff;
}
.contact_sec2 .contact_sec2_box li:hover a p span img:nth-child(2){
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.contact_sec2_pagination{
  width: 150px;
  margin: 0 auto;
}
.contact_sec2_pagination li{
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.contact_sec2_pagination li span{
  color: #fff;
  font-size: 14px;
}
.contact_sec2_pagination li:first-child span,
.contact_sec2_pagination li:last-child span{
  font-size: 24px;
  color: #999 !important;
  line-height: 16px;
  text-decoration: none !important;
}
.contact_sec2_pagination li.active span{
  color: #a54324;
  text-decoration: underline;
}
.contact_sec3 {
  margin: 80px auto;
}
.contact_sec3_box {
  width: 80%;
  margin: 0px auto;
}
.contact_sec3_right{
  width: 80%;
  margin: 0 auto;
}
.contact_sec1_content{
  width: calc(50% - 100px);
  margin-right: 200px;
  float: left;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.contact_sec1_content:nth-child(even){
  margin-right: 0;
  padding: 30px 0;
}
.contact_sec1_content_left{
  width: 50%;
  float: left;
  text-align: left;
  padding-top: 10px;
}
.contact_sec1_content_left h6{
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}
.contact_sec1_content_left p{
  font-size: 14px;
  color: #999;
  margin: 0; 
  line-height: 28px;
}
.contact_sec1_content_left p:last-child{
  margin-bottom: 0;
}
.contact_sec1_content_right{
  float: right;
}
.contact_sec1_content_right>a:first-child{
  width: 220px;
  height: 110px;
  overflow: hidden;
  /*float: right;*/
  display: block;
  margin-bottom: 10px;
}
.contact_sec1_content_right a{
  display: block;
}
.contact_sec1_content_right a span{
  color: #6fb62c;
}

.contact_sec1_content_right img{
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.contact_sec1_content:nth-last-of-type(n + 3) {
	padding-top: 10px;
	margin-top: 20px;
}
.contact_sec1_content:nth-of-type(n + 3) {
	border-bottom: none;
	padding-bottom: 0;
}
.contact_sec1_content:nth-of-type(2n + 1):after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	right: -100px;
	top: 0;
	background-color: #ddd;
}



.form-control {
  border-radius: 0px;
  height: 58px;
}
.form-group textarea:focus,
.form-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group input[type=text] {
  padding: 20px;
}

.form-group textarea {
  resize: none;
  height: 248px;
  padding: 20px;
}

.form-group label {
  font-family: "Arial";
  color: rgb(102, 102, 102);
  font-size: 16px;
  font-weight: 400;
}

.form-group input[type=submit] {
  background-color: rgb(51, 51, 51);
  width: 286px;
  height: 42px;
  color: white;
  text-align: center;
  margin-top: 30px;
  font-family: "Arial";
}
.contact_sec1_content{
  text-align: center;
  position: relative;
}
.contact_sec1_content h4{
  margin: 20px 0;
  font-size: 20px;
  color: #333;
}
.contact_sec1_content h5{
  color: #999;
  font-size: 14px;
}
.contact_sec1_content .row .col-lg-3{
  border-right: 1px solid #e4e4e4;
}
.contact_sec1_content .row .col-lg-3:last-child{
  border-right: none;
}
/*  contact  */


/* join_dot.html */
.jobdot {
  width: 70%;
  padding: 250px 0 0;
  margin: 0 auto 80px;
}
.jobcon {
  width: 100%;
  position: relative;
  bottom: -300px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-top: 60px;
}
.jobcon_bt {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 20px
}
.jobcon_bt p {
  line-height: 30px;
}
.jobtopcon {
  width: 100%;
  height: auto;
}
.jobtopcon_tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: auto;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px #ddd dotted;
  text-align: left;
  margin-top: 30px;
}
.zpnrbody {
  width: auto;
  border-bottom: 1px #ddd dotted;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.zpnrbodynr {
  /*width: 225px;*/
  height: 50px;
  float: left;
  margin-right: 40px;
}
.zpnrbodynrs {
  width: auto;
  height: auto
}
.zpnrbodynrsz {
  height: 25px;
  line-height: 26px;
  float: left;
  color: #666;
  font-size: 15px;
  letter-spacing: 1px;
}
.zpnrbodynrsy {
  float: right;
  height: 25px;
  line-height: 25px;
}
.jobbottom {
  overflow: hidden;
  float: left;
  margin-top: 20PX;
}
.jobconleft {
  float: left;
}
.zwzpnr {
  margin-top: 30px;
}
.jobconleft p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  letter-spacing: 1px;
}
.zwzpn {
  margin: 0 auto;
  padding-top: 20px;
  line-height: 25px;
}
.scwj {
  margin-top: 20px;
  padding-top: 5px;
}
.scwjz {
  line-height: 25px;
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.scwjy {
  overflow: hidden;
}
.test {
  border: none;
  float: left;
}
.InputButton {
  float: left;
  border: none;
  background: #004193;
  font-size: 16px;
  text-align: center;
  width: 70px;
  color: #fff;
}
.scwjyz {
  width: 235px;
  height: auto;
  float: left;
  line-height: 25px
}
.scwjyy {
  width: 85px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.job_back {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.job_back_con {
  text-align: center;
  display: block;
  width: 120px;
  line-height: 35px;
  background: #671115;
  color: #fff;
  margin: 0 auto;
}
.job_back_con a {
  color: #fff;
}
.job_back02 {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.job_back02_con {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid #0255a5;
  padding: 3px;
  margin: 0 auto;
}
.job_back02_con a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #0056a9;
  display: block;
}
.job_back02_con:hover {
  transition: color .6s, border-color .6s, background-color .6s;
  border: 1px solid #000;
}
.job_back02_con a:hover {
  background: #000;
  transition: color .6s, border-color .6s, background-color .6s;
}
.job_btn{
  width: 180px;
  height: 50px;
  border: 1px solid #c1c1c1;
  line-height: 50px;
  text-align: center;
  margin: 70px auto 0;
  position: relative;
  font-size: 16px;
}

/* join_dot.html */

/*  news  */

.news_sec1 {
  padding: 100px 0 80px;
  overflow: hidden;
}
.news_sec1_box {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
}
.news_sec1 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.news_sec1.active .common_tit {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.news_sec1_cont .sec1_cont_left {
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.news_sec1_cont .sec1_cont_right {
  -webkit-transform: translateX(1600px);
  -moz-transform: translateX(1600px);
  -ms-transform: translateX(1600px);
  -o-transform: translateX(1600px);
  transform: translateX(1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.news_sec1.active .sec1_cont_left,
.news_sec1.active .sec1_cont_right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.news_sec1_cont .sec1_cont_left {
  position: relative;
}
.news_sec1_cont .sec1_cont_left_txt {
  position: absolute;
  top: 50%;left: 50%;
  transform: translate3d(-50%,-50%,0);
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-weight: 400;
}
.news_sec1_cont .sec1_cont_left_txt h3 {
  margin:10px 0 0;
}
.news_sec1_cont .sec1_cont_right_txt {
  margin-top: 15px;
}
.news_sec1_cont .sec1_cont_right_txt h4 {
  color: #6f6f75;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news_sec1_cont .sec1_cont_right_txt h4 span {
  color: #333;
  font-size: 16px;
}
.news_sec1_cont .sec1_cont_right_txt h3 {
  margin: 0px 0 0;
  font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
  color:#999;
}
.news_sec1_cont .sec1_cont_right_txt h3 span {
  float: right;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}
.news_sec1_cont .sec1_cont_right_top {
  margin-bottom: 25px;
}
.news_sec1_cont .sec1_cont_right a {
  color: inherit;
  -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;
}
.news_sec1_cont .sec1_cont_right a:hover {
  color: #a54324;
}
.sec1_cont_left {
  position: relative;
  overflow: hidden;
}
.sec1_cont_left .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  -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;
}
.news_sec1_cont a:hover .sec1_cont_left .mask {
  opacity: 1;
}
.news_sec1_cont a .sec1_cont_left .sec1_cont_left_img {
  -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;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.news_sec1_cont a:hover .sec1_cont_left .sec1_cont_left_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);
}
.sec1_cont_right_img {
  overflow: hidden;
  position: relative;
}
.sec1_cont_right_img img {
  width: 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;
}
.sec1_cont_right a:hover 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);
}
.news_sec2 {
  background: #f7f7f7;
  padding: 80px 0;
}
.news_sec3 {
  padding: 70px 0 140px;
  position: relative;
  overflow: hidden;
}
.news_sec3.active .col-sm-4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.news_sec4 {
  margin: 80px auto;
  overflow: hidden;
}
.news_sec4 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.news_sec4.active .common_tit {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.news_sec4_list {
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.news_sec4_list:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 0.8s;
  -moz-transition: all 1.2s ease-in-out 0.8s;
  -ms-transition: all 1.2s ease-in-out 0.8s;
  -o-transition: all 1.2s ease-in-out 0.8s;
  transition: all 1.2s ease-in-out 0.8s;
}
.news_sec4.active .news_sec4_list {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.news_sec4_box {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
}
.news_sec4_list {
  padding: 40px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news_sec4_list a {
  color: inherit;
  -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;
}
.news_sec4_list a:hover {
  color: #a54324;
}
.news_sec4_img {
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
}
.news_sec4_img > div{
  width: 100%;
  height: 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;
}
.news_sec4_list a:hover .news_sec4_img > div{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_sec4_img_inner {
  height: 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;
}
.news_sec4_list a:hover .news_sec4_img_inner{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_sec4_txt {
  display: block;
  float: left;
  padding-left: 2%;
  width: 73%;
}
.news_sec4_txt h4 {
  margin-top: 0;
}
.news_sec4_txt_time {
  color: #929395;
  font-size: 14px;
  letter-spacing: 1px;
}
.news_sec4_txt h3 {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 20px;
}
.news_sec4_txt h5 {
  line-height: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_sec4_txt img {
  width: 26px;
}
.news_sec4_txt > span {
  border-bottom: 1px solid #8dbcc2;
  text-transform: uppercase;
}




.news_sec2_txt h4{
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  letter-spacing: 1px;
  margin: 30px 0 20px;
}
.news_sec2_txt h6{
  font-size: 14px;
  color: #eee;
  line-height: 24px;
  letter-spacing: 1px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-overflow:ellipsis;
}

.news_sec3 .common_tit .line {
  width: 1px;
  height: 50px;
  margin: auto;
  background: #fff;
}
.news_sec3 .common_tit h3 {
  font-size: 35px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0 20px;
  text-align: center;
}
.news_sec3 .common_text {
  color: #fff;
  position: relative;
  width: 60%;
  margin: 0 auto 50px;
}
.news_sec3 .common_text h6 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  text-align: center;
  text-indent: 2em;
}
/*  news  */

/*newsdot*/
.more2{
  font-family: inherit !important;
  text-align: center;
  margin: 60px auto 0;
  display: block;
  width: 160px;
}

.newsdot_sec1 {
  margin: 200px 0 0;
}

.newsdot_sec1_box {
  width: 70%;
  margin: 80px auto;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  padding: 0 120px 0;
}

.newsdot_sec1_top h5 {
  color: #0ea29d;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}

.newsdot_sec1_top h3 {
  color: #333;
  text-align: center;
  font-size: 22px;
}

.newsdot_sec1_img {
  margin: 30px 0;
  position: relative;
}

.newsdot_sec1_img img {
  width: 100%;
}

.newsdot_sec1_img h5 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0 20px 20px 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.newsdot_sec1_txt h3 {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.newsdot_sec1_txt h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.newsdot_sec1_txt h4 {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin: 20px 0;
}

.newsdot_sec1_txt h5 {
  color: #666;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  font-weight: 100;
  letter-spacing: 1px;
  text-indent: 32px;
  text-align: left;
}

.newsdot_sec1_txt h5 span {
  color: #f4aa8d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
}

.newsdot_sec1_con {
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.newsdot_sec1_con h5 {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}

.newsdot_sec1_btn {
  text-align: center;
  margin-top: 50px;
}

.newsdot_sec1_btn a {
  display: inline-block;
  height: 72px;
  width: 214px;
  text-align: center;
  color: #0ea29d;
  border-radius: 36px;
  line-height: 72px;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #0ea29d;
}

.newsdot_sec1_bottom {
  margin: 160px -201px 0;
  border-left: 1px solid #0ea29d;
  padding: 0 50px;
}

.newsdot_sec1_bottom h5 {
  margin-top: 0;
  color: #0ea29d;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 1px;
}

.newsdot_sec1_bottom h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.newsdot_din {
  position: fixed;
  top: 45%;
  width: 13%;
  display: block;
  display: none;
  z-index: 999;
}

.newsdot_din_left {
  left: 0;
}

.newsdot_din_right {
  right: 0;
}

.newsdot_din_img {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
  line-height: 90px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.newsdot_din_left .newsdot_din_img {
  float: left;
}

.newsdot_din_right .newsdot_din_img {
  float: right;
}

.newsdot_din_img i {
  font-size: 30px;
  color: #666;
  line-height: 80px;
}

.newsdot_din_left .newsdot_din_txt {
  margin-left: 100px;
  padding-top: 10px;
}

.newsdot_din_right .newsdot_din_txt {
  margin-right: 100px;
  padding-top: 10px;
}

.newsdot_din_txt h4 {
  margin: 0;
  font-size: 12px;
  color: #1a636b;
}

.newsdot_din_txt h3 {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  margin: 5px 0;
  letter-spacing: 1px;
}

.newsdot_din_txt h3 span {
  font-family: arial;
  font-weight: bold;
}

.newsdot_din_txt h5 {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-family: arial !important;
  letter-spacing: 1px;
}

.newsdot_din_con {
  position: absolute;
  background: #fff;
  width: 700px;
  top: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.newsdot_din_left .newsdot_din_con {
  left: -600px;
}

.newsdot_din_right .newsdot_din_con {
  right: -600px;
}

.newsdot_din_left:hover .newsdot_din_con {
  left: 0;
}

.newsdot_din_right:hover .newsdot_din_con {
  right: 0px;
}

.newsdot_din_image {
  width: 240px;
}
.newsdot_din_image img{
  height: 240px;
}

.newsdot_din_text {
  width: 360px;
  padding: 40px 20px 0;
}

.newsdot_din_left .newsdot_din_text, .newsdot_din_left .newsdot_din_image {
  float: left;
}

.newsdot_din_right .newsdot_din_text, .newsdot_din_right .newsdot_din_image {
  float: right;
}

.newsdot_din_text > h4 {
  margin: 0;
  font-size: 16px;
  color: #1a636b;
  letter-spacing: 1px;
}

.newsdot_din_text > h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  letter-spacing: 1px;
  color: #333;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-overflow:ellipsis;
}

.newsdot_din_text h3 span {
  font-family: Arial;
}

.newsdot_din_text > h5 {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-family: Arial !important;
}

.newsdot_din_btn h6 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  text-transform: uppercase;
  width: 90px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  padding-top: 10px;
}
.box-link{
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  text-align: center;
  padding: 9px 0 7px;
  width: 200px;
  position: relative;
  z-index: 10;
  font-size: 14px;
  line-height: 26px;
  color: #1a636b;
  border: solid 1px #1a636b;
  overflow: hidden;
  font-family: Arial;
}
.newsdot_sec1_txt img{
	max-width: 100%;
  display: block;
  margin: 30px auto;
}

/*newsdot*/

/*  solution  */
.solution_sec1 {
  padding: 80px 0 120px;
  background-color: #fff;
  overflow: hidden;
}
.solution_sec1 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec1.active .common_tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.solution_sec1_con .col-sm-4 {
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec1_con .col-sm-7 {
  -webkit-transform: translateX(1600px);
  -moz-transform: translateX(1600px);
  -ms-transform: translateX(1600px);
  -o-transform: translateX(1600px);
  transform: translateX(1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec1.active .solution_sec1_con .col-sm-4,
.solution_sec1.active .solution_sec1_con .col-sm-7 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.solution_sec1_box {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.solution_sec1_con{
  padding-top: 0px;
}
.solution_sec1_con h5{
  font-size: 30px;
  color: #333;
  margin-top: 50px;
  font-family: 'raleway_1-webfont';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
}
.solution_sec1_con h6{
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin: 20px 0 5px;
}
.solution_sec1_con h6 span {
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 2px;
	color: #a54324;
	display: inline-block;
}
.times {
	line-height: 40px;
	height: 40px;
	font-size: 24px;
	color: #a54324;
}
.times > span {
	display: inline-block;
	width: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #a54324;
	font-size: 24px;
	background: url(../../images/index/timesImgBg.png) center center/cover no-repeat;
}
.solution_sec1_right_img {
  overflow: hidden;
}
.solution_sec1_right_img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_sec1_right_img:hover 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);
}
.solution_sec2  {
  opacity: 0;
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec2.active  {
  opacity: 1;
}
.solution_sec2_bg{
  padding: 80px 0 0;
}
.solution_sec2_text{
  margin: 0 auto;
  text-align: center;
  width: 270px;
  position: absolute;
  left: 8%;
  top: -8%;
}
.solution_sec2 .contact_sec2{
  padding: 300px 0;
}
.solution_sec3{padding:80px 0;overflow: hidden;}
.solution_sec3 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec3.active .common_tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.solution_sec3_box{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.solution_sec3_box .col-sm-6:first-of-type {
  -webkit-transform: translateX(-1600px);
  -moz-transform: translateX(-1600px);
  -ms-transform: translateX(-1600px);
  -o-transform: translateX(-1600px);
  transform: translateX(-1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec3_box .col-sm-6:nth-of-type(2) {
  -webkit-transform: translateX(1600px);
  -moz-transform: translateX(1600px);
  -ms-transform: translateX(1600px);
  -o-transform: translateX(1600px);
  transform: translateX(1600px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec3.active .solution_sec3_box .col-sm-6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.solution_sec3_box a {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_sec3_box h5{
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_sec3_box h6{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin: 10px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_sec3_img {
  overflow: hidden;
}
.solution_sec3_img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_sec3_box a:hover h5,
.solution_sec3_box a:hover h6 {
  color: #fff;
}
.solution_sec3_box a:hover .solution_sec3_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);
}
.solution_sec3_box a .pull-right{
  -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;
}
.solution_sec3_box a:hover .pull-right{
  padding: 0 20px;
}

.solution_sec4{background: #f5f5f5;padding: 80px 0;overflow: hidden;}
.solution_sec4 .common_tit {
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec4.active .common_tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.solution_sec4 .col-sm-4 {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: all 1.2s ease-in-out 0.4s;
  -moz-transition: all 1.2s ease-in-out 0.4s;
  -ms-transition: all 1.2s ease-in-out 0.4s;
  -o-transition: all 1.2s ease-in-out 0.4s;
  transition: all 1.2s ease-in-out 0.4s;
}
.solution_sec4 .col-sm-4:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 0.8s;
  -moz-transition: all 1.2s ease-in-out 0.8s;
  -ms-transition: all 1.2s ease-in-out 0.8s;
  -o-transition: all 1.2s ease-in-out 0.8s;
  transition: all 1.2s ease-in-out 0.8s;
}
.solution_sec4 .col-sm-4:nth-of-type(3) {
  -webkit-transition: all 1.2s ease-in-out 1.2s;
  -moz-transition: all 1.2s ease-in-out 1.2s;
  -ms-transition: all 1.2s ease-in-out 1.2s;
  -o-transition: all 1.2s ease-in-out 1.2s;
  transition: all 1.2s ease-in-out 1.2s;
}
.solution_sec4 .col-sm-12 {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: all 1.2s ease-in-out 1.6s;
  -moz-transition: all 1.2s ease-in-out 1.6s;
  -ms-transition: all 1.2s ease-in-out 1.6s;
  -o-transition: all 1.2s ease-in-out 1.6s;
  transition: all 1.2s ease-in-out 1.6s;
}
.solution_sec4.active .col-sm-12 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.solution_sec4.active .col-sm-4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.solution_sec4_box{width: 80%;margin: 0 auto;overflow: hidden;}
.solution_sec4_list{width:90%; margin: 0 auto; }
.solution_sec4_img {
  overflow: hidden;
}
.solution_sec4_img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_sec4_list a:hover .solution_sec4_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);
}
.solution_sec4_txt{
  padding: 0 20px;
  text-align: center;
  margin: 50px 0 30px;
}
.solution_sec4_txt h4 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  letter-spacing: 2px;
}
.solution_sec4_txt div {
  height: 2px;
  width: 30px;
  background-color: #000;
  margin: 10px auto;
}
.solution_sec4_txt h5 {
  letter-spacing: 2px;
  font-size: 14px;
}

.solution_sec3_box ul {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 40px;
}
.solution_sec3_box ul li {
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	padding: 3px 15px 6px;
	color: #666;
	border-right: 1px solid #eee;
	cursor: pointer;
}

.solution_sec3_box ul li img{
	display:block;
	padding-bottom:5px;
	margin:auto;
	width:25px;
	}


.solution_sec3_box ul li:last-of-type {
	border-right: none;
}
.solution_sec3_box ul .active {
	color: #a54324;
}
.solution_sec3_box ul .active span {
	border-bottom: 1px solid #a54324;
}
.solution_sec3_boxImg {
	margin-bottom: 20px;
	overflow: hidden;
}
.solution_sec3_boxImg img {
	-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;
}
.solution_sec3_boxImg:hover 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);
}
.solution_sec3_boxTxt h4 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-left: 0;
}
.solution_sec3_boxTxt p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-left: 0;
	margin: 0;
	padding-bottom: 10px;
}
.solution_sec3_box a:hover .solution_sec3_boxTxt *{
	color: #fff;
	padding-left: 10px;
}
.solution_sec3_boxBox {
	position: relative;
}
.solution_sec3_boxList {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*  solution  */

/*  teams  */
.teams_sec1 {
  padding: 80px 0 120px;
  background-color: #fff;
}
.teams_sec1 .common_text{
  margin: 0 auto 0;
}
.teams_sec1_box {
  width: 80%;
  margin: auto;
}
.teams_sec1_con {
}
.teams_sec1_con .row{
  margin-top: 200px;
  position: relative;
  top: 0px;
}
.teams_sec1_con .row:first-child{
  margin-top: 150px;
}
.teams_sec1_img{
  /*margin: 150px 0;*/
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  position: relative;
  top: 50px;
}
.teams_sec1_img .teams_sec1_img_txt{
  transform: rotate(90deg);
  position: absolute;
  bottom: 20%;
  right:-3%;
}
.teams_sec1_img .teams_sec1_img_txt h2{
  font-size: 60px;
  color: #666;
  font-weight: bold;
}
.teams_sec1_img .teams_sec1_img_txt h2 span{
  font-size: 14px;
  letter-spacing: 4px;
  position: relative;
  bottom:30px;
  margin-left: 10px;
}
.teams_sec1_img2 .teams_sec1_img_txt2{
  transform: rotate(90deg);
  position: absolute;
  bottom: 20%;
  left:-2%;
}
.teams_sec1_img2 .teams_sec1_img_txt2 h2{
  font-size: 60px;
  color: #666;
  font-weight: bold;
}
.teams_sec1_img2 .teams_sec1_img_txt2 h2 span{
  font-size: 14px;
  letter-spacing: 4px;
  bottom:0;
  margin-left: 10px;
}
.teams_sec1_img {
	position: relative;
}
.teams_sec1_img img{
  position: relative;
  top: -80px;
  left: -8%;
}
.teams_sec1_video {
	overflow: hidden;
  width: 100%;
  height: 100%;
}
.teams_sec1_video video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.teams_sec1_img .teams_sec1_video {
	position: absolute;
  top: -80px;
  left: -8%;
}
.teams_sec1_img2 img{
  position: relative;
  top: -80px;
  left: 8%;
}
.teams_sec1_img2 .teams_sec1_video {
	position: absolute;
  top: -80px;
  left: 8%;
}
.teams_sec1_txt{
  position: relative;
}
.teams_sec1_txt_con{
  padding-left: 40px;
  position: absolute;
  top: 36%;
  left: 0%;
}
.teams_sec1_txt_con>img{
  width: 70%;
  margin-bottom: 20px;
}
.teams_sec1_txt_con .big_img{
  width: 50%;
}
.teams_sec1_txt .txt_bg{
  font-size: 180px;
  color: #f5f5f5;
  position: absolute;
  top: 26%;
  left: 30%;
}
.teams_sec1_txt h5{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #666;
  font-family: 'raleway_1-webfont';
}
.teams_sec1_txt span{
  display: block;
  width: 20px;
  height: 1px;
  background-color: #d7d7d7;
  margin:10px 0 15px;
}
.teams_sec1_txt h3{
  font-size: 24px;
  color: #666;
  font-weight: bolder;
  letter-spacing: 0;
}
.teams_sec1_txt h4{
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px 0 40px;
  margin-top: 30px;
  color: #999;
}
.teams_sec1_txt h4:last-child{
  margin-top: 10px;
}
/*  teams  */

/*teams_dot*/
.teams_dot_sec1{
  width: 80%;
  margin: 5% auto 80px;
  position: relative;
  padding-right: 2%;
  padding-bottom: 2%;
}
.teams_dot_txt{
  width: 100%;
  padding: 4%;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.teams_dot_txt h6{
  font-size: 16px;
  color: #333;
}
.teams_dot_txt h5{
  font-size: 28px;
  color: #333;
  margin: 20px 0 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.teams_dot_txt h5 span{
  font-size: 12px;
  color: #333;
  margin-left: 10px;
  letter-spacing: 1px;
}
.teams_dot_txt .line{
  width: 30px;
  height: 1px;
  background-color: #333;
}
.teams_dot_sec1 img{
  float: right;
  width: 72%;
  position: relative;
  z-index: 2;
}
.teams_dot_sec2{
  width: 80%;
  margin: 80px auto;
}
.teams_dot_sec2 .row .col-sm-6{
  padding:0 5%;
}
.teams_dot_sec2 .row .col-sm-6:last-child{
  border-left: 1px solid #dbdbdb;
  padding:0 5% 0 4%;
}
.teams_dot_title{
  margin-bottom: 30px;
}
.teams_dot_title h6{
  font-size: 20px;
  color: #333;
}
.teams_dot_title .line{
  width: 20px;
  height: 1px;
  background-color: #666;
  margin-top: 20px;
}
.teams_dot_sec2_txt p{
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin: 0;
  letter-spacing: 0px;
}
.teams_dot_sec2_txt p span{
  font-size: 18px;
  color: #a54324;
}
.teams_dot_sec2_txt.kh p{
  text-transform: uppercase;
}
.teams_dot_title.hj{
  margin-top: 30px;
}
.teams_dot_sec2_con li{
  margin: 0 10px 10px 0;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #e6e6e6;
  font-size: 14px;
  color: #333;
  text-align: center;
  float: left;
}
.teams_dot_sec3{
  width: 80%;
  margin: 80px auto 0;
}
.teams_dot_sec3 p{
  font-size: 18px;
  color: #333;
  margin: 14px 0 0;
}
/*.teams_dot_sec3 .row{
  margin-bottom: 30px;
}*/

.teams_dot_sec3 .row .col_4_teams{
  margin-bottom: 30px;
}
/*teams_dot*/

/* video_center */
.video_center{
  width: 80%;
  margin: 80px auto;
}
.video_center_box > div > div {
	position: relative;
}
.video_center_box video{
  width: 100%;
}
.video_center_box h4{
  font-size: 18px;
  color: #333;
  padding: 20px 0 10px;
}
.video_center_box h4 span {
	font-size: 14px;
	color: #999;
	float: right;
}
.video_center_box h4 span i {
	margin-right: 5px;
}
.video_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_play img {
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	width: 57px;
	height: 57px;
	cursor: pointer;
}
.video_box {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
.videoCon {
	width: 55%;
	margin: 0 auto;
	position: absolute;
	left: 0;right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.videoCon video {
	width: 100%;
}
.close_video {
	position: absolute;
	top: -40px;
	right: -40px;
	cursor: pointer;
}
.videoBox_play {
	cursor: pointer;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
}
/* video_center */
.solution_sec3_box a:hover {
  background: #a54324;
}
.ind_btn a:hover {
	background: transparent;
}
/*  exhibition  */
.exhibition_sec1 {
  width: 80%;
  margin:200px auto 80px;
}
.exhibition_sec1 h3{
  font-size: 20px;
  color: #333;
  padding-left: 15px;
}
.exhibition_sec1_box {
  margin:50px auto 0;
}
.exhibition_sec1_box .box {
  margin-bottom: 20px;
  float: left;
  width: 45%;
}
.exhibition_sec1_box .box_img img {
  max-width: 100%;
}
.sec1_box_con_btn{
  width: 180px;
  height: 50px;
  border: 1px solid #c1c1c1;
  line-height: 50px;
  text-align: center;
  margin:50px auto 0;
  position: relative;
  font-size: 16px;
}
.sec1_box_con_btn a{
  display: block;
}
.sec1_box_con_btn img{
  position: absolute;
  left: 18px;
  top: 15px;
}
/*  exhibition  */

/*  project_dot  */
.project_dot_sec1 {
  padding: 80px 0 30px;
  background-color: #fff;
}
.project_dot_sec1 .common_text{
  margin: 0 auto 0;
}
.project_dot_sec1_box {
  width: 80%;
  margin:50px auto 0;
}
.project_dot_sec1_box .container-fluid {
  padding: 20px;
}
.project_dot_sec1_box .box {
  margin-bottom: 20px;
  float: left;
  width: 33%;
}
.project_dot_sec1_box .box_img img {
  max-width: 100%;
  padding:0 20px;
}
.project_dot_sec1_box .box_txt{
  padding:0 20px;
  text-align: center;
  margin: 50px 0 30px;
}
.project_dot_sec1_box .box_txt h4{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.project_dot_sec1_box .box_txt div{
  height: 2px;
  width: 30px;
  background-color: #000;
  margin:10px auto;
}
.project_dot_sec1_box .box_txt h5{
  letter-spacing: 2px;
  font-size: 14px;
}
/*  project_dot  */



/*  project_dot_eject  */
.project_dot_eject_sec1 {
  background-color: #fff;
  width: 80%;
  margin: 80px auto;
  position: relative;
}
.project_dot_eject_sec1_left{
  width: 15%;
  float: left;
  text-align: center;
}
.project_dot_eject_sec1_left h5{
  font-size: 24px;
  letter-spacing: 2px;
  color: #333;
}
.project_dot_eject_sec1_left .line{
  width: 100%;
  height: 3px;
  background-color: #333;
  margin: 20px auto 10px;
}

.project_dot_eject_sec1_right {
  width: 70%;
  float: right;
  border-top: 1px solid #d6d6d6;
  margin-top: 70px;
}
.project_dot_eject_sec1_right p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 30px 0;
    color: #999;
    font-weight: 500;
}
.project_dot_eject_sec1_right .row{
  margin-bottom: 30px;
}
.project_dot_eject_sec1_right .sec1_box_con_next{
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  color: #e2e2e2;
  position: absolute;
  right: 0;
  top: 36%;
}
.project_sec1_rightSwiper {
	width: 100%;
	margin: 0 auto;
}
.project_sec1_rightCon {
	position: relative;
  width:75%;
  margin:0 auto;
}
/*  project_dot_eject  */

/*  product_dot  */
.product_top{
  width: 80%;
  margin: 200px auto 20px;
}
.product_top a{
  font-size: 14px;
  color:#b5b5b6;
}
.product_top a:after{
  content: ">";
  margin: 0 2px;
}
.product_top a:last-child:after{
  content: "";
}
.product_dot_sec1_box{
  width: 80%;
  margin: 0 auto;
}
.product_dot_sec2_box{
  width: 80%;
  margin: 50px auto;
  position: relative;
}
.product_dot_sec2_box .left_txt_img h3 {
  text-transform: uppercase;
  font-size: 34px;
  /*font-family: 'raleway_1-webfont';*/
  font-weight: bold;
  color: #a54324;
}
.product_dot_sec2_box .left_txt_img h3 span {
  text-transform: initial;
  font-size: 14px;
}
.product_dot_sec2_box .left_txt{
  padding: 31% 14% 0 0;
}
.product_dot_sec2_box .left_txt h4{
  font-size: 14px;
  color: #805651;
  margin: 30px 0;
}
.product_dot_sec2_box .left_txt h5{
  font-size: 14px;
  color: #999;
  line-height: 28px;
  letter-spacing: 0px;
}
.product_dot_sec2_box .left_txt h6{
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 50px;
  letter-spacing: 2px;
}
.product_dot_sec3_box{
  width: 80%;
  margin: 30px auto;
}
.product_dot_sec4_box{
  width: 80%;
  margin: 30px auto 50px;
}
.product_dot_sec4_box h3{
  font-size: 24px;
  color: #a54324;
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}
.product_dot_sec4_con li{
  border-bottom: 1px solid #f4f4f4;
}
.product_dot_sec4_con li span{
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  padding: 30px 0;
}
.product_dot_sec4_con li span:first-child{
  letter-spacing: 20px;
}
.product_dot_sec4_con li:nth-child(2) span:first-child{
  letter-spacing: 3px;
}
.product_dot_sec4_con li:nth-child(2) span:nth-child(2){
  letter-spacing: 2px;
}
.product_dot_sec4_con li span:first-child:after{
  content: ":";
}
.product_dot_sec4_con li div{
  clear: both;
}
.product_dot_sec5_box{
  width: 80%;
  margin: 30px auto 50px;
}
.product_dot_sec5_box h3{
  font-size: 24px;
  color: #a54324;
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}
.product_dot_sec5_con{
  text-align: center;
  padding: 70px 0 100px;
  margin-top: 20px;
}
.product_dot_sec5_con .sec5_con_img{
  height: 329px;
  margin-bottom: 40px;
}
.product_dot_sec5_con .sec5_con_txt h5{
  font-size: 18px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 1px;
}
.product_dot_sec5_con .sec5_con_txt h6{
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  line-height: 24px;
}
.product_dot_sec6_box{
  width: 80%;
  margin: 30px auto 50px;
}
.product_dot_sec6_box h3{
  font-size: 24px;
  color: #a54324;
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}
.product_dot_sec6_con{
  position: relative;
  margin-top: 20px;
}
.product_dot_sec6_con .sec6_con_txt{
  position: absolute;
  top: 20px;
  left: 35px;
}
.product_dot_sec6_con .sec6_con_txt h5{
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}
.product_dot_sec6_con .sec6_con_d{
  position: absolute;
  right:25px;
  bottom: 10px;
}
.product_dot_sec6_con .sec6_con_d span{
  display: inline-block;
}
.product_dot_sec6_con .sec6_con_d span:first-child{
  width: 9px;
  height: 9px;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 4px;
}
.product_dot_sec6_con .sec6_con_d span:last-child{
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
}
/*  product_dot  */

/*  lnzh_dot  */
.lnzh_dot_sec1 {
  padding: 0 0 120px;
  background-color: #fff;
}
.lnzh_dot_sec1 .common_text{
  margin: 0 auto 0;
}
.lnzh_dot_sec1_box {
  width: 80%;
  margin: 80px auto 0;
  position: relative;
}
.lnzh_dot_sec1_box > .row {
  overflow: hidden;
}
.lnzh_dot_sec1_box > .row .col-sm-6 {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.lnzh_dot_sec1_box > .row .col-sm-6:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 0.6s;
  -moz-transition: all 1.2s ease-in-out 0.6s;
  -ms-transition: all 1.2s ease-in-out 0.6s;
  -o-transition: all 1.2s ease-in-out 0.6s;
  transition: all 1.2s ease-in-out 0.6s;
}
.lnzh_dot_sec1_box > .row.active .col-sm-6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.lnzh_dot_sec1_box .col-sm-6 .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #323232;
  width: calc(100% - 30px);
  height: 100%;
}
.lnzh_dot_sec1_box .left_txt{
  position: absolute;
  left: -100px;
  top: 80px;
  font-size: 10px;
  font-weight: bold;
  -webkit-transform: scale(0.90) rotateZ(270deg);
}
.lnzh_dot_sec1_box .right_txt{
  position: absolute;
  right: -50px;
  top: 50px;
  font-size: 10px;
  font-weight: bold;
  -webkit-transform: scale(0.90) rotateZ(90deg);
}
.lnzh_dot_sec1_box .row{
  margin-bottom: 40px;
}
.lnzh_dot_sec1_box .row:last-child{
  margin-bottom: 0px;
}
.lnzh_dot_sec1_box .sec1_box_img{

}
.lnzh_dot_sec1_box .sec1_box_txt{
  padding: 20px;
  clear:both;
   border:1px solid #eee;
   height:150px;
}
.lnzh_dot_sec1_box .sec1_box_txt h6{
  font-size: 12px;
  color: #999;
  font-family: 'raleway_1-webfont';
  text-transform: uppercase;
  letter-spacing: 2px;
  height:30px;
  line-height:30px;
  overflow:hidden;
}

.lnzh_dot_sec1_box .sec1_box_txt h3{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
   height:30px;
  line-height:30px;
  overflow:hidden;
}

.lnzh_dot_sec1_box .sec1_box_txt h5{
  font-size: 14px;
  color: #666;
}

.lnzh_dot_sec1_box .sec1_box_txt h5 p{
  font-size: 14px;
  color: #999;
  height:44px;
  overflow:hidden;
  line-height: 22px;
}

.lnzh_dot_sec1_box .sec1_box_txt h5 span{
  font-size: 12px;
  color: #999;
  font-style: normal;
  float: right;
  margin-top: 10px;
  display:block;
  height:20px;
  line-height:20px;
  letter-spacing: 2px;
  font-family: 'raleway_1-webfont';
}
/*  lnzh_dot  */
/*  product  */
.product_sec1{
  position: relative;
}
.product_sec1_top_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
  width:100%;
}
.product_sec1_top_txt h3{
  font-size: 75px;
  letter-spacing: 7px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'raleway_1-webfont';
  text-transform: uppercase;
}
.product_sec1.active .product_sec1_top_txt .hx_btn {
  padding: 5px 15px;
  border: 1px solid rgba(255,255,255,0.7);
  background: url(../../images/index/productImg.png) left center no-repeat;
  background-size: auto 100%;
}
.product_sec1{
  position: relative;
  overflow: hidden;
}
.product_sec1 > img {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  -ms-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.product_sec1.active > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product_sec1_hx{
  height: auto;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 60px 0 80px;
}
.product_sec1_head {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 4px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line_xian {
	width: 75%;
	height: 1px;
	background-color: #000;
	position: relative;
}
.line_xian:after {
	position: absolute;
	content: '';
	height: 3px;
	width: 25%;
	top: -1px;
	left: 0;
	background-color: #a54324;
	border-radius: 3px;
}
.btn_close {
	cursor: pointer;
}
.product_sec1_con {
	width: 80%;
	margin: 80px auto 0;
}
.product_sec1_imgBox {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	display:block;
}
.product_sec1_imgBox > span {
	position: absolute;
	display: inline-block;
	background-color: #fff;
	z-index: 9;
	-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;
}
.product_sec1_imgBox > span:nth-of-type(1) {
	width: 2px;
	height: 0;
	top: 0;
	left: 15px;
}
.product_sec1_imgBox > span:nth-of-type(2) {
	height: 2px;
	width: 0;
	top: 15px;
	right: 0;
}
.product_sec1_imgBox > span:nth-of-type(3) {
	width: 2px;
	height: 0;
	bottom: 0;
	right: 15px;
}
.product_sec1_imgBox > span:nth-of-type(4) {
	height: 2px;
	width: 0;
	bottom: 15px;
	left: 0;
}
.product_sec1_imgBox:hover > span:nth-of-type(1),.product_sec1_imgBox:hover > span:nth-of-type(3) {
	height: calc(100% - 40px);
}
.product_sec1_imgBox:hover > span:nth-of-type(2),.product_sec1_imgBox:hover > span:nth-of-type(4) {
	width: calc(100% - 40px);
}
.product_lb{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
}
.product_sec1_imgBox img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-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;
}
.product_sec1_imgBox:hover 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);
}
.product_sec1_imgTxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-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;
	background-color: rgba(0,0,0,0);
}
.product_sec1_imgBox:hover .product_sec1_imgTxt {
	background-color: rgba(0,0,0,0.4);
}
.product_sec1_imgTxt > div {
	display: table;
	height: 100%;
	width: 100%;
}
.product_sec1_imgTxt > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
}
.product_sec1_imgTxt h4 {
	font-size: 30px;
	letter-spacing: 3px;
	color: #ffffff;
	margin-bottom: 15px;
}
.product_sec1_imgTxt h5 {
	font-size: 48px;
	letter-spacing: 4px;
	color: #ffffff;
	font-family: 'raleway_1-webfont';
	font-family: "raleway_1-webfont";
	margin-bottom: 20px;
}
.product_sec1_imgTxt a {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'raleway_1-webfont';
	color: #ffffff;
	border-bottom: 1px solid #fff;
}
.product_sec1_conLeft ,.product_sec1_conRight {
	width: calc(50% - 15px);
	float: left;
}
.product_sec1_conLeft {
	margin-right: 30px;
}
.product_sec1_Txt {
	font-size: 60px;
	letter-spacing: 4px;
	color: #a54324;
	font-family: 'raleway_1-webfont';
	line-height: 90px;
	font-weight: 400;
	padding: 80px 0;
}

.product_sec1 .swiper-button-next, .product_sec1 .swiper-container-rtl .swiper-button-prev{
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/index/product_right_btn.png) no-repeat;
}
.product_sec1 .swiper-button-prev,.product_sec1  .swiper-container-rtl .swiper-button-next{
  width: 50px;
  height: 50px;
  background: url(../images/index/product_right_btn.png) no-repeat;
  transform: rotate(180deg);
}
.product_sec1 .swiper-button-next.swiper-button-disabled,
.product_sec1  .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product_sec1_con .swiper-container-horizontal>.swiper-pagination-progress{
  height: 2px;
  width: 75%;
  right: 10%;
  margin-top: 28px;
  left: inherit;
}
.product_sec1_con .swiper-pagination-progress .swiper-pagination-progressbar{
  background-color: #a54324;
}
.product_sec1_con .pagination_txt{
  position: absolute;
  width: 120px;
  height: 30px;
  color: #fff;
  font-size: 25px;
  top: 10px;
  left: 20px;
  letter-spacing: 7px;
}
.product_sec1_img{
  padding: 0 12% 0 20%;
  width: 100%;
}
.product_sec1_img img{

}
.product_sec1_txt{
  position: absolute;
  bottom: 10%;
  left: 10%;
  text-align: left;
}
.product_sec1_txt h5{
  font-size: 22px;
  letter-spacing: 5px;
  color: #fff;
  margin-bottom: 40px;
  font-family: 'raleway_1-webfont';
}
.product_sec1_txt h5:after{
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 10px;
}
.product_sec1_txt h3{
  font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 10px;
}
.product_sec1_txt h2{
  font-size: 43px;
  letter-spacing: 3px;
  color: #fff;
  font-family: 'raleway_1-webfont';
}
.product_sec1_txt h4{
  font-size: 13px;
  padding-top: 20px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'raleway_1-webfont';
}
/*  product  */
/*  product_list  */
.list_banner .banner_text_bot {
	position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  height: 300px;
}
.list_banner .banner_text_bot .mask {
	height: 100%;
}
.list_banner .show_h3 {
	height: auto;
}
.product_list_sec1{
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}


.product_list_sec1_box {
	margin-bottom: 80px;
}

.product_list_sec1_bg {
  background: #f2f2f2;
  height: 105%;
  width: 100%;
  position: absolute;
  top: 5%;
  left: 0;
}
.product_list_img {
  overflow: hidden;
}
.product_list_img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product_list_sec1_box a:hover .product_list_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);
}
.product_list_sec1_box > .row {
  overflow: hidden;
  margin-bottom: 20px;
}
.product_list_sec1_box > .row .col-sm-6 {
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  -o-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.product_list_sec1_box > .row .col-sm-6:nth-of-type(2) {
  -webkit-transition: all 1.2s ease-in-out 0.6s;
  -moz-transition: all 1.2s ease-in-out 0.6s;
  -ms-transition: all 1.2s ease-in-out 0.6s;
  -o-transition: all 1.2s ease-in-out 0.6s;
  transition: all 1.2s ease-in-out 0.6s;
}
.product_list_sec1_box > .row.active .col-sm-6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product_list_sec1_box .col-sm-6 .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #323232;
  width: calc(100% - 30px);
  height: 100%;
}
.product_list_txt h4{
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333;
}
.product_list_txt h5{
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  
  letter-spacing: 2px;
}
.product_list_txt span{
  width: 50px;
  height: 11px;
  display: block;
  float: right;
  position: relative;
  top: -30px;
  right: 30px;
}

/*  product_list  */

.add_top{
	margin-bottom: 25px;
}
.perat{
	text-align: center;
}

.video_center_box .col-sm-4{
	margin-bottom: 30px;
}


/*8.18*/
.page.clearfix{
    text-align: center;
    margin: 60px 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #4f4644;
    border-color: #4f4644;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,.pagination>li>a, .pagination>li>span{
  color: #4f4644;
}
.sec5_con_img img{
    height: auto;
    max-height: 100%;
    max-width: 90%;
}
.pagination_product_dot_sec5,.pagination_product_dot_sec6{
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  margin: 0px;
  z-index: 2;
  text-align: center;  
}
.pagination_product_dot_sec6{
  bottom: -25px;
}
.pagination_product_dot_sec5 span,.pagination_product_dot_sec6 span{
  margin: 0 5px;
}
.pagination_product_dot_sec5 span.swiper-pagination-bullet-active{
  background-color: #4f4644;
}
.product_dot_sec6_box{
  margin-bottom: 70px;
}


@media (min-width:1150px) and (max-width:1199px){

.about_sec5_text h2{
  margin-top: 0px;
  font-size: 60px;
}
.about_sec5_text h6 {
    line-height: 24px;
    font-size:13px;
}
  
}
@media (min-width:1200px) and (max-width:1399px){

.about_sec5_text h2{
	margin-top: 0px;
	font-size: 60px;
}
.about_sec5_text h6 {
    line-height: 24px;
    font-size:14px;
}
	
}
@media (min-width:1400px) and (max-width:1599px){

.about_sec5_text h2{
	margin-top: 20px;
	font-size: 90px;
}
.about_sec5_text h6 {
    line-height: 28px;
    font-size:14px;
}
	
}
@media (min-width:1600px) and (max-width:1799px){

.about_sec5_text h2{
	margin-top: 40px;
	font-size: 100px;
}
.about_sec5_text h6 {
    line-height: 28px;
    font-size:14px;
}
	
}



@media(max-width:1600px) {
  .public_tit {
    margin-bottom: 30px;
  }
  .ind_sec4 {
    padding: 150px 0;
  }
  .teams_dot_sec1 img{
    width: 65%;
  }
}

@media(max-width:1550px) {
  .ind_sec3_txt h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ind_sec4_txt {

    top: 45%;

  }
  .teams_dot_sec1 img{
    width: 65%;
  }
  .product_sec1_Txt{
    font-size: 50px;
      letter-spacing: 4px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
}

@media(max-width:1440px) {
  .public_tit h2 {
    font-size: 30px;
  }
  .ind_sec3_txt h3 {
    font-size: 30px;
  }
  .ind_sec6_txt h3 {
    font-size: 30px;
  }
  .ind_sec4 {
    padding: 120px 0;
  }

  .add3 {
    top: 51%;
    left: 43%;
  }
  .ind_sec5_txt {
    width: 100%;
  }
  .ind_sec4_txt {

    top: 50%;

  }
  .teams_sec1_txt_con{
    padding-left: 0;
      top: 18%;
  }
  .teams_sec1_con .col-md-4 {
      width:40%;
  }
  .teams_dot_sec1 img{
    width: 65%;
  }
  .product_sec1_Txt{
    font-size: 40px;
      letter-spacing: 3px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
  .contact_sec1_content_right>a:first-child{
    width: 200px;
  }
}

@media(max-width:1366px) {
  .ind_sec1_word h2 {
    font-size: 30px;
  }

  .ind_sec4_txt h3 {
    font-size: 30px;
  }
  .ind_sec5_txtbox h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ind_sec6_txt .table_cell {
    padding-left: 0;
  }
  .ind_sec6_txt h6 {
    margin-bottom: 15px;
  }
  .ind_sec6_txt h4 {
    margin: 10px 0 25px;
  }
  .ind_sec4 {
    padding: 100px 0;
  }
  .gc_menu ul li{
    margin-right: 20px;
  }
  .gc_phone ul li{
    margin-left: 20px;
  }
  .about_sec5_text{
    top: 8%;
  }
  .teams_sec1_txt_con{
    padding-left: 0;
      top: 15%;
  }
  .teams_sec1_con .col-md-4 {
      width:40%;
  }
  .teams_dot_sec1 img{
    width: 65%;
  }
  .product_sec1_Txt{
    font-size: 40px;
      letter-spacing: 3px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
  .contact_sec1_content_right>a:first-child{
    width: 190px;
  }
}

@media(max-width:1330px) {
  .header_bot ul li {
    margin-right: 40px !important;
  }
  .banner_txt h1 {
    font-size: 32px;
    line-height: 55px;
  }
  .banner_txt {
    width: 46%;
    bottom: 24%;
  }
  .swind1_dre.swind1_right {
    top: 12%;
  }
  .ind_sec2_dre img {
    width: 80%;
    margin-left: 10%;
  }
  .ind_sec2_dre {
    bottom: 26px;
  }
  .ind_sec2_txt {
    margin-top: -30px;
    height: auto;
  }
  .ind_sec2_txt h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .ind_sec3_txt h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ind_sec1_rtxt h5 {
    margin-bottom: 92px;
  }
  .gc_menu ul li{
    margin-right: 15px;
  }
  .gc_phone ul li{
    margin-left: 15px;
  }
  .about_sec5_text{
    top: 0%;
  }
  .teams_sec1_txt_con{
    padding-left: 0;
      top: 15%;
  }
  .teams_sec1_con .col-md-4 {
      width:40%;
  }
  .teams_dot_sec1 img{
    width: 60%;
  }
  .product_sec1_Txt{
    font-size: 40px;
      letter-spacing: 3px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
  .times > span{
    width: 30px;
      height: 35px;
      font-size: 22px;
  }
  .contact_sec1_content_right>a:first-child{
    width: 190px;
  }

}

@media(max-width:1280px) {
  .ind_sec2sw .swiper-slide.swiper-slide-active {
    width: 17.53%!important;
  }
  .gc_menu ul li{
    margin-right: 10px;
  }
  .gc_phone ul li{
    margin-left: 10px;
  }
  .about_sec5_text{
    top: 0%;
  }
  .teams_sec1_txt_con{
    padding-left: 0;
      top: 15%;
  }
  .teams_sec1_con .col-md-4 {
      width:40%;
  }
  .teams_dot_sec1 img{
    width: 60%;
  }
  .product_sec1_Txt{
    font-size: 40px;
      letter-spacing: 3px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
  .times > span{
    width: 30px;
      height: 35px;
      font-size: 22px;
  }
  .contact_sec1_content_right>a:first-child{
    width: 180px;
  }
}
@media(max-width:1230px) {
  .ind_sec2sw .swiper-slide.swiper-slide-active {
    width: 17.53%!important;
  }
  .gc_menu ul li{
    margin-right: 6px;
  }
  .gc_phone ul li{
    margin-left: 6px;
  }
  .about_sec5_text{
    top: 0%;
  }
  .teams_sec1_txt_con{
    padding-left: 0;
      top: 10%;
  }
  .teams_sec1_con .col-md-4 {
      width:40%;
  }
  .teams_dot_sec1 img{
    width: 60%;
  }
  .product_sec1_Txt{
    font-size: 40px;
      letter-spacing: 3px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
  .times > span{
    width: 30px;
      height: 35px;
      font-size: 22px;
  }
  .contact_sec1_content_right>a:first-child{
    width: 160px;
  }
}
@media(max-width:1180px) {
  .ind_sec2sw .swiper-slide.swiper-slide-active {
    width: 17.53%!important;
  }
  .gc_menu ul li{
    margin-right: 2px;
  }
  .gc_phone ul li{
    margin-left: 2px;
  }
  .about_sec5_text{
    top: 0%;
  }
  .teams_sec1_txt_con{
    padding-left: 0;
      top: 10%;
  }
  .teams_sec1_con .col-md-4 {
      width:40%;
  }
  .teams_dot_sec1 img{
    width: 60%;
  }
  .product_sec1_Txt{
    font-size: 60px;
      letter-spacing: 4px;
      line-height: 90px;
      font-weight: 400;
      padding: 80px 0;
  }
  .product_sec1_Txt{
    font-size: 40px;
      letter-spacing: 3px;
      line-height: 80px;
      font-weight: 400;
      padding: 80px 0;
  }
  .times > span{
    width: 28px;
      height: 35px;
      font-size: 22px;
  }
  .contact_sec1_content_right>a:first-child{
    width: 160px;
  }
}

.warp{
	overflow-x: hidden !important; 
}
