/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.pc_nav{
 height:80px;	
}
.pc_nav ul li{
 height:80px;
 line-height:80px;	
}
.pc_nav ul li a{
 padding-top:0;
 padding-bottom:0;	
}
.nav-link{
 font-size:17px !important;	
 color:#666 !important;
}
.nav-link i{
 padding-left:2px;
 font-size:16px;	
}
.navbar-nav li.active .nav-link, .navbar-nav li:hover .nav-link{
 color:	#0165C2 !important;

}
@media (max-width:991px){
	.nav-link{
	  padding:15px 0 !important;
	  border-bottom:1px solid #ebebeb;	
	}
}

.navbar-nav li:hover .nav2{
	display:block;
}
.nav2{
 padding: 8rem 25rem;
 position: absolute;
 top: 86px;
 left: 0;
 width: 100%;
 background: #fff;
 display: none;
 box-shadow: 0 2px 11px rgb(0 0 0 / 5%);
 z-index:9999;
 border-top:3px solid #0165C2;
}
.nav2_left{
 width:44%;	
}
.nav2_left ul li{
	margin-bottom:10px;
}
.nav2_left ul li a{
 	font-size:16px;
 	width:100%;
}
.nav2_right{
 width:50%;

}
.nav2_right img{
 max-width:100%;	

}
.dropdown-toggle::after{
 float:right;
 margin-top:10px;	
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 !important;
  border-radius: none !important;
}
.dropdown-menu a{
 height:40px;
 line-height:40px;
 font-size:16px;
 color:#666 !important;	
}
.dropdown-menu a.active{
 background:none;
 color:#0165C2 !important;
}
.product{
 overflow:hidden;
 background:#f2f2f2	
}
.title{
 width:100%;
 overflow:hidden;	
 flex-wrap: nowrap;
 justify-content: space-between;
 padding-left:15px;
 padding-right:15px;
}
.title .title_l h2{
 font-size:32px;
 line-height:60px;
 color:#313131;	
}
.title .title_l span{
 background:#0165C2;
 width:70px;
 height:4px;
 display:block;
}
.title .title_l p{
 font-size:24px;
 line-height:48px;
 color:#BBB8B8;
}
.arrow{
 width:100px;
 height:30px;
 border:1px solid #97cdff;	
 margin-top:34px;
 background:url(../images/jiantou.png) no-repeat center center;
}
.product_list{
 width:100%;
 overflow:hidden;	
}
.p_list_img{
  width: 100%;
  padding-top:75%;
  position: relative;
  overflow: hidden;
}
.p_list_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 75%;
 z-index: 5;
 left: 0;
 top: 0;

}


