#box {
	width: 100%;
	overflow-x: hidden;
	letter-spacing: 2px;
	text-align: justify;
}

#box a {
	text-decoration: none;
	cursor: pointer;
}

#box .bigWord {
	height: 48px;
	color: #224193;
	font-size: 30px;
	text-align: center;
	opacity: 0.1;
}

#box .bg_gif video {
	width: 100vw;
	height: 93vh;
	object-fit: fill;
	margin-top:60px;
}

#box .bg_gif .logo {
	position: absolute;
	top: 70px;
	left: 90px;
	z-index: 99;
}

#box .bg_gif .logo img {
	width: 180px;
	height: 55px;
}

#box .nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0vh;
	background-color:#014099;
	z-index: 999999;
	display: flex;
	justify-content: space-around;
	color: white;
}

#box .nav .layui-nav,
#box .nav .layui-bg-cyan {
	background-color: rgba(226, 150, 150, 0) !important;
	width: 60%;
	height: 60px;
}

#box .nav .layui-nav .layui-nav-item {
	line-height: 60px !important;
}

#box .nav .layui-this:after {
	background-color: #EC8F22;
}

#box .nav .layui-nav-bar {
	background-color: #EC8F22;
}

#box .nav .nav_logo {
	width: 19%;
}

#box .nav .nav_logo img {
	width: 85%;
}

#box .nav .nav_right a {
	color: white;
	line-height: 60px;
	font-size: 18px;
}

#box .layui-nav {
	width: 50%;
	padding: 0;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
}

#box .layui-nav li {
	width: 20%;
	text-align: center;
}

#box .layui-nav li a {
	color: white;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

#box .layui-nav li .layui-nav-child {
	top: 60px;
}

#box .layui-nav li .layui-nav-child a {
	height: 42px;
	line-height: 42px;
	color: black;
}

#box .layui-nav .layui-icon-down:before {
	content: '';
}

#box .content>div {
	margin: auto;
}

#box .content .content_tit {
	padding-top: 50px;
	background-position: center 0px;
	background-size: 17% 55%;
}

#box .content .content_tit img {
	padding-bottom: inherit;
}

#box .content .content_tit span {
	color: #224193;
	font-weight: normal;
}

#box .content .content_tit .line {
	padding: 0 15px;
	font-size: 32px;
}

#box .content .content_tit .tit_name {
	font-size: 36px;
	font-weight: 600;
	color: #224193;
	margin-left: 50px;
	padding-bottom: 5px;
}

#box .content .content_tit .name_eng {
	padding-right: 50px;
	font-size: 36px;
	color: #EC8F22;
}

#box .content .content_tit .blueLine {
	height: 4px;
	width: 23%;
	line-height: 30px;
	background-color: #224193;
}

#box .content .content_1 {
	width: 90%;
}

#box .content .content_1 .title_content1 {
	position: relative;
}

#box .content .content_1 .border-span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 20px;
}

#box .content .content_1 .top-left {
	top: 50px;
	left: 20px;
	border-bottom: 3px solid #224193;
	border-left: 3px solid #224193;
}

#box .content .content_1 .content1_txt {
	height: 600px;
	position: relative;
}

#box .content .content_1 .content1_txt .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#box .content .content_1 .content1_txt .swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

#box .content .content_1 .content1_txt .swiper-slide .swiper_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	margin-left: 0px;
}

#box .content .content_1 .content1_txt .swiper-slide .swiper_left img {
	width: 100%;
	height: 100%;
}

#box .content .content_1 .content1_txt .swiper-slide .swiper_right {
	position: absolute;
	top: 25%;
	left: 44%;
	width: 40%;
	height: 60%;
	margin-left: 200px;
	padding: 50px;
	padding-top: 100px;
	background-color: white;
	z-index: 5;
}

#box .content .content_1 .content1_txt .swiper-slide .swiper_right h4 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 20px;
	right: 35px;
	background-color: #EAF2FF;
}

#box .content .content_1 .content1_txt .swiper-slide .swiper_right .right_txt {
	margin-top: 30px;
	text-align: justify;
}

#box .content .content_1 .content1_txt .swiper-slide .blue_bg {
	width: 40%;
	height: 60%;
	position: absolute;
	z-index: 1;
	top: 28%;
	right: 0%;
	background-color: #2699D5;
}

