body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
i,
ul,
img,
a,
strong,
input {
	margin: 0;
	padding: 0;
/* 	font-family: "microsoft yahei"; */
}

body {
	font-size: 14px;
}

li {
	list-style-type: none;
	/* float: left; */
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

i {
	font-style: normal
}

input,
select,
textarea {
	outline: none;
	text-indent: 6px;
}

textarea {
	resize: none;
}

div {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* @font-face {
	font-family: ' FZLTCXHJW';
	src: url('../fonts/FZLTCXHJW.ttf');
} */
/* @font-face {
	font-family: ' FZLTCXHJW';
	src: url('../fonts/ FZLTCXHJW.TTF');
} */
@font-face {
	font-family: 'fzltExtraBold';
	src: url('../fonts/FZLTGB18030 ExtraBold.oft');
}

@font-face {
	font-family: 'fzltExtraLight';
	src: url('../fonts/方正兰亭黑Pro_GB18030 ExtraLight.otf');
}

@font-face {
	font-family: 'fzltHeavy';
	src: url('../fonts/FZLTGB18030 Heavy.oft');
}

@font-face {
	font-family: 'fzltLight';
	src: url('../fonts/方正兰亭黑Pro_GB18030 Light.otf');
}

@font-face {
	font-family: 'fzltMedium';
	src: url('../fonts/方正兰亭黑Pro_GB18030 Medium.otf');
}

@font-face {
	font-family: 'fzltSemiBold';
	src: url('../fonts/FZLTGB18030 SemiBold.oft');
}

@font-face {
	font-family: 'fzltRegular';
	src: url('../fonts/FZLTGB18030.oft');
}

@font-face {
	font-family: 'fzltBold';
	src: url('../fonts/FZLTCHJW.ttf');
}

@font-face {
	font-family: 'FZLTXHJW2';
	src: url('../fonts/FZLTXHJW2.TTf');
}

/*英文字体*/

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Thin.otf');
}

@font-face {
	font-family: 'futurabt';
	src: url('../fonts/ufonts.com_futura-t-medium (1).ttf');
}
@font-face {
    font-family: 'futruaBold';
    src: url('../fonts/FUB_.TTF');
}
@font-face {
	font-family: 'futurabtLight';
	src: url('../fonts/ufonts.com_futura-t-light.ttf');
}

* {
	-webkit-box-sizing: border-box;
	/* Safari */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */

}

.wid {
	width: 100%;
	max-width: 1200px;
}

.banner {
	width: 100%;
	display: table;
	position: relative;
}
.bannerCanvas{
	width:100%;
	height:50vw;
}
.banner-img {
	width: 100%;
}

.banner-img img {
	width: 100%;
	display: block;
}

.banner-txt {
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 128px;  */
}

.banner-txt-col {
	position: absolute;
	left: 128px;
	top: 50%;
	transform: translateY(-50%);
}

.banner-txt h1 {
	font-size: 86px;
	text-transform: uppercase;
	font-family: 'Arial';
	text-transform: uppercase;
	color: #fff;
	/*letter-spacing: 10px;*/
	text-align: left;
}

.banner-txt h4 {
	line-height: 62px;
	font-size: 36px;
	font-family: 'fzltMedium';
	color: #fff;
	text-align: left;
	font-weight: 100;
	letter-spacing: 2px;
}

.head {
	width: 100%;
	height: 100px;
	padding: 0 50px;
	position: fixed;
	left: 0;
	top: 0;
	/* transition: .5s; */
	/* 7.2新增 */background-color: #233455;
	/* 7.2新增 */box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 999;
}

 .logo {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu {
	padding-top: 34px;
}

.menu ul li {
	line-height: 36px;
	min-width: 90px;
	margin: 0 20px;
	text-align: center;
	cursor: pointer;
	float: left; 
}

.menu ul li a {
	color: #fff;
	font-family: 'fzltExtraLight';
	font-size: 14px;
	letter-spacing: 2px;
	opacity: .8;
	text-decoration: none;
	position: relative;
	display: inline-block;
	height: 36px;

}

.menu ul li.active a,
.menu ul li:hover a {
	color: #ab7e5c;
}

.menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	transition: .5s;
	height: 2px;
	background-color: #ab7e5c;
	left: 0;
}

.menu ul li.active a:after,
.menu ul li:hover a:after {
	width: 100%;
}

.language-col {
	width: 100%;
	min-width: 100px;
	height: 100px;
	padding: 0 30px;
	padding-top: 35px;
	position: relative;
}

.language-col:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 22px;
	background-color: #fff;
}

.language-select {
	width: 100%;
	height: 36px;
	min-width: 122px;

}
.language-select h4{
	font-weight: normal;
	cursor: pointer;
}

.language-select span {
	line-height: 36px;
	font-family: 'futurabtLight';
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.language-select i.btn {
	display: inline-block;
	width: 14px;
	height: 8px;
	float: right;
	margin: 12px 0;
	background: url(../img/btn.png) center no-repeat;
}

.banner-next {
	width: 36px;
	height: 244px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: -124px;
	text-align: center;
	padding-left: 10px;
	z-index: 899;
	transition: .5s;
	
}
.banner-next.active:after{
	animation: next-animation 1s linear both;
	
}

.banner-next:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 0;
	background: url(../img/ic1.png)left no-repeat;
	
}

@keyframes next-animation {
    0%
    {
    	height: 0px;
    }
    100%{
		
		height:244px;
	}
}


.banner-next h5 {
	text-transform: uppercase;
	font-family: 'futurabtLight';
	color: #ab7e5c;
	writing-mode: tb-rl;
	font-weight: normal;
	padding-top: 80px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	right: -50px;
	opacity: 0;
	transition: 2s;
	
}
.banner-next.active h5{
	opacity: 1;
	right: 0;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ab7e5c;
    text-decoration: none;
    background-color: #233455;
    border: 1px solid #ab7e5c;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #233455;
	background-color:#ab7e5c;
	border-color:#ab7e5c;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #233455;
    cursor: default;
    background-color: #ab7e5c;
    border-color: #ab7e5c;
    /* border:1px solid #ab7e5c; */
}
.newPage{
	width:70%;
	margin:3% auto;
	height:80px;
}

.city {
	width: 100%;
	display: table;
	padding-top: 175px;
	background-color: #233455;
}

.city-list {
	width: 100%;
	display: table;
	min-height: 200px;
	margin-top: 30px;
	padding-bottom: 40px;
	overflow: hidden;
	padding-left: 100px;
}

.city-list h5 {
	line-height: 48px;
	font-size: 28px;
	color: #ab7e5c;
	letter-spacing: 4px;
}

.city-list h4 {
	line-height: 45px;
	font-size: 38px;
	font-family: 'futurabtLight';
	letter-spacing: 4px;
	color: #ab7e5c;
	margin-bottom: 50px;
	position: relative;
}

.city-list h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 128px;
	height: 2px;
	background-color: #ab7e5c;
}
.city-list h4:hover:after{
	animation: addr-animation 1s linear;
}

@keyframes addr-animation {
    0%{
		width: 0;
	}
    100%{
		width:128px;
	}
}

.city-list-txt {
	width: 100%;
	min-height: 136px;
}

.city-list-txt p {
	line-height: 34px;
	font-family: 'futurabtLight';
	font-size: 16px;
	color: #ab7e5c;
	letter-spacing: 4px;
	
	width: 90%;
}

.head-fix {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #233455;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 999;
}

.contact {
	width: 100%;
	display: table;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color:#233455;
}

