@charset "utf-8";
/* CSS Document */
/* index */

body{}
.main{
	padding: 0 3.5%;
}
.wrap{ max-width:1500px;padding: 0 3.5%; margin:0 auto;}

.op0{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.tab-cell{ display:table-cell; vertical-align:middle;}
.top{
	position: fixed;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 0;
	padding:0px 3.5%;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background: rgba(255,255,255,0.85);
	transition: all 0.5s;
}
.top.on{
	background: rgba(255,255,255,1);
	transition: all 0.5s;
}
.top .logo{
	margin-top: 8px;
}
.top .logo a{
	display: block;
}

.langCH{
	margin-top: 10px;
}
.langCH span{
	display: block;
	cursor: pointer;
	padding-right: 18px;
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	background: url(../images/x1.png) no-repeat right center;
}
.langCH p{
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -60px;
	width: 120px;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	visibility: hidden;
	opacity: 0;
}
.langCH p a{
	display: block;
	line-height: 45px;
	text-align: center;
}

.T-search{
	margin: 10px 10px 0;
	position: relative;
}
.T-search span{
	display: block;
	width: 50px;
	height: 50px;
	background:url(../images/fd.png) no-repeat center center;
}
.T-search p{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 228px;
	background: #fff;
	border-radius: 5px;
	display: none;
}
.T-search p .c1{
	width: 178px;
	height: 50px;
	float: left;
	border: none;
	background: none;
	padding: 0 12px;
}
.T-search p .c2{
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/fd.png) no-repeat center center;
	border: none;
	cursor: pointer;
}

.T-nav{
	margin-left: 8%;
	width: calc(100% - 460px);
}

.T-nav li{
	float: left;
	position: relative;
	margin-right: 5%;
}
.T-nav li > a{
	line-height: 70px;
	padding-right: 18px;
	background: url(../images/x1.png) no-repeat right center;
	font-size: 18px;
	display: block;
	position: relative;
	transition: all 0.5s;
}


