body {
	font-size: 14px;
	color: #222222;
}

a {
	color: #10a14a;
}

/*webkit内核*/
.bar::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.bar::-webkit-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-webkit-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-webkit-scrollbar-resizer {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/*o内核*/
.bar .-o-scrollbar {
	-moz-appearance: none !important;
	background: rgba(0, 255, 0, 0) !important;
}

.bar::-o-scrollbar-button {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-o-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-o-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-o-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-o-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0);
}

.bar::-o-scrollbar-resizer {
	background-color: rgba(0, 0, 0, 0);
}

/*IE10,IE11,IE12*/
.bar {
	-ms-scroll-chaining: chained;
	-ms-overflow-style: none;
	-ms-content-zooming: zoom;
	-ms-scroll-rails: none;
	-ms-content-zoom-limit-min: 100%;
	-ms-content-zoom-limit-max: 500%;
	-ms-scroll-snap-type: proximity;
	-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	-ms-overflow-style: none;
	overflow: auto;
}

.sw-display-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.am-slider-a1 {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 20px;
}

.am-slider-a1 .am-control-nav {
	bottom: -20px;
}

.am-slider-a1 .am-control-nav li a.am-active {
	background-color: #0d7687;
}

.am-slider-a1 .am-control-nav li a {
	width: 12px;
	height: 12px;
	display: block;
	background-color: #e2e2e2;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header {
	position: relative;
	height: auto;
	overflow: hidden;
}

#nav {
	position: absolute;
	width: 100%;
	height: 90px;
	background: rgba(0, 0, 0, .5);
	z-index: 9;
	display: flex;
	align-items: center;
	padding-top: 20px;
}

#header .headerConter,
.navList,
.topNav {

	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.img {
	width: 100%;
}

.textcolor {
	color: #0d7687;
}

.bgColor {
	background: #f1f1f1;
}

.dis_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.dis_flex li {
	width: 28%;
	flex-shrink: 0;
	list-style: none;
	margin-bottom: 20px;
}

.sw-navlist {
	margin-top: 30px;
}

.am-list>li {
	position: relative;
	display: block;
	/* margin-bottom: -1px; */
	/* background-color: #323232; */
	border: none;
	border-width: 1px 0;
}

.sw-navlist .am-list>li {
	background-color: #323232;
}


.sw-C {
	text-align: center;
}

.sw-C>.sw-cont-title {
	position: relative;
}

.sw-C>.sw-cont-title::after {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 2px;
	background: #000;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.sw_tab_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.sw_tab_list_box_title {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: #0d7687;
	padding: 5px 0;
}

.sw_tab_list_box {
	width: 18%;
	height: 300px;
	flex-shrink: 0;
	background: #f2f2f2;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.sw_tab_list_box_text {
	padding: 60px 20px 0;
	line-height: 1.8;
}

.am-list>li>a {
	display: block;
	padding: .5rem 0;
	font-size: 16px;
}

.am-list>li>.a-active {
	color: #1096EF;
}

.am-margin-left-sm {
	margin-right: 1rem;
}

.am-list-item {
	background-color: #fff !important;
}

.am-list-item a {
	font-size: 16px !important;
	color: #666;
}

.columnblock {
	font-size: 14px;
	width: 120px;
	line-height: 20px;
	font-weight: normal;
}

#banner {
	z-index: 0;
	position: relative;
	width: 100%;
	height: 480px;

}

#logo {
	margin-right: 40px;
}

#header .am-g,
.am-container {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 30px;
}

#header .am-slider-b2 .am-direction-nav a {
	border-radius: 0;
}

.navList {
	margin: 0 40px;
}

.navList div {
	padding: 0 1em;
	flex-shrink: 0;
	font-size: 14px;
	position: relative;
}

.navList div:after {
	position: absolute;
	content: '|';
	font-size: 12px;
	color: #ddd;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.navList div:last-child:after {
	content: '';
}

.navList div a {
	color: #fff;

}


/*搜索框*/

.search-box {
	width: 140px;
	background: transparent;
	border: 1px solid #ccc;
	height: 30px;
	box-sizing: border-box;
	border-radius: 30px;
	color: #ccc;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 20px;

}

.search-box:hover {
	border: 1px solid #fff;
	color: #fff;
}

