@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 35px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #0062b3 !important;
	background-color: #0062b3;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #0062b3;
}

.text-primary {
	color: #0062b3;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #0062b3;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #323232;
}

.text-default {
	color: #f5f6f8;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #0062b3 !important;
	background-color: #0062b3 !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

body {
	color: #2c2c2c;
	font-family: '微软雅黑';
	font-size: 14px;
}

a {
	color: #323232;
}

a:hover {
	color: #0062b3;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-left-40 {
	padding-left: 40px;
}

.layui-btn {
	background-color: #0062b3;
}

.layui-btn-primary {
	background-color: #fff;
}

.layui-btn-warm {
	background-color: #FFB800;
}

.alert {
	padding: 10px;
	color: #999;
	overflow: hidden;
	border-radius: 3px;
}

.alert.alert-danger {
	background: #eee;
}

.alert.alert-info {
	background: #aaa;
}

.alert.alert-success {
	background: #323232;
}

.alert.alert-primary {
	background: #0062b3;
}

.alert .close {
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}
.hfade {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
/*
页面右侧在线咨询
 */
#servicebox {
	width: 40px;
	height: 130px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	margin-top: -65px;
	background: #0062b3;
}

#servicebox .ico {
	background: #333;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

#servicebox .ico .layui-icon {
	font-size: 25px;
}

#servicebox .text {
	color: #fff;
	padding: 7px 13px 0;
}

#servicebox:hover #servicer {
	display: block;
}

#servicer {
	width: 140px;
	height: 622px;
	position: absolute;
	right: 40px;
	top: 50%;
	z-index: 2;
	margin-top: -310px;
	background: #fff;
	display: none;
}

#servicer .title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ce5f54;
}

#servicer .title.bg2 {
	background: #1ebaa2;
}

#servicer ul {
	padding: 20px 0 20px 20px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#servicer ul li {
	position: relative;
	margin-bottom: 20px;
}

#servicer ul li:last-child {
	margin-bottom: 0;
}

#servicer ul li .pic img {
	width: 100px;
	height: 100px;
}

#servicer ul li .hover {
	position: absolute;
	right: 138px;
	top: 50%;
	margin-top: -60px;
	z-index: 2;
	display: none;
}

#servicer ul li .hover img {
	width: 120px;
	height: 120px;
}

#servicer ul li:hover .hover {
	display: block;
}

#scrolltop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
}

#scrolltop .layui-icon {
	font-size: 42px;
	color: #0062b3;
	cursor: pointer;
}

#header {
	width: 100%;
	height: 90px;
	/* position: fixed;
	left: 0;
	top: 0; */
	z-index: 10000;
	background: #fff;
	position: relative;
}

#header .hInner {
	padding: 0;
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#header .hInner h1 {
	float: left;
}

#header .hInner h1 img {
	height: 90px;
}

#header .hInner .rBox {
	float: right;
}

#header .searchBox {
	float: right;
	position: relative;
}

#header .searchBox .tel {
	padding: 0 0px 0 0px;
	float: left;
	color: #0062b3;
	font-size: 18px;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-weight: bold;
	position: relative;
	line-height: 90px;
	height: 90px;
	margin-right: 50px;
}

#header .searchBox .tel:after {
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: none;
	content: "";
}

#header .searchBox .tel span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#header .searchBox.active .tel {
	visibility: hidden;
	opacity: 0;
}

#header .searchBox .search {
	width: 40px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	border-radius: 20px;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}

#header .searchBox.active .search {
	width: 200px;
	background: #0062b3 !important;
}

#header .searchBox .search input {
	padding: 0 20px 0 20px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
}

#header .searchBox .search a {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

#header .searchBox.active .search a {
	/* color: #fff; */
}

#header .searchBox .user {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 90px;
}


.menu {
	display: none;
}

#gNavi {
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#gNavi.active {
	visibility: hidden;
	opacity: 0;
}

#gNavi>li {
	margin-right: 45px;
	float: left;
}

#gNavi>li:last-child {
	margin-right: 0;
}

#gNavi>li>a {
	height: 90px;
	display: block;
	position: relative;
	color: #323232;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	padding: 0 5px;
	line-height: 90px;
	box-sizing: border-box;
}

#gNavi>li>a:before {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #0062b3;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#gNavi>li:hover>a:before {
	width: 100%;
}

#gNavi li .subbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0 4px 2px rgba(197, 197, 195, 0.1);
	border-top: 1px solid #E3E3E3;
	background-color: #fff;
}

#gNavi li ul {

}

