@font-face
{
    font-family: myFirstFont;
    src: url(../font/HEAVY.OTF);
}
@font-face
{
    font-family: SourceHanSerifSC;
    src: url(../font/SOURCEHANSERIFCN-HEAVY.OTF);
}
*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	cursor:pointer;
}
*:hover,*:visited{
	cursor:pointer;
}
.mianbaoxie{
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.mianbaoxie a{
	font-size:15px;
	color:#333;
}
.mianbaoxie .home{
	font-size:16px!important;
	font-weight: bold;
	color:#26479B!important;
	margin-right: 10px;
}
.only-two{
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.all{
	width:100%;
	min-width:1200px ;
}
.w-1200 {
    width: 1200px;
    margin: auto;
}
.row-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row-center{
	display: flex;
	justify-content:center;
	align-items: center;
}
.row-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (min-width: 1340px) {
  /*  .w-1200 {
        width: 77%;
        margin: auto;
    } */
	
	.news-container-content{
		padding:50px 0px 50px 10%!important;
	}
   
}
header {
    position: relative;
    width: 100%;
}
.skew {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 70%;
    height: 40px;
}
.skew .skew-left {
    width: 40px;
    height: 40px;
    transform:skew(45deg,0);
    transform-origin: left top;
    background-color: #57A6FF;
}
.skew .skew-right {
    width: calc(100% - 40px);
    height: 40px;
    background-color: #57A6FF;
}
.header .logo {
    width: 228px;
    height: 56px;
    margin-top: 18px;
}
.header .right {
    width: calc(100% - 339px);
}
.header .right .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 70px;
    font-size: 13px;
    font-weight: 400;
    color: #FCEAA6;
}
.header .right .top .img {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 15px;
    vertical-align: middle;
}
.s-line {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 5px;
    vertical-align: middle;
    background-color: #FCEAA6;
}
.menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}
.menu .meli {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.menu .meli .on {
    position: relative;
   font-size: 16px; 
   color: #333333;
   padding-bottom: 10px;
}
.menu .meli:hover .on {
    color: #26479B;
    border-bottom: 5px solid #26479B;
}
.menu .meli:hover .on::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #26479B;
}
.menu .meli .subMenu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 130px;
    box-sizing: border-box;
    padding:10px;
    opacity: 0;
    text-align: left;
    transition: .3s;
    z-index: 999;
    box-shadow: 1px 3px 5px #00000030;
}
.menu .meli:hover .subMenu {
    opacity: 1;
    transition: .3s;
    transform: translateY(-15px);
}
.menu .meli .subMenu .subli {
   width: 100%; 
}
.menu .meli .subMenu .subli a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.menu .meli .subMenu .subli:hover a {
    color: #26479B;
}
.banner-div{
	height:600px;
	position:relative;
}
.banner-div .banner-btn{
	position:absolute;
	top:calc(50% - 20px);
	left:0px;
	width: 100%;
	padding:0px 20px;
	z-index:100;
}
.banner-div .banner-btn div{
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	border-radius:50%;
	
}
.banner-div .banner-btn div img{
	width:20px;
	height:20px;
}
.banner img{
	width: 100%;;height: 600px;
}

.products-container{
	margin-top:60px;
	margin-bottom: 60px;
}
.products-top{
	margin-bottom: 60px;
}
.products-top .products-top-left h1{
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #091136;
} 
.products-top .products-top-left p{
	margin-top:23px;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
} 

