.banNews {overflow: hidden;position: relative;text-align: center;}
.banNews img{width: 100%;}

.ind_about_fr{width: 60%;max-width: initial;}
.ind_about_fr dl dd{line-height: 26px;color: #333;}
.ind_about_fl h2{font-size: 40px;line-height: 40px;padding: 0;color:#333;}
.shipin img.bf{ display:block; cursor:pointer;padding-top:40px;}
.shipin .sp{width:100%;height:100%;position:fixed; z-index:5; left:0; top:0;background-color:#0007; display:none;
    align-items: center;
    justify-content: center;}
.shipin .sp .close{ display:flex; position:absolute; cursor:pointer; right:20%; top:20%;font-size: 36px;font-weight: 100;}
.shipin .sp video{
	width: 50%;
	height: 50%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #000000;
	border-radius: 10px;
}
.ind_about_box{
	background: #fafafa;
	padding: 45px;
	margin-top:100px;
}
.ind_about_box dd{
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.ind_about_box i{
	background: #330061;
	height: 5px;
	width: 15%;
	display: inline-block;
	border-left: solid 35px #f8b500;
	margin:100px 0 25px;
}

.about_wenhua{
	background:#0c0934 url(../images/wenhua.jpg) no-repeat center top;
	text-align: center;
	color: #fff;
	margin-top: 120px;
}
.about_wenhua h4{
	font-size: 40px;
	line-height: 55px;
	padding:190px 0;
}
.about_wenhua ul{
	display: flex;
	justify-content: space-between;
}
.about_wenhua ul li {
	width: 33.2%;
	background:rgba(54, 53, 130, 0.9);
	padding:100px 0;
	display: flex;
	justify-content: center;
}
.about_wenhua ul li dl{
	border-left: 4px solid #f9b400;
	text-align: left;
	padding:8px 0 8px 25px;
}
.about_wenhua ul li dl dt{
	font-size: 28px;
	font-weight: bold;
}
.about_wenhua ul li dl dd{
	font-size: 16px;
	padding-top:20px;
}

.about_title{
	text-align: center;
	margin-top:100px;
}
.about_title h2{
	font-size: 40px;
	line-height: 64px;
	color: #333;
}
.about_title h2 span{
	color: #330061;
}
.about_title dd{
	line-height: 25px;
	color: #333;
	font-size: 16px;
	padding-top:20px;
}
.fengcai_mySwiper{
	margin: 50px 0 100px;
	padding-bottom: 50px !important;
}
.fengcai_mySwiper .swiper-pagination{bottom: 0 !important;top: auto !important;}
.fengcai_mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#330061;
}
.fengcai_mySwiper .swiper-pagination-progressbar{
	background: none;
	background-position-x: 2px;
	height: 5px;
}
.fengcai_mySwiper .swiper-pagination-progressbar::after{
	content: "";
	position: absolute;
	bottom:2px;
	left: 0;
	height: 1px;
	background:#ccc;
	width: 100%;
	z-index: -1;
}
.fengcai_mySwiper .swiper-wrapper .swiper-slide img{
	width: 100%;
}

/* 历程 */
.about-course{
	background:#330061 url(../images/course.png) no-repeat bottom center;
	padding:100px 0;
}
.about-title h2{
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.about-course-sli {
    position: relative;
}

.about-course-con {
    width: 100%;
    margin: 0 auto;
}

.swiper-container-cou {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container-cou .swiper-slide {
    overflow: hidden;
}

.swiper-container-cou .swiper-slide .sw-con {
}

.swiper-container-cou .swiper-slide .sw-con .sw-conl {
    width: 100%;
	position: relative;
	background: rgba(51, 0, 97, 1);
}
.swiper-container-cou .swiper-slide .sw-con .sw-conl>h3 {
    font-size:240px;
	line-height: 190px;
    color: #330061;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'akrobat';
	opacity: 0;
}
.swiper-container-cou .swiper-slide-active .sw-con .sw-conl>h3{
	opacity: 1;
}
.swiper-container-cou .swiper-slide .sw-con .sw-conl>img {
    width: 100%;
	opacity: 0.4;
}
.swiper-container-cou .swiper-slide-active .sw-con .sw-conl>img {
	opacity: 1;
}

.swiper-container-cou .swiper-slide .sw-con .sw-conr p{
	color: #fff;
    font-size: 18px;
	padding-top:50px;
	opacity: 0;
}
.swiper-container-cou .swiper-slide-active .sw-con .sw-conr p{
	opacity: 1;
}


.gallery-top {
    width: 100%;
    overflow: hidden;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
	top: 46%;
}

.gallery-thumbs .swiper-button-next {
    background: rgba(255, 255, 255, 0.2);
    background-size: 30px;
	right: 0;
}
.gallery-thumbs .swiper-button-next:hover,.gallery-thumbs .swiper-button-prev:hover{
    background: rgba(255, 255, 255, 1);
}

.gallery-thumbs .swiper-button-prev {
    background: rgba(255, 255, 255, 0.2);
    background-size: 30px;
	left: 0;
}

.gallery-thumbs {
    box-sizing: border-box;
	padding:60px 3%;
	position: relative;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    color: rgba(255, 255, 255, 0.2);
    font-size: 30px;
	font-family: arial;
	text-align: center;
}
.gallery-thumbs .swiper-slide-thumb-active{
	color: rgba(255, 255, 255, 1);
}
/* 历程 end */
.fengcai_mySwiper01{
	margin: 50px 0 100px;
	padding-bottom: 50px !important;
}
.fengcai_mySwiper01 .swiper-pagination{bottom: 0 !important;top: auto !important;}
.fengcai_mySwiper01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#330061;
}
.fengcai_mySwiper01 .swiper-pagination-progressbar{
	background: none;
	background-position-x: 2px;
	height: 5px;
}
.fengcai_mySwiper01 .swiper-pagination-progressbar::after{
	content: "";
	position: absolute;
	bottom:2px;
	left: 0;
	height: 1px;
	background:#ccc;
	width: 100%;
	z-index: -1;
}
.fengcai_mySwiper01 .swiper-slide{
	background:#f9f7fa;
	padding: 30px;
	box-sizing: border-box;
}
.fengcai_mySwiper01 .swiper-slide img{
	width: 100%;
}

.list_page{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1440px;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.list_page dl{
	text-align: left;
}
.list_page dl dt{
	font-size: 40px;
	line-height: 68px;
}
.list_page dl dt span{
	color: #f8b500;
	font-size: 56px;
	font-family: arial;
}
.list_page dl dd{
	font-size: 24px;
	font-weight: bold;
	padding-top:50px;
}
.list_page ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 40%;
}
.list_page ul li{
	width: 48%;
	padding:40px 0;
	border-radius: 30px;
	background:rgba(255, 255, 255, 0.2);
	margin-top:30px;
}
.list_page ul li img{
	width: auto;
	height: 75px;
}
.list_page ul li dd{
	font-size:26px;
	padding-top:26px;
}
.oem_gg{
	text-align: center;
	padding-top:30px;
}
.oem_gg dd{
	font-size: 26px;
	line-height: 70px;
	background: #f9f7fa;
}
.oem_about{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin:60px auto;
}
.oem_about dl{
	width: 46%;
}
.oem_about dl dt{
	font-size: 40px;
	line-height: 56px;
	color: #333;
}
.oem_about dl dd{
	font-size: 18px;
	line-height: 36px;
	padding-top:50px;
	color: #333;
}
.oem_about img{width: 50%;}
.oem_certificate{
	margin-bottom: 100px;
}
.oem_certificate img{width:100%;}
.oem_certificate dd{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	padding-top:30px;
}

.oem_advantage{
	background: url(../images/oem_advantage.jpg) no-repeat center;
}
.oem_advantage .about_title h2{
	padding-top: 100px;
	color: #fff;
}
.oem_advantage ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.oem_advantage ul li{
	width: 25%;
	text-align: center;
	height: 500px;
	transition: all .6s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 4%;
	box-sizing: border-box;
}
.oem_advantage h3{
	color: #fff;
	font-size: 36px;
	font-weight:bold;
	padding-top:26px;
}
.oem_advantage ul p{
	opacity: 0;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	padding-top:40px;
}

.oem_advantage ul li img{
	transition: all .6s ease-out;
}
.oem_advantage ul .on{
  background: -moz-linear-gradient(top, rgba(51, 0, 97, 0) 0%, rgba(51, 0, 97, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 0, 97, 0) 0%, rgba(51, 0, 97, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(51, 0, 97, 0) 0%, rgba(51, 0, 97, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(51, 0, 97, 0) 0%, rgba(51, 0, 97, 0.7) 100%);
  background: linear-gradient(to top, rgba(51, 0, 97, 0) 0%, rgba(51, 0, 97, 0.7) 10);
}
.oem_advantage ul .on p{
	opacity: 1;
}

.oem_flowpath{
	background:#f9f7fa;
}
.oem_flowpath .about_title{
	margin-top: 0;
}
.oem_flowpath .about_title h2{
	padding-bottom: 50px;
	color: #333;
}

.banNews_box{
	background: url(../images/case_1.jpg) no-repeat center;
	padding:100px 0;
}
.list_banNews{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.list_banNews_img{
	position: relative;
	padding-left:5%;
	width: 60%;
	box-sizing: border-box;
}
.list_banNews_img .cont_img01{
	max-width: 700px;
}
.list_banNews_img .cont_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banNews_box .inmenu{
	position: absolute;
	bottom: 0;
}
.list_banNews_nr{
	width: 40%;
	text-align: center;
	color: #fff;
}
.list_banNews_nr dt{
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.list_banNews_nr dd{
	font-size: 30px;
	font-weight: 100;
	padding-top: 26px;
}
.banNews_inmenu{
	max-width: 1400px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom:6%;
	left: 50%;
	transform: translateX(-50%)
}
.banNews_inmenu ul{
	display: flex;
	justify-content: space-around;
}
.banNews_inmenu ul li a{
	font-size: 18px;
	color:rgba(255, 255, 255, 0.6);
	font-weight: 100;
}
.banNews_inmenu ul li.cur a{
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.pro_inmenu {
	background: #fbfafc;
}
.pro_inmenu ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:60px 0;
}
.pro_inmenu ul li{
	margin-right: 10px;
	background: #eeeeee;
}
.pro_inmenu ul li:hover{
    background: #330061;
}
.pro_inmenu ul li:hover a{
    color: #fff;
}
.pro_inmenu ul li a{
	font-size: 15px;
	line-height: 50px;
	display: block;
	padding:0 15px;
	color: #333;
}
.pro_inmenu ul li.cur{
	background: #330061;
}
.pro_inmenu ul li.cur a{
	color: #fff;
}
.banNews_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	  background: -moz-linear-gradient(top, rgba(51, 0, 97, 1) 0%, rgba(51, 0, 97, 0) 60%);
	  background: -webkit-linear-gradient(top, rgba(51, 0, 97, 1) 0%, rgba(51, 0, 97, 0) 60%);
	  background: -o-linear-gradient(top, rgba(51, 0, 97, 1) 0%, rgba(51, 0, 97, 0) 60%);
	  background: -ms-linear-gradient(top, rgba(51, 0, 97, 1) 0%, rgba(51, 0, 97, 0) 60%);
	  background: linear-gradient(to top, rgba(51, 0, 97, 1) 0%, rgba(51, 0, 97, 0) 6);
}
.banNews h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 36px;
}
.banNews h3 dd{
	font-family: "akrobat";
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 20px;
	font-weight: 100;
	text-transform: uppercase;
}

.list_content{
	text-align: center;
	margin-top: 60px;
}
.list_content h3{
	color: #330061;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom:20px;
}
.list_content dd{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.list_content_lx{
	margin-top: 50px;
}
.list_content_lx ul{
	display: flex;
	justify-content: space-between;
	border: solid 1px #eeee;
}
.list_content_lx ul li{
	width: 25%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:70px 0;
	position: relative;
}
.list_content_lx ul li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	background:#eee;
	width: 1px;
}
.list_content_lx ul li dl{
	text-align: left;
	width: 70%;
	padding-top:50px;
}
.list_content_lx ul li dl dd{
	font-size: 16px;
	color: #666;
}
.list_content_lx ul li dl dt{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-top:16px;
	line-height: 30px;
}
.list_content_lx ul li dl p{
	color: #999;
	font-size: 14px;
	padding-top:6px;
}
.list_content_add{
	margin:80px auto;
}
.list_content_add iframe{
	width: 100%;
}

.content_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content_message h3{
	font-family: "akrobat";
	font-size: 60px;
	line-height: 60px;
	color: #f0eef2;
}
.content_message h2{
	color: #330061;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	padding:20px 0;
}
.content_message i{
	background: #330061;
	height: 5px;
	width: 12%;
	display: inline-block;
	border-left: solid 35px #f8b500;
}
.content_message dd{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-top: 70px;
}
.content_tousu-box{
	width: 55%;
}
.content_tousu-box li{
	margin-bottom:30px;
}
.content_tousu-box li input{
	width: 100%;
	border: none;
	border-bottom: solid 1px #eee;
	line-height: 50px;
}
.content_tousu-box li dd{
	font-size: 20px;
	color: #333;
}
.content_tousu-box li textarea{
	border: none;
	border-bottom: solid 1px #eee;
	width: 100%;
	line-height: 30px;
}
.content_tousu-box .from-list{
	display: flex;
	justify-content: flex-start;
}
.content_tousu-box .from-list img{
	height: 50px;
}
.content_tousu-box .from-list .middle_7_b_code{
	background: #f9f7fa;
	border: none;
	text-align: center;
	height: 50px !important;
	line-height: 50px !important;
}

@media ( max-width:1380px) {
    .w1500{width:94% !important;}
    .list_content h3{font-size:30px;}
    .content_tousu-box li dd{font-size:17px;}
    .content_message h2{font-size:30px;line-height:30px;}
    .banNews h3{font-size:30px;}
    .banNews h3 dd{font-size: 42px;line-height: 42px;}
    .ind_foot_box_nav ul h4{font-size:16px;}
    .ind_foot_box_nav ul li a{font-size:14px;}
    .top_nav ul li{padding-right: 35px;}
}
@media ( max-width:1280px) {
    .top_nav .cen>ul>li{
        width: 100px;
        height: 170px;
    }
    .list_banNews_nr dt{
        font-size: 35px;
        line-height: 35px;
    }
    .list_banNews_nr dd{
        font-size: 22px;
    }
    .list_page{
        width: 90%;
    }
    .list_page ul li dd{
        font-size: 20px;
    }
    .list_page ul li img{
        height: 45px;
    }
    .list_page ul li{
        padding: 30px 0;
    }
    .list_page dl dt{
        font-size: 36px;
    }
    .list_page dl dt span{
        font-size: 40px;
    }
    .about_title h2 {
    font-size: 30px;
    line-height: 45px;
    }
    .oem_gg dd {
    font-size: 22px;
    }
    .oem_gg img{
        width: 100%;
    }
    .oem_about dl dt {
    font-size: 35px;
    line-height: 45px;
    }
    .oem_about dl dd {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
    }
    .oem_advantage h3{
        font-size: 24px;
    }
    .innum_foot .innum li h4{
        font-size: 60px;
    }
}
@media ( max-width:1280px) {
    .innum_foot .innum li h4 {
    font-size: 38px;
}
}
@media ( max-width:790px) {
    .banNews{margin-top: 60px;}
    .ind_about_fl h2 {
    font-size: 28px;
    line-height: 28px;
    padding-top: 20px;
}
.ind_about_box {
    background: #fafafa;
    padding: 45px;
    margin-top: 50px;
}
.about_gg_img img{
    width: 100%;
}
.about_wenhua{
    margin-top: 30px;
}
.about_wenhua h4 {
    font-size: 30px;
    line-height: 55px;
    padding: 90px 0;
}
.about_wenhua ul li dl dt {
    font-size: 18px;
}
.about_wenhua ul li{
    padding: 20px 0;
}
.about_wenhua ul li dl dd {
    font-size: 14px;
}
.about_title {
    margin-top: 40px;
}
.fengcai_mySwiper {
    margin: 30px 0;
    padding-bottom: 20px !important;
}
.about-title h2 {
    font-size: 30px;
    line-height: 30px;
}
.about-course {
    padding: 40px 0;
}
.gallery-thumbs .swiper-slide{
    font-size: 22px;
}
.swiper-container-cou .swiper-slide .sw-con .sw-conl>h3{
    font-size: 60px;
    line-height: 50px;
}
.swiper-container-cou .swiper-slide .sw-con .sw-conr p {
    font-size: 15px;
    padding-top: 30px;
}
.gallery-thumbs {
    padding: 40px 3%;
}
.fengcai_mySwiper01 .swiper-slide{
    padding: 10px;
}
.fengcai_mySwiper01{
    margin: 50px 0;
}
.list_page{
    flex-wrap: wrap;
}
.list_page ul{
    width: 100%;
}
.list_page ul li{
    width: 24%;border-radius: 10px;    margin-top: 20px;
}
.list_page dl dt {
    font-size: 20px;
    line-height: 20px;
}
.list_page ul li {
    padding: 10px 0;
}
.list_page ul li img {
    height: 30px;
}
.list_page ul li dd {
    font-size: 15px;
    padding-top: 0;
}
.list_page dl dd{
    display: none;
}
.list_page dl dt span {
    font-size: 20px;
}
.about_title h2 {
    font-size: 18px;
    line-height: 30px;
}
.oem_gg dd {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}
.oem_about{
    flex-wrap: wrap;margin: 20px auto;
}
.oem_about dl{
    width: 100%;
}
.oem_about dl dt {
    font-size: 22px;
    line-height: 35px;
}
.oem_about img {
    width: 100%;
    padding-top: 20px;
}
.oem_certificate dd {
    font-size: 16px;
}
.oem_certificate {
    margin-bottom: 20px;
}
.oem_advantage ul li{
    width: 50%;
    height: auto;
}
.oem_advantage ul p {
    font-size: 15px;
    padding: 20px 0;
}
.oem_advantage h3 {
    font-size: 20px;
}
.oem_advantage .about_title h2 {
    padding: 30px 0;
}
.banNews h3 dd {
    font-size: 28px;
    padding-bottom: 8px;
    line-height: 28px;
}
.banNews h3 {
    font-size: 20px;
}
.list_content h3 {
    font-size: 24px;
}
.list_content_lx ul{
    flex-wrap: wrap;
}
.list_content_lx ul li{
    width: 50%;padding: 20px 0;    border-bottom: solid 1px #eee;
}
.list_content_lx ul li img{
    width: 60%;
}
.list_content_lx ul li dl dt {
    font-size: 17px;
}
.content_container{
    flex-wrap: wrap;
}
.content_tousu-box{width:100%;margin:30px 0;}
.content_tousu-box .from-list{
    flex-wrap: wrap;
}
.send{
    margin-top: 10px;
}
.banNews_box .mainCont {display:none;}
.list_banNews_nr dd{display:none;}
.list_banNews_nr dt {
    font-size: 26px;
    line-height: 35px;
}
.pro_inmenu ul {
    padding: 20px 0;
}
.cpxqnr,.cssm-tit,.cssm-c{
    width: 94%;
    margin: 0 auto !important;
}
#certify {
    height: 340px !important;
}
}