#gNavi li ul.erji1 {
	padding-right: ;
}

#gNavi li ul.erji2 {
	padding-right: ;
}

#gNavi li ul.erji3 {
	padding-right: ;
}

#gNavi li ul.erji4 {
	padding-right: ;
}

#gNavi li ul.erji6 {
	padding-right: ;
}

#gNavi li ul.erji7 {
	padding-right: ;
}

#gNavi li ul.erji8 {
	padding-right: ;
}

#gNavi li li {
	margin-right: 45px;
	float: left;
}

#gNavi li li a {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 58px;
}

#gNavi li li a:hover {
	color: #0062b3;
}

.menuBox,
.muser {
	display: none;
}

#textslide {
	padding-top: 0px;
}

#textslide .swiper-pagination {
	bottom: 35px;
}

#textslide .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

#textslide .swiper-pagination-bullet-active {
	background: #1767c3;
}

#textslide .swiper-button-next,
#textslide .swiper-button-prev{
	color: #fff;
	left: 260px;
}
#textslide .swiper-button-next{
	left: auto;
	right: 260px;
}
#textslide .swiper-button-prev::after,
#textslide .swiper-button-next::after {
	font-size: 30px;
}




.column {
	position: relative;
	text-align: center;
}
.column a {
	display: inline-block;
}
.column .en{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.column .cn {
	font-size: 30px;
	line-height: 30px;
}
.home_newslist .hd{
	overflow: hidden;
	text-align: center;
}
.home_newslist .hd li{
	display: inline-block;
	margin: 0 10px;
}
.home_newslist .hd li a{
	display: block;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 18px;
	font-size:16px;
}
.home_newslist .hd li.on a,
.home_newslist .hd li a:hover{
	background: #0062b3;
	color: #fff;
	border: 1px solid #0062b3;
}
.home_newslist .bd li{
	width: 58%;
	float: left;
	margin-bottom: 2%;
}
.home_newslist .bd li .pic{
	width: 30%;
	float: left;
	margin-right: 3%;
}
.home_newslist .bd li .title{
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0;
	position: relative;
}

.home_newslist .bd li .desc{
	color: #ababab;
	height: 48px;
	line-height: 24px;
}
.home_newslist .bd li .date {
	color: #ababab;
	margin: 5px 0 10px;
}
.home_newslist .bd li.li1{
	width: 40%;
	margin-right: 2%;
	margin-bottom: 0;
}
.home_newslist .bd li.li1 .pic{
	width: 100%;
	float: none;
}
.home_newslist .bd li.li1 .title{
	font-size: 24px;
	margin: 20px 0;
}
.home_newslist .bd li.li1 .date{
	margin-top: 15px;
}
#parallax1{
	height: 800px;
}
.ywfw_navlist{
	overflow: hidden;
	height: 100%;
}
.ywfw_navlist li{
	width: calc((100% - 0px) / 6);
	float: left;
	height: 100%;
}
.ywfw_navlist li a{
	display: block;
	width: 100%;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	padding: 50px 40px 0;
	color: #fff;
}
.ywfw_navlist li:last-child a{
	border-right: none;
}
.ywfw_navlist li a:hover{
	background: rgba(0, 98, 179, 0.9);
}
.ywfw_navlist li .en{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	transform: rotate(90deg);
	transform-origin: 0 0;
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-ms-transform-origin: 0 0;
	-moz-transform: rotate(90deg);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-webkit-transform: rotate(90deg);
	/* Safari Opera and Chrome */
	-webkit-transform-origin: 15px 15px;
	width: 200px;
	height: 40px;
}
.ywfw_navlist li .cn{
	margin-top: 400px;
	font-size: 24px;
	font-weight: bold;
}
.ywfw_navlist li .desc {
	opacity: 0.5;
	line-height: 28px;
	height: 56px;
}
.ywfw_navlist li .more{
	display: inline-block;
	border: 1px solid #fff;
	font-size: 30px;
	line-height: 32px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.wrap{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding-left: 70px;
	text-align: center;
}
.wrap .sz{
	margin-right: 80px;
}
.wrap .jumbo{
	font-size: 44px;
	color:#0062b3;
	font-weight: bold;
	line-height: 50px;
}
.gsgkmain{
	padding-left: 70px;
}
.gsgkmain .title{
	font-size: 18px;
	font-weight: bold;
}
.gsgkmain .desc{
	line-height: 28px;
	height: 84px;
	opacity: 0.5;
}
.gsgkmain .more a{
	display: inline-block;
	background: #0062b3;
	border: 1px solid #0062b3;
	color: #fff;
	padding: 10px 70px;
}
.gsgkmain .more a:hover{
	background: #0062b3;
	border: 1px solid #0062b3;
	color: #fff;
}
.infolist li .title{
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}
.infolist li .desc{
	color: rgba(0, 0, 0, 0.5);
	line-height: 24px;
	height: 48px;
}
.infolist li .date{
	color: rgba(0, 0, 0, 0.5);
}
#footer {
	background:#323232;
	color: rgba(255, 255, 255, 0.2);
}

