 
.container {
	position: relative;
	min-width: 320px;
	width: 90%;
	margin: 0 auto;
}

.pImg {
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}
 
.pd60 {
	padding: 100px 0;
	font-size: .875em;
	overflow: hidden;
}
 

/* 服务保障 */
.safeguard {
	font-size: 1.143em;
	text-align: center;
}

.safeguard ul {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	color: #333;
	padding-top: 10px;
}

.safeguard li {
	float: left;
	max-width:90px;
}

.safeguard li b {
	color: #3c6fb5;
}

.safeguard li i {
	font-family: "iconfont";
	width:100px;
	height:100px;
	background: #4a4a4a;
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 20px;
	color: #fff;
	line-height:100px;
	font-style: normal;
	font-size: 3.5rem;
	font-weight: 300;
	transition: all .5s;
	position: relative;
	top: 0;
}

.safeguard li:hover i {
	background: #3c6fb5;
	top: -10px;
}

.safeguard .btn {
	position: static;
	background: #333;
	width: 36px;
	height: 26px;
	line-height: 26px;
	margin-top: 30px;
	display: none;
	color: #fff;
	font-family: "simsun";
	cursor: pointer;
}

.safeguard .btn:hover {
	background: #3c6fb5;
}


/* 产品应用 */
.claim {
	background: #f6f6f6;
}

.claimMenu {
	background: #fff;
	overflow: hidden;
	border: 1px solid #cdcdcd;
	font-size: 1.571em;
}

.claimMenu li {
	float: left;
	width: 16.666%;
	border-right: 1px solid #cdcdcd;
}

.claimMenu li a {
	display: block;
	padding: 20px;
	color: #333;
	position: relative;
	z-index: 2;
}

.claimMenu li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #3c6fb5;
	transform: scale(0, 1);
	transform-origin: right;
	transition: transform .5s;
}

.claimMenu li span {
	display: block;
	font-size: 0.727em;
	font-family: 'Century Gothic';
	opacity: .6;
}

.claimMenu li i {
	position: absolute;
	right: 20px;
	font-family: "iconfont";
	top: 10px;
	font-style: normal;
	font-size: 3rem;
	opacity: .6;
}

.claimMenu li:last-child {
	border-right: none;
}

.claimMenu .on a {
	color: #fff;
}

.claimMenu .on a::after {
	transform: scale(1);
	transform-origin: left;
}

.claimMenu .on a i {
	opacity: 1;
}

.claimMain {
	background: #525252;
	overflow: hidden;
}

.claimMain li {
	position: relative;
	overflow: hidden;
}

.claimMain li .pic {
	float: left;
	width: 50%;
	height: 450px;
	overflow: hidden;
}

.claimMain li .txt {
	position: absolute;
	background: #fff;
	padding: 3% 5%;
	top: 30px;
	right: 30px;
	width: 50%;
	bottom: 30px;
}

.claimMain li h4 {
	font-size: 2.571em;
	color: #191919;
	margin-bottom: 20px;
}

.claimMain li h4 a {
	color: #191919;
}

.claimMain li h4 a:hover {
	text-decoration: underline;
	padding-left: 10px;
}

.claimMain li .more {
	display: inline-block;
	margin-top: 35px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #3c6fb5;
	text-align: center;
	color: #3c6fb5;
}

.claimMain li .more i {
	font-style: normal;
	margin-left: 15px;
}

.claimMain li .more:hover {
	background: #3c6fb5;
	color: #fff;
}

/* 六大优势 */
.odds {
	background-image: url('../images/odds_bg.jpg');
	transition: all .5s;
	font-size: 1em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 720px;
	position: relative;
}

.odds .container {
	position: static;
}

.odds .title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	color: #3c6fb5;
      font-weight: 600;
      line-height: 1.4;
      font-size:42px;
}
.odds .title em{
	font-weight:300;
	font-style:normal;
      font-family: 'Century Gothic';
}
.odds .title span {
	display: block;
	color: #fff;
}

.oddsMenu {
	width: 42%;
	overflow: hidden;
	margin-top: 120px;
}

.oddsMenu li {
	float: left;
	width: 33.3%;
	padding: 3% 5%;
	height: 140px;
	cursor: pointer;
	transition: all .4s;
	background: rgba(255, 255, 255, .9);
}
.oddsMenu li:nth-child(2),.oddsMenu li:nth-child(3),.oddsMenu li:nth-child(5){
	background: rgba(230, 230, 230, .9);
}

.oddsMenu li:nth-child(2) {
	margin-right: 5%;
	border-left:0px;
}