.contact-logo {
	display: flex;
	flex-direction: column;
	justify-content:center;
	width: 180px;
	height: 160px;

}
.contact-erweima {
	width: 120px;
	height: 160px;
	padding-top:10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.contact-erweima>img{
	width:80%;
}
.contact-logo>img{
	width:100%;
}
.contact-list {
	width: 100%;
	display: table;
}
.contact-list:last-child{
	margin-top: 30px;
}
.eritme{
	display: flex;
	flex-direction: column-reverse;
	padding-top: 30px;
	width: 120px;
}
.eritme>img{
	width:100%;
	align-self:flex-end;
}
.contact-list h5 {
	line-height: 20px;
	font-size: 16px;
	color: #ab7e5c;
	padding-bottom: 14px;
	font-family: 'futurabtLight';
	letter-spacing: 4px;
}

.contact-list p {
	line-height: 32px;
	color: #ab7e5c;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'futurabtLight';
}
.contact-list p:first-child
{
	font-family: 'fzltExtraLight';
}
.contact-menu {
	width: 100%;
	display: table;
	padding-top: 95px;
}

.contact-menu-list {
	width: 100%;
	display: table;

}

.contact-menu-list ul li {
	line-height: 54px;
	font-size: 16px;
	color: #b3a368;
	min-width: 90px;
	margin-right: 40px;
}

.contact-menu-list ul li a {
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;

}

.footer {
	width: 100%;
	height: 80px;
	background-color:#2F3031;
	line-height: 80px;
	padding: 0 50px;
	text-align: center;
}

.footer p {
	font-size: 16px;
	font-family: 'futurabtLight';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;

}

.wap-head {
	width: 100%;
	height: 60px;
	background-color: #233455;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 9;
	padding: 0 15px;
}

.wlogo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wlogo img {
	max-height: 40%;
}

.wmenu {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wmenu i.menu-ico {
	width: 28px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	border-radius: 1px;
	position: relative;
	transition: .5s;
}

.wmenu i.menu-ico:after {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	border-radius: 1px;
	height: 2px;
	background-color: #fff;
	transition: .5s;
}

.wmenu i.menu-ico:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	border-radius: 1px;
	height: 2px;
	background-color: #fff;
}

.wmenu i.menu-ico.active {
	transform: rotate(45deg);
	position: relative;
	margin-top: -2px;
}

.wmenu i.menu-ico.active:after {
	transform: rotate(-90deg);
	top: 0px;
}

.wmenu i.menu-ico.active:before {
	width: 0;
}

.wlanguage {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.wlanguage span {
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	line-height: 28px;
	font-family: 'futurabtLight';
	text-align: center;
	font-size: 12px;
}

.wap-head-slise {
	width: 100%;
	min-height: 200px;
	background-color: #fff;
	position: absolute;
	left: -100%;
	top: 60px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);

}

.wap-head-slise-list ul {
	width: 100%;
	padding: 10px 0;
	display: table;
}

.wap-head-slise-list ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(35, 52, 85, .5);
	line-height: 40px;
	font-size: 14px;
	color: #233455;
}

.wap-head-slise-list ul li a {
	color: #233455;
	text-decoration: none;
}

.wap-head-slise-list ul li:last-child {
	border-bottom: none;
}

.wap-head-slise-list {
	width: 100%;
	display: table;
	padding: 0 20px;
}

.wap-head-slise-cont {
	width: 100%;
	height: 50px;
	background-color: #233455;
}

.wap-head-slise-cont ul {
	width: 100%;
}

.wap-head-slise-cont ul li {
	width: 50%;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.wap-head-slise-cont ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	width: 1px;
	height: 28px;
	background-color: #405275;
}

.wap-head-slise-cont ul li:last-child:after {
	width: 0;
}

.wap-head-slise-cont ul li:last-child:before {
	width: 0;
}

.wap-head-slise-cont ul li:before {
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -14px;
	width: 1px;
	height: 28px;
	background-color: #121f3a;
	text-align: justify;
}

.wap-head-slise-cont ul li img {
	margin-right: 10px;
}

.news {
	width: 100%;
	display: table;
	background: #233455;
	padding-top: 175px;
}

.news-col {
	width: 100%;
	padding: 0 155px;
}

.news-list {
	width: 100%;
	display: table;
	padding-bottom: 130px;
}

.news-list-txt {
	width: 100%;
	min-height: 200px;
	padding-right: 85px;
	padding-top: 18px;
}

.news-list-img {
	width: 100%;
}
.case_img {
   padding-left: 155px;
}
.keyCase .news-list-txt {
	padding-right: 155px;
	padding-left: 80px;
}
.news-list-img img {
	width: 100%;
}

.news-list-txt h3 {
	line-height: 45px;
	font-size: 30px;
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
	letter-spacing: 2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	text-align: justify;
	font-weight: 600;
}

.news-list-txt h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	height: 2px;
	background: rgb(171,126,92);
}

.news-list-txt-col {
	width: 100%;
	display: table;
	/* min-height: 340px; */
	margin-bottom: 20px;
}

.news-list-txt-col p {
	color: #ab7e5c;
	line-height: 34px;
	font-size: 16px;
	text-align: justify;
	font-family: 'fzltExtraLight';
	padding-top: 12px;
	letter-spacing: 3px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden; */
}

.news-list-txt-more {
	width: 242px;
	margin: 5px 0 0 0;
	display:block;
}
.news-list-txt-more span:after {
	content: '';
	position: absolute;
	left:0;
	top: 50%;
	margin-top: 5px;
	width: 242px;
	height: 15px;
	background: url(../img/ic4.png) center no-repeat;
}
.news-list-txt-more:hover.news-list-txt-more>span:after{
   animation: news-animation 1s linear;
}
@keyframes news-animation {
    0%{
		width: 0;
	}
    100%{
		width:242px;
	}
}
.news-list-txt-more span {
	position: relative;
	display: block;
	height: 38px;
	width: 242px;
	line-height: 38px;
	/* text-transform: uppercase; */
	/* background: url(../img/ic4.png) bottom center no-repeat; */
	font-family: 'futurabtLight';
	color: #ab7e5c;
	font-size: 18px;
	/* padding-left: 10px; */
	letter-spacing: 4px;
}


.news-list-fr .news-list-txt {
	padding-right: 0;
	padding-left: 85px;
}

.banner-case .banner-txt-col {
	top: 50%;
	transform: translateY(-50%);
}

.col {
	padding-top: 175px;
	background: #233455;
	width: 100%;
	padding-bottom: 0;
}

.introduce {
	width: 100%;
}

.introduce-txt {
	width: 100%;
	color: #fff;
	direction: rtl;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.introduce-txt h4 {
	writing-mode: tb-rl;
	float: right;
	font-size: 30px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	margin: 0 20px;
	letter-spacing: 8px;
}

.introduce-txt h6 {
	writing-mode: tb-rl;
	float: right;
	color: #ab7e5c;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'futurabtLight';
	margin: 0 15px;
	letter-spacing: 5px;
}

.introduce-txt p {
	writing-mode: tb-rl;
	word-wrap: break-word;
	float: right;
	color: #ab7e5c;
	margin: 0 20px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 4px;
	font-family: 'fzltExtraLight';
}

.introduce-txt h6.ml {
	margin-left: 60px;
	position: relative;
}

.introduce-txt h6.ml:after {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 2px;
	height: 127px;
	background: #ab7e5c;
}

.product {
	width: 100%;
	display: table;
	padding-top: 80px;
}

.product-title {
	width: 100%;
	text-align: center;
	
}

.product-title h5 {
	line-height: 68px;
	font-size: 30px;
	font-family: 'futurabtLight';
	font-weight: normal;
	color: #ab7e5c;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
}

.product-title h5:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -49px;
	bottom: 0;
	width: 98px;
	height: 3px;
	background-color: #ab7e5c;
}

.product-title h3 {
	margin-top：80px;
	line-height: 65px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
}

.product-col {
	width: 100%;
	padding: 0 160px;
}

.product-tab {
	width: 100%;
	height: 124px;
	
	margin-top: 55px;
}

.product-tab ul {
	width: 100%;
	
}

.product-tab ul li {
	width: calc(100% / 3);
	display: table;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	cursor: pointer;
	height: 124px;
	text-align: center;
	 float: left; 
	
}
.product-tab ul li.active{
	background-color: #586681;
} 
.product-tab ul li.active h4{
	color: #fff;
}
.product-tab ul li.active p{
	color: #fff;
}
.product-tab ul li.active p:after{
	background: url(../img/ic5-1.png) center no-repeat;
}

.product-tab ul li h4 {
	line-height: 40px;
	font-size: 20px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 5px;
	font-weight: normal;
}