.search-box input {
	width: 80%;
	background: transparent;
	border: none;
	outline: none;
	padding: 0 .5em 0 1em;
	box-sizing: border-box;
}

.search-box span {
	margin-right: 5px;
}

.topPho {
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.topPho span {
	color: #00b2b9;
	font-size: 30px;
	font-weight: normal;
	margin-right: 7px;
}

#banner .am-slides li a {
	position: relative;
	display: inline-block;
	width: 100%;
}

#banner .maodian {
	position: absolute;
	bottom: 10px;
	width: 30px;
	height: 50px;
	border-radius: 30px;
	border: 1px solid #ccc;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	color: #ccc;
}

.maodian a {
	color: #ccc;
	font-weight: bold;
	font-size: 18px;
}

#banner .maodian:hover {
	color: #fff;
	border: 1px solid #fff;
}

#banner .maodian:hover a {
	color: #fff;
}

.title {
	font-size: 30px;
	color: #222;
	text-align: center;
}

.eg-title {
	font-size: 30px;
	color: #e2e2e2;
	padding: 10px 0 5px;
	position: relative;
	text-align: center;
}

.eg-title::after {
	position: absolute;
	width: 1em;
	height: 1px;
	background: #222;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sm-title {
	color: #666;
	font-size: 18px;
	padding: 10px 0 5px;
	position: relative;
	text-align: center;
}

.sm-title::after {
	position: absolute;
	width: 1.5em;
	height: 1px;
	background: #222;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.more-c {
	margin-top: 60px;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #eee;
	border-radius: 50px;
	font-size: 14px;
	box-sizing: border-box;
	color: #222;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.more-c:hover {
	background: #0d7687;
	color: #fff;
	border: 2px solid #0d7687;
}

.abstract-cont {
	width: 100%;
	background: #f2f2f2;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 50px 0 20px 0;
	position: relative;
}


#main .am-g,
.am-container {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}


#main .sw-con {
	background: #0d7687;
}

#main .sw-con .title {
	color: #fff;
}

#main .sw-con .eg-title {
	color: #999999;
}

#main .lable-chunk {
	margin: 35px 0;
}

#main .sw-con .am-slider-default {
	margin: 0 0 100px;
	background: #0d7687;
}

#main .sw-con .am-slider-default .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: -60px;
	text-align: center;
}

#main .sw-con .am-slider-default .am-control-nav li a {
	width: 12px;
	height: 12px;
	background-color: #e2e2e2;
}

#main .sw-con .am-slider-default .am-control-nav li img {
	width: 180px;
	height: 318px;
}

#main .sw-con .am-slider-default .am-control-nav li a.am-active {
	background-color: #222222;
}

#main .sw-con .am-slides li a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.am-slides-div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 2.5%;
	background: rgba(0, 0, 0, .5);
	top: 100%;
	left: 0;
	position: absolute;
	transition: all .3s;
	margin: auto;
	box-sizing: border-box;
}

#main .sw-con .am-slides li a:hover .am-slides-div {
	top: 0;
}

#main .sw-abs {
	margin: 0px auto 540px;
	height: 540px;
	position: relative;
}

#main .sw-abs .am-container {
	position: relative;
}

.breadcrumb-border {
	border-bottom: 1px solid #e5e5e5;
}

.am-breadcrumb {
	margin: 0;
	padding: 1em .5em;
	font-size: 14px;
}

.am-breadcrumb li a {
	color: #222;
}

.am-breadcrumb>li [class*=am-avg-]:before {
	color: #222;
	font-size: 20px;
}

.bar {
	margin-top: 1em;
	font-size: 14px;
	display: flex;
	overflow-x: scroll;
	margin-right: 10px
}

.bar div {
	padding-bottom: 1em;
	margin: 0 10px;
}

.bar div a {
	color: #222;
}

.bar-active {
	border-bottom: 2px solid #0d7687;
}

.bar div:last-child {
	margin-right: 0;
}

.sw-cin {
	background: #f0f0f0;
	margin: 30px auto;
	overflow: hidden;
}

.sw-cin-nobgcolor {
	margin: 30px auto;
	overflow: hidden;
}

.sw-cont-small {
	margin-top: 25px;
	color: #666666;
}

