@media (min-width:1441px) {
	@keyframes xbannerimgmc {
		0% {
			opacity: 0;
			transform: translate(-50%, -50%) scale(1);
		}

		10% {
			opacity: 1;
		}

		90% {
			opacity: 1;
		}

		100% {
			opacity: 0;
			transform: translate(-50%, -50%) scale(1.1);
		}
	}


	.search {
		padding: 15px 0;
		line-height: 30px;
		font-size: 12px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.searchhotkey {
		float: left;
	}

	.searchhotkey a {
		margin-right: 10px;
	}

	.searchform {
		float: right;
	}

	.searchform form {}

	.searchform input {}

	.searchform input.txt {
		height: 30px;
		line-height: 30px;
		background: #f9f9f9;
		padding: 0 10px;
	}

	.searchform input.txt::-webkit-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.searchform input.btn {
		height: 30px;
		background: #ee5f01;
		padding: 0 20px;
		color: #fff;
	}

	.title {
		margin-bottom: 40px;
		text-align: center;
		position: relative;
	}

	.title h2 {
		font-size: 36px;
		line-height: 40px;
		position: relative;
		margin-bottom: 5px;
		font-weight: normal;
	}

	.title h3 {
		color: #dfdfdf;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		font-size: 80px;
		opacity: 0.8;
		letter-spacing: 20px;

	}

	.title h3 span {
		position: relative;
		display: inline-block;
	}

	.title h3 span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: 30px;
		width: 50px;
		height: 1px;
		background: #999;
	}

	.title h3 span:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 100%;
		margin-right: 30px;
		width: 50px;
		height: 1px;
		background: #999;
	}

	.product {
		padding: 80px 0;
		background: #eee;
	}

	.productclass .onelevel {
		padding: 50px 0 0;
		height: 115px;
	}

	.productclass .onelevel>li {
		width: 29.3%;
		float: left;
		padding: 0 0 0 50px;
		position: relative;
	}

	.productclass .onelevel>li:before {
		content: "";
		width: 1px;
		height: 62px;
		background: #e9dab8;
		position: absolute;
		top: 8px;
		left: 0;
	}

	.onelevel li h3 {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		padding-bottom: 5px;
	}

	.onelevel li h3 a {
		font-size: 24px;
		color: #000;
	}

	.productclass .twolevel>li {
		float: left;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		padding-right: 25px;
	}

	.productlist {}

	.productlist ul {
		margin: 0 -1%;
	}

	.productlist li {
		float: left;
		width: 23%;
		margin: 0 1% 20px;
	}

	.productlist li a {
		display: block;
		text-align: center;
	}

	.productlist li a figure {
		overflow: hidden;
		position: relative;
		background: rgba(25, 81, 147, 1);
		border: 1px solid #eee;
	}

	.productlist li a figcaption {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: all 0.3s ease-out 0s;
	}

	.productlist li a figcaption i {
		font-size: 30px;
		display: inline-block;
		border: 2px solid #fff;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		color: #fff;
	}

	.productlist li a img {
		width: 100%;
	}

	.productlist li a h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.productlist li a:hover figcaption {
		opacity: 1;
	}

	.productlist li a:hover img {
		transform: scale3d(1.05, 1.05, 1);
		opacity: 0.7;
	}

	.solution {
		padding: 80px 0;
		background: #195193;
	}

	.solution .title {
		color: #ccc;
	}

	.solutionlide a {
		display: block;
		position: relative;
		text-align: center;
	}

	.solutionlide a:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide figure {
		overflow: hidden;
	}

	.solutionlide figure img {
		width: 100%;
	}

	.solutionlide section {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding: 70px 30px;
		color: #fff;
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide section i {
		display: block;
		margin-bottom: 20px;
		font-size: 60px;
		line-height: 60px;
	}

	.solutionlide section dl {
		position: relative;
		padding-top: 10px;
	}

	.solutionlide section dl:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 3px;
		border-radius: 5px;
		background: #fff;
	}

	.solutionlide section dt {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.solutionlide section dd {
		opacity: 0;
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide a:hover:after {
		background: rgba(0, 0, 0, 0.6);
	}

	.solutionlide a:hover figure img {
		transform: scale3d(1.05, 1.05, 1);
	}

	.solutionlide a:hover section {
		padding: 40px 30px;
	}

	.solutionlide a:hover section dd {
		opacity: 0.6;
	}


	/* 企业优势 */

	.advan {
		background: url(../images/bgadvan.jpg) no-repeat center 0;
	}

	.advantitle {
		text-align: center;
		padding-top: 85px;
		margin-bottom: 80px;
	}

	.advantitle h3 {
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.advantitle h3 span {}

	.advantitle h3 span:before {}

	.advantitle h3 span:after {}

	.advantitle h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 10px;
		color: #0b61a2;
	}

	.advantitle p {
		color: #999;
		font-size: 12px;
	}

	.advanlist {}

	.advanlist dl {}

	.advanlist dt {
		display: inline-block;
		background: #f3f3f3;
		height: 70px;
		line-height: 70px;
		font-size: 30px;
		font-weight: bold;
		padding-right: 20px;
		color: #0b61a2;
	}

	.advanlist dt figure {
		float: left;
		margin-right: 20px;
	}

	.advanlist dd {
		padding: 30px 20px 60px;
	}

	.advanlist dd p {
		background: url(../images/d.png) no-repeat 0 center;
		font-size: 18px;
		line-height: 40px;
		padding-left: 30px;
	}

	/* 在线咨询 */
	.case {
		padding: 40px 50px 100px;
		background: url(../images/bgcase1.jpg) no-repeat center center;
		background-attachment: fixed;
		color: #fff;
	}

	.casetop {
		display: flex;
	}

	.casetop .casetitle {
		width: 50%;
	}

	.casetitle h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.casetitle p {
		font-size: 26px;
		line-height: 50px;
	}

	.casetop .more {
		width: 50%;
		text-align: right;
	}

	.casetop .more a {
		display: inline-block;
		padding: 10px 20px;
		background: #fff;
		color: #195193;
		border-radius: 5px;
	}

	.caseinfo {
		line-height: 30px;
	}

	.message {
		padding: 40px 0;
	}

	.message .title {
		color: #fff;
		margin-bottom: 20px;
	}

	.message .title p {
		color: #fff;
	}

	.messageform h2 {
		line-height: 40px;
	}

	.messageform {
		padding-top: 80px;
	}

	.messageform ul {
		position: relative;
		height: 40px;
	}

	.messageform li {
		position: absolute;
	}

	.messageform li input {
		width: 100%;
		box-sizing: border-box;
		border: none;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.messageform li textarea {
		width: 100%;
		box-sizing: border-box;
		border: none;
		height: 40px;
		padding: 10px;
		top: 0;
	}

	.messageform li:nth-of-type(1) {
		left: 0;
		width: 19%;
	}

	.messageform li:nth-of-type(2) {
		left: 20%;
		width: 19%;
	}

	.messageform li:nth-of-type(3) {
		left: 40%;
		width: 29%;
	}

	.messageform li:nth-of-type(4) {
		left: 70%;
		width: 19%;
	}

	.messageform li:nth-of-type(5) {
		left: 90%;
		width: 10%;
	}

	.messageform li:nth-of-type(5) input {
		background: #195193;
		color: #fff;
	}


	.about {
		padding: 80px 0;
		position: relative;
		background: #f9f9f9;
	}

	.aboutmix {}

	.aboutmixcover {
		float: right;
		margin-right: -360px;
		font-size: 0;
		line-height: 0;
	}

	.aboutmixcover figure {
		overflow: hidden;
	}

	.aboutmixcover img {
		width: 960px;
		height: 693px;
	}

	.aboutmixinfo {
		float: left;
		width: 502px;
		padding-top: 92px;
	}

	.aboutmain {}

	.xc_c {
		height: 282px;
		padding: 21px 22px 0;
		box-sizing: border-box;
		background: #fff;
		margin-top: -102px;
		position: relative;
		z-index: 2
	}

	.xc_c li {
		float: left;
		font-size: 0;
		line-height: 0;
		width: 216px;
		height: 161px;
		margin-right: 19px;
	}

	.xc_c li img {
		width: 216px;
		height: 161px;
	}

	.xc_c li:last-child {
		margin: 0;
	}

	.aboutmaintitle {
		margin-bottom: 40px;
	}

	.aboutmaintitle h2 {
		font-size: 32px;
		line-height: 40px;
		font-weight: normal;
		padding-bottom: 15px;
		position: relative;
		margin-bottom: 10px;
	}

	.aboutmaintitle h2:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
		height: 2px;
		background: #ee5f01;
	}

	.aboutmaintitle p {
		color: #999;
		font-size: 12px;
		text-transform: uppercase;
	}

	.aboutmaininfo {}

	.aboutmaininfo h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 40px;
		position: relative;
	}

	.aboutmaininfo h2:after {
		content: '';
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		width: 50px;
		height: 2px;
		background: #fff;
	}

	.aboutmaininfo dl {
		margin-bottom: 20px;
	}

	.aboutmaininfo dt {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.aboutmaininfo dd {
		font-size: 15px;
		line-height: 25px;
		opacity: 0.8;
		height: 75px;
		overflow: hidden;
	}

	.aboutnav {
		margin-top: 40px;
	}

	.aboutnav ul {
		display: flex;
		margin: 0 -1%;
	}

	.aboutnav li {
		flex: 1;
		margin: 0 1%;
	}

	.aboutnav li a {
		display: block;
		text-align: center;
		background: #eef2f6;
		padding: 20px 0;
		border-bottom: 2px solid #333;
		border-radius: 3px;
	}

	.aboutnav li figure i {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto 8px;
		font-size: 40px;
		line-height: 40px;
	}

	.aboutnav li h3 {
		font-size: 14px;
		font-weight: normal;
	}

	.news {
		padding: 80px 0 60px;
	}

	.newstitle {
		margin-bottom: 20px;
	}

	.newstitle h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.newsclass {
		margin-bottom: 40px;
	}

	.newsclass ul {
		border-left: 1px solid #eee;
		border-top: 1px solid #eee
	}

	.newsclass li {
		float: left;
		width: 33.33%;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}

	.newsclass li a {
		display: block;
		font-size: 17px;
		font-weight: bold;
		line-height: 39px;
		padding: 0 15px;
	}

	.newsclass li a i {
		float: right;
	}

	.newsclass li a:hover {
		color: #ee5f01;
		padding: 0 20px;
	}

	.newslist {}

	.newslist ul {
		margin: 0 -1%;
	}

	.newslist li {
		margin-bottom: 20px;
		float: left;
		width: 48%;
		margin: 0 1% 20px;
	}

	.newslist li a {
		display: block;
		position: relative;
		padding: 20px;
		background: #fff;
		border: 1px solid #eee;
	}

	.newslist li a dl {
		position: relative;
		padding-left: 100px;
	}

	.newslist li a dl:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 80px;
		width: 1px;
		background: #eee;
	}

	.newslist li a dt {
		font-size: 15px;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.newslist li a time {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-size: 12px;
		color: #ccc;
		font-family: 'sysfont';
	}

	.newslist li a time strong {
		display: block;
		font-size: 17px;
		line-height: 30px;
		font-weight: normal;
	}

	.newslist li a time span {
		display: block;
		font-size: 30px;
		line-height: 40px;
	}

	.newslist li a i {
		position: absolute;
		bottom: 20px;
		left: 20px;
		display: block;
		font-size: 24px;
		color: #999;
	}

	.newslist li a dd {
		color: #999;
		font-size: 13px;
		height: 60px;
	}

	.newslist li a:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.newslist li a:hover i {
		animation: mctranslatex 1s infinite ease-in-out;
		-webkit-animation: mctranslatex 1s infinite ease-in-out;
		color: #ee5f01;
	}

	.flink {
		padding: 10px 0;
		background: #f9f9f9;
	}

	.flink a {
		margin-right: 10px;
	}
}

@media (min-width:1025px) and (max-width:1440px) {

	.search {
		padding: 15px 0;
		line-height: 30px;
		font-size: 12px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.searchhotkey {
		float: left;
	}

	.searchhotkey a {
		margin-right: 10px;
	}

	.searchform {
		float: right;
	}

	.searchform form {}

	.searchform input {}

	.searchform input.txt {
		height: 30px;
		line-height: 30px;
		background: #f9f9f9;
		padding: 0 10px;
	}

	.searchform input.txt::-webkit-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.searchform input.btn {
		height: 30px;
		background: #ee5f01;
		padding: 0 20px;
		color: #fff;
	}

	.title {
		margin-bottom: 40px;
		overflow: hidden;
		text-align: center;
	}

	.title h2 {
		font-size: 36px;
		line-height: 40px;
		position: relative;
		margin-bottom: 5px;
		font-weight: normal;
	}

	.title h3 {
		opacity: 0.8;
		font-size: 18px;
		color: #999;
		text-transform: uppercase;
		font-weight: normal;
	}

	.title h3 span {
		position: relative;
		display: inline-block;
	}

	.title h3 span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: 30px;
		width: 50px;
		height: 1px;
		background: #999;
	}

	.title h3 span:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 100%;
		margin-right: 30px;
		width: 50px;
		height: 1px;
		background: #999;
	}

	.product {
		padding: 80px 0;
	}

	.productclass {
		margin-bottom: 40px;
	}

	.productclass ul {
		border-left: 1px solid #eee;
		border-top: 1px solid #eee
	}

	.productclass li {
		float: left;
		width: 25%;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}

	.productclass li a {
		display: block;
		font-size: 17px;
		font-weight: bold;
		line-height: 39px;
		padding: 0 15px;
	}

	.productclass li a i {
		float: right;
	}

	.productclass li a:hover {
		padding: 0 20px;
		background: #ee5f01;
		color: #fff;
	}

	.productlist {}

	.productlist ul {
		margin: 0 -1%;
	}

	.productlist li {
		float: left;
		width: 23%;
		margin: 0 1% 20px;
	}

	.productlist li a {
		display: block;
		text-align: center;
	}

	.productlist li a figure {
		overflow: hidden;
		position: relative;
		background: rgba(255, 0, 0, 1);
		border: 1px solid #eee;
	}

	.productlist li a figcaption {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: all 0.3s ease-out 0s;
	}

	.productlist li a figcaption i {
		font-size: 30px;
		display: inline-block;
		border: 2px solid #fff;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		color: #fff;
	}

	.productlist li a img {
		width: 100%;
	}

	.productlist li a h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.productlist li a:hover figcaption {
		opacity: 1;
	}

	.productlist li a:hover img {
		transform: scale3d(1.05, 1.05, 1);
		opacity: 0.7;
	}

	.solution {
		padding: 80px 0;
		background: #1f1a17;
	}

	.solution .title {
		color: #ccc;
	}

	.solutionlide a {
		display: block;
		position: relative;
		text-align: center;
	}

	.solutionlide a:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide figure {
		overflow: hidden;
	}

	.solutionlide figure img {
		width: 100%;
	}

	.solutionlide section {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding: 70px 30px;
		color: #fff;
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide section i {
		display: block;
		margin-bottom: 20px;
		font-size: 60px;
		line-height: 60px;
	}

	.solutionlide section dl {
		position: relative;
		padding-top: 10px;
	}

	.solutionlide section dl:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 3px;
		border-radius: 5px;
		background: #fff;
	}

	.solutionlide section dt {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.solutionlide section dd {
		opacity: 0;
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide a:hover:after {
		background: rgba(0, 0, 0, 0.6);
	}

	.solutionlide a:hover figure img {
		transform: scale3d(1.05, 1.05, 1);
	}

	.solutionlide a:hover section {
		padding: 40px 30px;
	}

	.solutionlide a:hover section dd {
		opacity: 0.6;
	}

	.about {
		padding: 80px 0;
		position: relative;
		background: #f9f9f9;
	}

	.aboutmix {}

	.aboutmixcover {
		float: right;
		width: 48%;
	}

	.aboutmixcover figure {
		overflow: hidden;
	}

	.aboutmixcover img {
		width: 100%;
		height: 410px;
	}

	.aboutmixinfo {
		float: left;
		width: 48%;
	}

	.aboutmain {}

	.aboutmaintitle {
		margin-bottom: 40px;
	}

	.aboutmaintitle h2 {
		font-size: 32px;
		line-height: 40px;
		font-weight: normal;
		padding-bottom: 15px;
		position: relative;
		margin-bottom: 10px;
	}

	.aboutmaintitle h2:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
		height: 2px;
		background: #ee5f01;
	}

	.aboutmaintitle p {
		color: #999;
		font-size: 12px;
		text-transform: uppercase;
	}

	.aboutmaininfo {}

	.aboutmaininfo h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 40px;
		position: relative;
	}

	.aboutmaininfo h2:after {
		content: '';
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		width: 50px;
		height: 2px;
		background: #fff;
	}

	.aboutmaininfo dl {
		margin-bottom: 20px;
	}

	.aboutmaininfo dt {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.aboutmaininfo dd {
		font-size: 15px;
		line-height: 25px;
		opacity: 0.8;
		height: 75px;
		overflow: hidden;
	}

	.aboutnav {
		margin-top: 40px;
	}

	.aboutnav ul {
		display: flex;
		margin: 0 -1%;
	}

	.aboutnav li {
		flex: 1;
		margin: 0 1%;
	}

	.aboutnav li a {
		display: block;
		text-align: center;
		background: #eef2f6;
		padding: 20px 0;
		border-bottom: 2px solid #333;
		border-radius: 3px;
	}

	.aboutnav li figure i {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto 8px;
		font-size: 40px;
		line-height: 40px;
	}

	.aboutnav li h3 {
		font-size: 14px;
		font-weight: normal;
	}

	.news {
		padding: 80px 0 60px;
	}

	.newstitle {
		margin-bottom: 20px;
	}

	.newstitle h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.newsclass {
		margin-bottom: 40px;
	}

	.newsclass ul {
		border-left: 1px solid #eee;
		border-top: 1px solid #eee
	}

	.newsclass li {
		float: left;
		width: 33.33%;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}

	.newsclass li a {
		display: block;
		font-size: 17px;
		font-weight: bold;
		line-height: 39px;
		padding: 0 15px;
	}

	.newsclass li a i {
		float: right;
	}

	.newsclass li a:hover {
		color: #ee5f01;
		padding: 0 20px;
	}

	.newslist {}

	.newslist ul {
		margin: 0 -1%;
	}

	.newslist li {
		margin-bottom: 20px;
		float: left;
		width: 48%;
		margin: 0 1% 20px;
	}

	.newslist li a {
		display: block;
		position: relative;
		padding: 20px;
		background: #fff;
		border: 1px solid #eee;
	}

	.newslist li a dl {
		position: relative;
		padding-left: 100px;
	}

	.newslist li a dl:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 80px;
		width: 1px;
		background: #eee;
	}

	.newslist li a dt {
		font-size: 15px;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.newslist li a time {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-size: 12px;
		color: #ccc;
		font-family: 'sysfont';
	}

	.newslist li a time strong {
		display: block;
		font-size: 17px;
		line-height: 30px;
		font-weight: normal;
	}

	.newslist li a time span {
		display: block;
		font-size: 30px;
		line-height: 40px;
	}

	.newslist li a i {
		position: absolute;
		bottom: 20px;
		left: 20px;
		display: block;
		font-size: 24px;
		color: #999;
	}

	.newslist li a dd {
		color: #999;
		font-size: 13px;
		height: 60px;
	}

	.newslist li a:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.newslist li a:hover i {
		animation: mctranslatex 1s infinite ease-in-out;
		-webkit-animation: mctranslatex 1s infinite ease-in-out;
		color: #ee5f01;
	}

	.flink {
		padding: 10px 0;
		background: #f9f9f9;
	}

	.flink a {
		margin-right: 10px;
	}
}


@media (max-width:767px) {
	.search {
		padding: 20px;
		text-align: center;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.searchhotkey {}

	.searchhotkey a:not(:last-child) {
		margin-right: 10px;
	}

	.searchform {}

	.searchform form {}

	.searchform input {}

	.searchform input.txt {
		height: 30px;
		line-height: 30px;
		background: #f9f9f9;
		padding: 0 10px;
	}

	.searchform input.txt::-webkit-input-placeholder {
		color: #ccc;
		font-size: 12px;
	}

	.searchform input.btn {
		height: 30px;
		background: #ee5f01;
		padding: 0 20px;
		color: #fff;
	}

	.title {
		margin-bottom: 20px;
		overflow: hidden;
		text-align: center;
	}

	.title h2 {
		font-size: 24px;
		line-height: 30px;
		position: relative;
		font-weight: normal;
	}

	.title p {
		text-transform: uppercase;
		color: #999;
	}

	.title h3 {
		opacity: 0.8;
		font-size: 18px;
		color: #999;
		text-transform: uppercase;
		font-weight: normal;
	}

	.title h3 span {
		position: relative;
		display: inline-block;
	}

	.title h3 span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: 30px;
		width: 50px;
		height: 1px;
		background: #999;
	}

	.title h3 span:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 100%;
		margin-right: 30px;
		width: 50px;
		height: 1px;
		background: #999;
	}

	.product {
		padding: 40px 20px;
		;
	}

	.productclass {
		margin-bottom: 40px;
	}

	.productclass ul {
		border-left: 1px solid #eee;
		border-top: 1px solid #eee
	}

	.productclass li {
		float: left;
		width: 50%;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}

	.productclass li a {
		display: block;
		font-size: 14px;
		line-height: 39px;
		padding: 0 15px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
	}

	.productclass li a i {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}

	.productclass li a:hover {
		padding: 0 20px;
		background: #ee5f01;
		color: #fff;
	}

	.productlist {}

	.productlist ul {
		margin: 0 -1%;
	}

	.productlist li {
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}

	.productlist li a {
		display: block;
		text-align: center;
	}

	.productlist li a figure {
		overflow: hidden;
		position: relative;
		background: rgba(255, 0, 0, 1);
		border: 1px solid #eee;
	}

	.productlist li a figcaption {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: all 0.3s ease-out 0s;
	}

	.productlist li a figcaption i {
		font-size: 30px;
		display: inline-block;
		border: 2px solid #fff;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		color: #fff;
	}

	.productlist li a img {
		width: 100%;
	}

	.productlist li a h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.productlist li a:hover figcaption {
		opacity: 1;
	}

	.productlist li a:hover img {
		transform: scale3d(1.05, 1.05, 1);
		opacity: 0.7;
	}

	.solution {
		padding: 40px 20px;
		;
		background: #1f1a17;
	}

	.solution .title {
		color: #ccc;
	}

	.solutionlide a {
		display: block;
		position: relative;
		text-align: center;
	}

	.solutionlide a:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide figure {
		overflow: hidden;
	}

	.solutionlide figure img {
		width: 100%;
	}

	.solutionlide section {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding: 70px 30px;
		color: #fff;
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide section i {
		display: block;
		margin-bottom: 20px;
		font-size: 60px;
		line-height: 60px;
	}

	.solutionlide section dl {
		position: relative;
		padding-top: 10px;
	}

	.solutionlide section dl:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 3px;
		border-radius: 5px;
		background: #fff;
	}

	.solutionlide section dt {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.solutionlide section dd {
		opacity: 0;
		transition: all 0.3s ease-out 0s;
	}

	.solutionlide a:hover:after {
		background: rgba(0, 0, 0, 0.6);
	}

	.solutionlide a:hover figure img {
		transform: scale3d(1.05, 1.05, 1);
	}

	.solutionlide a:hover section {
		padding: 40px 30px;
	}

	.solutionlide a:hover section dd {
		opacity: 0.6;
	}

	.about {
		padding: 40px 20px;
		position: relative;
		background: #f9f9f9;
	}

	.aboutmix {}

	.aboutmixcover {
		margin-top: 20px;
	}

	.aboutmixcover figure {
		overflow: hidden;
	}

	.aboutmixcover img {
		width: 100%;
	}

	.aboutmixinfo {}

	.aboutmain {}

	.aboutmaintitle {
		margin-bottom: 40px;
	}

	.aboutmaintitle h2 {
		font-size: 32px;
		line-height: 40px;
		font-weight: normal;
		padding-bottom: 15px;
		position: relative;
		margin-bottom: 10px;
	}

	.aboutmaintitle h2:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50px;
		height: 2px;
		background: #ee5f01;
	}

	.aboutmaintitle p {
		color: #999;
		font-size: 12px;
		text-transform: uppercase;
	}

	.aboutmaininfo {}

	.aboutmaininfo h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 40px;
		position: relative;
	}

	.aboutmaininfo h2:after {
		content: '';
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		width: 50px;
		height: 2px;
		background: #fff;
	}

	.aboutmaininfo dl {
		margin-bottom: 20px;
	}

	.aboutmaininfo dt {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.aboutmaininfo dd {
		opacity: 0.8;
	}

	.aboutnav {
		margin-top: 40px;
	}

	.aboutnav ul {
		display: flex;
		margin: 0 -1%;
	}

	.aboutnav li {
		flex: 1;
		margin: 0 1%;
	}

	.aboutnav li a {
		display: block;
		text-align: center;
		background: #eef2f6;
		padding: 10px 0;
		border-bottom: 2px solid #333;
		border-radius: 3px;
	}

	.aboutnav li figure i {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto 8px;
		font-size: 40px;
		line-height: 40px;
	}

	.aboutnav li h3 {
		font-size: 14px;
		font-weight: normal;
	}

	.news {
		padding: 40px 20px;
	}

	.newstitle {
		margin-bottom: 20px;
	}

	.newstitle h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.newsclass {
		margin-bottom: 20px;
	}

	.newsclass ul {
		border-left: 1px solid #eee;
		border-top: 1px solid #eee
	}

	.newsclass li {
		float: left;
		width: 33.33%;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}

	.newsclass li a {
		display: block;
		font-size: 14px;
		line-height: 39px;
		padding: 0 15px;
		position: relative;
	}

	.newsclass li a i {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}

	.newsclass li a:hover {
		color: #ee5f01;
		padding: 0 20px;
	}

	.newslist {}

	.newslist ul {}

	.newslist li {
		margin-bottom: 10px;
	}

	.newslist li a {
		display: block;
		position: relative;
		padding: 20px;
		background: #fff;
		border: 1px solid #eee;
	}

	.newslist li a dl {
		position: relative;
		padding-left: 100px;
	}

	.newslist li a dl:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 80px;
		width: 1px;
		background: #eee;
	}

	.newslist li a dt {
		font-size: 15px;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.newslist li a time {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-size: 12px;
		color: #ccc;
		font-family: 'sysfont';
	}

	.newslist li a time strong {
		display: block;
		font-size: 17px;
		line-height: 30px;
		font-weight: normal;
	}

	.newslist li a time span {
		display: block;
		font-size: 30px;
		line-height: 40px;
	}

	.newslist li a i {
		position: absolute;
		bottom: 20px;
		left: 20px;
		display: block;
		font-size: 24px;
		color: #999;
	}

	.newslist li a dd {
		color: #999;
	}

	.newslist li a:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.newslist li a:hover i {
		animation: mctranslatex 1s infinite ease-in-out;
		-webkit-animation: mctranslatex 1s infinite ease-in-out;
		color: #ee5f01;
	}

	.flink {
		padding: 20px;
		background: #f9f9f9;
	}

	.flink a {
		margin-right: 10px;
	}
}


