@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;}
a { text-decoration: none;}
html.hc-yscroll { overflow-y: scroll;}
body.hc-nav-open { position: fixed; width: 100%; min-height: 100% }
.hc-mobile-nav { display: none; position: fixed; top: 0; height: 100%; z-index: 99999; overscroll-behavior: none }
.hc-mobile-nav.is-ios * { cursor: pointer !important }
.hc-mobile-nav .nav-container { position: fixed; z-index: 9998; top: 0; width: 240px; max-width: 100%; height: 100%; transition: transform .4s ease }
.hc-mobile-nav .nav-wrapper { width: 100% }
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 { position: static; height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }
.hc-mobile-nav ul { list-style: none; margin: 0; padding: 0 }
.hc-mobile-nav li { position: relative; display: block }
.hc-mobile-nav li.level-open>.nav-wrapper { visibility: visible }
.hc-mobile-nav input[type="checkbox"] { display: none }
.hc-mobile-nav label { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer }
.hc-mobile-nav a { position: relative; display: block; box-sizing: border-box; cursor: pointer }
.hc-mobile-nav a,
.hc-mobile-nav a:hover { text-decoration: none }
.hc-mobile-nav.disable-body:not(.nav-open)::after { pointer-events: none }
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after { content: ''; position: fixed; z-index: 9990; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overscroll-behavior: none; visibility: hidden; opacity: 0; transition: visibility 0s ease .4s, opacity .4s ease }
.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after { visibility: visible; opacity: 1; transition-delay: .05s }
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after { display: none }
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper { min-width: 0; max-height: 0; overflow: hidden; transition: height 0s ease .4s }
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper { max-height: none }
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper { position: absolute; z-index: 9999; top: 0; height: 100%; visibility: hidden; transition: visibility 0s ease .4s, transform .4s ease }
.hc-mobile-nav.nav-levels-overlap ul ul { height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent { position: static }
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper { visibility: visible; transition: transform .4s ease }
.hc-mobile-nav.side-left { left: 0 }
.hc-mobile-nav.side-left .nav-container { left: 0; transform: translate3d(-100%, 0, 0) }
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(-40px, 0, 0) }
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(-100%, 0, 0) }
.hc-mobile-nav.side-right { right: 0 }
.hc-mobile-nav.side-right .nav-container { right: 0; transform: translate3d(100%, 0, 0) }
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(40px, 0, 0) }
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper { right: 0; transform: translate3d(100%, 0, 0) }
.hc-mobile-nav.nav-open .nav-container { transform: translate3d(0, 0, 0) }
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after { background: rgba(0, 0, 0, 0.3) }
.hc-mobile-nav .nav-wrapper { background-color:rgba(0,47,123,0.9); }
.hc-mobile-nav.nav-open .nav-wrapper { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) }
.hc-mobile-nav h2 { font-size: 19px; font-weight: normal; text-align: left; padding: 20px 17px; color: #fff }
.hc-mobile-nav a { padding: 14px 17px; font-size: 15px; color: #fff; z-index: 1; background: rgba(0, 0, 0, 0); border-bottom: 1px solid #104394;}
.hc-mobile-nav:not(.touch-device) a:hover { background: #31679e }
.hc-mobile-nav li { text-align: left }
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a { background: #002f7b; border-bottom: 1px solid #002f7b;}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover { background: #002f7b;}
.hc-mobile-nav li.nav-parent a { padding-right: 58px }
.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span { width: 45px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; cursor: pointer; transition: background .2s ease }
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after { display: block; content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin-top: -3px; border-top: 2px solid #fff; border-left: 2px solid #fff }
.hc-mobile-nav li.nav-close span::before { margin-left: -9px; transform: rotate(135deg) }
.hc-mobile-nav li.nav-close span::after { transform: rotate(-45deg) }
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #fff; border-left: 2px solid #fff; transform-origin: center }
.hc-mobile-nav span.nav-next::before { transform: translate(-50%, -50%) rotate(135deg) }
.hc-mobile-nav li.nav-back span::before { transform: translate(-50%, -50%) rotate(-45deg) }
.hc-mobile-nav.side-right span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-45deg) }
.hc-mobile-nav.side-right li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(135deg) }

#main-nav { display: none }
header { position: fixed; width: 100%; z-index: 99999; background: #fff; top: 0; box-shadow: 0px 7px 17px 0px rgb(0 0 0 / 10%);}
header h1 { font-size: 50px; font-weight: 700; text-align: center; letter-spacing: 5px; padding-bottom: 8px }
header h2 { max-width: 680px; margin: auto; font-size: 20px; font-weight: 200; line-height: 1.4; text-align: center; letter-spacing: 1px; padding-bottom: 30px }
.navbar-brand { width: 60%; padding: 0; margin-top: 10px;}
.navbar-brand img { width: 80%; margin-top: 6px;}

header .toggle { z-index: 9980; min-height: 24px; position: relative; top: auto; right: auto; float: right; display: block; cursor: pointer; box-sizing: content-box; margin-top: 18px; width: 30px;}
header .toggle span { width: 30px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }
header .toggle span,
header .toggle span::before,
header .toggle span::after { position: absolute; left: 0; height: 3px; background: #002f7b; transition: all .1s ease }
header .toggle span::before,
header .toggle span::after { content: ''; width: 100% }
header .toggle span::before { top: -10px }
header .toggle span::after { bottom: -10px }
header .toggle.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }
header .toggle.toggle-open span::before { transform: translate3d(0, 10px, 0) }
header .toggle.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }
header .toggle:hover span,
header .toggle:hover span::before,
header .toggle:hover span::after { background: #002f7b;}
header .toggle div { display: inline-block; margin-right: 15px;}
.hc-mobile-nav .nav-container { width: 280px;}
.hc-mobile-nav h2 { font-weight: 400; margin: 0;}
.hc-mobile-nav a { font-size: 16px }

/*--------------首页大图-------------------*/
.focusPicture-mod { margin-top: 60px;}
.focusPicture-mod .swiper-container {width:100%;height:100%;margin-left:auto;margin-right:auto;}
.focusPicture-mod .swiper-slide { text-align:center;background:#fff;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%;}
.focusPicture-mod .swiper-slide img {width:100%;height:100%;object-fit:cover;}
.focusPicture-mod .swiper-slide a {display:block;width:100%;height:100%;}
.focusPicture-mod .swiper-pagination-bullets { bottom:5px;}
.focusPicture-mod .swiper-pagination-bullet { width:20px; height:3px; border-radius:4px; opacity:1; margin:0 10px; background:#fff;}
.focusPicture-mod .swiper-pagination-bullet-active { background:#008aff !important;}

/*--------首页关于我们-------------*/
.index_about { padding: 50px 0px 50px;}
.index_about .index_title { text-align: center; margin-bottom: 30px;}
.index_about .index_title h1 { font-size:24px; margin: 0; font-weight: bold;}
.index_about .index_title p { display: block; color:#717071; margin-top: 5px; text-transform: uppercase; font-size: 14px;}
.home_about_info { padding: 0 15px;}
.home_about_info_content {}
.home_about_info_content ul { display: flex; flex-wrap: nowrap; justify-content:space-between; margin-bottom: 40px;}
.home_about_info_content ul li { list-style: none;}
.home_about_info_content ul li img { filter: drop-shadow(2px 4px 6px rgba(147,158,170,0.4));}
.home_about_info_content p { font-size: 14px; line-height: 25px; margin-bottom: 40px;}
.home_about_info_content a { display: inline-block; border:1px #002f7b solid; padding: 8px 28px; color: #002f7b;}
.home_about_info_content a:hover { border:1px #fdd000 solid; color: #fff; background: #fdd000}

/*--------首页产品-------------*/
.index_product { padding:50px 10px; background: url(/static/skin/images/home_product_bg.jpg) no-repeat #f8f9fb; background-position: 50%; background-size: cover;}
.index_product .index_title { margin-bottom: 20px; text-align: center;}
.index_product .index_title h1 { font-size:24px; margin: 0; font-weight: bold; color: #fff;}
.index_product .index_title p { display: block; color:#fff; margin-top: 5px; text-transform: uppercase; font-size: 14px;}
.productSwiper { width:90%; height:auto;}
.home_product .swiper-slide { display:flex; align-items:center; justify-content:center; border-radius:6px; font-size:22px; color:#fccf00; background: #fff; padding-bottom: 15px; border: 1px #ebf2f6 solid;}
.home_product .swiper-slide a { color: #221814; text-decoration:none;}
.home_product .index_news_pic { padding: 15px;}
.home_product .index_news_pic img { width:100%; height:auto; display:block;}
.home_product .index_news_text { margin: 15px 15px 25px 15px;}
.home_product .index_news_text h3 { 
	margin-bottom:10px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	line-height: 22px;
	margin-top: 10px;
	font-size: 18px;
}
.home_product .index_news_text p { margin:0; font-size:14px; line-height:25px; color: #717071; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.home_product .index_news_text p.news_time { margin-top: 15px; color:#b2b1b1;}
.home_product .swiper-3d .swiper-slide-shadow { background: rgba(0,47,123,.15);}

/*--------首页资讯-------------*/
.index_news { padding: 55px 0px; background: url(/static/skin/images/home_news_bg.jpg) no-repeat #f8f9fb; background-position: 50%; background-size: cover;}
.index_news .index_title { text-align: center; margin-bottom: 30px;}
.index_news .index_title h1 { font-size:24px; margin: 0; font-weight: bold;}
.index_news .index_title p { display: block; color:#717071; margin-top: 5px; text-transform: uppercase; font-size: 14px;}

.mySwiper { width:80%; height:auto;}
.xwSwiper .swiper-slide { display:flex; align-items:center; justify-content:center; border-radius:6px; font-size:22px; color:#fccf00; background: #fff; padding-bottom: 15px; border: 1px #ebf2f6 solid;}
.xwSwiper .swiper-slide a { color: #221814; text-decoration:none;}
.xwSwiper .index_news_pic { padding: 15px;}
.xwSwiper .index_news_pic img { width:100%; height:auto; display:block;}
.xwSwiper .index_news_text { margin: 15px 15px 25px 15px;}
.xwSwiper .index_news_text h3 { 
	margin-bottom:10px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	line-height: 22px;
	margin-top: 10px;
	font-size: 18px;
}
.xwSwiper .index_news_text p { margin:0; font-size:14px; line-height:25px; color: #717071; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.xwSwiper .index_news_text p.news_time { margin-top: 15px; color:#b2b1b1;}
.xwSwiper .swiper-3d .swiper-slide-shadow { background: rgba(0,47,123,.15);}

/*--------首页客户-------------*/
.index_kehu { padding: 50px 0px 30px; background: url(/static/skin/images/home_kehu_bg.jpg) no-repeat #f8f9fb; background-position: 50%; background-size: cover;}
.index_kehu .index_title { text-align: center; margin-bottom: 30px;}
.index_kehu .index_title h1 { font-size:24px; margin: 0; font-weight: bold;}
.index_kehu .index_title p { display: block; color:#717071; margin-top: 5px; text-transform: uppercase; font-size: 14px;}
.home_kehu_logo { overflow-x: hidden; position: relative; height: 100px;}
.home_kehu_logo>a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-animation: 30s roll linear infinite normal;
	-moz-animation: 30s roll linear infinite normal;
	animation: 30s roll linear infinite normal;
}
.home_kehu_logo>a:hover { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; animation-play-state:paused;}
.home_kehu_logo>a>img { height:90px; }
@-webkit-keyframes roll {
	0% {-webkit-transform:translateX(0);transform:translateX(0)}
	100% {-webkit-transform:translateX(-50%);transform:translateX(-50%)}
}
@-moz-keyframes roll {
	0% {-moz-transform:translateX(0);transform:translateX(0)}
	100% {-moz-transform:translateX(-50%);transform:translateX(-50%)}
}
@keyframes roll {
	0% {-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}
	100% {-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}
}


.banner { width: 100%; height: 220px; 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: 50%}
.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: 10px 0; font-size: 12px;}
.here .breadcrumb a { color: rgba(255,255,255,.6)}
.here .breadcrumb a:hover { color: #fccf00}
.breadcrumb>li+li:before { padding: 0 2px;}

.main_head {}
.main_head h1 { font-weight: bold; font-size: 20px; margin-bottom: 20px;}
.main_head h1::before { content: ''; display: inline-block; width: 6px; height: 25px; background:#0062ac; position: relative; top: 5px; margin-right: 10px;}
.main_head_nav { display: flex; flex-wrap: wrap; justify-content: space-between;}
.main_head_nav p { font-size: 14px; width: 33%;}
.main_head_nav p a { display: block; background: #fff; color: #333; padding: 6px 0; border-radius: 20px;text-align: center;}
.main_head_nav p a:hover { background: #0062ac; color: #fff; text-decoration: none;}
.main_head_nav p a.thisclass { background: #0062ac; color: #fff;}


/*-------------分页样式----------------*/
.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: #ff5c00; border: 1px solid #ff5c00; background:#fffaf6; text-decoration:none;}
.pages .pagination li.active { display: inline-block; margin: 0 3px;}
.pages .pagination li.active a { color: #fff; border: 1px solid #000; background:#333;}

.product_menu_two { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 15px; border-top: 1px #e5e5e5 solid; padding-top: 15px; width: 100%;}
.product_menu_two p { font-size: 14px; width: 100%;}
.product_menu_two p a { display: block; background: #f5f6f8; color: #333; padding: 6px 0; text-align: center;}
.product_menu_two p a:hover { background: #f6ab00; color: #fff;}
.product_menu_two p a.thisclass { background: #f6ab00; color: #fff;}

.product_list { display: flex; flex-wrap: wrap; justify-content: space-between;}
.product_list_item { width: 100%; box-shadow: 0 0 10px #e5e5e5; margin-bottom: 30px; border-radius: 4px; overflow: hidden;}
.product_list_item a { display: block; width: 100%; padding: 20px; text-decoration: none;}
.product_list_item a h4 { color: #221814;}
.product_list_item a p { color: #717071;}
.product_list_item a:hover { background: #002f7b; color: #fff;}
.product_list_item a:hover h4,.product_list_item a:hover p { color: #fff;}
.product_list_pic { width: 100%; margin: 0 auto;}
.product_list_pic img { width: 100%; height: 100%; object-fit: cover; object-position: center;}
.product_list_info { margin: 0 auto;}
.product_list_info h4 { font-size: 18px; font-weight: bold; margin-bottom: 10px; margin-top: 15px;}
.product_list_info p { font-size: 14px; margin-bottom: 0;}

.product_head { padding: 40px 0px 40px;}
.product_head_item {}
.product_head_item .product_photo { }
.product_head_item .product_photo .swiper-container {width:100%;height:100%;margin-left:auto;margin-right:auto;}
.product_head_item .product_photo .swiper-slide { text-align:center;background:#fff;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%;}
.product_head_item .product_photo .swiper-slide img {width:100%;height:100%;object-fit:cover;}
.product_head_item .product_photo .swiper-slide a {display:block;width:100%;height:100%;}
.product_head_item .product_photo .swiper-pagination-bullets { bottom:5px;}
.product_head_item .product_photo .swiper-pagination-bullet { width:20px; height:3px; border-radius:4px; opacity:1; margin:0 10px; background:#fff;}
.product_head_item .product_photo .swiper-pagination-bullet-active { background:#008aff !important;}
.product_head_item .product_title { margin-top: 20px;}
.product_head_item .product_title h1 { font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.product_head_item .product_title p { font-size: 16px; line-height: 30px;}
.product_head_item .product_title a { display: inline-block; font-size: 14px; color:#fff; background: #0062ac; border-radius: 16px; padding: 12px 55px;}
.product_head_item .product_title a:hover { background: #007fdf;}

.product_content { padding: 0px 0 10px;}
.product_content_title { margin-bottom: 20px;}
.product_content_title h1 { display: initial; font-weight: bold; font-size: 20px;}
.product_content_title h1::before { content: ''; display: inline-block; width: 6px; height: 25px; background: #0062ac; position: relative; top: 5px; margin-right: 15px;}
.product_content_box h2 { display: inline-block; font-size: 20px; margin-top: 20px; margin-bottom: 20px; font-weight: bolder; position: relative; z-index: 1;}
.product_content_box h2::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 5px; background-color: #fed577; z-index: -1;}
.product_content_box p { font-size: 14px; margin-bottom: 10px; color: #666;}
.product_content_box p strong { color: #333;}
.product_content_box img { max-width: 100%;}
.product_content_box p span { font-size: 14px !important;}

.product_canshu { padding: 20px 0 15px; background: #f7f7f7;}
.product_canshu_title { margin-bottom: 20px;}
.product_canshu_title h1 { display: initial; font-weight: bold; font-size: 20px;}
.product_canshu_title h1::before { content: ''; display: inline-block; width: 6px; height: 25px; background: #0062ac; position: relative; top: 5px; margin-right: 15px;}
.product_canshu_content img { width: 100%;}
.product_canshu_content table { width: 100%;}
.product_canshu_content table tr td { padding: 5px; border-bottom: 1px #e5e5e5 solid;}
.product_canshu_content table tr > td:first-child { width: 30%;}
.product_canshu_content table tr td p { font-size: 12px; font-family: 'Microsoft YaHei', sans-serif;}

/*-------------资讯中心----------------*/
.news_hot_box { border-bottom: 1px #e5e5e5 dashed; padding-bottom: 20px; margin-bottom: 20px; margin-top: 20px;}
.news_hot_box .main { margin:0 auto; padding:40px 0; display: none;}
.news_hot_box .title { font-size:24px; margin-bottom: 1em; text-align: center;}
.hotnewsSwiper { width:85%; height:auto;}
.news_hot_box .swiper-slide { display:flex; align-items:center; justify-content:center; border-radius:6px; font-size:22px; color:#fccf00; background: #fff; border: 1px #ebf2f6 solid;}
.news_hot_box .swiper-slide a { color: #221814; text-decoration:none;}
.news_hot_box .index_news_pic img { width:100%; height:auto; display:block;}
.news_hot_box .index_news_text { margin: 15px;}
.news_hot_box .index_news_text h3 { 
	margin-bottom:10px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	line-height: 22px;
	margin-top: 10px;
	font-size: 18px;
}
.news_hot_box .index_news_text p { margin:0; font-size:14px; line-height:25px; color: #717071; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.news_hot_box .index_news_text p.news_time { margin-top: 15px; color:#b2b1b1;}
.news_hot_box .swiper-3d .swiper-slide-shadow { background: rgba(0,47,123,.15);}

.news_list li { border-bottom: 1px #e5e5e5 dashed; padding-bottom: 15px; margin-bottom: 15px; list-style: none; overflow: hidden;}
.news_list li img { width: 100%;}
.news_list_info { }
.news_list_info h4 { font-size: 18px; font-weight: bold; margin-bottom: 15px; margin-top: 15px;}
.news_list_info h4 a { color: #221814;}
.news_list_info h4 a:hover { color: #fdd000;}
.news_list_info p { font-size: 14px; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.news_list_info p.news_list_time { font-size: 12px; color: #b5b5b5;}

.news_body { box-shadow: 0 0 20px #f6f6f6; padding:10px 10px; margin-bottom: 20px;}
.news_title { text-align: center; border-bottom: 1px #e5e5e5 solid; margin-bottom: 15px; padding-bottom: 15px;}
.news_title h1 { font-size: 20px; font-weight: bold; margin-bottom: 20px;}
.news_content { margin-bottom: 20px;}
.news_content img { max-width:100%;}
.news_content p { font-size: 14px; line-height: 25px; 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_title { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; margin-top: 20px;}
.about_page_title li { list-style: none; margin: 1%; width: 31%}
.about_page_title li:nth-last-of-type(1) { margin-right: 0;}
.about_page_title li a { display: block; border-radius: 20px; background: #f5f6f8; padding: 8px 0; font-size: 14px; color: #221814; text-align: center; text-decoration: none;}
.about_page_title li a:hover { background: #0062ac; color: #fff; text-decoration: none;}
.about_page_title li.active a { background: #0062ac; color: #fff;}

.about_page_info {}
.about_page_content { margin: 40px 0;}
.about_page_content h1 { font-weight: bold; color: #221814; font-size: 26px; margin-bottom: 20px; margin-top: 10px;}
.about_page_content h2 { color: #221814; font-size: 20px; margin: 0;}
.about_page_content p { font-size: 14px; line-height: 25px; margin-bottom: 10px;}
.about_page_content ul { padding-left: 20px; margin: 20px 0;}
.about_page_content img { max-width:100%}

.about_culture_title { margin-bottom: 10px;}
.about_culture_title h1 { display: initial; font-weight: bold; font-size: 24px; color: #7f7f7f;}
.about_culture_title h1::before { content: ''; display: inline-block; width: 8px; height: 30px; background: #f6ab00; position: relative; top: 5px; margin-right: 15px;}
.about_culture_one { margin-bottom: 80px;}
.culture_item { margin-bottom: 40px; border-bottom: 1px #e5e5e5 dotted; padding-bottom: 40px;}
.culture_item .culture_text {}
.culture_item .culture_text h1 { display: inline-block; font-size: 18px; background: #d01336; color: #fff; padding: 5px 10px; border-radius: 4px;}
.culture_item .culture_text h3 { color: #c00000; font-size: 20px; font-weight: bold;}
.culture_item .culture_text p { font-size: 14px; color: #666;}
.culture_item img { width: 80%; margin: 0 auto;}

.culture_sm_item { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; border-bottom: 1px #e5e5e5 dotted; padding-bottom: 40px;}
.culture_sm_item .culture_sm_text h3 { font-weight: bold; color: #77777b; font-size: 18px; margin-bottom: 20px;}
.culture_sm_item .culture_sm_text h3 span { color: #c00000;}
.culture_sm_item .culture_sm_text p { font-size: 14px; line-height: 25px; color: #666; margin-bottom: 10px;}
.culture_sm_item .culture_sm_text p strong { font-size: 16px;}
.culture_sm_item img { width: 80%; margin: 0 auto;}
.culture_yj_item { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 60px;}
.culture_yj_item .culture_yj_text h3 { font-weight: bold; color: #c00000; font-size: 20px;}
.culture_yj_item .culture_yj_text p { font-size: 14px; line-height: 30px; color: #666;}
.culture_yj_item img { width: 80%; margin: 0 auto;}


.about_timeline ul { position: relative;}
.about_timeline ul::before { content: ''; width: 5px; height: 100%; display: block; background:#83a0b7; position: absolute; left: 0;}
.about_timeline ul li { overflow: hidden; margin-bottom: 80px;}
.about_timeline ul li img { width: 100%; margin-top: 20px;}
.about_timeline ul li .time_info { margin-top: 20px; margin-left: 15px;}
.about_timeline ul li .time_info h3 { margin-top: 0; font-size: 18px;}
.about_timeline ul li .time_info p { font-size: 14px; color:#666;}
.about_timeline ul li .year { background: #83a0b7; color: #fff; border-radius: 4px; display: inline-block; width: 100px; text-align: center; line-height: 45px; font-size: 16px; margin-top: 10px;}


/*----------------------人力资源------------------------*/
.job_page_content {}
.job_page_content h1,.job_page_content h2 { color: #221814; display: inline-block; font-size: 20px; margin-top: 20px; margin-bottom: 30px; font-weight: bolder; position: relative; z-index: 1;}
.job_page_content h1::after,.job_page_content h2::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 10px; background-color: #fed577; z-index: -1;}
.job_page_content p { font-size: 14px; line-height: 25px; margin-bottom: 10px;}
.job_page_content p strong { color: #333;}
.job_page_content ul { padding-left: 20px; margin: 40px 0;}
.job_page_content img { width: 100%;}


.job_list { margin-bottom: 20px;}
.positionsbox { width:100%; min-height: 300px;}
.fieldset { position:relative; margin-bottom:1em; font-size:14px; font-weight:bold; text-align:center;}
.fieldset:before {content:"";position:absolute;left:0;bottom:50%;width:100%;height:1px;background:#e5e5e5;}
.fieldset span {position:relative;z-index:88;padding:0 2.25em;background:#fff;}
.positions-list { font-size:14px;}
.positions-list .item { padding:10px 10px; cursor:pointer; list-style: none;}
.positions-list .item a { color:#333; text-decoration:none; font-size:14px;}
.positions-list .item a:hover { color:#5a2f5e;}
.positions-list .item:nth-child(odd) { background:#f1f1f1;}
.positions-list .item:last-child { border-bottom:solid 1px #f1f1f1;}
.positions-list .locale { float:right; color:#999; font-size: 12px;}
.positions-list .cover { display:none; position:fixed; z-index:1000; height:100%; width:100%; top:0; left:0; background:#002f7b; opacity:.5;}
.operationbox:after, [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before { content: "";}
.positions-list .jobInf { display:none; position:fixed; z-index:1001; width:90%; left:50%; margin-left:-45%; height:80%; top:10%; background:#fff; box-shadow:0 0 4px #666; padding:10px;}
.positions-list .jobInf .titBar>* { display:inline-block;}
.positions-list .jobInf .titBar .tit { font-size:18px;}
.positions-list .jobInf .titBar .where { font-size:14px; color:#888; margin-left: 10px;}
.positions-list .jobInf .con { overflow:auto; line-height: 25px; font-size:14px;}
.positions-list .jobInf .con p { color: #221814; font-size: 14px; margin-bottom: 0px;}
.positions-list .jobInf .job_url { width:100%; margin:0 auto; position: absolute; bottom: 20px; font-size: 16px; color: #002f7b}
.positions-list .jobInf .close { position: absolute; right: 0; top: 0; width: 34px; height: 34px; background: #fccf00; color: #fff; line-height: 34px; text-align: center; cursor: pointer; opacity: 1}
.positions-list .jobInf .close:hover { background: #002f7b;}

/*----------------------联系我们------------------------*/
.contact_content { margin-top: 30px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 20px; margin-bottom: 20px;}
.contact_content h2 { font-size: 20px; color: #221814; margin-bottom: 15px; font-weight: bold;}
.contact_content p { font-size: 14px; margin-bottom: 10px;}
.contact_fenzhi { display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact_fenzhi li { list-style:none; box-shadow: 0 0 20px #f0f0f0; padding: 15px; width: 100%;}
.contact_fenzhi li img { max-width: 100%;}
.contact_fenzhi_info h3 { font-size: 18px; font-weight: bold; color: #221814;}
.contact_fenzhi_info p { font-size: 14px;}
.contact_online_body { background: #f9f9f9; padding: 20px 0;}
.contact_online { box-shadow: 0 0 20px #f0f0f0; padding: 15px; background: #fff;}
.contact_online h2 { margin-bottom: 20px; font-size: 18px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 15px; font-weight: bold; line-height: 30px; color: #221814; margin-top: 0;}
.contact_online .required { color: #FF0004;}
.contact_online .form-horizontal .control-label { font-size: 14px;}
.contact_online .form-control { border-radius: 0px;}
.contact_online .mt-checkbox-inline { font-size: 14px; line-height: 30px;}
.contact_online .mt-checkbox-inline label { font-weight: normal; margin-right: 20px;}
.contact_online .btn-primary { background-color: #0062ac; border-color: #0062ac; padding: 10px 60px;}
.contact_online .btn-primary:hover { background-color: #f6ab00; border-color: #f6ab00;}
.contact_online .form-recaptcha { width: 300px;}



footer { background: #fff; padding: 30px 0 20px; border-top: 2px #eee solid;}
footer .foot_logo { margin-bottom: 20px;}
footer .foot_logo h2 { font-size: 18px; margin-top: 0;}
footer .foot_logo h1 { font-size: 20px; margin-top: 0; margin-bottom: 20px; font-weight: bold;}
footer .foot_logo img { width: 224px;}
footer .foot_copy p { color: #888; text-align: center; margin: 0;}
footer .foot_copy p a { color: #888;}
footer .foot_copy p a:hover { color: #fccf00;}