/*base*/
body {
	width: 100%;
	overflow-x: hidden;
	font: 12px/1.5 PingFangSC-Regular, Tahoma, 'Microsoft Yahei', sans-serif;
}

.layui-form-select dl dd.layui-this {
	background-color: #024191 !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.breadbar {
	margin-bottom: 40px;
	font-size: 14px;
	color: #334887;
}
.breadbar a {
	display: inline-block;
	margin-right: 12px;
	padding-right: 26px;
	background: url(../images/arrow2.jpg) no-repeat right center;
	background-size: 9px 15px;
	font-size: 14px;
	color: #444;
}

/* 单行文本溢出省略 */
.ellip {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 小图片 */
.trends .row-tit img,
.header .logo img,
.caseLi li .pic img,
.codebar .pic img,
.single img,
.picbox2 img,
.picbox1 img,
.subcon2 img,
.activityli .item dd .pic img,
.serviceCon .pic img,
.serviceLi li a img {
	width: 100%;
}

/* 客服 */
.cspop {
	position: fixed;
	bottom: 40%;
	right: 10px;
	z-index: 999;
	width: 146px;
	height: 170px;
	background-color: #324987;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 0 20px rgba(50, 73, 135, 2);
}

.cspop:hover {
	color: #fff;
}

.cspop img {
	margin: 10px 0 20px;
	width: 56px;
	height: 56px;
}

.cspop .tel {
	margin-bottom: 20px;
	font-size: 18px;
}

.padding0 {
	padding: 0;
}

.pb50 {
	padding: 0 0 50px 0;
}

.imgbox1 {
	margin-top: 70px;
	margin-bottom: 38px;
}

.layui-carousel.imgbox1>[carousel-item]>*,
.layui-carousel.imgbox>[carousel-item]>* {
	height: auto;
}

.layui-carousel-ind {
	margin-top: -20px;
	top: auto;
	bottom: 10px;
}

.switch,
.content {
	margin: 0 auto;
	width: 1000px;
}

.switch .item {
	float: left;
	position: relative;
	margin-top: 20px;
	padding: 0 40px;
	height: 24px;
	line-height: 24px;
	background: url(../images/line.png) no-repeat right center;
	background-size: 5px 23px;
	font-size: 16px;
	color: #434343;
}

.switch .item.select {
	color: #324987;
}
.switch .item:first-child {
	/* margin-left: -40px; */
}
.switch .item:last-child {
	background-image: none;
}

.switch .select::before {
	content: '';
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 16px solid #e7e7e7;
}

.subcon {
	margin: 0 auto;
	max-width: 920px;
}

.switchbar {
	height: 60px;
	background-color: #e7e7e7;
}

.floor {
	margin-top: 20px;
	overflow: hidden;
}

/** 轮播图 **/
.swiper-container {
	margin-bottom: 40px;
	width: 900px;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 14px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide a {
	display: block;
	padding-bottom: 43.61%;
	height: 0;
	overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
	color: #324987 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	/* content: '' !important; */
	margin-top: 16px !important;
	font-size: 24px !important;
}

.swiper-button-prev:root,
.swiper-button-next:root {
	outline: 0 !important;
	border: 0 !important;
	background-color: #fff;
}

.trendsbox .layui-carousel-ind {
	box-sizing: border-box;
	padding-right: 10px;
	text-align: right;
}

.layui-carousel-ind ul {
	background-color: rgba(0, 0, 0, 0) !important;
}

/* 园区新闻 */
.parkli {
	margin: 52px 0 50px;
}

.parkli li {
	display: block;
	margin-bottom: 30px;
	width: 100%;
	border-top: 2px solid rgba(0, 0, 0, 0);
	transition: all .1s ease-in .1s;
}

.parkli li:hover {
	border-color: #324a88;
	background-color: #f9f9f9;
}

.parkli li .pic {
	float: left;
	padding-bottom: 19%;
	width: 25%;
	height: 0;
	overflow: hidden;
}

.parkli li .pic img {
	width: 100%;
}

.parkli li .con {
	position: relative;
	float: right;
	margin-right: 18px;
	width: 68%;
	height: 170px;
	background: url(../images/line1.jpg) repeat-x 0 bottom;
	background-size: 6px 2px;
	font-size: 12px;
	color: #434343;
}

.parkli li .con .title {
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 20px;
	color: #333;
}

.parkli li .con .msg {
	height: 48px;
	line-height: 1.5;
	overflow: hidden;
	text-indent: 2em;
	font-size: 16px;
	color: #999;
}

.parkli li .con .date {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding-left: 30px;
	background: url(../images/time.jpg) no-repeat 0 center;
	background-size: 14px 14px;
	color: #999;
}

.parkli li .con a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #999;
}

/* 园区活动 */
.activityli {
	margin-bottom: 30px;
}
.activityli .item dt {
	position: relative;
	padding-left: 7px;
	height: 32px;
	border-bottom: 2px solid #324987;
	font-size: 20px;
	color: #333;
}

.activityli .item dd {
	padding: 10px 0 20px;
	background: url(../images/line2.jpg) repeat-x 0 bottom;
	background-size: 12px 2px;
}

.activityli .item dt::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 9;
	width: 128px;
	height: 2px;
	background-color: #e10040;
}

