@charset "utf-8";

/*reset */

html, body, ol, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, legend, img, i, em, b, strong, textarea, select {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}


img {
	border: none;
}


/*body默认样式*/

body {
	font-size: 15px;
	font-family: "微软雅黑";
	background: #fff;
	color: #333;
}

input {
	border: 0;
	outline: none;
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*浮动方向*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1100 {
	/* width: 1100px; */
	width: 1200px;
	margin: 0 auto;
}

.w100{
	width:100%;
}

/*头部开始*/
.header{
	height:35px;
	width: 100%;
	background: #f3f3f3;
	line-height: 35px;
	font-size: 13px;
}
.header .w1100{
	height: 35px;
}
.header .w1100 div{
	width: 50%;
}

/*banner*/
.banner{
	height: 230px;
	background: url(images/bgheader4.jpg) no-repeat center;
}
.banner .logo{
	width: 465px;
	height: 65px;
	margin: 45px 25px 0 0;
}
.banner .logo img{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .address{
	margin-top: 50px;
}
.banner .search{
width: 340px;
height: 40px;
margin-top: 55px;
}

/*nav*/
.nav{
	height: 50px;
	width: 100%;
	/* background: #f3f3f3; */
	background: #0e8ad7;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
/*main*/
.main{
	height: auto;
	margin: 25px auto;
}
.main .floor{
	height: auto;
	margin-bottom: 20px
}
/*floor1*/
.main .lunbo{
width: 550px;
height: 285px;
margin-right: 25px;
}
.main .main-news{
	width: 590px;
	height: 297px;
}
.h297{
	height:297px !important;
}
.m40{
	margin-bottom:40px !important;
}
.m60{
	margin-bottom:60px !important;
}
.tab .title{
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.tab .title li{
	float: left;
	height: 40px;
	padding: 0 20px;
	/* background: url(li-bg_03.jpg) no-repeat right center; */
	line-height: 40px;
	font-size: 19px;
	font-weight: 500;
}
.tab .title li.active{
	font-weight: bold;
}
.tab .title li a{
	color: #999999;
	display: block;
	height: 100%;
	width: 100%;
}
.tab .title li.active a{
	color: rgb(22, 118, 205);
    border-bottom: 2px solid rgb(22, 118, 205);
}
.tab .list{
	width: 100%;
	height: 245px;
}
.tab .list li{
	display: none;
	width: 100%;
	height: 245px;
	padding-top: 5px;
	line-height: 30px;
}
.tab .list li.active{
	display: block;
}

/*floor2*/
.main .floor2{
	height: 175px;
	border: 1px solid #e3e3e3;
	position: relative;
	padding: 22px 0 0 0;
	margin-top:40px;
}
.main .floor2 .tit{
	height: 22px;
	width: 156px;
	font-size: 19px;
	background:#fff url(images/blueitem.png) no-repeat center center;
	position: absolute;
	left: 25px;
	top: -11px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}
.main .floor2 .tit a{
	color: rgb(22, 118, 205);
}
.main .floor2 ul{
	width: 1000px;
	height: 100%;
	float:left;
}
.main .floor2 .WXdiv{
	width:150px;
	height:150px;
	padding:10px;
	float:left;
	position:relative;
	top:-5px;
	margin: 0 20px;
}
.main .floor2 .WXdiv img{
	width:130px;
	height:130px;
}
.main .floor2 ul li{
	float: left;
	width: 304px;
	height: 56px;
	margin-left: 20px;
	line-height: 56px;
	padding-left: 67px;
	margin-bottom: 10px;
}
.main .floor2 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #0e8ad7;
	font-size:20px;
}
/*floor3*/
.main .floor3{
	height: 100px;
	background: url(images/order.jpg);
	background-size: 100% 100%;
}
.main .floor3 a{
	display: block;
	width: 100%;
	height: 100%;
}

/*floor4*/

.floor4 .left{
	width:100%;
	height: 300px;
}
.floor4 .gsgg.tab .list{
	height: 160px;
}
.floor4 .gsgg .list li{
	height: 160px;
	padding-top: 10px;
	position: relative;
}
.floor4 .gsgg .list li .search{
	width: 233px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	position: absolute;
	top: -40px;
	right: 5px;
}
.floor4 .left .bottom{
	margin-top: 30px;
	border:1px solid #e3e3e3;
	height: 270px;
	position: relative;
}
.floor4 .left .bottom .tit{
	width: 122px;
	height: 22px;
	font-size: 19px;
	background:#fff url(images/blueitem2.png) no-repeat  center;
	position: absolute;
	left: 25px;
	top: -11px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

.floor4 .left .bottom .tit a{
	color: rgb(22, 118, 205);
}


.floor4 .left .word p{
	height: 38px;
	border-bottom:1px solid #e5e5e5;
	font-size: 17px;
	line-height: 38px;
}
.floor4 .left .word p a{
	color: #bb2335;
}
.floor4 .left .word .word-list{
	height: 140px;
}

.floor4 .right{
	height: 300px;
	width: 380px;
	/* border-left: 1px solid #e3e3e3; */
	padding-left: 20px;
}
.floor4 .right .top1{
	height: 40px;
	width:100%;
	border-bottom: 1px solid #E5E5E5;
	padding: 0px 20px;
}
.floor4 .right .top .tit{
	height: 40px;
	line-height: 30px;
	font-size: 19px;
	font-weight: bold;
	float: left;
}
.floor4 .right .top .tit a{
	display: block;
	height: 100%;
	width: 100%;
	color: rgb(22, 118, 205);
	border-bottom: 2px solid rgb(22, 118, 205);
}
.floor4 .right .top .zxzc{
	width: 100%;
	height: 170px;
	padding: 10px 0;
}
.floor4 .right .center{
	width: 100%;
	height: 200px;
}
.floor4 .right .bottom{
	width: 100%;
	height: 90px;
}

/*floor5*/
.main .floor5 {
	height: 260px;
	/*  background:	url(../../resources/css/images/bg2.jpg) 
							no-repeat; */ 
}
.floor5 .pic{
	width: 530px;
	height: 135px;
}
.floor5 .pic a{
	display: block;
	height: 100%;
	width: 100%;
}

.floor5 .pic a img{
	display: block;
	height: 100%;
	width: 100%;
}

/*floor6*/
.main .floor6{
	min-height: 90px;
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 15px 20px;
}
.main .floor6 .tit{
	width: 122px;
	height: 22px;
	font-size: 19px;
	background:#fff url(images/blueitem2.png) no-repeat center center;
	position: absolute;
	left: 25px;
	top: -11px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

.main .floor6 .tit a{
	color: rgb(22, 118, 205);;
}
/**floor44**/
/* .main .floor44 {
	min-height: 90px;
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 15px 20px;
	
} */

.main .floor44 .presell{
	width:808px;
	float:left;
	margin-right:20px;
	border: 1px solid #dedede;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
}

.main .floor44 .presell .preselltitle{
	height: 40px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
.main .floor44 .presell .preselltitle .subtitle{
	 float: left;
    font-size: 19px;
    width: 75%;
    color: rgb(22, 118, 205);
    padding-left: 20px;
    font-weight: 900; 
    height: 40px;
    line-height: 40px;
}

.more2{
    height: 40px;
    line-height: 40px;
    width: 25%;
    float:right;
}

.more2 a{
	color: #333333;
    text-decoration: none;
    font-size: 14px;
    /* line-height: 51px; */
    font-weight: 400;
    float:right;
}
.more3 {
    height: 28px;
    line-height: 28px;
    width: 25%;
    float: right;
    margin-right: 22px;
}
.more3 a{
	color: #333333;
    text-decoration: none;
    font-size: 14px;
    /* line-height: 51px; */
    font-weight: 400;
    float:right;
}
.centertd{
	text-align:center;
}

.text-alight-left{
	text-align: left !important;
}
.main .floor44 .presell-title{
	height:22px;
	line-height:22px;
	width:100%;
	position:relative;
	top:-11px;
	/* left:25px; */
	/* background:#fff url(images/blueitem2.png) no-repeat center; */
	text-align:center;
	font-weight:bold;
}

.main .floor44 .presell-title .presell-title-con{
	width: 160px;
    height: 30px;
    line-height: 60px;
    position: relative;
    margin:0 auto;
    background: #fff;
    padding:3px;
    top:-33px;
    right:15px"
}
.presell-title-con>.arrows{
	position: relative;
    top: -14px;
    left: -7px
}
.presell-title-con>a{
	 font-size:17px;
}
.banner-2{
	margin:20px 0;
}
.banner-1{
	margin:20px 0 10px 0;
}
.presell-title-con>.new{
	position: relative;
    top: -14px;
    right: -7px;
    width: 31px;
}
.main .floor44 .presell-title  a{
	width: 120px;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: -13px;
}
/* .main .floor44 .presell-title i{
	background:#fff url(images/new.png) no-repeat center;
} */
.main .floor44 .presell-tab{
	width:100%;
}
.main .floor44 .presell-tab tr{
	border-bottom:1px dotted #c4c4c4;
	text-align:left;
	text-indent:10px;
}
.main .floor44 .presell-tab tr,td{
	height:40px;
	line-height:40px;
}
.main .floor44 .beian{
	width:372px;
	height:342px;
	float:left;
	border: 1px solid #e5e5e5;
	padding: 15px 10px;
	min-height: 90px;
	background:#fff url(images/bg.png) center;	
}
.main .floor44 .beian .bluebr{
	    border-top: 1px solid #1492ff;
	    margin-top:18px;
}
.main .floor44 .beian-tab{
	width:100%;
}
.main .floor44 .beian-tab tr,td{
	height:38px;
	line-height:38px;
}
.main .floor44 .beian-tab tr{
	text-align:left;
	text-indent:2px;
	width:100%;
}
.main .floor44 .beian-tab .beian-name{
	width:55%;
}
.main .floor44 .beian-tab .beian-count{
	width:18%;
	color: red;
    font-weight: bold;
    font-size: 16px;
}
.main .floor44 .beian-tab .beian-area{
	width:27%;
	font-size: 16px;
    color: #0e8ad7;
    font-weight: 900;
}
.main .floor44 .beian-content{
	    position: relative;
    top: -12px;
}
.pointer {
    height: 4px;
    width: 4px;
    background: url(images/pointer.png);
    float: left;
    margin-top: 19px;
    margin-right: 5px;
    display: block;
}
.main .floor44 .beian-tab tr:hover{
	color:rgb(22, 118, 205) ;
	cursor:pointer;
}
.main .floor44 .presell-tab tr:hover{
	color:rgb(22, 118, 205) ;
	cursor:pointer;
}
/*相关链接*/

.links{
	height: 70px;
	padding: 15px 0;
}
.links span{
float: left;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 5px;
}

.links .link{
	height: 40px;
	width: 232px;
	margin-left: 20px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 40px;
}

/**图片**/
.banner-1 img,.banner-2 img{
	width:100%;
}
.banner-1 img,.banner-2 img:hover{
	cursor:pointer;
}