@charset "UTF-8";

html {
	font-size: 100px;
}

@media (max-width: 1920px) {
	html {
		font-size: 80px;
	}
}

@media (max-width: 1600px) {
	html {
		font-size: 83.33px;
	}
}

@media (max-width: 1540px) {
	html {
		font-size: 75px;
	}
}

@media (max-width: 1370px) {
	html {
		font-size: 71.35px;
	}
}

@media (max-width: 1220px) {
	html {
		font-size: 63.5px;
	}
}

@media (max-width: 1104px) {
	html {
		font-size: 53px;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 40px;
	}
}

@media (max-width: 639px) {
	html {
		font-size: 20px;
	}
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

@font-face {
	font-family: "normal";
	/*字体的名字*/
	src: url("Normal.ttf")
}

@font-face {
	font-family: "itCAvantGarde";
	/*字体的名字*/
	src: url("ITCAvantGardeStd-XLt.ttf")
}

body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-family: "normal";
}

caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font: 14px "normal", Arial, "黑体", "宋体", sans-serif
}

table {
	border-collapse: collapse
}

html,
body {
	overflow-x: hidden;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

.fl {
	float: left
}

.fr {
	float: right
}

/* flex 布局*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}


.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.text-overflow5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.body-hidden{
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}
.nav-bg{
	background: rgba(0, 169, 183, .8);
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	padding: 20px;
	display: none;
}
.nav-bg li{
	line-height: 2.4;
	font-size: 15px;
}

.mNavUl li .navZdh i{
	background: url(../../img/index/jtt.png) no-repeat right center ;
	width: 20%;
}
.nav-bg li .navZdh a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	flex: 1;
}
.nav-bg li .msub{
	display: none;
	padding: 6px 0;
}
.nav-bg li .msub a{
	display: block;
	padding-left: 20px;
	color: #fff;
}
.nav-bg li.on .navZdh a{
	color: #072741;
	font-weight: bold;
}
.nav-bg li.on .navZdh i{
	background: url(../../img/index/jttx.png) no-repeat right center ;
}


.mShowNav{
	display:none;
	width: 50px;
	background: url(../../img/index/nav.png) no-repeat right center ;
	height: 100%;
	cursor: pointer;
}
.mShowNavGb{
	background: url(../../img/index/gb.png) no-repeat right center;
}

.normal {
	font-family: "normal";
}

.itCAvantGarde {
	font-family: "itCAvantGarde";
}

.header {
	height: 1.2rem;
	background: rgba(0, 169, 183, .6);
	padding: 0 .5rem;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}
.head_fx{
	background: #00a9b7;
}

.header .logo img {
	height: 0.94rem;
}

.navUl>li>a {
	font-size: 0.24rem;
	display: inline-block;
	line-height: 1.2rem;
	color: #072741;
	text-align: center;
	width: 100%;
}

.navUl>li>a:hover,
.navUl>li.on>a {
	color: #fff;
}

.navUl {
	padding: 0 .8rem;
}

.navUl li {
	position: relative;
	flex: 1;
}

.navUl li .sub {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9000;
	right: 0;
	display: none;
	min-width: 2rem;
}

.navUl li .sub a {
	display: block;
	background: rgba(0, 93, 127, .8);
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.2rem;
	color: #81ccd1;
	margin-top: 1px;
}

.navUl li .sub a:hover {
	color: #fff;
}
.navUl li:hover>a{
	color: #fff;
}
.navUl li:hover .sub {
	display: block;
}

.topRbox {
	text-align: right;
	color: #fff;
	font-size: 0.18rem;
}

.topRbox h3 {
	margin-top: 0.08rem;
	font-size: 0.48rem;
}

.indexSwiper {
	max-height: 100vh;
}

.indexSwiper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.swiper-pagination span {
	width: 12px;
	height: 12px;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #00a9b7;
	opacity: 1;
}

.p110-0 {
	padding: 1.1rem 0;
}

.indexBox1 {
	background: #00a9b7;

}

.dx {
	text-transform: uppercase;
}

.txt-81ccd1 {
	color: #81ccd1;
}

.txt-fff {
	color: #fff !important;
}
.txt-000 {
	color: #000 !important;
}
.txt-00a9b7 {
	color: #00a9b7 !important;
}

.txt-005d7f {
	color: #005d7f !important;
}

.w1920 {
	max-width: 19.2rem;
	margin: 0 auto;
}

.titleH2 {
	font-size: 0.48rem;
}

.titleH3 {
	font-size: 0.36rem;
	margin-top: 0.15rem;
}

.indexCp {
	padding-top: 0.4rem;
	margin-left: -0.4rem;
}

.indexCp li {
	width: 50%;
	margin-top: 0.4rem;
}

.indexCp li .pic {
	margin-left: 0.4rem;
	overflow: hidden;
	position: relative;
}

.indexCp li .abs {
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(129, 204, 209, .8);
	padding: 0.4rem 0.7rem ;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.indexCp li .abs h2 {
	font-size: 0.36rem;
	color: #005d7f;
}

.indexCp li .gdbtn {
	position: absolute;
	right: 0.48rem;
	top: 0.3rem;
	display: none;
}

.indexCp li .gdbtn img {
	height: 0.78rem;
}

.indexCp li .absAlist {
	
	font-size: 0.24rem;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.indexCp li .absAlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexCp li .absAlist a {
    width: 48%;
    box-sizing: border-box;
}
.indexCp li .absAlist a {
	color: #005d7f;
	line-height: 1.8;
	padding-left: 0.22rem;
	background: url(../../img/index/abg.png) no-repeat left center;
	background-size: 0.09rem 0.09rem;
	display: flex;
	align-items: center;

}
.htoJb{
	display: inline-block;
	padding: 0 0.07rem;
	height: .26rem;
	line-height: .26rem;
	font-size: .15rem;
	border-radius: .13rem 0 .13rem 0;
	background: #f3d28b;
	margin-left: .1rem;
	text-align: center;
	color: #fff;
	animation:myfirst 1.5s linear  infinite alternate;
	-webkit-animation:myfirst 1.5s linear  infinite alternate;
		
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {transform: translate(0,-6px);background: #f3d28b;}
	100%   {transform: translate(0,0);background: #f3d28b;}
}

.indexCp li:hover .gdbtn {
	display: block;
}

.indexCp li .absAlist a:hover {
	color: #fff;
}

.indexCp li:hover .abs  .absAlist{
	height: auto;
	padding-top: .28rem;
}

.ysSwiper {
	max-width: 68.75%;
	margin-left: 0;
	margin-right: 0;
}

.indexYs {
	margin-top: 0.6rem;
}

.indexYsRight {
	width: 26.04%;
}

.indexYsRight h2 {
	margin-top: 0.5rem;
	font-size: 0.36rem;
	color: #00a9b7;
	font-weight: bold;
	max-width: 2.8rem;
	line-height: 1.4;
}

.indexYsRight .titleR {
	min-height: 2.8rem;
}
.indexYsRight .titleR img{
	width: 1.56rem;
}
.indexYsRight h3 {
	font-size: 0.48rem;
	border-bottom: 1px #317c97 solid;
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
}
.indexYsRight>div{
	width: 100%;
}
.indexYsRight .item p{
	background: url(../../img/index/abg.png) no-repeat center left;
	background-size: 0.09rem 0.09rem;
	font-size: 0.24rem;
	color: #a0a0a0;
	padding-left: 0.22rem;
	line-height: 2;
}

.btnBox {
	border-bottom: 1px #317c97 solid;
	padding-bottom: 0.7rem;
	padding-right: 0.4rem;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content: flex-end;
}

.btnBox a {
	background: #005d7f;
	padding: .18rem 0.42rem;
	font-size: 0.18rem;
	color: #fff;
}

.btnBox a p {

	color: #81ccd1;
}

.btnBox a:hover {
	background: #00a9b7;
}

.btnBox a:hover p {
	color: #fff;
}

.indexBox2 {
	background: #f7f7f7;
}

.indexBox3 {
	background: #00a9b7;
}

.tc {
	text-align: center;
}

.indexYc {
	margin-top: 1.2rem;
}

.indexNews {
	margin-top: 1.2rem;
}

.indexNewsUl {
	margin-left: -0.4rem;
	margin-top: 1.2rem;
}
.indexNewsUl li{
	width: 50%;
}
.indexNewsUl li a {
	display: block;
	margin-left: 0.4rem;
	background: #005d7f;
}

.indexNewsUl li .pic {
	overflow: hidden;
}
.indexNewsUl li .pic img{
	width:100%;
	height: 5rem;
}
.indexNewsTxt {
	padding: 0.4rem;
}

.indexNewsTxt h2 {
	font-size: 0.36rem;
	color: #fff;
}

.indexNewsTxt img {
	float: right;
	width: 1.15rem;
}

.indexNewsTxt .txtBox {
	overflow: hidden;
	max-width: 5.8rem;
}

.indexNewsTxt .txt {
	font-size: 0.24rem;
	line-height: 1.6;
	color: #000;
	margin-top: 0.25rem;
	height: 0.76rem;
}
.indexNewsUl li a:hover .txt{
	color: #fff;
	opacity: .5;
}
.indexNewsUl li a:hover .pic img {
	transform: scale(1.1);
}

.footer {
	padding-top: 1.6rem;
	background: #81ccd1;
	padding-bottom: 0.3rem;
}

.rBOX {
	position: fixed;
	right: 0.5rem;
	top: 50%;
	z-index: 3000;

}

.rBOX a {
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	background: #00a9b7;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 0.3rem;
	color: #fff;
}

.rBOX a:hover {
	background: #005d7f;
}

.rBOX a img {
	width: 0.86rem;
	height: 0.86rem;
}
.pageTop {
	position: relative;
	z-index: 30;
}
.pageTop img {
	display: block;
	margin: 0 auto;
}
.pageTop .abs{
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 300;
	}
	
.pageTop .abs .w1920{
	max-width: 14.4rem;
	margin: 0 auto;
	padding-top: 4.36rem;
	font-size: 0.9rem;
}
.pageTop .abs .w1920 span img{
	width: 1.15rem;
}
.pageTop .abs  a:hover div{
	opacity: .7;
}


.cpBody {
	background: #f7f7f7;

}

.cpBox {
	padding-bottom: 0.6rem;
}

.cpBox .item {
	margin-top: 1.4rem;
	background: #fff;
	position: relative;
}

.itemRithg {
	width: 64.16%;
}

.itemLeft {
	padding-top: 1.1rem;
	width: 26.04%;
	margin-left: 5%;
	box-sizing: border-box;
}

.itemLeft .itemTop {
	text-align: center;
}

.itemLeft .itemTop h2 {
	font-size: 0.36rem;
	color: #00a9b7;
	padding-bottom: 0.45rem;
	position: relative;
}
.itemLeft .itemTop h2 .htoJb{
	padding: 0 0.07rem;
	    height: .36rem;
	    line-height: .36rem;
	    font-size: .22rem;
	    border-radius: .18rem 0 .18rem 0;
}



.itemLeft .itemTop h2::after {
	position: absolute;
	content: "";
	height: 2px;
	background: #00a9b7;
	width: 1.5rem;
	left: 50%;
	bottom: 0;
	margin-left: -0.75rem;
}

.itemInfos {
	color: #000;
	font-size: 0.24rem;
	line-height: 1.6;
	padding-top: 0.55rem;
}


.itemLeft .itemBottom {
	justify-content: flex-end;
}

.itemLeft .itemBottom li {
	border-top: 1px #a0a0a0 solid;
	padding: 0.2rem 0;
	color: #A0A0A0;
	line-height: 1.6;
}

.itemLeft .itemBottom li h4 {
	font-size: 0.2rem;
	color: #707070;
}

.gallery-thumbs {
	margin-top: 0.25rem;
}
.cpJbBox{
	position: absolute;
	top: -3px;
	left:-3px;
	font-size: 15px;
	padding:0 10px;
	height: 28px;
	line-height: 28px;
	z-index: 50;
	color: #fff;
	background: #f3d28b;
}
.cpJbBox:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 14px solid transparent;
        border-left-color: #f3d28b;
        border-right: #f3d28b;
        top: 0;
        right: -14px;
}

.gdBtn {
	margin-top: 0.5rem;

}

.gdBtn img {
	cursor: pointer;
	
}
.gallery-thumbs img{
}
.gallery-thumbs .pic{
	padding: 3px;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide-thumb-active .pic  {	
    background: #00a9b7;

}
.gallery-thumbs

.indexBox4 {
	background: #fff;
}


.aboutNr {
	margin-top: 0.58rem;
}

.aboutTxt {
	max-width: 7.8rem;
	font-size: 0.24rem;
	color: #000;
	line-height: 1.8;
	margin-right: 0.2rem;
}

.aboutTxt p {
	margin-bottom: 0.2rem;
}

.aboutTxt h3 {
	font-size: 0.3rem;
	font-weight: bold;
}

.aboutV {
	max-width: 9.97rem;
}

.aboutV video {
	width: 100%;
}

.aboutBox {
	background: url(../../img/index/abimg.png) no-repeat right bottom;
	background-size: 8.61rem;
}

.aboutBox2 {
	background: #00a9b7;
}

.aboutBox2Txt {
	margin-top: 0.3rem;
	color: #fff;
	text-align: center;
	font-size: 0.24rem;
	line-height: 1.8;
}

.aboutBox2Txt h2 {
	font-size: 0.48rem;
	margin-bottom: 0.25rem;
}

.aboutBox2Img {
	margin-top: 0.8rem;
	text-align: center;
}

.aboutBox3 {
	background: #00a9b7;
}

.aboutBox4 {
	padding-top: 1.1rem;
	background: url(../../img/index/about2.jpg) no-repeat center bottom;
	background-size: 100%;
}

.lcBox {
	position: relative;
	margin-top: 0.2rem;
	padding-top: 1.2rem;
	padding-bottom: 2.1rem;
}

.lcBox::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0.06rem;
	bottom: 0;
	z-index: 10;
	background: #005d7f;
	margin-left: -0.03rem;
}
.lcBox::after{
	width: 0.16rem;
	height: 0.16rem;
	background: #005d7f;
	content: "";
	left: 50%;
	top: -0.1rem;
	position: absolute;
	margin-left: -0.08rem;
	border-radius: 50%;
}
.lcBox .item{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	
}
.lcBox .item h2{
	font-size: 48px;
	color: #00a9b7;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.lcBox .item .itemtxt{
	margin-bottom: 0.1rem;
	font-size: 0.28rem;
	color: #000;
	line-height: 1.6;
	
}	
.lcBox .item .itemtxt span{
	display: inline-block;
	background: url(../../img/index/item.png) no-repeat left 0.17rem;
	padding-left: 0.18rem;
	
}

.lcBox .item:nth-child(odd){
	margin-left: 50%;
	padding-left: 1.38rem;
	text-align: left;
}
.lcBox .item:nth-child(odd)::after{
	content: "";
	background: url(../../img/index/itel.png) no-repeat;
	width: 1.37rem;
	height: 0.53rem;
	background-size: 1.37rem 0.53rem;
	position: absolute;
	left: -0.26rem;
	top: 0;
	z-index: 30;
	
}

.lcBox .item:nth-child(even){
	margin-right: 50%;
	padding-right: 1.38rem;
	text-align: right;
}

.lcBox .item:nth-child(even)::after{
	content: "";
	background: url(../../img/index/iter.png) no-repeat;
	width: 1.37rem;
	height: 0.53rem;
	background-size: 1.37rem 0.53rem;
	position: absolute;
	right: -0.26rem;
	top: 0;
	z-index: 30;	
}

.lcLogo{
	z-index: 900;
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: -1rem;
}
.lcLogo img{
	width: 2.7rem;
}

.aboutBox5{
	background: #81ccd1;
}
.hzSwiper{
	margin-top: 0.5rem;
	margin: .6rem 0.64rem 0;
}
.hzSwiper .swiper-slide img{
	max-width: 14.41rem;
}
.hzSwiper  .swiper-pagination{
	display: none;
}
.hzSwiper .swiper-button-next,.hzSwiper .swiper-button-prev{
	color: #fff;
}
.aboutBox6Ul li{
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 0.6rem;
}
.aboutBox6Ul li a{
	display: block;
	width: 2.61rem;
	margin: 0 auto;
}
.aboutBox6Ul li .pic img{
	max-width: 2.61rem;
}
.aboutBox6Ul li .pic{
	margin-bottom: 0.15rem;
}
.aboutBox6Ul li a p{
	font-size: 0.28rem;
	color: #000f68;
	overflow: hidden;
	height: 0.76rem;
	line-height: 1.4;
}
.aboutBox7{
	background: #00a9b7;
}
.aboutBox7 .aboutBox7Ul li{
	width: 33.333%;
}
.aboutBox7 .aboutBox7Ul li a{
	width: 4.3rem;
}
.aboutBox7 .aboutBox7Ul li a img{
	max-width: 4.3rem;
}

/* 联系的表单 */
.pageClient{
	
}
.ClientLeft{
	width: 5rem;
	
}
.ClientLeft img{
	width: 1rem;
	height: 1rem;
	margin-right: 0.35rem;
}
.ClientLeft  .item{
	margin-bottom: 0.7rem;
	color: #005d7f;
	font-size: 0.3rem;
}
.pageClientBox{
	margin-top: 1rem;
	margin-bottom:40px
}
.ClientLeft  .item h3{
	font-size: 0.48rem;
	font-weight: 600;
}
.ClientRight{
	width: 11.89rem;
	margin-left: 1.5rem;
}
.ClientRightLeft{
	width: 40%;
}
.ClientRightLeft input{
	border: none;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.1rem;
	font-size: 0.3rem;
	border-bottom: 2px #e5e5e5 solid;
	margin-bottom: 0.3rem;
	
}
.ClientRightRight{
	width: 55%;
}
.ClientRightRight textarea{
	font-size: 0.3rem;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	padding: 0.2rem;
	border: 2px #e5e5e5 solid;
	border-radius: 0.15rem;
	height: 4.3rem;
}
.btns{
	background: #00a9b7;
	border: none;
	outline: none;
	border-radius: 0.15rem;
	margin-top: 0.5rem;
	height: 1rem;
	color: #005d7f;
	width: 100%;
	font-size: 0.36rem;
	cursor: pointer;
}
.btns:focus,.btns:hover{
	color: #fff;
}

.map{
	margin-top: 1.3rem;
}
.newsPages{
	margin: 2.5rem;
}
.newsTitle{
	text-align: center;
}
.newsTitle h1{
	font-size: 0.6rem;
	color: #005d7f;
}
.newsTitle .info{
	margin-top: 0.3rem;
	font-size: 0.18rem;
	color: #aaaaaa;
}

.newsTitle .info span{
	margin: 0 0.3rem;
}
.article{
	padding: 1rem 0;
}
.article img{
	max-width: 100%;
	display: block;
	margin: 0.2rem auto;
}
.newsArticle{
	padding: 1rem 1.8rem;
	padding-bottom: 0;
}

.newsInfo{
	font-size: 0.28rem;
	color: #000;
	line-height: 1.8;
	margin-bottom: 0.4rem;
}

.newsArticle{
	font-size: 0.24rem;
	line-height: 1.8;
	color: #535353;
}
.newsArticle p{
	margin-bottom: 0.2rem;
}

.pageNewsBox{
	padding-top: 1.8rem;
	padding-bottom:.6rem
}
.newsSub{
	font-size: 0.3rem;
	border-bottom:2px #00a9b7 solid;
}
.newsSub a{
	color: #005d7f;
	display: inline-block;
	padding: 0.15rem 0.3rem;
}
.newsSub a.on,.newsSub a:hover{
	color: #00a9b7;
}
.newsList{
	padding-top: 1.24rem;
}
.newsList li{
	margin-bottom: 0.35rem;
}
.newsAbox {
	height: 3rem;
	display: block;
	position: relative;
}
.newsAbox .pic{
	float: left;
	width: 5rem;
	height: 3rem;
	
}
.newsAbox .pic img{
	width: 5rem;
	height: 3rem;
}
.newsAbox .newsRbox{
	box-sizing: border-box;
	height: 3rem;
	margin-left: 5.5rem;
	padding: 0.4rem;
}
.newsList li  .newsAbox{
	background: #f2f2f2;
}
.newsAbox .newsRbox h2{font-size: 0.36rem;color: #005d7f;}
.newsAbox .newsRbox h2 .htoJb{
	padding: 0 0.07rem;
	    height: .36rem;
	    line-height: .36rem;
	    font-size: .22rem;
	    border-radius: .18rem 0 .18rem 0;
	    background: #f3d28b;
	    margin-left: .1rem;
		margin-top: -.1rem;
}


.newsAbox .newsRbox .infos{
	font-size: 0.24rem;
	line-height: 1.8;
	margin: 0.2rem 0;
}
.time{
	text-align: right;
	font-size: 0.18rem;
}
.newsList li:nth-child(odd) .newsAbox{
	background: #81ccd1;
	
}

.dgBbox1{
	padding: 1.3rem 0;

}
.dgBbox1Txt{
	padding-left: 2.5rem;
	box-sizing: border-box;
	font-size: 0.24rem;
	line-height: 1.6;
	color: #000;
}
.dgBbox2{
	background: #81ccd1;
}
.dgBbox2Txt{
	padding:0 2.5rem;
	box-sizing: border-box;
	font-size: 0.24rem;
	line-height: 1.6;
	color: #000;
}
.dgBbox2Txt h3{
	font-size: 48px;
	color: #005D7F;
	margin-bottom: 0.5rem;
}
.dgBbox2 img{
	margin: 1.1rem auto;
	display: block;
}
.pt110{
	padding-top: 1.1rem;
}

.slBOX2{
	position: relative;
	
}
.slBOX2::after{
	background: #00a9b7;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	height: 20rem;
}
.slTitle{
	padding-left: 2.5rem;
	margin-bottom: 0.3rem;
}
.slTitle h3{
	font-size: 0.48rem;
}
.slBOX2 .w1920{
	position: relative;
	z-index: 10;
}

.slBOX2 img{
	display: block;
	margin: 0.2rem auto;
	max-width: 100%;
	height: auto;
}
.slBOX2 .slBOX22Txt{
	padding: 0.6rem 2.5rem;
	box-sizing: border-box;
	font-size: 0.24rem;
	line-height: 1.6;
	color: #000;
}
.slBOX2 .slBOX22Txt p{
	margin-bottom: 0.2rem;
}
.slTitle2{
	margin-top: 1.5rem;
	font-size: 48px;
	padding-left: 2.5rem;
	margin-bottom: 0.3rem;
}

.slBOX2 .aboutBox6Ul{
	margin-top: -0.2rem;
	background: #005d7f;
	padding-bottom: 0.5rem;
}
.slBOX2 .aboutBox6Ul p{
	color: #81ccd1;
}
.txTabs .hd{
	max-width: 19.2rem;
	margin: 0 auto;
}
.txTabs .hd li{
	flex: 1;
	background: #005d7f;
	height: 1.46rem;
	font-size: 0.36rem;
	color: #00a9b7;
	border-radius: 0 0.6rem 0 0;
	cursor: pointer;
}
.txTabs .hd li img{
	width: 1rem;
	height: 1rem;
	margin-right: 0.2rem;
}
.txTabs .hd li + li{
	margin-left: 2px;
}
.txTabs .hd li.on{
	background: #00a9b7;
	color: #fff;	
}
.txTabs .bd{
}
.txTabs .bd .item:nth-child(3){
	position: relative;
}
.txTabs .bd .item:nth-child(3)::after{
	content: "";
	height: 28rem;
	background: #00a9b7;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.txTabs .bd  .item .w1920{
	position: relative;
	z-index: 10;
}
.itemBg{
	background: #00a9b7;
	padding-bottom: 60px;
}

.itmeBox{
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
.itemTopleft{
	font-size:0.8rem;
	color: #072741;
	width: 7.6rem;
	line-height: 1.2;
}
.itemTopRigth{
	font-size: 0.24rem;
	line-height: 1.8;
	color: #000000;
	max-width:9.5rem;
}

.txImg{
	padding: 1rem 0;
}

.itemTop .txt2{
	color: #fff;
	font-size: 0.48rem;
}
.itemTop .txt3{
	color: #000;
	font-size: 0.48rem;
}


.itmeBox .itemDivs{
	background: url(../../img/index/item.png) no-repeat left center;
	padding-left: 0.2rem;
	background-size: 0.08rem 0.08rem;
	color: #0f2740;
	line-height: 2;
	font-size: 0.24rem;
}

.lcimgs img{
	display: block;
	margin: 0 auto;
}
.lcBoxs h3{
	font-size: 0.36rem;
	color: #000;
	padding-left: 1.1rem;
	margin-bottom: 0.6rem;
}

 .txTabs .item01{
	 position: relative;
	 
 }
 .txTabs .item01::after{
	 background: #00a9b7;
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 0;
	 right: 0;
	 height: 12.17rem;
 }

.itemPosi{
	position: relative;
	z-index: 100;
}
.txposia{
	position: relative;
}
.txposia .abs{
	position: absolute;
	z-index: 10;
	right: 1.7rem;
	bottom: 1rem;
}
.item01Box2{
	position: relative;
}

.item01Box2::after{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	height: 12.13rem;
	background: #81ccd1;
}
 .txTabs .item02{
	 position: relative;
 }
 .txTabs .item02::after{
	 content: "";
	 left: 0;
	 right: 0;
	 top: 0;
	 position: absolute;
	 height: 22.3rem;
	 background: #00a9b7;
	 
 }
 .thumbs{
	 margin-top: 0.3rem;
 }
.thumbs img{
}
.thumbs .swiper-slide-thumb-active img{
}

.thumbs .pic{
	position: relative;
}
.thumbs .swiper-slide-thumb-active .pic::after{
	content: "";
	z-index: 30;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 3px #00A9B7 solid;
}
.flogo img{
	width: 4.02rem;
}
.rimgs{
	width: 5.32rem;
}
.fnavBox{
	margin-top: 1.8rem;
}

.fnavUl h3 a{
	font-weight: bold;
	color: #005d7f;
	font-size: 0.24rem;
	line-height: 2;
	display: block;
}

.fnavUl .fsubnav{
	font-size: 0.22rem;
	line-height: 2;
}
.fnavUl .fsubnav a{
	color: #005d7f;
}

.fnavUl li{
	margin-right: 0.8rem;
}
.fnavUl a:hover{
	opacity: .8;
}

.frwm{
	text-align: right;
}
.frwm img{
	width: 2.42rem;
	height: 2.42rem;
}

.alLogo{
	width: 1.27rem;
}

.frwmBot{
	margin-top: 0.5rem;
}
.fTel{
	margin-left: 0.6rem;
	color: #005d7f;
	font-weight: bold;
	font-size: 0.4rem;
	letter-spacing:2px
}
.fTel a{
	color: #005d7f;
	font-family: "normal";
}
.fTel sup{
	font-size: 0.2rem;
}
.copy{
	margin-top: 0.3rem;
	color: #fff;
	font-size: 0.22rem;
	
}
.copy span{
	letter-spacing:2px
}
.mShow{
	color: #fff;
	font-size: 0.28rem;
	display: none;
}
.ClientLeft .item a{
	color: #005d7f;
}
.ClientLeft .item a img{
	width: .45rem;
	height: .45rem;
	display: inline-block;
	margin-left:6px;
}


@media (max-width: 1920px) {
	.w1920{
		max-width: 100%;
		padding-left: 2rem;
		padding-right:2rem;
	}
	.fnavUl li{
				margin-right: .5rem;				
			}
			.fnavUl h3 a{
				font-size: .24rem;
			}
			.fnavUl .fsubnav{
				font-size: .22rem;
			}
		.fnavBox{margin-top: .8rem;}
		.fTel{    margin-left: 0.3rem;}
		.fTel {
    letter-spacing: 0px;
}
}

@media (max-width: 1680px) {
	.itmeBox{padding-left: 0;padding-right: 0;}
	.itemTopleft{font-size: .7rem;	}
	.indexCp li .gdbtn img {
		height: 0.58rem;
	}
}

@media (max-width: 1600px) {
	.footer .w1920{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
}

/* @media (max-width: 1480px) {
	.fnavUl li{
		margin-right: .35rem;
	}
	
} */


@media (max-width: 1440px) {
	.w1920{
		max-width: 100%;
		padding-left: 1rem;
		padding-right:1rem;
	}
	.indexCp li .abs{
		padding: 0.25rem 0.5rem 0.25rem;
	}
}

@media (max-width: 1200px) {
	.w1920{
		max-width: 100%;
		padding-left:20px;
		padding-right:20px;
	}
	.indexYsRight{
		width: 28%;
	}
	.indexYsRight .titleR{
		min-height: 1rem;
		margin-bottom: 0.3rem;
	}
	.btnBox a{
		font-size: 14px;
	}
	.titleH3{
		font-size: 0.45rem;
	}
	.titleH2 br{
		display: none;
	}
	.itemLeft{
		padding-top: 20px;
	}
	.itemLeft .itemTop h2{
		padding-bottom: 15px;
	}
	.itemInfos{padding-top: 15px;}
	.lcBox .item .itemtxt span{
		background-size: 4px 4px;
		padding-left: 10px;
	}
	.pageTop .abs .w1920{
		max-width: 90%;
	}
	.pageTop .abs .w1920 span img{
		width: 70px;
	}
}

@media (max-width: 960px) {
	
	.itemLeft .itemTop h2 .htoJb {
	    height: 20px;
	    line-height: 20px;
	    font-size: 15px;
	    padding: 0 8px;
	    border-radius: 12px 0 12px 0;
	}
	
	.newsAbox .newsRbox h2 .htoJb{
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		padding: 0 8px;
		border-radius: 12px 0 12px 0;
	}
	
	.ClientLeft .item a img{
		width: 32px;
		height: 32px;
	}
	.copy span{
		font-weight: bold;
	}
	.fTel{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fTel i.fTelIcon{
		background: url(../../img/index/dhhh.png) no-repeat right center;
		width: 25px;
		height: 25px;
		background-size: 24px 24px;
		margin-right: 8px;
	}
	
	.newsAbox .pic img {
    width: 100%;
    height: 100%;
}
	.indexNewsUl li .pic img{
		width: 100%;
		height: auto;
	}
	.newsSub{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.newsSub a{
		font-size: 18px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pageNewsBox{padding-top: 30px;}
	.newsList{padding-top: 30px;}
	.newsAbox{
		height: auto;
	}
	.newsAbox .pic{
		width: 260px;
		height: 156px;
	}
	.newsAbox .newsRbox{
		margin-left: 270px;
		height: auto;
		padding-bottom: 15px;
	}
	.newsAbox .newsRbox h2{
		font-size: 20px;
	}
	.newsAbox .newsRbox .infos{
		font-size: 15px;
		margin: 8px 0;
	}
	.time{
		font-size: 14px;
	}
	.aboutNr{
		flex-wrap: wrap;
	}
	.aboutTxt{
		width: 100%;
		font-size: 15px;
		max-width: 100%;
	}
	.aboutTxt h3{
		font-size: 17px;
	}
	.aboutBox2Txt h2{
		font-size: 20px;
	}
	.aboutBox2Txt{
		font-size: 15px;
	}
	.aboutV{
		margin-top: 30px;
		width: 100%;
		max-width: 100%;
	}
	.dgBbox1 {
		padding: 30px 0;
	}
	.dgBbox1Txt{
		font-size: 15px;
	}
	.dgBbox2Txt{
		padding: 0;
	}
	.p110-0{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.dgBbox2Txt h3{
		font-size: 26px;
	}
	.dgBbox2Txt{
		font-size: 15px;
	}
	.cpBox .item{
		flex-direction: column-reverse;
	}
	.gallery-top{
		width: 100%;
	}
	.itemRithg{
		width: 100%;
	}
	.thumbs{
		display: none;
	}
	.itemLeft{
		margin-left: 0;
		width: 100%;
		padding: 20px;
	}
	.itemLeft .itemTop h2{
		font-size: 20px;
	}
	.itemLeft .itemInfos{
		padding-bottom: 20px;
		font-size: 16px;
	}
	.itemLeft .itemBottom li h4{
		font-size: 15px;
	}
	.itemLeft .itemBottom li p{
		font-size: 14px;
	}
	.cpBox .item{
		margin-top: 30px;
	}
	.gdBtn img{
		width: 40px;
	}
	.aboutBox6Ul li{
		width: 25%;
	}
	.aboutBox6Ul li a{
		width: 80%;
	}
	.aboutBox6Ul li .pic img{
		max-width: 100%;
	}
	.aboutBox6Ul li a p{
		margin-top: 5px;
		font-size: 16px;
	}
	.aboutBox6Ul li a p{
		height: 47px;
	}
	#baguetteBox-overlay .full-image figcaption{
		font-size: 18px;
	}
	.aboutBox7 .aboutBox7Ul li a{
		width: 80%;
	}
	.aboutBox7 .aboutBox7Ul li a img{
		width: auto;
		max-width: 100%;
	}
	.hzSwiper{
		margin: 0;
		margin-top: 30px;
	}
	.hzSwiper .swiper-button-next ,.hzSwiper .swiper-button-prev{
		display: none;
	}
	.hzSwiper .swiper-slide img{
		width: 100%;
		max-width: 100%;
	}
	.hzSwiper  .swiper-pagination{
		display: block;
	}
	.indexYs{
		flex-wrap: wrap;
	}
	.ysSwiper{
		width: 100%;
		max-width: 100%;
	}
	.indexYsRight{
		width: 100%;
		margin-top: 0.35rem;
	}
	.indexYsRight h2{
		max-width: 100%;
	}
	.indexYsRight h2 br{
		display: none;
	}
	.indexYsRight h3{
		padding-bottom: .25rem;
	}
	.indexYsRight .item{
		font-size: .4rem;
	}
	.titleH2{
		font-size: .6rem;
	}
	.titleH3{
		font-size: .55rem;
	}
	.indexCp li .abs{
		    transform: translate(0,0);
	}
	.indexCp li{
		width: 100%;
	}
	.indexCp li .gdbtn{
		display: none !important;
	}
	.indexCp li .abs h2{
		font-size: 0.55rem;
	}
	.indexCp li .absAlist a{
		font-size: 0.40rem;
	}
	.indexNewsUl{
		flex-wrap: wrap;
	}
	.indexNewsUl li{
		width: 100%;
		margin-bottom: 0.40rem;
	}
	.indexNewsTxt img{
		display: none;
	}
	.indexNewsTxt .txtBox{
		max-width: 100%;
	}
	.indexNewsTxt h2{
		font-size: 17px;
	}
	.indexNewsTxt .txt{
		font-size: 15px;
	}
	.footer{
		padding-top: 0.5rem;
	}
	.footTop{
		display: none;
	}
	.fnavBox{
		margin-top: 0;
	}
	.fnavUl{
		display: none;
	}
	.alLogo{
		display: none;
	}
	.mShow{
		display: block;
		font-size: 18px;
		margin-top: 20px;
	}
	.frRwm{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.frwm img{
		width: 180px;
		height: 180px;
	}
	.fTel sup{
		display: none;
	}
	.fTel{
		font-size: 20px;
	}
	.copy{
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.header{
		height: 50px;
	}
	.navUl{
		display: none;
	}
	.topRbox{
		display: none;
	}
	.mShowNav{
		display: block;
	}
	.header .logo img{
		height: 40px;
	}
	.pageClientBox{
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.ClientLeft{
		width: 100%;
	}
	.ClientLeft img{
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.ClientLeft .item h3{
		font-size: 28px;
	}
	.ClientLeft .item p{
		font-size: 20px;
	}
	.ClientRight{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.ClientRight>form{
		flex-wrap: wrap;
	}
	.ClientRightLeft{
		width: 100%;
	}
	.ClientRightRight{
		width: 100%;
	}
	.ClientRightLeft input{
		padding: 0 10px;
		height: 38px;
		line-height: 30px;
		font-size: 16px;
		margin-bottom: 18px;
	}
	.ClientRightRight textarea{
		height: 120px;
		padding: 10px;
		font-size: 16px;
	}
	.btns{
		margin-top: 20px;
		height: 50px;
		font-size: 20px;
		color: #fff;
	}
	.lcBox .item h2{
		font-size: 20px;
	}
	.lcBox .item .itemtxt{
		font-size: 15px;
	}
	.lcLogo{
		bottom: -30px;
	}
	.lcLogo img{
		width: 70px;
	}
	.item01Box2::after{
		display: none;
	}
	.itemTopleft{
		width: 100%;
		font-size: 20px !important;
	}
	.itmeBox{
		flex-wrap: wrap;
	}
	.itemTopRigth{
		margin-top: 15px;
		font-size: 15px;
		max-width: 100%;
	}
	.txTabs .item01::after{
		height: 14rem;
	}
	.itmeBox .itemDivs{
		font-size: 15px;
		background: url(../../img/index/item.png) no-repeat left center;
		padding-left: 13px;
		background-size: 5px 5px;
	}
	.indexYsRight h2{
		font-size: 16px;
	}
	.indexYsRight .item p{
		font-size: 15px;
		background: url(../../img/index/abg.png) no-repeat center left;
			background-size: 6px 6px;
			padding-left: 13px;
	}
	.txposia .abs{
		right: auto;
		left: 0;
	}
	.txTabs .item02::after{
		height: 26rem;
	}
	.txTabs .hd li{
		font-size: 15px;
	}
	.txTabs .hd{
		width: 100%;
		max-width: 100%;
	}
	.txTabs .hd li{
		flex-direction: column;
		height: auto;
		padding: 10px 0;
	}
	.itmeBox{
		padding-left: 0;
		padding-right: 0;
	}
	.newsPages{
		margin: 0;
		margin-top: 70px;
		
	}
	.newsTitle h1{
		font-size: 24px;
	}
	.newsTitle .info{
		margin-top: 15px;
		font-size: 14px;
	}
	.newsArticle{
		margin-top: 15px;
		font-size: 15px;
		padding: 0;
	}
	.newsInfo{
		font-size: 15px;
	}
	.slTitle{
		padding-left: 0;
	}
	.slTitle h3{
		font-size: 20px;
	}
	.slBOX2 .slBOX22Txt{
		font-size: 15px;
		padding: 20px 0;
	}
	.slTitle2{
		font-size: 20px;
		padding-left: 0;
		margin: 25px 0;
	}
	.slBOX2::after{
		display: none;
	}
	.slBOX2{
		padding-top: 0;
	}
	.slTitle h3.txt-fff{
		margin-bottom: 15px;
		color: #005d7f !important;
	}
	.map #container{
				height: 600px !important;
			}
			.indexCp li .absAlist{display: none !important;}
			.indexCp li .abs h2{
				padding:10px 15px;
			}
}

@media (max-width:640px) {
	.map #container{
				height: 450px !important;
			}
	.newsList li{margin-bottom: 20px;}
	.newsAbox .newsRbox{
		margin-left: 0;
	}
	.newsAbox .pic{
		width: 100%;
		float: none;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.newsAbox .pic img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.w1920{
		max-width: 100%;
		padding-left:10px;
		padding-right:10px;
	}
	.txTabs .hd li img{
		width: 28px;
		height: 28px;
		margin-bottom: 10px;
	}
	.txTabs .item01::after{
		height: 20rem;
	}
	.txTabs .item02::after{
		height: 50rem;
	}
	.lcBox .item .itemtxt span{
		background: url(../../img/index/item.png) no-repeat left 10px;
		background-size: 4px 4px;
	}
	.lcBox::before{
		display: none;
	}
	.lcBox::after{
		display: none;
	}
	.lcBox .item:nth-child(odd)::after{
		display: none;
	}
	.lcBox .item:nth-child(even)::after{
		display: none;
	}
	.lcBox .item:nth-child(even){
		text-align: left;
	}
	.lcBox .item{
		margin-bottom: 20px;
	}
	.lcBox .item:nth-child(odd){
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	padding-left: 0;
	}
	.lcBox .item:nth-child(even){
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.swiper-pagination span{
		width: 8px;
		height: 8px;
	}
	.aboutBox6Ul li{
		width: 33.333%;
	}
	.aboutBox7 .aboutBox7Ul li{
		width: 50%;
	}
	.titleH2{font-size: 20px;font-weight: bold;}
	.titleH3{
		font-size: 18px;
	}
	.indexCp li .abs h2{
		font-size: 18px;
	}
	.indexCp li .absAlist a{
		font-size: 16px;
	}
	.indexCp li .absAlist a{
		padding-left: 10px;
		background-size: 4px 4px;
	}
	.indexYsRight h2{
		font-size: 20px;
	}
	.indexYsRight .titleR img{
		width: 2rem;
	}
	.indexYsRight h3{
		font-size: 18px;
	}
	.indexYsRight .item{
		padding-left: 10px;
		font-size: 16px;
		background-size: 4px 4px;
	}
	.indexNewsTxt .txt{
		line-height: 1.6;
		height: auto;
		
	}.indexNewsTxt .txtBox{
		padding: 10px;
	}
	.btnBox a{
		padding: 8px 20px;
	}
	.footer{
		padding-top: 30px;
	}
	.indexCp li .absAlist{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.indexCp li .absAlist a{
		width: 48%;
		box-sizing: border-box;
		font-size: 16px;
	}
}

@media (max-width:500px) {
	.baguetteBox-button#next-button, .baguetteBox-button#previous-button{
				transform: scale(.7);
			}
	
	.aboutBox6Ul li{
		width: 50%;
	}
	.map #container{
				height: 350px !important;
			}
	
}
.pagination{
	margin: 20px 0;
}
.pagination > li {
	display: inline;
}
.pull-right{
	float: right;
}
.pagination > .active > span{
	padding: 6px 12px;
	line-height: 1.428571429;
	z-index: 3;
	color: #fff;
	background-color: #81ccd1;
	border-color: #81ccd1;
	border: 1px solid #ddd;
}
.pagination > .disabled > span{
	border: 1px solid #ddd;
	padding: 6px 12px;
	line-height: 1.428571429;
	z-index: 3;
	background: #fafafa;
	color: #666;
	cursor: default;
}
.pagination a {
	border: 1px solid #ddd;
	padding: 6px 12px;
	line-height: 1.428571429;
	z-index: 3;
	background: #fafafa;
	color: #666;
	cursor: default;
}