﻿@charset "utf-8";

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.1.1 (2013-07-24)
 *Author:                 Mayz
 ----------------------------------------------------*/
 
/*    =RESET
-----------------------------------------------------*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
iframe,object,embed,fieldset,input,textarea,p,blockquote,td,th { 
	padding: 0; 
	margin: 0; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

fieldset,img {
	border: 0;
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal;
} 

strong,.bold {
	font-weight:bold;
}

ol,ul {
	list-style: none;
} 

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	font-size: 100%; 
} 

abbr,acronym,iframe { 
	border: none;
}

pre{
	white-space:normal;
}

a{
	text-decoration:none;
}
iframe{
	display:block;
}
i{
	font-style:normal;
}

.clearfix:after {
	height: 0px;
	font-size:0;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearfix {
	*zoom:1;
}

.clear{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

:focus{
	outline:none;
}

/*---for pie---*/
.pie{
	position:relative;
}

/*    =GLOBLA
-----------------------------------------------------*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	_display:inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}
.hideBtn{
    filter:alpha(opacity=0);
    opacity:0;
}

/*---html---*/

body{
	font:14px/22px "微软雅黑",Tahoma, Arial, "宋体", sans-serif;
	-webkit-text-size-adjust:none;
	background: #F4F4F4;
}
/*-------------------------------*/
.head{
	width: 100%;
	height: 88px;
	border-top: 8px solid #CC1122;
}
.head .header{
	width: 1000px;
	height: 88px;
	margin: 0 auto;
}
.head .header .logo{
	width: 265px;
	height: 45px;
	margin-top: 25px;
	background:url(../images/new/icon.png) no-repeat -16px -45px;
}
.head .header .search input{
    display: block;
    float: left;
    width: 207px;
    height: 26px;
    border: 1px solid #D5DBDB;
    border-radius: 5px;
    background: url(../images/new/icon.png) no-repeat -23px -98px #F4F4F4;
    padding-left: 30px;
    color:333;
    margin-top: 30px;
}
.head .header .search span{
	width: 70px;
	height: 28px;
	margin-left: 8px;
	display: inline-block;
	background: #CC1122;
	color:white;
	text-align: center;
	line-height: 28px;
	margin-top: 30px;
	border-radius: 5px;
	margin-right: 5px;
	cursor: pointer;
}
/*head end*/
.nav{
    width: 1000px;
    height: 46px;
    background: white;
    margin: 0 auto;
    border-top: 1px solid  #D5DBDB; 
    border-bottom: 3px solid #CC1122;
}
.nav ul li{
	width: 189px;
	height: 46px;
	float: left;
	border-right: 1px solid #D5DBDB;
	text-align: center;
}
.nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color:#333;
	line-height: 46px;
}
.nav ul li:last-child{
	width: 190px;
	/*border-right: 0;*/
}
.nav ul li:first-child{
	width: 49px;
	height: 46px;
	border: 0;
	background: url(../images/new/icon.png) no-repeat -17px -200px #CC1122;
}
.nav ul li:first-child.active{
	width: 47px;
	border-left: 1px solid #D5DBDB;
	border-right: 1px solid #D5DBDB;
	background: url(../images/new/icon.png) no-repeat -176px -198px white;
}
.nav ul li.on a{
    background-color: #CC1122;
    color:white;
}
/*nav end*/
.banner{
	width: 1000px;
	height: 330px;
	margin:0 auto 15px;
	position: relative;
}
.banner .yxt{
    width: 613px;
    height: 330px;
    background: url(../images/new/yxt.png) no-repeat;
    position:absolute;
    top:0px;
    right:0;
    z-index: 100;
}
.banner .yxt a{
	display: block;
    width: 100px;
    height: 50px;
	position: absolute;
	top:235px;
	right:70px;
	background-color:white;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	color:#333;
	border:0;
	font-size: 18px;
	cursor: pointer;
}
/*banner end*/
.btn_box{
	width: 1000px;
	height: 49px;
	margin: 13px auto;
}
.btn_box a{
	margin-right: 10px;
}
/*btn_box end*/
.content{
	width: 1000px;
	height: auto;
	overflow: hidden;
	padding-bottom: 45px;
	margin:0 auto;
}
.news{
	width: 998px;
	height: 288px;
	background: white;
	margin:0 auto 15px;
	border:1px solid #D5DBDB;
}
.news .news_left{
	width: 665px;
	height: 100%;
}
.news .news_left .news_left_nav{
	width: 120px;
	height: 100%;
	background-color: #ECECEC;
}
.news .news_left .news_left_nav ul li{
	width: 120px;
	height: 39px;
	text-align: center;
	border-right:1px solid #D5DBDB;
	border-bottom:1px solid #D5DBDB;
	font-size: 16px;
	color:#4E4E4E;
	line-height: 39px;
	cursor: pointer;
}
.news .news_left .news_left_nav ul li.on{
	width: 118px;
	background: white;
	border-right:0;
	border-left:3px solid #CC1122;
}
.news .news_left .news_left_con{
	width: 495px;
	height: 248px;
	margin: 20px;
	/*border-right: 1px dashed #B9B9B9;*/
}
.news .news_left .news_left_con .title{
	font-size: 20px;
	line-height: 38px;
	color: #CC1122;
	margin: -7px 0 0px 10px;
}
.news .news_left .news_left_con ul li{
	height: 35px;
	padding-left: 5px;
}
.news .news_left .news_left_con ul li a{
	font-size: 14px;
	line-height: 35px;
	background: url(../images/new/icon.png) no-repeat -110px -370px;
	padding-left: 20px;
	color:#666;
	max-width: 390px;
    _width: 390px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news_left .news_left_con ul li span{
	font-size: 12px;
	line-height: 35px;
	color:#C1C1C1;
	float: right;
}
.news .news_right{
	width: 292px;
	height: 248px;
	padding:0 20px;
	margin: 20px 0;
	border-left: 1px dashed #B9B9B9; 
}
.news .news_right img{
	display: block;
	/*margin:0 auto;*/
}
.news .news_right .img_xx{
	height: 50px;
	overflow: hidden;
	position: relative;
}
.news .news_right .img_xx .imh_xx_title{
	height: 50px;
	font-size: 14px;
	line-height: 25px;
	color:#333;
}
.news .news_right .img_xx .imh_xx_title a{
	color:#333;
}
.news .news_right .img_xx .imh_xx_title a span{
	font-size: 14px;
	line-height: 25px;
	color:#333;
}
.news .news_right .img_xx .date{
	position: absolute;
	bottom: 0;
	right:15px;
}
.news .news_right .img_xx .date span{
	width: 80px;
	font-size: 12px;
	color:#ccc;
}
.news .news_right .more{
	width: 62px;
	height: 22px;
	margin-right: 15px;
	margin-top: 15px;
	background: url(../images/new/icon.png) no-repeat -168px -263px;
}
.news .news_right .more a{
	display: block;
	width: 100%;
	height: 100%;
}
/*news end*/
.xm_list{
	width: 609px;
	height: 218px;
}
.pxtz{
	width: 372px;
	height: 206px;
	background: white;
	border:1px solid #D5DBDB;
	padding-top: 12px;
}
.pxtz .title{
	height: 24px;
	width: 100%;

} 
.pxtz .title p,.pxtz .title p a{
	color:#CC1122;
}
.pxtz .title p:first-child{
	font-size: 18px;
	padding-left: 10px;
	border-left:3px solid #CC1122;
	line-height: 24px;
}
.pxtz .title p:last-child{
	font-size: 12px;
	margin-right: 18px;
	padding-right:10px;
	background:url(../images/new/icon.png) no-repeat 7px -380px;
	line-height: 24px;
}
.pxtz .pxtz_con{
	padding: 20px;
}
.pxtz .pxtz_con ul li{
	height: 48px;
	margin-bottom: 5px;
}
.pxtz .pxtz_con ul li .date{
	width: 45px;
	height: 45px;
	background-color: #AFBABC;
	text-align: center;
	padding-top: 3px;
}
.pxtz .pxtz_con ul li .date span:first-child{
	color:white;
	font-size: 18px;
}
.pxtz .pxtz_con ul li .date span:last-child{
	color:white;
	font-size: 14px;
}
.pxtz .pxtz_con ul li p{
	width: 265px;
	padding-left: 15px;
	color:#7C8282;
	font-size: 14px;
}
.pxtz .pxtz_con ul li p a{
	color:#7C8282;
}
/*content end*/
.foot{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer1_box{
	width: 100%;
	height: 188px;
	background: white;
	border-top: 1px solid #DDE3E3;
}
.footer1_box .footer1{
	width: 1000px;
	height: 138px;
	margin:0 auto;
	padding: 25px 0;
}
.footer1_box .footer1 .lxwm{
	width: 300px;
	height: 138px;
}
.footer1_box .footer1 .lxwm .title{
	font-size: 17px;
	color:#202020;
	background: url(../images/new/icon.png) no-repeat -108px -305px;
	padding-left: 35px;
}
.footer1_box .footer1 .lxwm .lxwm_con{
	margin-top: 20px;
	height: 100px;
}
.footer1_box .footer1 .lxwm .lxwm_con p{
	line-height: 25px;
	color:#ABADAC;
	margin-left: 12px;
	border-left: 1px dotted #ACB0AF;
	padding-left: 23px;
}
.footer1_box .footer1 .yqlj{
	width: 220px;
	height: 138px;
}
.footer1_box .footer1 .yqlj .title{
	font-size: 17px;
	color:#202020;
}
.footer1_box .footer1 .yqlj .title span{
	display: block;
	float: left;
	width: 35px;
	height: 25px;
	background: url(../images/new/icon.png) no-repeat -114px -208px;
}
.footer1_box .footer1 .yqlj .yqlj_con{
	margin-top: 20px;
	height: 100px;
}
.footer1_box .footer1 .yqlj .yqlj_con p{
	line-height: 20px;
	color:#ABADAC;
	margin-left: 12px;
	border-left: 1px dotted #ACB0AF;
	padding-left: 23px;
}
.footer1_box .footer1 .yqlj .yqlj_con p a{
	color:#ABADAC;
}
.footer1_box .footer1 .others{
	width: 200px;
	height: 100px;
	margin-left: 12px;
	border-left: 1px dotted #ACB0AF;
	padding-left: 23px;
	margin-top: 40px;
}
.footer1_box .footer1 .others p{
	height: 33px;
	font-size: 16px;
	color:#202020;
	line-height: 33px;
}
.footer1_box .footer1 .others p a{
	color:#202020;
}
.footer1_box .footer1 .others p:nth-child(1) span{
	display: block;
	float: left;
	width: 35px;
	height: 33px;
	background: url(../images/new/icon.png) no-repeat -26px -255px;
}
.footer1_box .footer1 .others p:nth-child(2) span{
	display: block;
	float: left;
	width: 35px;
	height: 33px;
	background: url(../images/new/icon.png) no-repeat -26px -296px;
}
.footer1_box .footer1 .others p:nth-child(3) span{
	display: block;
	float: left;
	width: 35px;
	height: 33px;
	background: url(../images/new/icon.png) no-repeat -26px -332px;
}
.footer1_box .footer1 .ewm{
	width: 150px;
	height: 138px;
	text-align: center;
}
.footer1_box .footer1 .ewm img{
	display: block;
	margin:11px auto;
}
.footer1_box .footer1 .ewm p{
	color:#797979;
}
.footer2_box{
	width: 100%;
	height: 140px;
	background-color: #CC1122;
}
.footer2_box .footer2{
	width: 1000px;
	height:100%;
	margin:0 auto;
	padding-top:24px;
    position:relative;
}
.footer2_box .footer2 p{
	font-size: 14px;
	text-align: center;
	color:white;
    margin-left:80px;
}
.footer2_box .footer2 .img{
    position:absolute;
    top:17px;
    left:280px;
}














