@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	box-sizing: border-box;
}

ul, ol {
	list-style-type: none;
}

button {
	cursor: pointer;
	border: none;
	outline: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	min-width: 1200px;
	width: 100%;
}

.header {
	width: 100%;
	height: 120px;
	background: linear-gradient(90deg, #ff9900, #ff7f00); /* 橙色渐变 */
	box-shadow: 0 2px 10px #202020;
	position: relative;
	z-index: 9;
}

.header .center {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

.header .center h1 {
	float: left;
}

.header .center .txt {
	float: left;
	width: 600px;
}

.header .center .txt img {
	display: block;
	margin: 0 auto;
	margin-top: 18px;
}

.header .center .txt .txt-box {
	width: 740px;
	text-align: center;
	margin: 0 auto;
	height: 24px;
	margin-top: 8px;
}

.header .center .txt .txt-box p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 24px;
}

.header .center .txt .txt-box p strong {
	font-size: 18px;
	color: #fff;
}

.header .center .txt .txt-box .wz {
	float: left;
}

.header .center .txt .txt-box .wz p {
	color: #fdbd01;
	font-weight: bold;
}

.header .center .txt .txt-box .wz .wz-box {
	float: left;
}

.header .center .txt .txt-box .wz .wz-box h1 {
	display: none;
	font-size: 18px;
	color: #ff9900; /* 橙色 */
	font-weight: bold;
	line-height: 24px;
}

.header .center .txt .txt-box .wz .wz-box h1:nth-child(1) {
	display: block;
}

.header .center .r-btn {
	float: right;
	position: absolute;
	right: 0;
}

.header .center .r-btn a {
	border: 1px solid #ff9900;
	display: block;
	width: 114px;
	height: 36px;
	float: left;
	border-radius: 23px;
	background: url(../img/h-btn-bg.jpg) repeat-x;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
	transition: all 0.4s ease;
}

.header .center .r-btn a:hover {
	background: #06449b;
}

.header .center .r-btn a img {
	display: inline-block;
	margin-right: 2px;
	position: relative;
	top: 1px;
	width: 14px;
}

.header .center .r-btn a.sy {
	margin-right: 10px;
}

.content {
	width: 100%;
	background: url(../img/bg2.jpg) no-repeat top center;
	height: 1340px;
	overflow: hidden;
}

.content .center {
	width: 1200px;
	height: 1340px;
	margin: 0 auto;
}

.content .center .pt1 {
	width: 100%;
	height: 280px;
	margin-top: 40px;
	box-shadow: 0 2px 10px #202020;
}

.content .center .pt1 .l-banner {
	width: 710px;
	height: 280px;
	float: left;
}

.content .center .pt1 .l-banner .flex-control-nav {
	display: none;
}

.content .center .pt1 .l-banner .flex-direction-nav {
	display: none;
}

.content .center .pt1 .r-txt {
	width: 490px;
	height: 280px;
	float: left;
	border: 2px solid #ff9900;
	border-left: none;
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
}

.content .center .pt1 .r-txt .flex-control-nav {
	display: none;
}

.content .center .pt1 .r-txt .flex-direction-nav {
	display: none;
}

.content .center .pt1 .r-txt .tit img {
	display: block;
	width: 66px;
}

.content .center .pt1 .r-txt .tit strong {
	display: block;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
}

.content .center .pt1 .r-txt dl {
	margin-top: 15px;
}

.content .center .pt1 .r-txt dl dd {
	padding: 10px 0;
	border-bottom: 1px solid #ff9900;
}

.content .center .pt1 .r-txt dl dd:last-child {
	border-bottom: none;
}

.content .center .pt1 .r-txt dl dd a {
	color: #fff;
	font-size: 14px;
}

.content .center .pt1 .r-txt .gd {
	display: block;
	width: 110px;
	height: 30px;
	border-radius: 15px;
	background: linear-gradient(90deg, #ffda7f, #ffc430);
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
}

.content .center .pt1 .r-txt .gd img {
	margin-left: 10px;
}

.content .center .pt2 {
	width: 100%;
	text-align: center;
	margin-top: 35px;
	height: 130px;
	border: 2px solid #ff9900;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 1px 10px #2c2c2c;
}

.content .center .pt2 a {
	display: block;
	width: 25%;
	float: left;
	padding-top: 0.2rem;
	position: relative;
}

.content .center .pt2 a:hover span {
	color: #ffc430;
}

.content .center .pt2 a:hover s.i1 {
	background-position: -34px;
}

.content .center .pt2 a:hover s.i2 {
	background-position: -39px;
}

.content .center .pt2 a:hover s.i3 {
	background-position: -23px;
}

.content .center .pt2 a:hover s.i4 {
	background-position: -43px;
}

.content .center .pt2 a s {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

.content .center .pt2 a s.i1 {
	width: 34px;
	height: 34px;
	background: url(../img/pt2-1.png);
}

.content .center .pt2 a s.i2 {
	width: 39px;
	height: 37px;
	background: url(../img/pt2-2.png);
}

.content .center .pt2 a s.i3 {
	width: 23px;
	height: 37px;
	background: url(../img/pt2-3.png);
}

.content .center .pt2 a s.i4 {
	width: 43px;
	height: 32px;
	background: url(../img/pt2-4.png);
}

.content .center .pt2 a i {
	display: block;
	width: 1px;
	height: 48px;
	position: absolute;
	background: #ff9900;
	right: 0;
	top: 45px;
}

.content .center .pt2 a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.content .center .pt3 {
	margin-top: 40px;
}

.content .center .pt3 dl {
	overflow: hidden;
	padding-top: 10px;
}

.content .center .pt3 dl dd {
	width: 149px;
	height: 165px;
	float: left;
	display: block;
	background: url(../img/xl-bg2.png);
	padding-top: 45px;
	margin-left: 60px;
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}

.content .center .pt3 dl dd:hover {
	top: -10px;
}

.content .center .pt3 dl dd:first-child {
	margin-left: 0;
}

.content .center .pt3 dl dd strong {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.content .center .pt3 dl dd .x {
	text-align: center;
	margin-top: 10px;
}

.content .center .pt3 dl dd .x i {
	margin: 0 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}

.content .center .pt3 dl dd .x i.x1 {
	background: url(../img/x1.png) no-repeat;
}

.content .center .pt3 dl dd .x i.x2 {
	background: url(../img/x2.png) no-repeat;
}

.content .center .pt3 dl dd p {
	font-size: 16px;
	text-align: center;
	margin-top: 8px;
}

.content .center .pt3 dl dd p.zt1 {
	color: #2dff9f;
}

.content .center .pt3 dl dd p.zt2 {
	color: #fdbd01;
}

.content .center .pt3 dl dd p.zt3 {
	color: #ff632c;
	font-weight: bold;
}

.content .center .pt3 dl dd p.zt4 {
	color: #c1c1c1;
}

.content .center .pt3 dl dt {
	float: left;
	margin-left: 75px;
	margin-top: 40px;
}

.content .center .pt3 dl dt a {
	display: block;
}

.content .center .pt3 dl dt a img {
	display: block;
	margin: 0 auto;
}

.content .center .pt3 dl dt a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 12px;
}

.content .center .pt4 {
	width: 100%;
	margin-top: 85px;
}

.content .center .pt4 .tit {
	text-align: center;
}

.content .center .pt4 .tit.mt {
	margin-top: 55px;
}

.content .center .pt4 ul {
	overflow: hidden;
	margin-top: 35px;
}

/* 常用网址模块 */
.content .center .pt4 ul li {
	float: left;
	width: 190px;
	height: 60px;
	border: 1px solid #ff9900;
	background: #7a2f00; /* 深橙背景 */
	margin-left: 12px;
	line-height: 60px;
	transition: all 0.4s ease;
	position: relative;
}

.content .center .pt4 ul li:hover {
	/* 渐变边框 */
	border: none;
	background-image: linear-gradient(#8a3a00, #8a3a00),
	                  linear-gradient(90deg, #ffb84d, #ff9900, #ff7f00);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 0 0 12px rgba(255,153,0,0.7);
}

.content .center .pt4 ul li a {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 16px;
}

.content .center .pt4 ul li a img {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.content .center .pt4 ul li a span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: -10px;
}

.content .center .pt4 ul li:first-child {
	margin-left: 0;
}

.content .center .td {
	margin-top: 135px;
}

.copyright {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #08070e;
	color: #fff;
}

.shadow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.pop {
	display: none;
	width: 500px;
	height: 540px;
	background: url(../img/pop.png);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -270px;
	z-index: 10;
	box-shadow: 0 1px 10px #2c2c2c;
	padding-top: 145px;
}

.pop .close {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/close.png);
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.pop .close:hover {
	transform: rotate(90deg);
}

.pop img {
	display: block;
	margin: 0 auto;
}