#box .content .content_2 {
	width: 100%;
	margin: 0;
}

#box .content .content_2 a {
	border: 1px solid;
}

#box .content .content_2 .layout-landscape {
	border-radius: 50%;
	opacity: 1;
	background: none;
}

#box .content .content_2 .col-md-4 {
	padding: 5px;
	width: 400px;
}

#box .content .content_2 .col-md-4>img {
	width: 408px;
}

#box .content .content_2 .right {
	top: -100px;
	left: 100%;
	height: 8%;
	width: 0%;
	background-color: none !important;
	border: none;
}

#box .content .content_2 .right img {
	width: 100%;
	height: 100%;
}

#box .content .content_2 .left {
	top: -100px;
	left: 90%;
	height: 8%;
	width: 0%;
	border: none;
	background-color: none !important;
}

#box .content .content_2 .left img {
	width: 100%;
	height: 100%;
}

#box .content .content2_warp {
	width: 100%;
}

#box .content .content2_warp #myVisor3 {
	width: 95%;
}

#box .content .content2_warp .content_tit {
	background-position: center 10px;
}

#box .content .content2_warp .title_content2 {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: white;
}

#box .content .content2_warp .title_content2 .midd {
	display: flex;
}

#box .content .content2_warp .title_content2 .midd img {
	width: 58px;
	height: 58px;
	padding: 0;
}

#box .content .content2_warp .title_content2 .midd h4 {
	font-size: 14px;
	text-align: center;
}

#box .content .content2_warp .title_content2 .midd .img1 {
	margin-left: 20px;
}

#box .content .content2_warp .title_content2 .midd .img2 {
	margin-left: 20px;
}

#box .content .content2_warp .title_content2 .lookMore {
	border-bottom: 1px solid #ffa536;
	height: 25px;
	color: #FFA536;
	margin-left: 400px;
	margin-top: 65px;
}

#box .content .content2_warp .slide_txt {
	font-size: 16PX;
	width: 390px;
}

#box .content .content2_warp .slide_txt .ul1 .li1 {
	margin-top: 40px;
	padding-left: 15px;
	border-left: 3px solid #224193;
}

#box .content .content2_warp .slide_txt .ul2 img {
	width: 25px;
	height: 20px;
	padding-right: 6px;
}

#box .content .content2_warp .slide_txt .ul2 li {
	margin-top: 15px;
}

#box .content .content2_warp .tit_name {
	font-size: 36px;
	color: #224193;
}

#box .content .content2_warp .wrap {
	display: flex;
	position: relative;
	height: 1000%;
}

#box .content .content2_warp .wrap #top {
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 9%;
	z-index: 2;
}

#box .content .content2_warp .wrap #top ul li {
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin: 10px 5px;
	padding-left: 10px;
	background-color: white;
	box-shadow: 0px 2px 6px 0px #7d7d7d;
}

#box .content .content2_warp .wrap #top ul .act {
	background-color: #224193;
	color: white;
	transform: scale(1.3);
	transition: 0.5s;
}

#box .content .content2_warp .wrap #bot {
	width: 72%;
	height: 450px;
	margin-left: 28%;
	position: relative;
}

#box .content .content2_warp .wrap #bot>div {
	width: 100%;
	height: 100%;
}

#box .content .content2_warp .wrap #bot .bg1 {
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/澶氶櫌鍖�/鏍″尰闄㈢传閲戞腐鍒嗛櫌.jpg');
	background-size: contain;
}

#box .content .content2_warp .wrap #bot .bg2 {
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/瀹ｈ獡婊ㄦ睙.jpg');
	background-size: contain;
}

#box .content .content2_warp .wrap #bot .bg3 {
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/婊ㄦ睙闄㈠尯.jpg');
	background-size: contain;
}

#box .content .content2_warp .wrap #bot .bg4 {
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/婊ㄦ睙闄㈠尯\ 2014-12-04.JPG');
	background-size: contain;
}

#box .content .content2_warp .wrap #bot .bg5 {
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/鍋滄満鍧�+澶у悎褰盶 \(2\).JPG');
	background-size: contain;
}

