@charset "UTF-8";

/*!
 * home.css
*/
html,
body {
	min-width: 320px;
	overflow-x: hidden;
	font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
	color: #2a333c;
	background-color: #f2f2f2;
}

/* 设置选择文字及背景颜色 */
::selection {
	background-color: #3dac49;
	color: #FFF
}

::-moz-selection {
	background-color: #3dac49;
	color: #FFF
}



.ai-list-show {
	height: 337px;
}

.h2-icon {
	margin-right: 8px;
	font-size: 20px;

	/* color: #3dac49;
	     text-shadow: none;
	      background-image: -webkit-linear-gradient(45deg, #3dac49, #177170 50%, #1f8d85);
		      -webkit-background-clip: text;
		      -webkit-text-fill-color: transparent; */
}

.smallfont {
	color: #8a8a8a;
	margin-top: 10px;
	text-align: left;
	/* word-break: keep-all; */
}

.equipment-img {
	height: 200px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.sub-banner {
	position: absolute;
	top: 30%;
	text-align: left;
	width: 100%;
}

.sub-banner-solg {
	color: #ffffff;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 6px;
}

.sub-banner-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}

.sub-banner-line {
	width: 100%;
}

.sub-banner-linep {
	display: inline-block;
	height: 1px;
	width: 60px;
	background-color: white;
	margin: 30px 0;
}

.sub-banner-mean {
	color: #ffffffc7;
	font-size: 14px;
	font-weight: 300;
}

.slide-image {
	min-width: 680px;
	width: 100%;
	min-height: 300px;
	max-height: 500px;
	vertical-align: middle;
	text-align: center;
}

.news-list-view .content p {
	text-indent: 2em
}

.morebox {
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	border: #aaaaaa 1px solid;
	/* margin: 0 15px; */
	display: inline-block;
	position: absolute;
	padding: 6px 50px;
	color: #848484;
	bottom: 0;
}

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

.sub-banner-text {

	flex-direction: row-reverse;
}

.flex_tretch {
	display: flex;
	display: -webkit-flex;
	align-items: tretch;
}

.fontcolor6 {
	color: #666666;
	line-height: 28px;
	height: 223px;
}

.parter-wp {
	background-color: #ffffff;
}

.cus-img {
	max-width: 360px;
	max-height: 250px;
}

.parter-wp a {
	display: inline-block;
}

.parter-wp img {
	display: inline-block;
	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-o-filter: grayscale(100%);

	filter: grayscale(100%);

	filter: gray;

}

.parter-wp span {
	margin: 0 20px;
	color: #999999;
}

