/*=================
	common
====================================================================================================*/
*,
::before,
::after {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	/* font-size: 14px; */
	font-family: corporate_sbold, STXihei, STHeitiLight, 华文细黑, 'Microsoft JhengHei', 'Microsoft YaHei', 微软雅黑, Arial, sans-serif;
	letter-spacing: .025em;
	color: #333;
}

ul,
ol,
dl,
li {
	list-style: none;
}

img {
	vertical-align: middle;
	border: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

input,
a,
img,
select,
textarea {
	border: 0;
	resize: none;
	outline: none;
	outline: none;
	/*清除移动浏览默认的样式*/
	-webkit-appearance: none;
}


.f_left {
	float: left;
}

.f_right {
	float: right;
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}


.main .content {
	margin: 0 auto;
}


/*ybPage*/
.ybPage {
	clear: both;
	margin: 3% auto 0;
	text-align: center;
}

.ybPage a {
	display: inline-block;
	border: 1px solid #eee;
	padding: 6px 13px;
}

.ybPage a.active {
	background: #4680ae;
}

.ybPage a.active {
	color: #fff;
}

.ybPage a {
	font-size: 13px;
	color: #666666;
}

.ybPage a:hover {
	background: #4680ae;
	cursor: pointer;
}

.ybPage a:hover {
	color: #fff;
}

/*  */
.content {
	margin: 60px auto 0;
	max-width: 1440px;
}

/* more */
.more {
	font-family: 'Garamond';
	font-size: 15px;
	transition: color .2s ease-in-out;
	text-transform: uppercase;
	color: #333;
	text-decoration: underline;
}

.more:hover {
	color: #4680ae;
}

/* index-title */
.index-title .h1 {
	font-family: Garamond, sans-serif;
	font-size: 40px;
	line-height: 45px;
	text-transform: capitalize;
	font-weight: 500;
}

.index-title p {
	line-height: 28px;
	font-size: 16px;
	max-width: 80%;
}

.index-title .en {
	font-size: 70px;
	font-weight: 700;
	color: #1c1c21;
	text-transform: capitalize;
	font-family: Garamond, sans-serif;
}


.index-title .cn {
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	color: #1c1c21;
}

.index-title.center {
	text-align: center;
}

@media(max-width:1468px) {

	.index-title .en {
		font-size: 60px;
	}

	.index-title .cn {
		font-size: 34px;
		margin-top: 12px;
	}


}

@media(max-width:1024px) {

	.index-title .en {
		font-size: 48px;
	}

	.index-title .cn {
		font-size: 30px;
		margin-top: 10px;
	}
}

@media(max-width:468px) {

	.index-title .en {
		font-size: 34px;
	}

	.index-title .cn {
		font-size: 26px;
	}
}


/**/
.main-banner {
	width: 100%; 
    padding-top: 28.5%;
	position: relative; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-banner img {
	width: 100%;
	display: none;
}

/*  */
.main-title {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
}

.main-title h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	font-family: Garamond, sans-serif;
}

.main-title h1 em {
	font-style: inherit;
	display: block;
}

.main-title span {
	color: #ffffff;
	position: relative;
	padding-left: 38px;
	font-size: 20px;
	font-weight: bold;
}

.main-title span:before {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	background: #4680ae;
	position: absolute;
	left: 0;
	top: 12px;
}

/**/
.ybTitle {
	margin: 28px 0 0;
	padding: 28px;
	position: relative;
	text-align: left;
	overflow: hidden;
	/*border-bottom: 1px solid rgba(223, 105, 0, 0.18);*/
}

.ybTitle>div {
	display: inline-block;
}

.ybTitle_l {
	display: inline-block;
	font-size: 70px;
	font-weight: 700;
	max-width: 30%;
	width: 100%;
	line-height: 80px;
	margin: 0;
	color: #1c1c21;
	text-transform: capitalize;
	font-family: Garamond, sans-serif;
}

.ybTitle_l span {
	font-weight: 700;
	font-family: Garamond, sans-serif;
	text-transform: capitalize;
	display: block;
}

.ybTitle_r {
	display: inline-block;
	/* float: right; */
	position: relative;
	max-width: calc(100% - 35%);
	width: 100%;
	padding-top: 30px;
}

.ybTitle_r p {
	width: 100%;
	font-size: 15px;
	max-width: 90%;
	color: #666;
	line-height: 30px;
	margin: 20px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

/*动画效果*/
.wgt-fade-animate {
	-webkit-transform: scale(0.3) translateY(50px);
	-moz-transform: scale(0.3) translateY(50px);
	-ms-transform: scale(0.3) translateY(50px);
	transform: scale(0.3) translateY(50px);
	opacity: 0;
}

.appear {
	-wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3) translateY(50px);
		-moz-transform: scale(0.3) translateY(50px);
		-ms-transform: scale(0.3) translateY(50px);
		transform: scale(0.3) translateY(50px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1) translateY(0);
		-moz-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);

		opacity: 1;
	}
}

