/*indexbanner*/
.banner {
    width: 100%;
    position: relative;
}
.banner  .swiper-slide{
	height: auto!important;
}
.banner img{
	width:100%;
	height: 100%;
}
.banner .swiper-button-next{
	color: #fff!important;
}
.banner .swiper-button-prev{
	color: #fff!important;
}
.banner .swiper-pagination{
	bottom:80px!important;
}
@media(max-width:800px){
	.banner{
		margin-top:54px;
	}
	.banner .swiper-pagination{
		display: none;
	}
}
.article-header {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-header .container{
	margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%;
}
.article-header .title{
	margin-top: 8rem;
    font-size: 4.5rem;
    font-weight: 800;
    max-width: revert;
}
.article-header .short {
    margin-top: 1rem;
}
.article-header .short .ezxmltext-field {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.3;
}
.featured-blocks {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.featured-blocks .container{
	margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%;
}
.featured-blocks .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
.featured-blocks .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    box-sizing: border-box;
}
.featured-blocks a {
    display: block;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 1px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease,-webkit-box-shadow .2s ease;
    overflow: hidden;
}
.featured-blocks a:hover {
    -webkit-box-shadow: 0 2px 26px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 26px 0 rgb(0 0 0 / 12%);
}
.featured-blocks a .featured-block {
    background-color: #fff;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5rem;
    overflow: hidden;
    position: relative;
}
.featured-blocks a .featured-block .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    background-image: url(../images/head-book.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.featured-blocks a .featured-block.locator-block .icon {
    background-image: url(../images/head-position.png);
}
.featured-blocks a .featured-block .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.featured-blocks a .featured-block .content h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
}
.featured-blocks a .featured-block .content h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #757575;
}
.featured-blocks a .featured-block .arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    background-image: url(../images/head-right.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.featured-blocks a .featured-block.locator-block:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background-image: url(../images/head-world.png);
    background-position: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 1rem;
    background-size: cover;
}



@media(max-width:1200px){
	.head .head-tel{
		display: none;
	}
	
	.article-header .title{
		margin-top: 3rem;
	}
	.article-header .title{
		font-size:20px;
		text-align: center;
	}
	.article-header .short .ezxmltext-field{
		font-size:16px;
		text-align: center;
	}

}
/*indexs1*/
.maincenter{	
	position: relative;
	width:100%;
	padding:0 4%;
	margin:0 auto;
	box-sizing:border-box;
}
.s1{
	width:100%;
	position: relative;
	padding:150px 0 0;
}

