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

@media (max-width: 1600px){
	
}
@media (max-width: 1440px){
	
}



@media (min-width: 1201px){
	.T-nav li > a::before{
		content: '';
		position: absolute;
		z-index: 2;
		width: 0;
		left: 0;
		top: 0;
		height: 2px;
		background: #00969c;
		transition: all 0.5s;
	}
	.T-nav li > a.cur{
		color: #00969c;
		background-image: url(../images/x2.png);
	}
	.T-nav li:hover > a{
		color: #00969c;
		background-image: url(../images/x2.png);
		transition: all 0.5s;
	}
	.T-nav li:hover > a::before,.T-nav li > a.cur::before{
		width: 100%;
		transition: all 0.5s;
	}
	.T-nav li:hover .sec{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		transition: all 0.5s;
	}
	.T-nav li .sec{
		transition: all 0.5s;
	}
	.T-search p{
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}
	.T-search:hover p{
		opacity: 1;
		visibility: visible;
		transition: all 0.5s;
	}
	.langCH:hover p{
		opacity: 1;
		visibility: visible;
		transition: all 0.5s;
	}
	.ufenma{
		transform: scale(1.05);
		transition: all 0.5s;
	}
	.ny-nav p a.cur{
		
		position: relative;
	}
	.ny-nav p a.cur:before{
		content: '';
		position: absolute;
		z-index: 2;
		width:18px;
		height:17px;
		background:url(../images/wxx.png);
		left:50%;
		margin-left:-9px;
		bottom:-28px;
	}

	.opfeba li.cur a:before{
		background: rgba(0, 0, 0, 0.3);
		transition: all 0.5s;
	}
	.opfeba li.cur{
		width: 33.4%;
		transition: all 0.5s;
	}
	.opfeba02 li.cur{
		width: 40%;
	}
	.opfeba li.cur a .con .d2{
		opacity: 1;
		transform: translateY(0);
		transition: all 0.5s ease 0.5s;
	}
	.opfeba li.cur a .con .d3{
		opacity: 1;
		transform: translateY(0);
		transition: all 0.5s ease 1.15s;
	}
	.opfeba li.cur a .con .d3 span{
		
	}
	.opfeba li.cur a .num{
		font-size: 120px;
		opacity: 1;
		color: #0da9af;
		transition: all 0.5s;
	}
	.langCH p{
		transition: all 0.5s;
	}
	.oplfea li a:hover .pic img,.pofeia li a:hover .pic img{
		transform: scale(1.05);
		transition: all 0.5s;
	}
	
	
	
}

