body{
	padding: 0;
	margin: 0;
	font: 14px/20px "微软雅黑", Arial;
}
p, ul,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
.page_content video,#video{margin-left:-30px;width:100%;}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.container{
		background: url(/images/bg.jpg);
		background-size: cover;
	}
	.links{
		padding-top: 35px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.footer{
		height: 44px;
		font-size: 12px;
		color: #cacaca;
		line-height: 44px;
		overflow: hidden;
		clear: both;
    	margin: auto;
	}
	.links_a {
	    padding-top: 35px;
		padding-bottom: 50px;
		overflow: hidden;
		clear: both;
		width: 1000px;
    	margin: auto;
	}
@media screen and (max-height:900px){
	.container{
		background: url(/images/bg.jpg) no-repeat;
		background-size: cover;
	}
	.links{
		padding-top: 35px;
		padding-bottom: 50px;
		overflow: hidden;
	}
	.footer{
		height: 44px;
		font-size: 12px;
		color: #cacaca;
		line-height: 44px;
		overflow: hidden;
		clear: both;
    	margin: auto;
	}
	.links_a {
	    padding-top: 35px;
		padding-bottom: 50px;
		overflow: hidden;
		clear: both;
		width: 1000px;
    	margin: auto;
	}
}
@media screen and (min-height:900px){
	.container{
		background: url(/images/bg.jpg) no-repeat;
		background-size: cover;
		position: absolute;
	    width: 100%;
	    height: 100%;
	}
	.links {
	    overflow: hidden;
	    position: absolute;
	    bottom: 94px;
	}
	#footer{
		background-color: #000;
		position: inherit;
	    bottom: 0;
	    width: 100%;
	}
        .content_page_right {
            float: left;
            width: 820px;
            margin-left: 20px;
            min-height: 580px;
        }
	.links_a {
	    overflow: hidden;
	    position: relative;
	    bottom: 60px;
	    width: 978px;
	    right: 0;
	    left: 0;
	    margin: auto;
}
}
.content{
	width: 1000px;
	margin: 0 auto;
}
.header{
	background: url(/images/headerBg.png) no-repeat left top;
	background-size: auto;
	overflow: hidden;
	padding-bottom: 56px;
}
.header .logo{
	float: left;
	padding-top: 7px;
}
.header .header_ul_1{
	overflow: hidden;
	float: left;
	background-color: #222;
	border-radius: 0 0 8px 8px;
	padding: 0 18px;
	box-shadow: -1px 0px 1px 2px rgba(255,255,255,0.35); 
	margin-left: 88px;
}
.header ul li{
	float: left;
	color: #fff;
	line-height: 38px;
}
.header ul li a{
	color: #fff;
	padding: 0 20px;
}
.header .language{
	float: right;
	padding-top: 10px;
	color: #fff;
}
.header .language a{
	color: #fff;
}
.connect{
	height: 443px;
    width: 990px;
    position: relative;
    border: 5px solid #4fabba;
}
.banner{
	height:453px;
}
.common_banner{
	float:left;
	height:453px;
	width:1000px;
}

.connect .left{
	display: block;
	width: 58px;
	height: 60px;
	position: absolute;
	background: url(/images/icons.png) no-repeat;
	left: -29px;
	top: 50%;
	margin-top: -30px;
}
.connect .right{
	display: block;
	width: 58px;
	height: 60px;
	position: absolute;
	background: url(/images/icons.png) no-repeat;
	background-position: 0 -90px;
	right: -29px;
	top: 50%;
	margin-top: -30px;
}
.connect .right:hover{
    background-position: -101px -90px;
}
.connect .left:hover{
    background-position: -99px 0px;
}
.connect .center{
	text-align: center;
}
.center{overflow: hidden;}
.center .ban{
    padding: 105px 220px 0 220px;
}
.connect .center h1{
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 60px;
}
.connect .center p.desc{
	color: #e5fbff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 35px;
}
.connect .center  .btns a{
	display: inline-block;
	background: url(/images/icons.png) no-repeat;
	width: 165px;
	height: 45px;
	margin: 0 10px;
}
.connect .center  .btns a.contact{
	background-position: 0 -194px;
}
.connect .center  .btns a.download{
	background-position: 0 -280px;
}

