@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
	top:0;
  background:#fff;
    z-index: 9;
}
.swiper-container {
    overflow: hidden;
	z-index: 1;
	width: 100%;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
  background: #fff;
}
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{
    opacity: 1;
}
.swiper-button-prev,.swiper-button-next{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top:-20px;
    background: rgba(0,0,0,0.3);
    border: 1px solid #fff;
    z-index: 9;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: #000;
    border: 1px solid #000;
}
.swiper-button-prev i,.swiper-button-next i{
    width: 38px;
    height: 38px;
    background-position: -38px 0;
}
.swiper-button-next i{
    background-position: -76px 0;
}
.swiper-button-prev{
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
}
.swiper-button-next{
    left: auto;
    right: 20px;
}
.swiper-pagination{
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:10;
}
.swiper-pagination span{
	display:inline-block;
	width:25px;
	height:4px;
	background:#fff;
	margin:0 5px;
}
.swiper-pagination span.swiper-pagination-bullet-active{
	background:#0062ee;
}

/*products*/
.products{
    position: relative;
    z-index: 99;
	background:url(../images/pro_bg_03.jpg) no-repeat center top;
	padding:30px 0 50px;
	background-size:cover;
}
.products .products_til{
	text-align:center;
	padding:60px 0;
}
.products .products_til h2{
	color:#0062ee;
	font-size:36px;
	line-height:40px;    
	text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}
.products ul{
    margin: 0 -20px;
}
.products ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	margin-bottom:10px;
}
.products ul li .products-box{
    margin: 0 20px;
    position: relative;
}
.products ul li .products-pic{
	border:1px solid #fff;
    -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.products ul li .products-pic img{
	width: 100%;
}
.products ul li .products_font{
	margin:50px auto 0;
}
.products ul li .products_font h2{
	width:80%;
	margin:0 auto;
	background:#0062ee;
	text-align:center;
	line-height:35px;
}
.products ul li .products_font h2 a{
	color:#fff;
	font-size:20px;
	line-height:35px;
}

/*honor*/
.honor {
	padding:0px 0;
}
.honor h2{
	color:#232323;
	font-size:36px;
	line-height:40px;
	padding-bottom:20px;
}
.honor ul{
	margin: 0 -35px;
}
.honor ul li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-bottom:10px;
}
.honor ul li img{
	padding:0 35px;
}

/*pro*/
.pro{
	padding:15px 0 25px 0;
}
.pro_til{
	border-radius:25px 25px 0 0;
	background:#0062ee;
	text-align:center;
	margin-bottom:50px;
}
.pro_til h2{
	color:#fff;
	font-size:30px;
	position:relative;
	display:inline-block;
	margin:15px 0;
}
.pro_til h2:after{
	content:"";
	position:absolute;
	left:0%;
	bottom:0;
	width:100%;
	height:1px;
	background:#fff;
}
.pro ul{
	margin:0 -5px;
}
.pro ul li{
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	margin-bottom:10px;
}
.pro ul li a{
	display:block;
	margin:0 5px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	border-top:8px solid #0062ee;
}
.pro ul li .pro-font{
	background:#f0f0f0;
	padding:15px;
}
.pro ul li .pro-font h3{
	color:#a8060c;
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pro ul li .pro-font p{
	color:#000000;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro ul li:hover .pro-font span{
	background:#0062ee;
}
.pro ul li .pro-font span{
	color:#fff;
	font-size:10px;
	background:#000000;
	display:inline-block;
	padding:0 5px;
}

.dpro_box {
	border-top:9px solid #0062ee;
	margin-top:40px;
	background:#f0f0f0;
	padding-right:10px;
	padding-bottom:10px;
}
.dpro_box .dpro_pro{
	width:65%;
	float:left;
}
.dpro_box .dpro_font{
	width:35%;
	background:#fff;
	float:right;
	padding:20px;
}
.dpro_box .dpro_font h3{
	font-size:28px;
	line-height:30px;
}
.dpro_box .dpro_font h3 a{
	color:#a8060c;
	font-size:28px;
	line-height:30px;
}
.dpro_box .dpro_font .dpro_summer{
	padding:30px 0;
}
.dpro_box .dpro_font .dpro_summer p{
	color:#595656;
	font-size:16px;
	line-height:20px;	
}
.dpro_box .dpro_font .dpro_more{
	color:#fff;
	font-size:10px;
	background:#000000;
	display:inline-block;
	padding:0 5px;
}

/*arrival*/
.arrival{
	background:#f0f0f0;
	padding:25px 0;
	margin-top: 20px;
}
.arr_til h2{
	display:inline-block;
	color:#000;
	font-size:30px;
	line-height:35px;
	position:relative;
	padding-bottom:5px;
}
.arr_til h2:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:120%;
	background:#313131;
	height:2px;
}
.swiper-container3{
	overflow:hidden;
}
.arrival_left{
	width:55%;
}
.arrival_left h3{
	color:#fff;
	font-size:24px;
	background:#0062ee;
	padding-left:5px;
}
.arrival_left .arr_font{
	color:#000;
	font-size:14px;
	line-height:25px;
	padding:30px 0;
}
.arrival_left a{
	color:#fff;
	font-size:10px;
	background:#000000;
	display:inline-block;
	padding:0 5px;	
}