@-moz-keyframes opacity_show {
	0% {
		-moz-transform: scale(0.3) translateY(50px);
		transform: scale(0.3) translateY(50px);
		opacity: .1;
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		transform: translateY(50px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}


/*=================
	header
====================================================================================================*/

/* header */
#header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	z-index: 9999;
	padding: 10px;
}




.gnb_top_wrap {
	border-bottom: 1px solid #ececec;
}

.gnb_top_wrap .gnb_top_con {
	zoom: 1;
	width: 1400px;
	margin: auto;
}

.gnb_top_wrap .gnb_top_con ul {
	text-align: right;
}

.gnb_top_wrap .gnb_top_con ul li {
	display: inline-block;
	zoom: 1;
	color: #787878;
}

.gnb_top_wrap .gnb_top_con ul li a {
	line-height: 33px;
	margin: 0 10px;
	font-size: 14px;
}

#header #gnb {
	zoom: 1;
	width: 90%;
	margin: 0 auto;
	text-align: right;
}

#header .logo {
	float: left;
}

#header .logo img {
	width: 180px;
}

#header .logo img.logo_2 {
	display: none;
}

#header #gnb .chmenu {
	display: inline-block;
	font-size: 0;
	margin-top: 0px;
	margin-right: 6%;
	vertical-align: top;
}

#header #gnb .chmenu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#header #gnb .chmenu li:first-child {
	position: static;
}

#header #gnb .chmenu a {
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 0 38px;
	line-height: 66px;

}



#header .header_r {
	float: right;
}

#header #gnb .search,
.language {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 20px 24px;
}

#header .viewsearch {
	display: inline-block;
	width: 22px;
	height: 21px;
	background: url('../images/btn_search-1.png') no-repeat center;
}

#header.active .viewsearch {
	background: url('../images/btn_search.png') no-repeat center;
}

#hdSchFrm {
	position: absolute;
	right: 0;
	top: 76px;
	background: url(../images/bg_lnb_all2.png) repeat;
	width: 320px;
	height: 52px;
	padding: 10px 14px;
	color: #fff;
	display: none;
}

#hdSchFrm fieldset {
	width: 290px;
	height: 30px;
	background-color: rgba(0, 0, 0, .9);
	border: 1px #4c4c4c solid;
}

#hdSchFrm input {
	width: 255px;
	height: 30px;
	background-color: transparent;
	border: 0;
	color: #a5a5a5;
	font-size: 14px;
	text-indent: 10px;
}

#hdSchFrm .btn_sch {
	width: 22px;
	height: auto;
	border: 0;
	margin-top: -4px;
	cursor: pointer;
}

#hdSchFrm .btn_cls {
	position: absolute;
	top: 9px;
	right: 20px;
}


.language p {
	display: inline-block;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	cursor: pointer;
}



.language p:hover {
	opacity: 0.5;
}

.languageNav {
	position: absolute;
	top: 34px;
	background: #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
	z-index: 999;
	display: none;
}

.languageNav a {
	display: block;
	padding: 5px 0;
}

#header.active {
	background: #fff;
}

#header.active .logo img.logo_1 {
	display: none;
}

#header.active .logo img.logo_2 {
	display: block;
}

#header.active #gnb .chmenu a {
	color: #000;
}

#header.active .language p {
	color: #000;
}

#header.on {
	background: #fff;
}

#header.on .logo img.logo_1 {
	display: none;
}

#header.on .logo img.logo_2 {
	display: block;
}

/* header_menu */
.header_menu {
	display: none;
	float: right;
	padding: 12px 0 0;
	cursor: pointer;
}

.header_menu span {
	display: block;
	width: 30px;
	height: 2px;
	margin-bottom: 7px;
	background: #000;
}

.header_menu.on .header_menu_span1 {
	transform: rotate(45deg) translate(6px, 5px);
}

.header_menu.on .header_menu_span2 {
	opacity: 0;
}

.header_menu.on .header_menu_span3 {
	transform: rotate(-45deg) translate(8px, -7px);
}

.header_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 900;
	background-color: #fafafa;
	text-align: center;
	padding: 16vh 10% 0;
	transform: translateY(-102%);
	-webkit-transform: translateY(-102%);
}

