@import url(./reset.css);
@import url(./common.css);



.top{
    display: flex;
    justify-content: space-between;
    height: 120px;
}


.w_100{
    display: block;
    width: 100%;
}

.w_200{
    display: block;
    max-width: 200px;
}



.nav{
    display: flex;
    justify-content: flex-end;
    flex: 1;
    flex-direction: row;
}

.nav li{
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}


.nav li a .ch{
    font-size: 18px;
    color: #464646;
}

.nav li a .en{
    font-size: 14px;
    color: #464646;
    text-transform: uppercase;
}

.nav li a .gap_line{
    height: 18px;
    width: 100%;
    border-bottom:2px solid #fff;
}

.nav li a.active_a .ch,.nav li a:hover .ch{
   
    color: #1268b1;
}

.nav li a.active_a .en,.nav li a:hover .en{
    
    color: #1268b1;
}

.nav li a.active_a .gap_line,.nav li a:hover .gap_line{
    
    border-bottom:2px solid #1268b1;
}

.logo_a{ padding-right: 30px;}


/* banner */

.banner{
    height: 600px;
    background: url("../images/banner.jpg") no-repeat center center;
    position: relative;
    z-index: 1;
}

.company_info{
    height: 580px;
    background: url("../images/companys.jpg") right bottom no-repeat #f0f6fc;
    position: relative;
    z-index: 2;
    margin-top:-122px;
    box-shadow: rgb(0 0 0 / 15%) 0px 10px 51px 3px;
}

.company_info_left{
    padding-left: 60px;
    width: 540px;
}

.company_info_left_entitle{
    padding-top:46px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #1268b1;
    font-weight: bold;
    text-transform: uppercase;

}


.company_info_left_chtitle{
    height: 62px;
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #464646;
    font-weight: bold;
    text-transform: uppercase;
}

.company_gap_line{
    height: 17px;
    border-bottom:4px solid #1268b1;
    width: 60px;
}

.company_desc{
    padding-top: 30px;
    padding-bottom: 30px;

}

.company_desc p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 32px;
    color: #464646;
}

.more_info{
    width: 140px;
    height: 40px;
    background: #1268b1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform linear .3s;
}

.more_info:hover{
    transform: translateY(-10px);
}

/* title_gap */

.title_gap{
    height: 60px;
}

.entitle_wrap{
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.entitle{
    padding-left: 60px;
    padding-right:60px;
    margin:0 auto;
    height: 60px;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #1268b1;
    line-height: 60px;
   
}


.entitle::before{
    content:"";
    display: block;
    width: 50px;
    left: 0;
    height: 4px;
    top:50%;
    margin-top:-2px;
    background: #1268b1;
    position: absolute;
}

.chtitle_wrap{
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.chtitle{
    padding-left: 60px;
    padding-right:60px;
    margin:0 auto;
    height: 64px;
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #464646;
    line-height: 64px;
   
}

.chtitle::after{
    content:"";
    display: block;
    width: 50px;
    right: 0;
    height: 4px;
    top:50%;
    margin-top:-2px;
    background: #1268b1;
    position: absolute;
}


.chsort{
    padding-top: 25px;
    padding-bottom: 25px;
    height: 36px;
    
    display: flex;
    align-items: center;
    justify-content: center;

}

.chsort a{
    width: 140px;
    height: 36px;
    background:#f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    font-size: 16px;
    margin-right:20px;
}


.chsort a:last-child{
    margin-right: 0;
}


.chsort a:hover,.chsort a.active_a{
    background: #1268b1 !important;
    color: #fff;
}


.pro_imgs_wrap{
    display: flex;
    flex-wrap: wrap;

}

.pro_imgs{
    width: 32%;
    margin-right:2%;
    display: block;
    margin-bottom:2%;
    
}

.pro_imgs_wrap a{
    transition:  transform linear .3s;
}
.pro_imgs_wrap a:nth-of-type(3n){
    margin-right:0;
}


.pro_imgs_wrap a:hover{
    transform:translateY(-10px);

}

.pro_imgs_wrap a:hover .pro_imgs_txt{
    color: #1268b1;
}
.pro_imgs_img{
    padding-top: 79%;

    background: #f1f1f1;
    position: relative;

}



.pro_imgs_txt{
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #464646;
}


.view_more{
    display: flex;

}



#pageud {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    clear: both;
}

#pageupdn {
    background-color: #dddddd;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

#pageupdn a {
    color: #ff8604;
}

