﻿@charset "utf-8";
/* CSS Document */
/* 平板电脑布局: 320px 至 374px。样式继承自: 移动设备布局。 */
@media only screen and (max-width:374px) {
 html {
font-size:87.5%;
}
}

/* 平板电脑布局:375px 至 413px。样式继承自: 移动设备布局。 */

@media only screen and (min-width: 375px) and (max-width:413px) {
 html {
font-size:100%;
}
}

/* 平板电脑布局:414px 至480px。样式继承自: 移动设备布局。 */
@media only screen and (min-width: 414px) and (max-width:479px) {
 html {
font-size:100%;
}
}

/* 桌面电脑布局: 481px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */
@media only screen and (min-width: 480px) {
 html {
font-size:130%;
}
}
 @font-face {
 font-family:'bookman_demi';
 src:url('fonts/bookman_demi-webfont.eot');
 src:url('fonts/bookman_demi-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bookman_demi-webfont.woff') format('woff'), url('fonts/bookman_demi-webfont.ttf') format('truetype'), url('fonts/bookman_demi-webfont.svg#bookman_demi-webfont') format('svg');
 font-weight:normal;
 font-style:normal;
}
@font-face {
font-family: 'iconfont';
 src: url('fonts/iconfont.eot'); /* IE9*/
 src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	font-style:normal;
}
html, body {
	-webkit-text-size-adjust:none;
	margin:0px;
	padding:0px;
	height:100%;
	min-width: 320px;
	margin:auto;
	user-select: none;
	-webkit-user-select: none;
	font-family:"Microsoft YaHei";
	-webkit-text-size-adjust:none;
}
ul, li, h1, h2, h3, h4, h5, p, em, i {
	margin:0px;
	padding:0px;
	list-style:none;
	font-style:normal;
}
a, a:visited, a:link, a:active {
	text-decoration:none;
	color:#000000;
	cursor:default;
	-webkit-user-select: none;
}
img {
	vertical-align:bottom;
	height:auto;
}
.clear {
	clear:both;
}
.animate {
	opacity:0;
	-webkit-opacity:0;
}
.head {
	text-align:left;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	display:block;
	z-index:10;
}
.head .phone-header{width:100%; max-width:640px;background: url(../images/t_bg.jpg) no-repeat; background-size:100%;height:40px;font-size:16px;padding:5px 0; position:relative; margin:auto;}
.head .back_btn {
	position:absolute;
	left:4%;
	height:30px;
	line-height:30px;
	width:15px;
	background:url(../images/back.jpg) 50% 50% no-repeat;
	display:none;
}
.head .menu_btn {
	padding:0px;
	right:4%;
	height:40px;
	line-height:40px;
	position:absolute;
}
.head .menu_btn a {
	color:#272636;
	padding:2px 4px;
}
.head .menu_btn a.downmenu {
	font-size:22px;
	position:relative;
}
.head .menu_btn a.downmenu.hover {
	background:#911116;
	border-radius:5px;
	color:#ffc6c8;
}
.head .logo {
	float:left;
	height:34px;
	margin-left:3%;
	margin-top:3px;
}
.head .logo img {
	height:100%;
}
.head .menu_btn .tsite {
	font-size:14px;
	color:#babab8;
	margin-right:5px;
}
.head .menu_btn .tsite a {
	margin:2px;
}
.head .menu_btn .tsite a.cur {
	color:#1abd9b;
}
.phonebody {
	height:100%;
	width:100%;
	min-width: 320px;
	max-width: 640px;
	margin:auto;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	position:relative;
}
.fullscreen {
	width:100%;
	margin:auto;
	min-width: 300px;
	max-width: 640px;
	top:0px;
	overflow:hidden;
}
.m-menu ul{ float:right;    margin-top: 2.35rem; padding-bottom:5%;background:#1478ab; position:relative;}
.m-menu ul li{ height:3rem; line-height:3rem; text-align:center; width:10.5rem; border-bottom:1px solid #0f659a;border-top:1px solid #1d83b3;}
.m-menu ul li a{ color:#fff;}
.m-menu ul li:nth-last-child(2){ border-bottom:none;}
.m-menu ul li:last-child{ background:none; border:none; position:absolute; left:0; bottom:-3.5%;}
.m-menu ul li img{ width:75%;}

.menu {
	height:100%;
	width:100%;
	max-width:640px;
	position:fixed;
	top:0px;
	left:50%;
	z-index:9;
	transform:translate3D(-50%, -100%, 0);
	-webkit-transform:translate3D(-50%, -100%, 0);
}
.menu .slideMenu {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../images/down.jpg);
	background-position:top center;
	background-size:cover;
	background-repeat:repeat;
	transition:transform 1s;
	-webkit-transition:transform 1s;
}
.menu.down .slideMenu {
	transform:translate3D(0, 100%, 0);
	-webkit-transform:translate3D(0, 100%, 0);
}
.menu ul {
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	height:100%;
	background:#1f2c5c;
	padding-top:70px;
	box-sizing:border-box;
}
.menu ul li {
	line-height:2.5;
	text-align:center;
	color:#333;
	border-bottom:solid 1px #5063ab;
	font-weight:500;
}
.menu ul li a {
	font-size:1.2rem;
	color:white;
}
.menu ul .tel {
	border-bottom:none;
	height:auto;
	padding:0px;
	background:url(../images/line.png) 0px 50% repeat-x;
}
.menu ul .tel img {
	width:40%;
	vertical-align:middle;
}
.menu .menu_footer {
	position:absolute;
	bottom:40px;
	text-align:center;
	border:none;
	line-height:2;
	width:100%;
	left:0px;
	font-size:14px;
	background:url(../images/black_alpha.png);
	color:white;
}
.menu .menu_footer a {
	color:white;
}
.menu .menu_footer .mark {
	line-height:2.5;
}
.mainpage {
	width:100%;
	height:100%;
	overflow:hidden;
}
.mainpage .page {
	background:white;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
.mainpage .page.w-current {
	z-index:1;
	display:block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.w-current .fadeInDown {
	-webkit-animation:fadeInDown 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .fadeInUp {
	-webkit-animation:fadeInUp 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .zoomIn {
	-webkit-animation:zoomIn 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .lineOut {
	-webkit-animation:lineOut 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .leftIn {
	-webkit-animation:rightIn 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .rightIn {
	-webkit-animation:rightIn 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .shake {
	-webkit-animation:shake 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .pulse{
	-webkit-animation:pulse 2s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .bounceIn{
	-webkit-animation:bounceIn 1.5s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .bounceInDown{
	-webkit-animation:bounceInDown 1.5s ease 0s 1 both;
	-webkit-animation-play-state:initial;
}

.mainpage .page.w-active {
	z-index:3;
	display:block;
}
.mainpage .page ul.page-content {
	width:446px;
	margin:auto;
	color:#305368;
	margin-top:100px;
	z-index:4;
	position:relative;
}
.mainpage .page ul.page-content li {
	display:block;
 transition: padding .5s;
}
.mainpage .page ul.page-static-animation {
	width:100%;
	color:#666;
	top:70px;
	position:absolute;
	z-index:4
}
.mainpage .page ul.page-static-animation li {
	display:block;
 transition: padding .5s;
}
.mainpage .page ul.page-static-animation .a-box {
	position:absolute;
	top:0px;
	padding-top:116%;
	left:6%;
	right:6%;
}
.mainpage .page ul.page-static-animation li h2.title {
	color:#fd7100;
	font-size:1rem;
	font-weight:normal;
	font-size:1.6rem;
	line-height:1.7;
	display:block;
}
.mainpage .page ul.page-static-animation li .abs {
	line-height:1.7;
	display:block;
}
.mainpage .page .sp {
	position:absolute;
	padding-top:40px;
	left:0px;
	z-index:0;
}
.mainpage .page .sp img {
	width:100%;
}
.weixin_share {
	position:absolute;
	top:-100%;
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	z-index:-1;
}
.weixin_share img {
	width:100%;
}
/*关于我们*/
.mainpage .page ul.page-content li.squr {
	margin:auto;
	position:relative;
}
.mainpage .page ul.page-content li.squr .txt-box {
	border: 3px solid rgb(148, 200, 40);
	background:white;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.mainpage .page ul.page-content li.squr .txt-cont {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	padding-top:15px;
}
.w-current .txt-cont .fadeInUp {
	-webkit-animation:fadeInUp 2s ease 0.5s 1 both;
	-webkit-animation-play-state:initial;
}
.w-current .txt-cont .zoomIn {
	-webkit-animation:zoomIn 2s ease 0.5s 1 both;
	-webkit-animation-play-state:initial;
}
.mainpage .page ul.page-content li.squr .aboutzoom {
	width:214px;
	height:191px;
}
.mainpage .page ul.page-content li.squr .more {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
}
.mainpage .page ul.page-content li.squr .anniu {
	position:absolute;
	top:200px;
	width:100%;
	text-align:center;
}
.mainpage .page ul.page-content li.squr .anniu a {
	display:block;
	width:60px;
	height:60px;
	margin:auto;
	position:relative;
}
.mainpage .page ul.page-content li.squr .anniu a img {
	position:absolute;
	left:0px;
	top:0px;
}
.flicker {
	-webkit-animation:zoomInOut 3s ease 2.5s infinite both;
	animation:zoomInOut 3s ease 2.5s infinite both;
	-webkit-animation-play-state:initial;
	animation-play-state:initial;
}
.mainpage .page ul.page-content li.squr .more a {
	float:right;
	display:block;
	font-size:12px;
	color:white;
}
.mainpage .page ul.page-content li.squr .more span {
	float:right;
	height:20px;
}
.mainpage .page ul.page-content li.squr .more span img {
	height:100%;
}
.mainpage .page ul.page-content li.squr .more span.more_pic {
	margin-top:5px;
	padding-left:7px;
}
.mainpage .page ul.page-content li.squr .more span.more_txt {
	line-height:15px;
}
/*产品*/
.mainpage .page .pro-hold {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:top center;
	background-size:cover;
	background-repeat:repeat;
	z-index:4;
}
.mainpage .page ul.page-content li.squr .prozoom {
	height:244px;
}
.mainpage .page ul.page-content li.squr .prozoom .num {
	position:absolute;
	width:88px;
	height:62px;
	left:8px;
	top:18px;
}
.mainpage .page ul.page-content li.squr .prozoom .protitle {
	line-height:20px;
	margin-top:15px;
	padding-left:85px;
}
.mainpage .page ul.page-content li.squr .prozoom .protitle span {
	text-align:left;
	display:block;
}
.mainpage .page ul.page-content li.squr .prozoom .protitle span.ti {
	color:#000000;
}
.mainpage .page ul.page-content li.squr .prozoom .procont {
	padding:0px 25px;
	text-align:left;
	margin-top:5px;
}
.mainpage .page ul.page-content li.prozt {
	width:222px;
	margin:auto;
}
.mainpage .page ul.page-content li.squr .promore {
	position:absolute;
	right:7px;
	top:190px;
	width:40px;
	height:46px;
	z-index:4;
}
.mainpage .page ul.page-content li.squr .promore a {
	width:40px;
	margin:auto;
	display:block;
}
.mainpage .page ul.page-content li.squr .promore a img {
	width:40px;
	position:absolute;
	top:0px;
	left:0px;
}
.mainpage .page ul.page-content li.squr .promore a span.btn-txt {
	margin-bottom:3px;
	display:block;
	line-height:12px;
	visibility:hidden;
}
.line {
	height:1px;
	line-height:1px;
	border-bottom:solid 1px #666;
	overflow:hidden;
	margin:7px auto;
}
/*产品专题*/
.product-zt {
	padding-top:40px;
}
.product-zt ul li {
	padding-bottom:20px;
}
.product-zt ul li.last {
	padding:0px;
}
.product-zt ul li a {
	text-align:center;
	display:block;
}
.product-zt ul li a img {
	width:94%;
	margin:auto;
}
.product-zt ul li .title a {
	color:#575556;
	line-height:30px;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-zt ul li .title a span {
	font-weight:bold;
}
.product-zt ul li .desc {
	margin:0px 3%;
	font-size:12px;
	line-height:1.7;
}
.product-zt ul li .more {
	line-height:35px;
}
.product-zt ul li .more a {
	color:#565656
}
.product-zt ul li .more a span {
	color:#b81c22;
}
.product-zt ul li .icon {
	text-align:center;
}
.product-zt ul li .icon img {
	width:30px;
}
.product-zt ul li.last .icon {
	display:none;
}
.product-zt ul li .photo {
	position:relative;
}
.product-zt ul li .ftitle {
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	bottom:20px;
	left:0px;
	background:#1f2c5c;
	color:white;
}
.product-zt ul li .ftitle .cycle {
	width:105px;
	height:105px;
	position:absolute;
	left:20px;
	bottom:-20px;
}
.product-zt ul li .ftitle .cycle img {
	width:100%;
	height:auto;
}
.product-zt ul li .ftitle .num {
	font-style:normal;
	font-size:28px;
	float:left;
	width:110px;
	text-align:center;
	margin-left:20px;
	font-family:sans-serif
}
.product-zt ul li .ftitle .t {
	margin-left:0px;
	font-weight:bold;
	float:left;
}
/*产品列表*/
.product {
	margin:40px 3% 3%;
}
.product.pro {
	margin-top:0px;
	padding-top:103px;
}
.product.pro .hot {
	position:absolute;
	left:0px;
	top:0px;
	width:15%
}
.product ul li {
	margin-bottom:10px;
	position:relative;
	border-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:solid 1px #ccc;
	text-align:center;
	background:white;
}
.product ul li .desc {
	position:relative;
	min-height:85px;
}
.product ul li .title {
	width:90px;
	height:90px;
	border:solid 1px #ddd;
	background:white;
	position:absolute;
	top:-25px;
	left:5px;
	font-weight:bold;
}
.product ul li .title a {
	display:block;
	width:80px;
	height:80px;
	margin:auto;
	margin-top:5px;
	border:solid 1px #ddd;
	background:url(../images/title-bg.jpg) center;
	background-size:cover;
	box-sizing:border-box;
	padding-top:38px;
	color:white;
	font-size:14px;
}
.product ul li .title a p {
	font-weight:normal;
	font-size:12px;
}
.product ul li .title a span, .product ul li .title a p {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product ul li .wz {
	float:left;
	width:200px;
	text-align:left;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:5px;
	padding-top:15px;
	color:#666;
	font-size:12px;
	margin-left:90px;
}
.product ul li .wz .abs {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product ul li .icon {
	width:12.5%;
	padding-bottom:12.5%;
	background:url(../images/downbtn.png) center center no-repeat;
	position:absolute;
	left:50%;
	bottom:0px;
	background-size:cover;
	transform:translate3D(-50%, -50%, 0);
	-webkit-transform:translate3D(-50%, 50%, 0);
	z-index:1
}
.product ul li.last .icon {
	display:none;
}
.product ul li .hits {
	display:block;
	position:absolute;
	bottom:15px;
	right:10px;
	padding-left:15px;
	background-image:url(../images/hits.jpg);
	background-repeat:no-repeat;
	background-position:left 50%;
	background-size:26%;
	font-size:12px;
}
.product ul li img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.pro-title {
	position:fixed;
	top:40px;
	width:100%;
	z-index:2;
	border-bottom:solid 1px #c1c1c1;
	text-align:center;
}
.pro-title img {
	width:100%;
	max-width:640px;
	margin:auto;
}
.pro-title .title {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	width:100%;
	color:#1d6501;
}
.pro-title .title span {
	font-size:62.5%;
	margin-left:5px;
}
.pro-title .title span.num {
	font-size:120%;
	margin:0px;
	position:relative;
	top:1px;
}
.pro-title.news {
	background:#ebebeb;
	padding:10px 0px;
	font-size:14px;
	color:#666;
	width:100%;
	text-align:center;
}
.pro-title.news h1 {
	font-size:18px;
	color:#333;
}
.wp-content .proban {
	margin-top:40px;
	position:relative;
}
.wp-content .proban img {
	width:100%;
}
.wp-content .proban .box {
	position:absolute;
	width:43%;
	padding-bottom:20%;
	left:50%;
	top:52%;
	transform:tranlateX(-50%);
	-webkit-transform:translateX(-50%);
	z-index:5;
}
.wp-content .proban .box .pannel {
	border: 3px solid rgb(148, 200, 40);
	color:#666;
	background:url(../images/pngfix.png);
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	padding-top:7%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.wp-content .proban .box .bt1 {
}
.wp-content .proban .zoomIn {
	-webkit-animation:zoomIn 2s ease 0.1s 1 both;
	-webkit-animation-play-state:initial;
}
.wp-content .proban .box .pannel.pro-hold {
	padding-left:12%;
}
.wp-content .proban .box .pannel.pro-hold .bt {
	float:left;
	line-height:1.0;
	color:#bbb;
}
.wp-content .proban .box .pannel.pro-hold .bt1 {
	float:left;
	padding-left:2%;
	text-align:left;
	line-height:1.1;
	font-weight:bold;
}
.wp-content .proban .box .pannel.pro-hold .bt1 span {
	color:#bbb;
	font-weight:normal;
	display:block;
	background-image:url(../images/productmore.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:20%;
}
.wp-content .prolist {
	margin:auto;
	margin-top:30%;
}
.wp-content .prolist ul li {
	width:95%;
	text-align:center;
	-webkit-box-sizing:border-box;
	height:auto;
	margin:auto;
	overflow:hidden;
	border:solid 1px #ddd;
	margin-bottom:4%;
}
.wp-content .prolist ul li .photo {
	background:white;
	float:left;
	width:62%;
	padding-bottom:30%;
	position:relative;
}
.wp-content .prolist ul li .photo a {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.wp-content .prolist ul li .desc {
	float:left;
	width:38%;
	text-align:left;
	-webkit-box-sizing:border-box;
	padding-left:5px;
	padding-right:5px;
}
.wp-content .prolist ul li .desc .ad {
	line-height:1.3;
	height:1.3;
	color:#858585;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.wp-content .prolist ul li .desc .title {
	font-size:1.2rem;
	line-height:2;
	height:2;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.wp-content .prolist ul li .desc .more a {
	color:#ff7200;
	float:right;
}
.wp-content .prolist ul li figure {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding-bottom: 100%; /* ؼ */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wp-content .prolist ul li figure a {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}
.wp-content .prolist ul li img {
	width:100%;
	height:auto;
	display:inline;
	vertical-align:bottom;
}
/*新闻*/
body.bodycss {
	background:#eee;
}
.news.ad {
	margin-top:40px;
	border-bottom:solid 1px #c1c1c1;
}
.news.ad img {
	width:100%;
}
.wp-content .detail.pro.news {
	margin-top:10%;
}
.wp-content .detail.pro.news h1.title {
	color:#333;
	text-align:left;
}
.wp-content {
}
.phone-header2{ box-shadow:2px 2px 2px #c4c0bf;}
/*推荐新闻*/
.topad {
	width:100%; max-width:640px; margin:auto
}
.topad img {
	display:inline;
	width:100%;
	vertical-align:bottom;
}
.wp-content .center {
	width:95%;
	margin:auto;
	margin-top:3%;
	padding-bottom:3%;
}
.wp-content .newslist {
	padding-top:0%;
	width:100%;
	margin:auto;
}
.wp-content .newslist dl{ overflow:hidden; clear:both; padding:2rem 1rem 1.35rem;background:#f7f7f7; border:1px solid #e5e5e5; }
.wp-content .newslist dl dt{ background:url(../images/nsw_hot.gif) no-repeat; background-size:100%; width:87px; height:53px; line-height:53px; text-align:center; font-size:1rem; color:#1abd9b; float: left;}
.wp-content .newslist dl dd{ float:left; width:75%; font-size:0.75rem; color:#747474; line-height:1.7;}
.wp-content .newslist dl dd h4 a{ font-size:1rem; color:#666;}
.wp-content .newslist dl dd p a{ color:#1abd9b;}

.wp-content .newslist h4{ font-weight:normal; font-size:1.17rem; color:#666; height:2rem; line-height:100%;}
.wp-content .newslist h4 span{ color:#1abd9b;}
.wp-content .newspage {
	margin-top:2.5rem;
	padding-top:15px;
}
.wp-content .center .newslist ul li {
	height:auto;
	margin:auto;
	overflow:auto;
	position:relative;
	margin-bottom:4%; background:#f7f7f7; border:1px solid #e5e5e5; padding-bottom:19px;
}
.wp-content .center .newslist ul li div.box {
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.wp-content .center .newslist ul li div.bl {
	width:50%;
	text-align:center;
	padding-top:20px;
}
.wp-content .center .newslist ul li div.bl img {
	width:85%;
}
.wp-content .center .newslist ul li div.br {
	width:47%;
	float:left;
	box-sizing:border-box;
	position:relative;
}
.wp-content .center .newslist ul li div.br .photo img {
	width:100%;
}
.wp-content .center .newslist ul li div.br .wz {
	color:#686868;
	font-size:20px;
	padding:10px 10px;
	letter-spacing:1px;
}
.wp-content .center .newslist ul li div.br .wz p {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wp-content .center .newslist ul li div.br .icon img {
	width:100%;
}
.wp-content .center .newslist ul li.multy {
	padding-bottom:4%;
}
.wp-content .center .newslist ul li.multy div.bl {
	width:100%;
}
.wp-content .center .newslist ul li.multy div.box.br {
	width:100%;
	float:none;
}
.wp-content .center .newslist ul li.multy .list {
	height:auto;
	margin:auto;
	overflow:hidden;
}
.wp-content .center .newslist ul li.multy div.br span {
	width:32%;
	float:left;
	display:block;
	margin-right:2%;
}
.wp-content .center .newslist ul li.multy div.br span.last {
	margin:0;
}
.wp-content .center .newslist ul li div.bl figure {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding-bottom: 70%; /* ؼ */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wp-content .center .newslist ul li div.bl figure a {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}
.wp-content .center .newslist ul li div.br h5 {
	margin:0px;
	padding:0px;
	line-height:1.7;
	font-size:1rem;
	padding:3px 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wp-content .center .newslist ul li.multy div.br h5 {
	line-height:1.75;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap; 
}
.wp-content .center .newslist ul li div.br h5 a {
	color:#666;
	/*font-size:28px;*/
	font-weight:normal;
	padding-top:0.75rem;
	overflow: hidden;
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.wp-content .center .newslist ul li div.br .datetime {
	color:rgb(148, 200, 40);
	line-height:1.7;
}
.wp-content .center .newslist ul li .more {
	position:absolute;
	bottom:8%;
	right:3%;
	font-size:5vw;
	font-weight:bold;
	word-spacing:3px;
	color:rgb(63, 63, 63);
}
/*内容介绍页面*/
.wp-content .newscon {
	padding-top:0%;
	width:100%;
	margin:auto;
}
.wp-content .newscon h3{ font-weight:normal; font-size:1.25rem; text-align:center; color:#666; line-height:3.5rem;}
.wp-content .newscon h4{ color:#999; font-size:16px; font-weight:normal; line-height:100%; padding-bottom:10px; border-bottom:1px dotted #999;}
.wp-content .newscon h4 em{ display:inline-block; padding:0 1.5rem;}
.wp-content .newscon h4 i{ float:right; display:inline-block; background:url(../images/n_bak.gif) no-repeat; background-size:100%;width:5rem; height:1.7rem; line-height:1.7rem; text-indent:0.5rem; margin-top:-0.35rem;}
.wp-content .newscon  p{ font-size:0.75rem; color:#686868; text-indent:3rem; line-height:1.65; padding-top:0.8rem;}
.wp-content .newscon  img{ display: block; padding:0.8rem 0;}
.wp-content .newscon h6{ font-size:1rem; font-weight:normal; width:9rem; height:2.72rem; line-height:2.72rem; display:block; margin:3.6rem auto 3.5rem; text-align:center; background:#c6c6c6;}
.wp-content .newscon h6 a{color:#fff; }

.wp-content .detail {
}
.wp-content .detail h1.title {
	color:#333;
	font-size:1.2em;
	display:block;
	line-height:1.7;
	padding:3% 0;
	text-align:center;
	font-weight:normal;
}
.wp-content .news .content {
	padding:0 3%;
	line-height:1.8;
	color:#666
}
.wp-content .news .content .abstract {
	border:solid 1px #d6d6d6;
	background:white;
	box-sizing:border-box;
	padding:10px 5px;
	font-size:14px;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.wp-content .news .content .abstract .header {
	width:27%;
	float:left;
	font-weight:bold;
}
.wp-content .news .content .abstract .cont {
	width:73%;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wp-content .content img {
	width:auto;
	max-width:100%;
	height:auto;
}
.wp-content .content p {
	margin:4% 0;
}
.wp-content .content .returnlist img {
	width:100%;
}
.wp-content .news .backlist a.btn {
	background:#1f2c5c
}
.wp-content .backlist {
	padding:10% 0 4%;
	height:1.7;
	line-height:1.7;
	overflow:visible;
}
.wp-content .backlist a.btn {
	display:block;
	width:50%;
	margin:auto;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#b81c22;
	color:white;
	font-size:16px;
}
.wp-content .detail.pro .detail-photo {
	background:white;
	border:solid 1px #eee;
	padding-bottom:20px;
}
.wp-content .detail.pro .detail-photo .desc {
	position:relative;
	min-height:85px;
}
.wp-content .detail.pro .detail-photo .sp {
	width:90px;
	height:90px;
	border:solid 1px #ddd;
	background:white;
	position:absolute;
	top:-25px;
	left:10px;
	font-weight:bold;
}
.wp-content .detail.pro .detail-photo .sp i {
	display:block;
	width:80px;
	height:80px;
	margin:auto;
	margin-top:5px;
	border:solid 1px #ddd;
	background-size:cover;
	box-sizing:border-box;
}
.wp-content .detail.pro .detail-photo .wz {
	float:left;
	width:220px;
	text-align:left;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	color:#666;
	font-size:12px;
	margin-left:90px;
	font-size:12px;
}
.wp-content .detail.pro .detail-photo .wz .title {
	color:#575556;
	font-weight:bold;
	text-align:left;
	font-size:16px;
}
.wp-content .detail.pro .detail-photo .wz {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.wp-content .detail.pro .c-head {
	height:50px;
	line-height:50px;
	font-weight:bold;
	color:#575556;
	font-size:16px;
}
.wp-content .detail.pro {
	margin-top:96px;
}
.wp-content .detail.pro.news {
	margin-top:0px;
}
.wp-content .detail.pro.news .content {
	padding-top:32%;
}
.wp-content .detail.pro h1.title {
	color:darkgreen;
}
.wp-content .detail.pro .tj h2 {
	color:#b81c22;
	font-weight:normal;
	text-align:center;
	padding:5% 0 3%;
	font-size:16px;
	font-weight:bold;
}
.wp-content .detail.pro .tj .tjlist {
	padding:1% 0;
	height:auto;
	margin:auto;
	overflow:auto;
}
.wp-content .detail.pro .tj .tjlist ul {
	padding:0;
	margin:0;
}
.wp-content .detail.pro .tj .tjlist ul li {
	float:left;
	width:47%;
	padding-bottom:35%;
	margin-left:2%;
	overflow:hidden;
	position:relative;
}
.wp-content .detail.pro .tj .tjlist ul li a {
	display:block;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
}
.wp-content .detail.pro .tj .tjlist ul li.last {
	margin:0;
}
.wp-content .detail.pro .tj .tjlist ul li a span {
	position:absolute;
	right:0;
	height:25px;
	line-height:25px;
	width:100%;
	bottom:10px;
	background:rgba(31, 44, 92, 0.8);
	color:white;
	text-align:center;
}
.wp-content .detail.pro .tj .tjlist ul li img {
	width:100%;
}
.wp-content .content.pro {
	padding:3% 2%;
	line-height:1.7
}
.wp-content .content.pro p {
	padding:0px;
	margin:3% 0px;
	display:block;
}
.wp-content .content.pro hr {
	border:none;
	border-bottom:dashed 1px #bbb;
}
.wp-content .content.pro img {
	width:auto;
	max-width:100%;
	height:auto;
}
.wp-content .share {
	background:white;
	overflow:hidden;
	padding:0;
}
.wp-content .share .header {
	padding:0 0 3%;
	margin:0px;
}
.wp-content .share .header img {
	width:100%;
	display:block;
	vertical-align:bottom;
	display:inline;
	margin:0px;
}
.wp-content .share ul {
	width:90%;
	margin:auto;
	padding-bottom:5%;
	height:auto;
	overflow:auto;
}
.wp-content .share ul li {
	float:left;
	width:25%;
	text-align:center;
	font-size:0.8em;
	color:#999;
}
.wp-content .share ul li img {
	width:60%;
	margin:auto;
}
.wp-content .share ul li p {
	padding:0px;
	line-height:2;
	margin:0px;
}
.movetop {
	display:none;
}
/*列表分页*/
.pagebox {
	margin-top:3%;
	height:35px;
	line-height:35px;
	padding-top:24px;
}
.pagebox .txt_pagelist a {
	float:left;
	width:35%;
	background:#c6c6c6;
	color:#fff;
	font-size:1rem;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.pagebox .txt_pagelist a.next {
	float:right; background:#1abd9b;
}
.pagebox .txt_pagelist .page-counter {
	display:block;
	float:left;
	font-size:1rem;
	width:30%;
	text-align:center;
	background:white;
	color:#7c7c7c;
}
.pagebox .txt_pagelist .page-counter i{ color:#1abd9b;}
.tools {
	position:fixed;
	width:100%;
	bottom:0px;
	padding:0;
	line-height:40px;
	z-index:7;
	text-align:center;
}
.tools .search {
	background:rgba(0, 0, 0, 0.9);
	line-height:50px;
}
.tools .toolbtn {
	color:rgb(255, 255, 255);
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#b81c22;
	background-image:url(../images/searchone.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	background-size:13%;
	margin:auto;
	border:solid 1px white;
	border-radius:3px;
	padding:3px 20px;
	padding-right:50px;
}
.tools .menulist {
	position:absolute;
	bottom:50px;
	width:100%;
	transition:transform 1s;
	-webkit-transition:transform 1s;
	transform:translate3D(-100%, 0, 0);
	-webkit-transform:translate3D(-100%, 0, 0);
}
.tools .menulist.hover {
	transform:translate3D(0, 0, 0);
	-webkit-transform:translate3D(0, 0, 0);
	-ms-transform:translate3D(0, 0, 0);
}
.tools .menulist li {
	float:left;
	line-height:40px;
	overflow:hidden;
	box-sizing:border-box;
	border-bottom:solid 1px #ddd;
	width:50%;
	background: rgba(31, 44, 92, 0.9);
	color:white;
	text-align:left;
}
.tools .menulist li a {
	color:white;
	margin-left:15%;
}
.tools .menulist li.cur a {
	color:rgb(184, 28, 34)
}
.pager-box {
	text-align:center;
	position:fixed;
	bottom:6%;
	left:0px;
	width:100%;
	display:block;
	z-index:8;
}
.pager-box .pager {
	width:15%;
	line-height:1.5;
	margin:auto;
	border:solid 1px #ccc;
	border-radius:4px;
	background-color: rgba(0, 0, 0, 0.5);
	color:white;
}
/**/
.wp-content .procon {
	padding-top:0%;
	width:100%;
	margin:auto;
}
.procon .show{ position:relative;}
.procon .show ul li{ margin:0 0.25rem;}
.procon .show img{ display:inline-block; width:100%;}
.procon .show .uu{ position: absolute; width:1.17rem; left:1rem; top:42%;}
.procon .show .dd{ position:absolute; width:1.17rem; right:1rem; top:42%;}
.shbr{ overflow:hidden; border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9; clear:both; margin:18px 10px 40px; text-align:center; padding-bottom:15px;}
.shbr ul li{ display:block; float:left; width: 25%; float:left; color:#646464; font-size:14px;border-right:1px solid #d9d9d9; box-sizing:border-box;}
.shbr ul li img{ display:inline-block; padding:1px;}
/**/
.pjs{ overflow:hidden;}
.pjs h3{ font-weight:normal; color:#666; font-size:1.25rem; height:1.8rem; line-height:100%; border-bottom:0.1rem solid #e3e3e3; margin-bottom:0.5rem;}
.pjs p{ color:#666; line-height:1.6rem; font-size:0.75rem;}
.pjs em{ display:block; padding-top:1.6rem; color:#1478ab; font-size:0.75rem;}
.pjs em i{ display:block; line-height:1.5rem;}
.pjs em i span{ display:inline-block; width:50%;}
.yxq{ overflow:hidden;}
.yxq h3{ font-weight:normal; color:#666; font-size:1.25rem; height:2rem; line-height:100%;margin-bottom:0.5rem;}
.yxq h3 span{ color:#aeaeae; font-size:0.75rem;}
.yxq  dl dt{ margin-bottom:1rem;}
.yxq  dl dd{ margin-left:0; padding-left:0;}
.yxq  dl dd h4{ height:2.6rem; border-bottom:1px dashed #9d9d9d; color:#1478ab; font-size:1.08rem; font-weight:normal; margin-bottom:0.3rem;}
.yxq  dl dd h4 span{ font-size:1rem; color:#1abd9b; background:url(../images/p_ico.gif) no-repeat; background-size:100%; width:1.8rem; height:2rem; line-height:2rem; display:inline-block; text-align:center; margin-right:0.25rem;}
.yxq  dl dd p{ color:#686868; font-size:0.83rem; line-height:1.5rem; padding-bottom:2rem;}
.pjg{ overflow:hidden;}
.pjg h3,.pxz h3{font-weight:normal; color:#666; font-size:1.25rem; height:2rem; line-height:100%;margin-bottom:1.8rem; }
.pjg h3 span,.pxz h3 span{ color:#1478ab;}
.pjg h3 i,.pxz h3 i{ display:block; line-height:100%;}
.pjg p{color:#686868; font-size:0.83rem; line-height:1.5rem; padding-bottom:2rem;}
.pjg ul{ overflow:hidden; padding-bottom:1rem;}
.pjg ul li{ float:left; width:30%; margin-right:3%; position:relative;}
.pjg ul li span{ position:absolute; display:block; left:0; bottom:0; line-height:1.58rem; width:106.5%;text-align:center; font-size:0.75rem; color:#fff;background:#000; filter:Alpha(opacity=70);-moz-opacity: 0.7; -khtml-opacity: 0.7 ; opacity: 0.7;}
.pxz{ padding-top:2rem; margin-bottom:3.6rem; overflow:hidden;}
.pxz ul li{ float:left; width:22%; margin-right:3%;}
.pxz ul li img{ border:1px solid #dfdfdf; border-radius:0.2rem;}
.pxz ul li span{ color:#666; font-size:0.75rem; height:2.8rem; line-height:2.3rem; text-align:center; display:block;}
.pback{ display:block; width:12.5rem; height:2.5rem; line-height:2.5rem; background:#1abd9b; border-radius:0.15rem; text-align:center; font-weight:normal; margin:0 auto;}
.pback a{ color:#fff; font-size:1.36rem;}
/*上翻提示箭头*/
.arrow {
	text-align:center;
	position:fixed;
	bottom:20px;
	left:0px;
	width:100%;
	display:block;
	z-index:5;
}
.arrow img {
	width:23px;
	-webkit-animation:start 1.5s infinite ease-in-out;
	-moz-animation:start 1.5s infinite ease-in-out;
	animation:start 1.5s infinite ease-in-out;
}
/*电话按钮*/
.phone-btn {
	position:fixed;
	right:10px;
	bottom:180px;
	width:39px;
	height:39px;
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:6;
	transform:rotate(0deg) scale(0);
	-webkit-transform:rotate(0deg) scale(0);
}

.phone-btn.qq {
	background-image:url(../images/online.png);
	bottom:130px;
}
.phone-page-on .phone-btn {
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	transform:rotate(1080deg) scale(1);
	-webkit-transform:rotate(1080deg) scale(1);
}
/**/
.wp-content .prolist {	padding-top:0%;	width:100%;	margin:auto;}
.wp-content .prolist dl{ overflow:hidden; clear:both; border:1px solid #d0d0d0;}
.wp-content .prolist dl em{ position:absolute; left:0; bottom:-25px;}
.wp-content .prolist dl dt{ float:left; width:48%;}
.wp-content .prolist dl dt img{ display:inline-block; width:100%;}
.wp-content .prolist dl dd{ width:41%; float: right;}
.wp-content .prolist dl dd h4{ font-size:1.08rem; font-weight:normal; color:#666; padding:2.9rem 0 1rem;}
.wp-content .prolist dl dd p{ color:#686868; font-size:0.83rem; line-height:2rem;}
.wp-content .prolist dl dd p a{ display:block; color:#1abd9b; border:1px solid #1abd9b; width:52%; text-align:center; margin-top:1rem;}
/**/
.wp-content .ding{padding-top:0%;	width:100%;	margin:auto;}
.wp-content .din_c{ overflow:hidden; padding-bottom:2rem;}
.din_c dl{ background:#f7f7f7;}
.din_c dl dt{ display:inline-block; padding-bottom:1rem;}
.din_c dl dd{ margin:0 0.85rem; padding-bottom:1rem;}
.din_c dl dd h3{ color:#686868; font-weight:normal; font-size:1.25rem; overflow:hidden; height:2.95rem;}
.din_c dl dd h3 i{ display:inline-block; width:5.8rem; line-height:1.9rem; height:1.9rem; text-align:center; float:right; background:#1abd9b;}
.din_c dl dd h3 i a{ color:#fff;}
.din_c dl dd h3 span{ display:inline-block; width:1.8rem; float:left; margin-right:1rem;}
.din_c dl dd h3 span img{ vertical-align:middle;}
.din_c dl dd p{ color:#686868; font-size:0.92rem; line-height:1.55rem;}

.di_lu{ overflow:hidden;}
.di_lu h3{ font-size:1.25rem; font-weight: normal; color:#fff; background:url(../images/dlc_bg.gif) no-repeat; height:5.3rem; line-height:4.6rem; text-align:center; text-indent:2.75rem; margin-bottom:1.5rem;}
.di_lu p{ float:left; width:27.6%; border-right:0.1rem solid #d5d5d5;border-bottom:0.1rem solid #d5d5d5; padding-left:1.5rem; height:6.8rem; color:#666; font-size:0.75rem;}
.di_lu p i{ display:block; margin-top:0.7rem; width:1.6rem; height:1.6rem; background:url(../images/d_quan.gif) no-repeat; background-size:100%; text-align:center; line-height:1.6rem; color:#1abd9b;}
.di_lu p span{ display:block; line-height:1.85rem; font-size:1rem; color:#666;}
.di_lu p:nth-child(4),.di_lu p:nth-child(7),.di_lu p:nth-child(10){ border-right:none;}
.di_lu p:nth-child(8),.di_lu p:nth-child(9),.di_lu p:nth-child(10){ border-bottom:0.2rem solid #1abd9b;}
/**/
.cuscon{ overflow:hidden;}
.c_show{ height:16.6rem; overflow:hidden; position:relative; margin-bottom:1rem;}
.c_show ul li{ position:relative;}
.c_show ul li img{ display:inline-block; width:100%;}
.c_show ul li span{ position:absolute; left:0;bottom:0; display:block; font-size:1rem; height:2.2rem; line-height:2.2rem; text-indent:1rem;background:#000; filter:Alpha(opacity=70);-moz-opacity: 0.7; -khtml-opacity: 0.7 ; opacity: 0.7; color:#fff; width:100%;}
.c_show p{ position:absolute; right:0.4rem; bottom:0.6rem;}
.c_show p a{ display:inline-block; width:0.6rem; height:0.6rem; border-radius:0.6rem; background:#afb4b5; margin-right:0.5rem;}
.c_show p a:hover,.c_show p .cur{ background:#fff;}
.cjg{ margin:0 0.8rem;}
.cjg h3{ font-weight:normal; font-size:1.17rem; color:#666; height:2.05rem;}
.cjg h3 span{ color:#1abd9b;}
.cjg p{ font-size:0.75rem; color:#686868; padding-left:1rem; margin-bottom:1.1rem; position:relative;}
.cjg p:before{ content:""; position:absolute;height:0.35rem;width:0.35rem;content: "";left:0;top:0.45rem; background:#999; border-radius:0.5rem;}
.csm{ overflow:hidden; padding-top:1.2rem;margin:0 0.8rem 1.8rem;}
.csm h3{font-weight:normal; font-size:1.17rem; color:#666; height:2.05rem; position:relative;}
.csm h3:before{content:""; position:absolute;height:0.1rem;width:16%;content: "";left:0;bottom:0; background:#1abd9b;}
.csm p{ color:#686868; font-size:0.75rem; text-indent:1.5rem; line-height:1.35rem; padding:0.8rem 0 1rem 0;}
.cwhy{ overflow:hidden; margin-bottom:2rem;}
.cwhy h3,.cteam h3,.cwl h3,.cgj h3{font-weight:normal; font-size:1.17rem; color:#666; height:2.05rem; position:relative; text-align:center; height:4.2rem;}
.cwhy h3 span,.cteam h3 span,.cwl h3 span,.cgj h3 span{ display:block; font-size:0.58rem; padding-top:0.2rem;}
.cwhy h3:before,.cteam h3:before,.cwl h3:before,.cgj h3:before{content:""; position:absolute;height:0.1rem;width:12%;content: "";left:44%;top:72%; background:#1abd9b;}
.cwhy p{ background:url(../images/c_bg1.gif) no-repeat; background-size:100%; height:32.17rem;}
.cwhy p em{ display:block; width:32%; float:left; margin-left:3%; text-align:center; font-size:0.75rem; color:#555; padding:0 4%; text-align:left; height:17.8rem;}
.cwhy p em:nth-child(2n){ float:right;margin-right:3%;}
.cwhy p em i{ display:block; font-size:0.92rem; color:#333; margin-top:5.7rem; text-align:center; height:7rem;}
.cwhy p em i span{ display:block;}
.cteam{ margin:0 0.8rem 2rem; overflow:hidden;}
.cteam dl{ margin-bottom:0.3rem;clear:both; }
.cteam dl dt{ width:49%; float:left;background:#06bd9b;margin-bottom:0.3rem; height:7.2rem; position:relative;}
.cteam dl dt span{ display:inline-block; position:absolute; left:42%; bottom:-1.35rem; width:2.8rem; z-index:9;}
.cteam dl dd{ width:49.5%; float: right; margin-left:0; padding-left:0;margin-bottom:0.3rem;height:7.2rem;margin-right: -0.2rem;}
.cteam dl dt h4{color:#fff; font-size:0.83rem; margin:1rem 1rem 0.5rem;}
.cteam dl dt p{ color:#def3ed; font-size:0.75rem; line-height:1.3rem; margin:0 1rem;}
.cteam dl:nth-child(2n-1) dt{ float:right;} 
.cteam dl:nth-child(2n-1) dt span{top:-1.35rem; }
.cteam dl:nth-child(2n-1) dd{ float:left;} 

.cteam dl dd img{ display:inline-block; width:99%;    height: 7.15rem;}
.cteam em{padding-top:2rem; display:block; clear:both;}

.cwl{ overflow:hidden; padding-bottom:2.5rem; padding-top:1.8rem; margin:0 0.8rem;}
.cwl p{ color:#686868; font-size:0.75rem; text-indent:1.5rem; line-height:1.35rem; padding:0.1rem 0 1rem 0;}
.cwl p span{ color:#1abd9b;}
.cwl  h4 img{ display:inline-block; width:48%;}
.cwl  h4 img:last-child{ float:right;}
.cgj{ overflow:hidden; padding-top:1.75rem;}
.cgj h4{ padding-top:0.5rem;}
.cbz{ margin:0 0.8rem; }
.cbz h3{ font-size:1.17rem; color:#666; font-weight:normal; text-align:center; padding-bottom:2.5rem;}
.cbz h3 span{ color:#646262; font-size:0.75rem; display: block; line-height:2rem;}
.cbz h3 i{ color:#7f8183; font-size:0.75rem; line-height:175%; display:block;}
.cbz dl{ clear:both;}
.cbz dl dd{ overflow:hidden; float:left; width:48%; margin-left:0; padding-left:0; padding-bottom:0.8rem;}
.cbz dl dt{ width:48%; float:right; padding-bottom:0.8rem;}
.cbz dl dt h4{ font-weight:normal; color:#1abd9b; font-size:1.05rem; padding-bottom:0.15rem;}
.cbz dl dt p{ color:#666; font-size:0.8rem; padding-bottom:0.5rem;}
.cbz em{padding-top:1rem; display:block;}
/*回到顶部*/
.backtop {
	position:fixed;
	right:12px;
	bottom:110px;
	width:35px;
	height:35px;
	background-image:url(../images/backtop.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:6;
	cursor:pointer;
	border-radius:5px;
}
.backtop a {
	display:block;
	height:35px;
}
/*底部*/
.footer {
	text-align:center;
	color:#999;
	line-height:1.7;
	padding-bottom:50px;
	padding-top:15px;
	margin-top:17px;
	 position:relative;
}
.footer .top{ display:block; width:50px; text-align:center; padding-top:18px; background:#c6c6c6; height:32px; font-size:16px; color:#fff; position:absolute; right:0; bottom:50%; text-transform:uppercase; background:url(../images/top.gif) no-repeat; background-size:100%;}

.footer p{ padding-top:42px;}
.footer a {
	color:#999;
}
.footer.white {
	color:#999;
	background:none;
}
.footer.white a {
	color:#999;
}
.product-ad img {
	width:100%;
	height:auto;
}
.clear {
	clear:both;
}
/*附加样式*/
.mainpage .page ul.page-content.block-zoombox {
	position:absolute;
	bottom:60px;
	height:262px;
	left:22%;
}
.mainpage .page ul.page-content li.block-cycle {
	position:absolute;
	top:0px;
	width:193px;
	left:19px;
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}
.mainpage .page ul.page-content li.block-ln {
	position:absolute;
	top:40px;
	width:100%;
	text-align:center;
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.mainpage .page ul.page-content li.block-ln img {
	width:150px;
}
.mainpage .page ul.page-content li.block-blue {
	background: url(../images/bg.png) no-repeat; background-size:100%;
	color:#333;
	padding-top:3px;
	position:absolute;
	top:80px;
	width:93%;
	height:auto;
	z-index:-1;
	font-size:1.17rem;
}
.mainpage .page ul.page-content li.block-blue .icon {
	position:absolute;
	left:-25px;
	top:8px;
	height:3px;
	font-weight:bolder;
	font-size:14px;
}
.mainpage .page ul.page-content li.block-blue .icon img {
	width:15px; position:absolute; top:0px; left:0px;
}
.mainpage .page ul.page-content li.block-blue .txt {
	margin-left:19px;
	position:relative;
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.mainpage .page ul.page-content li.block-blue .b {
	font-size:1.85rem;
	font-weight:bold;
	letter-spacing:2px;
 display:block;
}
.mainpage .page ul.page-content li.block-blue p {
	line-height:1.8;
	position:relative;
}
.mainpage .page ul.page-content li.block-red {
	background: url(../images/bg.png) no-repeat; background-size:100%;
	color:#666;
	font-size:1.17rem;
	line-height:1;
	position:absolute;
	top:140px;
	width:251px;
	 text-align:left;
}
.mainpage .page ul.page-content li.block-red .txt {
	text-align:center;
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.mainpage .page .slideback {
	position:absolute;
	top:0px;
	right:0px;
	width:209px;
	height:100%;
	overflow:hidden;
}
.mainpage .page .slideback img {
	height:100%;
	width:100%;
}
.top-static-ad {
	width:100%; max-width:640px; margin:auto; position:relative;
}
.top-static-ad img {
	width:100%;
}
.top-static-ad .float-title{color:#1f2c5c; position:absolute; width:100%; top:50%; font-size:14px;transform:translateY(-50%);-webkit-transform:translateY(-50%); font-weight:bold; box-sizing:border-box; padding-left:55px; }
.top-static-ad .float-title .desc{ font-size:12px;}

/*场景动画效果*/
/*下移渐变*/
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
-ms-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}

/*向上位移渐变*/
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
-ms-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}

/*放大*/
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50%, 100% {
opacity:1;
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50%, 100% {
opacity:1
}
}

/*拉长*/
@-webkit-keyframes lineOut {
0% {
opacity:1;
-webkit-transform:rotateY(90deg);
transform:rotateY(90deg);
}
100% {
opacity:1;
}
}
@keyframes lineOut {
0% {
opacity:1;
-webkit-transform:rotateY(90deg);
transform:rotateY(90deg);
}
100% {
opacity:1;
}
}

/*左边进入场景*/
@-webkit-keyframes leftIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes leftIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}

/*右边进入场景*/
@-webkit-keyframes rightIn {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes rightIn {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}

/*向上按钮*/
@-webkit-keyframes start {
0%, 30% {
opacity:0;
-webkit-transform:translate(0, 10px)
}
60% {
opacity:1;
-webkit-transform:translate(0, 0)
}
100% {
opacity:0;
-webkit-transform:translate(0, -8px)
}
}
@-moz-keyframes start {
0%, 30% {
opacity:0;
-moz-transform:translate(0, 10px)
}
60% {
opacity:1;
-moz-transform:translate(0, 0)
}
100% {
opacity:0;
-moz-transform:translate(0, -8px)
}
}
@keyframes start {
0%, 30% {
opacity:0;
transform:translate(0, 10px)
}
60% {
opacity:1;
transform:translate(0, 0)
}
100% {
opacity:0;
transform:translate(0, -8px)
}
}

/*抖动效果*/
@-webkit-keyframes shake {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes shake {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
 @keyframes zoomInOut {
 1% {
 opacity:1;
 -webkit-transform:scale(1)
}
 20% {
 opacity:0;
 -webkit-transform:scale(1.5)
}
 0%, 100% {
 opacity:0;
}
}
 @-webkit-keyframes zoomInOut {
 1% {
 opacity:1;
 -webkit-transform:scale(1);
}
 20% {
 opacity:0;
 -webkit-transform:scale(1.5);
}
 0%, 100% {
 opacity:0;
}
}
 @-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}

@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
/**/

