@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}


.contain{
	width: 96%;
	max-width: 1250px;
	margin: 0 auto;
}

.inBanner{
	font-size: 0;
	position: relative;
	text-align: center;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
}
.header1{
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
	display: flex;
	align-items: center;

}
.logo_title{
	height: auto;
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	margin-left: 10px;
}
.logo_tit{
	height: auto;
	margin-left: 10px;
}
.nav ul{
	
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	float: left;
	position: relative;
	padding: 0 30px;
}
.nav ul li > a{
	display: block;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.language{
	display: flex;
	align-items: center;
}
.language img{
	margin-right: 6px;
}
.language select{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 54px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
}
.language option{
	color: #333;
}
.inBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.inBanner2{
	font-size: 38px;
	color: #ffffff;
}
.inBanner3{
	margin-top: 10px;
	font-size: 24px;
	color: #ffffff;
	line-height: 38px;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background-color: #ffffff;
	min-width: 100%;
	border-radius: 5px;
	padding: 1px 10px 20px;
}
.nav_sub a{
	display: block;
	border-bottom: 1px solid #ebebeb;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	    white-space: nowrap;
}
.nav_sub a:hover{
	color: #c09133;
}
.nav ul li:hover .nav_sub{
	display: block;
}
.nav ul li:hover > a{
	color: #e5a82f;
}
.inMain{
	padding: 36px 0 72px;
}
.address{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
}
.address img{
	margin-right: 6px;
}
.address a{
	color: #999999;
	margin: 0 5px;
}
.title{
	margin-top: 20px;
	font-size: 38px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.title1{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 25px;
}
.inAbout{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inAbout1{
	font-size: 0;
	width: 52.9%;
}
.inAbout3{
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inAbout3 img{
	width: calc((100% - 20px)/2);
}
.inAbout4{
	width: 42.4%;
}
.inAbout5{
	font-size: 30px;
	color: #886a27;
}
.inAbout6{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.footer{
	background-color: #1d2021;
	padding: 56px 0 0;
	border-top: 1px solid #8e8f90;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.footer3{
	max-width: 180px;
}
.footer4{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 16px;
}
.footer5 a{
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.footer5 a:hover{
    color: #ffffff;
}
.footer6{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.footer6 span{
	width: 24px;
}
.footer7{
	max-width: 270px;
}
.beian{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.beian1{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	flex: 1;
}
.beian1 a{
	color: rgba(255, 255, 255, 0.5);
}
.goTop{
	font-size: 0;
	text-align: center;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
	display: flex;
	align-items: center;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.quality{
	padding: 0 100px;
}
.quality ul{
	zoom: 1;
}
.quality ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.quality ul li{
	margin-top: 50px;
	float: left;
	list-style-type: none;
	width: calc((100% - 112px)/3);
	margin-right: 56px;
}
.quality ul li:nth-child(3n){
	margin-right: 0;
}
.quality1{
	height: 427px;
	padding: 20px;
	background: url(../img/qualitybg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quality2{
	margin-top: 16px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.inPartner{
	
}
.inPartner ul{
	zoom: 1;
}
.inPartner ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.inPartner ul li{
	margin-top: 60px;
	float: left;
	list-style-type: none;
	width: calc((100% - 140px)/5);
	margin-right: 35px;
}
.inPartner ul li:nth-child(5n){
	margin-right: 0;
}
.inPartner1{
	font-size: 0;
	text-align: center;
	position: relative;
}
.inPartner2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inPartner2 img{
	max-width: 70%;
	max-height: 70%;
}
.inPartner3{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.proitem{
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.proitem a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #c48f26;
	border: 1px solid #c48f26;
	padding: 0 30px;
	line-height: 45px;
	border-radius: 23px;
	margin: 10px 10px 0;
}
.proitem a.on{
	background-color: #c48f26;
	color: #ffffff;
}
.inpro ul{
	zoom: 1;
}
.inpro ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.inpro ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	margin-top: 60px;
	box-shadow: 0 10px 15px #efefef;
}
.inpro ul li:nth-child(3n){
	margin-right: 0;
}
.inpro1{
    overflow: hidden;
	font-size: 0;
}
.inpro1 img{
    transition: .5s all;
}
.inpro2{
	padding: 30px;
}
.inpro3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.inpro4{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inpro5{
	margin-top: 10px;
	font-size: 14px;
	color: #c48f26;
	text-align: right;
}
.inpro ul li:hover .inpro1 img{
    transform: scale(1.05);
}
.inpro ul li:hover .inpro3{
    color: #c48f26;
}
.page{
	margin-top: 60px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	width: 32px;
	height: 32px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
}
.page a.on{
	background-color: #c48f26;
	border: 1px solid #c48f26;
	color: #ffffff;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	width: 95px;
	height: 4px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.4);
}
.banner .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.banner1{
    position: relative;
}
.banner2{
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
}
.banner3{
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}
.banner4{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}
.about{
	padding: 30px 0;
	background: url(../img/aboutbg.png) #f6f6f6 no-repeat;
	background-position: left bottom;
}
.about1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.about2{
	font-size: 0;
	width: 50%;
}
.about3{
	width: 44%;
}
.about4{
	font-size: 38px;
	color: #333333;
	font-weight: bold;
}
.about5{
	margin-top: 40px;
	font-size: 28px;
	color: #c48f26;
}
.about6{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
}
.about7{
	margin-top: 60px;
	/*display: flex;*/
	display: none;
	align-items: center;
	justify-content: space-between;
}
.about8{
	width: calc((100% - 80px)/3);
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}
.about9{
	font-size: 40px;
	color: #333333;
}
.about10{
	margin-top: 3px;
	font-size: 14px;
	color: #999999;
}
.about11{
	margin-top: 54px;
}
.about11 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	min-width: 160px;
	padding: 0 16px;
	height: 56px;
	border-radius: 27px;
	background-color: #c48f26;
	transition: all .5s;
}
.about11 a:hover{
    transform: translateY(-3px);
}
.product{
	padding: 80px 0 60px;
	background: url(../img/productbg.png) no-repeat;
	background-position: right calc(100% - 136px);
}
.product1{
	margin-top: 40px;
}
.product1 ul{
	overflow: hidden;
}
.product1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 20px;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
}
.product1 ul li:nth-child(2n){
	margin-right: 0;
}
.product2{
	font-size: 0;
	position: relative;
}
.product3{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 220px;
	background: url(../img/protbg.png) no-repeat;
	padding: 36px 36px 0;
}
.product4{
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
}
.product5{
	margin-top: 10px;
	font-size: 18px;
	color: #ffffff;
}
.product6{
	position: absolute;
	right: 36px;
	bottom: 30px;
}
.product6 a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}
.product6 a:hover{
    color: #c48f26;
}
.product7{
	margin-top: 40px;
	text-align: center;
}
.product7 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	min-width: 160px;
	padding: 0 16px;
	height: 56px;
	border-radius: 27px;
	background-color: #c48f26;
	transition: all .5s;
}
.product7 a:hover{
    transform: translateY(-3px);
}
.partner{
	background: url(../img/partnerbg.png) #f7f9fe no-repeat;
	background-position: left bottom;
	padding: 70px 0 60px;
}
.partner1{
	margin-top: 36px;
	font-size: 0;
	text-align: center;
}
.partner1 .swiper{
	padding-bottom: 60px;
}
.partner1 .swiper-wrapper{
	align-items: center;
}
.partner1 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #ffffff;
}
.partner1 .swiper-pagination-bullet-active{
	background-color: #c48f26;
}
.syimg{
	font-size: 0;
	position: relative;
	text-align: center;
}
.syimg1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.syimg2{
	font-size: 44px;
	color: #ffffff;
}
.syimg3{
	margin-top: 16px;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
}
.news{
	padding: 70px 0;
}
.news1{
	margin-top: 24px;
	overflow: hidden;
}
.news2{
	float: left;
	width: 51.2%;
}
.news3{
	font-size: 0;
	position: relative;
}
.news3 img{
	width:100%;
	transition: all .5s;
}
.news3:hover img{
    transform: scale(1.05);
}
.news4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/ntbg.png) no-repeat;
	height: 117px;
	line-height: 92px;
	padding: 25px 80px 0 25px;
	font-size: 24px;
	color: #ffffff;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news2 .swiper-pagination{
	text-align: right;
	bottom: 36px;
	padding-right: 20px;
}
.news2 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #b8b8b6;
}
.news2 .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.news5{
	float: right;
	width: 46.88%;
}
.news5 ul li{
	margin-top: 45px;
	list-style-type: none;
	padding: 0 5px 30px;
	border-bottom: 1px dashed #cccccc;
}
.news5 ul li:first-child{
	margin-top: 0;
}
.news5 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news6{
	width: calc(100% - 86px);
}
.news7{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news8{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news9{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f4e9;
	width: 66px;
	height: 78px;
}
.news10{
	font-size: 26px;
	color: #c48f26;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.news11{
	margin: 5px auto;
	width: 36px;
	height: 1px;
	background-color: #c48f26;
}
.news12{
	font-size: 10px;
	color: #c48f26;
	text-align: center;
	line-height: 1;
}
.news5 ul li:hover .news7{
    color: #c48f26;
}
.intro{
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.intro1{
	width: 100%;
	max-width: 532px;
	margin-right: 20px;
}
.intro1 video{
	width: 100%;
}
.intro2{
	flex: 1;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.intro3{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.intro4{
	font-size: 0;
	margin-top: 50px;
}
.intro4 img{
	width: calc((100% - 36px)/3);
	margin-right: 16px;
}
.intro4 img:nth-child(3n){
	margin-right: 0;
}
.proDeta{
	margin-top: 30px;
	overflow: hidden;
}
.proLeft{
	float: left;
	width: 51.2%;
}
.proLeft2{
	margin-top: 20px;
	position: relative;
	padding: 0 32px;
}
.proLeft4{
	font-size: 0;
	position: relative;
}
.topleft{
	font-size: 0;
	position: absolute;
	left: 14px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.topright{
	font-size: 0;
	position: absolute;
	right: 14px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.topleft1{
	font-size: 0;
	position: absolute;
	left: 4px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.topright1{
	font-size: 0;
	position: absolute;
	right: 4px;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}
.proLeft3{
	border: 2px solid #fff;
	padding: 4px;
	font-size: 0;
}
.proLeft2 .swiper-slide-thumb-active .proLeft3{
	border: 2px solid #c48f27;
}
.proRight{
	float: right;
	width: 46.8%;
}
.proRight1{
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
.proRight2{
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.proRight3{
	margin-top: 36px;
	height: 1px;
	background-color: #ebebeb;
}
.proRight4{
	margin-top: 24px;
	font-size: 20px;
	color: #333333;
}
.proRight5{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 38px;
}
.proRight6{
	margin-top: 36px;
}
.proRight6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 58px;
	border-radius: 29px;
	background-color: #c4912a;
	font-size: 20px;
	color: #ffffff;
	transition: all .5s;
}
.proRight6 a img{
	margin-right: 6px;
}
.proRight6 a:hover{
    transform: translateY(-5px);
}
.proDeta1{
	margin-top: 50px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}
.proDeta1 span{
	display: inline-block;
	padding: 0 10px;
	border-bottom: 2px solid #c4912a;
	padding-bottom: 10px;
	margin-bottom: -1px;
}
.proDeta2{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.xgcp{
	background-color: #f7f7f7;
	padding: 60px 0;
}
.titleline{
	font-size: 38px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleline span{
	width: 100px;
	height: 1px;
	background-color: #333333;
	margin: 0 9px;
}
.inNews{
	margin-top: 40px;
}
.inNews ul li{
	list-style-type: none;
	margin-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px dashed #cccccc;
}
.inNews ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inNews1{
	font-size: 0;
	width: 100%;
	max-width: 240px;
	margin-left: 66px;
	overflow: hidden;
}
.inNews1 img{
    transition: all .5s;
}
.inNews2{
	flex: 1;
}
.inNews3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inNews4{
	margin-top: 20px;
	font-size: 14px;
	color: #c48f26;
	text-align: right;
}
.inNews ul li:hover .news7{
    color: #c48f26;
}
.inNews ul li:hover .inNews1 img{
    transform: scale(1.05);
}
.newsDeta{
	margin-top: 50px;
	overflow: hidden;
}
.newsLeft{
	float: left;
	width: 72.64%;
}
.newsLeft1{
	font-size: 34px;
	color: #333333;
}
.newsLeft2{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.newsLeft2 span{
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.newsLeft2 img{
	margin-right: 5px;
}
.newsLeft3{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.newsLeft4{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsLeft4 a{
	width: calc((100% - 20px)/2);
	border: 1px solid #dcdcdc;
	background-color: #f9f9fb;
	padding: 20px;
}
.newsLeft4 a:hover{
    border: 1px solid #c48f26;
}
.newsLeft5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #999999;
}
.newsLeft6{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsRight{
	float: right;
	width: 24%;
}
.newsRight1{
	font-size: 24px;
	color: #333333;
	position: relative;
}
.newsRight1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
	height: 7px;
	background-color: #ffeeab;
	border-radius: 3px;
}
.newsRight1 span{
	position: relative;
}
.newsRight2{
	margin-top: 36px;
}
.newsRight2 ul li{
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom: 1px solid #ebebeb;
}
.newsRight2 ul li a{
	display: flex;
	align-items: center;
}
.newsRight3{
	font-size: 0;
	margin-right: 12px;
	width: 105px;
	overflow: hidden;
}
.newsRight3 img{
    transition: all .5s;
}
.newsRight4{
	flex: 1;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.newsRight2 ul li:hover .newsRight3 img{
    transform: scale(1.05);
}
.newsRight2 ul li:hover .newsRight4{
    color: #c48f26;
}
.linkus{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linkus1{
	width: 42%;
}
.linkus2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.linkus3{
	margin-top: 16px;
	font-size: 20px;
	color: #999999;
}
.linkus4{
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linkus5{
	margin-right: 15px;
	font-size: 0;
}
.linkus6{
	flex: 1;
}
.linkus7{
	font-size: 14px;
	color: #999999;
}
.linkus8{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.linkus9{
	width: 55.6%;
}
.apply{
	margin-top: 45px;
	font-size: 36px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.apply1{
	margin-top: 6px;
	font-size: 20px;
	color: #999999;
	text-align: center;
	margin-bottom: 50px;
}
.apply2{
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.apply3{
	width: 116px;
	margin-right: 16px;
	font-size: 18px;
	color: #333333;
	text-align: right;
	line-height: 45px;
}
.apply4{
	flex: 1;
}
.apply4 input{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	padding: 0 16px;
	background-color: #f7f7f7;
	outline: none;
	border: none;
}
.apply4 textarea{
	height: 120px;
	width: 100%;
	border-radius: 5px;
	padding: 16px;
	background-color: #f7f7f7;
	resize: none;
	font-family: inherit;
	outline: none;
	border: none;
}
.apply4 select{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	padding: 0 16px;
	background-color: #f7f7f7;
	outline: none;
	border: none;
}
.apply5{
	width: calc((100% - 60px)/2);
	display: flex;
	align-items: flex-start;
}
.apply6{
	margin-top: 45px;
	text-align: center;
}
.apply6 input{
	width: 206px;
	height: 56px;
	border-radius: 27px;
	background-color: #9d6f1d;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

