.product-tab ul li p {
	line-height: 24px;
	font-size: 16px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 4px;
	padding-bottom: 15px;
	position: relative;
}

.product-tab ul li p:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -2px;
	width: 14px;
	height: 8px;
	background: url(../img/ic5.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.product-news {
	width: 100%;
	display: table;
	padding-top: 60px;
}

.product-news-list {
	width: 100%;
	display: table;
	margin-top: 130px;
}

.product-news-txt {
	width: 100%;
	padding-right: 80px;
}

.product-news-txt h4 {
	height: 64px;
	font-size: 30px;
	color: #ab7e5c;
	position: relative;
	font-family: 'fzltExtraLight';
}

.product-news-txt h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	height: 2px;
	background-color: #b3a368;
}

.product-news-txt h5 {
	line-height: 64px;
	font-size: 24px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 4px;
	padding-top: 15px;
}

.product-news-txt p {
	line-height: 32px;
	font-size: 16px;
	text-align: justify;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 5px;
	opacity: .8;
}

.product-news-imgs {
	width: 100%;
	position: relative;
}

.product-news-imgs img {
	width: 100%;
	display: block;
}

.product-news-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product-slide-col {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	overflow: hidden;
}

.product-slide-list {
	width: 100%;
	display: table;
	padding: 25px 30px;
}

.product-slide-list-box {
	width: auto;
	max-width: 50%;
	min-width: 40%;
	padding-left: 45px;
}

.product-slide-list-box h5 {
	line-height: 32px;
	font-size: 18px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	position: relative;
}

.product-slide-list-box p {
	line-height: 32px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	text-transform: uppercase;
	letter-spacing: 4px;
	opacity: .8;
	font-size: 14px;
}

.product-slide-list-box h5:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 12px;
	width: 8px;
	height: 8px;
	background: #7e7d64;
	border-radius: 50%;
}

.product-news-list-fr .product-news-txt {
	padding-right: 0;
	padding-left: 80px;
}

.product-slide-list-box h6 {
	font-size: 12px;
	font-family: 'fzltExtraLight';
	line-height: 22px;
	letter-spacing: 3px;
	text-align: justify;
	opacity: .7;
	color: #ab7e5c;
}

.process {
	width: 100%;
	display: table;
	padding-top: 80px;
}

.title {
	width: 100%;
	text-align: center;
	padding-top: 80px;
}

.title h5 {
	line-height: 65px;
	font-size: 30px;
	font-family: 'futurabtLight';
	font-weight: normal;
	color: #ab7e5c;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
}

.title h5:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -49px;
	bottom: 0;
	width: 98px;
	height: 3px;
	background-color: #ab7e5c;
}

.title h3 {
	line-height: 65px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
}

.process-tab {
	width: 100%;
	display: table;
}

.process-tab-img {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}
.process-tab-box {
	height: 105px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
}
.process-tab-box1 {
	width: 65%;
}
.process-tab-box2 {
	width: 55%;
}
.process-tab-box3 {
	width: 55%;
}
.process-tab-box h5 {
	line-height: 38px;
	font-size: 16px;
	font-family: 'fzltExtraLight';
	letter-spacing: 2px;
}
.process-tab-box p {
	line-height: 24px;
	font-family: 'futurabtLight';
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.process-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}

.process-list-box {
	width: 310px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}

.process-list-box h5 {
	line-height: 38px;
	font-size: 16px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 4px;
}
.process-list-box.no-after:after{
	width: 0;
}

.process-list-box p {
	line-height: 24px;
	font-family: 'fzltExtraLight';
	font-size: 14px;
	color: #ab7e5c;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.process-list-box.yingxiangActive:after {
	content: '';
	position: absolute;
	right: -110px;
	top: 50%;
	margin-top: -8px;
	width: 102px;
	height: 15px;
	background: url(../img/ic6.png) center no-repeat;
	animation: process-animation .5s linear;
}
/* .process-list-box:hover:not(.none):after{
   animation: process-animation 1s linear;
} */
.process-list-box:nth-child(1):after{
	right: 0;
	left:325px
}
.process-list-box:nth-child(5):after{
	right: 0;
	left:325px
}
@keyframes process-animation {
    0%{
		width: 0;
	}
    100%{
		width:102px;
	}
}



.process-list-box:nth-child(3n):after {
	width: 0;
}
.process-list-box:nth-child(2):after {
	width: 0;
}

.process-list-box:nth-child(4):after {
	width: 0;
}



.process-list-box:nth-child(7):after {
	width: 0;
}

.process-list-box:nth-child(8):after {
	width: 0;
}
.process-list-box:nth-child(10):after {
	background: url(../img/ic11.png) center no-repeat;
}
.process-list-box:nth-child(11):after {
	background: url(../img/ic11.png) center no-repeat;
}
/* 
.process-list-box:nth-child(5):before {
	content: '+';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -8px;
	font-family: 'fzltExtraLight';
	font-size: 20px;
	color: #ab7e5c;
} */

.process-list-box.yingxiangActiveBefore:nth-child(5):before {
	content: '';
	position: absolute;
	width: 15px;
	height: 32px;
	background: url(../img/ic18.png) center no-repeat;
	left: 50%;
	margin-left: -7px;
	top: -15px;
	animation: process-animationHeight .5s linear;
}

.process-list-box.yingxiangActiveBefore:nth-child(9):before {
	content: '';
	position: absolute;
	width: 15px;
	height: 32px;
	background: url(../img/ic18.png) center no-repeat;
	left: 50%;
	margin-left: -7px;
	top: -15px;
	animation: process-animationHeight .5s linear;
}
.process-list-box.yingxiangActiveBefore:nth-child(12):before {
	content: '';
	position: absolute;
	width: 15px;
	height: 32px;
	background: url(../img/ic18.png) center no-repeat;
	left: 50%;
	margin-left: -7px;
	top: -15px;
	animation: process-animationHeight .5s linear;
}
@keyframes process-animationHeight {
    0%{
		height: 0;
	}
    100%{
		height:30px;
	}
}
.webpage {
	width: 100%;
	text-align: center;
}

.webpage .title h3 {
	letter-spacing: 4px;
}

.introduce-item2 .introduce-txt {
	height: 670px;
}

.case-process {
	width: 100%;
	display: table;
}

