@charset 'utf-8';
* {margin: 0px;padding: 0px;box-sizing: border-box;font-family: "ML",sans-serif;}
html{font-size: 62.5%;height: 100px}
body {margin: 0px;padding: 0px;font-size: 16px;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0px;padding: 0px;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
h1, h2, h3, h4, h5{
	font-weight: 400;
}
img {border: none;max-width:100%;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea {outline: 0;resize: none;border: none;border: 0;margin: 0;padding: 0;}
select {border: 0;}
input {margin: 0;padding: 0;border: none;}
table, table td {border-collapse: collapse;}
img {max-width: 100%;vertical-align: middle;}
i{font-style: normal;}
.clearfix:after {content: "";height: 0;visibility: hidden;display: block;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.last{margin-right:0px !important;}
.div1200{width:1200px; margin:0px auto;}
.div1600{width:1600px; margin:0px auto;}
.div1215{width:1215px; margin:0px auto;}
.div600{width:600px; margin:0px auto;}
.div920{width:920px; margin:0px auto;}
.banner{ position:relative; z-index:1; width:100%; text-align:center;}
.wrap {width: 100%;_zoom: 1;position: relative;overflow: hidden;}
.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;}
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #999999;font-family: "ML",sans-serif;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #999999;font-family: "ML",sans-serif;}
input::placeholder {font-size: 14px;color: #999999;font-family: "ML",sans-serif;}
textarea::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #999999;font-family: "ML",sans-serif;}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #999999;font-family: "ML",sans-serif;}
textarea::placeholder {font-size: 14px;color: #999999;font-family: "ML",sans-serif;}

@font-face {
	font-family: 'MB';
	src: url(../fonts/Montserrat-Bold.otf);
}

@font-face {
	font-family: 'MR';
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: 'ME';
	src: url(../fonts/Montserrat-ExtraLight.otf);
}
@font-face {
	font-family: 'ML';
	src: url(../fonts/Montserrat-Light.otf);
}

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.header{
	position: relative;
}
.header_top{
	background-color: #e6eaea;
}
.header_tcon{
	height: 38px;
	align-items: center;
	justify-content: space-between;
}
.language a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-right: 25px;
}
.language a.cur{
	text-decoration: underline;
	color: #030000;
}
.language a:hover{
	text-decoration: underline;
	color: #030000;
}
.top_share a{
	display: inline-block;
	margin: 0 3px;
}
.header_center{
	background-color: #f6f6f6;
	border-bottom: solid 1px #eeeeee;
}
.header_ccon{
	justify-content: space-between;
	height: 100px;
	align-items: center;
}
.logo_box{
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.logo{
	align-items: center;
}
.ph_logo{
	display: none;
}
.logo_t{
	margin-left: 25px;
}

.menu{
	display: none;
	width: 40px;
	height: 29px;
	position: relative;
	transition: all 0.5s;
}
.menu span{
	position: absolute;
	width: 100%;
	height: 5px;
	display: block;
	background-color: #030000;
	transition: all 0.5s;
}
.menu span:nth-child(1){
	top: 0;
}
.menu span:nth-child(2){
	top: 12px;
}
.menu span:nth-child(3){
	top: 24px;
}
.menu.active span{
	top: 50%;
}
.menu.active span:nth-child(1){
	transform: translateY(-50%);
	transform: rotate(45deg);
}
.menu.active span:nth-child(2){
	display: none;
}
.menu.active span:nth-child(3){
	transform: translateY(-50%);
	transform: rotate(-45deg);
}


.header_cinfo{
	align-items: center;
}
.header_cip p:first-child{
	margin-bottom: 16px;
}
.header_cip p span{
	padding-right: 6px;
	font-size: 14px;
	color: #221815;
}

.header_crz{
	margin-left: 50px;
	align-items: center;
}
.header_crz a{
	margin-left: 10px;
}
.header_bottom{
	background-color: #ffffff;
}
.header_bcon{
	height: 60px;
}
.header_bcon>ul{
	justify-content: space-between;
}
.header_bcon>ul>li{
	position: relative;
}
.header_bcon>ul>li>a{
	font-family: 'MR';
	line-height: 60px;
	font-size: 16px;
	color: #030000;
	display: block;
}

.header_bcon>ul>li:hover>a{
	color: #d71518;
}

.header_bcon>ul>li.cur>a{
	color: #d71518;
}
.ej_box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: #ffff;
	display: none;
}
.ej_box:before{
	content: "";
	width: 46px;
	height: 2px;
	background-color: #d71518;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	top: -2px;
}
.ej_box>ul>li>a{
	display: block;
	white-space:nowrap;
	line-height: 50px;
	font-size: 14px;
	color: #030000;
	padding: 0 30px 0 30px;
}
.ej_box>ul>li:hover>a{
	color: #666666;
}
/*.header_bcon>ul>li:hover .ej_box{
	display: block;
}*/

.ej_box.active{
	display: block;
}
.proej_box{
	width: 500px;
	left: 0;
	transform: translateX(-12%);
}
.proej_box>ul>li{
	width: 50%;
}
.proej_box:before{
	content: "";
	width: 46px;
	height: 2px;
	background-color: #d71518;
	position: absolute;
	left: 19.5%;
	transform: translateX(0);
	z-index: 9;
	top: -2px;
}

.banner{
	position: relative;
	text-align: center;
}
.ph_img{
	display: none;
}
.swiper_box{
	width: 1600px;
	margin: 0 auto;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: 50px;
	display: flex;
	justify-content: flex-end;
}
.swiper_box .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border: solid 1px transparent;
	border-radius: 50%;
	background-color: transparent;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 2.5px;
}
.swiper_box .swiper-pagination-bullet:after{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
}
.swiper_box .swiper-pagination-bullet-active{
	border: solid 1px #ffffff;
}

.part1{
	padding-top: 78px;
}
.index_tit{
	text-align: center;
}
.index_tit h2{
	font-family: "MB";
	font-size: 42px;
	color: #030000;
}
.part1_con{
	margin-top: 60px;
}
.part1_list ul li{
	margin-bottom: 30px;
}
.part1_list ul li:nth-child(2n) .part1_box{
	flex-direction: row-reverse;
}
.part1_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.part1_img{
	width: 45.3125%;
	overflow: hidden;
}
.part1_img img{
	transition: all .5s;
}
.part1_img:hover img{
	transform: scale(1.1);
}
.part1_text{
	width: 48.75%;
}
.part1_btit h2{
	font-size: 32px;
	letter-spacing: 3px;
	color: #030000;
	padding-bottom: 15px;
	position: relative;
}
.part1_btit h2:after{
	content: "";
	width: 65px;
	height: 1px;
	background-color: #666666;
	position: absolute;
	left: 0;
	bottom: 0;
}
.part1_bp{
	margin-top: 30px;
}
.part1_bp p{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #666666;
}
.index_more{
	margin-top: 40px;
}
.index_more a{
	display: block;
	width: 160px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #030000;
	text-align: center;
	line-height: 48px;
	font-family: "ME";
	font-size: 16px;
	letter-spacing: 1px;
	color: #030000;
}
.index_more a:hover{
	border: solid 1px #d71518;
	color: #d71518;
}
.part2{
	padding-top: 50px;
}
.part2_con{
	margin-top: 50px;
}
.part2_box{
	justify-content: space-between;
}
.part2_text{
	width: 51.75%;
}
.part2_text p{
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}
.part2_text .index_more{
	margin-top: 27px;
}
.part2_text .index_more a{
	margin: 0 auto;
}
.part2_img{
	width: 45%;
	padding-top: 17px;
}

.part3{
	padding-top: 70px;
}
.part3_con{
	margin-top: 60px;
}
.part3_list ul{
	justify-content: space-between;
}
.part3_list ul li{
	width: 24.8125%;
}
.part3_box{
	position: relative;
	background-color: #333333;
	border-radius: 15px;
	padding: 40px 0 33px 0;
	position: relative;
	overflow: hidden;
	min-height: 160px;
	height: 180px;
}
.part3_list ul li:nth-child(2n) .part3_box{
	background-color: #e5e5e5;
}
.part3_img{
	position: absolute;
	left: -14px;
	top: -18px;
	width: 63px;
	height: 63px;
	background-color: #e5e5e5;
	border-radius: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 16px 12px 0;
}
.part3_text h2{
	font-family: 'MR';
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
	padding-left: 45px;
}
.part3_text p{
	font-family: 'ME';
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding: 0 27px 0 47px;
}
.part3_list ul li:nth-child(2n) .part3_img{
	background-color: #333333;
}
.part3_list ul li:nth-child(2n) .part3_text h2{
	color: #030000;
}
.part3_list ul li:nth-child(2n) .part3_text p{
	color: #030000;
}
.part4{
	padding-top: 90px;
}
.part4_con{
	margin-top: 100px;
	justify-content: space-between;
	align-items: center;
}
.part4_left{
	width: 19.375%;
}
.part4_right{
	width: 76.25%;
}
.part4_lb{
	position: relative;
	width: 100%;
	height: 100%;
}
.part4_lb .swiper-container{
	padding: 10px 10px;
}
.part4_lbox{
	padding: 40px 0;
	background-color: #ffffff;
	text-align: center;
}
.part4_limg{
	height: 281px;
}
.part4_ltext p{
	font-size: 16px;
	color: #030000;
}
.part4_lb .swiper-slide:hover .part4_lbox{
	box-shadow: 0px 0px 16px 0px rgba(214, 214, 214, 0.64);
}
.part4_button{
	position: absolute;
	right: 0;
	width: 106px;
	height: 38px;
	bottom: -70px;
}
.part4_button .swiper-button-next, .part4_button .swiper-button-prev{
	width: 38px;
	height: 38px;
	background-size: 38px 38px;
	margin-top: 0;
	top: 0;
}
.part4_button .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
	background-image: url(../images/part4_left.png);
}
.part4_button .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
	background-image: url(../images/part4_right.png);
}
.part5{
	padding-top: 100px;
}