.arrival_right{
	width:45%;
}
.arr_btn{
	display:inline-block;
	width:40px;
	height:25px;
	background:#000;
	color:#fff;
	font-size:20px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
}
.swiper-pagination3{
	display:inline-block;
	text-align:center;
}
.swiper-pagination3 span{
	display:inline-block;
	width:33px;
	height:5px;
	border-radius:5px;
	background:#c2c1c1;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
	margin:0 5px;
}
.swiper-pagination3 span.swiper-pagination-bullet-active{
	width:70px;
	background:#0062ee;
}
/*other*/
.other{
	padding:50px 0;
	margin-top:35px;
	background:#373737;
}
.other ul.jjbq-box{
	margin:0 -30px;
}
.other ul li.other_box{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-bottom:10px;
}
.other ul li.other_box .mess-box,.other ul li.other_box .con-box,.other ul li.other_box .down-box,.other ul li.other_box .news{
	margin:0 30px;
}
.white_til{
	width:100%;
	border-bottom:1px solid #787878;
	margin-bottom:35px;
}
.white_til h2{
	color:#fff;
	font-size:22px;
	line-height:35px;
	position:relative;
}
.white_til h2:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:3px;
	bottom:-2px;
	background:#fff;
}

/*mess-box*/
.mess-box input{
	width:100%;
	background:#fff;
	height:30px;
	line-height:30px;
	padding-left:5px;
	color:#787878;
	font-size:13px;
	margin-bottom:8px;
}
.mess-box textarea{
	width:100%;
	background:#fff;
	min-height:70px;
	max-height:70px;
	max-width:100%;
	min-width:100%;
	padding:5px;
}
.mess-box button{
	width:110px;
	height:30px;
	background:#fff;
	text-align:center;
	line-height:30px;
	margin-top:8px;
	color:#787878;
	font-size:13px;
	cursor: pointer;
}

/*con-box*/
.con-box li{
	color:#fff;
	font-size:13px;
	line-height:25px;
	padding-bottom:10px;
}
.con-box li img{
	padding-right:5px;
}

/*down-box*/
.down-box li{
	width:100%;
	background:#0062ee;
	margin-bottom:20px;
}
.down-box li span{
	width:35%;
	float:left;
	color:#fff;
	font-size:12px;
	height:52px;
}
.down-box li h4{
	width:65%;
	float:right;
	background:#f0f0f0 url(../images/down_icon.png) no-repeat right center;
	color:#000;
	font-size:14px;
	padding-right:20px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	height:52px;
	padding-left:10px;
}

/*news*/
.news{
	overflow:hidden;
}
.news .white_til{
	width:72%;
}
.news .news_btn {
	position:absolute;
	right:30px;
	top:0;
}
.news .news_btn2{
	display:inline-block;
	font-size:15px;
	color:#fff;	
	line-height:32px;
	font-family:"宋体";
}
.news h4{
	color:#fff;
	font-size:14px;
	line-height:30px;
	position:relative;
	margin-bottom:8px;
}
.news h4:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:96px;
	height:1px;
	background:#fff;
}
.news p{
	color:#fff;
	font-size:13px;
	line-height:18px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news span{
	color:#fff;
	font-size:10px;
	background:#0062ee;
	line-height:25px;
	display:inline-block;
	float:right;
	text-align:center;
	padding:0 5px;
	margin-top:20px;
}

/*video*/
.video {
	padding:40px 0;
}
.video_left{
	width:45%;
  	float:left;
}

.video_right{
	width:48%;
  	float:right;
}
.video_right h3{
	color:#444;
  	font-size:25px;
  	line-height:40px;
  	position:relative;
  	padding-bottom:5px;
  	margin-bottom:10px;
}
.video_right h3:after{
	content:"";
  	position:absolute;
  	left:0;
  	bottom:0;
  	width:40px;
  	height:3px;
  	background:#0062ee;
  	display:block;
}
.video_box p{
	color:#444;
  	font-size:14px;
  line-height:25px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}