.case-process-col {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.case-process-box {
	width: 20%;
	height: 580px;
	padding-top: 182px;
	position: relative;
}

.case-process-box:first-child:after {
	border-right: 1px dashed #7e7d64;
	content: '';
	position: absolute;
	right: -60px;
	top: 0;
	width: 1px;
	
}

.case-process-imgs {
	width: 100%;
	height: 96px;
	padding: 12px 0;
	position: relative;
}
.case-process-box:first-child .case-process-imgs .case-process-imgs-title{
	background: url(../img/ic8-1.png) right top no-repeat;
}
.case-process-box:nth-child(5) .case-process-imgs .case-process-imgs-title{
	background: url(../img/ic8-1.png) right top no-repeat;
}
.case-process-box:first-child .case-process-imgs-bord{
	border: 5px solid #d7d488;
	z-index: 100;
}
.case-process-box:nth-child(5) .case-process-imgs-bord{
	border: 5px solid #d7d488;
	z-index: 100;
}
.case-process-box:first-child .case-process-imgs:after{
	background-color: #d7d488;
	width: calc(100% + 35%);
	z-index: 99;
}
.case-process-box:nth-child(5) .case-process-imgs:after{
	background-color: #d7d488;
	width: calc(100% + 35%);
	z-index: 99;
}
.case-process-box:first-child .case-process-imgs-bord i{
	border: 3px solid #d7d488;
}
.case-process-box:nth-child(5) .case-process-imgs-bord i{
	border: 3px solid #d7d488;
}
.case-process-box:first-child .case-process-imgs-label{
	background: url(../img/ic10-1.png) center no-repeat;
}
.case-process-box:nth-child(4) .case-process-imgs-label{
	background: url(../img/ic10-1.png) center no-repeat;
}
.case-process-box:first-child .case-process-imgs-label p{
	color: #d7d488;
}
.case-process-box:nth-child(4) .case-process-imgs-label p{
	color: #d7d488;
}
.case-process-box:first-child .case-process-imgs .case-process-imgs-title h4{
	color: #d7d488;
}
.case-process-box:nth-child(5) .case-process-imgs .case-process-imgs-title h4{
	color: #d7d488;
}
.case-process-box:first-child .case-process-imgs .case-process-imgs-title p{
	color: #d7d488;
}
.case-process-box:nth-child(5) .case-process-imgs .case-process-imgs-title p{
	color: #d7d488;
}

.case-process-box:nth-child(4) .case-process-imgs:after {
	background-image: linear-gradient(to right,#ab7e5c, #ab7e5c 48%, #d7d488 52%,#d7d488 100%);
}
.case-process-imgs:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: #ab7e5c;
}

.case-process-imgs-bord {
	width: 72px;
	height: 72px;
	background-color: #233455;
	border: 5px solid #ab7e5c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 99;
}

.case-process-imgs-bord i {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px solid #ab7e5c;
}

.case-process-imgs-title {
	width: 100%;
	height: 146px;
	background: url(../img/ic8.png) right top no-repeat;
	position: absolute;
	right: 50%;
	top: 48px;
	padding-right: 25px;
	text-align: right;
	padding-top: 65px;
}

.case-process-imgs-title h4 {
	line-height: 32px;
	font-size: 16px;
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
	letter-spacing: 3px;
}

.case-process-imgs-title p {
	font-family: 'fzltExtraLight';
	letter-spacing: 1px;
	color: #ab7e5c;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 6px;
}

.case-process-box-item2 .case-process-imgs-title {
	background: url(../img/ic9.png) left top no-repeat;
	text-align: left;
	padding: 0;
	padding-left: 30px;
	position: absolute;
	left: 50%;
	top: -96px;

}

.case-process-box-item2 .case-process-imgs-title h4 {
	line-height: 24px;
}

.case-process-imgs-label {
	width: 92px;
	height: 52px;
	background: url(../img/ic10.png) center no-repeat;
	position: absolute;
	right: -46px;
	top: 50%;
	margin-top: -26px;

}

.case-process-imgs-label p {
	width: 105%;
	height: 18px;
	line-height: 12px;
	font-size: 12px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 1px;
}

.case-process-imgs-label p em {
	line-height: 16px;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	width: 100%;
	padding-top: 22px;
}

.case-process-title {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 60px;
	text-align: center;
	color: #ab7e5c;
}

.case-process-fl {
	width: 20%;
	text-align: center;

}

.case-process-fr {
	width: 80%;
}

.case-process-title h4 {
	text-align: center;
	line-height: 34px;
	font-weight: normal;
	letter-spacing: 4px;
	font-size: 18px;
	font-family: 'fzltExtraLight';
}

.case-process-title p {
	line-height: 26px;
	font-family: 'futurabtLight';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.introduce-item3 .introduce-txt {
	height: 500px;
}

.course {
	width: 100%;
	height: 100vh;
	position: relative;
}

.course-col {
	width: 100%;
	height: 100%;
}

.course-col ul {
	width: 100%;
	height: 100%;
}

.course-col ul li {
	width: 100%;
	height: 100%;
	padding: 0 155px;
	padding-bottom: 135px;

}

.course-intr {
	width: 100%;
	max-width: 690px;
	color: #fff;
	position: absolute;
	left: 155px;
	bottom: 171px;
}

.course-intr h4 {
	line-height: 150px;
	font-size: 100px;
	font-family: 'futurabtLight';
	letter-spacing: 4px;
	position: relative;
}

.course-intr h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 138px;
	height: 4px;
	background-color: #fff;
}

.course-intr p {
	font-size: 16px;
	padding-top: 109px;
	text-align: justify;
	font-family: 'fzltExtraLight';
	line-height: 40px;
	letter-spacing: 4px;
}

.course-list {
	width: 130px;
	height: 394px;
	position: absolute;
	right: 68px;
	top: 50%;
	margin-top: -197px;
	z-index: 99;
}


.course-list ul {
	width: 100%;
	height: 100%;
}

.course-list ul li {
	width: 100%;
	height: calc(100% / 3);
	position: relative;
}

.course-list ul li p {
	height: 28px;
	width: 100%;
	line-height: 28px;
	text-align: right;
	padding-right: 32px;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-family: 'futurabtLight';
}

.course-list ul li p:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-color: #878994;
	border-radius: 50%;
}

.course-list ul li:after {
	content: '';
	position: absolute;
	right: 6px;
	height: calc(100% - 26px);
	width: 2px;

	background-color: #fff;
	bottom: 99%;
}
.index-list{
	right: inherit;
	left: 50px;
	width:10px;
	height: 210px;
}
.index-list ul li p{
	padding-right: 0;
}
.course-list ul li:first-child:after {
	width: 0;
}
.index-list ul li:after{
	height: 100%;
	bottom: 90%;
	width: 1px;
	background-color: #878993;
}
.index-list ul li p:after{
	z-index: 99;
}

/*.course-list ul li:last-child:after{
	width: 0;
}*/
.course-list ul li.active p {
	color: #ab7e5c;
}

.course-list ul li.active p:after {
	background-color: #fff;
}

.course-list ul li.active:after {
	background-color: #fff;
}

.wingspan {
	width: 100%;
	height: 542px;
	background: url(../img/img13.jpg) center no-repeat;
}

.wingspan .title h5 {
	color: #fff;
}

.wingspan .title h5:after {
	background-color: #fff;
}

.wingspan .title h3 {
	color: #fff;
}

.wingspan-txt {
	width: 100%;
	text-align: center;
}

.wingspan-txt p {
	padding-top: 50px;
	text-align: center;
}

.wingspan-txt p span {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-family: ' fzltExtraLight';
	letter-spacing: 4px;
	opacity: .8;
}

.qualification {
	width: 100%;
	display: table;
	padding-bottom: 45px;
	background-color: #233455;
}

.qualification .title {
	padding-top: 30px;
}

/*.qualification .title h5 {
	color: #fff;
}

.qualification .title h5:after {
	background-color: #fff;
}

.qualification .title h3 {
	color: #fff;
}*/

.qualification-iso {
	width: 100%;
	max-width: 768px;
	display: table;
}

