/*///////////////////////////////////////COMMON/////////////*/
* {
	font-weight: 400;
	letter-spacing: 0;
	list-style:none;
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', '微软雅黑', '黑体', SimHei;
	background: white;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
	color: #5D5D5D;
}

input,
textarea,
button {
	font-family: inherit;
}

ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
p {
	padding: 0;
	margin: 0;
}

img {
	border-width: 0;
}

object,
embed {
	vertical-align: bottom;
}

ul,
ul li,
ol,
ol li {
	list-style: none;
}

a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

a:link,
a:active,
a:hover,
a:visited {
	color: #3d3d3d;
}

a {
	text-decoration: none;
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}
}

a.yellow:link,
a.yellow:active,
a.yellow:hover,
a.yellow:visited {
	color: #fcce01 !important;
}

.font_red {
	color: #ed1c24;
}

img,
a img {
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	text-decoration: none;
	vertical-align: top;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: none;
}
..swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.inner {
	width: 1200px;
	margin: auto;
}

 #header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	z-index: 10;
	height: 90px;
	background: rgba(0, 0, 0, .5);
}

#header[data="home"] {
	background: 0 0 !important;
}

#header .mbtn {
	display: none;
}

#header .logo {
	float: left;
	padding: 27px 0 0 0;
}

#header .nav {
	float: right;
	margin: 15px 0px 0 0;
}

#menuList dl {
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

#menuList:hover dl {
	display: block;
	line-height: 60px;
}

#header .nav li#menuList dl a {
	border-bottom: none;
	color: #000;
	font-size: 16px;
	padding: 0 10px;
}

#header .nav li#menuList dl dd {
	display: inline-block;
}

#header .nav a,
#header .nav a:link,
#header .nav a:active,
#header .nav a:hover,
#header .nav a:visited {
	color: #000;
}

#header .nav li {
	float: left;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	margin: 0 2px;
}

#header .nav li a {
	padding: 0 14px 0 14px;
}

#header .nav li.language {
	width: 0;
	position: relative;
}

#header .nav li.language a {
	position: absolute;
	left: 0;
	white-space: nowrap;
	border: 1px #fff solid;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	top: 18px;
	border-radius: 20px;
}

#header .nav li.language a:hover {
	border: 1px #fff solid;
}

#header .nav li.fdj {
	margin-top: 20px;
}

#header .nav li a {
	border-bottom: 3px transparent solid;
}

#header .nav li:hover a,
#header .nav li.cur a {
	border-bottom: 3px #004ea2 solid;
}

#header .nav.on li.cur a {
	border-bottom: 3px transparent solid;
}

#main {
	overflow: hidden;
}


[data='pc'] {
	display: block;
}

[data='m'] {
	display: none;
}

@media only screen and (max-width:690px) {
	[data='pc'] {
		display: none;
	}

	[data='m'] {
		display: block;
	}

	.inner {
		width: 100%;
	}

	#header {
		height: 60px;
	}

	#header .inner {
		width: 100% !important;
	}

	#header[data="home"] {
		background: rgba(0, 0, 0, .5) !important
	}

	#menuList dl {
		position: relative;
		padding: 10px 0;
	}

	#menuList:hover dl {
		line-height: 40px;
	}

	#header .nav li#menuList dl a {
		font-size: 11px;
	}

	#header .mbtn {
		height: 60px;
		width: 20%;
		background: #165da9;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 60px;
		text-align: center;
		color: #FFF;
	}

	#header .mbtn:before {
		content: '';
		background: url(../img/menu.png) no-repeat;
		width: 19px;
		height: 17px;
		display: inline-block;
		background-size: 100%;
		margin-right: 5px;
		margin-top: 20px;
	}

	#header .mbtn span {
		vertical-align: middle;
	}

	#header .logo img {
		height: 33px;
	}

	#header .logo {
		margin: auto;
		float: none;
		text-align: center;
		padding-top: 17px;
	}

	#header .nav {
		float: none;
		width: 100%;
		margin: 0;
		background: rgba(255, 255, 255, .9);
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1000;
		display: none;
	}

	#header .nav li {
		width: 100%;
		margin: auto;
		float: none;
		border-bottom: 1px #d6d6d6 solid;
		line-height: 60px;
	}

	#header .nav li a:hover,
	#header .nav li.cur a {
		color: #19b6f0;
		border: none;
	}

	#header .nav li.language {
		width: 94%;
		height: 60px;
	}

	#header .nav li.language a {
		position: inherit;
		border: none;
		font-size: 18px;
	}

	#header .nav li.language a:hover {
		border: none;
	}

	#header .nav li a:hover {
		border-bottom: 0px
	}

	#header .nav a,
	#header .nav a:link,
	#header .nav a:active,
	#header .nav a:hover,
	#header .nav a:visited {
		color: #000;
	}

}

