body{
	width: 100%;
	background-color: #16AEE6;
	transition: all 3s;
}
h1{
	font-size: 36px;
	line-height: 60px;
	color: #fff;
	padding: 0 10px;
}
section{
	width: 1200px;
	margin: 0 auto;
	height: 730px;
	position: relative;
}
.textarea-bf{
	color: #000 !important;
}
.issue-wrap-gw{
	color: #000 !important;
}
.text-left{
	text-align: left;
	border-left: solid 1px #fff;
}
.text-left-span{
	padding-left: 30px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	border-left: solid 1px #fff;
}
.text-right{
	text-align: right;
	border-right: solid 1px #fff;
}
.line{
	width: 500px;
	display: block;
	border-bottom: solid 1px #fff;
	margin:10px 0 30px 0px;
}
.line2{
	position: relative;
	top:50%;
	margin-top: -150px;
	height: 400px;
	border-left: solid 1px #fff;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
}
.video{
	box-shadow: 7px 7px 1px 1px #2a2a2a;
}

.content{
	width: 100%;
	box-shadow: 0px -5px 1px 1px #76D6FA;
}
.box-left{
	position: relative;
	top: 50%;
	margin-top: -310px;
}
.box-right{
	width: 330px;
	position: relative;
	top: 50%;
	transform: translate(0%,-50%);
}
.box-right p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.bg-w{
	background-color: #f6f6f6;
}
.bg-w h1,
.bg-w p{
	color: #000;
}
.bc-w{
	border-color: #000;
}
.btn{
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	border: solid 1px #fff;
	margin-top: 10px;
}
.btn-black{
	color: #000;
	font-size: 18px;
	padding: 10px 20px;
	border: solid 1px #000;
	margin-top: 10px;
}
.btn-black:hover{
	border: solid 2px #000;
	padding: 9px 19px;
}
.btn:hover{
	border: solid 2px #fff;
	padding: 9px 19px;
}
.introduce{
	width: 850px;
	padding: 40px 0px;
	margin:0 auto;
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.con-bg{
	background-image: url(../images/i-bg.jpg);
	background-size: 100%;
	background-position: center center;
	background-attachment: fixed;
}
.no-shadow{
	box-shadow:none;
}
.comment{
	width: 1200px;
	margin: 0 auto;
	padding:40px 0 5px;
}
.ceo{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 5px 5px rgba(255,255,255,.4);
}
.box-right .no-indent{
	text-indent: 0em;
}
.product{
	width: 100%;
	height: 300px;
	margin: 18px 0px;
}
.product-img{
	display: inline-block;
	width: 430px;
	line-height: 300px;
	margin-top: 20px;
	margin-left: 30px;
}
.product-text{
	font-size: 18px;
	line-height: 32px;
	margin-right: 30px;
	margin-top: 10px;
}
.product-text h2{
	font-size: 30px;
	line-height: 60px;
	width: 520px;
}
.product-text ul{
	list-style: disc;
	margin-bottom: 20px;
}
.product-text li a{
	color: #666;
}
.product-text li a:hover{
	text-decoration: underline;
}
.product-imgs{
	margin-right: 60px;
}
.product-imgs img{
	padding: 0 30px;
}
.product-texts h2{
	font-size: 26px;
	color: #00B8FF;
	width: 380px;
	line-height: 50px;
	text-align: right;
}
.product-texts{
	margin-top: 25px;
}
.youji{
	margin-top: 30px;
}
.youji p{
	text-indent: 2em;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 30px;
}
.btn-center{
	/*float: right;
	margin-right: 40px;*/
	display: block;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	margin-top: 10px;
}
.pic-box{
	margin-top: 40px;
	margin-bottom: 40px;
}
.roll-box li{
	width: 280px;
	height: 187px;
	margin: 1px;
	float: left;
	overflow: hidden;
}
.roll-box img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 1s;
}
.roll-box img:hover{
	transform: scale(1.2);
}
.roll-box{
	/*height: 369px;*/
	padding: 10px 36px;
	overflow: hidden;
}
.roll-box .bigpic{
	width: 562px;
	height: 376px;
}
.backtop{
	display: none;
	width: 20px;
	background-color: #2E73D6;
	border-radius: 7px 0px 0px 7px;
	padding: 10px;

	color: #fff;
	text-align: center;
	line-height: 16px;

	position: fixed;
	bottom: 40px;
	right: 0px;
	cursor: pointer;
	transition:all .8;
}
.pic-btn{
	width: 75px;
	text-align: center;
	margin: 0 auto;
}
.pic-btn span{
	display:block;
	width: 15px;
	height: 15px;
	float: left;
	border-radius: 50%;
	background-color: #fff;
	margin: 10px 10px;
	cursor: pointer;
}
.box-right h2{
	font-size: 24px;
	line-height: 40px;
	margin-top: 20px;
}
.c-w{
	color: #fff;
	border-bottom: solid 1px #fff;
}
.c-b{
	color: #000;
	border-bottom: solid 1px #000;
}
.b-b{
	border-color: #000;
}
#mask{
	width: 100%;
	height: 100%;

	display: none;

	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;

	background-color: rgba(0,0,0,.3);
}
.original{
	width: 1000px;

	display: none;

	position: fixed;
	top:50%;
	left: 50%;
	z-index: 2;

	transform:translate(-50%,-50%);

}
.btn2{
	width: 100px;
	height: 300px;
	font-size: 20px;
	background-color: rgba(0,0,0,.0);
	color: #fff;
	position: fixed;
	top:50%;
	margin-top: -150px;
	cursor: pointer;
	display: none;
	z-index: 99999;
	transition:all .5s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.btn2:hover{
	background-color: rgba(0,0,0,.2);
}
.Previous{
	left: 50%;
	margin-left: -600px;
	border-radius: 20px 0px 0px 20px;
	background-image: url(../images/back.png);
}
.next{
	right: 50%;
	margin-right: -600px;
	border-radius: 0 20px 20px 0;
	background-image: url(../images/next.png);
}
.banner{
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.shadow{
	box-shadow: 0 -15px 10px 5px #000000;
}
.video-a{
	color: #666;
	font-size: 16px;
}
.video-a:hover{
	text-decoration: underline;
}
.c-f{
	color: #f6f6f6;
}
.text-left-span-1{
	font-size: 20px;
	color: #fff;
	padding-left: 10px;
	border-left: solid 1px #fff;
}
.hr-w{
	width: 800px;
	height:1px;
	border:none;
	border-top:solid 1px #fff;
}