@charset "utf-8";
/*wap*/
body {
	position: relative;
	width: 100%;
	height: 100%;
}
.allpage {
	position: relative;
	z-index: 10;
	background-image: url(../images/main_bg.jpg);
	height: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	right: 0;
	min-height: 6rem;
}
.clicked {
	right: 220px!important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nav {
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: #cb181e;
	padding-top:0.3rem;
}
.fixed {
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.nav li {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px solid #ba1f24;
	padding-bottom:0.15rem;
}
.nav li a  {
	color: #fff;
	display:block;
	text-indent: 20%;
	font-size: 0.25rem;
	line-height: 0.3rem;
	padding-top:0.15rem;	
}
.nav li p {
	text-indent: 70px;
}
.nav li:last-child {
	margin-bottom: 20%;
}
/*header*/
/*header*/
.header {
	width: 100%;
	height: 0.79rem;
	position: fixed;
	z-index: 9999;
	background-image: url(../images/80white.png);
}
.head {
	text-align: center;
	width: 100%;
	height: 0.79rem;
	top: 0;
	right: 0;
	box-shadow: 0 0 2px rgba(0,0,0,.55);
	line-height: 0.9rem;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a6b70;
}
.logo {
	display: inline-block;
	width: 71.875%;
	height: auto;
	text-align: center;
	float: left;
	margin-left: 14.0625%;
	padding-top: 0.1rem;
}
.logo img {
	display: inline;
}
.nav-btn {
	width: 14.0625%;
	right: 0;
	top: 0;
	position: absolute;
	font-size: 0.4rem;
	line-height: 0.79rem;
	color: #6c6d71;
	text-align: center;
	overflow: hidden;
}
.home-btn {
	width: 14.0625%;
	left: 1.09375%;
	top: 0;
	position: absolute;
	height: 100%;
	font-size: 0.4rem;
	line-height: 0.79rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: block;
}
.top-title {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 0;
	font-size: 0.3rem;
	line-height: 0.79rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.black-fixed {
	position: fixed;
	z-index: 99999!important;
	left: 0;
	width: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.9);
	text-align: right;
	font-size: 0.4rem;
	color: #fff;
	line-height: 2;
	right: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0
}
.black-clicked {
	width: 100%;
	padding-right: 2%;
	left: -227px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 1
}
.banner {
	position: relative;
	width: 100%;
	line-height:0px;
}
.nav_i {
	background: #053c7e;
}
.nav_i .son {
	float: left;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.04rem;
	width: 25%;
	font-size: 0.20rem;
	line-height: 0.5rem;
	text-align: center;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #05499b;
}
.nav_i .son:after {
	position: absolute;
	top: 105%;
	left: 5%;
	width: 90%;
	content: "";
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #05499b;
}
.nav_i .son:nth-last-child(-n+4) {
	margin-top: 0.04rem;
	margin-bottom: 0;
}
.nav_i .son:nth-last-child(-n+4):after {
	border-top: none;
}
.nav_i .son:nth-child(4n) {
	border-right: none;
}
.type {
	width: 100%;
	position:absolute;
	top:0.79rem;
	right: 0;
	background: #4d4d4d;
	z-index: 999;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 3rem;
	padding: 0.1rem 0;
	display: none;
}
.type li {
	width: 90%;
	background: #fff;
	font: 0.2rem/0.46rem "microsoft yahei";
	margin: 2% auto;
	overflow: hidden;
	position: relative;
}
.bigclass {
	display: block;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 4%;
	color: #666;
	font-size:0.22rem;
}
.type li a span {
	font-size: 0.2rem;
	line-height: 0.46rem;
	display: block;
	width: 16%;
	text-align: center;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
	float:right;
}
.type li dl {
	float: left;
	border-top: 2px solid #232323;
	width: 100%;
	display: none
}
.type li dl dd {
	overflow: hidden
}
.type li dl dd a {
	width: 100%
}
.type h1 {
	font: 0.2rem/2 "microsoft yahei";
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
.class-btn {
    font-size: 0.24rem;
    line-height: 0.79rem;
    color: #999;
    text-align: center;
    overflow: hidden;
    padding-right: 0.15rem;
}
/**/
.main_news_list{
}

.main_news_list_top_con{
}
.main_news_list_top_con h2{
	font-size: 0.25rem;
	line-height: 0.4rem;
	color: #cb1b1e;
	padding-left: 0.15rem;
}
.main_project_con {
}
.main_project_a {
	width: 47%;
	margin:1.5%;
	background-color: #013c7e;
	padding-bottom: 0.25rem;
	transition: .4s;
	height: 3rem;
}

/**/



.main_news_list_title{
	background-image: url(../images/title_line.jpg);
	background-repeat: repeat-x;
	background-position: left 50px;
	height: 0.5rem;
	padding-left: 0px;
	margin-bottom: 0.2rem;
}
.main_news_list_title ul li{
	float: left;
	line-height: 0.5rem;
	width:33.3%;
}
.main_news_list_title ul li a{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0.25rem;
	font-weight:normal;
}
.main_news_list_title ul li a.tabactive{
	color: #cb1b1e;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cb1b1e;
	font-weight: bold;
}
.main_news_list_top{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ededed;
	margin-bottom: 0.15rem;
	padding-bottom: 0.2rem;
}

.main_news_list_top_con p{
	font-size: 0.18rem;
	line-height: 0.22rem;
	color: #888;
	padding-left: 0.15rem;
}

.main_project {
	overflow: hidden;
}






.main_project_a a{
	display: block;
}
.main_project_a:hover{
	background-color:#cc1c1f;
	transition:.4s;
}
.main_project_a_pic {
}

.main_project_a h2 {
	font-size: 0.25rem;
	line-height: 0.5rem;
	color: #FFF;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}
.main_project_a p {
	color: #FFF;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
	font-size: 0.15rem;
	line-height: 0.22rem;
}


.smain_sort {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	position: relative;
}
.smain_sort h1{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	float: left;
	padding-right: 0.1rem;
	padding-left: 0.1rem;
	margin-left: 0.2rem;
	font-size: 0.3rem;
	line-height: 0.79rem;
	font-weight: normal;
	color: #333;
}

.news_a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ededed;
	padding: 2%;
	transition: .4s;
}
.news_a a {
	display: block;
}
.news_a:hover{
	background-color: #fafafa;
	cursor: pointer;
	transition:.4s;
}
.news_a_pic {
	padding: 1%;
	width: 25%;
	border: 1px solid #ededed;
	line-height:0px;
}
.news_a_txt {
	width: 68%;
}
.news_a_txt h2 {
	font-size: 0.22rem;
	line-height: 0.3rem;
	font-weight: normal;
}
.news_a_txt h2 span i{
	font-size: 0.2rem;
	font-style: normal;
	color: #333;
	padding-right: 0.1rem;
}
.news_a_txt h2 span {
	display:block;
	font-size: 0.16rem;
	padding-left: 0.15rem;
	color: #888;
}
.news_a_txt p {
	color: #888;
	font-size: 0.22rem;
	line-height: 0.28rem;
}
.news_b {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ededed;
	padding: 2%;
	transition: .4s;
}
.news_b a {
	display: block;
}
.news_b:hover{
	background-color: #fafafa;
	cursor: pointer;
	transition:.4s;
}
.news_b_txt {
	width: 92%;
}
.news_b_txt h2 {
	font-size: 0.23rem;
	line-height: 0.4rem;
	font-weight: normal;
}
.news_b_txt h2 span i{
	font-size: 0.2rem;
	font-style: normal;
	color: #333;
	padding-right: 0.1rem;
}
.news_b_txt h2 span {
	display:block;
	font-size: 0.16rem;
	padding-left: 0.15rem;
	color: #888;
}
.news_b_txt p {
	color: #888;
	font-size: 0.18rem;
	line-height: 0.22rem;
}
.pic_a li{
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0.2rem;
	text-align: center;
}
.news_a_btn {
	font-size: 0.4rem;
	line-height: 0.4rem;
	width: 6%;
	color: #888;
	margin-top: 0.2rem;
}
.pic_a li a {
	display: block;
}
.pic_a li a h2 {
	font-size: 0.2rem;
	line-height: 0.25rem;
	font-weight: normal;
	height:0.6rem;
	padding:0.15rem;
}
.pro_a_pic {
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	disp/lay: table-cell;
	vertical-align: middle;
	padding: 2%;
	border: 1px solid #ddd;
}
.pro_a_pic img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.smain_con{
	font-size: 0.22rem;
	line-height: 0.33rem;
	color: #444;
}
.smain_con_info img{
	max-width:90%;
	margin:auto;
}


/*foot*/
.foot {
	background-color: #013c7e;
	font-size: 12px;
	color: #fff;
	margin-top: 0.8rem;
	padding-bottom: 0.65rem;
}
.foot_txt_a {
	padding:5%;
}
.foot_txt_a h3 {
	font-size: 16px;
	line-height: 40px;
}
.foot_txt_a ul li {
	line-height: 25px;
}
.foot_txt_a ul li span {
	font-size: 16px;
	padding-right: 8px;
}
.foot_txt_b {
	width: 300px;
	padding-top: 15px;
}
.foot_txt_b_icon {
	font-size: 60px;
	width: 70px;
	line-height: 70px;
}
.foot_txt_b_tel {
}
.foot_txt_b_tel h3 {
	font-size: 18px;
	line-height: 30px;
}
.foot_txt_c {
	line-height: 35px;
	text-align: center;
}
.foot_txt_c img {
	background-color: #eee;
	padding: 5px;
}
.foot_copy {
	line-height: 0.5rem;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #05499b;
}
.foot_copy a {
	color: #ddd;
}
.footer {
    height: 0.65rem !important;
}
.footer {
    width: 100%;
    height: 0.8rem;
    position: fixed !important;
    bottom: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.foot2 {
    background: #cb181e;
	width: 100%;
    position: fixed;
    height: 0.65rem;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.foot-relative {
    height: 0.65rem !important;
}
.foot-relative {
	position: relative;
	width: 100%;
}
.foot2 a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    border-right: 1px solid #ba1f24;
    text-align: center;
}
.foot2 a {
    display: block;
    float: left;
    width: 25%;
    color: #fff;
}
.foot2 a span {
    display: inline !important;
    width: auto !important;
    line-height: 0.65rem !important;
}
.foot2 a span {

    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.4rem;
	padding-right:0.1rem;
}
.foot2 a h3 {
    display: inline !important;
    width: auto !important;
    line-height: 0.65rem !important;
}
.foot2 a h3 {
	width: 100%;
	text-align: center;
	line-height: 0.65rem;
	font-size: 0.2rem;
	font-weight: normal;
}
#allmap{width:100%;height:8rem;font-size:0.18rem}