*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: '微软雅黑';
	box-sizing: border-box;
	transition: all 0.35s;
}
ul{
	list-style: none;
}

:root{
	--myblue1:#3586df;
	--white:#ffffff;
}

/* 基础设置 */
a:hover{
	text-decoration: none;
}
.clearfloat::after{
	content: "";
	display: table;
	clear: both;
}
/* 字体大小 */
.my-fontS16{
	font-size: 16px;
}
.my-fontS18{
	font-size: 18px;
}
.my-fontS20{
	font-size: 20px;
}
.my-fontS22{
	font-size: 22px;
}
.my-fontS30{
	font-size: 30px;
}
.my-fontS28{
	font-size: 28px;
}
.my-color666{
	color: #666666;
}
.my-color888{
	color: #888888;
}
.my-mb30{
	margin-bottom: 30px;
}
.my-mb50{
	margin-bottom: 60px;
}
.my-indent{
	text-indent: 2em;
}
.my-border{
	border-color: #666;
}
.my-border-dashed{
	border-bottom-style: dashed !important;
}
.my-tuij:last-child{
	border: 0 !important;
}
/* 固定最宽 */
.my-whidth1440{
	max-width: 1440px;
	/* height: 100%; */
	margin: 0 auto;
}
/* 公共头部样式 */
	.header{
		color: #cccccc;
		width: 100%;
		position: absolute;
		z-index: 1000;
	}
	.logo{
		width: 93px;
		height: 30px;
		margin-left: 20px;
	}
	.header1{
		/* height: 44px; */
		line-height: 44px;
	}
		/* 搜索框 */
		.head_input{
			position: relative;
			margin-right: 20px;
			/* line-height: 44px; */
		}
		.search{
			line-height: 44px;
		}
		.head_input input{
			height: 30px;
			line-height: 30px;
		}
		.head_input input{
			background: rgba(255, 255, 255, 0.3);
			border-radius: 30px;
			padding-left: 15px;
			box-sizing: border-box;
			border: none;
			color: #ffffff;
			width: 240px;
			
		}
		.head_input input:focus{
			outline: none;
		}
		.head_input input::placeholder{
			color: #cccccc;
		}
		.icon2,
		.false{
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}
		.icon2{
			right: 10px;
		}
		.false{
			right: 35px;
		}
		.header2{
			padding-left: 15px;
		}
		.share{
			width: 144px;
			height: 52px;
			background: #3586df;
			line-height: 52px;
			cursor: pointer;
			position: absolute;
			right: 0px;
			top: 0px;
			transform: translateY(100%);
		}
		.navbar-dark .navbar-nav .nav-link.active{
			color: #3586df;
		}
		.icon-qq{
			width: 20px;
			height: 20px;
		}
		.icon-wechat{
			width: 22px;
			height: 19px;
		}
		.icon_wecharter{
			top: 52px;
			right: 0px;
			display: none;
		}
		.icon-wechat:hover+.icon_wecharter{
			display: block;
		}

		.icon-email{
			width: 22px;
			height: 15px;
		}
/* 普通样式 */
.my-text-gray{
	color: #CCCCCC;
}
/* 公共页脚 */
.footer1.footer2,
.footer1{
	background: #3e4950;
}
.footer_pbt{
	padding: 50px 0 140px;
}
.footer_pbt.none{
	padding-bottom: 0px;
}

.footer-kefu{
	margin-right: 40px;
}
.footer1_1{
	padding-bottom: 40px;
}
.footer1_1_2{
	border-left: 1px solid #888888;
}
.footer1_1_2 ul li:first-child{
	margin-bottom: 20px;
}
.footer1_1_2 ul li:first-child a{
	color: #dddddd;
}
.footer1_1_2 ul li+li{
	margin-bottom: 8px;
}
.footer1_1_2 ul li+li a{
	color: #bbbbbb;
	font-size: 13px;
}
.footer1_2{
	padding: 20px 0;
	border: 1px solid #666666;
}
.footer1_2 ul li{
	float: left;
	margin-left: 20px;
}

.footer1_2 ul li a{
	color: #999999;
}
.footer1_2 ul li:first-child a{
	color: #aaaaaa;
}
.footer2 ul li{
	float: left;
	margin-left: 20px;
}

.footer2 ul li:first-child{
	margin-left: 0;
}
.footer2 p,
.footer2 ul li a{
	color: #999999;
}
.serive2_2{
    top: 120px;
    left: 50px;
}

/* section5_3 */
.section5_3 .card{
	width: 334.5px;
	margin-top: 60px;
}
.section5_3 .card:hover{
	box-shadow: 3px 4px 8px #999999;
}
.section5_3 .mobile-jm,
.section5_3 .mobile-ke{
	bottom: 0px;
	right: 0px;
}
.section5_3 .mobile-jm{
	right: 19px;
	width: 94px;
	height: 150px;
}
.pagetion{
    margin-top: 40px;
}
.pagetion li{
    width: 35px;
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    background: #f9f9f9;
    margin: 0 5px;
    cursor: pointer;
}
.pagetion li.active{
    background: #3586df;
    color: #ffffff;
}
.pagetion li.jump{
    border: none;
    background: #ffffff;
    width: auto;
}
.pagetion li.input{
    width: 60px;
}
.pagetion li.input input{
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #999999;
}
.pagetion li.input input:focus{
    outline: none;
}


.animated_img{
	overflow: hidden;
	height: 180px;
}
.animated_img img{
	height: 180px;
	transition: all 0.5s;
}

.animated_img:hover img{
	transform: scale(1.5);
}