#header {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";
}

#header .inner {
	width: 1200px;
	overflow: hidden;
} 


/*新闻资讯*/
.new_zhaoxin {
	width:100%;
	background:#f0f1f7;	
}

.new_con {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 42px;
}

.new_con li {
	float: left;
	width: 26%;
	margin-right: 3.5%;
	margin-left: 3.5%;
}

.new_con li h2 {
	margin-left: 20%;
	font-size: 20px;
	color: #165da9;
	font-weight: bold;
	height: 45px;
	padding-top: 8px;
	margin-bottom:5px;
	background: url(../img/ico.png) no-repeat 0 0;
	padding-left: 50px;
}

.new_con  li:nth-of-type(2) h2 {
	background: url(../img/ico.png) no-repeat 0 -100px;
}

.new_con a:nth-of-type(2) li h2 {
	background: url(../img/ico.png) no-repeat 0 -100px;
}

.new_con a:nth-of-type(3) li h2 {
	background: url(../img/ico.png) no-repeat 0 -204px;
}

.new_con li p {
	font-size: 14px;
	color: #7d7a7a;
	line-height: 180%;
}

/*为客户解决以下问题*/
.que {
	width: 100%;
	margin: 0 auto;
}

.que_con {
	width: 1200px;
	margin: 0 auto;
}

.que_con .tit {
	font-size: 28px;
	color: #5d5d5d;
	margin: 75px auto;
	text-align: center;
	font-weight: bold;
}

.que_ul {
	overflow: hidden;
}

.que_ul li {
	float: left;
	border: 1px solid #e3e3e8;
	width: 41.6%;
	padding: 30px 40px;
	margin-right: 3%;
	margin-bottom: 35px;
	min-height: 100px;
}

.que_ul li:nth-of-type(2) {
	margin-right: 0;
}

.que_ul li:nth-of-type(4) {
	margin-right: 0;
}

.que_ul li .li_left {
	float: left;
	width: 61px;
	margin-top: 10px;
}

.que_ul li .li_right {
	float: left;
	width: 420px;
	margin-left: 15px;
}

.que_ul li .li_right h2 {
	font-size: 22px;
	color: #125ba8;
	font-weight: bold;
	margin-bottom: 12px;
}

.que_ul li .li_right p {
	font-size: 16px;
	color: #727272;
	line-height: 180%;
}

.btn {
	width: 214px;
	height: 40px;
	background: #125ba8;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-left: 42%;
	margin-bottom: 70px;
	margin-top: 20px;
	cursor: pointer;
}
.btn a{
	color: #fff;	
}

/*定制服务*/
.ser {
	width: 100%;
	background: #f0f1f7;
}

.ser_con {
	width: 1200px;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 85px;
}

.ser_con .tit {
	font-size: 30px;
	color: #5d5d5d;
	text-align: center;
	font-weight: bold;
	margin-bottom: 85px;
}

.ser_con ul {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.ser_con ul li {
	width: 33.33%;
	float: left;
	padding: 50px 40px;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	min-height: 255px;
	position: relative;
	cursor: pointer;

}

.ser_con ul li:hover {
	background: url(../img/service.jpg) no-repeat;
}

.ser_con ul li:hover h2 {
	color: #fff;
}

.ser_con ul li:hover p {
	color: #fff;
}

.ser_con ul li h2 {
	color: #125ba8;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.ser_con ul li p {
	color: #666;
	font-size: 14px;
	line-height: 180%;
}

.ser_con ul li span {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 30px;
	height: 30px;
	background: url(../img/arrow.png) no-repeat;
}

.ser_con ul li:hover span {
	background: url(../img/arrow_white.png) no-repeat;
}

.more {
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #004d9b;
	color: #004d9b;
	font-size: 16px;
	font-weight: bold;
	margin-top: 67px;
	margin-left: 45%;
	cursor: pointer;
}
.more a{
	color: #004d9b;
	font-weight: bold;
}

/*24年—防伪溯源行业标准制定者&行业开创者*/
.zz {
	width: 100%;
	background: url(../img/ggw.jpg) no-repeat;
}

.zz_con {
	padding-top: 70px;
	padding-bottom: 70px;
	margin: 0 auto;
	width: 1200px;
}

.zz_con .tit {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
}

.zz_con ul {
	overflow: hidden;
}

.zz_con ul li {
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
}

.zz_con ul li p {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 48px;
}

.zz_con ul li p span {
	font-size: 24px;
}

/*-------行业解决方案-------*/
.case {
	width: 100%;
	margin: 0 auto;
	background: #f0f1f7;
}

.case_con {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.case_con .tit {
	font-size: 30px;
	color: #5d5d5d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.case_con .tit_p {
	text-align: center;
}

.case_tit {
	margin-bottom:40px;
	overflow: hidden;
}

.case_tit span {
	margin-top: 78px;
	font-size: 24px;
	color: #125ba8;
	display: inline-block;
	margin-left: 20px;
	float: left;
}
.case_tit b{
	width: 66px;
	height: 105px;
	display: inline-block;
	float: left;
}
.case_tit b img{
	width: 100%;
}

.case_left {
	position: relative;
}

.case_left h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
}

.case_p p:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #5d5d5d;
	border-radius: 50px;
	margin-right: 10px;
}

