body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:"Roboto";
	position:relative;
}
#masthead{
	width:100%;
	padding:18px 0;
	background:#0A2540;
	transition: all 0.2s;
	z-index: 9999;
}
#masthead.fixScroll{
	background-color:#000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.h50{
	width:100%;
	height: 50px;
	clear: both;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:25px;
	padding-right:25px;
}
.row{
	margin-left:-25px;
	margin-right:-25px;
}
.container{
	position:relative;
	width:1350px;
	padding-left:25px;
	padding-right:25px;
}
.navbar-brand,.navbar-header{
	display:inline-block;
	float:none;
	padding:0;
	height:41px;
	line-height:0;
}
.topMenu{
	position:absolute;
	width:calc( 100% - 236px );
	right:0;
	top:50%;
	transform:translateY(-50%);
	z-index: 9999;
}
#mynav.navbar-collapse.collapse,.topBtn{
	display:inline-block;
	display:inline-block !important;
	padding:0;
}
#mynav.navbar-collapse.collapse{
	float:left;
}
.topBtn{
	float: right;
}
.topBtn a{
	width: 125px;
	height: 44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	display:inline-block;
	border-radius: 100px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	font-size:17px;
}
.topBtn a i{
	margin-left:8px;
}
.topBtn a:last-child{
	background: #0092D8;
	border-color:#0092D8;
}
#mynav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#mynav ul li{
	display:inline-block;
	margin-left:28px;
	line-height: 44px;
	position: relative;
}
#mynav ul li ul{
	position:absolute;
	box-shadow: 2px 2px 5px #888888;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	display:none;
}
#mynav ul li:hover ul{
	display:block;
}
#mynav ul li ul:before{
	width: 13px;
	height: 13px;
	transform: translateX(-50%) rotateZ(45deg);
	top: -6px;
	left: 50%;
	background-color: #fff;
	content: "";
	position: absolute;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#mynav ul li a{
	color:#fff;
	font-size:16px;
}
#mynav ul li ul li{
	margin:0;
	white-space: nowrap;
	padding:0px 12px;
	line-height: 35px;
	text-align: center;
	display: block;
}
#mynav ul li ul li a{
	color:#333;
	font-size: 14px;
}
.mytop{
	background:#0A2540;
	
}
.mytop .container{
	text-align:right;
	height:780px;
}
.mytop img{
	max-width:750px;
	height: auto;
}
.mytop .txt-a{
	position:absolute;
	left:25px;
	top:110px;
	color:#fff;
	text-align:left;
}
.mytop .txt-a ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.mytop .txt-a ul li{
	font-size:24px;
	line-height:56px;
	background:url(images/ico7.png) no-repeat left center;
	padding-left:30px;
}
.mytop .txt-a ul li span{
	font-size:36px;
	color:#73DEBF;
	font-weight:bold;
}
.mytop .txt-a h1{
	margin:0 0 25px 0;
	font-family: Roboto-Bold;
	font-size: 55px;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFFFFF;
	padding:0;
}
.page_2 .txt-a h1{
	font-size:32px;
	line-height:52px;
}
.mytop .txt-a p{
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	font-weight:100;
}
.mytop .txt-a a{
	width: 140px;
	height: 48px;
	border-radius: 100px;
	background: #0092D8;
	font-size:15px;
	display:block;
	text-align:center;
	line-height:48px;
	color:#fff;
	margin-top:25px;
}
.txt-b{
	position:absolute;
	width:100%;
	left:25px;
	bottom:65px;
}
.txt-b img{
	max-height:40px;
	width:auto;
}
.txt-b ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	display:flex;
	width:calc( 100% - 50px );
	justify-content:space-between;
}
.txt-b ul li{
	align-items:center;
	display:inline-flex;
}
.txt-b h2{
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color:#fff;
	text-align:left;
	margin:0 0 40px 0;
}
.title-style-1{
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #0A2540;
	margin:100px 0;
}
.block-style-1 .title{
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #0A2540;
	margin:24px 0 12px 0;
}
.block-style-1 .excerpt{
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
	letter-spacing: 0em;
	color: #333333;
}
.bgBlue{
	background: #F1F6FA;
	margin-top:100px;
	padding:40px 0;
	margin-bottom:100px;
}
ul.marquee{
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
	gap:20px;
}
ul.marquee li{
	border-radius: 5px;
	padding:15px;
	min-height:104px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #DCDFE6;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.picMarquee-left{
	overflow:hidden;
	margin-bottom: 25px;
}
.picMarquee-right{
	overflow:hidden;
}
ul.marquee li:after{
	width:100%;
	height:1px;
	clear:both;
}
ul.marquee li .img{
	display:inline-block;
	width:32px;
	float:left;
}
ul.marquee li .img img{
	max-width:100%;
	height:auto;
}
ul.marquee li .txt{
	width:calc( 100% - 42px );
	display:inline-block;
	float:right;
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
	color:#666;
}
ul.marquee li .txt span{
	color:#333;
	font-weight:400;
}
.bd {
  padding: 0px;
}
.title-style-2{
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #0A2540;
	margin:20px 0;
}
.des-style-1{
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
	letter-spacing: 0em;
	color: #333333;
}
.img-120-60{
	margin-top:60px;
	margin-bottom:120px;
}
.img-120-60 img{
	max-width:100%;
	height:auto;
}
.borderTop{
	padding-top:80px;
	position:relative;
}
.borderTop center img{
	position:relative;
	margin-top:-5px;
	max-width:100%;
}
.borderTop:before{
	width:calc( 100% - 50px );
	height:3px;
	content:"";
	background:#ececec;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
}
.borderTop .title-style-1{
	font-size:40px;
}
.mt120{
	margin-top:120px;
}
.myprogress{
	margin:60px 0 80px 0;
	padding: 0;
	list-style-type: none;
}
.myprogress li{
	position:relative;
	height: 30px;
	margin-bottom: 15px;
}
.myprogress span{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #333333;
	display: inline-block;
	width: 70px;
	text-align: right;
	line-height: 30px;
	margin-right: 20px;
}
.myprogress img{
	display:inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.myprogress .progress{
	width:calc( 100% - 140px );
	display: inline-block;
	margin: 0;
	border-radius: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.myprogress .progress-bar{
	background: linear-gradient(276deg, #73DEBF 0%, #73DEBF 0%, #0092D8 99%, #0092D8 100%);
	border-radius: 20px;
}
.flexUl{
	margin:60px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.flexUl li:first-child{
	flex-basis: 564px;
}
.flexUl li:last-child{
	flex-basis: 320px;
}
.flexUl li:nth-child(2){
	flex-basis: 320px;
}
.flexUl li img{
	width: 100%;
	height: auto;
	height: 100%;
}
.flexUl li{
	position:relative;
}
.flexUl li .txt{
	border-radius: 5px;
    background: linear-gradient(180deg, rgba(12,17,66,0.80) 0%, rgba(12,17,66,0.80) 0%, rgba(12,17,66,0.60) 100%, rgba(12,17,66,0.60) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.flexUl li .txt h1{
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	padding: 0;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
.bgBtn{
	background: #0A2540;
	color: #fff;
	padding: 60px 0;
	margin: 100px 0 0px 0;
}
.bgBtn h1{
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #FFFFFF;
	text-align: center;
}
.bgBtn a{
	width: 240px;
	height: 48px;
	border-radius: 100px;
	background: #0092D8;
	font-family: Roboto-Bold;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-top: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 48px;
}
.mt80{
	margin:80px 0;
}
.myswiper{
	position:relative;
}
.myswiper:before,.myswiper:after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 100%;
	content: "";
	border-radius: 5px;
	background: linear-gradient(270deg, #F1F6FA 0%, #F1F6FA 0%, rgba(241,246,250,0.00) 100%, rgba(241,246,250,0.00) 100%);
}
.myswiper .swiper-button-next,.myswiper .swiper-button-prev{
	width: 42px;
	height: 42px;
	background-color: #0092D8;
	border-radius: 50%;
	background-size:10px auto;
	background-position: center;
}
.myswiper .swiper-button-prev{
	left:89px;
}
.myswiper .swiper-button-next{
	right:89px;
}
.myswiper:after{
	left:auto;
	right: 0;
	background: linear-gradient(270deg, rgba(241,246,250,0.00) 0%, rgba(241,246,250,0.00) 0%, #F1F6FA 100%, #F1F6FA 100%);
}
.myswiper .swiper-container{
	margin:0 150px;
}
.myswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
	padding: 60px 80px 80px 60px;
    align-items: center;
	border-radius: 5px;
	background: #F1F6FA;
	height:auto;
}
.myswiper .swiper-slide{
    width: 20%;
}
.myswiper .swiper-slide:nth-child(2n) {
    width: 60%;
}
.myswiper .swiper-slide:nth-child(3n) {
    width: 20%;
}
.myswiper .excerpt{
	font-size: 24px;
	font-weight:100;
	line-height: 36px;
	letter-spacing: 0em;
	color: #333333;
	width: 100%;
}
.myswiper .userInfo{
	margin-top:50px;
	font-size: 18px;
	line-height: 40px;
	font-weight:100;
	color: #333;
}
.myswiper .userInfo h3{
	font-family: Roboto-Bold;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0em;
	color: #0A2540;
	margin: 0;
	padding: 0;
}
.flex-4th{
	flex-wrap:wrap;
	margin-top:30px;
}
.flex-4th li{
	flex-basis: calc( 25% - 30px );
	margin-bottom: 40px;
}
.block-style-2{
	border-radius: 5px;
	background: #FFFFFF;
	padding: 24px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #DCDFE6;
	font-weight:100;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.block-style-2 .img img{
	width: 72px;
	height: 72px;
}
.block-style-2 .title{
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0em;
	color: #0A2540;
	margin-top: 24px;
	margin-bottom: 12px;
}
.site-footer{
	background:#F1F6FA url("images/footer-bg.png") no-repeat bottom left;
	padding: 100px 0 0 0;
	background-size:auto 700px;
}
.myfrom{
	max-width: 503px;
	padding: 40px;
	border-radius: 5px;
	margin-top: 52px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.myfrom input{
	height: 48px;
	border-radius: 5px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	line-height: 48px;
	width: 100%;
	display: block;
	margin-bottom: 12px;
	padding: 0 8px;
}
.myfrom textarea{
	height: 160px;
	border-radius: 5px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 8px;
}
.myfrom button{
	height: 50px;
	border-radius: 100px;
	background: #0092D8;
	line-height: 50px;
	display: block;
	margin-top: 24px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
	border: none;
}
.block-style-contact h2{
	font-family: Roboto-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #0A2540;
	margin: 0;
	margin-bottom: 40px;
}
.block-style-contact p{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;
	color: #333333;
	margin-bottom: 25px;
}
.block-style-contact p b{
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0em;
	color: #0A2540;
}
.block-style-contact p i{
	color: #0092D8;
	margin-right: 8px;
}
.block-style-3 p{
	font-size:14px;
	color: #fff;
	line-height: 21px;
}
.block-style-3 a{
	color:#fff;
}
.block-style-3 h3{
	font-size:16px;
	color: #0092d8;
	margin: 0 0 28px 0;
	padding: 0;
}
.block-style-3 ul{
	margin:0;
	padding: 0;
	list-style-type: none;
	
}
.block-style-3 ul li{
	margin-bottom: 20px;
}
.block-style-3 ul li a{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight:100;
}
.copyright{
	font-size:14px;
	line-height: 21px;
	color: #999;
}
ul.language{
	margin:20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.language li{
	display:inline-block;
	margin-right: 15px;
}
ul.language li img{
	display:inline-block;
	margin-right: 8px;
}
ul.language li a{
	color: #fff;
	font-size:14px;
}
.pd_0{
	padding:0;
}
.flex-4th li,.flex-4th li:first-child,.flex-4th li:last-child,.flex-4th li:nth-child(n){
		flex-basis: calc( 25% - 30px );
		margin-bottom: 40px;
	}
	.pageContent{
		margin-top:100px;
		margin-bottom:100px;
	}
	.pageContent header{
		margin-bottom:50px;
	}
	.pageContent header h1{
		margin:0;
		padding:0;
		font-size:18px;
		line-height:20px;
		color:#333333;
		background:url(images/ico8.png) no-repeat left center;
		padding-left:20px;
	}
	.pageContent header h1 span{
		color:#0092D8;
	}
	.pageContent header .time{
		font-size:14px;
		color:#999;
		line-height:30px;
		padding-left:20px;
	}
	.pageContent article{
		padding-left:58px;
		border-left:2px solid #d8d8d8;
		font-size:16px;
		line-height:24px;
		color:#333;
	}
	.pageContent article h2{
		font-family: Roboto-Bold;
		font-size: 40px;
		font-weight: bold;
		line-height: 52px;
		text-transform: uppercase;
		letter-spacing: 0em;
		color: #0092D8;
		margin-bottom:20px;
	}
	.pageContent article hr{
		border-top:1px solid #d8d8d8;
		margin:60px 0;
	}
	.scrollMenu .navbar{
		width:400px;
		float:left;
	}
	.scrollMenu .navbar ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.scrollMenu .navbar li{
		font-size: 18px;
		font-weight: normal;
		line-height: 26px;
		text-transform: uppercase;
		letter-spacing: 0em;
		margin-bottom:60px;
		padding-left:20px;
	}
	.scrollMenu .navbar li.active{
		background:url(images/ico17.png) no-repeat left 5px;
		
	}
	.scrollMenu .navbar li a{
		color: #0A2540;
		padding:0;
	}
	.scrollMenu .navbar li a:hover,.scrollMenu .navbar li a:focus{
		background:none;
	}
	.scrollMenu .rightContent{
		float:right;
		width:calc( 100% - 450px );
	}
	.pageContent article .scrollMenu .rightContent h2{
		font-size:20px;
		line-height:24px;
		margin:0;
		margin-bottom:20px;
		color:#0A2540;
	}
	.pageContent article .scrollMenu .rightContent h3{
		font-size:18px;
		margin:20px 0;
	}
	.rightContent .flex-4th{
		display:flex;
		margin:50px 0 0 0;
		padding:0;
		list-style-type:none;
		flex-wrap:wrap;
	}
	.rightContent ul{
		margin:0;
		padding:0;
		list-style-position:inside;
	}
	.rightContent ul li{
		margin:20px 0;
	}
	.rightContent .flex-4th li{
		flex:0 0 25%;
		text-align:center;
		margin:0;
		margin-bottom:50px;
	}
	.rightContent .flex-4th li .title{
		font-size: 16px;
		font-weight: bold;
		line-height: 26px;
		text-transform: capitalize;
		letter-spacing: 0em;
		color: #0A2540;
		margin:25px 0;
	}
	.rightContent a.btn{
		width: 450px;
		height: 49px;
		border-radius: 100px;
		background: #0092D8;
		line-height:49px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0em;
		text-decoration: underline;
		color: #FFFFFF;
		margin:40px auto;
		display:block;
		padding:0;
	}
	.mtb50{
		margin:50px 0;
	}
	.scrollMenu{
		position:relative;
	}
	.title-style-3 p{
		font-family: Roboto-Bold;
		font-size: 18px;
		font-weight: bold;
		line-height: 26px;
		text-transform: uppercase;
		letter-spacing: 0em;
		color: #0A2540;
		margin-bottom:11px;
	}
	.title-style-3 h1{
		font-family: Roboto-Bold;
		font-size: 40px;
		font-weight: bold;
		line-height: 52px;
		text-transform: uppercase;
		letter-spacing: 0em;
		color: #0A2540;
		margin:0;
		padding:0;
	}
	.pageArt{
		margin-top:100px;
		margin-bottom:60px;
	}
	#myzm{
		
	}
	ul.zm{
		display:flex;
		
		padding:0;
		float:none;
		list-style-type:none;
	}
	ul.zm.scrollfixed{
		margin:0;
		padding:5px 0;
		background:#fff;
		box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
		justify-content:space-between;
		padding-left:10px;
	}
	ul.zm li{
		flex:1;
	}
	ul.zm li a{
		height: 34px;
		width:34px;
		text-align:center;
		line-height:34px;
		border-radius: 4px;
		background: #F6F6F6;
		display:block;
		color:#333;
		padding:0;
		border: 1px solid #CCCCCC;
	}
	#myzm{
		margin:60px 0;
	}
	ul.zm li.active a,ul.zm li a:hover{
		background:#0092D8;
		border-color:#0092D8;
		color:#fff;
	}
	dl.flexUl{
		text-indent:0;
		border-bottom:1px solid #d8d8d8;
		margin-bottom:40px;
	}
	.scrolling {
		padding-top:150px;
	}
	dl.flexUl dt{
		flex-basis:100px;
		font-size: 30px;
		font-weight: normal;
		line-height: 30px;
		color: #333333;
	}
	dl.flexUl dd{
		flex-basis:calc( 100% - 100px );
	}
	dl.flexUl dd ul li,dl.flexUl li:first-child,dl.flexUl li:nth-child(2){
		flex-basis:20%;
		margin-bottom:40px;
	}
	dl.flexUl dd ul{
		flex-wrap:wrap;
		margin:0;
		justify-content: flex-start;
	}
	dl.flexUl dd ul li a{
		font-size: 16px;
		line-height: 16px;
		color: #333333;
	}
@media (max-width: 1366px) {
	.container{
		width:calc( 100% - 100px );
		position:relative;
	}
	.page_2 .txt-a h1{
		font-size:26px;
	}
	.topBtn{
		margin-left:0;
	}
	
	.flexUl li:first-child{
		flex-basis: 548px;
	}
	.flexUl li:last-child{
		flex-basis: 304px;
	}
	.flexUl li:nth-child(2){
		flex-basis: 304px;
	}
	.mytop .txt-a ul li{
		font-size:22px;
	}
	.mytop .txt-a ul li span{
		font-size:32px;
	}
	.flex-4th li,.flex-4th li:first-child,.flex-4th li:last-child,.flex-4th li:nth-child(n){
		flex-basis: calc( 25% - 30px );
		margin-bottom: 40px;
	}
}
@media (max-width: 1280px) {
	.container{
		width:calc( 100% - 00px );
		position:relative;
	}
	.topMenu{
		right:25px;
	}
	.pd_0{
		padding:0 25px;
	}
	.flexUl{
		gap:25px;
	}
}
@media (max-width: 1024px) {
	#mynav ul li{
		margin-left:14px;
	}
	.topBtn a{
		width:86px;
	}
	.mytop img{
		max-width:550px;
		height:auto;
	}
	.mytop .txt-a ul li{
		line-height:48px;
	}
	.mbMenu{
		display:none;
	}
}
@media (max-width: 767px) {
	
	.pd_0{
		padding:0 15px;
	}
	.mbMenu{
		display:block;
	}
	.container{
		width:100%;
		padding-left: 15px;
		padding-right: 15px;
		height:auto;
	}
	.fixScroll .container{
		
	}
	.mbMenu{
		width:100%;
		border-radius:4px;
		line-height:40px;
		height:40px;
		background: #F1F6FA;
		border:none;
		max-width:100%;
		outline:none;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	}
	.mytop .container{
		height:auto;
		padding-bottom:10px;
	}
	.navbar-header{
		width: 100%;
		display: block;
	}
	.container > .navbar-header{
		margin:0;
	}
	.navbar-toggle .icon-bar{
		background:#fff;
	}
	.navbar-toggle{
		margin: 0;
		padding-right: 0;
	}
	.mytop .txt-a h1{
		font-size:36px;
		line-height: 42px;
		margin-bottom:12px;
	}
	.mytop .txt-a p{
		font-size: 14px;
		line-height:20px;
	}
	.txt-b h2{
		font-size: 14px;
		line-height:20px;
		margin-bottom:24px;
	}
	.mytop .txt-a ul li{
		font-size:16px;
		line-height:28px;
		margin:8px 0;
	}
	.mytop .txt-a ul li span{
		font-size:28px;
	}
	.txt-b ul{
		flex-wrap:wrap;
		width:100%;
	}
	.txt-b ul li{
		flex:0 0 calc( 33.333% - 16px );
		margin: 15px 0;
		text-align:center;
	}
	.txt-b ul li img{
		max-width:100%;
		height:auto;
	}
	.txt-b ul li:nth-child(4),.txt-b ul li:nth-child(5){
		flex:0 0 calc( 50% - 12px );
	}
	.mytop .txt-a,.mytop .txt-b{
		position:static;
	}
	.mytop .txt-a{
		padding-bottom:30px;
		margin-bottom:24px;
		border-bottom:1px solid rgba(255,255,255,.2);
	}
	.mytop .container{
		text-align:center;
	}
	.mytop img{
		max-height:260px;
		width:auto;
	}
	.title-style-1{
		font-size:24px;
		line-height: 28px;
		margin: 24px 0;
	}
	.bgBtn h1,.borderTop .title-style-1{
		font-size:24px;
		line-height: 28px;
	}
	.title-style-2{
		font-size:16px;
		line-height:20px;
		margin:12px 0;
	}
	.flexUl li .txt h1{
		font-size:16px;
		line-height:20px;
	}
	.mt120{
		margin-top: 30px;
	}
	.bgBlue{
		margin: 30px 0;
	}
	.myswiper .swiper-container{
		margin: 0 0px;
	}
	.myswiper .swiper-slide{
		font-size: 16px;
		padding: 15px;
	}

	.site-footer{
		padding-top:24px;
		margin-top:24px;
		background-size: auto 750px;
		background-position:-200px bottom;
	}
	.block-style-contact h2{
		font-size:24px;
		line-height:28px;
		margin-bottom:12px;
	}
	.myswiper .excerpt{
		font-size: 16px;
		line-height: 25px;
	}
	.myswiper .swiper-button-next{
		right:0;
	}
	.block-style-contact p b{
		margin-bottom:12px;
		display:block;
	}
	.myswiper .swiper-button-prev{
		left:0;
	}
	.myswiper .userInfo{
		font-size:16px;
		margin-top: 20px;
	}
	.block-style-1 .img{
		text-align: center;
	}
	.borderTop{
		padding-top:30px;
	}
	ul.language{
		text-align: center;
		margin-bottom: 20px;
	}
	.myfrom{
		max-width: 100%;
		padding: 15px;
		margin-top:12px;
		margin-bottom:40px;
	}
	.block-style-2{
		padding: 8px;
	}
	.block-style-2 .img{
		text-align: center;
	}
	.picMarquee-left{
		width:100%;
		overflow: hidden;
	}
	ul.marquee{
		gap:10px;
		margin: 0 20px;
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
	ul.marquee li{
		flex:0 0 90px;
		background:none;
		border:none;
		box-shadow:none;
		padding:0;
		min-height:auto;
	}
	ul.marquee li .img{
		display:block;
		text-align:center;
		width:50px;
		float:none;
	}
	ul.marquee li .img img{
		width:100%;
	}
	.flexUl{

		gap:15px;
	}
	.flexUl li:first-child,.flexUl li:nth-child(2){
		flex-basis: 100%;
	}
	.bgBtn{
		margin-top:24px;
		padding:4px 0 24px 0;
	}
	.bgBtn a{
		margin-top:12px;
	}
	.block-style-1 .title{
		font-size:16px;
		line-height:24px;
	}
	ul.marquee li .txt{
		display:none;
	}
	.img-120-60{
		margin-top:12px;
		margin-bottom:24px;
	}
	.borderTop::before{
		display:none;
	}
	.borderTop center img{
		max-width:calc( 100% - 80px );
		height:auto;
	}
	.flex-4th li:first-child, .flex-4th li:last-child, .flex-4th li:nth-child(n) {
		  flex-basis: calc( 50% - 10px );
		  margin-bottom: 5px;
	}
	#section1 .flex-4th li:first-child,#section1 .flex-4th li:last-child,#section1 .flex-4th li:nth-child(n) {
		flex-basis: calc( 25% - 0px );
		margin-bottom: 5px;
  }
  #section1 .flex-4th li img{
	  max-width:80%;
  }
	.flex-4th .block-style-2 .excerpt{
		display:none;
	}
	.rightContent .flex-4th li .title{
		margin:5px 0;
		font-size:12px;
		line-height:18px;
	}
	.flex-4th .block-style-2 .title{
		text-align:center;
	}
	.flex-4th .block-style-2 .img{
		margin-top:24px;
	}
	
	.txt-b img{
		max-height:24px;
		width:auto;
		display:block;
		margin:0 auto;
	}
	.pageContent article{
		padding:0;
		border:none;
	}
	.pageContent{
		margin:20px 0;
	}
	.pageContent article h2{
		font-size:24px;
		line-height:36px;
	}
	.pageContent header{
		margin-bottom:20px;
	}
	.scrollMenu .navbar{
		display:none;
	}
	.scrollMenu .rightContent{
		float:none;
		width:100%;
	}
	.pageContent article hr{
		margin:20px 0;
	}
	.rightContent a.btn{
		max-width:80%;
	}
	.img img{
		max-width:100%;
		height:auto;
	}
	ul.zm{
		width:34px;
		flex-wrap:wrap;
		margin:0;
	}
	#myzm{
		position:absolute;
		top:0;
		z-index:999;
		right:5px;
	}
	ul.zm li{
		margin-bottom:15px;
	}
	ul.zm.scrollfixed{
		background:none;
		box-shadow:none;
	}
	.pageArt{
		margin:20px 0;
	}
	.title-style-3 p{
		font-size:16px;
	}
	.title-style-3 h1{
		font-size:24px;
		line-height:36px;
		letter-spacing: -1px;
	}
	dl.flexUl{
		margin-bottom:15px;
		padding-bottom:15px;
		margin-top:0;
	}
	dl.flexUl dt,dl.flexUl dd{
		flex-basis:100%;
	}
	dl.flexUl{
		flex-wrap:wrap;
	}
	dl.flexUl dd ul li, dl.flexUl li:first-child, dl.flexUl li:nth-child(2){
		flex-basis:calc( 50% - 7.5px );
		margin-bottom:0px;
		
	}
	dl.flexUl dd ul li a{
		font-size:14px;
		line-height:25px;
	}
	ul.zm li a{
		background:none;
		border:none;
		line-height:25px;
		height:25px;
		width:25px;
	}
	.title-style-3{
		margin-bottom:30px;
	}
	#section2, #section3{
		padding:0;
	}
}