.p_list_title{
	height:80px;
  align-items: center;
	justify-content: space-between;
}
.p_list_title span{
 height:40px;
 line-height:40px;
 color:	#0165C2;
}
.p_list_title p{
 height:40px;
 line-height:40px;
 font-weight:normal;
 font-size:16px;	
}
@media (max-width:960px){
	.p_list_title{
		height:60px;
		
	}
	.p_list_title span{
		height:30px;
    line-height:30px;
	}
	.p_list_title p{
    height:30px;
    line-height:30px;
    font-weight:normal;
    font-size:14px;	
    width:110px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    
   }
   .p_list_title_l{
    width:110px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
   }
}
.p_list_title i {
  display: block;
  width: 32px;
}
@media (max-width: 1440px) {
  .p_list_title i {
    width: 28px;
  }
}
@media (max-width: 1199px) {
  .p_list_title i {
    width: 24px;
  }
}
.p_list_title i img {
  width: 100%;
}
.p_list_title i img:nth-child(2) {
  display: none;
}
.product_list ul li{
 list-style:none;
 float:left;	
 margin-top:30px;
}
.product_list ul li:hover .p_list_title i img:nth-child(1) {
  display: none;
}
.product_list ul li:hover .p_list_title i img:nth-child(2) {
  display: block;
  animation:fangxiang 0.5s infinite;
  -webkit-animation:fangxiang 0.5s infinite;
  animation-iteration-count:1;
  -webkit-animation-iteration-count:1;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards; 
}
.product_list ul li:hover .p_list_img img{
	transform:scale(1.2,1.2);
	transition:1.5s transform .2s
}
@keyframes fangxiang
{
    100%{transform: rotate(45deg);}
}
.about{
 overflow:hidden;
}
.ab,.ab_img{
 float:left;	
}
.ab_title span{
	color:#000;
	font-size:72px;
	font-weight:bold;
	line-height:95px;
}
.ab_title p{
	color:#000;
	font-size:72px;
	font-weight:normal;
	line-height:95px;
}
.ab_title p font{
 color:#0165c2;	
}
.ab_des p{
 font-size:16px;
 line-height:32px;
 font-weight:normal;
 color:#817e7e;	
}
.ab_jiantou{
	height:54px;
	width:159px;
  background:url(../images/about_bg.png) no-repeat left center;	
}
.ab_jiantou a{
 color:#817e7e;
 font-weight:bold;
 font-size:20px;
 width:159px;
 line-height:48px;
 display:block;	
}
.ab_img{
  margin-top:27px;	
}
.ab_img img{
 max-width:100%;
 height:auto;	
}
.case{
 background:url(../images/case_bg.jpg) no-repeat center center;	
 background-attachment:fixed;
}
.case .title{
 width:100%;
 overflow:hidden;	
 flex-wrap: nowrap;
 justify-content: space-between;
 padding-left:15px;
 padding-right:15px;
}
.case .title .title_l h2{
 font-size:32px;
 line-height:60px;
 color:#fff;	
}
.case .title .title_l span{
 background:#0165C2;
 width:70px;
 height:4px;
 display:block;
}
.case .title .title_l p{
 font-size:24px;
 line-height:48px;
 color:#fff;
}
.case .arrow{
 width:100px;
 height:30px;
 border:1px solid #fff;	
 margin-top:34px;
 background:url(../images/jiantou2.png) no-repeat center center;
}