#pageupdn a:hover {
    color: #333333;
}

#pageupdnA {
    background-color: #2097d5;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

#pageupdn_wz {
    padding: 12px;
    margin: 0 auto;
    overflow: hidden;
    font-family: Arial;
    display: inline-block;
}
.view_more_wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}


.view_title{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-bottom:1px solid #ddd;

}
.view_contents{
    padding-top: 40px;
    padding-bottom: 40px;

}
.view_contents img{
    max-width: 1200px;
    
}



.view_more{
    width: 200px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    color: #464646;
    font-size: 16px;
    transition: transform linear .3s;
    border-radius: 30px;

}

.view_more_wrap a:hover{
    transform: translateY(-10px);
    background: #1268b1;
    color: #fff;
}

.pro_imgs_wrap2{
    display: flex;
    flex-wrap: wrap;
}

.pro_item2{
    width: 23.5%;
    box-sizing: border-box;
    border:1px solid #d0d0d0;
    margin-bottom: 2%;
    margin-right: 2%;

    transition: transform linear .3s;

}

.pro_item2:nth-of-type(4n){
    margin-right: 0;
}

.pro_item2_img{
    padding-top: 63%;
    background: #ddd;
}

.pro_item2_txt{
    height: 46px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    border-top:1px solid #d0d0d0;
}


.pro_imgs_wrap2 a:hover{
    border: 1px solid #1268b1;
    transform: translateY(-10px);
}


.pro_imgs_wrap2 a:hover .pro_item2_txt{
    background: #1268b1;
    color: #fff;
    border-top:1px solid #1268b1;
}


.client_item_wrap{
    display: flex;
    flex-wrap:wrap;

}

.client_item{
    width: 18.4%;
    background: #fff;
    box-sizing: border-box;
    border:1px solid #d0d0d0;
   

    margin-right:2%;
    margin-bottom:2%;
}

.client_item:nth-of-type(5n){
    margin-right:0;
}

.client_item_inner{
    padding-top: 61%;
}

.bottom_wrap2{
    height: 298px;
    background:#333333;
}

