	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	font,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	textarea {
		margin: 0;
		padding: 0;
	}

	address,
	cite,
	dfn,
	em,
	var,
	i {
		font-style: normal;
	}

	body {
		font-size: 12px;
		font-family: '思源黑体';
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	th {
		font-size: 100%;
		font-weight: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
	}

	fieldset,
	img {
		border: 0;
	}

	a {
		text-decoration: none;
		color: #666;
		background: none
	}

	ul,
	ol,
	li {
		list-style: none;
	}

	* {
		padding: 0;
		margin: 0;
	}

	.clear {
		clear: both;
	}

	.line-hui {
		height: 0px;
		min-width: 1200px;
		border-top: 1px solid #eee;
	}

	.line-red {
		min-width: 1200px;
		height: 0px;
		border-top: 1px solid #d40000;
	}

	.line-right-hui {
		height: 100%;
		width: 0px;
		border-right: 1px solid #eee;
	}

	.f-left {
		float: left;
	}

	.f-right {
		float: right;
	}

	* {
		padding: 0;
		margin: 0;
		font-family: "思源黑体";
		font-size: 14px;
	}

	a {
		text-decoration: none;
	}

	li {
		list-style: none;
	}

	.top {
		width: 100%;
		min-width: 1200px;
		height: 60px;
		border-bottom: 1px solid #dddddd;
		display: flex;
		justify-content: center;
	}

	.top_left {
		float: left;
		min-width: 600px;
		height: 100%;
		line-height: 60px;
		text-indent: 2em;
		color: #353535;
		font-size: 16px;
	}

	.top_right {
		/* float: right; */
		min-width: 600px;
		height: 100%;
		line-height: 60px;
		/* text-indent: 2em; */
		color: #353535;
		font-size: 16px;
		background: url(../icon/wx-ico.png) no-repeat;
		background-position: 485px;
	}

	.pop {
		display: none;
		width: auto;
		height: auto;
		position: fixed;
		top: 35%;
		left: 40%;
		margin: auto;
		z-index: 1000;
		background-color: #fff;
		box-shadow: 0 3px 18px rgba(233, 233, 233, 0.5);
	}

	.pop-close {
		font-size: 24PX;
		padding-right: 5PX;
		cursor: pointer;
	}

	.pop-wechat {
		padding: 5px 0 0 30px;
	}

	.pop img {
		width: 330px;
	}

	.bgPop {
		display: none;
		position: fixed;
		z-index: 999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(25, 25, 25, 0.3);
	}

	.top_nav {
		display: block;
		float: left;
		width: 50px;
		height: 60px;
		margin-right: 5px;
		position: relative;
		left: 470px;
	}

	.top_nav:first-child {}

	.top_nav:first-child+a+a {
		width: 75px !important;
	}

	.nav {
		width: 1200px;
		min-width: 1200px;
		height: 100px;
		margin: 0 auto;
	}

	.imglogo {
		display: block;
		float: left;
		margin-left: 2em;
	}

	.nav_ula {
		display: block;
		float: right;
		width: 655;
		/* width: 795px; */
		height: 100px;
		/* border-right: 1px solid #dddddd; */
	}

	.nav_ul {
		display: block;
		float: left;
	}

	.nav_ul a {
		font-size: 14px;
		text-align: center;
		color: #353535;
	}

	.showa {
		display: block;
		float: left;
		padding: 0 12px 10px;
		margin: 40px 3px 0;
	}

	.notshowa {
		display: none;
		background: #fff;
		margin-top: 75px;
		position: relative;
		z-index: 9999;
		width: 85px;
	}

	.notshowa a {
		clear: both;
		display: block;
		padding: 10px 0 10px;
		margin: 0px 7px 0;
		font-size: 14px !important;
	}

	.navselected {
		border-bottom: 3px solid #d40000;
		color: #d40000 !important;
	}

	.nav_ul a:hover {
		border-bottom: 3px solid #d40000;
		color: #d40000;
	}

	.nav_ul:hover .notshowa {
		display: block !important;
		padding-bottom: 10px;
	}

	.search {
		float: right;
		width: 100px;
		height: 100px;
		cursor: pointer;
	}

	.search_box {
		display: none;
		width: auto;
		height: auto;
		position: fixed;
		top: 90px;
		right: 130px;
		margin: auto;
		z-index: 100;
		background-color: #fff;
	}

	.input {
		height: 50px;
		border: #ccc 1px solid;
		width: 500px;
		padding: 0 10px;
		font-size: 16px;
	}

	.input-button {
		height: 50px;
		width: 50px;
		border: 1px solid #ccc;
		border-left: 0;
		margin-left: -5px;
		border-radius: 0px 5px 5px 0px;
		color: #fff;
	}

	/*底部修饰*/

	.redline {
		border-bottom: 1px solid #d40000;
		min-width: 1200px;
	}

	.public {
		width: 1200px;
		margin: 0 auto;
	}

	.tellphone {
		font-size: 36px;
		color: #d40000;
		margin-top: 33px;
		font-weight: bold;
	}

	.foot_conter,
	.foot_link {
		font-size: 16px;
		color: #8f8f8f;
		margin-top: 20px;
	}

	.grayline {
		border-bottom: 1px solid #e3e3e3;
		min-width: 1200px;
	}

	.foot_a {
		display: block;
		float: left;
		margin-left: 15px;
		font-size: 16px;
	}

	.foot_a:first-child {
		margin-left: 0px;
	}

	.foot_bq {
		margin: 15px 0 45px;
		color: #8f8f8f;
		font-size: 14px;
	}
	.foot_qqwx img{
		position: absolute;
	}
	.foot_qqwx a {
		cursor: pointer;
		display: inline-block;
		float: left;
		position: relative;
		width: 30px;
		height: 28px;
		margin-right: 3px;
		margin-top: 10px;
	}

	@media screen and (max-width:1555px) {
		/* .imglogo {
			height: 73%;
		} */

		.nav,
		.search,
		.search img,
		.nav_ula {
			height: 100px;
		}

		.notshowa {
			width: 90px;
			margin-top: 75px;
		}

		.notshowa a {
			clear: both;
			display: block;
			padding: 10px 0px 10px;
			margin: 0px px 0;
			font-size: 12px !important;
		}

		.showa {
			display: block;
			float: left;
			padding: 0 0px 10px;
			margin: 40px 14px 0;
		}

		.nav_ula {
			width: 710px;
		}
	}

	.nav_ul:first-child+li .notshowa,
	.nav_ul:first-child+li .notshowa a {
		display: none !important;
	}
        .hover-color>img {  
            width: 54px;
            height: 108px;
            transform: translateY(-34px);
            transition: all 0.5s ease-in-out 0.2s;
        }