.qualification-iso ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.qualification-iso li {
	width: auto;
	height: 194px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qualification-iso li img {
	max-width: 90%;
}

.qualification-list {
	width: 100%;
	max-width: 768px;
	display: table;
}

.qualification-list ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.qualification-list ul li {
	height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.network {
	width: 100%;
	display: table;
	padding-bottom: 90px;
}

.network-map {
	width: 100%;
	display: table;
	position: relative;
}

.network-map-img {
	width: 100%;
	position: relative;
	margin-top: -65px;
}

.network-map-img img {
	max-width: 100%;
}

.network-map-list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.network-map-list ul {
	width: 100%;
	height: 100%;
}

.network-map-list ul li {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.network-map-list ul li.beijing:after{
	width: 26px;
	height: 24px;
	background: url(../img/ic17.png) center no-repeat;
	content: '';
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -12px;
	box-shadow: inherit;
}

.network-map-list ul li h4 {
	line-height: 28px;
	font-size: 16px;
	opacity: .9;
	letter-spacing: 4px;
}

.network-map-list ul li p {
	font-size: 14px;
	line-height: 20px;
	font-family: 'futurabtLight';
	letter-spacing: 2px;
	opacity: .9;
}

.network-map-list ul li:after {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -4px;
	box-shadow: 0 0 8px rgba(255, 255, 255, .4);
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;

}

.network-map-list ul li.li-item1 {
	left: 74%;
	top: 10px;
}

.network-map-list ul li.li-item2 {
	left: 70%;
	top: 180px;
}

.network-map-list ul li.li-item3 {
	left: 43%;
	top: 225px;
}

.network-map-list ul li.li-item4 {
	left: 63%;
	top: 225px;
}

.network-map-list ul li.li-item5 {
	left: 42%;
	top: 275px;
}

.network-map-list ul li.li-item6 {
	left: 60%;
	top: 280px;
}

.network-map-list ul li.li-item7 {
	left: 69%;
	top: 280px;
}

.network-map-list ul li.li-item8 {
	left: 48%;
	top: 310px;
}

.network-map-list ul li.li-item9 {
	left: 50%;
	top: 380px;
}

.network-map-list ul li.li-item10 {
	left: 58%;
	top: 370px;
}

.network-map-list ul li.li-item11 {
	left: 66%;
	top: 400px;
}

.network-map-list ul li.li-item12 {
	left: 42%;
	top: 450px;
}

.network-map-list ul li.li-item13 {
	left: 48%;
	top: 530px;
}

.video {
	width: 100%;
	height: 100vh;
	/*background: url(../img/img14.jpg) center no-repeat;*/
	padding-top: 120px;
}
.video .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 6px !important;
	background-color: #fff;
	opacity: .5;
}
.video .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #ab7e5c;
	opacity: 1;
}

.video-col {
	width: 100%;
	position: relative;
}

.video-lists {
	width: 100%;
	position: relative;
}

.video-lists:after {
	content: '';
	position: absolute;
	left: 60px;
	top: 10px;
	width: 100%;
	height: 748px;
	background-color: #233455;
}

.video-col ul {
	width: 100%;
}

.video-col ul li {
	width: 100%;
	height: 758px;
	position: relative;
}

.video-col-list {
	width: 100%;
}
.video-col-list video {
    width: 100%;
	height: 675px;
}
.video-col-list img {
	width: 100%;
	height: 675px;
}

.video-col-txt {
	width: 100%;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	line-height: 82px;
}

.video-col-txt p {
	font-family: ' fzltExtraLight';
	font-size: 28px;
	letter-spacing: 6px;
}

.video-col .swiper-button-prev {
	width: 76px;
	height: 76px;
	background: rgba(171,126,92, .2);
	opacity: 1;
	left: 0;
	bottom: 83px;
	top: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	transition: .5s;
}
.video-col .swiper-button-prev:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(171,126,92);
	width: 0;
	height: 100%;
	transition: .5s;
}
.video-col .swiper-button-prev img,.video-col .swiper-button-next img{
	position: relative;
	z-index: 89;
}
.video-col .swiper-button-prev:hover:after{
	width: 100%;
}

.video-col .swiper-button-next {
	width: 76px;
	height: 76px;
	background: rgba(171,126,92, .2);
	opacity: 1;
	right: 0;
	bottom: 83px;
	top: inherit;
	display: flex;
	z-index: 99;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.video-col .swiper-button-next:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(171,126,92);
	width: 0;
	height: 100%;
	transition: .5s;
}
.video-col .swiper-button-next:hover:after{
	width: 100%;
}


.qualification-list ul li img {
	/* max-width: 80%; */
	height:2vw;
}

.introduce-main {
	width: 100%;
	display: table;
	min-height: 100px;
}

.introduce-main-col {
	width: 100%;
	max-width: 1280px;
}

.introduce-main-list {
	width: 100%;
	display: table;
	position: relative;
	height: 168px;
	display: table;
	text-align: center;
	margin-bottom: 50px;

}

.introduce-main-list:after {
	content: '';
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	height: 100%;
	border: 3px solid #ab7e5c;
}

.introduce-main-list-box {
	width: 148px;
	height: 96px;
	position: relative;
	display: inline-block;
	float: none;
}

.introduce-main-list-bord {
	width: 96px;
	height: 96px;
	background-color: #233455;
	border-radius: 50%;
	border: 5px solid #ab7e5c;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.introduce-main-list-bord:after {
	content: '';
	position: absolute;
	left: 48px;
	top: -5px;
	width: 48px;
	height: 96px;
	background-color: #233455;
}

.introduce-main-list-bord:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -72px;
	width: 5px;
	height: 72px;
	background-color: #ab7e5c;
	border-radius: 3px;
	margin-left: -0px;
}

.introduce-main-list-bord span {
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 66px;
	height: 66px;
	border: 5px solid #ab7e5c;
	border-radius: 50%;
	z-index: 99;
	background-color: #233455;
	position: relative;
}

.introduce-main-list-bord span:before {
	width: 10px;
	height: 4px;
	background-color: #233455;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -1px;
	content: '';
}

.introduce-main-list-bord span:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-color: #ab7e5c;
}

.introduce-main-list-txt {
	width: 200%;
	height: 68px;
	position: absolute;
	right: 74px;
	bottom: -74px;
	text-align: right;
	padding-right: 10px;
	z-index: 99;
}

.introduce-main-list-txt h5 {
	line-height: 22px;
	font-size: 14px;
	font-family: ' fzltExtraLight';
	letter-spacing: 2px;
	color: #ab7e5c;
}

.introduce-main-list-txt p {
	font-size: 12px;
	font-family: 'futurabtLight';
	text-transform: uppercase;
	line-height: 20px;
	color: #ab7e5c;
	padding-top: 5px;
	letter-spacing: 1px;
}

.introduce-main-list-box-fr .introduce-main-list-bord:before {
	bottom: inherit;
	top: -72px;
}

.introduce-main-list-box-fr .introduce-main-list-txt {
	bottom: inherit;
	top: -72px;
	right: inherit;
	left: 72px;
	text-align: left;
	padding-left: 15px;
	padding-right: 0;
}

.introduce-main-list-box-fr .introduce-main-list-bord:after {
	left: -5px;
}

.introduce-main-list-box-fr .introduce-main-list-bord span:before {
	left: inherit;
	right: -15px;
}

.introduce-main-tit {
	width: 100%;
	position: relative;
	display: table;
}

.introduce-main-tit ul {
	width: 100%;
}

.introduce-main-tit ul li {
	width: 20%;
	line-height: 60px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	color: #ab7e5c;
	float: left;
}

.introduce-main-tit:after {
	content: '';
	position: absolute;
	left: 10%;
	bottom: -20px;
	width: 80%;
	height: 20px;
	border: 3px solid #ab7e5c;
	border-top: none;
}

.introduce-main-name {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.introduce-main-name h5 {
	text-align: center;
	font-weight: normal;
	color: #ab7e5c;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 4px;
}

.introduce-product {
	width: 100%;
	display: table;
	padding-top: 80px;
	margin-bottom: 120px;
}

.introduce-product-box {
	width: 100%;
	display: table;
	margin-top: 110px;
	padding-right: 40px;
}

.introduce-product-img {
	width: 100%;
	display: table;
	max-width: 512px;
	float: left;
}

.introduce-product-img img {
	width: 100%;
}

.introduce-product-txt {
	width: 100%;
	max-width: 515px;
	float: right;
	height: 182px;
	background-color: #fff;
	position: relative;
	margin-top: -94px;
	padding: 0 40px;
	padding-top: 25px;
	background-color: rgba(35,52,85,.7);
}

.introduce-product-txt h5 {
	height: 72px;
	font-size: 20px;
	letter-spacing: 3px;
	color: #ab7e5c;
	line-height: 72px;
	position: relative;
}

.introduce-product-txt h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	height: 2px;
	background-color: #b3a368;
}

.introduce-product-txt p {
	line-height: 30px;
	padding: 20px 0;
	font-size: 16px;
	color: #ab7e5c;
	letter-spacing: 3px;
}

.introduce-product>div:nth-child(2n)>div>.introduce-product-box {
	padding-right: 0;
	padding-left: 40px;
}

.introduce-data {
	width: 100%;
	display: table;
	min-height: 200px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.introduce-data-list {
	width: 100%;
	height: 176px;
	margin-bottom: 20px;
}

.introduce-data-list-fl {
	width: 100%;
	height: 176px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.introduce-data-list-fl:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 106px;
	width: 1px;
	height: 92%;
	border-left: 1px dashed #ab7e5c;
}

.introduce-data-list-fl p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.introduce-data-list-fl p span {
	display: inline-block;
	float: left;
	width: 128px;
	text-align: center;
	color: #ab7e5c;
	letter-spacing: 2px;
	position: relative;
}
.introduce-data-list-fl p em{
	display: inline-block;
	width: 85px;
	height: 14px;
	background: url(../img/ic11.png) center no-repeat;
	width: 0;
	transition: 1s;
}
.introduce-data-list-fl-right p em{
	position: absolute;
	right: 31%;
}
.introduce-data-list-fl p span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-color:#ab7e5c;
	border-radius: 50%;
}

