﻿@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
	background: #f2f5fa;
}
body::-webkit-scrollbar{
	display: none;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.top_main .w1200, .header_main .w1200, .nav_main .w1200, .link .w1200, .footer .w1200, .fnav .w1200, .index .w1200 {
	width: 1600px;
}
@media (max-width: 1600px) {
.top_main .w1200, .header_main .w1200, .nav_main .w1200, .link .w1200, .footer .w1200, .fnav .w1200, .index .w1200 {
	width: 1200px;
}
}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #1663ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*特效*/
.white, .whites {
	position: relative;
	overflow: hidden;
	/* pointer-events: none; */
}
.white:after, .whites:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.white:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
.whites:hover:after {
	left: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*网站顶部*/
.header{
	width: 100%;
	height: 73px;
	background: rgba(255, 255, 255, .8);
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 10;
	justify-content: space-between;
	padding-right: 130px;
	box-sizing: border-box;
}
.header .header-left{
	display: flex;
	align-items: center;
	padding-left: 42px;
}
.logo{
	display: block;
	width: 127px;
	height: 44px;
	margin-right: 81px;

}
.nav{
	display: flex;
	align-items: center;
}
.nav div{
	width: 110px;
	text-align: center;
	position: relative;
}
.nav div:nth-child(2) ul{
	width: 500px;
	left: -215px;
}
.nav div:nth-child(4) ul{
	width: 200px;
	left: -65px;
}
.nav div:nth-child(4) ul li{
	width: 200px;
}
.nav div:nth-child(2) ul li:not(:nth-last-child(-n+4)) {
    border-bottom: 1px solid #eee;
}
.nav div:nth-child(3) ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #eee;
}
.nav div:nth-child(4) ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #eee;
}
.nav div:nth-child(5) ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #eee;
}
.nav div:nth-child(6) ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #eee;
}
.nav div:nth-child(7) ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #eee;
}
.nav div:nth-child(8) ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid #eee;
}
.nav div ul{
    position: absolute;
    top: 30px;
    left: -10px;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    min-width: 100%;
    display: flex;
    flex-wrap: wrap; /* 允许 flex 项目换行 */
}
.nav div:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.nav ul li  {
    line-height: 44px;
    height: 44px;
    position: relative;
    z-index: 12;
    display: block;
    padding: 0 10px;
    /* border-bottom: 1px solid #eee; */
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    flex-basis: auto; /* 自动计算基准宽度 */
    box-sizing: border-box; /* 让内边距和边框包含在宽度内 */
	width: 100px;
	text-overflow: ellipsis; /* 超出部分显示省略号 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 超出部分隐藏 */;
}

.nav ul li a {
    color: #1b1b1b;
}
.nav ul li a:hover{
    color: #1663ff;
}
.nav div > a{
	font-size: 18px;
	color: #1b1b1b;
	font-weight: 500;	
}
.nav div > a:hover{
	color: #1663ff;
}
.header-search {
	width: auto;
	
	position: relative;
	/* margin-left: 150px; */
	position: relative;
	display: flex;
	align-items: center;
}
.header-search .header-search-con{
	width: 250px;
	border-radius: 3px;
	height: 34px;
	background: #ffffff;
}
.header-search input {
	background-color: none;
	border: none;
	outline: none;
}
.header-search .stxt {
	width: 250px;
	height: 34px;
	line-height: 34px;
	display: block;
	text-indent: 10px;
	font-size: 12px;
	color: #999;
}
.header-search .sbtn {
	width: 75px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 170px;
	font-size: 12px;
	font-weight: 500;
	background: #1663ff;
	border-radius: 3px;
	color: #ffffff;
}
.header-right{
	margin-left: 10px;
	font-weight: 500;
	color: #333333;
}
.header-right div:nth-child(1){
	font-size: 14px;
	line-height: 14px;
}
.header-right div:nth-child(2){
	font-size: 16px;
	line-height: 16px;
	margin-top: 4px;
}
@media (max-width: 1700px) {
	.nav div{
		width: 90px;
	}
	.header-right{
		display: none;
	}
	
}
@media (max-width: 1500px) {
	
	.header-search {
		margin-left: 80px;
	}
	
	
}

