.bgcolor1{
	background-color: rgba(0,0,0,0.4);
}
.bgcolor2{
	background-color: #f5f5f5;
}
.bgcolor3{
	background-color: #f7f7f7;
}
.bgcolor4{
	border-bottom: 1px solid #f5f5f5;
}


.bgimg1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_ml_018.jpg);
}
.bgimg2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.bgimg3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_ml_022.jpg);
}
.bgimg4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_ml_024.jpg);
}
.bgimg6 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_ml_041.jpg);
}
.bgimg7 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_ml_038.jpg);
}
.bgimg8 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ycl_ml_049.jpg);
}


/* 头部导航 */
.pc-header-height-div{
	height: 80px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 15px;
	padding-right: 15px;
}
.pc-header.ny-pc-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	transition: all .5s;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #003ca6;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor{
	background-color: #fff;
	height: 40%;
	background-image: url(../img/gdjqr_008.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box{
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left{
	width: 237px;
	height: 38px;
}
.pc-header .left .logo{
	position: relative;
	width: 237px;
	height: 38px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../img/ycl_ml_001.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 237px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.pc-header.scroll .left .logo::after,
.pc-header.active .left .logo::after,
.pc-header.ny-pc-header .left .logo::after,
.pc-header .left .logo:hover::after{
	opacity: 0;
}
.pc-header .left .logo::before{
	content: "";
	background-image: url(../img/ycl_ml_001-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 237px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1650px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .center{
	width: calc(100% - 460px);
	text-align: center;
	font-size: 0;
}
.pc-header .right{
	text-align: right;
	font-size: 0;
}
.pc-header .center .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .center .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .center .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
}
.pc-header.active .center .level1>li>a,
.pc-header.scroll .center .level1>li>a,
.pc-header.ny-pc-header .center .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .center .level1>li:hover>a{
	color: #fff;
	background-color: #003ca6;
}
.pc-header .center .level1>li.active>a>span{
	position: relative;
}
.pc-header .center .level1>li.active>a>span::after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 9px;
	background-color: #003ca6;
	transition: all .5s;
	z-index: -1;
	width: 115%;
}
.pc-header.scroll .center .level1>li.active>a>span::after{
	bottom: -13px;
	height: 7px;
	width: 100%;
}
.pc-header .center .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #003ca6;
	padding: 10px 0;
}
.pc-header .center .level2>li{
	text-align: left;
}
.pc-header .center .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .center .level2>li>a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .center .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .center .level2>li>a:hover {
	background-color: #01348f;
}

.pc-header .center .level3>li>a {
	display: block;
	padding: 5px 25px 5px 50px;
	text-decoration: none;
	color: #fff;
}
.pc-header .center .level3>li>a:hover {
	background-color: #01348f;
}

.pc-header .right .box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	padding-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .box  .jxs-box{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .box .jxs-box a{
	color: #fff;
}
.pc-header.active .right .box  .jxs-box a,
.pc-header.scroll .right .box  .jxs-box a,
.pc-header.ny-pc-header .right .box  .jxs-box a{
	color: #666666;
}
.pc-header .right .box .jxs-box a:hover{
	color: #003ca6;
}
.pc-header .right .box  .jxs-box a i{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.pc-header .right .box  .jxs-box a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 2px;
}
.pc-header .right .box  .search{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .box .search a i{
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .box .search a i,
.pc-header.scroll .right .box .search a i,
.pc-header.ny-pc-header .right .box .search a i{
	color: #666666;
}
.pc-header .right .box .search a:hover i{
	color: #003ca6;
}
@media screen and (max-width: 1680px){
	.pc-header .center .level1>li>a{
		font-size: 16px;
	}
	.pc-header .right .box {
	    margin-left: 25px;
	    padding-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .center .level1>li>a{
		font-size: 16px;
		padding: 25px 25px;
	}
	.pc-header.active .center .level1>li>a,
	.pc-header.scroll .center .level1>li>a,
	.pc-header.ny-pc-header .center .level1>li>a{
	    padding: 25px 25px;
	}
	.pc-header .right .box {
	    margin-left: 20px;
	    padding-left: 20px;
	}
	.pc-header-height-div{
		height: 74px;
	}
	.pc-header .left {
	    width: 168px;
	    height: 27px;
	}
	.pc-header .left .logo::after,
	.pc-header .left .logo::before,
	.pc-header .left .logo{
	    width: 168px;
	    height: 27px;
	}
	.pc-header .center {
	    width: calc(100% - 440px);
	}
}
@media screen and (max-width: 1280px){
	.pc-header .center .level1>li>a{
		font-size: 14px;
		padding: 25px 20px;
	}
	.pc-header.active .center .level1>li>a,
	.pc-header.scroll .center .level1>li>a,
	.pc-header.ny-pc-header .center .level1>li>a{
	    padding: 25px 20px;
	}
	.pc-header .right .box {
	    margin-left: 15px;
	    padding-left: 15px;
	}
	.pc-header .right .box a {
	    font-size: 14px;
	}
	.pc-header .right .box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header-height-div{
		height: 71px;
	}
	.pc-header .left {
	    width: 156px;
	    height: 25px;
	}
	.pc-header .left .logo::after,
	.pc-header .left .logo::before,
	.pc-header .left .logo{
	    width: 156px;
	    height: 25px;
	}
	.pc-header .center {
	    width: calc(100% - 460px);
	}
}
@media screen and (max-width: 991px){
	
}

/*wap端导航*/
.wap-nav {
	padding: 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-weimingmingwenjianjia_sousuo{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}
@media screen and (max-width: 991px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 85px;
	}
}
@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 70%;
	}
	.wap-search-box .icon-weimingmingwenjianjia_sousuo{
		font-size: 32px;
	}
	.wap-search-box{
		right: 82px;
	}
}
@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 60%;
	}
	.wap-search-box .icon-weimingmingwenjianjia_sousuo{
		font-size: 30px;
	}
	.wap-search-box{
		right: 78px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 68px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.wap-burger_menu.active{
	height: calc(100% - 68px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}
@media screen and (max-width: 991px) {
	.wap-burger_menu{
		top: 63px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 63px);
	}
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 62px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 62px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 62px;
	}
	.wap-burger_menu{
		top: 62px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 62px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 76px;
}
@media screen and (max-width: 991px) {
	.wap-header-height-div{
		height: 68px;
	}
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 64px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 62px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/

/*轮播分页器自定义样式*/
.pc-swiper-container{
	position: relative;
}
.pc-swiper-container .swiper-pagination-bullet{
	width: 37px !important;
	height: 3px !important;
	border-radius:0 !important;
	background: #fff !important;
	opacity: 1 !important;
}
.pc-swiper-container .swiper-pagination-bullet-active {
    background: #253e91 !important;
}
.pc-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px !important;;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 40px;
}
/*轮播分页器自定义样式 end*/


.module-001{
	text-align: center;
}
.module-001.left{
	text-align: left;
}
.module-001 .box{
	display: inline-block;
}
.module-001 .box .title-en{
	font-size: 16px;
	color: #999999;
}
.module-001.color1 .box .title-en{
	color: #fff;
}
.module-001.left .box .title-en{
	text-align: left !important;
}
.module-001 .box .title-cn{
	font-size: 32px;
	color: #333333;
}
.module-001.color1 .box .title-cn{
	color: #fff;
}
.module-001.left .box .title-cn{
	text-align: left !important;
}
.module-001 .box .hx{
	width: 30px;
	border-top: 6px solid #043ea3;
	margin-bottom: 0;
	margin-top: 10px;
}
.module-001.color1 .box .hx{
	border-top: 6px solid #fff;
}
.module-001.left .box .hx{
	text-align: left !important;
	margin: 0;
	margin-top: 10px;
}
@media screen and (max-width: 1680px) {
	.module-001 .box .title-cn {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-001 .box .title-cn {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001 .box .title-cn {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001 .box .title-cn {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-001 .box .title-cn {
	    font-size: 22px;
	}
	.module-001 .box .hx {
	    border-top: 5px solid #043ea3;
	}
}
@media screen and (max-width: 767px) {
	.module-001 .box .title-cn {
	    font-size: 20px;
	}
	.module-001 .box .title-en {
	    font-size: 14px;
	}
	.module-001 .box .hx {
	    border-top: 4px solid #043ea3;
	}
}
@media screen and (max-width: 575px) {
	.module-001 .box .title-cn {
	    font-size: 18px;
	}
	.module-001 .box .title-en {
	    font-size: 12px;
	}
	.module-001 .box .hx {
	    border-top: 3px solid #043ea3;
	}
}




.module-002{
	text-align: center;
}
.module-002 .title{
	color: #333333;
	font-size: 30px;
}
.module-002 .note1{
	color: #333333;
	font-size: 20px;
	max-width: 1200px;
	margin: 30px auto 0;
	line-height: 2em;
}
.module-002 .note2{
	color: #333333;
	font-size: 20px;
	max-width: 1300px;
	margin: 30px auto 0;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-002 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-002 .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-002 .title {
	    font-size: 20px;
	}
	.module-002 .note1,
	.module-002 .note2{
		font-size: 18px;
		margin: 25px auto 0;
	}
}
@media screen and (max-width: 767px) {
	.module-002 .title {
	    font-size: 18px;
	}
	.module-002 .note1,
	.module-002 .note2{
		font-size: 16px;
		margin: 20px auto 0;
		line-height: 1.75em;
	}
}
@media screen and (max-width: 575px) {
	.module-002 .title {
	    font-size: 16px;
	}
	.module-002 .note1,
	.module-002 .note2{
		font-size: 14px;
		margin: 15px auto 0;
	}
}





.module-003{
	text-align: center;
	margin-bottom: 30px;
}
.module-003 .box{
	display: inline-block;
	text-align: left;
}
.module-003 .box .num{
	color: #003ca6;
	font-size: 68px;
	font-weight: bold;
	line-height: 1em;
}
.module-003 .box .note{
	color: #999999;
	font-size: 22px;
	margin-top: 10px;
	line-height: 1em;
}
@media screen and (max-width: 991px){
	.module-003 .box .num{
		font-size: 24px;
	}
	.module-003 .box .note {
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-003{
		margin-bottom: 25px;
	}
	.module-003 .box .num{
		font-size: 24px;
	}
	.module-003 .box .note {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.module-003{
		margin-bottom: 20px;
	}
	.module-003 .box .num{
		font-size: 20px;
	}
	.module-003 .box .note {
	    font-size: 14px;
	}
}



.module-004{
	text-align: center;
}
.module-004 a{
	display: inline-block;
	border: 1px solid #d9d9d9;
	padding: 10px 30px;
	color: #616161;
	font-size: 14px;
}
.module-004 a:hover{
	background-color: #003ca6;
	color: #fff;
}
@media screen and (max-width: 767px){
	.module-004 a{
		padding: 8px 25px;
	}
}
@media screen and (max-width: 575px){
	.module-004 a{
		padding: 7px 20px;
		font-size: 12px;
	}
}




.module-005{
	padding-left: 15px;
	padding-right: 15px;
}
.module-005 .title{
	font-size: 36px;
	color: #fff;
}
.module-005 .note{
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	max-width: 1080px;
	line-height: 2em;
}
.module-005 ul{
	margin-top: 50px;
}
.module-005 ul>li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px;
}
.module-005 ul>li>a{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #e3e3e3;
	color: #fff;
	border-radius: 50px;
}
.module-005 ul>li>a:hover{
	background-color: #253e91;
	border: 1px solid #253e91;
}
@media screen and (max-width: 1680px){
	.module-005 .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px){
	.module-005 .title {
	    font-size: 30px;
	}
	.module-005 ul {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1280px){
	.module-005 .title {
	    font-size: 28px;
	}
	.module-005 ul {
	    margin-top: 40px;
	}
	.module-005 ul>li>a {
	    padding: 9px 25px;
	}
}
@media screen and (max-width: 1199px){
	.module-005 .title {
	    font-size: 26px;
	}
	.module-005 ul {
	    margin-top: 35px;
	}
	.module-005 ul>li>a {
	    padding: 8px 25px;
	}
}
@media screen and (max-width: 991px){
	.module-005 .title {
	    font-size: 24px;
	}
	.module-005 ul {
	    margin-top: 30px;
	}
	.module-005 ul>li {
	    margin-right: 25px;
	}
	.module-005 ul>li>a {
	    padding: 7px 20px;
	}
}
@media screen and (max-width: 767px){
	.module-005 .title {
	    font-size: 22px;
	}
	.module-005 .note {
	    font-size: 16px;
	}
	.module-005 ul {
	    margin-top: 25px;
	}
	.module-005 ul>li {
	    margin-right: 20px;
	}
	.module-005 ul>li>a {
	    padding: 6px 15px;
	}
}
@media screen and (max-width: 575px){
	.module-005 .title {
	    font-size: 20px;
	}
	.module-005 .note {
	    font-size: 14px;
	    margin-top: 10px;
	    line-height: 1.75em;
	}
	.module-005 ul {
	    margin-top: 20px;
	}
	.module-005 ul>li {
	    margin-right: 15px;
	}
	.module-005 ul>li>a {
	    padding: 5px 10px;
		font-size: 12px;
	}
}



.module-006{
	cursor: pointer;
	position: relative;
}
.module-006 .tp{
	padding-bottom: 50%;
	transform: scale(1.01);
}
.module-006 .text-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .5s;
}
.module-006 .text-box:hover{
	background-color: rgba(0,60,166,0.3);
}
.module-006 .thumb-active .text-box{
	background-color: rgba(0,60,166,0.85);
}
.module-006 .text-box .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.module-006 .text-box .box .hx{
	border-top: 3px solid #fff;
	width: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1em;
}
.module-006 .text-box .box .title{
	color: #fff;
	font-size: 24px;
	line-height: 1em;
}
@media screen and (max-width: 1680px){
	.module-006 .text-box .box img{
		width: 55px;
	}
}
@media screen and (max-width: 1440px){
	.module-006 .text-box .box img{
		width: 50px;
	}
	.module-006 .text-box .box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1280px){
	.module-006 .text-box .box .hx {
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.module-006 .text-box .box img{
		width: 45px;
	}
	.module-006 .text-box .box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px){
	.module-006 .text-box .box .hx {
	    border-top: 2px solid #fff;
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
	.module-006 .text-box .box img{
		width: 40px;
	}
	.module-006 .text-box .box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 991px){
	.module-006 .text-box .box .hx {
	    border-top: 1px solid #fff;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.module-006 .text-box .box img{
		width: 35px;
	}
	.module-006 .text-box .box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-006 .text-box .box .hx {
	    border-top: 2px solid #fff;
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
	.module-006 .text-box .box img{
		width: 45px;
	}
	.module-006 .text-box .box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.module-006 .text-box .box .hx {
	    border-top: 1px solid #fff;
	    margin-top: 15px;
	    margin-bottom: 20px;
	}
	.module-006 .text-box .box img{
		width: 42px;
	}
	.module-006 .text-box .box .title{
		font-size: 16px;
	}
}



.module-007{
	margin-top: 50px;
	line-height: 2em;
	max-width: 600px;
}
@media screen and (max-width: 1680px){
	.module-007{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1440px){
	.module-007{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1280px){
	.module-007{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1199px){
	.module-007{
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px){
	.module-007{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px){
	.module-007{
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-007{
		margin-top: 15px;
		line-height: 1.75em;
	}
}


.module-008{
	position: relative;
	margin-bottom: 30px;
}
.module-008 a{
	display: block;
}
.module-008 .tp{
	padding-bottom: 100%;
}
.module-008 .text-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .5s;
}
.module-008 .text-box:hover{
	background-color: rgba(0,60,166,0.8);
}
.module-008 .text-box .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.module-008 .text-box .box .title{
	color: #fff;
	font-size: 30px;
	line-height: 1em;
}
.module-008 .text-box .box .hx{
	border-top: 3px solid #fff;
	width: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1em;
}
.module-008 .text-box .box .note{
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 1199px){
	.module-008 .text-box .box .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 991px){
	.module-008 .text-box .box .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 767px){
	.module-008 .text-box .box .title {
	    font-size: 24px;
	}
	.module-008 .text-box .box .hx {
	    border-top: 2px solid #fff;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px){
	.module-008 .text-box .box .title {
	    font-size: 22px;
	}
	.module-008 .text-box .box .hx {
	    border-top: 1px solid #fff;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.module-008 .text-box .box .note{
		font-size: 14px;
	}
}







.module-009{
	text-align: right;
}
.module-009 .box{
	display: inline-block;
	text-align: center;
	margin-left: 30px;
}
.module-009 .box:nth-child(1){
	margin-left: 0;
}
.module-009 .title{
	color: #999999;
	font-size: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 1199px){
	.module-009 .box{
		max-width: 120px;
	}
}
@media screen and (max-width: 991px){
	.module-009 .box{
		max-width: 110px;
	}
}
@media screen and (max-width: 767px){
	.module-009{
		text-align: left;
		margin-top: 20px;
	}
	.module-009 .box{
		max-width: 100px;
	}
}
@media screen and (max-width: 575px){
	.module-009 .box{
		max-width: 90px;
	}
}



.module-010 {
	margin-bottom: 30px;
}
.module-010 .tp{
	padding-bottom: 56.32%;
	transition: all .5s;
}
.module-010:hover .tp{
	transform: scale(1.05);
}
.module-010 .text .title{
	color: #ffffff;
	font-size: 24px;
	margin-top: 20px;
}
.module-010 .text .note{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}
.module-010 .text .date{
	color: #ffffff;
	font-size: 18px;
	margin-top: 15px;
}
@media screen and (max-width: 1199px){
	.module-010 .text .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	.module-010 .text .title {
	    font-size: 20px;
	}
	.module-010 .text .date {
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-010 .text .title {
	    font-size: 18px;
	}
	.module-010 .text .date {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-010 .text .title {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.module-010 .text .date {
	    font-size: 12px;
	    margin-top: 10px;
	}
}


.module-011 {
	margin-bottom: 30px;
}
.module-011 .box{
	margin-bottom: 90px;
}
.module-011 .box:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-011 .box a{
	display: block;
	font-size: 0;
}
.module-011 .date{
	display: inline-block;
	padding-right: 20px;
	width: 80px;
	vertical-align: middle;
}
.module-011 .date .r{
	font-size: 36px;
	color: #ffffff;
	line-height: 1em;
}
.module-011 .date .ny{
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
	margin-top: 10px;
}
.module-011 .text{
	width: calc(100% - 80px);
	display: inline-block;
	padding-left: 20px;
	border-left:1px solid rgba(255,255,255,0.5);
	vertical-align: middle;
}
.module-011 .text .title{
	font-size: 26px;
	color: #ffffff;
	line-height: 1.05em;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.module-011 .text .note{
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
	line-height: 1em;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
@media screen and (max-width: 1680px){
	.module-011 .date .r {
	    font-size: 34px;
	}
	.module-011 .text .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1440px){
	.module-011 .box {
	    margin-bottom: 80px;
	}
	.module-011 .date .r {
	    font-size: 32px;
	}
	.module-011 .text .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1280px){
	.module-011 .box {
	    margin-bottom: 70px;
	}
	.module-011 .date .r {
	    font-size: 30px;
	}
	.module-011 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1199px){
	.module-011 .box {
	    margin-bottom: 55px;
	}
	.module-011 .date {
	    padding-right: 15px;
	    width: 75px;
	}
	.module-011 .date .r {
	    font-size: 26px;
	}
	.module-011 .text {
	    width: calc(100% - 75px);
	    padding-left: 15px;
	}
	.module-011 .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 991px){
	.module-011 .box {
	    margin-bottom: 60px;
	}
	.module-011 .date .r {
	    font-size: 30px;
	}
	.module-011 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-011 .box {
	    margin-bottom: 45px;
	}
	.module-011 .date {
	    padding-right: 15px;
	    width: 75px;
	}
	.module-011 .date .r {
	    font-size: 26px;
	}
	.module-011 .text {
	    width: calc(100% - 75px);
	    padding-left: 15px;
	}
	.module-011 .text .title {
	    font-size: 18px;
		line-height: 1.75em;
		overflow:initial;
		text-overflow:initial;
		display:initial; 
		-webkit-box-orient:initial;
		-webkit-line-clamp:initial; 
	}
}
@media screen and (max-width: 575px){
	.module-011 .box {
	    margin-bottom: 30px;
	}
	.module-011 .date {
	    padding-right: 10px;
	    width: 55px;
	}
	.module-011 .date .r {
	    font-size: 24px;
	}
	.module-011 .date .ny {
	    font-size: 12px;
	}
	.module-011 .text {
	    width: calc(100% - 55px);
	    padding-left: 10px;
	}
	.module-011 .text .title {
	    font-size: 16px;
	}
	.module-011 .text .note {
	    margin-top: 15px;
	}
}



.module-012{
	text-align: center;
}
.module-012 a{
	display: inline-block;
	border: 1px solid #003ca6;
	padding: 10px 30px;
	color: #fff;
	background-color: #003ca6;
}
.module-012 a:hover{
	background-color: #fff;
	color: #003ca6;
}



.module-013{
	padding: 190px 105px;
	position: relative;
}
.module-013 .swiper-jtjj-container{
	overflow: hidden;
}
.module-013 .swiper-jtjj-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0);
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	transition: all .5s;
	outline: none;
}
.module-013 .swiper-jtjj-prev:hover{
	background-color: #0943a9;
	border: 1px solid #0943a9;
}
.module-013 .swiper-jtjj-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-013 .swiper-jtjj-prev:hover::after{
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-013 .swiper-jtjj-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0);
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	transition: all .5s;
	outline: none;
}
.module-013 .swiper-jtjj-next:hover{
	background-color: #0943a9;
	border: 1px solid #0943a9;
}
.module-013 .swiper-jtjj-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-013 .swiper-jtjj-next:hover::after{
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1680px) {
	.module-013{
		padding: 180px 100px;
	}
}
@media screen and (max-width: 1440px) {
	.module-013{
		padding: 150px 90px;
	}
}
@media screen and (max-width: 1280px) {
	.module-013{
		padding: 120px 80px;
	}
}
@media screen and (max-width: 1199px) {
	.module-013{
		padding: 90px 70px;
	}
	.module-013 .swiper-jtjj-prev{
		width: 45px;
		height: 45px;
	}
	.module-013 .swiper-jtjj-next{
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-013{
		padding: 60px 50px;
	}
	.module-013 .swiper-jtjj-prev{
		width: 30px;
		height: 30px;
	}
	.module-013 .swiper-jtjj-next{
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-013 {
	    padding: 30px 0px;
	}
}


.module-014 .title{
	font-size: 46px;
	color: #fff;
	line-height: 1em;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.module-014 .bjb{
	color: #fff;
	padding: 0;
}
@media screen and (max-width: 1440px) {
	.module-014 .title{
		font-size: 44px;
	}
}
@media screen and (max-width: 1280px) {
	.module-014 .title{
		font-size: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-014 .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) {
	.module-014 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 767px) {
	.module-014 .title{
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-014 .title{
		font-size: 26px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}




.module-015{
	padding: 0 50px;
	margin-bottom: 45px;
}
.module-015 .box{
	margin-bottom: 75px;
}
.module-015 .box:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-015 .box .title{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	line-height: 1em;
}
.module-015 .box .note{
	font-size: 24px;
	color: #666666;
}
@media screen and (max-width: 1440px) {
	.module-015 .box{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-015 .box{
		margin-bottom: 60px;
	}
	.module-015 .box .title{
		font-size: 28px;
	}
	.module-015 .box .note{
		font-size: 22px;
	}
}
@media screen and (max-width: 1199px) {
	.module-015{
		padding: 0 40px;
	}
	.module-015 .box{
		margin-bottom: 50px;
	}
	.module-015 .box .title{
		font-size: 26px;
	}
	.module-015 .box .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-015{
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.module-015 .box{
		margin-bottom: 40px;
	}
	.module-015 .box .title{
		font-size: 24px;
	}
	.module-015 .box .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-015{
		padding: 0 15px;
		margin-bottom: 35px;
	}
	.module-015 .box{
		margin-bottom: 30px;
	}
	.module-015 .box .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.module-015 .box .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-015{
		padding: 0;
		margin-bottom: 30px;
	}
	.module-015 .box{
		margin-bottom: 20px;
	}
	.module-015 .box .title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.module-015 .box .note{
		font-size: 14px;
	}
}



.module-016{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.module-016 .right .text{
	color: #999999;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	.module-016 .left img{
		width: 210px;
	}
}
@media screen and (max-width: 767px) {
	.module-016 .left img{
		width: 190px;
	}
	.module-016{
		padding: 20px 0;
		margin-bottom: 0px;
	}
	.module-016 .right .text{
		color: #999999;
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-016 .left img{
		width: 170px;
	}
}


.module-017{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.module-017 dl>dt{
	margin-bottom: 20px;
}
.module-017 dl>dt>a{;
	color: #666666;
	font-size: 16px;
	transition: all .5s;
}
.module-017 dl>dt>a:hover{
	color: #003ca6;
}
.module-017 dl>dd{
	margin-bottom: 5px;
}
.module-017 dl>dd>a{
	color: #999999;
	transition: all .5s;
}
.module-017 dl>dd>a:hover{
	color: #003ca6;
}
@media screen and (max-width: 991px) {
	.module-017 dl>dt {
	    margin-bottom: 15px;
	}
	.module-017 dl>dt>a{
		font-size: 14px;
	}
	.module-017 dl>dd {
	    margin-bottom: 15px;
	}
	.module-017 dl>dd>a{
		font-size: 12px;
	}
}


.module-018 {
	padding-left: 85px;
}
.module-018 .title{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.module-018 .note{
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}
.module-018 .note span{
	font-size: 22px;
}
@media screen and (max-width: 1280px) {
	.module-018 {
		padding-left: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.module-018 {
		padding-left: 60px;
	}
	.module-018 .note span{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-018 {
		padding-left: 0px;
	}
	.module-018 .title{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.module-018 .note{
		font-size: 12px;
	}
	.module-018 .note span{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-018 {
		padding-top: 15px;
		padding-left: 0px;
	}
}


.module-019{
	padding: 20px 0;
}
.module-019 .text{
	color: #999999;
	font-size: 12px;
	line-height: 1.5em;
}
.module-019 .text a{
	color: #999999;
	font-size: 12px;
	transition: all .5;
}
.module-019 .text a:hover{
	color: #003ca6;
}
@media screen and (max-width: 767px) {
	.module-019{
		padding: 15px 0;
	}
}




.module-020{
	padding: 15px 0 0;
}
.module-020 ul>li{
	display: inline-block;
	margin-right: 45px;
	margin-bottom: 15px;
}
.module-020 ul>li>a{
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px;
	color: #5e5e5e;
	font-size: 16px;
}
.module-020 ul>li.active>a,
.module-020 ul>li>a:hover{
	background-color: #003ca6;
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.module-020 ul>li{
		margin-right: 30px;
	}
	.module-020 ul>li>a {
	    padding: 10px 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-020 ul>li{
		margin-right: 20px;
	}
	.module-020 ul>li>a {
	    padding: 7px 10px;
	}
}



.module-021 .nav-top{
	border-bottom: 1px solid #ededed;
}
.module-021 .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	color: #003ca6;
}
.module-021 .nav-top .right{
	float: right;
	padding: 17px 15px;
	cursor: pointer;
	font-size: 14px;
}
.module-021 .nav-top .right:hover{
	color: #003ca6;
}
.module-021 ul{
	display: none;
	width: 100%;
}
.module-021 ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
}
.module-021 ul>li.active>a,
.module-021 ul>li>a:hover{
	border-bottom: 1px solid #003ca6;
	color: #fff;
	background-color: #003ca6;
}



.module-022{
	margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
	.module-022{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-022{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-022{
		margin-bottom: 15px;
	}
}



.module-023 {
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 50px;
}
.module-023 .title{
	color: #333333;
	font-size: 28px;
	margin-bottom: 10px;
}
.module-023 .note{
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.module-023 .note span{
	margin-right: 30px;
}
.module-023 .date{
	color: #999999;
	font-size: 14px;
}

@media screen and (max-width: 1680px) {
	.module-023 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-023 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-023 {
		margin-bottom: 35px;
	}
	.module-023 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-023 {
		margin-bottom: 30px;
	}
	.module-023 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-023 {
		margin-bottom: 25px;
	}
	.module-023 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-023 {
		margin-bottom: 20px;
	}
	.module-023 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 {
		padding-bottom: 10px;
	}
	.module-023 .title{
		font-size: 18px;
	}
	.module-023 .note{
		font-size: 12px;
	}
	.module-023 .date{
		font-size: 12px;
	}
}

.module-024 {
	margin-bottom: 20px;
}
.module-024 .title{
	color: #1149ac;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	line-height: 1em;
}
@media screen and (max-width: 1280px) {
	.module-024 {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.module-024 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-024 {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.module-024 {
		margin-bottom: 0px;
	}
	.module-024 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-024 .title{
		font-size: 14px;
		padding-bottom: 10px;
	}
}


.module-025{
	margin-bottom: 55px;
}
.module-025 .left{
	margin-bottom: 30px;
}
.module-025 .icon-box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	transition: all .5s;
}
.module-025 .left:hover .icon-box{
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
}
.module-025 .icon-box .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-025 .right{
	margin-bottom: 30px;
}
.module-025 .tp{
	padding-bottom: 62.2%;
}
.module-025 .text-box .title{
	font-size: 26px;
}
.module-025 .text-box .bjb{
	padding: 0;
	margin-top: 15px;
}
@media screen and (max-width: 1199px) {
	.module-025{
		margin-bottom: 50px;
	}
	.module-025{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 991px) {
	.module-025{
		margin-bottom: 40px;
	}
	.module-025 .left{
		margin-bottom: 25px;
	}
	.module-025 .right{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-025{
		margin-bottom: 30px;
	}
	.module-025 .left{
		margin-bottom: 20px;
	}
	.module-025 .right{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-025{
		margin-bottom: 20px;
	}
	.module-025 .text-box .title{
		font-size: 16px;
	}
	.module-025 .left{
		margin-bottom: 15px;
	}
	.module-025 .right{
		margin-bottom: 15px;
	}
}


.module-026{
	margin-bottom: 50px;
}
.module-026 .title{
	font-size: 30px;
	color: #333333;
	padding-left: 15px;
	border-left: 4px solid #003ca6;
	line-height: 1em;
	font-weight: bold;
}
@media screen and (max-width: 1440px) {
	.module-026{
		margin-bottom: 45px;
	}
	.module-026 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-026{
		margin-bottom: 40px;
	}
	.module-026 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-026{
		margin-bottom: 35px;
	}
	.module-026 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-026{
		margin-bottom: 30px;
	}
	.module-026 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-026{
		margin-bottom: 25px;
	}
	.module-026 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-026{
		margin-bottom: 20px;
	}
	.module-026 .title{
		font-size: 20px;
	}
}

.module-027{
	margin-bottom: 65px;
	max-width: 600px;
}
.module-027 .title{
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.module-027 .note{
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
	.module-027{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-027{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-027{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-027{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-027{
		margin-bottom: 40px;
	}
	.module-027 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-027{
		margin-bottom: 35px;
	}
	.module-027 .title{
		font-size: 16px;
	}
	.module-027 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-027{
		margin-bottom: 30px;
	}
	.module-027 .title{
		font-size: 14px;
	}
	.module-027 .note{
		font-size: 12px;
		margin-bottom: 5px;
	}
}



.module-028 {
	text-align: center;
}
.module-028 .title-en{
	font-size: 80px;
	color: #dddddd;
	line-height: 1em;
	font-weight: 100;
}
.module-028 .title-cn{
	font-size: 36px;
	color: #333333;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 30px;
}
.module-028 .note{
	color: #333333;
	font-size: 18px;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-028 .title-en{
		font-size: 62px;
	}
}
@media screen and (max-width: 1440px) {
	.module-028 .title-en{
		font-size: 56px;
	}
}
@media screen and (max-width: 1280px) {
	.module-028 .title-en{
		font-size: 50px;
	}
	.module-028 .title-cn{
		font-size: 34px;
	}
}
@media screen and (max-width: 1199px) {
	.module-028 .title-en{
		font-size: 44px;
	}
	.module-028 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-028 .title-en{
		font-size: 38px;
	}
	.module-028 .title-cn{
		font-size: 26px;
		margin-bottom: 25px;
		margin-top: 5px;
	}
	.module-028 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-028 .title-en{
		font-size: 32px;
	}
	.module-028 .title-cn{
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.module-028 .note{
		font-size: 14px;
		line-height: 1.75em;
	}
}
@media screen and (max-width: 575px) {
	.module-028 .title-en{
		font-size: 26px;
	}
	.module-028 .title-cn{
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.module-028 .note{
		font-size: 12px;
		line-height: 1.75em;
	}
}


.module-029 {
	padding-top: 15px;
	max-width: 700px;
}
.module-029.color1 {
	max-width: 100%;
}
.module-029 .title{
	font-size: 30px;
	color: #333333;
}
.module-029.color1 .title{
	color: #fff;
}
.module-029 .note{
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	line-height: 2em;
}
.module-029.color1 .note{
	color: #fff;
}
.module-029 ul{
	margin-top: 50px;
}
.module-029 ul>li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}
.module-029 ul>li>a{
	display: inline-block;
	color: #333;
	font-size: 14px;
	padding: 15px 30px;
	background-color: #f5f5f5;
	transition: all .5s;
}
.module-029 ul>li>a:hover{
	background-color: #003CA6;
	color: #fff;
}
.module-029.color1 ul>li>a{
	background-color: #cccccc;
}
.module-029.color1 ul>li>a:hover{
	background-color: #003CA6;
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.module-029 ul{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-029 .title {
	    font-size: 28px;
	}
	.module-029 ul{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-029 .title {
	    font-size: 26px;
	}
	.module-029 ul{
		margin-top: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-029 .title {
	    font-size: 24px;
	}
	.module-029 ul{
		margin-top: 30px;
	}
	.module-029 ul>li{
		margin-right: 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-029 .title {
	    font-size: 22px;
	}
	.module-029 .note{
		margin-top: 15px;
	}
	.module-029 ul{
		margin-top: 25px;
	}
	.module-029 ul>li{
		margin-right: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-029 .title {
	    font-size: 20px;
	}
	.module-029 .note{
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.75em;
	}
	.module-029 ul{
		margin-top: 20px;
	}
	.module-029 ul>li>a {
	    font-size: 12px;
	    padding: 7px 15px;
	}
	.module-029 ul>li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
}


.module-030{
	text-align: center;
}
.module-030 .title{
	color: #333333;
	font-size: 30px;
}
.module-030 .note{
	color: #333333;
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
}
@media screen and (max-width: 1280px) {
	.module-030 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-030 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-030 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-030 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-030 .title{
		font-size: 20px;
	}
	.module-030 .note{
		font-size: 12px;
		line-height: 1.75em;
		margin-top: 10px;
	}
}



.module-040 {
	padding-bottom: 90px;
	margin-bottom: 80px;
	border-bottom: 1px solid #f5f5f5;
}
.module-040 .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-040 a:hover .tp{
	transform: scale(1.05);
}
.module-040 .text-box{
	padding-left: 40px;
}
.module-040 .text-box .title{
	font-size: 26px;
	color: #000000;
}
.module-040 .text-box .date{
	color: #999999;
	font-size: 22px;
	margin-top: 35px;
}
.module-040 .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 30px;
}
.module-040 .text-box .bt{
	margin-top: 60px;
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #003ca6;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-040 a:hover .text-box .bt{
	color: #fff;
	background-color: #003ca6;
	border: 1px solid #003ca6;
}
@media screen and (max-width: 1680px) {
	.module-040 {
	    padding-bottom: 70px;
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-040 {
	    padding-bottom: 60px;
	    margin-bottom: 60px;
	}
	.module-040 .text-box {
	    padding-left: 20px;
	}
	.module-040 .text-box .title {
	    font-size: 22px;
	}
	.module-040 .text-box .date {
	    font-size: 18px;
	    margin-top: 25px;
	}
	.module-040 .text-box .note {
	    margin-top: 25px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-040 {
	    padding-bottom: 50px;
	    margin-bottom: 50px;
	}
	.module-040 .text-box {
	    padding-left: 10px;
	}
	.module-040 .text-box .title {
	    font-size: 20px;
	}
	.module-040 .text-box .date {
	    font-size: 16px;
	    margin-top: 25px;
	}
	.module-040 .text-box .note {
	    margin-top: 25px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-040 {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.module-040 .text-box {
		padding-left: 0;
	}
	.module-040 .text-box .title {
	    font-size: 18px;
	}
	.module-040 .text-box .date {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-040 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-040 .text-box .bt {
	    margin-top: 15px;
	    padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-040 {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.module-040 .text-box {
		padding-top: 30px;
	    padding-left: 0;
	}
	.module-040 .text-box .title {
	    font-size: 20px;
	}
	.module-040 .text-box .date {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.module-040 .text-box .note {
	    margin-top: 20px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-040 {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.module-040 .text-box {
		padding-top: 15px;
	}
	.module-040 .text-box .title {
	    font-size: 18px;
	}
	.module-040 .text-box .date {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-040 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-040 .text-box .bt {
	    margin-top: 15px;
	    padding: 12px 25px;
	}
}



.module-041 {
	margin-bottom: 120px;
	transition: all .5s;
}
.module-041:hover {
	background-color: rgba(234,242,255,1);
}
.module-041 .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-041 a:hover .tp{
	transform: scale(1.05);
}
.module-041 .text-box .title{
	font-size: 24px;
	color: #000000;
}
.module-041 .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
}
.module-041 .text-box .date-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.module-041 .text-box .date-box .date{
	color: #999999;
	font-size: 16px;
}
.module-041 .text-box .date-box .bt{
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #003ca6;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-041 a:hover .text-box .date-box .bt{
	color: #fff;
	background-color: #003ca6;
	border: 1px solid #003ca6;
}
@media screen and (max-width: 1280px) {
	.module-041{
		margin-bottom: 100px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041{
		margin-bottom: 80px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-041{
		margin-bottom: 60px;
	}
	.module-041 .text-box .title {
	    font-size: 22px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-041{
		margin-bottom: 40px;
	}
	.module-041 .text-box{
		padding-top: 30px;
	}
	.module-041 .text-box .title {
	    font-size: 20px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 25px;
	}
	.module-041 .text-box .date-box .date {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-041{
		margin-bottom: 20px;
	}
	.module-041 .text-box{
		padding-top: 15px;
	}
	.module-041 .text-box .title {
	    font-size: 18px;
	}
	.module-041 .text-box .note {
	    font-size: 12px;
		line-height: 1.75em;
	}
	.module-041 .text-box .date-box {
	    margin-top: 15px;
	}
	.module-041 .text-box .date-box .date {
	    font-size: 12px;
	}
	.module-041 .text-box .date-box .bt{
		padding: 10px 20px;
	}
}



.module-042 {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}
.module-042 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.module-042 .note{
	font-size: 12px;
	color: #999999;
}
.module-042 .note span{
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	margin-bottom: 20px;
}
.module-042 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-042 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .title {
	    font-size: 16px;
	}
	.module-042 .note span {
	    margin-right: 30px;
	    margin-bottom: 15px;
	}
	.module-042 {
	    margin-bottom: 20px;
	}
}

.module-043{
	margin-bottom: 30px;
	margin-top: 120px;
}
.module-043 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-043 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
	font-size: 0;
}
.module-043 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #026487;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-043 a:hover:after{
	width: 100%;
}
.module-043 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-043 a .left .tp{
	padding-bottom: 75%;
}
.module-043 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-043 a .right .title{
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
}
.module-043 a .right .date{
	color: #999999;
	font-size: 12px;
}


.module-044 video{
	margin-bottom: 15px;
}
.module-044 .bjb{
	padding: 0;
}



.module-045{
	margin-bottom: 30px;
}
.module-045 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-045 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
	font-size: 0;
}
.module-045 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #026487;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-045 a:hover:after{
	width: 100%;
}
.module-045 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-045 a .left .tp{
	padding-bottom: 100%;
}
.module-045 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-045 a .right .title{
	margin-bottom: 10px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
}
.module-045 a .right .date{
	color: #999999;
	font-size: 12px;
}





.module-047{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.module-047 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-047 .left ul>li{
	display: inline-block;
}
.module-047 .left ul>li>a{
	font-size: 12px;
	color: #666666;
}
.module-047 .left ul>li:nth-last-of-type(1)>a{
	color: #333333;
	font-size: 14px;
}
.module-047 .left ul>li::after{
	content: "/";
	color: #d8d8d8;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.module-047 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-047 .left ul>li>a{
	display: inline-block;
	color: #666666;
	transition: all .5s;
	font-size: 12px;
}
.module-047 .left ul>li>a:hover{
	color: #003ca6;
}
.module-047 .right a{
	color: #333;
	font-size: 12px;
}
.module-047 .right a:hover{
	color: #003ca6;
}




.module-050 {
	font-size: 0;
	margin-bottom: 15px;
}
.module-050 .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
	margin-right: 15px;
}
.module-050 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
}
.module-050 .right .title{
	color: #999999;
	font-size: 16px;
	margin-bottom: 5px;
}
.module-050 .right .note{
	font-size: 18px;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.module-050 .right .title{
		font-size: 14px;
	}
	.module-050 .right .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-050 .left{
		padding-right: 10px;
		margin-right: 10px;
		width: 40px;
	}
	.module-050 .right{
		width: calc(100% - 60px);
	}
	.module-050 .right .title{
		font-size: 12px;
	}
	.module-050 .right .note{
		font-size: 14px;
	}
}




.module-051 select{
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	outline: none;
	transition: all .5s;
}
.module-051 select:hover{
	border: 1px solid #003ca6;
}
.module-051 .search-box{
	border: 1px solid #eeeeee;
	font-size: 0;
	transition: all .5s;
}
.module-051 .search-box:hover{
	border: 1px solid #003ca6;
}
.module-051 .search-box input{
	width: 100%;
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
}
.module-051 .a-btn a{
	display: block;
	background-color: rgba(0,60,166,1);
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.module-051 .a-btn a:hover{
	background-color: rgba(0,60,166,0);
	color: #003ca6;
}
.module-051 .a-btn a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #003ca6;
	transition: all .8s;
}
.module-051 .a-btn a:hover::after{
	width: 100%;
}
.module-051 .a-btn a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #003ca6;
	transition: all .8s;
}
.module-051 .a-btn a:hover::before{
	width: 100%;
}
@media screen and (max-width: 991px) {
	.module-051 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-051 .search-box input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-051 .a-btn a {
	    padding: 8px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.module-051 select,
	.module-051 .search-box,
	.module-051 .a-btn{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 select,
	.module-051 .search-box,
	.module-051 .a-btn{
		margin-bottom: 10px;
	}
	.module-051 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-051 .search-box input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-051 .a-btn a {
	    padding: 10px;
		font-size: 12px;
	}
}



/*招聘*/
.module-052 .title-top{
	padding: 20px 15px;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.module-052 .title-top .title{
	font-size: 16px;
}
.module-052 .list{
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}
.module-052 .list p{
	color: #666666;
}
.module-052 .list a{
	display: inline-block;
	padding: 7px 15px;
	background-color: #fff;
	text-decoration: none;
	color: #003ca6;
	border: 1px solid #f0f0f0;
}
.module-052 .list a:hover{
	border: 1px solid #003ca6;
	background-color: #003ca6;
	color: #fff;
}
@media screen and (max-width: 991px){
	.module-052 .list a {
	    padding: 15px 15px;
	}
}
@media screen and (max-width: 767px){
	.module-052 .list a {
	    padding: 10px 15px;
	}
}
@media screen and (max-width: 575px){
	.module-052 .list{
		padding: 10px 15px;
	}
	.module-052 .title-top .title{
		font-size: 14px;
	}
	.module-052 .list a {
	    padding: 7px 15px;
		font-size: 12px;
	}
	.module-052 .list p{
		font-size: 12px;
	}
}
/*招聘 end*/


.module-053{
	max-width: 370px;
	margin: 0 auto;
	
}
.module-053 .title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.module-053 .title span{
	color: #333333;
	font-size: 24px;
	position: relative;
	display: inline-block;
}
.module-053 .title span::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 500px;
	border-top: 1px solid #f6f6f6;
}
.module-053 .title span::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	width: 500px;
	border-top: 1px solid #f6f6f6;
}
.module-053 .note{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}
.module-053 .form-box .box{
	border: 1px solid #f0f0f0;
	padding: 13px 15px;
	font-size: 0;
	margin-bottom: 15px;
}
.module-053 .form-box .box .t{
	font-size: 14px;
	vertical-align: middle;
}
.module-053 .form-box .box input{
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}
.module-053 .form-box .box.l1 input{
	width: calc(100% - 56px);
}
.module-053 .form-box .box.l2 input{
	width: calc(100% - 42px);
}
.module-053 .form-box .box.l3 input{
	width: calc(100% - 70px);
}
.module-053 .form-box .box.l4 input{
	width: calc(100% - 77px);
}
.module-053 .form-box .box2{
	font-size: 0;
}
.module-053 .form-box .box2 .left{
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 13px 15px;
	font-size: 0;
	margin-bottom: 15px;
	width: calc(100% - 130px);
	margin-right: 10px;
}
.module-053 .form-box .box2 .left .t{
	font-size: 14px;
	vertical-align: middle;
}
.module-053 .form-box .box2 .left input{
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
	width: calc(100% - 56px);
}
.module-053 .form-box .box2 .right{
	display: inline-block;
	border: 1px solid #f0f0f0;
}
.module-053 .form-box .box2 .right img{
	height: 48px;
	width: 115px;
}
.module-053 .form-box .box3{
	font-size: 0;
	margin-bottom: 20px;
	margin-top: 15px;
}
.module-053 .form-box .box3 .left{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
.module-053 .form-box .box3 .left input{
	font-size: 14px;
}
.module-053 .form-box .box3 .right{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	font-size: 14px;
	padding-left: 5px;
}
.module-053 .form-box .box3 .right span{
	font-size: 14px;
	color: #666666;
}
.module-053 .form-box .box3 .right a{
	color: #02348d;
}
.module-053 .form-box .box4{
	margin-bottom: 15px;
}
.module-053 .form-box .box4 input{
	display: block;
	border: 1px solid #003ca6;
	background-color: #003ca6;
	color: #fff;
	text-align: center;
	padding: 13px 15px;
	font-size: 14px;
	border-radius: 3px;
	transition: all .5s;
	width: 100%;
	cursor: pointer;
}
.module-053 .form-box .box4 input:hover{
	border: 1px solid #02348d;
	background-color: #02348d;
}
.module-053 .form-box .box5 input{
	color: #003ca6;
}
.module-053 .form-box .box5 a span{
	color: #999999;
}
.module-053 .form-box .box6{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.module-053 .form-box .box6 a{
	color: #003ca6;
}
.module-053 .form-box .box6 a span{
	color: #999999;
}
@media screen and (max-width: 1199px){
	.module-053 .title span {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-053 .title span {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-053 .title span {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-053 .title span {
	    font-size: 18px;
	}
}



.module-054{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
}
.module-054 .box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.module-054 .box .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.module-054 .box .text-box .title{
	color: #fff;
	font-size: 34px;
}
.module-054 .box .text-box .note{
	color: #fff;
	font-size: 24px;
}
@media screen and (max-width: 1680px){
	.module-054{
		height: 500px;
	}
	.module-054 .box .text-box .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px){
	.module-054{
		height: 450px;
	}
	.module-054 .box .text-box .title{
		font-size: 28px;
	}
	.module-054 .box .text-box .note{
		font-size: 22px;
	}
}
@media screen and (max-width: 1280px){
	.module-054{
		height: 400px;
	}
	.module-054 .box .text-box .title{
		font-size: 26px;
	}
	.module-054 .box .text-box .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px){
	.module-054{
		height: 350px;
	}
	.module-054 .box .text-box .title{
		font-size: 24px;
	}
	.module-054 .box .text-box .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 991px){
	.module-054{
		height: 300px;
	}
	.module-054 .box .text-box .title{
		font-size: 22px;
	}
	.module-054 .box .text-box .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-054{
		height: 250px;
	}
	.module-054 .box .text-box .title{
		font-size: 20px;
	}
	.module-054 .box .text-box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-054{
		height: 200px;
	}
	.module-054 .box .text-box .title{
		font-size: 18px;
	}
	.module-054 .box .text-box .note{
		font-size: 12px;
	}
}



.module-055{
	margin-bottom: 30px;
	cursor: pointer;
}
.module-055 .tp{
	padding-bottom: 65.17%;
	transition: all .5s;
}
.module-055:hover .tp{
	transform: scale(1.05);
}
.module-055 .icon-box{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-color: rgba(37,62,145,0);
	transition: all .5s;
}
.module-055:hover .icon-box{
	background-color: rgba(37,62,145,0.37);
}
.module-055 .icon-box .iconfont{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
	opacity: 0;
	transition: all .5s;
}
.module-055:hover .icon-box .iconfont{
	opacity: 1;
}



.module-056{
	padding: 20px 0 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 0;
}
.module-056 .note{
	color: #666666;
	font-size: 14px;
	margin-right: 25px;
	vertical-align: top;
	padding: 10px 0;
	display: inline-block;
}
.module-056 ul{
	width: calc(100% - 57px);
	display: inline-block;
	vertical-align: top;
}
.module-056 ul>li{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 20px;
}
.module-056 ul>li>a{
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	color: #5e5e5e;
	font-size: 14px;
}
.module-056 ul>li.active>a,
.module-056 ul>li>a:hover{
	background-color: #003ca6;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.module-056{
		padding: 15px 0 0;
	}
	.module-056 ul{
		width: calc(100% - 52px);
	}
	.module-056 ul>li{
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.module-056 .note{
		margin-right: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-056{
		padding: 10px 0 0;
	}
	.module-056 .note{
		font-size: 12px;
		margin-right: 15px;
		padding: 7px 0;
	}
	.module-056 ul{
		width: calc(100% - 43px);
	}
	.module-056 ul>li{
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.module-056 ul>li>a {
	    padding: 7px 10px;
		font-size: 12px;
	}
}



.module-057 {
	margin-bottom: 70px;
}
.module-057 .tp{
	padding-bottom: 112.12%;
	transition: all .5s;
}
.module-057 a:hover .tp{
	transform: scale(1.05);
}
.module-057 a{
	display: block;
}
.module-057 .icon{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	display: inline-block;
	padding: 5px 12px;
	background-color: #003ca6;
	border-radius: 50px;
	font-size: 12px;
}
.module-057 .title{
	color: #333333;
	font-size: 18px;
	margin-top: 25px;
}
.module-057 a:hover .title{
	color: #003ca6;
}
@media screen and (max-width: 1680px) {
	.module-057 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-057 {
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-057 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-057 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-057 {
		margin-bottom: 40px;
	}
	.module-057 .title{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-057 {
		margin-bottom: 35px;
	}
	.module-057 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-057 {
		margin-bottom: 30px;
	}
	.module-057 .title{
		font-size: 14px;
		margin-top: 10px;
	}
}



.module-058{
	margin-bottom: 30px;
}
.module-058 .tp{
	padding-bottom: 70%;
}
@media screen and (max-width:991px) {
	.module-058{
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.module-058{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-058{
		margin-bottom: 15px;
	}
}

.module-059 {
	margin-bottom: 30px;
}
.module-059 .title{
	font-size: 36px;
	color: #333333;
	line-height: 1.5em;
}
.module-059 .note{
	font-size: 14px;
	color: #666666;
	line-height: 1.75em;
	margin-top: 10px;
}
.module-059 .box p{
	margin-bottom: 10px;
	font-size: 0;
}
.module-059 .box{
	margin-top: 30px;
}
.module-059 .box p .t{
	color: #333333;
	font-size: 16px;
	line-height: 1em;
	width: 48px;
	vertical-align: top;
	display: inline-block;
	line-height: 1.5em;
}
.module-059 .box p .c{
	color: #333333;
	font-size: 16px;
	line-height: 1em;
	vertical-align: top;
	width: calc(100% - 48px);
	display: inline-block;
	line-height: 1.5em;
}
.module-059 .btn-box{
	margin-top: 50px;
}
.module-059 .btn-box .phone .t{
	color: #333333;
	font-size: 18px;
}
.module-059 .btn-box .phone .c{
	color: #003ca6;
	font-size: 18px;
}
.module-059 .btn-box button{
	background-color: #003ca6;
	border: 1px solid #003ca6;
	color: #fff;
	padding: 10px 80px;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
	transition: all .5s;
	font-size: 14px;
}
.module-059 .btn-box button:hover{
	background-color: #01338c;
	border: 1px solid #01338c;
}
@media screen and (max-width: 1680px) {
	.module-059 .title{
		font-size: 32px;
	}
	.module-059 .btn-box button{
		padding: 10px 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-059 .title{
		font-size: 30px;
	}
	.module-059 .btn-box button{
		padding: 10px 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-059 .title{
		font-size: 28px;
	}
	.module-059 .btn-box {
	    margin-top: 45px;
	}
	.module-059 .btn-box button{
		padding: 10px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-059 .title{
		font-size: 26px;
	}
	.module-059 .btn-box {
	    margin-top: 40px;
	}
	.module-059 .btn-box button{
		padding: 10px 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-059{
		margin-bottom: 0;
	}
	.module-059 .title{
		font-size: 24px;
	}
	.module-059 .box {
	    margin-top: 25px;
	}
	.module-059 .btn-box {
	    margin-top: 35px;
	}
	.module-059 .btn-box button{
		padding: 9px 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-059 .title{
		font-size: 22px;
	}
	.module-059 .box {
	    margin-top: 20px;
	}
	.module-059 .btn-box .phone .t,
	.module-059 .btn-box .phone .c{
		font-size: 16px;
	}
	.module-059 .btn-box {
	    margin-top: 30px;
	}
	.module-059 .btn-box button{
		padding: 8px 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-059 .title{
		font-size: 20px;
	}
	.module-059 .note{
		font-size: 12px;
	}
	.module-059 .box {
	    margin-top: 15px;
	}
	.module-059 .box p{
		margin-bottom: 5px;
	}
	.module-059 .box p .t{
		font-size: 14px;
		width: 48px;
	}
	.module-059 .box p .c{
		font-size: 14px;
		width: calc(100% - 48px);
	}
	.module-059 .btn-box .phone .t,
	.module-059 .btn-box .phone .c{
		font-size: 14px;
	}
	.module-059 .btn-box {
	    margin-top: 25px;
	}
	.module-059 .btn-box button{
		padding: 7px 25px;
		margin-top: 10px;
	}
}


.module-060 .title{
	color: #333333;
	font-size: 18px;
}
.module-060 .bjb{
	padding-top: 15px;
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	.module-060 .title{
		font-size: 16px;
	}
}



.module-061{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.66);
	z-index: 99999;
	display: none;
}
.module-061.open{
	display: block;
}
.module-061 .xp-box{
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 530px;
}
.module-061 .xp-box .content{
	background-color: #fff;
	padding: 60px;
	position: relative;
	border-radius: 3px;
}
.module-061 .xp-box .icon-cha{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	color: #cccccc;
	cursor: pointer;
	transition: all .5s;
}
.module-061 .xp-box .icon-cha:hover{
	color: #003CA6;
}
.module-061 .xp-box .title{
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.module-061 .xp-box .form-box{
	margin-top: 40px;
}
.module-061 .xp-box .form-box p{
	margin-bottom: 17px;
	font-size: 0;
	position: relative;
}
.module-061 .xp-box .form-box p.bt::after {
	content: "*";
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	color: #c73049;
	font-size: 24px;
	line-height: 1em;
	height: 13px;
}
.module-061 .xp-box .form-box p .t1{
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.module-061 .xp-box .form-box p .t2{
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.module-061 .xp-box .form-box p .t3{
	color: #333333;
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}
.module-061 .xp-box .form-box p .c{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	width: calc(100% - 52px);
	display: inline-block;
}
.module-061 .xp-box .form-box p input[type="text"]{
	font-size: 14px;
	vertical-align: middle;
	outline: none;
	border: 1px solid #f6f6f6;
	padding: 10px 15px;
	width: calc(100% - 52px);
}
.module-061 .xp-box .form-box p textarea{
	font-size: 14px;
	vertical-align: top;
	outline: none;
	border: 1px solid #f6f6f6;
	padding: 10px 15px;
	width: calc(100% - 52px);
	min-height: 100px;
}
.module-061 .xp-box .form-box .btn-box{
	text-align: center;
}
.module-061 .xp-box .form-box .btn-box input[type="submit"]{
	font-size: 14px;
	border: 1px solid #003CA6;
	padding: 10px 70px;
	background-color: #003CA6;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	transition: all .5s;
}
.module-061 .xp-box .form-box .btn-box input[type="submit"]:hover{
	background-color: #fff;
	color: #003CA6;
}
@media screen and (max-width: 1680px) {
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-061 .xp-box .content{
		padding: 55px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-061 .xp-box .content{
		padding: 50px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 35px;
	}
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 10px 14px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 50px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 10px 14px;
	}
}
@media screen and (max-width: 1199px) {
	.module-061 .xp-box .content{
		padding: 45px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 30px;
	}
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 10px 13px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 10px 45px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 10px 13px;
	}
}
@media screen and (max-width: 991px) {
	.module-061 .xp-box .content{
		padding: 40px;
	}
	.module-061 .xp-box .title{
		font-size: 22px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 25px;
	}
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 9px 12px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 9px 40px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 9px 12px;
		min-height: 90px;
	}
}
@media screen and (max-width: 767px) {
	.module-061 .xp-box .content{
		padding: 35px;
	}
	.module-061 .xp-box .title{
		font-size: 20px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 20px;
	}
	.module-061 .xp-box .form-box p{
		margin-bottom: 15px;
	}
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 8px 11px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		padding: 8px 35px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 8px 11px;
		min-height: 80px;
	}
}
@media screen and (max-width: 575px) {
	.module-061 .xp-box .content{
		padding: 30px;
	}
	.module-061 .xp-box .title{
		font-size: 18px;
	}
	.module-061 .xp-box .form-box{
		margin-top: 15px;
	}
	.module-061 .xp-box .form-box p{
		margin-bottom: 10px;
	}
	.module-061 .xp-box .form-box p input[type="text"]{
		padding: 7px 10px;
	}
	.module-061 .xp-box .form-box .btn-box input[type="submit"]{
		font-size: 12px;
		padding: 7px 30px;
	}
	.module-061 .xp-box .form-box p textarea{
		padding: 7px 10px;
		min-height: 70px;
	}
}





.module-062{
	text-align: center;
	margin-bottom: 50px;
}
.module-062 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-062{
		margin-bottom: 40px;
	}
	.module-062 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-062{
		margin-bottom: 35px;
	}
	.module-062 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-062{
		margin-bottom: 30px;
	}
	.module-062 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-062{
		margin-bottom: 25px;
	}
	.module-062 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-062{
		margin-bottom: 20px;
	}
	.module-062 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-062{
		margin-bottom: 15px;
	}
	.module-062 .title{
		font-size: 18px;
	}
}




.module-063{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-063 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-063 a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-063 a:hover{
	background-color: #003ca6;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-063 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-063 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-063 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}


.module-064{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-064:hover{
	border: 1px solid #003ca6;
}
.module-064 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 110px;
}
.module-064 input{
	width: calc(100% - 161px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-064 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-064 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-064 a:hover i{
	color: #003ca6;
}
@media screen and (max-width: 991px) {
	.module-064 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 150px);
	}
	.module-064 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-064{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-064{
		margin-bottom: 10px;
	}
	.module-064 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-064 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}




.module-065 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-065 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-065 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-065 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-065 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}




.module-066 {
	margin-bottom: 50px;
}
.module-066 .img-box{
	position: relative;
}
.module-066 .tp{
	padding-bottom: 50%;
	transition: all .5s;
}
.module-066 a:hover .tp{
	transform: scale(1.05);
}
.module-066 .tpcover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color: #fff;
}
.module-066 a:hover .tpcover{
    opacity: 0;
}
.module-066 .icon{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	display: inline-block;
	padding: 5px 12px;
	background-color: #003ca6;
	border-radius: 50px;
	font-size: 12px;
	z-index: 1;
}
.module-066 .text-box{
	padding-left: 40px;
}
.module-066 .text-box .title{
	font-size: 26px;
	color: #000000;
}
.module-066 .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 30px;
}
.module-066 .text-box .bt{
	margin-top: 60px;
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #003ca6;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-066 a:hover .text-box .bt{
	color: #fff;
	background-color: #003ca6;
	border: 1px solid #003ca6;
}
@media screen and (max-width: 1680px) {
	.module-066 {
	    margin-bottom: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-066 {
	    margin-bottom: 40px;
	}
	.module-066 .text-box {
	    padding-left: 20px;
	}
	.module-066 .text-box .title {
	    font-size: 22px;
	}
	.module-066 .text-box .note {
	    margin-top: 25px;
	}
	.module-066 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-066 {
	    margin-bottom: 35px;
	}
	.module-066 .text-box {
	    padding-left: 10px;
	}
	.module-066 .text-box .title {
	    font-size: 20px;
	}
	.module-066 .text-box .note {
	    margin-top: 25px;
	}
	.module-066 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-066 {
	    margin-bottom: 30px;
	}
	.module-066 .text-box {
		padding-left: 0;
	}
	.module-066 .text-box .title {
	    font-size: 18px;
	}
	.module-066 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-066 .text-box .bt {
	    margin-top: 15px;
	    padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-066 {
	    margin-bottom: 25px;
	}
	.module-066 .text-box {
		padding-top: 30px;
	    padding-left: 0;
	}
	.module-066 .text-box .title {
	    font-size: 20px;
	}
	.module-066 .text-box .note {
	    margin-top: 20px;
	}
	.module-066 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-066 {
	    margin-bottom: 20px;
	}
	.module-066 .text-box {
		padding-top: 15px;
	}
	.module-066 .text-box .title {
	    font-size: 18px;
	}
	.module-066 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-066 .text-box .bt {
	    margin-top: 15px;
	    padding: 12px 25px;
	}
}




.module-067{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
}
.module-067 a{
	display: inline-block;
	padding: 10px 40px;
	color: #353741;
	border: 1px solid #f5f5f5;
	transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 12px;
}
.module-067 a:hover{
	color: #003ca6;
	border: 1px solid #003ca6;
}
@media screen and (max-width: 767px) {
	.module-067{
		display: block;
		justify-content: inherit;
		-webkit-justify-content: inherit;
		align-items: inherit;
		-webkit-align-items: inherit;
	}
	.module-067 a{
		display: block;
		padding: 8px 25px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-067 a{
		padding: 7px 15px;
	}
}




.module-068{
	overflow: hidden;
	padding-bottom: 30px;
}
.module-068 .tp{
	padding-bottom: 70%;
}
.module-068 .swiper-pagination{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.module-068 .swiper-pagination .swiper-pagination-bullet{
	width: 26px;
	height: 3px;
	border-radius: 0;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
}
.module-068 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003ca6;
}




.module-069{
	margin-bottom: 120px;
}
.module-069 img{
	transition: all .5s;
}
.module-069:hover img{
	transform: scale(1.05);
}
@media screen and (max-width: 1680px) {
	.module-069{
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 1440px) {
	.module-069{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-069{
		margin-bottom: 70px;
	}
	.module-069 img{
		max-width: 290px;
	}
}
@media screen and (max-width: 1199px) {
	.module-069{
		margin-bottom: 60px;
	}
	.module-069 img{
		max-width: 280px;
	}
}
@media screen and (max-width: 991px) {
	.module-069{
		text-align: center;
		margin-bottom: 50px;
	}
	.module-069 img{
		max-width: 270px;
	}
}
@media screen and (max-width: 767px) {
	.module-069{
		margin-bottom: 40px;
	}
	.module-069 img{
		max-width: 260px;
	}
}
@media screen and (max-width: 575px) {
	.module-069{
		margin-bottom: 30px;
	}
	.module-069 img{
		max-width: 250px;
	}
}


.module-070 a{
	display: block;
}
.module-070 a img{
	transition: all .5s;
}
.module-070 a:hover img{
	transform: scale(1.05);
}






.module-071{
	margin-bottom: 80px;
	text-align: center;
}
@media screen and (max-width: 1440px) {
	.module-071{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-071{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-071{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.module-071{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-071{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-071{
		margin-bottom: 20px;
	}
}




.module-072{
	text-align: center;
	max-width: 300px;
	margin: 0 auto 100px;
}
.module-072 .title{
	font-size: 22px;
	color: #333333;
	margin-top: 15px;
}
.module-072 .note{
	font-size: 16px;
	color: #000000;
	line-height: 2em;
	margin-top: 20px;
}
@media screen and (max-width: 1680px) {
	.module-072{
		margin: 0 auto 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-072{
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-072{
		margin: 0 auto 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-072{
		margin: 0 auto 40px;
	}
	.module-072 img{
		max-width: 60px;
	}
	.module-072 .title{
		font-size: 18px;
	}
	.module-072 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-072{
		margin: 0 auto 30px;
	}
	.module-072 img{
		max-width: 50px;
	}
	.module-072 .title{
		font-size: 16px;
	}
	.module-072 .note{
		font-size: 12px;
		line-height: 1.75em;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-072{
		max-width: 100%;
		margin: 0 auto 40px;
	}
	.module-072 img{
		max-width: 60px;
	}
	.module-072 .title{
		font-size: 18px;
	}
	.module-072 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-072{
		margin: 0 auto 30px;
	}
	.module-072 img{
		max-width: 50px;
	}
	.module-072 .title{
		font-size: 16px;
	}
	.module-072 .note{
		font-size: 12px;
		line-height: 1.75em;
		margin-top: 10px;
	}
}



.module-073{
	overflow: hidden;
	position: relative;
}
.module-073 .tp{
	padding-bottom: 50%;
}
.module-073 .swiper-slide-visible .over-img{
	border: 2px solid rgba(0,60,166,0);
	transition: all .5s;
}
.module-073 .swiper-slide-visible .over-img:hover{
	cursor: pointer;
}
.module-073 .swiper-slide-thumb-active .over-img{
	border: 2px solid rgba(0,60,166,1);
}
.module-073 .title{
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}
.module-073 .swiper-prev{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	background-color: rgba(102,102,102,0.6);
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	transition: all .5s;
}
.module-073 .swiper-prev:hover{
	background-color: rgba(102,102,102,0.9);
}
.module-073 .swiper-prev::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-30%,-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.module-073 .swiper-next{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	background-color: rgba(102,102,102,0.6);
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	transition: all .5s;
}
.module-073 .swiper-next:hover{
	background-color: rgba(102,102,102,0.9);
}
.module-073 .swiper-next::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%,-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
	.module-073 .swiper-prev,
	.module-073 .swiper-next{
		width: 35px;
		height: 35px;
	}
	.module-073 .swiper-prev::after{
		width: 9px;
		height: 9px;
	}
	.module-073 .swiper-next::after{
		width: 9px;
		height: 9px;
	}
}

@media screen and (max-width: 575px) {
	.module-073 .swiper-prev,
	.module-073 .swiper-next{
		width: 25px;
		height: 25px;
	}
	.module-073 .swiper-prev::after{
		width: 8px;
		height: 8px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.module-073 .swiper-next::after{
		width: 8px;
		height: 8px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
}



.module-074{
	text-align: center;
}






.module-086{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-086 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-086 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 999999;
}
.module-086 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-086 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}