.activityli .item dd .pic {
	float: left;
	padding-bottom: 25%;
	width: 40%;
	height: 0;
	overflow: hidden;
}


.activityli .item dd .con {
	float: left;
	width: 60%;
	height: 100px;
}

.activityli .item dd .con a {
	display: block;
	margin-top: 12px;
	padding-left: 50px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #555;
	overflow: hidden;
	background: url(../images/dot1.jpg) no-repeat 24px center;
	background-size: 10px 10px;
}

.activityli .item dd .con {
	/* margin-left: 135px; */
}

.activityli li {
	margin-top: 20px;
}

.activityli li:nth-child(1) {
	margin-top: 52px;
}

.activityli li:nth-child(1) .item {
	width: 48%;
}

.activityli li:nth-child(1) .item:nth-child(1) {
	float: left;
}

.activityli li:nth-child(1) .item:nth-child(2) {
	float: right;
}

.activityli li:nth-child(2) .item dd {
	background-image: none;
}
.activityli li:nth-child(2) .item dd .pic {
	padding-bottom: 13%;
	width: 19.5%;
}
.activityli li:nth-child(2) .item dd .con {
	width: 39%;
}
.activityli li:nth-child(2) .item dd .con1 {
	margin-left: 1%;
}

.subcon2 {
	padding-bottom: 50px;
	line-height: 2;
	font-size: 16px;
}

.subcon2 p {
	margin-bottom: 20px;
	text-indent: 2em;
	text-align: justify;
	color: #555;
}

.subcon2 .logo {
	float: left;
	margin-right: 30px;
	width: 200px;
}

/* 友情链接 */
.linksbar {
	margin: 0 auto 50px;
	width: 1000px;
	font-size: 16px;
	color: #111;
}

.linksbar dt {
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}

.linksbar dd a {
	float: left;
	margin: 20px 35px 0 0;
	line-height: 1;
	font-size: 14px;
	color: #666;
}

.linksbar dd a:hover {
	color: #324987;
}

/* footer */
.footer {
	/* margin-top: 50px; */
	width: 100%;
	height: 246px;
	background-color: #272c32;
}

.footer_con {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1200px;
}

.logobox,
.codebox {
	position: absolute;
	top: 77px;
	text-align: center;
}

.logobox {
	left: 0;
	width: 145px;
}
.codebox img,
.logobox img {
	width: 100%;
}

.codebox {
	top: 60px;
	right: 0;
	width: 70px;
}

.codebox .code {
	width: 70px;
	height: 70px;
	background-color: #fff;
}

.codebox .txt {
	margin-top: 8px;
	line-height: 1;
	font-size: 12px;
	color: #fff;
}

.linkbox {
	box-sizing: border-box;
	padding: 55px 52px 27px 20%;
	height: 174px;
	line-height: 1;
	color: #fff;
}

.linkbox li {
	float: left;
	margin-bottom: 20px;
	width: 23%;
}

.linkbox a {
	display: block;
	font-size: 12px;
	color: #fff;
}

.linkbox li div {
	padding-top: 8px;
	color: #999;
}
.linkbox li .tel {
	padding-top: 14px;
}

.copyright {
	padding: 25px 0 25px 188px;
	border-top: 1px solid #aeaeae;
	line-height: 1;
	font-size: 14px;
	color: #999;
}
.copyright a{
	color: #999;
}

.copyright .copy {
	float: left;
}

.copyright .text {
	float: right;
}

.topbox {
	position: fixed;
	right: 40px;
	bottom: 60px;
	width: 83px;
	height: 60px;
}

