body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

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

input,
textarea,
select,
button {
	font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

a,
button {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	/* overflow: hidden; */
	position: relative;
}
.bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    display:none;
}
.top {
	width: 100%;
	height: 126px;
	background-color: #fff;
}

.top .top1 {
	height: 126px;
	display: flex;
	align-items: center;
}
.top .nav{
		display: none;
}
.top .logo {
	width: 140px;
	height: 105px;
	margin-right: 90px;
	margin-left: 10px;
	display: inline-block;
}

.top .logo img {
	width: 100%;
	height: 100%;
}

.top .top_1 {
	display: flex;
	align-items: center;
}

.top .top_1>li {
	position: relative;
}

.top .top_1>li>a {
	color: #333333;
	line-height: 126px;
	font-size: 16px;
	padding: 0px 18px;
	display: inline-block;
}

.top .top_1 li a:hover {
	background-color: #004097;
	color: #fff;
}

.top .top_1>li a.act {
	background-color: #004097;
	color: #fff;
}

.top .top_1>li ul {
	position: absolute;
	left: 50%;
	top: 126px;
	z-index: 9;
	background-color: #fff;
	/* width: 100px; */
	padding: 30px 0px;
	display: none;
	width:160px;    
	margin-left: -80px;
}

.top .top_1>li:hover ul {
	display: block;
}

.top .top_1>li ul li a {
	width: 90%;
	color: #333333;
	font-size: 13px;
	line-height: 2;
	    padding: 0px 5%;
	    text-align: center;
	display: inline-block;
}

.top .top_1>li ul li a:hover {
	background-color: #004097;
	color: #fff;
}

.top .switch {
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.top .switch a {
	padding: 0px 12px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
}

.top .switch a:hover {
	color: #004097;
}

.cpzx_banner {
	width: 100%;
}

.cpzx_banner img {
	width: 100%;
	height: 100%;
	display: block;
}

.Navigation {
	height: 60px;
	background-color: #f5f5f5;
}

.Navigation .Navigation1 {
	background-color: #f5f5f5;

}

.Navigation .Navigation1 ul {
	display: flex;
	justify-content: center;
}

.Navigation .Navigation1 ul li {

	width: 200px;
	height: 60px;
}

.Navigation .Navigation1 ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.1;
}

.Navigation .Navigation1 ul li a.act {
	background-color: #004097;
	color: #fff;
}

.Navigation .Navigation1 ul li a:hover {
	background-color: #004097;
	color: #fff;
}

.biaoti1 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.biaoti1 .p1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	color: #111111;
	text-align: center;
}

.biaoti1 .p2 {
	font-size: 18px;
	line-height: 1.5;
	color: #111111;
	text-align: center;
}

.cpzx {
	box-sizing: border-box;
	padding: 0px 30px;

}

.cpzx li {
	width: 29%;
	margin: 0px 2%;
	margin-bottom: 60px;
}

.cpzx li a {
	display: inline-block;
	width: 353px;

	background: url(../images/cpzx_bg.png)no-repeat center center;
	background-size: cover;
}

.cpzx li a:hover {
	display: inline-block;
	background: #002b7b;
	background-size: cover;
}

.cpzx li a div {
	overflow: hidden;
}

.cpzx li a img {
	width: 100%;
	height: 280px;
	transition: all 0.3s;
}

.cpzx li:hover a img {
	transform: scale(1.1);
}

