@charset "utf-8";
/* CSS by www.softmoon.com.cn */
body { font-family: "Microsoft YaHei","Open Sans", sans-serif; font-size: 14px; color:#333; margin:0; padding: 0;}
* { padding: 0px; margin: 0px;}
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;}
a:hover,a:hover {color:#ff0000;text-decoration:none;-webkit-transition:0.5s;transition:0.5s;}
a {color:#333;-webkit-transition:0.5s;transition:0.5s;}
a:hover {color:#ff0000;-webkit-transition:0.5s;transition:0.5s;}
p {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;}

/*--------导航-------------*/
.main_menu { padding:10px 0px;}
.main_menu .navbar-brand { height: auto; padding: 15px 0px;}
.main_menu .navbar { padding:0px; margin-bottom: 0px;}
.main_menu .navbar-nav { margin-top: 32px; margin-left: 160px;}
.main_menu .navbar .main-menu-item { text-align: center !important; justify-content: center;}
.main_menu .navbar .main-menu-item .navbar-nav a { padding:0px 26px; font-size:16px; color:#fff; text-transform:capitalize;}
.main_menu .navbar .main-menu-item .navbar-nav a:hover {color:#fff600;}
.home_menu { position:absolute;left:0;top:0;width:100%;z-index:999;}
.menu_fixed {position:fixed;z-index:9999 !important;width:100%;background-color:#fff;box-shadow:0px 10px 15px rgba(0,0,0,0.05);}
.menu_fixed .navbar .main-menu-item .navbar-nav a { color:#666;}
.menu_fixed .navbar .main-menu-item .navbar-nav a:hover { color:#ff0000;}
.menu_tel { padding: 6px 12px; font-size: 14px; background-color: #fff000; ; border: 2px solid #eddf00; display: inline-block; text-transform: capitalize; -webkit-transition: 0.5s; transition: 0.5s; position: absolute; right: 15px; top: 25px; border-radius: 4px;}
.menu_tel a {color: #976e00; font-weight: 700;}
.menu_fixed .logo_w { display: none;}
.menu_fixed .logo_b { display: block !important;}

/*--------------首页大图-------------------*/
.focusPicture-mod { height: 935px;}
.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: #fff;
	/* Center slide text vertically */
	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: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;}

.index_about { background: url("../images/index_about_bg.png") no-repeat top #f6f8fb; padding-top: 80px; padding-bottom: 90px; background-position: 70% 50%}
.index_about_text h1 { margin-bottom: 40px;}
.index_about_text h1 small { display: block; height: 5px; width: 60px; background: #ff8400; margin-top: 30px;}
.index_about_text p { font-size:16px; color: #666; line-height: 30px;}
.index_about_text a { display:block; width: 150px; line-height: 45px; background: #267fca; color: #fff; text-align: center; margin-top: 50px;}
.index_about_text a:hover { background: #28679d;}


.index_product { padding-top: 80px; padding-bottom: 90px;}
.index_product .index_title { text-align: center; margin-bottom: 60px;}
.index_product .index_title h1 small { display: block; margin-top: 10px; color: #ff8400; font-size: 14px; text-transform: uppercase}
.index_product .col-lg-3 { padding-left: 10px; padding-right: 10px;}
.index_product .thumbnail { padding: 0px; border-radius: 0px; border:none;}
.index_product .thumbnail .caption h3 { font-size:16px; margin-top: 10px; -webkit-transition:all 1s; transition:all 1s;word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;}
.index_product .thumbnail .caption p { font-size: 12px; color: #999;}


/*-------------首页资讯----------------*/
.index_news { background:url(../images/index_news.jpg) no-repeat center / cover #edf4f8; padding: 80px 0px;}
.index_news .index_title { color: #333; margin-bottom: 60px;}
.index_news .index_title h1 { margin-top: 10px;}
.index_news .index_title small { display: block; margin-top: 10px; color: #ff8400; font-size: 14px; text-transform: uppercase}
.index_news_list { margin:-10px 0 0 -10px; overflow: hidden;}
.index_news_list li { float:left; width:33.333333%; list-style: none;}
.index_news_list li .item { display:block; background-color:#fff; position:relative; margin:5px 8px; padding:40px 30px;height:300px;}
.index_news_list li .item:before {content:'';position:absolute;bottom:0;left:0;width:100%;background-color:#1087cc;height:0;-webkit-transition:all 1s;transition:all 1s;}
.index_news_list li .text {position:relative;z-index:1;}
.index_news_list li h4 { 
	margin:0 0 40px;
	font-size:22px;
	-webkit-transition:all 1s;
	transition:all 1s;
	text-align:justify;
	font-weight: bold;
	
}
.index_news_list li h4 span { display: block; word-break: break-all; text-overflow: ellipsis; overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 48px;}
.index_news_list li h4:after {display:block;content:'';	width:36px;height:2px;background-color:#b62020;-webkit-transition:all 1s;transition:all 1s;margin-top: 26px;}
.index_news_list li .date { font-size:14px; color:#b6b6b6; -webkit-transition:all 1s; transition:all 1s; display:block; margin-bottom: 20px;}
.index_news_list li .info { font-size:14px;color:#999; -webkit-transition:all 1s; transition:all 1s;word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.index_news_list li .item:hover:before {height:100%;}
.index_news_list li .item:hover h4 {color:#fff;}
.index_news_list li .item:hover h4:after {background-color:#fff;}
.index_news_list li .item:hover .lm {color:#fff;}
.index_news_list li .item:hover .date {color:#fff;}
.index_news_list li .item:hover .info {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;}

.page_info { background-image: linear-gradient(180deg,hsla(0,0%,96%,30%) 1%,#f6f6f6); padding-top: 100px; padding-bottom: 60px;}

.news_nav { overflow: hidden; margin-bottom: 50px;}
.news_nav p { float: left; font-size: 18px; margin-right: 50px;}
.news_nav p a { line-height: 28px;}
.news_nav p a:hover { color: #017ace}
.news_nav p>a.hover { position: relative; font-weight: bold; font-size: 24px;}
.news_nav p>a.hover::after {
    display: block;
    content: "";
    width: 60%;
    height: 10px;
    background-color: #FFD55D;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.news_list_box { overflow: hidden; margin-bottom: 40px; border-bottom: 1px #e5e5e5 dotted; padding-bottom: 40px;}
.news_list_box .news_list_pic { float: left; width:380px; height: 236px; overflow: hidden;}
.news_list_box .news_list_pic img { width:380px; height: 236px; transition: all 0.6s;}
.news_list_box .news_list_pic:hover img {transform: scale(1.2);}
.news_list_box .news_list_text { float: right; width: 750px;}
.news_list_box .news_list_text h4 { font-size: 18px; margin-bottom: 30px; margin-top: 15px;}
.news_list_box .news_list_text h4 a { color:#043055}
.news_list_box .news_list_text h4 a:hover { color:#cc0000}
.news_list_box .news_list_text p { color: #999; margin-bottom: 60px; line-height: 25px; font-size: 14}
.news_list_box .news_list_text a.news_list_more { display: block; width: 140px; line-height: 45px; text-align: center; background: #285a92; color: #fff;}
.news_list_box .news_list_text a:hover.news_list_more { background: #017ace;}

.news_article { background: #fff; padding: 20px 50px;}
.news_article_title { text-align: center; margin-bottom: 40px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 30px;}
.news_article_title h1 { font-size: 26px; margin-bottom: 20px;}
.news_article_title p { font-size: 14px; color: #999;}
.news_article_content { font-size: 16px;}
.news_article_content h4 { display: inline-block; font-size: 22px; margin-top: 22px; font-weight: bolder; position: relative; z-index: 1;}
.news_article_content h4::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 10px; background-color: #afe9ff; z-index: -1;}
.news_article_content p { font-size: 16px; color: #666; margin-bottom: 25px; line-height: 30px;}
.news_article_content img { max-width: 650px;}

.news_article_side { background: #fff; margin-bottom: 20px; padding: 20px 40px;}
.news_article_side h2 { font-size: 24px; color: #333; font-weight: bold; margin-bottom: 20px;}
.news_article_side h2::before { content: '';display: inline-block; height: 26px; width: 5px;border-radius: 3px;background: #ffa000; margin-right: 10px; vertical-align: top;}
.news_article_side .recommend_item {margin:30px 0}
.news_article_side .recommend_item .title { font-size:16px; color:#333; line-height:26px; word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_article_side .recommend_item .title a:hover { color: #cc0000; text-decoration: none;}
.news_article_side .recommend_item .time { font-size:13px; color:#c8c8c8;margin-top:10px}
.news_article_side .recommend_item .time a { margin-right:20px; color: #fab600}

.news_article_pro { background: #fff; padding: 20px 40px;}
.news_article_pro h2 { font-size: 24px; color: #333; font-weight: bold; margin-bottom: 20px;}
.news_article_pro h2::before { content: '';display: inline-block; height: 26px; width: 5px;border-radius: 3px;background: #ffa000; margin-right: 10px; vertical-align: top;}
.news_article_pro li { list-style: none; margin-bottom: 20px; position: relative;}
.news_article_pro li img { width:100%;}
.news_article_pro li p { position: absolute; bottom: 0; padding: 5px 15px; background: #333; color: #fff; width: 100%;}

.context { margin:40px 0;}
.context li { list-style:none; line-height:30px; color:#666;}
.context li a { color:#00afff}
.context li a:hover {color:#cc0000;}

/*-------------产品中心----------------*/
.product_page { padding: 60px 0; background: #fbfbfb}
.product_list { margin-left: -5px; margin-right: -5px;}
.product_list .thumbnail { padding: 0px; border: 1px #e5e5e5 solid; margin-bottom: 15px; margin-left: -10px; margin-right: -10px;}
.product_list .thumbnail .caption { padding: 25px 15px;}
.product_list .thumbnail .caption h3 { text-align: center; font-size: 16px; margin: 0;}
.product_list .thumbnail .caption h3 a { color: #888;}
.product_list .thumbnail .caption h3 a:hover { color: #cc0000;}

.product_left_nav { background: #fff; padding: 15px; margin-left: -15px;}
.product_left_nav h3 { margin-top: 5px; font-size: 20px; margin-bottom: 20px;}
.product_left_nav ul li { margin-bottom: 20px;}
.product_left_nav ul li img { width: 100%;}
.product_show_about { margin-bottom: 50px; padding: 0 15px;}
.product_show_about h3 { margin-top: 5px; margin-bottom: 20px;}
.product_show_about p { font-size: 16px; color: #666; line-height: 30px;}
.product_show_about a { display:block; width: 150px; line-height: 40px; background: #267fca; color: #fff; text-align: center; margin-top: 30px;}
.product_show_about a:hover { background: #28679d;}
.product_show_gongchang { background: #fff; padding: 40px 20px; overflow: hidden;}
.product_show_gongchang .about_gc_pic { padding: 0;}
.product_show_gongchang .about_gc_pic img { min-height: 220px;}

.product_page_head { background: #fff; padding: 60px 0;}
.product_duotu { width:500px; overflow:hidden; margin-bottom: 20px; border: 1px #e5e5e5 solid;}
.product_duotu_item { width:500px; height:500px; position:relative; overflow:hidden;}
.product_duotu_item ul { position:absolute; left:0; top:0;}
.product_duotu_item ul li { width:500px; height:508px;}
.product_duotu_item ul li img { width: 100%;}
.prev { float:left; cursor:pointer;}
.num { width:500px; position:relative; float:left;}
.min_pic { width:480px; position: absolute; left: 601px; bottom: 140px;}
.num ul { position:absolute; left:0; top:0;}
.num ul li { margin-right:10px; border:3px solid #e5e5e5;}
.num ul li img { width: 80px; height: 80px;}
.num ul li.on { border:3px solid #ea0000; padding:0;}
.product_title h1 { margin-bottom: 30px; font-size: 30px;}
.product_title p { color: #666; font-size: 16px; line-height: 28px;}
.product_contact { border: 1px #ffe96e solid; padding: 15px; margin-top: 30px; background: #fffce9; color: #cc9e00;}
.product_contact p { margin-bottom: 10px;}
.product_contact p span { font-size: 26px;  font-weight: bold; color: #cc0000;}
.product_contact p:nth-child(2) { margin-bottom: 0}

/*-------------关于我们----------------*/
.about_content { color: #666; background: #fff; padding: 40px 80px;}
.about_content h2 { margin-bottom: 30px; margin-top: 60px;}
.about_content p { font-size: 16px; color: #666; margin-bottom: 15px; line-height: 35px;}
.about_content img { max-width: 1010px; margin-bottom: 30px;}
.about_content ul.list-paddingleft-2 { padding-left: 20px; line-height: 35px; padding-top: 15px; padding-bottom: 15px;}

.about_gc_pic { margin-bottom: 20px; box-shadow: 0px 3px 16px 0px rgba(188, 197, 230, 0.5); padding: 10px;}
.about_gc_pic img { min-height: 285px;}

/*-------------职业发展----------------*/
.job_page_title { padding-top: 80px; margin-bottom: 80px;}
.job_page_title h1 { margin-bottom: 60px; text-align: center}
.job_page_title h1 span { position: relative;}
.job_page_title h1 span::after {
    display: block;
    content: "";
    width: 60%;
    height: 10px;
    background-color: #FFD55D;
    position: absolute;
    bottom: 0;
    z-index: -1;
	left: 50%;
    margin-left: -30%;
}
.job_page_title img { max-width:100%;}
#accordion .panel { border: none; box-shadow: none; border-radius: 0;}
#accordion .panel-heading { padding: 0;}
#accordion .panel-title a { display: block; padding: 30px 30px 30px 60px; background:#2b84c6; font-size: 24px; font-weight: 600; color: #fff; position: relative; transition: all 0.3s ease 0s;}
#accordion .panel-title a small {float: right; color: #fff; font-size: 16px;}
#accordion .panel-title a.collapsed { background:#e9edf0; color: #0d345d;}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
	content: "\f107";
	font-family: fontawesome;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 29px;
	left: 30px;
	transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after { content: "\f105"; color: #0d345d;}
#accordion .panel-title a.collapsed small { color: #071d49;}
#accordion .panel-body { padding:60px 50px 60px 50px; background: #fcfcfd; color: #071d49; line-height: 30px; position: relative; font-size: 16px;}
#accordion .panel-body p { font-size: 16px; line-height: 30px; margin-bottom: 15px;}

/*-------------联系我们----------------*/
.contact_content {
	padding: 30px 60px;
    -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    border-radius:6px;
	margin-bottom:20px;
	background: #fff;
	min-height: 566px;
}
.contact_content h2 { margin-bottom: 50px; margin-top: 40px;}
.contact_content p { font-size: 16px; color: #555; margin-bottom: 15px;}

.contact_online {
	padding: 30px 30px;
    -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    border-radius:6px;
	margin-bottom:20px;
	background: #fff;
}
.contact_online h2 { margin-bottom: 40px; font-size: 24px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 15px;}
.contact_online h2 small { color: #666;}
.contact_online .required { color: #FF0004;}
.contact_online .form-horizontal .control-label { font-size: 16px;}
.contact_online .form-control { border-radius: 0px;}


footer { background:#1087cc; padding-top: 40px; padding-bottom: 20px;}
.footer_link { margin-bottom: 30px;}
.footer_link p { margin-bottom: 12px; font-size: 16px;}

.footer_link p a { color: #d0effb;}
.footer_link p a:hover { color: #ffea00;}

.footer_link_nav {}
.footer_link_nav h2 { font-size: 18px; color: #fff; margin-bottom: 30px;}
.footer_link_nav p { float: left; margin-right: 30px;}
.footer_contact h2 { font-size: 18px; color: #fff; margin-bottom: 30px;}
.footer_contact p { color: #d0effb;}
.footer_weixin h2 { font-size: 18px; color: #fff; margin-bottom: 30px;}
.footer_weixin p img {width: 60%; border: 3px #fff solid; border-radius: 4px;}

.foot_copy { color: #7abad5; padding-top: 20px; text-align: center; border-top: 1px #57a4d1 solid}
.foot_copy p { margin-bottom: 10px;}
.foot_copy a { color: #7abad5;}
.foot_copy a:hover { color: #ffea00;}