/*pubilc start*/
* {margin: 0;padding: 0;font-family: "MicrosoftYaHei";-webkit-tap-highlight-color: rgba(0, 0, 0, 0);box-sizing: border-box;}
body,ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
input::-webkit-search-cancel-button {display: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size: 16px;color: #ffffff;}
table,table td {border-collapse: collapse;} 
select{border: 0;outline: none;}
select::-ms-expand {display: none;}
body{overflow-x:hidden;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.div1200{width: 1200px;margin: 0 auto;}
.div1400{width: 1400px;margin: 0 auto;}
.div1600{width: 1600px;margin: 0 auto;}
.div1800{width: 1800px;margin: 0 auto;}
.container{width: 1400px;margin: 0 auto;}
.wrap {width: 100%;_zoom: 1;position: relative;transition: all .4s;max-width: 1920px;margin: 0 auto;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line_4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.line_11{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 11;-webkit-box-orient: vertical;}
/*pubilc end*/

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.banner{
	position: relative;
	text-align: center;
}
.ph-banner{
	display: none;
}

.header{
	background-color: #000000;
	position: relative;
}
.header-con{
	height: 98px;
	align-items: center;
	justify-content: space-between;
}
.nav-content{
	height: 100%;
	align-items: center;
}
.nav-box{
	height: 100%;
}
.nav-box>ul{
	height: 100%;
	align-items: center;
}
.nav-box>ul>li{
	margin-right: 45px;
	line-height: 98px;
	position: relative;
}
.nav-box>ul>li>a{
	display: block;
	font-size: 18px;
	/*letter-spacing: 1px;*/
	color: #ffb700;
}
.nav-box>ul>li.cur:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #f3ae00;
}
.nav-box>ul>li:hover:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #f3ae00;
}

.search-input-content{
	width: 90px;
	height: 21px;
	background-color: #dc9e00;
	border-radius: 11px;
	align-items: center;
}
.search-input-content input[type=text]{
	width: calc(100% - 21px);
	height: 100%;
	padding: 0 10px;
	/*color: #fff;*/
}
.search-input-content input[type=submit]{
	width: 21px;
	height: 100%;
	background: url(../images/search.png) no-repeat center;
}
.language{
	margin-left: 21px;
	font-size: 16px;
	color: #ffb700;
}
.language a{
	font-size: 16px;
	color: #ffb700;
}
.menu{
	width: 42px;
	height: 30px;
	display: none;
	position: relative;
}
.menu span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #ffb700;
	border-radius: 2px;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
.menu span:nth-child(1){
	top: 0;
}
.menu span:nth-child(2){
	top: 13px;
}
.menu span:nth-child(3){
	top: 26px;
}
.menu.active span:nth-child(1){
	opacity: 0;
}
.menu.active span{
	top: 50%;
}
.menu.active span:nth-child(2) {
	transform: translateY(-50%) rotate(45deg);
}
.menu.active span:nth-child(3) {
	transform: translateY(-50%) rotate(-45deg);
}

.main{
	background: url(../images/mainbg.png) ;
}
.nymain{
	background-image: none;
}
.part1{
	padding-top: 55px;
}
.index-title{
	text-align: center;
}
.index-title h2{
	font-size: 30px;
	color: #000000;
}
.index-title span{
	font-size: 24px;
	color: #ffffff;
}
.part1-content{
	margin-top: 16px;
}
.part1-img img{
	width: 100%;
}
.part1-lunbo{
	position: relative;
}
.part1-lunbo .swiper-button-next, .part1-lunbo .swiper-button-prev{
	width: 31px;
	height: 98px;
	top: 44%;
}
.part1-lunbo .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: "";
	background: url(../images/prev.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.part1-lunbo .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: "";
	background: url(../images/next.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.part1-lunbo .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -42px;
}
.part1-lunbo .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -42px;
}
.part1-item{
	position: relative;
	background-color: #e5e3e0;
}
.part1-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	text-align: center;
}
.part1-title p{
	font-size: 18px;
	font-weight: 600;
	color: #666666;
}


