
.headerbox {
	max-width:1320px;
	margin:0 auto !important;
}
.cut3_wp{
	max-width:1300px;
	margin:0 auto;
}

.cut3_nav{
	background:#b01f24
}

.cut3_nav_bg ul{
	float:right;
	display:inline-block;
	margin-right: -1.5rem;
}
.cut3_nav_bg ul li{
	float:left
}
.cut3_nav_bg ul li a{
	display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 1rem 1.5rem;
}



/*banner*/
.banner{
    position: relative;
}
.banner_title{
    position: absolute;
	width:70%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align:center;
	color:#fff
}
.banner_title h2{
	background: #b01f24;
	display:inline-block;
	font-size: 58px;
    padding: 10px 16px;
}
.banner_title p{
	font-size:32px;
	margin-top:32px;
}
.banner_title p span{
	font-weight:bold;
}

.banner .banner_pagin{
	width:100%;
	bottom:16px
}
.banner .banner_pagin .swiper-pagination-bullet{
	width: 48px ;
    height: 7px;
    margin: 0 5px;
    background: white;
	border-radius:10px;
}


/* icon */
.icon_for{
	padding:80px 0
}
.yun_icon{
	display:flex;
}
.icon_list{
	flex:1;
	margin-right:20px;
	background: #f6f7f9;
	text-align:center;
	padding:50px 30px 30px
}
.icon_list div{
	width:57px;
	height:57px;
	margin:0 auto;
	position:relative
}
.icon_list div img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.icon_list h3{
	font-size: 24px;
    margin: 30px 0 20px;
}
.icon_list p{
	line-height:30px;
	color: gray;
}


/* 轮播 */
.yun_product{
	/* background:#f1f6fa; */
	/* padding:80px 0 100px; */
	position:relative
}
.yun_title{
	font-size:28px;
	text-align:center
}

.product{
	margin-top:50px
}
.product1 , .product2{
	display:none
}
.product_slide{
	padding: 100px 40px;
	color:#fff;
	text-align:center;
	height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
}
.product_slide h2{
	font-size:24px;
}
.product_slide span{
	width:50px;
	border:1px solid #ff7074;
	margin:30px auto;
	display:inline-block
}
.product_slide p{
	font-size: 16px;
    line-height: 30px;
	text-align: justify;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    z-index: 10;
    cursor: pointer;
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #014fa2;
	outline:none
}
.swiper-button-next{
    right: 200px;
}
.swiper-button-prev{
	left: 200px
}

.product .swiper-slide{
	overflow:hidden;
	/* width:390px !important */
}

.product .swiper-slide .slide_list{
	width: 32%;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}
.product .swiper-slide .slide_list:nth-child(3n){
	margin-right:0
}
.active_slide{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #004fa3;
    padding: 30px;
	transition: all 0.3s;
}
.active_slide a{
	display:block;
	width:100%;
	height:100%
}
.active_slide a , .active_slide a:hover{
	color:#fff
}
.active_slide h2 {
    font-size: 24px;
    text-align: center;
}
.active_slide span {
    width: 50px;
    border: 1px solid #ff7074;
    margin: 20px auto;
    display: inline-block;
}
.active_slide p {
    font-size: 12px;
    line-height: 24px;
	/* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 3; */
    /* overflow: hidden; */
}
.active_slide div{
	margin-bottom:16px
}
.active_slide h4{
	margin-bottom:6px;
	text-align:left
}

.product .slide_list:hover .active_slide{
	top:0;
}


/* 新改版 */
.new_list{
	margin:40px 0;
}
.new_list ul:after , .new_list1 ul:after{
	content:"";
	display:block;
	clear:both
}
.new_list ul li{
	width:16.666%;
	float:left
}
.new_list ul li p{
	margin:6px;
	border-radius:6px;
	border:1px solid #1d4f9e;
	font-size:18px;
	text-align:center;
	padding:12px;
	cursor: pointer;
}

.new_list ul li p:hover , .new_list ul li .active_p{
	background:#1d4f9e;
	color:#fff
}

