body{
	min-width: 1200px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
/*头部*/
.ml-header{
	height: 120px;
}
.ml-logo{
	margin-left: 3px;
}
.ml-topbox{
	width: 300px;
}
.ml-sel>a{
	display: block;
	float: left;
	width: 24px;
	height: 18px;
	margin-right: 4px;
}
.ml-sel .mail{
	background: url(../images/ml-icon1.png) 0px top no-repeat;
}
.ml-sel .msg{
	background: url(../images/ml-icon1.png) -24px top no-repeat;
}
.ml-sel .phone{
	background: url(../images/ml-icon1.png) -48px top no-repeat;
}
.ml-sel .weibo{
	background: url(../images/ml-icon1.png) -72px top no-repeat;
}
.ml-sel .weixin{
	background: url(../images/ml-icon1.png) -99px top no-repeat;
}
.ml-sel ul a,.ml-sel ul span{
	color: #989898;
	font-size: 14px;
	margin-left: 9px;
}
.ml-search{
	margin-top: 7px;
}
.ml-search input{
	width: 213px;
	height: 26px;
	border: 2px solid #efefef;
	padding: 0px 10px; 
	margin-right: -2px;
}
.ml-search button{
	width: 60px;
	height: 30px;
	background: #1b5298;
	color: #fff;
	font-size: 13px;
}
/*导航*/
.ml-nav{
	height: 50px;
	width: 100%;
	background: #1b5298;
}
.ml-nav-l{
	padding-left: 16px;
}
.ml-nav-l li{
	float: left;
    width: 166px;
    margin-right: 40px;
}
.ml-nav-l li:last-child{
	margin-right: 0px;
}
.ml-nav-l li a{
	display: inline-block;
}
.ml-nav-l li div{
	width: 37px;
	height: 50px;
	float: left;
	position: relative;
}
/*.ml-nav-l li div img{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}*/
.ml-nav-l li span{
	float: left;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
}
/*底部*/
.ml-footer{
	border-top: 2px solid #efefef;
	padding-top: 22px;
	height: 106px;
}
.ml-sy-footer{
	border: none;
}
.ml-f-text{
	padding-left: 4px;
	width: 770px;
}
.ml-f-about a,.ml-f-about span{
	color: #666666;
	font-size: 12px;
}
.ml-f-about span{
	margin: 0 8px;
}
.ml-f-text p{
	color: #666666;
	font-size: 12px;
	margin-top: 14px;
}
.ml-f-img img{
	margin-right: 20px;
}
/*正文*/
.ml-middle{
	padding-top: 25px;
}
.ml-local{
	width: 100%;
	height: 36px;
	background: #5f86b7;
	color: #fff;
}
.ml-local img{
	margin-top: 6px;
	margin-left: 18px;
	margin-right: 12px;
}
.ml-local a,.ml-local span{
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.ml-local .sp{
	margin: 0 6px;
}
/*概览导航*/
.ml-gl-nav{
	width: 260px;
}
.ml-gl-nav-t{
	height: 50px;
	background: #5f86b7;
}
.ml-gl-nav-t a{
	display: inline-block;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding-left: 26px;
	margin-left: 22px;
	background: url(../images/ml-icon9.png) left center no-repeat;
}
.ml-gl-nav-l{
	border-right: 1px solid #eeeeee;
	border-left: 3px solid #8faacc;
}
.ml-gl-nav-l li{
	height: 48px;
	border-bottom: 1px solid #eeeeee;
}
.ml-gl-nav-l li a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 48px;
	padding-left: 38px;
	height:48px;
	overflow: hidden;
}
.ml-gl-nav-l li a:hover,.ml-gl-nav-l .cur a{
	background: #8faacc;
	color: #fff;
}
.ml-gl-con{
	width: 910px;
}
.ml-gl-t{
	height: 29px;
	border-bottom: 1px solid #efefef;
}
.ml-gl-t .tit{
	color: #454545;
	font-size: 18px;
	line-height: 46px;
    display: inline-block;
    margin-top: -16px;
    padding: 0 20px;
    float:left;
}
.ml-gl-t .tit.cur{
	color: #1b5298;
	font-weight: bold;
	border-bottom: 2px solid #1b5298;
}
.ml-gl-t .more{
	float: right;
	color: #989898;
	font-size: 12px;
	line-height: 46px;
	margin-right: 5px;
}
/*图片概览*/
.ml-gl-pic{
	padding-top: 36px;
	padding-left: 2px;
	width: 927px;
}
.ml-gl-pic li{
	float: left;
	width: 280px;
	height: 224px;
	margin-right: 29px;
	margin-bottom: 22px;
}
.ml-pic-img{
	position: relative;
	width: 281px;
	height: 170px;
}
.ml-pic-img img{
	width: 281px;
	height: 170px;
}
.ml-pic-img span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	background: url(../images/ml-icon10.png);
}
.ml-gl-pic li p{
	line-height: 24px;
	padding: 0 5px;
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 6px;
	height: 48px;
	overflow: hidden;
}
.ml-gl-pg{
	text-align: center;
	margin-top: 2px;
}
.ml-gl-pg a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	line-height: 40px;
	color: #595959;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
}
.ml-gl-pg .num.cur,.ml-gl-pg a:hover{
	background: #769dd8;
	color: #fff;
}
.ml-gl-pg span{
	color: #595959;
	font-size: 14px;
	line-height: 40px;
	margin: 0 8px;
}
.ml-gl-pg input{
	width: 38px;
	height: 38px;
	border: 1px solid #eaeaea;
	text-align: center;
}
/*通用概览*/
.ml-gl-l{
	padding-top: 12px;
    margin-bottom: 38px;
}
.ml-gl-l>li{
	height: 40px;
	width: 100%;
}
.ml-gl-l>li a{
	float: left;
	padding-left: 15px;
	color: #454545;
	font-size: 15px;
	line-height: 40px;
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/ml-icon13.png) left center no-repeat;
}
.ml-gl-l>li span{
	float: right;
	margin-right: 6px;
	line-height: 40px;
	color: #9d9d9d;
	font-size: 13px;
}
/*信箱提交页*/
.ml-xx-con{
	width: 830px;
	padding-left: 19px;
} 
.ml-xx-table{
	width: 831px;
	height: 470px;
	border: 1px solid #d1e6ef;
}
.ml-xx-table-row{
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #d3e6ee;
}
.ml-xx-table-t{
	width: 165px;
	height: 100%;
	background: #ecf5fc;
	text-align: center;
	float: left;
	border-right: 1px solid #d3e6ee;
}
.ml-xx-table-t span{
	line-height: 58px;
	color: #417292;
	font-size: 14px;
}
.ml-xx-table-row input[type="text"]{
	height: 28px;
	width: 388px;
	border: 1px solid #e5e5e5;
	margin-left: 30px;
    margin-top: 14px;
    padding-left: 10px;
    color: #666666;
    font-size: 13px;
}
.ml-xx-table-row.zw{
	height: 230px;
}
.ml-xx-table-row.zw textarea{
	width: 583px;
	height: 156px;
	border: 1px solid #e5e5e5;
	margin-left: 30px;
    margin-top: 26px;
    padding-left: 10px;
    padding-top: 22px;
}
.ml-xx-table-row button{
	width: 75px;
	height: 30px;
	border: 1px solid #e5e5e5;
	color: #999999;
	font-size: 13px;
	background: #fff;
	margin-left: 30px;
    margin-top: 18px;
}
.ml-xx-table-b{
    margin-top: 39px;
    padding-left: 167px;
}
.ml-xx-table-b button{
	width: 120px;
	height: 50px;
	color: #fff;
	font-size: 16px;
}
.ml-xx-table-b .tj{
	background: #3cae61;
	margin-right: 20px;
}
.ml-xx-table-b .cz{
	background: #7697c1;
}
.ml-xx-online{
	width: 297px;
    margin-right: 25px;
}
.ml-xx-online-t .tit{
	display: inline-block;
	float: left;
	height: 38px;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	width: 137px;
	color: #333333;
	border: 1px solid #eeeeee;
}
.ml-xx-online-t .tit:first-child{
	margin-right: 9px;
}
.ml-xx-online-t .tit.cur{
	background: #5f86b7;
	width: 147px;
	color: #fff;
	border: 1px solid #5f86b7;
}
.ml-xx-online-t .more{
	color: #333333;
	font-size: 14px;
	margin-top: 18px;
}
.ml-xx-online-img{
	width: 297px;
	height: 170px;
	margin-top: 17px;
}
.ml-xx-online-img img{
	width: 297px;
	height: 170px;
}
.ml-xx-online-info{
	margin-top: 8px;
}
.ml-xx-online-info p{
	font-size: 14px;
	color: #595959;
	line-height: 30px;
}
.ml-xx-online-info p span{
	font-weight: bold;
}
.ml-xx-online-item{
	padding-top: 8px;
	display: none;
}
.ml-xx-online-item.show{
	display: block;
}
.ml-xx-online-item li a{
	display: block;
	padding-left: 14px;
	color: #555555;
	font-size: 14px;
	max-width: 266px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
	background: url(../images/ml-icon14.png) 3px center no-repeat;
}
.ml-xx-online-item li a .on{
	color: #dd000f;
	margin-right: 4px;
}
.ml-xx-online-item li a .fi{
	color: #bbbbbb;
	margin-right: 4px;
}
/*信箱列表*/
.ml-xx-tit{
	width: 820px;
	height: 40px;
	padding-left: 10px;
	background: #5f86b7;
}
.ml-xx-tit .tit{
	float: left;
	display: inline-block;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #1b5298;
	padding: 0px 18px;
}
.ml-xx-tit .tit span{
	font-size: 14px;
}
.ml-xx-tit .more{
	display: inline-block;
	float: right;
	width: 70px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	color: #3273a8;
	background: #fff;
	border-radius: 12px;
	margin-top: 7px;
    margin-right: 18px;
}
.ml-w103{
	width: 103px;
}
.ml-w342{
	width: 330px;
	padding-left: 12px;
	text-align: left!important;
}
.ml-w85{
	width: 85px;
}
.ml-w84{
	width: 84px;
}
.ml-w87{
	width: 87px;
}
.ml-w104{
	width: 104px;
}
.ml-xx-list{
	margin-top: 12px;
	margin-bottom: 8px;
}
.ml-xx-list ul li{
	float: left;
	margin-right: 5px;
	text-align: center;
}
.ml-xx-list ul li:last-child{
	margin-right: 0px;
}
.ml-xx-tab-t{
	margin-bottom: 17px;
}
.ml-xx-tab-t li{
	background: #f1f1f1;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.ml-xx-tab-l li{
	height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}
