@charset "utf-8";
/* --------------- Global Styles --------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:400,700);

@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}

body {
	color: #8d8d8d;
	font-family: Microsoft YaHei, 'Roboto', arial, '宋体', sans-serif;
	line-height: 1;
	padding: 0;
}

body.boxed {
	max-width: 1170px;
	background: #f4f5f8;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	/* color: #093eb6; */
	color: #8dc21f;
}


/* .wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
} */

header {
	position: relative;
}

img {
	max-width: 100%;
}

ul {
	list-style-type: none;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	color: #8d8d8d;
	line-height: 1.8;
}

ol.list-unstyled {
	margin-left: 0;
}

.list-unstyled li i {
	padding-right: 15px;
	color: #ffda43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Condensed";
	color: #2a2a2a;
}

p {
	font-size: 16px;
	color: #677078;
	line-height: 1.688;
	margin-bottom: 20px;
}

p+p:last-child {
	margin-bottom: 0;
}

blockquote {
	padding: 30px 35px;
	background: #ffda44;
	font-size: 20px;
	color: #675F3F;
	line-height: 1.455;
	text-align: left;
	margin: 0;
	border: none;
	font-style: italic;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.light {
	font-weight: 100;
}

.btn {
	border-radius: 3px;
	font-size: 16px;
	font-family: "Roboto Condensed";
	font-weight: bold;
	line-height: 48px;
	padding: 0 22px;
	border: none;
	border: none;
	text-transform: uppercase;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.btn-primary {
	background: #093EB6;
	color: #fff;
}

.btn-primary:hover {
	background: #002D92;
}

.btn-default {
	background: #FFDA44;
	color: #4c443a;
}

.btn-default:hover {
	background: #ECC124;
}

section {
	padding: 30px 0;
}

.sidebar {
	padding: 30px 15px;
}

.sidebar-blog-categories .active {
	font-weight: bold;
	color: #093eb6;
}

/* --------------- 1.1 Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
	display: block;
	clear: both;
	overflow: hidden;
}

.spacer-5 {
	height: 5px
}

.spacer-10 {
	height: 10px
}

.spacer-20 {
	height: 20px
}

.spacer-30 {
	height: 30px
}

.spacer-40 {
	height: 40px
}

.spacer-50 {
	height: 50px
}

.spacer-60 {
	height: 60px
}

.spacer-70 {
	height: 70px
}

.spacer-80 {
	height: 80px
}

.spacer-90 {
	height: 90px
}

.spacer-100 {
	height: 100px
}

@media all and (max-width: 991px) {
	section {
		padding: 60px 0;
	}
}

@media all and (max-width: 767px) {
	br {
		display: none;
	}
}

@media all and (max-width: 480px) {
	section {
		padding: 45px 0;
	}
}

/*********页面大包围****************/
.wrapper {
	overflow: hidden;
}

.container {
	max-width: 100% !important;
	width: 1170px !important;
}

main.main {
	/* margin-top: auto; */
	padding-top: 100px;
	padding-bottom: 75px;
}

/*************Header**************/
.header-area {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}

.top-header {
	/* background-color: #0383ff; */
	background-color: #122a88;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hidden-top-header {
	display: none;
}

.top-header .topbar {
	display: block;
	float: right;
	padding-right: 25px;
}

.top-header .topbar .fa {
	color: #ffffff;
}

.top-header .topbar a {
	padding: 0 10px;
	font-size: 13px;
	font-family: "Roboto Condensed";
	color: #ffffff;
}

.top-header .topbar a:hover {
	color: #8dc21f;
}

.logo-top-info {
	padding: 10px 0 10px 0;
	border-bottom: #ccc 1px solid;
}

.logo {
	padding-top: 5px;
}

@media all and (max-width: 991px) {
	.logo-top-info {
		padding: 25px 0 0;
	}

	.logo {
		text-align: left;
		margin-bottom: 20px;
	}

	.topbar {
		display: none;
	}
}

@media all and (max-width: 479px) {
	.logo img {
		width: 180px;
	}

	.topbar {
		display: none;
	}
}

/***************Navigation******************/
.main-menu {
	padding: 7px 0 0 0;
	background: #fff;
}

.main-menu-right {
	float: right;
}

ul.main-menu li a {
	font-size: 17px;
	/* font-family: "Roboto Condensed"; */
	color: #61656F;
	font-weight: 500;
	line-height: 1.467;
	text-transform: uppercase;
	padding: 15px 10px;
	display: block;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

ul.main-menu li:last-child a {
	padding-right: 0;
}

ul.main-menu li a:hover,
ul.main-menu li.active>a {
	/* color: #093eb6; */
	/* color: #0383ff; */
	color: #8dc21f;
}

ul.main-menu>li {
	display: inline-block;
	padding: 0;
	position: relative;
}

ul.main-menu>li.dropdown ul {
	margin-top: 23px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 120%;
	/* background: rgb(243, 243, 243,0.5); */
	background: rgb(141, 194, 31, 0.8);
	min-width: 200px;
	padding: 10px 0;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
	z-index: 1000;
}

ul.main-menu>li.dropdown ul li {
	border-bottom: #ffffff dashed 1px;
}

ul.main-menu>li.dropdown ul li a {
	padding: 10px 20px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
}

ul.main-menu>li.dropdown ul li a:hover {
	font-size: 17px;
	font-weight: 600;
	/* text-decoration: underline; */
	color: #fff;
}

ul.main-menu>li.dropdown ul:before {
	content: "";
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -20px !important;
	left: 30px;
	border: 10px solid transparent;
	border-bottom-color: rgb(141, 194, 31);
	-webkit-transition: 1s ease all;
	-o-transition: 1s ease all;
	transition: 1s ease all;
}

ul.main-menu>li.dropdown:hover ul,
ul.main-menu>li.dropdown:hover ul:before {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

i.fa.dropdown-toggle {
	display: none;
}

li.dropdown i.fa.dropdown-toggle {
	display: block;
	position: absolute;
	top: 49%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	line-height: 1;
	color: #aaa;
	cursor: pointer;
}

@media all and (max-width: 991px) {
	nav.navbar-collapse {
		position: absolute;
		right: 0px;
		top: 2px;
		width: 220px;
		opacity: 0;
		z-index: 1000;
		height: auto !important;
		-webkit-transition: 0.5s ease all;
		-o-transition: 0.5s ease all;
		-moz-transition: 0.5s ease all;
		-ms-transition: 0.5s ease all;
		transition: 0.5s ease all;
	}

	.navbar-collapse.collapse {
		display: none !important;
		padding: 0;
		overflow: inherit;
	}

	.navbar-collapse.collapsing {
		padding: 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		opacity: 1;
		right: 5px;
	}

	.navbar-toggle {
		display: block;
		right: 0;
		position: absolute;
		background: none;
		top: 0px;
		border: none;
		padding: 0 10px;
		margin: 21px 15px;
	}

	.navbar-toggle span.icon-bar {
		background: #61656f;
		height: 3px;
	}

	ul.main-menu>li {
		display: block;
	}

	ul.main-menu {
		padding: 10px 0;
	}

	ul.main-menu>li>a {
		padding: 15px 10px;
	}

	ul.main-menu>li.dropdown ul {
		left: -30px;
	}

	ul.main-menu>li.dropdown:hover ul,
	ul.main-menu>li.dropdown:hover ul:before {
		visibility: hidden;
		opacity: 0;
		top: 100%;
	}

	ul.main-menu>li.dropdown.open ul,
	ul.main-menu>li.dropdown.open ul:before {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}

	ul.main-menu>li.dropdown.open ul {
		left: 0;
	}
}

/**************Flex Slider*******************/
/* --------------- Flex Slider --------------- */

.flex-direction-nav a {
	width: 54px;
	height: 100px;
}

.flex-direction-nav a:before {
	content: " ";
	display: block;
	background: url('../images/arrow-left.png') no-repeat;
	width: 54px;
	height: 100px;
}

.flex-direction-nav a.flex-next:before {
	content: " ";
	background: url('../images/arrow-right.png') no-repeat;
}

.flex-control-nav {
	bottom: 40px;
}

.flex-control-paging li a {
	background: #aaa;
}

.flex-control-paging li a.flex-active {
	background: #ffda44;
}

section.home-slider {
	padding: 0;
}

.flexslider {
	border: none;
	border-radius: 0;
	margin: 0;
}

.flexslider li.has-overlay:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: " ";
}

.slider-content {
	position: absolute;
	display: block;
	top: 85%;
	transform: translateY(-85%);
	left: 0;
	z-index: 5;
	width: 60%;
}

.slider-content .container {
	background: rgba(141, 194, 31, 0.44);
}

.flexslider .slides>li {
	position: relative;
}

.slider-content h2 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0 30px;
}

.slider-content p {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	font-weight: 100;
	margin: 0 0 40px;
}

.slider-content .primary-btn {
	border-radius: 3px;
	background: #FFDA44;
	font-size: 20px;
	font-family: "Roboto Condensed";
	color: #4c443a;
	font-weight: bold;
	padding: 0 40px;
	line-height: 60px;
}

.slider-content .primary-btn i {
	padding-left: 10px;
}

.slider-content .primary-btn:hover {
	background: #ECC124;
}

@media all and (max-width: 991px) {
	.slider-content h2 {
		font-size: 44px;
		margin-bottom: 25px;
	}

	.slider-content p {
		font-size: 18px;
		margin-bottom: 36px;
	}

	.slider-content .primary-btn {
		font-size: 18px;
		line-height: 54px;
		border: none;
	}

	.flexslider .slides>li {
		height: 500px;
	}

	.flexslider .slides>li img {
		height: 100%;
		-webkit-object-fit: cover;
		-moz-object-fit: cover;
		-ms-object-fit: cover;
		object-fit: cover;
	}
}

@media all and (max-width: 767px) {
	.slider-content h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.slider-content p {
		font-size: 17px;
		margin-bottom: 30px;
		line-height: 1.6;
	}

	.slider-content .primary-btn {
		font-size: 16px;
		line-height: 48px;
		padding: 0 30px;
		border: none;
	}

	.flex-direction-nav {
		display: none;
	}
}

@media all and (max-width: 600px) {
	.slider-content h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.slider-content p {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 1.6;
	}

	.flexslider .slides>li {
		height: 420px;
	}
}

@media all and (max-width: 480px) {
	.slider-content h2 {
		font-size: 30px;
		margin-bottom: 12px;
	}

	.slider-content p {
		font-size: 14px;
	}

	.flexslider .slides>li {
		height: 450px;
	}
}

@media all and (max-width: 400px) {
	.slider-content h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}
}

/**************HomePageS*******************/
/*------------Home News----------*/
/*Home News Section*/
section.home-news {
	background: #fff;
}

.home-news-list h3,
.home-about-list h3 {
	font-size: 18px;
	font-weight: 500;
	border-left: 4px solid #8dc21f;
	padding-left: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
	color: #61656F;
}

.home-news-list h3 span,
.home-about-list h3 span {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	float: right;
	line-height: 30px;
}

.h_n_pic {
	margin: 0;
	padding: 0;
}

.h_n_pic img {
	display: block;
	width: 100%;
	/* max-height: 115px; */
	height: 105px;
	margin: 0 auto;
}

.h_n_info h4 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_n_info h4 span {
	font-weight: bold;
}

.h_n_date {
	line-height: 20px;
	color: #ccc;
}

.h_n_con {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
}

.home-news-list ul li {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/***Home About LIst***/
.home-about-list {
	overflow: hidden;
}

.home-about-list .h_a_c {
	width: 65%;
	float: left;
}

.h_a_zr {
	width: 35%;
	float: left;
}

.home-about-list .h_a_c h3 {
	font-size: 30px;
	font-weight: bold;
}

.h_a_pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 391px;
}

.h_a_pic .a_bg {
	width: 100%;
	height: 390px;
	/* position:relative; */
	transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;

}

.a_icon {
	position: absolute;
	top: 30%;
	left: 20%;
	z-index: 9;
}

.a_icon img {
	display: block;
	margin: 0 auto;
	width: 100px;
	transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}

.a_icon span {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	margin-top: 20px;
	transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}

.h_a_pic:hover .a_bg {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.h_a_pic:hover img {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

/* .h_a_pic:hover span{
	color:red;
} */
.h_shzr,
.h_ry,
.h_wh {
	width: 100%;
	padding: 15px 0;
	height: 130px;
}

/* .h_shzr{
padding:46px 0;
} */
.h_shzr {
	background-color: #8dc21f;
}

.h_wh {
	background-color: #f29600;
}

.h_ry {
	background-color: #0383ff;
}

.h_shzr img,
.h_ry img,
.h_wh img {
	display: block;
	margin: 0 auto;
	width: 80px;
	margin-bottom: 10px;
	transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}

.h_shzr span,
.h_ry span,
.h_wh span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.h_shzr:hover img,
.h_ry:hover img,
.h_wh:hover img {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}


/****************Home Industry*****************/
/*产业*/
section.home-industry {
	background: #f4f5f8;
	padding: 0 !important;
}

.industry {
	background: url(../images/home-chanye.jpg);
	background-size: cover;
	text-align: center;
	background-position: center;
	background-attachment: fixed;
	border-bottom: #f4f4f4 solid 1px;
}

.industry_tit {
	margin-bottom: 40px;
	width: 100%;
}

.industry_tit h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 56px;
	color: white;
}

.industry_tit p {
	font-size: 20px;
	color: white;
}

.indPro {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
	display: flex;
	align-items: stretch;
}

.indPro a {
	display: inline-block;
	height: auto;
	/* height: 280px; */
	/* width: 380px; */
	margin: 0 0 0 0px;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.indPro a img {
	display: block;
	width: 376px;
	height: 240px;
	overflow: hidden;
	/* height: 280px; */
	/* width: 380px; */
	margin: 0 0 0 0px;
	background: #ffffff;
}

.owl-dot {
	display: none;
}

/* .slide {
    display: block;
    position: relative;
    overflow: hidden;
	height: 100%;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-image: none;
    list-style-type: none;

} */
.content1 {
	min-height: 400px;
	padding-bottom: 40px;
}

.content2 {
	line-height: 26px;
	padding: 0px 0px 60px;
	min-height: 400px;
}

@media only screen and (max-width: 800px) {
	.indPro a div {
		height: 130px;
		overflow: hidden;
	}
}

.indPro a div {
	overflow: hidden;
}

.indPro a div img {
	transition: transform 1s;
}

.indPro a div:hover img {
	transform: scale(1.2);
}

.indPro span {
	display: block;
	height: 80px;
	overflow: hidden;
	width: 100%;
	text-align: left;
	display: block;
}

.indPro span h1 {
	text-align: center;
	color: rgb(67, 67, 67);
	font-size: 18px;
}

/***************Home About******************/
/* .home-ttabout{
	background:url(../images/home-chanye.jpg);
	background-size:cover;
	text-align: center;
	background-position:center;
	background-attachment:fixed;
    border-bottom: #f4f4f4 solid 1px;
} */

.home-ttabout {
	padding-top: 0 !important;
}

.home-tt {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.home-tt h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 56px;
	color: #65616f;
}

.home-tt p {
	font-size: 20px;
	color: #65616f;
}

.row.ceo {
	display: flex;
	align-items: flex-end;
}

.row.ceo>div {
	display: block;
}

.ceo-photo {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.ceo-photo img {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.ceo-details {
	padding: 0;
}

.ceo-details h4.subtitle {
	font-size: 20px;
	color: #8dc21f;
}

.ceo-details p {
	margin-bottom: 12px;
}

.ceo-details p.ceo-name {
	margin-bottom: 0;
	color: #303539;
}

a.link {
	font-size: 16px;
	font-family: "Roboto";
	color: #ffbe00;
	font-weight: bold;
	text-transform: uppercase;
}

a.link:hover {
	color: #194ABA;
}

@media all and (max-width: 991px) {
	.row.ceo {
		display: block;
		text-align: center;
	}
}

/**************Footer*******************/
.pre-footer>div {
	padding: 0;
}

.contact-box {
	padding: 20px 40px;
	background: #ffda44;
}

.pre-footer>div:nth-child(2n) .contact-box {
	background: #ffd427;
}

.pre-footer>div:nth-child(3n) .contact-box {
	background: #ffd013;
}

.contact-box i.fa {
	font-size: 20px;
	color: #000;
	float: left;
	width: 20px;
	margin-right: 15px;
	text-align: right;
}

.contact-details {
	padding-left: 35px;
}

h4.pre-footer-title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 0 0 15px;
}

.contact-details p {
	font-size: 16px;
	font-family: "Roboto";
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
	margin-bottom: 0;
}

.contact-details .p3 {
	font-size: 16px;
	font-family: "Roboto";
	color: rgba(0, 0, 0, 0.8);
	line-height: 18px;
	margin-bottom: 0;
}

footer .footer {
	padding: 0;
	/* background: #03153e; */
	background-color: #122a88;
}

footer .footer .widgets {
	padding: 0 0 70px;
}

footer .copyright {
	padding: 0 0 20px 0;
	color: #fff;
}

footer .copyright-bar {
	color: #fff;
}

.copyright-bar p {
	font-size: 14px;
	color: rgba(255, 255, 255);
	line-height: 1.857;
	margin-bottom: 0;
}

.copyright-bar a {
	color: rgba(255, 255, 255, 0.9);
	padding-right: 15px;
}

.copyright-bar a:hover {
	color: rgba(255, 255, 255);
}

.copyright-bar span {
	padding-right: 15px;
}

.row.pre-footer {
	position: relative;
	top: -59px;
}

@media all and (max-width: 1120px) {
	.contact-box {
		padding: 30px 18px;
	}
}

/* back to top */

.cd-top {
	display: inline-block;
	height: 36px;
	width: 36px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #8dc21f url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:hover {
	background-color: #0087C5;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 767px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 40px;
		width: 40px;
		right: 30px;
		bottom: 30px;
	}
}

/***************About TTGROUP******************/
/*********内页banner*********/
.banner {
	font-size: 0;

	position: relative;

	overflow: hidden;

	width: 100%;
	/* margin-top: 100px; */
}

@media (max-width: 1199px) {
	.banner {
		margin-top: 60px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 140%;
		max-width: 140%;
		margin-left: -20%;
	}
}

/* @media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
} */
.banner .slick-dots {
	position: absolute;
	bottom: 38px;

	width: 100%;
	padding: 0 15px;

	text-align: center;
}

@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.banner .slick-dots {
		bottom: 12px;

		display: none;
	}
}

.banner .slick-dots li {
	position: relative;

	display: inline-block;

	width: 12px;
	height: 12px;
	margin: 0 5px;

	cursor: pointer;

	border: 1px solid #fff;
	border-radius: 5px;
}

.banner .slick-dots li.slick-active {
	border-color: #fff;
	background-color: #fff;
}

.banner .slick-dots li button {
	opacity: 0;
}

.banner img {
	display: block;

	width: 100%;
}

.banner .img-box {
	padding-bottom: 41.66666667%;
}

@media (max-width: 767px) {
	.banner-in .slickbanner {
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
}

.banner-in .img-box {
	padding-bottom: 20.83333333%;
}


/*****内页面包屑菜单******/
.sub-box {
	overflow: hidden;
}

@media (max-width: 991px) {
	.sub-box {
		padding: 0;
	}
}

.sub-box:after {
	display: block;

	width: 100%;
	height: 1px;

	content: '';

	background-color: #e5e5e5;
}

.sub-box .category {
	position: relative;

	width: 100%;
	height: 66px;
}

@media (max-width: 991px) {
	.sub-box .category {
		height: 51px;
	}
}

.sub-box .category ul {
	position: absolute;
	left: 0;

	margin: 0 -40px;

	white-space: nowrap;
}

@media (max-width: 991px) {
	.sub-box .category ul {
		margin: 0 -20px;
	}
}

.sub-box .category ul li {
	position: relative;

	display: inline-block;

	height: 66px;
}

@media (max-width: 991px) {
	.sub-box .category ul li {
		height: 50px;
	}
}

.sub-box .category ul li a {
	font-size: 16px;
	line-height: 66px;

	position: relative;

	display: block;

	height: 66px;
	padding: 0 36px;
}

@media (max-width: 991px) {
	.sub-box .category ul li a {
		font-size: 14px;
		line-height: 50px;

		height: 50px;
		padding: 0 16px;
	}
}

.sub-box .category ul li a:after {
	position: absolute;
	bottom: -1px;
	left: 50%;

	width: 0;
	height: 2px;

	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	/* background-color: #23539b; */
	background-color: #8dc21f;
}

.sub-box .category ul li.active a,
.sub-box .category ul li:hover a {
	color: #8dc21f;
}

.sub-box .category ul li.active a:after,
.sub-box .category ul li:hover a:after {
	width: 50px;
}

/**************************/
.wrapper {
	overflow: hidden;
}

.wrap {
	padding: 50px 0 30px;
}

@media (max-width: 991px) {
	.wrap {
		padding: 40px 0 60px;
	}
}

.wrap .wrap-text {
	margin-top: 20px;
}

.wrap .wrap-text p {
	line-height: 2.14285714;

	margin: 0;

	color: #999;
}

.title-in h2 {
	font-size: 30px;

	margin: 0;

	color: #8dc21f;
}

@media (max-width: 991px) {
	.title-in h2 {
		font-size: 22px;
	}
}

/**************Wrap About*******************/
.wrap-about .text {
	margin-top: 20px;
	padding-right: 40px;
}

@media (max-width: 991px) {
	.wrap-about .text {
		padding-right: 0;
	}
}

.wrap-about .text p {
	line-height: 2.14285714;

	margin: 0;

	color: #999;
}

.wrap-about .pic {
	margin-top: 20px;
}

.wrap-about .pic img {
	max-width: 100%;
}

/**************Culture*******************/
.cultured {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-image: url("../images/40.jpg");
	background-color: rgba(141, 194, 31, 0.14);
	background-blend-mode: multiply;
}

.culture__top {
	padding: 98px 0 96px;
	text-align: center;
}

.culture__top strong {
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 14px;
}

.culture__top small {
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
	line-height: 1;
	font-family: arial;
	padding-bottom: 20px;
	margin-bottom: 44px;
}

.culture__top small:before {
	content: "";
	width: 28px;
	height: 4px;
	background: #e8a204;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
}

.culture__top p {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.culture__list li {
	margin-left: 0;
	margin-top: 0;
	width: 33.333333333%;
	float: left;
	position: relative;
	z-index: 2;
}

.culture__wr {
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	height: 400px;
	position: relative;
	transition: 0.65s;
}

.culture__in {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -30px;
	transition: 0.5s;
}

.culture__in strong {
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 30px;
	margin-bottom: 14px;
}

.culture__in small {
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-family: arial;
}

.culture__in p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	max-width: 90%;
	margin: auto;
	margin-top: 48px;
}

.culture__wr:hover {
	background: #e8a204;
}

.culture__wr:hover .culture__in p {
	opacity: 1;
	visibility: visible;
}

.culture__wr:hover .culture__in {
	margin-top: -67px;
}

/*时间轴*/
.timeline {
	width: 100%;
	position: relative;
	padding: 1px 0;
	list-style: none;
	font-weight: 300;
}

.timeline .timeline-item {
	padding-left: 0;
	padding-right: 30px;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	padding-left: 30px;
	padding-right: 0;
}

.timeline .timeline-item .timeline-event {
	width: 100%;
}

.timeline:before {
	border-right-style: solid;
}

.timeline:before,
.timeline:after {
	content: " ";
	display: block;
}

.timeline:after {
	clear: both;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100% !important;
	margin-left: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #888888;
}

.timeline.timeline-single-column.timeline {
	margin: 0 auto;
	width: 100%;
	max-width: 860px;
}

.timeline.timeline-single-column.timeline .timeline-item {
	padding-left: 72px;
	padding-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	padding-left: 72px;
	padding-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
	width: 100%;
}

.timeline.timeline-single-column.timeline:before {
	left: 42px;
	width: 0;
	margin-left: -1px;
}

.timeline.timeline-single-column.timeline .timeline-item {
	width: 100%;
	margin-bottom: 20px;
}

.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
	margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-event {
	float: right !important;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-point {
	transform: translateX(-50%);
	left: 42px !important;
	margin-left: 0;
}

.timeline.timeline-single-column.timeline .timeline-label {
	transform: translateX(-50%);
	margin: 0 0 20px 42px;
}

.timeline.timeline-single-column.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 0;
}

.timeline.timeline-line-solid:before {
	border-right-style: solid;
}

.timeline.timeline-line-dotted:before {
	border-right-style: dotted;
}

.timeline.timeline-line-dashed:before {
	border-right-style: dashed;
}

.timeline.timeline-line-hidden:before {
	border-right-style: none;
}

.timeline .timeline-item {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
	content: "";
	display: table;
}

.timeline .timeline-item:after {
	clear: both;
}

.timeline .timeline-item:last-child {
	margin-bottom: 0 !important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
	float: right !important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline .timeline-item>.timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent;
}

.timeline .timeline-item>.timeline-event:after {
	top: 11px;
	right: -14px;
	border-top: 14px solid transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 14px solid transparent;
}

.timeline .timeline-item>.timeline-point {
	top: 25px;
}

.timeline-single-column.timeline .timeline-item>.timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item>.timeline-event:before,
.timeline-single-column.timeline .timeline-item>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item>.timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item>.timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline .timeline-item:nth-of-type(2) {
	margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
	clear: both !important;
}

.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 0;
}

.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	clear: both;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	float: right;
	clear: right;
}

.timeline .timeline-item.timeline-item-right>.timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
	left: -24px;
}