.part2{
	padding-top: 65px;
	padding-bottom: 60px;
}
.part2-content{
	margin-top: 60px;
}
.part2-item{
	width: 33.33%;
	position: relative;
	transition: all 0.5s;
}
.part2-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.part2-more p{
	display: block;
	padding: 10px 60px;
	border: solid 2px #ffffff;
	font-size: 24px;
	color: #ffffff;
}
.part2-item:hover {
	transform: scale(1.16);
	z-index: 9;
}
.part2-item:hover .part2-more p{
	border: solid 2px #f3ae00;
	color: #f3ae00;
}

.part3{
	padding-top: 40px;
	
}
.part3-content{
	margin-top: 30px;
	background: url(../images/part3_bg.jpg);
	padding-top: 55px;
	padding-bottom: 72px;
}
.part3-left{
	width: 50%;
}
.part3-right{
	width: 50%;
	padding-left: 40px;
}
.part3-r-title h2{
	font-size: 30px;
	color: #f3ae00;
}
.part3-r-text{
	margin-top: 25px;
}
.part3-r-text p{
	font-size: 17px;
	line-height: 2.3;
	color: #ffffff;
}
.part3-r-more{
	margin-top: 8%;
}
.part3-r-more a{
	display: inline-block;
	padding: 10px 35px;
	background-color: #cc8b2b;
	font-size: 18px;
	color: #ffffff;
}
.part3-r-more a:hover{
	background-color: #ffffff;
	color: #cc8b2b;
}

.part4{
	padding-top: 95px;
	padding-bottom: 50px;
}
.part4-content{
	margin-top: 45px;
}
.part4-item{
	background-color: #f3ae00;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 19px;
}
.part4-item:last-child{
	margin-right: 0;
}
.part4-i-tit h2{
	line-height: 50px;
	background-color: #f3ae00;
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}
.part4-box{
	margin-top: 7px;
}
.part4-date{
	width: 60px;
	text-align: center;
	padding-top: 8px;
}
.part4-date span{
	font-size: 16px;
	color: #333333;
}
.part4-text{
	border-left: 1px solid #d5d5d5;
	width: calc(100% - 60px);
	padding: 8px 15px 0;
}
.part4-text-tit{
	font-size: 16px;
	color: #ffffff;
}
.part4-text-con{
	margin-top: 15px;
	margin-bottom: 12px;
}
.part4-text-con p{
	font-size: 14px;
	line-height: 1.2;
	color: #73401f;
}
.part4-more{
	margin-top: 33px;
	text-align: center;
}
.part4-more a{
	font-size: 16px;
	color: #ffffff;
}

.footer{
	background-color: #cd792d;
	padding-top: 38px;
}
.footer-content{
	justify-content: space-between;
}
.footer-tit h2{
	font-size: 24px;
	color: #ffffff;
}
.footer-text{
	margin-top: 40px;
}
.footer-text p{
	font-size: 16px;
	line-height: 1.9;
	color: #ffffff;
}
.footer-right{
	width: 35%;
}

.footer-inp input.finp{
	width: 100%;
	height: 58px;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	font-size: 16px;
}
.footer-inp textarea.finp{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
}
.footer-inp{
	justify-content: space-between;
}
.footer-inp input.codeinp{
	color: #fff;
	font-size: 16px;
	width: calc(100% - 66px);
}
.footer-inp img{
	width: 66px;
}
.footer-btn{
	margin-top: 16px;
}
.footer-btn input{
	width: 100%;
	height: 31px;
	background-color: #f3ae00;
	font-size: 16px;
	color: #ffffff;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.copyright{
	margin-top: 28px;
	padding: 10px 0;
	text-align: center;
	border-top: 3px solid #ffffff;
}
.copyright p{
	font-size: 16px;
	color: #ffffff;
}
.copyright p a{
	font-size: 16px;
	color: #ffffff;
}

.nybanner-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanner-text p{
	font-size: 20px;
	color: #ffffff;
}
.ph-ny-ban{
	height: 150px;
}

.ny{
	padding-top: 2%;
}
.pro-nav>ul{
	justify-content: center;
}
.pro-nav>ul>li.pro-nav-item{
	margin: 0 10px;
	width: auto;
	position: relative;
}
.pro-nav-item>a{
	display: block;
	padding: 5px 15px;
	border: solid 1px #79411c;
	font-size: 14px;
	color: #333333;
}
.pro-nav-item.cur>a{
	background-color: #79411c;
	color: #ffffff;
}
.pro-nav-item:hover>a{
	background-color: #79411c;
	color: #ffffff;
}
.pro-content{
	margin-top: 7%;
	padding-bottom: 100px;
}