#box .content .content2_warp .wrap #bot .txt {
	width: 350px;
	height: 28px;
	padding: 20px;
	background-color: white;
	color: #224193;
	font-weight: 550;
	position: absolute;
	bottom: 0;
	right: 0;
}

#box .content .content_3 {
	width: 100%;
	padding-top: 50px;
}

#box .content .content_3 .title_content3 {
	text-align: center;
	background-position: center 0px;
	background-size: 17% 80%;
}

#box .content .content_3 .tit_name {
	padding-top: 10px;
	color: #224193;
	font-size: 36px;
}

#box .content .content_3 .ui-big-images {
	height: 100%;
}

#box .content .content_3 .ui-big-images img {
	height: 100%;
}

#box .content .content_3 .ui-thumbnails {
	background: rgba(34, 65, 147, 0.3);
	bottom: 8px;
	padding-right: 0;
	height: 150px;
	display: flex;
	justify-content: space-around;
}

#box .content .content_3 .ui-thumbnails img {
	width: 180px;
	height: 100px;
	padding-left: 0px;
	border: 3px solid white;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0);
}

#box .content .content_3 .ui-thumbnails img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

#box .content .content_3 .ui-big-image {
	width: 100%;
	height: 100%;
}

#box .content .content_3 .shadow1 {
	width: 30%;
	height: 235px;
	position: absolute;
	top: 6%;
	right: 0%;
	background: linear-gradient(51deg, transparent 52px, #224193 0) top right;
}

#box .content .content_3 .ui-paragraph {
	font-size: 24px;
	color: white;
	font-weight: 800;
	font-family: ZhenyanGB;
	text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
}

#box .content .content_3 .ui-content {
	bottom: 80%;
	width: 50%;
	left: 0%;
	background-size: contain;
}

#box .content .content_3 .ui-content .ui-articles {
	background: none;
	height: 100%;
}

#box .content .content_3 .ui-content .ui-articles .htmleaf-container .htmleaf-content {
	height: 60px;
}

#box .content .content_3 .ui-content .ui-articles .htmleaf-container .htmleaf-content .ex1 {
	color: white;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	font-size: 50px;
	font-weight: 800;
}

#box .content .content_3 .ui-content .ui-article:before {
	background-color: #FFA536;
	opacity: 0;
	background: linear-gradient(51deg, transparent 52px, #FFA536 0) top right;
}

#box .content .content_3 .content3_txt {
	width: 90%;
	height: 73vh;
	margin-left: auto;
	margin-right: auto;
}

#box .content .content_3 .content3_txt .swiper-container {
	width: 94%;
	margin: auto;
}

#box .content .content_3 .content3_txt .swiper-container .swiper-wrapper {
	width: 100%;
}

#box .content .content_3 .content3_txt .swiper-container .swiper-wrapper img {
	width: 100%;
}

#box .content .content_3 .content3_txt .swiper-slide {
	height: 100%;
}

#box .content .content_3 .content3_txt .h2_whtt {
	left:85%;
	top:15%;
	height:38%;
	background-color:rgba(34, 63, 145, 0.7);
    display: inline-block;
    width:40%;
    z-index: 10;
    border-radius: 0px 20px 0px 20px;
    color: #949494;
    line-height: 28px;
    font-size: 16px;
    text-align: left;
    float: right;
    position: absolute;
}

#box .content .content_3 .content3_txt .h2_whtt .h2_tit {
	text-align: left;
	margin-top: 20px;
	font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC; 
    color: #FFFFFF;
    line-height:50px;
    letter-spacing: 2px;
	margin-top:30px; 
	letter-spacing:8px; 
	overflow: auto;
	text-align: center;
	font-size: 28px;
	font-weight: 700; 
	text-shadow: 2px 2px 4px #050067;
}
#box .content .content_3 .content3_txt .h2_whtt .h2_desc {
	text-align: justify;
	font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 600;
    line-height: 30px;
    margin-left:50px;
    margin-top:50px;
    padding-top: 15px;
	pacity:0;
	width:80%;
	margin:auto; 
	overflow: auto;
	font-size: 16px;
	color: #FFFFFF;
}


#box .content .content_3 .content3_txt .ui-loop {
	position: absolute;
	right: 0;
	opacity: 0;
}

#box .content .content_3 .content3_txt .layui-carousel {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}

