﻿
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
em,var,i{
	font-style: normal;
}
strong,h1,h2,h3,h4,h5,h6,var{
	font-weight: normal;
}
a{
	text-decoration: none;
}
input,textarea,select{
	outline: 0;
	-webkit-user-select: text;
}
li{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.vertical-middle {
	display: flex;
	justify-content: center;
	align-items: center;
}
body {
	font-family: "Microsoft YaHei" ;
}

.wrap {
	width: 1920px;
	height: 1080px;
	margin: 0 auto;
	background: url("../images/bg.jpg") no-repeat;
	color: #FFFFFF;
}
.wrap-left {
	float: left;
	width: 540px;
	padding: 56px 0 0 40px;
}
.wrap-right {
	float: left;
	width: 1380px;
}
.box {
	background: rgba(20, 21, 26, 0.2);
	border: 1px solid #577eec;
	box-shadow: 0 0 15px rgba(36, 40, 52, 0.2) inset;
	margin-bottom: 30px;
}
.box h1 {
	font-size: 30px;
	padding-left: 55px;
	background: url("../images/icon-arrow.png") no-repeat left center;
	margin: 36px 0 0 40px;
}
.yellow {
	color: #fde200;
}
.box1 {
	width: 500px;
	height: 260px;
}
.box1 .box1-con {
	font-size: 18px;
	margin-top: 40px;
}
.box1-con p {
	float: left;
}
.box1-con p:first-child {
	width: 216px;
	padding-left: 40px;
	margin-right: 40px;
	border-right: 1px solid #5c71af;
}
.box1-con .yellow {
	font-size: 50px;
	font-weight: bold;
	display: block;
}
.box2 {
	width: 500px;
	height: 420px;
}
.box2 .title,
.box5 .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 40px;
}
.box2-con {
	margin: 0 40px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	height: 240px;
}
.box2-con p {
	text-indent: 2em;
}
.box3 {
	width: 500px;
	height: 250px;
	background: url("../images/box3bg.png") no-repeat 280px 40px rgba(20, 21, 26, 0.2);
}
.box3 .darkblue {
	color: #16348f;
	background: #ffbd1e;
	font-size: 40px;
	width: 220px;
	height: 72px;
	line-height: 60px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 16px 0 0 40px;
	background-clip: content-box;
}
.box3 .toup {
	font-size: 20px;
	line-height: 52px;
	font-weight: bold;
	padding-left: 40px;
}
.toup span {
	color: #ffbd1e;
}
.box4 {
	width: 798px;
	height: 719px;
	background: url("../images/box4bg.png") no-repeat;
	background-size: 100% 100%;
	float: left;
	margin: 54px 25px 23px;
}
.box4 .data {
	font-size: 28px;
	padding: 114px 20px 0 34px;
}
.data label {
	line-height: 66px;
}
.data span img {
	float: right;
	padding: 0 9px;
}
.box4 .formbox {
	width: 742px;
	height: 485px;
	background: rgba(20, 21, 26, 0.2);
	margin: 24px auto 0;
	position: relative;
}
#form1 {
	width: 742px;
	height: 390px;
}
.formbox p {
	color: #748bc3;
	font-size: 14px;
	position: absolute;
	top: 16px;
	right: 36px;
}
.formbox ul {
	margin: 23px 0 0 133px;
}
.formbox li {
	float: left;
	font-size: 18px;
	padding-right: 100px;
}
.formbox li i {
	width: 14px;
	height: 14px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 16px;
}
.formbox li:nth-child(1) i {
	background: #e82f2f;
}
.formbox li:nth-child(2) i {
	background: #fde200;
}
.box5 {
	width: 500px;
	height: 710px;
	float: left;
	margin-top: 56px;
}
.weather {
	width: 430px;
	height: 125px;
	background: url("../images/weather.png") no-repeat;
	margin: 28px auto 0;
}
.weather .vertical-middle:nth-child(1) {
	width: 160px;
	height: 125px;
	float: left;
	font-size: 52px;
	text-align: right;
	position: relative;
}
.weather .vertical-middle:nth-child(1) span {
	font-size: 39px;
	right:10px;
	top:18px;
	position: absolute;
}
.weather .vertical-middle:nth-child(2) {
	float: left;
	width: 50px;
	height: 125px;
	font-size: 18px;
}
.weather .time {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 68px 0 0 90px;
}
.box5-con {
	margin: 0 40px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	height: 455px;
	overflow: hidden;
	position:relative;
}
.box5-con p {
	text-indent: 2em;
}
.box5-con .img {
	text-align: center;
}
.box6 {
	width: 1315px;
	height: 250px;
	float: left;
	margin-left: 30px;
}
.newbook {
	width: 600px;
	float: left;
}
.newbook h1 {
	margin-top: 20px;
}
.newbook h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 6px;
	padding-left: 40px;
}
.newbook ul {
	padding-left: 40px;
}
.newbook ul li {
	width: 280px;
	float: left;
	font-size: 18px;
	line-height: 30px;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ewm {
	width: 165px;
	text-align: center;
	font-size: 0;
	float: left;
	padding-top: 33px;
}
.ewm img {
	border: 1px solid #0b1532;
	box-shadow: 0 10px 17px rgba(8, 20, 92, 0.75);
}
.ewm div {
	font-size: 18px;
	color: #ffbd1e;
	line-height: 40px;
}

/*newbook*/
.zy-Slide section ,
.slide-info section {
	display: none;
}
.zy-Slide{
	position:relative;
	width:384px;
	height:195px;
	margin: 23px 25px 0 60px;
	float: left;
}
.zy-Slide ul{
	position:relative;
	width:384px;
	height:195px;
	margin:0;
	padding:0;
}
.zy-Slide li{
	position:absolute;
	list-style:none;
	background:#000;
	width:0;
	height:0;
	top:146px;
	left:377px;
	z-index:0;
	cursor:pointer;
	border-radius:3px;
	margin:0;
	padding:0;
}
.zy-Slide li img{
	width:100%;
	height:100%;
	vertical-align:middle;
	border: 2px solid #ffffff;
}

.slide-info {
	width: 600px;
	height: 146px;
	position: relative;
	overflow: hidden;
}
.newbook-info {
	position: absolute;
	overflow: hidden;
	opacity: 0;
}
/*end*/
.huod {
	position: absolute;
	transition: all 0.8s;
	opacity: 0;
	z-index: 1;
	transform: translateX(200px);
}
.huod_content{
	margin-top:10px;
	float:left;
	padding-bottom:15px;
}
.huod .img{
	width:140px;
	float:left;
	height:120px;
	margin:20px 0px 0 0;
}
.huod .info{
	margin:20px 0 0 0px;
	float:left;
	width:280px;
}
.huod .img img{
	height:140px;
	width:120px;
}
.huod.active {
	opacity: 1;
	left: 0;
	z-index: 9;
	transform: translateX(0);
}
ul.dot1 {
	position: absolute;
	right:20px;
	bottom:0px;
}
ul.dot1 li {
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin-left: 8px;
	background: #ffffff;
	opacity: 0.4;
}
ul.dot1 li.active {
	opacity: 1;
}
.huod h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ffa500;
	line-height: 45px;
	padding-top: 6px;
	width: 570px;
	margin: 0 auto;
}
.huod p {
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	padding: 0 10px 0 5px;
}
.a1{
	font-size:26px;
	color:#dddc6e;
	margin:40px 0;
}
.a2{
	text-align: center;
	font-size:56px;
	margin-top:80px;
}
.a3{
	margin-top:80px;
	font-size:24px;
	float:left;
	line-height:50px;
}