.s1t1{
	width:50%;
}
.s1p1{
	font-size: 18px;
	color: #07468b;
	font-weight: 400;
	position: relative;
}
.s1p1:after{
	content: '';
	width:40px;
	height: 1px;
	background: #07468b;
	position: absolute;
	top:13px;
	transform: translate(5px,0px);
}
.s1p2{
	font-size: 40px;
	color: #000;
	font-weight: 800;
	margin-top:20px;
}
.s1tmore{
	display: inline-block;
	margin-top: 25px;
	padding:13px 30px;
	background: #07468b;
	color:#fff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 25px;
}
.s1t2{
	width:50%;
	color: #333;
	font-weight: 400;
	font-size: 18px;
	margin-top:50px;
	text-align: right;
}
.s1content{
	width:100%;
	padding-left: 4%;
	box-sizing:border-box;
	margin-top: 50px;
	margin-bottom: 50px;
}
.prolist{
	width:100%;
	overflow: hidden;
}
.pro1a{
	display: block;
	width:100%;
	transition:0.5s;
}
.pro1img{
	width:100%;
	background: #ededed;
	border-radius: 10px;
	padding: 5px 6px 3px;
	box-sizing:border-box;
	transition:0.5s;
}
.pro1img img{
	width:100%;
	border-radius: 10px;
	box-sizing:border-box;
	transition:0.5s;
}
.pro1title{
	width:100%;
	text-align: center;
	padding:30px 0; 
	font-size: 28px;
	font-weight: 600;
}
.pro1title span{
	position: relative;
	z-index: 2;
}
.pro1title .span:after{
	content: '';
	display: block;
	position: absolute;
	width:100%;
	height: 0px;
	background: #07468b;
	top:30px;
	left:0%;
	z-index:1;
	transition:0.5s;
}
.pro1a:hover .pro1img{
	background: rgba(255 255 255 /50%);
}
.pro1a:hover .pro1title .span::after{
	content: '';
	display: block;
	position: absolute;
	width:100%;
	height: 5px;
	background: #07468b;
	top:30px;
	left:0%;
	z-index:1;
}
.s1c{
	margin-top:60px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.s1cp{
	background: #f5f6f7;
	box-sizing:border-box;
	padding:30px 30px;
	position: relative;
	line-height: 2;
	margin-bottom: 30px;
}
.s1cp img{
	float: right;
	transition:1s;
}
.s1c6 img{
	position: absolute;
	bottom:40px;
	right:40px;
}
.s1c1{
	width:38%;
}
.s1c2{
	width:calc(31% - 35px);
}
.s1c3{
	width:calc(31% - 35px);
}
.s1c4{
	padding:20px;
	width:25%;
}
.s1c5{
	padding:20px;
	width:25%;
}
.s1c6{
	padding:20px;
	width:calc(50% - 70px);
}
.s1cp1{
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.s1cp2{
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}
.s1cpa{
	position: absolute;
	bottom:60px;
	left:30px;
	display: block;
	font-size: 14px;
	color: #fff;
	padding:10px 20px;
	background: #07468b;
	border-radius: 50px;
	transition:1s;
}
.s1cp:hover img{
	transform: translate(-20px,0px);
}
.s1cpa:hover{
	transform: translate(0px,-5px);
	background: #005529;
}
.s1cp:hover a{
	transform: translate(0px,-5px);
	background: #005529;
}
@media(max-width: 1000px){
	.s1{
		padding:20px 0 0;
	}
	.s1c{
		margin-top:30px;
	}
	.s1p1{
		text-align: center;
		font-weight: 800;
		font-size: 30px;
	}
	.s1p1:after{
		display: none;
	}
	.s1p2{
		margin-top: 5px;
		text-align: center;
		font-weight: 400;
		font-size: 20px;
	}
	.s1t1{
		width:100%;
	}
	.s1t2{
		width:100%;
		margin-top: 10px;
		font-size: 15px;
		text-align: center;
	}
	.pro1title{
		font-size:15px;
	}
	.s1c1,.s1c2,.s1c3,.s1c4,.s1c5,.s1c6{
		width:100%;
	}
	.s1cp{
		padding:20px;
		margin-bottom: 20px;
	}
	.s1cp img{
		width:50%;
	}
	.s1c6 img{
		position: relative;
		bottom:auto;
		right:auto;
	}

}
.s2about{
	background: url(../images/s2bg.jpg) no-repeat;
	background-position:top center; 
	padding-top: 210px;
	box-sizing:border-box;
	padding-bottom: 75px;
}
.s2c{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.s2z{
	width:50%;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing:border-box;
}
.s2y{
	width:50%;
	box-sizing:border-box;
	text-align: right;
}
.s2y img{
	max-width: 100%;
	transition:1s;
}
.s2y:hover img{
	transform: translate(0px,-5px);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.s1p3{
	margin-top: 35px;
	line-height: 2;
	font-size: 20px;
	color: #545454;
}
.s1p4{
	display: inline-block;
	margin-top: 70px;
	line-height: 2;
	font-size: 18px;
	color: #ffffff;
	padding:15px 35px;
	color: #fff;
	background: #07468b;
	transition:1s;
}
.s1p4:hover{
	border-radius: 50px;
}
@media(max-width:1600px){
	.s2z{
		padding-left: 50px;
		padding-right: 50px;
	}
	.s1p3{
		font-size: 16px;
	}
}
@media(max-width:1200px){
	.s1p2{
		font-size:30px;
	}
	.s1p4{
		margin-top:20px;
	}
}
@media(max-width:1000px){
	.s2about{
		background: url(../images/s2bg2.jpg) no-repeat;
		background-size:100% 100%; 
	}
	.s2about{
		padding-top:0px;
		padding-bottom: 30px;
	}
	.s2z{
		width:100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.s1p2{
		font-size: 24px;
	}
	.s1p4{
		margin:20px auto;
		padding:10px 20px;
		display: block;
		text-align: center;
	}
	.s2y{
		width:100%;
	}
	.s2y img{
		width:100%;
	}
}

.s3c{
	margin-top: 50px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.s3c1{
	display: block;
	position: relative;
	width:calc(50% - 30px);
	overflow: hidden;
	max-height: 640px;
	background: url(../images/s3new1.jpg)no-repeat;
	background-size:cover;
}

.s3p{
	position: absolute;
	width:100%;
	bottom: 0px;
	font-size:20px;
	color: #fff;
	padding:20px 30px;
	box-sizing:border-box;
	background: rgb(0 0 0 / 50%);
}
.s3c2{
	width:50%;
}
.s3c2t{
	position: relative;
	display: block;
	width:100%;
	height: 305px;
	overflow: hidden;
}
.s3sp{
	position: absolute;
	top:120px;
	width:100%;
	text-align: center;
}
.s3c2b{
	position: relative;
	display: block;
	width:100%;
	height: 305px;
	margin-top: 30px;
	overflow: hidden;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.s3c2b1{
	position: relative;
	display: block;
	width:calc(50% - 15px);
	height: 305px;
	overflow: hidden;
	background: url(../images/s3new3.jpg)no-repeat;
	background-size:cover;
}
.s3c2b1 img{
	width:100%;
}
.s3c2b2{
	position: relative;
	display: block;
	width:calc(50% - 15px);
	height: 305px;
	overflow: hidden;
	background: url(../images/s3new4.jpg)no-repeat;
	background-size:cover;
}
.s3c2b2 img{
	width:100%;
}
.s3cb{
	width:100%;
	overflow: hidden;
	position: relative;
	margin-top: 90px;
	margin-bottom: 90px;
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
}
.newscontainer{
	border-top: 1px solid #eeeeee;
	overflow: hidden;
}

.swiper-button-prev:after, .swiper-button-next:after{
	content: ""!important;
}
.swiper-button-next{
	width:40px;
	text-align: center;
	font-size: 60px;
	color: #666!important;
	font-family: 'å®‹ä½“';
	font-weight: 800;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-button-prev{
	width:40px;
	text-align: center;
	font-size: 60px;
	color: #666!important;
	font-family: 'å®‹ä½“';
	font-weight: 800;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-pagination-bullet{
	border-radius: 0!important;
	width:60px!important;
	height:2px!important;
	background: #959597!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	border-radius: 0!important;
	width:60px!important;
	height:2px!important;
	background: #fff!important;
	opacity: 1!important;
}
.newsa{
	display: block;
	position: relative;
	padding:40px 0;
	line-height: 2;
}
.na1{
	font-size: 16px;
	color: #666;
}
.na2{
	font-size: 16px;
	color: #000;
}
.na3{
	font-size: 14px;
	color: #666;
}
@media(max-width: 500px){
	.s3c2b{
		height: auto;
	}
	.s3c1{
		width:100%;
		height: 400px;
		margin-bottom: 30px;
	}
	.s3c2{
		width:100%;
	}
	.s3c2t{
		width:100%;
		height:305px;
		margin-bottom: 20px;
	}
	.s3c2b1,.s3c2b2{
		height: 175px;
	}
	.s3p{
		padding: 14px;
		font-size: 16px;
	}
	.s3cb{
		margin:30px 0;
	}
}






.s2{
	padding:65px 0;
}
.s2title{
	font-size: 42px;
	font-weight: 800;
}
.videonext:after,.videoprev:after{
	display: none;
}
.videolist{
	width:100%;
	overflow: hidden;
	margin-top: 65px;
}
.videonext{
	top:25px!important;
	left:auto!important;
	right:6%!important;
}
.videoprev{
	top:25px!important;
	left:auto!important;
	right:8%!important;
}
.video1a{
	display: block;
	width:100%;
	transition:0.5s;
	position: relative;
}
.videostart{
	position: absolute;
	top:30%;
	left:calc(50% - 40px);
	transition:0.5s;
}
.video1a:hover .videostart{
	transform: rotate(360deg);
}
.video1img{
	width: 100%;
    background: rgba(255 255 255 /50%);
    border-radius: 16px;
    padding: 5px 6px 3px;
    box-sizing: border-box;
}
.video1img img {
    width: 100%;
    border-radius: 16px;
    box-sizing: border-box;
}
.video1title{
	padding:20px 0;
	font-size: 18px;
	font-weight: 400;
}
.video1title2{
	font-size: 28px;
	font-weight: 800;
}
@media(max-width: 1000px){
	.s2{
		padding:0;
	}
	.videoprev{
		right: 15%!important; 
	}
}
/*about*/
.s3{
	width:100%;
	position: relative;
	padding-top:90px;
}
.s3bg{
	width:100%;
	background: #37383c;
	
}
.aboutcon{
	position: relative;
	width:35%;
	box-sizing:border-box;
	padding:90px 4%;
}
.abimg{
	width:65%;
	transform: translate(0px,-45px);
}
.abimg img{
	width:100%;
}
.abtitle{
	font-size: 46px;
	font-weight: 800;
	color: #f9fafb;
	margin-bottom: 30px;
}
.abtext1{
	font-size: 25px;
	font-weight: 800;
	color: #f9fafb;
	margin-bottom: 40px;
}
.abtext2{
	font-size: 18px;
	font-weight: 400;
	color: #f9fafb;
	margin-bottom: 40px;
}
.abmore{
	font-size: 18px;
	font-weight: 400;
	color: #f9fafb;
}
@media(max-width: 1500px){
	.abtext2{
		display: none;
	}
}
@media(max-width: 1000px){
	.aboutcon{
		width:100%;
		padding:30px 4%;
	}
	.abimg{
		width:100%;
		position: relative;
		transform: translate(0px,0px);
	}
}
/*number*/
.s4{
	background: url(../images/s4bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	position: relative;
}
.s4c{
	margin:35px 0;
	padding:25px 70px;
	border-right: 1px solid #fff;
	max-width: 350px;
	box-sizing:border-box;
	text-align: center;
	position: relative;
	color: #fff;
}
.s4c p{
	font-size: 100px;
	font-weight: 600;
	position: relative;
	width: 200px
}
.s4c p span{
	display:inline-block;
}
.s4c p sup{
	position:absolute;
	top:0px;
	right:0px;
	font-size:40px;
	font-weight:600;
}
.s4c:nth-child(4){
	border-right:0px solid #272829;
}
.s4 .iflex{
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.s4b{
	border-top:1px solid #2d3134;
	border-bottom:1px solid #2d3134;
	padding:60px;
}
.s4btitle{
	text-align: center;
	font-size:50px;
	font-weight: 800;
}
.s4btext{
	font-size:20px;
	font-weight: 300;
	text-align: center;
	color: #acacac;
	margin:30px auto 60px;
	max-width:1000px;
}
.s4b .iflex{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.s4b1{
	width:calc(33.3333% - 40px);
    position: relative;
    overflow: hidden;
    margin:20px 0;
    cursor:pointer;
}

.s4b1img{
	width:100%;
	background: #323333;
    border-radius: 16px;
    padding: 5px 6px 3px;
    box-sizing: border-box;
}
.s4b1 img{
	width: 100%;
    border-radius: 16px;
    box-sizing: border-box;
}
.s4b1 p{
	background: rgb(0 0 0 / 80%);
	position: absolute;
	width:calc(100% - 12px);
	left:6px;
	bottom:7px;
	padding:20px ;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition:0.5s;
}
.s4b1:hover p{
	background: rgb(238 182 66 / 80%);

}
@media(max-width: 1000px){
	.s4c{
		width:50%;
		padding:0;
	}
	.s4c p{
		font-size: 40px;
		width:auto;
	}
	.s4c p sup{
		font-size: 20px;
		position: relative;
		margin-left:10px;
	}
	.s4b{
		padding:20px;
	}
	.s4b1{
		width:100%;
	}
}
/*product*/
.s5{
	width:100%;
	position: relative;
	padding-top:90px;
	padding-bottom: 60px;
}
.s5title{
	font-size: 70px;
	font-weight: 800;
	text-align: center;
}
.s5c{
	width:100%;
	margin-top:65px;
}
.s5c1{
	width:100%;
	display:none;
}
.s5on{
	display: block;
}
.s5ca{
	display:block;
	width: calc(25% - 30px);
	margin-right:40px;
	float:left;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 50px;
}
.s5ca:nth-child(4n){
	margin-right: 0px;
}
.s5cimg{
	width:100%;
	transition:0.5s;
}
.s5ca:hover .s5cimg{
	transform:scale(1.02);
}
.s5cb{
	width:100%;
	padding:10px 30px 40px;
	box-sizing:border-box;
}
.s5cb1{
	background: #e32735;
	width:80px;
	height:4px;
	transition:1s;
}
.s5ca:hover .s5cb1{
	width:100%;
}
.s5cb2{
	width:100%;
	position: relative;
}
.s5cb2 p{
	color: #393634;
}
.s5cb2 p:nth-child(1){
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
}
.s5cb2 p:nth-child(2){
	font-size: 14px;
	font-weight: 600;
}
.s5more{
	position: absolute;
	height: 40px;
	width: 50px;
	text-align:center;
	border-radius: 5px;
	background: #07468b;
	right:0px;
	top:0px;
	padding:9px 15px;
	box-sizing:border-box;
	bottom:20px;
}
.s5circle{
	width:20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid #fff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	margin:0 auto;
}
.s5cx{
	margin: 30px auto;
    display: block;
    width: 268px;
}
.s5x1{
	padding:5px;
	border-radius: 50%;
	background: #39393a;
	float:left;
	margin-left: 60px;
	cursor:pointer;
	position: relative;
}
.s5xc{
	border-radius: 50%;
	background: #6b6e70;
	width:12px;
	height: 12px;
	transition:0.5s;
}
.s5x1:hover .s5xc{
	background: #c81623;
}
.s5x1:after{
	content:'';
	display: inline-block;
	height: 4px;
	width:60px;
	position: absolute;
	background: #383839;
	top:9px;
	right:-60px;
}
.s5x1:nth-child(1){
	margin-left:0;
}
.s5x1:nth-child(4)::after{
	display: none;
}

.s5xred .s5xc{
	background: #c81623;
}
@media(max-width: 1000px){
	.s5{
		padding:20px 0;
	}
	.s5title{
		font-size:30px;
	}
	.s5ca{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.s5ca:nth-child(2n){
		margin-right: 0px;
	}
	.s5cb{
		padding:10px;
	}
}
/*news*/
.s6{
	background: url(../images/ihis.jpg) no-repeat;
	/*background-attachment: fixed;*/
	background-size:cover;
	min-height: 480px;
	width:100%;
	box-sizing:border-box;
	padding-top: 130px;
	padding-bottom:110px; 
}	
.s6title{
	text-align: center;
	font-size: 100px;
	font-weight: 800;
}
.newslist{
	width:550px;
	height: 80px;
	background: #07468b;
	margin:60px auto 0;
	overflow: hidden;
	position: relative;
}
.news1a{
	text-align: center;
	display: block;
	width:100%;
	padding:25px 0;
	font-size: 22px;
	font-weight: 800;
}
.newsnext:after{
	display: none;
}
.newsprev:after{
	display: none;
}
@media(max-width: 1000px){
	.s6title{
		font-size: 40px;
	}
	.newslist{
		width:100%;
	}
	.news1a{
		font-size:18px;
		font-weight: 400;
	}
	.s6{
		padding:40px 0;
		min-height:auto;
	}
}

/*aboutpage*/
.ab2 .s4b1{
	width: calc(33.3333% - 20px);
}
.ab2{
	border-bottom: 0px;
}
.ab2 .s4b1 p{
	padding:15px;
	border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: #fff;
}
.ab2 .s4b1 img{
	border-radius: 10px;
}
.ab3{
	/*border-bottom: 1px solid #2d3134;*/
	padding-bottom: 70px;
}
.ab3 .iflex{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.honorc p{
	text-align: center;
	font-size: 18px;
	color: #8c8c8c;
	line-height: 60px;
}
.ab4 .s4btitle{
	padding:60px 0;
}
.ab4 img{
	width:100%;
}
@media(max-width: 1000px){
	.ab2 .s4b1{
		width:100%;
	}
	.honorc{
		width:calc(50% - 5px);
	}
	.honorc img{
		width:100%;
	}
}

/*section*/
.ban-ny {
	position: relative;
	margin-bottom: 0px;
	border-bottom:7px solid #07468b; 
}

.ban-ny .img img {
	width: 100%;
}
@media(max-width:1000px){
	.ban-ny .img img {
		height: 120px;
	}
}
.ban-ny .img img {
	width: 100%;
}

.ban-ny .img {
	display: flex;
}

.ban-ny .txt {
	color: #fff;
	position: absolute;
	top: 42%;
	z-index: 1;
}

.ban-ny .txt b {
	font-size: 32px;
	display: block;
	margin-bottom: 10px;
}

.ban-ny .txt p {
	font-size: 16px;
}

.ban-ny .loca {
	position: absolute;
	bottom: 0;
	height: 55px;
	line-height: 55px;
	background: rgba(0,0,0,0.2);
	width: 100%;
	font-size: 16px;
	color: #fff;
}

.ban-ny .loca a {
	color: #fff;
}

.ny-tit {
	font-size: 16px;
	color: #5b5b5b;
	text-align: center;
	margin-bottom: 50px;
}

.ny-tit b {
	font-size: 30px;
	color: #2d2d2d;
	display: block;
	margin-bottom: 15px;
}

@media (max-width: 1400px) {
	.ban-ny .loca,.ban-ny .txt p {
		display: none;
	}

	.ban-ny .txt {
		top: 50%;
	}
}

@media (max-width: 1000px) {
	.ban-ny {
		margin-top: 54px;
	}

	.ban-ny .txt b,.ny-tit b {
		font-size: 26px;
	}

	.ny-tit {
		margin-bottom: 30px;
	}

	.ny-tit b {
		margin-bottom: 10px;
	}
}

@media (max-width: 700px) {
	.ban-ny .txt b,.ny-tit b {
		font-size: 20px;
	}

	.ny-tit {
		font-size: 14px;
	}

	.ban-ny .txt {
		top: 40%;
	}
}

.ny-fenl {
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: hidden;
	border-bottom: 3px solid #07468b;
}

.ny-fenl dl {
	display: inline-block;
}

.ny-fenl dl dt {
	float: left;
    margin: 0 30px;
    height: 60px;
    line-height: 56px;
    width:200px;
    border: 3px solid #07468b;
    border-radius: 30px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.ny-fenl dl dt a {
	font-size: 18px;
    color: #0e0e0e;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #07468b;
    font-weight: bold;
    transition: 0.4s;
}
.ny-fenl dl dt:hover{
	border: 3px solid #07468b;
}
.ny-fenl dl dt.cur a,.ny-fenl dl dt:hover a {
	color: #fff;
	
}
.ny-fenl dl dt.cur{
	border: 3px solid #07468b;
}
.ny-fenl dl dt:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    background: #07468b;
    transition: 0.4s;
    left: 0;
    top: 0;
    z-index: -1;
}
.ny-fenl dl .cur:after{
	width: 100%;
}
.ny-fenl dl dt:hover::after {
    width: 100%;
}
.tit-ab {
	font-size: 30px;
	color: #333;
}

.des {
	font-size: 18px;
	line-height: 2;
	font-weight: 400;
}

.des p {
	font-size: 18px!important;
	line-height: 32px!important;
}
.about{
	padding:35px 0;
	border-bottom:1px solid #303030;
	width:100%;
	position:relative;
}
.abouttitle{
	text-align: center;
    font-size: 50px;
    font-weight: 800;
    padding:35px;
}
.about p{
	font-size:20px;
	line-height: 2;
	margin-bottom: 20px;
}

@media (max-width: 1000px) {
	.ny-fenl dl dt {
		margin: 0;
		float: left;
		overflow: hidden;
		text-align: center;
	}	
	.ny-fenl dl dt{
		width:50%;
		margin-bottom: 20px;
	}
	.ny-fenl {
		height: auto;
		line-height: auto;
		margin-bottom: 0px;
		padding-bottom: 0px;
		display: none;
	}

	.ny-fenl dl dt a {
		font-size: 14px;
	}

	.ny-fenl dl {
		width: 100%;
	}

	.des p {
		font-size: 14px!important;
	}
	.about p{
		font-size: 16px;
	}
}
.newscenter{
	width: 100%;
	max-width:1500px;
	margin:0 auto;
	padding:20px;
	box-sizing:border-box;
	border-radius: 25px;
}
.main-fl {
	width:100%;
}

.main-fr .box b {
	font-size: 30px;
}

.main-fr .box dt {
	margin-top: 14px;
}

.main-fr .box dt .imgfd {
	width: 42%;
	max-height: 75px;
}

.main-fr .box dt .txt {
	width: 55%;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.main-fr .box dt:hover .txt {
	color: #005bad;
}

.main-fr .rmcp dt .imgfd {
	width: 50%;
	max-height: 92px;
	border: 1px solid #eaebed;
}

.main-fr .rmcp dt .txt {
	width: 46%;
}
.newsline{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);	
	padding:30px; 
	margin:50px auto;
}
.list-news{
	display: block;
}
.list-news li {
	width: 100%;
}

.list-news li .imgfd {
	width: 32%;
}
.list-news li .imgfd img{
	width:100%;
}

.list-news li .txt {
	width: 65%;
	box-sizing:border-box;
	padding:25px 0;
}

.list-news li .txt h2 {
	font-size: 28px;
	display: block;
	margin-bottom: 18px;
	line-height: 30px;
	overflow: hidden;
}

.list-news li .date {
	font-size: 14px;

	margin-top: 50px;
}

.list-news li .des {
	height: 150px;
	overflow: hidden;
}

.list-news li:hover .txt h2 {
	
}

@media (max-width: 1000px) {
	.main-fr {
		display: none;
	}

	.main-fl {
		width: 100%;
	}

	.list-news li .txt h2 {
		font-size: 20px;
	}

	.list-news li .imgfd {
		width: 42%;
	}

	.list-news li .txt {
		width: 56%;
	}
	.newsline{
		padding:20px;
	}
}

@media (max-width: 1000px) {
	.list-news li .txt h2 {
		font-size: 30px;
		line-height: 1.5;
	}

	.list-news li .des,.list-news li .date .fr {
		float: none;
	}
	.list-news li .date .fr{
		margin-top:10px;
	}

	.list-news li .imgfd {
		width: 100%;
	}

	.list-news li .txt {
		width: 100%;
	}

	.list-news li .date {
		margin-top: 20px;
	}
}

.show-new h1 {
	font-size: 30px;
	display: block;
	margin-bottom: 30px;
	margin-top: 60px;
}

.show-new dl {
	display: inline-block;
	width: 100%;
}

.show-new dl dt {
	float: left;
	margin-right: 60px;
	padding-left: 20px;
}

.show-new dl dt:nth-child(1) {
	background: url(../images/ns-ic1.png) no-repeat left;
}

.show-new dl dt:nth-child(2) {
	background: url(../images/ns-ic2.png) no-repeat left;
}

.show-new dl dt:nth-child(3) {
	background: url(../images/ns-ic3.png) no-repeat left;
}
.fanye{
	margin-bottom: 50px;
}
.fanye li {
	width: 40%;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}


.fanye li:hover a {
	color: #07468b;
}

.show-new .des {
	border-bottom: 1px solid #444748;
	border-top: 1px solid #444748;
	padding: 50px 0 80px;
	margin: 40px 0;
}

@media (max-width: 1200px) {
	.show-new h1 {
		font-size: 28px;
	}
}

@media (max-width: 1000px) {
	.show-new h1 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.show-new .des {
		padding: 40px 0;
	}
}

@media (max-width: 700px) {
	.show-new h1 {
		font-size: 18px;
	}

	.show-new .des {
		padding: 20px 0;
		margin: 20px 0;
	}

	.show-new dl dt {
		margin-bottom: 10px;
	}

	.fanye li {
		width: 96%;
		padding: 0 2%;
		margin-top: 10px;
	}
}

.list-equ li {
	width: 23.75%;
	margin-right: 1.66%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.list-equ li:nth-child(4n) {
	margin-right: 0;
}

.list-equ li p {
	font-size: 18px;
	color: #333;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.list-equ li:hover p {
	color: #005bad;
}

@media (max-width: 1000px) {
	.list-equ li,.list-equ li:nth-child(4n) {
		width: 30%;
		margin-right: 5%;
	}

	.list-equ li:nth-child(3n) {
		margin-right: 0;
	}

	.list-equ li:hover p {
		font-size: 16px;
	}
}

@media (max-width: 700px) {
	.list-equ li,.list-equ li:nth-child(3n),.list-equ li:nth-child(4n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	.list-equ li:nth-child(2n) {
		margin-right: 0;
	}

	.list-equ li:hover p {
		font-size: 16px;
	}

	.list-equ li p {
		font-size: 15px;
	}
}



.propage-fl .mab {
	margin-bottom: 40px;
	display: block;
	font-size: 30px;
}

.fl-pro li {
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 18px;
	background: #07468b;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
}

.fl-pro li a {
	display: block;
	padding: 0 20px;
	color: #fff;
}
.fl-pro li a span img{
	width:15px;
}
.fl-pro li:hover,.fl-pro li.cur {
	background: #eeb642;
	color: #fff;
}

.fl-pro li:hover a,.fl-pro li.cur a {
	color: #fff;
}

.list-pro li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 30px;
}

.list-pro li:nth-child(3n) {
	margin-right: 0;
}

.list-pro li .txt {
	padding: 0 15px;
}

.list-pro li .imgfd {
	height: 280px;
}

.list-pro li h2 {
	display: block;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 10px 0;
}

.list-pro li span {
	font-size: 14px;
	color: #666;
}

.list-pro li:hover h2 {
	color: #005bad;
}

@media (max-width: 1000px) {
	.list-pro li {
		margin-bottom: 20px;
	}

	.list-pro li .imgfd {
		height: 180px
	}
}

@media (max-width: 700px) {
	.list-pro li,.list-pro li:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
	}

	.list-pro li:nth-child(2n) {
		margin-right: 0;
	}

	.list-pro li .imgfd {
		height: 150px;
	}

	.list-pro li h2 {
		font-size: 15px;
		margin: 6px 0;
	}
}

.show-pro1 {
	display: inline-flex;
	width: 100%;
}

.show-pro1 .imgfd{
	width: 53%;
	float: left;
}
.show-pro1 .txt {
    width: 43%;
    float: left;
    margin-left: 3%;
}



.show-pro1 .imgfd {
	max-height: 545px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
/*.show-pro1 .imgfd{
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}*/
.show-pro1 .imgfd img {
	height: auto;
	display: block;
}

.productimg{
	max-width:545px;
	max-height: 545px;
	width: calc(100% - 140px);
	float:left;
	overflow: hidden;
	border:2px solid #07468b;
	box-sizing:border-box;
}
.productimg2{
	max-width:116px;
	height: 515px;
	max-height: 515px;
	float:right;
	margin-left:15px;
	cursor:pointer;
}
.productimg2 .swiper-slide{
	box-sizing:border-box;
}
.pt1img{
	width:100%;
}

.pt2img{
	width:116px;
	height: 116px;
	border:2px solid #07468b;
	box-sizing:border-box;
}
.pt2down:after{
	display: none;
}
.pt2down{
	width:58px;
	height: 30px;
	background: #3b3d3f;
	position: absolute;
	top:auto!important;
	left:auto!important;
	right:0px!important;
	bottom:0!important;
}
.pt2up:after{
	display: none;
}
.pt2up{
	width:58px;
	height: 30px;
	background: #07468b;
	position: absolute;
	top:auto!important;
	left:auto!important;
	right:58px!important;
	bottom:0!important;
}
.show-pro1 .txt h1 {
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
}

.show-pro1 .txt h2 {
	display: block;
	font-size: 18px;
	padding-bottom: 35px;
	border-bottom: 1px solid #4c4c4c;
}

.show-pro1 .txt h3 {
	display: block;
	font-size: 18px;
	padding: 30px 0;
	border-bottom: 1px solid #4c4c4c;
	line-height: 2;
	font-weight: 400;
	/*max-width: 250px;*/
	overflow: hidden;
}
.show-pro1h4{
	padding: 30px 0;
	border-bottom: 1px solid #4c4c4c;
}
.show-pro1h4 .sp1{
	padding:0 15px;
	height: 45px;
	line-height: 45px;
	width:130px;
	background: #07468b;
	color: #fff;
	font-size: 16px;
	float: left;
	box-sizing:border-box;
	margin-right:8px; 
	border-radius: 5px;
	font-weight: 600;
	cursor:pointer;
}
.show-pro1h4 .sp1 img{
	transform: translate(0px,3px);
	margin-right: 3px;
}
.show-pro1h4 .sp2{
	padding:14px;
	height: 45px;
	width:45px;
	background: #3b3d3f;
	float: left;
	box-sizing:border-box;
	margin-right:8px; 
	border-radius: 5px;
	cursor:pointer;
	transition:1s;
}
.show-pro1h4 .sp3{
	display: block;
	padding:14px;
	height: 45px;
	width:45px;
	background: #3b3d3f;
	float: left;
	box-sizing:border-box;
	margin-right:8px;
	border-radius: 5px; 
	cursor:pointer;
	transition:1s;
}
.show-pro1h4 .sp4{
	padding:14px;
	height: 45px;
	width:45px;
	background: #3b3d3f;
	float: left;
	box-sizing:border-box;
	margin-right:8px;
	border-radius: 5px;
	cursor:pointer; 
	transition:1s;
}
.show-pro1h4 .sp2:hover{
	background: #07468b;
}
.show-pro1h4 .sp3:hover{
	background: #07468b;
}
.show-pro1h4 .sp4:hover{
	background: #07468b;
}

.show-pro1h5{

	box-sizing:border-box;
	padding:32px 0; 
}
.show-pro1h5 .fr{
	float:right;
	display: inline-block;
	width:36px;
	height: 36px;
	border-radius: 5px;
	border:1px solid #787878;
	margin-left:20px; 
}
.show-pro1h5 .fr:hover{
	border:1px solid #07468b;
	background: #07468b;
}
.show-pro1 .txt .box {
	padding: 30px 0;
}

.show-pro1 .ind-more {
	margin-top: 30px;
}

.show-pro1 .txt .des {
	max-height: 128px;
	overflow: hidden;
}

.show-pro2,.show-pro3 {
	margin-top: 40px;
}

.show-pro2 .tit-pro {
	width: 100%;
	margin-bottom: 30px;
}

.show-pro2 .tit-pro span {
	display: block;
	font-size: 26px;
	font-weight: 800;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #575859;
}
.show-pro2 .des{
	padding:25px 0;
}
.show-pro3 .feedback {
	margin-top: 0;
	background: #fff;
	padding: 40px;
}

.show-pro3 .feedback li,.show-pro3 .feedback li input,.show-pro3 .feedback li textarea {
	background: #f1f2f4;
}

.show-pro3 .feedback li.sub input,.show-pro3 .feedback li.sub {
	width: 250px;
	height: 60px;
	background: #005bad;
}

.show-pro3 .feedback li input {
	height: 60px;
	line-height: 60px;
}

.show-pro3 .feedback li span {
	line-height: 60px;
}

.show-pro3 .feedback li:nth-child(5) {
	height: 120px;
}

.show-pro3 .tit {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}

.show-pro3 .tit b {
	font-size: 30px;
	color: #333;
	margin-right: 10px;
}

@media (max-width: 1200px) {
	.fl-pro li a {
		padding: 0 10px;
	}

	.main-fr .box {
		padding: 15px;
	}

	.show-pro1 .txt .box,.show-pro2 .box,.show-pro3 .feedback {
		padding: 30px;
	}
	

	.show-pro3 .tit b {
		font-size: 26px;
	}
	.productimg2{
	    display: none;
	}
	.productimg{
	    width:100%;
	}
}

@media (max-width: 800px) {
	.show-pro3 .tit b {
		font-size: 20px;
	}

	.show-pro3 .tit {
		font-size: 14px;
	}

	.show-pro1 .imgfd,.show-pro1 .txt {
		width: 100%;
	    margin-left: 0%;
	}

	.show-pro1 {
		display: block;
	}

	.show-pro1 .txt .box,.show-pro2 .box,.show-pro3 .feedback {
		padding: 20px;
	}
	.show-pro2 .box{
		padding: 0;
	}
	.show-pro1 .txt .box{
		padding: 0;
	}
	
	#maximg{
		width:100%;
		overflow-x: scroll;

	}
	#maximg td{
	    border-color: rgb(221, 221, 221)!important;
	}
	.show-pro1 .txt h1 {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.show-pro1 .txt .des {
		max-height: auto;
	}

	.show-pro1 .ind-more,.show-pro2,.show-pro3 {
		margin-top: 20px;
	}

	.show-pro2 .tit-pro span {
		font-size: 16px;
	}

	.show-pro2 .tit-pro,.show-pro3 .tit {
		margin-bottom: 10px;
	}
}

.pagination > li > a, .pagination > li > span {
	padding: 0 12px;
	border: 1px solid #bbb;
	color: #000;
	margin-right: 8px;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.pagination li.first,.pagination li.last {
	display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #005bad;
	border-color: #005bad;
	color: #fff;
}

.pagination > li > a:hover {
	color: #005bad;
}

.pagination li {
	float: left;
}

.pagination {
	margin: 0;
	margin-top: 40px;
	display: inline-block;
}

.digg {
	text-align: center;
	width: 100%;
}

@media (max-width: 600px) {
	.pagination {
		margin-top: 20px;
	}
}

/*contactpage*/
.contitle{
	font-size:56px;
	font-weight: 800;
	text-align: center;
	padding-top: 50px;
}
.contitle2{
	font-size:34px;
	font-weight: 800;
	text-align: center;
	padding-top: 10px;
}
.conc{
	margin-top: 65px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.conc1{
	background: #07468b;
	padding:40px;
	border-radius: 15px;
	width:calc(33.3333% - 20px);
	box-sizing:border-box;
	transition:1s;
}
.conc1:nth-child(2){
	background: #eeb642;
}
.conc1:hover{
	cursor:pointer;
}
.concimg{
	text-align: center;
	padding:20px;
	background: #fff;
	margin:0 auto;
	display: block;
	width:90px;
	height: 90px;
	box-sizing:border-box;
	border-radius: 50%;
	margin-bottom:30px;
	transition:1s;
}
.context{
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.conc1:hover .concimg{
	transform:rotate(360deg);
}
.context p{
	line-height: 2;
}
.context a{
	text-decoration:underline;
}
.aimg{
	display: block;
}
.bimg{
	display: none;
}

.ny_cont1 {
	padding: 60px 0 90px;
	/*border-bottom: 1px solid #303030;*/
}

.ny_cont1 h2 {
	font-size:48px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.ny_cont1 .bk-line {
	width: 23.75%;
	float: left;
	margin-right: 1.66%;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #425243;
    box-sizing: border-box;
}

.ny_cont1 .bk-line:nth-child(4) {
	margin-right: 0;
}

.ny_cont1 .bk-line p {
	font-size: 16px;
	color: #555;
}

.ny_cont1 .bk-line span {
	color: #ef0000;
}

.ny_cont1 .bk-line input {
	height: 50px;
	line-height: 50px;
	padding-left: 14px;
	font-size: 15px;
	color: #666;
	background: #fff;
	width: 100%;
	margin-top:0;

}

.ny_cont1 .bk-line:nth-child(5),.ny_cont1 .bk-line:nth-child(5) textarea {
	width: 100%;
	margin-top:30px; 
}

.ny_cont1 .bk-line:nth-child(5) p {
	margin: 30px 0 15px;
}

.ny_cont1 .bk-line:nth-child(5) textarea {
	padding-left: 14px;
	padding-top: 14px;
	font-size: 15px;
	color: #666;
	background: #fff;
	box-sizing:border-box;
	border-radius: 10px;
}

.ny_cont1 .tj {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eeb642;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 3px;
	display: block;
	margin-top: 50px;
	cursor: pointer;
}



@media (max-width: 1200px) {
	.ny_cont1 {
		padding: 50px 0;
	}
	.conc1{
		width:100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 1000px) {
	.ny_cont1 .bk-line {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.ny_cont1 .bk-line:nth-child(5) p {
		margin-top: 0;
	}

	.ny_cont1 h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.ny_cont1 {
		padding: 40px 0;
	}

	.ny_cont1 .tj {
		margin-top: 30px;
	}
	.contitle{
		font-size: 34px;
	}

	.contitle2{
		font-size: 20px;
	}
}

.ind-more {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #005bad;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	text-align: center;
	color: #fff;
}

.ind-more:hover {
	background: #f09800;
}

.xgcp li {
	width: 24%;
	float: left;
	margin-right: 1.33%;
	text-align: center;
}

.xgcp li:nth-child(4) {
	margin-right: 0px;
}

.xgcp li h3 {
	font-size: 15px;
	color: #333;
	height: 19px;
	overflow: hidden;
	font-weight: normal;
}

.xgcp li .imgfd {
	border: 1px solid #ddd;
	height: 180px;
}

.xgcp li:hover h3 {
	color: #005bad;
}

@media (max-width: 1000px) {
	.xgcp li {
		width: 48%;
		margin: 0;
		margin-right: 4%;
	}

	.xgcp li:nth-last-child(2n) {
		margin-right: 0%;
	}

	.xgcp li .imgfd {
		margin-top: 10px;
		height: 130px;
		margin-bottom: 10px;
	}

	.xgcp li h3 {
		font-size: 14px;
	}
}

.rmbq dt {
	width: 48%;
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
	text-align: center;
	margin-right: 4%;
}

.rmbq dt:nth-child(2n) {
	margin-right: 0;
}

.rmbq dt a {
	display: block;
	padding: 0 6px;
	font-size: 14px;
	color: #333;
}

.rmbq dt:hover,.main-fr-tags .box .rmbq-p dt:hover {
	background: #005bad;
}

.rmbq dt:hover a {
	color: #fff;
}

.rmbq-p dt {
	background: #f1f2f4;
}

.main-fr-tags .box {
	background: #f5f6f8;
}

.main-fr-tags .box .rmbq-p dt {
	background: #fff;
}

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 5px;
	border-radius: 3px;
	line-height: 100%;
	font-family: 'å®‹ä½“';
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}



.text-secondary {
	text-align: center;
	padding: 20px 0
}

#maximg img {
	max-width: 100%;
	height: auto !important
}

/*videopage*/
.videolistpage{
	width:100%;
	position: relative;
	margin-top:60px;
}
.videolistpage .video1a{
	width:calc(33.3333% - 20px);
	margin-right: 30px;
	margin-bottom: 50px;
	float: left;
}
.videolistpage .video1a:nth-child(3n){
	margin-right: 0px;
}
@media(max-width: 1000px){
	.videolistpage .video1a{
		width:100%;
		margin-right:0;
	}
}

/*propage*/
.propage{
	padding:60px;
}
.procenter{
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding:60px 20px;
    box-sizing: border-box;
}
.propage-fl{
	width: 280px;
}
.propage-fr{
	width:calc(100% - 340px);
}
.propage-fr .position{
	color: #888;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.propage-fr .position a{
	color: #888;
	font-size:16px;
	padding:0 5px;
}
.propage-fr .s5ca{
	width: calc(33% - 22.5px);
	margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.propage-fr .s5cb{
	padding: 20px 15px 20px;
}
.propage-fr .s5cb2 p:nth-child(1){
	margin-top:0px; 
}
.propage-fr .s5ca:nth-child(3n){
	margin-right:0px; 
}
.propage-fr .s5ca:hover .s5cb{
	background: #07468b;
}
.propage-fr .s5ca:hover .s5cb p{
	color: #fff;
}

@media(max-width:1000px){
	.propage-fl{
		display: none;
	}
	.propage-fr{
		width: 100%;
	}
	.propage-fr .s5ca{
		width: calc(100% - 15px);
	}
	.propage-fr .s5ca:nth-child(2n) {
    	margin-right: 0px;
	}
}

/*cpny input*/

.show {
	display: block !important;
}

#message {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	overflow-y: auto;
	display: none;
}

#message #center {
	max-width: 900px;
	margin: 10% auto 0;
	position: relative;
}

#message #center #close {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	right: -40px;
	font-size: 22px;
	width: 40px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
}

#message #center #close:hover {
	background: #07468b;
	color: #fff;
	transition-duration: 1s
}

#message #center #close:hover i{
	color: #fff;
	transition-duration: 1s
}

#message #center #close i {
	margin-top: 5px;
}

#feedback {
	padding: 40px 30px 20px;
	;background: #fff;
	border-radius: 8px;
	border-top-right-radius: 0;
}

#feedback .pro {
	width: 92%;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9dbdd;
}

#feedback dl {
	width: 49%;
	float: left;
	margin-bottom: 15px;
}

#feedback dl:nth-child(2n) {
	margin-left: 2%;
}

#feedback dl:nth-child(5) {
	width: 100%;
}

#feedback dl:nth-child(8) {
	width: 50%;
	margin-left: 0;
}

#feedback dl.noborder {
	width: 50%;
	margin-left: 0;
}

.ftype_input {
	position: relative;
}

.ftype_input .fbox {
	background: #eceef0;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.ftype_input .fbox input {
	line-height: 40px;
	text-transform: capitalize;
	width: 88%;
	background: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #333333;
}

.ftype_input .tips,.ftype_textarea .tips {
	box-sizing: content-box;
	height: 30px;
	line-height: 32px;
	position: absolute;
	top: 4px;
	font-size: 16px;
	width: 16px;
	overflow: hidden;
	right: 20px;
	border-left: 1px solid #d9dbdd;
	padding-left: 14px;
	color: #000;
}

.ftype_input .tips img,.ftype_textarea .tips img {
	padding-right: 20px;
	float: none;
}

.ftype_code .tips {
	width: 100px;
	right: 0;
}

.ftype_input .tips i {
	margin-top: 8px;
}

.ftype_textarea .tips i {
	margin-top: 8px;
}

.ftype_code .tips img {
	height: 30px;
	padding-right: 0;
}

.formerror {
	position: absolute;
	right: 32px;
	top: 5px;
	color: red;
	font-size: 0;
}

.formerror i {
	font-size: 14px;
}

.ftype_textarea {
	position: relative;
}

.ftype_textarea .fbox {
	background: #eceef0;
	width: 100%;
	box-sizing: border-box;
	min-height: 100px;
	padding: 20px;
	border-radius: 5px;
}

.ftype_textarea .fbox textarea {
	text-transform: capitalize;
	width: 95%;
	min-height: 100px;
	background: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #333333;
}

.ftype_textarea .fbox .formerror {
	top: 12px;
}

.ftype_code .fbox input {
	width: 75%;
}

.ftype_code .fbox img {
	padding-bottom: 10px;
	float: none;
}

.noborder .submit {
	width: 50%;
	float: right;
	transition-duration: 1s;
	cursor: pointer;
	border-radius: 4px;
	height: 40px;
	background: #00b0e6;
	font-size: 18px;
	color: #ffffff;
	border: 0;
}

.noborder .submit:hover {
	background: #07468b
}

#ewm1 {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	overflow-y: auto;
	display: none;
}

#ewm1 #center1 {
	max-width: 300px;
	margin: 25% auto 0;
	position: relative;
}
#ewm1 #center1 img{
	max-width:300px;
	width:300px;
}
#ewm1 #center1 #close1 {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	right: -40px;
	font-size: 22px;
	width: 40px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
}

#ewm1 #center1 #close1:hover {
	background: #07468b;
	color: #fff;
	transition-duration: 1s
}

#ewm1 #center1 #close1 i {
	margin-top: 5px;
}