.ex-p {
	font-size: 16px;
	line-height: 1.9;
}

.sw-cont-text {
	font-size: 16px;
	line-height: 2;
}

.ctex {
	font-size: 16px;
	text-align: center;
}

.nav_list_img img {
	border: 1px solid #999;
}


.avg-p-rigth {
	padding-right: 125px;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}

#footer .sw-cin {
	margin: 0px auto 0;
}

.footerImg {
	margin: 30px auto 20px;
}

.footerImg img {
	max-width: 100%;
}

.friendlink {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.friendlink div {
	margin-right: 20px;
	flex-shrink: 0;
}

.friendlink div:last-child {
	margin-right: 0;
}

.friendlink div a {
	color: #222;
	font-size: 14px;
}

.friendlink div a:hover {
	color: #0d7687;
}

.sw-container {
	background: #e2e2e2;
	padding: 25px 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
}

.question-list {
	padding-right: 50px;
	margin-top: 30px;
}

.question-list-title {
	font-size: 18px;
	color: #222;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.question-list-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 70px;
}

.question-list-content a {
	font-size: 14px;
	color: #666;
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2;
}

.sw-bg {
	background: #222;
}

.sw-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sw-rengzhen {
	border: 0px solid #fff;
	padding: 10px 15px;
}

.sw-rengzhen img {
	margin-right: 10px;
}

.sw-footer-nav-cont {
	display: flex;
	justify-content: flex-end;
}

.sw-footer-nav-cont div {
	padding: 0 10px;
	position: relative;
}

.sw-footer-nav-cont div::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background: #fff;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sw-footer-nav-cont div:last-child::after {
	content: none;
}

.sw-rengzhen img:last-child,
.sw-footer-nav-cont div:last-child {
	margin-right: 0;
	padding-right: 0;
}

.a-white {
	color: white
}

.a-white:hover {
	color: white
}

.sw-footer-nav-copy {
	text-align: right;
	/*border-top: 1px solid #fff;*/
	margin-top: 10px;
	/*padding-top: 10px;
	width: 550px;*/
}
.sw-footer-nav-copy span{
	padding: 0 10px;
}

.sw-slides-text {
	position: absolute;
	width: 1200px;
	height: 235px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.sw-inner-title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.sw-zhineng {
	color: #fff;
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 40px;
}

.sw-zhineng span {
	color: #ea4313;
}

.sw-small-text {
	color: #cacaca;
	font-size: 14px;
	margin-bottom: 10px;
}

.time_axis {
	position: relative;
	padding: 20px 0 60px;
}

.time_axis::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: #86bac3;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.top_img01 {
	width: 53px;
	height: auto;
	margin: 0 auto -5px;
}

.time_axis_list {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.time_axis_list:first-child {
	margin-top: 60px;
}

.time_axix_container {
	width: 50%;
	flex-shrink: 0;
	height: 260px;
	position: relative;
}

.time_axix_container_img {
	width: 100%;
	height: 100%;
}

.p_left {
	padding-left: 10%;
}

.p_right {
	padding-right: 10%;
}

.p_left_2 {
	padding-left: 5%;
}

.p_right_2 {
	padding-right: 5%;
}

.zooz_left {
	left: 0;
}

.zooz_right {
	right: 0;
}

.time_axix_dian {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: rgba(0, 178, 185, .5);
	border-radius: 50%;
	top: 20px;
}

.time_axix_dian::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #0d7687;
	border-radius: 50%;
}

.time_axix_xian {
	position: absolute;
	width: 20%;
	height: 2px;
	background: #0d7687;
	top: 35px;
}

.time_axix_container_title_left {
	font-size: 24px;
	font-weight: bold;
	color: #0d7687;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: left;
}

.time_axix_container_title_left::after {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 5px;
	bottom: 5px;
	left: 0;
	background: #0d7687;
}

.time_axix_container_title_right {
	font-size: 24px;
	font-weight: bold;
	color: #0d7687;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: right;
}

.time_axix_container_title_right::after {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 5px;
	bottom: 5px;
	right: 0;
	background: #0d7687;
}

.time_axix_container_text {
	font-size: 16px;
	margin-top: 10px;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #10a14a;
	border-color: #10a14a;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	text-align: center;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item a {
	position: relative;
}