#box .content .content_3 .content3_txt .layui-carousel img {
	width: 100%;
	height: 100%;
}

#box .content .content_3 .content3_txt .layui-carousel .animate_txt {
	position: absolute;
	color: white;
	font-size: 30px;
	top: 0;
	left: 0;
}

#box .content .content_3 .content3_txt .con3_bg {
	margin-left: 10px;
}

#box .content .content_3 .content3_txt .con3_bg .con3_txt {
	padding: 20px;
	height: 100%;
	color: white;
	background-color: rgba(34, 65, 147, 0.7);
}

#box .content .content_3 .content3_txt .con3_bg .con3_txt h4 {
	text-align: center;
	padding: 30px;
	font-size: 35px;
}

#box .content .content_3 .content3_txt .con3_bg .con3_txt div {
	text-indent: 2rem;
	font-size: 18px;
}

#box .content .content_3 .content3_txt .bg_l {
	width: 501px;
	height: 100%;
}

#box .content .content_3 .content3_txt .bg_l .left_top {
	height: 323px;
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/瑙ｆ斁璺櫌鍖�/鍒嗙被鍦烘櫙/瑙ｆ斁璺櫌鍖篭 \(11\).JPG') no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#box .content .content_3 .content3_txt .bg_l .left_top .con3_txt {
	width: 100%;
	position: absolute;
	left: 463px;
}

#box .content .content_3 .content3_txt .bg_l .left_bottom {
	height: 314px;
	margin-top: 20px;
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/瑙ｆ斁璺櫌鍖�/鈥滄祹浠佸涓栤�濈墝鍧�/娴庝汉瀵夸笘\ 1.JPG');
	background-size: contain;
	overflow: hidden;
	position: relative;
}

#box .content .content_3 .content3_txt .bg_l .left_bottom .con3_txt {
	height: 314px;
	position: absolute;
	top: 314px;
}

#box .content .content_3 .content3_txt .bg_m {
	width: 453px;
	height: 658px;
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/docter.png') no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#box .content .content_3 .content3_txt .bg_m .con3_txt {
	padding-top: 60px;
	text-align: justify;
}

#box .content .content_3 .content3_txt .bg_m .con3_txt div {
	padding-top: 20px;
}

#box .content .content_3 .content3_txt .bg_m .con3_txt {
	width: 100%;
	position: absolute;
	left: 420px;
}

#box .content .content_3 .content3_txt .bg_r {
	width: 591px;
	height: 100%;
}

#box .content .content_3 .content3_txt .bg_r .right_top {
	height: 443px;
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/澶氶櫌鍖�/瑙ｆ斁璺櫌鍖�.jpg') no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#box .content .content_3 .content3_txt .bg_r .right_top .con3_txt {
	width: 100%;
	opacity: 0;
}

#box .content .content_3 .content3_txt .bg_r .right_bottom {
	height: 198px;
	margin-top: 20px;
	background: url('../images/缁欏畯鏅浘鐗�/缁欏畯鏅浘鐗�/鍒涙柊涓績鏁堟灉鍥�/QzpcVXNlcnNcemV5eVxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMzQ0NTQyNTVfdjJcSW1hZ2VGaWxlc1wxNzQ0OTAwOFwxNTQwNzQ1Mjg5XzY3OTUxNzc3ODRfMTU2MDkyOTAwMzg4Nl9tbWV4cG9ydDE1NjA5Mjc2ODEwMTcuanBn.jpg') no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 0;
}

#box .content .content_3 .content3_txt .bg_r .right_bottom h4 {
	padding: 1px;
}

#box .content .content_3 .content3_txt .bg_r .right_bottom .con3_txt {
	height: 198px;
	position: absolute;
	top: 198px;
	padding: 1px 20px;
}

#box .content .content_4 {
	width: 100%;
/* 	height: 820px; */
	/* background: pink; */
	margin: auto;
	margin-top: 50px;
/* 	background: url('../images/jxyytp/gwtytp.png') no-repeat; */
	/*background: url('../images/jxyytp%2Fgwty.png') no-repeat;*/
	background-position: center;
	background-size: 100% 780px;
	color: white;
	/*sidebar*/
	/*in-sidebar*/
	/*arrow*/
}

#box .content .content_4 .title_content4 {
	text-align: center;
}