.part5_con{
	margin-top: 50px;
}
.part5_nav ul{
	justify-content: center;
}
.part5_nav ul li{
	margin: 0 28px;
}
.part5_nav ul li a{
	font-size: 16px;
	letter-spacing: 1px;
	color: #030000;
}
.part5_nav ul li.cur a{
	text-decoration: underline;
	color: #d71518;
}
.part5_nav ul li:hover a{
	text-decoration: underline;
	color: #d71518;
}
.part5_list{
	margin-top: 55px;
}
.part5_list ul{
	justify-content: space-between;
}
.part5_list ul li{
	width: 48.4375%;
}
.part5_img{
	overflow: hidden;
}
.part5_img img{
	transition: all 0.5s;
}
.part5_text{
	text-align: center;
	padding-top: 24px;
}
.part5_text p{
	font-family: 'ME';
	font-size: 24px;
	color: #030000;
}
.part5_con .index_more a{
	margin: 0 auto;
}
.part5_box:hover .part5_img img{
	transform: scale(1.1);
}
.part6{
	padding-top: 75px;
	padding-bottom: 50px;
}
.part6_top{
	margin-top: 70px;
}
.part6_tbox{
	text-align: center;
}
.part6_timg{
	display: inline-block;
	border: solid 1px #eeeeee;
	padding: 10px;
	border-radius: 50%;
}
.part6_timg img{
	border-radius: 50%;
	overflow: hidden;
}
.part6_ttext p{
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}
.part6_lb{
	position: relative;
	padding-bottom: 40px;
}
.part6_lb .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #d71518;
	border-radius: initial;
}

