#header{

}

.top_header{
    height: 40px;
    background: #efefef;
}

.m1200{
    width: 1200px;
    margin:0 auto;
}

.flex{
    display: flex;
}
.top_h1{
    justify-content: space-between;
}


.top_h1>span{
    height:40px;
    font-size: 12px;
    align-items: center;
    color: #646464;
}

.top_header_rig{
    height: 40px;
    align-items: center;
    font-size: 12px;
    color: #646464;
}
.top_header_rig a{
    font-size: 12px;
    color: #646464;
}
.top_header_rig span{
    padding-left: 6px;
    padding-right: 6px;
}

.logo_and_nav{
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.top_nav{
    height: 100px;
    align-items: center;
    display: flex;
}

.top_nav a{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    color: #464646;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right:6px;
    border-radius: 4px;
    
}

.top_nav a:hover,.top_nav a.activea{
    background:#067bc7;
    color:#fff;
}

.banner{
    height: 700px;
    background:url("../images/banner.jpg") no-repeat center center;
}

.company_wrap{
    padding-top:100px;
    justify-content: space-between;
}

.company_left{
    width: 620px;
}


.company_left_title{
    height: 60px;
    line-height: 60px;
    position: relative;
}

.company_left_en_title{
    font-size: 60px;
    color: #ededed;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

.company_left_title_g{
    width:30px;
    height: 4px;
    background:#067bc7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.company_left_ch_title{
    font-size: 36px;
    color: #464646;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    height: 60px;
    line-height: 60px;
 
}

.company_left_r_hot{
    height: 60px;
    line-height: 60px;
    position: absolute;
    right:0;
    font-size: 30px;
    color: #067bc7;
    z-index: 4;
    top: 0;
}

.company_left_desc{
    font-size: 16px;
    line-height: 28px;
    color: #999;
    padding-top: 20px;
    padding-bottom: 20px;
}

.company_left_desc p{
    text-indent: 32px;
}

.check_detail{
    width: 100px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #067bc7;
    color: #fff;
    font-size: 14px;
    transition: transform linear .3s;
    border-radius: 4px;
}



.check_detail:hover{
    color: #fff;
    transform: translateY(-10px);
}
.sep_title{
    padding-top: 60px;
    
    margin:0 auto;
    margin-bottom: 30px;
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
   

    
}

.sep_title_ch{
    font-size: 36px;
    color: #464646;
    height: 60px;
    padding-left: 10px;
    border-bottom:2px solid #067bc7;
}

.sep_title_en{
    height: 40px;
    font-size: 18px;
    color: #999;
    height:  60px;
    font-weight: bold;
    border-bottom:2px solid #067bc7;
    display: flex;
    align-items: flex-end;
    padding-right: 10px;
    padding-left: 6px;
    text-transform: uppercase;
}

.pro_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.pro_items{
    width: 32%;
    margin-right:2%;
    margin-bottom: 2%;
}


.pro_items:nth-of-type(3n){
    margin-right: 0;
}

.pro_imgs1{
    height: 420px;
}
.pro_imgs1 img{display: block; width: 100%;}

.pro_title{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #464646;
    
}

.pro_desc{
    line-height: 24px;
    height: 48px;
    margin-bottom:20px;
    font-size: 14px;
    color: #999;
}

.check_detail_normal{
    width: 98px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #ddd;
    font-size: 14px;
    transition: transform linear .3s;
    border-radius: 4px;
    border:1px solid #dddddd;
}

.pro_items:hover .check_detail_normal{
    background: #067bc7;
    color: #fff;
    border:1px solid #067bc7;
}

.pro_imgs2{
    height: 275px;
    overflow: hidden;
}

.pro_title2{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #464646;
    text-align: center;
}

.honor_wrap{
    height: 382px;
    background:url(../images/honor_bg.jpg) no-repeat center center;
}



.new_wrap{
    display: flex;
    justify-content: space-between;
}
.news_left{
    width: 520px;
    display: block;
}

.news_right{
    width: 650px;
    display: flex;
    justify-content: space-between;
}

.news_date_wrap{
    width: 104px;
    border-right:1px solid #dddddd;
}

.news_date_item{
    height: 24px;
    padding-top: 20px;
    padding-bottom: 82px;
    font-size: 16px;
    color: #999;
}

.news_item{
    height: 126px;
    padding-left: 25px;
    width: 520px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news_item_title{
    height:34px;
    padding-top: 14px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.news_item_desc{
    height: 48px;
    line-height: 24px;
    color: #999;
    font-size:14px;
}


.news_item::before{
    width: 12px;
    height: 12px;
    border:6px solid #fff;
    background: #ddd;
    position: absolute;
    left: -13px;
    content: "";
    display: block;
    top:20px;
    border-radius: 12px;
    overflow: hidden;

}

.client_wrap{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.client_img_w{
    width: 23.5%;
    margin-right:2%;
    margin-bottom:2%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);

    transition:transform linear .3s;
    cursor: pointer;
}

.client_img_w:nth-of-type(4n){
    margin-right:0;
}

.client_img_w:hover{
    transform: translateY(-10px);
}

.bottom_wrap{
    padding-top: 30px;
    background: #464646;
}


.bottom_wrap_nr{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.bottom_wrap_copy{
    height: 53px;
    border-top:1px solid #545454;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size:14px;
    color:#f7f7f7;
}
.bottom_wrap_copy a{
    font-size: 14px;
    color:#f7f7f7;
}

.bottom_wrap_copy a:hover{
    color: #fff;
}

.bottom_item_title{
    padding-left: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.bottom_item_title::before{
    height: 16px;
    width: 2px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top:17px;
    display: block;
    content: "";
    background: #067bc7;
}
.bottom_item_list{
    padding-top: 20px;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 24px;
}
.bottom_item_list a{
    display: block;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 24px;
}

.bottom_item_list a:hover{
    color: #fff;
}


.about_content{
    line-height: 30px;
    color: #464646;
    font-size: 18px;

    padding: 40px;
    min-height: 500px;
    
}

.about_content img{
    margin:0 auto;
}

.location{
    background:#efefef;
}

.location_inner{
    height: 60px;
}
.location_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.location_left{
    width: 40%;
    padding-left: 32px;
    background: url("../images/home2.png") no-repeat center left;
    font-size: 16px;
    color: #464646;
}

.location_right{
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.location_right a{
    height: 40px;
    background: #cfcfcf;
    padding: 0 15px;
    display: flex;
    color: #464646;
    font-size: 16px;
    display: flex;
    margin-left:10px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;

}

.location_right a:hover,.location_right a.active_as{
    background: #067bc7;
    color: #fff;
}

.news_item_wrap{
    display: flex;
   
    flex-wrap:wrap;

}

.news_item_img{
    height: 250px;
}

.news_item_imgk{
    height: 398px;
    overflow: hidden;
    border:1px solid #ddd;
}

.news_item_txt{
    padding-left: 12px;
    padding-right:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #464646;
    height: 50px;

}

.news_itemx{
    display: flex;
    width: 32%;
    margin-right:2%;
    margin-bottom:24px;
    
    flex-direction: column;
    transition:all linear .3s;
}
.news_list_wrap{
    padding-top: 40px;
    padding-bottom: 40px;
}

.news_itemx:nth-of-type(3n){
    margin-right:0;
}

.news_itemx:hover{
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    transform: translateY(-14px);
}
.news_itemx:hover .news_item_txt{
    background: #067bc7;
    color: #fff;
}

.contact_content{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact_left{
    padding-top: 30px;
    width: 100%;

}

.contact_right{
   width: 100%;
    height: 500px;
    border:1px solid #ddd;
}

.contact_left_title{
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #067bc7;
    font-weight: bold;
}

.contact_left_desc{
    line-height: 30px;
    font-size: 16px;
    color: #464646;
}


.honor_inner{
    width:1200px;
    margin:0 auto;
    height: 302px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 60px;
   
}

.swiper-banner{
    position:relative;
    overflow: hidden;
}

.swiper-pagination.page1{
    bottom:50px;
}

.swiper-pagination.page1 .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius:20px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination.page1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    
    background: #067bc7;
    
}

.swiper-pagination.page2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    
    background: #067bc7;
    
}


.inner-banner{
    height: 360px;
}

.swiper-pagination.page2{
    bottom:-10px;
}

.swiper-pagination.page2 .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius:20px;
    background: #fff;
    opacity: 1;
}

.swiper-ala{
	position: relative;
 
   
}
.swiper-ala .swiper-slide{
	width: 32%;
}
.swiper-ala .swiper-slide .imgs{
	padding-bottom: 70%;

	
}
.swiper-ala .swiper-slide .txts{
	height: 40px;
    display: flex;
    background: #fff;
    color: #464646;
    font-size: 16px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
	
}
.swiper-ala .swiper-slide .p{
	padding-top: 13px;
	color: #999;
	line-height: 1.4;
}
.swiper-ala .swiper-slide.swiper-slide-active .imgs{
	opacity: 1;
}
.swiper-ala .swiper-slide.swiper-slide-active .p{
	color: #333;
}

.swiper-ala .ala-prev,.swiper-ala .ala-next{
	width:40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	top:50%;
	margin-top: -40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 99;
}
.swiper-ala .ala-prev{
	left: 0%;
	background-image: url(../images/al_abtl.png);
}
.swiper-ala .ala-next{
	right: 0%;
	background-image: url(../images/al_abtr.png);
}
.swiper-ala .ala-prev:hover,.swiper-ala .ala-next:hover{
	background-color: #cc3632;
	border-color: #cc3632;
}