#ewm2 {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	overflow-y: auto;
	display: none;
}

#ewm2 #center2 {
	max-width: 300px;
	margin: 25% auto 0;
	position: relative;
}
#ewm2 #center2 img{
	max-width:300px;
	width:300px;
}
#ewm2 #center2 #close2 {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	right: -40px;
	font-size: 22px;
	width: 40px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
}

#ewm2 #center2 #close2:hover {
	background: #07468b;
	color: #fff;
	transition-duration: 1s
}

#ewm2 #center2 #close2 i {
	margin-top: 5px;
}

@media screen and (max-width:1000px) {
	.paging {
		padding: 15px 0;
	}

	.layui-layer-iframe {
		max-width: 95%;
		height: auto !important;
		min-height: 277px;
	}
	#feedback dl:nth-child(2n){
		margin-left: 0;
	}
	#feedback {
		padding: 30px 15px 20px;
		border-radius: 0;
	}

	#feedback dl {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	#message #center {
		max-width: 95%;
		margin-top: 30%;
	}

	.noborder .submit {
		border-radius: 0;
		width: 100%;
		margin: 0;
		float: none;
	}

	

	#feedback dl:nth-child(8) {
		width: 100%;
		display: block;
	}

	#feedback dl.noborder {
		width: 100%;
	}

	#message #center #close {
		right: 0;
		top: -30px;
		border-radius: 0;
	}

	.header,.menu {
		display: none;
	}

	.wap-bottom,.navbar,#sortpro {
		display: block;
	}

	.videos {
		width: 90%;
		margin: 0 5%;
		left: 0;
		top: 30%;
	}

	#video {
		width: 100%;
	}
}