.introduce-data-list-fl p img {
	position: relative;
	margin-top: -3px;
	width:0px;
	height: 14px;
	transition: 1s;
}
.introduce-data-list-fl:hover p img{
	width: 85px;
	height: 14px;
}

.introduce-data-list-col {
	width: 100%;
	display: table;
	position: relative;
}

.introduce-data-list-num {
	width: 158px;
	height: 176px;
	background: url(../img/ic12.png) center no-repeat;
	position: relative;
	left: -88px;
	text-align: center;
	padding-top: 60px;
}

.introduce-data-list-num h5 {
	line-height: 38px;
	font-size: 18px;
	font-weight: normal;
	color: #ab7e5c;
	font-family: ' fzltExtraLight';
}

.introduce-data-list-num p {
	line-height: 20px;
	font-size: 14px;
	font-family: 'futurabtLight';
	color: #ab7e5c;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.introduce-data-list-num span.num {
	position: absolute;
	right: -26px;
	top: 5px;
	width: 70px;
	height: 70px;
	border: 7px solid #ab7e5c;
	border-radius: 50%;
	background-color: #233455;
	text-align: center;
	line-height: 56px;
	font-size: 30px;
	color: #ab7e5c;
	font-family: arial;
}

.introduce-data-list-num span.num:after {
	content: '';
	position: absolute;
	right: -266px;
	top: -10px;
	width: 266px;
	height: 28px;
	background: url(../img/ic13.png) center no-repeat;
}

.introduce-data-list-txt {
	width: 228px;
	display: table;
	position: absolute;
	left: 50%;
	top: 25px;
	min-height: 100px;
	margin-left: 60px;
}

.introduce-data-list-txt p {
	line-height: 32px;
	font-size: 16px;
	color: #ab7e5c;
	letter-spacing: 2px;
	position: relative;

	hanging-punctuation: 32px;
}

.introduce-data-list-txt p:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background-color: #ab7e5c;
	border-radius: 50%;
}