/* footer END*/

/* LOGO */
.headerbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #b1bcd4;
	background-color: rgba(255, 255, 255, .95);
}

.header {
	margin: 0 auto;
	width: 1000px;
}

.header .logo {
	float: left;
	margin-top: 14px;
	width: 182px;
}

.navbar {
	float: left;
	margin: 33px 0 0 14%;
	line-height: 1;
}

.navbar .nav {
	position: relative;
	float: left;
	padding-bottom: 20px;
	width: 100px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	text-align: center;
	letter-spacing: 8px;
	font-size: 18px;
}

.navbar .nav:hover {
	border-color: #324987;
}

.navbar .nav:hover::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 7px solid #324987;
}

.navbar .nav .menu {
	position: absolute;
	left: 50%;
	bottom: -34px;
	display: none;
	height: 34px;
	background-color: rgba(50, 73, 135, .9);
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
}

.navbar .nav:hover .menu {
	display: block;
}

.navbar .nav .menu .link {
	float: left;
	display: block;
	width: 90px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
}

.navbar .nav:nth-child(2) .menu {
	margin-left: -160px;
	width: 360px;
}

.navbar .nav:nth-child(3) .menu {
	margin-left: -225px;
	width: 450px;
}

.navbar .nav:nth-child(4) .menu {
	margin-left: -90px;
	width: 180px;
}

.navbar .nav:nth-child(5) .menu {
	margin-left: -135px;
	width: 270px;
}

.loginbox {
	float: right;
	margin: 27px -60px 0 0;
	width: 200px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #b8b8b8;
	background-color: #324987;
	border-radius: 12px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
}

.loginbox .msg {
	float: right;
	width: 119px;
	text-align: center;
}

.login {
	float: left;
	margin-top: 0;
	width: 80px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.trendsbox .layui-carousel-ind {
	bottom: 20px !important;
}

.layui-fluid {
	padding: 0 !important;
}


/* 首页 楼层标题 */
.floor-tit {
	margin-bottom: 20px;
}
.floor-tit img {
	width: 180px;
}

.floor-tit1 {
	position: relative;
	padding-right: 10px;
	background-color: #044aa2;
}

.floor-tit1 .row-tit {
	position: relative;
	padding-left: 36px;
	padding-bottom: 0;
	width: 70%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
}

.floor-tit1 a.row-tit {
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 0;
	padding-left: 0;
	width: auto;
	font-size: 12px;
}

/* 行 标题 */
.trends .row-tit {
	margin-bottom: 20px;
	width: 180px;
}

/* 产业 */
.industrybox {
	position: relative;
	padding: 10px 12px 0 240px;
}


.sidebarbox {
	position: fixed;
	top: 200px;
	left: 2%;
	z-index: 99;
	box-sizing: border-box;
	width: 180px;
	border: 2px solid #2f4984;
	border-radius: 5px;
	background-color: #fff;
}

.sidebarbox-2 {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 200px;
}

.sidebarbox.collegeSidebar {
	left: -180px;
	top: 0;
	position: absolute;
	box-shadow: 0 0 20px rgba(50, 73, 135, 2);
}

.sidebarbox.collegeSidebar .title {
	padding-left: 0;
	text-align: center;
}

.sidebarbox.collegeSidebar .sidebarLi {
	padding: 30px 10px 20px 25px;
	border-bottom: 0;
}

.sidebarbox.collegeSidebar .sidebarLi li {
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 18px;
}

.sidebarbox.collegeSidebar .sidebarLi li::before {
	top: 7px;
	width: 8px;
	height: 8px;
}

.sidebarbox .formbox {
	margin: 0 10px 10px;
	padding: 14px 0 0 24px;
}

.sidebarbox .formbox .tit {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 18px;
	color: #334887;
}

.sidebarbox .formbox input {
	box-sizing: border-box;
	padding: 0 10px;
	width: 90%;
	height: 28px;
	font-size: 12px;
}

.sidebarbox .formbox .btnbox {
	margin-bottom: 40px;
	text-align: left;
}

.sidebarbox .formbox button {
	margin-right: 0;
	width: 86px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}

.sidebarLi {
	margin: 0 10px;
	padding: 24px 0 0 28px;
	border-bottom: 1px dashed #a2a2a2;
}

.sidebarLi li {
	position: relative;
	margin-bottom: 24px;
	padding-left: 20px;
	line-height: 1;
	font-size: 14px;
	color: #434343;
}

.sidebarLi li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #b5b5b5;
}