.new_list1{
	display:none
}
.new_list1 ul li{
	width:33.3%;
	float:left;
	position:relative;
	/* padding-bottom:50%; */
	overflow:hidden
}
.new_list1 ul li a{
	margin:6px;
	display:block
}
.product_img{
	position:relative;
	padding-bottom:54%;
	overflow:hidden
}
.product_img img{
	position:absolute;
	top:0;
	left:0;
	transition:all 1s;
	width:100%
}
.product_img:hover img{
	/* transform:scale(1.1) */
}
.product_img h3{
	text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
	z-index:1
}
.product_img>p{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2)
}

.product_pos{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	padding: 36px 26px;
    transition: all 0.3s;
    background: rgba(25, 74, 144, 0.5);
	z-index:2;
	color:#fff;
	    line-height: 28px;
    text-align: center;
}
.product_pos p{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product_img:hover h3{
	display:none
}
.product_img:hover .product_pos{
	top:0
}


/* 地图 */
.yun_map{
	padding:80px 0
}
.map_p{
	margin: 20px 0 40px;
    font-size: 18px;
    text-align: center;
}
.map_p p{
	margin-top:20px;
	line-height: 30px;
}
.map_top{
	display:flex;
	background:#f5f5f5;
	padding: 30px 70px;
	margin-bottom: 10px;
}
.map_bottom{
	background:transparent
}
.map_top div{
	flex:1;
	padding-left: 100px;
}
.map_bottom div:nth-child(2){
	border-left: 1px solid darkgray;
    border-right: 1px solid darkgray;
}
.map_top div p:first-child{
	font-size: 18px;
    margin-bottom: 10px;
}
.map_top div p:last-child{
	font-size: 30px;
	color:#0050a2
}

.ditu_map{
	position:relative;
	text-align:center;
}
.ditu_map img:last-child{
	position:absolute;
	bottom:30px
}


@media screen and (max-width: 1800px){
	.swiper-button-next{
		right: 150px;
	}
	.swiper-button-prev{
		left: 150px
	}
}


@media screen and (max-width: 1700px){
	.swiper-button-next{
		right: 85px;
	}
	.swiper-button-prev{
		left: 85px
	}
}

@media screen and (max-width: 1650px){
    .banner_title h2{font-size:44px}
	.banner_title p {font-size: 24px;margin-top: 26px;}
	/* .cut3_wp {margin: 0 14%;} */
	/* .headerbox {margin: 0 14% !important;} */
	.icon_list {
		padding: 50px 20px 30px;
	}
	.swiper-button-prev {
		left: 50px;
	}
	.swiper-button-next {
		right: 50px;
	}
	.product_slide {
		padding: 76px 40px;
	}
	.active_slide{
		padding: 20px;
	}
	.map_top div {
		padding-left: 80px;
	}
	.ditu_map img:first-child {
		width:62%
	}
}


@media screen and (max-width: 1500px){
	.swiper-button-next{
		right: 12px;
	}
	.swiper-button-prev{
		left: 12px
	}
}


@media screen and (max-width: 1400px){
	.cut3_wp , .cut3_nav_bg , .headerbox{
		max-width: 1100px;
		margin: 0 auto;
		width:92%
	}

	.headerbox{
		padding:0 !important
	}


	/* .headerbox {margin: 0 12% !important;} */
	.icon_list h3{font-size:20px}
	.icon_list p {font-size: 14px;line-height: 26px;}
	.yun_title {font-size: 24px;text-align: center;}
	.product_slide h2 {
		font-size: 22px;
	}
	.product_slide span {
		margin: 24px auto;
	}
	.swiper-button-prev {
		left: 20px;
	}
	.swiper-button-next {
		right: 20px;
	}
	.product_slide {
		padding: 70px 26px;
	}
	.product_slide p {
		font-size: 14px;
		line-height: 28px;
	}
	.active_slide{
		padding: 20px;
	}
	.active_slide p{
		font-size:12px
	}
	.active_slide span {
		margin: 14px auto;
	}
	.map_top div {
		padding-left: 60px;
	}
	.map_top div p:last-child {
		font-size: 26px;
	}
}

@media screen and (max-width: 1251px){
	.product{
		display:none
	}
	.product1{
		display:block;
		max-width: 800px;
		margin: 40px auto;
	}
	.product .swiper-slide .slide_list:nth-child(3n) {
		margin-right: 2%;
	}
	.product1 .swiper-slide .slide_list:nth-child(2n) {
		margin-right: 0;
	}
	.product1 .swiper-slide .slide_list{
		width: 49%;
	}
}


@media screen and (max-width: 1050px){
	.new_list ul li {
		width: 33.3%;
	}
	.new_list ul li p{
		font-size:16px
	}
	.product_img h3 {
		font-size: 18px;
	}
	.banner_title h2 {
		font-size: 28px;
	}
	.banner_title p {
		font-size: 16px;
	}
	.icon_for {
		padding: 60px 0;
	}
	.icon_list {
		padding: 30px 12px;
	}
	.product_slide {
		padding: 84px 40px;
	}
	.active_slide{
		padding: 20px;
	}
	.active_slide p{
		font-size:12px
	}
	.map_top div {
		padding-left: 20px;
	}
	.map_top div p:first-child ,.map_p{
		font-size: 16px;
	}
	.map_top div p:last-child {
		font-size: 22px;
	}
}


@media screen and (max-width: 950px){
	.product{
		max-width: 760px;
	}
	.new_list1 ul li{
		width:50%
	}

}


@media screen and (max-width: 890px){
	.yun_icon {
		display: block;
	}
	.icon_list {
		width: 46%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
		padding: 40px 24px;
	}
	.product_slide {
		padding: 50px 24px;
	}
	.active_slide{
		padding: 20px;
	}
	.active_slide p{
		font-size:12px
	}
	.map_top {
		display: flex;
		padding: 20px;
	}
	.map_top div p:first-child, .map_p {
		font-size: 14px;
	}
	.map_top div p:last-child {
		font-size: 18px;
	}
}


@media screen and (max-width: 800px){
	.new_list1 ul li{
		width:50%
	}
	.product{
		max-width: 400px;
	}
	.product1{
		display:none;
	}
	.product2{
		display:block;
		margin: 40px auto;
	}
	.product2 .swiper-slide .slide_list{
		width:100%;
		margin-right:0
	}
	.cut3_nav_bg ul {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px){
	.new_list1 ul li {
		width: 100%;
	}
}


@media screen and (max-width: 500px){
	.new_list ul li p {
		margin: 2px;
		font-size: 14px;
		padding: 6px;
	}
	.new_list1 ul li {
		width: 100%;
	}
	.headerbox {
		/* margin: 0 4% !important; */
		padding:0 !important
	}
	.cut3_wp {
		width:96%
	}
	.banner_title {
		width: 90%;
	}
	.banner_title h2 {
		font-size: 14px;
		padding: 4px 12px;
	}
	.banner_title p {
		font-size: 12px;
		margin-top: 8px;
	}
	.icon_list {
		width: 100%;
		margin-right: 0;
	}
	.icon_for {
		padding: 30px 0;
	}
	.swiper-button-next, .swiper-button-prev{
		top:86%;
	}
	.swiper-button-next{
		right:120px
	}
	.swiper-button-prev{
		left:120px
	}
	.yun_map {
		padding: 30px 0;
	}
	.map_top {
		padding: 10px;
	}
	.map_p p {
		margin-top: 10px;
		line-height: 22px;
	}
	.map_p {
		margin: 12px 0 20px;
	}
	.map_top div {
		padding-left: 6px;
	}
	.map_top div p:first-child, .map_p {
		font-size: 12px;
	}
	.ditu_map img:last-child {
		bottom: 0;
		width: 10%;
	}
}



.headerbox {
    max-width: 1460px;
    margin: 0 auto;
    /*padding-left:10px;*/
    /*padding-right:10px;*/
}
@media (max-width: 1610px){
    .headerbox {
        max-width: 1300px;
    }
}
@media (max-width: 1400px){
    .headerbox {
        max-width: 1200px;
    }
}
@media (min-width: 1000px) and (max-width: 1270px) {
    .headerbox {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .headerbox {
        margin: 0 2%;
    }
}