/*å±±è£…é¦–é¡µ*/
.z1{
	width:100%;
	position: relative;
	background: #e4e4e4;
}

.z1center{
	width:100%;
	position: relative;
	margin:0 auto;
	max-width:92%;
	padding:100px 0 120px;
}
.z1swiper .swiper-slide{
	cursor:pointer;
}
.z1swiper .swiper-slide:after{
	display: block;
	content:"";
	position: absolute;
	right:0;
	top:40px;
	background: #c5c5c5;
	height: 100px;
	width:1px;
}
.z1swiper .swiper-slide:nth-child(6)::after{
	display: none;
}
.z1swiper .swiper-slide img{
	width:100%;
}
.z1p1{
	width:calc(100% - 10px);
	margin:10px auto;
	background: #07468b;
	color: #fff;
	padding:15px 0;
	font-size:22px;
	font-weight:800;
	text-align: center;
}
.z1swiper .swiper-slide:hover .z1p1{
	background: #eeb642;
	color: #585656;
}
.z1next,.z1prev{
	display: none;
}
.z1swiper2 .swiper-slide{
	background:  url(../images/z1bg.jpg) 0 0 no-repeat;
	background-size:cover; 
}




.z1swiper2 .swiper-slide .item {
	position: relative;
	height: 820px;

}