#box .content .content_4 .panel {
	border: none;
}

#box .content .content_4 .panel-body {
	background: rgba(0, 0, 0, 0);
	border-top: none;
}

#box .content .content_4 .in-sidebar {
	background-position: center center;
	background-size: 40% 30%;
}

#box .content .content_4 .content4_txt {
	width: 90%;
	height: 470px;
	margin: auto;
	z-index: 999999
}

#box .content .content_4 .content4_txt .col-md-6 {
	width: 100%;
	padding: 0;
	background-color: rgba(226, 150, 150, 0);
}

#box .content .content_4 .content4_txt .wrap {
	box-shadow: none;
}

#box .content .content_4 .content4_txt .panel-heading {
	height: 61px;
	line-height: 61px;
	font-size: 22px;
	padding-left: 15px;
	margin: 8px 0;
	background-color: rgba(242, 243, 244, 0.5);
}

#box .content .content_4 .content4_txt .panel-heading a {
	font-size: 24px;
	color: #224193;
	font-weight: 500;
}

#box .content .content_4 .content4_txt .in-sidebar {
	width: 100%;
}

#box .content .content_4 .content4_txt .in-sidebar .more {
	text-align: right;
	font-size: 20px;
	cursor: pointer;
}

#box .content .content_4 .content4_txt .in-sidebar .more span {
	padding-bottom: 3px;
	border-bottom: 0px solid #224193;
}

#box .content .content_4 .content4_txt .in-sidebar>li {
	width: 100%;
	height: 71px;
	line-height: 71px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

#box .content .content_4 .content4_txt .changecolor {
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
	background-color: #2f4798;
	color: #fff !important;
}

#box .content .content_4 li {
	font-family: "Noto Sans SC" !important;
	font-weight: 400 !important;
}

#box .content .content_4 a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: black;
	font-size: 15px;
}

#box .content .content_4 a:hover {
	background: none !important;
	color:#879ab0;
}

#box .content .content_4 a tr {
	height: 61px;
	line-height: 61px;
	font-family: "Noto Sans SC" !important;
	font-weight: 400 !important;
}

#box .content .content_4 a tr td {
	width: 5%;
	text-align: center;
	font-size: 22px;
	position: relative;
}

#box .content .content_4 a tr td div {
	position: absolute;
	top: 10px;
	left: 10px;
}

#box .content .content_4 a tr td div ul {
	display: flex;
	margin-left: 95px;
	margin-top: 41px;
}

#box .content .content_4 a tr td div ul li {
	list-style: none;
	border-right: 1px solid black;
	font-size: 12px;
	padding-right: 5px;
	margin-left: 5px;
	line-height: 14px;
}

#box .content .content_4 a:hover {
	background: gainsboro;
	color:#879ab0;
}

#box .content .content_4 .sidebar {
	width: 100%;
	height: 335px;
	border-radius: 5px;
	font: 14px '鏂板畫浣�';
	color: #f4f4f4;
	margin: auto;
}

#box .content .content_4 .title {
	line-height: 60px;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	margin: 10px;
	margin: 0;
	padding: 0;
	color: #224193;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 2px solid #224193;
	list-style-type: none;
	font-size: 28px;
}

#box .content .content_4 .title>span {
	margin-left: 10px;
	font-size: 28px;
}

#box .content .content_4 .in-sidebar {
	width: 100%;
}

#box .content .content_4 .in-sidebar .more {
	font-size: 20px;
	color: #224193;
	padding-top: 20px;
}

#box .content .content_4 .in-sidebar>li {
	width: 100%;
	height: 71px;
	line-height: 71px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

#box .content .content_4 .arrow {
	float: right;
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 60px;
	background: url(../images/jxyytp/down.png) no-repeat center;
	background-size: contain;
}

#box .content .content_4 .arrow-up {
	background: url(../images/jxyytp/up.png) no-repeat center;
	background-size: contain;
}

#box .content .content_5 {
	width: 100%;
	height: 820px;
	padding-top: 50px;
	color: white;
	position: relative;
}

#box .content .content_5 .title_content5 {
	text-align: center;
}

#box .content .content_5 .title_content5 .ding {
	font-size: 64px;
	position: absolute;
	color: #224193;
	top: 110px;
	left: 31%;
	opacity: 0.2;
}