.home_partner {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.partner-flex {
	margin: 20px 0;

	display: inline-block;
	text-align: center;
}

.flexcenter {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flexcenterflow-root {
	display: flow-root;
	justify-content: space-between;
}

.parter-wp img:hover {
	display: inline-block;
	-webkit-filter: none;

	-moz-filter: none;

	-ms-filter: none;

	-o-filter: none;

	filter: none;

	filter: none;
}

.morebox:hover {
	color: #fff;
	border-color: #3dac49;
	background-color: #3dac49;
}

.control-ai-max {
	padding: 80px 0;
	background-color: #f2f2f2;
}

.footer {
	background-color: #ffffff;
	border-top: 1px solid #eeeeee;
}

.boder-box {
	border: #eeeeee 1px solid;
	padding: 30px 40px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-bottom: 24px;
}

.boder-box:after {
	content: "";
	border-color: #3dac49;
	background-color: #3dac49;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.boder-box:hover {
	color: #fff;
	transition: 0.1s;
}

.boder-box:hover:after {
	opacity: 1;
	z-index: 1;
}

.boder-box:hover img:nth-of-type(2) {
	display: block;

}

.boder-box img:nth-of-type(2) {
	display: none;

}

.boder-box img:nth-of-type(1) {
	display: block;

}

.boder-box:hover img:nth-of-type(1) {
	display: none;

}

.boder-box-img {
	display: block;
	position: relative;
	z-index: 10;
}

.boder-box-text p {

	margin-bottom: 0;
	padding: 2px 0;
}

.boder-box-text {
	position: relative;
	z-index: 10;
	margin-left: 24px;
}

.boder-box-textTitle {
	font-size: 18px;

}

/* .boder-box-textCon{
color: #666666;
} */
.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.pr {
	position: relative !important;
}

.pa {
	position: absolute !important;
}

.fclear {
	clear: both !important;
}

.fhand {
	cursor: pointer !important;
}

.px10 {
	font-size: 10px !important;
}

.px11 {
	font-size: 11px !important;
}

.px12 {
	font-size: 12px !important;
}

.px13 {
	font-size: 13px !important;
}

.px14 {
	font-size: 14px !important;
}

.px16 {
	font-size: 16px !important;
}

.px18 {
	font-size: 18px !important;
}

.px20 {
	font-size: 20px !important;
}

.px24 {
	font-size: 24px !important;
}

.px28 {
	font-size: 28px !important;
}

.px70 {
	font-size: 70% !important;
}

.px80 {
	font-size: 80% !important;
}

.px90 {
	font-size: 90% !important;
}

.em18 {
	font-size: 1.8em !important;
}

.em24 {
	font-size: 2.4em !important;
}

.fweight {
	font-weight: 700 !important;
}

.Georgia {
	font-family: Georgia !important;
}

.noFweight {
	font-weight: normal !important;
}

.c_fff {
	color: #fff !important;
}

.c_06f {
	color: #0066ff !important;
}

.c_f30 {
	color: #ff3300 !important;
}

.c_f06 {
	color: #ff0066 !important;
}

.c_aaa {
	color: #aaa !important;
}

.c_red {
	color: red !important;
}

.c_green {
	color: green !important;
}

.c_orange {
	color: #F60 !important;
}

.c_blue {
	color: blue !important;
}

.c_gray {
	color: #666 !important;
}

/* box */
.box-a,
.box-b,
.box-c,
.box-d,
.box-e,
.box-f,
.box-g,
.box-h,
.box-i,
.box-k {
	color: #fff !important;
}

.box-a {
	background-color: #009688;
}

.box-b {
	background-color: #5FB878;
}

.box-c {
	background-color: #393D49;
}

.box-d {
	background-color: #1E9FFF;
}

.box-e {
	background-color: #F7B824;
}

.box-f {
	background-color: #FF5722;
}

.box-g {
	background-color: #01AAED;
}

.box-h {
	background-color: #2F4056;
}

.box-i {
	background-color: #fff;
}

.box-j {
	background-color: #e5e5e5;
}

.box-k {
	background-color: #19bca1;
}

.box-a .tips,
.box-b .tips,
.box-c .tips,
.box-d .tips,
.box-e .tips,
.box-f .tips,
.box-g .tips,
.box-h .tips,
.box-i .tips,
.box-j .tips,
.box-k .tips {
	opacity: 0.8;
}

.notdata {
	padding: 15px;
	display: block;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
	letter-spacing: 4px;
	border: 1px solid #e6e6e6;
	background-color: #f2f2f2;
	border-radius: 0 2px 2px 0;
}

.m-r-5 {
	margin: 5px !important;
}

.m-10 {
	margin: 10px !important;
}

.m-lr-10 {
	margin: auto 10px !important;
}

.m-tb-10 {
	margin: 10px auto !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-15 {
	margin: 15px !important;
}

.m-lr-15 {
	margin: auto 15px !important;
}

.m-tb-15 {
	margin: 15px auto !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.pd-10 {
	padding: 10px !important;
}

.pd-lr-10 {
	padding: 0 10px !important;
}

.pd-tb-10 {
	padding: 10px 0 !important;
}

.pd-t-10 {
	padding-top: 10px !important;
}

.pd-b-10 {
	padding-bottom: 10px !important;
}

.pd-l-10 {
	padding-left: 10px !important;
}

.pd-r-10 {
	padding-right: 10px !important;
}

.pd-15 {
	padding: 15px !important;
}

.pd-lr-15 {
	padding: 0 15px !important;
}

.pd-tb-15 {
	padding: 15px 0 !important;
}

.pd-t-15 {
	padding-top: 15px !important;
}

.pd-b-15 {
	padding-bottom: 15px !important;
}

.pd-l-15 {
	padding-left: 15px !important;
}

.pd-r-15 {
	padding-right: 15px !important;
}

.vcenter {
	vertical-align: middle;
}

.banner-solg {
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
}

.banner-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
}

.banner-line {
	height: 3px;
	width: 60px;
	background-color: white;
	margin: 40px auto;
}

.banner-mean {
	color: #ffffffc7;
	font-size: 16px;
	font-weight: 300;
}

.col-auto {
	overflow: hidden;
	_zoom: 1;
	_float: left;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 表单input框焦点 */
.input-group-addon,
.form-control {
	border-radius: 0;
}

.support .input-group-addon {
	border-radius: 4px;
}
.btn-primary:hover{
	background-color: #106564;
}
.support .form-control {
	border-radius: 4px;
	border: 1px solid #ebebeb;
	min-height: 40px;
	margin-bottom: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:hover,
.form-control:hover {
	border-color: #d9993d !important;
}

.form-control:focus,
.form-control:focus {
	border-color: #d9993d !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 153, 61, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 153, 61, .6);
}

.alert-ie {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	text-align: center;
}

.cover {
	overflow: hidden;
}

.navbar-mask {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .2);
}


header.navbar-shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

header>#header {
	height: 40px;
	-webkit-transition: background cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
	transition: background cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
	overflow: hidden;
}

header>#header img {
	max-width: 20px;
}

header>#header .tel {
	line-height: 40px;
	font-size: 13px;
	color: #959595;
}

header>#header .tel em {
	color: #027938;
	font-weight: 700;
	font-style: normal;
}

