@charset "utf-8";
/* CSS Document */
@font-face {
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	font-family:黑体;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 14px;
	margin: 0
}
fieldset, iframe, img {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline
}
button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}
button:disabled {
	cursor: default
}
audio:not([controls]) {
	display: none
}
input {
}
input[type="text"], input[type="tel"], input[type="button"], input[type="reset"], input[type="email"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	
}
body {
	color: #555
}
a, a:link, a:visited {
	text-decoration: none;
	display: block;
}
a:active {
	text-decoration: none
}
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
a:hover {
	text-decoration: none
}
ul, li {
	list-style: none
}
dt {
	font-weight: normal;
}
img {
	display: block;
	max-width: 100%;
	border: none;
}
b, strong {
	font-weight: 700
}
::selection {
	color: #ffffff;
	background: #0061ae;
}
::-moz-selection {
 color:#ffffff;
 background: rgba(0,0,0,.2);
}
::-webkit-scrollbar {
 width: 6px;
 background-color: #333;
}

::-webkit-scrollbar:hover {
 background-color: transparent;
}

::-webkit-scrollbar-thumb {
 cursor:pointer;
 background-color: #0061ae;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
 display: none;
}
.center {
	max-width: 1200px;
	margin: auto;
}
.clear {
	clear: both
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.boot {
	padding: 0;
}
.boot_left {
	padding: 0;
	padding-left: 15px;
	padding-right: 0;
}
.boot_right {
	padding: 0;
	padding-right: 15px;
	padding-left: 0
}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	display: none;
	position:fixed;top:0;z-index:100;width:100%;background:#fff;
}
.gaogao2{ display: none; height:50px;}
.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}
.sp_logo img {
	margin: auto;
	max-height: 30px;
}
.sp_nav {
	width: 60px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.sp_nav span {
	display: block;
	background: #1366e2;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
	width: 0
}
.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}
.yd_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1366e2;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	z-index: 99;
	padding: 5px 0;
	border-top: 2px #fff solid;
	height: 54px;
	overflow: hidden;
	display: none
}
.yd_nav ul {
	overflow: hidden;
}
.yd_nav ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 12px;
	border-right: 1px rgba(255,255,255,0.1) solid;
	line-height: 16px
}
.yd_nav ul li:last-child {
	border-right: 0
}
.yd_nav ul li svg {
	width: 23px;
	height: 23px;
	fill: #fff
}
.yd_nav ul li h1 {
	font-size: 12px;
	color: #eee
}
.sjj_nav {
	position: fixed;
	z-index: 999999;
	background: #fff;
	width: 250px;
	font-size: 14px;
	line-height: 40px;
	top: 50px;
	right: -100%;
	border-top: 3px #eee solid;
	border-left: 3px #eee solid;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}
.nav_show {
	right: 0
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.sjj_nav>ul>li {
	border-bottom: 1px #ddd solid;
	padding-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li>ul>li {
	border-top: 1px #eee solid;
	font-size: 14px;
	line-height: 40px;
	padding-left: 10px;
	position: relative
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #1366e2;
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.yingwenzhan img {
	height: 50px;
	width: auto;
}
.yingwenzhan1 img {
	height: 35px;
	width: auto;
}
.yingwenzhan2 img {
	height: 45px;
	width: auto;
}
.header {
	height: 200px
}
.logo {
	float: left;
	margin-top: 10px
}
.head {
	float: right;
}
.nav {
	float: right;
	width: 650px
}
.nav>ul {
	line-height: 100px
}
.nav>ul>li {
	float: left;
	width: 90px;
	position: relative;
	z-index: 99;
	text-align: center
}
.nav>ul>li:before {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #1366e2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all ease 0.35s;
	transform: translateX(-50%);
}
.nav>ul>li:hover:before {
	width: 100%
}
.nav>ul>li>a {
	color: #666;
	font-size: 16px
}
.nav ul li>ul {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #eee;
	text-align: left;
	line-height: 40px;
	display: none;
	padding: 0 15px
}
.nav ul li .nav_cp {
	width: 250px;
	left: -75px
}
.nav ul li>ul>li {
	border-bottom: 1px #ddd solid;
	position: relative;
}
.nav ul li>ul>li a {
	color: #666
}
.nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: 170px;
	width: 200px;
	border-left: 1px #d6d6d6 solid;
	background: #e0e0e0
}
.nav ul li ul li ul li {
	border-top: 1px #d6d6d6 solid;
}
.nav ul li:hover>ul {
	display: block;
}
.nav ul li ul li:hover {
	background: #e0e0e0
}
.nav ul li ul li ul li:hover {
	background: #1366e2
}
.nav ul li ul li ul li:hover a {
	color: #fff
}
.zy {

	max-width: 1200px;
	font-size: 18px;
	line-height: 100px;
	margin: auto;
}
.haha{ float: left;}
.zy a {

	display: inline-block;
	color: #666;
}
.swiper-slide {
	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;
}
.banner .swiper-slide img:last-child {
	display: none
}
.index_about {
	margin-top: 50px
}
.index_about .item .col-lg-6 {
	padding: 0;
	margin-top: 20px
}
.index_about .item .index_ry {
	background: #e9e9e9;
	padding: 40px 20px
}
.index_about .item .index_ry font {
	display: block;
	font-size: 100px;
	color: #aaaaaa;
	line-height: 1;
	height: 40px;
	overflow: hidden;
}
.index_about .item .index_ry time {
	font-size: 20px;
	color: #555555;
}
.index_about .item .index_ry time span {
	font-size: 40px;
	color: #1366e2;
	font-weight: bold;
}
.index_about .item .index_ry section {
	font-size: 18px;
	color: #555
}
.index_about .carousel-indicators {
	left: inherit;
	right: 0;
	margin-right: -20%;
	bottom: 10px
}
.index_about .carousel-indicators .active {
	background: #1366e2
}
.index_about .carousel-indicators li {
	background: #93b5e6
}
.shipin video {
	width: 600px;
	display: block;
	border: 0
}
.shipin_dk {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	display: none
}
.shipin_dk .shipin {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}
.shipin_gb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shipin_gb img {
	position: absolute;
	right: 50px;
	top: 50px
}
.index_about_nav {
	background: #e9e9e9;
	padding: 10px 20px
}
.index_about_nav section a {
	color: #1366e2
}
.index_about_nav ul {
	overflow: hidden;
	margin-top: 10px
}
.index_about_nav ul li {
	width: 25%;
	text-align: center;
	float: left;
}
.index_about_nav ul li svg {
	font-size: 70px;
	display: block;
	border: 1px #aaa solid;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	color: #aaa;
	margin: auto;
	height: 70px;
	width: 70px
}
.index_about_nav ul li a {
	color: #444
}
.index_about_nav ul li:hover a {
	color: #1366e2
}
.index_about_nav ul li:hover svg {
	color: #1366e2;
	border: 1px #1366e2 solid;
}
.index_product {
	height: 550px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	width: 100%
}
.index_product_img {
	width: 100%;
	overflow: hidden;
}
.index_product_img img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 550px;
	margin-left: -1000px;
	min-width: 2000px
}
.index_product_con {
	padding-top: 40px
}
.index_product_con>.col-lg-6{padding-right: 10px}
.index_product_con section {
	color: #cee2ff;
	margin-top: 20px
}
.index_product_con ul {
	overflow: hidden;
}
.index_product_con ul li {
	width: calc(50% - 10px);
	float: left;
	line-height: 70px;
	border: 2px #63799c solid;
	padding: 0 10px;
	margin: 5px;
	font-size: 16px;
	color: #fff;
}
.index_product_con ul li a {
	color: #fff;
	display: flex;
}
.index_product_con ul li span {
	display: block;
}
.index_product_con ul li span:nth-of-type(1) {
	width: 50px;
	margin-right: 10px;
	padding-top: 20px
}
.index_product_con ul li span img:first-child {
	display: none;
}
.index_product_con ul li span:nth-of-type(2) {
	flex: 1
}
.index_product_con ul li:nth-of-type(2) span:nth-of-type(2) {
	line-height: 1;
	height: 70px;
	padding-top: 25px
}
/* .index_product_con ul li:last-child {
	width: calc(100% - 10px)
} */
.index_product_con ul .index_product_con_se {
	background: #fff;
	border: 2px #fff solid
}
.index_product_con ul .index_product_con_se a {
	color: #1366e2
}
.index_product_con ul .index_product_con_se span img:first-child {
	display: block;
}
.index_product_con ul .index_product_con_se span img:last-child {
	display: none;
}
.index_tiel {
	margin-top: 40px;
	border-bottom: 1px #ddd solid;
	overflow: hidden;
}
.index_tiel img {
	float: left;
}
.index_tiel span {
	float: right;
	font-size: 18px;
	color: #888;
	line-height: 70px
}
.index_news .col-lg-9 {
	margin-top: 20px
}
.index_news .col-lg-9 .col-lg-4 figure {
	position: relative;
}
.index_news .col-lg-9 .col-lg-4 figure p {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	height: 100%;
	background: rgba(29,18,78,0.8);
	color: #fff;
	opacity: 0
}
.index_news time {
	font-size: 22px;
	color: #555;
}
.index_news section {
	font-size: 15px;
	color: #555
}
.index_news button {
	color: #555
}
.index_news .col-lg-9 .col-lg-4:hover figure p {
	opacity: 1
}
.index_news .col-lg-9 .col-lg-4:hover time {
	color: #1366e2
}
.index_news .col-lg-9 .col-lg-4:hover section {
	color: #1366e2
}
.index_news .col-lg-9 .col-lg-4:hover button {
	color: #1366e2
}
.index_news .col-lg-3 {
	background: #f0f0f0;
	padding: 20px;
	margin-top: 20px
}
.index_news .col-lg-3 .index_news_tj {
	border-bottom: 1px #ddd dotted
}
.index_news .col-lg-3 ul {
	margin-top: 10px
}
.index_news .col-lg-3 ul li {
	margin-top: 5px;
	overflow: hidden;
}
.index_news .col-lg-3 ul li a {
	color: #555
}
.index_news .col-lg-3 ul li span {
	float: right;
}
.index_news .col-lg-3 button {
	display: block;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border-radius: 20px;
	background: #1366e2;
	color: #fff;
	float: right;
	margin-top: 10px
}
.index_news .col-lg-3 button a {
	color: #fff;
}
.index_news .col-lg-3 ul li:hover a {
	color: #1366e2
}
.footer {
	background: url(../images/index_28.jpg) no-repeat center top;
	margin-top: 40px;
	padding-top: 40px
}
.index_sj hgroup {
	color: #fff;
	font-size: 18px;
	line-height: 1
}
.index_sj {
	text-align: center;
}
.index_sj hgroup span {
	font-size: 50px;
	font-weight: bold;
}
.index_sj section {
	color: #fff;
	font-size: 16px
}
.foot {
	background: rgba(0,0,0,0.2);
	margin-top: 20px;
	padding: 30px 0
}
.foot .col-lg-5 figure {
	margin-bottom: 20px
}
.foot .col-lg-5 {
	color: #fff;
}
.foot .col-lg-7 {
	border-left: 1px #5c6b9f solid;
}
.foot .col-lg-7 ul {
	overflow: hidden;
}
.foot .col-lg-7 ul li {
	float: left;
	padding: 0 8px;
}
.foot .col-lg-7 ul li a {
	color: #a7b6dc;
	line-height: 30px
}
.foot .col-lg-7 ul li h1 a {
	color: #fff;
	font-size: 16px
}
.foot .col-lg-7 ul li a:hover {
	color: #fff
}
.copy {
	text-align: center;
	color: #a7b6dc;
	line-height: 40px;
	border-top: 1px #5c6b9f solid;
	background: rgba(0,0,0,0.2)
}
.copy a {
	display: inline-block;
	color: #a7b6dc
}
/*****************************************关于我们------企业简介************************************************/
.sub_footer {
	padding-top: 0
}
.caption {
	background: url(../images/gsjj_02.jpg) no-repeat center top;
	height: 300px;
	padding-top: 100px
}
.caption span {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1
}
.caption_nav {
	color: #fff
}
.caption_nav a {
	color: #fff;
	display: inline-block;
}
.caption_nav svg {
	font-size: 22px
}
.crumbs {
	overflow: hidden;
	background: #eee;
	line-height: 50px;
}
.crumbs ul li {
	padding: 0 20px;
	float: right;
}
.crumbs ul li a {
	color: #555
}
.crumbs ul li:hover {
	background: #1366e2
}
.crumbs ul li:hover a {
	color: #fff
}
.crumbs ul .crumbs_se {
	background: #1366e2
}
.crumbs ul .crumbs_se a {
	color: #fff
}
.about img {
	margin: auto;
}
.about {
	margin: 40px 0;
}
.about_con img {
	float: right;
	margin: 0 0 10px 20px
}
/*****************************************关于我们------领导致辞************************************************/
.ldzc_nav {
	text-align: center;
	margin-top: 40px
}
.ldzc_nav dt {
	display: inline-table;
	width: 140px;
	line-height: 40px;
	text-align: center;
	border: 2px #ddd solid;
	border-radius: 20px;
	margin: 0 10px;
	cursor: pointer;
}
.ldzc_nav .ldzc_nav_se {
	background: #1366e2;
	color: #fff;
	border: 2px #fff solid;
}
.ldzc section img {
	float: left;
	margin-right: 20px;
}
.ldzc section {
	line-height: 30px;
}
.shzw {
	background: #eee;
	padding: 20px;
	margin-top: 20px
}
.shzw1 {
	border-right: 40px #fff solid
}
.shzw h2 {
	font-size: 18px;
	color: #1d124e;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 15px
}
.marqueeq {
	width: 100%;
	overflow: hidden;
	height: 120px;
	margin-top: 40px
}
.marqueeq ul ol {
	float: left;
	padding: 0 10px;
	line-height: 25px;
	width: 180px
}
.ldzc_con>li {
	display: none
}
.qywh_ygtd {
	margin-top: 40px
}
.qywh_ygtd .col-lg-5 {
	line-height: 36px;
}
.qywh_yg_img .col-lg-3 {
	margin-top: 20px;
	text-align: center;
}
.qywh_yg_img .col-lg-3 span {
	display: block;
	background: #eee;
	line-height: 40px
}
/*****************************************关于我们------发展历程************************************************/
#timeline {
	width: 100%;
	padding-bottom: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url('../images/icon_history_line.png') left bottom 30px repeat-x;
}
#dates {
	overflow: hidden;
	position: absolute;
	bottom: 25px;
	left: 0;
	text-align: left;
}
#dates li {
	float: left;
	width: 145px;
	text-align: center;
}
#dates a {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
#dates a span {
	width: 10px;
	height: 10px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 50%;
	background: #cccccc;
	display: block;
}
#dates a:hover {
	text-decoration: none
}
#dates .selected {
	font-size: 28px;
	color: #1366e2;
}
#dates .selected span {
	background: #1366e2;
}
#issues {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
#issues li {
	width: 1140px;
	list-style: none;
	float: left;
}
#issues li a {
	width: 1000px;
	display: block;
	margin: 0 auto;
	background: #eee;
}
#issues li .tu {
	float: left;
	width: 50%;
}
#issues li .tu img {
	width: 100%;
	display: block;
}
#issues li .wz {
	float: left;
	width: 50%;
	padding: 40px;
}
#issues li h4 {
	color: #1366e2;
	font-size: 36px;
	margin-bottom: 15px;
}
#issues li p {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 28px;
	color: #555555;
}
#grad_left, #grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#next, #prev {
	position: absolute;
	top: 0;
	top: 120px;
	font-size: 70px;
	width: 34px;
	height: 63px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next {
	right: 0;
	background-image: url('../images/fzlc_13.png');
}
#prev {
	left: 0;
	background-image: url('../images/fzlc_10.png');
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
/*****************************************关于我们------资质荣誉************************************************/
.zzry .col-lg-3 figure {
	overflow: hidden;
	border: 1px #eee solid;
}
.zzry .col-lg-3 span {
	width: 100%;
	background: #eee;
	text-align: center;
	line-height: 40px;
	display: block;
}
.zzry .col-lg-3 {
	margin-top: 20px
}
.zzry dl {
	text-align: center;
}
.zzry dl dt{
	display: inline-table;
	line-height: 40px;
	padding: 0 40px;
	margin: 0 5px;
	background: #ddd;
	border-radius: 20px;
	cursor: pointer;
	
}
.zzry dl dt a{
	color: #555
}
.zzry dl .zzry_se{background: #1366e2;}
.zzry dl .zzry_se a{
	
	color: #fff
}
.zzry ul li {
	display: none
}
.fanye {
	text-align: center;
	margin-top: 40px
}
.fanye a {
	display: inline-table;
	width: 30px;
	line-height: 30px;
	margin: 0 5px;
	color: #555
}
.fanye .fanye_se {
	background: #1366e2;
	color: #fff
}
/*****************************************产品中心************************************************/
.cp {
	margin-top: 40px
}
.cp hgroup {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px
}
.product {
	text-align: center;
}
.product hgroup {
	background: #ddd;
	color: #555;
	line-height: 40px;
	transition: all ease 0.35s
}
.product figure {
	overflow: hidden;
	border: 1px #ddd solid;
}
.product figure img {
	margin: auto;
	transition: all ease 0.35s
}
.product .col-lg-3:hover img {
	transform: scale(1.2);
}
.product .col-lg-3:hover hgroup {
	background: #1a63d6;
	color: #fff
}
.product .col-lg-3 {
	margin-top: 20px
}
.cp_show {
	margin-top: 40px
}
.cp_show .col-lg-4 figure {
	overflow: hidden;
	border: 1px #ddd solid;
}
.cp_show .col-lg-4 figure img {
	margin: auto;
	transition: all ease 0.35s
}
.cp_show .col-lg-8 hgroup {
	font-size: 24px;
	color: #1a63d6;
	font-weight: bold;
}
.cp_show .col-lg-8 section {
	margin-top: 20px
}
.fanhui {
	background: #eee;
	margin-top: 40px;
	line-height: 30px;
	padding: 20px 0
}
.fanhui a {
	color: #555
}
.fanhui a:hover {
	color: #1a63d6
}
.fanhui .col-xs-3 {
	text-align: right;
	line-height: 60px
}
/*****************************************生产能力************************************************/
.scnl_con {
	margin-top: 40px
}
.scnl_con .col-lg-6 section {
	margin-top: 20px
}
.xsjl img {
	display: inline-block;
}
.xsjl {
	font-size: 18px
}
.scnl_nr {
	margin-top: 20px
}
.yfnl section {
	margin-top: 20px
}
.yfnl section img {
	margin-top: 20px
}
.yfnl {
	margin-top: 40px
}
.yfnl .col-lg-5 {
	margin-top: 0px
}
.yfnl .col-lg-5 #myCarousel{border: 5px #f5f5f5 solid;}
.xlsl_by {
	padding: 0 10%;
}
.zlgl {
	margin-top: 40px
}
.zlsl_con {
	padding-top: 50px
}
.zlsl_con hgroup {
	font-size: 24px;
	color: #888;
	margin-top: 20px
}
.zlsl_con section {
	margin-top: 20px
}
.zlsl_con span {
	display: block;
	width: 50px;
	height: 2px;
	background: #1a63d6;
	margin-top: 20px
}
/*****************************************营销网络************************************************/
.yxwl_by {
	font-size: 18px;
	padding: 0
}
.yxt dl {
	text-align: center;
	margin-top: 20px
}
.yxt dl dt {
	display: inline-table;
	padding: 0 20px;
	line-height: 40px;
	background: #eee;
	color: #555;
	margin: 0 100px;
	cursor: pointer;
}
.yxt dl .yxt_se {
	background: #1a63d6;
	color: #fff
}
.yxt ul li {
	display: none;
	padding: 0 10px
}
.yxt ul li img {
	margin: auto;
	margin-top: 20px
}
.hzkh {
	padding: 0 10px
}
.hzkh .col-lg-2 img {
	border: 1px #ddd solid;
}
.bjhz img {
	float: right;
	padding-top: 50px
}
/*****************************************新闻中心************************************************/
.news ul li {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.news ul li a {
	display: flex;
}
.news ul li figure {
	flex: 1;
}
.news ul li main {
	flex: 1;
	background: #eee;
	padding: 40px;
	overflow: hidden;
}
.news ul li main hgroup {
	font-size: 22px;
	color: #555;
}
.news ul li main section {
	margin-top: 20px;
	color: #999
}
.news ul li main button {
	margin-top: 20px;
	color: #444;
	float: right;
}
.news ul li main button svg {
	color: #1a63d6;
	margin-right: 10px
}
.news ul li main time {
	display: block;
	width: 170px;
	line-height: 40px;
	position: absolute;
	bottom: 50px;
	right: 50%;
	background: rgba(32,110,220,0.6);
	color: #fff;
	text-align: center;
	
	font-size: 24px
}
.news ul li .news_bt time {
	right: inherit;
	left: 50%
}
.news ul li .news_bt button {
	float: left;
}
.news_show_bt {
	border: 1px #ddd solid;
	border-left: 2px #1366e2 solid;
	padding: 15px 30px;
	margin-top: 30px;
}
.news_show_bt hgroup {
	font-size: 2.4rem;
	color: #666;
	line-height: 1
}
.news_show_bt time {
	margin-top: 15px;
	display: block;
	color: #999
}
.news_show_bt time svg {
	font-size: 20px;
	color: #1366e2;
	line-height: 30px;
	margin-right: 3px
}
.news_show_bt time svg:nth-of-type(2) {
	margin-left: 20px
}
.news_show {
	margin-top: 20px;
	line-height: 30px;
	color: #666;
}
.news_show p {
	text-indent: 2em
}
.news_show img {
	display: block;
	margin: 15px auto;
}
.news_show video {
	margin: auto;
	display: block;
	width: 500px;
	height: 400px
}
.fanhui {
	border: 1px #ddd solid;
	border-left: 2px #1366e2 solid;
	padding: 15px 30px;
	margin-top: 30px;
	overflow: hidden;
}
.sxp {
	float: left;
	width: 80%
}
.fanhuianniu {
	float: right;
	width: 100px;
	text-align: center;
	background: #eee;
	line-height: 50px
}
.fanhui a {
	color: #666
}
.fanhui a:hover {
	color: #1366e2
}
/*****************************************人力资源************************************************/
.rlzy {
	margin-top: 40px
}
.rlzy .col-lg-7 hgroup {
	font-size: 18px;
	color: #555;
}
.rlzy .col-lg-7 img {
	margin-top: 20px
}
.rlzy .item hgroup {
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0
}
.rlzy_con .col-lg-4 {
	background: #eee;
	border: 10px #fff solid;
	padding: 20px
}
.rlzy_con .col-lg-4 hgroup {
	font-size: 18px;
	color: #333;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px
}
.yx_con {
	text-align: center;
	font-size: 18px
}
.yx_con svg {
	font-size: 22px;
	color: #1a63d6
}
