
*{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
*, :after, :before {
	box-sizing: border-box;
}
body, html {
	width: 100%;
	height: 100%;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	font-family: Microsoft Yahei,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,sans-serif;
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1;
	--theme-color01: #0168b7;
	--theme-color02: #ff9600;
}
body, html {
	font-size: 20px;
	color: #191f25;
}

[role=button], a, button, input:not([type=range]), label, select, textarea {
	touch-action: manipulation;
}
button, [role=button], html input[type=button], input[type=reset], input[type=submit],
[type=reset], [type=submit], html [type=button]{
	-webkit-appearance: button;
	cursor: pointer;
}

div,button,h1,h2,h3,h4,h5,h6,ul,li{
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul, li{ list-style:none;}

div{zoom:1}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
	color: #inherit;
}

em{
	font-style: normal;
}

img{border: none;}

/********** input ***********/
input{
	text-indent: 0;
	background: transparent;
	border: none;
	resize:none;
	outline:none;  /*清除选中效果的默认蓝色边框 */
	-webkit-appearance:none;  /*清除浏览器默认的样式 */
	line-height: normal;   /*光标问题*/
}
input::-webkit-input-placeholder{
	color: #ccc;
	font-size: 18px;
}
input::-moz-placeholder{
	color: #ccc;
	font-size: 18px;
}
input::-ms-input-placeholder{
	color: #ccc;
	font-size: 18px;
}

.cr-icon {
	font-family: "iconfont" !important;
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	text-transform: none;
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cricon-phone::before{
	content: "\e614";
}
.cricon-email::before{
	content: "\e630";
}
.cricon-wx::before{
	content: "\e62e";
}

/********** main-head ***********/
.main-head{
	width: 100%;
	height: 96px;
	background-color: #fff;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;*/
}
.main-head .content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.main-head .content .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding-top: 15px;
}
.main-head .left .logo-box{
	display: block;
	height: 64px;
}
.main-head .left .logo-box img{
	height: 100%;
}
.main-head .content .right{
	float: right;
	height: 100%;
}
.main-head .nav-list{
	height: 100%;
}
.main-head .nav-list::after{
	content: "";
	display: block;
	clear: both;
}
.main-head .nav-item{
	/* width: 85px; */
	height: 100%;
	float: left;
	position: relative;
	margin-left: 32px;
}
.main-head .nav-item .top-box{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.main-head .nav-item .top-box .icon{
	float: left;
	height: 100%;
	opacity: 1;
	padding-right: 7px;
	/* display: none; */
	opacity: 0;
}
.main-head .nav-item.active .top-box .icon{
	/* display: block; */
	opacity: 1;
}
.main-head .nav-item:hover .top-box .icon{
	opacity: 1;
}
.main-head .nav-item .top-box .icon .icon01{
	display: block;
	width: 7px;
	height: 26px;
	margin-bottom: 4px;
	background-color: #005389;
	background: linear-gradient(to top, #3c8cc8, #e4eff7);
}
.main-head .nav-item .top-box .icon .icon02{
	display: block;
	width: 7px;
	height: 4px;
	background-color: #0068b7;
}
.main-head .nav-item .top-box .text{
	float: left;
	font-size: 12px;
	color: #333;
	font-weight: 900;
	/*text-shadow: 0px 0px 1px #333;*/
}
.main-head .nav-item.active .top-box .text{
	/* color: #0068b7;
	text-shadow: 0px 0px 1px #0068b7; */
	/* font-weight: 600; */
}
.main-head .nav-item:hover .top-box .text{
	/* color: #0068b7;
	text-shadow: 0px 0px 2px #0068b7; */
	/* font-weight: 600; */
}
.main-head .nav-item .top-box .text h4{
	font-size: 16px;
}
.main-head .nav-item .top-box .text p{
	padding-top: 8px;
}
.main-head .nav-item .down-box{
	width: 100%;
	position: absolute;
	left: 0;
	top: 96px;
	background-color: #fff;
	display: none;
	margin-left: -15px;
}
.main-head .nav-item:hover .down-box{
	display: block;
}
.main-head .nav-item .down-box .down-item{
	width: 100%;
	height: 32px;
	border-top: 1px solid #eee;
}
.main-head .nav-item .down-box .down-item .text{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #444;
}
.main-head .nav-item .down-box .down-item:hover .text{
	color: #005389;
	font-weight: 600;
}

/********** main-body ***********/
.main-body{
	width: 100%;
	/*padding-top: 96px;*/
}

/********** banner-box ***********/
.one-banner-box{
	width: 100%;
	height: 520px;
}
.one-banner-box .pic-box{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.one-banner-box .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/********** common css ***********/
.full_screen {
	width: 100%;
	background-color: #fff;
}
.full_screen .content {
	width: 1200px;
	margin: 0 auto;
}

/********** 模块标题 module-title ***********/
.module-title{
	width: 100%;
	text-align: center;
	padding-top: 85px;
	padding-bottom: 25px;
}
.module-title h2{
	font-size: 36px;
	color: #000;
	margin-bottom: 22px;
	font-weight: 900;
}
.module-title h2 span{
	color: #0168b7;
}
.module-title h2 span i{
	display: inline-block;
	width: 70px;
	height: 4px;
	background-color: #0168b7;
	position: relative;
	top: -10px;
}
.module-title .line-box{
	width: 32px;
	height: 5px;
	background-color: #0168b7;
	margin: 0 auto;
	position: relative;
}
.module-title p{
	font-size: 20px;
	color: #888;
	margin-top: 22px;
}

/********** 咨询按钮 zixu-box ***********/
.zixu-box{
	width: 100%;
	padding: 30px 0;
}
.zixu-box .btn-box{
	display: block;
	width: 514px;
	height: 56px;
	background-color: #fff;
	border: 2px solid #ff9600;
	border-radius: 28px;
	position: relative;
	z-index: 8;
	margin: 0 auto;
}
.zixu-box .btn-box .item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.zixu-box .btn-box .item .cricon-pic{
	display: inline-block;
	width: 38px;
}
.zixu-box .btn-box .item span{
	white-space: nowrap;
	font-size: 28px;
	color: #ff9600;
	margin-left: 10px;
}
.zixu-box .btn-box .item em{
	font-size: 21px;
	color: #fff;
	margin-left: 10px;
}

.zixu-box .btn-box .left{
	width: 300px;
	height: 100%;
	padding-left: 10px;
}
.zixu-box .btn-box .right{
	width: 208px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 10;
	background-color: #ff9600;
	border-radius: 28px;
}

/********** bus-analyse ***********/
.bus-analyse{
	width: 100%;
	padding-bottom: 30px;
}
.bus-analyse .list{
	width: 100%;
	display: flex;
	display: -ms-flexbox;
}
.bus-analyse .list .item{
	flex: 1;
	height: 520px;
	margin-right: 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 6px;
	overflow: hidden;
}
.bus-analyse .list .item .line-box{
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	position: relative;
}
.bus-analyse .list .item .line-box>*{
	flex: none;
}
.bus-analyse .list .item .title-box{
	margin-bottom: 35px;
	padding-top: 45px;
}
.bus-analyse .list .item .title-box .title{
	font-size: 24px;
	color: #0168b7;
	font-weight: 900;
	text-align: center;
	margin-bottom: 25px;
}
.bus-analyse .list .item .title-box .line{
	width: 50px;
	height: 9px;
	background-color: #0168b7;
	margin: 0 auto;
}
.bus-analyse .list .item .descrip{
	flex: 1;
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 30px;
}
.bus-analyse .list .item .pic-box{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	font-size: 0;
}
.bus-analyse .list .item .pic-box img{
	width: 100%;
}

/********** lv-intro ***********/
.lv-intro{
	width: 100%;
	padding-bottom: 100px;
}
.lv-intro .text-box{
	font-size: 17px;
	color: #000;
}
.lv-intro .text-box p{
	margin-bottom: 35px;
	line-height: 30px;
	text-indent: 2em;
}
.lv-intro .text-box p span{
	color: #0168b7;
}
.lv-intro .photo-container{
	width: 100%;
	position: relative;
	padding-top: 15px;
}
.lv-intro .photo-btn{
	padding: 10px 8px;
	font-family: 楷体;
	font-size: 28px;
	color: #999;
	position: absolute;
	top: 44%;
	font-weight: 900;
	cursor: pointer;
}
.lv-intro .photo-btn:hover{
	color: #0168b7;
	/* font-size: 24px; */
}
.lv-intro .photo-btn.prev{
	left: -80px;
}
.lv-intro .photo-btn.next{
	right: -80px;
}
.lv-intro .photo-wrap{
	width: 100%;
	height: 335px;
	position: relative;
	overflow: hidden;
}
.lv-intro .photo-slide{
	width: 340px;
	height: 255px;
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	top: 33px;
	left: -350px;
	z-index: 1;
	overflow: hidden;
}
.lv-intro .photo-slide:nth-of-type(2){
	left: 0px;
	opacity: 1;
}
.lv-intro .photo-slide:nth-of-type(3){
	width: 475px;
	height: 335px;
	top: 0px;
	left: 360px;
	opacity: 1;
}
.lv-intro .photo-slide:nth-of-type(4){
	left: 855px;
	opacity: 1;
}
.lv-intro .photo-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lv-intro .photo-slide p{
	width: 100%;
	height: 30px;
	background-color: rgba(1, 104, 183, 0.62);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	color: #fff;
}
.lv-intro .photo-slide:nth-of-type(3) p{
	height: 40px;
	font-size: 20px;
}

/********** coopera-modal ***********/
.coopera-modal{
	width: 100%;
}
.coopera-modal .text-box{
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 40px;
}
.coopera-modal .text-box p{
	font-size: 17px;
	color: #000;
	text-indent: 2em;
	line-height: 30px;
	/*font-family: Adobe 黑体 Std;*/
}
.coopera-modal .benefit{
	width: 100%;
	background-color: #0168b7;
	padding-bottom: 20px;
}
.coopera-modal .pic-box{
	width: 100%;
}
.coopera-modal .pic-box img{
	width: 100%;
}

/********** incubate-flow ***********/
.incubate-flow{
	width: 100%;
	background-color: #f6f6f6;
	padding-bottom: 65px;
}
.incubate-flow .content{
	width: 1320px;
	padding-top: 35px;
}
.incubate-flow .content .pic-box,
.incubate-flow .content .pic-box img{
	width: 100%;
}

/********** city-jl ***********/
.city-jl{
	width: 100%;
}
.city-jl .module-title{
	padding-bottom: 190px;
}
.city-jl .con-wrap{
	width: 100%;
	min-width: 1400px;
	height: 360px;
	/* background-image: url(../images/cityjl-bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%; */
	background-color: #0168b7;
	position: relative;
}
.city-jl .cityjl-container{
	width: 1280px;
	height: 570px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.city-jl .list{
	width: 100%;
	height: 410px;
	position: absolute;
	bottom: 70px;
	left: 0;
	display: flex;
}
.city-jl .list .item{
	width: calc((100% - 90px) / 4);
	height: 100%;
	background-color: #fff;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
}
.city-jl .list .item:nth-last-of-type(1){
	margin-right: 0;
}
.city-jl .list .item .pic-wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0;
}
.city-jl .list .item .pic-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.city-jl .list .item .text-box{
	width: 100%;
	height: 144px;
	background-color: rgba(0,0,0,0.3);
	padding: 0px 20px 40px;
	padding-right: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
	/* cursor: pointer; */
}
.city-jl .list .item:hover .text-box{
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding-top: 15px;
}
.city-jl .list .item .msg-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.city-jl .list .item .msg-box .name-box{
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
}
.city-jl .list .item .msg-box .name-box .name{
	flex: 1;
	font-size: 24px;
	color: #fff;
}
.city-jl .list .item .msg-box .name-box .year{
	flex: none;
	display: inline-block;
	background-color: #f39800;
	padding: 5px 10px;
	font-size: 15px;
	color: #fff;
	border-radius: 20px;
}
.city-jl .list .item .msg-box .fhidden{
	display: none;
}
.city-jl .list .item:hover .msg-box .fhidden{
	display: block;
}
.city-jl .list .item .msg-box p{
	font-size: 13px;
	color: #fff;
	line-height: 22px;
}
.city-jl .list .item .msg-box p.yeji{
	/* max-height: 44px; */
	/* overflow: hidden; */
}
.city-jl .list .item .msg-box p.descrip{
	height: 176px;
	overflow: hidden;
	margin-top: 10px;
}
.city-jl .list .item .down-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.city-jl .list .item .down-box img{
	width: 24px;
	transition: all 0.3s;
	transform: rotate(0deg);
}
.city-jl .list .item:hover .down-box img{
	transform: rotate(180deg);
}
.city-jl .cityjl-arrow{
	width: 1400px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 300px;
	margin: 0 auto;
}
.city-jl .cityjl-arrow .arrow{
	width: 50px;
	height: 66px;
	background-color: rgba(255, 255, 255, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	border-radius: 4px;
	opacity: 0.6;
	position: absolute;
}
.city-jl .cityjl-arrow .arrow img{
	width: 30px;
}
.city-jl .cityjl-arrow .arrow:hover{
	opacity: 1;
	cursor: pointer;
}
.city-jl .cityjl-arrow .cityjl-arrow-left{
	left: 0;
}
.city-jl .cityjl-arrow .cityjl-arrow-right{
	right: 0;
}

/********** success-case ***********/
.success-case{
	width: 100%;
	padding-bottom: 65px;
}
.success-case .case-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
}
.success-case .case-wrap{
	width: 382px;
	display: flex;
	flex-wrap: wrap;
	/* position: relative; */
	/*transition: all 0.4s;*/
}
.success-case .case-wrap.active{
	width: 790px;
	justify-content: space-between;
}
.success-case .case-wrap.left{
	margin-right: 25px;
}
.success-case .case-box .item{
	width: 382px;
	height: 224px;
	margin-bottom: 14px;
	/* transition: all 0.4s; */
	order: 2;
}
.success-case .case-wrap .item.active{
	width: 790px;
	height: 462px;
	/* position: absolute;
	left: 0;
	top: 0; */
	/* order: 1; */
}
.success-case .case-wrap .item.active.padtom{
	/* width: 790px;
	height: 462px; */
	/* position: absolute;
	left: 0;
	top: 0; */
	/* order: 3; */
}

.success-case .case-wrap .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/********** success-case02 ***********/
.success-case02{
	width: 100%;
	padding-bottom: 65px;
}
.success-case02 .content{
	padding-top: 40px;
}
.success-case02 .case-box{
	width: 100%;
	height: 714px;
	overflow: hidden;
	position: relative;
}
.success-case02 .case-box .item{
	width: 382px;
	height: 224px;
	margin-bottom: 14px;
	transition: all 0.4s;
	position: absolute;
	left: 0;
}
.success-case02 .case-box .item.top{
	top: 0;
}
.success-case02 .case-box .item.bottom{
	bottom: 0;
}
.success-case02 .case-box .item.left02{
	left: 408px;
}
.success-case02 .case-box .item.left03{
	left: 815px;
}
.success-case02 .case-box .item.top02{
	top: 238px;
}
.success-case02 .case-box .item.bottom02{
	bottom: 238px;
}
.success-case02 .case-box .item.active{
	width: 790px;
	height: 462px;
	z-index: 1;
}
.success-case02 .case-box .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/********** problem-box ***********/
.problem-box{
	width: 100%;
}
.problem-box .content{
	padding-top: 35px;
}
.dialogue-box{
	width: 100%;
	background-color: #0168b7;
	padding: 25px 1px 9px;
	border-radius: 14px;
	margin-bottom: 30px;
}
.dialogue-list{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 #fff;
	padding: 85px 40px 60px;
}
.dialogue-list .item{
	position: relative;
	margin-bottom: 35px;
}
.dialogue-list .item.left{
	padding-left: 105px;
}
.dialogue-list .item .pic-box{
	width: 80px;
	position: absolute;
	top: -5px;
}
.dialogue-list .item.left .pic-box{
	left: 0;
}
.dialogue-list .item.right{
	padding-right: 105px;
}
.dialogue-list .item.right .pic-box{
	right: 0;
}
.dialogue-list .item .pic-box img{
	width: 100%;
}
.dialogue-list .item .text-box{
	position: relative;
}
.dialogue-list .item.right .text-box{
	display: flex;
	justify-content: flex-end;
}
.dialogue-list .item .text-box .txt{
	display: inline-block;
	max-width: 680px;
	background-color: #e4e4e4;
	border-radius: 10px;
	padding: 8px 22px;
	padding-right: 10px;
	line-height: 40px;
	font-size: 25px;
	color: #000;
	position: relative;
}
.dialogue-list .item.left .text-box .txt{
	font-weight: 900;
}
.dialogue-list .item.right .text-box .txt{
	font-size: 24px;
	background-color: #9eea6a;
	padding: 12px 30px;
	padding-right: 22px;
}
.dialogue-list .item.left .text-box .txt::before{
	content: "";
	position: absolute;
	left: -28px;
	top: 18px;
	border: 1px solid #e4e4e4;
	border-width: 8px 14px;
	border-color: transparent #e4e4e4 transparent transparent;
}
.dialogue-list .item.right .text-box .txt::before{
	content: "";
	position: absolute;
	right: -28px;
	top: 18px;
	border: 1px solid #e4e4e4;
	border-width: 8px 14px;
	border-color: transparent transparent transparent #9eea6a;
}

/********** customer-comment ***********/
.customer-comment{
	width: 100%;
	position: relative;
}
.customer-comment .module-title{
	padding-bottom: 50px;
}
.customer-comment .con-wrap{
	width: 100%;
	min-width: 1400px;
	height: 800px;
	/* background-image: url(../images/cityjl-bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%; */
	background-color: #0168b7;
	position: relative;
}
.customer-comment .customer-container{
	width: 1254px;
	height: 570px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.customer-comment .list{
	width: 100%;
	height: 710px;
	position: absolute;
	/* bottom: 70px; */
	left: 0;
	display: flex;
}
.customer-comment .list .item{
	width: calc((100% - 150px) / 4);
	height: 100%;
	margin-right: 50px;
	position: relative;
}
.customer-comment .list .item:nth-last-of-type(1){
	margin-right: 0;
}
.customer-comment .list img{
	height: 600px;
}
.customer-comment .customer-arrow{
	width: 1400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	height: 66px;
}
.customer-comment .customer-arrow .arrow{
	width: 50px;
	height: 66px;
	background-color: rgba(255, 255, 255, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	border-radius: 4px;
	opacity: 0.6;
	position: absolute;
}
.customer-comment .customer-arrow .arrow img{
	width: 30px;
}
.customer-comment .customer-arrow .arrow:hover{
	opacity: 1;
	cursor: pointer;
}
.customer-comment .customer-arrow .customer-arrow-left{
	left: -30px;
}
.customer-comment .customer-arrow .customer-arrow-right{
	right: -30px;
}
/********** invite-box ***********/
.invite-box{
	width: 100%;
	padding-bottom: 140px;
}
.invite-box .module-title{
	padding-top: 75px;
	margin-bottom: 120px;
}
.invite-box .con-wrap{
	width: 100%;
	height: 560px;
	background-image: url(../images/invite_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.invite-box .content{
	width: 1250px;
	position: relative;
}
.invite-box .content .left{
	width: 710px;
	height: 670px;
	background-image: url(../images/invite_left_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	top: -60px;
	left: 0;
	padding-left: 30px;
	padding-top: 40px;
}
.invite-box .content .right{
	width: 620px;
	height: 515px;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 22px;
	right: 0;
}
.invite-box .news-list{
	width: 560px;
}
.invite-box .news-item{
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: block;
	background-color: #dfecf5;
	margin-bottom: 17px;
	padding: 0 30px;
	font-size: 15px;
	color: #000;
	padding-top: 10px;
}
.invite-box .news-item .txt{
	width: 100%;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.invite-box .news-item .txt p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.invite-box .news-item .txt p.title{
	font-weight: 900;
}
.invite-box .news-item .time{
	line-height: 30px;
	text-align: right;
}
.invite-box .more-box{
	width: 560px;
	text-align: center;
	/* padding-top: 10px; */
}
.invite-box .more-box a{
	display: inline-block;
	width: 120px;
	height: 30px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 28px;
	text-align: center;
	border-radius: 15px;
}

.invite-box .form-title{
	width: 100%;
	padding-top: 25px;
	padding-left: 90px;
	font-size: 30px;
	line-height: 50px;
	color: #0168b7;
	font-weight: 900;
}
.invite-box .form-box{
	width: 100%;
	padding-right: 25px;
	padding-top: 30px;
}
.invite-box .form-box .form-item{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.invite-box .form-box .form-item .name{
	width: 150px;
	flex: none;
	margin-right: 18px;
	text-align: right;
	font-size: 25px;
	color: #000;
	font-weight: bold;
}
.invite-box .form-box .form-item .name::before{
	content: "*";
	font-size: 25px;
	color: #0168b7;
	margin-right: 17px;
	position: relative;
	top: 3px;
}
.invite-box .form-box .form-item .con{
	width: 0;
	flex: 1;
}
.invite-box .form-box .form-item .con input{
	width: 100%;
	height: 48px;
	border-radius: 6px;
	background-color: #f4f4f4;
	padding-left: 11px;
	font-size: 18px;
	color: #000;
}
.invite-box .form-box .btn-box{
	width: 100%;
	padding-left: 168px;
}
.invite-box .form-box .btn-box .btn{
	width: 100%;
	height: 68px;
	border-radius: 6px;
	background-color: #0168b7;
	font-size: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/********** 轻提示 **********/
.toast-mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 25%;
	z-index: 1000;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.toast-mask span{
	display: inline-block;
	max-width: 75%;
	padding: 10px 25px;
	background: hsla(0,0%,7%,.6);
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 4px;
}

/********** news-body ***********/
/********** posi-box ***********/
.news-body .posi-box{
	width: 100%;
}
.news-body .posi-box .content{
	/* width: 100%; */
	display: flex;
	text-align: right;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	color: #666;
	padding: 39px 0 15px;
	border-bottom: 2px solid #c1c1c1;
}
.news-body .posi-box .content img{
	width: 20px;
}
.news-body .posi-box .content a{
	margin-right: 5px;
}
.news-body .posi-box .content a:hover{
	color: #0168b7;
	text-decoration: underline;
}
.news-body .posi-box .content span{
	color: #0168b7;
	margin-left: 5px;
}
/********** list-wrap ***********/
.news-body .list-wrap{
	width: 100%;
	padding-bottom: 40px;
}
.news-body .list-box
.news-body .list-box .item{
	width: 100%;
}
.news-body .list-box .item .line-box{
	width: 100%;
	display: flex;
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid #ececec;
}
.news-body .list-box .item .left{
	flex: none;
	width: 202px;
	height: 128px;
	background-color: #ccc;
	padding-left: 6px;
	margin-right: 20px;
}
.news-body .list-box .item .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-body .list-box .item .right{
	flex: 1;
	width: 0;
}
.news-body .list-box .item .right .title{
	width: 100%;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-body .list-box .item .right .descrip{
	width: 100%;
	height: 44px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-bottom: 13px;
	line-height: 22px;
}
.news-body .list-box .item .right .line{
	width: 15px;
	height: 2px;
	background-color: #0168b7;
	margin-bottom: 16px;
}
.news-body .list-box .item .right .msg{
	font-size: 12px;
	color: #666;
}

.news-body .list-box .item:hover .line-box{
	border-bottom: 1px solid #0168b7;
}
.news-body .list-box .item:hover .left{
	background-color: #0168b7;
}
.news-body .list-box .item:hover .right .title{
	color: #0168b7;
}

/********** article-box ***********/
.news-body .article-box{
	width: 100%;
}
.news-body .article-box .title-box{
	padding-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}
.news-body .article-box .title-box h1{
	font-size: 36px;
	color: #0168b7;
	font-weight: 900;
	text-align: center;
}
.news-body .article-box .title-box p{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 25px;
}
.news-body .article-box .detail-box{
	width: 100%;
	padding-top: 28px;
}
.news-body .article-box .detail-box p{
	width: 100%;
	text-indent: 2em;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
}
.news-body .article-box .detail-box img{
	max-width: 100%;
}
.news-body .article-box .neighbor{
	width: 100%;
	height: 40px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	margin-top: 35px;
	padding: 0 10px;
}
.news-body .article-box .neighbor a{
	flex: 1;
	font-size: 14px;
	color: #111;
}
.news-body .article-box .neighbor a.right{
	float: right;
	text-align: right;
}
.news-body .article-box .neighbor a:hover{
	color: #0068B7;
	text-decoration: underline;
}

/********** hot-news ***********/
.hot-news{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.hot-news .title{
	margin-bottom: 35px;
}
.hot-news .title h2{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #0168b7;
	font-weight: 900;
}
.hot-news .hotlist{
	width: 100%;
	display: flex;
	overflow: hidden;
}
.hot-news .hotlist .item{
	flex: 1;
	width: 0;
	margin-left: 12px;
	border-bottom: 2px solid #dddcdd;
}
.hot-news .hotlist .item:nth-of-type(1){
	margin-left: 0;
}
.hot-news .hotlist .item .line-box{
	display: block;
	width: 100%;
}
.hot-news .hotlist .item .top{
	width: 100%;
	height: 252px;
	overflow: hidden;
}
.hot-news .hotlist .item .top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hot-news .hotlist .item .down{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 17px;
}
.hot-news .hotlist .item .down .title{
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-news .hotlist .item .down .msg{
	font-size: 12px;
	color: #666;
}
.hot-news .hotlist .item:hover{
	border-bottom: 2px solid #0168b7;
}
.hot-news .hotlist .item:hover .top{
	border: 2px solid #0168b7;
}
.hot-news .hotlist .item:hover .down .title{
	color: #0168b7;
}

/********** list-pagination ***********/
.list-pagination{
	padding-top: 40px;
}
.list-pagination ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-pagination ul li{
	width: 30px;
	height: 30px;
	background-color: #f0f0f0;
	border: 1px solid #c1c1c1;
	box-shadow: 0 0 3px 0 #ccc;
	border-radius: 3px;
	margin: 0 5px;
	font-size: 15px;
	color: #333;
	/* font-weight: 900; */
}
.list-pagination ul li:not(.ellipsis):hover{
	border: 1px solid #0068b7;
	background: linear-gradient(to top, #036bba, #61ace4);
	color: #fff;
}
.list-pagination ul li.active{
	border: 1px solid #0068b7;
	background: linear-gradient(to top, #036bba, #61ace4);
	color: #fff;
}
.list-pagination ul li.active a{
	cursor: default;
}
.list-pagination ul li.ellipsis a{
	cursor: default;
}
.list-pagination ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.list-pagination ul li.prev a::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 1px solid #7e7e7e;
	border-width: 5px 9px;
	border-color: transparent #7e7e7e transparent transparent;
	position: relative;
	left: -5px;
}
.list-pagination ul li.prev.active a::before{
	border-color: transparent #fff transparent transparent;
}
.list-pagination ul li.prev:hover a::before{
	border-color: transparent #fff transparent transparent;
}
.list-pagination ul li.next a::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 1px solid #7e7e7e;
	border-width: 5px 9px;
	border-color: transparent transparent transparent #7e7e7e;
	position: relative;
	left: 6px;
}
.list-pagination ul li.next.active a::before{
	border-color: transparent transparent transparent #fff;
}
.list-pagination ul li.next:hover a::before{
	border-color: transparent transparent transparent #fff;
}

/********** link-box ***********/

.link-box{
	width: 80px;
	background-color: #fff;
	border-radius: 6px 0 0 0;
	box-shadow: 0 0 5px 0 rgb(141 141 141 / 50%);
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.link-box .list{
	width: 100%;
}
.link-box .list .item{
	width: 100%;
	height: 80px;
	padding: 10px 0;
	position: relative;
}
.link-box .list .item .left-box{
	width: 250px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	left: -251px;
	bottom: 0;
	box-shadow: 0 0 5px 0 rgb(141 141 141 / 50%);
	display: none;
}
.link-box .list .item .left-box .txt-list{
	width: 100%;
}
.link-box .list .item .left-box .txt-list>.txt{
	width: 100%;
	height: 80px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333;
}
.link-box .list .item .left-box .wx-pic{
	width: 100%;
	padding: 35px 45px;
	padding-bottom: 15px;
}
.link-box .list .item .left-box .wx-pic img{
	width: 100%;
}
.link-box .list .item .left-box .text02{
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
}
.link-box .list .item:nth-of-type(1){
	border-radius: 6px 0 0 0;
}
.link-box .list .item .icon-box{
	width: 100%;
	padding: 10px 0 8px;
	text-align: center;
}
.link-box .list .item .icon-box.wx{
	padding: 10px 0 5px;
}
.link-box .list .item .cr-icon{
	font-size: 30px;
	color: #0d9ffa;
}
.link-box .list .item .text{
	width: 100%;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.link-box .list .item:hover{
	background-color: #333;
}
.link-box .list .item:hover .cr-icon{
	color: #fff;
}
.link-box .list .item:hover .text{
	color: #fff;
}
.link-box .list .item:hover .left-box{
	display: block;
}

/********** main-foot ***********/
.main-foot{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #0168b7;
}
.main-foot .content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
	display: flex;
}
.main-foot .content .logo{
	flex: none;
	width: 200px;
	text-align: center;
	float: left;
	position: relative;
	margin-right: 34px;

}
.main-foot .content .logo::after{
	content: "";
	width: 1px;
	height: 165px;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	right: 0;
	top: 0;
}
.main-foot .content .logo img{
	width: 124px;
}
.main-foot .right{
	flex: 1;
	padding-top: 10px;
}
.main-foot .right .nav-box{
	width: 100%;
	margin-bottom: 20px;
}
.main-foot .right .nav-box a{
	padding-right: 15px;
	margin-left: 7px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	position: relative;
}
.main-foot .right .nav-box a:nth-of-type(1){
	margin-left: 0;
}
.main-foot .right .nav-box a::after{
	content: "";
	width: 2px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.main-foot .right .nav-box a:nth-last-of-type(1)::after{
	content: "";
	width: 0;
}
.main-foot .line{
	width: 50px;
	height: 8px;
	background-color: #fff;
	margin-bottom: 32px;
}
.main-foot .phone{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.main-foot .icp{
	font-size: 14px;
	color: #fff;
}