header>#header .right li {
	display: inline-block;
	line-height: 40px;
	margin-left: 30px;
	position: relative;
	list-style: none;
}

header>#header .right li>a:after {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
	height: 2px;
	background-color: #3dac49;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: 1;
	border: none;
	margin: 0;
}

header>#header .right li>a:hover:after {
	width: 100%;
}

header>#header .right li i {
	color: #027938;
}

header>#header .right li span {
	font-size: 14px;
	color: #555555;
	font-weight: 700;
	margin-left: 2px;
	display: inline-block;
}

header>.navbar {
	margin: 0;
	/* height:100px; */
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

header>.navbar button.navbar-toggler {
	float: right;
	width: 50px;
	height: 50px;
	line-height: normal;
	color: #76838f;
	border: 0;
	background: #ffffff;
}

header>.navbar button.navbar-toggler:focus {
	outline: 0;
}

header>.navbar-inverse .navbar-collapse,
header>.navbar-inverse .navbar-form {
	border: 0;
}

header>.navbar .navbar-brand {
	padding: 0 15px;
	color: #4a7803;
}

header>.navbar .navbar-brand:hover {
	color: #4a7803;
}

header>.navbar .navbar-brand strong {
	font-size: 28px;
	display: inline-block;
}

header>.navbar .navbar-brand img {
	display: inline-block;
}

.navbar-collapse-toolbar .nav-item.dropdown>.dropdown-toggle::after {
	margin-top: -3px;
	margin-right: 0;
	margin-left: .3em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	vertical-align: middle;
	border-top: .286rem solid;
	border-right: .286rem solid transparent;
	border-left: .286rem solid transparent;
}

.navbar-collapse-toolbar .navbar-nav>li>a {
	color: #666 !important;
}

.navbar-collapse-toolbar .navbar-nav>li>a:focus,
.navbar-collapse-toolbar .navbar-nav>li>a:hover {
	color: #fff !important;
	background-color: #3dac49 !important;
	background-image: -webkit-linear-gradient(45deg, #1f8d85, #177170 50%, #3dac49) !important;
	border-radius: 20px;
}

.navbar-collapse-toolbar .navbar-nav>.open>a,
.navbar-collapse-toolbar .navbar-nav>.open>a:focus,
.navbar-collapse-toolbar .navbar-nav>.open>a:hover {
	color: #fff !important;
	background-color: #3dac49 !important;
	background-image: -webkit-linear-gradient(45deg, #1f8d85, #177170 50%, #3dac49) !important;
	border-radius: 20px;
}

.navbar-collapse-toolbar .dropdown-menu>li>a {
	margin: 0 15px;
	padding: 8px 10px;
	/* color: #3dac49; */
	/* border-bottom: 1px dashed #bebebe; */
}

.navbar-collapse-toolbar .dropdown-menu>li>a:focus,
.navbar-collapse-toolbar .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #3dac49;
}

.navbar-collapse-toolbar .navbar-nav>li>a.btn-login {
	margin-left: 30px;
	text-decoration: none;
	border: 0;
	font-size: 14px;
	color: #fff !important;
	border-radius: 20px;
	display: inline-block;
	background-color: #3dac49;
	vertical-align: middle;
	z-index: 61;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-image: -webkit-linear-gradient(45deg, #3dac49, #177170 50%, #1f8d85);
}

.navbar-collapse-toolbar .navbar-nav>li>a.btn-login:hover {
	background: #53690E;
}

.navbar-collapse-toolbar .navbar-nav>li>a.btn-login:focus {
	outline: 0;
}

.control-ai {
	padding: 80px 0;
	background-color: #f2f2f2;
}

.control-ai .head>.title {
	margin: 0 0 10px;
	color: #2a333c;
	font-weight: 300;
	font-size: 2.143rem;
}

.control-ai .head>p {
	color: #8a8a8a;
	margin: 0 0 50px;
}

.control-ai .container>.row {
	margin-right: -10px;
	margin-left: -10px;
}

/* .control-ai .ai-list>[class^=col-] {float: left;width: 228px;} */
/* .control-ai .ai-list{ display: flex; display: -webkit-flex;;} */
.control-ai .ai-list>[class^=col-] {
	padding-right: 30px;
	padding-left: 30px;
}

.control-ai .ai-list>[class^=col-]>a {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.control-ai .ai-list>[class^=col-]>a>h4 {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	text-shadow: none;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #2a333c;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	text-align: center;
	width: 100%;
}

.control-ai .ai-list>[class^=col-]>a>h4:before {
	position: absolute;
	left: 0;
	content: "";
	bottom: -1px;
	width: 10px;
	height: 1px;
	background-color: #2a333c;
	margin-top: 46px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
}

.control-ai .ai-list>[class^=col-]>a>p {
	color: #8a8a8a;
	margin-top: 10px;
	text-align: left;
}

.control-ai .ai-list>[class^=col-]>a:hover {
	text-decoration: none;
}

.control-ai .ai-list>[class^=col-]>a:hover h4 {
	color: #038a03;
}

.control-ai .ai-list>[class^=col-]>a:hover h4:before {
	width: 100%;
	background-color: #038a03;
}

.home_case .swiper-wrappert .margin-bottom20 {
	padding-bottom: 30px;
}

.control-propaganda.control-ai .ai-list>[class^=col-] {
	width: 20%;
	padding: 0;
}

.control-propaganda.control-ai .ai-list>[class^=col-]>a {
	margin: 0 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.control-propaganda.control-ai .ai-list>[class^=col-]>a>img {
	width: 100%;
}

.control-propaganda.control-ai .ai-list>[class^=col-]>a:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.control-propaganda.control-ai .ai-list>[class^=col-]>a>h4 {
	text-align: center;
	color: #038a03;
	font-size: 18px;
}

.control-propaganda.control-ai .ai-list>[class^=col-]>a>h4:before {
	position: static !important;
}

.control-propaganda.control-ai .ai-list>[class^=col-]>a>p {
	padding: 0 8px;
	font-size: 13px;
	height: 105px;
}

.main-index-body {
	padding: 50px 0 50px 0;
	background: #fff;
}

.main-index-body:nth-of-type(odd) {
	background: #f5f5f5;
}

.main-index-body h3 {
	font-size: 22px;
	margin-top: 0;
	text-align: left;
	font-weight: 700;
}

.main-index-body h3 a {
	color: #2a333c;
}

.main-index-body h3:after {
	background: #3dac49 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 2px;
	width: 50px;
	margin-left: 10px;
}

.main-index-body p.desc {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #8d8d8d;
	margin: 0 auto;
	margin-bottom: 6px;
	margin-bottom: 47px;
}

.main-index-service .row>[class^=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.main-index-service a {
	text-decoration: none;
}

.main-index-service .single-service-item {
	border: 1px solid #d7d7d7;
	margin-bottom: 30px;
	position: relative;
	height: 115px;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.main-index-service .single-service-item:before {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.main-index-service .single-service-item:hover:before {
	background: #3dac49;
}

.main-index-service .service-left-bg {
	background: #ececec none repeat scroll 0 0;
	border-right: 1px solid #d7d7d7;
	float: left;
	height: 100%;
	position: absolute;
	overflow: hidden;
	width: 45px;
}

.main-index-service .service-icon {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	margin-top: 25px;
	width: 61px;
	height: 61px;
	background: #1f8d85;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
}

.main-index-service .service-icon i,
.main-index-service .service-icon i:before {
	font-size: 33px;
	color: #fff;
	line-height: 61px;
	margin: 0;
}

.main-index-service .service-icon i,
.main-index-service .service-icon i:before {
	font-size: 33px;
	color: #fff;
	line-height: 61px;
	margin: 0;
}

.main-index-service .service-text {
	overflow: hidden;
	padding-top: 15px;
	padding-right: 10px;
	position: relative;
}

.main-index-service .service-text h4 {
	color: #37474f;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}

.main-index-service .service-text p {
	color: #777;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}

.main-index-service .single-service-item:hover .service-text h4,
.main-index-service .single-service-item:hover .service-text p {
	color: #fff;
}

.main-index-bottomcontact {
	background: #3dac49 left top no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0;
}

.main-index-bottomcontact .has-skew {
	position: relative;
	padding: 38px 0;
	padding-left: 85px;
}

.main-index-bottomcontact .has-skew * {
	position: relative;
}

.main-index-bottomcontact .has-skew:before {
	content: '';
	background: #1f8d85;
	width: 5000px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: skew(-38deg);
	-ms-transform: skew(-38deg);
	transform: skew(-38deg);
}

.main-index-bottomcontact h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.main-index-bottomcontact p {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 23px;
}

.main-index-bottomcontact p b {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	margin-right: 10px;
}

.main-index-bottomcontact p.has-btn {
	display: inline-block;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 5px;
}

.main-index-bottomcontact p.has-btn a.tel {
	color: #fff;
}

.main-index-bottomcontact a.contact-button {
	margin-left: 20px;
}

.ecofootbg {
	background: #222;
}

.ecofootbg .main-footnav-eco {
	border: 0;
	background: #282828;
	padding: 20px 0;
}

.main-footnav-eco .contact a {
	display: inline-block;
	color: #e0e1e1;
	margin: 0 60px;
	font-size: 18px;
}

.ecofootbg footer {
	border: 0;
	padding: 20px 0 20px 0;
	color: #aaa;
}

#wp_partner {
	background: #ececec;
	padding-bottom: 35px;
}

#wp_partner .partner {
	width: 1190px;
	margin: 0 auto;
}

#wp_partner .partner h2 {
	margin: 0;
	padding: 0;
	height: 124px;
	background: url("../img/partner.png") no-repeat center center;
}

#wp_partner .partner a {
	margin: 5px 4px;
	display: inline-block;
}

#wp_partner .partner img {
	border: 1px solid #e4e4e4;
	width: 186px;
}

.btn-outline.btn-default,
.btn-primary,
.btn-outline.btn-inverse {
	background: #177170;
	border-color: #FFFFFF !important;
	color: #FFFFFF !important;
	border-radius: 4px;
}

.main-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.main-scroll-top.btn-primary:hover {
	background-color: #1f8d85;
}

/* banner photo */
.neap-banner {
	position: relative;
}

.neap-banner>img {
	max-width: 100%;
	min-height: 100px;
}

.neap-banner>.neap-banner-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.neap-banner>.neap-banner-text>.container {
	height: 100%;
	display: table;
	text-align: center;
}

.neap-banner>.neap-banner-text .neap-banner-text-con {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.neap-banner-text-con h3 {
	margin: 0;
	font-size: 2vw;
	font-weight: 600 !important;
}

.neap-banner-text-con p {
	font-size: 1.5vw;
	margin: 20px 0 0;
}

.ulstyle {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.list-icons {
	margin-left: 0;
	padding-left: 10px;
	list-style: none
}

.list-icons>li {
	margin-top: 6px
}

.list-icons>li:first-child {
	margin-top: 0
}

.list-icons>li i {
	float: left;
	width: 1em;
	margin: 0 6px 0 0
}

/* page style */
.pagination>li>a,
.pagination>li>span {
	padding: 10px 20px;
}

.page>.pagination>li>a,
.page>.pagination>li>span {
	color: #177170;
}

.page>.pagination>.active>a,
.page>.pagination>.active>a:focus,
.page>.pagination>.active>a:hover,
.page>.pagination>.active>span,
.page>.pagination>.active>span:focus,
.page>.pagination>.active>span:hover {
	color: #fff;
	background-color: #3cac49;
	border-color: #3cac49;
}

.page>.pagination>li:last-child>a,
.page>.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page>.pagination>li:first-child>a,
.page>.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.site_post{
	background: #ffffff;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
.site_post>.details-title {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
}

.site_post>.details-title>.info {
	color: #999;
	font-size: 16px;
}

.site_post>.content * {
	max-width: 100% !important;
	line-height: 1.8;
	font-size: 16px;
	word-wrap: break-word !important;
}
.site_post>.content img {
	width: 80%;
    display: block;
    margin: 30px auto;
}
.site_post>.content  {
	text-indent: 2em;
    display: inline-block;
    overflow: hidden;
}


.site_post>.next-news {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #cecece;
}

.news-list>.next-news a {
	display: inline-block;
	width: 49%;
}

@media (max-width: 990px) {
	.banner-solg {
		font-size: 28px;
	}

	.banner-title {
		font-size: 14px;
	}

	.banner-line {
		display: none;
	}

	.banner-mean {
		margin-top: 12px;
		font-size: 12px;
	}

	.control-ai .head>.title {
		margin: 18px 0 10px;
	}

	.slide-image {
		min-width: 680px;
		min-height: 300px;
	}

	#wp_partner .partner {
		width: 100%;
	}

	#wp_partner .partner a {
		margin: 5px auto;
		display: block;
		text-align: center;
	}
}

.containerdelet {
	padding-right: 0px;
	padding-left: 0px;
}

.list-title {
	margin-bottom: 54px;
	margin-top: 0px;
	color: #2a333c;
	font-weight: 300;
	font-size: 2.143rem;

}

@media (max-width: 719px) {
	header>#header .right li {
		margin-left: 0;
	}

	header>#header .right li span {
		font-size: 12px;
		font-weight: 400;
	}
}

@media (max-width:767px) {
	.axsstimg {
		width: 100%;
		max-height: 300px;
	}

	.morebox {
		display: none;
	}

	.control-ai .head>.title {
		font-size: 20px;
	}

	.containerindex {
		padding-left: 0;
		padding-right: 0;
	}

	.navfixed {
		margin-top: 70px;
		max-height: 500px;
	}

	header.head_nav {
		background: #fff;
		height: 70px;
	}

	.deeplogo a {
		width: 78%;
	}

	.deeplogo img {
		width: 380px;
	}



	.navbar-collapse-toolbar {
		margin-top: 10px;
		width: 100%;
		border-top: 1px solid #e4eaec !important;
		background: #f2f2f2;
	}

	.navbar-collapse-toolbar .navbar-nav>.open .dropdown-menu {
		background-color: #fff;
		padding-left: 20px;
	}

	.navbar-collapse-toolbar .navbar-nav>.open .dropdown-menu>a {
		display: block;
		padding: 5px;
	}

	.navbar-collapse-toolbar .navbar-nav>.open .dropdown-menu>li>a {
		color: #999;
	}

	.navbar-collapse-toolbar .navbar-nav>.open .dropdown-menu>li>a:focus,
	.navbar-collapse-toolbar .navbar-nav>.open .dropdown-menu>li>a:hover {
		background-color: #3dac49;
	}
}

@media (min-width:768px) {
	.navfixed {
		margin-top: 100px;
		max-height: 500px;
	}

	header.head_nav {
		background: #fff;
		min-height: 100px;
	}

	header>.navbar button.navbar-toggler {
		display: none;
	}

	header>.navbar-inverse .navbar-collapse {
		float: right;
		margin: 33px 10px 20px
	}

	.navbar-collapse-toolbar .navbar-nav>.open .dropdown-menu {
		top: 110%;
		padding: 10px 0;
	}

	.navbar-collapse-toolbar .navbar-nav>li>a {
		padding: 8px 20px;
		font-size: 16px;
	}

	.deeplogo a {
		width: 100%;
		margin-top: 16px;
	}

	.deeplogo img {
		width: 428px;
	}

}