/*dz*/
.w-con1{
	width: 94%;
    margin: 0 auto;
}
a:hover{
	text-decoration: none;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*头部*/
.top-head{
    position: relative;
    
}
.top-con{
    width: calc(100% - 75px);
    margin: 0 auto;
}
.logo{
    padding: 8px 0;
    height: 108px;
    width: 28%;
	float: left;
}
.logo a{
	color: rgba(0, 0, 0, 1);
	font: 600 28px/92px "Microsoft yahei";
}
.logo img{
    height: 92px;
	margin-right: 5px;
}
.nav{
    float: left;
    width: 53.6%;
    margin-top: 8px;
}
.top-phone{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    box-sizing: border-box;
    padding: 37px 37px 37px 85px;
    background: url(../images/ico-tel.png) no-repeat 40px 40px #265ebf;
}
.nav li a{
    font: 400 18px/60px "Microsft yahei";
    color: rgba(0, 0, 0, 1);
    font: 400 16px/100px "Microsft yahei";
}
.nav li:hover a{
    color:#265ebf;
}

@media (max-width: 1600px) {
	.top-phone{
		width: 300px;
		padding: 37px 37px 37px 60px;
		background: url(../images/ico-tel.png) no-repeat 20px 40px #265ebf;
	}
}
@media (max-width: 1300px) {
	.top-phone{
		width: 277px;
	}
	.top-phone p{
		margin-top: 5px;
	}
	.top-phone p img{
		height: 26px;
	}
}
@media (max-width: 1200px) {
	.nav{
		float: right;
	}
}
@media (max-width: 992px) {
	.logo span{
		display: none;
	}
}
@media (max-width: 500px) {
	.logo{
		height: 80px;
		padding: 0;
	}
	.logo img{
		height: 52px;
	}
}

/* 首页banner样式 */
.x-banner{
	transition: all 0.8s;
	overflow: hidden;
}
.banner-item{
	overflow: hidden;
}
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #088e47;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}
.x-banner .owl-carousel .owl-item img{
	position: relative;
	animation: huxi 3s linear infinite;
}
@keyframes huxi {
    0% {
        transform: scale(1);
        }
    25% {
        transform: scale(1.01);
    }
    50% {
        transform: scale(1.02);
    }
    75% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 4.4%;
    width: 100%;
    text-align: left;
    font-size: 0;
    bottom: 20%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px;
    outline: none;
    background: none;
    width: 38px;
    height: 20px;
	transition: all 0.8s;
}
.x-banner .owl-carousel .owl-dots button.owl-dot::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	color: rgba(122, 122, 122, 1);
	font: 400 20px/30px "Microsoft yahei";
}
.x-banner .owl-carousel .owl-dots button.owl-dot:nth-child(1):before{
	content: "01";
}
.x-banner .owl-carousel .owl-dots button.owl-dot:nth-child(2):before{
	content: "02";
}
.x-banner .owl-carousel .owl-dots button.owl-dot:nth-child(3):before{
	content: "03";
}

