@charset "utf-8";

.swiper-banner{
	background: url(load.gif) center no-repeat;
}
.swiper-banner,
.swiper-banner,
.swiper-banner .swiper-slide{
	display: block;
	width: 100%;
	height: 720px;
}
.swiper-banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-banner .swiper-pagination{
	position: absolute;
	top: 50%;
	left: 93%;
	width: fit-content;
	height: fit-content;
	transform: translateY(-50%);
}
.swiper-banner .swiper-pagination div{
	position: relative;
	display: block;
	width: 25px;
	height: 35px;
	margin: 8px 0;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background: none;
	font-family: 'gothambold';
}
.swiper-banner .swiper-pagination div::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet b{
	opacity: 0;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet::after{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active b{
	opacity: 1;
}
.swiper-banner .swiper-pagination div.swiper-pagination-bullet-active::after{
	opacity: 0;
}


@media screen and (max-width:1680px) {
.section_banner,
.swiper-banner,
.swiper-banner .swiper-slide{
	height: 630px;
}
}
@media screen and (max-width:1440px) {
.section_banner,
.swiper-banner,
.swiper-banner .swiper-slide{
	height: 560px;
}
}




.header_box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1300px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 20px -8px rgba(0,0,0,.15) ;
	transition: all 0.5s;
}
.header_top{
	padding: 28px 0 16px;
	text-align: center;
}
.header_top img{
	width: auto;
	height: 76px;
}

.header_box.on{
	transform: translateY(-120px);
}


.nav{
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.nav > ul{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.nav > ul > li{
	position: relative;
	display: inline-block;
	padding: 0 30px;
}
.nav > ul > li > a{
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	color: #0d0d0d;
}
.nav > ul > li > a:hover{
	color: #0d0d0d;
}
.nav > ul > li > ul.subnav{
	position: absolute;
	top: 100px;
	left: 0;
	width: 210px;
	border-top: 1px solid rgba(0,0,0,.05);
	background: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0,.05);
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all 0.5s;
}
.nav > ul > li > ul.subnav > li{
	width: 210px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	transition: 0s;
}
.nav > ul > li > ul.subnav > li > a{
	display: block;
	height: 40px;
	text-align: left;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	color: #0d0d0d;
	transition: all 0.5s;
}
.nav > ul > li > ul.subnav > li > a i {
    display: inline-block;
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 13px;
    background: url(../images/subnav.png);
    transition: all .3s;
}

.nav > ul > li:hover ul.subnav{
	top: 60px;
	opacity: 1;
	visibility: visible;
}
.nav > ul > li > ul.subnav > li > a:hover{
	color: #fff;
	padding: 0 25px;
	background-color: #f08300;
}

.head_search{
	float: right;
	position: relative;
	width: 45px;
	height: 90px;
}
.search_icon i{
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	background: url(search.png) center center/24px auto no-repeat;
	vertical-align: middle;
}

.seach_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.close_icon{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 15px;
	background: url(close.png) center center/26px auto no-repeat;
	cursor: pointer;
}
.seach_box form{
	float: right;
	margin-top: 10px;
	width: calc(100% - 55px);
	overflow: hidden;
	border-bottom: 1px solid #333;
}
.seach_box input[type="text"] {
	float: left;
	display: block;
	width: calc(100% - 60px);
	padding: 0 12px;
	font-size: 14px;
	line-height: 40px;
	border: 0;
 }
.seach_box input[type="submit"] {
	float: left;
	width: 60px;
	height: 32px;
	height: 40px;
	background: url(search.png) center no-repeat;
	cursor: pointer;
}
.seach_box.on{
	opacity: 1;
	visibility: visible;
}


@media screen and (max-width:1680px) {
.nav > ul > li > a{
	font-size: 15px;
}
.nav > ul > li > ul.subnav > li > a{
	font-size: 15px;
}
}
@media screen and (max-width:1440px) {
.nav > ul > li > a{
	font-size: 14px;
}
.nav > ul > li > ul.subnav > li > a{
	font-size: 14px;
}
}



.about_video{
	padding: 3% 0 5%;
}
.about_video h3{
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	font-family: 'circular-bold';
}
.about_video p{
	font-size: 20px;
	color: #989898;
	text-align: center;
	font-family: 'circular-book';
	margin-bottom: 3%;
}
.video_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	width: 96px;
	height: 96px;
	transform: translate(-50%,-50%);
	background: url(../images/i_icon.png) center center/cover no-repeat;
	cursor: pointer;
}
.about_video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}