.case_list{
 width:100%;
 overflow:hidden;	
}
.case_list ul li{
 float:left;
}
.c_list_img{
  width: 100%;
  padding-top:75%;
  position: relative;
  overflow: hidden;
}
.c_list_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 75%;
 z-index: 5;
 left: 0;
 top: 0;

}
.case_list ul li:hover .c_list_img img{
	transform:scale(1.2,1.2);
	transition:1.5s transform .2s
}
.c_list_title p{
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:40px;
	white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.honor_list{
	margin-top:30px;
	}
.honor_list_img{
  width: 100%;
  padding-top:140%;
  position: relative;
  overflow: hidden;
}
.honor_list_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 100%;
 z-index: 5;
 left: 0;
 top: 0;

}
.honor_list_title p{
 line-height:40px;	
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 padding-bottom:40px;
}
.swiper-pagination1{
 bottom:0px !important;
}
.news{
 overflow:hidden;	
}
.news_list ul li{
 box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.25);
 margin-bottom:20px;
}
.news_list1{
 overflow:hidden;	
  box-shadow: none;
 margin-bottom:20px;
}
.news_list1 .n_list_r {
    padding-left:15px;
    padding-right: 15px;
     box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
.news_list1 ul li{
 box-shadow: none;
 margin-bottom:30px;
}
.news_list ul li:last-child{
 margin-bottom:0px;	
}
.n_list_l_img{
  width: 100%;
  padding-top:40%;
  position: relative;
  overflow: hidden;
}
.n_list_l_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 40%;
 z-index: 5;
 left: 0;
 top: 0;
}
.n_list_l_title h2{
 font-size:16px;
 color:#333;
 line-height:60px;	
 font-weight:bold;
 margin-bottom:0;
}
.n_list_l_title span{
	height:3px;
	background:#0165c2;
	width:60px;
}
.n_list_l_title p{
	font-size:14px;
	line-height:25px;
	color:#b6b6b6;
}
.n_list_r{
 padding-left:15px;
 padding-right:15px;	
}
.n_list_r h2{
 font-size:16px;
 color:#333;
 line-height:60px;
 font-weight:bold;	
 white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.n_list_r span.time{
 font-size:14px;
 color:#b6b6b6;
 line-height:60px;
 font-weight:normal;
 text-align:right;
 min-width:75px;
}
.fl{
 float:left;	
}
.n_list_r span.hengxian{
	height:3px;
	background:#0165c2;
	width:60px;
	display: block;
}
.n_list_r p{
	font-size:14px;
	line-height:25px;
	color:#b6b6b6;
	padding-bottom:10px;
}

footer{
 overflow:hidden;
 background:#181818;	
}
.footer{
 padding-top:50px;
 padding-bottom:50px;	
 overflow: hidden;
}
.footer h2{
 color:#fff;
 font-size:20px;
 line-height:60px;
 font-weight:bold;
 margin-bottom:0;
}
.footer span{
 width:40px;
 height:3px;
 background:#fff;
}
.footer p{
 margin-top:20px;
 font-size:16px;
 line-height:28px;	
 color:#fff;
}
.footer i{
 width:28px;
 height:28px;
 margin-right:12px;	
 display: inline-block;
}
.footer i img{
 max-width:100%;
 height:auto;	
 
}
.footer p a{
 color:#fff;	
}
.footer .erweima{
 margin-top:20px;	
}
.footer .erweima img{
 max-width:215px;
 height:auto;
 margin:0 auto;
 display:block;	
}
.bottom{
 height:60px;
 border-top:1px solid #3f3d3d;	
}
.bottom p{
 line-height:60px;
 color:#fff;	
 font-size:16px;
}
.bottom p a{
	color:#fff;
}
.jumbotron span{
 width:30px;
 height:3px;
 background:#fff;
 display:inline-block;	
}
.main{
 overflow:hidden;	
}

#c-about-list .c-title {
	margin-bottom: 30px;
	font-size: 48px;
	color: #000;
}
#c-about-list .c-text {
	margin-bottom: 80px;
	line-height: 26px;
	color: #666;
}
#c-about-list li {
	flex-wrap: wrap;
}
#c-about-list li:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 140px 0rem 140px;
	background: #f5f5f5;
}
#c-about-list li:nth-child(4) {
	display: flex;
	align-items: center;
	padding: 140px 0 0 0;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(5) {
	display: flex;
	align-items: center;
	padding-bottom: 140px;
	background: #f5f5f5;
}


#c-about-list li:nth-child(2) {
	display: flex;
	align-items: center;
	padding-top: 140px;
	background: #fff;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(3) {
	display: flex;
	align-items: center;
	padding-bottom: 140px;
	background: #fff;
}
#c-about-list li:nth-child(1) .c-img-box,#c-about-list li:nth-child(4) .c-img-box,
#c-about-list li:nth-child(2) .c-img-box,#c-about-list li:nth-child(3) .c-img-box,#c-about-list li:nth-child(5) .c-img-box{
	width: 50%;
	overflow: hidden;
}
#c-about-list li .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-about-list li:nth-child(1) .c-text-box {
	padding-left: 130px;
	width: 50%;
}
#c-about-list li:nth-child(4) .c-text-box {
	padding: 0 130px 0 2rem;
	width: 50%;
}
#c-about-list li:nth-child(2) .c-text-box {
	padding: 0 130px 0 2rem;
	width: 50%;
}
#c-about-list li:nth-child(3) .c-text-box {
	padding: 0 2rem 0 130px;
	width: 50%;
}
#c-about-list li:nth-child(5) .c-text-box {

	padding: 0 2rem 0 130px;

	width: 50%;

}