.header_box.open {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.header_box ul {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.header_box li {
	line-height: 9vh;
	min-height: 48px;
	border-bottom: 1px solid #dadada;

}

.header_box li a {
	font-size: 16px;
	font-weight: bold;
}

.header_box_div {
	width: 90%;
	margin: 12% auto 0;
	max-width: 420px;
	text-align: center;
}

.header_box_div>div {
	display: inline-block;
	width: 46%;
	margin: 1%;
	padding: 3%;

}

.header_box_div img {
	width: 100%;
	max-width: 120px;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}

.header_box_div p {
	font-size: 15px;
	line-height: 2;
}

/* header  end */

/*=================
	footer
====================================================================================================*/
/* footer */
.footer {
	background: #f7f7f7;
	padding: 44px 0 50px;
}

.footerWrap {
	width: 1200px;
	margin: 0 auto;
}

.footer_top {
	overflow: hidden;
}

.footerLogo {
	width: 50%;
	float: left;
}

.footerSearch {
	width: 475px;
	float: right;
	/*font-family: Garamond, sans-serif;*/
	font-size: 18px;
}

.footerSearch input {
	width: 310px;
	font-family: Garamond, sans-serif;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #9B9B9B;
	color: #4A4A4A;
	background: none;
}

.footerSearch input[type=submit] {
	width: 20px;
	height: 24px;
	border: none;
	background: url('../images/jt-1.png') no-repeat center;
	font-size: 0;
	cursor: pointer;
}

.footer_nav {
	margin-top: 25px;
	overflow: hidden;
}

.footer_nav ul {
	width: 100%;
}

.footer_nav li {
	width: 25%;
	float: left;
	text-align: left;
	/*font-family: Garamond, sans-serif;*/
}

.footer_nav li h3 {
	font-size: 16px;
	color: #9B9B9B;
	margin-bottom: 15px;
}

.footer_nav li a {
	color: #4A4A4A;
	line-height: 24px;
	display: table;
	font-size: 14px;
}

.footer_nav li a:hover {
	color: #000;
}

.footer_nav li.social_links a {
	display: inline-block;
	margin-right: 10px;
}

.footer_copy {
	font-size: 13px;
	text-align: right;
	margin-top: 15px;
}

.footer_copy a {
	color: #333
}

/* footer  end */

/*=================
	banner
====================================================================================================*/
/* banner */
.flexslider {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: url(../images/loading.gif) 50% no-repeat;
}

.load-spinner-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.load-spinner,
.rsDefault .rsPreloader {
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 2px solid rgba(255, 255, 255, .15);
	border-right: 2px solid rgba(255, 255, 255, .15);
	border-bottom: 2px solid rgba(255, 255, 255, .15);
	border-top: 2px solid rgba(255, 255, 255, .8);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
}

.slides li>img {
	display: none;
	width: 100%;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
	display: none;
}

.flex-control-nav li {
	display: inline-block;
	width: 10x;
	height: 10px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 40px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background: #de7100;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: calc(35% + 306px);
	max-width: 1400px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;

}

.flex-direction-nav li a {
	display: block;
	width: 78px;
	height: 78px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
	position: absolute;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}

.flex-direction-nav li a.flex-prev {
	left: 0;
	background: url(../images/btn_3.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	left: 77px;
	background: url(../images/btn_4.png) center center no-repeat;
}

.flex-direction-nav li a:hover {
	background-color: rgba(255, 255, 255, 0.4)
}

.bannerText {
	position: absolute;
	width: 1400px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 35%;
	color: #fff;
}

.bannerText span {
	position: relative;
	font-size: 16px;
	margin-bottom: 50px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	display: block;
}

.bannerText span:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 32px;
}

.bannerText h3 {
	font-size: 68px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: Raleway;
}

.bannerText p {
	width: 500px;
	line-height: 1.6;
	font-size: 24px;
	font-weight: bold;
}

/* banner  end */

/*=================
	index
====================================================================================================*/
/* main-pro */
.main-pro {
	padding: 60px 0;
	background: #F6F6F7;
}

.main-pro .content {
	overflow: hidden;
	position: relative;
	padding: 60px;
	background-color: #fff;
}

.main-pro .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background: #fff;
	z-index: 3;
}

.main-proBox {
	margin-left: -60px;
	margin-top: 30px;
}

.main-proItem {
	padding: 38px 0 20px 60px;
	position: relative;

}

.main-proItem:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #F6F6F7;
	position: absolute;
	left: 30px;
	top: 0;
}

.main-proImg {
	position: relative
}

.main-proImg::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid #4680ae;
	border-top: 5px solid #4680ae;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .65s;
	visibility: hidden;
	z-index: 1;
}

.main-proImg::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 5px solid #4680ae;
	border-bottom: 5px solid #4680ae;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: ease .65s;
	visibility: hidden;
	z-index: 1;
}

.main-proImg img {
	width: 100%;
}

.main-proInfo {
	padding: 24px 0;
}

.main-proInfo h4 {
	position: relative;
	padding-bottom: 16px;
	font-size: 22px;
	font-family: Garamond, sans-serif;
}

.main-proInfo h4 i {
	font-style: inherit;
	float: right;
	font-weight: bold;
	font-size: 20px;
	opacity: 0;
	transition: ease .65s;
	color: #4680ae;
}

.main-proInfo h4::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #4680ae;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: ease .65s;
}

.main-proItem:hover .main-proInfo h4::after {
	width: 100%;
}