.owl-theme .owl-controls {
	height: 100px;
}

.sw-inner-banner-title,
.sw-inner-banner-text {
	text-align: left;
}

.sw-inner-banner-title {
	margin-top: 50px;
	width: 100%;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 6px;
}

.sw-inner-banner-text {
	width: 100%;
	font-size: 16px;
	color: #F6CFA0;
	line-height: 2;
}

@media screen and (max-width: 1440px) {
	.sw-slides-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
}

@media screen and (max-width: 1190px) {

	#header .headerConter,
	.navList,
	.topNav {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	#logo {
		margin: 0 1em;
	}

}

@media screen and (max-width: 1024px) {
	.sw-inner-banner-title {
		width: 100%;
		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
		padding: 40px 0 0 0;
	}

	.sw-slides-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.sw-inner-banner-text {
		width: 100%;
		font-size: 16px;
		color: #F6CFA0;
		line-height: 2;
		text-align: center;
	}

	#nav {
		height: 70px;
	}

	.am-topbar-btn {
		margin: 0 1em 0;
	}

	.none-hied {
		display: none;
	}

	.footerImg {
		margin: 30px auto 20px;
		padding: 0 10px;
	}

	.friendlink {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.friendlink div {
		flex-shrink: 0;
		margin: 0 10px;
	}

	.sw-flex {
		padding: 0 20px;
	}

	.sw-slides-text {
		width: auto;
	}

	.sw_tab_list_box {
		width: 24%;
		height: 300px;
		flex-shrink: 0;
		background: #f2f2f2;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.sw-footer-nav {
		width: 100%;
	}

	#main .sw-abs {
		margin: 30px auto;
		height: 100%;
	}

	.sw-footer-nav-copy {
		width: 100%;
	}

	.sw-slides-text {
		height: auto;
		padding-top: 70px;
	}

	.dis_flex li {
		width: 40%;
		flex-shrink: 0;
		list-style: none;
		margin-bottom: 20px;
	}
	.eg-title {
		font-size: 20px;
		color: #e2e2e2;
		padding: 0 0 5px;
		position: relative;
		text-align: center;
	}
	.sw-footer-nav-copy{
		margin-bottom: 30px;
	}
	.sw-footer-nav-copy span{
		white-space: nowrap;
	}
	.sw-rengzhen{
		display: none;
	}

}



@media screen and (max-width: 425px) {
	.dis_none {
		display: none;
	}

	.more-c {
		margin-top: 20px;
	}

	.title {
		font-size: 25px;
		color: #222;
		text-align: center;
	}

}

@media screen and (max-width: 375px) {
	#banner .maodian {
		position: absolute;
		bottom: 10px;
		width: 20px;
		height: 30px;
		border-radius: 30px;
		border: 1px solid #ccc;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 999;
		box-sizing: border-box;
		text-align: center;
		line-height: 30px;
		color: #ccc;
	}

	.maodian a {
		color: #ccc;
		font-weight: bold;
		font-size: 12px;
	}


	.title {
		font-size: 20px;
		color: #222;
		text-align: center;
	}

	.eg-title {
		font-size: 20px;
		color: #e2e2e2;
		padding: 0 0 5px;
		position: relative;
		text-align: center;
	}
}


@media screen and (max-width: 320px) {
	.sw-zhineng {
		font-size: 18px;
		margin-bottom: 0px;
	}
}






/* 内s页主体 */
#inner-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	back-ground: #f7f7f7; margin-top: 30px;
}

#inner-main .inner-top {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.inner-top-img {
	width: 100%;
	overflow: hidden;
}

.inner-top-img img {
	width: 100%;
}

.inner-list-a {
	width: 100%;
	height: 70px;
	line-height: 70px;
}

.inner-list-a a {
	padding: 0 10%;
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	font-size: 16px;
	box-sizing: border-box;
}

.inner-list-a a:hover {
	background: #1296DB;
	color: #FFFFFF;
}

.layui-this-active a {
	background: #1296DB;
	color: #FFFFFF;
}

.inner-list-a a i {
	float: right;
	font-size: 30px;
	color: #fff;
}

.inner-contact {
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
}

.yanzhentup {
	font-size: 14px;
}

.submit_btn {
	margin-bottom: 30px;
}