.cpzx li a p {
	font-size: 22px;
	line-height: 1.5;
	color: #000;
	/* padding:30px 0px; */
	text-align: center;
	transition: all 0.3s;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpzx li a:hover p {
	color: #fff;
}


.page {
	/* margin-top: 60px; */
	margin-bottom: 45px;
}

.page ul {
	display: flex;
	justify-content: center;
}

.page ul li a {
	margin: 0px 10px;
	padding: 0px 10px;
	/* border: 1px solid #999; */
	font-size: 14px;
	line-height: 29px;
	color: #666;
	display: inline-block;
}

.page ul li p {
	margin: 0px 10px;
	padding: 0px 10px;
	/* border: 1px solid #999; */
	font-size: 14px;
	line-height: 29px;
	color: #666;
}

.page ul li span {
	background: #008cd7;
	margin: 0px 10px;
	padding: 0px 10px;
	border: 1px solid #008cd7;
	color: #fff;
	font-size: 14px;
	line-height: 29px;
	display: inline-block;
}

.page ul li:hover a {
	color: #008cd7;
}

.footer {
	background-color: #004097;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:30px;
}

.footer .footer1 div {

	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .footer1 .div1 {
	margin-top: 20px;
}

.footer .footer1 .div2 {
	margin-top: 6px;
}

.footer .footer1 div a,
.footer .footer1 div p {
	color: #fff;
	line-height: 1.5;
	font-size: 12px;
	margin: 0px 5px;
}

.cpzx2 li {
	width: 386px;
	/* height: 450px; */
	margin-right: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	margin-bottom: 60px;
}

.cpzx2 li:nth-of-type(3n) {
	margin-right: 0px;
}
.cpzx2 li img{
	width: 386px;
	height: 230px;

}
.cpzx2 li a .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	padding-top: 27px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpzx2 li a .title2 {
	font-size: 12px;
	line-height: 1.2;
	/* padding-top: 27px; */
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 43px;
}

.cpzx2 li a .title3 {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 6px solid #999999;
	padding-bottom: 30px;
	transition: all 0.3s;
}

.cpzx2 li a .title3 img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.cpzx2 li a .title3 {
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
	color: #666666;

}

.cpzx2 li:hover a .title3 {
	border-bottom: 6px solid #004097;
}

.gywm1 {
	min-height: 890px;
}

.gywm1 img {
	
	max-width: 100%;
}

.gywm1 p {
	font-size: 16px;
	line-height: 2;
	color: #333;
	/* width: 640px; */
	/* margin-left: 45px;
	margin-top: 60px; */
}

.gywm2 {
	min-height: 890px;
}

.gywm2 img {
	width: 100%;
}


.gywm3 {
	min-height: 890px;
}

.gywm3 img {
	width: 100%;
}

.gywm4 ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.gywm4 ul li {
	margin-right: 15px;
	margin-bottom: 25px;
	width: 23%;

}

.gywm4 ul li a {
	width: 100%;
	display: block;
}

.gywm4 ul li a p {
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 15px;
}
.gywm4 ul li a div img{
		width: 100%;
		height: 200px;
}
.about_1 {
	text-align: center;
	margin-bottom: 100px;
}

.about_1 p {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

.about_2 {
	width: 100%;
	height: 176px;
	background-color: #f1f1f1;
}

.about_2 .about_2_1 {
	display: flex;
	justify-content: space-around;
	/* align-items: center; */
	padding-top: 60px;
}

.about_2 .about_2_1 .about_2_xiao {
	display: flex;
	justify-content: center;
	width: 31%;

}

.about_2 .about_2_1 .about_2_xiao img {
	width: 61px;
	height: 56px;
	margin-right: 22px;
}

.about_2 .about_2_1 .about_2_xiao div .p1 {
	margin-bottom: 10px;
}

.about_3 {
	display: flex;
	justify-content: space-around;
	padding-top: 80px;
	padding-bottom: 147px;
}

.about_3>div {
	width: 40%;
	height: 100%;
}

.about_3 .about_3_zuo .title {
	font-size: 24px;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 25px;
}

.about_3 .about_3_zuo ul li {
	box-sizing: border-box;
	border: 1px solid #003d95;
	border-radius: 5px;
	/* height: 50px; */
	display: flex;
	/* align-items: center; */
	background: #f9f9f9;
	padding: 15px 0px;
	margin-bottom: 10px;
}

.about_3 .about_3_zuo ul li:last-child {
	padding: 0px 0px;
	border: none;
}

.about_3 .about_3_zuo ul li p {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	margin-left: 10px;
}

.about_3 .about_3_zuo ul li p span {
	font-size: 14px;
	line-height: 1.2;
	color: #f20b0b;
}

.about_3 .about_3_zuo ul li input {
	width: 80%;
	background: #f9f9f9;
	border: none;
	height: 19px;
}

.about_3 .about_3_zuo ul li textarea {
	width: 80%;
	background: #f9f9f9;
	border: none;
	height: 55px;
}

.about_3 .about_3_zuo ul li button {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background: #004097;
	border: none;
	color: #fff;
	font-size: 18px;
}

.about_3 .about_3_you {
	width: 560px;
	height: 390px;
}

.about_3 .about_3_yuo #container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
}

.details {
	padding-top: 55px;
}

.details .details1 .title {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.details .details1 div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 55px;
}

.details .details1 div p img {
	margin-right: 7px;
}

.details .details1 div p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 7px;
	font-size: 12px;
	line-height: 1.2;
	color: #999999;
}

.details .details1 img {
	max-width: 100%;
}

.details .details2 {
	padding-bottom: 60px;
}

.details .details2 p {
	font-size: 15px;
	line-height: 1.2;
	color: #666666;
	padding-bottom: 15px;
}
.details .details2 img{
	max-width: 100%;
}
.details .details3 {
	padding-bottom: 15px;
}

.details .details3 p {
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
	/*padding-bottom: 25px;*/
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.details .details3 p a {
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	font-weight: initial;
	transition: all 0.3s;
}

.details .details3 p a:hover {
	color: #004097;
}

.news1 ul li {
	transition: all 0.3s;
	margin-bottom: 55px;
}

.news1 ul li a {
	display: block;
}

.news1 ul li a img {
	width: 372px;
	height: 200px;
	margin-right: 30px;
	display: block;
}

.news1 ul li a div P {
	width: 780px;
}

.news1 ul li a div .p1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	transition: all 0.3s;
}

.news1 ul li a div .p2 {
	font-size: 12px;
	line-height: 1.2;
	color: #999999;
	padding-bottom: 15px;
}

.news1 ul li a div .p3 {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	/* height: 64px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 20px;
}

.news1 ul li a div .p4 {
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
	width: 146px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
	transition: all 0.3s;
}

.news1 ul li:hover .p1 {
	color: #004097;
}

.news1 ul li:hover {
	box-shadow: 0px 0px 10px #004097;
}
.xswl p {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 15px;
}	
.xswl img {
	max-width: 100%;
}

.swiper-container1 {
	width: 100%;
	height: 100vh;
}

.swiper-container1 .Slide1,
.swiper-container1 .Slide2,
.swiper-container1 .Slide3,
.swiper-container1 .Slide4,
.swiper-container1 .Slide5 {
	overflow: hidden;
	height: 100vh;
	width: 100%;
}



.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

::-webkit-scrollbar {
	width: 0px;
	height: 10px;
	display: none
}

::-webkit-scrollbar-button:vertical {
	display: none
}

.topfid {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.topfid.top {
	background-color: rgba(255, 255, 255, 0.32);
}

.topfid.top .top_1 li>a:hover {
	background-color: #fff;
	color: #004097;
}

.topfid.top .top_1>li ul {
	background-color: rgba(255, 255, 255, 0.32);
}

.swiper-container1 .Slide1 {
	position: relative;
}

.swiper-container1 .Slide11 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/Slide1_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-animation-name: 'pagebgfd';

	-webkit-animation-duration: 4s;

	-webkit-animation-timing-function: ease;

	-webkit-animation-delay: 0s;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-direction: alternate;
	z-index: 1;
}

.swiper-container1 .Slide2 {
	position: relative;
}

.swiper-container1 .Slide21 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/Slide2_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-animation-name: 'pagebgfd';

	-webkit-animation-duration: 4s;

	-webkit-animation-timing-function: ease;

	-webkit-animation-delay: 0s;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-direction: alternate;
	z-index: 1;
}

.swiper-container1 .Slide3 {
	position: relative;
}

.swiper-container1 .Slide31 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/Slide3_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-animation-name: 'pagebgfd';

	-webkit-animation-duration: 4s;

	-webkit-animation-timing-function: ease;

	-webkit-animation-delay: 0s;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-direction: alternate;
	z-index: 1;
}


.swiper-container1 .Slide4 {
	position: relative;
}

.swiper-container1 .Slide41 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/Slide4_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-animation-name: 'pagebgfd';

	-webkit-animation-duration: 4s;

	-webkit-animation-timing-function: ease;

	-webkit-animation-delay: 0s;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-direction: alternate;
	z-index: 1;
}

.swiper-container1 .Slide5 {
	position: relative;
}

.swiper-container1 .Slide51 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/Slide5_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-animation-name: 'pagebgfd';

	-webkit-animation-duration: 4s;

	-webkit-animation-timing-function: ease;

	-webkit-animation-delay: 0s;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-direction: alternate;
	z-index: 1;
}


@keyframes pagebgfd {
	0% {
		opacity: 1;
		transform: scale(1.1, 1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1.0, 1.0);
	}
}

.Slide1 .Slide12 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.Slide12 .index_logo {
	padding-top: 200px;
}

.Slide12 .index_logo img {
	width: 259px;
	height: 203px;
	display: block;
	margin: 0 auto;

}

.Slide12 .Slide1_2 {
	display: flex;
	justify-content: center;
	padding-top: 70px;
}

.Slide12 .Slide1_2 li {
	margin: 0px 67px;
}

.Slide12 .Slide1_2 li img {
	width: 140px;
	height: 230px;
}

.Slide12 .wenzi {
	margin-top: 70px;
	padding: 5px 60px;
	text-align: center;
	background: url(../images/wenzi.png)no-repeat center center;
	background-size: cover;
}

.Slide12 .wenzi p {
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}


.Slide22 {
	padding-top: 126px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.Slide22 .Slide2_2 {
	width: 100%;
	height: 140px;
	background-color: rgba(20, 109, 38, 0.12);


}

.Slide22 .Slide2_2_1 {
	display: flex;
	justify-content: space-around;
	height: 140px;
}

.Slide22 .Slide2_2 .Slide2_2_xia {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	width: 25%;
}

.Slide22 .Slide2_2 .Slide2_2_xia:hover {
	color: #333;
}

.Slide22 .Slide2_2 .Slide2_2_xia .p1 {
	font-size: 30px;
	line-height: 1.1;
	font-weight: bold;
}

.Slide22 .Slide2_2 .Slide2_2_xia .p2 {
	font-size: 18px;
	line-height: 1.5;
}

.Slide2_3 {
	margin-top: 75px;
}

.Slide2_3 .Slide2_3_img {
	box-sizing: border-box;
	border: 3px solid #000;
	width: 430px;
	height: 500px;
	margin-left: 40px;
}

.Slide2_3 .Slide2_3_img img {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-left: 15px;
}

.Slide2_3 .Slide2_3_wz {
	width: 600px;
	height: 500px;
	background-color: rgba(255, 255, 255, 0.55);
	border-radius: 5px;
	margin-left: 85px;
	margin-top: 8px;
	box-sizing: border-box;
	padding: 35px 25px 28px 25px;
	overflow: hidden;
}

.Slide2_3 .Slide2_3_wz .l_add111 {
	font-size: 18px;
	line-height: 2.2;
	color: #000;
	height: 350px;
	overflow: hidden;
}

.Slide2_3 .Slide2_3_wz a {
	width: 196px;
	height: 46px;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 330px;
	margin-top: 30px;
	transition: all 0.3s;
}
.Slide2_3 .Slide2_3_wz a:hover{
        box-shadow:0px 0px 10px rgba(0,0,0,0.8);
}
.Slide32 {
	padding-top: 190px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.Slide3 .Slide32 .ding .xian {
	width: 210px;
	height: 6px;
	background: #000;
	margin-bottom: 12px;
}

.Slide3 .Slide32 .ding .p1 {
	font-size: 30px;
	line-height: 1.3;
	color: #000;
}

.Slide3 .Slide33 {
	position: relative;
}

.Slide3 .Slide33 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/you.png) no-repeat center center;
	background-size: cover;
	width: 28px;
	height: 54px;
	right: 0px;
}


.Slide3 .Slide33 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/zuo.png) no-repeat center center;
	background-size: cover;
	width: 28px;
	height: 54px;
	left: 0px;
}

.Slide3 .Slide33 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
}

.Slide3 .Slide33 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '' !important;
}

.Slide3 .Slide33 #cpzxlbt {
	margin: 0px 45px;
	margin-top: 110px;
}


.Slide3 .Slide33 a {
	display: inline-block;
	width: 353px;

	background: url(../images/cpzx_bg.png)no-repeat center center;
	background-size: cover;
}

.Slide3 .Slide33 a:hover {
	display: inline-block;
	background: #002b7b;
	background-size: cover;
}

.Slide3 .Slide33 a div {
	overflow: hidden;
}

.Slide3 .Slide33 a img {
	width: 100%;
	height: 280px;
	transition: all 0.3s;
}

.Slide3 .Slide33 a:hover img {
	transform: scale(1.1);
}

.Slide3 .Slide33 a p {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	/* padding:30px 0px; */
	text-align: center;
	transition: all 0.3s;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Slide3 .Slide33 a:hover p {
	color: #fff;
}

.Slide42 {
	padding-top: 190px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.Slide4 .Slide42 .ding .xian {
	width: 210px;
	height: 6px;
	background: #000;
	margin-bottom: 12px;
}

.Slide4 .Slide42 .ding .p1 {
	font-size: 30px;
	line-height: 1.3;
	color: #000;
}

.Slide4 .xxk {
	margin-left: 30px;
}

.Slide4 .xxk .title li {
	margin-bottom: 8px;
}

.Slide4 .xxk .title li a {
	box-sizing: border-box;
	display: inline-block;
	border: 2px solid #fff;
	width: 370px;
	height: 200px;
	transition: all 0.3s;
}

.Slide4 .xxk .title li.active a {
	border: 2px solid #000;
}

.Slide4 .xxk .title li a img {
	width: 100%;
	height: 100%;
	display: block;
}

.Slide4 .xxk #content {
	margin-left: 30px;
}

.Slide4 .xxk #content .mod {
	display: none;
	width: 557px;
	height: 619px;
	border-radius: 5px;
	padding: 0px 25px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
}

.Slide4 .xxk #content .mod:first-child {
	display: block;
}