.suite .swiper-slide{
	position: relative;
	width: 100%;
	height: 830px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.suite .swiper-slide dl{
	position: absolute;
	width: 1920px;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.suite .swiper-slide dl dd a {
    position: absolute;
    padding-bottom: 15px;
    z-index: 10;
}
.line {
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 100%;
	display: block;
    line-height: 30px;
	text-align: center;
}
.line::before,
.line::after{
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}
.line::before{
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.8);
	z-index: 1;
	animation: suiteline2 1s ease-in;
	-webkit-animation: suiteline2 1s ease-in;
	-moz-animation: suiteline2 1s ease-in;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.line:after {
	width: 46px;
	height: 46px;
	background: rgba(240,131,0,0.9);
	z-index: 0;
	animation: suiteline 1s ease-in;
	-webkit-animation: suiteline 1s ease-in;
	-moz-animation: suiteline 1s ease-in;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.line i {
	display: block;
	width: 20px;
	height: 20px;
	background: rgba(240,131,0,0.9);
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	border-radius: 100%;
	z-index: 10;
}
@-webkit-keyframes suiteline{
	0%{
		opacity: 0;
	}
    50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes suiteline{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes suiteline2{
	0%{
		opacity: 0.8;
    }
	50%{
		opacity: 1;
    }
	100%{
		opacity: 0.8;
	}
}
@keyframes suiteline2{
	0%{
		opacity: 0.8;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0.8;
	}
}


.suite .swiper-slide dl dd a span{
	position: absolute;
	padding: 0 20px;
	background: rgba(240,131,0,0.8);
	border-radius: 5px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	white-space: nowrap;
	top: 100%;
	line-height: 32px;
}
.suite .swiper-slide dl dd a span::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: rgba(240,131,0,0.8);
    margin-left: -5px;
}
.about_video .swiper-pagination span,
.suite .swiper-pagination span{
	background-color: #fff;
}

.suite_pro_01{
	left: 1030px; 
	top: 136px;
}
.suite_pro_02{
	left: 1138px; 
	top: 480px;
}
.suite_pro_03{
	left: 740px;
	top: 400px;
}
.suite_pro_04{
	left: 980px;
	top: 340px;
}

.suite_pro_05{
	left: 500px;
	top: 680px;
}
.suite_pro_06{
	right: 150px;
	top: 680px;
}

.suite_pro_07{
	right: 483px;
	top: 400px;
}

.suite .swiper-slide dl dd a:hover .line i{
	background-color: rgba(27,27,27,.9);
}
.suite .swiper-slide dl dd a:hover .line::after{
	background-color: rgba(27,27,27,.9);
}
.suite .swiper-slide dl dd a:hover span{
	background-color: rgba(27,27,27,.8);
}
.suite .swiper-slide dl dd a:hover span::before{
	border-bottom-color: rgba(27,27,27,.8);
}


.title_box{
	padding-bottom: 60px;
}
.title_box h3{
	font-size: 60px;
	line-height: 1.3;
	color: #000;
	font-family: "circular-bold";
}
.title_box p{
	font-size: 20px;
	color: #757575;
	line-height: 2;
	font-family: "circular-book";
}
.title_box h3.white,
.title_box p.white{
	color: #fff;
}

.box_img{
	overflow: hidden;
}

.probox{
	padding: 5% 0;
	background-color: #dbe4ea;
}
.probox_left{
	float: left;
	width: 27%;
	padding-top: 3%;
}
.pro_perv{
	margin-right: 20px;
}
.pro_perv,.pro_next{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 10%;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	transition: all 0.3s;
}
.pro_perv{
	background-image: url(../images/ipro_prev.png);
}
.pro_next{
	background-image: url(../images/ipro_next.png);
}
.pro_perv:hover,
.pro_next:hover{
	background-position: 0 -50px;
	background-color: #f08300;
}

.more{
	display: block;
	width: 180px;
	margin-top: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 52px;
	border-radius: 50px;
	background-color: #f89a2a;
	background-image: radial-gradient(ellipse at bottom, #f08300 50%, transparent 75%);
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.more:hover{
	color: #fff;
	background-size: 200% 200%;
	transition: background-size 320ms 0ms ease;
}

.probox_right{
	float: right;
	width: 79%;
	margin-right: -6%;
}
.probox_right .swiper-container{
	padding-top: 4px;
	padding-bottom: 20px;
}
.probox_right .swiper-slide{
	width: calc(96%/3);
	margin-right: 2%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.probox_right .swiper-slide:hover{
	transform: translateY(-4px);
	box-shadow: 0 20px 25px -16px rgba(0,0,0,.12);
}
.probox_right .swiper-slide img{
	width: 100%;
	height: 425px;
	object-fit: cover;
	object-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.probox_right .swiper-slide h4{
	font-size: 26px;
	color: #272727;
	line-height: 2.5;
	text-align: center;
	background-color: #fff;
}


.aboutbox{
	padding: 5% 0;
}
.aboutbox_left{
	width: 48%;
}
.aboutbox_left h3{
	margin-bottom: 2%;
	font-size: 50px;
	line-height: 1.2;
	color: #000;
	font-family: "circular-bold";
}
.aboutbox_left p{
	font-size: 16px;
	line-height: 1.6;
	color: #585858;
}
.aboutbox_left ul{
	overflow: hidden;
	margin: 5% 0 0;
}
.aboutbox_left ul li{
	float: left;
	width: calc(100%/3);
	margin-bottom: 3%;
}
.aboutbox_left ul li i{
	display: block;
	margin-bottom: 4px;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-repeat: no-repeat;
}
.aboutbox_01{
	background-image: url(../images/aboutbox_01.png);
}
.aboutbox_02{
	background-image: url(../images/aboutbox_02.png);
}
.aboutbox_03{
	background-image: url(../images/aboutbox_03.png);
}
.aboutbox_04{
	background-image: url(../images/aboutbox_04.png);
}
.aboutbox_05{
	background-image: url(../images/aboutbox_05.png);
}
.aboutbox_06{
	background-image: url(../images/aboutbox_06.png);
}
.aboutbox_left ul li h5{
	font-size: 38px;
	font-family: "circular-bold";
	color: #000;
	line-height: 1;
}
.aboutbox_left ul li div{
	font-size: 14px;
	line-height: 2;
}
.about_right{
	width: 46%;
}
.about_right ul li{
	float: left;
	width: calc(97%/2);
	margin: 0 3% 3% 0 ;
}
.about_right ul li:nth-child(2n){
	margin-right: 0;
}
.about_right ul li h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 2.5;
	color: #fff;
	text-align: center;
}
.about_right ul li:nth-child(1) h4{
	background-color: #9da8b9;
}
.about_right ul li:nth-child(2) h4{
	background-color: #c7b8a2;
}
.about_right ul li:nth-child(3) h4{
	background-color: #9da196;
}
.about_right ul li:nth-child(4) h4{
	background-color: #7a7182;
}



.Hbox{
	padding: 5% 0;
	background-color: #f8f8f8;
}
.sortbox{
	transition: all 0.4s;
}
.sortbox_box:hover{
	box-shadow: 0 15px 20px -15px rgba(0,0,0,.15);
}

.sortbox_img{
	width: 50%;
	overflow: hidden;
}
.sortbox_text{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.sortbox_texties{
	width: 78%;
	transition: all 0.4s;
}
.sortbox_texties h4{
	font-size: 35px;
	color: #272727;
	margin-bottom: 4%;
}
.sortbox_texties p{
	font-size: 16px;
	line-height: 1.8;
	color: #999;
}
.sortbox_box{
	margin-bottom: 20px;
}
.sortbox .sortbox_box:nth-child(2n) .sortbox_text{
	left: 0;
}

.sortbox_item{
	width: calc((100% - 20px)/2);
	overflow: hidden;
	transition: all 0.4s;
}
.sortbox_item img,
.sortbox_img img{
	transition: all 0.4s;
}
.sortbox a:hover img,
.sortbox_item a:hover img{
	transform: scale(1.05,1.05);
}
.sortbox a:hover .sortbox_texties{
	transform: translateX(8px);
}

.sortbox_item h4{
	/* position: absolute;
	left: 0;
	bottom: 0; */
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 3.5;
	text-align: center;
	background-color: #fff;
	color: #272727;
}
.sortbox_item:hover{
	box-shadow: 0 15px 20px -15px rgba(0,0,0,.15);
}
.pro_item_img{
	overflow: hidden;
}

.hot-pro{
	overflow: hidden;
}
.hot-pro h3{
	font-size: 18px;
	line-height: 3;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
}
.hot-pro img{
	transition: all 0.4s;
}
.hot-pro a:hover img{
	transform: scale(1.05,1.05);
}
.hot-pro-img{
	overflow: hidden;
}
.hot-pro-01{
	width: 68%;
	margin-bottom: 2%;
}
.hot-pro-02{
	width: 30%;
	margin-bottom: 2%;
}
.hot-pro-03{
	width: 40%;
	margin-bottom: 2%;
}
.hot-pro-04{
	width: 58%;
	margin-bottom: 2%;
}
.hot-pro-05{
	width: 100%;
	margin-bottom: 2%;
}
.hot-pro-06,.hot-pro-07{
	margin-right: 2%;
}
.hot-pro-06,.hot-pro-07,.hot-pro-08{
	width: 32%;
}



.Hbox_icon{
	margin: 4% 0 5%;
	width: 100%;
	height: 5px;
	background-color: #f4f4f4;
}

.calobox .box_img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.calobox .box_img:hover{
	box-shadow: 0 10px 20px -8px rgba(0,0,0,.3);
}
.calo_01{
	width: 51%;
	margin-right: 1%;
}
.calo_02{
	width: 23.5%;
	margin: 0 1% 1% 0;
}
.calo_03{
	width: 23.5%;
}
.calo_04{
	width: 23.5%;
	margin-right: 0;
}


.footer_box{
	background-color: #1b1b1b;
}
.footer_info{
	padding: 5% 0;
}
.footer_left{
	width: 32%;
}
.footer_left h2{
	font-size: 44px;
	line-height: 3;
	font-family: 'circular-bold';
	color: #fff;
}
.footer_left p{
	font-size: 18px;
	line-height: 2;
}
.footer_left p span{
	display: inline-block;
	width: 70px;
	vertical-align: top;
}
.footer_left p b{
	display: inline-block;
	font-weight: normal;
	width: calc(100% - 70px);
}
.footer_left p span:nth-child(1){
	height: 40px;
}

.copy{
	color: rgba(255,255,255,.4);
	font-size: 16px;
	line-height: 99px;
	border-top: 1px solid rgba(255,255,255,.1);
}

.copy a:hover{
	color: #fff;
}
.content_desc{
	padding-bottom: 50px;
}
.content_desc h3{
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-family: "arial black";
}
.content_desc h5{
	font-size: 20px;
	line-height: 2;
	color: #333;
	margin-bottom: 15px;
}
.content_desc p{
	font-size: 16px;
	line-height: 2;
	color: #999;
	margin-bottom: 15px;
}

.foot_share a{
	margin-right: 8px;
}
.foot_share a span{
	font-size: 20px;
}
.foot_share a:hover span{
	color: #fff;
}
.footer_right{
	width: 48%;
	margin-right: 3%;
}
.msg_name,.msg_email,.msg_tel{
	position: relative;
	width: 30%;
	height: 90px;
}
.msg_name,.msg_email{
	margin-right: 5%;
}
.msg_content {
	height: 130px;
}
.footer_right em{
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
}
.footer_right input[type="text"]{
	width: 100%;
	font-size: 15px;
	line-height: 60px;
	border: 0;
	border-bottom: 1px solid #303031;
	background: none;
}
.footer_right textarea{
	width: 100%;
	height: 90px;
	font-size: 15px;
	font-family: "arial";
	border: 0;
	background: none;
	border-bottom: 1px solid #303031;
}
.footer_right input[type="submit"]{
	width: 180px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	line-height: 48px;
	border-radius: 30px;
	cursor: pointer;
	background-color: #333;
	background-image: radial-gradient(ellipse at bottom, #f08300 50%, transparent 75%);
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.footer_right input[type="submit"]:hover{
	background-size: 200% 200%;
	transition: background-size 320ms 0ms ease;
}



@media screen and (max-width:1680px) {
.about_video h3{
	font-size: 45px;
}
.video_icon{
	width: 88px;
	height: 88px;
}
.about_video p{
	font-size: 18px;
}
.suite .swiper-slide{
	height: 770px;
	background-size: cover;
}
.suite .swiper-slide dl{
	width: 1680px;
}
.suite_pro_01{
	left: 907px; 
	top: 106px;
}
.suite_pro_02{
	left: 1015px; 
	top: 450px;
}
.suite_pro_03{
	left: 617px;
	top: 370px;
}
.suite_pro_04{
	left: 857px;
	top: 310px;
}

.suite_pro_05{
	left: 430px;
    top: 660px;
}
.suite_pro_06{
    right: 120px;
    top: 656px;
}
.suite_pro_07 {
    right: 454px;
    top: 400px;
}




.title_box{
	padding-bottom: 55px;
}
.pro_perv, .pro_next{
	width: 45px;
	height: 45px;
}
.pro_perv:hover, .pro_next:hover{
	background-position: 0 -45px;
}
.title_box h3{
	font-size: 55px;
}
.title_box p{
	font-size: 19px;
}
.more{
	width: 170px;
	font-size: 17px;
	line-height: 50px;
}


.probox_right .swiper-slide img{
	height: 400px;
}
.probox_right .swiper-slide h4{
	font-size: 23px;
}
.probox_right .swiper-slide p{
	font-size: 18px;
}

.aboutbox_left h3{
	font-size: 45px;
}
.aboutbox_left p{
	font-size: 15px;
}
.aboutbox_left ul li i{
	width: 45px;
	height: 45px;
}
.aboutbox_left ul li h5{
	font-size: 35px;
}
.aboutbox_left ul li div{
	font-size: 13px;
}
.about_right ul li h4{
	font-size: 17px;
}

.sortbox_texties h4{
	font-size: 32px;
}
.sortbox_texties p{
	font-size: 15px;
}
.sortbox_item h4{
	font-size: 17px;
}

.footer_left h2{
	font-size: 40px;
}
.footer_left p{
	font-size: 17px;
}

.copy{
	font-size: 15px;
	line-height: 80px;
}
.foot_share a span{
	font-size: 18px;
}
}
@media screen and (max-width:1440px) {
.about_video h3{
	font-size: 40px;
}
.video_icon{
	width: 80px;
	height: 80px;
}
.about_video p{
	font-size: 16px;
}
.suite .swiper-slide dl{
	width: 1440px;
}
.suite_pro_01{
	left: 790px; 
	top: 86px;
}
.suite_pro_02{
	left: 868px; 
	top: 370px;
}
.suite_pro_03{
	left: 537px;
	top: 285px;
}
.suite_pro_04{
	left: 730px;
	top: 240px;
}
.suite_pro_05{
	left: 392px;
    top: 506px;
}
.suite_pro_06{
    right: 155px;
    top: 488px;
}

.suite_pro_07 {
    right: 408px;
    top: 307px;
}




.title_box{
	padding-bottom: 50px;
}
.pro_perv, .pro_next{
	width: 40px;
	height: 40px;
}
.pro_perv:hover, .pro_next:hover{
	background-position: 0 -40px;
}
.title_box h3{
	font-size: 50px;
}
.title_box p{
	font-size: 18px;
}

.more{
	width: 160px;
	font-size: 16px;
	line-height: 48px;
}
.suite .swiper-slide{
	height: 600px;
	background-size: cover;
}
.probox_right .swiper-slide img{
	height: 385px;
}
.probox_right .swiper-slide h4{
	font-size: 20px;
}
.probox_right .swiper-slide p{
	font-size: 16px;
}


.aboutbox_left h3{
	font-size: 40px;
}
.aboutbox_left p{
	font-size: 14px;
}
.aboutbox_left ul li i{
	width: 42px;
	height: 42px;
}
.aboutbox_left ul li h5{
	font-size: 32px;
}
.aboutbox_left ul li div{
	font-size: 12px;
}
.about_right ul li h4{
	font-size: 16px;
}


.sortbox_texties h4{
	font-size: 28px;
}
.sortbox_texties p{
	font-size: 14px;
}
.sortbox_item h4{
	font-size: 16px;
}


.footer_left h2{
	font-size: 36px;
}
.footer_left p{
	font-size: 16px;
}

.copy{
	font-size: 14px;
	line-height: 60px;
}
.foot_share a span{
	font-size: 16px;
}
}


.head_box{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	width: 100%;
	min-width: 1300px;
	background-color: #f08300;
}
.logo02{
	float: left;
	display: block;
	margin-top: 8px;
}
.logo02 img{
	height: 34px;
}
.nav_list{
	float: right;
}
.nav_list > ul{
	font-size: 0;
}
.nav_list > ul > li{
	position: relative;
	display: inline-block;
	padding: 0 25px;
}
.nav_list > ul > li > a{
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
}
.nav_list > ul > li > ul.subnav{
	position: absolute;
	top: 100px;
	left: 0;
	width: 210px;
	border-top: 1px solid rgba(0,0,0,.05);
	background: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0,.05);
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all 0.5s;
}

.nav_list > ul > li > ul.subnav > li{
	width: 210px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	transition: 0s;
}
.nav_list > ul > li > ul.subnav > li > a{
	display: block;
	height: 40px;
	text-align: left;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	color: #0d0d0d;
	transition: all 0.5s;
}
.nav_list > ul > li > ul.subnav > li > a i {
    display: inline-block;
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 13px;
    background: url(../images/subnav.png);
    transition: all .3s;
}

.nav_list > ul > li:hover ul.subnav{
	top: 50px;
	opacity: 1;
	visibility: visible;
}
.nav_list > ul > li > ul.subnav > li > a:hover{
	color: #fff;
	padding: 0 25px;
	background-color: #f08300;
}


.nav_list a:last-child{
	padding-right: 0;
}
.search_icon02{
	position: relative;
}
.search_icon02 i{
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	background: url(search_icon.png) center center/30px auto no-repeat;
	vertical-align: middle;
}
.search_icon02 form {
    display: block;
	width: 240px;
    position: absolute;
    right: 0;
    top: 50px;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: rgba(49, 49, 49, .5);
}
.search_icon02 input[type="text"] {
    display: block;
    float: left;
    width: 150px;
    line-height: 28px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #eee;
    color: #999;
    padding: 0 10px;
    text-align: left;
    background: #fff;
}
.search_icon02 input[type="submit"] {
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    background-image: url(search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
    background-color: #f08300;
}
.search_icon02:hover form {
    height: 60px;
    padding: 15px 20px;
}




.about_box,
.about_designer{
	padding: 3% 0 6%;
}
.about_desc{
	padding: 3% 0;
}
.about_desc p{
	font-size: 18px;
	line-height: 2;
	color: #454545;
}
.factory ul li{
	float: left;
	width: calc(96%/3);
	margin: 2% 2% 0 0;
}
.factory ul li:nth-child(3n){
	margin-right: 0;
}
/* .factory .swiper-slide{
	width: calc(96%/3);
	margin-right: 2%;
} */
.factory h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 3;
	text-align: center;
	color: #fff;
}
.factory ul li:nth-child(9n-8) h4{
	background-color: #909aa2;
}
.factory ul li:nth-child(9n-7) h4{
	background-color: #74748c;
}
.factory ul li:nth-child(9n-6) h4{
	background-color: #bdb5ab;
}
.factory ul li:nth-child(9n-5) h4{
	background-color: #b5494a;
}
.factory ul li:nth-child(9n-4) h4{
	background-color: #7c7d78;
}
.factory ul li:nth-child(9n-3) h4{
	background-color: #c5ccb0;
}
.factory ul li:nth-child(9n-2) h4{
	background-color: #7d8579;
}
.factory ul li:nth-child(9n-1) h4{
	background-color: #3e4556;
}
.factory ul li:nth-child(9n) h4{
	background-color: #c28865;
}

.vi_prev,.vi_next{
	position: absolute;
	display: block;
	top: 50%;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
	background-color: #f4f4f4;
	background-size: 100% auto;
}
.vi_prev{
	left: -70px;
	background-image: url(../images/ipro_prev.png);
}
.vi_next{
	right: -70px;
	background-image: url(../images/ipro_next.png);
}

.about_craft{
	position: relative;
	width: 100%;
	height: 760px;
	background-color: #000;
	overflow: hidden;
}
.about_craft img{
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.8;
}
.about_craft .container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	height: 100%;
	align-items: center;
}
.about_craft_box .title_box{
	padding-bottom: 30px;
}
.about_craft_box .title_box h3{
	line-height: 1;
}
.about_craft_box p{
	font-size: 26px;
	color: #fff;
	line-height: 1.5;
}
.about_make{
	padding: 5% 0;
	max-height: 800px;
	background: url(../images/about_make.jpg) center center no-repeat;
}
.about_make ul{
	width: 780px;
}
.about_make ul li{
	float: left;
	width: 189px;
	margin: 0 8px 8px 0;
}
.about_make ul li:nth-child(4n){
	margin-right: 0;
}
@media screen and (max-width:1680px) {
.about_desc p{
	font-size: 17px;
}
.about_craft{
	height: 660px;
}
.about_craft_box p{
	font-size: 23px;
}
.about_make{
	background-size: cover;
}
}
@media screen and (max-width:1440px) {
.about_desc p{
	font-size: 16px;
}
.about_craft{
	height: 560px;
}
.about_craft_box p{
	font-size: 20px;
}
.about_make{
	background-size: cover;
}
}

.service_ban{
	text-align: center;
}
.service_ban img{
	height: 600px;
	object-fit: cover;
}
.service_box{
	padding: 5% 0;
	background-color: #f4f4f4;
}
.service_list ul li{
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
}
.service_list ul li:nth-child(3n){
	margin-right: 0;
}
.service_list ul li:nth-child(1) .service_top{
	background-color: #f9cc10;
}
.service_list ul li:nth-child(2) .service_top{
	background-color: #705459;
}
.service_list ul li:nth-child(3) .service_top{
	background-color: #e9ccd3;
}
.service_list ul li:nth-child(4) .service_top{
	background-color: #ccccd6;
}
.service_list ul li:nth-child(5) .service_top{
	background-color: #f6c185;
}
.service_list ul li:nth-child(6) .service_top{
	background-color: #a15057;
}
.service_top{
	padding: 13% 0 10%;
	text-align: center;
}
.service_top img{
	width: 20%;
	max-width: 90px;
}
.service_top h3{
	font-size: 24px;
	color: #fff;
	line-height: 2.8;
}
.service_desc{
	padding: 12% 8%;
	background-color: #fff;
}
.service_desc p{
	height: 35vh;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #585858;
	font-family: 'circular-book';
}
.contact_box{
	padding: 9% 0 5%;
	background: #fff;
}
.contact_img{
	width: 51%;
}
.contact_left{
	width: 49%;
}
.contact_desc ul{
	padding-top: 8%;
}
.contact_desc ul li{
	position: relative;
	float: left;
	width: 46%;
	padding-left: 9%;
}
.contact_desc ul li h4{
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	color: #000;
}
.contact_desc ul li p{
	height: 13vh;
	font-size: 16px;
	line-height: 1.8;
	color: #7d7d7d;
}
.contact_desc ul li i{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #f08300;
	background-size: cover;
}
.con_01{
	background: url(../images/con_01.jpg) center center/cover no-repeat;
}
.con_02{
	background: url(../images/con_02.jpg) center center/cover no-repeat;
}
.con_03{
	background: url(../images/con_03.jpg) center center/cover no-repeat;
}



.contact_top{
	padding: 5% 0;
	background-color: #f8f8f8;
}
.contact_top .contact_top_left{
	width: 30%;
	padding-top: 1.5%;
}
.contact_top .contact_top_left h3{
	padding: 13px 0 10px;
	font-size: 42px;
    line-height: 1.2;
    color: #272727;
	font-family: "circular-bold";
}
.contact_top .contact_top_left p{
	font-size: 18px;
	line-height: 2;
	font-family: "circular-book";
}
.contact-online-service{
	width: 51%;
}
.contact-online-service ul li{
	float: left;
	width: calc(100%/2);
	text-align: center;
}
.contact-online-service ul li div{
	width: 45%;
	margin: 0 auto 5px;
	border-radius: 50%;
	overflow: hidden;
}
.contact-online-service ul li div img{
	width: 100%;
}
.contact-online-service ul li p{
	color: #000;
	font-size: 15px;
	line-height: 1.3;
	font-family: "circular-book";
}
.contact-online-service ul li p{
	color: #000;
}
.contact-online-service ul li:hover div{
	box-shadow: 0 0 30px 2px rgba(0,0,0,.2);
}




@media screen and (max-width:1680px) {
.service_ban img{
	height: 550px;
}
.service_top h3{
	font-size: 22px;
}
.service_desc p{
	height: 30vh;
	font-size: 18px;
}

.contact_desc ul li h4{
	font-size: 17px;
}
.contact_desc ul li p{
	font-size: 15px;
}
.contact_top .contact_top_left h3{
	font-size: 38px;
}
.contact_top .contact_top_left p{
	font-size: 17px;
}
.contact-online-service ul li p{
	font-size: 13px;
}
}
@media screen and (max-width:1440px) {
.service_ban img{
	height: 500px;
}
.service_top h3{
	font-size: 20px;
}
.service_desc p{
	height: 26vh;
	font-size: 16px;
}
.contact_desc ul li h4{
	font-size: 16px;
}
.contact_desc ul li p{
	font-size: 14px;
}
.contact_top .contact_top_left h3{
	font-size: 35px;
}
.contact_top .contact_top_left p{
	font-size: 16px;
}
.contact-online-service ul li p{
	font-size: 12px;
}
}





.cer_box{
	padding: 6% 0;
	background-color: #f4f4f4;
}
.cer_list{
	margin-bottom: 4%;
}
.cer_list li{
	float: left;
	width: calc(96%/5);
	margin: 0 1% 1% 0;
	box-sizing: border-box;
	transition: all 0.5s;
}
.cer_list li:nth-child(5n){
	margin-right: 0;
}
.cer_list li div{
	padding: 20px 0;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.cer_list li:hover{
	transform: translateY(-3px);
}
.cer_list li:hover div{
	box-shadow:  0 15px 30px -15px rgba(0,0,0,.2);
}
.cer_list li p{
	text-align: center;
}

.menu_back {
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	cursor: pointer;
	color: #000;
	margin-top: 5px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background-color: #fff;
	background-image: radial-gradient(ellipse at bottom, #272727 50%, transparent 75%);
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu_back:hover {
	color: #fff;
	background-size: 200% 200%;
	transition: background-size 320ms 0ms ease;
}


.cer_top {
	clear: both;
	padding: 3%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
}

.cer_top .cer_img {
	display: flex;
	align-items: center;
	width: 300px;
	height: 300px;
	border: 1px solid #ddd;
}
.cer_top .cer_img img{
	width: 100%;
	height: auto;
}

.cer_top .cer_info {
	padding-top: 10px;
	width: calc(100% - 350px);
}

.cer_top .cer_info h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 2;
	color: #000;
	font-family: ;
}

.cer_top .cer_info p {
	font-size: 16px;
	line-height: 1.8;
}


.nav_menu{
	color: #8d8d8d;
	padding-bottom: 25px;
}
.nav_menu a{
	color: #8d8d8d;
	font-size: 16px;
	line-height: 50px;
	margin: 0 10px;
	text-transform: capitalize;
	transition: all 0.5s;
}
.nav_menu a:first-child{
	margin-left: 0;
}
.nav_menu a:hover{
	color: #000;
}

.cer_bg{
	padding: 5% 0;
	background-color: #fff;
}
.cer_title{
	color: #000;
	margin-bottom: 25px;
	font-weight: normal;
	font: 24px/1.5 arial;
}
.cer-product-list li{
	float: left;
	width: calc(96%/5);
	margin: 0 1% 1% 0;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	transition: all 0.5s;
}
.cer-product-list li img{
	transition: all 0.5s;
}
.cer-product-list li a{
	position: relative;
	display: block;
}
.cer-product-list li:nth-child(5n){
	margin-right: 0;
}
.cer-product-list li div{
	overflow: hidden;
}
.cer-product-list li em{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 40px;
    height: 20px;
    font: 12px/20px arial;
    font-style: normal;
    color: #fff;
    text-align: center;
    background: #1f1a17;
}
.cer-product-list li:hover img{
	transform: scale(1.05,1.05);
}
.cer-product-list li span{
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 3;
}
.cer-product-list li:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

@media screen and (max-width:1680px) {
.nav_menu a{
	font-size: 15px;
	line-height: 45px;
}
.menu_back{
	margin-top: 3px;
	width: 95px;
	height: 38px;
	line-height: 38px;
}
.cer_top .cer_img {
	width: 280px;
	height: 280px;
}
.cer_top .cer_info {
	width: calc(100% - 330px);
}
.cer_top .cer_info h3{
	font-size: 24px;
}
.cer_top .cer_info p{
	font-size: 15px;
}

.cer_title{
	font-size: 22px;
}
}
@media screen and (max-width:1440px) {
.nav_menu a{
	font-size: 14px;
	line-height: 40px;
}
.menu_back{
	margin-top: 2px;
	width: 90px;
	height: 35px;
	line-height: 35px;
}
.cer_top .cer_img {
	width: 250px;
	height: 250px;
}
.cer_top .cer_info {
	width: calc(100% - 300px);
}
.cer_top .cer_info h3{
	font-size: 20px;
}
.cer_top .cer_info p{
	font-size: 14px;
}

.cer_title{
	font-size: 20px;
}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #f08300;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}





.type_box{
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 80;
	width: 100%;
	min-width: 1300px;
	height: 100px;
	font-size: 0;
	background-color: #fff;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.05);
}
.type_box a{
	position: relative;
	display: inline-block;
	height: 100px;
	padding-top: 12px;
	margin: 0 30px;
}
.type_box a img{
	height: 50px;
}
.type_box a h4{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
.type_box a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.type_box a:hover::after,
.type_box a.on::after{
	width: 100%;
}



.product_box{
	padding-top: 100px;
	padding-bottom: 50px;
}
.product_serach{
	padding-bottom: 4%;
}
.product_serach h3{
	font-size: 30px;
	line-height: 2;
	margin-bottom: 1%;
	color: #000;
	font-weight: normal;
}
.product_serach form{
	display: block;
	margin: 0 auto;
	width: 40%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.product_serach input[type="text"]{
	float: left;
	width: calc(100% - 80px);
	line-height: 50px;
	font-size: 14px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
}
.product_serach input[type="submit"]{
	float: right;
	width: 80px;
	height: 50px;
	background: url(search.png) center no-repeat #fff;
	cursor: pointer;
}
.type_list ul{
	width: 100%;
}
.type_list ul li{
	float: left;
	width: calc(95.5%/4);
	margin: 0 1.5% 1.5% 0;
	transition: all 0.5s;
}
.type_list ul li:nth-child(4n){
	margin-right: 0;
}
.type_list ul li .pro_text{
	position: absolute;
	left: 6%;
	bottom: 7%;
}
.type_list ul li h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 4;
	text-align: center;
	color: #fff;
}
.type_list ul li:nth-child(8n-7) h4{
	background-color: #f08300;
}
.type_list ul li:nth-child(8n-6) h4{
	background-color: #778eb8;
}
.type_list ul li:nth-child(8n-5) h4{
	background-color: #80bd82;
}
.type_list ul li:nth-child(8n-4) h4{
	background-color: #e0bf5a;
}
.type_list ul li:nth-child(8n-3) h4{
	background-color: #639fd1;
}
.type_list ul li:nth-child(8n-2) h4{
	background-color: #c49ec5;
}
.type_list ul li:nth-child(8n-1) h4{
	background-color: #9495c6;
}
.type_list ul li:nth-child(8n) h4{
	background-color: #85cda0;
}
.type_list ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 30px -16px rgba(0,0,0,.3);
}
.product_box .box{
	padding: 4% 0;
}
.product_box .box h3{
	font-size: 28px;
	font-weight: normal;
}

@media screen and (max-width:1680px) {
.product_serach h3{
	font-size: 27px;
}
.product_serach input[type="text"]{
	line-height: 48px;
}
.product_serach input[type="submit"]{
	height: 48px;
}
.type_list ul li p{
	font-size: 22px;
}
.type_list ul li h4{
	font-size: 18px;
}
.product_box .box h3{
	font-size: 24px;
}
}
@media screen and (max-width:1440px) {
.product_serach h3{
	font-size: 24px;
}
.product_serach input[type="text"]{
	line-height: 45px;
}
.product_serach input[type="submit"]{
	height: 45px;
}
.type_list ul li p{
	font-size: 20px;
}
.type_list ul li h4{
	font-size: 16px;
}
.product_box .box h3{
	font-size: 20px;
}

.type_box a{
	margin: 0 12px;
}

}





.pro_title{
	padding-bottom: 45px;
}
.pro_title h2{
	font-size: 32px;
	color: #000;
}
.product_menu{
	margin-bottom: 35px;
}
.product_menu ul li{
	float: left;
	margin:0 8px 8px 0;
}
.product_menu ul li a{
	position: relative;
	display: block;
	padding: 0 30px;
	font-size: 16px;
	line-height: 48px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.5s;
}
.product_menu ul li a:hover,
.product_menu ul li a.on{
	color: #fff;
	background-color: #000;
}
.searchbox{
	display: block;
	width: 27%;
}
.searchbox input[type="text"]{
	float: left;
	width: calc(100% - 70px);
	padding: 0 15px;
	line-height: 48px;
	background-color: #fff;
	border: 0;
}
.searchbox input[type="submit"]{
	float: left;
	width: 70px;
	height: 48px;
	background: url(search_icon.png) center no-repeat #000;
	cursor: pointer;
}
.product_list ul{
	width: calc(100% + 20px);
	margin-left: -20px;
}
.product_list ul li{
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
	transition: all 0.5s;
}
.pro_01{
	position: relative;
	width: calc(100% - 20px);
}
.pro_02{
	position: relative;
	width: calc(50% - 20px);
}
.pro_info{
	padding: 3%;
	width: 100%;
	background: #fff;
}
.pro_info h4{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.pro_info h6{
	font-size: 26px;
	line-height: 1.8;
	color: #fff;
}
.product_list ul li img{
	width: 100%;
}

.node{
	padding: 300px 0 250px;
	text-align: center;
}
.node h4{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

.product_detailed {
	min-height: 700px;
	text-align: center;
}
.product_detailed img{
	width: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.proshow_01,
.proshow_02{
	position: relative;
	margin-bottom: 20px;
}
.proshow_03,
.proshow_04,
.proshow_04_img{
	position: relative;
}
.proshow_01::after,
.proshow_02::after,
.proshow_03::after,
.proshow_04_img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.pro_recom{
	padding: 4% 0;
	margin-bottom: 20px;
}
.box{
	width: 80%;
	margin: 0 auto;
}
.pro_recom h3{
	font-size: 35px;
	color: #000;
	margin-bottom: 3%;
}
.pro_recom ul li{
	float: left;
	width: calc(88%/5);
	margin-right: 3%;
}
.pro_recom ul li:last-child{
	margin-right: 0;
}
.pro_recom ul li h4{
	margin-top: 8px;
	font-size: 22px;
	line-height: 2;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.pro_recom ul li p{
	font-size: 18px;
	color: #5e5e5e;
	text-align: center;
}

.w50{
	width: 50%;
}
.proshow_04_info{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proshow_04_msg{
	width: 60%;
	padding: 5%;
	background-color: #c7b8a2;
}
.proshow_04_msg h4{
	margin-bottom: 35px;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}
.proshow_04_name,
.proshow_04_email{
	position: relative;
	margin-bottom: 25px;
}
.proshow_04_msg input[type="text"]{
	width: 100%;
	padding: 0 20px;
	font-size: 16px;
	line-height: 70px;
	box-sizing: 0;
	border: 0;
	background-color: #fff;
}
.proshow_04_msg input[type="submit"]{
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	background-color: #000;
}
.proshow_04_msg em{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 16px;
	font-style: normal;
	line-height: 70px;
}
.Validform_wrong{
	color: #c51919;
}
.Validform_right{
	color: #24a50e;
}

.small_list{
	text-align: center;
	font-size: 0;
}
.small_list a{
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	margin-right: 12px;
	background-color: #f4f4f4;
	border-radius: 30px;
	transition: all 0.3s;
}
.small_list a:hover,
.small_list a.on{
	color: #fff;
	background-color: #f08300;
}


@media screen and (max-width:1680px) {
.pro_info h4 {
	font-size: 28px;
}
.pro_info h6 {
	font-size: 23px;
}
.pro_recom h3{
	font-size: 32px;
}
.pro_recom ul li h4{
	font-size: 20px;
}
.pro_recom ul li p{
	font-size: 16px;
}
.proshow_04_msg h4{
	margin-bottom: 30px;
	font-size: 27px;
}
.proshow_04_name,
.proshow_04_email{
	margin-bottom: 20px;
}
.proshow_04_msg input[type="text"],
.proshow_04_msg input[type="submit"]{
	padding: 0 18px;
	font-size: 15px;
	line-height: 60px;
}
.proshow_04_msg em{
	line-height: 60px;
	font-size: 15px;
	right: 18px;
}
.small_list a{
	font-size: 15px;
}
}
@media screen and (max-width:1440px) {
.pro_info h4 {
	font-size: 24px;
}
.pro_info h6 {
	font-size: 20px;
}
.pro_recom h3{
	font-size: 30px;
}
.pro_recom ul li h4{
	font-size: 18px;
}
.pro_recom ul li p{
	font-size: 14px;
}
.proshow_04_msg h4{
	margin-bottom: 25px;
	font-size: 25px;
}
.proshow_04_name,
.proshow_04_email{
	margin-bottom: 15px;
}
.proshow_04_msg input[type="text"],
.proshow_04_msg input[type="submit"]{
	padding: 0 15px;
	font-size: 14px;
	line-height: 50px;
}
.proshow_04_msg em{
	line-height: 50px;
	font-size: 14px;
	right: 15px;
}
.small_list a{
	font-size: 14px;
}
}




.login_bg{
	width: 100%;
	height: 800px;
	position: relative;
}
.login_box{
	position: relative;
	left: 50%;
	top: 50%;
	padding:105px 50px 0;
	transform: translate(-50%,-50%);
	width: 480px;
	box-sizing: border-box;
	height: 530px;
	border-radius: 20px;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.15);
}
.l_logo{
	display: block;
	margin: 0 auto 45px ;
}
.login_box input[type='password']{
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.login-button{
	width: 100%;
	height: 60px;
	background: #094069;
}
.login_box [type='submit']{
	width: 100%;
	height: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	margin-bottom: 40px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #f08300;
}
.login_box a:hover{
	color: #272727;
}


.botmbar_list{
	position: fixed;
	z-index: 30;
	width: 40px;
	right: 2%;
	bottom: 8%;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.botmbar_list a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.botmbar_list a .botmbar_img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box{
	position: absolute;
	top: 50%;
	right: 55px;
	z-index: 1;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
}
.botmbar_box i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
}
.botmbar_box .radius{
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .botmbar_tel{
	border-radius: 4px;
	padding: 16px 12px;
	width: 163px;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .radius img{
	width: 110px;
	height: 110px;
	min-width: 110px;
}
.botmbar_list a:hover .botmbar_box{
	visibility: visible;
	opacity: 1;
}





.news_box{
	padding: 5% 0;
}
.news-list{
	min-height: 800px;
}
.news-list ul li{
    position: relative;
    margin-bottom: 25px;
    background: #fff;
	overflow: hidden;
	transition: all 0.4s;
}
.news-list ul li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25px;
    overflow: hidden;
	box-sizing: border-box;
}
.news-list ul li .news-img{
    float: left;
    width: 25%;
    height: 204px;
	background: url(logo.png) center no-repeat;
    background-size: 150px;
	overflow: hidden;
}
.news-list ul li .news-img div{
    width: 100%;
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.4s;
}
.news-list ul li .news-info{
	position: absolute;
	top: 50px;
	left: 30%;
    width: 50%;  
	transition: all 0.4s;
}
.news-list ul li .news-info h3{
    display: block;
    width: 100%;
    padding-bottom: 15px;
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news-list ul li .news-info p{
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news-list ul li .news-date{
	position: absolute;
	top: 50px;
	right: 50px;
    width: 100px;
    height: 150px;
	text-align: right;
    overflow: hidden; 
}
.news-list ul li .news-date font{
    display: block;
    font-family: "gothic";
	font-size: 32px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ul li .news-date font span{
	font-size: 27px;
}
.news-list ul li .news-date item{
	position: absolute;
	bottom: -50px;
	right: 5px;
    display: block;
    width: 13px;
    height: 26px;
	background: url(r_arrow.png) no-repeat center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news-list ul li:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
}
.news-list ul li:hover .news-img div{
    transform: scale(1.1, 1.1);
}
.news-list ul li:hover .news-info{
	left: calc(30% + 20px);
}
.news-list ul li:hover .news-date item{
	bottom: 30px;
}


.faqs ul li{
	padding: 20px 35px;
	margin-bottom: 10px;
	background-color: #fff;
	transition: all 0.4s;
}
.faqs ul li h3{
	font-size: 20px;
	color: #666;
	font-weight: normal;
	line-height: 2;
	transition: all 0.4s;
}
.faqs ul li p{
	line-height: 2;
}
.faqs ul li:hover{
	box-shadow: 0 0 30px 5px rgba(0,0,0,.1);
}
.faqs ul li:hover h3{
	color: #272727;
}



.package-left {
    width: 290px;
    float: left;
}
.package-left h2{
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: left;
}
.news-show-time{
    padding-bottom: 25px;
    line-height: 30px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news-show-time a {
    display: block;
	width: 150px;
    padding: 5px 10px;
    margin-top: 30px;
	font-size: 14px;
    color: #fff;
    text-align: center;
	border-radius: 40px;
	cursor: pointer;
	background-color: #333;
	background-image: radial-gradient(ellipse at bottom, #4f4f4f 50%, transparent 75%);
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-show-time a:hover{
	background-size: 200% 200%;
	transition: background-size 320ms 0ms ease;
}
.news_show_content {
    float: right;
    width: calc(100% - 340px);
	font-size: 14px;
	padding: 0 0 50px 0;
	line-height: 26px;
	
	color: #555;
	overflow: hidden;
}
.news-share{
	padding-top: 20px;
}
.news-share a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.news-share span{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #ccc;
	text-align: center;
}
.news-share a:hover{
	border-color: #272727;
}
.news-share a:hover span{
	color: #272727;
}


.product-box {
    padding: 4.5% 0;
}
.pro-container{
	width: 1250px;
	margin: 0 auto;
	color: #000;
}
.pro-mest {
    margin-bottom: 70px;
}
.pro-mext {
    font-size: 15px;
    line-height: 35px;
}
.product-share {
    font-size: 20px;
	font-weight: normal;
}
.product-share a {
    display: inline-block;
    margin-left: 4px;
    width: 30px;
    height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
    background-color: #424242;
    vertical-align: middle;
}
.product-left {
    width: 640px;
}
.myswiper-box, .swiper_smallpro{
    width: 60px;
    height: 515px;
}
.swiper-bigpro {
    width: 515px;
    height: 515px;
    border: 1px solid #eee;
}
.swiper-bigpro i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/pro_img.png) center center/cover no-repeat;
}
.swiper-bigpro .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper_smallpro .swiper-slide {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
}
.swiper_smallpro .swiper-slide.swiper-slide-thumb-active {
    border-color: #f08300;
}
.product-right {
    width: 490px;
}
.product-right h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-top: 10px;
    color: #191919;
}
.product-right p {
    line-height: 2;
    color: #686868;
    margin-bottom: 35px;
}
.product-right ul {
    margin-bottom: 60px;
}
.product-right ul li {
    font-size: 16px;
    line-height: 1.7;
}
.pro-mesu {
    padding-bottom: 45px;
    text-align: center;
}
.pro-mesu a {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    margin: 0 8px;
	color: #000;
}
.pro-mesu a.on {
    color: #fff;
    background-color: #f08300;
}
.product-dowm, .product-features {
    display: none;
}
.product-highlights ul, .product-features ul {
    padding: 6%;
    background-color: #fff;
}
.product-highlights ul li, .product-features ul li {
    font-size: 16px;
    line-height: 3;
    color: #494949;
}
.product-highlights ul li i, .product-features ul li i {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 12px;
    background: url(../images/pro_icon.png) center center/cover no-repeat;
    vertical-align: middle;
}
.product-recom h3 {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 40px;
    color: #000;
}
.swiper-recom .swiper-slide a {
    position: relative;
    display: block;
    background-color: #fff;
    border: 2px solid #fff;
    transition: all 0.4s;
    text-align: center;
    padding: 5%;
}
.swiper-recom .swiper-slide:hover a {
    border-color: #eee;
}
.swiper-recom .swiper-slide a .img {
    overflow: hidden;
    margin-bottom: 5%;
}
.swiper-recom .swiper-slide a h4 {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}
.swiper-recom .swiper-slide a em {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 12px;
    background-color: #f08300;
    font-style: normal;
}
.swiper-recom .swiper-slide a p {
    font-size: 15px;
    color: #999;
}

.recom-prev, .recom-next {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #333f48;
    opacity: 0.4;
    cursor: pointer;
    display: flex;
}
.recom-next {
    top: 0;
    right: 0;
}
.recom-prev {
    top: 0;
    right: 60px;
}
.recom-next::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6.5px 0 0 -8px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #333f48;
    border-right: 1px solid #333f48;
    transform: rotateZ(45deg);
}
.recom-prev::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6.5px 0 0 -3px;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #333f48;
    border-bottom: 1px solid #333f48;
    transform: rotateZ(45deg);
}



.consult-icon {
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 200;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f08300;
    cursor: pointer;
}
.consult-info {
    position: fixed;
    right: calc(2% + 70px);
    bottom: 4%;
    z-index: 200;
    display: inline-block;
    width: 280px;
    height: 80px;
    padding: 20px 25px;
    text-align: left;
    margin-right: 10px;
    border-radius: 5px 5px 0 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 10px 18px -6px rgb(0 0 0 / 25%);
}
.consult-info h4, .consult-info p {
    font-size: 14px;
    color: #656565;
    line-height: 1.5;
}
.consult-info i {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e3e5e7;
    cursor: pointer;
    transform: rotate(45deg);
}
.consult-info i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 65%;
    background-color: #6d737a;
}
.consult-info i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
    height: 1px;
    background-color: #6d737a;
}
.consult-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: block;
    width: 10px;
    height: 14px;
    background: url(../images/consult_img.png) center no-repeat;
}
.consult-top {
    bottom: calc(4% + 60px);
    right: 2%;
    position: fixed;
    width: 375px;
    height: 540px;
    padding: 30px 35px 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f08300;
    box-shadow: 0 15px 30px -10px rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    z-index: 200;
}
.consult-top.on {
    opacity: 1;
    visibility: inherit;
    bottom: calc(4% + 80px);
}
.consult-top i {
    float: right;
    position: relative;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    cursor: pointer;
}
.consult-top h3 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 2;
    color: #fff;
}
.consult-top p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 35px;
}
.consult-item {
    padding: 8% 6% 3%;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 20px;
}
.consult-top h5 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}
.consult-name {
    position: relative;
    margin-bottom: 35px;
}
.consult-email {
    position: relative;
    margin-bottom: 30px;
}
.consult-top input[type="text"] {
    width: 100%;
    color: #000;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #acacac;
    background: none;
}
.consult-top em {
    position: absolute;
    left: 0;
    bottom: -30px;
    line-height: 30px;
    font-style: normal;
}
.consult-top input[type="submit"] {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    border: 0;
    background-color: #1f1f1f;
    border-radius: 10px;
}


@media screen and (max-width: 1680px){
	.pro-container {
	    width: 1200px;
	}
	.pro-mest {
	    margin-bottom: 60px;
	}
	.pro-mext {
	    font-size: 14px;
	}
	.product-share {
	    font-size: 18px;
	}
	.product-share a {
	    width: 28px;
	    height: 28px;
	    font-size: 15px;
	    line-height: 28px;
	}
	.product-left {
	    width: 610px;
	}
	.myswiper-box, .swiper_smallpro {
	    width: 56px;
	    height: 483px;
	}
	.swiper-bigpro {
	    width: 483px;
	    height: 483px;
	}
	.product-right {
	    width: 475px;
	}
	.product-right h2 {
	    font-size: 25px;
	}
	.product-right p {
	    font-size: 13px;
	    margin-bottom: 30px;
	}
	.product-right ul {
	    margin-bottom: 55px;
	}
	.product-right ul li {
	    font-size: 15px;
	}
	.pro-mesu a {
	    font-size: 15px;
	    padding: 11px 21px;
	}
	.product-highlights ul li, .product-features ul li {
	    font-size: 15px;
	    font-size: 2.8;
	}
	.product-highlights ul li i, .product-features ul li i {
	    width: 15px;
	    height: 15px;
	}
	.product-recom h3 {
	    font-size: 27px;
	}
	.swiper-recom .swiper-slide a h4 {
	    font-size: 17px;
	}
	.swiper-recom .swiper-slide a p {
	    font-size: 14px;
	}
}
@media screen and (max-width: 1440px){
	.pro-container {
		width: 1150px;
	}
	.pro-mest {
	    margin-bottom: 50px;
	}
	.pro-mext {
	    font-size: 13px;
	}
	.product-share {
	    font-size: 16px;
	}
	.product-share a {
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.product-left {
	    width: 585px;
	}
	.myswiper-box, .swiper_smallpro {
	    width: 52px;
	    height: 451px;
	}
	.swiper-bigpro {
	    width: 451px;
	    height: 451px;
	}
	.product-right {
	    width: 460px;
	}
	.product-right h2 {
	    font-size: 22px;
	}
	.product-right p {
	    font-size: 12px;
	    margin-bottom: 25px;
	}
	.product-right ul {
	    margin-bottom: 50px;
	}
	.product-right ul li {
	    font-size: 14px;
	}
	.pro-mesu a {
	    font-size: 14px;
	    padding: 10px 18px;
	}
	.product-highlights ul li, .product-features ul li {
	    font-size: 14px;
	    font-size: 2.6;
	}
	.product-highlights ul li i, .product-features ul li i {
	    width: 14px;
	    height: 14px;
	}
	.product-recom h3 {
	    font-size: 24px;
	}
	.swiper-recom .swiper-slide a h4 {
	    font-size: 16px;
	}
	.swiper-recom .swiper-slide a p {
	    font-size: 13px;
	}
}