.sidebarbox .title {
	padding-left: 36px;
	height: 46px;
	line-height: 42px;
	background-color: #334887;
	font-size: 20px;
	color: #fff;
}

.industryLi a {
	display: block;
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: url(../images/line4.jpg) repeat-x 0 bottom;
	background-size: 6px 2px;
	transition: all .1s ease-in .1s;
}

.industryLi a .title {
	float: left;
	width: 80%;
	height: 80px;
	overflow: hidden;
}

.industryLi a:hover {
	color: #324a88;
}

.industryLi a .time {
	float: right;
}

/* 最新动态 */
.new-lists {
	padding: 12px 12px 0;
}

.new-lists li {
	padding: 14px;
	border-bottom: 1px dashed #c2c2c2;
}

.new-lists li .link {
	margin-bottom: 10px;
	font-size: 18px;
	color: #324987;
}

.new-lists li .con {
	overflow: hidden;
}

.new-lists li p {
	line-height: 2;
	font-size: 14px;
	color: #999;
}

.newlist-box .new-lists:nth-child(2) {
	padding: 26px;
}

.new-lists .link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-lists>a {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
}


.new-lists .date {
	display: block;
	margin-top: 10px;
}

.new-lists a:hover {
	color: #32ade2;
}

.new-lists a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #da8c8c;
}

/* 图片列表 */


.picbox {
	padding-bottom: 56.76%;
	height: 0;
	overflow: hidden;
}

.picbox:hover .picpop {
	display: block;
}

.picbox2,
.picbox1 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 53.87%;
	height: 0;
	overflow: hidden;
}



.picbox2 {
	margin-bottom: 0;
	padding-bottom: 84%;
	background-color: #f5f5f5;
}

.picli2 li {
	margin-top: 20px;
}

.picli2 li:first-child {
	margin-top: 20px;
}

.picli2 li .piccon2 {
	padding: 0 10px;
}