.Slide4 .xxk #content .mod .day {
	width: 80px;
	height: 106px;
	background-color: #000;
	font-size: 48px;
	line-height: 106px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: #fff;

}

.Slide4 .xxk #content .mod .year {
	font-size: 14px;
	line-height: 1.5;
	font-family: Arial;
	color: #333;
	margin-top: 40px;
	margin-left: 5px;
}
.Slide4 .xxk #content .mod .year span{
	margin-right: 5px;
}
.Slide4 .xxk #content .mod .title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	display: block;
}
.Slide4 .xxk #content .mod .title:hover{
	color: #004097;
}
.Slide4 .xxk #content .mod .jianjie {
	margin-top: 22px;
	/* height: 75px; */
}

.Slide4 .xxk #content .mod .jianjie p {
	font-size: 12px;
	line-height: 2;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 73px;
}

.Slide4 .xxk #content .mod .jiantou {
	margin-top: 55px;
	margin-bottom: 75px;
}

.Slide4 .xxk #content .mod .fenxiang {
	border-top: 1px solid #4d4d4d;
}

.Slide4 .xxk #content .mod .xxkfx {
	display: flex;
	justify-content: start;
	border-top: 1px solid #000;
	box-sizing: border-box;
	padding-top: 50px;
}

.Slide4 .xxk .mod .xxkfx li {
	margin-right: 27px;
}

