.public-hd-block {
	position: relative;
	width: 100%;
	padding: 0.36rem 0.4rem;
	background-color: white;
	border-bottom: solid 1px #d6d4d4;
}

.contain {
	position: relative;
}

.contain:after {
	content: '';
	display: block;
	clear: both;
}

.ft {
	float: left;
}

.rt {
	float: right;
}


/* 页眉 */

.header-box {
	position: relative;
	width: 100%;
	height: auto;
}

.header-box .m-top-block {
	width: 100%;
	background-color: #012d4d;
}

.btn-box .list {
	float: left;
	width: 33px;
	height: 33px;
	border-radius: 17px;
	background: url(../../img/main-icon-bg.png) 0 0 no-repeat;
	background-color: #fff;
	margin: 14px 0;
	cursor: pointer;
	overflow: hidden;
}

.btn-box .list a {
	display: block;
	width: 33px;
	height: 33px;
}

.btn-box .search {
	background-position: -1px -2px;
}

.btn-box .version {
	background-position: 0 -40px;
	margin-right: 20px;
}

.function-box {
	padding: 14px 0;
	border-left: solid 1px #003e6b;
	border-right: solid 1px #003e6b;
}

.function-box li {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	margin: 0 20px;
}

.function-box li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
}

.clearfix {
	clear: both;
}

.header-box .m-top-block .contain {
	position: relative;
	margin: 0 auto;
}

.logo {
	width: 300px;
}

.logo img {
	display: block;
	width: 100%;
}

.search-box {
	position: absolute;
	left: 0;
	top: -61px;
	width: 360px;
	height: 61px;
	background-color: #012d4d;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search-box form {
	width: 100%;
	height: 41px;
	margin-top: 10px;
	border-bottom: solid 1px #f3f3f3;
}

.search-box form input {
	float: left;
	width: 320px !important;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding-left: 10px;
	color: #fff;
	background-color: transparent;
	outline: none;
	border: none;
}

.search-box form input.search {
    float: right;
    width: 40px !important;
    height: 40px;
    padding: 6px;
    background: url(../../img/search-btn.png) center;
    background-size: 90%;
}

.search-box form button.search-btn {
    float: right;
    width: 40px;
    height: 40px;
    padding: 6px;
    background: none;
    border: none;
}
.search-box form button.search-btn img {
	display: block;
	width: 100%;
}


.header-box .m-bottom-block {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: rgba(0,64,152,.85);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 99;
}

.header-box .m-bottom-block .contain {
	margin: 0 auto;
    width: 1600px;
}

.header-box .m-bottom-block .logo img {
	display: block;
	width: 100%;
}

.header-box .m-bottom-block ul.nav-box li {
	position: relative;
	float: left;
	margin: 0;
}

