@charset "utf-8";
/* CSS BY www.softmoon.com.cn */
body { font-family: 'Microsoft YaHei', sans-serif; font-size: 14px; color:#333; margin:0; padding: 0;}
* { padding: 0px; margin: 0px; border: 0; outline: none; box-sizing: border-box;}
ul { margin:0; padding: 0;}
li { margin:0; padding: 0;}
section {overflow:hidden !important;}
input:hover,input:focus {outline:none !important;}
a { text-decoration:none;-webkit-transition:0.5s;transition:0.5s; color: #0078b7;}
a:hover,a:hover {color:#008bd4;text-decoration:none;-webkit-transition:0.5s;transition:0.5s;}
p { color:#717071; line-height:1.625; font-size:14px; margin-bottom:0px;}
a:focus,.button:focus,button:focus,.btn:focus { text-decoration:none; outline:none; box-shadow:none; -webkit-transition:1s; transition:1s;}
ul {list-style:none;margin:0;padding:0;}
@media (min-width: 1920px){
  .container { width: 1280px;}
}

/*--------导航-------------*/
.top-blank { height:120px; overflow:hidden; background:none;}
.top-head { height:120px; position:fixed; top:0; width:100%; z-index:1000; box-shadow: 0 10px 10px rgb(0 36 87 / 3%);}
.top { height:120px; width:100%; background: #fff;}
.top_box { width:1280px; margin:0 auto;}
.logo { float:left; padding-top:24px;}
.nav { float:right; margin-top: 50px;}
.nav li { margin:0 20px; float:left; text-align:center; position:relative;}
.nav a { height:67px; display:block; font-size:16px; color:#737373;}
.nav li a:after { 
	content: ""; 
	display: block; 
	position: absolute; 
	left: 50%; 
	right: 50%; 
	bottom: -3px; 
	height: 3px; 
	opacity: 0; 
	background-color: #fccf00; 
	-webkit-transition: all .5s; 
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.nav li a:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav a#sel { border-bottom:3px solid #347853; color:#347853;}
.nav a#sel:hover:after{opacity: 0;}
.nav .sub { display:none; width:100%; padding:0; position:fixed; top:120px; overflow:hidden; text-align:left; z-index:110; left:0px; background-color: #fff; border-top: 1px #ededed solid; box-shadow: 0 10px 10px rgb(0 36 87 / 3%);}
.nav .sub .menu_box { width:1240px; overflow:hidden; padding-top:5px; margin:0 auto; padding-bottom:80px;}
.menu_title { text-align: center; margin-bottom: 40px;}
.menu_title h1 { font-size: 30px; margin-top: 60px; margin-bottom: 20px; font-weight: bold; color: #0070bd;}
.menu_title p { font-size:16px; color:#666;}
.nav .sub .menu_box .menu_item { overflow:hidden; margin-top: 55px;}
.nav .sub .menu_box .menu_item ul { display: flex; flex-wrap: wrap; justify-content: right;}
.nav .sub .menu_box .menu_item ul li { width:18%; overflow:hidden; position:inherit; margin:0px; text-align: center; margin-right: 20px; margin-bottom: 20px;}
.nav .sub .menu_box .menu_item ul li a h3 { color:#221814; margin: 0px; font-size: 16px;}
.nav .sub .menu_box .menu_item ul li a { color:#221814; font-size:14px; height:100%; background: #f5f6f8; padding: 15px 0px; border-radius: 4px;}
.nav .sub .menu_box .menu_item ul li a:hover { color:#fff; background: #f6ab00}
.nav .sub .menu_box .menu_item ul li a:hover h3 { color:#fff;}
.nav .sub .menu_box .menu_item ul li a:hover p { color: #fff;}

/*--------------首页大图-------------------*/
.focusPicture-mod { position: relative;}
.focusPicture-mod .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.focusPicture-mod .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    background-position: 50% 50%;
	position: relative;
}
.focusPicture-mod .swiper-slide img { width:100%; height: 100%; object-fit: cover; max-width: 2560px;}
.focusPicture-mod .swiper-slide a { display:block; width: 100%; height: 100%;}
.focusPicture-mod .swiper-pagination-bullets { bottom:20px;}
.focusPicture-mod .swiper-pagination-bullet { width: 30px; height: 5px; border-radius: 4px; opacity:1; margin:0 10px; background: #fff;}
.focusPicture-mod .swiper-pagination-bullet-active { background: #008aff !important;}

.home_about { padding: 140px 0 100px;}
.home_about .container { display: flex; flex-wrap: nowrap; justify-content:space-between;}
.home_about_info { width: 50%;}
.home_about_info h1 { position: relative; font-weight: bold; z-index: 99; font-size: 32px; margin-top: 0; margin-bottom: 60px;}
.home_about_info h1::after { content: 'ABOUT aerte'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #eef4f8; font-size: 66px;text-transform: uppercase}
.home_about_info p { font-size: 16px; color: #666; line-height: 35px; padding-right: 40px;}
.home_about_info a { display: inline-block; color: #0062ac; margin-top: 30px; font-size: 16px;}
.home_about_info a i { display: inline-block; border-radius: 50%; background: #0062ac; width: 25px; height: 25px; position: relative; top: 6px;}
.home_about_info a:hover { color:#f6ab00;}
.home_about_pic { margin-right: -120px;}

/*--------------首页产品-------------------*/
.home_product { background: url(../images/home_product_bg.jpg) no-repeat #005b9f; padding: 140px 0 80px; background-size: cover}
.home_product_head { display: flex; flex-wrap: nowrap; justify-content:space-between; margin-bottom: 80px;}
.home_product_head  h1 { position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin-top: 0; color: #fff; width: 500px;}
.home_product_head  h1::after { content: 'Product'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #4589be; font-size: 66px;}
.home_product_head_menu { display: flex; flex-wrap: nowrap; justify-content:space-between;}
.home_product_head_menu p { font-size: 16px;}
.home_product_head_menu p a { color: #fff; display: block; width: 100px; text-align: center; line-height: 40px;}
.home_product_head_menu p a:hover { background: #0187ee; border-radius: 4px;}
.home_prolist { width: 100%; height: 100%;}
.home_prolist .swiper-slide { font-size: 18px; height: 380px;}
.home_prolist .swiper-slide img { display: block; width: 100%; object-fit: cover; border-radius: 6px;}
.home_prolist .swiper-slide h3 { color: #fff; font-size: 20px;}
.home_prolist .swiper-pagination-bullets { bottom:20px;}
.home_prolist .swiper-pagination-bullet { width: 18px; height: 18px; border-radius: 50%; opacity:1; margin:0 10px; border: 2px #fff solid; background: none;}
.home_prolist .swiper-pagination-bullet-active { border: 2px #fccf00 solid; position: relative;}
.home_prolist .swiper-pagination-bullet-active::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #fccf00;
	border-radius: 50%;
	position: absolute;
	top:50%; left: 50%;
	transform: translate(-50%,-50%);
}

/*--------------首页资讯-------------------*/
.home_news { background: url(../images/home_news_bg.jpg) no-repeat #f8f9fb; padding: 120px 0 90px; background-size: cover}
.home_news .container { width: 1280px;}
.index_news_head { float:left;}
.index_news_head .index_news_title { margin-top: 0px; margin-bottom: 120px;}
.index_news_head .index_news_title h1 { position: relative; font-weight: bold; display: inline-flex; z-index: 99; font-size: 32px; margin-top: 0; margin-bottom: 160px;}
.index_news_head .index_news_title h1::after { content: 'NEWS'; display: block; position: absolute; z-index: -9; top: -35px; font-family: BEBAS; color: #eaf0f4; font-size: 66px;}
.index_news_head .index_news_title p { text-transform: uppercase; font-size: 16px; color: #717071;}
.index_news_head .index_news_qiehuan { display: flex; flex-wrap: nowrap;}
.index_news_head .index_news_qiehuan a { width:48px; height:48px; display:inline-block; text-align: center; background:#0062ac;}
.index_news_head .index_news_qiehuan a:hover { background: #003e6d;}
.index_news_head .index_news_qiehuan a.next {background: #fccf00;}
.index_news_head .index_news_qiehuan a.next:hover {background: #deb600;}

.index_news_right { float:right;}
.index_news_mneu { display: flex; flex-wrap: nowrap; justify-content:right; margin-bottom: 60px;}
.index_news_mneu p { font-size:16px;}
.index_news_mneu p a { color: #5f5f5f; display: block; width: 120px; text-align: center; margin-right: 10px; line-height: 35px;}
.index_news_mneu p a:hover { color: #fff; background: #0062ac; border-radius: 4px;}
.index_news_list ul { padding: 10px;}
.index_news_list ul li { width:418px; float:left; margin:10px; background:#fff; color:#333; padding: 20px 0;}
.index_news_list ul li a h3 { color: #333;}
.index_news_list ul li:hover { background:#0062ac;}
.index_news_list ul li:hover h3 { color:#fff;}
.index_news_list ul li:hover p { color:#fff;}
.index_news_list ul li:hover p.news_time { color:#fff;}
.index_news_list .index_news_pic { padding: 0 20px;}
.index_news_list .index_news_pic img { width:100%; height:auto; display:block;}
.index_news_list .index_news_text { margin: 20px 20px 25px 20px;}
.index_news_list .index_news_text h3 { 
	margin-bottom:20px;
	margin-top: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
}
.index_news_list .index_news_text p { color: #a1a1a1; margin:0; font-size:14px; line-height:25px; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.banner { width: 100%; height: 369px; background: #002f7b; position: relative}
.banner img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.banner_title { position: absolute; width: 100%; text-align: center; top: 45%}
.banner_title h1 { color: #fff; margin:0;}
.here { width: 100%; background-color: rgba(0, 0, 0, 0.3); position: absolute; bottom: 0; color: rgba(255,255,255,.6)}
.here .breadcrumb { background-color: rgba(0, 0, 0, 0); margin-bottom: 0; padding: 15px 0;}
.here .breadcrumb a { color: rgba(255,255,255,.6)}
.here .breadcrumb a:hover { color: #fccf00}
/*-------------分页样式----------------*/
.pages { clear: both; text-align: center; font-size:14px; margin-bottom:20px; margin-top:60px;}
.pages .pagination { padding:0;}
.pages .pagination li { display:inline-block; margin: 0 3px; line-height: 20px; color:#999}
.pages .pagination li { color:#fff; font-size:14px;}
.pages .pagination li a { padding:10px 20px; border: 1px #e5e5e5 solid; color:#666; display:block;}
.pages .pagination li a:hover { color: #f6ab00; border: 1px solid #f6ab00; background:#fef9ec; text-decoration:none;}
.pages .pagination li.active { display: inline-block; margin: 0 3px;}
.pages .pagination li.active a { color: #fff; border: 1px solid #005596; background:#0062ac;}

.page_body { padding: 80px 0;}

.main_head { margin-bottom: 60px;}
.main_head h1 { display: initial; font-weight: bold; font-size: 28px;}
.main_head h1::before { content: ''; display: inline-block; width: 8px; height: 30px; background: #f6ab00; position: relative; top: 5px; margin-right: 15px;}

.product_info { margin-bottom: 40px;}
.product_info h2 { display: inline-block; font-size: 24px; margin-top: 40px; margin-bottom: 30px; font-weight: bolder; position: relative; z-index: 1;}
.product_info h2::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 5px; background-color: #fed577; z-index: -1;}
.product_info p { color: #666; line-height: 30px; font-size: 16px;}
.product_list { display: flex; flex-wrap: wrap;}
.product_list .product_list_item { width: 32%; margin-right: 15px; margin-bottom: 40px;}
.product_list .product_list_item:nth-child(3n) { margin-right: 0;}
.product_list .product_list_item .product_list_pic { border:1px #f3f3f3 solid; border-radius: 6px; overflow: hidden;}
.product_list .product_list_item .product_list_pic img { width:100%; height: 100%; object-fit: cover;}
.product_list .product_list_item h3 { font-size: 20px;}
.product_list .product_list_item a h3 { color: #333;}

.product_menu_two { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 40px; border-top: 1px #e5e5e5 solid; padding-top: 40px;}
.product_menu_two p { font-size: 16px; margin-right: 15px;}
.product_menu_two p a { display: block; background: #f5f6f8; color: #333; padding: 6px 30px;}
.product_menu_two p a:hover { background: #f6ab00; color: #fff;}
.product_menu_two p a.thisclass { background: #f6ab00; color: #fff;}

.product_head { padding: 80px 0 40px;}
.product_head_item { display: flex; flex-wrap: wrap; justify-content: space-between;}
.product_head_item .product_photo { width: 55%; display: flex; justify-content: center; flex-wrap: wrap;}
.product_head_item .product_title { width: 40%; margin-top: 60px;}
.product_head_item .product_title h1 { font-size: 28px; font-weight: bold; margin-bottom: 30px;}
.product_head_item .product_title p { font-size: 18px; line-height: 35px; margin-bottom: 15px;}
.product_head_item .product_title a { display: inline-block; font-size: 16px; color:#fff; background: #002f7b; border-radius: 6px; padding: 2px 35px;}
.product_head_item .product_title a:hover { background: #f6ab00;}

.ProductIntroduction { overflow: hidden;}
.ProductExhibition { position: relative; z-index: 9;}
.ProductExhibition .Exhibition_num { display: flex; flex-wrap: nowrap; justify-content: space-between;}
.ProductExhibition .Exhibition_num .Exhibition_item { margin-right: 5px;}
.ProductExhibition .Exhibition_num .Exhibition_item img { width: 120px; height: 74px; opacity: 0.5; vertical-align: top; box-sizing: border-box; padding: 15px; cursor: pointer;}
.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {}
.ProductExhibition_box .Exhibition_Img img { box-sizing: border-box; padding: 15px;}
.Exhibition_items {
	position: absolute;
	width: 120px;
	height: 74px;
	border-bottom: 3px #f6ab00 solid;;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}
.ProductExhibition .Exhibition_num .czt_active img { opacity: 1;}
.ProductExhibition_wrap { position: relative; width: 580px; height: 400px;}
.ProductExhibition_box { position: absolute; transition: all .5s; display: flex;}
.ProductExhibition_box img { width: 580px; height: auto;}

.product_youshi { margin-bottom: 80px;}
.product_menu { display: flex; flex-wrap: nowrap; justify-content: left;}
.product_menu li { list-style: none; background: #9a9a9a; color: #fff; margin-right: 5px; width: 80px; text-align: center; line-height: 45px; font-size: 16px; cursor: pointer;}
.product_menu li.hover { background: #0062ac;}
.product_content { border: 1px #e5e5e5 solid; padding: 60px;}
.product_content h2 { display: inline-block; font-size: 24px; margin-top: 40px; margin-bottom: 30px; font-weight: bolder; position: relative; z-index: 1;}
.product_content h2::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 5px; background-color: #fed577; z-index: -1;}
.product_content p { font-size: 16px; margin-bottom: 10px; line-height: 30px; color: #666;}
.product_content p strong { color: #333;}
.product_content img { max-width: 100%; margin-bottom: 15px;}
.product_content table { width: 100%;}
.product_content table tr th { border-bottom: 1px #e5e5e5 solid; width: 30%}
.product_content table tr td { padding: 15px; border-bottom: 1px #e5e5e5 solid;}
.product_content table tr > td:first-child { width: 30%;}
.product_content table tr td p { font-size: 16px; font-family: 'Microsoft YaHei', sans-serif;}


/*-------------资讯中心----------------*/
.news_head_nav { float: right; display: flex}
.news_head_nav p { margin-left: 10px;}
.news_head_nav p a { display: block; border-radius: 20px; background: #f5f6f8; padding: 8px 35px; font-size: 16px; color: #221814;}
.news_head_nav p a:hover { background: #0062ac; color: #fff;}
.news_head_nav p a.thisclass { background: #0062ac; color: #fff;}

.news_list li { border-bottom: 1px #e5e5e5 dashed; padding-bottom: 25px; margin-bottom: 25px; list-style: none; overflow: hidden; display: flex; flex-wrap: nowrap;}
.news_list li img { width: 380px; margin-right:40px;}
.news_list_info { }
.news_list_info h4 { font-size: 22px; font-weight: bold; margin-bottom: 30px; margin-top: 20px;}
.news_list_info h4 a { color: #221814;}
.news_list_info h4 a:hover { color: #fdd000;}
.news_list_info p { font-size: 16px;}
.news_list_info p.news_list_time { margin-top: 40px; font-size: 14px; color: #b5b5b5;}

.news_body { box-shadow: 0 0 20px #f6f6f6; padding: 40px 140px;}
.news_title { text-align: center; border-bottom: 1px #e5e5e5 solid; margin-bottom: 30px; padding-bottom: 20px;}
.news_title h1 { font-size: 28px; font-weight: bold; margin-bottom: 20px;}
.news_content { margin-bottom: 40px; text-indent: 2em; text-align: justify;}
.news_content img { max-width:900px; margin-left: -2em;}
.news_content p { font-size: 16px; line-height: 30px; margin-bottom: 15px;}
.news_next { border-top: 1px #e5e5e5 dashed; padding-top: 20px;}
.news_next p { margin-bottom: 15px;}
.news_next p a:hover { color: #fccf00;}

/*--------------关于我们-------------------*/
.about_page_nav { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 80px;}
.about_page_nav li { list-style: none; margin: 15px;}
.about_page_nav li:nth-last-of-type(1) { margin-right: 0;}
.about_page_nav li a { display: block; border-radius: 20px; background: #f5f6f8; padding: 8px 35px; font-size: 16px; color: #221814;}
.about_page_nav li a:hover { background: #0062ac; color: #fff;}
.about_page_nav li.active a { background: #0062ac; color: #fff;}

.about_page_content { margin: 40px 0;}
.about_page_content h1 { font-weight: bold; color: #221814; font-size: 36px; margin-bottom: 40px; margin-top: 10px;}
.about_page_content h2 { color: #221814; font-size: 30px; margin: 0;}
.about_page_content p { font-size: 16px; line-height: 30px; margin-bottom: 15px; color: #333;}
.about_page_content ul { padding-left: 20px; margin: 40px 0;}

/*----------------------人力资源------------------------*/
.job_home_photo_item { display: flex; flex-wrap: wrap; justify-content: space-between;}
.job_home_photo_item li { list-style: none; height: 300px; padding: 10px;}
.job_home_photo_item li img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.job_home_photo_item li:nth-child(1){ width:30%;}
.job_home_photo_item li:nth-child(2){ width:70%;}
.job_home_photo_item li:nth-child(3){ width:50%;}
.job_home_photo_item li:nth-child(4){ width:25%;}
.job_home_photo_item li:nth-child(5){ width:25%;}


.contact_page_content { margin: 40px 0;}
.contact_page_content h2 { color: #221814; font-size: 30px; margin: 0; margin-bottom: 40px;}
.contact_page_content p { font-size: 16px; line-height: 30px; margin-bottom: 15px;}
.contact_page_content ul { padding-left: 20px; margin: 40px 0;}


footer { background: #1b2a47;}
.foot_box { display: flex; padding: 80px 0 80px; flex-wrap: nowrap; justify-content: space-between;}
.foot_logo { margin-right: 40px;}
.foot_logo h1 { font-size: 24px; margin-top: 0; margin-bottom: 20px; font-weight: bold; color: #fff}
.foot_logo ul p { line-height: 30px; color: #ccc}
.foot_menu { display: flex; width: 50%; flex-wrap: nowrap; justify-content: space-between; margin-top: 10px;}
.foot_menu li { list-style: none;}
.foot_menu li h3 { font-size: 18px; margin-top: 0; margin-bottom: 20px; color: #fff}
.foot_menu li p { line-height: 30px;}
.foot_menu li a { color: #ccc;}
.foot_menu li a:hover { color: #fced00;}
.foot_contact { width: 12%; text-align: right; position: relative; margin-top: 35px;}
.foot_contact h1 { font-size: 36px; color: #7e7e7e; margin-top: -10px; font-family: BEBAS;}
.foot_contact p { color: #7b8994;}
.foot_contact p.foot_ewm { text-align: center; width: 105px; position: absolute; right: 0;}
.foot_contact p.foot_ewm span { display: block; line-height: 18px;}
.foot_copy { text-align: center; border-top: 1px #38496a solid; padding: 25px 0; display: flex; flex-wrap: nowrap; justify-content: space-between;}
.foot_copy p { color: #bdbdbd;}
.foot_copy p img { width: 20px;}
.foot_copy p a { color: #bdbdbd;}
.foot_copy p a:hover { color: #fced00;}
