/*
* @Author: DoDo
* @Date:   2019-11-20 14:19:16
* @Last Modified by:   DoDo
* @Last Modified time: 2019-11-22 17:37:27
*/
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
}
body.on{
    overflow: hidden;
}
a{
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


@media screen and (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width:1440px) {
    .w1600.container{
        width: 1400px;
    }
}
@media screen and (min-width:1660px) {
    .w1600.container{
        width: 1600px;
    }
}

/*====================================== public ======================================*/
.f0{
    font-size: 0;
}
.bg-fff{
    background-color: #fff;
}
.bg-f7f7f7{
    background-color: #f7f7f7;
}
.bg-f9{
    background-color: #f9f9f9;
}
.w1000{
	width: 1000px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.put-pla::-webkit-input-placeholder { color: #666; }
.put-pla:-moz-placeholder { color: #666; opacity: 1; }
.put-pla::-moz-placeholder { color: #666; opacity: 1; }
.put-pla:-ms-input-placeholder { color: #666; }

.public-wrap{
	padding-right: 140px;
}

/* header */
.header{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.3);
	z-index: 100;
	width: 140px;
}
.logo{
	position: absolute;
	top: 3.7%;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
	width: 70px;
	max-width: 60%;
}
.logo img{
	width: 100%;
}
.logo .mg1{
	position: absolute;
	left: 0;
	top: 0;
	animation:logo 2.5s infinite linear;
	-moz-animation:logo 2.5s infinite linear; /* Firefox */
	-webkit-animation:logo 2.5s infinite linear; /* Safari and Chrome */
	-o-animation:logo 2.5s infinite linear; /* Opera */
}
.logo .mgh3{
	display: none;
}
@keyframes logo
{
	from {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg); 
	}
	to {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

.header-tool{
	position: absolute;
	top: 43.8%;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
}
.header-tool-01{
	position: relative;
	width: 26px;
	height: 26px;
	margin-top: 30px;
}
.header-tool-01:first-child{
	margin-top: 0;
}
.header-tool-01 .span-icon{
	display: block;
	width: 26px;
	height: 26px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-menu .span-icon{
	background-image: url('../images/h-icon1.png');
}
.header-online .span-icon{
	background-image: url('../images/h-icon2.png');
}
.header-tel .span-icon{
	background-image: url('../images/h-icon3.png');
}
.header-wechat .span-icon{
	background-image: url('../images/h-icon4.png');
}
.header-tool-div1{
	position: absolute;
	top: 50%;
	right: 100%;
	top: 50%;
	padding-right: 77px;
	visibility: hidden;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: translate(-10px,-50%);
	-moz-transform: translate(-10px,-50%);
	-o-transform: translate(-10px,-50%);
	transform: translate(-10px,-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-tool-div1 .div-01{
	position: relative;
	background: #60c1bd;
	border-radius: 5px;
	white-space: nowrap;
}
.header-tool-div1 .div-01::before{
	content: " ";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	background: url('../images/h-tip1.png') center center no-repeat;
}
.header-tel .div-01{
	height: 36px;
	line-height: 36px;
	font-family: "Arail";
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.header-wechat .div-01{
	padding: 5px;
	width: 120px;
}
.header-wechat .div-01 img{
	width: 110px;
	height: 110px;
}


.header-tool-01:hover .header-tool-div1{
	visibility: visible;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%); 
}

.nav{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav-cont{
	position: absolute;
	left: 18.75%;
	right: calc(20.22% + 140px);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}
.nav-cont .nav-a1{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	animation:fadeInLeft .5s 1 linear;
	-moz-animation:fadeInLeft .5s 1 linear;
	-webkit-animation:fadeInLeft .5s 1 linear;
	-o-animation:fadeInLeft .5s 1 linear;
}
.nav-cont .nav-a1 .span-txt{
	margin-top: 10px;
}
.header.on .header-menu .span-icon{
	background-image: url('../images/h-icon1b.png');
}
.header.on .header-online .span-icon{
	background-image: url('../images/h-icon2b.png');
}
.header.on .header-tel .span-icon{
	background-image: url('../images/h-icon3b.png');
}
.header.on .header-wechat .span-icon{
	background-image: url('../images/h-icon4b.png');
}
.header.on .nav{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.header.on .nav-a1{
	animation:fadeInRight .5s 1 linear;
	-moz-animation:fadeInRight .5s 1 linear; /* Firefox */
	-webkit-animation:fadeInRight .5s 1 linear; /* Safari and Chrome */
	-o-animation:fadeInRight .5s 1 linear; /* Opera */
}
.header.on .nav-a1:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px); 
}


/* footer */
.footer{
	background: #60c1bd;
}
.foot-top{
	padding: 50px 2.8%;
}
.foot-ewm{
	float: right;
	padding-left: 20px;
}
.foot-ewm .div-img{
	float: left;
	margin-left: 40px;
	border: 5px solid #eff9f8;
	border-radius: 5px;
}
.foot-ewm .div-img img{
	width: 80px;
	height: 80px;
}
.foot-phone{
	float: right;
	color: #fff;
	padding-top: 17px;
}
.foot-phone .span-title{
	font-size: 16px;
	line-height: 16px;
}
.foot-phone .i-num{
	font-size: 36px;
	font-family: "Times New Roman","Arial";
	line-height: 36px;
	margin-top: 10px;
}
.foot-logo{
	float: left;
	margin-top: 5px;
}
.foot-logo img{
	height: 80px;
}
.foot-copy{
	padding: 15px 2.8%;
	font-size: 14px;
	color: #fff;
	text-align: right;
	border-top: 1px solid #90d4d1;
}
.foot-copy .span-01{
	float: left;
}
.foot-copy a{
	color: #fff;
}
.foot-copy .span-02{
	display: inline-block;
}

.pages{
	margin-top: 30px;
}
.pages a,.pages strong{
	display: inline-block;
	font-size: 14px;
	color: #666;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	border-radius: 36px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pages a.ling{
	width: 120px;
	background-color: #fff;
}
.pages a:hover,.pages strong{
	background: #60c1bd;
	color: #fff;
}

/*====================================== index ======================================*/
.banner_owl{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
}
.banner_owl .owl-nav button.owl-next, .banner_owl .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.banner_owl .owl-nav button.owl-prev{
	left: 2.6%;
	background-image: url('../images/arrow-left.png');
}
.banner_owl .owl-nav button.owl-next{
	right: calc(2.6% + 140px);
	background-image: url('../images/arrow-right.png');
}

.banner-a1{
	width: 100vw;
	height: 100vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_owl + .public-wrap{
	margin-top: 100vh;
	background: #fff;
	position: relative;
	z-index: 1;
}

.index-01{
	padding: 0 2.8%;
}
.index-intro{
	float: left;
	width: 48.51%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-intro-01{

}
.index-intro-img{
	position: relative;
	float: left;
	width: 62.57%;
	padding: 0 0 70px 0;
}
.index-intro-img .span-img{
	padding: 50px 0 0 13.75%;
}
.index-intro-img .span-img img{
	width: 100%;
}
.index-intro-img .span-img::before{
	position: absolute;
	content: " ";
	left: 13.75%;
	right: 0;
	top: 0;
	bottom: 70px;
	background: #dff3f2;
}
.index-intro-img img{
	position: relative;
	z-index: 10;
}
.index-intro-img::before{
	content: " ";
	position: absolute;
	width: 62.75%;
	left: 0;
	bottom: 0;
	top: 90px;
	background: url('../images/bg-01.jpg') left top no-repeat #60c1bd;
	-webkit-background-size: cover;
	background-size: cover;
}
.index-intro-img::after{
	
}

.index-intro-word{
	float: left;
	width: 37.43%;
	margin-top: 50px;
	background: #f2fafa;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.index-intro-cont{
	padding: 35px 13.11% 40px;
}
.index-intro-word .div-title{
	font-size: 30px;
	color: #60c1bd;
	line-height: 40px;
}
.index-intro-word .div-name{
	margin-top: 17px;
	font-size: 24px;
	color: #333;
	line-height: 34px;
}
.index-intro-word .div-des{
	margin-top: 17px;
	text-align: justify;
	height: 330px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
	overflow: hidden;
}
.index-intro-word .a-more{
	width: 150px;
	height: 38px;
	line-height: 38px;
	background: #60c1bd;
	border-radius: 38px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

.index-news{
	float: right;
	width: 46.34%;
	padding-left: 90px;
}
.index-news-cont{
	padding-top: 73px;
	padding-bottom: 72px;
	border-left: 1px solid #e5e5e5;
}
.index-news-title .span-img{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 4px solid #60c1bd;
}
.index-news-title .span-img img{
	min-width: 90%;
}
.index-news-title .span-word{
	font-size: 30px;
	color: #333;
	line-height: 50px;
	background: #f2fafa;
	text-align: center;
	min-width: 163px;
	padding-left: 15px;
	padding-right: 15px;
}

.index-news-list{
	margin-top: 8px;
}
.index-news-list li{
	position: relative;
	padding: 20px 0 20px 270px;
	border-bottom: 1px solid #e5e5e5;
}
.index-news-list li .div-date{
	position: absolute;
	left: -100px;
	top: 40px;
	width: 100px;
	padding-right: 20px;
	font-size: 14px;
	color: #999;
	text-align: right;
	font-family: "Times New Roman";
	line-height: 26px;
}
.index-news-list li .div-date .span-date{
	font-size: 26px;
	padding-right: 20px;
	margin-right: -20px;
	background: url('../images/line-01.jpg') right center no-repeat;
}
.index-news-list li .a-img{
	position: relative;
	float: left;
	margin-left: -250px;
	width: 230px;
	height: 153px;
	line-height: 151px;
	border: 1px solid #f5f5f5;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
}
.index-news-list li .a-img::before{
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #60c1bd;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-list li .a-img img{
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.index-news-list li .div-word{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding-top: 20px;
}
.index-news-list li .div-word .div-title a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-list li .div-word .div-des{
	margin-top: 11px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-news-list li .div-word .div-more{
	margin-top: 9px;
}
.index-news-list li .div-word .div-more a{
	font-size: 14px;
	color: #60c1bd;
}


.index-news-more{
	text-align: right;
	margin-top: 30px;
}
.index-news-more a{
	display: inline-block;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #60c1bd;
	color: #fff;
	border-radius: 38px;
}

.index-a1{
	float: left;
	width: 33.33%;
	font-size: 0;
	background: #f2fafa;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-a1 .span-img img{
	width: 100%;
}
.index-a1 .span-word-cont{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #888;
	line-height: 30px;
	padding-left: 16.35%;
	padding-right: 16.35%;
}
.index-a1 .span-word .bdo-title{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-a1 .span-word .bdo-des{
	margin-top: 17px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-a1 .span-word .bdo-more{
	width: 150px;
	height: 38px;
	line-height: 38px;
	background: #60c1bd;
	border-radius: 38px;
	font-size: 14px;
	color: #fff;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-a1 .span-word .span-zi1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 9%;
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: rgba(96,193,189,.2);
	font-family: "Times New Roman";
	letter-spacing: 18px;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-a1 .span-word .span-zi2{
	position: absolute;
	left: 50%;
	transform: translate(-50%,50%);
	bottom: 0;
	display: block;
	font-size: 150px;
	line-height: 150px;
	font-weight: bold;
	color: rgba(96,193,189,.05);
	font-family: "Times New Roman";
	letter-spacing: 18px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.index-03{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 50px;
}
.index-a2{
	float: left;
	width: 33.33%;
	border-left: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 20px;
	color: #888;
	padding-top: 40px;
	padding-bottom: 33px;
}
.index-a2:first-child{
	border-left: none;
}
.index-a2 .span-title{
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-top: 24px;
}
.index-a2 .span-des{
	margin-top: 18px;
}
.index-a2 .span-shop{
	margin-top: 20px;
}
.index-a2 .span-shop .a1{
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin: 0 10px;
}
.index-a2 .span-shop .a1 img{
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.index-a2 .span-more{
	margin-top: 20px;
	font-size: 14px;
	color: #60c1bd;
}

/*====================================== 03_关于我们_企业介绍 ======================================*/
.inside-header{
	background: #fbfbfb;
}

.banner-inside img{
	width: 100%;
}
.banner-inside-mc{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(0,0,0,.2); */
	padding-left: 15px;
	padding-right: 15px;
}
.banner-inside-word{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner-inside-word .span-img{
	margin-top: 30px;
}
.banner-inside-word img{
	width: auto;
}
.banner-inside-word .span-zi{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}

.public-inside-wrap{
	background: #fff;
	position: relative;
	z-index: 10;
}

.public-bream{
	background: #fff;
	padding-left: 7.865%;
	padding-right: 7.865%;
	border-bottom: 1px solid #e5e5e5;
}


.public-bream-title{
	float: left;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	line-height: 60px;
}
.public-bream-title .span-icon{
	float: left;
	width: 60px;
	height: 60px;
	border-right: 1px solid #e5e5e5;
}
.public-bream-title .span-icon img{
	display: block;
	margin-top: 22px;
}
.public-bream-title .span-01{
	float: left;
	height: 60px;
	line-height: 60px;
	min-width: 122px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.public-bream-nav{
	float: right;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 0;
	margin-bottom: 0;
}
.public-bream-nav a{
	font-size: 16px;
	color: #666;
	display: inline-block;
	line-height: 60px;
	min-width: 120px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: -1px;
}
.public-bream-nav a.on{
	color: #60c1bd;
	border-bottom: 2px solid #60c1bd;
}

.about-intro-main{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f9f9f9;
}
.about-intro-zi img{
	width: 79.66%;
}
.about-intro-founder{
	width: 1190px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.about-intro-scroll{
	float: left;
	width: 55.46%;
}
.about-intro-scroll .owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3.7%;
	text-align: center;
}
.about-intro-scroll button.owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
}
.about-intro-scroll button.owl-dot.active{
	background: #60c1bd;
}
.about-intro-founder-word{
	float: right;
	width: 38.65%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-top: 60px;
}
.about-title{
	color: #60c1bd;
	padding-left: 70px;
	margin-left: -70px;
}
.about-title .b-cn{
	padding-left: 70px;
	margin-left: -70px;
	font-size: 32px;
	line-height: 32px;
	background: url('../images/line-02.jpg') left center no-repeat;
}
.about-title .b-en{
	font-size: 18px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	line-height: 18px;
	margin-top: 15px;
}

.about-title.tc{
	margin-left: 0;
	padding-left: 0;
}
.about-title.tc .b-cn{
	padding-left: 0;
	padding-bottom: 22px;
	margin-left: 0;
	background: url('../images/line-02.jpg') center bottom no-repeat;
}

.about-intro-founder-word .div-name{
	font-size: 24px;
	color: #333;
	line-height: 34px;
	margin-top: 45px;
}
.about-intro-founder-word .div-des{
	margin-top: 18px;
}


.about-intro-company{
	padding-top: 80px;
}
.about-intro-company-cont{
	margin-top: 50px;
}
.about-intro-company-img{
	float: left;
	width: 50%;
}
.about-intro-company-img img{
	width: 100%;
}


.about-intro-company-s{
	float: right;
	width: 39.43%;
	margin-right: 7.75%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 43px;
}
.about-intro-company-s .mCSB_container{
    margin-right: 40px;
}
.about-intro-company-s .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #e6e6e6;
}
.about-intro-company-s .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #60c1bd;
}

/*====================================== 04_关于我们_企业荣誉 ======================================*/
.about-honor{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
}
.about-honor .about-title{
	margin-top: 10px;
}
.about-honor-cont{
	width: 84.27%;
	margin-left: auto;
	margin-right: auto;
}

.about-honor-owl{
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 40px;
	background: url('../images/line-03.png') center center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.about-honor-owl .owl-nav button.owl-next, .about-honor-owl .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-honor-owl .owl-nav button.owl-prev{
	left: 0;
	background-image: url('../images/arrow-left2.png');
}
.about-honor-owl .owl-nav button.owl-next{
	right: 0;
	background-image: url('../images/arrow-right2.png');
}


.about-honor-01{
	font-size: 0;
	margin-top: -170px;
}
.about-honor-a1{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin: 170px 3.46% 0;
	width: 26.15%;
}
.about-honor-a1 .span-img{
	border: 4px solid #fff;
}
.about-honor-a1 .span-txt{
	margin-top: 7px;
}

/*====================================== 05_关于我们_专家团队列表页 ======================================*/
.about-team{
	padding: 40px 7.86% 50px;
	background: #f9f9f9;
}
.about-team-list li{
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 1px;
}
.about-team-list li:first-child{
	margin-top: 0;
}

.about-team-01{
	padding-left: 400px;
	margin-top: 100px;
	background: #fff;
	padding-top: 34px;
	padding-bottom: 40px;
	padding-right: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-team-01 .a-img{
	float: left;
	margin-left: -350px;
	margin-top: -134px;
}
.about-team-01 .a-img img{
	width: 300px;
	height: 300px;
}
.about-team-01 .div-title{
	position: absolute;
	left: 0;
	top: -84px;
	font-size: 14px;
	color: #888;
}
.about-team-01 .div-title .span-name{
	font-size: 32px;
	line-height: 32px;
	color: #333;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-team-01 .div-des{
	text-align: justify;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.about-team-01 .div-more{
	margin-top: 30px;
	font-size: 14px;
}
.about-team-01 .div-more a{
	color: #60c1bd;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-team-list li:nth-child(even) .about-team-01{
	padding-left: 50px;
	padding-right: 400px;
}
.about-team-list li:nth-child(even) .about-team-01 .a-img{
	float: right;
	margin-left: 0;
	margin-right: -350px;
}

/*====================================== 06_关于我们_专家团队详情页 ======================================*/
.team-main{
	padding-top: 140px;
	padding-bottom: 50px;
}
.team-art{
	width: 1000px;
	max-width: 90%;
}
.team-art .div-title{
	height: 240px;
	padding-top: 160px;
	background: url('../images/bg-03.jpg') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #888;
	line-height: 32px;
	padding-left: 5%;
	padding-right: 5%;
}
.team-art .div-title .span-name{
	font-size: 32px;
	color: #333;
	margin-right: 15px;
}
.team-owl{
	position: absolute;
	right: 5%;
	bottom: 0;
	width: 340px;
}
.team-owl .owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5.88%;
	text-align: center;
}
.team-owl button.owl-dot{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
}
.team-owl button.owl-dot.active{
	background: #60c1bd;
}
.team-art .div-des{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 42px;
	text-align: justify;
}


.team-pages{
	background: #fff;
	margin-top: 42px;
}
.team-pages .div-01{
	float: left;
	width: 50%;
	padding: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-pages .div-01 .a1{
	float: right;
	font-size: 14px;
	color: #888;
	line-height: 20px;
	margin-top: 16px;
	text-align: right;
	padding-right: 51px;
	background: url('../images/arrow-right3.png') right center no-repeat;
}
.team-pages .div-01 .a1 .span-name{
	font-size: 18px;
	color: #333;
}
.team-pages .div-01 .a1 .span-des{
	margin-top: 4px;
}
.team-pages .div-01 .a-img{
	float: left;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-pages .div-01 .a-img img{
	display: inline-block;
}
.team-pages .div-01:first-child .a1{
	float: left;
	text-align: left;
	padding-right: 0;
	padding-left: 51px;
	background: url('../images/arrow-left3.png') left center no-repeat;
}
.team-pages .div-01:first-child .a-img{
	float: right;
}


.team-pages .div-01:hover .a-img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px); 
}
.team-pages .div-01:first-child:hover .a-img{
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px); 
}

/*====================================== 07_净食学堂_净食定义 ======================================*/
.define-def{
	padding: 50px 7.86% 32px;
	background: #f9f9f9;
}
.define-def .about-intro-zi img{
	width: auto;
	max-width: 100%;
}
.define-def .define-title{
	margin-top: 10px;
}
.define-title{
	text-transform: uppercase;
	color: #60c1bd;
	font-family: "Times New Roman";
}
.define-title .b-cn{
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 22px;
	background: url('../images/line-04.jpg') left bottom no-repeat;
}
.define-title .b-en{
	font-size: 18px;
	line-height: 18px;
	margin-top: 18px;
}
.define-title.tc .b-cn{
	background-position: center bottom;
}
.define-des{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 40px;
}


.define-ggw img{
	width: 100%;
}

.define-img{
	padding-bottom: 18px;
}
.define-img .row>div{
	margin-top: 30px;
}
.define-img img{
	width: 100%;
}

/*====================================== 08_净食学堂_净食好处 ======================================*/
.health-main{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
}
.health-main .row{
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 37px;
}
.health-main .row>div{
	padding: 10px 5px 0;
}
.health-main .row>div img{
	display: block;
	width: 100%;
}
.health-main .row>div img.mg-icon{
	width: auto;
}
.health-main .define-def{
	padding: 0 7.86%;
	background: #f9f9f9;
}

.health-01{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.health-main .row>div .health-01 img{
	display: none;
}

.health-01 .span-zi{
	position: absolute;
	left: 15.81%;
	top: 13.11%;
	font-size: 30px;
	line-height: 30px;
	color: #333;
}
.health-02 .div-01{
	position: absolute;
	left: 20.9%;
	top: 50%;
	right: 0;
	/*bottom: 0;*/
	transform: translateY(-50%);
	font-size: 30px;
	color: #333;
	line-height: 110px;
}
.health-02 .div-01 .mg-icon{
	float: left;
}
.health-02 .div-01 .span-01{
	float: left;
	margin-left: 18.4%;
}

.health-main .row .div-mc{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../images/bg-05.jpg') repeat;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: justify;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.health-main .row .div-cont{
	position: absolute;
	left: 6.8%;
	right: 6.8%;
	top: 50%;
	transform: translateY(-50%);
}
.health-main .row .div-cont .div-title{
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}
.health-main .row .div-cont .div-des{
	margin-top: 18px;
}

.health-01:hover .div-mc,.health-02:hover .div-mc{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*====================================== 09_净食学堂_百问百答 ======================================*/
.ask-main{
	padding-top: 1px;
	background: #f9f9f9;
	padding-bottom: 50px;
}
.ask-list li{
	padding: 40px 7.865%;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ask-01{
	padding-left: 330px;
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
.ask-01 .a-img{
	float: left;
	margin-left: -330px;
}
.ask-01 .div-title{
	padding-top: 26px;
}
.ask-01 .div-title a{
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ask-01 .div-info{
	margin-top: 12px;
}
.ask-01 .div-info .span-01{
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 38px;
}
.ask-01 .div-des{
	margin-top: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ask-01 .div-more{
	margin-top: 20px;
}
.ask-01 .div-more a{
	color: #60c1bd;
	font-size: 14px;
}

/*====================================== 10_净食学堂_百问百答详情页 ======================================*/
.ask-art{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-top: 45px;
}
.ask-art .div-title{
	font-size: 24px;
	line-height: 34px;
	color: #222;
	margin-bottom: 14px;
}
.ask-art .div-title + .tc{
	height: 30px;
	overflow: hidden;
}
.ask-art .div-info{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.ask-art .div-info span{
	font-size: 14px;
	color: #999;
	margin: 0 15px;
	float: left;
}
.ask-art .div-info .bdshare-button-style0-16:after{
	display: none;
}
.ask-art .div-info .bdshare-button-style0-16 i{
    font-style: normal;
}
.ask-art .div-info .bdshare-button-style0-16 a{
	padding: 0;
    margin: 0 5px 0 5px;
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ask-art .div-info .bdshare-button-style0-16 a.bds_weixin{
	background-image: url('../images/icon-21.png');
}
.ask-art .div-info .bdshare-button-style0-16 a.bds_qzone{
	background-image: url('../images/icon-22.png');
}
.ask-art .div-info .bdshare-button-style0-16 a.bds_tsina{
	background-image: url('../images/icon-23.png');
}

.ask-art .div-des{
	padding-top: 32px;
	text-align: justify;
}
.ask-pages{
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.ask-pages .div-01{
	padding-right: 100px;
}
.ask-pages .div-01 a{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ask-pages .div-01 a:hover span{
	color: #60c1bd;
}
.ask-pages .a-return{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	background: #60c1bd;
	color: #fff;
	text-align: center;
	line-height: 18px;
	border-radius: 6px;
	padding-top: 4px;
}

/*====================================== 13_净食学堂_最新资讯列表页 ======================================*/
.news-main{
	background: #f9f9f9;
	padding: 20px 7.86% 50px;
}
.news-a1{
	margin-top: 30px;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	color: #888;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-a1 .span-img img{
	width: 100%;
}
.news-a1 .span-img .bdo-date{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background: #60c1bd;
	color: #fff;
	width: 100px;
	height: 78px;
	padding-right: 19px;
	text-align: right;
	font-size: 14px;
	font-family: "Times New Roman";
	padding-top: 16px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-a1 .span-img .bdo-date i{
	display: block;
	font-size: 26px;
	font-style: normal;
}
.news-a1 .span-cont{
	padding: 25px 6.25% 24px;
}
.news-a1 .span-cont .bdo-title{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding-bottom: 14px;
	background: url('../images/line-05.jpg') center bottom no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-a1 .span-cont .bdo-title i{
	display: block;
	font-style: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-a1 .span-cont .bdo-des{
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-a1 .span-cont .bdo-more{
	margin-top: 22px;
	color: #60c1bd;
}

/*====================================== 15_案例分享列表页 ======================================*/
.w1500{
	padding-left: 7.86%;
	padding-right: 7.86%;
}
.news-main{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-list li{
	padding-top: 50px;
	padding-right: 698px;
}
.news-list li:first-child{
	padding-top: 0;
}
.news-list li .div-01{
	height: 325px;
	padding-top: 50px;
	background: #fff;
	font-size: 14px;
	line-height: 26px;
	color: #888;
	padding-left: 6.25%;
	padding-right: 6.25%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-list li .div-01 .span-num{
	width: 36px;
	height: 36px;
	background: #999;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-list li .div-01 .div-title{
	position: relative;
	padding-right: 100px;
	height: 51px;
	line-height: 26px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	color: #999;
	margin-top: 26px;
}
.news-list li .div-01 .div-title a{
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-list li .div-01 .div-title .span-date{
	position: absolute;
	right: 0;
	top: 0;
}
.news-list li .div-01 .div-des{
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 23px;
}
.news-list li .div-more{
	margin-top: 18px;
}
.news-list li .div-more a{
	color: #60c1bd;
}
.news-list li .div-img{
	float: right;
	width: 650px;
	margin-right: -698px;
}
.news-list li .div-img .span-img{
	float: left;
	width: 50%;
}
.news-list li .div-img .span-img img{
	width: 100%;
}
.news-list li .div-img .b-txt{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3%;
	color: #fff;
	font-size: 18px;
	width: 160px;
	max-width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(96,193,189,.8);
}
.news-list li .div-img .span-img:first-child .b-txt{
	background: rgba(0,0,0,.8);
}

/*====================================== 17_净食商城_伊雅枫露 ======================================*/
.shop-art{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
}
.shop-art .about-intro-zi img{
	width: auto;
	max-width: 100%;
}
.shop-intro{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 40px;
}

/*====================================== 18_净食商城_伊雅酵素 ======================================*/
.shop-js-01{
	margin-top: 50px;
}
.shop-js-title span{
	display: inline-block;
	font-size: 24px;
	line-height: 54px;
	background: #60c1bd;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.shop-js-01 .div-des,.shop-js-01 .div-des2{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 33px;
}

.shop-js-main{
	padding-top: 40px;
}
.shop-js-div1{
	min-height: 440px;
	padding-top: 72px;
	padding-bottom: 66px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.shop-js-div1:first-child{
	margin-top: 0;
}

.shop-js-word{
	width: 33.33%;
}
.shop-js-word .div-title{
	font-size: 30px;
	color: #333;
	line-height: 40px;
}
.shop-js-word .div-des{
	margin-top: 17px;
}
.shop-js-word .div-des2{
	margin-top: 40px;
}
.shop-js-word .b-title{
	font-size: 18px;
	color: #333;
}
.shop-js-div1:nth-child(2n){
	flex-direction: row;
}

.shop-js-word2{
	width: 32%;
	padding: 30px 36px;
	border: 4px solid #80cdc9;
	border-radius: 20px;
	background: rgba(255,255,255,.8);
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-left: 40px;
}

/*====================================== 21_联系我们 ======================================*/
.contact-main{
	padding-top: 133px;
	padding-bottom: 50px;
	background: #f9f9f9;
}
.contact-map .div-map{
	height: 500px;
	-webkit-background-size: cover;
	background-size: cover;
	border: 4px solid #60c1bd;
}
.contact-map-cont{
	position: absolute;
	left: 6.66%;
	top: -84px;
	background: rgba(96,193,189,.9);
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	width: 22.66%; 
	padding: 45px 30px;
}
.contact-map-cont .div-title{
	font-size: 30px;
	line-height: 40px;
}
.contact-list li{
	margin-top: 36px;
	padding-left: 56px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

.contact-form{
	margin-top: 50px;
}
.contact-form .about-intro-zi img{
	width: 100%;
	max-width: 100%;
}
.contact-form-cont{
	padding-left: 9.3%;
	padding-right: 9.3%;
}

.contact-form-cont .div-01{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-top: 45px;
}
.contact-form-cont .put-01{
	width: 100%;
	padding: 0;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	background: none;
	border: none;
	outline: none;
}
.contact-form-cont .text-01{
	height: 100px;
	resize: none;
}
.contact-form-cont .div-02{
	margin-top: 40px;
}
.contact-form-cont .but-01{
	width: 150px;
	height: 38px;
	border-radius: 38px;
	background: #60c1bd;
	border: none;
	font-size: 16px;
	color: #fff;
}

/*====================================== 19_证书查询 ======================================*/
.query-main{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
}
.query-01 .span-txt{
	font-size: 18px;
	color: #ccc;
	margin-top: 30px;
}

.query-form{
	margin-left: -20px;
	margin-right: -20px;
}
.query-form .div-01{
	float: left;
	width: 30.26%;
	padding-left: 20px;
	padding-right: 20px;
}
.query-form .div-02{
	width: 9.22%;
}
.query-form .div-cont{
	padding-left: 85px;
}
.query-form .div-01.ling .div-cont{
	padding-left: 50px;
}
.query-form .div-02 .div-cont{
	padding-left: 0;
}
.query-form .div-cont .span-txt{
	float: left;
	width: 85px;
	margin-left: -85px;
	font-size: 16px;
	color: #333;
	height: 46px;
	line-height: 46px;
	text-align: right;
}
.query-form .div-01 .put-01{
	display: block;
	width: 100%;
	height: 46px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 44px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	font-size: 14px;
}
.query-form .but-01{
	border: none;
	outline: none;
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #fff;
	background: #60c1bd;
	border-radius: 5px;
}

.query-txt{
	font-size: 14px;
	line-height: 20px;
	color: #60c1bd;
	padding-left: 85px;
	margin-top: 17px;
}

.query-01{
	margin-top:45px;
}

/*====================================== 20_证书查询_结果页 ======================================*/
.query-result{
	margin-top: 45px;
}
.query-result .div-title{
	font-size: 18px;
	color: #60c1bd;
	line-height: 18px;
}

.query-table{
	width: 100%;
	overflow: auto;
	margin-top: 16px;
}
.query-table table{
	width: 100%;
	min-width: 1100px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.query-table table td{
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.query-table table:last-child{
	border-top: none;
}
.query-table table td img{
	width: 100%;
}
.query-table .span-p5{
	padding-left: 5;
	padding-right: 5px;
}
.query-table .span-01{
	padding-left: 20px;
	padding-right: 20px;
}
.query-table .span-img2{
	padding: 10px;
}
.query-table .div-word{
	padding: 25px 2.22%;
}






























































































































































