.main-proItem:hover .main-proImg::before,
.main-proItem:hover .main-proImg::after {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.main-proItem:hover .main-proInfo h4 i {
	opacity: 1
}


.proDemo .item {
	border-radius: 5px;
	background-color: #d7d7d7;
	font-size: 14px;
	color: #333;
	padding: 10px 10px;
	margin: 0px 7px;
	display: block;
	text-align: center;
}

.proDemo .item:hover,
.proDemo .item.act {
	background-color: #cc0000;
	color: #fff;
}

.proDemo .slick-arrow {
	width: 50px;
	height: 50px;
	display: block;

	background-position: center;
	background-repeat: no-repeat;
	top: 80px;

}

.proDemo .slick-arrow i {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.proDemo .slick-prev {
	right: 112px;
	background-image: url("../images/prev.png");
	background-size: cover;
}

.proDemo .slick-next {
	right: 60px;
	background-image: url("../images/next.png");
	background-size: cover;
}

.proDemo .itemA {
	display: block;
	cursor: pointer;
}

.proDemo .proDemo-img {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.proDemo .proDemo-img img {
	width: 100%;
	-webkit-transition: all 0.48s;
	-moz-transition: all 0.48s;
	-ms-transition: all 0.48s;
	-o-transition: all 0.48s;
	transition: all 0.48s;
}

.proDemo-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	-webkit-transition: all 0.48s;
	-moz-transition: all 0.48s;
	-ms-transition: all 0.48s;
	-o-transition: all 0.48s;
	transition: all 0.48s;
}

.proDemo-name h1 {
	font-weight: 500;
	position: absolute;
	bottom: 8%;
	left: 5%;
	width: 88%;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 40px;
	text-align: left;
}

.proDemo-name h1:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 20px;
	height: 3px;
	margin-left: -10px;
	content: "";
	background: #fff
}

.proDemo .proDemo-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);
}

.proDemo.slick-slider {

	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;

}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	z-index: 99;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

.proDemo .slick-dots {
	margin-top: 2%;
	text-align: center;
}

.proDemo .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #cecece;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}

.proDemo .slick-dots li button {
	/* 控制器个数 */
	background: transparent;
	font-size: 13px;
	color: #666;
	display: none;
}

.proDemo .slick-dots li.slick-active {
	background: #000;
}

/* main-ab */
.main-ab {
	padding: 36px 0 100px;
	background: #F6F6F7;

}

.main-abBox {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

.main-abImg {
	overflow: hidden;
	width: 65%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-abImg img {
	display: none;
	width: 100%;
	transition: all 0.48s;
	-webkit-transition: all 0.48s;
}

.main-abInfo {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
	text-align: center;
}

.main-abInfo .index-title {
	text-align: left;
	max-width: 68%;
	margin: 0 auto;
}

.main-abInfo .index-title p {
	max-width: 100%;
}

.main-abInfo h1 {
	margin-bottom: 15px;
}

.main-abInfo p {
	margin-bottom: 30px;
}

.main-abImg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);

}