#box .content .content_5 .content5_txt {
	height: 70vh;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}

#box .content .content_5 .content5_txt>div {
	width: 24.8%;
	height: 86%;
	position: relative;
	overflow: hidden;
}

#box .content .content_5 .content5_txt>div .con5_img {
	width: 100%;
	height: 70%;
}

#box .content .content_5 .content5_txt>div .con5_img img {
	width: 100%;
	height: 100%;
}

#box .content .content_5 .content5_txt>div .con5_txt {
	width: 100%;
	height: 30%;
	padding-left: 15%;
	display: flex;
	justify-content: center;
	letter-spacing: normal;
	align-items: center;
}

#box .content .content_5 .content5_txt>div .con5_txt .con5_logo1 {
	width: 55px;
	height: 64px;
}

#box .content .content_5 .content5_txt>div .con5_txt .con5_logo1 img {
	width: 110%;
	height: 100%;
}

#box .content .content_5 .content5_txt>div .con5_txt .con5_tips {
	padding-left: 15px;
	color: #224193;
	width: 85%;
	border-right: 2px solid orange;
}

#box .content .content_5 .content5_txt>div .con5_txt .con5_tips .txt_c {
	width: 180px;
	height: 50px;
	font-size: 2vw;
}

#box .content .content_5 .content5_txt>div .con5_txt .con5_tips .txt_e {
	height: 36px;
	font-size: 26px;
}