.Slide4 .xxk .mod .xxkfx img {
	width: 32px;
	height: 32px;
	border-radius:50%;
	transition: all 0.3s;
}
.Slide4 .xxk .mod .xxkfx img:hover{
        box-shadow:0px 0px 10px rgba(0,0,0,0.8);
        }
.bsBox {
	display: none;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -122.5px;
	position: fixed;
	height: 245px;
	width: 220px;
	padding: 10px;
	background: #666;
	z-index: 9;
}

.bsBox .bsClose {
	top: 8px;
	right: 20px;
}

.bsTop {
	width: 220px;
}

.bsTop {
	color: #666;
	background: #f2f2f2;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e8e8e8;
}

.bsClose {

	cursor: pointer;
	position: absolute;
	z-index: 10000000;
	color: #666;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
}

.bsFrameDiv1 {
	height: 220px;
	width: 220px;
	display: block;
	background-color: #fff;
}

.bsFrameDiv1 img {
	width: 178px;
	height: 178px;
	margin: 21px;
	display: inline-block;
}

.Slide5 .Slide52 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 3;
	padding-top: 190px;
}


.Slide5 .Slide52 .ding .xian {
	width: 210px;
	height: 6px;
	background: #000;
	margin-bottom: 12px;
}

.Slide5 .Slide52 .ding .p1 {
	font-size: 30px;
	line-height: 1.3;
	color: #000;
}