.picli2 li .piccon2 h3 {
	display: block;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

.picli2 li .piccon2 p {
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.picli2 li .piccon2 a {
	float: right;
	margin-top: 4px;
	color: #fa0c0c;
}

.piccon {
	padding: 0 15px;
	color: #333;
}

.piccon h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.piccon p {
	line-height: 1.8;
	font-size: 14px;
	color: #999;
}

.img-txt h3 {
	position: relative;
	margin: 10px 0 15px;
	padding-left: 75px;
	height: 40px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.img-txt h3 span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	height: 100%;
	line-height: 40px;
	background-color: #0450b1;
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
}

.img-txt p {
	margin-bottom: 30px;
	padding-right: 20px;
	font-size: 14px;
}

.more {
	margin-bottom: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #999;
}

.more span {
	padding-left: 5px;
}


.mobile-wrap {
	display: none;
}

.fineLi {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.fineLi:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

/* 滚动列表 */
.contain {
	width: 800px;
	margin: 0 auto 40px;
	overflow: hidden;
}

.single {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0;
}

.pre {
	position: absolute;
	width: 20px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.pre:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.pre::before {
	content: "";
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 70%;
	top: 50%;
}

.next {
	position: absolute;
	width: 20px;
	height: 100%;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.next::before {
	content: "";
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 30%;
	top: 50%;
}

.single ul {
	list-style: none;
	white-space: nowrap;
	display: inline-block;
}

.single ul li {
	display: inline-block;
}

.single ul li a {
	display: block;
	padding-bottom: 43.61%;
	height: 0;
	border: 1px solid #b5b5b5;
	overflow: hidden;
}

.single img {
	vertical-align: top;
}

/* 首页-我们的服务 */
.servicebox {
	box-sizing: border-box;
	padding-top: 114px;
	height: 478px;
	background-color: #007AFF;
	background: url(../images/bg2.jpg) no-repeat 0 center;
	background-size: 100% 100%;
}
.servicebox .row-tit {
	margin-bottom: 36px;
	text-align: center;
}
.servicebox .row-tit img {
	width: 180px;
}

.serviceli li {
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #4993c3;
	border-left: 1px solid #4993c3;
	width: 25%;
	height: 150px;
}

.serviceli li:first-child {
	border-left: 0;
}

.serviceli li:last-child {
	border-right: 0;
}

.serviceli li .item {
	margin: 0 auto;
	width: 128px;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	transition: all .1s ease-in .1s;
}

.serviceli li .item .icon {
	margin: 0 auto 10px;
	width: 85px;
	height: 85px;
	background: url(../images/icon08.1.png) no-repeat 0 0;
	background-size: 100%;
}
.serviceli li:nth-child(2) .item .icon {
	background-image: url(../images/icon08.2.png);
}
.serviceli li:nth-child(3) .item .icon {
	background-image: url(../images/icon08.3.png);
}
.serviceli li:nth-child(4) .item .icon {
	background-image: url(../images/icon08.4.png);
}
.serviceli li:nth-child(1) .item:hover .icon {
	background-image: url(../images/icon08.1.sel.png);
}
.serviceli li:nth-child(2) .item:hover .icon {
	background-image: url(../images/icon08.2.sel.png);
}
.serviceli li:nth-child(3) .item:hover .icon {
	background-image: url(../images/icon08.3.sel.png);
}
.serviceli li:nth-child(4) .item:hover .icon {
	background-image: url(../images/icon08.4.sel.png);
}

.serviceli li .item .tit {
	line-height: 1;
	text-align: center;

}

.serviceli li .item .line {
	margin: 10px auto 0;
	width: 22px;
	height: 2px;
	background-color: #fff;
	transition: all .1s ease-in .1s;
}

.serviceli li .item:hover {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(50, 73, 135, 2);
	color: #324987;
}

.serviceli li .item:hover .line {
	margin-top: 19px;
	width: 72px;
	background-color: #324987;
}

/* 最新动态 */
.trendsbox {
	/* margin-bottom: 40px; */
	height: 290px;
	border-top: 2px solid #324987;
}

.trendsbox .item {
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}

.trendsbox .item:nth-child(1) {
	width: 702px;
	/*border-top: 2px solid #324987;*/
}

.trendsbox .item:nth-child(2) {
	position: relative;
	width: 290px;
	background-color: #f5f5f5;
}

.trendsbox .item:nth-child(1) .box {
	height: 100%;
	overflow: hidden;
}

.trendsbox .item:nth-child(1) .box:nth-child(1) {
	width: 336px;
	background-color: #f9f9f9;
}

.trendsbox .item:nth-child(1) .box:nth-child(2) {
	width: 352px;
	background-color: #f9f9f9;
}

.video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 62px;
	height: 28px;
	background: #8e92a5 url(../images/video.jpg) no-repeat center center;
	border-radius: 5px 0 0 0;
}

/* 联系我们 */
.subcon2 .head {
	margin-bottom: 40px;
	width: 100%;
	height: 90px;
}

.subcon2 .head .box {
	float: right;
	width: 96%;
	height: 100%;
	background: url(../images/line1.jpg) repeat-x 0 bottom;
	background-size: 9px 6px;
}

.subcon2 .head .box .pic {
	float: left;
	box-sizing: border-box;
	margin: -8px 35px 0 -45px;
	width: 92px;
	height: 90px;
	border: 2px solid #344885;
	border-radius: 50%;
	overflow: hidden;
}

.subcon2 .head .box .con {
	line-height: 1;
	font-size: 16px;
	color: #324a8a;
}

.subcon2 .head .box .con div {
	margin-top: 18px;
}
.subcon2 .head .box .con .tit1 {
	margin-top: 22px;
}

.telbox {
	margin-bottom: 28px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
}

.telbox .tit {
	margin-bottom: 28px;
	padding-left: 42px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #324a8a;
	background: url(../images/tel.jpg) no-repeat 0 center;
	background-size: 30px 30px;
}

.telli li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 12px 0 0 50px;
	width: 50%;
	height: 106px;
	line-height: 1;
	transition: all .1s ease-in .1s;
	color: #424242;
}

.telli li:hover {
	background-color: #eee;
}

.telli li .title {
	font-weight: bold;
	font-size: 16px;
}

.telli li .tel {
	margin: 18px 0 0 6px;
	font-size: 14px;
}

.codebar {
	box-sizing: border-box;
	padding: 30px 0 0 38px;
}

.codebar li {
	display: inline-block;
	width: 440px;
}

.codebar li:nth-child(2) {
	float: right;
}

.codebar .pic {
	float: left;
	margin-right: 20px;
	width: 138px;
	overflow: hidden;
}

.codebar .con {
	float: left;
	padding-top: 60px;
	line-height: 1;
}

.codebar .con .tit {
	font-weight: bold;
	font-size: 16px;
	color: #444;
}

.codebar .con .msg {
	margin-top: 24px;
	font-size: 12px;
	color: #707070;
}

/* 服务 */
.serviceBox {
	margin-bottom: 50px;
}
.serviceBox li {
	margin-bottom: 40px;
}

.serviceBox li:last-child .serviceMsg1 {
	border-bottom: 0;
}

.dateBox2 .name {
	display: inline-block;
	width: 97.7%;
}

.serviceTit {
	font-size: 20px;
}

.serviceTit img {
	margin: -5px 0 0 -20px;
	width: 30px;
}

.serviceTit .name {
	position: relative;
}

.serviceTit .login {
	float: right;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #0a0104;
	background-color: #334887;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
}

.serviceTit .name::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #444;
}

.serviceMsg {
	margin-top: 20px;
	padding: 0 20px;
	line-height: 2;
	text-indent: 2em;
	font-size: 16px;
	color: #555;
}

.serviceMsg1 {
	margin-left: 30px;
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #878787;
	text-indent: 0;
	font-size: 16px;
}

.serviceLi {
	margin-top: 50px;
	padding-bottom: 40px;
}

.serviceLi li {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	width: 20%;
	text-align: center;
}

.serviceLi li:last-child {
	margin-right: 0;
}

.serviceLi li a {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.serviceLi li .tit {
	margin: 10px 0 20px;
	line-height: 1;
	font-size: 18px;
	color: #455c92;
}

.serviceLi li .msg {
	/*text-align: justify;*/
	text-align: center;
	font-size: 16px;
	color: #555;
}

.serviceCon {
	padding: 45px 0;
}

.serviceCon .pic {
	margin: 6px 64px 0 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.serviceCon .con {
	position: relative;
	box-sizing: border-box;
	padding: 20px 0 10px 90px;
	width: 622px;
	min-height: 164px;
	border: 1px solid #0a0205;
	border-radius: 20px;
}

.serviceCon .con::before {
	content: '';
	position: absolute;
	top: 40px;
	left: -31px;
	width: 34px;
	height: 44px;
	background: url(../images/arrow1.jpg) no-repeat 0 0;
	background-size: 100%;
}

.serviceCon .con li {
	float: left;
	position: relative;
	box-sizing: border-box;
	margin: 0 60px 16px 0;
	padding-left: 24px;
	width: 205px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
}

.serviceCon .con li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 3;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #353535;
}

.settlementForm,
.serviceForm {
	padding: 54px 0 60px;
	width: 100%;
	line-height: 1;
	background-color: #f9f9f9;
}

.settlementForm {
	margin-top: 60px;
	padding: 40px 0 50px;
}

.settlementbox {
	margin: 0 auto;
	width: 900px;
}

.inputbox {
	width: 804px;
}

.settlementTit {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}

.settlementbox input {
	float: left;
	box-sizing: border-box;
	margin-bottom: 28px;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #dcdcdc;
	/*border-radius: 7px;*/
	background-color: #fff;
}

.settlementbox .inputbox input:nth-child(1) {
	margin-right: 68px;
	width: 170px;
}

.settlementbox .inputbox input:nth-child(3),
.settlementbox .inputbox input:nth-child(2) {
	width: 245px;
}

.settlementbox .inputbox input:nth-child(3) {
	float: right;
}

.settlementbox textarea {
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	border: 1px solid #dcdcdc;
	border-radius: 7px;
	background-color: #fff;
	resize: none;
}

.settlementbox .btnbox {
	text-align: left;
}

.settlementbox .btnbox button {
	border-radius: 7px;
}

.inputMsg,
.input-group {
	margin: 0 auto;
	width: 900px;
}

.inputMsg {
	margin-bottom: 30px;
	font-size: 18px;
	color: #353535;
}

.input-row {
	float: left;
	margin-bottom: 26px;
}

.input-row label {
	float: left;
	margin-top: 6px;
	width: 184px;
	text-align: right;
	font-size: 16px;
	color: #353535;
}

.input-row input {
	padding: 0 20px;
	width: 200px;
	height: 30px;
	border: 1px solid #20a2ff;
	background-color: #f9f9f9;
	font-size: 12px;
}

.input-row textarea {
	box-sizing: border-box;
	padding: 6px 20px;
	width: 668px;
	height: 106px;
	border: 1px solid #20a2ff;
	background-color: #f9f9f9;
	resize: none;
	font-size: 12px;
	text-align: left;
}

.btnbox {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.btnbox button {
	margin-right: 120px;
	width: 134px;
	height: 38px;
	line-height: 38px;
	background-color: #324987;
	border: 0;
	text-align: center;
	letter-spacing: 4px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.dateLi {
	padding: 30px 230px 0 32px;
}

.dateLi li {
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #afafaf;
	font-size: 16px;
	color: #434343;
}

.dateLi li:last-child {
	border-bottom: 0;
}

.dateLi li .title {
	float: left;
	width: 80%;
	height: 60px;
	overflow: hidden;
}

.dateLi li .time {
	float: right;
}

.dateLi li .download {
	position: absolute;
	top: 16px;
	right: -200px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #334887;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
}

/* 共享平台 */
.platformbox .serviceTit img {
	margin-left: 0;
}

.platformbox .serviceMsg {
	padding: 0;
}

.platformLi li {
	margin-bottom: 40px;
	padding-bottom: 20px;
	background: url(../images/line3.jpg) repeat-x 0 bottom;
	background-size: 10px 2px;
}

.platformTel {
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 10px 0;
	width: 280px;
	text-align: center;
	background-color: #334887;
	border-radius: 12px;
	font-size: 14px;
	color: #fff;
}
.subcon3 {
	box-sizing: border-box;
	padding: 0 40px;
}
.collegeTit {
	position: relative;
	margin: 50px 0 20px;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #334887;
}

.collegeTit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #334887;
}

.collegeMsg {
	line-height: 1.8;
	text-indent: 3em;
	text-align: justify;
	font-size: 16px;
	color: #444;
}

.caseLi li {
	float: left;
	box-sizing: border-box;
	padding: 20px 20px 50px;
	width: 33.3%;
	text-align: center;
	font-size: 16px;
	color: #434343;
}

.caseLi li:last-child {
	margin-right: 0;
}

.caseLi li .pic {
	margin-bottom: 10px;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.swiperBox {
	position: relative;
	padding-top: 40px;
}
.swiperBox .swiper-container {
	width: 90%;
}
.swiperBox .swiper-button-next:after, .swiperBox .swiper-button-prev:after {
	margin-top: 35px !important;
}

.recruitHeader {
	padding: 0 20px 40px 80px;
}

.recruitHeader .pic {
	width: 18%;
}

.recruitHeader .con {
	box-sizing: border-box;
	padding-left: 50px;
	width: 78%;
	color: #555;
}

.recruitHeader .title {
	font-size: 20px;
}

.recruitHeader p {
	margin-top: 10px;
	line-height: 1.8;
	font-size: 16px;
}

.recruitListBox {
	margin-bottom: 50px;
	background-color: #ededed;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.recruitListBox .item {
	float: left;
	height: 100%;
	line-height: 60px;
}

.recruitListTh {
	background-color: #334887;
}

.recruitListTh .item {
	height: 60px;
	color: #fff;
}

.recruitListTd li {
	height: 60px;
}

.recruitListTd li:nth-child(2n) {
	background-color: #f6f6f6;
}

.recruitListTd li .item:nth-child(3),
.recruitListTh .item:nth-child(3),
.recruitListTd li .item:nth-child(1),
.recruitListTh .item:nth-child(1) {
	width: 30%;
}

.recruitListTd li .item:nth-child(4),
.recruitListTh .item:nth-child(4),
.recruitListTd li .item:nth-child(2),
.recruitListTh .item:nth-child(2) {
	width: 20%;
}

.detailsbox {
	margin: 40px 0 50px;
	padding: 50px 30px;
	background-color: #fcfcfc;
}
.detailsTit {
	margin-bottom: 50px;
	text-align: center;
}
.detailsTit img {
	width: 180px;
}
.detailsHeader {
	padding-bottom: 25px;
	font-size: 16px;
	color: #424242;
	border-bottom: 1px solid #7b8ab1;
	text-align: justify;
	vertical-align: bottom;
}
.detailsHeader .icon {
	float: left;
	color: #324a88;
}
.detailsHeader img {
	float: left;
	margin-right: 10px;
	width: 25px;
}
.detailsHeader .msg {
	float: left;
	margin-left: 30px;
	color: #555;
}
.detailsCon {
	padding: 0 60px 40px;
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	color: #555;
}
.detailsCon .tit {
	margin-top: 20px;
	font-size: 20px;
}
.detailsPage {
	text-align: center;
}
.detailsPage a {
	display: inline-block;
	margin: 0 15px;
	width: 144px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #7d7d7d;
	font-size: 20px;
	color: #fff;
	transition: all .1s ease-in .1s;
}
.detailsPage a:hover {
	background-color: #334887;
}

.parkDetailsTit {
	margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
	color: #333;
}

.parkDetailsMsg {
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #898989;
}

.parkDetailsCon {
	text-align: center;
	font-size: 16px;
	color: #555;
}
.parkDetailsCon p {
	margin-bottom: 20px;
	text-indent: 2em;
	text-align: left;
}
.parkDetailsCon img {
	display: inline-block;
	margin: 20px auto 40px;
}
.keybox {
	margin-top: 6z0px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #6b6b6b;
}
.keybox span {
	font-weight: bold;
}
.keybox,
.pagebox a,
.keybox a {
	font-size: 16px;
	color: #666;
}
.pagebox {
	padding: 20px 0 50px;
	line-height: 1;
	text-align: center;
}
.pagebox a {
	display: inline-block;
	padding: 0 15px;
	transition: all .1s ease-in .1s;
}
.pagebox a:hover {
	color: #334887;
}

/* 登录 */
.loginWrap {
	position: initial;
	top: 20%;
	/*right: 140px;*/
	z-index: 99;
	box-sizing: border-box;
	padding: 31px 52px 35px 56px;
	width: 400px;
	height: 440px;
	line-height: 1;
	background-color: #fff;
	box-shadow: 0 0 14px rgba(50, 73, 135, .5);
	margin: 20px auto;
}
.loginTit {
	margin-bottom: 49px;
	text-align: center;
	font-size: 26px;
	color: #324987;
}
.registerCon input,
.loginCon input {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 14px 0 35px;
	height: 40px;
	width: 100%;
	border: 2px solid #f2f2f2;
	font-size: 14px;
	background: url(../images/icon07.1.png) no-repeat 0 center;
	background-size: 35px 35px;
}
.registerCon input:nth-child(2),
.loginCon input:nth-child(2) {
	background-image: url(../images/icon07.2.png);
}
.registerCon input:nth-child(4),
.loginCon input:nth-child(3) {
	float: left;
	width: 266px;
	background-image: url(../images/icon07.3.png);
}
.registerCon input:nth-child(3) {
	background-image: url(../images/icon07.4.png);
}

.codePic {
	float: left;
	position: relative;
	margin-left: 6px;
	height: 39px;
	width: 87.5px;
	background-color: #eff6ff;
}
.registerCon .codePic .change,
.codePic .change {
	position: absolute;
	top: 0;
	right: -65px;
	height: 39px;
	line-height: 39px;
	font-size: 12px;
	cursor: pointer;
}
.registerCon .codePic {
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #324987;
	cursor: pointer;
}
.registerCon .codePic .change {
	right: -74px;
	font-size: 12px;
	color: #666;
}
.registerbtn,
.loginbtn {
	margin-top: 110px;
	height: 40px;
	background-color: #324987;
}
.registerbtn {
	margin-top: 80px;
}
.registerbtn button,
.loginbtn button {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #324987;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}
.register,
.forget {
	display: block;
	margin-top: 24px;
	line-height: 1;
	font-size: 18px;
	color: #666666;
}
.register {
	margin-top: 24px;
	text-align: center;
	font-size: 14px;
}
.register span {
	color: #324987;
}

@media only screen and (max-width: 1740px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 810px) {}

@media only screen and (max-width: 780px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {}


.bannerbox{
	margin-top: 74px;
}
.shou{cursor:pointer;}
/*分页*/
.page-fy{ clear:both; text-align:left; height:30px;margin:0 auto; margin-top:20px; margin-bottom:20px;}
.page-fy b{ display:inline-block; width:30px; height:30px; text-align:center; background:#e43f3f; line-height:30px; margin:0 5px; color:#fff; font-weight:100;border-radius:4px}
.page-fy a{ display:inline-block; padding:0 10px;height:30px; text-align:center; line-height:30px;margin:0 5px; font-size:14px; background:#e6e6e6; border-radius:4px;}
.page-fy a:hover{ display:inline-block; padding:0 10px;height:30px; text-align:center; line-height:30px;margin:0 5px; font-size:14px; background:#334A90; color:#FFF; border-radius:4px;}