p{
    margin: 0;
}




/*banner*/
.section-banner{
    height: 770px;
    margin-top: -1px;
}
.section-banner .banner-item-box{
    height: 770px;
}
.banner-item-box .banner-img{
    width: 100%;
    height: 100%;
}


/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥Â±â€¢Ã§Â¤Âº*/
.section-product{
    margin-top: 50px;
}
.section-center{
    width: 1200px;
    margin: 0 auto;
}
.section-center-top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.section-center-name{
    color: #0E0E0E;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 200px;
    position: relative;
    margin-bottom: 20px;

}
.section-center-name::after{
    content: "";
    width: 224px;
    height: 4px;
    background: #198EDE;
    position: absolute;
    top: 18px;
    left: -236px;
}
.section-center-name::before{
    content: "";
    width: 224px;
    height: 4px;
    background: #198EDE;
    position: absolute;
    top: 18px;
    right: -236px;
}
.product-content{
    display: flex;
   
    margin-top:50px
}
.prd-left{
    width: 220px;
    min-height: 400px;
    background: #198EDE;
    margin-right: 30px;
}
.prd-left ul{
    display: flex;
    flex-direction: column;
}
.prd-left ul li{
    margin-top: 15px;
    background: rgba(9, 86, 139, 0.48);
    
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.prd-left ul li p{
    color: #fff;
    font-size: 16px;
overflow: hidden;line-height: 50px;height: 50px;}

.prd-phone{
    height: 80px;
    background-color: #B43736;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 16px;
}
.prd-phone img{
    margin-right: 20px;
}

.prd-right{
    width: 900px;
    position: relative;
}
.swiper-prd .prd-item{
    width: 191px;
    height: 162px;
    border: 2px solid #09568B;
}
.swiper-prd .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-prd .swiper-slide p{
    color: #0C5587;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.prd-pagination{
    text-align: center;
}
.prd-pagination .swiper-pagination-bullet{
    margin-right: 15px;
    width: 10px;
    height: 10px;
}

/*Ã¥â€¦Â¬Ã¥ÂÂ¸Ã¤Â»â€¹Ã§Â»Â*/
.section-company{
    margin-top: 50px;
}
.company-content{
    display: flex;
    margin-top: 30px;
}
.company-img{
    width: 48%;
    /* height: 384px; */
    
}
.company-right{
    display: flex;
    flex-direction: column;
width: 48%;margin-left: 4%;}
.company-text{
    width: 100%;
    /* padding: 50px 0; */
    color: #1B1B1B;
    font-size: 20px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    height: 378px;-webkit-box-orient: vertical;
}
.company-btn{
    width: 156px;
    height: 40px;
    border: 2px solid #909090;
    color: #5A5A5A;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-top: 13px;text-decoration: none;

}
.company-btn:hover{
    text-decoration: none;
}

/*Ã¤Â¼ËœÃ¥Å Â¿*/
.section-center2{
    width: 1100px;
}
.section-adv{
    background: #DEDEDE;
    margin-top: 40px;
    padding: 60px 0;
}
.adv-row{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.adv-row-item{
   display: flex;
    position: relative;
  
}
.adv-row-item::before{
    content: "";
    width: 700px;
    height: 4px;
    background: #C9C9C9;
    opacity: 0.49;
    position: absolute;
    bottom: 10px;
    left: -100px;
}
.adv-row-item .number{
    width: 110px;
    height: 138px;
    color: #fff;
    font-size: 50px;
    background-image: url("../images/adv-item-img.png");
    background-size:100%;
    background-position: left top;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 110px;
}
.adv-row-item .item-des{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    width: 500px;
}
.adv-row-item .item-des .item-tit{
    color: #0F6FB2;
    font-size: 30px;
}
.adv-row-item .item-des .item-eng{
    color: #0C2D40;
    font-size: 25px;
}
.adv-row-item .item-des .item-text{
    color:#0C2D40;
    font-size: 14px;
    line-height: 30px;
}

/*Ã¤Â¸â‚¬Ã¦â€°â€¹Ã¨Â´Â§Ã¦ÂºÂ*/
.section-source{
    margin-top: 50px;
}
.source-tab-top ul{
    display: flex;
}
.source-tab-top ul li{
    width: 210px;
    height: 150px;
    background-color: #0E73B8;
    color: #fff;
    margin-right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.source-tab-top ul li:last-child{
    margin-right: 0;
}
.source-tab-top ul li.act-red{
    background-color: #B43736;
}
.source-tab-top ul li p{
    line-height: 25px;
}
.source-content{
    margin-top: 30px;
}
.source-con-item{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.source-item-img{
    max-width: 420px;
    max-height: 370px;
}
.source-con-item .item-left{
    display: flex;
    flex-direction: column;
}
.source-con-item .item-left .tit{
    color: #B43736;
    font-size: 35px;
    margin-top: 20px;
}
.source-con-item .item-left .eng{
    color: #545454;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.source-con-item .item-left .text{
    color: #0F0F0F;
    font-size: 20px;
    line-height: 30px;
    width: 350px;
}
.source-con-item .item-left .phone{
    display: flex;
    margin-top: 20px;
}
.phone-number{
    color: #B43736;
    font-size:30px;
    margin-left: 20px;
}
.phone-number p{
    color: #0F0F0F;
    font-size: 25px;
}

/*Ã¦Å“ÂÃ¥Å Â¡Ã¦ÂµÂÃ§Â¨â€¹*/
.section-process{
    margin-top: 40px;
    background-color: #0775C1;
    height: 338px;
    display: flex;
    flex-direction: column;
    color: #fff;
    
    align-items: center;
padding: 60px 0;}
.process-tit{
    font-size: 30px;
}
.section-process p{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.process-list ul{
    display: flex;
}
.process-list ul li{
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    font-size: 14px;
    margin-right: 15px;
}
.process-list ul li p{
    width: 105px;
    height: 55px;
    background-color: #fff;
    border-radius: 5px;
    color: #208FDA;
    font-size: 15px;
    text-align: center;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.process-list ul li p::after{
    content: "";
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    right: -15px;
}
.process-list ul li:last-child p::after{
    content: "";
    width: 0;
    height: 0;
    background-color: #fff;
    
}
.process-list ul li span{
    font-size: 16px;
    margin-top: 10px;

}

/*Ã¥ÂË†Ã¤Â½Å“Ã¤Â¼â„¢Ã¤Â¼Â´*/
.section-partner{
    margin-top: 45px;
}
.parener-con{
    margin: 35px auto 0 auto;
    width: 1000px;
    position: relative;
}
.parener-con .par-img{
    width: 300px;
    height: 240px;
}
.swiper-button-next{
    right: -50px;
    background-image: url("../images/next.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.swiper-button-prev{
    left: -50px;
    background-image: url("../images/prev.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
/*Ã¦â€“Â°Ã©â€”Â»Ã¥Å Â¨Ã¦â‚¬Â*/
.section-news{
    margin-top: 40px;
    height: 450px;
    background-image: url("../images/news-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
   align-items: center;
    color: #fff;
padding: 60px 0;}
.section-news .news-tit{
    font-size: 30px;
}
.news-content{
    margin-top: 30px;
}
.news-content ul{
    /* display: flex; */
    flex-direction: column;
width: 1200px;}
.news-content ul li{
    width: 46%;
    height: 80px;
   
    /* border-bottom: 2px dashed #FFFFFF; */
float: left;margin: 1% 2%;}
.news-content ul li:last-child{
	border-bottom: none;
}
.news-content ul li a{
    height: 80px;
    display: flex;
    align-items: center;
    /* padding-left: 50px; */
    color: #fff;
    text-decoration: none;
border-bottom: 2px dashed #FFFFFF;}
.news-content ul li .time{
    width: 60px;
    height: 60px;
    background-color: #198EDE;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;

}
.news-content ul li .time .day{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.news-content ul li .time span{
    transform: scale(0.8);
}
.section-map{
    margin: 60px auto;
}
.map-box{
    width: 800px;
    height: 250px;
    border: 3px solid #0C2D40;
    margin: 0 auto;
    margin-top: 30px;
}



/******/

@media screen and (max-width: 1300px) {
	.section-banner{
		height: 500px;
	}

	.section-banner .banner-item-box{
		height: 500px;
	}
	.news-content ul li{
		height: 60px;
	}
	.news-content ul li a{
		height: 60px;
	}
	.news-content{
		margin-top:10px
	}
	.news-content ul li .time{
		width: 45px;
		height: 45px;
	}
	.section-news .news-tit{
		font-size: 25px;
	}
}

.i_box1 .box_tit {
  bottom: 0;
}

.i_box1 .box_tit strong {
  opacity: 1;
}

.i_box1 .box_tit img {
  opacity: 1;
}

.i_box1 .box_tit span {
  opacity: 1;
}

.box1_content {
  width: 100%;
  margin-top: 30px;
}

.box1_list ul li {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 2%;
  float: left;
  box-shadow: 0px 1px 10px 1px #ddd;
}

.box1_list ul li:nth-child(3n) {
  margin-right: 0;
}

.box1_list ul li .imgauto {
  width: 100%;
  height: 209px;
}

.box1_list ul li .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.box1_list ul li span {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: center;
  margin: 6px 0;
  font-weight: bold;
}

.box1_list ul li:hover .imgauto img {
  transform: scale(1.1);
  transition: .5s;
}

.box1_list ul li:hover span {
  color: #0071bf;
}