#footer a {
	color: rgba(255, 255, 255, 0.2);
}
#footer .wx{
	text-align: center;
}
#footer .footinfo{
	line-height: 28px;
}
.footnav{
	overflow: hidden;
}
.footnav>li{
	margin-right: 60px;
	float: left;
}
.footnav>li:last-child{
	margin-right: 0;
}
.footnav>li>a{
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5) !important;
}
.copyright{
	border-top: 1px solid #474747;
	text-align: center;
}
.footnav>li li a{
	line-height: 28px;
}




/*
通用内页
 */
#up-banner {
	height: 300px;
	margin-top: 0px;
	color: #fff;
	position: relative;
	z-index: 1;
}
#up-banner .layui-container {
	height: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
#up-banner .layui-container .this_title1{
	font-size: 36px;
	font-weight: bold;
}
#up-banner .layui-container .crumbs{
	font-size: 14px;
	font-weight: normal;
}
#up-banner .layui-container a{
	color: #fff;
}

#leftmenubox{
	position: relative;
	z-index: 2;
	height: 60px;
	line-height: 60px;
	background: #0062b3;
}
.leftmenu{

}

.colinfo-list a {
	display: block;
	background: #fff;
	box-sizing: border-box;
	height: 140px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.colinfo-list a:hover .title{
	color: #0062b3;
}
.colinfo-list a:hover .shijian{
	background: #0062b3;
	color: #fff;
}

.colinfo-list .shijian {
	width: 130px;
	height: 140px;
	margin-right: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: none;
}

.colinfo-list .shijian .ri {
	display: block;
	font-size: 40px;
	position: relative;
	height: 40px;
}

.colinfo-list .shijian .yue {
	display: block;
	font-size: 16px;
	line-height: 16px;
}

.colinfo-list .text {
	border-left: 1px solid #e5e5e5;
	padding-left: 30px;
	height: 75px;
}

.colinfo-list .title {
	font-size: 18px;
	font-weight: bold;
}

.colinfo-list .desc {
	line-height: 24px;
	color: #aeaeae;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}

.pagination li a {
	display: inline-block;
	background: #aaa;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: All 0.8s ease-in;
	-webkit-transition: All 0.8s ease-in;
	-moz-transition: All 0.8s ease-in;
	-o-transition: All 0.8s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
	background: #0062b3;
}

.conent_box{
	background: #f6f6f6;
}

.page_detail {
	font-size: 16px;
	line-height: 2.5em;
	background: #fff;
	padding-left: 100px;
	padding-right: 100px;
}
.detail-box{

}
.detail-box .col-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.detail-box .col-title2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.detail-box .col-att {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	color: #a4a4a4;
	margin-bottom: 50px;
}

.dtl_detail {
	font-size: 16px;
	line-height: 2.5em;
}

.pager {
	overflow: hidden;
}

.pager li {
	width: 40%;
	float: left;
}

.pager li a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: #888888;
}

.pager li:last-child {
	float: right;
}

.img-responsive {
	width: 100%;
}

.albums {
	width: 800px;
	margin: 0 auto 30px;
}

.piclist a {
	display: block;
}
.piclist .item{
	box-shadow: 9px 0px 44px 5px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	background: #fff;
	padding: 20px;
}

.piclist .title {
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
	height: 55px;
	line-height: 55px;
}

.piclist2 a {
	display: block;
}
.piclist2 .textbox{
	padding-left: 30px;
}
.piclist2 .item {
	box-shadow: 9px 0px 44px 5px rgba(0, 0, 0, 0.03);
	border-radius: 0;
	background: #fff;
}

.piclist2 .title {
	font-size: 24px;
	padding: 0;
	font-weight: bold;
}
.piclist2 .time {
	font-size: 14px;
	text-align: left;
	color: #a3a3a3;
	height: 25px;
	line-height: 25px;
}

.piclist2 .item:hover .title a {
	color: #0062b3;
}


.piclist2 .item:hover .shijian {
	background: #0062b3;
	color: #fff;
}

.piclist2 .shijian {
	width: 130px;
	height: 80px;
	margin-right: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: none;
	background: #f2f2f2;
}

.piclist2 .shijian .ri {
	display: block;
	font-size: 40px;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.piclist2 .shijian .yue {
	display: block;
	font-size: 16px;
	line-height: 16px;
}
.piclist2 .desc{
	line-height: 2em;
	color: #6a6a6a;
}
.piclist2 .more a{
	text-transform: uppercase;
	color: #ababab;
}


.listkehu {
	background: #0062b3;
}

.listkehu img {}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

#colbox .layui-tab-card>.layui-tab-title .layui-tab-bar {}

.page_kefulist .layui-col-xs7 .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: All 0.8s ease-in;
	-webkit-transition: All 0.8s ease-in;
	-moz-transition: All 0.8s ease-in;
	-o-transition: All 0.8s ease-in;
}

.page_kefulist .layui-col-xs5 {
	padding: 50px 0 0;
	text-align: center;
}

.page_kefulist .layui-col-xs5 .text1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: 18px;
	margin-bottom: 5px;
}