.ml-xx-tab-l li a{
	color: #444444;
	font-size: 14px;
	display: inline-block;
}
.ml-xx-tab-l .ml-w103 a,.ml-xx-tab-l .ml-w87 a{
	font-size: 12px
}
.ml-xx-tab-l .ml-w342 a{
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*信息公开细览*/
.ml-gk-xl{
	padding-left: 60px;
	padding-right: 70px;
}
.ml-gk-xl-t{
	color: #1e56ac;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.ml-gk-msg{
	text-align: center;
	margin-top: 12px;
}
.ml-gk-msg span{
	color: #666666;
	font-size: 14px;
}
.ml-gk-msg .msg2{
	margin-right: 14px;
}
.ml-gk-artcle{
	padding-top: 50px;
	margin-top: 27px;
	background: url(../images/ml-bg1.png) top center no-repeat;
}
.ml-gk-xl-table{
	margin: 0 auto;
}
.ml-gk-xl-table tr{
	height: 36px; 
}
.ml-gk-xl-table td,.ml-gk-xl-table{
	border: 1px solid #dbeaf6;
	border-collapse: collapse;
}
.ml-gk-xl-table .tit{
	width: 98px;
	color: #3273a8;
	font-size: 14px;
	background: #edf7ff;
	text-align: center;
}
.ml-gk-xl-table .info{
	padding-left: 18px;
	text-align: left;
	color: #333333;
	font-size: 14px;
}
.ml-gk-xl-table .info1{
	width: 294px;
}
.ml-gk-xl-table .info2{
	width: 308px;
}
.ml-gk-artcle-con{
	margin-top: 34px;
}
.ml-gk-artcle-con p{
	color: #666666;
	font-size: 15px;
	line-height: 34px;
}
.ml-gk-artcle-link span{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 8px;
}
.ml-gk-artcle-link a{
	color: #004e8c;
	font-size: 14px;
}
/*信息公开目录*/
.ml-gk-nav{
	width: 310px;
}
.ml-gk-nav-t{
	height: 40px;
	background: #5f86b7;
}
.ml-gk-nav-t .tit{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-left: 18px;
	line-height: 40px;
}
.ml-gk-nav-t .more{
	color: #fff;
	font-size: 12px;
	float: right;
	margin-right: 12px;
	line-height: 40px;
}
.ml-gk-nav-l1{
	margin-top: 15px;
	margin-bottom: 31px;
}
.ml-gk-nav-l1 li{
	height: 38px;
	width: 308px;
	border: 1px solid #d9e3ef;
	margin-bottom: 10px;
	background: url(../images/ml-icon21.png) 286px center no-repeat #f8fbff;
}
.ml-gk-nav-l1 li:hover,.ml-gk-nav-l1 li.cur{
	background: url(../images/ml-icon21o.png) 286px center no-repeat #90addc;
}
.ml-gk-nav-l1 li:hover span,.ml-gk-nav-l1 li.cur span{
	color: #fff;
}
.ml-gk-nav-l1 li a{
	display: block;
	padding: 7px 0px 8px 0px;
}
.ml-gk-nav-l1 li a span{
	color: #1b5295;
	font-size: 14px;
	line-height: 23px;
	padding-left: 15px;
	border-left: 1px solid #dfdedb;
	margin-left: 53px;
}
.ml-gk-nav-l1 .ml-gk-nav-1 a{
	background: url(../images/ml-icon16.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-1 a:hover,.ml-gk-nav-l1 .ml-gk-nav-1.cur a{
	background: url(../images/ml-icon16o.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-2 a{
	background: url(../images/ml-icon17.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-2 a:hover{
	background: url(../images/ml-icon17o.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-3 a{
	background: url(../images/ml-icon18.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-3 a:hover{
	background: url(../images/ml-icon18o.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-4 a{
	background: url(../images/ml-icon19.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-4 a:hover{
	background: url(../images/ml-icon19o.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-5 a{
	background: url(../images/ml-icon20.png) 18px center no-repeat;
}
.ml-gk-nav-l1 .ml-gk-nav-5 a:hover{
	background: url(../images/ml-icon20o.png) 18px center no-repeat;
}
.ml-gk-nav-l2 li{
	height: 20px;
	margin-bottom: 20px;
}
.ml-gk-nav-l2 li.w190{
	width: 190px;
}
.ml-gk-nav-l2 li.w120{
	width: 120px;
}
.ml-gk-nav-l2 li a{
	display: inline-block;
	line-height: 20px;
	color: #595959;
	padding-left: 12px;
	font-size: 15px;
	background: url(../images/ml-icon13.png) left center no-repeat
}
.ml-gk-nav-l2 .w190 a{
	padding-left: 12px;
}
.ml-gk-con{
	width: 850px;
}
.ml-gk-con .ml-gl-t{
	height: 38px;
}
.ml-gk-con .ml-gl-t a{
	margin-top: -7px;
}
.ml-gk-con .ml-gl-l li{
	position: relative;
}
.ml-gk-h{
	position: absolute;
	height: 188px;
	width: 570px;
	background: #f8fbff;
	border: 1px solid #d9e3ef;
	z-index: 999;
	padding-top: 10px;
	padding-left: 28px;
	top: 40px;
	left: 0;
	display: none;
}
.ml-gk-h li{
	font-size: 14px;
	color: #555555;
	line-height: 36px;
}
/*信息公开*/
.ml-gk-tab .hide{
	display: none;
}
.ml-gk-tab .ml-gl-l{
	margin-bottom: 20px;
}
/*首页*/
.ml-headline{
	height: 101px;
	border: 2px solid #efefef;
	border-top: none;
}
.ml-headline>img{
	margin-left: 18px;
	margin-top: 16px;
	float: left;
}
.ml-sy-tt-tab{
	position: relative;
	overflow: hidden;
	width: 920px;
	float: left;
	height: 101px;
	margin-left: 50px;
}
.ml-sy-tt-item{
	width: 920px;
	padding-top: 14px;
	height: 87px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.ml-sy-tt-item a{
	display: block;
}
.ml-sy-tt-item h1{
	color: #153f8c;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ml-sy-tt-item p{
	margin-top: 3px;
	color: #333333;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ml-sy-wrap1{
	margin-top: 17px;
}
.ml-sy-wrap1-col1{
	width: 750px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.ml-sy-wrap1-pic{
	position: relative;
	width: 750px;
	height: 390px;
	overflow: hidden;
}
.ml-sy-wrap1-pic li{
	width: 750px;
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
}
.ml-sy-wrap1-pic li img{
	width: 750px;
	height: 390px;
}
.ml-sy-wrap1-pictt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../images/ml-bg2.png);
}
.ml-sy-wrap1-pictt li{
	padding-left: 28px;
	height: 50px;
}
.ml-sy-wrap1-pictt li a{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ml-sy-wrap1-pg{
	position: absolute;
	bottom: 15px;
	right: 33px;
}
.ml-sy-wrap1-pg li{
	float: left;
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: url(../images/ml-icon24.png)
}
.ml-sy-wrap1-pgon{
	background: url(../images/ml-icon23.png)!important;
}
.ml-sy-wrap1-col2{
	width: 430px;
}
.ml-sy-wrap1-t{
	height: 40px;
	width: 100%;
	background: #efefef;
}
.ml-sy-wrap1-t .tit{
	padding: 0px 23px;
	color: #454545;
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	float: left;
}
.ml-sy-wrap1-t .tit.cur{
	color: #fff;
	font-weight: bold;
	background: #1b5298;
}
.ml-sy-wrap1-t .more,.ml-sy-wrap2-t .more{
	float: right;
	color: #989898;
	font-size: 12px;
	line-height: 40px;
	margin-right: 17px;
}
.ml-sy-wrap1-list{
	border: 2px solid #efefef;
	border-top: none;
	height: 340px;
	padding-top: 8px;
}
.ml-sy-wrap1-list li{
	height: 40px;
	width: 100%;
}
.ml-sy-wrap1-list li a{
	float: left;
	line-height: 40px;
	color: #454545;
	font-size: 16px;
	display: inline-block;
	max-width: 338px;
	padding-left: 11px;
	margin-left: 13px;
	background: url(../images/ml-icon13.png) left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ml-sy-wrap1-list li span{
	float: right;
	line-height: 40px;
	color: #9d9d9d;
	font-size: 13px;
	margin-right: 16px;
}
.ml-sy-wrap2-col1{
	width: 405px;
}
.ml-sy-wrap2-t{
	height: 43px;
	border-bottom: 2px solid #efefef;
}
.ml-sy-wrap2-t .tit{
	float: left;
	color: #454545;
	font-size: 18px;
	padding: 0px 20px;
	line-height: 41px;
}
.ml-sy-wrap2-t .tit.cur{
	font-weight: bold;
	color: #1b5298;
	border-bottom: 3px solid #1b5298;
}
.ml-sy-wrap2-t .more{
	margin-right: 4px!important;
}
.ml-sy-wrap2-item{
	display: none;
}
.ml-sy-wrap2-item.show{
	display: block;
}
.ml-sy-wrap2-item li{
	width: 100%;
	height: 40px;
}
.ml-sy-wrap2-item li a{
	float: left;
	line-height: 40px;
	color: #454545;
	font-size: 16px;
	display: inline-block;
	max-width: 320px;
	padding-left: 15px;
	background: url(../images/ml-icon13.png) left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ml-sy-wrap2-item li span{
	float: right;
	line-height: 40px;
	color: #9d9d9d;
	font-size: 13px;
	margin-right: 4px;
}
.ml-sy-wrap2-col2{
	width: 331px;
}
.ml-sy-wrap2-col2-tab{
	padding-left: 28px;
    border: 2px solid #efefef;
    border-top: none;
    padding-top: 1px;
    padding-right: 28px;
}
.ml-sy-wrap2-col2-item.show{
	display: block;
}
.ml-sy-wrap2-col2-item{
    height: 257px;
    display: none;
}
.ml-sy-wrap2-col2-item p{
	color: #1b5298;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 18px;
	margin-top: 12px;
	text-align: center;
}
.ml-sy-wrap2-col2-item div{
	width: 304px;
}
.ml-sy-wrap2-col2-item a{
	color: #454545;
	font-size: 16px;
	display: inline-block;
	margin-right: 28px;
	line-height: 30px;
}
.ml-sy-wrap3{
	height: 90px;
	width: 100%;
	margin-top: 22px;
	overflow: hidden;
	position: relative;
}
.ml-sy-wrap3 .ml-sy-wrap3-pic{
	height: 90px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ml-sy-wrap3 .ml-sy-wrap3-pic li{
    height: 90px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ml-sy-wrap3 .ml-sy-wrap3-pic li img{
    height: 90px;
	width: 100%;
}
.ml-sy-wrap3 .ml-sy-wrap3-pg{
	position: absolute;
	right: 23px;
	bottom: 8px;
}
.ml-sy-wrap3 .ml-sy-wrap3-pg li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin-left: 8px;
	float: left;
	cursor: pointer;
}
.ml-sy-wrap3 .ml-sy-wrap3-pg li.ml-sy-wrap3-pgon{
	background: #fc6643;
}
.ml-sy-wrap4-t{
	height: 40px;
	width: 100%;
	background: #efefef;
}
.ml-sy-wrap4-t .tit{
	display: inline-block;
	float: left;
	width: 109px;
	line-height: 40px;
	padding-left: 24px;
	background: url(../images/ml-bg3.png);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.ml-sy-wrap4-t .more{
	float: right;
	margin-left: 10px;
	display: inline-block;
	padding: 0px 11px 0px 11px;
	height: 24px;
	line-height: 24px;
	background: #5a81b2;
	color: #fff;
	font-size: 12px;
	border-radius: 12px;
	margin-top: 8px;
}
.ml-sy-wrap4-con{
	padding: 25px 20px 20px 23px;
	border: 2px solid #efefef;
	border-top: none;
}
.ml-sy-wrap4-col1{
	width: 240px;
	margin-right: 26px;
}
.ml-sy-wrap4-t1{
	height: 40px;
	width: 100%;
	background: #5d83b4;
}
.ml-sy-wrap4-t1 a{
	display: block;
	line-height: 40px;
	padding-left: 43px;
	background: url(../images/ml-icon25.png) 20px center no-repeat;
}
.ml-sy-wrap4-l1{
	height: 436px;
	border: 2px solid #efefef;
	border-top: none;
	padding: 21px 18px;
	overflow-y: auto;
}
.ml-sy-wrap4-l1>li{
	margin-bottom: 20px;
}
.ml-sy-wrap4-l1 .li2 a{
}
.ml-sy-wrap4-l1 li a{
	display: block;
	padding-left: 25px;
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}
.ml-sy-wrap4-l2{
	padding-left: 24px;
	padding-top: 20px;
	display: none;
}
.ml-sy-wrap4-l2>li{
	margin-bottom: 10px;
}
.ml-sy-wrap4-col2 .ml-sy-wrap2-col1{
	width: 550px;
}
.ml-sy-wrap4-col2 .ml-sy-wrap2-col1 .ml-sy-wrap2-t{
	margin-top: -6px;
}
.ml-sy-wrap4-col2 .ml-sy-wrap2-item li a{
	max-width: 460px;
}
.ml-sy-wrap4-col3{
	width: 310px;
}
.ml-sy-wrap4-col3 .ml-gk-nav-l1{
	margin-top: 0px;
}
.ml-sy-wrap4-col3 .ml-sy-wrap2-item li a{
	max-width: 240px;
}
.ml-sy-wrap4-l2.show{
	display: block;
}
.ml-sy-wrap5{
	margin-top: 15px;
	height: 101px;
	border: 2px solid #efefef;
	position: relative;
}
.ml-sy-wrap5 .tit{
	margin-left: 12px;
	margin-top: 13px;
	display: inline-block;
	float: left;
}
.ml-sy-wrap5 .ml-sy-wrap5-l{
	padding-left: 16px;
	padding-top: 11px;
	margin-left: 16px;
	border-left: 2px solid #efefef;
}
.ml-sy-wrap5 ul{
	position: relative;
	overflow: hidden;
	width: 1058px;
	height: 80px;
}
.ml-sy-wrap5 ul li{
	position: absolute;
	left: 0;
	top: 0;
}
.ml-sy-wrap5 .more{
	position: absolute;
	display: inline-block;
	right: -2px;
	top: -2px;
}
.ml-sy-wrap4-v{
	position: relative;
	width: 240px;
	height: 180px;
}
.ml-sy-wrap4-v img{
	width: 240px;
	height: 180px;
}
.ml-sy-wrap4-v span,.ml-zw-wrap2-v a span{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 53px;
	height: 53px;
	background: url(../images/ml-icon29.png);
}
.ml-sy-wrap4-ft{
	margin-top: 17px;
	margin-bottom: 13px;
}
.ml-sy-wrap4-ft p a{
	color: #454545;
	font-size: 14px;
	line-height: 30px;
	margin-left: 8px;
}
.ml-sy-wrap4-ft p a span{
	font-weight: bold;
}
.ml-sy-wrap4-ft .more{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #454545;
	font-size: 14px;
	line-height: 40px;
	background: #e0e0e0;
	margin-top: 15px;
}
.ml-sy-wrap4-banner{
	margin-bottom: 18px;
}
.ml-sy-wrap4-banner a{
	display: block;
	padding-left: 56px;
	width: 94px;
	height: 70px;
	color: #fff;
	font-size: 18px;
	line-height: 70px;
}
.ml-sy-wrap4-banner .banner1{
	background: url(../images/ml-icon30.png) 20px center no-repeat #3cae61;
}
.ml-sy-wrap4-banner .banner2{
	background: url(../images/ml-icon31.png) 20px center no-repeat #49a9c9;
}
.ml-sy-wrap4-col4{
	width: 550px;
	margin-top: -5px;
}
.ml-sy-wrap4-col4-l{
	padding-top: 1px;
    padding-left: 5px;
    width: 612px;
    padding-bottom: 12px;
}
.ml-sy-wrap4-col4-l li{
	height: 20px;
	width: 153px;
	margin-top: 20px;
	float: left;
}
.ml-sy-wrap4-col4-l li a{
	display: inline-block;
	padding-left: 14px;
	line-height: 20px;
	color: #454545;
	font-size: 15px;
	background: url(../images/ml-icon13.png) left center no-repeat;
}
.ml-sy-wrap4-col5{
	width: 570px;
	margin-right: 3px;
}
.ml-sy-wrap4-col5-t li{
	float: left;
	height: 40px;
	width: 100px;
	margin-right: 10px;
}
.ml-sy-wrap4-col5-t .tit{
	display: inline-block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	background: #f4f4f4;
	text-align: center;
}
.ml-sy-wrap4-col5-t li.cur{
	background: url(../images/ml-icon32.png) bottom center no-repeat;
}
.ml-sy-wrap4-col5-t li.cur a{
	background: #5f86b7;
	color: #fff;
}
.ml-sy-wrap4-item{
	padding-top: 5px;
	width: 580px;
	display: none;
}
.ml-sy-wrap4-item.show{
	display: block;
}
.ml-sy-wrap4-item li{
	width: 106px;
	height: 90px;
	background: url(../images/ml-bg4.png);
	float: left;
	margin-right: 10px;
	margin-top:10px;
}
.ml-sy-wrap4-item li a{
	display: block;
	width: 100%;
	height: 100%;
}
.ml-sy-wrap4-item li div{
	position: relative;
	width: 100%;
	height: 60px;
}
/*.ml-sy-wrap4-item li div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
.ml-sy-wrap4-item li p{
	color: #444444;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
/*.ml-zw-wrap1 .ml-sy-wrap1-col1 .ml-sy-wrap1-pic{
   width: 600px;
}
.ml-zw-wrap1 .ml-sy-wrap1-col1 .ml-sy-wrap1-pic img{
	width: 600px;
}
.ml-zw-wrap1 .ml-sy-wrap1-col1 .ml-sy-wrap1-pictt{
	width: 600px;
}
*/
.ml-zw-wrap1-pic{
	position: relative;
	width: 600px;
	height: 390px;
	overflow: hidden;
}
.ml-zw-wrap1-pic li{
	width: 600px;
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
}
.ml-zw-wrap1-pic li img{
	width: 600px;
	height: 390px;
}
.ml-zw-wrap1-pictt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 600px;
	height: 50px;
	background: url(../images/ml-bg2.png);
}
.ml-zw-wrap1-pictt li{
	padding-left: 28px;
	height: 50px;
}
.ml-zw-wrap1-pictt li a{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ml-zw-wrap1-piclist{
	width: 140px;
	margin-right: 6px;
	/*position: relative;*/
}
.ml-zw-wrap1-piclist li{
	width: 140px;
	height: 90px;
	margin-bottom: 10px;
	position: relative;
	/*position: absolute;
	top: 0;
	left: 0;*/
}
.ml-zw-wrap1-piclist li img{
	width: 140px;
	height: 90px;
}
.ml-zw-wrap1-piclist li div{
	width: 140px;
	height: 90px;
	position: absolute;
	background: url(../images/ml-bg5.png);
	display: none;
}
.ml-zw-wrap1-piclist li.cur div{
	display: block;
}
.ml-zw-wrap2-col1{
	width: 740px;
}
.ml-zw-wrap2-col1 .ml-sy-wrap2-item li a{
	max-width: 520px;
}
.ml-zw-wrap2-col2{
	width: 420px;
}
.ml-zw-wrap2-v{
	padding-top: 4px;
	padding-bottom: 6px;
}
.ml-zw-wrap2-v a{
	display: block;
	width: 200px;
	height: 120px;
	position: relative;
}
.ml-zw-wrap2-v a img{
	width: 200px;
	height: 120px;
}

.emailform{width: 100%;font-size: 14px;font-family: "微软雅黑";}
.emailform tr{min-height: 50px;border: 1px solid #ddd;}
.emailform tr th{background-color: #ecf5fc;width:150px;border-right: 1px solid #ddd;vertical-align: middle;color: #417292;font-weight: normal;}
.emailform tr th i{color: #f40000;}
.emailform tr td {padding: 15px 20px;}
.emailform tr td input[type="text"]{width: 630px;border: 1px solid #ddd;height:36px;padding: 0 10px;}
.emailform tr td textarea{width:630px;border: 1px solid #ddd;height:120px;padding: 0 10px;}
.emailform tr td input[type="radio"]{height:20px;width: 20px;margin-top: 10px;}
.radioname{line-height:40px;padding: 0 15px;}
#captcha{width:420px;}
.filesubmit{width: 120px;height: 40px;background-color:#ecf5fc;border: 1px solid #ddd;display: block;position: relative;float: left; }

.filesubmit>input{width: 100%;height: 100%;z-index: 99;position: absolute;width: 100%;height: 100%;z-index: 999;opacity: 0;}
.filesubmit  span{position: absolute;display: block;width: 100%;height: 100%;top:0;left:0;text-align: center;line-height: 40px;color: #666;}
.filedesc{width:500px;float: left;padding-left: 20px;}


.emailsubmit{
	width:600px;
	margin:20px auto;
	padding:20px;
	text-align:center;
	display:none;
}
.emailsubmit img{
	width:100px;
	opacity:1;
	margin:20px 0 20px 20px;
}
.emailsubmit h4{
	font-size:18px;
}
.emailmessage{
	width:600px;
	line-height:30px;
	font-weight:600;
	color:#666;
}


.rightfloat{width:50px;position:fixed;top:50%;right:10px;transform: translateY(-40%);}
.rightfloat a{display:block;width:100%;height:45px;margin-bottom:10px;}
.floatemail{background:url(../images/sider2.png) no-repeat;background-position:0 70%;}
.floatweibo{background:url(../images/sider2.png) no-repeat;background-position:0 12%;}
.floatweixin{background:url(../images/sider2.png) no-repeat;background-position:0 35%;position:relative;}
.floatweixin img{width:100px;position:absolute;right:120%;top:50%;transform: translateY(-50%);padding:10px;background:#fff;border:1px solid #ddd;display:none;}
.floathudong{background:url(../images/sider2.png) no-repeat;background-position:0 82%;}
.floatyuedu{background:url(../images/sider2.png) no-repeat;background-position:0 58.5%;}
.floatreturn{background:url(../images/sider2.png) no-repeat;background-position:0 0%;}
.floatclose{background:url(../images/sider2.png) no-repeat;background-position:0 94%;}

.floatemail:hover{background:url(../images/sider2.png) no-repeat;background-position:0 76%;}
.floatweibo:hover{background:url(../images/sider2.png) no-repeat;background-position:0 18%;}
.floatweixin:hover{background:url(../images/sider2.png) no-repeat;background-position:0 41%;}
.floatweixin:hover img{display:block;}
.floathudong:hover{background:url(../images/sider2.png) no-repeat;background-position:0 88%;}
.floatyuedu:hover{background:url(../images/sider2.png) no-repeat;background-position:0 64.5%;}
.floatreturn:hover{background:url(../images/sider2.png) no-repeat;background-position:0 6%;}
.floatclose:hover{background:url(../images/sider2.png) no-repeat;background-position:0 100%;}