.z1swiper2 .swiper-slide .item .intro {
	position: relative;
	z-index: 2;
}

.z1swiper2 .swiper-slide .item .img_ {
	position: absolute;
	right: 0;
	top: 0;
	width: 1060px;
	width: 75%;
	height: 820px;
	height:auto;
}
.z1swiper2 .swiper-slide .item .img_  img{
	width:100%;
}

.z1swiper2 .swiper-slide .item .intro {
	width: 30%;
	padding-top: 130px;
}

.z1swiper2 .swiper-slide .item .intro .intro_top {
	margin-bottom: 40px;
	line-height: 2;
}
.z1swiper2 .swiper-slide .item .intro .intro_top .left{
	width:60%;
}
.z1swiper2 .swiper-slide .item .intro .intro_top .right{
	width:40%;
}
.z1swiper2 .swiper-slide .item .intro .intro_top .right img{
	width:100%;
}
.z1swiper2 .swiper-slide .item .intro .intro_top .en_t {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
}

.z1swiper2 .swiper-slide .item .intro2 .intro_top .en_t {
	margin-top: 20px;
}

.z1swiper2 .swiper-slide .item .intro .intro_top .ch_t {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .con {
	margin-bottom: 45px;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .datalist {
	border: none;
	width:100%;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .datalist td {
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding:10px 15px;
	box-sizing:border-box;
	color: #fff;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .datalist .firstRow {
	background: #eeb642;
	color: #093b77;
}
.z1swiper2 .swiper-slide .item .intro .intro_bott .datalist .firstRow td{
	color: #093b77;
}
.z1swiper2 .swiper-slide .item .intro .intro_bott .btn_box {
	font-size: 10px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #f7bc00;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .btn_box .btn1 {
	/*background: url(../imges/ipt1_btn1.png) no-repeat center;*/
	background: #eeb642;
	display: inline-block;
	width: 82px;
	position: relative;
	transition: all 0.5s ease;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .btn_box .btn1 a {
	margin-left: 13px;
	color: #093b77;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .btn_box .btn2 {
	/*background: url(../imges/ipt1_btn2.png) no-repeat center;*/
	background: #fff;
	display: inline-block;
	width: 82px;
	position: relative;
	transition: all 0.5s ease;
}

.z1swiper2 .swiper-slide .item .intro .intro_bott .btn_box .btn2 a {
	color: #eeb642;
	margin-left: 13px;
}
.z1swiper2 .center{
	padding:0 30px;
	box-sizing:border-box;
}
.z1swiper2 .z1prev2{
	left:10px!important;
	color: #fff!important;
}
.z1swiper2 .z1next2{
	right:10px!important;
	color: #fff!important;
}
@media(min-width:1900px){
	.z1swiper2 .z1prev2{
		left:7%!important;
	}
	.z1swiper2 .z1next2{
		right:7%!important;
	}
}
@media(max-width:800px){
	.z1swiper .swiper-slide:after{
		display: none;
	}
	.z1next,.z1prev{
		display: block;
	}
	.z1center{
		padding:20px 0;
	}
	.z1p1{
		font-size:16px;
	}
	.z1swiper2 .swiper-slide .item{
		padding-bottom: 30px;
		height: auto;
	}
	.z1swiper2 .swiper-slide .item .intro{
		width:100%;
		padding-top:230px;
	}
	.z1swiper2 .swiper-slide .item .intro .intro_top .left{
		margin-top:20px;
	}
	.z1swiper2 .swiper-slide .item .img_{
		width:100%;
	}
	.z1swiper2 .swiper-slide .item .intro .intro_top .en_t{
		font-size:26px;
	}
	.z1swiper2 .swiper-slide .item .intro .intro_top .ch_t{
		font-size:22px;
	}
}
.z2{
	width:100%;
	position: relative;
	background:  url(../images/z2bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.z2top{
	width:100%;
	padding-top:140px;
}
.z2z{
	width:50%;
}
.z2z img{
	width:100%;
}
.z2zimg-pagination{
	width:200px!important;
	left:auto!important;
	right:50px!important;
	bottom:30px!important;
}
.z2zimg-pagination .swiper-pagination-bullet{
	width:70px!important;
	height: 5px!important;
	background: #fff!important;
}
.z2zimg-pagination .swiper-pagination-bullet-active{
	background: #1a2581!important;
}
.z2y{
	width:calc(50% - 40px);
}
.z2y1{
	background:  url(../images/z2y.jpg) 0 0 no-repeat;
	background-size:cover;
}
.z2a1{
	display: block;
	border-bottom: 2px solid rgb(255,255,255,50%);
	padding:40px;
	width:100%;
	box-sizing:border-box;
	color:#fff;
	transition:1s;
}
.z2a1:hover{
	padding-left:80px;
}
.z2a1:nth-child(3){
	border-bottom: none;
}
.z2yp1{
	font-size:22px;
}
.z2y2{
	margin-top: 65px;
}
.z2yp3{
	border-left: 5px solid #07468b;
	color: #07468b;
	padding-left:15px;
	font-size:27px; 
	font-weight: 600;
	margin-bottom:10px;
}
.z2yp4{
	color: #555;
	font-size:18px;
	line-height: 2;
	text-indent: 2em;
}
.z2bot{
	width: 100%;
	padding-top:140px;
	padding-bottom: 100px;
}
.z2b1{
	display: block;
	width: 65%;
	height:380px; 
	background:  url(../images/z3bg1.jpg) 0 0 no-repeat;
	background-size:cover;
	background-position:center;
	position: relative;
	box-sizing:border-box;
}
.z2b2{
	display: block;
	width:calc(35% - 30px);
	height:380px; 
	background:  url(../images/z3bg2.jpg) 0 0 no-repeat;
	background-size:cover;
	background-position:center;
	position: relative;
	box-sizing:border-box;
}
.z2bp1{
	position: absolute;
	left:0px;
	padding-left: 35px;
	padding-right: 35px;
	bottom:75px;
	font-size:24px;
	color: #eeb642;
	font-weight:600;
	transition:1s;
	box-sizing:border-box;
}
.z2bp2{
	position: absolute;
	left:0px;
	padding-left: 35px;
	padding-right: 35px;
	bottom:35px;
	font-size:20px;
	color: #fff;
	font-weight:400;
	transition:1s;
	box-sizing:border-box;
}
.z2b1:hover .z2bp1{
	padding-left:75px;
}
.z2b1:hover .z2bp2{
	padding-left:75px;
}
.z2b2:hover .z2bp1{
	padding-left:75px;
}
.z2b2:hover .z2bp2{
	padding-left:75px;
}
.z2b3{
	margin-top:70px;
	width:100%;
}
.z2b3z{
	width:240px;
	text-align: right;
}

.z2b3c{
	width:100%;
	padding:30px;
	color: #fff;
	background: #07468b;
	box-sizing:border-box;
	display: block;
}
.z2b3c:nth-child(2){
	color: #07468b;
	background: #eeb642;
}
.z2bp3{
	font-size:26px; 
}
.z2bp4{
	font-size:18px; 
}
.z2b3y{
	width:calc(100% - 260px);
	padding:0 50px!important;
	position: relative;
	box-sizing:border-box;
}
.z2n{
	display: block;
	padding:45px 30px 30px;
	cursor:pointer;
	transition:1s;
	box-sizing:border-box;
}
.z2nt{
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
}
.z2n1{
	font-size:50px;
	font-weight: 800;
	color: #07468b;
}
.z2n2{
	font-size:24px;
	font-weight: 800;
	color: #07468b;
	transform: translate(0px,25px);
}

.z2n3{
	font-size:16px;
	font-weight: 400;
	color: #7f7f7f;
	transform: translate(0px,32px);
}
.z2n4{
	font-size:18px;
	font-weight: 400;
	color: #000;
	margin-top:20px;
}
.z2n5{
	font-size:14px;
	font-weight: 400;
	color: #464646;
	margin-top:20px;
	height: 40px;
	overflow: hidden;
}
.z2n:hover{
	background:#fff;
}
.z2n:hover .z2n1{
	color: #eeb642;
}
.z2n:hover .z2n2{
	color: #eeb642;
}
.z2next{
	color: #fff!important;
}
.z2prev{
	color: #fff!important;
}
@media(max-width:800px){
	.z2top{
		padding-top:30px;
	}
	.z2z{
		width:100%;
	}
	.z2y{
		width:100%;
	}
	.z2y2{
		padding:0 10px;
	}
	.z2bot{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.z2b1{
		width: 100%;
	}
	.z2b2{
		width: 100%;
	}
	.z2b1 .z2bp1{
		bottom:95px;
	}
	.z2b3{
		margin-top:30px;
	}
	.z2b3z{
		display: none;
	}
	.z2b3y{
		width:100%;
	}
}
.z3{
	width:100%;
	position: relative;
}
.z3 img{
	width:100%;
	height: 100%;
	display: block;
}
.z4{
	width:100%;
	position: relative;
}
.z4z{
	width:50%;
	padding:70px 130px;
	font-size: 30px;
	font-weight: 800;
	color: #000;
	box-sizing:border-box;
	border-right: 1px solid #c0c0bf;
	align-items:center;
}
.z4z:nth-child(2){
	border-right: none;
}
.z4z img{
	width:22px;
	height:22px;
}
@media(max-width:800px){
	.z4z{
		padding:30px 20px;
		text-align: center;
		line-height: 1;
		font-size:20px;
	}
}

/*å³ä¾§å¯¼èˆª*/
.side-always .app-item, .m-footer-nav {
    display: none;
}

.side-always {
    position: fixed;
    z-index: 999;
    width: 56px;
    height: auto;
    right: 15px;
    top: 50%;
    margin-top: -130px;
    box-sizing: border-box;
}

.side-always .side-items {
    display: block;
    position: relative;
    overflow: visible;
    background-color: #ecedee;
    cursor: pointer;
    width: 56px;
    height: 56px;
    transition-duration: .3s;
    margin-bottom: 12px;
    border-radius: 5px;
}

.side-always .side-items:hover {
    background: #eeb642;
}

.side-always .side-ico {
    position: relative;
    z-index: 4;
    width: 56px;
    height: 56px;
    transition-duration: .3s;
    /*background-size: 23px !important;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px;
}

.side-always .tele-item .side-ico {
    background: url(../images/side-tele.png) no-repeat center;
}

.side-always .tele-item:hover .side-ico {
    background: url(../images/side-teleon.png) no-repeat center;
}

.side-always .qq-item .side-ico {
    background: url(../images/side-qq.png) no-repeat center;
}

.side-always .qq-item:hover .side-ico {
    background: url(../images/side-qqon.png) no-repeat center;
}

.side-always .email-item .side-ico {
    background: url(../images/side-email.png) no-repeat center;
}

.side-always .email-item:hover .side-ico {
    background: url(../images/side-emailon.png) no-repeat center;
}

.side-always .ewm-item .side-ico {
    background: url(../images/side-ewm.png) no-repeat center;
}

.side-always .ewm-item:hover .side-ico {
    background: url(../images/side-ewmon.png) no-repeat center;
}

.side-always .ks-item .side-ico {
    background: url(../images/side-ks.png) no-repeat center;
}

.side-always .ks-item:hover .side-ico {
    background: url(../images/side-kson.png) no-repeat center;
}

.side-always .dy-item .side-ico {
    background: url(../images/side-dy.png) no-repeat center;
}

.side-always .dy-item:hover .side-ico {
    background: url(../images/side-dyon.png) no-repeat center;
}

.side-always .toTop-item .side-ico {
    background: url(../images/side-toTop-item.png) no-repeat center;
}

.side-always .toTop-item:hover .side-ico {
    background: url(../images/side-toTop-itemon.png) no-repeat center;
}

.side-always .side-tele {
    position: absolute;
    display: none;
    width: 170px;
    height: 56px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    right: 110%;
    top: 50%;
    margin-top: -28px;
    background-color: #07468b;
    z-index:999;
}
.side-always  .companyemail{
	width:auto;
	right: 110%;
}
.side-always .side-tele-content {
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 56px;
}

.side-always .side-ewm {
    position: absolute;
    display: none;
    width: 110px;
    height: 110px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    right: 110%;
    top: 50%;
    margin-top: -55px;
}

.side-always .side-ewm img {
    width: 100%;
    height: auto;
}

.side-always .ewm-item:hover .side-ewm {
    display: block;
}
@media(max-width: 800px){
    .side-always{display: none;}
}