.page_kefulist .layui-col-xs5 .text2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
}

.page_kefulist .layui-col-xs5 .ico {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/hdimg/bas/images/kf_ico.png) no-repeat center;
}

.page_kefulist a {
	display: block;
}

.page_kefulist a:hover .layui-col-xs5 .ico {
	background: url(/hdimg/bas/images/kf_ico_h.png) no-repeat center;
}

.page_kefulist a:hover {
	background: #1ebaa2;
	background-size: cover;
	color: #fff;
}

.page_kefulist a:hover .layui-col-xs7 .hover {
	opacity: 1;
}

.page_kefulist a:hover .layui-col-xs5 .text2 {
	color: rgba(255, 255, 255, 0.5);
}

.leftmenu li {
	display: inline-block;
	position: relative;
}

.leftmenu li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	color: #0062b3;
	background: #fff;
}

#hdmanform {
	padding: 10px 10px 10px 0;
}

.curent {
	position: relative;
	height: 100%;
}

.curentmain {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 153, 71, 0.4);
	padding: 40px;
	color: #fff;
}

.curentmain a {
	color: #fff;
}

.curentmain h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}


.tuwen-list {
	overflow: hidden;
	border-bottom: 1px solid #e9e7e7;
}

.tuwen-list .title {
	font-size: 18px;
	font-weight: bold;
}

.tuwen-list .time {
	color: #939393;
}

.tuwen-list .desc {
	color: #939393;
	line-height: 2em;
}

.tuwen-list .more span {
	display: inline-block;
	padding: 10px 30px;
	background: #0062b3;
	color: #fff;
}


/*
落地页
 */
.search-list {
	background: #fff;
	/* margin-top: -100px; */
	margin-top: 30px;
	position: relative;
	z-index: 3;
	width: 930px;
	left: 50%;
	margin-left: -465px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-list .item {
	text-align: center;
	position: relative;


}

.search-list .item .textbox {
	text-align: center;
	padding-top: 5px;
}

.search-list .item img {
	width: 50px;
}

.search-list .item .text1 {
	color: #797979;
}

.search-list .item .text2 {
	color: #333;
	padding-top: 5px;
}

.search-list .item:after {
	width: 1px;
	height: 40px;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	background: #e5e5e5;
}

.search-list .item:last-child:after {
	display: none;
}

#liuyan .layui-btn {
	background: #323232;
	width: 100%;
	padding: 20px 0;
	height: auto;
	line-height: normal;
}

#liuyan .layui-input {
	background: #fafafa;
	border: none;
	height: auto;
	padding: 15px 20px;
}

#liuyan .layui-textarea {
	background: #fafafa;
	border: none;
	height: auto;
	padding: 15px 20px;
}
#landingsearch #search{
	width: 1200px;
	margin: 0 auto;
}
.anchorBL{
	display: none;
}
#map2{
	height: 585px;
}
.jieshao {
	padding: 90px 130px 0;
	text-align: center;
}

.jieshao h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.jieshao h3 {
	line-height: 28px;
	color: #000;
	text-align: left;
	text-indent: 2em;
}
/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.tabclick {
	font-size: 24px;
	font-weight: bold;
}

.sch-list .item .textbox {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}

.colinfo-list2 a {
	display: block;
	background: #f9f9f9;
	padding: 40px;
	font-size: 16px;
}

.colinfo-list2 .attr {
	color: #fd756b;
}