.links>div{
	float: left;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 130px;
	margin-right: 45px;
}
.links>div > a{
	display: block;
	background: url(/images/service.png) no-repeat;
	width: 130px;
	height: 103px;
	line-height: 187px;
    font-size: 14px;
    color: #fff;
}
.links>div > a:hover{
	color:#f7941d;
}
.links div.news{
	margin-top: 8px;
	margin-right: 0;
	width: 300px;
}
.links>div > a.serviceLogo{
	background-position: -4px 2px;
}
.links>div > a.serviceLogo:hover{
	background-position: -4px -499px;
}
.links>div > a.onlineLogo{
	background-position: -4px -99px;
}
.links>div > a.onlineLogo:hover{
	background-position: -4px -598px;
}
.links>div > a.operationLogo{
	background-position: -4px -198px;
}
.links>div > a.operationLogo:hover{
	background-position: -4px -699px;
}
.links>div > a.infoLogo{
	background-position: -4px -300px;
}
.links>div > a.infoLogo:hover{
	background-position: -4px -799px;
}
.links div.news .title{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #213e43;
	text-align: left;
}
.links div.news ul li{
	text-align: left;
	background: url(/images/icons.png) no-repeat left center;
	background-position: 0 -856px;
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
	margin: 10px 0;
}
.links div.news ul li a{
	color: #fff;
	font-size: 12px;
}
#footer{
	background-color: #000;
    width: 100%;
}
.footer{
	height: 44px;
	font-size: 12px;
	color: #cacaca;
	line-height: 44px;
	overflow: hidden;
}
.footer .footerLogo{
	float: left;
	margin-top: 7px;
}
.footer .tel{
	float: left;
	margin-left: 25px;
}
.footer .copy{
	float: right;
}
/*link_a*/

.links_a>div{
	float: left;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 130px;
	margin-right: 82px;
}
.links_a>div.connects{
	margin-right: 0;
}
.links_a>div > a {
    display: block;
    background: url(/images/service.png) no-repeat;
    width: 130px;
    height: 103px;
	line-height: 187px;
    font-size: 14px;
    color: #fff;
}
.links_a>div > a:hover{
	color:#f7941d;
}
.links_a>div > a.serviceLogo{
	background-position: -4px 2px;
}
.links_a>div > a.serviceLogo:hover{
	background-position: -4px -499px;
}
.links_a>div > a.onlineLogo{
	background-position: -4px -99px;
}
.links_a>div > a.onlineLogo:hover{
	background-position: -3px -598px;
}
.links_a>div > a.operationLogo{
	background-position: -4px -198px;
}
.links_a>div > a.operationLogo:hover{
	background-position: -4px -699px;
}
.links_a>div > a.infoLogo{
	background-position: -4px -300px;
}
.links_a>div > a.infoLogo:hover{
	background-position: -4px -799px;
}
.links_a>div > a.connectLogo{
	background-position: -4px -399px;
}
.links_a>div > a.connectLogo:hover{
	background-position: -4px -900px;
}