.inner-left-title {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
	background-image: url(../images/border-on.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}

.inner-left-ul {
	padding-left: 20px;
}

.inner-left-ul li {
	color: #666666;
	font-size: 14px;
	list-style-type: disc;
	line-height: 1.6;
	margin-top: 10px;
}

.inner-left-ul li a {
	color: #666666;
}

.inner-left-ul li a:hover {
	color: #1296DB;
}

.inner-left-tag {
	width: 100%;
	margin-top: 20px;
}

.inner-left-tag a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: #aaa;
	transition: all .3s;
	margin-bottom: 5px;
}

.inner-left-tag a:hover {
	color: #FFFFFF;
	background: #1296DB;
}

.inner-right-lable {
	font-size: 18px;
	border-bottom: 1px dashed #ddd;
}

.inner-right-lable h2 {
	font-size: 20px;
	font-weight: normal;
	color: #1296DB;
	margin: 0;
	padding: 0;
}

.font14 {
	font-size: 14px;
}

.inner-right-bottom-btn {
	border-top: 1px dashed #ddd;
	padding: 20px;
	overflow: hidden;
}

.inner-right-bottom-btn ul li,
.inner-right-bottom-btn ul li a {
	color: #888;
	font-size: 14px;
}

.inner-right-bottom-btn ul li:first-child {
	float: left;
}

.inner-right-bottom-btn ul li:last-child {
	float: right;
}

.inner-right-bottom-btn ul li a:hover {
	color: #1296DB;
}

.inner-news-list .layui-text-left {
	transition: all .3s;
}

.inner-news-list a:hover h2 {
	color: #1296DB;
}

.inner-news-img img {
	width: 100%;
}

.inner-news-text {
	color: #666;
	line-height: 1.8;
	font-size: 14px;
}

.inner-news-text span {
	color: #1296DB;
}

#pages-paging {
	margin: 50px auto 30px;
	text-align: center;
}

.inner-c-t {
	font-size: 16px;
	line-height: 1.8;
	color: #696969;
	margin-top: 10px!important;
}
.inner-c-t img {
	margin: 20px auto;
	max-width: 800px;
}

.inner-c-t li{
	list-style-type: circle;
	line-height: 1.8;
}


.sidebar {
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1001;
	background: rgba(0, 0, 0, .5);
}

.sidebar-wrapper {
	width: 50%;
	height: 100%;
	background: #393D49;
	color: #FFF;
	position: absolute;
	top: 0;
	left: -50%;
}

.sidebar-wrapper .layui-nav {
	width: 100%;
}

.sidebar-wrapper .logo {
	display: inline-block;
	width: 50%;
	margin: 20% 0 20% 20%;
}

.sidebar-wrapper .logo img {
	width: 100%;
}

.sidebar-wrapper .layui-nav-tree .layui-nav-bar,
.sidebar-wrapper .layui-nav-tree .layui-nav-child dd.layui-this,
.sidebar-wrapper .layui-nav-tree .layui-nav-child dd.layui-this a,
.sidebar-wrapper .layui-nav-tree .layui-this,
.sidebar-wrapper .layui-nav-tree .layui-this>a,
.sidebar-wrapper .layui-nav-tree .layui-this>a:hover {
	background: #00B3FF;
}


/* 浮动客服及联系方式 */
.suspension {
	position: fixed;
	width: 60px;
	height: auto;
	right: 0;
	bottom: 10vh;
	background: #fff;
	padding: 4px 0;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(2, 2, 2, .1);
	border-radius: 3px;
}

.suspension .suspension-list {
	width: 60px;
	height: 60px;
	text-align: center;
	background: #fff;
	position: relative;
}

.suspension .suspension-list .su-model {
	position: absolute;
	width: 100px;
	height: 200px;
	background-color: #FFFFFF;
	top: 0;
	bottom: 0;
	right: -150px;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	/* display: none; */
	transition: all .5s;
	z-index: -1;
	box-shadow: 0 0 10px rgba(2, 2, 2, .1);
	border-radius: 3px;
}

.suspension .suspension-list .su-model img {
	width: 100%;
	height: auto;
}

.suspension .suspension-list a {
	color: #333;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
}

.suspension .suspension-list:hover .su-model {
	/* display: block; */
	right: 70px;
}

