@charset "utf-8";
.listbn .posrabsolute {
    display: none;
}
.page a,.page span{
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
	margin: 3px;
}
.page a:hover{
	background: #00ADEA;
	color: #fff;
}
.page a.active{
	background: #00ADEA;
	color: #fff;
}
.icolor,.hvcolor:hover{
	color: #00ADEA;
}
.bgcolor,.hvbgcolor:hover{
	background: #00ADEA;
	color: #fff;
}
.head{
	height: 105px;
	/*background: rgba(0,0,0,.5);*/
	background: rgba(0,0,0,1);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}
.head_active1 {
	background: rgba(0,0,0,.5)!important;
}
.head_height{
	height: 145px;
}
.head_active,.head_list{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_active{
	height: 85px;
}
.logo{
	display: inline-block;
	height: 60px;
}
.logo img{
	height: 100%;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.head_active .logo img.img1,
.head_list .logo img.img1{
	display: none;
}
.head_active .logo img.img2,
.head_list .logo img.img2{
	display: block;
}
.nav li{
	margin-left: 45px;
	height: 100%;
	position: relative;
}
.nava{
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
}
.head_active .nava,
.head_list .nava{
	color: #333;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #00ADEA;
}
.navhide{
	min-width: 170px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	font-family: font-regular;
}
.navhide a{
	font-size: 15px;
	line-height: 50px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover{
	color: #00ADEA;
	background: #f8f8f8;
}
.md{
	padding: 70px 0;
}
.foot{
	background: #4A4A4A;
	color: #fff;
}
.fta i{
	display: block;
	width: 32px;
	height: 1px;
	background: #fff;
	margin: 15px 0;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #00ADEA;
	text-decoration: underline;
}
.itopl i{
	width: 60px;
	height: 3px;
	display: block;
	background: #FF3030;
	margin-right: 20px;
}
.i1r{
	width: 38%;
	margin-left: 5%;
}
.i1l p{
	padding: 10px 0;
}
.morea{
	display: inline-block;
	padding: 12px 50px;
	background: #EBEBEB;
}
.morea:hover{
	background: #00ADEA;
	color: #fff;
}
.i2{
	background: url(../images/i2bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i2bg{
	background: rgba(255,255,255,.5);
	padding: 50px;
	padding-top: 30px;
}
.i2a_a{
	text-align: center;
	color: #fff;
}
.swiper-pagination-i3{
	position: static;
	text-align: center;
}
.swiper-pagination-i3 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #00ADEA;
	transition: .25s;
	margin: 0 7px;
	opacity: 1;
}
.swiper-pagination-i3 .swiper-pagination-bullet-active{
	width: 50px;
}
.i4a_a{
	background: #FAFAFA;
}
.i4atxt{
	padding: 20px;
}

.lbntxti{
	width: 1px;
	height: 50px;
	background: #fff;
	display: block;
	margin: 25px auto;
}
.lbntxt{
	color: #fff;
}
.ab1r{
	width: 40%;
	margin-left: 5%;
}
.ab1l .txt p{
	padding: 8px 0;
}
.ab2a{
	width: 24%;
	padding: 25px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	color: #999;
}
.ab2a:hover{
	color: #00ADEA;
	border-top: 1px dashed #00ADEA;
	border-bottom: 1px dashed #00ADEA;
}
.ab2a img{
	filter: grayscale(100%);
	filter: gray;
	opacity: .5;
}
.ab2a:hover img{
	opacity: 1;
	filter: inherit;
}
.ab3bg{
	background: url(../images/ab3bg.jpg) no-repeat center;
	background-size: cover;
}
.ab3a{
	width: 25%;
	text-align: center;
	padding: 50px 20px;
	background: #fff;
	border-right: 1px solid #E6E6E6;
	color: #999;
	transition: .5s;
}
.ab3a:hover{
	background: #00ADEA;
	color: #fff;
	padding: 100px 20px;
	border-color: #00ADEA;
}
.ab3a:last-child{
	border: 0 !important;
}
.ab3a img{
	transition: .5s;
}
.ab3a:hover img{
	filter: grayscale(100%) brightness(1000%);
}

.pdl{
	width: 280px;
	margin-right: 25px;
}
.pdlw{
	padding: 20px;
	background: #fff;
}
.pdlw a{
	display: block;
	width: 100%;
	padding: 12px 15px;
	background: #E6E6E6;
	margin-bottom: 20px;
}
.pdlw a.active,.pdlw a:hover{
	background: #00ADEA;
	color: #fff;
}
.pdlw a:last-child{
	margin-bottom: 0;
}
.pda_a{
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 60px 0;
	}
	.logo{
		height: 50px;
	}
	.ab2aico img,.ab3a img{
		height: 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.logo{
		height: 42px;
	}
	.nav li{
		margin-left: 25px;
	}
	.ab2aico img,.ab3a img{
		height: 35px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 40px 0;
	}
	.pda{
		width: 50%;
	}
}
        .gct {
            padding: 25px;
            border: 1px solid #CFC8C8;
            margin: 0 10px;
        }
        .gcxcs {
            padding: 50px;
        }
        .co2ra {
          padding: 10px 0;
          margin-top: 50px;
        }
        .co2ra input, .co2ra textarea {
          width: 100%;
          background: #F7F8F9;
          padding: 18px 18px 18px 0;
          border-bottom: 1px solid #ADADAD;
        }
        .co2ra textarea {
          height: 200px;
          resize: none;
        }
        .co2ra button {
          background: #00ADEA;
          color: #fff;
          padding: 16px 40px;
          cursor: pointer;
        }
    	.ginfo {
    	    min-height: 400px;
    	}
    	.gnews a {
    	    padding: 12px 0;
    	}
    	.gnews .active {
    	    color: #00ADEA;
    	}
    	.newsimg {
    	    width: 227px;
    	}
    	.gnews .active::after {
    	    content: '';
    	    position: absolute;
    	    left: 50%;
    	    bottom: 0;
    	    width: 40px;
    	    height: 4px;
    	    margin-left: -20px;
    	    background-color: #00adea;
    	    border-radius: 4px;
    	}
@media only screen and (max-width:768px) {
        	.ginfo {
        	    min-height: 200px;
        	}
            .gct {
                width: auto;
                padding: 12px;
            }
            .gcxcs {
                padding: 10px;
            }
            .co2ra {
                margin-top: 20px;
            }
            .co2ra textarea {
              height: 100px;
            }
            .co2ra input, .co2ra textarea {
              padding: 12px 12px 12px 0;
            }
	.md{
		padding: 25px 0;
	}
	.itopl i{
		width: 30px;
	}
	.morea{
		padding: 9px 25px;
	}
	.itopr{
		margin-top: 12px;
	}
	.i2bg{
		padding: 15px;
		padding-top: 10px;
	}
	.i2a{
		width: 50%;
	}
	.i4a{
		width: 100%;
	}
	.foot{
		padding: 15px 0;
	}
	.ft{
		display: block;
	}
	.fta{
		width: 100%;
		padding: 10px 0;
	}
	.fta ul{
		display: flex;
		flex-wrap: wrap;
	}
	.fta ul a{
		margin-right: 20px;
	}
	
	.listbn .txt{
		display: none;
	}
	.lbntxti{
		height: 10px;
		margin: 5px auto;
		display: none;
	}
	.lbntxt h1{
		font-size: 26px;
	}
	.ab2a{
		width: 100%;
		margin-bottom: -1px;
		justify-content: space-between;
	}
	.ab2a h1{
		font-size: 30px
	}
	.ab2a img{
		height: 35px;
	}
	.ab3a{
		width: 100%;
		padding: 30px !important;
		border-bottom: 1px solid #E6E6E6;
	}
	
	.pdlw{
		padding: 15px;
	}
	.pdlw a{
		margin-bottom: 15px;
	}
	.pda{
		width: 50%;
	}
	.pda h3{
		font-size: 15px;
	}
}