/*crumbs*/
.crumbs,.crumbs a{
    color: #fff;
    font-family: '微软雅黑';
    font-size: 12px;
}
.location_icon{
	margin-top: 2px;
    float: left;
    margin-right: 10px;
}
.interval_icon{
	font-family: '宋体';
	font-weight: 500;
    margin: 0 2px;
}
/*left_nav*/
.left_nav{
	float:left;
	width:160px;
}
.left_nav li{
	/* height:42px; */
	line-height:42px;
	margin-bottom:5px;
	background: url(/images/menu.png) no-repeat;
	text-indent:25px;
	font-size:16px;
}
.left_nav li a{
	color:#fff;
	display: block;
    width: 100%;
    height: 100%;
}
.left_nav .current_li{
	background: url(/images/current.png) no-repeat;
}
.left_nav .current_li a{
	color:#347c7d;
}
.second_ul{
	margin-top: 5px;
	display:none;
}
.second_ul li{
	line-height:35px;
	margin-bottom:2px;
	background: url(/images/menu_li.png) no-repeat;
	text-indent:25px;
	font-size:14px;
}
.second_ul .current_li{
	background: url(/images/current.png) no-repeat;
}
.second_ul .current_li a{
	color:#347c7d;
}
.content_page_right{
	float:left;
	width:820px;
	margin-left:20px;
}
.page_newslist .news_txt{
	display: block;
	padding-left: 20px;
    height: 70px;
    background: #154952;
    margin-bottom: 20px;
    opacity: 0.8;
	margin-left: 10px;
	overflow:hidden;
}
.news_txt_title{
	font-size:14px;
	font-weight: bold;
	color:#fff;
	margin:13px 0 3px 0;
	height:20px;
	overflow:hidden;
}
.page_newslist .news_img{
	float: left;
	position:relative;
    width: 195px;
    height: 195px;
	overflow: hidden;
    margin:0 0 10px 10px;
	background: #fff;
}
.page_newslist .news_img img{
	height: 120px;
}
.img_a_hover {
    position: absolute;
	display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3bacb8;
    opacity: 0.7;
    text-align: center;
}
.img_a_hover p{
    width: 80%;
    margin-left: 10%;
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
	margin-top: 70px;
}
.img_a_hover input{
    display: inline-block;
    outline: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    background: none;
    width: 88px;
    height: 28px;
	margin-top: 10px;
}
.news_txt_content{
	font-size:12px;
	color: #cfd7d8;
	height:20px;
	overflow:hidden;
}
.details{
	margin-top:30px;
}

.page_index{
	position:relative;
	text-align: center;
	width:534px;
	 margin-left: 143px;
}