.part6_list{
	margin-top: 50px;
}
.part6_list ul li{
	width: 24.0625%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
}
.part6_list ul li:nth-child(4n){
	margin-right: 0;
}
.part6_box{
	background-color: #f6f6f6;
	padding: 10px;
}
.part6_img{
	border-radius: 20px;
	overflow: hidden;
}
.part6_img img{
	transition: all 0.5s;
}
.part6_box:hover .part6_img img{
	transform: scale(1.1);
}

.part7{
	margin-bottom: 50px;
}
.part7 ul li{
	width: 25%;
	text-align: center;
}
.part7 ul li p{
	font-size: 36px;
	font-weight: bold;
}
.part7 ul li span{
	font-size: 18px;
}

.footer_top{
	display: none;
	background: url(../images/footer_01.jpg) no-repeat center;
	padding-top: 105px;
	padding-bottom: 60px;
}
.footer_tcon{
	align-items: center;
	justify-content: center;
}
.footer_ttit h2{
	font-size: 30px;
	color: #030000;
	padding-bottom: 9px;
}
.footer_text .index_more a{
	margin: 0 auto;
}
.footer_bottom{
	background-color: #e6eaea;
	padding-top: 60px;
}

.footer_bcon{
	justify-content: space-between;
}
.footer_btit h2{
	font-size: 16px;
	color: #333333;
	font-family: "MB";
}
.footer_blist{
	margin-top: 20px;
}
.footer_blist ul li a{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.footer_btext p{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.footer_btext p span{
	display: inline-flex;
	width: 20px;
	height: 20px;
	background-color: #dadede;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.footer_binp{
	margin-top: 25px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #dadede;
}
.footer_binp input{
	height: 40px;
	background-color: #dadede;
	font-size: 14px;
	color: #999999;
}
.footer_binp input[type=text]{
	padding-left: 19px;
	width: calc(100% - 40px);
}

.footer_binp input[type=submit]{
	width: 40px;
	background: url(../images/footer_06.png) no-repeat center;
	cursor: pointer;
}
.footer_bshare{
	margin-top: 30px;
}
.footer_bshare p{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 20px;
}
.copyright{
	margin-top: 70px;
	border-top: 1px solid #d2d2d2;
	padding: 20px 0;
}
.copyright_text{
	justify-content: space-between;
}
.copyright_text p{
	font-size: 14px;
	color: #030000;
	line-height: 1.5;
}
.copyright_text p a{
	font-size: 14px;
	color: #030000;
}
.ny_ban{
	height: 120px;
	background-size: cover;
}
.ny_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	left: 0;
	top: 0;
	z-index: 2;
}
.ny_bantit{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ny_bantit h2{
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
}
.ny_dao{
	position: absolute;
	right: 0;
	bottom: 18px;
	font-family: "ME";
	font-size: 14px;
	color: #999999;
}
.ny_dao span{
	font-family: "ME";
	font-size: 14px;
	color: #999999;
	padding: 0 10px;
}
.ny_dao a{
	font-family: "ME";
	font-size: 14px;
	color: #999999;
}
.ny_dao a:last-child{
	color: #fff;
}
.ny_mask>div{
	height: 100%;
	position: relative;
}

.ny{
	padding-top: 70px;
	padding-bottom: 70px;
}
.about_part1{
	justify-content: space-between;
}
.about_part1_left{
	width: 35.625%;
}
.about_part1_ltext p{
	font-size: 16px;
	line-height: 48px;
	color: #666666;
	word-break: break-all;
}
.about_part1_right{
	width: 60.625%;
}
.about_part1_right ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	border-radius: 5px;
}
.about_part1_right ul li:nth-child(3n){
	margin-right: 0;
}
.about_part1_rcon{
	width: 100%;
}
.about_part1_rcon ul li{
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
}
.about_part1_rcon ul li:nth-child(3n){
	margin-right: 1.25%;
}
.about_part1_rcon ul li:nth-child(5n){
	margin-right: 0;
}
.about_part2{
	margin-top: 60px;
}
.about_p2_box{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.about_p2_box:nth-child(2n){
	flex-direction: row-reverse;
}
.about_p2_img{
	width: 48.875%;
	border-radius: 20px;
	overflow: hidden;
}
.about_p2_text{
	width: 47.5%;
}
.about_p2_text h2{
	font-family: "MR";
	font-size: 22px;
	color: #030000;
	margin-bottom: 25px;
}
.about_p2_text p{
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}

.about_p3_box{
	width: 50%;
	background-color: #eeeeee;
	padding: 50px 65px 70px;
}
.about_p3_box:nth-child(2n){
	background-color: #f6f6f6;
}
.about_p3_tit{
	justify-content: space-between;
	align-items: flex-end;
}
.about_p3_text{
	margin-top: 20px;
}
.about_p3_text p{
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}
.ny_con{
	justify-content: space-between;
}
.ny_left{
	width: 18.75%;
}
.ny_right{
	width: 80.875%;
}
.ny_tit h2{
	font-family: "MR";
	font-size: 16px;
	color: #d71518;
	position: relative;
}
.ny_nav{
	margin-top: 35px;
}
.ny_nav ul li a{
	font-size: 14px;
	line-height: 42px;
	color: #666666;
}
.ny_nav ul li.cur a{
	color: #030000;
}
.ny_nav ul li:hover a{
	color: #030000;
}

.pro_list ul li{
	width: 33.2%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
	/*background-color: #f2f2f2;*/
	border-radius: 10px;
	border: solid 1px #dcdcdc;
	padding: 35px 0;
	position: relative;
}
.pro_list ul li:nth-child(3n){
	margin-right: 0;
}
.pro_list ul li:hover{
	background-color: #f2f2f2;
}
.pro_tit{
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 3;
}
.pro_tit h2{
	font-size: 16px;
	color: #666666;
}
.pro_lb .swiper-pagination{
	text-align: right;
	padding-right: 20px;
}
.pro_lb .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border: solid 1px #666666;
	background-color: transparent;
	opacity: 1;
}
.pro_lb .swiper-pagination-bullet-active{
	background-color: #030000;
}
.pro_lb .swiper-container-horizontal>.swiper-pagination-bullets, .pro_lb .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.pro_limg{
	text-align: center;
	height: 360px;
	overflow: hidden;
}
.pro_limg img{
	max-height: 100%;
	object-fit: cover;
}
.pages{
	margin-top: 50px;
}
.pages ul{
	justify-content: center;
}
.pages ul li{
	margin: 0 15px;
}
.pages ul li a{
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	background-color: #eeeeee;
	border-radius: 50%;
	font-family: "MR";
	font-size: 16px;
	color: #666666;
}
.pages ul li.current a{
	color: #030000;
}
.pages ul li:hover a{
	color: #030000;
	box-shadow: 0px 0px 24px 0px #9b9b9b;
}
.pages ul li.nolink a{
	opacity: 0.2;
}
.show_top{
	justify-content: space-between;
	align-items: center;
}
.show_left{
	width: 42.75%;
}
.show_lb{
	position: relative;
}
.show_lb .swiper-pagination{
	text-align: right;
	padding-right: 40px;
}
.show_fd{
	position: absolute;
	right: 40px;
	z-index: 6;
	cursor: pointer;
	top: 40px;
}

.show_lb .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border: solid 1px #666666;
	background-color: transparent;
	opacity: 1;
}
.show_lb .swiper-pagination-bullet-active{
	background-color: #030000;
}
.show_lb .swiper-container-horizontal>.swiper-pagination-bullets, .show_fd .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.show_img{
	text-align: center;
}
.show_right{
	width: 51.25%;
	padding-right: 40px;
}
.show_rtit{
	justify-content: space-between;
	align-items: flex-end;
}
.show_rtit h2{
	font-family: "MR";
	font-size: 30px;
	color: #030000;
}
.show_rtext{
	margin-top: 30px;
}
.show_rtext p{
	font-family: "ME";
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}
.show_bottom{
	margin-top: 50px;
	border-top: 1px solid #eeeeee;
	padding-top: 70px;
}
.show_bnav ul{
	justify-content: center;
}
.show_bnav ul li{
	margin: 0 40px;
}
.show_bnav ul li a{
	font-family: :MR;
	font-size: 16px;
	color: #666666;
	position: relative;
	display: block;
	padding-bottom: 10px;
}
.show_bnav ul li.cur a{
	color: #030000;
}
.show_bnav ul li:hover a{
	color: #030000;
}
.show_bnav ul li.cur a:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #d71518;
	position: absolute;
	bottom: 0;
	left: 0;
}
.show_bnav ul li:hover a:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #d71518;
	position: absolute;
	bottom: 0;
	left: 0;
}
.show_bcon{
	margin-top: 60px;
}
.show_btext{
	display: none;
}
.show_btext p{
	font-size: 16px;
	color: #666666;
	line-height: 3;
}