.oddsMenu li i {
	font-style: normal;
	font-size: 1.625em;
	opacity: .5;
	font-family: Arial;
	font-weight: bold;
}

.oddsMenu li h4 {
	font-size: 1.25em;
	color: #191919;
}

.oddsMenu li h4 span {
	display: block;
	font-size: 12px;
	opacity: .5;
      font-family: 'Century Gothic';
      font-weight:300;
}

.oddsMenu li.on {
	background: #3c6fb5;
	color: #fff;
}

.oddsMenu li.on h4 {
	color: #fff;
}

.oddsMenu li.on i {
	opacity: 1;
}

.oddsMain {
	width: 46%;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	color: #fff;
}

.oddsMain li {
	background: #3c6fb5;
	min-height: 170px;
	padding: 5% 8%;
	overflow: hidden;
	padding-right: 25%;
}

.oddsMain li i {
	position: absolute;
	right: -30px;
	bottom: -50px;
	font-family: Arial;
	font-style: normal;
	opacity: .2;
	font-weight: bold;
	font-size: 15.625em;
	line-height: 1;
	letter-spacing: -15px;
}

.oddsMain li h4 {
	font-size: 1.875em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	position: relative;
}

.oddsMain li h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 2px;
	background: #fff;
}

.oddsMain li p {
	line-height:35px;
	font-size: 14px;
}

/* 关于我们 */
.about {
	background: url('../images/about_bg.jpg') no-repeat center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
	font-size: 1em;
}

.about::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 60px;
	width: 100%;
	z-index: -1;
}

.about .main {
	max-width: 1500px;
	margin: 0 auto;
	color: #333;
	line-height: 1.8;
	min-height: 300px;
}

.about .more {
	display: inline-block;
	width: 220px;
	height: 55px;
	line-height: 55px;
	margin-top: 40px;
	background: #fff;
	color: #3c6fb5;
}

.about .more:hover {
	width: 280px;
}

.about .more i {
	font-style: normal;
	margin-left: 10px;
}

.setting {
	padding: 40px;
	background: #f6f6f6;
	padding-bottom: 20px;
}

.setting li {
	float: left;
	width: 25%;
}

.setting li .pImg {
	padding-top: 60%;
}

.setting li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	line-height: 60px;
}

.setting li:hover img {
	transform: scale(1.1);
}

.about .bgImg {
	animation: scale 24s infinite;
}

@keyframes scale {
	from {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

/* 合作伙伴 */
.partner ul {
	padding-left: 1px;
}

.partner li {
	float: left;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	margin-top: -1px;
	width: 14.28%;
	position: relative;
	animation-fill-mode: inherit;
	transition: all .5s;
}

.partner li.txt {
	width: 42.8%;
	background: #3c6fb5;
	font-size: 1.714em;
	color: #fff;
	text-align: center;
	color: #fff;
	border: none;
	padding-top: 7.7%;
}

.partner li.txt p {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	width: 100%;
}

.partner li .pImg {
	padding-top: 54%;
}

.partner li:hover {
	transform: scale(1.1);
	z-index: 2;
	box-shadow: 0 0 6px #ccc;
}

.partner li.txt:hover {
	transform: scale(1);
	box-shadow: 0;
}

/*生产流程 */
.hTitlew span {
	color: #000;
}

.process {
	color: #000;
	text-align: center;
	background-color:#FFF;
}

.processMain {
	padding-top: 25px;
	overflow: hidden;
	position: relative;
	width:95%;
}

.processMain li {
	float: left;
	width: 16.6%;
	text-align: center;
	font-size: 1.286em; 
	background: url('../images/arr_r.png') no-repeat right 45px;
}

.processMain li i {
	display: inline-block; 
	width: 100px;
	font-size:40px;
	border-radius:100%;
	border:6px solid #f6f6f7;
	height: 100px;
	color:#3c6fb5;
	background: #FFF;
	border-radius: 100%;
	line-height:90px;
	margin-bottom: 15px;
	transition: all .5s;
	top: 0; 
	position: relative;
}
 
.processMain li:last-child {
	background: none;
}

.processMain li:hover i {
	top: -10px;
	color:#FFF;
	background: #3c6fb5;
}

.process .btn {
	width: 40px;
	height: 24px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	left: 0;
	z-index: 5;
	pointer-events: initial;
	cursor: pointer;
	opacity: 1;
	display: none;
	position: static;
	margin-top: 30px;
}

.process .btn:hover {
	background: #3c6fb5;
}  