.Slide5 .Slide52 .biaodao1_1 {
	width: 770px;
	height: 570px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-top: 80px;
	border-radius: 5px;
}

.Slide5 .Slide52 .biaodao1_1>ul {
	padding-top: 50px;
	width: 72%;
	margin: 0 auto;
}

.Slide5 .Slide52 .biaodao1_1>ul li {
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 5px;
	/* height: 50px; */
	display: flex;
	/* align-items: center; */
	background: #f9f9f9;
	padding: 15px 0px;
	margin-bottom: 10px;
}

.Slide5 .Slide52 .biaodao1_1>ul li:last-child {
	padding: 0px 0px;
	border: none;
}

.Slide5 .Slide52 .biaodao1_1>ul li p {
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	margin-left: 10px;
}

.Slide5 .Slide52 .biaodao1_1>ul li p span {
	font-size: 14px;
	line-height: 1.2;
	color: #f20b0b;
}

.Slide5 .Slide52 .biaodao1_1>ul li input {
	width: 80%;
	background: #f9f9f9;
	border: none;
	height: 19px;
}

.Slide5 .Slide52 .biaodao1_1>ul li textarea {
	width: 80%;
	background: #f9f9f9;
	border: none;
	height: 55px;
}

.Slide5 .Slide52 .biaodao1_1>ul li button {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background: #333;
	border: none;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s;
}
.Slide5 .Slide52 .biaodao1_1>ul li button:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.Slide5 .Slide52 .biaodao1_12 {
	margin-top: 25px;
}