.suspension .suspension-list:hover {
	background: #1296db;
}

.suspension .suspension-list:hover a {
	color: #fff;
}

.suspension .suspension-list i {
	display: inline-block;
	margin-top: 6px;
	font-size: 20px;
	z-index: 999;
}


/*案例*/
#case {
	padding-top: 5rem;
}

#case h6 {
	font-size: 1.6rem;
	font-weight: normal;
	color: #999;
}

#case h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

/* sorting and filtering */
.sort {
	display: block;
	font-family: 'Kite One', Arial, sans-serif;
	font-size: 1.4em;
	line-height: 0.9em;
	color: #444;
}

.sort ul {
	text-align: center;
	margin-top: 3rem;
}

.sort li {
	display: inline-block;
}

.sort li a {
	margin-right: 4px;
	padding: 1rem 2rem;
	text-decoration: none;
	display: inline-block;
	border-radius: 1rem;
	background: #f2f2f2;
	font-size: 1.6rem;
}

.sort li a:hover {
	color: #72c02c;
	text-decoration: none;
}

.sort li a.selected {
	color: #72c02c;
}


/* portfolio items */
.portfolio {
	width: 100%;
	display: block;
	text-align: left;
	padding: 20px 0 0 0;
	margin: 0 0 10px;
}

.portfolio li {
	padding: 0 1.5rem;
}