.pro-item{
	width: 23.5%;
	margin-right: 2%;
	background-color: #e5e3e0;
	margin-bottom: 2%;
}
.pro-item:nth-child(4n){
	margin-right: 0;
}
.pro-box{
	position: relative;
}
.pro-img{
	overflow: hidden;
}
.pro-img img{
	width: 100%;
	transition: all 0.5s;
}
.pro-tit{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 15px;
}
.pro-tit p{
	font-size: 16px;
	font-weight: 600;
	color: #666666;
}
.pro-item:hover .pro-img img{
	transform: scale(1.1);
}
.pages ul{
	justify-content: center;
}
.pages ul li{
	margin: 0 7px;
}
.pages ul li a{
	display: block;
	padding: 5px 10px;
	border: solid 1px #79411c;
	font-size: 14px;
	color: #333333;
}
.pages ul li.current a{
	background-color: #79411c;
	color: #ffffff;
}
.pages ul li:hover a{
	background-color: #79411c;
	color: #ffffff;
}

.nypro{
	padding-top: 16px;
	padding-bottom: 70px;
}
.pro-dao p{
	font-size: 14px;
	color: #666666;
}
.pro-dao p a{
	font-size: 14px;
	color: #666666;
}
.pro-dao p a:last-child{
	color: #103c87;
}
.prod-show{
	margin-top: 35px;
}
.prod-top{
	justify-content: space-between;
}
.prod-left{
	width: 38%;
}
.prod-img{
	min-height: 400px;
}
.prod-img img{
	width: 100%;
}
.prod-right{
	width: 53%;
	position: relative;
}
.prod-r-title h2{
	font-size: 18px;
	color: #103c87;
}
.prod-r-text{
	margin-top: 25px;
}
.prod-r-text p{
	font-size: 14px;
	line-height: 2.2;
	color: #103c87;
}
.prod-contact{
	position: absolute;
	left: 0;
	bottom: 0;
}
.prod-contact a{
	display: inline-block;
	background-color: #79411c;
	padding: 7px 35px;
	font-size: 24px;
	color: #ffffff;
}
.prod-bottom{
	margin-top: 140px;
}
.prod-b-nav{
	position: relative;
}
.prod-b-nav:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #a2a2a2;
	/*border-bottom: 1px solid #a2a2a2;*/
}
.prod-b-nav ul li{
	margin-right: 36px;
}
.prod-b-nav ul li:last-child{
	margin-right: 0;
}
.prod-b-nav ul li a{
	position: relative;
	display: block;
	width: 143px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border: solid 1px #79411c;
	font-size: 16px;
	color: #333333;
	z-index: 9;
}
.prod-b-nav ul li.cur a{
	background-color: #79411c;
	color: #ffffff;
}
.prod-b-nav ul li:hover a{
	background-color: #79411c;
	color: #ffffff;
}
.prod-d-text{
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
}
.prod-d-text p{
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
}
.ny-con{
	justify-content: space-between;
	padding-bottom: 5%;
}
.ny-left{
	width: 25%;
}
.ny-right{
	width: 72%;
}
.ny-l-box h2{
	line-height: 60px;
	font-size: 22px;
	background: #cd792d url(../images/pic27.png) no-repeat 80% center;
	color: #FFF;
	padding-left: 20px;
	font-weight: normal;
	padding-top: 5%;
	padding-bottom: 5%;
}
.ny-l-box h2 span {
	width: 100%;
	font-size: 16px;
	display: block;
	padding-top: 2%;
	background: #cd792d url(../images/tx.jpg) no-repeat left top;
}
.ny-l-box ul{
	padding: 20px;
}
.ny-l-box li {
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: #ddd solid 1px;
}
.ny-l-box li a {
	padding-left: 15%;
	display: block;
	background: url(../images/pic28.png) no-repeat left center;
	color: #333333;
	font-size: 16px;
}
.ny-l-box li a.cur {
	color: #cd792d;
	background: url(../images/pic29.png) no-repeat left center;
}
.ny-l-box li a:hover {
	color: #cd792d;
	background: url(../images/pic29.png) no-repeat left center;
}
.ny-nav{
	border-bottom: 2px solid #EEE;
}
.ny-nav p{
	text-align: right;
	font-size: 14px;
	color: #333333;
	padding: 1% 0;
}
.ny-nav p a{
	font-size: 14px;
	color: #333333;
}
.ny-nav p a:last-child{
	color: #666666;
}
.ny-r-ti {
	padding: 1%;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	border-bottom: #ddd solid 1px;
	overflow: hidden;
	clear: left;
}
.ny-r-text{
	padding: 2%;
}
.about-text{
	font-size: 14px;
	line-height: 2;
	color: #111111;
}
.about-text p{
	font-size: 14px;
	line-height: 2;
	color: #111111;
}
.news-content{
	margin-top: 50px;
	padding-bottom: 80px;
}
.news-list{
	margin-bottom: 50px;
}
.news-item{
	border-bottom: 1px dashed #ccc;
	padding: 0 0 1%;
	margin-bottom: 2%;
}
.news-i-box{
	justify-content: space-between;
}
.news-img{
	width: 25%;
}
.news-img img{
	width: 100%;
}
.news-text{
	width: 73%;
}
.news-t-tit h2{
	font-size: 16px;
	color: #333333;
}
.news-t-tit:hover h2{
	color: #cd792d;
}
.news-t-date{
	margin-top: 10px;
}
.news-t-date span{
	font-size: 12px;
	color: #666666;
}
.news-t-p{
	margin-top: 5px;
}
.news-t-p p{
	line-height: 1.5;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-t-more{
	margin-top: 15px;
	text-align: right;
}
.news-t-more a{
	font-size: 14px;
	color: #cd792d;
}
.newsd-title{
	text-align: center;
}
.newsd-title h2{
	font-size: 18px;
	color: #333333;
	margin-bottom: 2%;
}
.newsd-title p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
}
.newsd-title p span{
	margin: 0 10px;
	color: #666666;
	font-size: 14px;
}
.newsd-title p a{
	color: #666666;
	font-size: 14px;
}
.newsd-text{
	margin-top: 3%;
}
.sup-list{
	margin-bottom: 3%;
}
.sup-list li {
	line-height: 40px;
	margin: 5px 0;
}
.sup-list li a{
	display: block;
	color: #333333;
	font-size: 14px;
}
.sup-list li p {
	float: left;
	background: url(../images/pic30.png) no-repeat left center;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	margin: 5px 30px 5px 5px;
}
.sup-list li:hover p {
	background: url(../images/pic30_1.png) no-repeat left center;
}
.sup-list li:nth-child(even) {
	background: #f3f3f3;
}
.contact-text h2{
	font-size: 16px;
	color: #333333;
}
.contact-text p{
	font-size: 14px;
	color: #333333;
	line-height: 1.8
}
.map{
	margin-top: 2%;
}
.message-content table{
	font-size: 12px;
}
.sr {
	width: 90%;
	padding: 1%;
	margin: 1%;
	height: auto;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 12px;
}
.t2 {
	font-size: 14px;
	color: #ff0000;
	font-weight: normal;
	line-height: 30px;
}
.san {
	width: 90px;
	padding: 1%;
	margin: 1%;
	background-color: #eee;
	height: auto;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
.message-content textarea{
	vertical-align: middle;
}
.safecode{
	width: 90%;
	display: inline-flex;
	/*padding: 1%;*/
    margin: 1%;
    margin-right: 0.3%;
    /*margin-right: 0;*/
}
.safecode .sr{
	width: 85%;
	margin: 0;
}
.safecode img{
	width: 15%;
	/*margin-top: -6px;*/
}

/**/
.pro_ej{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/*left: 0;*/
	top: 100%;
	border: 1px solid #eeeeee;
	box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
	background: #ffffff;
	padding: 10px 0 10px 0;
	z-index: 9;
	display: block;
	visibility: hidden;
	opacity: 0;
	min-width: 100%;
}
.pro_ej:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #eeeeee;
	border-right: 0;
	border-bottom: 0;
	background: #ffffff;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: none;
}
.pro_ej.active{
	visibility: visible;
	opacity: 1;
}
.pro_all{
	display: none;
}
.pro_ej>li{
	line-height: 30px;
}
.pro_ej>li>a{
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	word-wrap: break-word;
	display: block;
}
.pro_ej>li:hover{
	background-color: #79411c;
}
.pro_ej>li:hover>a{
	color: #ffffff;
}