.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #222;
	background: url(../images/jt2.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #0165C2;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}
.nav_bar ul li{
 width:200px;
 height:40px;
 background:#ccc;
 margin-right:20px;	
}
.nav_bar ul li:last-child{
 margin-right:0;	
}
.nav_bar ul li a{
 display:block;
 text-align:center;
 line-height:40px;
 color:#fff;	
}
.nav_bar ul li a.active{
 	background:#0165C2;
}
.nav_bar ul li a:hover{
	background:#0165C2;	
}
.content p{
 
 font-size:16px;
 line-height:32px;
}

.cer_list{
 width:100%;
 overflow:hidden;	
}
.cer_list_img{
  width: 100%;
  padding-top:75%;
  position: relative;
  overflow: hidden;
}
.cer_list_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 75%;
 z-index: 5;
 left: 0;
 top: 0;

}


.cer_list_title{
	height:60px;
}

.cer_list_title p{
 height:60px;
 line-height:60px;
 font-weight:normal;
 font-size:16px;
 text-align:center;	
}
.con_title h2{
	text-align:center;	
}
.prenext ul li{
 line-height:40px;	
}
.fac_list{
 width:100%;
 overflow:hidden;	
}
.fac_list_img{
  width: 100%;
  padding-top:66%;
  position: relative;
  overflow: hidden;
}
.fac_list_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 66%;
 z-index: 5;
 left: 0;
 top: 0;

}



.pagebar {
	padding:20px;
	overflow:hidden
}
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:12px;
	padding:10px 15px;
	margin:0 2px;
	border-radius:3px;
}
.pagination span {
	color:#333;
	font-size:12px;
	padding:7px 2px;
	margin:0 2px;
	border-radius:3px;
}
.pagination a:hover {
	color:#337ab7;
	border:1px solid #337ab7;
}
.pagination a.page-num-current {
	color:#fff;
	background:#337ab7;
	border:1px solid #337ab7;
}
.pagination .st {
	font-family:宋体
}