.T-nav li .sec{
	position: absolute;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	left: 50%;
	padding: 5px 0px;
	top: 70px;
	width: 150px;
	margin-left: -75px;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.T-nav li .sec a{
	width: 100%;
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
}

.T-nav li .secEn{
	position: absolute;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	left: 50%;
	padding: 5px 0px;
	top: 70px;
	width: 350px;
	margin-left: -175px;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.T-nav li .secEn a{
	width: 100%;
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
}


.ind-01{
	padding: 5% 3.5%;
	background-image: linear-gradient(to bottom,#156576,#38babf);
}

.vdTit.fff{
	color: #fff;
}
.vdTit .d1{
	font-size: 2.5vw;
	font-weight: bold;
}
.vdTit .d2{
	font-size: 1.2vw;
	margin-top: 10px;
}

.ind-02{
	padding: 5% 3.5%;
	background-image: linear-gradient(to bottom,#fff,#fbfbfb);
}



.opfeba{
	margin-top: 3%;
	display: -webkit-flex;
	display: flex;
	border-bottom: 5px solid #0da9af;
}
.opfeba li{
	width: 16.7%;
	transition: all 0.5s;
}

.opfeba li.cur{
	width: 33.4%;
}
.opfeba li a{
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}
.opfeba li a .pic img{
	width: 100%;
	height: 35vw;
	object-fit: cover;
}
.opfeba li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0,0);
	transition: all 0.5s;
}
.opfeba li a .con{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 50px 35px;
	z-index: 3;
}

.opfeba li a .con .d1{
	font-size: 26px;
}

.opfeba li a .con .d2{
	font-size: 16px;
	line-height: 30px;
	margin: 25px 0;
	display:none;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.05s;
}
.opfeba li a .con .d3{
	margin-top: 40px;
	opacity: 0;
	transform: translateY(0px);
	transition: all 0.05s;
}
.opfeba li a .con .d3 span{
	display: block;
	width: 26px;
	height: 15px;
	-moz-animation: alode 1.6s ease 0s infinite;
	-webkit-animation: alode 1.6s ease 0s infinite;
	animation: alode 1.6s ease 0s infinite;
	background: url(../images/more.png) no-repeat;
	
}
.opfeba li a .num{
	opacity: 0.5;
	font-size: 80px;
	line-height: 1;
	position: absolute;
	z-index: 2;
	left: 35px;
	bottom: -20px;
	font-family: 'Impact';
	transition: all 0.5s;
}

.ind-03{
	background: #fff;
	padding: 5% 3.5%;
}

.contUS{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 3.5%;
	border-top-left-radius: 50px;
	align-items: center;
	background-image: linear-gradient(to bottom,#026273,#02969c);
}
.contUS .tit .d1{
	font-size: 2.4vw;
	font-weight: bold;
}
.contUS .tit .d2{
	font-size: 1vw;
	margin-top: 12px;
}
.contUS .list a{
	color:#fff;
}
.contUS .list .con{
	font-size: 1vw;
	margin-top: 20px;
}

.footmate{
	padding: 3.5%;
	background: #f2f2f2;
}
.botNav .left{
	width: 80%;
}
.botNav .left .list{
	margin-right: 10%;
	float: left;
}
.botNav .left .list .d1{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.botNav .left .list .d2{
	line-height: 30px;
	font-size: 16px;
}

.botNav .right .tit{
	margin-top: 20px;
	font-size: 16px;
}

.uncebe{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4%;
	font-size: 16px;
	color: #464646;
}
.uncebe span{
	margin-left: 30px;
}

.ny-banner .pic img{
	display: block;
	width: 100%;
	height: 35vw;
	object-fit: cover;
}
.ny-banner .tit{
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
	font-weight: bold;
	font-size: 2.5vw;
}

.ny-nav{
	background-image: linear-gradient(to bottom,#026978,#0dabb2);
	line-height: 50px;
	padding:20px 0;
	color: #333;
	background:#f0f0f0;
	/*height:90px;*/
	
}
.ny-nav p{
	text-align: center;
}
.ny-nav p a{
	display:inline-block;
	color: #333;
	font-size: 18px;
	padding: 0 25px;
	border-radius: 25px;
	margin:0 15px;
}
.ny-nav p a.cur{
	color: #fff;
	background:#17b7b9;
}
.ny-main{
	padding: 5% 0;
}
.pbuenc{
	padding: 0 15%;
}
.pbuenc{
	background: url(../images/d.jpg) repeat-x left 80px;
}

.opfebe{
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	border-radius: 15px;
	overflow: hidden;
}
.opfebe a{
	display: block;
}
.opfebe .pic{
	width: 42%;
}
.opfebe .pic img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.opfebe .con{
	width: 58%;
	padding: 40px;
}
.opfebe .con .d1{
	font-size: 28px;
	font-weight: bold;
}
.opfebe .con .d2{
	color: #999;
	font-size: 18px;
	margin-top: 15px;
}
.opfebe .con .d3{
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	color: #999;
	max-height: 180px;
	overflow: hidden;
}
.opfebe .con .d4{
	margin-top: 30px;
	color: #999;
	font-size: 16px;
}
.opfebe .con .d4 img{
	margin-left: 10px;
}

.oplfea li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 4%;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	border-radius: 10px;
	overflow: hidden;
}
.oplfea li:nth-child(3n){
	margin-right: 0;
}
.oplfea li a{
	display: block;
	padding: 25px;
}
.oplfea li a .pic{
	position: relative;
	border-radius: 10px;
}
.oplfea li a .pic img{
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: all 0.5s;
}
.oplfea li a .pic span{
	color: #fff;
	background: rgba(0,0,0,0.6);
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	z-index: 3;
}
.oplfea li a .con{
	margin-top: 20px;
}
.oplfea li a .con .d1{
	font-size: 20px;
	line-height: 32px;
	height: 64px;
	font-weight: bold;
}
.oplfea li a .con .d2{
	margin-top: 15px;
	color: #999;
	font-size: 16px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.oplfea li a .con .d3{
	margin-top: 20px;
	color: #999;
	font-size: 16px;
}
.oplfea li a .con .d3 img{
	margin-left: 10px;
}


.pageList{
	margin-top: 5%;
}
.pageList span , .pageList a{
	display: inline-block;
	min-width: 40px;
	line-height: 38px;
	border: 1px solid #eee;
	background: #fff;
	padding: 0 8px;
	margin: 0 3px;
}
.pageList a.cur{
	background: #17b7b9;
	color: #fff;
	border-color: #17b7b9;
}

.msTit{
	padding-bottom: 25px;
	font-size: 2.2vw;
	color: #17b7b9;
	font-weight: bold;
	background: url(../images/vg.png) no-repeat left bottom;
}

.edit-con{
	font-size: 18px;
	line-height: 1.8;
}
.louncea{
	padding-top: 2%;
}
.louncea li{
	margin-top: 2%;
	background: #ebf4f4;
}
.louncea li .pic{
	width: 50%;
}
.louncea li:nth-child(2n) .pic{
	float: right;
}
.louncea li .pic img{
	display: block;
	width: 100%;
	height: 312px;
	object-fit: cover;
}
.louncea li .con{
	width: 50%;
	padding: 4%;
	color: #666;
}
.louncea li .con .d1{
	font-size: 26px;
	font-weight: bold;
}
.louncea li .con .d2{
	font-size: 18px;
	line-height: 1.5;
	margin-top: 12px;
}

.loteuc li{
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	position: relative;
}
.loteuc li.on{
	background-image: linear-gradient(to bottom,#07838f,#0cabb1);
}
.loteuc li.onbg{
	background-image: none !important;
	color: #000;
}
.loteuc li .d1{
	padding: 42px 0;
	line-height: 1.8;
	cursor: pointer;
	padding-left: 25px;
	position: relative;
}
.loteuc li .d1:before{
	content: '';
	width: 24px;
	height: 14px;
	background: url(../images/d3.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}
.loteuc li.on .d1:before{
	background: url(../images/d4.png) no-repeat;
}
.loteuc li.on .dd:before{
	background:none;
}
.loteuc li .dd:before{
    background: none;
}

.loteuc li.on .d1{
	color: #fff;
	
}
.loteuc li .dd{
/*//	background-image: linear-gradient(to bottom,#a0cfff,#409eff);*/
	line-height: .2;
	color: #000 !important;
}
.loteuc li .d1 span{
	float: left;
	width: 50%;
}
.loteuc li .d1 span.s1{
	padding-left: 35px;
	background: url(../images/d1.png) no-repeat left center;
}
.loteuc li.on .d1 span.s1{
	background: url(../images/d2.png) no-repeat left center;
}
.loteuc li .d2{
	background: #f8f8f8;
	padding: 4%;
	font-size: 18px;
	line-height: 1.8;
	display: none;
}

#map{
	height: 500px;
}
.plcema{
	position: absolute;
	background: #fff;
	width: 550px;
	padding: 35px;
	z-index: 5;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
}
.plcema .d1{
	padding-bottom: 25px;
	font-size: 32px;
	color: #17b7b9;
	font-weight: bold;
	background: url(../images/vg.png) no-repeat left bottom;
}
.plcema .d2{
	margin-top: 40px;
}
.plcema .d2 p{
	line-height: 1.8;
	font-size: 18px;
	padding: 5px 0;
}

.lefnca{
	background: #ebf4f4;
	padding: 5% 0;
}

.lopTit{
	font-weight: bold;
	font-size: 34px;
	color: #464646;
}
.loptec{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.loptec li{
	background: #fff;
	padding: 30px 25px;
	margin-top: 2%;
	width: 32%;
	margin-right: 2%;
	color: #464646;
}
.loptec li:hover{
    background-color: #0cabb1;
    color: #fff;
}
.loptec li:nth-child(3n){
	margin-right: 0;
}
.loptec li .d1{
	font-size: 24px;
	padding-bottom: 25px;
	font-weight: bold;
	background: url(../images/vg2.png) no-repeat left bottom;
}
.loptec li .d2{
	margin-top: 30px;
}
.loptec li .d2 p{
	font-size: 18px;
	line-height: 1.6;
	padding: 5px 0;
}

.loptec li:hover .d1{
	font-size: 24px;
	padding-bottom: 25px;
	font-weight: bold;
	background: url(../images/about.png) no-repeat left bottom;
}

.lonceba li{
	margin-bottom: 4%;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.lonceba li .pic{
	width: 58%;
	position: relative;
}
.lonceba li .pic:before{
	content: '';
	width: 23px;
	height: 47px;
	background: url(../images/br.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
}
.lonceba li .con{
	width: 42%;
	padding: 4%;
	color: #464646;
}
.lonceba li .con .d1{
	font-size: 26px;
	font-weight: bold;
}
.lonceba li .con .d2{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
}

.pofeia li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.pofeia li:nth-child(3n){
	margin-right: 0;
}
.pofeia li a{
	display: block;
}

.pofeia li a .pic img{
	width: 100%;
	/*height: 372px;*/
	/*height: 100%;*/
	object-fit: cover;
	transition: all 0.5s;
}
.pofeia li a .tit{
	font-weight: bold;
	font-size: 24px;
	margin-top: 15px;
}
.ubceba{
	color: #17b7b9;
	font-weight: bold;
	font-size: 36px;
}

.obceaq{
	background: url(../images/d.jpg) repeat-y 300px top;
	margin-top: 5%;
}
.obceaq li{
	margin-bottom: 4%;
}
.obceaq li .d1{
	width: 270px;
	padding-left: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #17b7b9;
	background: url(../images/y2.png) no-repeat left 10px;
}
.obceaq li .d2{
	width: calc(100% - 360px);
	font-size: 18px;
	line-height: 1.8;
}

.pteanca li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 15px;
	box-shadow:  0 0 15px rgba(0,0,0,0.15);
}
.pteanca li:nth-child(4n){
	margin-right: 0;
}
.pteanca li .pic{
	padding: 25px;
}
.pteanca li .pic img{
	width: 100%;
	height: 60px;
	object-fit: scale-down;
	transition: all 0.5s;
}


/*下载页面样式*/
.download_box{
    width: 100%;
}
.download_list{
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid  #e3e3e3;
    color: #4e4e4e;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.download_list_left{
     display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.download_list_right{
     display: flex;
    justify-content: flex-end;
    align-items: center;
}
.download_list_fimg{
    width:24px;
    height:28px;
}
.download_list_text{
    margin-left: 30px;
}
.download_list_dimg{
    width:28px;
    height:23px;
    cursor: pointer;
    background: url(../images/dalon.png) no-repeat center center;
}
.download_list_dimg:hover{
    background: url(../images/dalon_on.png) no-repeat center center;
}
.download_list_dt{
    margin-right: 50px;
}
.download_list_dtr{
    margin-right: 100px;
}
 /*分页*/
.page_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.page_list{
    min-width:38px;
    padding: 8px 12px;
    border: 1px solid  #e3e3e3;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_on{
    border: 1px solid  #0dabb2;
    color: #0dabb2;
}
/*详情页*/
.solDet{
    width: 100%;
    display: flex;
}
.solDet_left{
    width: 100%;
    margin-right: 30px;
    box-shadow: -1px 2px 5px 5px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding-left:45px;
    padding-right:45px;
    padding-bottom: 45px;
}
.solDet_title{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid  #e3e3e3;
}
.solDet_titxt{
    font-size: 20px;
    font-weight: bold;
}
.solDet_page{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solDet_page_list1{
    /*width: 120px;*/
    height:36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 1px solid  #e3e3e3;
   color: #999999;
   padding-left: 10px;
   padding-right: 10px;
}
.solDet_page_list1:hover{
    background:  #0dabb2;
    border: 1px solid #0dabb2;
    color: #fff;
}
.solDet_page_arow{
    width: 16px;
    height: 9px;
    background: url(../images/arrowr.png) no-repeat center center;
    transform: rotate(180deg);
    margin-right: 15px;
}
.solDet_page_list2{
    /*width: 120px;*/
    height:36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 1px solid  #e3e3e3;
   color: #999999;
   padding-left: 10px;
   padding-right: 10px;
}
.solDet_page_list2:hover{
    background:  #0dabb2;
    border: 1px solid #0dabb2;
    color: #fff;
}
.solDet_page_arow2{
    width: 16px;
    height: 9px;
    background: url(../images/arrowr.png) no-repeat center center;
    transform: rotate(360deg);
    margin-left: 15px;
}
.solDet_page_arowOn{
    width: 16px;
    height: 9px;
    background: url(../images/arrowl.png) no-repeat center center;
    transform: rotate(360deg);
    margin-right: 15px;
}
.solDet_page_arowOn2{
    width: 16px;
    height: 9px;
    background: url(../images/arrowl.png) no-repeat center center;
    transform: rotate(180deg);
    margin-right: 15px;
}
.solDet_page_amg{
    margin-left: 20px;
}
.solDet_cont{
    margin-top: 20px;
}
.solDet_right{
    width: 400px;
    box-shadow: -1px 2px 5px 5px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding-left: 35px;
    padding-right:35px;
}
.solDet_tj_title{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.solDet_tj_main{
    width: 100%;
    margin-bottom: 10px;
}
.solDet_tj_img{
    width: 100%;
    height:160px;
}
.solDet_tj_text{
    width: 100%;
    text-align: center;
    line-height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serviceList_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.serviceList_main{
    display: flex;
    justify-content: center;
}
.serviceList_main_left{
    width: 300px;
}
.serviceList_ml_item{
    display: block;
    width: 100%;
    display: flex;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}
.serviceList_ml_img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.serviceList_main_right{
    width: 100%;
    border-left:1px solid  #e3e3e3;
    margin-top: 30px;
    padding-left: 30px;
}
.serviceList_main_item{
    margin-bottom:30px;
}
















@-moz-keyframes alode {
  0% {
    background-position: -28px 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}
@-webkit-keyframes alode {
  0% {
    background-position: -28px 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}
@keyframes alode {
  0% {
    background-position: -28px 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}
