* {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
}

html {
	font-family: "Microsoft YaHei", 微软雅黑;
	scroll-behavior:smooth;
}
@font-face {
	font-family: 'iconfont';
	src: url('iconfont.ttf?t=1620897745542') format('truetype');
  }
#mb-fulid{
	background-color: #fff;

}

/* 其他字体 */
.fontFamily{
	font-family: verdana;
}
input{outline: none;}
textarea{outline: none;}

/* 头部 */
.head{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.head_1_fa{
	width: 100%;
	background-color: #fff;
}
.head_1{
	width: 1200px;
	margin: 0 auto;
	height: 35px;
}
.head_1>p{
	font-family: "Noto Sans SC";
	font-size: 14px;
	line-height: 35px;
	color: #999999;
	float: left;
}
.head_1>div{
	float: right;
	font-family: "Noto Sans SC";
	font-size: 16px;
	line-height: 35px;
	color: #999999;
}
.head_1>div>a{
	font-family: "Noto Sans SC";
	font-size: 16px;
	line-height: 35px;
	color: #999999;
}
.head_2{
	width: 100%;
	height: 80px;
	padding: 0;
	background-image: linear-gradient(90deg, 
		rgba(39, 50, 67, 0.94) 0%, 
		rgba(12, 17, 22, 0.94) 100%), 
	linear-gradient(
		#050518, 
		#050518);
}
.head_2>div{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.head_2>div>a,.head_cp{
	font-family: "Noto Sans SC";
	display: block;
	font-size: 18px;
	width: 120px;
	height: 36px;
	border-radius: 17px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	margin-top: 25px;
}
.head_cp{
	padding: 0;
	margin-right: 0 !important;
}
.head_cp>a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: "Noto Sans SC";
	color: #fff;
}
.head_cp:hover>.drop{
	display: block;
}
.head_2 a:hover,.head_2_cho{
	font-weight: bold;
	background-color: #fff !important;
	color: #467ddf !important;
}
/* banner图 */
.swiper-container{
    width: 100%;
    max-height: 600px;
	margin: 0 auto;
	position: relative;
}  
.swiper-container img{
	max-height: 600px;
	display: block;
}
.bottom-nav{
	/* width: 1920px; */
	height: 120px;
	background-color: #111111;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	padding-top: 25px;
	margin-top: -2px;
	z-index: 3;
	position: relative;
}
.bottom-nav a{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}
/* 点击特效 */
.pin_click{
	pointer-events:none;
	color: #999999 !important;
}
/* 展示 */
.zs{
	padding-top: 100px;
}
.zs_btn{
	width: 1200px;
	margin: 0 auto;
	padding: 0 170px;
	display: flex;
	justify-content: space-between;
	margin-top: 92px;
}
.zs_btn>li{
	width: 140px;
	height: 62px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.zs_btn>li:hover,.zs_btn_cho{
	color: #467ddf !important;
	border-bottom: 5px solid #467ddf;
}
.zs_1{
	width: 100%;
	background-color: #fafafa;
	height: 550px;
	position: relative;
}
.zs_1>div{
	width: 1200px;
	/*height: 550px;*/
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	/*display: none;*/
}
.zs_1>div>img{
	width: 100%;
	height: 100%;
}
.zs_1>div>div{
	float: left;
	width: 500px;
	padding-top: 94px;
}
.zs_1>div>div>span{
	display: block;
	font-size: 20px;
	color: #2573ff;
}
.zs_1>div>div>h1{
	font-size: 36px;
	line-height: 54px;
	color: #000b33;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	text-overflow: ellipsis; -webkit-line-clamp: 2;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
	margin-top: 27px;
	margin-bottom: 45px;
}
.zs_1>div>div>p{
	font-size: 16px;
	line-height: 26px;
	/* height: 69px; */
	color: #666666;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	text-overflow: ellipsis; -webkit-line-clamp: 3;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
}
.zs_1>div>div>a{
	width: 180px;
	height: 50px;
	display: block;
	background-color: #fd4c5c;
	border-radius: 3px;
	text-align: center;
	font-size: 22px;
	line-height: 50px;
	color: #ffffff;
	margin-top: 54px;
}
.zs_1>div>li{
	width: 548px;
	height: 400px;
	background-color: #467ddf;
	box-shadow: 0px 8px 62px 0px 
		rgba(70, 125, 223, 0.5);
		float: right;
		margin-top: 83px;
}
.zs_1>div>li>div{
	width: 548px;
	height: 400px;
	position: relative;
	top: -30px;
	left: -30px;
}

.zs_1>div>li>div>div:first-child>img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*display: none;*/
}

.zs_1>div>li>div>div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.zs_1>div>li>div>div:first-child{
	display: none;
}
.zs_1>div>li>div>div:last-child>video{
	width: 100%;
	height: 100%;
}
.zs_1>div>li>div>div:last-child>img{
	position: absolute;
	left: 50%;
	cursor: pointer;
	top: 50%;
	transform: translate(-50% , -50%);
}

.cpzx{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 40px;
}
.cpzx_btn{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 60px;
}
.cpzx_btn>a{
	width: 173px;
	display: block;
	height: 38px;
	border: solid 1px #467ddf;
	font-size: 20px;
	line-height: 38px;
	color: #467ddf;
	text-align: center;
	margin: 0 7px;
}
.cpzx_btn>a:hover,.cpzx_btn_cho{
	background-color: #467ddf;
	color: #ffffff  !important;
}
.cpzx_1{
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	margin-top: 94px;
}
.cpzx_1>div{
	display: none;
}
.cpzx_1>div>a{
	width: 384px;
	height: 480px;
	background-color: #ffffff;
	box-shadow: 0px 0px 44px 1px 
		rgba(216, 178, 80, 0.2);
		display: block;
		padding:0 23px ;
	float: left;
	margin-right: 23px;
	margin-bottom: 90px;
}
.cpzx_1>div>a:nth-child(3n){
	margin-right: 0;
}
.cpzx_1>div>a>img{
	width: 336px;
	height: 319px;
	position: relative;
	top: -35px;
}
.cpzx_1>div>a>h1{
	font-size: 22px;
	color: #333333;
	margin-top: -7px;
	overflow: hidden; /*超出部分隐藏*/
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	white-space: nowrap; /*规定段落中的文本不进行换行 */
}
.cpzx_1>div>a>p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #666666;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	margin-top: 10px;
	text-overflow: ellipsis; -webkit-line-clamp: 3;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
}
.cpzx_1>div>a>span{
	font-size: 16px;
	color: #7c7c7c;
	display: block;
	float: right;
	margin-left: 8px;
}
.cpzx_1>div>a:hover{
	background-color: #467ddf;
}
.cpzx_1>div>a:hover *{
	color: #fff !important;
}
/* 产品中心 */

.title{
	width: 1200px;
	margin: 0 auto;
	/* height: 110px; */
	text-align: center;
}
.title>h1{
	font-size: 40px;
	color: #333333;
	text-align: center;
	overflow: hidden; /*超出部分隐藏*/
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	white-space: nowrap; /*规定段落中的文本不进行换行 */
}
.title>i{
	display: block;
	width: 42px;
	height: 2px;
	background-color: #467ddf;
	margin: 0 auto;
	margin-top: 29px;
	margin-bottom: 15px;
}
.title>h2{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #666666;
	overflow: hidden; /*超出部分隐藏*/
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	white-space: nowrap; /*规定段落中的文本不进行换行 */
}

/* 案例展示 */
.alzs{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 50px;
}
.swiper-container_2{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 46px;
	padding-bottom: 10px;
}
.swiper-container_2 a img{
	width: 287px;
	height: 403px;
	display: block;
}
/* MARK1 MARK2 MARK3 */
.mark1,.mark2,.mark3,.mark4,.mark5,.mark6,.call2,.lxwmbox{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.mark1>img,.mark2>img,.mark3>img,.mark4>img,.mark5>img,.mark6>img,.call2>img,.lxwmbox>img{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* 荣誉资质*/
.ry{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 100px;
}
.swiper-container_1{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 46px;
	padding-bottom: 10px;
}
.swiper-container_1 a{
	box-shadow: 0px 0px 10px 0px 
	rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding-bottom: 10px;
}
.swiper-container_1 a:hover{
	background-color: #467ddf;
}
.swiper-container_1 a:hover *{
	color: #fff;
}
.swiper-container_1 a img{
	width: 380px;
	height: 380px;
	display: block;
	margin-bottom: 20px;
}
.swiper-container_1 a>p{
	font-size: 22px;
	color: #467ddf;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	overflow: hidden; /*超出部分隐藏*/
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	white-space: nowrap; /*规定段落中的文本不进行换行 */
}
.ry>a{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans SC";
	width: 260px;
	height: 60px;
	background-image: linear-gradient(
		#467ddf, 
		#467ddf), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 5px;
	cursor: pointer;
	font-size: 24px;
	line-height: 60px;
	color: #ffffff;
	margin-top: 45px;
}
/* 表单1 */
.call{
	margin-top: 30px;
	height: 700px;
	position: relative;
	overflow: hidden;
	width: 100%;
	/* min-height: 600px; */
}
.call_1{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 80px;
}
.call_1>li{
	width: 579px;
	height: 430px;
	border-radius: 10px;
	display: block;
	float: right;
	position: relative;
}
.call_1>img{
	width: 579px;
	height: 430px;
	background-color: #f4f8ff;
	border-radius: 10px;
	display: block;
}
.call_1>div{
	width: 579px;
	height: 430px;
	border-radius: 10px;
	background-color: #f4f8ff;
	box-shadow: 0px 0px 35px 0px 
		rgba(0, 0, 0, 0.2);
	z-index: 2;
	font-family: "Noto Sans SC";
	padding: 43px;
	padding-top: 25px;
	float: left;
}
.call_1>div>h1{
	font-size: 28px;
	color: #333333;
}
.call_1>div>h2{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 19px;
}
.call_1>div>div{
	width: 242px;
	position: relative;
	margin-bottom: 19px;
	float: left;
}
.call_1>div>div>input{
	width: 242px;
	height: 37px;
	background-color: #ffffff;
	border: solid 1px #b3b3b3;
	font-weight: bold;
	line-height: 46px;
	color: #999999;
	padding-left: 13px;
	font-size: 14px;
}
.call_1>div>div>div{
	width: 85px;
	position: absolute;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	font-weight: bold;
	color: #467ddf;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #171b25;
}
.call_1>div>div:nth-child(3){
	width: 491px;
}
.call_1>div>div:nth-child(3)>input{
	width: 491px;
	height: 37px;
	background-color: #ffffff;
	border: solid 1px #b3b3b3;
	display: block;
	outline: none
}
.call_1>div>div:nth-child(5){
	margin-left: 7px;
}
.call_1>div>textarea{
	clear: both;
	display: block;
	width: 491px;
	height: 115px;
	background-color: #ffffff;
	border: solid 1px #b3b3b3;
	font-size: 14px;
	line-height: 32px;
	color: #999999;
	font-weight: bold;
	padding-left: 11px;
}
.call_1>div>li{
	width: 491px;
	height: 46px;
	background-image: linear-gradient(
		#467ddf, 
		#467ddf), 
	linear-gradient(
		#f4f4f4, 
		#f4f4f4);
		margin-top: 13px;
	background-blend-mode: normal, 
		normal;
	border-radius: 5px;
	border: solid 1px #ffffff;
	text-align: center;
	color: #ffffff;
	line-height: 46px;
	cursor: pointer;
	font-size: 20px;
	color: #ffffff;
}
/* 表单2 */
.call2{
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	width: 100%;
	/* min-height: 600px; */
}
.call2>img{
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.call2_1{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.call2_1>div{
	width: 480px;
	height: 120px;
	border-radius: 5px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -60px;
	right: 25px;
}
.call2_1>div>div{
	width: 319px;
	position: relative;
	float: left;
}
.call2_1>div>div>input{
	width: 319px;
	height: 46px;
	background-color: #f4f4f4;
	border-radius: 5px;
	border: solid 1px #171b25;
	font-size: 18px;
	line-height: 46px;
	color: #999999;
	padding-left: 13px;
}
.call2_1>div>div:nth-child(2){
	width: 147px;
	float: right;
}
.call2_1>div>div:nth-child(2)>input{
	width: 147px;
	height: 46px;
}
.call2_1>div>div>div{
	width: 125px;
	position: absolute;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	color: #467ddf;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}
.call2_1>div>li{
	clear: both;
	width: 479px;
	height: 46px;
	background-image: linear-gradient(
		#467ddf, 
		#467ddf), 
	linear-gradient(
		#f4f4f4, 
		#f4f4f4);
	background-blend-mode: normal, 
		normal;
	border-radius: 5px;
	border: solid 1px #ffffff;
	text-align: center;
	color: #ffffff;
	line-height: 46px;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	color: #ffffff;
	margin-top: 30px;
	position: relative;
	top: 30px;
}

/* 优势 */
.sdys{
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.sdys>img{
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/* 关于我们 */
.gywm{
	width: 100%;
	padding-top: 100px;
	margin-bottom: 55px;
}
.gywm_1{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.gywm_1>li{
	width: 570px;
	float: left;
}
.gywm_1>li>h1{
	font-size: 36px;
	color: #333333;
}
.gywm_1>li>h2{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #999999;
	margin-top: 34px;
	margin-bottom: 24px;
}
.gywm_1>li>span{
	display: block;
	width: 630px;
	height: 350px;
	background-color: #ffffff;
	box-shadow: 0px 0px 45px 0px 
		rgba(0, 0, 0, 0.1);
		padding: 40px;
		font-size: 18px;
		line-height: 36px;
		color: #666666;

		margin-top: 63px;
		position: relative;
}
.gywm_1>li>span>i{
	font-style: normal;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	margin-top: 10px;
	text-overflow: ellipsis; -webkit-line-clamp: 6;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
}
.gywm_1>li>span>span{
	font-size: 18px;
	color: #666666;
	position: absolute;
	bottom: 32px;
	left: 32px;
	color: #467ddf;
}
.gywm_1>div{
	width: 570px;
	height: 500px;
	float: right;
	position: relative;
	margin-top: 20px;
}
.gywm_1>div>img:nth-child(1){
	width: 568px;
	height: 499px;
	box-shadow: 0px 0px 45px 0px 
	rgba(0, 0, 0, 0.1);
}
.gywm_1>div>p{
	width: 550px;
	height: 378px;
	background-color: #fbc50b;
	border-radius: 5px;
	position: absolute;
	left: -19px;
	bottom: -66px;
}
.gywm_1>div>div{
	width: 550px;
	height: 154px;
	background-color: #467ddf;
	border-radius: 5px;
	position: absolute;
	bottom: -133px;
	right: -13px;
	z-index: 3;
}
.gywm_1>div>div>img{
	display: block;
	width: 550px;
	height: 154px;
	border-radius: 5px;
}

/* 新闻中心 */
.news{
	width: 100%;
	padding-top: 60px;
}
.news_1{
	width: 1200px;
	height: 311px;
	background-color: #ffffff;
	box-shadow: 0px 17px 27px 0px 
		rgba(116, 116, 116, 0.2);

		margin: 0 auto;
		margin-top: 80px;
}
/*.news_1>img{
	width: 511px;
	height: 310px;
	float: left;
}*/
.news_1>li{
	width: 90%;
	margin-right: 33px;
	float: right;
	height: 310px;
	position: relative;
	padding-top: 33px;
}
.news_1>li>span{
	display: block;

}
.news_1>li>span>i{
	font-style: normal;
	font-size: 14px;
	color: #666666;
	margin-left: 6px;
}
.news_1>li>h1{
	font-size: 26px;
	color: #333333;
	margin-top: 26px;
	overflow: hidden; /*超出部分隐藏*/
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	white-space: nowrap; /*规定段落中的文本不进行换行 */;
}
.news_1>li>i{
	/*width: 618px;*/
	width: 98%;
	height: 1px;
	display: block;
	border: solid 1px #eeeeee;
	margin: 30px 0;
	position: relative;
	left: -12px;
}
.news_1>li>p{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-top: 10px;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	text-overflow: ellipsis; 
	-webkit-line-clamp: 2;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
}
.news_1>li>a{
	display: block;
	width: 159px;
	height: 53px;
	background-color: #fd4c5c;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	line-height: 53px;
	position: absolute;
	right: 45px;
	bottom: -30px;
}
.news_2{
	/*justify-content: space-between;*/
	/*display: flex;*/
	width: 1200px;
	margin: 0 auto;
	margin-top: 54px;
}
.news_2>a{
	width: 383px;
	height: 191px;
	background-color: #ffffff;
	box-shadow: 9px 15px 27px 0px 
		rgba(70, 125, 223, 0.1);
	border: solid 1px #bfbfbf;
	/*display: block;*/
	padding: 25px;
	float: left;
	margin-right: 1.4%;
	margin-top: 1%;
}
.news_2>a>span{
	display: block;

}
.news_2>a>span>i{
	font-style: normal;
	font-size: 14px;
	color: #666666;
	margin-left: 6px;
}
.news_2>a>h1>a{
	font-size: 26px;
	color: #333333;
	margin-top: 10px;
	overflow: hidden; /*超出部分隐藏*/
	text-overflow: ellipsis; /* 超出部分显示省略号 */
	white-space: nowrap; /*规定段落中的文本不进行换行 */;
}
.news_2>a>i{
	width: 359px;
	height: 1px;
	display: block;
	border: solid 1px #eeeeee;
	margin: 12px auto;
	position: relative;
	left: -12px;
}
.news_2>a>p{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-top: 10px;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	text-overflow: ellipsis; 
	-webkit-line-clamp: 2;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
}

/*免费咨询*/
.lxwmbox{
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 35px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	position: relative;
	margin-top: 100px;
}
.lxwm{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* margin-top: 350px; */
	padding-top: 62px;
}
.lxwm *{
    box-sizing: border-box;
}
.lxwm>h1{
	font-size: 50px;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
}
.lxwm>li{
	position: relative;
	height: 23px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 46px;
}
.lxwm>li>i{
	display: block;
	width: 280px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 11px;
}
.lxwm>li>i:nth-child(1){
	left: 0;
}
.lxwm>li>i:nth-child(2){
	right: 0;
}
.lxwm>li>span{
	display: block;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
}
.lxwm_l{
	width: 762px;
	height: 514px;
	background-color: #ffffff;
	border-radius: 15px;
	float: left;
	margin-top: 60px;
	padding: 57px 70px;
	float: left;
}
.lxwm_l>h1{
	font-size: 48px;
	color: #000000;
	text-align: center;
	margin-bottom: 37px;
}
.lxwm_l>div{
	width: 298px;
	height: 65px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #2b2b2b;
	float: left;
	margin-right: 26px;
	position: relative;
	margin-bottom: 24px;
}
.lxwm_l>div>span{
	margin-left: 17px;
	display: block;
}
.lxwm_l>div>input{
	width: 298px;
	height: 38px;
	display: block;
	background-color: #eef0f2;
	border: none;
	border-radius: 19px;
	outline: none;
	margin-top: 10px;
	position: relative;
	font-size: 14px;
	line-height: 38px;
	color: #afafaf;
	padding-left: 16px;
}
.lxwm_l>div>div{
	width: 114px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 36px;
	border-left: 1px solid #467ddf;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #467ddf;
	cursor: pointer;
}
.lxwm_l>div:nth-child(4){
	width: 622px;
	height: 130px;
}
.lxwm_l>div>textarea{
	width: 622px;
	height: 110px;
	background-color: #edf1f4;
	border-radius: 15px;
	border: none;
	margin-top: 10px;
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #afafaf;
	padding-left: 16px;
}
.lxwm_l>dd{
	width: 298px;
	height: 44px;
	background-color: #467ddf;
	border-radius: 22px;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	float: left;
	margin-top: 26px;
	cursor: pointer;
}
.lxwm_r{
	float: right;
	width: 356px;
	margin-top: 60px;
}
.lxwm_r>h1{
	width: 356px;
	height: 62px;
	border-top: 1px solid #d2d2d2;
	text-align: center;
	font-size: 36px;
	line-height: 69px;
	letter-spacing: 3px;
	color: #fff;
}
.lxwm_r>p{
	font-size: 20px;
	letter-spacing: 1px;
	color: #afafaf;
	text-align: center;
	margin: 10px auto;
}
.lxwm_r>input{
	width: 340px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #ebebeb;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	margin: 16px auto;
	display: block;
}
.lxwm_r>dd{
	width: 341px;
	height: 50px;
	background-color: #467ddf;
	border-radius: 25px;
	font-size: 22px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 25px;
}
.lxwm_r>ul{
	padding-left: 17px;
	margin-top: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.lxwm_r>ul>span{
	display: block;
	font-size: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 14px;
}
.lxwm_r>ul>li{
	font-size: 16px;
	line-height: 38px;
	color: #ffffff;
	cursor: pointer;
}
.lxwm_r>ul>li:hover{
	text-decoration: underline;
}
.lxwm_r>ul>li::before{
	content:"●";
	color: #fff;
	font-size:10px;
	margin-right:6px;
}
.lxwm_r>ul>li:hover::before{
	content:"★";
	color: #fff;
	font-size:9px;
	margin-right:4px;
}

/* 侧边栏颜色修改 */
#cnav{
	background-image: linear-gradient(180deg, 
	#467ddf 0%, 
	#467ddf  100%) !important;
}
#cnav ul li{
	border-bottom: none !important;
}
#cnav ul li a{
	border-bottom: none !important;
}
.freePhoneBox>.freePhoneBoxInput input{
	border: 1px solid #467ddf !important;
}
.freePhoneBox>.freePhoneBoxInput textarea{
	border: 1px solid #467ddf !important;
}
.freePhoneBox>.freePhoneBoxInput button{
	background: #467ddf !important;
}
.freePhoneBox>.freePhoneBoxInput>div p span{
	color: #467ddf !important;
}

/* 底部客服颜色修改 */
.pc-visitor-header{
	background: #467ddf !important;
}
#btnSend{
	background-color: #467ddf !important;
}
.mini-btn.mini-btn1{
	background: #467ddf !important;
}
.pin_click{
	pointer-events: none;
	font-weight: bold;
	color: #666666 !important;
}
.page_fa{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.page{
	width: 600px;
	text-align: right;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #666666;
	margin: 0 auto;
}
.page a{
	color: #333333;
	padding: 0 11px;
	font-family: "Noto Sans SC";
	background-color: #f5f5f5;
	border-radius: 5px;
}
.page i{
	font-style: normal;
}
.page>span{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	color: #333333;
	padding: 0 11px;
	font-family: "Noto Sans SC";
	background-color: #f5f5f5;
	border-radius: 5px;
}
.page>input{
		width: 87px;
	height: 40px;
	background-color: #eeeeee;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	color: #666666;
	margin-right: 25px;
} 

/* 导航栏下拉 */
.drop{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	height: 50px;
	text-align: center;
	display: none;
}
.drop>a{
	display: block;
	width: 100%;
	line-height: 50px;
	background-color: #467ddf;
	color: #fff;
	height: 100%;
	/* border: 1px solid #666666; */
	/* border-radius: 5px; */
	overflow:hidden;
	text-overflow:ellipsis;  /* 溢出用省略号表示 */
	white-space:nowrap;  /* 始终保持在一行显示 */
}
.cpzxb{
	padding-top: 80px;
}
.cpzxb .cpzx_1_1>a{
	margin-bottom: 148px;
}
.cpzxb .cpzx_1{
	height: auto !important;
}
.mb2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 52px;
	margin-bottom: 73px;
}
.mb2>a{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
}
.mb2>a:hover{
	color: #467ddf;
}
.mb4{
	width: 100%;
	margin-top: 30px;
}
.newsb{

}
.newsb>.news_1{
	box-shadow:0 0 0 0 rgba(0, 0, 0, 0);
}
.newsb>.news_1>li>span,.newsb>.news_1>li>span>i{
	color: #467ddf;
}
.newsb>.news_1>li>a{
	position: relative;
	right: 0;
}
.newsb_2{
	width: 1200px;
	margin: 0 auto;
}
.newsb_2>li{
	height: 184px;
	padding-top: 39px;
}
.newsb_2>li>i{
	display: block;
	font-style: normal;
	width: 106px;
	height: 106px;
	background-color: #467ddf;
	font-size: 36px;
	line-height: 106px;
	color: #ffffff;
	text-align: center;
	float: left;
	margin-right: 19px;
}
.newsb_2>li>a{
	display: block;
	float: left;
}
.newsb_2>li:hover{
	background-color: #467ddf;
	box-shadow: 0px 0px 30px 0px 
		rgba(169, 122, 0, 0.1);
}
.newsb_2>li:hover *{
	color: #fff!important;
}
.newsb_2>li>a>h1{
	font-size: 20px;
	letter-spacing: 0px;
	color: #333333;
}
.newsb_2>li>a>span>i{
	font-size: 16px;
	color: #666666;
	font-style: normal;
}
.newsb_2>li>a>span{
	font-size: 16px;
	color: #666666;
	margin-top: 11px;
	margin-bottom: 16px;
	display: block;
}
.newsb_2>li>a>p{
	font-size: 16px;
	line-height: 28px;
	width: 940px;
	color: #666666;
	display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示 */
	overflow: hidden;
	text-overflow: ellipsis; 
	-webkit-line-clamp: 2;/*限制在一个块元素中显示文本的行数*/
	-webkit-box-orient:vertical;/*设置伸缩盒子的子元素的排列方式*/
}

