* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	background: #fff !important;
	cursor: pointer;
}

a {
	text-decoration: none !important;
	cursor: pointer;
	transition: all .3s;
	outline: none;
	color: #333333;
}

ul,
li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	display: block;
}

.w1200 {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.top {
	width: 200px;
	height: auto;
	float: left;
	margin-right: 400px;
}

.nav {
	width: 400px;
	height: 80px;
	float: left;
}

.nav li {
	width: 100px;
	float: left;
}

.nav a {
	line-height: 80px;
	display: block;
	text-align: center;
}

.nav a:hover {
	color: #3388FF;
	border-bottom: 1px solid #3388FF;
}

.tel {
	width: 140px;
	float: right;
	height: 40px;
	margin-top: 20px;

	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	display: block;
	background: #3388FF;
}




/* 本例子css */

.slideBox {
	width: 1420px;
	height: 532px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1420px;
	height: 532px;
	display: block;
}

.wx {
	width: 1200px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wx li {
	float: left;
}

.cpzx {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.cpzx_1 h1 {
	font-size: 32px;
	font-weight: normal;
	color: #333333;
}

.cpzx_1 h2 {
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
}

.cpzx_2 {
	width: 1160px;
	margin: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.cpzx_2 li {
	width: 280px;
	float: left;
	display: block;
	margin: 5px;
	overflow: hidden;
	/* 图片容器的宽度 */
	height: auto;
	/* 图片容器的高度根据图片自适应 */
	overflow: hidden;
	/* 隐藏超出容器大小的部分 */
	position: relative;
	/* 设置为相对定位，用于设置鼠标悬浮效果 */
}

.cpzx_2 li p {
	height: 63px;
	line-height: 63px;
	border: 1px solid #ccc;
}

.cpzx_2 li p:hover {
	background: #3388FF;
	color: #FFFFFF;
	transition: transform 0.3s ease;
	transform: scale(1.1);
	/* 鼠标悬浮时放大图片 */
}


/* 鼠标经过图片时，放大图片 */

.cpzx_2 li img {
	width: 100%;
	/* 图片宽度为容器宽度 */
	height: 215px;
	/* 图片高度根据宽度自适应 */
	transition: transform 0.3s ease;
	/* 添加过渡效果 */
}

.cpzx_2 li:hover img {
	transform: scale(1.1);
	/* 鼠标悬浮时放大图片 */
}

.cpzx_2 li:hover {
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
	/* 鼠标滑过时的阴影 */
}

.cpzx_3 {
	width: 500px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: auto;
	border: 1px solid #ccc;
	color: #CCCCCC;
	margin-top: 40px;
}

.cpzx_3 a {
	width: 500px;
	height: 60px;
	display: block;
}

.cpzx_3 a:hover {
	background: #3388FF;
	display: block;
	color: #FFFFFF;
	transform: scale(1.1);
}

.rmhd {
	width: 1200px;
	margin: auto;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.rmhd h1 {
	font-size: 32px;
	font-weight: normal;
	color: #333333;
}

.snBrand {
	position: relative;
	width: 1290px;
	height: 268px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	overflow: hidden;
	margin: auto;
	margin-bottom: 60px;
}

.snBrand ol {
	float: left;
	width: 499px;
	height: 268px;
	margin-top: -1px;
}

.snBrand ol li {
	height: 55px;
	padding: 4px 0;
	line-height: 55px;
	text-align: left;
	overflow: hidden;
	padding-left: 30px;
}

.snBrand ol li.on {
	background: #fff;
	border-right: #fff;
}

.snBrand ul {
	float: left;
	top: 35px;
	width: 790px;
	height: 268px;
	background: #fff;
	overflow: hidden;
}

.snBrand ul li {
	width: 760px;
	margin: 0 auto;
}

.snBrand ul li h1 {
	height: 50px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.snBrand ul li h1 span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #d6e4ff;
	color: #3388ff;
	float: left;
	margin-left: 60px;
	margin-right: 10px;
}

.snBrand ul li h3 {
	height: 50px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.snBrand ul li h3 span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #006AFF;
	color: #fff;
	float: left;
	margin-left: 60px;
	margin-right: 10px;
}

.snBrand ul li p {
	width: 700px;
	line-height: 36px;
	overflow: hidden;
	padding-left: 60px;
}

.snBrand ul li a {
	color: #333;
	text-align: center;
	display: block;
	color: #3388ff;
	font-size: 24px;
}

.snBrand ul li a:hover {}

.gsjs {
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
}

.gsjs_con {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.gsjs_l {
	float: left;
	width: 400px;
}

.gsjs_l h1 {
	margin-top: 40px;
	height: 120px;
	line-height: 120px;
}

.gsjs_l p {
	line-height: 32px;
	margin-bottom: 40px;
}

.gsjs_l a {
	width: 100px;
	height: 50px;
	line-height: 50px;
	background: #3388ff;
	display: block;
	color: #FFFFFF;
	text-align: center;
}

.gsjs_l a:hover {
	background: #006aff;
}

.gsjs_r {
	width: 790px;
	height: 444px;
	float: right;
}

.gsjs_r img {
	width: 790px;
	height: 444px;
}

.footer {
	width: 100%;
	height: 70px;
	background: #f8f8f8;
	margin-top: 50px;
}

.foot {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.weizhi {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
}

.cp_con {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
}

.cp_con-l {
	float: left;
	width: 450px;
	display: block;
}

.cp_con-l img {
	width: 420px;
	height: 280px;
	border: 1px solid #ccc;
}

.cp_con-r {
	width: 750px;
	float: left;
}

.cp_con-r span {
	background: #f2f7ff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 5px;
	color: #3388ff;
}

.cp_3 {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #CCCCCC;
}

.cp_3 h1 {
	width: 1200px;
	line-height: 50px;
	background: #F8F8F8;
}

.cp_3 h1 span {
	width: 220px;
	height: 50px;
	display: block;
	line-height: 50px;
	background: #FFFFFF;
	color: #3388FF;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	border-bottom: 2px solid #006AFF;
}

.cp_3 p {
	margin: 50px;
	line-height: 36px;
}

.tuijian {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
}

.tuijian h1 {
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 40px;
}

.tuijian li {
	width: 400px;
	float: left;
}

.tuijian li img {
	width: 350px;
	margin: auto;
}

.tuijian li p {
	width: 350px;
	height: 50px;
	margin: auto;
	text-align: center;
	line-height: 50px;
}

.tuijian li a p {
	background: #f8f8f8;
}

.tuijian li a:hover p {
	background: #3388FF;
	color: #FFFFFF;
}

.xinwen {
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: auto;
}

.xinwen_1 {
	width: 800px;
	height: auto;
	margin: auto;
	float: left;
}

.xinwen_1 h1 {
	font-size: 30px;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 50px;
}

.xinwen_1 p {
	line-height: 36px;
}

.xinwen_2 {
	width: 300px;
	float: left;
}

.xinwen_2 h1 {
	font-size: 30px;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 50px;
}

.xinwen_2 li {
	line-height: 48px;
	border-bottom: 1px solid #CCCCCC;
}

.xinwen_2 li a {
	color: #333;
}

.next {
	width: 300px;
	margin: auto;
	height: auto;
	margin-top: 50px;
}

.next li {
	float: left;
	padding: 10px 20px;
	background: #f8f8f8;
	margin: 10px;
}

.next li a {
	color: #333333;
}


/*弹窗*/
.tan {
	width: 822px;
	height: 332px;
	background: url(images/h1.png);
	position: fixed;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	display: none;
	z-index: 200;
}

.kuang {
	height: 120px;
	text-align: center;
	padding: 20px 0;
}

.txtcss {
	color: red;
	font-weight: 800;
	font-size: 20px;
}

.copy {
	font-size: 16px;
	float: left;
	background-color: #5AD700;
	padding: 5px 20px;
	margin-left: 25%;
	color: black;
	border-radius: 5px;
}

.copy a {
	color: white;
}

.guanbi {
	width: 20px;
	height: 20px;
	color: #000000;
	font-size: 36px;
	right: 10px;
	position: absolute;
	top: -10px;
}