@media (max-width: 1200px){
	body{
		padding-top: 50px;
	}
	
	.top{
		background: #fff;
		padding: 0 2%;
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	.top .logo{
		padding: 10px 0;
	}
	.top .logo img{
		height: 34px;
		display: block;
	}
	.T-search{
		margin-top: 4px;
	}
	.mob-menu{
		display: block;
		width: 50px;
		height: 50px;
		margin-top: 0px;
	}
	.mob-menu:before{ content:''; position:absolute; left:50%; top:50%; height:2px; width:30px; margin-left:-15px; margin-top:-9px; background:#333; transition:all 0.5s ease;}
	.mob-menu:after{ content:''; position:absolute; left:50%; top:50%; height:2px; width:30px; margin-left:-15px; margin-top:7px; background:#333; transition:all 0.5s ease;}
	.mob-menu span{position:absolute; left:50%; top:50%; height:2px; width:30px; margin-left:-15px; margin-top:-1px; background:#333; transition:all 0.5s ease;}
	.mob-menu.on{ transition:all 0.5s ease;}
	.mob-menu.on:before{ margin-top:-1px; transform:rotate(45deg); transition:all 0.5s ease;}
	.mob-menu.on:after{ margin-top:-1px;  transform:rotate(-45deg); transition:all 0.5s ease;}
	.mob-menu.on span{width:0;transition:all 0.5s ease;}
	.top .logo{
		margin-top: 7px;
		padding: 0;
	}
	.top .logo img{
		height: 36px;
	}
	.T-search{
		margin: 0px 0 0;
	}
	.T-search p{
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	.langCH{
		margin: 0 10px;
	}
	.langCH p{
		opacity: 1;
		visibility: visible;
		display: none;
	}
	.T-nav{
		position: fixed;
		width: 100%;
		background: #fff;
		left: 0;
		top: 50px;
		height: calc(100% - 50px);
		margin: 0;
		padding: 0;
		overflow: auto;
		display: none;
		border-top: 1px solid #eee;
	}
	.T-nav li{
		width: 100%;
		margin:0;
	}
	.T-nav li > a{
		padding: 0 3%;
		line-height: 50px;
		font-size: 16px;
		color: #333;
		border-bottom: 1px solid #eee;
		background-position: 95% center;
	}
	
	.T-nav li .sec{
		display: none;
		visibility: visible;
		opacity: 1;
		position: relative;
		width: 100%;
		margin:0;
		left:0;
		top: 0;
		transform: translateY(0px);
		box-shadow: 0 0 0;
		padding: 0 4%;
		text-align: left;
	}
	.T-nav li .sec .pic{
		display: none;
	}
	.T-nav li .sec .con{
		width: 100%;
	}
	.T-nav li .sec .con a{
		width: 50%;
		font-weight: normal;
		font-size: 14px;
	}
	.wrap,.wrap1400{
		max-width: 780px;
		padding: 0 3%;
	}
	.opfeba{
		flex-wrap: wrap;
	}
	.opfeba li{
		width: 100% !important;
	}
	.opfeba li a .pic img{
		height: 350px;
	}
	.opfeba li a .con .d3{
		opacity: 1;
		transform: translateY(0);
	}
	.opfeba li a .con .d4{
		opacity: 1;
		transform: translateY(0);
	}
	.opfeba li a .con{
		padding: 20px;
	}
	.opfeba li a .con .d1{
		font-size: 20px;
	}
	.opfeba li a .con .d2{
		font-size: 15px;
		margin: 15px 0;
	}
	.opfeba li a .con .d3{
		font-size: 14px;
		line-height: 22px;
		max-height: 110px;
		overflow: hidden;
	}
	.vdTit .d1{
		font-size: 20px;
	}
	.vdTit .d2{
		font-size: 14px;
	}
	.botNav{
		display: none;
	}
	.uncebe{
		flex-wrap: wrap;
	}
	.uncebe .left{
		width: 100%;
		text-align: center;
	}
	.uncebe .left span{
		display: block;
		margin: 10px 0 0;
		font-size: 14px;
	}
	.uncebe .right{
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin-top: 5px;
	}
	.ny-nav{
		padding:0;
		height:auto;
		background:#0cabb1;
	}
	.ny-nav span{
		display: block;
		font-size: 16px;
		line-height: 55px;
		color:#fff;
		background: url(../images/xx.png) no-repeat right center;
	}
	.ny-nav p{
		display: none;
	}
	.ny-nav p a{
		display: block;
		line-height: 40px;
		width: 100%;
		padding: 0 2%;
		font-size: 15px;
		margin:0;
		display:block;
		color:#fff;
	}
	.ny-banner .tit{
		font-size: 20px;
	}
	.pbuenc{
		padding: 0 4%;
	}
	.opfebe .pic{
		width: 100%;
	}
	.opfebe .pic img{
		height: auto;
	}
	.opfebe .con{
		width: 100%;
		padding: 4%;
	}
	.opfebe .con .d1{
		font-size: 20px;
	}
	.opfebe .con .d2,.opfebe .con .d3,.opfebe .con .d4{
		font-size: 15px;
	}
	.opfebe .con .d3{
		margin-top: 15px;
		max-height: 90px;
	}
	.opfebe .con .d4{
		margin-top: 10px;
	}
	.oplfea li{
		width: 49%;
	}
	.oplfea li:nth-child(3n){
		margin-right: 2%;
	}
	.oplfea li:nth-child(2n){
		margin-right: 0;
	}
	.oplfea li a .pic img{
		height: 200px;
	}
	.oplfea li a .con .d1{
		font-size: 18px;
	}
	.pageList span, .pageList a{
		padding: 0 5px;
	}
	.pageList a.mob-none{
		display: none;
	}
	.msTit{
		font-size: 20px;
	}
	.edit-con{
		font-size: 15px;
	}
	.louncea li .con .d1{
		font-size: 18px;
	}
	.louncea li .con .d2{
		font-size: 15px;
	}
	#map{
		height: 350px;
	}
	.plcema{
		position: relative;
		width: 100%;
		padding: 4% 0;
		top: 0;
		transform: translateY(0);
		left: 0;
	}
	.plcema .d1{
		font-size: 20px;
	}
	.plcema .d2{
		margin-top: 20px;
	}
	.plcema .d2 p{
		font-size: 15px;
	}
	.lopTit{
		font-size: 20px;
	}
	.loptec li{
		width: 100%;
		margin-right: 0;
	}
	.loptec li .d1{
		font-size: 18px;
	}
	.loptec li .d2{
		margin-top: 20px;
	}
	.loptec li .d2 p{
		font-size: 15px;
	}
	.lonceba li .pic{
		width: 100%;
	}
	.lonceba li .pic img{
		height: auto;
		width: 100%;
	}
	.lonceba li .pic:before{
		display: none;
	}
	.lonceba li .con{
		width: 100%;
	}
	.lonceba li .con .d1{
		font-size: 20px;
	}
	.lonceba li .con .d2{
		font-size: 15px;
		margin-top: 15px;
	}
	.ubceba{
		font-size: 24px;
	}
	.obceaq{
		background: none;
	}
	.obceaq li .d1{
		font-size: 20px;
		width: 100%;
		background-position: left 5px;
	}
	.obceaq li .d2{
		width: 100%;
		font-size: 15px;
		margin-top: 20px;
	}
	
	.solDet{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .solDet_title {
        width: 100%;
        min-height: 50px;
    }
    .solDet_titxt {
        font-size: 16px;
        font-weight: bold;
    }
    .solDet_right{
        width: 100%;
        margin-top: 20px;
    }
    .solDet_tj_title {
        width: 100%;
        min-height: 50px;
    }
    .solDet_page_list1,.solDet_page_list2{
        display:none;
    }
	.download_list_dtr{
		display:none;
	}
}

@media (max-width: 780px){
	.contUS{
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.contUS .tit{
		width: 100%;
		margin-bottom: 20px;
		padding: 0 25px;
	}
	.contUS .tit .d1{
		font-size: 20px;
	}
	.contUS .tit .d2{
		font-size: 14px;
	}
	.contUS .list{
		width: 33.33%;
		padding: 0 10px;
	}
	.contUS .list .con{
		font-size: 14px;
		word-break: break-all;
	}
	.loteuc li .d1{
		font-size: 18px;
		width: 100%;
		padding: 20px;
	}
	.loteuc li .d1 span.s2{
		display: none;
	}
	.loteuc li .d2{
		font-size: 15px;
	}
	.pteanca li{
		width: 49%;
	}
	.pteanca li:nth-child(2n){
		margin-right: 0;
	}
	
	
	
}

@media (max-width: 640px){
	.oplfea li{
		width: 100%;
		margin-right: 0 !important;
	}
	.oplfea li a{
		padding: 4%;
	}
	.oplfea li a .pic img{
		height: 55vw;
	}
	.louncea li .pic{
		width: 100%;
	}
	.louncea li .pic img{
		height: 35vw;
	}
	.louncea li .con{
		width: 100%;
	}
	#map{
		height: 40vw;
	}
	.pofeia li{
		width: 100%;
		margin-bottom: 5%;
	}
	.pofeia li a .pic img{
		height: 55vw;
	}
	.pofeia li a .tit{
		font-size: 18px;
	}
	
	
	.download_list{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }
    .download_list_text{
        margin-left: 5px;
    }
    
    .download_list_dt{
        margin-right: 5px;
    }
    .download_list_dtr{
        margin-right: 10px;
    }
    
	.page_list{
        min-width:28px;
        padding: 6px 10px;
        margin: 0 4px;
        font-size: 12px;
    }
    .page_hide{
        display: none;
    }
    
    .serviceList_title{
        font-size: 20px;
    }
    .serviceList_main_left{
        width: 200px;
    }
    .serviceList_ml_item{
        font-size: 14px;
    }
    .serviceList_main_right{
        padding-left: 15px;
    }
    .serviceList_ml_img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
}




.shade {position: fixed;left: 0; top: 0; z-index: 21;display: none; width: 100%;height: 100%; background-color: #000;filter: alpha(opacity=50); opacity: 0.5; }
.big-video {
    position: fixed;
    left: 50%;
    top: 50%;
	margin-top:-240px;
    z-index: 22;
    display: none;
    margin-left: -450px;
    background-color: #fff;
    width: 900px;
    box-sizing: border-box;
}
.big-video-main {
    height: 480px;
}
.big-video-clo {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon30.png) no-repeat center center;
    cursor: pointer;
}

@media screen and (max-width: 750px){
	.big-video {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.big-video-main {
		height: 185px;
	}
	.big-video-clo {
		right: 0;
		z-index: 21;
		top:-30px;
	}
}


