/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#ee822f;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* 导航 */
.headerbox{width: 100%;margin:  0 auto;background-color: #000;}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
.logo{font-size: 0;}
.logo img{height: 80px;}
.menu{width: 70%;}
.headerbox .header .menu ul{display: flex;align-items: center;justify-content: space-between;}
.headerbox .header .menu ul li{
	position: relative;
}
.headerbox .header .menu ul li a{
	font-size: 24px;
    font-family: "楷体";
    line-height: 1;
    padding: 35px 25px;
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu>ul>li.curr>a,.headerbox .header .menu>ul>li:hover>a{color: var(--primary-color);}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 18px;
    line-height: 1 ;
    font-weight: 500;
    color: #333;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#000;position:fixed;z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav 
span{display:block;background:#fff;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:#000;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: var(--primary-color);}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}




.h100{height: 100vh;}
.pd5{padding: 5% 0;}


/* bannerbox */
.bannerbox{
	width: 100%;font-size: 0;
}
.bannerbox img{width: 100%;}


.pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;}
.footer_bot{width: 100%;margin: 0 auto;font-size: 16px;color: #000000;}
.footer_bot a{color: #fff;}



/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;padding: 8% 0;}
.index1box .wapper{height: 100%;}
.index1{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.index1 h1{text-align: center;font-size: 100px;color: #fff;font-family: "宋体";font-weight: bold;}
.i1_logo{font-size: 0;display: flex;align-items: center;justify-content: flex-end;}
.i1_logo img{width: 300px;}


.index2box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;height: 110vh;}
.index2box .wapper{height: 100%;}
.index2{writing-mode: vertical-rl;height: 100%;width: 100%;margin: 0 auto;}
.index2 .text{width: 100%;}
.i2_title{margin-left: 100px;}

.i2_title h3{font-size: 50px;color: #000;font-family: "楷体";}
.i2_title p{font-size: 20px;color: #333;position: relative;padding-left: 10px;display: inline-block;}
.i2_title p:after{width: 1px;content: "";height: 100%;background-color: #333;position: absolute;bottom: 0;left: 0;}

.i2_desc1{margin-left: 100px;}
.i2_desc1{font-size: 22px;color: #d8b769;line-height: 60px;letter-spacing: 3px;}
.i2_desc2{font-size: 18px;color: #555;line-height: 60px;letter-spacing: 3px;}


.index3box{width: 100%;margin: 0 auto;}
.index3box .wapper{height: 100%;}
.index3box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;}
.index3{width: 100%;margin: 0 auto;display: flex;align-items: center;height: 100%;}
.index3 .text{writing-mode: vertical-rl;font-size: 50px;color: #fff;font-weight: bold;}



/*  */
.contactbox{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;height: calc(100vh - 90px);}
.c_text{position: absolute;bottom: 10%;right: 15%;text-align: center;}
.c_text h3{font-size: 25px;color: #fff;font-weight: 500;margin-bottom: 10px;}
.c_text h2{font-size: 30px;color: #fff;font-weight: 500;padding-bottom: 15px;position: relative;}
.c_text h2:after{position: absolute;bottom: 0;width: 100%;height: 6px;background-color: #fff;left: 0;content: "";}

.c_logo{font-size: 0;position: absolute;left: 15%;}
.c_logo img{width: 300px;}



/*  */
.j1box{width: 100%;margin: 0 auto;background: linear-gradient(to bottom,rgb(249,242,233),rgb(243,233,216));display: flex;flex-wrap: wrap;justify-content: space-between;}
.j1box .imgbox{width: 35%;font-size: 0;}
.j1box .imgbox img{width: 100%;}
.j1_right{width: 65%;background-repeat: no-repeat;background-position: right bottom;background-size: 70%;padding-top: 5%;padding-left: 10%;padding-right: 10%;}
.j1_text{}
.j1_text h1{writing-mode: vertical-rl;font-size: 50px;font-weight: bold;color: #000;text-align: right;margin-bottom: 50px;width: 100%;text-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);}
.j1_text .desc{max-width: 90%;font-size: 25px;color: #000;line-height: 50px;letter-spacing: 3px;}

.j2box{width: 100%;margin: 0 auto;background: linear-gradient(to bottom,rgb(249,242,233),rgb(243,233,216));}
.j2{width: 100%;margin: 0 auto;}
.j2_text{width: 100%;}


.j2box .imgbox{width: 100%;font-size: 0;}
.j2box .imgbox img{width: 100%;}
.j2box .j1_text .desc {max-width: 100%;}


.j3box{width: 100%;margin: 0 auto;background: linear-gradient(to bottom,rgb(249,242,233),rgb(243,233,216));}
.j3box .top{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;margin-bottom: 10px;}
.j3box .imgbox{width: 50%;font-size: 0;}
.j3box .imgbox img{width: 100%;}
.j3box .top .title{width: 50%;display: flex;align-items: center;justify-content: center;}
.j3box .top .title h1{writing-mode: vertical-rl;font-size: 50px;font-weight: bold;color: #000;text-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);}
.j3box .bot {width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.j3box .bot .desc{width: 50%;display: flex;align-items: center;justify-content: center;}
.j3box .bot .desc p{max-width: 80%;display: block;font-size: 24px;color: #000;line-height: 45px;letter-spacing: 2.5px;}



.j4box .top .imgbox{order: 1;}
.j4box .top .title{order: 0;}
.j4box .bot .imgbox{order: 0;}
.j4box .bot .desc{order: 1;}


.j5box{width: 100%;margin: 0 auto;}
.j5{width: 100%;margin: 0 auto;padding-left: 10%;;display: flex;flex-wrap: wrap;justify-content: space-between;padding-right: 10%;}
.j5_title{padding: 5% 0;width: 10%;}
.j5_title h1{writing-mode: vertical-rl;font-size: 50px;font-weight: bold;color: #000;text-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);}
.j5 .imgbox{width: 25%;font-size: 0;}
.j5 .imgbox img{width: 100%;}
.j5 .desc{width: 65%;padding-left: 10%;display: flex;flex-direction: column;justify-content: center;}
.j5 .desc p{max-width: 100%;display: block;font-size: 24px;color: #000;line-height: 45px;letter-spacing: 2.5px;}


.j6box{background: #fff;}
.j6_right{display: flex;align-items: center;justify-content: center;}


/*  */
.g1box{width: 100%;margin: 0 auto;height: calc(100vh - 90px);background-position: center;background-size: cover;background-repeat: no-repeat;padding-top: 10%;padding-bottom: 8%;display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.g1box .text{writing-mode: vertical-rl;}
.g1box .text h1{color: rgb(132, 63, 11);font-weight: bold;margin-left: 40px;font-size: 35px;}
.g1box .text h3{font-size: 25px;color: #000;margin-left: 40px;}
.g1box .text p{font-size: 18px;color: #333;line-height: 40px;}
.g1box .more{font-size: 0;}
.g1box .more img{max-width: 100%;width: auto;}


.g2box{width: 100%;margin: 0 auto;background: linear-gradient(to bottom,rgb(249,242,233),rgb(243,233,216));}
.g2{width: 100%;max-width: 1600px;padding: 10% 15px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.g2 .imgbox{width: 70%;font-size: 0;}
.g2 .imgbox img{width: 100%;}
.g2 .textbox{width: 25%;writing-mode: vertical-rl;max-height: 400px;}
.g2 .textbox h1{font-size: 50px;color: #000;margin-left: 35%;}
.g2 .textbox h3{font-size: 20px;color: #000;line-height: 45px;}




/*  */
.productbox{width: 100%;margin: 0 auto;}
.product{width: 100%;margin: 0 auto;max-width: 90%;padding: 10% 15px;background-position: center;background-size: cover;background-repeat: no-repeat;}
.product ul{display: flex;flex-wrap: wrap;align-items: flex-end;}
.product ul li{width: 28.33%;margin-right: 5%;margin-bottom: 20px;}
.product ul li:nth-child(3n){margin-right: 0;}
.product ul li a{display: block;width: 100%;}
.product ul li a .imgbox{width: 100%;font-size: 0;}
.product ul li a .imgbox img{width: 100%;}
.product ul li a .textbox{text-align: center;padding: 10px 0;}
.product ul li a .textbox h3{font-size: 18px;color: #999;}
.product ul li:nth-child(2n){margin-bottom: 120px;}


/*  */
.detailbox{width: 100%;margin: 0 auto;background-position: center;background-size: cover;background-repeat: no-repeat;background-color: rgb(251, 248, 233);}
.detail{width: 100%;max-width: 90%;margin: 0 auto;padding: 8% 15px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.detail .d_text{width: 26%;}
.detail .d_text h1{font-size: 30px;color: #000;margin-bottom: 30px;font-weight: bold;}
.detail .d_text p{font-size: 18px;color: #000;margin-bottom: 30px;line-height: 35px;}
/* .detail .imgbox{width: 70%;font-size: 0;}
.detail .imgbox img{width: 100%;} */

.table{width: 100%;}
.table table{border: 1px solid #000;border-collapse: collapse;width: 100%;}
.table table thead{background-color: #999;width: 100%;}
.table table thead th{font-size: 18px;color: #000;font-weight: bold;line-height: 40px;border-bottom: 1px solid #666;padding: 0 10px;text-align: left;}
.table table td{font-size: 20px;color: #000;line-height: 40px;border-bottom: 1px solid #666;padding: 10px;}
.d_img{display: none;}




















@media only screen and (max-width: 1200px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:flex;}
	.height{height: 70px;}
	.pd50{padding: 25px 0;}
	.index1 h1 {font-size: 60px;}
	.h100 {height: 80vh;}
	.i1_logo img {width: 250px;}
	.index2box {height: auto;}
	.index2 {writing-mode: unset;}
	.i2_title{margin-left: 0;margin-bottom: 50px;}
	.i2_title p{padding-left: 0;padding-bottom: 20px;}
	.i2_title p:after {width: 100%;height: 1px;bottom: 0;left: 0;}
	.i2_desc1 {margin-left: 0;line-height: 40px;margin-bottom: 40px;}
	.i2_desc2{line-height: 40px;}
	.index3 .text {font-size: 40px;}
	.c_logo{width: 100%;padding: 0 15px;display: flex;align-items: center;justify-content: center;}
	.c_logo img {width: 250px;}
	.c_logo {left: 50%;transform: translateX(-50%);}
	.c_text{width: 100%;padding: 0 15px;}
	.c_text h3 {font-size: 20px;}
	.c_text h2 {font-size: 25px;}
	.c_text {left: 50%;transform: translateX(-50%);right: auto;}
	.j1box{padding: 20px 0;}
	.j1box .imgbox{width: 25%;}
	.j1box .imgbox img {width: 100%;}
	.j1_right {padding-top: 0%;padding-left: 0%;padding-right: 0%;width: 70%;}
	.j1_text h1 {writing-mode:unset;font-size: 40px;margin-bottom: 40px;text-align: left;}
	.j5{padding-left: 15px;padding-right: 15px;}
	.j5_title {width: 100%;}
	.j5_title h1{writing-mode: unset;margin-bottom: 20px;font-size: 30px;}
	.j5 .desc {padding-left: 0;width: 70%;}
	.j5 .desc p {font-size: 20px;}
	.j3box .imgbox {width: 100%;}
	.j3box .top .title {width: 100%;padding: 15px;}
	.j3box .bot .desc {width: 100%;padding: 15px;}
	.j3box .bot .desc p {max-width: 100%;font-size: 20px;}
	.j3box .top .title h1 {font-size: 30px;writing-mode: unset;}
	.g2{padding: 15px;}
	.g2 .imgbox{width: 100%;margin-bottom: 20px;}
	.g2 .textbox{width: 100%;writing-mode: unset;}
	.g2 .textbox h1 {margin-left: 0;font-size: 30px;margin-bottom: 20px;}
	.g2 .textbox h3{font-size: 18px;line-height: 30px;}
	.detailbox{background-image: none !important;}
	.detail .d_text {width: 100%;}
	.d_img{width: 100%;display: block;font-size: 0;margin-top: 20px;}
	.d_img img{width: 100%;}
	
}


@media only screen and (max-width: 680px) {
	.h100 {height: 60vh;}
	.i1_logo img {width: 200px;}
	.index3 .text {font-size: 25px;writing-mode: unset;line-height: 40px;}
	.index3 .text p{margin-top: 0 !important;}
	.c_logo img {width: 200px;}
	.j1_text .desc {max-width: 100%;}
	.j1_text h1{font-size: 25px;margin-bottom: 20px;}
	.j1_text .desc{font-size: 18px;line-height: 30px;}
	.j5_title h1{font-size: 25px;}
	.j5 .desc p {font-size: 18px;line-height: 30px;}
	.j3box .bot .desc p{font-size: 18px;line-height: 30px;}
	.j3box .top .title h1 {font-size: 25px;}
	.g2 .textbox h1 {font-size: 25px;}
	.detail .d_text h1 {font-size: 25px;}
	.table table td {font-size: 18px;}
}