.news_con_title h2{
 padding-bottom:30px;
 border-bottom:1px solid #d5d5d5;	
}
.news_con_title p{
	text-align:center;;
	font-size:13px;
	color:#888;
	line-height:32px;
}
.bread_info {
  padding: 33px 0;
}
.basecont {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bread .cont .gt {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread .cont .gt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  font-size: 16px;
  color: #666666;
  max-width: 30%;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .bread_info {
    padding: 22px 0;
  }
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread_info .cont .gt .img {
  display: block;
  flex-shrink: 0;
  width: 14px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .bread_info .cont .gt .img {
    width: 12px;
  }
}
.bread_info .cont .gt .img img {
  width: 100%;
  float: left;
}
.bread .cont .gt .on:last-child {
    font-weight: bold;
}





.productbox-section1 {
  padding-top: 0;
}
.productbox-section1 .cont {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont {
    margin: 0;
  }
}
.productbox-section1 .cont .nav,
.productbox-section1 .cont .gt {
  padding: 0 45px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav,
  .productbox-section1 .cont .gt {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .nav,
  .productbox-section1 .cont .gt {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav,
  .productbox-section1 .cont .gt {
    padding: 0;
  }
}
.productbox-section1 .cont .nav {
  width: 22%;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .productbox-section1 .cont .nav {
    position: sticky;
    top: 110px;
  }
}
.productbox-section1 .cont .nav .min {
  width: 100%;
}
.productbox-section1 .cont .nav .min .zhu {
  display: none;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav .min .zhu {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .productbox-section1 .cont .nav .min .zhu .tit {
    width: 100%;
    padding: 20px 16px;
    border-bottom: 2px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
  }
  .productbox-section1 .cont .nav .min .zhu .tit i {
    display: block;
    width: 10px;
  }
  .productbox-section1 .cont .nav .min .zhu .tit i img {
    width: 100%;
  }
  .productbox-section1 .cont .nav .min .zhu .tit i img:nth-child(2) {
    display: none;
  }
}
.productbox-section1 .cont .nav .min .zhu.on1 .tit {
  color: #0165C2;
}
.productbox-section1 .cont .nav .min .zhu.on1 .tit i img:nth-child(1) {
  display: none;
}
.productbox-section1 .cont .nav .min .zhu.on1 .tit i img:nth-child(2) {
  display: block;
}
.productbox-section1 .cont .nav .min .zhong {
  width: 100%;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav .min .zhong {
    display: none;
  }
}
.productbox-section1 .cont .nav .min .zhong .item {
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
  padding: 35px 30px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item {
    padding: 26px 24px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .nav .min .zhong .item {
    padding: 20px 16px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item:last-child {
  border-bottom: none;
}
.productbox-section1 .cont .nav .min .zhong .item:first-child {
  padding-top: 0;
}
.productbox-section1 .cont .nav .min .zhong .item .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .tit {
    font-size: 16px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .tit span {
  display: block;
  width: 80%;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productbox-section1 .cont .nav .min .zhong .item .tit i {
  display: block;
  width: 10px;
  overflow: hidden;
}
.productbox-section1 .cont .nav .min .zhong .item .tit i img {
  float: left;
  width: 100%;
}
.productbox-section1 .cont .nav .min .zhong .item .tit i img:nth-child(2) {
  display: none;
}
.productbox-section1 .cont .nav .min .zhong .item .jut {
  width: 100%;
  padding-top: 21px;
  display: none;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .jut {
    padding-top: 16px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .jut li {
  display: block;
  width: 100%;
  padding: 21px 0;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .jut li {
    padding: 16px 0;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {
    font-size: 14px;
    padding-left: 24px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .jut .active .f_tit {
  color: #0165C2;
}
.productbox-section1 .cont .nav .min .zhong .on .tit {
  color: #0165C2;
}
.productbox-section1 .cont .nav .min .zhong .on .tit i img:nth-child(1) {
  display: none;
}
.productbox-section1 .cont .nav .min .zhong .on .tit i img:nth-child(2) {
  display: block;
}
.productbox-section1 .cont .gt {
  width: 78%;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .gt {
    width: 100%;
  }
}
.productbox-section1 .cont .gt .f_cont {
  
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0 -14px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0;
  }
}
.productbox-section1 .cont .gt .f_cont .item {
  width: 33.333%;
  padding: 0 18px;
  margin-bottom: 36px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0 14px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .productbox-section1 .cont .gt .f_cont .item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0;
    width: 100%;
  }
}
.productbox-section1 .cont .gt .f_cont .item .list {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
}
.productbox-section1 .cont .gt .f_cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 114%;
  overflow: hidden;
}
.productbox-section1 .cont .gt .f_cont .item .list .img img {
  width: 75%;
  height: 75%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.productbox-section1 .cont .gt .f_cont .item .list .font {
  padding: 30px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #ececec;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font {
    font-size: 16px;
  }
}
.productbox-section1 .cont .gt .f_cont .item .list .font span {
  display: block;
  width: 90%;
  width: calc(100% - 50px);
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font span {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font span {
    width: calc(100% - 26px);
  }
}
.productbox-section1 .cont .gt .f_cont .item .list .font i {
  width: 40px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font i {
    width: 26px;
  }
}
.productbox-section1 .cont .gt .f_cont .item .list .font i img {
  float: left;
  width: 100%;
}
.productbox-section1 .cont .gt .f_cont .item .list .font i img:nth-child(2) {
  display: none;
}
.productbox-section1 .cont .gt .f_cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.productbox-section1 .cont .gt .f_cont .item .list:hover .font i img:nth-child(1) {
  display: none;
}
.productbox-section1 .cont .gt .f_cont .item .list:hover .font i img:nth-child(2) {
  display: block;
}
.product_list1 ul li{
 margin-top:0;	
}
.p_con_t{
 overflow:hidden;	
}
.p_con_t img{
 max-width:100%;
 height:auto	
}
.p_con_title span{
 font-size:16px;
 color:#0165C2;
 margin-bottom:30px;
}
.p_con_title h2{
 font-size:26px;
 color:#333;
 font-weight:bold;
 padding-bottom:60px;
 border-bottom:1px solid #d8d8d8;
}
.p_con_title p{
 padding:50px 0;	
 font-size:30px;
 line-height:40px;
}
.p_con_title p span{
 background:#0165C2;
 display:inline-block;
 width:120px;
 height:40px;
 text-align:center;
 margin-right:10px;	
 margin-bottom:0;
 color:#fff;
 font-size:16px;
}
.p_con_con{
	overflow:hidden;
}
.p_con_con_t{
	border-bottom:1px solid #d8d8d8;
	margin-bottom:30px;
}
.p_con_con_t span{
 display:inline-block;
 padding:10px 15px;
 background:#f2f2f2;
 color:#333;	
 font-size:26px;
}
.p_con_con_p p{
 font-size:16px;
 color:#666;
 line-height:32px;	
}
.p_con_con_p p img{
 max-width:100%;	
}
.s_des p{
 font-size:20px;
 line-height:40px;
 color:#666;	
}
.s_tab_box{
 width:100%;

 margin:0 auto;	
}
#myTab li{
 width:25%;
 background:#888;
 text-align:center;
 
 font-size:20px;	
 color:#fff;
}
#myTab li a{
 color:#fff;
 display:block;	
 padding:10px 0;
}
#myTab li a.active{
 background:#0165C2;
 
}
.tab-content{
 margin-top:50px;	
 overflow: hidden;
}
.tab-pane p{
 font-size:18px;
 line-height:36px;;
 color:#666;	
}
.li_disc{
	overflow:hidden;
	padding-left: 20px;
}
.li_disc ul li{
	display: list-item;
  list-style-type: inherit;
  font-size:18px;
 line-height:36px;;
 color:#666;
  
}
.messages div{
 margin-bottom:30px;	
}
.messages lable{
 display:block;	
 padding-bottom: 10px;
 font-size:18px;
 color:#666
}
.messages lable span{
 color:#ff0000;
 font-weight:bold;
 font-size:22px;
 padding-right:10px;	
}
.messages textarea{
 width:100%;
 height: 160px;
 padding: 10px;
 margin-left: 1px;
 border-radius: 0px;	
 border:1px solid #d8d8d8;
}
.messages input{
 width:70%;
 height:50px;	
 border-radius: 0px;
 border:1px solid #d8d8d8;
}
.messages button{
 background:#0165C2;
 border:0;
 padding:10px 50px;	
 color:#fff;
 font-size:18px;
}
.con_t h2{
 font-size:26px;
 line-height:80px;
 font-weight:bold;	
 color:#333;
}
.con_t p{
 font-size:18px;
 line-height:42px;
 color:#888;	
}



.recruitbox-section1 {
  width: 100%;
}
.recruitbox-section1 .f_tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .f_tit {
    margin-bottom: 40px;
  }
}
.recruitbox-section1 .f_tit .tit {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.recruitbox-section1 .f_tit .text {
  font-size: 18px;
  color: #555555;
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .f_tit .text {
    font-size: 16px;
  }
}
.recruitbox-section1 .cont {
  width: 100%;
}
.recruitbox-section1 .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recruitbox-section1 .cont .item {
    margin-bottom: 20px;
  }
}
.recruitbox-section1 .cont .item:last-child {
  margin-bottom: 0;
}
.recruitbox-section1 .cont .item .img,
.recruitbox-section1 .cont .item .font {
  width: 50%;
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .img,
  .recruitbox-section1 .cont .item .font {
    width: 100%;
  }
}
.recruitbox-section1 .cont .item .img {
  position: relative;
  padding-bottom: 23.4%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .img {
    padding-bottom: 60.4%;
  }
}
@media (max-width: 500px) {
  .recruitbox-section1 .cont .item .img {
    padding-bottom: 72%;
  }
}
.recruitbox-section1 .cont .item .img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruitbox-section1 .cont .item .font {
  padding: 20px 100px;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .cont .item .font {
    padding: 20px 70px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item .font {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .font {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .recruitbox-section1 .cont .item .font {
    padding: 26px 16px;
  }
}
.recruitbox-section1 .cont .item .font .tit {
  font-size: 36px;
  font-weight: bold ;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .cont .item .font .tit {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .font .tit {
    font-size: 22px;
  }
}
.recruitbox-section1 .cont .item .font .text {
  font-size: 16px;
  color: #777777;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item .font .text {
    line-height: 24px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .recruitbox-section1 .cont .item:nth-child(2n) .img {
    order: 1;
  }
  .recruitbox-section1 .cont .item:nth-child(2n) .font {
    order: 0;
  }
}
.recruitbox-section1 .cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.recruitbox-section2 .tit {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .tit {
    margin-bottom: 40px;
  }
}
.recruitbox-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .recruitbox-section2 .cont {
    margin: 0;
  }
}
.recruitbox-section2 .cont .item {
  padding: 0 20px;
  width: 50%;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont .item {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section2 .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section2 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .recruitbox-section2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .recruitbox-section2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.recruitbox-section2 .cont .item .list {
  display: block;
  width: 100%;
  position: relative;
}
.recruitbox-section2 .cont .item .list .img {
  position: relative;
  padding-bottom: 70.3%;
  width: 100%;
  overflow: hidden;
}
.recruitbox-section2 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.recruitbox-section2 .cont .item .list .font {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(232, 111, 0, 0.85);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont .item .list .font {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont .item .list .font {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section2 .cont .item .list .font {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .recruitbox-section2 .cont .item .list .font {
    font-size: 16px;
    height: 50px;
  }
}
.recruitbox-section2 .cont .item:nth-child(2) .list .font {
  background-color: rgba(225, 33, 55, 0.85);
}
.recruitbox-section2 .cont .item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.basefont40 {
    font-size: 40px;
}
.joblist .table th, .joblist .table td{
 border-top:0;	
}
.joblist .table th{
 background:#0165C2;
 padding:30px 0;
 text-align:center;
 color:#fff;
 font-size:22px;
 border-bottom:0;
}
.joblist .table td{
font-size:18px;
padding:20px 0;
text-align:center;
}
.joblist  tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.joblist tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.joblist  tbody tr:hover{
	background:#0165C2;
	color:#fff;
}

@media (min-width:1200px) and (max-width:1360px){
	.news_list li:last-child{
	  display:none;	
	}
	.ab_des{
	  height:130px;
  overflow:hidden;
  text-overflow:ellipsis; 	
	}
}




.p_con_t .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

.p_con_t .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }
.p_con_t .swiper-button-next{
 right:0 !important;
}
.p_con_t .swiper-button-prev{
 left:0 !important;
}
.p_con_t .mySwiper {
 margin-top:20px;	
}
@media (min-width:991px) and (max-width:1200px){
	.navbar-brand img{
	  width:180px;
	  height:auto;	
	}
	.navbar-expand-lg .navbar-nav .nav-link{
	 padding-left:0.5rem;
	 padding-right:0.3rem;	
	}
	}
	
@media (min-width:991px) and (max-width:1360px){
	.div2,.div4{
	 display:none !important;	
	}
	.div1,.div3,.div7{
	 max-width:33.33% !important;	
	}
	}
.video{
 margin-bottom:20px;	
}
#video{
 max-width:100%;
 display:block;
 margin:0 auto;	
}
.langugae ul{
 background-color: #fff;
    width: 100px;
    text-align: left;
    padding: 10px 25px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  text-transform: capitalize;
  margin-right:0;
}	
.langugae ul li{
 height:40px;
 line-height:40px;	
}
.langugae:hover .lan{
 visibility: visible !important;
 opacity: 1 !important;
}