* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
	width: 100%;
	color: #111111;
	font-family: "microsoft yahei","微软雅黑";
}
body{
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover, a:active, a:focus{
	color: #000;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
input,button,select,textarea {
	outline: none!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.clear {
	clear: both;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.header .top{
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: space-between;
}
.header .top .menu{
	display: none;
}
.header .top .tel{
	display: flex;
}
.header .tel .text{
	margin-left: 10px;
}
.header .tel .name{
	font-size: 18px;
}
.header .tel .names{
	line-height: 26px;
	font-size: 26px;
}
.header .nav{
	margin-top: 25px;
	background-color: #1b1b1b;
}
.header .nav .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .nav .nav_main{
	display: flex;
	align-items: center;
}
.header .nav .nav_list{
	line-height: 80px;
	height: 80px;
	padding: 0 40px;
	position: relative;
}
.header .nav .nav_list a{
	color: #fff;
	font-size: 18px;
}
.header .nav .nav_list:hover{
	background-color: #16b8fc;
}
.ym1 .header .ons1 , .ym2 .header .ons2 , .ym3 .header .ons3 , .ym4 .header .ons4 , .ym5 .header .ons5 , .ym6 .header .ons6{
	background-color: #16b8fc;
}
.header .nav_list .xiala{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	line-height: 30px;
	background-color: #4f7afd;
	display: none;
	z-index: 999;
}
.header .nav_list .xiala a{
	font-size: 14px;
}
.header .nav_list .xl_list{
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
.header .nav_list .xl_list:first-child{
	background-image: url(../images/xiala.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.header .nav_list:hover .xiala{
	display: block;
}
.header .nav_list .xl_list:hover{
	background-color: #16b8fc;
}
.header .nav .search{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 6px;
}
.header .nav .search input{
	border: none;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-button-next:after{
	content: none;
}
.banner .swiper-button-prev:after{
	content: none;
}
.banner .swiper-button-next{
	right: 10%;
}
.banner .swiper-button-prev{
	left: 10%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 87px;
}
.box{
	margin-top: 70px;
}
.box .title{
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #16b8fc;
	padding: 6px;
	box-sizing: border-box;
	border-radius: 64px;
}
.box .titles{
	background-image: linear-gradient(to right, #1135a6 , #9c27e0);
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-size: 30px;
	padding: 0 30px;
	color: #fff;
}
.box .title_text{
	margin-top: 5px;
	font-size: 16px;
	color: #666666;
}
.box .class_main{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.box .class_main .class_list{
	width: 20%;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	border: 1px solid #1682fc;
	margin-bottom: 30px;
	border-left: none;
	font-size: 16px;
	cursor: pointer;
}
.box .class_main .class_list:nth-child(1){
	border-left: 1px solid #1682fc;
}
.box .class_main .class_list:nth-child(6){
	border-left: 1px solid #1682fc;
}
.box .class_main .class_list.ons{
	background-color: #1682fc;
	color: #fff;
}
.sy_product .mains{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
.sy_product .mains .product_list{
	width: 258px;
	margin-right: 55px;
	position: relative;
	margin-bottom: 40px;
}
.sy_product .mains .product_list:nth-child(4n){
	margin-right: 0;
}
.sy_product .product_list .zz{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	background-color: #000;
	transition: all 0.6s;
}
.sy_product .product_list:hover .zz{
	opacity: 0.3;
}
.sy_product .product_list .name{
	position: absolute;
	top: 40%;
	left: 10%;
	right: 10%;
	margin: auto;
	width: 170px;
	line-height: 40px;
	background-color: #000;
	background-color: #1682fc;
	opacity: 0;
	transition: all 0.6s;
	overflow: hidden;
}
.sy_product .product_list .name a{
	color: #fff;
	font-size: 24px;
}
.sy_product .product_list:hover .name{
	opacity: 1;
}
.sy_product .mains .product_list.rx{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sy_product .product_list.rx .rx_w{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #1135a6;
	box-sizing: border-box;
	padding: 10px;
}
.sy_product .product_list.rx .rx_n{
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.sy_about .mains{
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.sy_about .mains .text_main{
	position: absolute;
	top: 0;
	left: 0;
}
.sy_about .mains .k{
	position: absolute;
	z-index: 1;
	width: 380px;
	height: 325px;
	border: 1px solid #4f7afd;
	top: 23px;
	left: 330px;
}
.sy_about .mains .text_mains{
	margin-top: 35px;
	background-color: #fff;
	width: 685px;
	padding: 25px 20px 15px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 10px 1px #dcdcdc;
}
.sy_about .mains .more{
	margin-top: 20px;
	text-align: center;
}
.sy_about .mains .more a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background-color: #4f7aff;
	color: #fff;
	font-size: 20px;
}
.sy_gg{
	background-image: url(../images/gg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
}
.sy_news .mains{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.sy_news .mains .left{
	position: relative;
}
.sy_news .left .time{
	position: absolute;
	top: -7px;
	left: 20px;
}
.sy_news .left .time .m , .sy_news .left .time .d{
	position: absolute;
	font-size: 20px;
	color: #fff;
}
.sy_news .left .time .m{
	left: 3px;
	top: 0;
}
.sy_news .left .time .d{
	right: 10px;
	bottom: 2px;
}
.sy_news .left .name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	background-image: url(../images/hei.png);
}
.sy_news .left .name a{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 20px;
}
.sy_news .right{
	width: 760px;
	text-align: left;
}
.sy_news .right .top{
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	padding-bottom: 10px;
	background-image: url(../images/news_b.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 10px;
}
.sy_news .right .more{
	font-size: 20px;
}
.sy_news .right .more a{
	color: #1682fc;
}
.sy_news .news_list{
	display: flex;
	justify-content: space-between;
	height: 36px;
	font-size: 16px;
	border-bottom: 1px solid #d2d2d2;
	align-items: center;
}
.sy_news .news_list .name{
	width: 80%;
}
.sy_contact .mains{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 15px 15px 20px 95px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 1px #e0e0e0;
}
.sy_contact .left{
	font-size: 20px;
}
.sy_contact .left .contact_list{
	display: flex;
	line-height: 30px;
	padding: 10px 15px;
	border-bottom: 1px solid #d2d2d2;
}
.sy_contact .left .contact_list:last-child{
	border-bottom: none;
}
.sy_contact .contact_list .name{
	width: 150px;
}
.sy_contact .contact_list img{
	margin-right: 10px;
}
.sy_contact .img{
	padding-top: 25px;
}
.sy_ly .title_s{
	font-size: 30px;
}
.sy_ly .mains{
	margin-top: 50px;
	border-radius: 15px;
	background-image: url(../images/ly.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 20px 25px;
	box-sizing: border-box;
}
.sy_ly .mains textarea{
	width: 100%;
	height: 130px;
	border: 1px solid #fff;
	background-color: unset;
	color: #999999;
	font-size: 16px;
	padding: 5px 10px;
	line-height: 26px;
	box-sizing: border-box;
}
.sy_ly .submits{
	margin-top: 35px;
}
.sy_ly .submits button{
	height: 50px;
	width: 180px;
	line-height: 50px;
	color: #fff;
	background-color: #1682fc;
	border: none;
	font-size: 16px;
	border-radius: 15px;
}
.footer{
	background-color: #053c6d;
	margin-top: 100px;
}
.footer .to_top{
	width: 66px;
	margin: 0 auto;
	text-align: center;
}
.footer .to_top img{
	border: 8px solid #fff;
	border-radius: 50px;
	margin-top: -33px;
	cursor: pointer;
}
.footer .tops{
	background-image: url(../images/tops.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 34px;
	color: #0086ff;
	margin-top: 5px;
	font-size: 20px;
}
.footer .f_main{
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}1
.footer .navs_main{
	width: 980px;
}
.footer .navs{
	margin-top: 30px;
	display: flex;
}
.footer .navs_list{
	margin-bottom: 30px;
	margin-right: 95px;
}
.footer .navs_list a{
	font-size: 16px;
	color: #ffffff;
}
.footer .navs_list a:hover{
	border-bottom: 2px solid #fff100;
}
.footer .link{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.footer .link a{
	color: #aaaaaa;
	margin-right: 20px;
}
.footer .f_main .ewm{
	width: 130px;
	margin-right: 20px;
}
.footer .ewm .ewm_main{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: space-around;
}
.footer .ewm_main .weixin{
	line-height: 42px;
}
.footer .ewm_main .text{
	width: 85px;
	line-height: 21px;
}
.footer .bottom{
	margin-top: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.bread_nav{
	height: 56px;
	line-height: 56px;
	font-size: 16px;
}
.bread_nav a{
	color: #666666;
}
.bread_nav span{
	color: #0e7ba8;
}
.title_n{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: bold;
}
.title_n span{
	width: 120px;
	height: 1px;
	margin: 0 20px;
	background-color: #16b8fc;
}
.ly_main{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.ly_main .ly_list{
	width: 32%;
	height: 60px;
}
.ly_main .ly_list input{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 20px;
	border: none;
}
.about .mains{
	background-image: url(../images/about.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 180px;
	margin-top: 50px;
}
.about .mains .k{
	border: 1px solid #4f7aff;
	box-sizing: border-box;
	padding: 25px 35px;
	width: 1090px;
	margin: 0 auto;
}
.about .mains .text_main{
	background-color: #fff;
	box-shadow: 0 0 10px 1px #dddddd;
	padding: 40px 40px 25px;
	box-sizing: border-box;
}
.about .mains .name{
	font-size: 24px;
	line-height: 44px;
}
.about .mains .text{
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}
.about .mains .text p{
	text-indent: 2em;
	line-height: 30px;
}
.about .mains .img{
	margin-top: 20px;
}
.product .main{
	display: flex;
	justify-content: space-between;
}
.product .celan{
	width: 190px;
	color: #fff;
}
.product .celan .k{
	box-sizing: border-box;
	border: 1px solid #1135a6;
	padding: 8px;
}
.product .celan .top{
	padding: 10px 0;
	background-image: linear-gradient(to right , #1435a7 , #9b28e0);
	margin-bottom: 25px;
}
.product .celan .top .name{
	font-size: 30px;
	font-weight: bold;
}
.product .celan .top .names{
	font-size: 14px;
}
.product .celan .celan_list{
	background-color: #434343;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.product .celan .celan_list.ons{
	background-color: #000000;
}
.product .celan .celan_list a{
	color: #fff;
}
.product .mains{
	width: 950px;
}
.product .mains .title_l{
	font-size: 24px;
}
.product .mains .mains_main{
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}
.product .mains .product_list{
	border: 1px solid #4f7aff;
	margin-right: 40px;
	margin-bottom: 40px;
}
.product .mains .product_list:nth-child(3n){
	margin-right: 0;
}
.product .product_list .img{
	width: 280px;
	height: 260px;
	overflow: hidden;
	margin: 4px;
}
.product .product_list .img img{
	width: 100%;
	transition: all 0.6s;
}
.product .product_list .name{
	border-top: 1px solid #4f7aff;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	transition: all 0.6s;
}
.product .product_list .name a{
	transition: all 0.6s;
}
.product .product_list:hover .name{
	background-color: #4f7aff;
}
.product .product_list:hover .name a{
	color: #fff;
}
.product .product_list:hover img{
	transform: scale(1.1);
}
.class_mains{
	display: flex;
	justify-content: center;
	margin-top: 50px;
	font-size: 20px;
}
.class_mains .class_list{
	padding: 0 20px;
}
.class_mains .class_list:first-child{
	border-right: 1px solid #111;
}
.class_mains .class_list.ons a{
	color: #4f7afd;
}
.class_mains .class_list a:hover{
	color: #4f7afd;
}
.news .news_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.news .news_list .img{
	width: 325px;
}
.news .news_list .text_main{
	width: 855px;
}
.news .news_list .name{
	height: 42px;
	line-height: 42px;
	border: 1px solid #4f7afd;
}
.news .news_list .names{
	display: inline-block;
	padding: 0 20px;
	background-image: linear-gradient(to right , #1435a7 , #9b28e0);
	font-size: 24px;
}
.news .news_list .names a{
	color: #fff;
}
.news .news_list .times_ll{
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-top: 10px;
}
.news .news_list .times_ll img{
	margin-right: 10px;
}
.news .news_list .times_ll img:nth-child(2){
	margin-left: 20px;
}
.news .news_list .text{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 25px;
	color: #111111;
}
.news .news_list .more{
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #4f7afd;
}
.news .news_list .more a{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	width: 150px;
	font-size: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #4f7afd;
	color: #fff;
}
.pages{
	margin-top: 50px;
}
.pages a{
	margin: 0 5px;
	font-size: 20px;
}
.pages a.ons{
	color: #4f7afd;
}
.pages a:hover{
	color: #4f7afd;
}
.del .times_ll{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	font-size: 16px;
}
.del .times_ll img{
	margin-left: 10px;
	margin-right: 5px;
}
.product_del .mains{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.product_del .mains .img{
	width: 360px;
}
.product_del .mains .img img{
	border: 1px solid #16b8fc;
	width: 100%;
}
.product_del .mains .text_main{
	width: 770px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.product_del .mains .product_del_list{
	display: flex;
	font-size: 20px;
	line-height: 40px;
	flex-wrap: wrap;
	flex-direction: column;
}
.product_del .mains .product_del_list p{
	font-size: 20px !important;
	line-height: 40px !important;
}
.product_del .mains .product_del_list span{
	font-size: 20px !important;
	line-height: 40px !important;
}
.product_del .product_del_list .name{
	/*font-weight: bold;
	width: 70px;*/
}
.product_del .product_del_list .text{
	width: 700px;
}
.fy{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	font-size: 16px;
}
.fy div{
	height: 36px;
	line-height: 36px;
	padding: 0 60px;
	border-radius: 36px;
	border: 1px solid #13c8ff;
	background-repeat: no-repeat;
	margin: 0 20px;
}
.fy .left{
	background-image: url(../images/lefts.png);
	background-position: left center;
}
.fy .right{
	background-image: url(../images/rights.png);
	background-position: right center;
}
.news_del .mains{
	margin-top: 70px;
}
.news_del .mains p{
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
}
.h{
	height: 80px;
	display: none;
}
.top_bar {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	display: none;
}
.top_HituxMenu {
    display: -webkit-box;
    border-top: 1px solid #c8161d;
    display: block;
    width: 100%;
    background: #c8161d;
    height: 58px;
    display: -webkit-box;
    display: box;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#af1117), to(#b71d23), color-stop(60%, #c8161d));
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.top_bar .top_HituxMenu>li {
    -webkit-box-flex: 1;
    position: relative;
    text-align: center;
}
.top_bar .top_HituxMenu>li>a {
    height: 58px;
    margin-right: 1px;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-flex: 1;
    font-size: 18px;
}
.top_bar .top_HituxMenu>li>a img {
    padding: 5px 0 0 0;
    height: 30px;
    width: 30px;
    color: #fff;
    line-height: 48px;
    vertical-align: middle;
}
.top_bar .top_HituxMenu>li>a label {
    overflow: hidden;
    margin: 0 0 0 0;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.top_bar .top_HituxMenu>li.home {
    max-width: 70px;
}
.top_bar .top_HituxMenu>li.home a {
    height: 66px;
    width: 66px;
    margin: auto;
    border-radius: 60px;
    position: relative;
    top: -22px;
    left: 2px;
    background: url(../images/home.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer-kefu {
    position: fixed;
    top: 50%;
    margin-top: -120px;
    right: 0;
    width: 45px;
    z-index: 9999;
}
.footer-kefu li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: right;
    position: relative;
    margin: 1px 0;
    background: #379cee;
    transition: .3s;
    cursor: pointer;
    border-radius: 1px;
    zoom: 1;
    transition: 0.5s;
}
.footer-kefu li a {
    display: block;
    height: 45px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.footer-kefu li em {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.footer-kefu .tel em {
    background: url(../images/side-kefu.png) no-repeat center;
}
.footer-kefu .wx em {
    background: url(../images/side-weixin.png) no-repeat center;
}
.footer-kefu .wx .code {
    display: none;
    right: 47px;
    position: absolute;
    top: -135px;
    width: 150px;
    padding: 5px;
    border: 1px #ddd solid;
    background: #fff;
}
.footer-kefu .wx .code img {
    width: 100%;
}
.footer-kefu .wx .code p {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}
.footer-kefu .top em {
    background: url(../images/side-top.png) no-repeat center;
}
@media only screen and (max-width: 767px) {
	body{
		margin-top: 60px;
	}
	.top_bar,.h{
		display: block;
	}
	.main{
		width: 95%;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
		width: 100%;
	}
	.header .top{
		justify-content: space-between;
		height: 60px;
		margin-top: 0;
		align-items: center;
		width: 100%;
		padding: 0 2.5%;
		box-sizing: border-box;
		background-color: #fff;
		position: relative;
		z-index: 4;
	}
	.header .top .menu{
		display: block;
	}
	.header .top .logo img{
		height: 30px;
	}
	.header .top .menu img{
		height: 30px;
	}
	.header .top .tel{
		display: none;
	}
	.header .nav{
		margin-top: 0;
		position: fixed;
		height: calc(100% - 60px);
		top: -100%;
		left: 0;
		z-index: 3;
		width: 100%;
		transition: all 0.6s;
		overflow: auto;
	}
	.header .nav.ons{
		top: 60px;
	}
	.header .nav .main{
		width: 100%;
	}
	.header .nav .nav_main{
		width: 100%;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.header .nav .nav_list{
		width: 100%;
		text-align: center;
		padding: 0;
		height: auto;
		line-height: 50px;
		background-color: unset;
	}
	.header .nav .nav_list a{
		display: block;
		height: 50px;
	}
	.ym1 .header .ons1 a, .ym2 .header .ons2 a, .ym3 .header .ons3 a, .ym4 .header .ons4 a, .ym5 .header .ons5 a, .ym6 .header .ons6 a{
		background-color: #16b8fc;
	}
	.header .nav_list .xiala{
		position: relative;
		top: 50px;
		top: 0;
	}
	.header .nav_list .xl_list{
		height: 40px;
		line-height: 40px;
	}
	.header .nav_list .xl_list a{
		height: 40px;
		line-height: 40px;
	}
	.header .nav .search{
		display: none;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		width: 26px;
	}
	.box{
		margin-top: 5%;
	}
	.box .title{
		padding: 3px;
	}
	.box .titles{
		font-size: 20px;
		height: 30px;
	    line-height: 30px;
	    border-radius: 30px;
	    padding: 0 20px;
	}
	.box .title_text{
		font-size: 12px;
	}
	.box .class_main{
		margin-top: 5%;
	}
	.box .class_main .class_list{
		width: 50%;
		border-left: 1px solid #1682fc;
		margin-bottom: 0;
		font-size: 14px;
		border-bottom: none;
		height: 40px;
		line-height: 40px;
	}
	.box .class_main .class_list:nth-child(2n){
		border-left: 1px solid #1682fc;
	}
	.box .class_main .class_list:nth-child(2n-1){
		border-right: none;
	}
	.box .class_main .class_list:nth-child(9){
		border-bottom: 1px solid #1682fc;
	}
	.box .class_main .class_list:nth-child(10){
		border-bottom: 1px solid #1682fc;
	}
	.sy_product .mains{
		margin-top: 3%;
		justify-content: space-between;
	}
	.sy_product .mains .product_list{
		margin-right: 0;
		width: 48%;
		margin-bottom: 4%;
	}
	.sy_product .product_list.rx .rx_w{
		width: 120px;
		height: 120px;
		padding: 5px;
	}
	.sy_product .product_list.rx .rx_n{
		width: 110px;
		height: 110px;
		font-size: 20px;
	}
	.sy_product .product_list .name{
		left: 0;
		right: 0;
		width: 100%;
		overflow: hidden;
	}
	.sy_product .product_list .name a{
		font-size: 18px;
	}
	.sy_about .mains{
		margin-top: 5%;
	}
	.sy_about .mains .k{
		display: none;
	}
	.sy_about .mains .text_main{
		position: relative;
	}
	.sy_about .mains .text_mains{
		width: 100%;
		margin-top: 0;
	}
	.sy_about .mains .img{
		display: none;
	}
	.sy_gg{
		display: none;
	}
	.sy_news .mains{
		margin-top: 5%;
		flex-direction: column;
	}
	.sy_news .left .img img{
		width: 100%;
	}
	.sy_news .right{
		width: 100%;
		margin-top: 5%;
	}
	.sy_news .left .name{
		height: 40px;
		line-height: 40px;
	}
	.sy_news .left .name a{
		font-size: 16px;
	}
	.sy_news .left .name a img{
		height: 20px;
	}
	.sy_news .right .top{
		font-size: 20px;
	}
	.sy_news .right .more{
		font-size: 16px;
	}
	.sy_news .news_list{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.sy_news .news_list .name{
		width: 70%;
		overflow: hidden;
		height: 30px;
		line-height: 30px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.sy_news .news_list .time{
		width: 30%;
		text-align: right;
	}
	.sy_contact .mains{
		padding: 0;
		flex-direction: column;
		margin-top: 5%;
	}
	.sy_contact .left{
		font-size: 16px;
	}
	.sy_contact .left .contact_list{
		line-height: 24px;
	}
	.sy_contact .contact_list .name{
		width: 35%;
	}
	.sy_contact .contact_list img{
		height: 16px;
		margin-right: 5px;
	}
	.sy_contact .img{
		padding-top: 0;
	}
	.sy_ly .title_s{
	    font-size: 20px;
	}
	.sy_ly .mains{
		margin-top: 5%;
		padding: 2%;
		background-size: auto 100%;
	}
	.sy_ly .submits{
		margin-top: 3%;
	}
	.sy_ly .submits button{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 6px;
		width: 100px;
	}
	.footer{
		margin-top: 5%;
	}
	.footer .to_top{
		display: none;
	}
	.footer .tops{
		display: none;
	}
	.footer .f_main{
		display: none;
	}
	.footer .bottom{
		margin-top: 0;
		padding: 2% 0;
	}
	.bread_nav{
		height: 46px;
		line-height: 46px;
		font-size: 12px;
	}
	.product .main{
		flex-direction: column;
	}
	.product .celan{
		width: 100%;
	}
	.product .celan .top .name{
		font-size: 20px;
	}
	.product .celan .top .names {
		font-size: 12px;
	}
	.product .celan .top{
		margin-bottom: 3%;
	}
	.product .celan .celan_list{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.product .mains{
		width: 100%;
		margin-top: 5%;
	}
	.product .mains .title_l{
		font-size: 18px;
	}
	.product .mains .mains_main{
		margin-top: 3%;
		justify-content: space-between;
	}
	.product .mains .product_list{
		margin-right: 0;
		width: 48%;
		margin-bottom: 4%;
	}
	.product .product_list .img{
		width: 95%;
		height: 160px;
		margin: 2.5%;
	}
	.product .product_list .name{
		height: 36px;
		font-size: 12px;
		line-height: 36px;
	}
	.title_n{
		font-size: 20px;
	}
	.title_n span{
		width: 20%;
		margin: 0 2%;
	}
	.del .times_ll{
		font-size: 12px;
		margin-top: 3%;
	}
	.del .times_ll img{
		height: 12px;
	}
	.product_del .mains{
		margin-top: 5%;
		flex-direction: column;
	}
	.product_del .mains .img{
		width: 100%;
	}
	.product_del .mains .img img{
		box-sizing: border-box;
	}
	.product_del .mains .text_main{
		width: 100%;
	}
	.product_del .mains .product_del_list{
		font-size: 16px;
		line-height: 34px;
	}
	.product_del .mains .product_del_list p{
		font-size: 16px !important;
		line-height: 34px !important;
	}
	.product_del .mains .product_del_list span{
		font-size: 16px !important;
		line-height: 34px !important;
	}
	.product_del .product_del_list .name{
		/*width: 15%;*/
	}
	.product_del .product_del_list .text{
		width: 85%;
	}
	.fy{
		flex-direction: column;
		margin-top: 5%;
		font-size: 12px;
	}
	.fy div{
		height: 30px;
		margin-top: 3%;
		padding: 0 30px;
		overflow: hidden;
		background-size: auto 30px;
		line-height: 30px;
	}
	.about .mains{
		margin-top: 5%;
		padding-bottom: 5%;
	}
	.about .mains .k{
		width: 100%;
		padding: 2%;
	}
	.about .mains .text_main{
		padding: 3%;
	}
	.about .mains .name{
		font-size: 18px;
	}
	.about .mains .text{
		font-size: 12px;
		margin-top: 0;
	}
	.about .mains .text p{
		line-height: 24px;
	}
	.class_mains{
		margin-top: 5%;
		font-size: 16px;
	}
	.news .news_list{
		margin-top: 3%;
		flex-direction: column;
	}
	.news .news_list .img{
		width: 100%;
	}
	.news .news_list .img img{
		width: 100%;
	}
	.news .news_list .text_main{
		width: 100%;
		overflow: hidden;
	}
	.news .news_list .name{
		border: none;
		height: 32px;
		line-height: 32px;
	}
	.news .news_list .names{
		font-size: 18px;
		padding: 0 10px;
	}
	.news .news_list .times_ll{
		font-size: 12px;
	}
	.news .news_list .times_ll img{
		height: 12px;
	}
	.news .news_list .text{
		font-size: 12px;
		line-height: 20px;
		margin-top: 2%;
	}
	.news .news_list .more a{
		height: 32px;
		width: 110px;
		font-size: 14px;
		line-height: 32px;
	}
	.pages a{
		font-size: 16px;
	}
	.news_del .mains{
		margin-top: 5%;
	}
	.news_del .mains p{
		font-size: 12px;
		line-height: 24px;
	}
	.ly_main{
		flex-wrap: wrap;
		margin-bottom: 2%;
	}
	.ly_main .ly_list{
		height: 40px;
		width: 100%;
		margin-bottom: 2%;
	}
	.ly_main .ly_list input{
		font-size: 16px;
		padding: 0 10px;
	}
}