#box .content .content_5 .content5_txt>div .con5_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(34, 65, 147, 0.7);
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top {
	width: 100%;
	height: 70%;
	padding-top: 35px;
	position: relative;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .hover_logo {
	position: absolute;
	top: 80px;
	right: 20px;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .hover_logo img {
	width: 85px;
	height: 90px;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .top_con {
	height: 80px;
	font-size: 36px;
	padding: 20px;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .top_con .top_eng {
	font-size: 20px;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .bot_con {
	padding: 16px;
	font-size: 24px;
	margin-top: 60px;
	letter-spacing: normal;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .bot_con .bot_eng {
	font-size: 14px;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .bot_con ul {
	display: flex;
	justify-content: left;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_top .bot_con ul li {
	padding-left: 10px;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_bot {
	width: 100%;
	height: 30%;
	padding-top: 35px;
	text-align: center;
	background-color: #224193;
}

#box .content .content_5 .content5_txt>div .con5_hover .hover_bot img {
	width: 80%;
	height: 70%;
}

/* #box .content .content_5 .content5_txt .hover4 .con5_txt { */
/* 	padding-left: 100px; */
/* } */

#box .content .content_5 .content5_txt .hover4 .bot_ch {
	width: 300px;
}

#box .content .content_5 .content5_txt .hover4 .bot_eng {
	text-align: left;
	letter-spacing: 1px;
}

.content1_txt {
	height: 500px;
}

.content1_txt .pc-banner {
	/* background: url(images/top_main_bg01.jpg) no-repeat center top/100% auto; */
	width: 100%;
	float: left;
	margin: auto;
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .pc-banner {
		background-size: auto 100%;
	}
}

.content1_txt .pc-banner .swiper-container {
	width: 100%;
	margin: 35px auto;
}

.content1_txt .pc-banner .swiper-container .op {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding-left: 20px;
	background-color: #ecd4b8;
	align-items: center;
}

.content1_txt .pc-banner .swiper-container .pc_txt {
	height: 40%;
	padding: 25px;
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .swiper-container {
		margin: 20px 0 15px;
	}
}

.content1_txt .pc-banner .swiper-slide-active .op {
	background-color: #EC8F22;
}

.content1_txt .pc-banner .swiper-slide {
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	width: 30%;
	height: 400px;
	background-color: white;
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .swiper-slide {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

.content1_txt .pc-banner .swiper-slide-active,
.content1_txt .pc-banner .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {

	.content1_txt .pc-banner .swiper-slide-active,
	.content1_txt .pc-banner .swiper-slide-duplicate-active {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

.content1_txt .pc-banner .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.content1_txt .pc-banner .swiper-slide a {
	background: #fff;
	padding: 25px;
	display: block;
}

@media screen and (min-width: 668px) {
	.content1_txt .pc-banner .swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		border: 10px solid #fff;
		content: "";
		width: 100%;
		height: 100%;
		/* background: url(images/top_slick_cover_bg01.png) 0 0 repeat; */
	}
}

.content1_txt .pc-banner .swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .swiper-slide a {
		padding: 5px;
	}
}

.content1_txt .pc-banner .swiper-slide img {
	width: 100%;
	height: 50%;
	display: block;
}

.content1_txt .pc-banner .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.content1_txt .pc-banner .swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.content1_txt .pc-banner .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.content1_txt .pc-banner .swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.content1_txt .pc-banner .swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}

.content1_txt .pc-banner .button {
	width: 1000px;
	margin: 0 auto;
	bottom: 43px;
	position: relative;
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .button {
		width: 70%;
		bottom: 22px;
	}
}

.content1_txt .pc-banner .button div:hover {
	background-color: #2f4798;
}

.content1_txt .pc-banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat; */
}

.content1_txt .pc-banner .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat; */
}

@media screen and (max-width: 668px) {
	.content1_txt .pc-banner .button div {
		width: 28px;
		height: 28px;
	}
}

.yydtfks {
	background: #FFFFFF;
	box-shadow: 0 0 10px rgb(0 0 0 / 12%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border-left: 10px solid #ec8f22;
	border-bottom: 1px solid rgb(229 229 229 / 80%);
	border-top: 1px solid rgb(229 229 229 / 80%);
	border-right: 1px solid rgb(229 229 229 / 80%);
	height: 21vh;
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background:  url('../images/jxyytp/jzjgt.png') no-repeat;
	background-position: right 0px;
	background-size: 40% 100%;
}
.yydtfks:HOVER{
	box-shadow:0 0 10px #879AB0;
}
.yydtfks1 {
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
}
.yydtfks2 {
	padding-left: 20px;
	font-weight: bold;
	font-size: 22px;
	width: 80%;
	margin-top: 5px;
    height: 70px;
    overflow: hidden;
}
.yydtfks3 {
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	position: absolute;
    bottom: 20px;
}
.yydtfks3 {
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	position: absolute;
    bottom: 20px;
}

.yydtfkx {
	background: #FFFFFF;
	box-shadow:0 0 10px rgb(0 0 0 / 12%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border-left: 10px solid #224193;
	border-bottom: 1px solid rgb(229 229 229 / 80%);
	border-top: 1px solid rgb(229 229 229 / 80%);
	border-right: 1px solid rgb(229 229 229 / 80%);
	height: 23vh;
	width:90%;
    margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	background:  url('../images/jzjgt.png') no-repeat;
	background-position: right 0px;
	background-size: 40% 100%;
}
#box .content .content_2 .content2_txt .swiper-container {
	width: 90%;
	height: 1200px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {margin-top: 10px;}
}

/* Standard syntax */
@keyframes mymove {
    50% {margin-top: 10px;}
}
.xhtt{
	width: 11px;
	height: 13px;
	margin: 8
	px auto 0;   
	-webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
	 animation: mymove 2s infinite;
}
.xhts{
	text-align: center;
	margin-top: -40px;
	color: white;
}
#prevzdy{
	background-image: url('../images/jxyytp/Group1.png');	background-position: left 0px;
	background-size: 100% 100%;height: 104px;width:53px ;
	right: auto;
}
#nextzdy{
	background-image: url('../images/jxyytp/Group2.png');	background-position: right 0px;
	background-size: 100% 100%;height: 104px;width:53px ;
	left: auto;
}
#whprevzdy{
	background-image: url('../images/index/ygfc.png');	
	background-position: left 0px;
	background-size: 100% 100%;height: 80px;width:160px ;
	right: auto;
}
#whnextzdy{
	background-image: url('../images/index/ygfc.png');
    background-position: right 0px;
	background-size: 100% 100%;height: 80px;width:160px ;
	right: auto;
}
#box .content .content_3 .content3_txt .swiper-button-prev {
	position: absolute;
	top:80%;
	right:5%;
}

#box .content .content_3 .content3_txt .swiper-button-next {
	right: 0;
	top:80%;
	right: 5%;
}
.z{
	left: -200px;
	opacity:0.4;
}
.r{
	right: -200px;
	opacity:0.4;
}