.case_p p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 180%;
}

.cptx_con {
	width: 1200px;
	box-sizing: border-box;
	margin: 80px auto 0;
	overflow: hidden;
}

.case_more {
	position: absolute;
	left: 0;
	bottom: 48px;
}

.cptil {
	width: 280px;
	text-align: left;
	float: left;
	margin-right: 70px;
}

.cptil li {
	text-align: center;
	font-size: 16px;
	color: #696969;
	height: 70px;
	line-height: 70px;
	margin-bottom: 12px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	background: #fff url(../img/circle.png) no-repeat 70px center;
}

.cptil li a {
	color: #696969;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #f0f0f0;
}

.cptil li.cur a {
	color: #fff;
}

.cptil li.cur {
	color: #fff;
	background: #125ba8 url(../img/circle.png) no-repeat 70px center;
}

.cptil li.noMargin {
	margin-bottom: 0;
	background: none;
	margin-top: 30px;
	background-image: none;
}

.case_more_select {
	text-align: center;
	margin-top: 30px;
}

.cptx_nr {
	height: 530px;
	width: 850px;
	float: left;
}

.cptx_nr .case_left {
	float: left;
	width: 466px;
	height: 530px;
	margin-right: 59px;
}

.cptx_nr .case_right {
	float: left;
	width: 325px;
}



/*-------合作客户-------*/
.cooper {
	width: 100%;
	margin: 0 auto 75px;
}

.cooper_con {
	width: 1200px;
	margin: 0 auto;
}

.cooper_con .tit {
	font-size: 28px;
	color: #5d5d5d;
	text-align: center;
	font-weight: bold;
	margin: 75px auto;
}

.title-bg {
	font-size: 28px;
	background: #fcce01;
	display: inline-block;
	margin-top: 50px;
	padding: 16px 50px;
	border-radius: 100px;
}

.section h3.section-title i {
	font-size: 68px;
	vertical-align: middle;
}

.section h3.section-title span {
	line-height: 68px;
	display: inline-block;
	vertical-align: middle;
}

.weal_box {
	height: 260px;
	width: 1200px;
	overflow: hidden;
}

.weal_box li {
	float: left;
	background: #ffffff;
	margin: 0 9px 28px;
	font-size: 0;
}

.weal_box li img {
	width: 220px;
	height: 110px;
	border: 1px solid #dfdfdf;
}

.page-09.section h2.section-title {
	margin-top: 50px;
	font-size: 20px;
}

.page-09 p {
	font-size: 24px;
	margin-top: 20px;
	color: #999;
	margin-bottom: 55px;
	text-align: center;
}

.page-09 .container {
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
	outline: none;
	width: 80px;
	height: 80px;
	margin-top: -5px;
}

.swiper-button-next i,
.swiper-button-prev i {
	font-size: 80px;
	color: #b7b7b7;
}

.swiper-button-next {
	right: -120px;
}

.swiper-button-prev {
	left: -120px;
}


/*-------footer-------*/
footer {

	background: #3b3b3b;
	width: 100%;
}

footer .footer-section {
	padding: 75px 0 0;
	margin: 0 auto;
	width: 1200px;
}

footer .footer-section .footer-list {
	padding-bottom: 25px;
	border-bottom: 1px solid #676767;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

footer .footer-section .footer-list .footer-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 17%;
	float: left;
}

footer .footer-section .footer-list .footer-item:nth-of-type(1) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	padding-right: 40px;
	float: left;
}



footer .footer-section .footer-list .footer-item:last-child {
	white-space: normal nowrap;
}

footer .footer-section .footer-list .footer-item:last-child .jgw-qr-code {
	width: 158px;
	height: 158px;
	text-align: center;
}