.timeline .timeline-item.timeline-item-right>.timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point.timeline-point-blank {
	left: -12px;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
	float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
	left: -10px !important;
	border-right-width: 10px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	left: -9px !important;
	border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:before {
	top: 4px;
	right: -10px;
	border-top: 10px solid transparent;
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 10px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:after {
	top: 5px;
	right: -9px;
	border-top: 9px solid transparent;
	border-left-width: 9px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 9px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm>.timeline-point {
	top: 14px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:before {
	left: -10px !important;
	border-right-width: 10px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:after {
	left: -9px !important;
	border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
	float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:after {
	top: 11px;
	right: -14px;
	border-top: 14px solid transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 14px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md>.timeline-point {
	top: 25px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
	float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
	left: -18px !important;
	border-right-width: 18px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
	left: -17px !important;
	border-right-width: 17px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:before {
	top: 10px;
	right: -18px;
	border-top: 18px solid transparent;
	border-left-width: 18px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 18px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:after {
	top: 11px;
	right: -17px;
	border-top: 17px solid transparent;
	border-left-width: 17px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 17px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg>.timeline-point {
	top: 28px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:before {
	left: -18px !important;
	border-right-width: 18px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:after {
	left: -17px !important;
	border-right-width: 17px !important;
}

.timeline .timeline-item>.timeline-event {
	background: #fff;
	border: 1px solid #888888;
	color: #555;
	position: relative;
	float: left;
	border-radius: 3px;
}

.timeline .timeline-item>.timeline-event:before {
	border-left-color: #888888;
	border-right-color: #888888;
}

.timeline .timeline-item>.timeline-event:after {
	border-left-color: #fff;
	border-right-color: #fff;
}

.timeline .timeline-item>.timeline-event h1,
.timeline .timeline-item>.timeline-event h2,
.timeline .timeline-item>.timeline-event h3,
.timeline .timeline-item>.timeline-event h4,
.timeline .timeline-item>.timeline-event h5,
.timeline .timeline-item>.timeline-event h6,
.timeline .timeline-item>.timeline-event p,
.timeline .timeline-item>.timeline-event .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event.timeline-event-default {
	background: #fff;
	border: 1px solid #888888;
	color: #555;
}

.timeline .timeline-item>.timeline-event.timeline-event-default:before {
	border-left-color: #888888;
	border-right-color: #888888;
}

.timeline .timeline-item>.timeline-event.timeline-event-default:after {
	border-left-color: #fff;
	border-right-color: #fff;
}

.timeline .timeline-item>.timeline-event.timeline-event-default h1,
.timeline .timeline-item>.timeline-event.timeline-event-default h2,
.timeline .timeline-item>.timeline-event.timeline-event-default h3,
.timeline .timeline-item>.timeline-event.timeline-event-default h4,
.timeline .timeline-item>.timeline-event.timeline-event-default h5,
.timeline .timeline-item>.timeline-event.timeline-event-default h6,
.timeline .timeline-item>.timeline-event.timeline-event-default p,
.timeline .timeline-item>.timeline-event.timeline-event-default .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event.timeline-event-primary {
	background: #f5f5f5;
	border: 1px solid #888888;
	color: #555;
}

.timeline .timeline-item>.timeline-event.timeline-event-primary:before {
	border-left-color: #888888;
	border-right-color: #888888;
}

.timeline .timeline-item>.timeline-event.timeline-event-primary:after {
	border-left-color: #f5f5f5;
	border-right-color: #f5f5f5;
}

.timeline .timeline-item>.timeline-event.timeline-event-primary h1,
.timeline .timeline-item>.timeline-event.timeline-event-primary h2,
.timeline .timeline-item>.timeline-event.timeline-event-primary h3,
.timeline .timeline-item>.timeline-event.timeline-event-primary h4,
.timeline .timeline-item>.timeline-event.timeline-event-primary h5,
.timeline .timeline-item>.timeline-event.timeline-event-primary h6,
.timeline .timeline-item>.timeline-event.timeline-event-primary p,
.timeline .timeline-item>.timeline-event.timeline-event-primary .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event.timeline-event-success {
	background: #F3F8ED;
	border: 1px solid #72b92e;
	color: #3F8100;
}

.timeline .timeline-item>.timeline-event.timeline-event-success:before {
	border-left-color: #72b92e;
	border-right-color: #72b92e;
}

.timeline .timeline-item>.timeline-event.timeline-event-success:after {
	border-left-color: #F3F8ED;
	border-right-color: #F3F8ED;
}

.timeline .timeline-item>.timeline-event.timeline-event-success h1,
.timeline .timeline-item>.timeline-event.timeline-event-success h2,
.timeline .timeline-item>.timeline-event.timeline-event-success h3,
.timeline .timeline-item>.timeline-event.timeline-event-success h4,
.timeline .timeline-item>.timeline-event.timeline-event-success h5,
.timeline .timeline-item>.timeline-event.timeline-event-success h6,
.timeline .timeline-item>.timeline-event.timeline-event-success p,
.timeline .timeline-item>.timeline-event.timeline-event-success .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event.timeline-event-info {
	background: #F0F8FD;
	border: 1px solid #3e93cf;
	color: #0062A7;
}

.timeline .timeline-item>.timeline-event.timeline-event-info:before {
	border-left-color: #3e93cf;
	border-right-color: #3e93cf;
}

.timeline .timeline-item>.timeline-event.timeline-event-info:after {
	border-left-color: #F0F8FD;
	border-right-color: #F0F8FD;
}

.timeline .timeline-item>.timeline-event.timeline-event-info h1,
.timeline .timeline-item>.timeline-event.timeline-event-info h2,
.timeline .timeline-item>.timeline-event.timeline-event-info h3,
.timeline .timeline-item>.timeline-event.timeline-event-info h4,
.timeline .timeline-item>.timeline-event.timeline-event-info h5,
.timeline .timeline-item>.timeline-event.timeline-event-info h6,
.timeline .timeline-item>.timeline-event.timeline-event-info p,
.timeline .timeline-item>.timeline-event.timeline-event-info .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event.timeline-event-warning {
	background: #FFF9E9;
	border: 1px solid #d0aa42;
	color: #ac7e00;
}

.timeline .timeline-item>.timeline-event.timeline-event-warning:before {
	border-left-color: #d0aa42;
	border-right-color: #d0aa42;
}

.timeline .timeline-item>.timeline-event.timeline-event-warning:after {
	border-left-color: #FFF9E9;
	border-right-color: #FFF9E9;
}

.timeline .timeline-item>.timeline-event.timeline-event-warning h1,
.timeline .timeline-item>.timeline-event.timeline-event-warning h2,
.timeline .timeline-item>.timeline-event.timeline-event-warning h3,
.timeline .timeline-item>.timeline-event.timeline-event-warning h4,
.timeline .timeline-item>.timeline-event.timeline-event-warning h5,
.timeline .timeline-item>.timeline-event.timeline-event-warning h6,
.timeline .timeline-item>.timeline-event.timeline-event-warning p,
.timeline .timeline-item>.timeline-event.timeline-event-warning .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event.timeline-event-danger {
	background: #FFC4BC;
	border: 1px solid #d25a4b;
	color: #B71500;
}

.timeline .timeline-item>.timeline-event.timeline-event-danger:before {
	border-left-color: #d25a4b;
	border-right-color: #d25a4b;
}

.timeline .timeline-item>.timeline-event.timeline-event-danger:after {
	border-left-color: #FFC4BC;
	border-right-color: #FFC4BC;
}

.timeline .timeline-item>.timeline-event.timeline-event-danger h1,
.timeline .timeline-item>.timeline-event.timeline-event-danger h2,
.timeline .timeline-item>.timeline-event.timeline-event-danger h3,
.timeline .timeline-item>.timeline-event.timeline-event-danger h4,
.timeline .timeline-item>.timeline-event.timeline-event-danger h5,
.timeline .timeline-item>.timeline-event.timeline-event-danger h6,
.timeline .timeline-item>.timeline-event.timeline-event-danger p,
.timeline .timeline-item>.timeline-event.timeline-event-danger .timeline-inherit-color {
	color: inherit;
}

.timeline .timeline-item>.timeline-event:before,
.timeline .timeline-item>.timeline-event:after {
	content: "";
	display: inline-block;
	position: absolute;
}

.timeline .timeline-item>.timeline-event .timeline-heading,
.timeline .timeline-item>.timeline-event .timeline-body,
.timeline .timeline-item>.timeline-event .timeline-footer {
	padding: 4px 10px;
}

.timeline .timeline-item>.timeline-event .timeline-heading p,
.timeline .timeline-item>.timeline-event .timeline-body p,
.timeline .timeline-item>.timeline-event .timeline-footer p,
.timeline .timeline-item>.timeline-event .timeline-heading ul,
.timeline .timeline-item>.timeline-event .timeline-body ul,
.timeline .timeline-item>.timeline-event .timeline-footer ul {
	margin-bottom: 0;
}

.timeline .timeline-item>.timeline-event .timeline-heading h4 {
	font-weight: 400;
}

.timeline .timeline-item>.timeline-event .timeline-footer a {
	cursor: pointer;
	text-decoration: none;
}

.timeline .timeline-item>.timeline-event .panel,
.timeline .timeline-item>.timeline-event .table,
.timeline .timeline-item>.timeline-event .blankslate {
	margin: 0;
	border: none;
	border-radius: inherit;
	overflow: hidden;
}

.timeline .timeline-item>.timeline-event .table th {
	border-top: 0;
}

.timeline .timeline-item>.timeline-point {
	color: #888888;
	background: #fff;
	right: -24px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: 12px;
	margin-right: 12px;
	position: absolute;
	z-index: 100;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
}

.timeline .timeline-item>.timeline-point.timeline-point-blank {
	right: -12px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: 6px;
	margin-right: 6px;
	color: #888888;
	background: #888888;
}

.timeline .timeline-item>.timeline-point.timeline-point-default {
	color: #888888;
	background: #fff;
}

.timeline .timeline-item>.timeline-point.timeline-point-primary {
	color: #888888;
	background: #fff;
}

.timeline .timeline-item>.timeline-point.timeline-point-success {
	color: #72b92e;
	background: #fff;
}

.timeline .timeline-item>.timeline-point.timeline-point-info {
	color: #3e93cf;
	background: #fff;
}

.timeline .timeline-item>.timeline-point.timeline-point-warning {
	color: #d0aa42;
	background: #fff;
}

.timeline .timeline-item>.timeline-point.timeline-point-danger {
	color: #d25a4b;
	background: #fff;
}

.timeline .timeline-label {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px;
	top: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
	content: "";
	display: table;
}

.timeline .timeline-label:after {
	clear: both;
}

.timeline .timeline-label:last-child {
	margin-bottom: 0 !important;
}

.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 0;
}

.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
	margin-top: 40px;
}

.timeline .timeline-label .label-default {
	background-color: #888888;
}

.timeline .timeline-label .label-primary {
	background-color: #888888;
}

.timeline .timeline-label .label-info {
	background-color: #3e93cf;
}

.timeline .timeline-label .label-warning {
	background-color: #d0aa42;
}

.timeline .timeline-label .label-danger {
	background-color: #d25a4b;
}

@media all and (orientation: portrait) {
	.timeline.timeline {
		width: 100%;
		max-width: 100%;
	}

	.timeline.timeline .timeline-item {
		padding-left: 72px;
		padding-right: 0;
	}

	.timeline.timeline .timeline-item.timeline-item-right,
	.timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
		padding-left: 72px;
		padding-right: 0;
	}

	.timeline.timeline .timeline-item .timeline-event {
		width: 100%;
	}

	.timeline.timeline:before {
		left: 42px;
		width: 0;
		margin-left: -1px;
	}

	.timeline.timeline .timeline-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.timeline.timeline .timeline-item:nth-of-type(even) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
	.timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
	.timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-item>.timeline-event {
		float: right !important;
	}

	.timeline.timeline .timeline-item>.timeline-event:before,
	.timeline.timeline .timeline-item>.timeline-event:after {
		right: auto !important;
		border-left-width: 0 !important;
	}

	.timeline.timeline .timeline-item>.timeline-event:before {
		left: -15px !important;
		border-right-width: 15px !important;
	}

	.timeline.timeline .timeline-item>.timeline-event:after {
		left: -14px !important;
		border-right-width: 14px !important;
	}

	.timeline.timeline .timeline-item>.timeline-point {
		transform: translateX(-50%);
		left: 42px !important;
		margin-left: 0;
	}

	.timeline.timeline .timeline-label {
		transform: translateX(-50%);
		margin: 0 0 20px 42px;
	}

	.timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.timeline.timeline {
		width: 100%;
		max-width: 100%;
	}

	.timeline.timeline .timeline-item {
		padding-left: 72px;
		padding-right: 0;
	}

	.timeline.timeline .timeline-item.timeline-item-right,
	.timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
		padding-left: 72px;
		padding-right: 0;
	}

	.timeline.timeline .timeline-item .timeline-event {
		width: 100%;
	}

	.timeline.timeline:before {
		left: 42px;
		width: 0;
		margin-left: -1px;
	}

	.timeline.timeline .timeline-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.timeline.timeline .timeline-item:nth-of-type(even) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
	.timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right),
	.timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-item>.timeline-event {
		float: right !important;
	}

	.timeline.timeline .timeline-item>.timeline-event:before,
	.timeline.timeline .timeline-item>.timeline-event:after {
		right: auto !important;
		border-left-width: 0 !important;
	}

	.timeline.timeline .timeline-item>.timeline-event:before {
		left: -15px !important;
		border-right-width: 15px !important;
	}

	.timeline.timeline .timeline-item>.timeline-event:after {
		left: -14px !important;
		border-right-width: 14px !important;
	}

	.timeline.timeline .timeline-item>.timeline-point {
		transform: translateX(-50%);
		left: 42px !important;
		margin-left: 0;
	}

	.timeline.timeline .timeline-label {
		transform: translateX(-50%);
		margin: 0 0 20px 42px;
	}

	.timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}

	.timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
		margin-top: 0;
	}
}

/*************Honor********************/
.wrap-honor .item {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.wrap-honor .item {
		margin-top: 20px;
	}
}

.wrap-honor .item .img-box {
	padding-bottom: 66.66666667%;
}

.wrap-honor .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.wrap-honor .item p {
	line-height: 1.71428571;

	display: -webkit-box;
	overflow: hidden;

	height: 24px;
	margin: 14px 0 0 0;

	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wrap-honor .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wrap-honor .item:hover p {
	color: #23539b;
}

.content_c {
	background-color: #dbdbdb;
}

.content_c ol li {
	border-bottom: 1px #dbdbdb dotted;
	display: block;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

.content_c ol .col-md-3 {
	color: #1858b2;
}

.img_section {
	text-align: center;
	min-height: 250px;
}

.img_section img {
	padding: 5px;
	width: expression_r(this.width > 300 && this.height < this.width ? 300:true);
	width: 300px;
	width: auto;
	height: expression_r(this.height >180 ? 180:true);
	height: 180px;
	margin: 0 auto;
	border: 1px #d1d1d1 solid;
}

.img_section_txt {
	padding: 10px 0;
}

/***************page分页******************/
#pages {
	text-align: center;
}

.text-c a {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 3px;
}

.text-c span {
	padding: 5px 10px;
	background: #777;
	color: white;
}

/***************Newslist******************/
.news-list .img-box {
	z-index: 2;

	padding-bottom: 75.55555556%;

	border-radius: 4px;
}

.news-list li {
	margin-bottom: 40px;
}

@media (max-width: 480px) {
	.news-list li {
		width: 100%;
		margin-bottom: 30px;
	}
}

.news-list .item {
	position: relative;
	z-index: 2;

	overflow: hidden;

	padding: 20px 25px 25px;

	-webkit-transition: .2s;
	transition: .2s;

	border: 1px solid #e2e2e2;
	background-color: #f9fafb;
}

@media (min-width: 1200px) {
	.news-list .item img {
		-webkit-transition: transform .7s;
		-webkit-transition: -webkit-transform .7s;
		transition: -webkit-transform .7s;
		transition: transform .7s;
		transition: transform .7s, -webkit-transform .7s;
	}

	.news-list .item:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (min-width: 1200px) {
	.news-list .item:hover {
		background-color: #8dc21f;
	}

	.news-list .item:hover *,
	.news-list .item:hover .date {
		color: #fff;
	}
}

.news-list .item .intro {
	overflow: hidden;

	padding: 25px 20px 30px;
}

@media (max-width: 767px) {
	.news-list .item .intro {
		padding: 25px 20px 30px;
	}
}

.news-list .item h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;

	display: -webkit-box;
	overflow: hidden;

	height: auto;
	height: 52px;
	margin: 25px 0 20px;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list .item p {
	line-height: 1.85714286;

	display: -webkit-box;
	overflow: hidden;

	height: 52px;
	margin: 0;

	color: #888;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list .item .info {
	overflow: hidden;

	margin-top: 30px;
	padding-top: 20px;

	border-top: 1px solid #d8d8d8;
}

.news-list .item .date {
	float: left;

	color: #0984f3;
}

.news-list .item .date:before,
.news-list .item .date span {
	display: inline-block;

	vertical-align: middle;
}


.news-list .item .date span {
	font-weight: bold;
}

.news-list .item .more {
	float: right;

	color: #666;
}

@media (max-width: 1199px) {
	.news-list .item .more a:active {
		color: #0984f3;
	}
}

.news-wrap .news-list {
	padding-top: 5px;
}

.news-wrap .page {
	padding-top: 20px;
}

@media (max-width: 991px) {
	.news-wrap .page {
		padding-top: 0;
	}
}

.news-details-wrap .news-title {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.news-details-wrap .news-title {
		margin-bottom: 20px;
	}
}

.news-details-wrap .news-title h1 {
	font-size: 30px;
	font-weight: bold;

	margin: 0 0 20px;
}

@media (max-width: 991px) {
	.news-details-wrap .news-title h1 {
		font-size: 26px;

		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.news-details-wrap .news-title h1 {
		font-size: 22px;
	}
}

.news-details-wrap .news-title .date {
	font-weight: 300;

	color: #0984f3;
}

.news-details-wrap .news-title .date:before,
.news-details-wrap .news-title .date span {
	display: inline-block;

	vertical-align: middle;
}


.news-details-wrap .news-title .date span {
	font-weight: bold;
}

.news-details-wrap .intro img,
.news-details-wrap .intro iframe {
	max-width: 100%;
	height: auto !important;
}

.news-details-wrap .intro p {
	line-height: 2.14285714;

	margin: 0;

	/*text-indent: 2em;*/

	color: #888;
}

.news-details-wrap .news-page {
	overflow: hidden;

	margin-top: 30px;
}

@media (max-width: 767px) {
	.news-details-wrap .news-page {
		margin-top: 25px;
	}
}

@media only screen and (min-width: 1200px) {
	.news-details-wrap .news-page a:hover {
		text-decoration: underline;

		color: #0984f3;
	}
}

@media (max-width: 1199px) {
	.news-details-wrap .news-page a:active {
		text-decoration: underline;

		color: #0984f3;
	}
}

.news-details-wrap .news-page p {
	overflow: hidden;

	margin: 0;

	white-space: nowrap;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
	.news-details-wrap .news-page p {
		font-size: 16px;
	}
}

.news-details-wrap .news-page .next {
	margin-top: 15px;
}

/**新闻列表分页**/
.pagelist {
	text-align: center;
}

.pagelist li {
	display: inline-block;

	margin: 3px 3px 0;
}

@media (max-width: 767px) {
	.pagelist li {
		margin: 3px 1px 0;
	}
}

.pagelist li a,
.pagelist li span {
	font-size: 16px;
	line-height: 33px;

	display: block;

	width: 35px;
	height: 35px;

	cursor: pointer;
	text-align: center;
	vertical-align: middle;

	color: #666;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	background: none;
}

@media (max-width: 991px) {

	.pagelist li a,
	.pagelist li span {
		line-height: 28px;

		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767px) {

	.pagelist li a,
	.pagelist li span {
		font-size: 12px;
		line-height: 23px;

		width: 25px;
		height: 25px;
		margin: 0 1px;
	}
}

.pagelist li.prev a:before,
.pagelist li.next a:before,
.pagelist li.prev span:before,
.pagelist li.next span:before {
	font-family: 'iconfont' !important;
	font-style: normal;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagelist li.prev a:before,
.pagelist li.prev span:before {
	content: '\e9b5';
}

.pagelist li.next a:before,
.pagelist li.next span:before {
	content: '\e72f';
}

.pagelist li.active a,
.pagelist li.active span {
	color: #fff;
	border-color: #0984f3;
	background-color: #0984f3;
}

@media (min-width: 1200px) {

	.pagelist li a,
	.pagelist li span {
		-webkit-transition: .3s;
		transition: .3s;
	}

	.pagelist li:hover a,
	.pagelist li:hover span {
		color: #fff;
		border-color: #0984f3;
		background-color: #0984f3;
	}
}

@media (max-width: 1199px) {

	.pagelist li:active a,
	.pagelist li:active span {
		color: #fff;
		border-color: #0984f3;
		background-color: #0984f3;
	}
}

/* innovation */
.keyan {
	margin-left: -15px;
	margin-right: -15px;
}

/* .keyan .cul {
	padding-left: -15px;
	padding-right: -15px;
} */

.keyan h2.keyan-title {
	font-size: 28px;
	font-family: "Roboto";
	color: #093EB6;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 25px;
}

.keyan h4.keyan-subtitle {
	font-size: 20px;
	font-family: "Roboto";
	color: rgb(76, 79, 84);
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 15px;
}

.keyan-video {
	text-align: right;
}

.keyan-video img {
	border: 10px solid #f9f9f9;
	box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

@media all and (max-width: 767px) {
	.keyan-video {
		text-align: left;
	}
}


/*keyan stats section*/
.stats {
	margin-top: 30px;
}

section.about-stats {
	padding-top: 0;
}

.row.stats.stats-2 {
	background: #f4f5f8;
}

.row.stats.stats-2>div {
	padding: 30px 20px 40px 50px;
	border: 1px solid #e9ebef;
}

.row.stats.stats-2>div:first-child {
	border-top: 0;
	border-left: 0;
}

.row.stats.stats-2>div:nth-child(2) {
	border-top: 0;
	border-right: 0;
}

.row.stats.stats-2>div:nth-child(3) {
	border-left: 0;
	border-bottom: 0;
}

.row.stats.stats-2>div:nth-child(4) {
	border-right: 0;
	border-bottom: 0;
}

@media (max-width: 1099px) {
	.row.stats.stats-2>div {
		padding: 30px 20px;
	}
}

/*****/
section.home-stats {
	background: #f4f5f8;
	padding: 30px 0;
}

.row.stats>div {
	padding: 20px 15px;
	border-left: 1px solid #dee0e5;
}

.row.stats>div:first-child {
	border-left: none;
}

.row.stats>div:after {
	display: block;
	content: "";
	clear: both;
}

.stats img {
	float: left;
	padding-right: 12px;
	width: 80px;
	height: 70px;
}

.stats-info h4.counter {
	font-size: 36px;
	font-family: "Roboto";
	color: #093eb6;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}

.stats-info {
	float: left;
}

.stats-info p {
	margin-bottom: 0;
}

@media all and (max-width: 1099px) {
	.stats img {
		float: none;
		display: inline-block;
		padding: 0;
	}

	.row.stats {
		text-align: center;
	}

	.stats-info {
		float: none;
		display: block;
		margin-top: 20px;
	}
}

@media all and (max-width: 991px) {
	section.home-stats {
		padding: 0;
	}

	.row.stats>div {
		padding: 30px 20px;
		border-bottom: 1px solid #dee0e5;
		border-left: 1px solid #dee0e5;
	}

	.row.stats>div:nth-child(3),
	.row.stats>div:nth-child(4) {
		border-bottom: 0;
	}
}

@media all and (max-width: 480px) {
	.row.stats>div {
		float: none;
		display: block;
		width: 100%;
	}

	.row.stats>div:nth-child(3) {
		border-bottom: 1px solid #dee0e5;
	}
}

/*********************************/
.wrap-job .job
{
    margin-top: 30px;
}
.wrap-job .job ul li
{
    overflow: hidden;
}
.wrap-job .job ul li:first-child
{
    background-color: #8dc21f;
}
.wrap-job .job ul li:first-child .item p
{
    padding: 10px 50px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li:first-child .item p
    {
        padding: 10px;
    }
}
.wrap-job .job ul li:first-child .item p:nth-child(5)
{
    padding: 10px 10px;
}
.wrap-job .job ul li .item
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    cursor: pointer;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-job .job ul li .item p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    width: 24%;
    margin: 0;
    padding: 25px 50px;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .item p
    {
        font-size: 14px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .item p
    {
        font-size: 13px;

        width: 20%;
    }
    .wrap-job .job ul li .item p:nth-child(4)
    {
        width: 32%;
    }
}
.wrap-job .job ul li .item p:nth-child(5)
{
    width: 4%;
    padding: 25px 10px;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .item p:nth-child(5)
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .item p:nth-child(5)
    {
        width: 8%;
    }
}
.wrap-job .job ul li .text
{
    display: none;

    padding: 24px 50px;

    text-align: left;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .text
    {
        padding: 20px 10px;
    }
}
.wrap-job .job ul li .text h3
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #23539b;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .text h3
    {
        font-size: 15px;
    }
}
.wrap-job .job ul li .text p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .text p
    {
        font-size: 13px;
    }
}
.wrap-job .job ul li.current
{
    position: relative;
    z-index: 2;
}
.wrap-job .job ul li.current .item
{
    border-bottom: 1px solid #23539b;
}
.wrap-job .job ul li.current .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #8dc21f;
}
.wrap-job .download
{
    max-width: 810px;
    margin-top: 70px;
    padding: 34px 40px;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-job .download
    {
        margin-top: 50px;
        padding: 30px 15px;
    }
}
.wrap-job .download a.down
{
    line-height: 50px;

    display: inline-block;

    margin-right: 20px;
    padding: 0 26px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    color: #fff;
    background-color: #8dc21f;
}
.wrap-job .download a.down:hover
{
    background-color: #8dc21f;
	opacity: 0.8;
}
.wrap-job .download p
{
    line-height: 2;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-job .download p
    {
        display: block;

        margin-top: 10px;
    }
}
.wrap-job .download p span
{
    color: #23539b;
}
.wrap-job .download p a
{
    color: #23539b;
}
.wrap-job .download p a:hover
{
    text-decoration: underline;
}
/*********************************/
.wrap-group .group-link
{
    margin-top: 30px;
}
.wrap-group .group-link a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    color: #0054a5;
}
.wrap-group .group-link a span
{
    font-size: 18px;
    font-weight: normal;

    margin-right: 10px;

    text-decoration: underline;
}
/******contact************/
.wrap-contact .text
{
    margin-top: 50px;
}
.wrap-contact .text h3
{
    font-size: 20px;
    line-height: 1.66666667;

    margin: 0;

    color: #23539b;
}
.wrap-contact .text p
{
    line-height: 24px;

    position: relative;

    display: table;
    overflow: hidden;

    width: 100%;
    margin-top: 14px;
}
.wrap-contact .text p span
{
    display: table-cell;

    padding-left: 20px;

    vertical-align: middle;
}
.wrap-contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 46px;

    display: table-cell;

    width: 46px;
    height: 46px;

    content: '\e739';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #84ccc9;
}
.wrap-contact .text p.phone:before
{
    content: '\e683';

    color: #f29c9f;
    border-color: #f29c9f;
}
.wrap-contact .text p.tel:before
{
    font-size: 18px;

    content: '\e625';

    background-color: #89c997;
}
.wrap-contact .text p.fax:before
{
    content: '\e6d3';

    background-color: #facd89;
}
.wrap-contact .text p.website:before
{
    content: '\e618';

    background-color: #8c97cb;
}
.wrap-contact .text p.email:before
{
    content: '\e6a4';

    background-color: #32b16c;
}
.wrap-contact .text p a:hover
{
    text-decoration: underline;

    color: #23539b;
}
.wrap-contact .map
{
    overflow: hidden;

    height: 350px;
    margin-top: 50px;
}

/***********************/
/*css scott style pagination*/
.scott {padding:3px;margin:13px;text-align:center;}
.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}