*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1524px;
}
html,body{
	font-family: 寰蒋闆呴粦;
	position: relative;
	width: 100%;
	
	color: #2b2b2b;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	display: flex;
}
a{
	text-decoration: none;
	color: #2b2b2b;
}
a:hover{
	color:#eb551e ;

}
.amit{
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
/*
@font-face{
	font-family: "鎬濇簮瀹嬩綋";
	src: url(../fonts/SC-BOLD.OTF);
}*/

.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.pages{
	text-align: center;
	padding: 35px 35px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #f5f5f5;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #eb551e; 
	color: #fff;
	border: 1px solid #eb551e;
}
.header{
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 9;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0;
	position: relative;
}
.header .container .nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .container .nav>ul{
	display: flex;
}
.header .container .nav>ul li{
	padding: 0 25px;
}
.header .container .nav>ul li a{
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}
.header .container .nav>ul li.active a,.header .container .nav>ul li a:hover{
	background: url(../images/nav_bg.png) no-repeat center right;
}
.header .container .nav .right{
	display: flex;
}
.header .container .nav .right .lang{
	margin-right: 25px;
}
.header .container .nav .right .lang a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #eb551e;
	width: 50px;
	height: 32px;
	background: #fff;
	border-radius: 16px;	
	font-size: 12px;
	font-weight: bold;
}
.header .container .nav .right .search a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #eb551e;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 16px;	
	font-size: 12px;

}
.header .container .nav .right .search a img:nth-child(1){
	display: block;
}
.header .container .nav .right .search a img:nth-child(2){
	display: none;
}
.header .container .logo2{
	display: none;
}
.headerFx{
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.headerFx .container .logo{
	display: none;
}
.headerFx .container .logo2{
	display: block;
}
.headerFx .container .nav>ul li a{
	color: #2b2b2b;
}
.headerFx .container .nav .right .lang a{
	background: #eb551e;
	color: #fff;
}
.headerFx .container .nav .right .search a{
	background: #eb551e;
}
.headerFx .container .nav .right .search a img:nth-child(1){
	display: none;
}
.headerFx .container .nav .right .search a img:nth-child(2){
	display: block;
}
.showHeader{
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.showHeader .container .logo{
	display: none;
}
.showHeader .container .logo2{
	display: block;
}
.showHeader .container .nav>ul li a{
	color: #2b2b2b;
}
.showHeader .container .nav .right .lang a{
	background: #eb551e;
	color: #fff;
}
.showHeader .container .nav .right .search a{
	background: #eb551e;
}
.showHeader .container .nav .right .search a img:nth-child(1){
	display: none;
}
.showHeader .container .nav .right .search a img:nth-child(2){
	display: block;
}
.wapHeader{
	display: none;
}
.wapNav{
	display: none;
}
.searchMo{
	position: fixed;
	width: 100%;
	left: 0;
	top: 97px;
	z-index: 9;
	display: none;
}
.searchMo .container{
	position: relative;
}
.searchFrom{
	position: absolute;
	right: 0;
	bottom: -60px;
	background: #fff;
	width: 320px;
	box-sizing: border-box;
	padding: 10px 10px;
}
.searchFrom form{
	display: flex;
	align-items: center;

}
.searchFrom form input{
	height: 40px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: calc(100% - 80px);
	outline: unset;
	font-size: 14px;
	padding: 0 10px;
}
.searchFrom form button{
	background: #eb551e;
	width: 80px;
	height: 40px;
	color: #fff;
	border: none;
	outline: unset;
	font-size: 14px;
}
.wapBanner{
	height: 0;
	overflow: hidden;
}
.banner{

	overflow: hidden;
}
.banner .swiper-container{
	position: relative;
}
.banner .swiper-container .swiper-slide img{
	width: 100%;
}
.banner .swiper-container .swiper-pagination{
	left: 80px;
	bottom: 50px;
	display: flex;
	justify-content: left;
}
.banner .swiper-container .swiper-pagination span{
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #eeeeee;
	background: url(../images/yuan1.png) no-repeat center;
	background-size: 100% 100%;
	opacity: 1;
}
.banner .swiper-container .swiper-pagination span:hover,.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background: url(../images/yuan.png) no-repeat center;
	color: #eb551e;
}
.banner .swiper-container .but{
	display: flex;
	position: absolute;
	right: 120px;
	bottom: 0px;
}
.banner .swiper-container .but div{
	position: static;
	margin: 0 ;
	display: block;
	background: #eb551e;
	opacity: 1;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.banner .swiper-container .but div.swiper-button-prev:after{
	content: "";
	display: none;
}
.banner .swiper-container .but div.swiper-button-prev:before{
	  content: 'prev';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    margin-right: 5px;
    margin-top: 7px;
}
.banner .swiper-container .but div.swiper-button-next:after{
	  
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    margin-left: 5px;
    margin-top: 7px;
}
.index2{
	padding: 80px 0;
}
.index2 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index2 .top .left{

}
.index2 .top .left p{
	font-size: 22px;
	color: #eb551e;
}
.index2 .top .left h4{
	font-size: 40px;
	color: #000000;
	font-weight: 300;
}
.index2 .top .right{

}
.index2 .top .right ul{
	display: flex;
}
.index2 .top .right ul li{
	margin-left: 35px;
}
.index2 .top .right ul li a{
	display: block;
	padding-right: 10px;
	color: #8b8b8b;
	font-size: 14px;
}
.index2 .top .right ul li a:hover{
	color: #eb551e;
	background: url(../images/nav_bg.png) no-repeat center right;
}
.index2 .content{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index2 .content .right{
	width: 50%;
	box-sizing: border-box;
	padding-right: 25px;
	position: relative;
}
.index2 .content .right .zhao{
	width: 170px;
	height: 170px;
	position: absolute;
	right: 0;
	bottom: 100px;
	background: linear-gradient(to bottom, #eb551e, rgba(235,85,30,0));

}
.index2 .content .left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 25px;
}
.index2 .content .left .text p img{
	max-width: 100%;
}
.index2 .content .left .more{
	margin-top: 80px;
	display: flex;
}
.index2 .content .left .more a{
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 14px;
	color: #8b8b8b;
}
.index2 .content .left .more a img{
	margin-left: 5px;
}

.index2 .content .left .more a:hover{
	color: #eb551e;
}
.index2 .content .wapLfet{
	display: none;
}
.index3{
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 40px;
}
.index3 .title{

}
.index3 .title p{
	font-size: 22px;
	color: #eb551e;
}
.index3 .title h4{
	font-size: 40px;
	color: #000000;
	font-weight: 300;
}
.index3 .content{
	position: relative;
	margin-top: 80px
}
.index3 .content .swiper-slide .text{
	width: 25%;
	position: absolute;
	left: 0;
	top: 0;
}
.index3 .content .swiper-slide .text h4{
	font-size: 30px;
	color: #eb551e;
	font-weight: 400;
}
.index3 .content .swiper-slide .text p{
	font-size: 22px;
	color: #000;
	margin-top: 10px;
}
.index3 .content .swiper-slide .more{
	margin-top: 60px;
}
.index3 .content .swiper-slide .more a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: url(../images/icon1.png) no-repeat center;
}
.index3 .content .swiper-slide .more a:after{
		content: 'next';
	  font-family: swiper-icons;
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #ffff;
}
.index3 .content .swiper-slide .img{
	display: flex;
	justify-content: center;
}
.index3 .content .swiper-slide .img img{
	max-width: 100%;
}
.index3 .content .drow{
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	z-index: 8;
}
.index3 .content .drow .top{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #f5f5f5;
}
.index3 .content .drow .list ul{
	padding-top: 10px;
}
.index3 .content .drow .list ul li{
	padding: 5px 0;
}
.index3 .content .drow .list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #737373;
}
.index3 .content .drow .list ul li a span{
	font-size: 16px;
}
.index3 .content .drow .list ul li a:after{
		content: 'next';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
   
}
.index3 .content .drow .list ul li a:hover,.index3 .content .drow .list ul li.active a{
	color: #eb551e;
}
.index3 .content .drow .list ul li a:hover span,.index3 .content .drow .list ul li.active a span{
	font-weight: bold;
}
.index4{
	padding: 80px 0;
	overflow: hidden;
}
.index4 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index4 .title .left  p{
	font-size: 22px;
	color: #eb551e;
}
.index4 .title .left  h4{
	font-size: 40px;
	color: #000000;
	font-weight: 300;
}
.index4 .title .right a{
	font-size: 14px;

}
.index4 .list{
	padding-top: 40px;
}
.index4 .list .swiper-container {
	overflow: initial;
}
.index4 .list .swiper-container .swiper-slide{
	width: 40%;
	box-sizing: border-box;
	padding-right: 20px;
}
.index4 .list .swiper-container .swiper-slide a .img{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.index4 .list .swiper-container .swiper-slide a .img img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 6;
}
.index4 .list .swiper-container .swiper-slide a .img .kuai{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	display: none;
	background: #eb551e;
}
.index4 .list .swiper-container .swiper-slide a:hover .img .kuai,.index4 .list .swiper-container .swiper-slide-active a .img .kuai{
	display: block;
}

.index4 .list .swiper-container .swiper-slide a h4{
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
}
.index4 .list .but{
	display: flex;
	margin-top: 40px;
}
.index4 .list .but div{
	position: static;
	margin: 0;
	width: 50px;
	height: 50px;
	background: #e3e3e3;
	color: #fff;
	border-radius: 25px;
	--swiper-navigation-size: 16px;
	margin-right: 15px;
	z-index: 6;
}
.index4 .list .but div:hover{
	background: #eb551e;
}
.index5{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}
.index5 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index5 .title .left  p{
	font-size: 22px;
	color: #eb551e;
}
.index5 .title .left  h4{
	font-size: 40px;
	color: #000000;
	font-weight: 300;
}
.index5 .title .right ul{
	display: flex;
}
.index5 .title .right ul li{
	margin-left: 30px;
}
.index5 .title .right ul li a{
	font-size: 14px;
	color: #8b8b8b;
	padding-right: 10px;
}
.index5 .title .right ul li a:hover{
	color: #eb551e;
	background: url(../images/nav_bg.png) no-repeat center right;
}
.index5 .list{
	display: none;
}
.index5 .content{
	display: flex;
	padding-top: 40px;
}
.index5 .content .left{
	width: 50%;
}
.index5 .content .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 35px;
}
.index5 .content .left .swiper-slide img{
	width: 100%;
}
.index5 .content .right ul li{
	padding: 24px 0;
	background: linear-gradient(to right,rgba(255,255,255,0.5),rgba(255,255,255,0));
	padding-left: 30px;
	margin-bottom: 10px;
}
.index5 .content .right ul li h3{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.index5 .content .right ul li h3 i{
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden;
	background: #000;
}
.index5 .content .right ul li h3 span{
	margin-left: 5px;
	font-size: 18px;
	color: #363636;
	font-weight: bold;
}
.index5 .content .right ul li p{
	font-size: 18px;
	color: #363636;
	font-weight: bold;
	margin-top: 15px;
	display: none;
}
.index5 .content .right ul li.active p,.index5 .content .right ul li a:hover p{
	display: block;
}
.index5 .content .right ul li.active{
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
}
.index5 .content .right ul li.active h3 i,.index5 .content .right ul li.active a:hover h3 i{
	background: #eb551e;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 50%;
}
.index5 .content .right ul li.active h3 span,.index5 .content .right ul li.active a:hover h3 span{
	color: #eb551e;
}
.index6{
	padding: 80px 0 40px;
}
.index6 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index6 .title .left  p{
	font-size: 22px;
	color: #eb551e;
}
.index6 .title .left  h4{
	font-size: 40px;
	color: #000000;
	font-weight: 300;
}
.index6 .title .right ul{
	display: flex;
}
.index6 .title .right ul li{
	margin-left: 30px;
}
.index6 .title .right ul li a{
	font-size: 14px;
	color: #8b8b8b;
	padding-right: 10px;
}
.index6 .title .right ul li a:hover{
	color: #eb551e;
	background: url(../images/nav_bg.png) no-repeat center right;
}
.index6 .list{
	margin-top: 40px;
}
.index6 .content{
	display: none;
}
.index6 .list .swiper-slide{
	width: calc(25% - 30px);
	margin-right: 40px;
}
.index6 .list .swiper-slide:nth-child(odd){
	padding-top: 35px;
}
.index6 .list .swiper-slide a{
	display: block;
	height: 100%;
	background: #fbfbfb;

}
.index6 .list .swiper-slide a .img{
	height: auto;

}
.index6 .list .swiper-slide a .img img{
	width: 100%;
}
.index6 .list .swiper-slide a h4{
	font-size: 22px;
	color: #000;
	padding: 0 20px;
	margin-top: 25px;
	height: 64px;
	overflow: hidden; /* 隐藏超出容器的部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-weight: 400;

}
.index6 .list .swiper-slide a p{
	font-size: 14px;
	color: #494949;
	height: 40px;
	padding: 0 20px;
	overflow: hidden; /* 隐藏超出容器的部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  margin-top: 15px;

}
.index6 .list .swiper-slide a .time{
	font-size: 14px;
	color: #c6c6c6;
	padding: 0 20px;
	margin-top: 25px;

}
.index6 .list .swiper-slide a .more{
	width: 50px;
	height: 50px;
	color: #494949;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/icon3.png) no-repeat center;
	padding: 25px 20px;
}
.index6 .list .swiper-slide a .more:after{
		content: 'next';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
   
}
.index6 .list .swiper-slide a:hover{
	background: #eb551e;
	padding-bottom: 40px;

}
.index6 .list .swiper-slide a:hover .img{
	height: 0;
	overflow: hidden;

}
.index6 .list .swiper-slide a:hover  h4{
	height: auto;
	padding-top: 25px;
	color: #fff;

}
.index6 .list .swiper-slide a:hover p{
	color: #fff;
	height: auto;
	margin-top: 45px;
	line-height: 2em;

}
.index6 .list .swiper-slide a:hover .time{
	margin-top: 45px;

}
.index6 .list .swiper-slide a:hover .more{
	margin-top: 50px;

}
.index6 .list  .swiper-pagination{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 25px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	position: static;
}
.index6 .list  .swiper-pagination span{
	background: none;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	border: 1px solid #fff;
}
.index6 .list .swiper-pagination span:after{
	content: "";
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
}
.index6 .list  .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px solid #eb551e;
}
.index6 .list  .swiper-pagination span.swiper-pagination-bullet-active:after{
	background: #eb551e;
}
.wapFooter{
	display: none;
}
.footer{
	background: #080808;
	padding: 80px 0 40px;
}
.footer .top{
	display: flex;
	justify-content: space-between;
}
.footer .top .left{

}
.footer .top .left .form{
	margin-top: 30px;
}
.footer .top .left .form form{
	display: flex;
}
.footer .top .left .form form input{
	width: 360px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;	
	background: #fff;
	outline: unset;
	color: #bbbbbb;
}
.footer .top .left .form form button{
	height: 50px;
	width: 80px;
	border: none;
	background: #eb551e;
}
.footer .top .left .form form button:after{
	content: 'next';
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
}
.footer .top .left .phone{
	margin-top: 30px;
	font-size: 14px;
	color: #696969;
}
.footer .top .left .phone span{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.footer .top .left p{
	font-size: 14px;
	color: #696969;
	margin-top: 10px;
}
.footer .top .left .code{
	margin-top: 55px;
}
.footer .top .left .code ul{
	display: flex;
	padding-bottom: 135px;
}
.footer .top .left .code ul li{
	position: relative;
	margin-right: 15px;
}
.footer .top .left .code ul li i{
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3c3c3c;
	border-radius: 50%;
}
.footer .top .left .code ul li .more{
	position: absolute;
	transform: translateX(-29%); /* 向左移动自身宽度的一半 */
	display: none;
}
.footer .top .left .code ul li .icon{
	display: flex;
	justify-content: center;
}
.footer .top .left .code ul li .img{
	margin-top: -8px;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.footer .top .left .code ul li.active .more{
	display: block;
}
.footer .top .left .code ul li.active i{
	background: #eb551e;
}
.footer .top .right{
	width: 60%;
}
.footer .top .right ul{
	display: flex;
	justify-content: space-between;

}
.footer .top .right ul li h4 a{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.footer .top .right ul li h4 a:hover{
	color: #eb551e;
}
.footer .top .right ul li .down{
	margin-top: 15px;
}
.footer .top .right ul li .down p{
	padding: 10px 0;
}
.footer .top .right ul li .down p a{
	font-size: 14px;
	color: #696969;
}
.footer .top .right ul li .down p a:hover{
	color: #eb551e;
}
.footer .bottom{
	display: flex;
	margin-top: 40px;
}
.footer .bottom p{
	margin-right: 55px;
	font-size: 14px;
	color: #343434;
	display: flex;
	align-items: center;
}
.footer .bottom p a{
	color: #343434;
}
.pageBanner{
	position: relative;
}
.pageBanner .image{
    position: relative;
}
.pageBanner .text{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	display: flex;
	align-items: center;
}
.pageBanner .text .box{
    width: 1524px;
    margin: 0 auto;
}
.pageBanner .text h3{
	font-size: 50px;
	color: #eb551e;
	text-transform: uppercase;
}
.pageBanner .text h4{
	font-size: 40px;
	color: #fff;
	font-weight: 400;
}
.pageBanner .text p{
	margin-top: 50px;
	width: 50px;
	height: 5px;
	background: #eb551e;
}
.sidebar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #45566c;
}
.sidebar ul{
	display: flex;
	align-items: center;
}
.sidebar ul li{
	margin-right: 50px;
}
.sidebar ul li a{
	height: 90px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
}
.sidebar ul li a:hover,.sidebar ul li.active a{
	color: #eb551e;
	border-top: 2px solid #eb551e;
}
.location{
	padding: 30px 0;
}
.location p{
	display: flex;
	font-size: 14px;
	color: #c6c6c6;
}
.location p a{
	margin: 0 5px;
	color: #c6c6c6;
}
.location p a:hover{
	color: #eb551e;
}
.location p span{
	margin-left: 5px;
}
.about{
	padding-bottom: 80px;
}
.about .container{
	display: flex;
	justify-content: space-between;
}
.about .container .left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}
.about .container .right{
	width: 50%;
}
.about .container .right img{
	width: 100%;
}
.about .container .left .title{

}
.about .container .left .title h3{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
}
.about .container .left .text{
	margin-top: 30px;
	color: #363636;
	line-height: 1.8em;
}
.about .container .left .text h4{
	color: #eb551e;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 400;
}
.about .container .left .muber{
	margin-top: 40px;
}
.about .container .left .muber ul{
	display: flex;
	justify-content: space-between;
}
.about .container .left .muber ul li h3{
	display: flex;
	align-items: center;
}
.about .container .left .muber ul li h3 div i{
	display: flex;
	font-style: unset;
	font-size: 12px;
	color: #494949;
	font-weight: 400;
}
.about .container .left .muber ul li h3 div em{
	font-style: unset;
	font-size: 12px;
	font-weight: 400;
	color: #eb551e;
}
.about .container .left .muber ul li h3 span{
	font-size: 40px;
	color: #eb551e;
}
.about .container .left .muber ul li p{
	font-size: 14px;
	color: #c6c6c6;
}
.culture{
	background: #f7f7f7;
	padding: 80px 0;
}
.culture .title{
	font-size: 30px;
}
.culture .list{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.culture .list .left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
}
.culture .list .left ul li{
	display: none;
}
.culture .list .left ul li img{
	width: 100%;
}
.culture .list .left ul li.active{
	display: block;
}
.culture .list .right{
	padding-left: 25px;
	box-sizing: border-box;
	width: 50%;
}
.culture .list .right ul li{

}
.culture .list .right ul li a{
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	width: 100%;
}
.culture .list .right ul li a .xian{
	height: 105px;
	width: 1px;
	background: #e5e5e5;
	position: relative;
}
.culture .list .right ul li a .xian span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: -7.5px;
	top: 50%;
	margin-top: -7.5px;
	position: absolute;

}
.culture .list .right ul li a .xian span:after{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e5e5e5;
	content: "";
	display: block;
}
.culture .list .right ul li a .text{
	margin-left: 35px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	height: 105px;
	width: 100%;
}
.culture .list .right ul li a .text .icon{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.culture .list .right ul li a .text .icon img{
	max-width: 100%;
}
.culture .list .right ul li a .text .dis{
	padding-left: 25px;
}
.culture .list .right ul li a .text .dis h4{
	font-size: 20px;
	color: #000;
}
.culture .list .right ul li a .text .dis p{
	font-size: 16px;
	color: #363636;
}
.culture .list .right ul li a:hover .xian span,.culture .list .right ul li.active a .xian span{
	border: 1px solid #eb551e;
}
.culture .list .right ul li a:hover .xian span:after,.culture .list .right ul li.active a .xian span:after{
	background: #eb551e;
}
.culture .list .right ul li a:hover .text,.culture .list .right ul li.active a .text{
	background: linear-gradient(to right,#eb551e,rgba(235,85,30,0));
}
.culture .list .right ul li a:hover .text h4,.culture .list .right ul li.active a .text h4{
	color: #fff;
}
.culture .list .right ul li a:hover .text .dis p,.culture .list .right ul li.active a .text .dis p{
	color: #fff;
}
.culture .list .right ul li a:hover .text .icon,.culture .list .right ul li.active a .text .icon{
	background: #fff;
}
.course{
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.course .title{
	font-size: 30px;
	color: #fff;
}
.course .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.course .list .left{
	width: 30%;
}
.course .list .right{
	width: 70%;
}

.course .list .right ul li{
	display: none;
	position: relative;
}
.course .list .right ul li.active{
	display: block;
}
.course .list .right ul li img{
	width: 100%;
}
.course .list .left ul li{
	display: flex;
	align-items: center;
}
.course .list .left ul li .xian{
	height: 65px;
	width: 1px;
	position: relative;
	background: #7a665f;

}
.course .list .left ul li .xian span{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #7a665f;
	display: block;
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -3px;
}
.course .list .left ul li .text{
	padding-left: 25px;
	font-size: 20px;
	color: #7a665f;
}
.course .list .left .top{
	width: 25px;
	height: 25px;
	transform: rotate(90deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.course .list .left .top:after{
	  content: 'prev';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    
}
.course .list .left .bottom:after{
	  content: 'next';
	  font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    
}
.course .list .left ul{
	padding-left: 12px;
	height: 520px;
    overflow-y: auto;
    width: 85%;
}
/* 滚动条 */
.course .list .left ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

.course .list .left ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    background: #eb551e;
}
.course .list .left .bottom{
	width: 25px;
	height: 25px;
	transform: rotate(90deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.course .list .left ul li.active .xian span{
	background: #eb551e;
}
.course .list .left ul li.active .text{
	color: #eb551e;
} 
.course .list .right ul li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to right,#eb551e,rgba(235,85,30,0));
	
	font-weight: 400;
	color: #fff;
	
	padding: 25px 35px;
	box-sizing: border-box;
}
.honor{
	padding: 80px 0;
}
.honor .title{
	font-size: 30px;
}
.honor .list{
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.honor .list .honor_prev,.honor .list .honor_next{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	position: static;
	background: #e3e3e3;
	color: #fff;
	--swiper-navigation-size: 16px;
	border-radius: 50%;
}
.honor .list .honor_prev:hover,.honor .list .honor_next:hover{
	background: #eb551e;
}
.honor .list .swiper-container{
	width:calc(100% - 100px);
}
.honor .list .swiper-container .swiper-slide{
	width: calc(25% - 26.24px);
	margin-right: 35px;
	background: #fbfbfb;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 10px;
	box-sizing: border-box;
}
.honor .list .swiper-container .swiper-slide img{
	max-width: 100%;
}
.product{
	margin-top: 40px;
}
.product ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product ul li{
	width: calc(50% - 20px);
	margin-top: 40px;

}
.product ul li a{
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.product ul li a:hover{
	margin-top: -20px;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.product ul li a .img{

}
.product ul li a .img img{
	width: 100%;
}
.product ul li a h4{
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
}
.showBanner{
	height: 105px;
}
.proShow{
	margin-top: 25px;
}
.proShow .top{
	display: flex;
	justify-content: space-between;
}
.proShow .top .left{
	width: 50%;
	display: flex;
}
.proShow .top .left .thum{
	width: 15%;
	height: 380px;
}
.proShow .top .left .thum .swiper-container{
	height: 100%;
}
.proShow .top .left .thum .swiper-slide{
	margin-bottom: 10px;
}
.proShow .top .left .thum .swiper-slide .img{
	border: 1px solid #fff;
}
.proShow .top .left .thum .swiper-slide .img img{
	width: 100%;
}
.proShow .top .left .images{
	width: 85%;
	box-sizing: border-box;
	padding-left: 20px;
}
.proShow .top .left .images .swiper-slide .img{
    border: 1px solid #f7f7f7;
}
.proShow .top .left .images .swiper-slide .img img{
	width: 100%;
}
.proShow .top .left .thum .swiper-slide-thumb-active .img{
	border: 1px solid #eb551e;
}

.proShow .top .right{
	width: calc(50% - 60px);
	box-sizing: border-box;
}
.proShow .top .right>h4{
	font-size: 22px;
	background: #fbfbfb;
	padding: 10px 10px;
	border-left: 10px solid #eb551e;
}
.proShow .top .dis{
	margin-top: 20px;
}
.proShow .top .dis p{
	padding: 15px 0;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
}
.proShow .top .dis p span{
	font-size: 14px;
	color: #696969;
}
.proShow .top .dis p em{
	font-style: unset;
	font-size: 16px;
}
.proShow .top .but{
	margin-top: 30px;
	display: flex;
}
.proShow .top .but a{
	padding: 10px 25px;
	font-size: 14px;
}
.proShow .top .but a.return{
	background: #f7f7f7;
	color: #c6c6c6;
	margin-right: 25px;
}
.proShow .top .but a.return:hover{
	background: #eb551e;
	color: #fff;
}
.proShow .top .but a.msg{
	background: #eb551e;
	color: #fff;
}
.proShow .top .but a.msg:hover{
	background: #f7f7f7;
	color: #c6c6c6;
}
.proShow .bottom{
	margin-top: 40px;
}
.proShow .bottom .title{
	padding: 15px 15px;
	font-size: 22px;
	background: #fbfbfb;
	border-left: 10px solid #eb551e;
}
.proShow .bottom .content{
	padding: 10px;
	font-size: 14px;
	line-height: 2em;
}
.proShow .bottom .content img{
    width: 100%;
}
.proCom{
	background: #fbfbfb;
	padding: 80px 0;
}
.proCom .title{
	text-align: center;
	font-size: 30px;
}
.proCom .list{
	margin-top: 40px;
}
.proCom .list .swiper-container .swiper-slide{
	width: calc(33.33% - 20px);
	margin-right: 30px;
}
.proCom .list .swiper-container .swiper-slide .img img{
	width: 100%;
}
.proCom .list .swiper-container .swiper-slide h4{
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
}
.proCom .list .swiper-pagination{
	display: flex;
	justify-content: center;
	position: static;
	margin-top: 35px;
}
.proCom .list .swiper-pagination span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fbfbfb;
	background: none;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.proCom .list .swiper-pagination span:after{
	content: "";
	width: 7.5px;
	height: 7.5px;
	border-radius: 50%;
	display: block;
	background: #000;
}
.proCom .list .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px solid #eb551e;
}
.proCom .list .swiper-pagination span.swiper-pagination-bullet-active:after{
	background: #eb551e;
}
.case{
	margin-top: 30px;
}
.case ul{
	display: flex;
	flex-wrap: wrap;
}
.case ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 10px;
}
.case ul li .img{
	padding-right: 5px;
	padding-bottom: 5px;
	position: relative;
}
.case ul li .img img{
	width: 100%;
}
.case ul li .img span{
	width: 90px;
	height: 90px;
	display: block;
	background: #eb551e;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.case ul li a:hover .img img{
	position: relative;
	z-index: 6;
}
.case ul li a:hover .img span{
	display: block;
}
.case ul li a h4{
	margin-top: 10px;
	font-size: 18px;
	color: #000;
}
.caseShow{
	margin-top: 20px;
	padding-bottom: 80px;
}
.caseShow .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.caseShow .top .images{
	width: calc(50% - 20px);
}
.caseShow .top .images img{
	width: 100%;
}
.caseShow .top .text{
	width: calc(50% - 20px);

}
.caseShow .top .text h4{
	font-size: 24px;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
}
.caseShow .top .text p{
	margin-top: 20px;
	font-size: 16px;
	color: #494949;
}
.caseShow .top .text .mroe{
	margin-top: 80px;
}
.caseShow .top .text .mroe a{
	background: #f7f7f7;
	color: #c6c6c6;
	margin-right: 25px;
	padding: 10px 25px;
	font-size: 14px;
}
.caseShow .top .text .mroe a:hover{
	background: #eb551e;
	color: #fff;
}
.edge{
	padding-top: 35px;
	padding-bottom: 80px;
}
.edge .title{
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.edge .list{
	margin-top: 40px;
}
.edge .list .swiper-slide{
	width: calc(33.33% - 30px);
	margin-right: 45px;
}
.edge .list .swiper-slide .img img{
	width: 100%;
}
.edge .list .swiper-slide h4{
	margin-top: 10px;
	font-size: 24px;
	font-weight: 400;
}
.edge .list .swiper-slide p{
	font-size: 14px;
	margin-top: 10px;
	color: #363636;
	line-height: 2em;
}
.edge .list .swiper-pagination{
	display: flex;
	justify-content: center;
	position: static;
	margin-top: 65px;
}
.edge .list .swiper-pagination span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fbfbfb;
	background: none;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.edge .list .swiper-pagination span:after{
	content: "";
	width: 7.5px;
	height: 7.5px;
	border-radius: 50%;
	display: block;
	background: #000;
}
.edge .list .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px solid #eb551e;
}
.edge .list .swiper-pagination span.swiper-pagination-bullet-active:after{
	background: #eb551e;
}
.support{
	background: url(../images/bg5.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
	overflow: hidden;
}
.support .title{
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.support .list{
	margin-top: 40px;
}
.support .list .swiper-container{
	overflow: unset;
}
.support .list .swiper-container .swiper-slide{
	width: calc(25% - 30px);
	margin-right: 40px;
	box-sizing: border-box;
	background: #fff;
	padding: 20px ;
}
.support .list .swiper-container .swiper-slide .icon{
	display: flex;
}
.support .list .swiper-container .swiper-slide h4{
	margin-top: 10px;
	font-size: 22px;
	font-weight: 400;
}
.support .list .swiper-container .swiper-slide span{
	display: block;
	width: 50px;
	height: 3px;
	background: #eb551e;
	margin-top: 10px;
}
.support .list .swiper-container .swiper-slide p{
	margin-top: 10px;
	font-size: 14px;
	color: #363636;
}
.support .but{
	display: flex;
	margin-top: 40px;
}
.support .but div{
	position: static;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e3e3e3;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	--swiper-navigation-size:14px;
	opacity: 1;
	margin-right: 20px;
}
.process{
	padding: 80px 0;
}
.process .title{
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.process .list{
	margin-top: 40px;
}
.process .list ul{
	display: flex;
	justify-content: space-between;
}
.process .list ul li{
	background: #fbfbfb;
	width: calc(100% / 6 - 20px);
	box-sizing: border-box;
	padding: 20px;
}
.process .list ul li p{
	font-size: 24px;
	font-weight: 400;
}
.process .list ul li .icon{
	margin-top: 15px;
	display: flex;
	justify-content: center;
}
.process .list ul li h4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.apply{
	padding: 80px 0;
	background: url(../images/bg6.jpg) no-repeat center;
	background-size: cover;
}
.apply h3{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.apply h4{
	margin-top: 40px;
	font-size: 18px;
	color: #fff;
}
.apply h4 span{
	font-size: 40px;
	margin-left: 15px;
}
.apply .two{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.applyform{
	width: 50%;
}
.apply .two input{
	width: calc(50% - 20px);
	height: 60px;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
}
.apply .three{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.apply .three select{
	width: calc(33.33% - 15px);
	height: 60px;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
}
.apply .but{
	margin-top: 60px;
}
.apply .but button{
	width: 60px;
	height: 60px;
	background: url(../images/icon1.png) no-repeat center;
	font-size: 14px;
	border: none;
	color: #fff;
}
.apply .but button:after{
	content: 'next';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;

}
.sofaland{
	padding: 20px 0;
}
.sofaland ul{
	display: flex;
	flex-wrap: wrap;
}
.sofaland ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 25px 20px;
}
.sofaland ul li .img img{
	width: 100%;
}
.sofaland ul li h4{
	margin-top: 10px;
	font-size: 22px;
	font-weight: 400;
	color: #2b2b2b;
}
.sofaland ul li a:hover h4{
	color: #eb551e;
}
.news{
	padding: 25px 0;
}
.news ul{
	display: flex;
	flex-wrap: wrap;
}
.news ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 25px 20px;
}
.news ul li .img{
	overflow: hidden;
}
.news ul li .img img{
	width: 100%;
}
.news ul li .text{
	background: #fbfbfb;
	padding: 25px 20px;
}
.news ul li .text span{
	display: block;
	font-size: 14px;
	color: #c6c6c6;
}
.news ul li .text h4{
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
}
.news ul li .text p{
	margin-top: 20px;
	color: #494949;
	font-size: 14px;
	line-height: 1.8em;
}
.news ul li .text .more{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/icon3.png) no-repeat center ;
	background-size: cover;
	font-size: 14px;
	color: #494949;
	margin-top: 25px;
}

.news ul li .text .more:after{
	content: 'next';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.news ul li a:hover .text .more{
	color: #fff;
	background: url(../images/icon1.png) no-repeat center;
	background-size: cover;
}
.newsShow{
	padding: 80px 0;
}
.newsShow .container{
	display: flex;
	justify-content: space-between;
}
.newsShow .container .left{
	width: 80%;
	box-sizing: border-box;
	padding-right: 25px;
}
.newsShow .container .right{
	width: 20%;
	box-sizing: border-box;
	background: #fbfbfb;
}
.newsShow .container .left .title{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}
.newsShow .container .left .title h3{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.newsShow .container .left .title p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #494949;
}
.newsShow .container .left .content{
	padding: 25px;
	box-sizing: border-box;
}
.newsShow .container .left .content img{
    width: 100%;
}
.newsShow .container .left .more{
	border-top: 1px solid #f5f5f5;
	padding-top: 25px;
}
.newsShow .container .left .more p{

	font-size: 14px;
	color: #000;
}
.newsShow .container .left .return{
	margin-top: 30px;
}
.newsShow .container .left .return a{
	background: #f7f7f7;
	color: #c6c6c6;
	margin-right: 25px;
	padding: 10px 25px;
	font-size: 14px;
}
.newsShow .container .left .return a:hover{
	background: #eb551e;
	color: #fff;
}
.newsShow .container .right .title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px;
}
.newsShow .container .right .list{
	margin-top: 15px;
}
.newsShow .container .right .list ul{
    height: 760px;
    overflow-y: auto;
}
/* 滚动条 */
.newsShow .container .right .list ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}

.newsShow .container .right .list ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    background: #eb551e;
}
.newsShow .container .right .list ul li{
	margin-top: 15px;
}
.newsShow .container .right .list ul li a .img{
	padding: 15px 15px 0;
}
.newsShow .container .right .list ul li a .img img{
	width: 100%;
}
.newsShow .container .right .list ul li a span{
	color: #c6c6c6;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	border-right: 5px solid #fbfbfb;
	box-sizing: border-box;
}
.newsShow .container .right .list ul li a .text{
	padding:  15px 0;
	background: #fff;
	border-left: 15px solid #fbfbfb;
	border-right: 15px solid #fbfbfb;
}
.newsShow .container .right .list ul li a:hover span{
	
}
.newsShow .container .right .list ul li a .text h4{
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	padding: 0 15px;
}
.newsShow .container .right .list ul li a .text p{
	font-size: 14px;
	color: #494949;
	padding: 0 15px;
	margin-top: 15px;
}
.contact{
	padding: 45px 0;
}
.contact .top{
	display: flex;
	justify-content: space-between;
}
.contact .top .left{
	width: calc(50% - 25px);
}
.contact .top .left .text h3{
	font-size: 30px;
	color: #eb551e;
}
.contact .top .left .text h4{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 40px;
}
.contact .top .left .text h4 span{
	font-size: 36px;
	color: #eb551e;
	font-weight: bold;
}
.contact .top .left .text p{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}
.contact .top .left .codes{
	margin-top: 10px;
}
.contact .top .left .codes ul{
	display: flex;
	flex-wrap: wrap;
}
.contact .top .left .codes ul li{
	width: calc(100% / 5);
	box-sizing: border-box;
	padding-right: 30px;
	margin-top: 15px;
}
.contact .top .left .codes ul li .img{
	display: flex;
	justify-content: center;
}
.contact .top .left .codes ul li .img img{
	max-width: 100%;
}
.contact .top .left .codes ul li p{
	font-size: 14px;
	color: #696969;
	text-align: center;
}
.contact .top .right{
	width: calc(50% - 25px);
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
.contact .top .right img{
	width: 100%;
	position: relative;
	z-index: 6;
}
.contact .top .right:after{
	content: "";
	position: absolute;
	width: 50%;
	bottom: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(to right,#fff,#eb551e);
	z-index: 2;
}
.contact .bottom{
	margin-top: 80px;
}
.contact .bottom .title{
	font-size: 30px;
	color: #000;
}
.contact .bottom .content{
	margin-top: 40px;
}
.contact .bottom .input{
	display: flex;
	justify-content: space-between;
}
.contact .bottom .input input{
	width: calc(33.33% - 20px);
	background: #f9f9f9;
	height: 50px;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
}
.contact .bottom .text{
	margin-top: 30px;
}
.contact .bottom .text textarea{
	width: 100%;
	height: 260px;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	background: #f9f9f9;
}
.contact .bottom .but{
	margin-top: 30px;
}
.contact .bottom .but button{
	width: 140px;
	height: 40px;
	background: #eb551e;
	color: #fff;
	border: none;
}
.contact .bottom .but button:after{
	content: 'next';
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  margin-left: 5px;
}