.bottom_wrap2_inner{
    display: flex;
    justify-content: space-between;
}
.wrap2_item_title{padding-top:40px; height: 30px; color: #fff; font-size: 20px; font-weight: bold;}

.wrap2_ul{
    padding-top: 10px;
}

.wrap2_ul li a{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ddd;
    cursor: pointer;
    display: block;
}

.wrap2_ul li a:hover{
    color: #fff;
}

.bottom_wrap3{
    border-top:1px solid #535353;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ddd;
    height: 75px;
}

.bottom_wrap3 a{
    font-size: 16px;
    color: #ddd;
}

.bottom_wrap3 a:hover{
    color: #fff;
}


.inner-banner{
    height: 470px;
    background:url("../images/inner-banner.jpg") no-repeat center center;
}

.location{
    height: 75px;
    border-bottom:1px solid #f1f1f1;
    display:flex;
    justify-content:space-between;
}

.location_left{
    height: 75px;
    display: flex;
    align-items: center;

    font-size: 36px;
    color: #1268b1;
}

.location_rig{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 75px;
    font-size: 18px;
    color: #464646;
}


.location_rig a{
    font-size: 18px;
    color: #464646;
}

.location_rig a:hover{
    color: #1268b1;
}

.about_wrap{
    padding-top: 40px;
    padding-bottom: 80px;
    font-size: 18px;
    color: #464646;
    line-height: 30px;

}

.about_wrap p{
    text-indent: 36px;
}

.contact_left{
    width: 55.8%;
}

.contact_right{
    width: 44.2%;

}

.contact_ewm{
    width: 172px;
    border:1px solid #cfcfcf;

}

.contact_txt{
    height: 46px;
    width: 174px;
    display: flex;
    font-size: 18px;
    color: #464646;
    align-items: center;
    justify-content: center;
}

.contact_left_title{
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #1268b1;
    font-weight: bold;
}

.contact_left_desc{
    line-height: 36px;
    font-size: 18px;
    color: #464646;

}
.swiper-banner{
    max-height: 600px;
    overflow: hidden;
    position: relative;
    
}
.swiper-banner .alb-prev,.swiper-banner .alb-next{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;

	border-radius: 100%;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-banner .alb-prev{
	left: 0;
	background-image: url(../images/lefts.png);
}
.swiper-banner .alb-next{
	right: 0;
	background-image: url(../images/rights.png);
}


.swiper-banner.swiper-container-vertical>.swiper-pagination-bullets {
    bottom: 20px;
    left: 50%;
    right:auto;
    top:auto;
    transform: translate3d(-50%,0px,0);
    display: flex;
}


.swiper-banner.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-right: 6px;

}
.swiper-banner.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:last-child{
    margin-right: 0px;
    
}

.swiper-banner .swiper-wrapper{
    z-index: 1;
}


.swiper-banner .swiper-slide{
    background: #000;
    width: 100% !important;
}

.swiper-banner .swiper-slide>img {
  
   display: block;
}

.swiper-banner .navs{
    width: 80%;
    left: 10%;
    height: 20%;
    z-index: 2;
    top:40%;
    position: absolute;
}

.jobsList > table{ border-collapse:collapse; width: 100%;}
.jobsList .title2{ cursor: pointer; user-select: none;}
.jobsList .title > th{text-align: center; font-weight: 500; background: #166fae; color: #fff; line-height: 28px; padding: 10px; white-space: nowrap;}
.jobsList .title > td{ text-align: center; border-bottom: 1px solid #ddd; padding: 10px; line-height: 24px; white-space: nowrap;}
.jobsList .title2 > td{ line-height: 2.5;}
.jobsList .title > td:nth-child(1){ white-space: normal;}
.jobsList .info{ background: #f5f5f5; display: none;}
.jobsList .showBox{ padding: 0 30px; height: 0; overflow: hidden; transition: all .3s ease 0s; -o-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; -webkit-transition: all .3s ease 0s;}
.jobsList .showBox .box{ display: flex; justify-content: space-between; padding: 30px 0; border-top: 1px solid #ddd;}
.jobsList .showBox .box .code{ display: flex; align-items: center;}
.jobsList .showBox .box .code img{ width: 125px; margin-right: 10px;}
.jobsList .showBox .box .btn{ display: block; width: 120px; line-height: 36px; background: #e3211b; text-align: center; color: #fff; height: 36px;}
.jobsList .subcont{ margin: 0; padding: 3% 0;}
@media screen and (max-width: 960px) {
.jobsList .showBox{ padding: 0 15px;}
.jobsList .showBox .box{ padding: 15px 0;}
.jobsList .showBox .bodyBox{ padding: 15px 0;}
.honorList .list .t{ line-height: 45px;}
}
@media screen and (max-width: 768px) {
.jobsList .showBox .box .code,
.jobsList .title > th:nth-child(2),
.jobsList .title > th:nth-child(4),
.jobsList .title > th:nth-child(5),
.jobsList .title > th:nth-child(6),
.jobsList .title > td:nth-child(2),
.jobsList .title > td:nth-child(4),
.jobsList .title > td:nth-child(5),
.jobsList .title > td:nth-child(6){ display: none}
}




@media screen and (min-width: 481px) {
.jobsflex{ display: flex; align-items: flex-start;}
.jobsflex > div{ flex: 1;}
.jobsflex > div + div{margin-left: 20px;}
}