.portfolio li a {
	display: block;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.portfolio li a img {
	width: 270px;
	height: 186px;
}

.bg_app,
.bg_wxyy,
.bg_xcx,
.bg_soft,
.bg_gzh, .bg_web {
	width: 270px;
	height: 186px;
	overflow: hidden;
	position: relative;
}

.portfolio li a .bg_app img,
.portfolio li a .bg_wxyy img,
.portfolio li a .bg_xcx img,
.portfolio li a .bg_gzh img {
	width: 38%;
	height: auto;
	position: absolute;
	top: 27%;
	left:2px;
	right: 0;
	margin: auto;
}

.bg_wxyy {
	background-image: url(../img/bg_wxyy.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_xcx {
	background-image: url(../img/bg_xcx.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_app {
	background-image: url(../img/bg_app.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg_gzh {
	background-image: url(../img/bg_gzh.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.portfolio li a .bg_web img,
.portfolio li a .bg_soft img {
	width: 69%;
	height: 61%;
	position: absolute;
	top: 21%;
	left: 0;
	right: 0;
	margin: auto;
}

.bg_web {
	background-image: url(../img/bg_web.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_soft {
	background-image: url(../img/bg_soft.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.portfolio li h4 {
	width: 270px;
	margin: 1.5rem 0;
}

.portfolio li p {
	width: 270px;
	height: calc(1.4rem * 1.6 * 3);
	font-size: 1.4rem;
	color: #999;
	margin: 0 0 1.5rem;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 640px) {
	.portfolio li a img {
		width: 100%;
		height: auto;
	}

	#banner {
		height: auto;
	}

	.portfolio li {
		padding: 0 0.3rem;
	}

	.dis_none {
		display: none;
	}

	.portfolio li div img {
		width: 100%;
	}

	.bar div {
		padding-bottom: 1em;
		margin: 0 5px;
		flex-shrink: 0;
	}

	#nav {
		position: relative;
		background: #0A95E3;
	}

	#logo {
		height: 35px;
		width: auto;
	}

	#logo img {
		height: 100%;
	}

	#main .sw-con .am-viewport {
		margin: 0 10px;
	}

	.avg-p-rigth {
		padding: 0 10px;
	}

	.sort ul {
		margin-top: 0.2rem;
		padding: 0;
	}

	.sort li a {
		padding: 0.2rem 0.4rem;
		font-size: 0.28rem;
		margin-bottom: 10px;
	}

	.portfolio li a img {
		width: 6.1rem;
		height: 3.72rem;
	}

	.portfolio li h4 {
		margin: 0.2rem 0;
	}

	.portfolio li p {
		font-size: 0.24rem;
		color: #999;
		margin: 0 0 0.3rem 0;
		height: calc(0.24rem * 1.6 * 3);
		line-height: 1.6;
	}



	.footerImg {
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.friendlink {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.friendlink div {
		flex-shrink: 0;
		margin: 5px;
	}

	.sw-flex {
		flex-direction: column;
		padding: 0;
	}

	.sw-rengzhen {
		margin: 0 auto;
	}

	.sw-footer-nav {
		width: 100%;
	}

	.sw-footer-nav-copy {
		text-align: center;
		width: 100%;
		font-size: 0.28rem;
	}

	.sw-footer-nav-cont {
		display: none;
	}

	.sw-slides-text {
		padding-top: 10px;
	}

	.sw-inner-title {
		font-size: 0.36rem;
	}

	.sw-zhineng {
		font-size: 0.4rem;
		margin-bottom: 0px;
	}

	.sw-small-text {
		margin-bottom: 0px;
		font-size: 0.28rem;
	}

	.sw_tab_list_box {
		width: 49%;
		height: 300px;
		flex-shrink: 0;
		background: #f2f2f2;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.sw_tab_list_box_text {
		padding: 40px 5px 0;
		line-height: 1.8;
	}

	.time {
		padding: 0 0.3rem;
		box-sizing: border-box;
	}

	.time i {
		font-size: 0.24rem;
	}

	.time_axis::before {
		position: absolute;
		content: "";
		width: 3px;
		height: 100%;
		background: #86bac3;
		left: 15px;
		right: auto;
		top: 0;
		margin: auto;
	}

	.top_img01 {
		width: 32px;
		height: auto;
		margin: 0 0 -10px;
	}

	.time_axis_list:first-child {
		margin-top: 25px;
	}

	.p_right {
		padding-right: 0;
		padding-left: 20%;
	}

	.p_left {
		padding-left: 20%;
	}

	.time_axix_container_img {
		width: 100%;
		height: 130px;
	}

	.time_axix_container {
		width: 100%;
		flex-shrink: 0;
		height: 260px;
		position: relative;
	}

	.time_axix_dian {
		position: absolute;
		left: 1px;
		right: auto;
		margin: auto;
		width: 30px;
		height: 30px;
		background: rgba(0, 178, 185, .5);
		border-radius: 50%;
		top: 20px;
	}

	.time_axix_xian {
		position: absolute;
		width: 20%;
		height: 2px;
		background: #0d7687;
		top: 35px;
		z-index: -1;

	}

	.zooz_left {
		left: 15px;
	}

	.zooz_right {
		left: 15px;
		right: auto;
	}

	.time_axix_container_title_right {
		font-size: 20px;
		font-weight: bold;
		color: #0d7687;
		margin-top: 20px;
		padding-bottom: 20px;
		position: relative;
		text-align: right;
	}

	.time_axix_container_title_left {
		font-size: 20px;
		font-weight: bold;
		color: #0d7687;
		margin-top: 20px;
		padding-bottom: 20px;
		position: relative;
		text-align: left;
	}

	.dis_flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 0;
	}

	.dis_flex li {
		width: 100%;
		flex-shrink: 0;
		list-style: none;
		margin-bottom: 20px;
	}

	.inner-c-t img {
		width: 100%;
		margin: 15px auto;
	}

	.bg_app,
	.bg_wxyy,
	.bg_xcx,
	.bg_soft,
	.bg_gzh, 
	.bg_web {
		width: 6.1rem;
		height: 3.72rem;
		overflow: hidden;
		position: relative;
	}

	.portfolio li a .bg_app img,
	.portfolio li a .bg_wxyy img,
	.portfolio li a .bg_xcx img,
	.portfolio li a .bg_gzh img {
		width: 33%;
	}

	.portfolio li a .bg_web img,
	.portfolio li a .bg_soft img {
		width: 62%;
	}
}



/* 下拉子菜单 */
.navList div {
	position: relative;
	line-height: 3;
}

.dl-nav-child {
	display: none;
	position: absolute;
	left: 50%; transform: translateX(-50%);
	top: 30px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #d2d2d2;
	background-color: #EEE;
	opacity:0.6;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	text-align: center;
}

.navList div .dl-nav-child a {
	color: #333333;
	display: block;
	padding: 0 20px;
}

.navList div:hover .dl-nav-child {
	display: block;
}

.navList div .dl-nav-child a:hover {
	color: #FFFFFF;
	background-color: #112D45;
	
	transition: all .3s;
	-webkit-transition: all .3s;
}