*{
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
    background: #f5f6f6;
}
body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,h5,h6,em,i,b{
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}
input{
    outline: none;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.wrap10{
    width: 1000px;
    margin: 0 auto;
}
img{
    border: none;
    max-width: 100%;
}
table{
    border-collapse: collapse;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:before, .clearfix:after { 
	content:"";
    display:table;  
 }
.clearfix:after {
	clear:both;
 }
.clearfix {
	*zoom:1;
 }
 input,textarea,select
 {
     font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
     background-color: #FFFFFF;
     outline:none;
     padding:0;
     border-radius: 0;
     font-size: 16px;
 }



.mh-header{
    box-shadow: 0 3px 6px rgba(102, 102, 102, .18);
    background: #fff;
    position: relative;
    z-index: 5;
}
.mh-header10{
    box-shadow: 0 3px 6px rgba(102, 102, 102, .18);
    background: #fff;
    position: relative;
    z-index: 5;
}
.mh-logo{
    float: left;
    margin-top: 25px;
}
.mh-logo a{
    display: inline-block;
    padding-left: 90px;
    background: url(../images/mhfs2_03.png) no-repeat left center;
    height: 92px;
}
.mh-logo a span{
    display: block;
    font-weight: bold;
    color: #cc0000;
    font-size: 42px;
    margin-top: 7px;
}
.mh-logo a em{
    display: block;
    position: relative;
    text-align: center;
}
.mh-logo a em i{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding: 0 7px;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 3;
}
.mh-logo a em:before{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #cccccc;
    left: 0;
    top: 14px;
    z-index: 1;
}
.rto1{
    float: right;
}
.rto1-1{
    margin-top: 23px;
}
.rto1-1-1{
    float: right;
    margin-top: 7px;
}
.rto1-1-1 li{
    float: left;
    padding: 0 10px;
    line-height: 28px;
    position: relative;
}
.rto1-1-1 li a{
    font-size: 14px;
    color: #666;
    display: block;
	cursor:pointer;
}
.rto1-1-1 li a i{
    font-size: 25px;
    vertical-align: middle;
    color: #6e6e6e;
}
.rto1-1-1 li:nth-of-type(1) a i{
    font-size: 28px;
}
.rto1-1-1 li a span{
    font-size: 12px;
    color: #999;
}
.rto1-1-1 li:before{
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #dcdcdc;
    right: 0;
    top: 10px;
}
.rto1-1-1s li a:hover{
    color: #000;
}
.rto1-1-1s li a:hover i{
    color: #000;
}
.rto1-1-1 li:last-child:before{
    display: none;
}
.rto1-1-2{
    float: right;
    width: 300px;
    height: 42px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-left: 16px;
}
.rto1-1-2 .m-text{
    float: left;
    width: 248px;
    height: 100%;
    background: transparent;
    text-indent: 10px;
    border: none;
    font-size: 14px;
}
.rto1-1-2 .m-text::-webkit-input-placeholder{
    color: #999;
}
.rto1-1-2 .inp-btn{
    width: 50px;
    height: 100%;
    background: url(../images/mhfs1_03.png) no-repeat center;
    float: right;
    border: none;
    cursor: pointer;
}
.m-nav{
    height: 60px;
    line-height: 60px;
    margin-top: 16px;
    overflow: hidden;
}
.m-nav li{
    float: left;
    margin-left: 24px;
}
.m-nav li a{
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
    position: relative;
}
.m-nav li a img{
    vertical-align: middle;
}
.m-nav li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cccccc;
    height: 4px;
    transition: .2s;
    width: 0;
}
.m-nav li a:hover:before{
    width: 100%;
}
.m-nav li.active a{
    color: #074695;
}
.m-nav li.active a:before{
    width: 100%;
}
.m-nav li a:hover{
    color: #074695;
}


/***********************Ã©â‚¬??šÃ©â?¦ÂÃ§â?°Ë†Ã¥Â¤Â´Ã©Æ???*********************/
.app-header{
	height: 60px;
	background: #074695;
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.app-header-zwfw{
	height: 60px;
	background: #074695;
	display: none;
	width: 100%;
}
body.nav-open .app-nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: auto;
  }
  body.nav-open .nav-toggle {
	box-shadow: none;
  }
  body.nav-open .nav-toggle:before {
	width: 3200px;
	height: 3200px;
	/* background-color: rgba(74, 117, 230, 0.85); */
	background-color: rgba(0, 0, 0, 0.8);
  }
  body.nav-open .nav-toggle .icon {
	width: 0;
  }
  body.nav-open .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
  }
  body.nav-open .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
  }
  .nav-toggle {
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle:before {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 0.66s;
			transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
			transition-timing-function: swing;
  }
  .nav-toggle .icon {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	position: absolute;
	top: 28px;
	left: 15px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
	}
  .nav-toggle .icon:before,
  .nav-toggle .icon:after {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle .icon:before {
	top: -9px;
  }
  .nav-toggle .icon:after {
	top: 9px;
  }
  .app-nav {
	position: absolute;
	top: 80px;
	height: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 0 20px;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
  }
  .app-nav ul{
	  margin-left: -10px;
	  margin-right: -10px;
	  overflow: hidden;
  }
  .app-nav ul li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-top: 10px;
  }
  .app-nav ul li a {
	display: block;
	text-align: center;
	color: white;
	background: #074695;
	text-decoration: none;
	border-radius: 8px;
	line-height:68px;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
    }
    .app-nav ul li a img{
        vertical-align: middle;
    }
  .app-nav ul:hover li a {
	opacity: 0.5;
  }
  .app-nav ul:hover li:hover a {
	opacity: 1;
  }
.app-logo{
	position: absolute;
	top: 7px;
	left: 12px;
}
.app_logo1{
		float: left;
		background: url(../images/xsf1_03.png) no-repeat left center;
		text-align: center;
		height: 45px;
		background-size: 42px 45px;
		padding-left: 51px;
		line-height: 45px;
	  
}
.app_logo1 span{
	display: block;
	font-size:20px;
	font-weight: bold;
	margin-top: 1px;
	color: #fff;

}
.app_logo1 em{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.navbar-soso{
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../images/search22.svg) no-repeat center/34px 34px;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.ip-top-search{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}
.ip-top-search .app-text{
    padding: 15px 0;
    width: 100%;
    border: 0;
    font-size: 15px;
    outline: none;
    background-color: transparent;
    text-indent: 11px;
}
.ip-top-search a{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 20px;
    color: #074695;
    background: transparent;
}
.ip-top-search .app-sea-btn{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 16px;
    color: #074695;
    background: transparent;
    border:none;
    font-family: "microsoft yahei";
}



/***********************Ã¥Â½â€œÃ¥??°ÂÃ¤Â½ÂÃ§Â½Â?*********************/
.place{
    padding: 18px 0 18px 32px;
    background: url(../images/mhfs5_03.png) no-repeat left center;
    line-height: 20px;
    font-size: 14px;
}
.place a:hover{
    color: #074695;
}

.sj-main{
    margin-bottom: 20px;
}


/***********************Ã§Â¿Â»Ã©Â¡Âµ*********************/
.page{
    text-align: center;
    margin: 30px 0;
}

.webshow{
	text-align:right;
	color: #666;
	font-size: 14px;
}



#tyxl{
    top: 70%;
}
.aside{
    position: fixed;
    left: 50%;
    margin-left: 615px;
    width: 48px;
    top: 30%;
    display: none;
    z-index: 8;
}
.aside li{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 5px;
    position: relative;
}
.aside li .a1{
    display: block;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.aside li .a1:hover{
    background: #074695;
}
.aside li .a1 i{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mhfs48_07.png) no-repeat;
    margin-top: 10px;
}
.aside li .a1 .i1{
    background-position: -17px -16px;
}
.aside li .a1:hover .i1{
    background-position: -17px -56px;
}
.aside li .a1 .i2{
    background-position: -65px -19px;
}
.aside li .a1:hover .i2{
    background-position: -65px -59px;
}
.aside li .a1 .i3{
    background-position: -113px -20px;
}
.aside li .a1:hover .i3{
    background-position: -113px -59px;
}
.aside li .a1 .i4{
    background-position: -165px -22px;
}
.aside li .a1:hover .i4{
    background-position: -165px -62px;
}
.aside li .a1 .i5{
    background-position: -222px -21px;
}
.aside li .a1:hover .i5{
    background-position: -222px -61px;
}
.aside li .a1 .i6{
    background-position: -274px -21px;
}
.aside li .a1:hover .i6{
    background-position: -274px -61px;
}
.aside li .a1 .i7{
    background-position: -329px -20px;
}
.aside li .a1:hover .i7{
    background-position: -329px -60px;
}
.aside li .a1 .i8{
    background-position: -387px -20px;
}
.aside li .a1:hover .i8{
    background-position: -387px -60px;
}
.aside li .a1 .i9{
    background-position: -448px -21px;
}
.aside li .a1:hover .i9{
    background-position: -448px -61px;
}