.proimg_bg{
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.proimg_con{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	z-index: 10;
	text-align: center;
	height: 100%;
}
.proimg_lb{
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 50px 0;
}
.proimg_lb .swiper-button-prev,.proimg_lb .swiper-button-next{
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
}
.proimg_lb .swiper-button-prev, .proimg_lb .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/part4_left.png);
	/*left: 20%;*/
}
.proimg_lb .swiper-button-next, .proimg_lb .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/part4_right.png);
	/*right: 20%;*/
}
.proimg_close{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	transform: rotate(45deg);
	cursor: pointer;
}
.solu_list ul li{
	margin-bottom: 30px;
}
.solu_box{
	align-items: center;
	justify-content: space-between;
}
.solu_img{
	width: 37.5%;
	overflow: hidden;
}
.solu_img img{
	transition: all 0.5s;
}
.solu_text{
	width: 58.75%;
}
.solu_text h2{
	font-family: "MR";
	font-size: 16px;
	color: #030000;
	margin-bottom: 30px;
}
.solu_text p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.solu_date{
	margin-top: 30px;
	text-align: right;
}
.solu_date span{
	font-family: "ME";
	font-size: 14px;
	color: #030000;
}
.solu_box:hover .solu_img img{
	transform: scale(1.1);
}
.solu_box:hover .solu_text h2{
	color: #d71518;
}
.solushow_text{
	width: 100%;
}
.solushow_box{
	justify-content: space-between;
}
.solushow_pbox{
	width: 60.75%;
}
.w100{
	width: 100%;
}
.solushow_tit h2{
	font-family: :MR;
	font-size: 20px;
	color: #030000;
	margin-bottom: 25px;
}
.solushow_tit span{
	display: block;
	font-family: "ME";
	font-size: 14px;
	color: #030000;
}
.solushow_p{
	margin-top: 40px;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.solushow_p p{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.solushow_img{
	margin-top: 40px;
	width: 37.5%;
}

.item_list ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.item_list ul li:nth-child(3n){
	margin-right: 0;
}

.item_img{
	border-radius: 20px;
	overflow: hidden;
}
.item_img img{
	transition: all 0.5s;
}
.item_text{
	margin-top: 20px;
}
.item_text p{
	font-family: "ME";
	font-size: 16px;
	color: #030000;
}
.itme_box:hover .item_img img{
	transform: scale(1.1);
}

.down_list ul li{
	margin-bottom: 30px;
}
.down_box{
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.down_tit{
	width: calc(100% - 100px);
	align-items: center;
	overflow: hidden;
}
.down_tit span{
	margin-right: 20px;
	width: 17px;
}
.down_tit h2{
	width: calc(100% - 37px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #000000;
}
.down_down{
	width: 100px;
}
.down_down p{
	font-size: 16px;
	color: #666666;
}
.down_down span{
	margin-left: 8px;
}
.down_box:hover .down_down p{
	color: #d71518;
	text-decoration: underline;
}

.agency_left{
	width: 71%;
}
.agency_tit h2{
	font-family: "MR";
	font-size: 30px;
	color: #030000;
}
.agency_text{
	margin-top: 30px;
}
.agency_text p{
	font-family: "ME";
	font-size: 22px;
	line-height: 2;
	color: #090000;
}
.agency_bottom{
	margin-top: 130px;
}
.agency_btext p{
	font-size: 24px;
	line-height: 30px;
	color: #030000;
}

.agency_mess{
	margin-top: 50px;
}
.agency_inpbox{
	justify-content: space-between;
}
.agency_inp{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	margin-bottom: 20px;
	position: relative;
}
.agency_xing:after{
	content: "*";
	font-size: 16px;
	color: #d71518;
	position: absolute;
	right: 10px;
	top: 10px;
}
.agency_inp label{
	width: 111px;
	display: block;
	font-size: 16px;
	color: #666666;
}
.agency_inp input{
	width: calc(100% - 111px);
	height: 40px;
	border-radius: 5px;
	border: solid 1px #dcdcdc;
	padding-left: 11px;
	font-size: 14px;
	color: #999999;
}
.agency_inp1{
	width: 48%;
}

.agency_area label{
	display: block;
	font-size: 16px;
	color: #666666;
}
.agency_areacon{
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.agency_areabox{
	width: 84%;
	height: 80px;
	position: relative;
}
.agency_areabox textarea{
	width: 100%;
	border-radius: 5px;
	border: solid 1px #dcdcdc;
	padding: 11px;
	height: 100%;
	font-size: 14px;
	color: #999999;
	resize: vertical;
}
.agency_btn{
	width: 13%;
	height: 80px;
}
.agency_btn input{
	width: 100%;
	height: 100%;
	background-color: #d71518;
	border-radius: 5px;
	border: solid 1px #dcdcdc;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.faq_top{
	justify-content: space-between;
}
.faq_tleft{
	width: 50%;
}
.faq_ttit h2{
	font-family: "MR";
	font-size: 30px;
	color: #030000;
}
.faq_ttext {
	margin-top: 30px;
	font-family: "ME";
	font-size: 22px;
	line-height: 30px;
	color: #090000;
}
.faq_ttext p{
	font-family: "ME";
	font-size: 22px;
	line-height: 30px;
	color: #090000;
}

.faq_tright{
	width: 47.5%;
}

.faq_bottom{
	/*width: 70%;*/
	margin: 100px auto 0;
}
.faq_list{
	justify-content: space-between;
}
.faq_list ul {
	
	width: 45%;
}
.faq_list ul li{
	width: 100%;
	margin-bottom: 100px;
}
.faq_list ul:nth-child(1){
	margin-top: -145px;
}
.faq_tit h2{
	font-size: 16px;
	color: #030000;
}
.faq_text{
	margin-top: 17px;
}
.faq_text p{
	font-family: "ME";
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}
.contact_top{
	justify-content: space-between;
}
.contact_map{
	width: 56.25%;
	border-radius: 20px;
	overflow: hidden;
}
.contact_img{
	width: 41.125%;
	border-radius: 20px;
	overflow: hidden;
}
.contact_list{
	margin-top: 60px;
}
.contact_list ul{
	justify-content: space-between;
}
.contact_list ul li{
	width: 19%;
}
.contact_box{
	background-color: #f6f6f6;
	border-radius: 10px;
	text-align: center;
	padding: 40px 20px 25px;
	min-height: 224px;
	/*overflow: hidden;*/
}
.contact_bimg{
	height: 42px;
}
.contact_btext{
	margin-top: 10px;
}
.contact_btext h2{
	margin-bottom: 10px;
	font-family: "MR";
	font-size: 16px;
	color: #030000;
}
.contact_btext p{
	font-family: "ME";
	font-size: 14px;
	line-height: 26px;
	color: #030000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.contact_bottom{
	width: 71%;
	margin-top: 70px;
}
.contact_mtext p{
	font-size: 24px;
	color: #030000;
}

.agency_inp2{
	width: 27%;
}
.agency_inp2:nth-child(2){
	width: 36%;
}
.agency_inp2:nth-child(2) label{
	width: 200px;
}
.agency_inp2:nth-child(2) input{
	width: calc(100% - 200px);
}
.agency_radio{
	width: calc(100% - 111px);
	font-size: 16px;
	color: #666666;
}
.agency_radio input{
	width: 14px;
	height: 14px;
	border: solid 1px #d71518;
	margin-right: 11px;
	opacity: 0;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.agency_radio p{
	position: relative;
	margin-right: 22px;
}
.agency_radio input+span{
	width: 14px;
	height: 14px;
	border: solid 1px #d71518;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3.5px;
}
.agency_radio input:checked+span:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d71518;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.kf-fixed{
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 99;
}
.kf-fixed>ul>li{
	background-color: #005bac;
	text-align: center;
	padding: 5px;
}
.kf-fixed>ul>li.whatsapp{
	background-color: #3ebf2a;
}
.kf-fixed>ul>li span img{
	width: 50px;
	margin: 0 auto;
}
.kf-fixed>ul>li p{
	font-size: 14px;
	color: #ffffff;
}