.product_nav li{
	margin-left: 50px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.product_nav li:hover{
	cursor:pointer;
}
.product_nav .product_nav_active{
	color:#091136;
	font-weight: bold;
} 
.p_move-cont{
	margin-top: 20px;
    justify-content: flex-end!important;
}
.p_move-cont .p_move{
	width: 83px;
	height: 29px;
	margin-left: 17px;
	border: 1px solid #A0A0A0;
}
.p_move-cont .p_move img{
	width: 23px;
	height: 9px;
}
.p_move_active{
	border:none!important;
	background:#57A6FF;
}

.only-one{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list {
	overflow: hidden;
	
	
}
.product-list li{
	width:281px;
	float: left;
	margin-right: 25px;
	/*width: 24%;
	margin-right: 2%;*/
}
.product-list li a{
	display: block;
}
.product-list li a .img-container{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.fangda{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.fangda:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.product-list li a .img-container img{
	width: 100%;
	height: 100%;
	
}
.x_number_container .btn{
	width:25px;
	height: 25px;
}
.x_number_container .x_number {
	font-size:16px;
	color: #FFFFFF;
	font-weight: bold;
	
	margin:0px 13px;
}
.x_number_container .x_number span {
	font-size:16px;
	color: #FFFFFF;
	font-weight: bold;
	
}
.product-list li  .name-container{
	width: 100%;
	height: 85px;
	padding: 20px;
	border: 1px solid #E5E5E5;
	
}
.product-list li:hover .name-container{
	background: #57A6FF;
	border: none!important;
}
.product-list li:hover .name-container .name h1,.product-list li:hover .name-container .name p, .product-list li:hover .name-container .look{
	color: #FCEAA6!important;
}
.product-list li  .name-container .name{
	width: 150px;
	
	
}
.product-list li  .name-container .name h1
{
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.product-list li  .name-container .name p
{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #929292;
}
.product-list li  .name-container .look{
	display: block;
	width: 101px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	text-align: center;

}
.about-container{
	height: 660px;
	background: url(../images/about-back.png) repeat-y;
	background-size: contain;
}
.about-left{
	width: 35%;
	padding-top: 30px;
}
 .about-left .about-left-ul li{
	width: 317px;
	height:169px;
	margin-bottom: 10px;
}
 .about-left .about-left-ul li img{
 	display: block;
 	width: 90px;
 	height: 100px;
 	margin:20px auto;
 }
  .about-left .about-left-ul li p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	font-size:14px;
s	text-align: left;
  }
  .about-img-item{
	  width: 330px;
	  overflow: hidden;
	  height: 172px;
	  margin-bottom: 20px;
  }
  .about-img-item img{
	  width:100%;
	  height:100%;
  }
  .about-left-ul .left-info-container{
  	width:calc(100% - 100px);
	padding-left: 5px;
  }

  .about-left-ul .left-info-container h1{
  	font-size:18px;
  	color:#fff;
  	font-weight:bold;
  }
.about-right{
	width:65%;
}
.about-active p{
	color: #FCEAA6!important;
}
.about-right-container {
	width: 106%;
	margin-left: -6%;
	height: 660px;
}
.about-right-container  .about-right-left{
	width: 40%;
	height: 550px;
}
.about-right-container  .about-right-left img{
	width: 100%;
	height: 100%;
}
.about-right-right{
	width: 60%;
	padding-left: 10%;
	background: url(../images/about.png)no-repeat;
	background-size: 250px auto;
}
.about-right-right .about-tile{
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #212121;
	text-align: right;
	height: 80px;
	line-height: 80px;
}
.about-right-right  .chines{
	font-size: 27px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	text-align: right;
	line-height: 40px;
	margin-bottom: 30px;
}
.about-more{
	width: 140px;
	height: 39px;
	background: #57A6FF;
	margin-top: 20px;
}
.about-more img{
	width: 23px;
	height: 10px;
}
.img-list-about{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.img-list-about li{
	width: 23%;
	float: left;
	margin-right: 2.3%;
}
.img-list-about li:nth-of-type(4n){
	margin-right: 0px;
}
.img-list-about li a .img-cont{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.img-list-about li a .title{
	padding-right: 50px;
}
.img-list-about li a .title p{
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 60%;
	line-height: 40px;
}
.img-list-about li a .title span{
	display: block;
	width: 44px;
	height: 1px;
	background: #A0A0A0;
}
.img-list-about li:hover a .title span{
	background: #FF8717!important;
}
.img-list-about li:hover a .title p{
	color: #FF8717!important;
}
/*新闻中心*/
.news-container{
	background: url(../images/huang.png)repeat-y 50px 50px;
	background-size: 100%;

}
.news-container-content {
	margin-top: -50px;
	width: 90%;
	background: #F8F8F8;
	padding:50px 0px 50px 0px;
	min-width: 1340px;
}
.kong-zhan{
	height: 50px;
	background: #FFFFFF;
}
.news-div-item {
	width: 25%;
}
.news-div-item .news-title{
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #212121;
	height: 60px;
}
.chines-news{
	font-size: 27px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	margin-bottom: 50px;
}
.news-div-item .news-more{
	display: block;
	font-size: 15px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 148px;
	height: 46px;
	line-height: 46px;
	background: #FFFFFF;
	
}
.news-div-item  .line_title{
	width: 148px;
	background: #D2D2D2;
	height: 1px;
	
}
.news-div-item  .line_title div{
	width: 31px;
	background: #FF8717;;
	height: 1px;
}
.news-div-item {
	padding: 2%;
}
.news-div-item .time{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8B8A8A;
	line-height: 30px;
}
.news-div-item h1{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 27px;
	height: 54px;
}
.news-div-item .newsinfo{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	height: 50px;
	margin-bottom: 10px;
}
.news-div-item .line{
	width: calc(117px + 31px);
	height: 1px;
	background: #D2D2D2;
	margin-top: 8px;
}
.news-div-item .line div{
	width:  31px;
	height: 1px;
	background: #57A6FF;
	
}
.news-div-item1:hover{
	background: #57A6FF;
	box-shadow: 0px 2px 13px 0px rgba(187, 187, 187, 0.56);
}
.news-div-item1:hover h1,.news-div-item1:hover p,.news-div-item1:hover a,.news-div-item1:hover p{
	color: #FFFFFF!important;
}
.news-div-item1:hover .line div{
	display: none;
}
.news-ul{
	border-top:1px dashed #DBDBDB;
}
.news-ul ul{
	overflow: hidden;
	padding-top: 15px;
}
.news-ul ul li{
	width: 33%;
	float: left;
	margin-bottom: 10px;
}
.news-ul ul li:hover a{
	color: #FF8717!important;
}
.news-ul ul li a{
	display: block;
	width: 95%;
}
.footer-nav{
	height: 93px;

}
.footer-nav h1{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.footer-nav ul li:last-of-type{
	border-right:none!important;
}
.footer-nav ul li{
	height: 16px;
	width: 100px;
	border-right: 1px solid #666;
	
	text-align: center;
}
.none_border{
	border-right:none!important;
}
.footer-nav ul li a{
	display: block;
	height: 16px;
	line-height: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;

	color: #333333;
}

.footer{
	padding: 60px 0px;
	background: #57A6FF;
}
.footer-top .logo-bai{
	width: 540px;
	height: 56px;
}
.footer-top p{
	margin-top: 10px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-top .phone{
	
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: blod;
	color: #FCEAA6;
	margin-top: 50px;
	margin-bottom: 40px;
}
.footer-top .phone img{
	width: 41px;
	height: 35px;
	margin-right: 5px;
}
.footer-top .phone span{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FCEAA6;
}
.footer-top  .footer-right h1{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FCEAA6;
	margin-bottom: 20px;
}
.footer-top  .footer-right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: blod;
	color: #F8F8F8;
}
.footer-bottom{
	padding-top: 30px;
	border-top: 1px solid #fff;
}
.footer-bottom p{
		font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #CBCBCB;
}
.youqing{
	font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #CBCBCB;
    align-items: flex-start;
}
.youqing ul{
	    flex-wrap: wrap;
	    width: 544px;
	    
}
.youqing ul li{
	margin-right: 10px;
}
.youqing ul li a{
		font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #CBCBCB;
}
/*子页面*/
.top-header{
	height: 237px;
	background: url(../images/top.png)no-repeat top;
	background-size: cover;
}
.top-header-title{
	background: url(../images/info-title.png)no-repeat;
	background-size: 100% 100%;
	width: 275px;
	height: 83px;
	position: relative;
}
.top-header-title h1{
	font-size: 33px;
	font-family: SourceHanSerifSC;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
	line-height: 83px;
}
.top-header-title h2{
	width: 100%;
	position: absolute;
	bottom: -7px;
	font-size: 20px;
	font-family: SourceHanSerifSC;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
}
.detail-container{
	margin-top: -50px;
	background: #FFFFFF;

}
.btn-container {
	border-bottom: 1px solid #E6E6E6;
	

}
.btn-container .btn-item{
	width: 33.3%;
	height: 60px;

}
.btn-container .btn-item h1{
	border-right: 1px solid #E6E6E6;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.btn-container .btn-item-active h1{
	font-weight: bold;
	color: #26479B!important;
}
.btn-container .btn-item-active{
	border-bottom:5px solid #26479B;
}
.article-title{
	font-size: 29px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 20px 0px;
}
.aritcle-container p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
}
.aritcle-container img{
	max-width: 100%;
	display: block;margin: auto;
}
.form-container h1{
	margin-top:60px;
	margin-bottom:31px;
	font-size: 29px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.textarea-container{
	width:45%;
	height: 170px;
}
.textarea-container textarea{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.input-container{
	width: 45%;
	align-items:initial;
}
.input-container input{
	width: 100%;
	height: 66px;
	border: 1px solid #CCCCCC;
	padding-left:20px ;
}
.input-container button{
	margin-top:38px;
	width: 100%;
	height: 66px;
	background: #57A6FF;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	border: none;
}
.way-item{
	padding: 10px 5px;
	width: 23%;
	height: 162px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 18px 0px rgba(112, 112, 112, 0.2);
}
.way-item h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A1B1E;
	text-align: center;
}
.way-item .dizhi{
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9FA0A5;
}
.way-item .phone{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #00B231;
}
#map{
	height: 500px;
	margin-top:30px;
}
.btn-container1 .btn-item{
	width: 20%!important;
	
}
.product-list1 li:nth-of-type(4n){
	margin-right: 0px;
	
}
.product-list1 li{
	margin-top:50px ;
}
.news-list-son li a{
	display: block;
}
.news-list-son li{
	padding: 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.news-list-son li a .news-list-item-img{
	width: 251px;
	height: 147px;
	overflow: hidden;
	
}
.news-list-son li  .info-container{
	width: calc(100% - 285px);
}
.news-list-son li  .info-container div h1{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	height: 30px;
}
.news-list-son li  .info-container div .time{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8B8A8A;
}
.news-list-son li  .info-container div .news-info{
	margin-top: 20px;
	font-size: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
}
.pic-title{
	font-size: 29px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 50px 0px 30px;
}
.pic-container-content .swiper-slide-active{
	transform: scale(1.3);
	z-index: 100;
}
.pic-container-content .swiper-slide-active .gray{
	opacity: 0!important;
	}
.pic-container-content .swiper-slide-active .title{
	display: block!important;
	}
.pic-container-content .swiper-slide{
	width: 33%;
	height: 330px;
	
}
.pic-container-content .swiper-slide .img-swiper{
	box-shadow: 0px 3px 18px 3px rgba(112, 112, 112, 0.2);
	width: 100%;
	height: 300px;
	position: relative;
}
.pic-container-content .swiper-slide .img-swiper img{
	width: 100%;
	height: 300px;
	
}
.pic-container-content .swiper-slide .img-swiper .gray{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #CCCCCC;
	opacity: 0.3;
	
}
.pic-container-content .swiper-slide  .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: none;
}
.pic-container-content{
	    height: 500px;
		overflow: auto;
		padding-top: 60px;
}
.pic-container{
	
}
.pagelist{
	margin-top:2vh;
}
.pagelist .jump{
	width: 30px;
	height:30px;
	border: 1px solid #57A6FF;
	/*background:#2C956A;*/
	color:#57A6FF;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-right: 20px;
}
.pagelist .jump:hover{
	background:#57A6FF!important;
	color:#FFFFFF!important;
}
.pagelist  .next{
	width: 67px!important;
}
.pagelist  .disabled{
	background:#808080!important;
	
}
.pagesactive{
	background:#57A6FF!important;
	color:#FFFFFF!important;
}
.pagelist .ellipsis{
	color:#2C956A;
}
.title-style{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.title-style div{
	font-size:14px;
	color:#666;
	
}
.son-title-0{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.title-style .read{
	margin-right:100px;
}
