.bgcolor1{
	background-color: #f7f7f7;
}
.bgcolor2{
	background-color: #f5f5f5;
}
.bgimg1 {
	background-image: url(https://m.sztongfeng.com.cn/templates/main/img/ycl_tbjm_008.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 头部导航 */
.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: 30px;
	padding-right: 30px;
}
.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: #005bca;
	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(https://m.sztongfeng.com.cn/templates/main/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: 194px;
	height: 50px;
}
.pc-header .left .logo{
	position: relative;
	width: 194px;
	height: 50px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(https://m.sztongfeng.com.cn/templates/main/img/ycl_tbjm_003.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 194px;
	height: 50px;
	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(https://m.sztongfeng.com.cn/templates/main/img/ycl_tbjm_003-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 194px;
	height: 50px;
	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: 1680px;
	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 .right{
	width: calc(100% - 158px);
	text-align: right;
	font-size: 0;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .right .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
}
.pc-header .right .level1>li>a>span{
	position: relative;
}
.pc-header .right .level1>li.active>a>span::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
	width: 100%;
	height: 9px;
	background-color: #253e91;
	z-index: -1;
	transition: all .5s;
}
.pc-header.active .right .level1>li.active>a>span::after,
.pc-header.scroll .right .level1>li.active>a>span::after,
.pc-header.ny-pc-header .right .level1>li.active>a>span::after{
	bottom: -10px;
	height: 7px;
}

.pc-header.active .right .level1>li>a,
.pc-header.scroll .right .level1>li>a,
.pc-header.ny-pc-header .right .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .right .level1>li:hover>a{
	color: #fff;
	background-color: #253e91;
}
.pc-header .right .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #253e91;
	padding: 10px 0;
}
.pc-header .right .level2>li{
	text-align: left;
}
.pc-header .right .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	display: block;
	padding: 13px 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 .right .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #a8bfdc;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .right .level2>li>a:hover {
	background-color: #1f3478;
}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .en-box::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 15px;
	width: 1px;
	background-color: #fff;
	transition: all .5s;
}
.pc-header.active .right .en-box::after,
.pc-header.scroll .right .en-box::after,
.pc-header.ny-pc-header .right .en-box::after{
	background-color: #e4e4e4;
}
.pc-header .right .en-box a i{
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .en-box a i,
.pc-header.scroll .right .en-box a i,
.pc-header.ny-pc-header .right .en-box a i{
	color: #666666;
}
.pc-header .right .en-box a:hover i{
	color: #253e91;
}
.pc-header .right .en-box  .search{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .en-box  .en{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.pc-header .right .en-box  .en a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.pc-header.active .right .en-box .en a,
.pc-header.scroll .right .en-box .en a,
.pc-header.ny-pc-header .right .en-box .en a{
	color: #666666;
}
.pc-header .right .en-box .en a:hover{
	color: #253e91;
}
@media screen and (max-width: 1680px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 33px 25px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a,
	.pc-header.ny-pc-header .right .level1>li>a{
		padding: 28px 25px;
	}
	.pc-header .right .en-box {
	    margin-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 30px 20px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 25px 20px;
	}
	.pc-header .right .en-box {
	    margin-left: 20px;
	}
	.pc-header-height-div{
		height: 74px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header .right .level1>li>a{
		font-size: 14px;
		padding: 25px 15px;
	}
	.pc-header.active .right .level1>li>a, 
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 20px 15px;
	}
	.pc-header .right .en-box {
	    margin-left: 15px;
	}
	.pc-header .right .en-box a {
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right {
	    width: calc(100% - 132px);
	}
	.pc-header-height-div{
		height: 61px;
	}
}
@media screen and (max-width: 991px){
	.pc-header-height-div{
		display: none;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 8px 16px;
	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 {
		padding:10px 16px;
	}
	.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: 62px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 62px);
	}
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 57px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 57px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 52px;
	}
	.wap-burger_menu{
		top: 52px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 52px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 68px;
}
@media screen and (max-width: 991px) {
	.wap-header-height-div{
		height: 62px;
	}
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 57px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 52px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/



/*内页导航*/
.ny-nav .left{
	display: block;
	vertical-align: middle;
	border-bottom: 1px solid #f5f5f5;
}
.ny-nav .left ul>li{
	display: inline-block;
	margin-right: 65px;
}
.ny-nav .left ul>li>a{
	display: inline-block;
	text-decoration: none;
	padding: 25px 0;
	color: #666666;
	font-size: 16px;
	position: relative;
	transition: all .5s;
}
.ny-nav .left ul>li.active>a,
.ny-nav .left ul>li>a:hover{
	color: #333;
}
.ny-nav .left ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 0;
	background-color: rgba(214,0,15,0);
	transition: all .5s;
}
.ny-nav .left ul>li>a:hover::after,
.ny-nav .left ul>li.active>a::after{
	width: 100%;
	background-color: rgba(37,62,145);
}
.wap-ny-nav .nav-top{
	border-bottom: 1px solid #ededed;
	background-color: #f5f5f5;
}
.wap-ny-nav .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	color: #253e91;
}
.wap-ny-nav .nav-top .right{
	float: right;
	padding: 17px 15px;
	cursor: pointer;
	font-size: 14px;
}
.wap-ny-nav .nav-top .right:hover{
	color: #253e91;
}
.wap-ny-nav ul{
	display: none;
	width: 100%;
}
.wap-ny-nav ul>li{
	width: 100%;
	display: block;
}
.wap-ny-nav ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
	width: 100%;
}
.wap-ny-nav ul>li.active>a,
.wap-ny-nav ul>li>a:hover{
	border-bottom: 1px solid #253e91;
	color: #fff;
	background-color: #253e91;
}
@media screen and (max-width: 1680px) {
	.ny-nav .left ul>li{
		margin-right: 55px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-nav .left ul>li{
		margin-right: 50px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-nav .left ul>li{
		margin-right: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-nav .left ul>li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 991px) {
	.ny-nav .left ul>li{
		margin-right: 35px;
	}
	.ny-nav .left ul>li>a {
	    padding: 20px 0;
	    font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.ny-nav .left ul>li{
		margin-right: 30px;
	}
	.ny-nav .left ul>li>a {
	    padding: 15px 0;
	}
}
@media screen and (max-width: 575px) {
	.wap-ny-nav .nav-top .left {
	    font-size: 14px;
	}
}
/*内页导航 end*/



.module-001{
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}
.module-001 .title{
	font-size: 44px;
}
.module-001.color1 .title{
	color: #fff;
}
.module-001 .note{
	font-size: 16px;
	color: #666666;
	margin-top: 40px;
	line-height: 2em;
}
.module-001.color1 .note{
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.module-001 .title{
		font-size: 40px;
	}
	.module-001 .note{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001 .title{
		font-size: 36px;
	}
	.module-001 .note{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001 .title{
		font-size: 32px;
	}
	.module-001 .note{
		margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-001 .title{
		font-size: 28px;
	}
	.module-001 .note{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-001 .title{
		font-size: 24px;
	}
	.module-001 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-001 .title{
		font-size: 20px;
	}
	.module-001 .note{
		margin-top: 10px;
	}
}


.module-002{
	margin-bottom: 30px;
}
.module-002 a{
	display: block;
}
.module-002 .title{
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	color: #333333;
}
.module-002 a:hover .title{
	color: #253E91;
}
.module-002 .tp{
	padding-bottom: 84.12%;
	transition: all .5s;
}
.module-002 a:hover .tp{
	transform: scale(1.05);
}
@media screen and (max-width: 767px) {
	.module-002 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-002{
		margin-bottom: 20px;
	}
	.module-002 .title{
		font-size: 16px;
	}
}


.module-003 {
	text-align: center;
}
.module-003 a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding: 10px 60px;
	background-color: #253e91;
	border-radius: 50px;
	border: 1px solid #253e91;
	transition: all .5s;
}
.module-003 a:hover{
	color: #253e91;
	background-color: #fff;
}
.module-003.color1 a{
	color: #ffffff;
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;
}
.module-003.color1 a:hover{
	color: #fff;
	background-color: #253e91;
	border: 1px solid #253e91;
}
@media screen and (max-width: 575px) {
	.module-003 a {
	    font-size: 12px;
	    padding: 7px 30px;
	}
}




.module-004{
	text-align: center;
	margin-bottom: 30px;
}
.module-004 .title{
	font-size: 26px;
	color: #fff;
	margin-top: 30px;
}
.module-004 .note{
	font-size: 14px;
	color: #fff;
	max-width: 230px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 2em;
}
.module-004 .more{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
	transition: all .5s;
}
.module-004 .more:hover{
	color: #253e91;
}
@media screen and (max-width: 1680px) {
	.module-004 img{
		max-width: 70px;
	}
	.module-004 .more{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-004 img{
		max-width: 65px;
	}
	.module-004 .more{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-004 img{
		max-width: 60px;
	}
	.module-004 .more{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-004 img{
		max-width: 55px;
	}
	.module-004 .more{
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-004 img{
		max-width: 50px;
	}
	.module-004 .title{
		font-size: 22px;
		margin-top: 25px;
	}
	.module-004 .note {
	    margin-top: 25px;
	}
	.module-004 .more{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-004 img{
		max-width: 45px;
	}
	.module-004 .title{
		font-size: 20px;
		margin-top: 20px;
	}
	.module-004 .note {
	    margin-top: 20px;
		line-height: 1.75em;
	}
	.module-004 .more{
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-004 img{
		max-width: 40px;
	}
	.module-004 .title{
		font-size: 18px;
		margin-top: 15px;
	}
	.module-004 .note {
		font-size: 12px;
	    margin-top: 15px;
	    line-height: 1.5em;
	}
	.module-004 .more{
		margin-top: 15px;
	}
}


.module-005{
	margin-bottom: 85px;
	max-width: 730px;
}
.module-005 a{
	display: block;
	font-size: 0;
}
.module-005 .tp{
	padding-bottom: 100%;
	transition: all .5s;
}
.module-005 a:hover .tp{
	transform: scale(1.05);
}
.module-005 .left{
	display: inline-block;
	width: 150px;
	vertical-align: top;
}
.module-005 .right{
	display: inline-block;
	width: calc(100% - 150px);
	vertical-align: top;
	padding-left: 25px;
}
.module-005 .right .title{
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.module-005 a:hover .right .title{
	color: #253e91;
}
.module-005 .right .note{
	font-size: 14px;
	color: #999999;
	margin-bottom: 15px;
}
.module-005 .right .date{
	font-size: 14px;
	color: #999999;
}
@media screen and (max-width: 1440px) {
	.module-005{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-005{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005{
		margin-bottom: 60px;
	}
	.module-005 .right .title{
		font-size: 22px;
	}
	.module-005 .left{
		width: 140px;
	}
	.module-005 .right{
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 991px) {
	.module-005{
		margin-bottom: 50px;
	}
	.module-005 .right .title{
		font-size: 20px;
	}
	.module-005 .left{
		width: 120px;
	}
	.module-005 .right{
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 767px) {
	.module-005{
		margin-bottom: 40px;
	}
	.module-005 .right .title{
		font-size: 18px;
	}
	.module-005 .left{
		width: 100px;
	}
	.module-005 .right{
		width: calc(100% - 100px);
		padding-left: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-005{
		margin-bottom: 30px;
	}
	.module-005 .right .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-005 .right .note {
	    margin-bottom: 10px;
	}
	.module-005 .left{
		width: 80px;
	}
	.module-005 .right{
		width: calc(100% - 80px);
		padding-left: 15px;
	}
}



.module-006 .title{
	color: #333333;
	font-size: 36px;
	text-align: center;
	line-height: 1em;
}
@media screen and (max-width: 575px) {
	.module-006 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1680px) {
	.module-006 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-006 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-006 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-006 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-006 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-006 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-006 .title{
		font-size: 20px;
	}
}



.module-007{
	margin-bottom: 60px;
}
.module-007 .tp{
	padding-bottom: 85.9%;
	transition: all .5s;
}
.module-007 a:hover .tp{
	transform: scale(1.05);
}
.module-007 .title{
	color: #333333;
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
	transition: all .5s;
}
.module-007 a:hover .title{
	color: #253e91;
}
@media screen and (max-width: 1440px) {
	.module-007{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-007{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-007{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-007{
		margin-bottom: 40px;
	}
	.module-007 .title{
		font-size:20px;
	}
}
@media screen and (max-width: 767px) {
	.module-007{
		margin-bottom: 35px;
	}
	.module-007 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-007{
		margin-bottom: 30px;
	}
	.module-007 .title{
		font-size: 16px;
		margin-top: 10px;
	}
}



.module-008{
	margin-bottom: 60px;
	cursor: pointer;
}
.module-008 .tp{
	padding-bottom: 85.9%;
	transition: all .5s;
}
.module-008:hover .tp{
	transform: scale(1.05);
}
.module-008 .icon-box{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-color: rgba(37,62,145,0);
	transition: all .5s;
}
.module-008:hover .icon-box{
	background-color: rgba(37,62,145,0.37);
}
.module-008 .icon-box .iconfont{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
	opacity: 0;
	transition: all .5s;
}
.module-008:hover .icon-box .iconfont{
	opacity: 1;
}
.module-008 .title{
	color: #333333;
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
	transition: all .5s;
}
.module-008:hover .title{
	color: #253e91;
}
@media screen and (max-width: 1440px) {
	.module-008{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-008{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-008{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-008{
		margin-bottom: 40px;
	}
	.module-008 .title{
		font-size:20px;
	}
}
@media screen and (max-width: 767px) {
	.module-008{
		margin-bottom: 35px;
	}
	.module-008 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-008{
		margin-bottom: 30px;
	}
	.module-008 .title{
		font-size: 16px;
		margin-top: 10px;
	}
}


.module-009 .title{
	color: #333333;
	font-size: 20px;
	padding-left: 20px;
	border-left: 4px solid #253e91;
	line-height: 1em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.module-009 .title{
		font-size: 18px;
		padding-left: 15px;
		border-left: 3px solid #253e91;
	}
}
@media screen and (max-width: 575px) {
	.module-009 .title{
		font-size: 16px;
		padding-left: 10px;
		border-left: 2px solid #253e91;
	}
}



.module-010 .title-en{
	font-size: 22px;
	color: #999999;
	line-height: 1em;
}
.module-010 .title-cn{
	font-size: 32px;
	color: #333333;
	line-height: 1em;
	margin-top: 10px;
}
@media screen and (max-width: 1680px) {
	.module-010 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-010 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-010 .title-en{
		font-size: 20px;
	}
	.module-010 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-010 .title-en{
		font-size: 18px;
	}
	.module-010 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-010 .title-en{
		font-size: 16px;
	}
	.module-010 .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 .title-en{
		font-size: 14px;
	}
	.module-010 .title-cn{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 .title-en{
		font-size: 12px;
	}
	.module-010 .title-cn{
		font-size: 18px;
	}
}



.module-011 .note{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
}
@media screen and (max-width: 575px) {
	.module-011 .note{
		font-size: 14px;
		line-height: 1.75em;
	}
}


.module-012 {
	margin-bottom: 30px;
}
.module-012 .title{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.75em;
}
@media screen and (max-width: 991px) {
	.module-012 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-012 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-012 {
		margin-bottom: 15px;
	}
	.module-012 .title{
		font-size: 14px;
	}
}

.module-013{
	padding: 0 105px;
	position: relative;
}
.module-013 .swiper-yyrz-container{
	overflow: hidden;
}
.module-013 .swiper-prev{
	position: absolute;
	top: 33%;
	left: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #253e91;
	background-color: #253e91;
	cursor: pointer;
	transition: all .5s;
}
.module-013 .swiper-prev:hover{
	background-color: #fff;
}
.module-013 .swiper-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-prev:hover::after{
	border-right: 1px solid #253e91;
	border-bottom: 1px solid #253e91;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-013 .swiper-next{
	position: absolute;
	top: 33%;
	right: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #253e91;
	background-color: #253e91;
	cursor: pointer;
	transition: all .5s;
}
.module-013 .swiper-next:hover{
	background-color: #fff;
}
.module-013 .swiper-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-next:hover::after{
	border-top: 1px solid #253e91;
	border-left: 1px solid #253e91;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1440px) {
	.module-013 .swiper-next,
	.module-013 .swiper-prev{
		width: 55px;
		height: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-013{
		padding: 0 80px;
	}
	.module-013 .swiper-next,
	.module-013 .swiper-prev{
		top: 33%;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-013{
		padding: 0 60px;
	}
	.module-013 .swiper-next,
	.module-013 .swiper-prev{
		top: 40%;
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-013{
		padding: 0 55px;
	}
	.module-013 .swiper-next,
	.module-013 .swiper-prev{
		top: 40%;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-013{
		padding: 0 50px;
	}
	.module-013 .swiper-next,
	.module-013 .swiper-prev{
		top: 37%;
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-013{
		padding: 0;
	}
}



.module-014{
	margin-bottom: 60px;
}
.module-014 .tp{
	padding-bottom: 75%;
	transition: all .5s;
}
.module-014 a:hover .tp{
	transform: scale(1.05);
}
.module-014 .title{
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}
.module-014 a:hover .title{
	color: #253e91;
}
.module-014 .note{
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}
.module-014 .date{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
@media screen and (max-width: 1280px) {
	.module-014{
		margin-bottom: 50px;
	}
	.module-014 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-014{
		margin-bottom: 40px;
	}
	.module-014 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-014{
		margin-bottom: 30px;
	}
	.module-014 .title{
		font-size: 18px;
	}
	.module-014 .date{
		margin-top:10px;
	}
}
@media screen and (max-width: 575px) {
	.module-014{
		margin-bottom: 20px;
	}
	.module-014 .title{
		font-size: 16px;
		margin-top:15px;
	}
	.module-014 .note{
		font-size: 12px;
	}
	.module-014 .date{
		font-size: 12px;
		margin-top:5px;
	}
}


.module-015 {
	margin-bottom: 85px;
}
.module-015 .over-img{
	margin-bottom: 15px;
}
.module-015 .tp{
	padding-bottom: 41.37%;
	transition: all .5s;
}
.module-015 a:hover .tp{
	transform: scale(1.05);
}
.module-015 .text{
	margin-bottom: 15px;
}
.module-015 .text .title{
	font-size: 28px;
	color: #333333;
}
.module-015 a:hover .text .title{
	color: #253e91;
}
.module-015 .text .note{
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	line-height: 1.75em;
}
.module-015 .text .more{
	font-size: 14px;
	color: #253e91;
	margin-top: 30px;
}
@media screen and (max-width: 1680px) {
	.module-015 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1440px) {
	.module-015 {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-015 {
		margin-bottom: 60px;
	}
	.module-015 .text .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-015 {
		margin-bottom: 50px;
	}
	.module-015 .text .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-015 {
		margin-bottom: 40px;
	}
	.module-015 .text .title{
		font-size: 22px;
	}
	.module-015 .text .note{
		margin-top: 15px;
	}
	.module-015 .text .more{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-015 {
		margin-bottom: 30px;
	}
	.module-015 .text .title{
		font-size: 20px;
	}
	.module-015 .text .note{
		margin-top: 10px;
	}
	.module-015 .text .more{
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-015 {
		margin-bottom: 20px;
	}
	.module-015 .text .title{
		font-size: 18px;
	}
	.module-015 .text .note{
		font-size: 14px;
		margin-top: 5px;
	}
	.module-015 .text .more{
		font-size: 12px;
		margin-top: 15px;
	}
}


.module-016{
	background-color: #fafafa;
	padding: 70px 45px;
} 
.module-016 .title-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
.module-016 .title-top .left .title{
	font-size: 30px;
	color: #0047ba;
	font-weight: bold;
	line-height: 1em;
}
.module-016 .title-top .right .note{
	font-size: 16px;
	color: #676d76;
}
.module-016 .form-box input[type*="text"]{
	font-size: 14px;
	border: 1px solid #fafafa;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 35px;
	outline: none;
}
.module-016 .form-box textarea{
	font-size: 14px;
	border: 1px solid #fafafa;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 35px;
	min-height: 150px;
	outline: none;
}
.module-016 .form-box input[type*="submit"]{
	font-size: 14px;
	border: 1px solid #0043af;
	background-color: #0043af;
	color: #fff;
	border-radius: 5px;
	padding: 10px 50px;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-016 .form-box input[type*="submit"]:hover{
	background-color: #fff;
	color: #0043af;
}
@media screen and (max-width: 1440px) {
	.module-016 .title-top .left .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-016 .title-top .left .title{
		font-size: 26px;
	}
	.module-016 .title-top {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-016{
		padding: 60px 35px;
	} 
	.module-016 .title-top .left .title{
		font-size: 24px;
	}
	.module-016 .title-top {
	    margin-bottom: 50px;
	}
	.module-016 .form-box input[type*="text"] {
	    margin-bottom: 30px;
	}
	.module-016 .form-box textarea{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-016{
		padding: 50px 30px;
	} 
	.module-016 .title-top .left .title{
		font-size: 22px;
	}
	.module-016 .title-top {
	    margin-bottom: 40px;
	}
	.module-016 .form-box input[type*="text"] {
	    margin-bottom: 25px;
	}
	.module-016 .form-box textarea{
		margin-bottom: 25px;
	}
	.module-016 .form-box input[type*="submit"]{
		padding: 9px 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-016{
		padding: 40px 25px;
	} 
	.module-016 .title-top .left .title{
		font-size: 20px;
	}
	.module-016 .title-top {
	    margin-bottom: 30px;
	}
	.module-016 .form-box input[type*="text"] {
	    margin-bottom: 20px;
	}
	.module-016 .form-box textarea{
		margin-bottom: 20px;
	}
	.module-016 .form-box input[type*="submit"]{
		padding: 8px 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-016{
		padding: 30px 20px;
	} 
	.module-016 .title-top .left .title{
		font-size: 18px;
	}
	.module-016 .title-top {
	    margin-bottom: 20px;
	}
	.module-016 .form-box input[type*="text"] {
	    margin-bottom: 15px;
	}
	.module-016 .form-box textarea{
		margin-bottom: 15px;
	}
	.module-016 .form-box input[type*="submit"]{
		font-size: 12px;
		padding: 7px 30px;
	}
}


.module-017{
	display: flex;
	justify-content: space-between;
}
.module-017 dl>dt{
	margin-bottom: 15px;
}
.module-017 dl>dt>a{;
	color: #333;
	font-size: 16px;
	transition: all .5s;
}
.module-017 dl>dt>a:hover{
	color: #253e91;
}
.module-017 dl>dd{
	margin-bottom: 5px;
}
.module-017 dl>dd>a{
	color: #333;
	opacity: 0.6;
	transition: all .5s;
}
.module-017 dl>dd>a:hover{
	opacity: 1;
}
@media screen and (max-width: 991px) {
	.module-017 dl>dt {
	    margin-bottom: 10px;
	}
	.module-017 dl>dt>a{
		font-size: 14px;
	}
	.module-017 dl>dd>a{
		font-size: 12px;
	}
}




.module-018 {
	padding-left: 15px;
	float: right;
	text-align: right;
}
.module-018 .title{
	font-size: 12px;
	color: #999999;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
}
.module-018 .phone{
	font-size: 22px;
	color: #999999;
	margin-top: 10px;
}
.module-018 .note{
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
	.module-018 {
		padding-left: 0;
		float: left;
		text-align: left;
	}
	.module-018 .title{
		border-right: none;
		border-left: 1px solid #cccccc;
		padding-right: 0;
		padding-left: 15px;
	}
}



.module-019{
	padding: 20px 0;
}
.module-019 .text{
	color: #999999;
	font-size: 12px;
	line-height: 1.5em;
}
.module-019 .text span{
	opacity: 0.4;
}
.module-019 .text a{
	color: #999999;
	font-size: 12px;
	transition: all .5;
	opacity: 0.4;
}
.module-019 .text a:hover{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.module-019{
		padding: 15px 0;
	}
}


.module-020{
	position: fixed;
	top: 50%;
	right: -97px;
	transform: translateY(-50%);
	border: 1px solid #e1e1e1;
	background-color: #fff;
	z-index: 1;
	transition: all .5s;
	font-size: 0;
	width: 97px;
}
.module-020.active{
	right: 0;
}
.hideshow-box{
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
.hideshow-box button{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	font-size: 12px;
	outline: none;
	color: #333333;
	transition: all .5s;
}
.hideshow-box button:hover{
	background-color: #1f3478;
	color: #fff;
	border: 1px solid #1f3478;
}
.module-020 .content-box{
	padding: 15px 12px;
}
.module-020 .top-title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333
}
.module-020 .date-box{
	padding: 12px 0;
	text-align: center;
}
.module-020 .date-box p{
	font-size: 12px;
	color: #666666;
}
.module-020 .list-box .box{
	text-align: center;
	margin-bottom: 20px;
}
.module-020 .list-box .box .title{
	color: #333333;
	font-size: 12px;
	margin-bottom: 7px;
	display: inline-block;
}
.module-020 .list-box .box .a-box ul>li{
	margin-bottom: 7px;
}
.module-020 .list-box .box .a-box ul>li a img{
	vertical-align: middle;
}
.module-020 .list-box .box .a-box ul>li a span{
	vertical-align: middle;
	margin-left: 5px;
	color: #656565;
	font-size: 12px;
	transition: all .5s;
}
.module-020 .list-box .box .a-box ul>li a:hover span{
	color: #253e91;
}
.module-020 .wxgzh-box{
	text-align: center;
	position: relative;
}
.module-020 .wxgzh-box .title{
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}
.module-020 .wxgzh-img{
	display: none;
	position: absolute;
	top: 60px;
	right: 95px;
	transform: translateY(-50%);
	width: 90px;
	background-color: #fff;
	z-index: 1;
}
.module-020 .wxgzh-img::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url(https://m.sztongfeng.com.cn/templates/main/img/ycl_tbjm_032.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 7px;
	height: 19px;
}
.module-020 .top-box{
	padding: 10px 12px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	cursor: pointer;
}



.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: #253e91;
	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-027{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.module-027 .left span{
	color: #737373;
	font-size: 12px;
}
.module-027 .left ul{
	display: inline-block;
}
.module-027 .left ul>li{
	display: inline-block;
}
.module-027 .left ul>li::after{
	content: "/";
	color: #737373;
	margin-left: 5px;
	margin-right: 5px;
}
.module-027 .left ul>li:nth-last-of-type(1)::after{
	content: "";
}
.module-027 .left ul>li>a{
	display: inline-block;
	color: #737373;
	font-size: 12px;
}
.module-027 .left ul>li>a:hover{
	color: #253e91;
}
.module-027 .right a{
	color: #737373;
	font-size: 12px;
}
.module-027 .right a:hover{
	color: #253e91;
}




.module-042 {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 40px;
}
.module-042 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 30px;
}
.module-042 .note{
	font-size: 12px;
	color: #999999;
}
.module-042 .note span{
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	margin-bottom: 30px;
}
.module-042 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-042 {
	    margin-bottom: 35px;
	}
	.module-042 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 {
	    margin-bottom: 30px;
	}
	.module-042 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 {
	    margin-bottom: 25px;
	}
	.module-042 .title {
	    font-size: 20px;
		margin-bottom: 25px;
	}
	.module-042 .note span {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 {
	    margin-bottom: 20px;
	}
	.module-042 .title {
	    font-size: 18px;
		margin-bottom: 20px;
	}
	.module-042 .note span {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 {
	    margin-bottom: 15px;
	}
	.module-042 .title {
	    font-size: 16px;
		margin-bottom: 15px;
	}
	.module-042 .note span {
	    margin-right: 30px;
	    margin-bottom: 15px;
	}
}

.module-043{
	margin-bottom: 30px;
	margin-top: 90px;
	padding: 25px;
}
.module-043 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-043 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 25px;
	padding-bottom: 25px;
	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: #253e91;
	-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: 74.32%;
}
.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: 16px;
	line-height: 1.5em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.module-043 a .right .date{
	color: #999999;
	font-size: 14px;
}


.module-044 video{
	margin-bottom: 15px;
}
.module-044 .bjb{
	padding: 0;
}




.module-049 .over-img{
	padding: 30px;
	background-color: #f8f8f8;
}
.module-049 .tp{
	padding-bottom: 131.31%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-049:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
@media screen and (max-width: 1199px) {
	.module-049 .over-img{
		padding: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-049 .over-img{
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-049 .over-img{
		padding: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-049 .over-img{
		padding: 10px;
	}
}







.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 #253e91;
}
.module-051 .search-box{
	border: 1px solid #eeeeee;
	font-size: 0;
	transition: all .5s;
}
.module-051 .search-box:hover{
	border: 1px solid #253e91;
}
.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(37,62,145,1);
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.module-051 .a-btn a:hover{
	background-color: rgba(37,62,145,0);
	color: #253e91;
}
.module-051 .a-btn a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #253e91;
	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: #253e91;
	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: #253e91;
	border: 1px solid #f0f0f0;
}
.module-052 .list a:hover{
	border: 1px solid #253e91;
	background-color: #253e91;
	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-058{
	text-align: center;
	margin-bottom: 50px;
}
.module-058 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-058{
		margin-bottom: 40px;
	}
	.module-058 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-058{
		margin-bottom: 35px;
	}
	.module-058 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-058{
		margin-bottom: 30px;
	}
	.module-058 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-058{
		margin-bottom: 25px;
	}
	.module-058 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-058{
		margin-bottom: 20px;
	}
	.module-058 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-058{
		margin-bottom: 15px;
	}
	.module-058 .title{
		font-size: 18px;
	}
}




.module-059{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-059 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-059 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-059 a:hover{
	background-color: #253e90;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-059 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-059 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-059 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}


.module-060{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-060:hover{
	border: 1px solid #253e90;
}
.module-060 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 110px;
}
.module-060 input{
	width: calc(100% - 161px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-060 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-060 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-060 a:hover i{
	color: #253e90;
}
@media screen and (max-width: 991px) {
	.module-060 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 150px);
	}
	.module-060 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-060{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-060{
		margin-bottom: 10px;
	}
	.module-060 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-060 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-061 .text{
	font-size: 18px;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.module-061 .text{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-061 .text{
		font-size: 14px;
	}
}



.model-068 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	margin: 0 auto;
	max-width: 1920px;
}
.model-068 a{
	display: block;
	text-decoration: none;
}
.model-068 .img-box{
	position: relative;
	overflow: hidden;
}
.model-068 .img-box .text{
	position: absolute;
	top: 0;
	left: 0;
}
.model-068 .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
}
.model-068 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #253e91;
}
.model-068 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 50px;
}
.model-068 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.model-068 .swiper-pagination-bullet{
	height: 3px;
	width: 37px;
	border-radius: 0;
	background: rgba(255,255,255,1);
	opacity: 1;
}
.model-068 .swiper-slide.swiper-slide-active .img-box .bg{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: transform 8s linear;
	-webkit-transition: transform 8s linear;
	-moz-transition: transform 8s linear;
}
@media screen and (max-width: 1280px) {
	.model-068 .swiper-pagination-bullet{
		width: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.model-068 .swiper-pagination-bullet{
		width: 30px;
	}
	.model-068 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.model-068 .swiper-pagination-bullet{
		width: 25px;
	}
	.model-068 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.model-068 {
		margin-bottom: 15px;
	}
	.model-068 .swiper-pagination-bullet{
		width: 20px;
	}
	.model-068 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.model-068 {
		margin-bottom: 0px;
	}
	.model-068 .swiper-pagination-bullet{
		width: 15px;
	}
	.model-068 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px;
	}
}



.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;
}


