@charset "utf-8";
/* CSS Document */

/*public start*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
from,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
	/*[disabled]margin : 0;*/
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}

input,
button {
	border: none;
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

body {
	font-size: 14px;
	font-family: "Siyuan";
	background: #FFFFFF;
	overflow-x: hidden
}

@font-face {
	font-family: SiYuan;
	src: url(../Fonts/SourceHanSansCN-Normal_0.ttf);
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

header {
	width: 100%;
	height: auto;
	display: table;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header-content {
	width: 100%;
	height: auto;
	background-color: #e8e8e8;
	display: table;
}

.hd-c {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.hd-left {
	width: auto;
	height: auto;
	float: left;
}

.hd-left p {
	font: 400 15px/35px "Siyuan";
	color: #000000;
	float: left;
	margin: 0 20px 0 0;
}

.hd-left p img {
	width: 26px;
	float: left;
	margin: 4.5px;
}

.hd-right {
	width: auto;
	height: auto;
	float: right;
}

.hd-right a {
	width: 70px;
	height: 26px;
	border: 1px solid #797979;
	border-radius: 10px;
	float: left;
	font: 400 12px/26px "arial";
	color: #000000;
	text-align: center;
	margin: 3px 0;
}

.hd-right form {
	width: auto;
	height: 26px;
	float: right;
	margin: 3px 0 3px 20px;
}

.hd-right form input {
	width: 160px;
	height: 28px;
	background-color: #FFFFFF;
	font: 400 14px/28px "arial";
	text-indent: 14px;
	float: left;
}

.hd-right form button {
	width: 28px;
	height: 28px;
	background-color: #ff8c00;
	background-image: url(../images/serach-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	float: right;
}

nav {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

nav .nav-logo {
	width: auto;
	height: auto;
	float: left;
}

nav .nav-logo img {
	width: auto;
	height: auto;
	float: left;
	margin: 10px 0;
}

.nav-list ul {
	width: auto;
	height: auto;
	float: right;
}

.nav-list ul li {
	width: 136px;
	height: auto;
	float: left;
	font: 400 18px/70px "Siyuan";
	text-align: center;
	margin: 10px 0;
	position: relative;
}

.nav-list ul li a {
	color: #000000;
}

.second{
	display: none;
}

.nav-list ul li:hover .second{
	display: block;
	position: absolute;
	z-index: 999;
	background-color: #FFF;
}

.nav-list ul li:hover .second li{
	font: 400 14px/28px "Siyuan";
	color: #000000;
	height: 28px;
	margin: 0;
	
	display: table;
}

.nav-list ul li:hover .second li a{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: table;
	padding: 10px 0;
	border-bottom: 1px solid #E3E3E3;
}

.nav-list ul li:last-child .child-icon{
	display: none;
}

.child-icon {
	width: 12px !important;
	height: 12px !important;
	position: absolute;
	top: 25px;
	right: 16px;
	background-image: url(../images/nav-icon.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.enchild-icon{
    width: 12px !important;
    height: 12px !important;
    position: absolute;
    top: 28px;
    right: 16px;
    background-image: url(../images/nav-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution {
	width: 100%;
	height: auto;
	background-color: #f7f7f0;
	display: table;
}

.solution-content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.solution-content h1 {
	font: 700 23px/23px "Siyuan";
	color: #000000;
	text-align: center;
	padding: 30px 0 0;
}

.solution-content p {
	font: 400 17px/30px "Siyuan";
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	padding: 20px 0;
}

.pros {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.pro-title {
	width: 100%;
	height: auto;
	display: table;
	margin: 24px 0 0;
}

.pro-title img {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}

.pro-lists {
	width: 100%;
	height: auto;
	display: table;
}

.pro-lists li {
	width: 380px;
	height: auto;
	float: left;
	border: 1px solid #999999;
	margin: 28px 0 0;
}

.pro-lists li div{
	width: 378px;
	height: 320px;
	overflow: hidden;
}

.pro-lists li img {
	width: 100%;
	height: auto;
	display: table;
}

.pro-lists li p {
	width: 100%;
	height: 38px;
	background: #999999;
	font: 400 18px/38px "Siyuan";
	color: #FFFFFF;
	text-align: center;
}

.pro-lists li:nth-child(2) {
	margin: 28px 27px 0;
}

.pro-lists li:nth-child(5) {
	margin: 28px 27px 0;
}

.honorary {
	width: 1200px;
	height: auto;
	display: table;
	margin: 0 auto;
}

.honorary-title {
	width: 100%;
	height: auto;
	display: table;
}

.honorary-title img {
	width: auto;
	height: auto;
	margin: 48px auto 38px;
	display: table;
}

.honorary-list {
	width: 1200px;
	height: auto;
	display: table;
}

.honorary-list li {
	width: 380px;
	height: auto;
	float: left;
	border: 1px solid #999999;
}

.honorary-list li img {
	width: 100%;
	display: table;
}

.honorary-list li:nth-child(2) {
	margin: 0 27px;
}

.model3 .nr {
	font-size: 0;
	padding-top: 55px;
}

.model3 .tywidth {
	width: 1200px;
	margin: 0 auto;
}

.model3 .nr ul li {
	position: relative;
	width: 373px;
	height: 560px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.model3 .nr ul li:nth-child(2) {
	margin: 0 33px;
}

.model3 .nr ul li .mr {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.04);
	padding: 20px 0 23px;
}

.model3 .nr ul li .mr .mpic {
	width: 373px;
	height: 397px;
	overflow: hidden;
}

.model3 .nr ul li .mr .mpic img,
.model3 .nr ul li .ho .hpic img {
	/* width: 100%; */
	height: 100%;
	margin: 0 auto;
	display: table;
}

.model3 .nr ul li .mr .mtxt {
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	width: 310px;
	margin: 0 auto;
}

.model3 .nr ul li .mr .mtxt dt {
	line-height: 0;
}

.model3 .nr ul li .mr .mtxt dd {
	background: url(../image/model3icon.png)no-repeat right top;
	color: #222;
	font-size: 30px;
	line-height: 40px;
	padding-top: 5px;
	letter-spacing: 4px;
}

.model3 .nr ul li .mr .mtxt dd i {
	color: #666;
	font-size: 16px;
	font-style: normal;
}

.model3 .nr ul li .mr .mtxt dd img {
	width: auto;
	height: auto;
	float: right;
}

.model3 .nr ul li .ho {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.model3 .nr ul li .ho .htxt dt {
	line-height: 0;
	padding-top: 5px;
}

.model3 .nr ul li .ho .htxt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 190px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 43px 48px 0 38px;
}

.model3 .nr ul li .ho .htxt .left {
	border-right: 1px solid rgba(255, 255, 255, 0.322);
	width: 120px;
	height: 108px;
}

.model3 .nr ul li .ho .htxt .left p {
	font-size: 28px;
	color: #fff;
	margin-top: 10px;
}

.model3 .nr ul li .ho .htxt .left p i {
	margin-top: 10px;
	display: block;
	line-height: 18px;
	font-size: 18px;
	font-style: normal;
}

.model3 .nr ul li .ho .htxt .right p {
	margin-bottom: 17px;
	color: #fff;
	line-height: 14px;
	font-size: 14px;
}

.model3 .nr ul li.on {
	width: 378px;
}

.model3 .nr ul li.on .mr {
	opacity: 0;
	left: -100%;
	visibility: hidden;
}

.model3 .nr ul li.on .ho {
	opacity: 1;
}

.model-bg {
	width: 100%;
	height: 100px;
	background: #69875f;
	display: table;
	margin: 65px 0 0;
}

.new {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.new-title {
	width: 100%;
	height: auto;
	padding: 65px 0 45px;
	display: table;
}

.new-title img {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}

.new-title a {
	font: bolder 18px/18px "Siyuan";
	color: rgba(0, 0, 0, 0.6);
	float: right;
	padding: 25px 0 0;
}

.new-lists {
	width: 100%;
	height: auto;
	display: table;
}

.new-lists li {
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	display: table;
	margin: 0 0 30px;
	padding: 20px;
}

.new-lists li .nl {
	width: 360px;
	height: 230px;
	float: left;
	overflow: hidden;
	padding: 0 30px 0 0;
}

.new-lists li .nl img {
	width: 100%;
	height: 100%;
}

.new-lists .nr {
	width: 780px;
	height: 230px;
	float: left;
	position: relative;
}

.new-lists .nr h1 {
	font: 400 20px/25px "Siyuan";
	float: left;
	color: #000000;
	padding: 25px 0;
}

.new-lists .nr span {
	font: bolder 25px/25px "Siyuan";
	float: right;
	color: rgba(0, 0, 0, 0.8);
}

.new-lists .nr p {
	width: 100%;
	display: table;
	font: 400 16px/32px "Siyuan";
	color: rgba(0, 0, 0, 0.8);
	text-indent: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
}

.new-lists .newa {
	font: 400 16px/16px "Siyuan";
	color: #6a6a6a;
	border: 1px solid #6a6a6a;
	border-radius: 15px;
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.about-title {
	width: 100%;
	height: auto;
	display: table;
	margin: 20px 0 45px;
}

.about-title img {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}

.about-content {
	width: 100%;
	height: auto;
	display: table;
}

.about-content .ab-left {
	width: 550px;
	height: 370px;
	float: left;
}

.about-content .ab-lef img {
	width: 100%;
	height: auto;
	display: table;
}

.about-content .ab-right {
	width: 600px;
	height: auto;
	float: right;
	padding: 24px;
}

.about-content .ab-right h1 {
	font: 400 35px/35px "Siyuan";
	color: #000000;
	display: table;
}

.about-content .ab-right span {
	font: 400 18px/30px "Siyuan";
	color: #FFFFFF;
	background-color: #ff8c00;
	padding: 0 10px;
	display: table;
	margin: 20px 0 14px;
}

.about-content .ab-right p {
	font: 400 18px/33px "Siyuan";
	color: #000000;
	text-indent: 24px;
	display: table;
	letter-spacing: 2.2px;
}

.brand {
	width: 1200px;
	height: auto;
	margin: 66px auto;
	display: table;
}

.brand-left {
	width: 370px;
	height: auto;
	float: left;
	margin: 0 34px 0 0;
}

.brand-left img {
	width: 100%;
	height: auto;
	display: table;
	margin: 20px 0 0;
}

.brand-right {
	width: 750px;
	height: auto;
	float: left;
}

.br-title {
	width: 100%;
	height: auto;
	display: table;
}

.br-title img {
	width: auto;
	height: auto;
	display: table;
}

footer {
	width: 100%;
	height: auto;
	display: table;
	background-color: #16181c;
}

.footer {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.ft-list {
	width: 25%;
	height: auto;
	float: left;
	padding: 0 0 30px;
}

.ft-list h1 {
	font: 400 22px/26px "Siyuan";
	color: #FFFFFF;
	text-align: left;
	display: table;
	padding: 40px 40px 15px;
}

.ft-list li {
	width: 100%;
	height: auto;
	font: 400 16px/24px "Siyuan";
	color: #FFFFFF;
	padding: 15px 40px;
}

.ft-list li a {
	color: #FFFFFF;
}

.ft-list li img {
	width: 24px;
	float: left;
	padding: 7px 15px 4px 0;
}

.copyright {
	width: 100%;
	height: 80px;
	background-color: #101010;
}

.copyright p {
	font: 400 16px/80px "Siyuan";
	color: #FFFFFF;
	text-align: center;
}

.pro-lists li:hover img{
	animation: mymove 2s;
	-webkit-animation: mymove 2s;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	-webkit-animation: mymove 2s;
	-webkit-animation-direction: alternate;
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(1);
	}

}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}
