*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1440px;
}
body{
	font-family: 微软雅黑;
	position: relative;
	width: 100%;
	min-width: var(--cydl-container-wid);

}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #282828;
}
a:hover{
	color:#b50081 ;

}
/*
@font-face{
	font-family: "思源宋体";
	src: url(../fonts/SC-BOLD.OTF);
}*/

.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.header{
	height: 90px;
	background: url(../images/header_bg.jpg) repeat-x;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .container .right{
	display: flex;
}
.header .container .right .tel{
	display: flex;
	height: 90px;
	align-items: center;
}
.header .container .right .tel>div{
	margin-left: 40px;
}
.header .container .right .tel>div a{
	overflow: hidden;
	display: block;
}
.header .container .right .tel>div:nth-child(2) a img{
	height: 15px;
}
.header .container .right .tel>div a img{
	position: relative;
	left: -60px;
	filter: drop-shadow(60px 0px 0 #b50081);
}
.header .container .right .nav ul{
	display: flex;
	width: 770px;
	justify-content: space-between;
	height: 90px;
	padding-top: 35px;
	box-sizing: border-box;
}
.header .container .right .nav ul li{

}
.header .container .right .nav ul li a{
	font-size: 14px;
	color: #282828;
	text-align: center;
	display: block;
}
.header .container .right .nav ul li a span{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.header .container .right .nav ul li a:hover span,.header .container .right .nav ul li a.active span{
	background: #b50081;
}
.header_sidebar{
	position: fixed;
	left: 0;
	top: 90px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
}
.header_sidebar .item{
	padding: 70px 0;
	display: none;
}
.header_sidebar .item ul{
	display: flex;
	justify-content: center;
}
.header_sidebar .item ul li{
	padding: 0 30px ;
}
.header_sidebar .item ul li .icon{
	overflow: hidden;
	width: 65px;
	height: 65px;
	background: #ededed;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.header_sidebar .item ul li .icon img{
	position: relative;
	left: -70px;
	width: 60%;
	filter: drop-shadow(70px 0px 0 #1e1e1e);
}
.header_sidebar .item ul li a:hover .icon{
	background: #b50081;
}
.header_sidebar .item ul li a:hover .icon img{
	filter: drop-shadow(70px 0px 0 #fff);
}
.header_sidebar .item ul li a p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 2em;
	padding: 5px 0;
}
.header_sidebar .item ul li a span{
	color: #666666;
	font-size: 10px;
}
.banner{
	padding-top: 90px;
}
.fixed_right{
	position: fixed;
	top: 50%;
	right: 15px;
	background: rgba(125, 125, 125, 0.6);
	width: 88px;
	border-radius: 10px;
	z-index: 99;
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: -85px;
}
.fixed_right ul li{
	padding: 15px 0;
}
.fixed_right ul li:nth-child(1){
	border-bottom: 1px solid #fff;
}
.fixed_right ul li .icon{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed_right ul li .icon img{
	position: relative;
	left: -88px;
	filter: drop-shadow(88px 0px 0 #fff);
}

.fixed_right ul li p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.index_AD{
	padding: 100px 0 70px;
}
.index_AD .container ul{
	display: flex;
	justify-content: space-between;
}
.index_AD .container ul li{
	width: 713px;
}
.index_AD .container ul li img{
	width: 100%;
}
.index_product {
	padding-bottom: 85px;
}
.index_product .title{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 50px;
}
.index_product .title .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_product .title .container .left{
	display: flex;
	align-items: center;
}
.index_product .title .container .left h4{
	color: #4e4e4e;
	font-size: 25px;
	font-weight: 500;
	margin-right: 15px;
}
.index_product .title .container .left p{
	display: flex;
	align-items: center;
}
.index_product .title .container .more a{
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #b50081;
}
.index_product .list{
	padding-top: 50px;
}
.index_product .list .top{
	text-align: center;
	padding-bottom: 40px;
}
.index_product .list .top h3{
	color: #b50081;
	font-size: 24px;
	/*/text-transform: uppercase;*/
}
.index_product .list .top p{
	color: #5b5b5b;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
}
.index_product .list .bottom{}
.index_product .list .bottom ul{

}
.index_product .list .bottom ul li{
	width: 286px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 10px;
	height: 544px;
}
.index_product .list .bottom ul li .box{
	position: relative;
}
.index_product .list .bottom ul li .img{
    height: 364px;
    overflow: hidden;
}
.index_product .list .bottom ul li .img>img{
	width: 100%;
	display: flex;
}
.index_product .list .bottom ul li .box .icon{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.index_product .list .dis{
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.index_product .list .dis span{
    margin: 0 3px;
}
.index_product .list .dis .swiper-pagination-bullet-active{
    background: #b50081;
}
.index_product .list .bottom ul li .text{
	text-align: center;
	box-sizing: border-box;

}
.index_product .list .bottom ul li .text h3{
	font-size: 20px;
	color: #4e4e4e;
	font-weight: 500;
}
.index_product .list .bottom ul li .text p{
	font-size: 12px;
	color: #777777;
	font-weight: 500;
	line-height: 2em;
}
.index_product .list .bottom ul li .more{
	padding-top: 75px;
	text-align: center;
	padding-bottom: 25px;
	box-sizing: border-box;

}
.index_product .list .bottom ul li .more span{
	font-size: 14px;
	color: #777777;
	display: inline-block;
	border-bottom: 2px solid #b50081;
	padding-bottom: 5px;

}
.index_product .list .bottom ul li .more p{
	display: none;
}
.index_product .list .bottom ul li a:hover .box .icon{
	background: none;

    display: none;
}
.index_product .list .bottom ul li a:hover .text{
	padding-top: 40px;


}
.index_product .list .bottom ul li a:hover .more{
	padding-top: 21px;

}

.index_product .list .bottom ul li a:hover .more p{
	display: block;
}
.stove{
	padding: 65px 0 55px;
	background: url(../images/bg1.png) no-repeat center;
}
.stove .title{
	padding-bottom: 50px;
	display: flex;
	align-items: center;
}
.stove .title span{
	display: inline-block;
	border: 3px solid #d331a4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	margin-right: 10px;
}
.stove .title p{
	font-size: 18px;
	color: #4e4e4e;
}
.stove .list{}
.stove .list .swiper-slide{}
.stove .list .swiper-slide a{
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #fff;
	overflow: hidden;
}
.stove .list .swiper-slide a .img{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	height: 260px;
	box-sizing: border-box;
	overflow: hidden;
}
.stove .list .swiper-slide a .img img{
	max-height: 100%;
	max-width: 100%;
}
.stove .list .swiper-slide a p{
	padding: 0 20px;
	font-size: 12px;
	color: #2b2b2b;
	padding-bottom: 20px;
	text-align: center;
}
.stove .list .swiper-slide a h3{
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-weight: 500;
	color: #fff;
}
.stove .list .swiper-slide a:hover{
	border: 1px solid #d331a4;
}
.stove .list .swiper-slide a:hover h3{
	background: #d331a4;
}
.stove .list .but{
	padding-top: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stove .list .but>div{
	margin: 0;
	position: static;
	width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin: 0 5px;
	opacity: 1;
	color: #777777;
	--swiper-navigation-size: 20px;
}
.stove .list .but>div:hover{
	background: #d331a4;
	color: #fff;
}
.video{

}
.video video{
	width: 100%;
}
.news{
	padding-bottom: 100px;
}
.news .title{
	padding: 45px 0;
	border-bottom: 1px solid #dcdcdc;
}
.news .title .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .title .container .left{
	display: flex;
}
.news .title .container .left span{
	font-size: 25px;
	color: #4e4e4e;
	margin-right: 10px;
}
.news .title .container .nav{
	display: flex;

}
.news .title .container .nav .list{
	display: flex;
	align-items: center;
}
.news .title .container .nav .list a{
	margin: 0 10px;
	font-size: 14px;
}
.news .title .container .nav .more{
	margin-left: 20px;
}
.news .title .container .nav .more a{
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #b50081;
}
.news>.list{
	padding-top: 70px;
}
.news .list .top{
	display: flex;
	justify-content: space-between;
}
.news .list .top .left{
	width: 980px;
	box-sizing: border-box;
	padding-right: 75px;
}
.news .list .top .left a .img img{
	width: 100%;
}
.news .list .top .left a .text{
	padding-top: 5px;
}
.news .list .top .left a .text h3{
	font-size: 20px;
	color: #252322;
}
.news .list .top .left a .text p{
	font-size: 14px;
	color: #777;
}
.news .list .top .left a:hover .text p{
	color: #b50081;
}
.news .list .top .right{
	width: calc(100% - 980px);
	padding-left: 70px;
	box-sizing: border-box;
	border-left: 1px solid #dcdcdc;
}
.news .list .top .right ul li{
	padding-bottom: 15px;
}
.news .list .top .right ul li a .img img{
	width: 100%;
}
.news .list .top .right ul li a h3{
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.news .list .top .right ul li a h3 span{
    height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #2b2b2b;
	margin-right: 10px;
}
.news .list .top .right ul li a p{
    font-size: 14px;
    color: #777;
}
.news .list .bottom{
	padding-top: 40px;
} 
.news .list .bottom ul{
	display: flex;
	justify-content: space-between;
}
.news .list .bottom ul li{
	width: 430px;
	box-sizing: border-box;
}
.news .list .bottom ul li h3{
	display: flex;
	align-items: center;
}
.news .list .bottom ul li h3 span{
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #2b2b2b;
	margin-right: 10px;
}
.news .list .bottom ul li h3 label{
	font-size: 16px;
	font-weight: 500;
}
.news .list .bottom ul li p{
	font-size: 14px;
	line-height: 2em;
	color: #777;
}
#map{
	width: 980px;
	height: 275px;
}
.contact{
	background: url(../images/bg2.png) no-repeat center;
	padding-bottom: 200px;
	padding-top: 80px;
}
.contact .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .title .left span{
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
}
.contact .title .right{
	display: flex;
	align-items: center;
}
.contact .title .right .nav{
	display: flex;
	align-items: center;
}
.contact .title .right .nav a{
	margin-left: 20px;
	padding: 5px 20px;
	font-size: 12px;
	color: #fff;
}
.contact .title .right .nav a:hover{
	background: #b50081;
}
.contact .title .right .more{
	padding-left: 30px;
}
.contact .title .right .more a{
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #b50081;
	color: #fff;
}
.contact .list{
	padding-top: 95px;
	display: flex;
	justify-content: space-between;
}
.contact .list h3{
	font-size: 30px;
	color: #fff;
	padding-top: 55px;
	font-weight: 500;
}
.contact .list p{
	font-size: 18px;
	line-height: 2em;
	color: #fff;
	padding-top: 20px;
	text-align: right;
	text-transform: uppercase;
}
.contact .list .icon{
	text-align: right;
	padding-top: 55px;
}
.footer{
	background: #eeeeee;
	padding: 110px 0 120px;
	border-bottom: 1px solid #dcdcdc;
}
.footer .container{
	display: flex;
	justify-content: space-between;
}
.footer .container .left{
	width: 680px;
}
.footer .container .left ul{
	display: flex;
	justify-content: space-between;
}
.footer .container .left ul li{
	padding: 0 15px;
}
.footer .container .left ul li h4{
		font-weight: 500;
		font-size: 16px;
		padding-bottom: 15px;
}
.footer .container .left ul li a{
	color: #777;
}
.footer .container .left ul li a:hover{
	color: #b50081;
}
.footer .container .left ul li p{
	padding-top: 15px;
	font-size: 14px;
	text-align: center;
}
.footer .container .right{
	width: 700px;
}
.footer .container .right .top form{
	display: flex;
}
.footer .container .right .top form input{
	width: 570px;
	height: 55px;
	background: #fff;
	border: 1px solid #dcdcdc;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
}
.footer .container .right .top form button{
	width: calc(100% - 570px);
	box-sizing: border-box;
	border: none;
	background: #c6478c;
	font-size: 16px;
	color: #fff;
	height: 55px;
}
.footer .container .right .text{
	padding-top: 55px;
	justify-content: space-between;
} 
.footer .container .right .text .dis{
	width: 370px;
	box-sizing: border-box;
	font-size: 12px;
	color: #777;
	line-height: 2.5em;
}
.footer .container .right .text .code{
	display: flex;
    padding-top: 35px;
    justify-content: space-between;
}

.footer .container .right .text .code .item{

}
.footer .container .right .text .code .item .img{
	background: #fff;
	padding: 5px;
}
.footer .container .right .text .code .item .img img{
	width: 98px;
	display: flex;
}
.footer .container .right .text .code .item p{
	font-size: 12px;
	color: #777;
	line-height: 2.5em;
	text-align: center;
}
.copy{
	background: #eee;
}
.copy .container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	color: #777;
	font-size: 12px;
}
.copy .container a{
	color: #777;
	font-size: 12px;
	margin: 0 10px;
}
.page_banner{
	padding-top: 90px;
}
.pro_sidebar{

}
.pro_sidebar ul{
	display: flex;
	justify-content: center;
}
.pro_sidebar ul li{
	width: 10%;
	box-sizing: border-box;
	padding: 25px 0;
}
.pro_sidebar ul li a{
	display: block;
	border-right: 1px solid #f6f6f6;
}
.pro_sidebar ul li a .img{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pro_sidebar ul li a .img img{
	width: 55%;
	position: relative;
	left: -150px;
	filter: drop-shadow(150px 0px 0 #777);
}
.pro_sidebar ul li a p{
	color: #777;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	padding-top: 5px;
}
.pro_sidebar ul li:last-child a{
	border-right: none;
}
.pro_sidebar ul li:hover,.pro_sidebar ul li.active{
	background: #f6f6f6;
}
.pro_sidebar ul li:hover a .img img,.pro_sidebar ul li.active a .img img{
	filter: drop-shadow(150px 0px 0 #2c2c2c);
}
.pro_sidebar ul li:hover a p,.pro_sidebar ul li.active a p{
	color: #2c2c2c;
}
.pro_search{
	padding-top: 60px;
}
.pro_search .container{
	display: flex;
	justify-content: space-between;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 15px 35px;
	align-items: center;
}
.pro_search .container .left{
	display: flex;
	align-items: center;
}
.pro_search .container .left .img img{
	width: 38px;
}
.pro_search .container .left .img {
	padding-right: 30px;
	border-right: 1px solid #666666;
}
.pro_search .container .left .text{
	padding-left: 20px;
}
.pro_search .container .left .text h4{
	font-size: 16px;
	color: #666666;
	font-weight: 500;
}
.pro_search .container .left .text p{
	font-size: 10px;
	color: #666666;
	font-weight: 500;
}
.pro_search .container .left .sub{
    padding-left: 15px;
    display: flex;
    font-size: 16px;
	color: #666666;
}
.pro_search .container .left .sub a{
    font-size: 16px;
	color: #666666;
	font-weight: 500;
	margin: 0 5px;
}
.pro_search .container .left .sub a:hover,.pro_search .container .left .sub a.active{
    color: #d331a4;
}
.pro_search .container .right{
    
}
.pro_search .container .right select{
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 0 10px;
}

.pro_search .container .right input{
	width: 145px;
	height: 30px;
	font-size: 14px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	padding: 0 10px;
}
.pro_search .container .right button{
	width: 80px;
	color: #fff;
	font-size: 14px;
	height: 30px;
	border-radius: 5px;
	border: none;
	background: #d331a4;
}
.pro_list{
	padding-top: 50px;
	padding-bottom: 80px;
}
.pro_list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.pro_list ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 10px 25px;
}
.pro_list ul li .img{
	box-sizing: border-box;
	padding: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.pro_list ul li .img img{
	width: 100%;
}
.pro_list ul li p{
	display: flex;
	justify-content: space-between;
	padding: 15px 10px;
}
.pro_list ul li p span{

}
.pro_list ul li p i{
	overflow: hidden;
}
.pro_list ul li a:hover p i img{
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0px 0 #b50081);
}
.pro_list ul li a:hover .img{
	border: 1px solid #b50081;
}
.pages{
	padding-bottom: 80px;
}
.pages ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages ul li span,.pages ul li{
	padding: 0 3px;
}
.pages ul li span,.pages ul li a{
	display: block;
	padding: 3px 8px;
}
.pages ul li.active span,.pages ul li a:hover,.pages ul li:hover span{
	background: #b50081;
	color: #fff;
	border-radius: 3px;
}
.location{
	padding: 20px 0;
}
.location .container{
	padding-left: 40px;
	display: flex;
	font-size: 14px;
	color: #666666;
}
.location .container a,.location .container span{
	color: #666666;
	margin: 0 5px;
}
.pro_search .return{
	position: relative;
}
.pro_search .return .icon{
	position: absolute;
	right: -35px;
	bottom: -18px;
}
.pro_search .return .text a {
	display: flex;
	align-items: center;
	color: #d331a4;
	font-size: 14px;
}
.pro_search .return .text a span{
	margin-left: 5px;
}
.pro_show .container{
	padding: 75px 90px;
}
.pro_show .container .top{
	display: flex;
	justify-content: space-between;
}
.pro_show .container .top .img{
	padding: 40px;
	width: 650px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro_show .container .top .img img{
	max-width: 100%;
	max-height: 100%;
}
.pro_show .container .top .text{
	width: 500px;
	box-sizing: border-box;
}
.pro_show .container .top .text>h3{
	font-size: 30px;
	color: #333;
}
.pro_show .container .top .text .dis{
	padding-top: 50px;
	font-size: 14px;
	color: #333;
	line-height: 2em;
}
.con_title{
	padding-top: 30px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;	
	align-items: flex-end;
}
.con_title .left{
	display: flex;
}
.con_title .left span{
	height: 30px;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d331a4;
	font-size: 14px;
}
.con_title .left a{
	width: 130px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	font-size: 14px;
	box-sizing: border-box;
}
.con_title .right{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.con_title .right .text{
	margin-left: 15px;
}
.con_title .right .text p{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.con_title .right .text h3{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.con_title .right  a{
	padding: 10px 15px;
	background: #d331a4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 10px;
}
.con_title .right  a img{
	margin-right: 10px;
}
.pro_content{
	padding: 40px 0;
}
.return_page{
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #777;
}
.return_page a{
	color: #777;
}
.page_sidebar{
	background: #eeeeee;
}
.page_sidebar ul{
	display: flex;
	justify-content: center;
}
.page_sidebar ul li{
	padding: 0 20px;
}
.page_sidebar ul li a{
	display: flex;
	height: 50px;
	padding: 0 50px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #282828;
}
.page_banner img{
	display: flex;
}
.page_sidebar ul li a:hover,.page_sidebar ul li a.active{
	color: #fff;
	background: #d331a4;
}
.page_title{
	text-align: center;
	padding-top: 80px;
}
.page_title h3,.page_title h5{
	font-size: 36px;
	color: #282828;
	font-weight: 500;
}
.page_title h4{
    font-size: 36px;
	color: #d331a4;
	font-weight: 500;
}
.page_title p{
	font-size: 14px;
	color: #bac2ce;
	font-weight: 500;
	padding-top: 5px;
}
#Plmap{
	width: 100%;
	height: 500px;
}
.page_contact{
	padding: 80px 0 100px;
}
.page_contact .container .top{
	background: #eee;
	display: flex;
	justify-content: space-between;
	padding: 50px 110px;
}
.page_contact .container .top .left{
	width: 340px;
}
.page_contact .container .top .left .time{
	display: flex;
	padding-bottom: 15px;
	align-items: center;
}
.page_contact .container .top .left .time .icon{
	overflow: hidden;
	margin-right: 10px;
}
.page_contact .container .top .left .time .icon img{
	position: relative;
	left: -150px;
	filter: drop-shadow(150px 0px 0 #282828);
}
.page_contact .container .top .left .time p{
	font-size: 12px;
}
.page_contact .container .top .left .time h3{
	font-size: 30px;
	font-weight: 500;
}
.page_contact .container .top .left .dis{
	font-size: 12px;
	color: #282828;
	line-height: 2.5em;
}
.page_contact .container .top .right{
	width: 390px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 40px;
}
.page_contact .container .top .right .but button{
	width: 178px;
	height: 36px;
	box-sizing: border-box;
	border: 2px solid #282828;
	font-size: 18px;
}
.page_contact .container .top .right p{
	text-align: center;
	font-size: 14px;
	color: #282828;
	padding-top: 20px;
}
.page_contact .container .top .code{
	display: flex;
	padding-top: 25px;
	justify-content: space-between;
}
.page_contact .container .top .code .item{
	padding-left: 30px;
}
.page_contact .container .top .code .item .img{
	background: #fff;
	padding: 5px;
}
.page_contact .container .top .code .item .img img{
	width: 98px;
	display: flex;
}
.page_contact .container .top .code .item p{
	font-size: 12px;
	color: #777;
	line-height: 2.5em;
	text-align: center;
}
.msg{
	padding-top: 80px;
}
.msg .input{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.msg .input input{
	width: 468px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
	color: #777;
	outline: unset;
}
.msg .text{
	padding-bottom: 20px;
}
.msg .text textarea{
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 10px;
	font-size: 14px;
	color: #777;
	outline: unset;
	width: 100%;
	height: 210px;
}
.msg .but{
	text-align: center;
}
.msg .but button{
	width: 468px;
	height: 50px;
	background: #303030;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.fixed_right ul li{
	position: relative;
}
.fixed_right ul li .phone{
	position: absolute;
	right: 80px;
	width: 200px;
	top: 15px;
	background: rgba(125, 125, 125, 0.6);
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	display: none;
}
.fixed_right ul li .phone p{

}
.fixed_right ul li .phone h3{
	color: #fff;
}
.server{
	padding-bottom: 100px;
}
.server .item{
	padding-top: 95px;
	display: flex;
	justify-content: space-between;
}
.server .item .img{
	width: 700px;
	box-sizing: border-box;
}
.server .item .img img{
	width: 100%;
}
.server .item .text {
	width: 680px;
	box-sizing: border-box;
}
.server .item .text ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
}
.server .item .text ul li .icon{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 570px);
}
.server .item .text ul li .icon img{
	position: relative;
	left: -150px;
	filter: drop-shadow(150px 0px 0 #b50081);
}
.server .item .text ul li .dis{
	width: 570px;
}
.server .item .text ul li .dis h3{
	font-size: 18px;
	color: #252322;
	padding-bottom: 10px;
}
.server .item .text ul li .dis p{
	color: #777777;
	font-size: 16px;
	line-height: 2em;
	display: flex;
}
.server .item .text ul li .dis p span{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #252322;
	margin-right: 10px;
	margin-top: 15px;
}
.page_sidebar ul li{
	display: flex;
	align-items: center;
}
.page_about{
	padding-top: 90px;
}
.page_about .dis{

	background: url(../images/bg3.png) no-repeat center top;
}
.page_about .dis>p{
	font-size: 16px;
	color: #777;
	text-indent: 2em;
	line-height: 3em;
	padding: 0 45px;
}
.page_about .dis img{
    width: 100%;
}
.page_about .dis>h3{
	padding-top: 95px;
}
.page_about .dis>h3 img{
	width: 100%;
}
.year{
	padding-top: 105px;
}
.year .title{}
.year .title h3{

	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.year .list{
	padding-top: 45px;
	padding-left: 45px;
	padding-right: 45px;
}
.year .list ul li{
	display: flex;
	justify-content: space-between;
}
.year .list ul li .left{
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
	padding-right: 70px;
	position: relative;
}
.year .list ul li .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 70px;
	position: relative;
}
.year .list ul li .left .icon{
	position: absolute;
	top: 7px;
	right: 0;
	margin-right: -13px;
}
.year .list ul li .left .top{
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 35px;
}
.year .list ul li .left .bot{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.year .list ul li .left .bot .text{
	background: #f6f6f6;
	padding: 25px 40px;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 2em;
	width: calc(100% - 15px);
}
.year .list ul li .right .icon{
	position: absolute;
	top: 7px;
	left: 0;
	margin-left: -13px;
}
.year .list ul li .right .top{
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 35px;
}
.year .list ul li .right .bot{
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.year .list ul li .right .bot .text{
	background: #f6f6f6;
	padding: 25px 40px;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 2em;
	width: calc(100% - 15px);
}
.brand{
	background: url(../images/bg4.png) no-repeat center;
	padding: 75px 0 70px;
	background-size: cover;
}
.brand .title h3{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
.brand  .list{
	width: 828px;
	padding-top: 80px;
}
.brand  .list ul{
	display: flex;
	flex-wrap: wrap;
}
.brand  .list ul li{
	width: 360px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 15px #dcdcdc;
	margin-left: 50px;
	margin-bottom: 40px;
	padding: 30px;
}
.brand  .list ul li h3{
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 500;

}
.brand  .list ul li h3 label{
	color: #d331a4;
	font-weight: bold;
	margin-right: 5px;
	font-size: 20px;
}
.brand  .list ul li p{
	font-size: 14px;
	color: #818181;
	line-height: 2em;
	padding-top: 10px;
}
.video_list{
	padding-bottom: 70px;
}
.video_list ul{
	display: flex;
	flex-wrap: wrap;
}
.video_list ul li{
	width: 50%;
	box-sizing: border-box;
	padding: 60px 30px 55px;
	position: relative;
}
.video_list ul li video{
	width: 100%;

}
.video_list ul li h3{
	height: 55px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 80%;
	box-sizing: border-box;
	margin-left: -288px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.video_list ul li:hover h3{
	bottom: 25px;
	background: #d331a4;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news_list{
	padding: 60px 0;
}
.news_list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
}
.news_list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 35px;
}
.news_list ul li .img{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.news_list ul li .img>img{
	display: flex;
}
.news_list ul li .img .time{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 50px;
	border-top-left-radius: 10px;
	background: #d331a4;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.news_list ul li .img .time h3{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.news_list ul li .img .time p{
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	margin-right: 5px;
}
.news_list ul li .text{
	padding-top: 10px;
}
.news_list ul li .text h3{
	font-weight: 500;
	font-size: 20px;
}
.news_list ul li .text p{
	font-size: 14px;
	color: #777777;
	padding-top: 10px;
	line-height: 1.6em;
}
.news_list ul li:hover .img .time{
	display: flex;
	align-items: center;
	justify-content: center;
}
.return_list .container{
	position: relative;
}
.return_list .container a{
	position: absolute;
	right: 0;
	top: -25px;
	background: #d331a4;
	width: 130px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}
.return_list .container a img{
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0px 0 #fff);
	margin-right: 10px;
}

.news_content{
	padding: 60px 0;
}
.news_content .container{
	display: flex;
	justify-content: space-between;
}
.news_content .container .left{
	width: 300px;
}
.news_content .container .left .com_news{
	background: #f9f9f9;
	padding: 25px 30px;
}
.news_content .container .left  .title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	align-items: center;
}
.news_content .container .left .com_news .list ul li{
	padding-top: 8px;
	padding-bottom: 5px;
}
.news_content .container .left .com_news .list ul li a h3{
	font-size: 16px;
	font-weight: 500;
}
.news_content .container .left .com_news .list ul li a p{
	color: #c3c3c3;
	font-size: 12px;
	padding-left: 10px;
}
.news_content .container .left .com_pro{
	background: #f9f9f9;
	padding: 25px 30px;
}
.news_content .container .left .com_pro .list ul li{
	padding-top: 25px;
}
.news_content .container .left .com_pro .list ul li .img{
	overflow: hidden;
	background: #fff;
}
.news_content .container .left .com_pro .list ul li .img img{
	width: 100%;
}
.news_content .container .left .com_pro .list ul li p{
	font-size: 16px;
	text-align: center;
	line-height: 2em;
}
.news_content .container .right{
	width: 1025px;
}
.news_content .container .right .title{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
}
.news_content .container .right .content{
	font-size: 14px;
	line-height: 2em;
	padding: 35px 0;
}
.join{
	background: url(../images/bg6.png) no-repeat center;
	padding: 90px 0;
}
.join .title{
	text-align: center;
}
.join .top{

} 
.join .top .ctitle{
	text-align: center;
}
.join .top .ctitle p{
	font-size: 36px;
}
.join .top .list{
	padding-top: 60px;
}
.join .top .list ul{
	display: flex;
	justify-content: space-between;
}
.join .top .list ul li{
	width: 270px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 15px 15px;
}
.join .top .list ul li h4{
	font-size: 30px;
	color: #d331a4;
	font-weight: 500;
	font-family: fantasy;
}
.join .top .list ul li p{
	font-size: 16px;
	color: #4e4e4e;
	line-height: 2em;
}
.join .bot{
	padding-top: 90px;
}
.join .bot .ctitle{
	text-align: center;
}
.join .bot .ctitle p{
	font-size: 36px;
}
.join .bot .list{
	padding-top: 80px;
}
.join .bot .list ul{
	display: flex;
	justify-content: space-between;
}
.join .bot .list ul li{
	width: 14.29%;
	text-align: center;
}
.join .bot .list ul li .icon{
	height: 65px;
}
.join .bot .list ul li .xian{
	position: relative;
	padding: 35px 0;
}
.join .bot .list ul li .xian:after{
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background: #d331a4;
	float: left;
}
.join .bot .list ul li:last-child .xian:after{
	width: 50%;
}
.join .bot .list ul li:first-child .xian:after{
	width: 50%;
	float: right;
}
.join .bot .list ul li .xian img{
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 30px;
	margin-top: -4px;
}
.join .bot .list ul li p{
	font-size: 16px;
	color: #252525;
	box-sizing: border-box;
	padding: 0 30px;
}
.join .bot .more{
	display: flex;
	justify-content: center;
	padding-top: 90px;
}
.join .bot .more a{
	height: 50px;
	padding: 0 55px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #252525;
	font-size: 20px;
	border-radius: 25px;
}
.join .bot .more a:hover{
	background: #d331a4;
}
.store .list .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 25px) / 2);

    /* 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;
  }
.store .ctitle{

}
.store .ctitle{
	text-align: center;
	background: #252525;
	padding: 30px 0;
}
.store .ctitle p{
	font-size: 36px;
	color: #fff;
}
.store .list{
	background: url(../images/bg5.png) no-repeat center;
	padding: 70px 0;
}
.store .list .swiper-container {
	height: 520px;
}
.store .list .swiper-container .img{
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
}
.store .list .swiper-container .img img{
	width: 100%;
}
.store .list .swiper-container a p{
	color: #4e4e4e;
	padding-top: 10px;
}
.store .list .swiper-container a:hover p{
	color: #d331a4;
}
.store .list .but{
	padding-top: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.store .list .but>div{
	margin: 0;
	position: static;
	width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin: 0 5px;
	opacity: 1;
	color: #777777;
	--swiper-navigation-size: 20px;
}
.store .list .but>div:hover{
	background: #d331a4;
	color: #fff;
}
.join_form{
	padding: 90px 0;
	background: url(../images/bg7.png) no-repeat center;
}
.join_form .ctitle{
	text-align: center;
}
.join_form .ctitle p{
	font-size: 36px;
	margin-bottom: 10px;
}
.join_form .ctitle span{
	font-size: 16px;
	color: #9a9a9a;
}
.join_form .form{
	padding-top: 55px;
}
.join_form .form .input{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;

}
.join_form .form .input input{
	width: 468px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
	color: #777;
	outline: unset;
}
.join_form .form .text{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;

}
.join_form .form .text input{
	width: 468px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
	color: #777;
	outline: unset;
}
.join_form .form .text .title_list{
	padding-top: 15px;
}
.join_form .form .text .dis h3,.join_form .form .text .dis p{
	color: #777777;
	font-size: 14px;
	font-weight: 500;
	line-height: 2em;
	cursor: pointer;
}
.join_form .form .text .dis p:hover{
	color: #d331a4;
}
.join_form .form .text textarea{
	width: 955px;
	height: 250px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 10px;
	font-size: 14px;
	color: #777;
	outline: unset;
}
.join_form .form  .but{
	text-align: right;
}
.join_form .form .but button{
	width: 460px;
	height: 50px;
	background: #d331a4;
	color: #fff;
	border: none;
}
.web_map {
	padding: 50px 0;
}
.web_map .container ul{
	padding: 0 250px;
}
.web_map .container ul li{
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.web_map .container ul li h4{
	padding-bottom: 10px;
}
.web_map .container ul li .sub a{
	margin: 0 10px;
}
.a2{
    text-align: center;
}
.a2 #D2{
    padding: 50px 0;
    text-align: center;
    background: url(../bg8.png) no-repeat center;
}
.a2 #D2 h3{
    color: #fff;
    font-size: 20px;
    line-height: 2em;
    font-weight: 500;
}
.a2 #D2 p{
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}
.a2 .title{
    padding: 0 0 60px 0;
}
.a2 .title h3{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #2b2b2b;
}
.a2 h3 img{
    width: 100%;
}
@media (max-width: 1400px) {
    .footer .container{
        width: 1200px;
    }
    .header .container{
        width: 1200px;
    }
}
.about_top{
    padding: 80px 0 0px;
}
.about_top .title{
    text-align: center;
    font-size: 30px;
    padding-bottom: 60px;
}
.about_top .title h3 span{
    color: #b60081;
}
.about_top .list ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    margin-bottom: 45px;
}
.about_top .list ul li:last-child{
    margin-bottom: 0;
}
.about_top .list ul li .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    box-sizing: box-sizing;
}
.about_top .list ul li .text .box{
    width: 600px;
    box-sizing: border-box;
    color: #696969;
    line-height: 1.8em;
}
.about_top .list ul li .img{
    width: 50%;
    box-sizing: border-box;
}
.about_top .list ul li .img img{
    width: 100%;
}
.about_top .list ul li:nth-child(odd) .text .box{
    padding-right: 100px;
}
.about_top .list ul li:nth-child(even) .text .box{
    padding-left: 100px;
}
.about_top .list ul li .text .mo{
    width: calc(100% - 600px);
}
.sidebar_fixed{
    position: fixed;
    left: 50%;
    margin-left: calc(var(--cydl-container-wid) / 2 - var(--cydl-container-wid));
    top: 90px;
}
.pro_list .page_title{
    font-size: 30px;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 70px;
    font-weight: bold;
}
.pro_top{
    position: fixed;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 30px;
    right: 25px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}
.pro_top:after{
    font-family: swiper-icons;
    font-size: 16px;
    content:"next";
}