footer .footer-section .footer-list .footer-item:last-child .jgw-qr-code img {
	width: 100%;
	height: 100%;
}

footer .footer-section .footer-list .footer-item:last-child .jgw-qr-code span {
	margin-top: 20px;
	color: #b1b1b1;
	display: inline-block;
}

footer .footer-section .footer-list .footer-item .item-name {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}

footer .footer-section .footer-list .footer-item .item-list {
	color: #959595;
}

footer .footer-section .footer-list .footer-item .item-list li {
	margin-bottom: 20px;
}

footer .footer-section .footer-list .footer-item:nth-of-type(1) .item-list li {
	margin-bottom: 25px;
}

footer .footer-section .footer-list .footer-item:nth-of-type(1) .item-list li span{
	font-size: 20px;
	font-weight: bold;
}

footer .footer-section .footer-list .footer-item .item-list li b {
	margin-right: 10px;
}

footer .footer-section .footer-list .footer-item:nth-of-type(1) .item-list li:nth-of-type(1) {
	margin-bottom: 35px;
}

footer .footer-section .footer-list .footer-item .item-list li a {
	color: #b1b1b1;
	font-size: 14px;
	line-height: 180%;
}

footer .copy-right {
	margin-top: 20px;
	color: #959595;
	text-align: center;
	background: #000;
	width: 100%;
	height: 55px;
}

footer .copy-right p {
	color: #7f7f7f;
	font-size: 14px;
	padding-top: 18px;
	padding-bottom: 18px;
	display: inline-block;
	margin-right: 20px;
}

footer .copy-right .police-icon {
	width: 18px;
	height: 18px;
}

footer .copy-right .record {
	width: 385px;
	height: 36px;
}

footer .footer-section .copy-right a:hover {
	color: #fff !important;
}

/* .yl {
	margin-top: 30px;
}

.yl .yl_tit {
	font-size: 16px;
	color: #b1b1b1;
	font-weight: bold;
	margin-bottom: 30px;
}

.yl_con ul {
	overflow: hidden;
}

.yl_con ul li {
	float: left;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 20px;
	color: #b1b1b1;
	font-size: 14px;
}

.yl_con ul li a{
	color: #b1b1b1;
} */

