@charset "utf-8";
#banner{position:relative}
.banner{width:100%}
#banner img{display:block;max-width:100%}
.banner-title{position:absolute;top:50%;transform:translateY(-50%);text-align:center;color:#fff;width:100%}
.banner-title h2{font-size:40px}
.banner-title p{}
.banner-bottom{display:flex;width:100%;align-items:center;flex-wrap:wrap;margin-top: -66px;position:relative;}
.bannerL{width:50%;background:#fff;box-sizing:border-box;padding-left:5%;/* border-bottom: 1px solid #DCDCDC; */}
.bannerL ul{display:flex}
.bannerL li{padding: 25px 0;position:relative;}
.bannerL li a{display:block;line-height:1;border-right:1px solid #727272;padding:0 20px;font-size:15px}
.bannerL li.on a{color:#FE7A0E}
.bannerL li:after{display:block;content:'';width:90%;height:2px;background:transparent;position:absolute;bottom:0;left:5%}
.bannerL li.on:after{background:#FE7A0E}
.bannerR{color:#fff;width:50%;text-align:right;padding-right:5%;box-sizing:border-box;font-size: 14px;}
.bannerR i{}
.bannerR a{color:#fff}
@media (max-width:768px){
	#banner{
    /* z-index: 9; */
}
	#banner img{max-width:100%}
	.banner{}
	.banner-title{margin-top:-10px}
	.banner-title h2{font-size:30px;line-height:1.2}
	.banner-title p{font-size:14px;line-height:1.2;display:none}
	.banner-bottom{margin-top:0}
	.bannerL{width:100%;padding-left: 0;}
	.bannerL ul{}
	.bannerL li{}
	.bannerL li a{padding: 0 10px;}
	.bannerL li.on a{}
	.bannerR{width:100%;text-align:left;position:absolute;top:-32px;z-index: 9;padding: 0 10px;font-size: 14px;}
	.bannerR a{
    font-size: 14px;
}
	.bannerR i{}
}

/*news-video*/
#main{padding: 80px 0 50px;}
.video-list{display:flex;justify-content:space-between;flex-wrap:wrap}
.video-list li{width:32%;margin-bottom:20px}
.video-list li a{display:block;position:relative}
.video-list li img{display:block;max-width:100%}
.video-list li div{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,0.5);color:#fff;box-sizing:border-box;padding:0 0 0 10px}
.video-list .time{background:url(../images/time.png) no-repeat center left;padding-left:35px;font-size:14px;display:inline-block;background-size:auto 26px}
.video-list .visit{background:url(../images/visit.png) no-repeat center left;padding-left:38px;font-size:14px;display:inline-block;margin-left:10px;background-size:auto 23px;margin-top:9px}
.video-list .more{display:block;float:right;width:50px;height:46px;background:#FF7300 url(../images/more.png) no-repeat center}
.video-list p{padding:10px}
.page{text-align:center}
.page a{display:inline-block;width:26px;text-align:center;line-height: 26px;margin-right: 2px;}
.page a:hover,.page a.page-num-current{background: #FF7200;color: #fff;}
.page i{}

/*news*/
.news-list{display: flex;flex-wrap: wrap;}
.news-list li{width: 19%;margin-bottom: 20px;margin-right: 1.2%;}
.news-list li:nth-child(5n){margin-right:0;}
.news-list a{display:block;transition:0.5s all}
.news-img{width:100%;height:0px;position:relative;padding-bottom: 100%;}
.news-img img{position:absolute;width:100%;height:100%;top:0px;left:0px}
.news-con{padding: 20px 10px 10px;}
.news-con .time{color:#999;font-size:14px;line-height:1;display:block}
.news-con h4{height:40px;line-height:40px;color:#333;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}
.news-con i{border-top-color: #FF963E;border-top-width:1px;border-top-style:solid;margin: 5px 0;width: 100%;transition:all .5s ease;display:block;}
.news-con p{font-size:0.875rem;display:-webkit-box;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:2em;color:#999;}


@media (max-width:768px){
	/*news-video*/
	#main{padding: 20px 0;}
	.video-list{}
	.video-list li{width: 100%;}
	.video-list li a{}
	.video-list li img{}
	.video-list li div{}
	.video-list .time{}
	.video-list .visit{}
	.video-list .more{}
	.video-list p{}
	.page{}
	.page a{}
	.page i{}
	
	/*news*/
	#news{padding:20px 0}
	.newsL{}
	.newsL .title{margin-bottom:10px}
	.newsL .titleL h3{padding-top:20px}
	.newsL a{margin-top:10px;margin-bottom:15px}
	.news{padding:0}
	.news-list{justify-content:space-between;}
	.news-list li{margin-bottom:15px;width: 49%;margin-right:0}
	.news-list a{}
	.news-img{}
	.news-img img{}
	.news-con{padding: 10px 0;}
	.news-con .time{}
	.news-con h4{}
	.news-con p{}
}
/*productlist*/
.product-list{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.product-list li{width: 18%;margin-bottom:30px;margin-right: 2%;}
.product-list a{}
.product-list .product-img{
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    box-shadow: 0 0 1px #FD6E00;
    }
.product-list .product-img img{    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
.product-list .product-con{border:1px solid #E7E7E7;border-top:0;padding:20px 20px 0}
.product-list .product-con h4{border-bottom:1px solid #E7E7E7}
.product-list .product-con p{display:flex;justify-content:space-between}
.product-list .product-con span{font-size:14px;color:#666}
.product-list .product-con i{color:#666}
/*product*/
.product-top{display:flex;justify-content:space-between;flex-wrap:wrap}
.product-top-left{width: 52%;display:flex;justify-content:space-between;}
.preview{width: 23%;position:relative;box-sizing:border-box;height: 485px;}
.preview .swiper-container{height: 100%;}
.preview .swiper-slide{text-align:center;font-size:18px;background:#fff;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;margin: 5px 0;position: relative;padding: 0 0 75% 0;height: 0;background: #eee;cursor: pointer;}
.preview .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.view .swiper-slide{position: relative;padding: 0 0 75% 0;height: 0;background: #eee;}
.view .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-height: 100%;
}
.preview .slide6{width:82px}
.preview .arrow-left,.preview .arrow-right{background:rgba(0,0,0,0.5);position:absolute;left:50%;width:50px;height:18px;z-index:10;margin-left:-25px;text-align:center;line-height:18px;color:#fff;z-index: 5;}
.preview .arrow-left{top:0}
.preview .arrow-right{bottom:0}
.preview .arrow-left:before,.preview .arrow-right:before{transform:rotate(90deg);display:inline-block}
.preview img{padding:1px;display:block;max-width:100%;max-height: 100%;box-sizing:border-box;}
.preview .active-nav{background: #FF7B0F;box-sizing: border-box;}
.view{width: 73%;}
.view .swiper-container{}
.view img{display:block;max-width:100%}
.product-top-right{width: 42%;background:#F6F6F6;box-sizing:border-box;padding:50px 30px 0;}
.product-top-right h1{margin-bottom:10px}
.product-top-right h1 span{font-size:40px}
.product-top-right h1 i{font-size:20px;color:#FF7300;font-style:normal;margin-left:10px}
.product-top-jstd{font-size:14px;border-bottom:1px solid #E8E8E8;color:#666;overflow:hidden;}
.product-top-zonghe{margin-top:20px}
.product-top-zonghe a{display:block;background:#FF7300;float:left;padding:3px 30px;color:#fff}
.product-top-zonghe a:first-child{margin-right:10px}
.product-content{margin-top:50px;border-top:2px solid #FF7B0F}
.product-title{display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #EBEBEB;align-items:center}
.product-title h1{}
.product-title ul{display:flex;justify-content:space-between}
.product-title li{padding:0 19px}
.product-title li a{font-weight:bold}
.product-title li.on{}
.product-title li.on a{color:#FF7300}
.product-jstd{}
.product-h2{font-size:40px;line-height:150px}
.product-jstd-con{background:#FAFAFA;padding:20px 30px;line-height:2}
.product-jstd-con img{display:block;max-width:100%;}
.product-jstd-con ul{}
.product-jstd-con li{}
.product-xjzs{}
.product-xjzs-con{}
.product-xjzs-con ul{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.product-xjzs-con li{width:18%;margin-right: 2%;}
.product-xjzs-con li img{display:block;max-width:100%;border-radius:10px}
.product-gcal{background:url(../images/anli-bg.jpg) no-repeat center;padding-bottom:70px;margin-top: 70px;}
.product-gcal .product-h2{color:#fff}
.product-gcal-con{display:flex;justify-content:space-between;flex-wrap:wrap}
.gcal-left{width:30%}
.gcal-left img{display:block;max-width:100%}
.gcalR{background:rgba(255,255,255,0.8);width:70%;box-sizing:border-box;padding:50px}
.gcalR-top{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.gcalR-top h4{font-size:30px}
.gcalR-top a{display:block;background:#FF7300;float:left;padding:3px 30px;color:#fff}
.gcalR p{max-width:600px;color:#333;margin-top:20px}
.product-tltj-con li{}
@media (max-width:768px){
	/*productlist*/
	.preview .arrow-left:before, .preview .arrow-right:before{
    transform: rotate(0);
}
	.product-list{
    justify-content: space-between;
}
	.product-list li{width: 48%;margin-bottom: 20px;margin-right: 0;}
	.product-list li:nth-child(5){
    display: none;
}
	.product-list .product-img{}
	.product-list .product-img img{}
	.product-list .product-con{padding: 10px 10px 0;}
	.product-list .product-con h4{}
	.product-list .product-con p{}
	.product-list .product-con span{}
	.product-list .product-con i{}
	/*product*/
	.product-top{}
	.product-top-left{width:100%;flex-wrap: wrap;display: block;}
	.preview{width: 100%;height: auto;margin-bottom: 20px;}
	.preview .swiper-container{margin:-8px 0}
	.preview .swiper-slide{width: 24%;padding: 0 0 18% 0;margin: 0 0.5%;}
	.preview .slide6{}
	.preview .arrow-left, .preview .arrow-right{
    width: 18px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: -25px;
}
	.preview .arrow-left{
    top: 50%;
    left: 0;
}
	.preview .arrow-right{
    top: 50%;
    bottom: unset;
    right: 0;
    left: unset;
}
	.preview img{}
	.preview .active-nav img{}
	.view .swiper-container{}
	.view{width: 100%;}
	.view .swiper-container{}
	.view img{}
	.product-top-right{width:100%;margin-top:10px;padding:10px}
	.product-top-right h1{}
	.product-top-right h1 span{font-size:30px}
	.product-top-right h1 i{font-size:16px}
	.product-top-right p{}
	.product-top-right div{margin-top:10px}
	.product-top-right div a{}
	.product-top-right div a:first-child{}
	.product-title ul{display:none}
	
	.product-jstd{}
	.product-h2{font-size: 24px;line-height: 60px;}
	.product-jstd-con{padding: 20px 10px;}
	.product-jstd-con ul{}
	.product-jstd-con li{}
	.product-xjzs{}
	.product-xjzs-con{}
	.product-xjzs-con ul{}
	.product-xjzs-con li{width: 100%;margin-bottom: 10px;}
	.product-xjzs-con li img{}
	.product-gcal{margin-top:0;padding-bottom:20px}
	.product-gcal .product-h2{text-align:center}
	.product-gcal-con{}
	.gcal-left{width:100%}
	.gcal-left img{}
	.gcalR{width:100%;padding:0 20px 20px}
	.gcalR-top{}
	.gcalR-top h4{}
	.gcalR-top a{}
	.gcalR p{}
}
/*about*/
/*shili*/
.shili-list{}
.shili-list li{width:32%;margin-bottom:50px}
.shili-list a{}
.shili-list .shili-img{}
.shili-list .shili-img img{display:block;max-width:100%}
.shili-list h4{background:#E8E8E8;text-align:center;line-height:50px}
.shili-list a:hover h4{background:#FF7300;color:#fff}

/*zizhi*/
.zizhi-list{}
.zizhi-list li{width: 24%;margin-bottom:50px;}
.zizhi-list a{}
.zizhi-list .zizhi-img{border: 5px solid #E8E8E8;}
.zizhi-list .zizhi-img img{display:block;max-width:100%}
.zizhi-list h4{text-align:center;line-height:50px;}
.zizhi-list a:hover h4{background:#FF7300;color:#fff}

/*changqu*/
.changqu-list{
    justify-content: flex-start;
}
.changqu-list li{width: 19%;margin-bottom:50px;margin-right: 1%;}
.changqu-list a{}
.changqu-list .changqu-img{position: relative;}
.changqu-list .changqu-img img{display:block;max-width:100%}
.changqu-list h4{text-align:center;line-height: 1.2;position: absolute;bottom: 0;width: 100%;background: rgba(0,0,0,0.5);color: #fff;height: 3em;display: flex;align-items: center;justify-content: center;}
.changqu-list a:hover h4{background:#FF7300;color:#fff}
.changqu-list .changqu-img:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center;
    background-size: 80px;
}
.jszc-scsb-list .changqu-img:before{display:none}
/*about*/
.about-top{}
.about-top-left{width:55%}
.about-title{line-height:1.2}
.about-title h1{color:#FF7300}
.about-title h2{font-size:14px;font-weight:normal}
.about-text{color:#666;font-size:15px;margin:20px 0}
.about-ul{display:flex;justify-content:space-around;flex-wrap:wrap;margin:10px 0}
.about-ul li{
    width: 25%;
}
.about-ul h6{font-size:20px;position:relative;padding-bottom:10px}
.about-ul h6:before{display:block;content:'';width:30px;height:2px;background:#FF7300;position:absolute;bottom:0}
.about-ul p{}
.about-ul .num{font-size:50px;font-weight:bold;color:#FE7301}
.about-ul .text{font-size:14px;margin-left:10px}
.about-top-right{width:44%}
.about-top-right img{display:block;max-width:100%}
.about-bottom{margin:30px 0}
.about-about{background:url(../images/about-about-bg.jpg) no-repeat center;text-align:center;color:#fff;padding: 65px 0 70px;margin: 20px 0;}
.about-about div{max-width:1000px;margin:0 auto}
.about-about h2{font-size:30px;margin-bottom:20px}
.about-about p{}
.about-lnwh{margin: 70px auto 0;}
.about-lnwh li{width:48%;box-sizing:border-box;padding: 60px;position:relative;}
.about-lnwh h4{font-size:24px;color:#fff;position:relative;z-index:2}
.about-lnwh h4:after{display:block;content:'';width:30px;height:2px;background:#FD7404;margin-top:10px}
.about-lnwh p{font-size:14px;margin-top: 35px;height: 14em;position:relative;z-index:2;}
.about-jyln{background:url(../images/about-jyln.jpg) no-repeat center}
.about-jyln:after{display:block;content:'';width:100%;height:100%;top:0;left:0;position:absolute;background:rgba(255,115,0,0.8)}
.about-jyln h4:after{background-color:#fff}
.about-jyln p{color:#fff}
.about-qywh{background:url(../images/about-qywh.jpg) no-repeat center}
@media (max-width:768px){
	/*shili*/
	.shili-list{}
	.shili-list li{width:49%;margin-bottom:10px}
	.shili-list a{}
	.shili-list .shili-img{}
	.shili-list .shili-img img{}
	.shili-list h4{line-height:40px;font-size:14px}
	.shili-list a:hover h4{}
	
	/*zizhi*/
	.zizhi-list{}
	.zizhi-list li{width:49%;margin-bottom:10px}
	.zizhi-list a{}
	.zizhi-list .zizhi-img{}
	.zizhi-list .zizhi-img img{}
	.zizhi-list h4{line-height:40px;font-size:14px}
	.zizhi-list a:hover h4{}
	
	/*changqu*/
	.changqu-list{}
	.changqu-list li{width:49%;margin-bottom:10px;margin-right: 1%;}
	.changqu-list a{}
	.changqu-list .zizhi-img{}
	.changqu-list .zizhi-img img{}
	.changqu-list h4{font-size: 12px;}
	.changqu-list a:hover h4{}
	
	/*about*/
	.about-top{}
	.about-top-left{width:100%}
	.about-title{}
	.about-title h1{}
	.about-title h2{}
	.about-text{}
	.about-ul{display:flex;justify-content:space-around;flex-wrap:wrap;margin:40px 0 0}
	.about-ul li{width:50%}
	.about-ul h6{font-size:20px;position:relative;padding-bottom:10px}
	.about-ul h6:before{}
	.about-ul p{}
	.about-ul .num{font-size:50px;font-weight:bold;color:#FE7301}
	.about-ul .text{font-size:14px;margin-left:10px}
	.about-top-right{width:100%}
	.about-bottom{}
	.about-about{padding:20px 10px}
	.about-about div{}
	.about-about h2{font-size:20px;line-height:1.5}
	.about-about p{}
	.about-about p{}
	.about-lnwh{margin:20px auto}
	.about-lnwh li{width:100%;margin-bottom:20px;padding:20px}
	.about-lnwh h4{}
	.about-lnwh p{height:8em}
	.about-jyln{}
	.about-qywh{margin-bottom:0 !important}
}

/*网络*/
/*gongchenganli*/
.gcal-list{}
.gcal-list li{margin-bottom: 20px;}
.gcal-list a{}
.gcal-list .gcalR{background: #F2F2F2;}
/*合作客户*/
.hzkh-list{}
.hzkh-list li{width:19%;margin-bottom: 20px;}
.hzkh-list li img{display:block;max-width: 100%;}
/*营销网络*/
.yxms{}
.yxmsL{width: 58%;}
.yxmsR{width: 40%;}
.yxmsR img{display: block;max-width: 100%;}
@media (max-width:768px){
	.hzkh-list li{width:48%}
	/*营销网络*/
	.yxms{}
	.yxmsL{width: 100%;}
	.yxmsR{width: 100%;}
	.yxmsR img{}
}

/*联系我们*/
#contact-form{}
#message-content{width:52%;border:2px solid #DEDEDE}
.formR{width:46%}
.formR p{border:2px solid #DEDEDE;line-height:60px;margin-bottom:20px}
.formR p label{display:block;width:10%;text-align:center}
.formR p input{width:90%;border:0;box-sizing:border-box;line-height:58px}
#code{border:2px solid #DEDEDE;line-height:54px;width:74%;box-sizing:border-box;padding:0 10px}
#code-img{max-width:24%;height:60px;cursor:pointer}
#form-submit{line-height:60px;background:#FF7300;width:100%;margin-top:20px;color:#fff;font-size:24px;cursor:pointer}

/*contact*/
.contact-top{border-radius:100px;background:#F8F8F8;position:relative;height:200px;box-sizing:border-box;padding-left:280px;padding-right:80px;padding-top:35px;margin:30px auto 50px}
.contact-top:before{display:block;content:'';width:236px;height:240px;background:url(../images/kefu.png) no-repeat center;position:absolute;top:-20px;left:0}
.contact-top h4{font-size:26px}
.contact-top p{color:#444}
.contact-contact{margin-bottom:50px}
.contact{background:#F8F8F8;width:49%;box-sizing:border-box;padding:40px 50px;border-radius:15px}
.contact dl{}
.contact dt{height:100%;display:flex;align-items:center;width:30%;border-right:2px solid #FD933D;font-weight:bold;font-size:26px}
.contact div{width:60%}
.contact dd{margin:15px 0}
.contact dd img{vertical-align:middle;margin-right:15px}
.contact dd span{}
.contact-map{background:#F8F8F8;padding:20px;align-items:center}
.contact-map .foot-left{width:20%}
.contact-map .foot-left h4{color:#333;font-size:20px;font-weight:bold}
.contact-map .foot-left p{color:#FF7300}
.contact-map .foot-left h4:after{display:none}
.contact-mapR{width: 49%;}
#container{
    width: 100%;
    height: 100%;
}
.contact-mapR img{display:block;max-width:100%}
.sitemap{}
.sitemap dl{border-bottom: 1px solid #ECECEC;padding: 10px 0;justify-content: flex-start;}
.sitemap dl dt{float: left;min-width: 150px;text-align: center;margin-right: 10px;}
.sitemap dl dt a{background: #ECECEC;}
.sitemap dl dd{float: left;padding: 0 10px;}
.sitemap dl dd a{}
.sitemap dl a{display: block;}
.sitemap dl a:hover{}
@media (max-width:1440px){
	.contact{padding: 40px 30px;}
	.contact div{
    width: 65%;
}
}
@media (max-width:1250px){
	.contact dt{
    width: 100%;
    height: auto;
    border-right: 0;
}
.contact div{width:100%}
	
}
.ys-con{box-sizing:border-box}
.ys-con h2{color:#FE7A0E;margin-bottom:20px}
.ys-con h2 i{font-size:40px;vertical-align:sub;margin-right:15px}
.ys-con div{font-size:16px}
.ys-img{width:26%}
.ys-img img{display:block;max-width:100%}
.ys1{}
.ys1 .ys-con{width:46%}
.ys1 .ys-img{width:50%}
.ys2{margin:10px 0;align-items:center}
.ys2 .ys-con{width:30%}
.ys2 .ys-img{width:66%}
.ys3{/* align-items:center; */justify-content: space-between;}
.ys3 .ys-con{width:33%;padding-top: 50px;}
.ys3 .foot-left{width:30%;background:url(../images/ys4.jpg) no-repeat center;box-sizing:border-box;padding:50px;color:#fff}
.ys3 .foot-left h4{color:#fff}

/*xianzhuang*/
.xianzhuang-con{}
.xianzhuang-title{color:#FF7300;margin-bottom:20px;font-size:30px}
.xianzhuang-con div{text-indent:2em}
.xianzhuang-img{}
.xianzhuang-img img{display:block;max-width:100%}
.xianzhuang1{}
.xianzhuang2{background:#F7F7F7;margin-top:50px;align-items:center}
.xianzhuang1 .xianzhuang-con{width:58%}
.xianzhuang1 .xianzhuang-img{width:35%}
.xianzhuang2 .xianzhuang-con{width:60%;box-sizing:border-box;padding-right:20px}
.xianzhuang2 .xianzhuang-img{width:35%}
@media (max-width:768px){
	
	#contact-form{}
	#message-content{width:100%;border-width:1px;margin-bottom:10px;line-height:3;height:6em;box-sizing:border-box;padding:0 10px}
	.formR{width:100%}
	.formR p{border-width:1px;line-height:3;margin-bottom:10px}
	.formR p label{width:20%}
	.formR p input{width:80%;line-height:3}
	#code{border-width:1px;line-height:46px;width:63%}
	#code-img{height:48px;max-width:35%}
	#form-submit{margin-top:10px;font-size:18px;line-height:48px}
	
	/*contact*/
	.contact-top{height:auto;margin:10px auto;border-radius:10px;padding:10px}
	.contact-top:before{display:none}
	.contact-top h4{}
	.contact-top p{}
	.contact-contact{margin-bottom:10px}
	.contact{width:100%;padding:15px;margin-bottom:10px}
	.contact dt{width:100%;height:auto;border:0}
	.contact div{width:100%}
	.contact dd{margin:5px 0}
	.contact dd img{}
	.contact dd span{}
	.contact-map{padding:20px 10px}
	.contact-map .foot-left{width:100%}
	.contact-mapR{width:100%;margin-top:10px}
	.contact-mapR img{}
	
	.sitemap{}
	.sitemap dl{}
	.sitemap dl dt{width: 100%;}
	.sitemap dl dd{}
	.sitemap dl a{}
	.sitemap dl a:hover{}
	
	.ys-con{}
	.ys-con h2{font-size:20px;margin-bottom:0}
	.ys-con h2 i{font-size:30px}
	.ys-con div{font-size:14px;margin-bottom:10px}
	.ys-img{width:100%}
	.ys-img img{}
	.ys1{}
	.ys1 .ys-con{width:100%}
	.ys1 .ys-img{width:100%}
	.ys2{}
	.ys2 .ys-con{width:100%}
	.ys2 .ys-img{width:100%}
	.ys3{}
	.ys3 .ys-con{width:100%}
	.ys3 .foot-left{width:100%;padding:20px}
	.ys3 .foot-left h4{}
	
	.xianzhuang-con{}
	.xianzhuang-title{}
	.xianzhuang-con div{}
	.xianzhuang-img{}
	.xianzhuang-img img{}
	.xianzhuang1{}
	.xianzhuang2{}
	.xianzhuang1 .xianzhuang-con{width: 100%;}
	.xianzhuang1 .xianzhuang-img{width: 100%;}
	.xianzhuang2 .xianzhuang-con{width: 100%;padding: 10px;}
	.xianzhuang2 .xianzhuang-img{width: 100%;}
}

.shipin{}
.shipin-video{
    max-width: 800px;
    margin: 0 auto;
}
.shipin-video img{max-width:100%}
.shipin h1{
    text-align: center;
    margin-bottom: 50px;
}
.shipin-video video{
    max-height: 500px;
}
#shipin-swiper{width:100%;max-width:600px;margin:0 auto;}
#shipin-swiper img{display:block;}
#shipin-swiper .swiper-button-prev,#shipin-swiper .swiper-button-next{position:absolute;top:50%;width: 40px;height: 70px;margin-top: -35px;z-index:10;cursor:pointer;-moz-background-size: 22px 40px;-webkit-background-size: 22px 40px;background-size: 22px 40px;background-position:center;background-repeat:no-repeat;background-color: #FF7300;}
#shipin-swiper .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");left: 30px;}
#shipin-swiper .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");right:30px}
#shipin-swiper .swiper-pagination-bullet-active{background: #FF7300;}