/*网站大图*/
.banner {
	width: 100%;
	max-width: 1920px;
	height: 788px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.banner li {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block; 
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -430px;
	bottom: 35px;
	z-index: 3;
}
#banner .tip span {
	width: 50px;
	height: 4px;
	opacity: 0.2;
	background: #161616;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
	outline: none;
	transition: all .5s;
	border-radius: 0;
}
#banner .tip span.swiper-pagination-bullet-active {
	background: #161616;
	opacity: 1;
}
#banner #btn_prev, #banner #btn_next {
	width: 29px;
	height: 63px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	background: url(../images/arrows.png) center no-repeat;
	z-index: 5;
	opacity: 0;
}
#banner #btn_prev {
	background-position: 0;
	left: 6%;
}
#banner #btn_next {
	background-position: -29px;
	right: 6%;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
	opacity: 1;
}
/* 侧边栏 */
.sidebar {
	position: fixed;	
	right: 0;
	top: 300px;
	z-index: 1000;
}
.sidebar .sidebar-top{
	width: 45px;
	height: 130px;
	background: #1663ff;
	border-radius: 23px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sidebar .sidebar-top img{
	display: block;
	width: 22px;
	height: 22px;
}
.sidebar .sidebar-top span{
	width: 14px;
	font-size: 14px;
	line-height: 15px;
	margin-top: 9px;
}
.sidebar .sidebar-top span a{
	color: #ffffff;
}
.sidebar .sidebar-bottom{
	width: 45px;
	height: 130px;
	background: #ffffff;
	border-radius: 23px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11); 
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	z-index: 1001;
	
}
.sidebar .sidebar-bottom >div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 101;
}
.sidebar .sidebar-bottom >div >img{
	display: block;
	width: 22px;
	height: 22px;
}
.sidebar .sidebar-bottom >div >span{
	font-size: 12px;
	line-height: 12px;
	color: #2b313a;
	letter-spacing: 0.9px;
	margin: 5px 0 0 2px;
}
.sidebar .sidebar-bottom .wac .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #1663ff;
	opacity: 0;
	transition: all .5s;
	z-index: 100;
}
.sidebar .sidebar-bottom .wac .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.sidebar .sidebar-bottom .wac .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #1663ff;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.sidebar .sidebar-bottom .tel .box {
	position: absolute;
	top: 60px;
	width: 190px;
	right: -200px;
	height: 80px;
	margin-right: 10px;
	border-radius: 5px;
	background: #1663ff;
	opacity: 0;
	transition: all .5s;
	z-index: 100;
}
.sidebar .sidebar-bottom .tel .box p {
	font-size: 14px;
	line-height: 14px;
	margin: 15px auto 7px;
	text-align: center;
	color: #fff;
}
.sidebar .sidebar-bottom .tel .box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.sidebar .sidebar-bottom .tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #1663ff;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.sidebar .sidebar-bottom .tel:hover .box {
	opacity: 1;
	right: 50px;
}
.sidebar .sidebar-bottom .wac:hover .box {
	opacity: 1;
	right: 50px;
}
/*配套*/
.cover{
	width: 100%;
	height: 110px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cover-box{
	width: 1300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.cover .list{
	display: flex;
	align-items: center;
	
}
.cover .list:hover img{
	transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.cover .list img{
	display: block;
	width: 80px;
	height: 80px;
	transition: all .5s;
}
.cover .list div{
	margin-left: 18px;
}
.cover .list div span{
	display: block;
}
.cover .list div span:nth-child(1){
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #0a0a0a;
}
.cover .list div span:nth-child(2){
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #7e7e7e;
	margin-top: 14px;
}

/* 一站式心理咨询室建设方案 */
.scheme{
	width: 100%;
	background: #ffffff;
	padding: 67px 0;
	box-sizing: border-box;
	margin-top: 18px;
}
.scheme-title{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	color: #0a0a0a;
	line-height: 30px;
}
.scheme-describe{
	text-align: center;
	color: #585858;
	font-size: 18px;
	line-height: 18px;
	margin-top: 22px;
}
.scheme-list{
	width: 1361px;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin: 70px auto 0;
}

.scheme-list div{
	width: 437px;
	height: 275px;
	background: url('../img/6.png') no-repeat center;	
	background-size: 100% 100% !important;
	margin: 0 25px 25px 0;
	padding: 109px 0 0 36px;
	box-sizing: border-box;
	position: relative;
	border-radius: 12px;
}
.scheme-list div:nth-child(3n){
	margin-right: 0px;
}
.scheme-list div:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
}

.arrow{
	display: block;
	width: 26px;
	height: 19px;
	position: absolute;
	bottom: 26px;
	left: 27px;
	cursor: pointer;
}
.scheme-list div:nth-child(2){
	background: url('../img/7.png') no-repeat center;
}
.scheme-list div:nth-child(3){
	background: url('../img/8.png') no-repeat center;
}
.scheme-list div:nth-child(4){
	background: url('../img/9.png') no-repeat center;
}
.scheme-list div:nth-child(5){
	background: url('../img/10.png') no-repeat center;
}
.scheme-list div:nth-child(6){
	background: url('../img/11.png') no-repeat center;
}
.scheme-list div span{
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #0a0a0a;
	font-weight: 500;
}
.scheme-list div a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.scheme-list div span:nth-child(2){
	width: 321px;
	font-size: 16px;
	color: #7a7f8c;
	line-height: 22px;
	margin-top: 20px;
	display: -webkit-box; /* 将元素设置为弹性伸缩盒子模型 */
    -webkit-box-orient: vertical; /* 设置子元素垂直排列 */
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; 
}

/* 产品中心 */
.product{
	width: 100%;
	background: url('../img/13.png') no-repeat center;
	background-size: 100% 100%;	
	padding: 70px 0;
	box-sizing: border-box;

}
.product .product-top{
	width: 1400px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.product-top-left{
	width: 18px;
	height: 60px;
	background: #1663ff;
}
.product-top-text{
	margin-left: 13px;

}
.product-top-text span:nth-child(1){
	display: block;
	font-size: 30px;
	line-height: 30px;	
	font-weight: 700;
	color: #0a0a0a;
	margin-top: 4px;
}
.product-top-text span:nth-child(2){
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #0a0a0a;
	margin-top: 10px;
	width: 160px;
}
.product-top-right{
	width: 120px;
	height: 45px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	margin-left: 1089px;
}
.product-top-right a{
	width: 100%;
	height: 100%;
	color: #242424;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.product-top-right:hover a{
	color: #242424;
}
.product-top-right:hover{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
}
.product-top-right img{
	display: block;
	width: 8px;
	height: 14px;
	margin-left: 18px;
}
.line{
	width: 100%;
	height: 1px;
	background: #d0d0d0;
	margin-top: 14px;
}
.product-list{
	width: 1400px;
	display: flex;
	flex-wrap: wrap;
	margin: 69px auto 0;

}
.product-list .list{
	width: 340px;
	height: 350px;
	background: #ffffff;
	/* box-shadow: -5px 0px 15px 5px rgba(0,0,0,0.10);  */
	margin: 0 10px 20px 0;
}
.product-list .list:nth-of-type(4n){
	margin-right: 0;
}
.product-list .list .list-top{
	width: 100%;
	height: 300px;
	overflow: hidden;
	
}
.product-list .list .list-top img{
	display: block;
	width: 220px;
	height: 220px;	
	margin: 0 auto;
	
}
.product-list .list .list-top span{
	margin-left: 21px;
	display: block;
}
.product-list .list .list-top .list-top-name{
	font-size: 20px;
	color: #0a0a0a;
	line-height: 20px;
	margin-top: 15px;
}
.product-list .list .list-top .list-top-introduce{
	font-size: 14px;
	color: #a9a9a9;
	line-height: 14px;
	margin-top: 12px;
}
.product-list .list .list-bottom{
	width: 100%;
	height: 50px;
	background: #eaeaea;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	background-size: 0% 100%;

}
.product-list .list .list-bottom div{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
}
.product-list .list:hover {
	transition: all 0.5s;
	box-shadow: 0px 0px 20px #aaa; 
}
.product-list .list:hover .list-top img{
	transition: all 0.5s;
	transform: scale(1.1);
}

.product-list .list:hover .list-bottom{
	text-align: center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #1663ff, #1663ff);
	background-image: linear-gradient(to right, #1663ff, #1663ff);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 100% 100%;
	
}
.product-list .list:hover .list-bottom div{ 
	color: #fff;
}
.product-list .list:hover .list-bottom img{
	transition: all 1s;
	opacity: 1;
    visibility: visible;
	
}
.product-list .list .list-bottom img{
	width: 26px;
	height: 19px;
	position: absolute;
	top: 15px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
    
}
/* 企业优势 */
.advantage{
	width: 100%;
	height: 816px;
	background: #ffffff;
	padding-top: 78px;
	box-sizing: border-box;
}
.advantage .advantage-title{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #0a0a0a;
	font-weight: 500;
}
.advantage .advantage-introduce{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #585858;
	font-weight: 400;
	margin-top: 27px;
}
.advantage .line{
	width: 1400px;
	height: 18px;
	background: url('../img/16.png') no-repeat center;
	margin: 49px auto 0;
}
.advantage .advantage-list{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 65px auto 0;
}
.advantage .advantage-list>div{
	width: 320px;
	height: 400px;
	padding-top: 51px;
	box-sizing: border-box;
	background-size: 100% 100%!important;
}
.advantage .advantage-list>div:hover{
	box-shadow: 0px 0px 25px rgba(0, 0, 0,.2);
	transition: all 0.5s;
}
.advantage .advantage-list>div .list-title{
	font-size: 30px;
	line-height: 30px;
	color: #0a0a0a;
	font-weight: 500;
	padding-left: 120px;
}
.advantage .advantage-list>div .list-text{
	font-size: 20px;
	line-height: 20px;
	color: #0a0a0a;
	font-weight: 500;
	padding: 67px 0 0 46px;
	background: none;
}
.advantage .advantage-list>div .list-introduce{
	width: 226px;
	font-size: 14px;
	line-height: 25px;
	color: #6c6c6c;
	font-weight: 500;
	padding: 18px 0 0 46px;
	text-align: justify;
}
.advantage .advantage-list >div:nth-child(1) {
	background: url('../img/17.png') no-repeat center;
}
.advantage .advantage-list >div:nth-child(2) {
	background: url('../img/18.png') no-repeat center;
}
.advantage .advantage-list >div:nth-child(3) {
	background: url('../img/19.png') no-repeat center;
}
.advantage .advantage-list >div:nth-child(4) {
	background: url('../img/20.png') no-repeat center;
}
.advantage .advantage-list >div:nth-child(1) .list-text{
	color: #2886ff;
}
.advantage .advantage-list >div:nth-child(2) .list-text{
	color: #1bba68;
}
.advantage .advantage-list >div:nth-child(3) .list-text{
	color: #ed9015;
}
.advantage .advantage-list >div:nth-child(4) .list-text{
	color: #a300dc;
}
/* 了解我们 */
.understand{
	width: 100%;
	height: 652px;
	background: url('../images/about_bg.jpg') no-repeat center;
	background-size: 100% 100%;
	padding-top: 89px;
	box-sizing: border-box;
}
.understand-box{
	width: 1400px;
	margin: 0 auto;
}
.understand .understand-title{
	font-size: 30px;
	line-height: 30px;
	color: #0a0a0a;
	font-weight: 700;
}
.understand .understand-introduce{
	font-size: 16px;
	line-height: 16px;
	color: #444444;
	margin-top: 18px;
	
}
.understand .about{
	font-size: 18px;
	line-height: 18px;
	color: #444444;
	margin: 25px 0;
}
.understand .about-introduce{
	width: 630px;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
	text-align: justify;
	
}
.understand .understand-num{
	display: flex;
	align-items: center;
	margin: 50px 0 0 24px;
}
.understand-num .understand-num-list{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 100px;
}

.understand-num .understand-num-list:nth-child(4) span{
	right: -28px;
}
.understand-num-list .understand-num-list-top{
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #1663ff;
	position: relative;
	margin-bottom: 23px;
}
.understand-num-list .understand-num-list-top span{
	font-size: 12px;
	color: #444444;
	font-weight: 400;
	position: absolute;
	top: -8px;
	right: -15px;
}
.understand-num-list .understand-num-list-bottom{
	font-size: 14px;
	line-height: 14px;
	color: #444444;
}
.understand .understand-btn{
	width: 482px;
	display: flex;
	justify-content: space-between;
	margin-top: 59px;
}
.understand .understand-btn button{
	width: 160px;
	height: 45px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 400;
	border: none;
	outline: none;
	cursor: pointer;
}
.understand .understand-btn button a{
	color: #444444;
}
.understand .understand-btn button:nth-child(1){
	background: #1663ff;
}
.understand .understand-btn button:nth-child(1) a{
	color: #fff;

}
.understand .understand-btn button:hover{
	background: #1663ff;
	transition: all 0.5s;

}
.understand .understand-btn button:hover a{
	color: #fff;
	transition: all 0.5s;
}
/* 案例中心 */
.case{
	width: 100%;
	padding: 50px 0;
	background-color: #f2f2f2;
}
.case .case-top{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.case-top-left{
	width: 18px;
	height: 60px;
	background: #1663ff;
}
.case-top-text{
	margin-left: 13px;

}
.case-top-text span:nth-child(1){
	display: block;
	font-size: 30px;
	line-height: 30px;	
	font-weight: 700;
	color: #0a0a0a;
	margin-top: 4px;
}
.case-top-text span:nth-child(2){
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #0a0a0a;
	margin-top: 10px;
	width: 160px;
}
.case-top-right{
	width: 120px;
	height: 45px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	font-size: 16px;
	margin-left: 1089px;
}
.case-top-right a{
	width: 100%;
	height: 100%;
	color: #242424;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-top-right:hover{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
}
.case-top-right img{
	display: block;
	width: 8px;
	height: 14px;
	margin-left: 18px;
}
.line{
	height: 1px;
	background: #d0d0d0;
	width: 1400px;
	margin: 14px auto 0;
	
}
.case ul {
	width: 1400px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.case ul li {
	width: 335px;
	padding: 20px;
	margin-right: 20px;
	background: #fff;
	box-sizing: border-box;
	transition: all .5s;
}
.case .bd li:nth-child(4n) {
	margin-right: 0;
}
.case .bd li h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: rgba(0,0,0,.4);
	padding: 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background-size: 0% 100%;
}
.case .bd li .img {
	width: 100%;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.case .bd li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}
.case .bd li i {
	color: #999;
	font-style: normal;
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
}
.case .bd li p {
	display: block;
	color: #666;
	line-height: 24px;
	height: 48px;
	text-align: justify;
	overflow: hidden;
}
.case .bd li span {
	display: block;
	color: #1663ff;
	padding-top: 15px;
}
.case .bd li:hover {
	box-shadow: 0px 0px 20px #bbb;
}
.case .bd li:hover .img img {
	transform: scale(1.1);
}
.case .bd li:hover h3{
	text-align: center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #1663ff, #1663ff);
	background-image: linear-gradient(to right, #1663ff, #1663ff);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 100% 100%;
	color: #fff;
}

/* 新闻动态 */
.news{
	width: 100%;
	height: 600px;
	background: #f2f5fa;
	padding-top: 70px;
	box-sizing: border-box;
}
.news .news-title{
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	color: #0a0a0a;
}
.news .news-more{
	display: block;
	width: 87px;
	height: 17px;
	background: url('../img/21.png') no-repeat center;
	background-size: 100% 100%;
	margin: 22px auto 0;
}
.news .news-list{
	width: 1700px;
	margin: 90px auto 0;
}
@media (max-width: 1700px) {
	.news .news-list{
		width: 1400px;
	}
	.news .news-list .swiper-wrapper .swiper-slide {
	  margin: 0 45px 0 40px;
	}
	
}
.news .news-list .swiper-wrapper{
	width: auto; /* 移除固定宽度 */
    display: flex; /* 启用flex布局 */
    flex-wrap: nowrap; /* 禁止换行 */
	justify-content: space-between;
}
.news .news-list .swiper-wrapper .swiper-slide {
    width: 390px !important; /* 设置每个幻灯片的宽度 */
    
	margin-right: 35px;
}
.news .news-list .swiper-wrapper .swiper-slide a{
	width: 100%;
	height: 220px;
	position: relative;
}
.news .news-list .swiper-wrapper .swiper-slide a div{
	width: 70px;
	height: 25px;
	background: url('../img/22.png') no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	position: absolute;
	bottom: 5px;
}
.news .news-list .swiper-wrapper .swiper-slide a img{
	width: 100%; /* 让图片填充整个链接 */
    height: 220px;
	border-radius: 11px;
	overflow: hidden;
}
.news .news-list .swiper-wrapper .swiper-slide span{
	display: block;
	width: 100%;
	margin: 28px auto 0;
	font-size: 20px;
	color: #0a0a0a;
	line-height: 30px;
}
/* 合作伙伴 */
.cooperate{
	width: 100%;
	
	background: #ffffff;
	padding: 78px 0;
	box-sizing: border-box;
}
.cooperate .cooperate-title{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #0a0a0a;
	font-weight: 500;
}
.cooperate .cooperate-introduce{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #585858;
	font-weight: 400;
	margin-top: 27px;
}
.cooperate .line{
	width: 1400px;
	height: 18px;
	background: url('../img/16.png') no-repeat center;
	margin: 49px auto 0;
}
.cooperate .cooperate-list{
	width: 1250px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.cooperate .cooperate-list .white:hover img{
	transform: scale(1);
	
}
.cooperate .cooperate-list .white:hover{
	transform: scale(1.05);
	transition: all 0.5s;
	
}
.cooperate .cooperate-list div{
	width: 290px;
	height: 120px;
	/* border: 1px solid #dddddd; */
	box-shadow: 0px 2px 8px rgba(18, 27, 44, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin: 0 27px 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cooperate .cooperate-list div:nth-child(4n){
	margin-right: 0px;
}

.cooperate .cooperate-list div img{
	display: block;
	width: 260px;
	height: 100px;
	
}
/* 立即咨询 */
.consult{
	width: 100%;
	height: 180px;
	background: url('../素材/2.png') no-repeat center;
	background-size: 100% 100%;
	padding-top: 103px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.consult button{
	width: 140px;
	height: 40px;
	border: 1px solid #ffffff;
	font-size: 16px;
	color: #ffffff;
	background-color: transparent;
	background-size: 0 100%;
}
.consult button a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
}
.consult button:hover{
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #fff, #fff);
	background-image: linear-gradient(to right, #fff, #fff);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 100% 100%;
	/* border: none; */
}
.consult button:hover a{
	color: #1663ff;
}
/* 底部 */
.footer{
	width: 100%;
	height: 550px;
	background: #232b3a;
	padding-top: 80px;
	box-sizing: border-box;
}
.footer .footer-top{
	width: 1400px;
	margin: 0 auto;
	display: flex;
}
.footer .footer-top .footer-top-left>img{
	display: block;
	width: 156px;
	height: 54px;
}
.footer-top .footer-top-left .phone{
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 20px;
}
.footer-top .footer-top-left .phone img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.footer-top-left .time{
	font-size: 14px;
	color: #757c90;
	line-height: 14px;
	margin: 10px 0 0 23px;
}
.footer-top-left .contact{
	display: flex;
	margin-top: 38px;
}
.footer-top-left .contact .contact-list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact .contact-list:nth-child(2){
	margin-left: 30px;
}
.contact .contact-list img{
	width: 116px;
	height: 116px;
}
.contact .contact-list span{
	font-size: 16px;
	color: #757c90;
	line-height: 16px;
	margin-top: 12px;
}
.footer .footer-top .footer-top-right{
	display: flex;
	margin-left: 250px;
}
.footer-top-right .footer-top-right-list{
	margin-right: 120px;
}
.footer-top-right .last-list{
	margin-right: 0px;
}
.footer-top-right .footer-top-right-list h4{
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 27px;
}
.footer-top-right .footer-top-right-list a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #757c90;
	margin-bottom: 19px;
	cursor: pointer;
}
.footer-bottom{
	width: 1400px;
	margin: 34px auto 0;
}
.footer-bottom .link{
	font-size: 16px;
	color: #ffffff;
	display: flex;
	line-height: 16px;
}
.footer-bottom .link a{
	color: #757c90;
}
.footer-bottom .address{
	font-size: 16px;
	color: #ffffff;
	display: flex;
	line-height: 16px;
	margin: 14px 0 20px;
}
.footer-bottom .address span{
	color: #757c90;
}
.footer-bottom .dashed-line{
	width: 1400px;
	height: 0px;
	border: 1px dashed #757c90;
	
}
.footer-bottom .corporate-record{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.footer-bottom .corporate-record .corporate-name{
	font-size: 16px;
	color: #ffffff;
	display: flex;
	line-height: 16px;
	
}

.footer-bottom .corporate-record .corporate-name span{
	color: #757c90;
}
.footer-bottom .corporate-record .line{
	width: 1px;
	height: 20px;
	background: #f6f6f6;
	margin: 0 23px 0 28px;
}
.footer-bottom .record{
	display: flex;
	align-items: center;

}
.footer-bottom .record img{
	display: block;
	width: 20px;
	height: 22px;
}
.footer-bottom .record div{
	display: flex;
	align-items: center;
	margin-left: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}

.footer-bottom .record div span a{
	color: #757c90;
}
/*******内页样式********/
.nybanner {
	width: 100%;
	position: relative;
	height: 600px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
	background-size: 100% 100%;
}
.submian {
	padding: 30px 0;
	background: #f4f4f4;
}
/*当前位置*/
.position {
	position: relative;
	margin-top: -50px;
	height: 50px;
	line-height: 50px;
}
.position .w1200 {
	color: #fff;
	text-indent: 42px;
	background: url(../images/position.png) no-repeat center left 18px;
	background-color: rgba(0, 0, 0, .35);
}
.position a {
	color: #fff;
}
.position a:hover {
	color: #1663ff;
}
/*内页左侧*/
.subleft {
	width: 300px;
}
.subleft .title {
	color: #fff;
	font-size: 26px;
	line-height: 70px;
	text-indent: 22px;
	height: 70px;
	border: 1px solid #1663ff;
	background: url(../images/prolt.png) no-repeat center right 16px;
	background-color: #1663ff;
}
.subleft .title span {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
}
/*栏目分页*/
.subleft .lefta {
	margin-bottom: 20px;
}
.subleft .lefta .comt {
	background: #ffff;
	padding: 20px;
	padding-bottom: 1px;
}
/* .subleft .lefta .comt ul{
	height: 410px;
    overflow-y: scroll;
}
.subleft .lefta .comt ul::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px; 
}
.subleft .lefta .comt ul::-webkit-scrollbar-thumb {
	background: #1663ff; 
	
} */
.subleft .lefta .comt ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 45px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #eaeaea url(../images/prolgo.png) no-repeat center right 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
}
.subleft .lefta .comt ul li:hover a, .subleft .lefta .comt ul li.hover a {
	color: #fff;
	background-color: #1663ff;
}
.subleft .lefta .comt ul li .boxlist {
	display: none;
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
	background: #eaeaea;
}
.subleft .lefta .comt ul li .boxlist li a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 20px;
	line-height: 40px;
	background: none;
	border-top: 1px dashed #ddd;
}
.subleft .lefta .comt ul li .boxlist li:first-child a {
	border: 0;
}
.subleft .lefta .comt ul li .boxlist li a:hover, .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #1663ff;
}
.subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
/*联系我们*/
.subleft .leftcont {
	background: #fff;
}
.subleft .leftcont .tel {
	height: 91px;
	text-indent: 85px;
	background: url(../images/fl_tel.png) no-repeat 32px 28px;
	border-bottom: 1px solid #eaeaea;
}
.subleft .leftcont .tel p {
	color: #2d2d2d;
	font-size: 14px;
	line-height: 14px;
	padding-top: 28px;
}
.subleft .leftcont .tel h3 {
	color: #000;
	font-size: 24px;
	line-height: 24px;
	margin-top: 7px;
}
.subleft .leftcont .con {
	color: #2d2d2d;
	line-height: 30px;
	padding: 20px 25px;
}
/*内页右侧*/
.subright {
	width: 875px;
}
/*默认单页*/
.Aboutpage {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	padding: 20px;
	background: #fff;
	min-height: 550px;
}
.Aboutpage img {
	max-width: 100%;
}
.Aboutpage .t {
	padding: 0 0 25px;
	color: #1663ff;
	font-size: 18px;
}
.Aboutpage .t2 {
	padding: 25px 0;
	color: #1663ff;
	font-size: 24px;
}
/*文章列表*/
.Newslist {
}
.Newslist .list {
	margin-bottom: 20px;
	background: #fff;
}
.Newslist .list li {
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 20px 30px;
	transition: all .5s;
}
.Newslist .list li:first-child {
	border-top: 1px solid #dfdfdf;
}
.Newslist .list li .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.Newslist .list li .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.Newslist .list li .txt {
	position: relative;
	width: 615px;
}
.Newslist .list li .txt h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
}
.Newslist .list li .txt .hits {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 25px;
	background: url(../images/hits.png) no-repeat center left;
	color: #7a7a7a;
	font-size: 14px;
	line-height: 30px;
}
.Newslist .list li .txt p {
	color: #7a7a7a;
	line-height: 25px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 50px;
	overflow: hidden;
}
.Newslist .list li .txt .itags {
	font-size: 14px;
	color: #787878;
	line-height: 20px;
	padding-left: 25px;
	background: url(../images/tags.png) no-repeat center left 1px;
}
.Newslist .list li .txt .itags a {
	color: #787878;
}
.Newslist .list li .txt .itags a:hover {
	color: #1663ff;
}
.Newslist .list li .txt .more {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/more1.png) no-repeat center top;
	cursor: pointer;
	border-radius: 50%;
	transition: all .5s;
}
.Newslist .list li:hover {
	box-shadow: 0 0 20px #dfdfdf;
}
.Newslist .list li:hover .txt h3 {
	color: #1663ff;
}
.Newslist .list li:hover .txt .more {
	background-image: url(../images/more2.png);
	background-color: #1663ff;
}
/*产品列表*/
.Prolist .list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Prolist .list li {
	float: left;
	width: 285px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	background: #fff;
	transition: all .5s;
}
.Prolist .list li:nth-child(3n) {
	margin-right: 0;
}
.Prolist .list li .img {
	width: 100%;
	height: 285px;
}
.Prolist .list li .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}
.Prolist .list li .txt {
	padding: 20px;
	padding-bottom: 0;
}
.Prolist .list li .txt h3 {
	color: #2c2c2c;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.Prolist .list li .txt p {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}
.Prolist .list li .more {
	padding: 20px;
	padding-bottom: 0;
}
.Prolist .list li .more a {
	width: 121px;
	height: 42px;
	line-height: 42px;
	text-indent: 25px;
	background: url(../images/prolib.png) no-repeat center right 20px;
	border-radius: 0 50px 50px 0;
	border: 1px solid #ddd;
}
.Prolist .list li .more a:hover {
	color: #fff;
	background: #1663ff url(../images/prolibon.png) no-repeat center right 20px;
	border-color: #1663ff;
}
.Prolist .list li .more a:nth-child(1) {
	border-right: none;
	border-radius: 50px 0 0 50px;
}
.Prolist .list li:hover {
	box-shadow: 0px 0px 20px #aaa;
}
.Prolist .list li:hover .img img {
	transform: scale(1.1);
}
/*图片列表*/
.Piclist .list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Piclist .list li {
	float: left;
	width: 285px;
	margin-bottom: 10px;
	margin-right: 10px;
	transition: all .5s;
}
.Piclist .list li:nth-child(3n) {
	margin-right: 0;
}
.Piclist .list li .img {
	position: relative;
	width: 100%;
	height: 214px;
	overflow: hidden;
}
.Piclist .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.Piclist .list li h3 {
	color: #555;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 50px;
	background: #fff;
	padding: 0 10px;
	transition: all .5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Piclist .list li:hover {
	box-shadow: 0px 0px 20px #aaa;
}
.Piclist .list li:hover .img img {
	transform: scale(1.1);
}
.Piclist .list li:hover h3 {
	color: #fff;
	background: #1663ff;
}
/*留言表单*/
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 380px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e4e4e4;
	margin-right: 75px;
	margin-bottom: 25px;
	position: relative;
	box-sizing: border-box;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 100%;
	height: 43px;
	line-height: 43px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
	box-sizing: border-box;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 100%;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
	top: 7px;
}
.formData .liuyan textarea {
	width: 100%;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #666;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
	box-sizing: border-box;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 42px;
	border: 2px solid #1663ff;
	margin-right: 2px;
	text-align: center;
	background: #1663ff;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	outline: none;
	transition: all .5s;
	margin: 0 auto;
}
.formData .sub:hover {
	background: none;
	color: #1663ff;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	display: block;
}
/*内容详情页*/
.conBox {
	padding: 20px;
	background: #fff;
}
.conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
}
.conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
.conBox .ArticleTencont img {
	max-width: 100%;
}
.conBox #pic {
	width: max-content;
	margin: 20px auto;
	padding: 1px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
.conBox #pic img {
	max-width: 800px;
}
/*相关新闻*/
.HotNews {
	padding-top: 15px;
}
.HotNews .title {
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	position: relative;
}
.HotNews .title span {
	/* color: #1663ff; */
}
.HotNews .title .more {
	float: right;
	font-size: 14px;
}
/* .HotNews .title:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
	height: 1px;
	background-color: #1663ff;
} */
.HotNews .box {
	padding: 40px;
	background: #fff;
	transition: all .5s;
}
.HotNews .box .hot {
	width: 580px;
}
.HotNews .box .hot .img {
	float: left;
	width: 206px;
	height: 155px;
	overflow: hidden;
}
.HotNews .box .hot .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}
.HotNews .box .hot .txt {
	float: right;
	position: relative;
	width: 350px;
	height: 155px;
	transition: all .5s;
}
.HotNews .box .hot .txt h3 {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.HotNews .box .hot .txt p {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	overflow: hidden;
	margin-top: 9px;
	height: 75px;
}
.HotNews .box .hot .txt span {
	color: #8e8e8e;
	font-size: 14px;
	margin-top: 5px;
}
.HotNews .box .hot .txt .more {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/more1.png) no-repeat center top;
	cursor: pointer;
	border-radius: 50%;
	transition: all .5s;
}
.HotNews .box .list {
	width: 470px;
	height: 155px;
	padding-left: 34px;
	border-left: 1px dashed #ddd;
	overflow: hidden;
}
.HotNews .box .list li {
	position: relative;
	font-size: 14px;
	line-height: 33px;
	border-bottom: 1px dashed #ddd;
}
.HotNews .box .list li:nth-child(1) {
	margin-top: -8px;
}
.HotNews .box .list h3 {
	padding-right: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.HotNews .box .list span {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.HotNews .box:hover {
	box-shadow: 0 10px 20px 0 #ccc;
}
.HotNews .box .hot:hover .img img {
	transform: scale(1.1);
}
.HotNews .box .hot:hover .txt .more {
	background-image: url(../images/more2.png);
	background-color: #1663ff;
}
/*内容分页*/
.reLink {
	height: 38px;
	border: 1px solid #ddd;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #1663ff;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #1663ff;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #1663ff;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #1663ff;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #1663ff;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #1663ff;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #27ac93;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
/*↓组图样式↓*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	width: 100%;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	max-width: 100%;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 100%;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 100%;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 100%;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.ThumbPicBorder #btnPrev, .ThumbPicBorder #btnNext {
	width: 40px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	left: 15px;
	top: 15px;
}
.ThumbPicBorder #btnNext {
	left: auto;
	right: 15px;
}
.ThumbPicBorder .pic {
	width: 700px;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 124px;
	height: 94px;
	display: block;
	transition: all .5s;
}
#ThumbPic img.active {
	border: 3px solid #1663ff;
}
/*CSS3动画*/
@keyframes zy {
10% {
transform: rotate(15deg);
}
20% {
transform: rotate(-10deg);
}
30% {
transform: rotate(5deg);
}
40% {
transform: rotate(-5deg);
}
50%, 100% {
transform: rotate(0deg);
}
}