.Slide5 .Slide52 .biaodao1_12>ul {
	margin-left: 110px;
	width: 410px;
}

.Slide5 .Slide52 .biaodao1_12>ul p {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}

.Slide5 .Slide52 .biaodao1_12>ul li {
	display: flex;
	justify-content: start;
	margin-bottom: 25px;
}

.Slide5 .Slide52 .biaodao1_12>ul li img {
	width: 23px;
	height: 21px;
	margin-right: 5px;
}

.Slide5 .Slide52 .biaodao1_12>img {
	width: 122px;
	height: 123px;
	margin-right: 107px;
	/* margin-left: 10px; */
	/* border: 10px solid #fff; */
}

.Slide5 .Slide52 .biaodao1_2 {
	text-align: center;
}

.Slide5 .Slide52 .biaodao1_2 div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Slide5 .Slide52 .biaodao1_2 a,
.Slide5 .Slide52 .biaodao1_2 p {
	font-size: 12px;
	line-height: 2;
	color: #fff;
}

.box {
	width: 70px;
	height: 302px;
	position: fixed;
	right: 0px;
	/* border: 1px solid #004f33; */
	top: 50%;
	/* box-shadow: 0 0px 1px 0 rgba(2, 95, 185, 1); */
	margin-top: -187px;
	z-index: 9;
}

.box>ul>li{
	width: 68px;
	display: block;
	height: 75px;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	border-bottom: 1px solid #d6d6d6;
	/* position: relative; */
	/* z-index: 9; */
}