.arrow_left,.arrow_right{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/images/icon.png) no-repeat;
}
.arrow_left{
	background-position: 2px 0;
	float: left;
	/* margin-left: 143px; */
}
.arrow_right{
	background-position: -124px 0;
	float: right;
	/* margin-right: 143px; */
}
.current_page,.other_pages{
	display:inline-block;
	width:10px;
	height:20px;
	margin: 0px 10px;
	background:url(/images/icon.png) no-repeat;
}
.current_page{
	background-position: -1px -56px;
}
.other_pages{
	background-position: -131px -57px;
}
.page_box{
/* 	height: 430px; */
}
.pages_menu hr{
	margin: 5px 0 15px 0;
	clear: both;
}
/*download*/
.download_center{font-size: 24px;color: #fff;margin-top: 30px;}
.download_list{margin-left: 35px;}
.download_type{float: left;}
.download_info{float: left;margin-left: 20px;}
.download_title{font-size: 16px;color: #fff;}
.download_title span{font-size: 14px;color: #fff;margin-left: 20px;}
.download_txt{font-size: 12px;color: #fff;}
.download_icon{
	float: right;
    height: 46px;
    line-height: 46px;
}
.download_href{font-size: 14px;color: #fff;}
.download_list hr{
	clear: both;
    margin-top: 30px;
	margin-bottom:20px;
    float: left;
    width: 100%;
}
.current_rent{
	color:#f7941d !important;
	border-bottom:2px solid #f7941d;
}
.page_content{
	padding-left: 10px;
	color:#fff;
}
.page_content a{
	font-size:16px;
	margin-bottom:10px;
}
.page_content div,.page_content p{
	background: #154952 !important;
    margin-bottom: 10px;
    opacity: 0.8;
	font-size:14px;
	line-height:30px;
	text-indent:30px;
}
/*sitemap*/
.sitemap{width:871px;text-align:center;margin-left: 40px;}
.map_detail {
    float: left;
    width: 106px;
    text-align: center;
	margin-top: -6px;
}
.map_detail h2 a{
	color: #79dcf9;
    font-size: 14px;
}
.sitemap_li_1 a{
    line-height: 25px;
    width: 104px;
    border: 1px solid #79dcf9;
    background: #4ba3b1;
	color:#fff;
	text-align:left;
	text-indent:10px;
	display:block;
	margin-top:2px;
}
.sitemap_li_2 a{
	line-height: 25px;
    width: 132px;
    border: 1px solid #79dcf9;
    background: #78cdca;
	color:#808080;
	text-align:left;
	text-indent:10px;
	display:block;
	margin-left:16px;
	margin-top:2px;
}
.map_detail0,.map_detail2,.map_detail3{
	margin-right: 48px;
}
.map_detail1{
	margin-right: 56px;
}
.map_detail4{
	margin-right: 35px;
}
.map_detail ul {
    margin-top: 18px;
}
.m_menu{display:none;}
/*mobile*/
@media screen and (max-width:450px){	
	.links_a{display:none;}
	.container{min-height: 700px;}
	.header {
		background: #4ba2b0;
		background-size: auto;
		overflow: hidden;
		padding-bottom: 0px;

	}
	.content{width: 100%;    overflow: hidden;}
	.header .header_ul_1{display:none;}
	.connect {
		width: 90%;
		margin-left: 4%;
		position: relative;
		border: 3px solid #4fabba;
		margin-top: 20px;
	}
	.links p {
		display: none;
	}
	#footer{display:none;}
	.links>div {
		float: left;
		color: #fff;
		text-align: center;
		font-size: 12px;
		width: 130px;
		margin-right: -20px;
		margin-left: -12px;
	}
	.links>div > a {
		display: block;
		background: url(/images/service.png) no-repeat;
		width: 130px;
		height: 103px;
		line-height: 187px;
		font-size: 14px;
		color: #fff;
		-webkit-transform: scale(0.7);
		transform:scale(0.7);
		-ms-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-o-transform:scale(0.7);
	}
	.links div.news {
		margin-left: 5%;
	}
	.center .ban {
		padding: 0;
	}
	.connect .center h1 {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		line-height: 60px;
	}
	.connect .center p.desc {
		color: #e5fbff;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 10px;
		margin-top: -26px;
	}
	.connect .center .btns a {
		margin: 0 0; 
		-webkit-transform: scale(0.75);
		transform:scale(0.75);
		-ms-transform:scale(0.75);
		-moz-transform:scale(0.75);
		-o-transform:scale(0.75);
		position: absolute;
	}
	.connect .left,.connect .right{	-webkit-transform: scale(0.5);
		transform:scale(0.5);
		-ms-transform:scale(0.5);
		-moz-transform:scale(0.5);
		-o-transform:scale(0.5);
	}
	.connect .center .btns a.contact{left:0}
	.connect .center .btns a.download{right:0;}
	.header .language {
		float: right;
		padding-top: 22px;
		color: #fff;
		margin-right: 100px;
	}
	.crumbs{display: none;}
	.content_page_right {
		float: left;
		  margin-left: -50%;
		-webkit-transform: scale(0.5);
		transform:scale(0.5);
		-ms-transform:scale(0.5);
		-moz-transform:scale(0.5);
		-o-transform:scale(0.5);
		    margin-top: -100px;
		margin-bottom: -100px;
	}
	.links_a>div {
		float: left;
		color: #fff;
		text-align: center;
		font-size: 12px;
		width: 130px;
		margin-right: -40px;
		margin-left: -14px;
		-webkit-transform: scale(0.7);
		transform:scale(0.7);
		-ms-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-o-transform:scale(0.7);
	}
	.container{overflow:hidden;}
	.left_nav{
		display:none;
	}
	.m_menu{
		display:block;
		width:100px;
		position: absolute;
		right: 0;
		text-align: center;
		z-index: 111;
		opacity: 0.8;
		}
	.m_m{height:64px;}
	.m_m img{    width: 40px;
		margin-top: 10px;
		}
	.m_menu ul{
		display:none;
	}
	.m_menu ul li a{color:#4ba2b0;}

	.m_menu .left_nav{display:block;width:100px;}
	.m_menu .left_nav li{background:none;    line-height: 26px;text-indent:0;}
	.m_menu .left_nav li a{padding:0;    width: 100px;text-align: center;font-size: 14px;}
	.rent_left{display:none;}
	.rent_right{    
		margin-left: 15% !important;
		-webkit-transform: scale(1.4);
		transform:scale(1.4);
		-ms-transform:scale(1.4);
		-moz-transform:scale(1.4);
		-o-transform:scale(1.4);}
	.sitemap{     margin-left: -55% !important;   -webkit-transform: scale(0.45);
		transform:scale(0.45);
		-ms-transform:scale(0.45);
		-moz-transform:scale(0.45);
		-o-transform:scale(0.45);}
	.page_newslist .news_img {
		float: left;
		position: relative;
		width: 100%;
		height: 195px;
		overflow: hidden;
		margin: 0 0 10px 10px;
		background: none;
	}
	.page_newslist .news_img img {
		height: 100%;
		float: left;
	}
}
@media screen and (max-width:380px){
	.container{min-height: 660px;}
	.sitemap{     margin-left: -66% !important;   -webkit-transform: scale(0.4);
		transform:scale(0.4);
		-ms-transform:scale(0.4);
		-moz-transform:scale(0.4);
		-o-transform:scale(0.4);}
	.links>div {
		float: left;
		color: #fff;
		text-align: center;
		font-size: 12px;
		width: 130px;
		margin-right: -30px;
		margin-left: -12px;
	}
	.links>div > a{
		transform:scale(0.7);
		-ms-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-webkit-transform:scale(0.7);
		-o-transform:scale(0.7);
		}
	.links_a>div{    margin-right: -45px;}
	.content_page_right {
		float: left;
		margin-left: -60%;
		transform:scale(0.45);
		-ms-transform:scale(0.45);
		-moz-transform:scale(0.45);
		-webkit-transform:scale(0.45);
		-o-transform:scale(0.45);
	}
}
@media screen and (max-width:365px){
.content_page_right {
		float: left;
		margin-left: -64.5%;
		transform:scale(0.445);
		-ms-transform:scale(0.445);
		-moz-transform:scale(0.445);
		-webkit-transform:scale(0.445);
		-o-transform:scale(0.445);
	}
}
@media screen and (max-width:350px){
    .container{min-height: 550px;}
	.links>div {
		float: left;
		color: #fff;
		text-align: center;
		font-size: 12px;
		width: 130px;
		margin-right: -45px;
		margin-left: -12px;
	}
	.links>div > a{
		-webkit-transform: scale(0.5);
		transform:scale(0.5);
		-ms-transform:scale(0.5);
		-moz-transform:scale(0.5);
		-webkit-transform:scale(0.5);
		-o-transform:scale(0.5);
		}
	.links_a>div{    margin-right: -60px;}
	.content_page_right {
		float: left;
		margin-left: -80%;
		-webkit-transform: scale(0.4);
		transform:scale(0.4);
		-ms-transform:scale(0.4);
		-moz-transform:scale(0.4);
		-o-transform:scale(0.4);
	}
	.sitemap{     margin-left: -86% !important;  transform:scale(0.37);
			-ms-transform:scale(0.37);
			-moz-transform:scale(0.37);
			-webkit-transform:scale(0.37);
			-o-transform:scale(0.37);}
	
}
.m_menu_over{background: #1e4146;}