/* main-tel*/
.main-tel {
	padding: 80px 28px;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.main-telBox {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 110px;
	background-color: #2b2b2b;
	color: #fff;
	text-align: center;
}

.main-telBox img {
	margin-bottom: 4px;
}

.main-telBox h1 {
	margin-bottom: 18px;
}

.main-telBox p {
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 40px;
	max-width: 100%;
}

.main-telBox a {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	transition: border .2s ease-in-out;
}

.main-telBox svg {

	display: block;
	margin: 6px auto 0;
	width: 2em;
	height: 2em;
}

.main-telBox a:hover {
	border-color: #4680ae;
}

/* main-team */
.main-team {
	margin-top: 100px;
	position: relative;
	height: 660px;
	overflow: hidden;

}

.main-team .content {
	position: relative;
}

.main-teamBg {
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	height: 468px;
	background: #f6f6f7;
}

.main-team .main-teamBox {
	padding: 0 60px;
	overflow: hidden;
	position: relative;
}

.main-team .main-teamBox>div {
	float: left;
	width: 50%;
	height: 660px;
	padding: 0 60px;
}

.main-teamL {

	position: relative;
}

.main-teamL-img {
	width: 100%;
	height: calc(100% - 120px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main-teamR {
	position: relative;
}

.main-teamR-img {
	height: 320px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main-teamR-img img {
	width: 100%;
	display: none;
}

.main-teamInfo {
	margin-top: 48px;
}

.main-teamInfo p {
	margin: 16px 0;
}

/* main-part */
.main-part {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 68px 0 100px;
}

.main-part h1 {
	margin-bottom: 16px;
}

.main-part p {
	max-width: 68%;
	margin: 0 auto;
}

.logoDemo {
	margin-top: 40px;
}

.logoDemo .slick-arrow {
	width: 50px;
	height: 50px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	top: 80px;

}

.logoDemo .slick-arrow i {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.logoDemo .slick-prev {
	right: 112px;
	background-image: url("../images/prev.png");
	background-size: cover;
}

.logoDemo .slick-next {
	right: 60px;
	background-image: url("../images/next.png");
	background-size: cover;
}

.logoDemo .itemA {
	display: block;
	cursor: pointer;
}

.logoDemo .img {
	padding: 32px 0;
	margin: 12.5px;
	background: #fff;
	-moz-box-shadow: rgba(0, 0, 0, .1) 6px 6px 40px;
	box-shadow: 0 6px 32px rgba(0, 0, 0, .1);
}

.logoDemo .img img {
	display: block;
	max-width: 120px;
	margin: 0 auto;
}

.logoDemo.slick-slider {

	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.logoDemo .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.logoDemo .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-bottom: 10px;
}

.logoDemo .slick-prev,
.logoDemo .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	z-index: 99;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

.logoDemo .slick-dots {
	text-align: center;
}

.logoDemo .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	width: 8px;
	height: 8px;
	background: #cecece;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}

.logoDemo .slick-dots li a {
	display: none;
}

.logoDemo .slick-dots li.slick-active {
	background: #000;
}

/*=================
	about
====================================================================================================*/

.about_ab {
	text-align: right;
	/*width: 1200px;*/
	margin: 7% auto 3%;
	position: relative;
}

.about_ab>div {
	display: inline-block;
	text-align: left;
}

.about_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: url("../picture/ab0.jpg") no-repeat center;
	background-size: cover;
}

.about_img img {
	width: 100%;
	display: none;
}

.about_con {
	width: 48%;
	padding: 4% 0;
	padding-right: 6%;
}

.about_con .main-title {
	margin-bottom: 28px;
	position: static;
}

.about_con .main-title * {
	color: #333;
}

.about_con_p h1 {
	font-size: 20px;
	font-weight: bold;
	color: #de7100;
	margin-bottom: 10px;
}

.about_con_p p {
	line-height: 32px;
	font-size: 14.8px;
	margin-bottom: 20px;
	color: #666;
}

.about_cul {

	margin: 0 auto 6%;
	clear: both;
	overflow: hidden;
}

.about_cul_l {
	width: 42%;
	float: left;
}

.about_cul_img {
	float: right;
	height: 216px;
	text-align: right;
	overflow: hidden;
	/* margin-bottom: 30px; */
}

.about_cul_img img {
	height: 100%;
}

.about_cul_con {
	clear: both;
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 0;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	padding-left: 60px;
}

.about_cul_con:before {
	content: "";
	display: block;
	width: 50px;
	height: 34px;
	position: absolute;
	left: 0;
	top: -15px;
	background: url(../picture/tit_l.png) no-repeat center;
	background-size: contain;
}

.about_cul_con p {
	line-height: 28px;
	background: rgba(255, 255, 255, 0.68);
	margin-bottom: 2px;
	padding: 0 7px;
	display: inline-block;
}

.about_cul_r {
	width: 55%;
	float: right;
	height: 300px;
	margin-top: 20px;
	display: block;
	overflow: hidden;
}

.about_cul_r img {
	width: 100%;
}

.about_fixed {
	position: relative;
	height: 420px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.about_two {
	margin: 0 auto;
	padding: 6% 0 3%;
	overflow: hidden;
}

.about_two .content {
	max-width: 1200px;
}

.about_two .main-title {
	position: relative;
	bottom: 0;
	padding: 4%;
}

.about_two .main-title p {
	font-size: 24px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

.about_two .main-title h1 {
	color: #333;
}



.about_two .about_two_l {
	width: 42%;
	position: relative;
	float: left;
	box-shadow: 6px 6px 10px #ebebeb;
}

.about_two .about_two_r {
	width: 56%;
	float: right;
}

.about_two .about_two_r>div:not(.main-title) {
	box-shadow: 6px 6px 10px #ebebeb;
}

.about_two .about_two_img {
	overflow: hidden;
}

.about_two .about_two_img img {
	width: 100%;
	-webkit-filter: grayscale(68%) blur(1px);
	-moz-filter: grayscale(68%) blur(1px);
	-o-filter: grayscale(68%) blur(1px);
	filter: grayscale(68%) blur(1px);
	-webkit-transition: all 0.68s ease-in-out;
	-moz-transition: all 0.68s ease-in-out;
	-ms-transition: all 0.68s ease-in-out;
	-o-transition: all 0.68s ease-in-out;
	transition: all 0.68s ease-in-out;
}

.about_two_con {
	background: #fafafa;
	padding: 6%;
}

.about_two_con h3 {
	font-weight: bold;
	font-size: 23px;
}

.about_two_con h3 span {
	text-transform: capitalize;
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #999;
	margin-top: 8px;
	line-height: 24px;
}

.about_two_con p {
	margin-top: 24px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.about_two .content>div:hover .about_two_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
====================================================================================================*/

.product {
	padding-bottom: 3%;
}

.product_item {
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 48px 0 112px;
	padding: 2%;
}

.product_item:last-of-type {
	margin: 48px 0;
}

.product_img {
	position: absolute;
	top: 4%;
	left: 2%;
	height: 92%;
	z-index: 20;
	width: 60%;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .18);
	box-shadow: 0 0 30px rgba(0, 0, 0, .18);
	overflow: hidden;
}

.product_img>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*	-webkit-filter: grayscale(80%);
	-moz--filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);*/
	-webkit-transition: all 0.68s ease-in-out;
	-moz-transition: all 0.68s ease-in-out;
	-ms-transition: all 0.68s ease-in-out;
	-o-transition: all 0.68s ease-in-out;
	transition: all 0.68s ease-in-out;
}

.product_img img {
	display: none;
	width: 100%;
}

.product_con {
	position: relative;
	margin-top: 100px;
	margin-left: 80px;
	padding: 50px 66px;
	height: 318px;
	background: #f8f8f8;
	-webkit-box-shadow: 2px 15px 38px rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 15px 38px rgba(0, 0, 0, .05);
	box-shadow: 2px 15px 38px rgba(0, 0, 0, .05);
}

.product_con>div {
	float: right;
	width: 32%;
}

.product_con h1 {
	font-size: 32px;
	line-height: 32px;
}

.product_con h1 span {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: #999;
}

.product_con p {
	margin: 20px 0 36px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	height: 78px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_item:nth-child(2n) .product_img {
	left: auto;
	right: 2%;
}

.product_item:nth-child(2n) .product_con {
	margin-right: 80px;
	margin-left: 0;
}

.product_item:nth-child(2n) .product_con>div {
	float: left;
}

.product_item:hover .product_img>div {
	-webkit-filter: grayscale(0);
	-moz--filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

/*=================
	pro-con
====================================================================================================*/
.proDet {
	padding-bottom: 3%;
}

.proDet_h1 {
	text-align: center;
	margin: 60px;
	font-size: 32px;
}

.proDet_box {
	background: #f8f8f8;
	padding: 3%;
	overflow: hidden;
	margin-bottom: 60px;
}

.proDet_item {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	margin-right: 2%;
	background: #ffffff;
}

.proDet_item:nth-child(3n) {
	margin-right: 0;
}

.proDet_img {
	overflow: hidden;
}

.proDet_img img {
	width: 100%;
	-webkit-transition: all 0.48s;
	-moz-transition: all 0.48s;
	-ms-transition: all 0.48s;
	-o-transition: all 0.48s;
	transition: all 0.48s;
}

.proDet_img .proDet_imgPic2 {
	display: none;
}

.proDet_con {
	padding: 3%;
	text-align: center;
	border-top: 1px solid #eee;
	background: #fdfdfd;
}

.proDet_con h1 {
	font-size: 22px;
	line-height: 34px;
}

.proDet_item: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);
}

.proDet_more {
	text-align: center;
}


/*=================
	team
====================================================================================================*/
.team {
	padding-bottom: 100px;
}


.team_item {
	float: left;
	width: 48%;
	margin: 1%;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 24px;
	background: #fafafa;
	transition: all 0.48s ease-in-out;
	border: 1px solid transparent;
}

.team_item:nth-child(2n) {
	float: right;
}

.team_img {
	overflow: hidden;

}

.team_img img {
	width: 100%;
	transition: all 0.48s ease-in-out;
}

.team_item:hover .team_img img {
	transform: scale(1.1);
}

.team_con {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 30px 50px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 6px 6px 10px rgba(222, 222, 222, 0.1);
}

.team_con h3 {
	position: relative;
	z-index: 2;
	margin-top: 0;
	line-height: 1;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #e69335;
	margin-bottom: 16px;
}

.team_con>div {
	overflow: hidden;
	margin-bottom: 12px;
}

.team_con p {
	font-size: 14px;
	overflow-y: auto;
	margin-bottom: 36px;
	text-align: left;
	line-height: 28px;
	padding: 0 10px;
	min-height: 86px;
}

/*=================
	team-con
====================================================================================================*/
.teamDet {
	padding: 100px 0 0;
	background: url("../picture/designer-detail-banner.jpg") no-repeat center;
	background-size: cover;
}

.teamDet_mobile {
	display: none;
	width: 88%;
	margin: 36px auto;
	background: #fafafa url(../picture/ico.png) no-repeat right top;
	background-size: cover;
	padding: 42px 0 22px;
}

.teamDet_mobile .teamDet_con_p {
	margin: 0
}

.teamDet-box {
	overflow: hidden;
	position: relative;
}

.teamDet_img {
	width: 50%;
	padding: 2% 0 0;
}

.teamDet_img img {
	max-width: 100%;
}

.teamDet_con {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	padding: 6%;
}

.teamDet_con * {
	color: #ffffff;
}

.teamDet_con h1 {
	font-size: 38px;
	line-height: 48px;
}

.teamDet_con h1 span {
	font-size: 26px;
	opacity: 0.88;
	text-transform: capitalize;
	margin-left: 10px;
}

.teamDet_con>p {
	font-size: 20px;
	color: #ccc;
}

.teamDet_con_p {
	margin-top: 66px;
}

.teamDet_con_p div {
	margin-bottom: 16px;
}

.teamDet_con_p span {
	background: #1e2a31;
	color: #ffffff;
	display: inline-block;
	padding: 10px 13px;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: top;
}

.teamDet_con_p p {
	width: calc(100% - 100px);
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
}

.teamDet_more {
	text-align: center;
	margin: 60px auto;

}

/* ========
    news
=================================================== */
.newNav {
	text-align: center;
	margin: 48px auto 0;
}

.newNav a {
	border: 1px solid #999;
	color: #666;
	font-size: 17px;
	padding: 14px 48px;
	display: inline-block;
	letter-spacing: 1px;
	margin: 0 10px;
	transition: all 0.48s;
}

.newNav a.active {
	border-color: #de7100;
	background: #de7100;
	color: #fff;
}

@media(max-width:1024px) {
	.newNav {
		margin-top: 24px;
	}

	.newNav a {
		font-size: 16px;
		padding: 12px 40px;
		margin: 0 5px;
	}
}

@media(max-width:1024px) {
	.newNav {
		margin-top: 24px;
	}

	.newNav a {
		font-size: 16px;
		padding: 12px 40px;
		margin: 0 5px;
	}
}

@media(max-width:468px) {
	.newNav {
		margin-top: 18px;
	}

	.newNav a {
		font-size: 14px;
		padding: 10px 32px;
	}
}

/*  */
.news {
	position: relative;
	padding: 89px 0;
	background: url(../images/bg5.jpg);
}

.newBox {
	margin-top: 56px;
	overflow: hidden;
}

.newItem {
	float: left;
	width: 48%;
	margin-right: 4%;
	display: block;
	margin-bottom: 58px;
	padding: 3%;
	border: 1px solid #eee;
}

.newItem:nth-child(2n) {
	margin-right: 0;
}

.newImg {
	position: relative;
	padding-top: 58%;
}

.newImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newInfo {
	position: relative;
}

.newTop {
	padding: 38px 0 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newTime {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	padding: 16px 0;
	text-align: center;
	background: #de7100;
}

.newTime span {
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1;
}


.newTime p {
	color: #fff;
	text-transform: capitalize;
	opacity: 0.89;
	margin-top: 2px;
	font-size: 13px;
	font-weight: 100;
}


.newTit {

	width: calc(100% - 110px);
	letter-spacing: 0;
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding: 18px 0 30px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.newTit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
}

.newTxt {
	position: relative;
}

.newP {
	color: #666;
	line-height: 1.8;
	font-weight: 100;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newMore {
	margin-top: 28px;
}

.newMore .more {
	display: inline-block;
	text-transform: uppercase;
	color: #de7100;
	font-size: 13px;
}

.nPage {
	text-align: center;
}

.nPage a {
	cursor: pointer;
	display: inline-block;
	padding: 10px 24px 8px;
	line-height: 1;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 13px;
	color: #666;
	transition: all 0.48s;
}

.nPage a:hover {
	color: #de7100;
	border-color: #de7100;
}

.nPage a.active {
	background: #de7100;
	color: #fff;
}

@media(max-width:1468px) {
	.newTit {
		width: calc(100% - 92px);
	}

	.newTime {
		width: 78px;
		padding: 16px 0;
	}

	.newTime span {
		font-size: 28px;
	}
}

@media(max-width:1368px) {
	.newTime {
		width: 72px;
		padding: 15px 0;
	}

	.newTime p {
		font-size: 12px;
		margin-top: 0;
	}

	.newTit {
		font-size: 24px;
	}
}

@media(max-width:1024px) {
	.newTop {
		padding: 28px 0 14px;
	}

	.newTime {
		width: 62px;
		padding: 12px 0;
	}

	.newTime span {
		font-size: 24px;
	}

	.newTit {
		font-size: 20px;
		width: calc(100% - 82px);
		padding: 10px 0 24px;
	}


	.newP {
		font-size: 14px;
	}

	.newMore .more {
		font-size: 12px;
	}
}

@media(max-width:900px) {
	.newItem {
		width: 100%;
		float: left;
	}

}

@media(max-width:468px) {
	.newItem {
		margin-bottom: 38px;
	}

	.newTop {
		margin-top: -58px;
		padding: 0;
		display: block;
	}

	.newTit {
		width: 100%;
		padding: 20px 0 10px;
		margin-bottom: 16px;
	}

	.newTime span {
		font-size: 22px;
	}

	/*  */
	.nPage {
		margin-top: 14px;
	}

	.nPage a {

		padding: 4px 12px;
		font-size: 12px;
	}

}

/* ========
	  newsDet
  =================================================== */
.newsDet {
	position: relative;
	padding: 3% 0 6%;
	background: #eee url(../images/bg5.jpg);
}

.newsDet_box {
	padding: 5%;
	background: #fff;
	margin-top: 56px;
}


.newDet_tit {
	border-bottom: 1px solid #eeeeee;
	/* margin-bottom: 30px; */
	padding-bottom: 14px;
}

.newDet_tit h3 {
	font-size: 21px;
	letter-spacing: 0.5px;
	line-height: 34px;
	margin-bottom: 28px;
}

.newDet_tit span {
	color: #999;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 50px;
}

.newDet_tit svg {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: middle;
	position: relative;
}

.newDet_tit path {
	fill: #999;
}


.newDet-con {
	text-align: left;
	width: 100%;
	padding-top: 28px;
}

.newDet-con span {
	line-height: 1.8;
}

.newDet-con img {
	width: 100%;
}

.newDet-con p {
	letter-spacing: 0.25px;
	line-height: 1;
	margin: 10px 0;
}

.newDet-btn {
	margin-top: 38px;
	text-align: center;
	padding-bottom: 10px;
}

.newDet-btn a {
	font-size: 18px;
}

/* ========
	  lab
  =================================================== */
.lab {
	position: relative;
	padding: 3% 0 6%;
}

.labDiv {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	margin-top: 56px;
}

.labItem {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.labA {
	display: block;
	width: 100%;
}

.labImg {
	position: relative;
	height: 280px;
}

.labImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.labTxt {
	background: #f8f8f8;
	width: 100%;
	padding: 24px;
	min-height: 158px;
}

.labTxt div {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.labTxt span {
	font-weight: bold;
	width: 86px;
	line-height: 1.4;
}

.labTxt p {
	display: inline-block;
	width: calc(100% - 86px);
	line-height: 1.4;
}

@media(max-width:1200px) {
	.labItem {
		width: 50%;
	}
}

@media(max-width:768px) {
	.lab {
		padding: 48px 0;
	}

	.labItem {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.labDiv {
		margin: 34px 0 0;
	}
}

/*=================
	contact
====================================================================================================*/
.contact {
	position: relative;
	background: url("../picture/01.jpg") no-repeat center;
	background-size: cover;
	padding: 80px 0;
}

.contact .content {
	max-width: 1200px;
	margin: 128px auto 60px;
}

.contact h1 {
	font-size: 32px;
	line-height: 32px;
}

.contact h1 span {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: #999;
}

.contact .contact_box>div {
	padding: 65px 70px;
}

.contact .contact_mess_tit {
	font-size: 21px;
	color: #de7100;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.contact_mess_div {
	position: relative;
}

.contact_mess_div>div {
	width: 30%;
	float: left;
	margin-right: 2%;
}

.contact_mess_div>div:last-of-type {
	margin-right: 0;
}

.contact_mess_div h4 {
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 12px;
	color: #4680ae;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

.contact_mess_div h4 img {
	width: 26px;
	margin-right: 10px;
	vertical-align: middle;
}

.contact_mess_div p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 6px;
}

.contact_mess_div .contact_ewm {
	float: right;
	width: 36%;
	overflow: hidden;
	position: relative;
	top: -50px;
}

.contact_ewm>div {
	float: left;
	width: 42%;
	border: 1px solid #eeeeee;
	background: #fafafa;
	padding: 5px;
	margin: 0 4%;
	text-align: center;
}

.contact_ewm img {
	width: 100%;
	display: block;
}

.contact_ewm p {
	line-height: 28px;
	font-size: 14px;
}

.contact .main-title {
	position: relative;
}

.contact .main-banner img {
	opacity: 0;
}

.contact_mess {
	width: 100%;
	background: #ffffff url("../picture/ico.png") no-repeat center;
	background-size: cover;
}

.contact_mess_box {
	margin-top: 30px;
	overflow: hidden;
}

.contact_inline {
	width: 100%;
	background: #f6f6f7;
	;
}

.contact_inline_box {
	overflow: hidden;
	margin-top: 28px;
}

.contact_form {
	width: 73%;
	float: left;
}

.contact_form div {
	float: left;
	width: 49%;
	background: #ffffff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 2%;
}

.contact_form div:nth-child(2n-1) {
	margin-right: 2%;
}

.contact_form div:last-of-type {
	width: 100%;
	clear: both;
	height: auto;
}

.contact_form span {
	margin-right: 2%;
	font-size: 14px;
	color: #666;
}

.contact_form input {
	line-height: 42px;
	padding: 0 10px;
	border: none;
	color: #666;
	width: 80%;
}

.contact_form textarea {
	height: 68px;
	width: 100%;
	background: #ffffff;
	border: none;
}

.contact_form button {
	width: 160px;
	height: 40px;
	background: #000;
	color: #fff;
	border: 0;
	font-size: 14px;
	letter-spacing: 4px;
}

.contact_info {
	width: 22%;
	float: right;
}

.contact_info p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.contact_info .tel {
	margin-top: 30px;
}

.contact_info h3 {
	font-weight: bold;
	color: #4680ae;
	font-size: 24px;
	margin-top: 10px;
}

.contact_info span {
	color: #878787;
	font-size: 14px;
}