@media only screen and (max-width:768px) {
	/*新闻资讯*/
	.new_con {
		width: 90%;
	}
	.new_con li {
		width: 100%;
		margin-right:0;
		margin-left:0;
		margin-bottom: 40px;
	}
	.new_con li:nth-of-type(3){
		margin-bottom: 0;
	}
	
	.new_con li h2 {
		margin-left:0;
		font-size: 16px;
	}
	
	/*为客户解决以下问题*/
	
	.que_con {
		width: 90%;
	}
	
	.que_con .tit {
		font-size: 20px;
		margin:30px auto;
	}
	
	.que_ul li {
		width:91%;
		padding:20px 4%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.que_ul li .li_left {
		width:15%;
		margin-top: 10px;
	}
	.que_ul li .li_left img{
		width: 100%;
	}
	
	.que_ul li .li_right {
		width: 80%;
		margin-left: 15px;
	}
	
	.que_ul li .li_right h2 {
		font-size:18px;
		margin-bottom: 12px;
	}
	
	.que_ul li .li_right p {
		font-size: 14px;
	}
	
	.btn {
		margin-left:20%;
		margin-bottom: 30px;
		margin-top:0;
	}
	
	/*定制服务*/
	.ser_con {
		width: 90%;
		padding-top:30px;
		padding-bottom: 30px;
	}
	
	.ser_con .tit {
		font-size: 20px;
		margin-bottom:30px;
		line-height: 180%;
	}

	.ser_con ul li {
		width:100%;
		padding:30px 20px;
		min-height: 230px;
	}
	
	.ser_con ul li h2 {
		font-size:18px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	
	.ser_con ul li p {
		color: #666;
		font-size: 14px;
		line-height: 180%;
	}
	
	.ser_con ul li span {
		left: 20px;
		bottom:20px;
	}
	.more {
		margin-top:30px;
		margin-left:28%;
	}
	
	/*24年—防伪溯源行业标准制定者&行业开创者*/
	
	.zz_con {
		padding-top: 50px;
		padding-bottom: 50px;
		width:90%;
	}
	
	.zz_con .tit {
		font-size:20px;
		margin-bottom:30px;
		line-height: 180%;
	}
	
	.zz_con ul li p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size:26px;
	}
	
	.zz_con ul li img{
		width: 50%;
	}
	
	.zz_con ul li{
		font-size: 14px;
	}
	.zz_con ul li p span {
		font-size:16px;
	}
	
	/*-------行业解决方案-------*/
	
	.case_con {
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
	}
	
	.case_con .tit {
		font-size:20px;
		margin-bottom: 20px;
	}
	
	.case_con .tit_p {
		font-size: 14px;
		line-height: 180%;
	}
	
	.case_tit {
		margin-bottom:-20px;
	}
	
	.case_tit b img {
	    width: 50%;
	}
	
	.case_tit span {
		margin-top: 32px;
		font-size: 18px;
		margin-left: -22px;
	}
	
	.case_left h2 {
		margin-bottom:20px;
		font-size:18px;
	}
	
	.case_p p:before {
		content: "";
		width: 5px;
		height: 5px;
		display: inline-block;
		background: #5d5d5d;
		border-radius: 50px;
		margin-right: 10px;
	}
	
	.case_p p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.cptx_con {
		width:100%;
		margin: 30px auto 0;
	}
	
	.cptil {
		width:100%;
		margin-right:0;
	}
	
	.cptil li {
		width:33.33333%;
		float: left;
		font-size: 14px;
		height: 50px;
		line-height:50px;
		margin-bottom: 0;
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		background: #fff;
		background-image: none;
	}
	
	.cptil li a {
		color: #696969;
		text-decoration: none;
		cursor: pointer;
		border-right: 1px solid #f0f0f0;
	}
	
	.cptil li.cur a {
		color: #fff;
	}
	
	.cptil li.cur {
		background-image: none;
	}
	
	.cptil li.noMargin {
		margin-bottom: 0;
		background: none;
		margin-top: 30px;
		background-image: none;
	}
	
	.case_more_select {
		margin-top: 115px;
	}
	
	.cptx_nr {
		height:auto;
		width: 100%;
	}
	
	.cptx_nr .case_left {
		width: 100%;
		height: 420px;
		margin-right:0;
	}
	
	.cptx_nr .case_right {
		float: left;
		width: 100%;
	}
	.cptx_nr .case_right img{
		display: none;
	}
	
	
	/*-------合作客户-------*/
	.cooper {
		margin: 0 auto 30px;
	}
	
	.cooper_con {
		width: 90%;
	}
	
	.cooper_con .tit {
		font-size:20px;
		margin:30px auto;
	}
	
	.title-bg {
		font-size: 28px;
		background: #fcce01;
		display: inline-block;
		margin-top: 50px;
		padding: 16px 50px;
		border-radius: 100px;
	}
	
	.section h3.section-title i {
		font-size: 68px;
		vertical-align: middle;
	}
	
	.section h3.section-title span {
		line-height: 68px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.weal_box {
		height: 100px;
		width: 100%;
	}
	
	.weal_box li {
		width: 18%;
		float: left;
		background: #ffffff;
		margin: 0 1% 28px;
		font-size: 0;
	}
	
	.weal_box li img {
		width: 100%;
		height: auto;
	}
	
	.page-09.section h2.section-title {
		margin-top: 50px;
		font-size: 20px;
	}
	
	.page-09 p {
		font-size: 24px;
		margin-top: 20px;
		color: #999;
		margin-bottom: 55px;
		text-align: center;
	}
	
	.page-09 .container {
		position: relative;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		background: none;
		outline: none;
		width: 80px;
		height: 80px;
		margin-top: -5px;
	}
	
	.swiper-button-next i,
	.swiper-button-prev i {
		font-size: 80px;
		color: #b7b7b7;
	}
	
	.swiper-button-next {
		right: -120px;
	}
	
	.swiper-button-prev {
		left: -120px;
	}
	
	
	
	/*-------footer-------*/
	
	/* footer .footer-section {
		padding: 50px 0 0;
		width: 90%;
	}
	
	footer .footer-section .footer-list .footer-item {
		display: none;
	}
	
	footer .footer-section .footer-list .footer-item:nth-of-type(1) {
		padding-right: 0;
		width: 100%;
		display: block;
	}
	
	
	footer .footer-section .footer-list .footer-item .item-name {
		margin-bottom: 20px;
		color: #fff;
		font-size: 16px;
	}
	
	footer .footer-section .footer-list .footer-item:nth-of-type(1) .item-list li:nth-of-type(1) img{
		width: 40%;
	}
	
	footer .footer-section .footer-list .footer-item .item-list li b {
		margin-right: 10px;
	}
	
	footer .copy-right {
		margin-top: 0;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	footer .copy-right p {
		width: 90%;
		padding-top:3px;
		padding-bottom:3px;
		font-size:12px;
	}
	 */
	.yl {
		display:none;
	}
	
	
	
	
	
	
	
}