.header-box .m-bottom-block ul.nav-box li a.first-menu {
	display: block;
	padding: 0 15px;
        height: 83px;
        line-height: 83px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-box .m-bottom-block ul.nav-box li:hover a.first-menu {
	background-color: #032E6A;
}

.header-box .m-bottom-block ul.nav-box li .second-menu {
	display: none;
	position: absolute;
	top: 83px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 99;
}

.header-box .m-bottom-block ul.nav-box li:hover .second-menu {
	display: block;
}

ul.nav-box li .second-menu .list a {
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 12px 0;
	text-align: center;
	background-color: #167cc3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

ul.nav-box li .second-menu .list:hover a {
	background-color: #032E6A;
}


/* 页脚 */

.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	background-color: #001e34;
	padding: 35px 0;
}

.footer-box .m-footer-block .contain {
	position: relative;
	margin: 0 auto;
}

.footer-box .m-footer-block .ft-block{
	float: left;
}
.footer-box .m-footer-block .ft-block .ft-logo{
	width: 191px;
	margin-bottom: 15px;
}
.footer-box .m-footer-block .ft-block .ft-logo img{
	display: block;
	width: 100%;
}
.footer-box .m-footer-block .ft-block address span{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.footer-box .m-footer-block .cen-block{
	position: absolute;
	left: 50%;
	top: 20px;
	width: 480px;
	margin-left: -240px;
}
.footer-box .m-footer-block .cen-block .navs{
	width: 100%;
	text-align: center;
}
.footer-box .m-footer-block .cen-block .navs a,
.footer-box .m-footer-block .cen-block .navs span{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.footer-box .m-footer-block .cen-block .copyright{
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
}
.footer-box .m-footer-block .rt-block{
	float: right;
	width: 200px;
	display: flex;
	justify-content: space-between;
}
.footer-box .m-footer-block .rt-block .code{
	width: 80px;
}
.footer-box .m-footer-block .rt-block .code .imgs{
	width: 100%;
	margin-bottom: 10px;
}
.footer-box .m-footer-block .rt-block .code .imgs img{
	display: block;
	width: 100%;
}
.footer-box .m-footer-block .rt-block .code span{
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.banner-box {
	position: relative;
	width: 100%;
	height: auto;
}

.banner-box .m-index-banner-block {
	position: relative;
	width: 100%;
	height: auto;
}

.banner-box .m-banner-block,
.banner-box .banner-bg {
	position: relative;
	width: 100%;
	height: auto;
}
.banner-bg-left{
       position: absolute;
    /*background: url(../../img/banner-left.png) no-repeat left;*/
    left: 0;
    top: 0;
   background-size: auto 100%;
   z-index:1;
    background-color: #36589454;
    width: 100%;
    height: 100%;
}
.banner-box .m-banner-block {
	background: url(../../img/banner-1.jpg) no-repeat center;
	background-size: cover;
}

.banner-box .m-banner-block img {
	display: block;
	width: 100%;
	opacity: 0;
}


/* 分辨率 */

@media only screen and (min-width: 1601px) and (max-width: 192000px) {
	.header-box .m-top-block .contain,
	.header-box .m-bottom-block .contain,
	.footer-box .m-footer-block .contain,
	.footer-bottom-block .contain {
		width: 1600px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.logo {
    width: 270px;
}
.header-box .m-bottom-block ul.nav-box li a.first-menu{
padding: 0 12px;
}
	.header-box .m-top-block .contain,
	.header-box .m-bottom-block .contain,
	.footer-box .m-footer-block .contain,
	.footer-bottom-block .contain {
		width: 1200px !important;
	}
	.header-box .m-bottom-block ul.nav-box li a.first-menu {
	    font-size: 14px !important;
	}
	.header-box .m-bottom-block ul.nav-box li .second-menu {
	    top: 83px !important;
	}
	
}


/* 分页 */

.box {
	width: 100%;
	margin: 30px auto 0;
	height: 38px;
}

.page {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.info {
	width: 200px;
	height: 34px;
	line-height: 34px;
}


/* 置顶 */

.sidebar {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 8%;
	right: 2%;
	z-index: 999;
}

.sidebar .side {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../../img/back.png) center center no-repeat;
	background-color: #626262;
	background-size: 25px 25px;
}

a:link {
	text-decoration: none;
}

.showdiv {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
}
/*机构设置*/
.m-top-block .rt-dropdown-menu{
	position: relative;
}
.m-top-block .rt-dropdown-menu .dropdown-institutions{
	display: none;
	position: absolute;
	width: 750px;
	right: 0;
	top: 61px;
	background-color: #fff;
	z-index: 100;
}
.m-top-block .rt-dropdown-menu .dropdown-institutions .dropdown-item{
	border-bottom: 2px solid #e8e8e8;
    width: 100%;
    position: relative;
    border-right: none;
    min-height: auto;
}
.dropdown-institutions .dropdown-item:last-child{
	border-bottom: none;
}
.dropdown-institutions .dropdown-item-title{
	font-size: 17px;
    font-weight: 600;
    padding: 15px 15px 15px 25px;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    color: #0869ad;
}
.dropdown-institutions .dropdown-item .dropdown-item-list{
	padding-left: 25px;
}
.dropdown-institutions .dropdown-item .dropdown-item-list li {
    text-align: left;
    padding: 10px 0;
    border: none;
}
.dropdown-institutions .dropdown-item .dropdown-item-list li p{
    display: inline;
}
.dropdown-institutions .dropdown-item .dropdown-item-list li a{
color: #337ab7;
}
.dropdown-institutions .dropdown-item .dropdown-item-list li small{
	color: #999;
}



    .conbox {
      position: relative;
      width: 100%;
      height: 100vh;
      padding-top: 1px;
      background-color: aquamarine;
    }

    #panel {
      width: 1600px;
    border-radius: 20px;
    z-index: 10;
    position: absolute;
    top: 80px;
    left: calc(50% - 800px);
    background-color: #064086de;
    }
    #panel .head-top{
      display: flex;
      align-items: center;
      padding: 20px 35px;
      justify-content: space-between;
      box-sizing: border-box;
    }
    #panel .head-top .logobox{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 248px;
      height: 65px;
    }
    #panel .head-top .logobox img{
      display: block;
      width: 248px;
      height: 65px;
    }
    #panel .nav{
      width: calc(100% - 300px);
      
    }
    #panel .nav ul {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

    #panel .nav ul li>a {
      position: relative;
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      margin: 0 20px;
      padding: 10px 0;
    }
    #panel .nav ul li:last-child>a{
      margin-right: 0;
    }

    #panel .nav ul li.active>a {
      position: relative;
      /*color: #003F88;*/
    }

    #panel .nav ul li>a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 0;
      height: 2px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      background-color: #003F88;
    }
    #panel .nav ul li>a:hover{
      position: relative;
      /*color: #003F88;*/
      color: #ffffff;
    }
    #panel .nav ul li.active>a::after{
      width: 100%;
    }

    #panel .nav ul li a:hover::after {
      width: 100%;
    }
    #panel .head-bottom{
      display: none;
      position: relative;
      padding: 0 35px 0px;
    }
    #panel .head-bottom .items{
      display: none;
      align-items: flex-start;
    }
    #panel .head-bottom .items .ft-image{
      width: 450px;
      height: 250px;
      border-radius: 20px;
      margin-right: 60px;
      overflow: hidden;
    margin-bottom: 20px;
    } 
    #panel .head-bottom .items .rt-navs{
      width: 380px;
      display: flex;
      flex-wrap: wrap;
    }
    #panel .head-bottom .items .rt-navs li{
      display: flex;
      align-items: center;
      width: 190px;
      margin-bottom: 40px;
    }
    #panel .head-bottom .items .rt-navs li a{
      display: block;
      font-weight: 400;
      font-size: 18px;
      color: #ffffff;
      margin-right: 10px;
    }
    #panel .head-bottom .items .rt-navs li span{
      display: block;
      width:10px;
      height: 10px;
      background: url(/_upload/tpl/08/da/2266/template2266/img/arroe-gray.png) no-repeat right center;
    }
    
    #panel .head-bottom .items .rt-navs li:hover a{
      /*color: #003F88;*/
      color: #ffffff;
    }
    #panel .nav ul li .second-menu .items a img{
      margin-left: 5px;
    }


.header-box .m-bottom-block{

display:none;
}

#panel .head-bottom .items:nth-child(3) .ft-image{
display:none;
}