.x-banner .owl-carousel .owl-dots button.owl-dot::after{
	content: "";
	position: absolute;
	top: 15px;
	width: 0px;
	height: 2px;
	background-color: none;
}


.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    width: 58px;
	transition: all 0.8s;
}
.x-banner .owl-carousel .owl-dots button.owl-dot:hover:before{
	color: #fff;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    width: 58px;
	transition: all 0.8s;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active:before{
	color: #fff;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active:after{
	width: 36px;
	background-color: rgba(117, 117, 117, 1);
	left: 37px;
}
@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

/*产品*/
.w-product{
	position: relative;
	background-color: #eceaeb;
	padding: 6.6vh 0;
}
.w-pro-sort{
	position: absolute;
	width: 23%;
	background-color: #fff;
	top: 0;
	bottom: 0;
	padding-left: 5.8%;
	padding-right: 5.5%;
	padding-top: 11vh;
}
.w-pro-sort li{
	border: 1px solid rgba(49, 96, 201, 1);
	list-style-type: none;
	border-radius: 30px;
}
.w-pro-sort li + li{
	margin-top: 5vh;
}
.w-pro-sort li a{
	display: block;
	text-align: center;
	font: 400 24px/60px "Microsoft yahei";
}
.w-pro-sort li.cur{
	background-color: #3160c9;
}
.w-pro-sort li:hover{
	background-color: #3160c9;
}
.w-pro-sort li.cur a{
	color: #fff;
}
.w-pro-sort li:hover a{
	color: #fff;
}
.w-pro-con{
	width: 94%;
	margin: 0 auto;
}
.w-product-con{
	width: 73%;
	float: right;
}
.w-pro-tt{
	position: relative;
	text-align: center;
}
.w-pro-tt h3{
	color: #000;
	font: 400 48px/60px "Microsoft yahei";
}
.w-pro-tt h3 span{
	color: rgba(38, 94, 191, 1);	
	font-weight: 600;
}
.w-pro-tt h4{
	color: #000;
	font: 400 20px/40px "Microsoft yahei";
}
a.w-pro-more{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 200px;
	border-radius: 40px;
	background: rgba(49, 96, 201, 1);
	color: #fff;
	font: 400 24px/58px "Microsoft yahei";
	border: 1px solid rgba(49, 96, 201, 1);
}
a.w-pro-more:hover{
	color: rgba(49, 96, 201, 1);
	background-color: rgba(236, 234, 235, .01);
}
.w-pro-list{
	margin-top: 7vh;
}
.pro-item .img{
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
}
.pro-item .img img{
	max-width: 100%;
	transition: all 0.8s;
}
.pro-item h3{
	color: #000;
	font: 400 20px/52px "Microsoft yahei";
	text-align: center;
	margin-top: 10px;
}
.pro-item:hover .img{
    border: 1px solid rgba(49, 96, 201, 1);
}
.pro-item:hover .img img{
	transition: all 0.8s;
	transform: scale(1.05);
}
.pro-item:hover h3{
    color: rgba(49, 96, 201, 1);
}
.w-pro-con1{
	position: relative;
	min-height: 300px;
}
.ttz1{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.ttz1.cur{
	opacity: 1;
	z-index: 30;
	visibility: visible;
	position: relative;
	transition: all 0.3s;
}

@media (max-width: 1600px) {
	.w-pro-sort{
		padding-top: 8vh;
	}
}

@media (max-width: 1400px) {
	.w-pro-sort li a{
		font: 400 20px/52px "Microsoft yahei";
	}
}
@media (max-width: 1200px) {
	.w-product-con{
		width: 100%;
	}
	.w-pro-tt h3{
		font: 400 30px/52px "Microsoft yahei";
	}
	.w-pro-tt h4{
		font: 400 18px/20px "Microsoft yahei";
	}
	.w-pro-con1{
	    min-height: auto;
	}
}

/*实力*/
.w-num{
	background: url(../images/cbg1.jpg) no-repeat center;
	padding: 14vh 0 13vh;
	background-size: 100% 100%;
	background-attachment:fixed;
}
.w-num-con{
	width: 1220px;
	margin: 0 auto;
}
.w-num-tt{
	color: #fff;
	font: 400 60px/120px "Microsoft yahei";
}
.w-num-tt h3{
	color: #fff;
	font: 400 60px/120px "Microsoft yahei";	
	text-align: center;
}
.w-num-tt h4{
	text-align: center;
	font: 400 36px/52px "Microsoft yahei";	
}
a.w-num-more{
	color: #000;
	display: block;
	font: 400 20px/60px "Microsoft yahei";
	background-color: #fff;
	border-radius: 30px;
	width: 220px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.8s;
}
a.w-num-more:hover{
	transition: all 0.8s;
	transform: translateY(-10px);
}
.w-num-list{
	margin-top: 11vh;
	margin-bottom: 11vh;
}
.w-num-list li{
	list-style-type: none;
}
.w-num-list li .wz{
	margin-left: 10px;
}
.w-num-list li .wz h4{
	font: 400 14px/52px "Airal";
	color: #fff;
}
.w-num-list li .wz h4 span{
	font-size: 48px;
}
.w-num-list li .wz h3{
	color: #fff;
	font: 400 18px/20px "Airal";
}

@media (max-width: 1400px) {
	.w-num{
		padding: 8vh 0;
	}
	.w-num-tt h3{
		font: 400 40px/60px "Microsoft yahei";
	}
	.w-num-tt h4{
		font: 400 28px/38px "Microsoft yahei";
	}
}
@media (max-width: 1200px) {
	.w-num-con{
		width: calc(100% - 30px);
	}
	.w-num-tt h3{
		font: 400 30px/52px "Microsoft yahei";
	}
	.w-num-tt h4{
		font: 400 18px/30px "Microsoft yahei";
		margin-top: 0;
	}
	.w-num-list{
		margin-top: 6vh;
		margin-bottom: 6vh;
	}
	a.w-num-more{
		width: 160px;
		font: 400 16px/52px "Microsoft yahei";
	}
}

/*案例*/
.w-case li{
	position: relative;
	width: 50%;
	list-style-type: none;
}
.w-case li .img{
	overflow: hidden;
}
.w-case li .img img{
	width: 100%;
	transition: all 0.8s;
}
.w-case li .wz{
	position: absolute;
	bottom: 6vh;
	left: 7.5vh;
	height: 100px;
}
.w-case li .wz h3{
	color: #fff;
	font: 400 36px/52px "Microsoft yahei";
}
.w-case li .wz h4{
	margin-top: 40px;
	transition: all 0.8s;
	opacity: 0;
	color: #fff;
	font: 400 20px/40px "Microsoft yahei";
}
.w-case li:hover .wz h4{
	transition: all 0.8s;
	opacity: 1;
	transform: translateY(-30px);
}
.w-case li:hover .img img{
	transition: all 0.8s;
	transform: scale(1.05);
}
a.w-case-more{
	color: #fff;
    display: block;
    font: 400 20px/58px "Microsoft yahei";
    background-color: #265ebf;
    border-radius: 30px;
    width: 220px;
    margin: 0 auto;
    text-align: center;
	margin-top: 5vh;
	border: 1px solid rgba(49, 96, 201, 1);
}
a.w-case-more:hover{
	color: rgba(49, 96, 201, 1);
	background-color: rgba(236, 234, 235, .01);
}

@media (max-width: 1200px) {
	.w-case li .wz{
		left: 15px;
	}
	.w-case li .wz h3{
		font: 400 20px/52px "Microsoft yahei";
	}
	.w-case li .wz h4{
		font: 400 16px/32px "Microsoft yahei";
	}
	a.w-case-more{
		width: 160px;
    font: 400 16px/52px "Microsoft yahei";
	}
}
@media (max-width: 767px) {
	.w-case li{
		width: 100%;
	}
	.w-case li .wz{
		bottom: 0;
	}
}
/*新闻*/
.w-news{
	margin-top: 5vh;
	padding-bottom: 8vh;
}
.w-news-con{
	margin-top: 5vh;
}
.news-item .img{
	overflow: hidden;
	border-radius: 6px;
}
.news-item .img img{
	max-width: 100%;
	transition: all 0.8s;
}
.news-item .wz .date{
	color: #000;
	font: 600 14px/52px "Microsoft yahei";
	margin-top: 5px;
}
.news-item .wz h3{
	color: rgba(56, 56, 56, 1);
	font: 400 20px/30px "Microsoft yahei";
}
.news-item:hover .img img{
	transition: all 0.8s;
	transform: scale(1.05);
}
@media (max-width:1200px) {
	.news-item .wz h3{
		font: 400 16px/30px "Microsoft yahei";
	}
}
/*合作客户*/
.w-cooper{
	background: rgba(236, 234, 235, 1);
	padding: 5vh 0 8vh;
}
.w-cooper-con{
	margin-top: 5vh;
}
.cooper-item .img{
	overflow: hidden;
	border-radius: 6px;
}
.cooper-item .img img{
	max-width: 100%;
	transition: all 0.8s;
}
.cooper-item:hover .img img{
	transition: all 0.8s;
	transform: scale(1.05);
}
/*留言*/
.w-message{
	padding: 6vh 0;
	background: url(../images/cbg2.jpg) no-repeat center;
	background-size: 100% 100%;
}
.w-message-l{
	margin-left: 4%;
}
.w-message-l h3{
	color: #fff;
	font: 400 36px/60px "Microsoft yahei";
	margin-top: 0px;
	margin-bottom: 0px;
}
.w-message-l h4{
	color: #fff;
	font: 400 36px/60px "Microsoft yahei";
	margin-top: 0px;
	margin-bottom: 0px;
}
a.w-message-r{
	margin-right: 4%;
	display: block;
	width: 222px;
	font: 400 20px/60px "Microsoft yahei";
	background-color: #fff;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 28px;
	border-radius: 31px;
	color: #333;
}
@media (max-width: 1600px) {
	.w-message-l{
		margin-left: 0;
	}
	a.w-message-r{
		margin-right: 0;
	}
}
@media (max-width: 1400px) {
	.w-message-l h3{
		font: 400 30px/52px "Microsoft yahei";
	}
	.w-message-l h4{
		font: 400 30px/52px "Microsoft yahei";
	}
}
@media (max-width: 1200px) {
	.w-message-l h3{
		font: 400 20px/38px "Microsoft yahei";
	}
	.w-message-l h4{
		font: 400 20px/38px "Microsoft yahei";
	}
	a.w-message-r{
		width: 160px;
		font: 400 16px/52px "Microsoft yahei";
	}
}
@media (max-width: 767px) {
	.w-message{
		padding: 20px 0;
	}
	a.w-message-r{
		margin-top: 10px;
    margin-bottom: 10px;
	}
}

/*底部*/
.foot{
	background: rgba(25, 32, 42, 1);
}
.w-foot-tt{
	color: #fff;
	font: 400 20px/52px "Microsoft yahei";
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(89, 89, 89, 1);
	margin-bottom: 3vh;
}
.w-foot-l{
	width: 33.8%;
}
.f-nav li{
	width: 33%;
	list-style: none;
}
.f-nav li a{
	display: block;
	color: #fff;
	font: 400 20px/40px "Microsoft yahei";
}
.f-icpcode{
	color: #fff;
	font: 400 20px/40px "Microsoft yahei";
}
.f-icpcode a{
	color: #fff;
	font: 400 20px/40px "Microsoft yahei";
}
.w-foot-r{
	width: 33.8%;
}
.w-foot-r p{
	color: #fff;
	font: 400 20px/36px "Microsoft yahei";
}
.w-foot-ewm{
	width: 160px;
}
.w-foot-ewm p{
	text-align: center;
	color: #fff;
	font: 400 20px/36px "Microsoft yahei";
}
.w-foot-ewm p img{
	width: 160px;
	height: auto;
}
@media (max-width:1400px) {
	.foot{
		padding: 2vh 0;
	}
	.f-nav li a{
		font: 400 16px/36px "Microsoft yahei";
	}
	.w-foot-r p{
		font: 400 16px/36px "Microsoft yahei";
	}
	.w-foot-ewm{
		width: 110px;
	}
	.w-foot-ewm p{
		font: 400 15px/36px "Microsoft yahei";
	}
	.w-foot-ewm p img{
		width: 110px;
	}
}
@media (max-width:767px) {
	.w-foot-r{
		width: calc(100% - 130px);
	}
}
.pgpositioninfo{
	position: relative;
	padding-left: 30px;
}
.pgpositioninfo .icon-dizhi{
	position: absolute;
	top: -6px;
	left: 0;
}