.zx {
	background: url(../images/you_1.png) no-repeat center center;
	background-size: cover;
	/* background-position: 0 -300px; */
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.app {
	background: url(../images/you_2.png) no-repeat center center;
	background-size: cover;
	/* background-position: 0 -150px; */
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.dh {
	background: url(../images/you_3.png) no-repeat center center;
	background-size: cover;
	/* background-position: 0 -600px; */
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	
}

.btn_top {
	background: url(../images/you_4.png) no-repeat center center;
	background-size: cover;
	/* background-position: 0 0px; */
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}

.zx .app-logo {
	background: #fff;
	width: 0;
	height: 0;
	overflow: hidden;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0px;
	right: 80px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.kf {
	margin: 10px 18px;
}

.kf .sev-b li {
	float: left;
	width: 100%;
	height: auto;
}

.kf .sev-b li a {
	display: block;
	color: #999;
	font-size: 13px;
	padding-left: 43px;
	background: url(../images/qq.gif) no-repeat left 3px;
	line-height: 36px;
}

/* .zx:hover {
	background-position: 0 -375px;
} */

.zx:hover .app-logo {
	width: 140px;
	height: 55px;
}

.app:hover .app-logo {
	width: 170px;
	height: 75px;
}

#appgame-leftside-share {
	width: 170px;
	height: 44px;
	position: fixed;
	/* margin-left: -66px; */
	/* top: 50%; */
	 /* margin-left: 14px; */
	margin-top: 15px;
	/* margin-top: -22px;  */
	z-index: 9999;
}

/* .app:hover {
	background-position: 0 -225px;
} */

.app:hover .app-logo {
	width: 170px;
	height: 75px;
}



.rwt_share {
	/* overflow: hidden; */
	/* float: left; */
	/* position: relative; */
	display: flex;
	justify-content: space-around;
	align-items: center;
	opacity: 0;
	transition: all 0.9s;
}
.app:hover .rwt_share {
	opacity: 1;
}
/* .rwt_share {
	overflow: hidden;
	float: left;
	position: relative;
} */

.rwt_share a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	height: 16px;
	overflow: hidden;
	background-image: url(../images/share_icons_16.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	font-size: 12px;
}

/* .rwts_weixin {
	background-position: 0 -1612px;
}

.rwts_tsina {
	background-position: 0 -104px;
}

.rwts_tqq {
	background-position: 0 -260px;
}

.rwts_qzone {
	background-position: 0 -52px;
}

.rwts_sqq {
	background-position: 0 -2652px;
}

.rwts_tieba {
	background-position: 0 -728px;
}

.rwts_renren {
	background-position: 0 -208px;
}

.rwts_kaixin001 {
	background-position: 0 -312px;
}

.rwts_tqf {
	background-position: 0 -364px;
}

.rwts_douban {
	background-position: 0 -468px;
}

.rwts_twi {
	background-position: 0 -1404px;
}

.rwts_fbook {
	background-position: 0 -1352px;
}

.rwts_ty {
	background-position: 0 -1196px;
}

.rwts_mogujie {
	background-position: 0 -1768px;
}

.rwts_meilishuo {
	background-position: 0 -1716px;
}

.rwts_huaban {
	background-position: 0 -1872px;
}

.rwts_hi {
	background-position: 0 -416px;
}

.rwts_tsohu {
	background-position: 0 -520px;
}

.rwts_more {
	background-position: 0 0;
} */

.rwt_share_wxShow_code>img {
	width: 100%;
}

#appgame-leftside-share a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    z-index: 1;
    /* position: absolute;
    left: 0; */
    font-size: 14px;
    border-radius: 44px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* border: 1px #ddd solid; */
    background-image: url(../images/shareicons.png);
    background-repeat: no-repeat;
    margin: 0px 2px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
/* .dh:hover {
    background-position: 0 -675px;
} */
.dh:hover .weixin-logo {
    width: 192px;
	height: 75px;
	z-index: 2;
}
.weixin-logo span {
    font-family: Arial;
    font-size: 22px;
    display: block;
    color: #0546a7;
    font-weight: bold;
    margin: 27px 18px 0px 18px;
}
.weixin-logo {
    background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: 0 0;
    width: 0px;
    height: 0px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    top: 150px;
    right: 80px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.app-logo {
    background: #fff;
    width: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 75px;
    right: 80px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

#appgame-leftside-share a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    z-index: 1;
    /* position: absolute; */
    /* left: 0; */
    font-size: 14px;
    /* border-radius: 44px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* border: 1px #ddd solid; */
    background-image: url(../images/shareicons.png);
    background-repeat: no-repeat;
    margin: 0px 2px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	float: left;
}
.appgame-leftside-tsina {
    top: 129px;
    background-position: -88px -132px;
}
.appgame-leftside-weixin {
    top: 0;
    background-position: -88px 0;
}
.appgame-leftside-qzone {
    top: 43px;
    background-position: -88px -44px;
}

.rwt_share a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    height: 16px;
    overflow: hidden;
    background-image: url(../images/share_icons_16.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
	font-size: 12px;

}
.appgame-leftside-qzone:hover {
    background-position: 0px -44px;
}
.appgame-leftside-tsina:hover {
    background-position: 0px -132px;
}
.appgame-leftside-weixin:hover {
    background-position: 0px 0;
}