/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,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;font-family: cursive;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;}


.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{ width:1000px; margin:0 auto;}


/* 轮播图通用 */
.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%;
	height: 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;}

body{
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-size: 100%;
}

.topbox{
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 999;
/* 	line-height: 70px; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.top{
	width: 100%;
	margin: 0 auto;
	display: flex;
	height: 75px;
	    justify-content: space-between;
    align-items: center;
}
.top .name{
	display: flex;
	align-items: center;
}
.top .name i{
	padding-right: 10px;
}
.top .name i img{
	max-width: 100%;
}
.top .name span{
	font-size: 16px;
	margin-top: -4px;
	    letter-spacing: 0.1rem;
}
.top .logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .logo img{
	max-width: 100%;
	    width: 140px;
}
.top .phone{
	display: flex;
	align-items: center;
}
.top .phone i{
	padding-right: 10px;
}
.top .phone i img{
	max-width: 100%;
	width: auto;
}
.top .phone span{
	font-size: 16px;
	margin-top: -4px;
	    letter-spacing: 0.1rem;
}

/* banner */
.bannerbox{
	width: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}



/* index1 */
.indexbox1{
	width: 100%;
	margin: 0 auto;
}
.indexbox1 .index1{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	    padding-top: 50px;
	box-sizing: border-box;
}
.indexbox1 .index1 .left{
	width: 52%;
	box-sizing: border-box;
}
.indexbox1 .index1 .left img{
	
	max-width: 100%;
    width: auto;
    position: initial;
    mix-blend-mode: multiply;
}
.indexbox1 .index1 .right{
	    width: 40%;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    justify-content: space-evenly;
}
.indexbox1 .index1 .right p{
	writing-mode: vertical-rl;
	height: 280px;
	font-size: 20px;
	line-height: 35px;
}

.indexbox1 .index1 .right .title{
	text-align: center;
	margin-left: 40px;
}
.indexbox1 .index1 .right .title h1{
	    font-size: 55px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #1e435f;
    writing-mode: vertical-rl;
    font-family: cursive;
}
.indexbox1 .index1 .right .title .img_top{
	margin: 0 auto;
	margin-bottom: 15px;
}
.indexbox1 .index1 .right .title img{
	width: 45px;
}
.indexbox1 .index1 .right .title .img_bot{
	margin: 0 auto;
	
}
.indexbox1 .index1 .right .right_img{
	position: absolute;
	right: -45px;
	bottom: -60px;
}
.indexbox1 .index1 .right .right_img img{
	width: 180px;
}


/* index2 */
.indexbox2{
	width: 100%;
	margin: 0 auto;
}
.indexbox2 .index2{
	    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.indexbox2 .index2 .index2_left{
	width: 40%;
	padding-left: 10px;
	box-sizing: border-box;
	display: flex;
	position: relative;
}
.indexbox2 .index2 .index2_left p{
	writing-mode: vertical-rl;
	height: 500px;
	font-size: 20px;
	line-height: 35px;
}

.indexbox2 .index2 .index2_left .title{
	text-align: center;
	margin-right: 70px;
}
.indexbox2 .index2 .index2_left .title h1{
	font-size: 55px;
	    font-weight: bold;
	letter-spacing: 3px;
	writing-mode: vertical-rl;
	    font-family: cursive;
}
.indexbox2 .index2 .index2_left .title .img_top{
	margin: 0 auto;
/*	margin-bottom: 15px;*/
}
.indexbox2 .index2 .index2_left .title img{
	width: 45px;
}
.indexbox2 .index2 .index2_left .img_bot{
	margin-left: 15px;
	margin-top: 0;
}
.indexbox2 .index2 .index2_left .img_bot img{
	width: 40px;
}
.indexbox2 .index2 .index2_left .left_img{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.indexbox2 .index2 .index2_left .left_img img{
	width: 140px;
}


.indexbox2 .index2 .index2_right{
	width: 60%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 555px;
}
.indexbox2 .index2 .index2_right .right_lt{
	width: 49%;
	height: 100%;
	font-size: 0;
}
.indexbox2 .index2 .index2_right .right_lt img{
	height: 100%;
	max-width: 100%;
	width: auto;
	object-fit: cover;
}
.indexbox2 .index2 .index2_right .right_rt{
	width: 50%;
	height: 100%;
	font-size: 0;
}
.indexbox2 .index2 .index2_right .right_rt img{
	width: 100%;
	height: 49.5%;
	display: block;
	object-fit: cover;
	margin-bottom: 1.5%;
}
.indexbox2 .index2 .index2_right .right_rt img:last-child{margin-bottom: 0;}



/* 一个背景 */
.else_bg{
	width: 100%;
	margin: 0 auto;
}
.else_bg img{
	width: 100%;
}

/* index3 */
.index3box{
	width: 100%;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.index3box .index3{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	box-sizing: border-box;
}
.index3box .index3 .index3_left{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index3box .index3 .index3_left img{
	max-width: 100%;
}
.index3box .index3 .index3_right{
	width: 50%;
	text-align: right;
}
.index3box .index3 .index3_right .item:nth-child(1){
	margin-bottom: 80px;
}
.index3box .index3 .index3_right .item:nth-child(2){
	margin-bottom: 80px;
}
.index3box .index3 .index3_right .item h1{
	font-size: 70px;
	font-weight: bold;
	font-family: cursive;
	color: #1e435f;
}
.index3box .index3 .index3_right .item h1 span{
	    font-size: 35px;
    margin-right: 30px;
}
.index3box .index3 .index3_right .item h2{
	font-size: 35px;
	color: #b18b54;
	font-family: cursive;
}
.index3box .index3 .index3_right .item h3{
	font-size: 48px;
	font-family: cursive;
	font-weight: bold;
	color: #1e435f;
}

/* index4 */
.index4box{
	width: 100%;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.index4box .index4{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	box-sizing: border-box;
}
.index4box .index4 .index4_right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index4box .index4 .index4_right img{
	max-width: 100%;
}
.index4box .index4 .index4_left{
	width: 50%;
	text-align: left;
}
.index4box .index4 .index4_left .item:nth-child(1){
	    margin-bottom: 80px;
}

.index4box .index4 .index4_left .item:nth-child(2){
	 margin-bottom: 80px;
}
.index4box .index4 .index4_left .item h1{
	font-size: 70px;
	font-weight: bold;
	font-family: cursive;
	color: #1e435f;
}
.index4box .index4 .index4_left .item h1 span{
	font-size: 35px;
	margin-left: 30px;
}
.index4box .index4 .index4_left .item h2{
	font-size: 35px;
	color: #b18b54;
	font-family: cursive;
}
.index4box .index4 .index4_left .item h3{
	font-size: 48px;
	font-family: cursive;
	font-weight: bold;
	color: #1e435f;
}




/* index5 */
.index5box{
	width: 100%;
	margin: 0 auto;
}
.index5box .index5{
	width: 100%;
	margin: 0 auto;
}
.index5box .index5 .index5_top_left{
	width: 40%;
}
.index5box .index5 .index5_top{
	display: flex;
	justify-content: space-between;
}
.index5box .index5 .index5_top .title{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.index5box .index5 .index5_top .title i{
	margin-right: 10px;
}
.index5box .index5 .index5_top .title i img{
	width: 45px;
}
.index5box .index5 .index5_top .title h1{
	font-size: 45px;
	color: #1e435f;
	font-family: cursive;
	font-weight: bold;
}
.index5_top .else_desc{
	padding-left: 45px;
	box-sizing: border-box;
}
.index5_top .else_desc h3{
	font-size: 30px;
	font-family: cursive;
	color: #404040;
	font-weight: bold;
	margin-bottom: 20px;
}
.index5_top .else_desc h2{
	font-size: 35px;
	font-family: cursive;
	color: #404040;
	font-weight: bold;
	margin-bottom: 20px;
}
.index5_top .list{
	    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    margin-top: 55px;
    font-size: 16px;
}
.index5_top .list span{padding: 0 15px;box-sizing: border-box;}

.index5box .index5 .index5_top_right{
	width: 50%;
}
.index5box .index5 .index5_top_right ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index5box .index5 .index5_top_right ul li{
	    background-image: url(../images/bk.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17%;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
}
.index5box .index5 .index5_top_right ul li a{
    font-size: 24px;
    color: #63614f;
    line-height: 45px;
    font-family: cursive;
    font-weight: bold;
}

.index5_bot{
	width: 100%;
	margin: 50px auto;
	
}
.index5_bot img{
	max-width: 100%;
}


/* index6 */
.index6box{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
}
.index6box .index6{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index6box .index6 .index6_left{
	width: 50%;
}
.index6box .index6 .index6_left .left_item1{
	width: 100%;
}
.index6box .index6 .index6_left .left_item1 img{
	width: 100%;
	object-fit: cover;
}
.index6box .index6 .index6_left .left_item2{margin-top: 1%;display: flex;justify-content: space-between;}
.index6box .index6 .index6_left .left_item2 .item2_left{
	width: 49.5%;
}
.index6box .index6 .index6_left .left_item2 .item2_right{
	width: 49.5%;
}
.index6box .index6 .index6_left .left_item2 .item2_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index6box .index6 .index6_left .left_item2 .item2_right img{
	width: 100%;
	height: 49%;
	margin-bottom: 1%;
}
.index6box .index6 .index6_left .left_item2 .item2_right img:last-child{
	margin-bottom: 0;
}
.index6box .index6 .index6_right{
	width: 43%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.index6box .index6 .index6_right .right_inner{
	width:100%;
}
.index6box .index6 .index6_right .title{
	display: flex;
}
.index6box .index6 .index6_right .title i{
	    margin-right: 10px;
    margin-top: 10px;
}
.index6box .index6 .index6_right .title i img{
	    width: 45px;
}
.index6box .index6 .index6_right .title h1{
	font-size: 53px;
    font-family: cursive;
    font-weight: bold;
    color: #1e435f;
}
.right_inner h2{
	font-size: 42px;
    font-family: cursive;
    color: #404040;
    font-weight: bold;
    padding-left: 55px;
    box-sizing: border-box;
    margin-top: 40px;
}
.right_inner h3{
	    font-size: 28px;
    font-family: cursive;
    color: #404040;
    font-weight: bold;
    padding-left: 55px;
    box-sizing: border-box;
    margin-top: 10px;
}
.right_inner p{
	font-size: 20px;
    color: #404040;
    padding-left: 55px;
    box-sizing: border-box;
    margin-top: 25px;
    line-height: 45px;
}
.right_inner .imgbox{
	width: 100%;
	margin: 0 auto;
	padding-left: 50px;
	box-sizing: border-box;
	margin-top: 200px;
}
.right_inner .imgbox img{
	max-width: 100%;
}


.inbanner{
	width: 100%;
	font-size: 0;
}
.inbanner img{
	width: 100%;
}

.insidebox{
	padding: 50px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
}



/* footer_banner */
.footer_banner{
	width: 100%;
	margin: 0 auto;
}
.footer_banner img{
	width: 100%;
}

/* footerbox */
.footerbox{
	padding: 50px 0;
	box-sizing: border-box;
	width: 100%;
}
.footerbox .footer{
	text-align: center;
}
.footerbox .footer h1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	color: #1e435f;
	font-family: cursive;
	margin-bottom: 30px;
	font-weight: bold;
}
.footerbox .footer h1 i{
	padding: 0 5px;
	box-sizing: border-box;
}
.footerbox .footer h2{
	font-size: 18px;
	font-weight: bold;
	color: #1e435f;
	    letter-spacing: 10px;
	text-align: center;
}
.footerbox .footer h2 i{
	padding: 0 5px;
	box-sizing: border-box;
}
.ewm_list{
	width: 100%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	margin-top: 30px;
}
.ewm_list .list_item{
	width: 25%;
}
.ewm_list .list_item .imgbox{
	width: 100%;
}
.ewm_list .list_item .imgbox img{
	    max-width: 100%;
    width: 150px;
}
.ewm_list .list_item p{
	text-align: center;
	font-size: 18px;
	color: #333;
}
.footerbox .footer p{
	    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 15px;
    color: #333;
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 30px;
}

.footerbox .footer h3{
	font-size: 25px;
	margin-top: 30px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 5px;
}
.footerbox .footer h3 span{
	position: relative;
	font-weight: bold;
}
.footerbox .footer h3 span:after{
	position: absolute;
	content: "";
	left: -60px;
	top: 18px;
	width: 55px;
	height: 2px;
	background: #63614f;
}
.footerbox .footer h3 span:before{
	position: absolute;
	content: "";
	right: -60px;
	top: 17px;
	width: 55px;
	height: 2px;
	background: #63614f;
}
.footerbox .footer h4{
	font-size: 25px;
	margin-top: 30px;
	width: 80%;
	margin: 0 auto;
	color: #404040;
	font-weight: bold;
	border-bottom: 1px solid #404040;
}
.footerbox .footer .footer_bot p{
	text-align: center;
	font-size: 12px;
	color: #63614f;
}
.footerbox .footer .footer_bot p a{
	color: #63614f;
}