.introduce-data-list-fl.introduce-data-list-fr {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.introduce-data-list-item2 .introduce-data-list-num {
	left: 00px;
}

.introduce-data-list-fl.introduce-data-list-fr p span {
	width: 158px;
	line-height: 32px;
}

.introduce-data-list-fl.introduce-data-list-fr p span:after {
	left: -40px;
}

.introduce-data-list-item2 .introduce-data-list-num span.num {
	right: inherit;
	left: -26px;
}

.introduce-data-list-fl.introduce-data-list-fr p img {
	margin-right: 80px;
}

.introduce-data-list-item2 .introduce-data-list-num span.num:after {
	background: url(../img/ic15.png) center no-repeat;
	right: inherit;
	left: -266px;
}

.introduce-data-list-item2 .introduce-data-list-txt {
	left: -68px;
}

.introduce-data-list:last-child .introduce-data-list-fl:after {
	width: 0;
	border: none;
}

.introduce-data-list-fl.introduce-data-list-fr:after {
	left: 132px;
}
.index-bann{
	width: 100%;
	background-color: #233455;
}
.index-bann-roll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-bann-roll ul{
	width: 100%;
	height: auto;
}
.index-bann-roll ul li{
	width: 100%;
	height: auto !important;
	background-position: fixed left top;
}
.index-bann-roll ul li .index-bann-img{
	width: 100%;
}
.index-bann-img img{
	width: 100%;
}
.index-bann-txt{
	position:Fixed;
	z-index:10;
	width: 100%;
	height: 100%;
	padding: 0;
	padding-left: 12%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	flex-wrap: wrap;
	flex-direction: column;
}
.index-bann ul li{
	padding: 0;
}
.index-bann-txt h4{
	line-height: 80px;
	font-size: 70px;
/* 	text-transform: uppercase; */
	color: #fff;
	font-family: 'arial';
	/*font-family: 'futruaBold';*/
	/*letter-spacing: 2px;*/
	font-weight: 700;
	margin-bottom: 10px;
}
.index-bann-txt h5{
	line-height: 44px;
	font-size: 34px;
	font-family: 'fzltMedium';
	/* font-weight: bold; */
	color: #fff;
	letter-spacing: 2px;
}
.index-bann-txt p{
	font-family: 'fzltLight';
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.index-bann-txt h6{
	/* text-align: center; */
	line-height: 46px;
	text-transform: uppercase;
}
.index-bann-txt h6 a{
	color: #ab7e5c;
	letter-spacing: 4px;
	font-size: 16px;
	text-decoration: none;
	animation:process-animationHx 3s infinite linear ;
}
@keyframes process-animationHx {
    0%{
		opacity: 1;
	}
	50%{
		opacity: 0.3;
	}
    100%{
		opacity: 1;
	}
}
.introduce-index{
	width: 100%;
	
	min-height: 100vh;
	padding: 270px 0;
}
.introduce-index-col{
	width: 100%;
	height: 100%;
	max-width: 1476px;
}
.introduce-index-advantage{
	width: 100%;
	min-height: 100px;
	padding-top: 36px;
	padding-right: 60px;
}
.index-advantage-title{
	line-height: 80px;
	font-size: 36px;
	color: #ab7e5c;
	text-transform: uppercase;
	text-align: right;
	font-family: 'futurabtLight';
	letter-spacing: 4px;
}
.index-advantage-col{
	width: 100%;
	display: table;
	font-family: 'fzltExtraLight';
}
.index-advantage-col ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 605px;
	float: right;
	padding-top: 80px;
}
.index-advantage-col ul li{
	color: #fff;
	height: 260px;
}
.index-advantage-col ul li p{
	writing-mode: tb-rl;
	font-size: 22px;
	line-height: 40px;
	float: left;
	font-family: 'fzltExtraLight';
	opacity: .8;
	letter-spacing: 10px;
	
}
.col-ptn{
	padding-top: 0;
}
.introduce-index-inf{
	width: 100%;
	display: table;
	padding-top: 36px;
	padding-left: 60px;
}
.introduce-index-inf h4{
	line-height: 80px;
	font-size: 28px;
	color: #ab7e5c;
	/* padding-bottom: 40px; */
	position: relative;
	/* padding-bottom: 42px; */
	font-family: 'fzltExtraLight';
	letter-spacing: 4px;
}
.introduce-index-inf h4:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 126px;
	height: 2px;
	background-color: #ab7e5c;
}
.introduce-index-inf p{
	padding-top: 63px;
	font-family: 'fzltExtraLight';
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 3px;
	opacity: .8;
	color: #ab7e5c;
}
.product-index{
	width: 100%;
	display: table;
	padding-top: 72px;
}
.product-index-title{
	width: 100%;
	display: table;
}
.product-index-title>h5{
	line-height: 55px;
	font-size: 32px;
	color: #ab7e5c;
	font-family: 'futurabtLight';
	font-weight: 900;
	position: relative;
}
.product-index-title h5:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 97px;
	height: 3px;
	background-color: #ab7e5c;
}
.product-index-title h4{
	line-height: 56px;
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
	font-size: 28px;
	letter-spacing: 4px;
	font-weight: 550;
}
.product-index-col{
	width: 100%;
	display: table;
}
.product-index-list{
	width: 100%;
	display: table;
}
.product-index-list-box{
	width: 100%;
	display: table;
	margin-top: 100px;
	position: relative;
}
.product-index-list-box span.more{
	display: inline-block;
	width: 102px;
	height: 15px;
	background: url(../img/ic7.png) center no-repeat;
	position: absolute;
	right:30%;
	bottom:30px;
}
.product-index-list-box-item5 span.more{
	display: inline-block;
	width: 102px;
	height: 15px;
	background: url(../img/ic6.png) center no-repeat;
	position: absolute;
	right:30%;
	bottom:30px;
}
.product-index-list-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product-index-list-img .filter{
	position: absolute;
	top: 0;left: 0;bottom: 0;right: 0;z-index: 2;
}
.product-index-list-img .filter li{
	background-color: #233354;
	position: absolute;
	top: 0;bottom: 0;
	transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-index-list-img .filter.is-show li{
	top: 100%;
}
.news-cont{
	font-family: 'wslight';
}


.product-index-list-img img{
	width: 100%;
}
.product-index-list-txt{
	width: 70%;
	max-width: 395px;
	display: table;
	position: absolute;
	left: 0;
	bottom:-10px;
	color: #fff;
}
.product-index-list-txt h6{
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'futurabtLight';
	letter-spacing: 4px;
	text-transform: uppercase;
	opacity: .8;
	color: #ab7e5c;
}
.product-index-list-txt p{
	line-height: 30px;
	font-size: 18px;
	font-family: 'fzltExtraLight';
	letter-spacing: 4px;
	opacity: .95;
	color: #ab7e5c;
}
.product-index-list-box-fr{
	padding-left: 70px;
	position: relative;
	margin-top: -45px;
}
.product-index-list-box-fr .product-index-list-txt{
	left: 70px;
	bottom: -22px;
}
.product-index-list-box-pl{
}
.product-index-list-box-pl .product-index-list-txt{
	
	bottom: -13px;
}
.product-index-list-box-item4{
	padding-left: 125px;
}
.product-index-list-box-item4 .product-index-list-txt{
	padding-left: 125px;
	bottom: -10px;
}
.product-index-list-box-item4 .product-index-list-txt:last-child{
	padding-left: 125px;
	bottom: -1px
}

.product-index-list-box-item5 .product-index-list-txt{
	text-align: right;
	left: inherit;
	right: 0;
	bottom: -10px;
}
.case-index{
	width: 100%;
	min-height: 100vh;
	padding-top: 150px;
	padding-bottom: 150px;
}
.case-index-col{
	width: 100%;
	height: 540px;
	background: url(../img/img20.jpg) center/100% auto no-repeat;
	margin-top: 50px;
}
.case-index-col .wid{
	height: 100%;
}
.case-index-roll{
	width: 100%;
	height: 100%;
	position: relative;
}
.case-index-roll .prev{
	display: inline-block;
	width: 68px;
	height: 68px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -34px;
	background-image: inherit !important;
}
.case-index-roll .next{
	display: inline-block;
	width: 68px;
	height: 68px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 50%;
	margin-right: -500px;
	top: 50%;
	margin-top: -34px;
	background-image: inherit !important;
}
.case-index-roll ul{
	width: 100%;
	height: 100%;
}
.case-index-roll ul li{
	width: 100% !important;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	color: #fff;
}
.case-index-roll ul li h4{
	line-height: 72px;
	font-size: 44px;
	font-weight:500;
	font-family: 'fzltExtraLight' ,Microsoft YaHei;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.case-index-roll ul li h5{
	line-height: 50px;
	font-weight:500;
	font-family: 'fzltExtraLight',Microsoft YaHei;
	font-size: 28px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.case-index-roll ul li p{
	letter-spacing: 4px;
	line-height: 30px;
	font-weight:500;
	font-size: 16px;
	font-family: 'fzltExtraLight',Microsoft YaHei;
}
.case-index-roll ul li p span{
	display: block;
	text-align: center;
	font-weight:500;
	font-family: 'fzltExtraLight',Microsoft YaHei;
}
.case-index-roll ul li h6{
	text-align: center;
	text-transform: uppercase;
	color: #ab7e5c;
	font-size: 16px;
	line-height: 40px;
	padding-top: 40px;
}
.keyCase>.title{
  margin-bottom:80px;
}
.keyCaseListTxt{
	width:100%;
	margin:0 auto;
}
.news-list-imgMore{
	position: relative;
}
.news-list-imgMore1{
	position: relative;
}
.news-list-imgMore1::after{
	display:block;
	content: '';
	position: absolute;
	right: -8%;
	top: 14%;
	width: 242px;
	height: 15px;
	background: url(../img/ic26.png) center no-repeat;
	animation: keyCase-animation 1s linear;
	/* width:100%; */
}
.news-list-imgMore1.active {
	animation: keyCase-animation 1s linear;
	width:100%;
}
.news-list-imgMore.active {
	animation: keyCase-animation 1s linear;
	width:100%;
}
@keyframes keyCase-animation {
    0%{
		width: 0;
	}
    100%{
		width:242px;
	}
}
.news-list-imgMore::after{
	display:block;
	content: '';
	position: absolute;
	left: -18%;
	top: 15%;
	width: 242px;
	height: 15px;
	background: url(../img/ic16.png) center no-repeat;
}
.keyCase.news-list{
	padding-bottom: 0;
}
.dynamic-index{
	width: 100%;
	padding-top: 0px;
	position: relative;
	padding-bottom: 100px;
	background-color: #233455;
}
.dynamic-index:after{
	content: '';
	display: block;
	clear: both;
}
.dynamic-index-txt{
	width: 100%;
	display: table;
	max-width: 590px;
	min-height: 200px;
	margin: 0 auto;
}
.dynamic-index-title{
	width: 100%;
	display: table;
}
.dynamic-index-title>h5{
	line-height: 60px;
	font-size: 28px;
	color: #ab7e5c;
	font-family: 'futurabtLight';
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.dynamic-index-title h5:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	height: 2px;
	background-color: rgb(171,126,92);
}
.dynamic-index-title  h3{
	line-height: 60px;
	font-size: 30px;
	color: #ab7e5c;
	font-family: 'fzltLight';
}
.dynamic-index-txt{
	width: 100%;
	display: table;
}
.dynamic-index-txt>h5{
	line-height: 64px;
	font-family: 'fzltLight';
	letter-spacing: 2px;
	font-size: 24px;
	color: #ab7e5c;
}
.dynamic-index-txt p{
	font-size: 16px;
	line-height: 32px;
	font-family: ' fzltExtraLight';
	color: #ab7e5c;
	opacity: .8;
	letter-spacing: 2px;
	text-align: justify;
	padding-top: 10px;
}
.dynamic-index-roll{
	width: 100%;
}
.dynamic-index-roll ul{
	width: 100%;
}
.dynamic-index-roll ul li{
	width: 100%;
}
.dynamic-index-roll ul li img{
	width: 100%;
}
.dynamic-index-roll .swiper-button-prev{
	width: 78px;
	height: 78px;
	background: rgba(171,126,92,.35);
	opacity: 1 !important;
	position: absolute;
	left: 0;
	bottom: 0;
	top: inherit;
	right: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.dynamic-index-roll .swiper-button-prev img{
	position: relative;
	z-index: 99;
}
.dynamic-index-roll .swiper-button-next img{
	position: relative;
	z-index: 99;
}
.dynamic-index-roll .swiper-button-prev:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: .5s;
	background: rgb(171,126,92);
}
.dynamic-index-roll .swiper-button-prev:hover:after{
	width: 100%;
} 
.dynamic-index-roll .swiper-button-next{
	width: 78px;
	height: 78px;
	background: rgba(171,126,92,.35) ;
	opacity: 1 !important;
	position: absolute;
	left: 80px;
	bottom: 0;
	top: inherit;
	right: inherit;
	display: flex;
	z-index: 99;
	justify-content: center;
	align-items: center;
}
.dynamic-index-roll .swiper-button-next:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: .5s;
	background: rgb(171,126,92);
	
}
.dynamic-index-roll .swiper-button-next:hover:after{
	width: 100%;
}
.partner-index{
	width: 100%;
	background-color: #2F3031;
	padding: 165px 0;
}
.partner-index-col{
	width: 100%;
}
.partner-index-col ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.partner-index-col ul li{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.partner-index-col ul li img{
	height: auto;
	width: auto;
}
.fix-nav{
	width: 100vw;
	height: 100vh;
	background: rgba(35,52,85,.98);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	padding-top: 20vh;
	display: none;
}
.fix-nav-col{
	width: 100%;
	min-height: 200px;
	position: relative;
}
.fix-nav span.close{
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 60px;
	top: 60px;
	opacity: 1;
}
.fix-nav span.close:before{
	content: '';
	width: 60px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	right: 00px;
	top: 30px;
	opacity: 1;
	z-index:999;
	transform: rotate(-135deg);
}
.fix-nav span.close:after{
	content: '';
	width: 60px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	right: 00px;
	top: 30px;
	opacity: 1;
	z-index:999;
	transform: rotate(-45deg);
}
.fix-nav-logo{
	width: 40%;
	display: table;
	min-height: 160px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.fix-nav-logo img{
	max-height: 80%;
}
.fix-nav-txt{
	width: 60%;
	display: table;
	min-height: 100px;
}
.fix-nav-list{
	width: 100%;
	display: table;
}
.fix-nav-list h5{
	font-size: 26px;
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
	height: 80px;
	letter-spacing: 4px;
	position: relative;
}
.fix-nav-list h5:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width:60px;
	height: 2px;
	background-color: #ab7e5c;
}
.fix-nav-list ul{
	width: 100%;
	padding-top: 20px;
}
.fix-nav-list ul li{
	line-height: 54px;
	margin: 20px 0;
	font-size: 20px;
	color: #ab7e5c;
	font-family: 'fzltExtraLight';
	letter-spacing: 2px;
	position: relative;
	margin-right: 80px;
	float: left; 
}
.fix-nav-list ul li:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width:0;
	transition: .5s;
	height: 2px;
	background-color: #ab7e5c;
}
.fix-nav-list ul li a{
	font-family: 'fzltExtraLight';
	color: #ab7e5c;
	text-decoration: none;
}

.fix-nav-list ul li:hover:after{
	width: 100%;
}
.dynamic-index-more{
	width: 100%;
	display: table;
	padding-top: 30px;
}
.dynamic-index-more span{
	display: inline-block;
	width:242px;
	height: 40px;
	/* padding-left: 14px; */
	line-height: 40px;
	font-weight: normal;
	color: #ab7e5c;
	font-size: 14px;
	font-family: 'futurabtLight';
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}



.dynamic-index-more span:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: url(../img/ic16.png) center no-repeat;
}
.dynamic-index-more span a{
	font-family: 'futurabtLight';
	color: #ab7e5c;
	text-decoration: none;
	position: relative;
	top: 0;
	opacity: 1;
}
.dynamic-index-more span:hover:after{
   animation: circle-animation 1s linear;
}
.dynamic-index-more span.active a{
	top: 0;
	transition: 1s;
	opacity: 1;
}
.circle:after{
	 animation: circle 2s infinite;
}
.tim-01{
	animation-delay:1s;
	-webkit-animation-delay:1s; /* Safari 和 Chrome */
}
.tim-02{
	animation-delay:2s;
	-webkit-animation-delay:2s; /* Safari 和 Chrome */
}
.tim-03{
	animation-delay:3s;
	-webkit-animation-delay:3s; /* Safari 和 Chrome */
}
.tim-04{
	animation-delay:4s;
	-webkit-animation-delay:4s; /* Safari 和 Chrome */
}
.tim-05{
	animation-delay:5s;
	-webkit-animation-delay:5s; /* Safari 和 Chrome */
}
@keyframes circle-animation {
    0%{
		width: 0;
	}
    100%{
		width: 100%;
	}
}

@keyframes circle {
    0%{
		box-shadow:0 0 5px rgba(255, 255, 255, .5);
		transform: scale(1);
	}
    50%{
    	box-shadow:0 0 16px rgba(255, 255, 255, .5);
		transform: scale(1.3);
    }
	100%{
		box-shadow:0 0 5px rgba(255, 255, 255, .5);
		
	}
}

.pub-effect{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background: #f60; */
}

.pub-effect i{
    position: absolute;
    width: 1.1%;
    bottom: 0;
    top: 0;
    background: #233455;
    transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.language-select-slide{
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	
}
.language-select-slide p{
	width: 70%;
	height: 50px;
	line-height: 40px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(255,255,255,.8);
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.product-mian{
	width: 100%;
	display: table;
	padding-top: 40px;
}
.product-inform-list{
	width: 100%;
	display: table;
	padding: 32px 68px;
	background-color: #586681;
	min-height: 100px;
	display: none;
}
.product-inform-list-title h4{
	line-height: 10px;
	padding: 30px 0 20px 0;
	font-family: 'fzltExtraLight';
}
.product-inform-list-title h4 span{
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	font-family: 'fzltExtraLight';
}
.product-inform-list-title h4 span:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	height: 2px;
	background-color: #ab7e5c;
}
.product-inform-list-title{
	width: 100%;
	display: table;
}
.product-inform-list-title h5{
	line-height: 38px;
	padding: 20px 0;
	font-family: 'fzltExtraLight';
	letter-spacing: 2px;
	color: #fff;
	font-size: 20px;
}
.product-inform-list-title  p{
	font-size: 16px;
	font-family: 'fzltExtraLight';
	color: #fff;
	letter-spacing: 2px;
	text-align: justify;
	line-height: 32px;
	opacity: .8;
	min-height: 96px;
}
.product-inform-list-col{
	width: 100%;
	display: table;
	padding-bottom: 80px;
}
.product-inform-list-col ul{
	width: 100%;
	text-align: center;
	display: table;
}
.product-inform-list-col ul li{
	width: 33.3%;
	display: table;
	display: table;
	padding-top: 40px;
	display: inline-block;
	float: none;
	padding: 0 60px;
}
.product-inform-list:last-child .product-inform-list-col ul li {
	width: 25%;
	margin-top: 66px;
}
.product-list-img{
	width: 100%;
	height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-list-txt{
	width: 100%;
	display: table;
	text-align: center;
	color: #fff;
}
.product-list-txt h5{
	font-family: 'fzltExtraLight';
	line-height: 30px;
	padding: 5px 0;
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: .8;
}
.product-list-txt p{
	font-family: 'futurabtLight';
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: justify;
	opacity: .8;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color:#fff;
	min-height: 130px;
}
.product-list-txt h5 em{
	display: block;
	font-style: normal;
	font-size: 14px;
}
.product-inform-list-list ul li{
	float: left;
	padding: 30px 60px;
	display: inline-block;
}
/* .product-inform-list:last-child .product-list-txt p{
	text-align: left;
} */
.banner-case-item3{
    left: 10%;
	bottom: 200px;
}
 .banner-txt-col{
    left: 12%;
	bottom: 200px;
}
.banner-case-item3  h1{
	text-align: left;
}
.banner-txt-col h1{
	line-height: 65px;
	font-size: 62px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'arial';
	/* letter-spacing: 6px; */
	font-weight: 700;
	/* margin-bottom: 10px; */
}
.banner-case-item3  h4{
	line-height: 44px;
	font-size: 34px;
	font-family: 'fzltMedium';
	/* font-weight: bold; */
	color: #fff;
	letter-spacing: 4px;
}
.banner-txt-col h4{
	text-align: left;
}
.product-index-list-box span.more{
	width: 0;
}
.product-index-list-box.active  span.more{
	animation: more-animation 1s linear;
	width:102px;
}
.product-index-list-box-pl span.more{
	right: 15%;
}
.product-index-list-box-item4 span.more{
	right:12%;
}
.product-index-list-box-item5 span.more{
	left: 24%;
    bottom: 34px;
}
.product-index-list-box-item6 span.more{
	right: inherit;
    right: 28%;
    bottom: 44px;
}
@keyframes more-animation {
    0%{
		width: 0;
	}
    100%{
		width:102px;
	}
}
.introduce-data-list-fl.introduce-data-list-fr p span{
	float: right;
	text-align: left;
	position: absolute;
	right:6px;
	width: auto;
	min-width: 128px;
}
.introduce-data-list-fl.introduce-data-list-fr p em{
	background: url(../img/ic14.png) center no-repeat;
}
.introduce-data-list-fl:hover p em{
	width: 85px;
}
@keyframes wid-animation {
    0%{
		width: 0;
	}
    100%{
		width: 85px;
	}
}
.wrap{
	width: 100%;
    max-width: 1200px;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.wrap ul{
	overflow: hidden;
	position:absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height:1px;
}

.wrap ul li{
	float: left;
	width: 300px;
	display: flex;
	display: -webkit-flex; 
	align-items: center;
	height: 160px;
}
.wrap ul li img {
	/* display: block; */
	width: 80%
}