
html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-width:1300px;
	background: #f1f1f1;
/*	overflow-x:hidden;*/
}
.outbox{
    margin: 0 auto;
}
body{
}
/*.outbox{*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/
.list-jiantou{
	list-style-type: circle;
    padding-left: 15px;
	min-height: 400px;
}

#menu {
	font:12px verdana, arial, sans-serif; /* 设置文字大小和字体样式 */
	/*width: 1200px;*/
	margin: 0 auto;

}
#menu, #menu li {
	list-style:none; /* 将默认的列表符号去掉 */
	padding:0; /* 将默认的内边距去掉 */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
    margin-left: 10px;
	display: block;
    box-sizing: border-box;

}
#menu li a {
	display:inline-block; /* 将链接设为块级元素 */
	height:60px; /* 设置高度 */
	line-height:60px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
	text-align:center; /* 居中对齐文字 */
	color:white;
	text-decoration:none; /* 去掉下划线 */
	/*font-family: sans-serif;*/
      font-size: 18px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: 900;
	padding:0 32px;
}
#menu li a:hover {
	background:#c4a173; /* 变换背景色 //#35a779;*/
	color:#fff; /* 变换文字颜色 */
    transition: all 1.2s;
}
#menu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

.submenu {
	font:12px verdana, arial, sans-serif; /* 设置文字大小和字体样式 */
	width: 1200px;
	margin: 0 auto;

}
.submenu, submenu li {
	list-style: cjk-earthly-branch;/* 将默认的列表符号去掉 */
/*	padding:0;  */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
	display: block;
	width: 100%;
}
.submenu li a {
	display:inline-block; /* 将链接设为块级元素 */
	width:120px; /* 设置宽度 */
	height:48px; /* 设置高度 */
	line-height:48px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
/*	text-align:center; */
	color:black;
	text-decoration:none; /* 去掉下划线 */
	font-family: sans-serif;
    font-size: 16px;
	padding-left: 10px;
}
.submenu li a:hover {
	background:#35a779; /* 变换背景色 */
	color:#fff; /* 变换文字颜色 */
}
.submenu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

.header {
    width: 100%;
/*    height: 110px;*/
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}

.top {
    margin: 0px auto;
    width: 1200px;
    height: 149px;
    position: relative;
    background-color: #fff;
}
/*头部logo图片*/
.header .logo  .logo-qpp{
    /*display: block;*/
    position: absolute;
    /*margin: 85px 26px 66px 50px;*/
    top: 40.5px;
    left: 36px;
    width: 64px;
    height: 64px;
}

/*头部左边logo图片结束*/
.header-title{
    /* position: absolute; */
    /* left: 138px; */
    /* top: 44px; */
    z-index: 292;
    /* height: 45px; */
    display: block;
    overflow-wrap: break-word;
    color: rgba(1, 82, 147, 1);
    font-size: 45px;
    font-family: sans-serif;
    white-space: nowrap;
    font-weight: bolder;
    box-sizing: border-box;
    float: left;
    /* margin-top: 20px; */
    /* margin-left: 15px; */
    font-weight: bolder;
    color: #d71309;
    text-shadow: 5px 5px 5px grey;
}

.header .logo {
    float: left;
    /*width: 550px;*/
    /*height: 40px;*/
    /*margin-top: 20px;*/
    /*overflow: hidden;*/
}
.header .logo img{
    float: left;
}
.header .logo a {
    /*display: inline-block;*/
    width: 550px;
    height: 70px;
    font-size: 0px;
    vertical-align: top;
    line-height: 92px;
/*    background: url(../../bid/img/logo1.jpg) no-repeat 0px 0px;*/
}

.header .search {
    position: absolute;
    float: left;
    width: 280px;
    height: 40px;
    margin-left: 60px;
    top: 55px;
    right: 20px;
}

.search .search-area {
    width: calc(100% - 52px);
    height: 40px;
    font-size: 14px;
    position: relative;
}
.search .search-area .line {
    position: absolute;
    height: 16px;
    width: 1px;
    top: 11px;
    left: 2px;
    background-color: #eee;
}
.search .search-area input {
    padding: 11px 15px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-top: -1px;
    color: #333;
    background: #f2f2f4;
}


.search .search-button {
     position: absolute;
     right: 0;
    width: 52px;
    height: 40px;
    float: right;
	top:-1px;
}
.search .search-button button {
    width: 52px;
    height: 40px;
    line-height: 0px;
    border: none;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    /* border-top: #eee 1px solid; */
    /* border-right: #eee 1px solid; */
    /* border-bottom: #eee 1px solid; */
    background: #f2f2f4 url("../images/search.png") no-repeat center center;
}
/*navsearc框开始*/

.nav-menu {
    width:100%;
	min-width:1200px;
	height:58px;
/*    background: linear-gradient(180deg, #028AC5 0%, #015293 100%);*/
	background: linear-gradient(180deg, #3e6bb5 0%, #0f3c86 100%);
/*	background:#0F3C86;*/
}
.nav-box{
    width: 1200px;
    margin: 0 auto;
    height: 58px;
    box-sizing: border-box;
}
.nav-div{
    /*width: 66%;*/
    float: left;
}
.nav-search{
    float: left;
    position: relative;
    height: 58px;
}
.nav-search img{
    position: absolute;
    width: 19px;
    height: 19px;
}
.nav-search .searching{
    left: 190px;
    top:19px;
}
.nav-search .date{
    right: 10px;
    top:19px;

}
.nav-search .nav-search1,.nav-search .nav-search2{
    /*position: absolute;*/
    padding-right:30px;
    width: 169px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 50px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #DCDCDC;
    line-height: 30px;
    outline: none;
    padding-left: 20px;
    border: none;
    box-sizing: border-box;
}

/*navsearch框结束*/

.mainright {
	position: absolute;
    float: right;
    right: 10px;
	font-size: 10px;
	top: 0;
}

.container {
    width: 100%;
	min-width:1200px;
    margin: 0 auto;
    /*padding-left: 27px;*/
	/*display:table;*/
    box-sizing: border-box;
	padding-left:110px;
	padding-right:110px;
}
/*通知公告banner-div开始*/
.banner-div{
    width: 1200px;
    height: 308px;
    margin-top: 42px;
    box-sizing: border-box;
}
.banner-div .leftbox{
    /*margin-left: 35px;*/
    min-width: 463px;
	width:calc(100% - 720px);
    height: 300px;
    float: left;
    /*background-color: red;*/
	    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}
.banner-div .leftbox .l-top{
    height: 44px;
    /*background-color: #FFFFFF;*/
/*    border-bottom: 1px solid #B8CEE0;*/
    box-sizing: border-box;
	background: linear-gradient(to right, rgba(0,73,132,0.2), rgba(138,146,168,0.01));
}

.banner-div .leftbox .l-top ul li {
    float: left;
    margin-right: 53px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 44px;
/*	padding-top: 10px;*/
}

.banner-div .leftbox .l-top ul li:first-child{
    margin-left: 15px;
}
.banner-div .leftbox .l-top ul li:last-child{
    float: right;
    font-size: 19px;
    font-weight: 400;
    color: #BFBFBF;
}
.banner-div  .leftbox .l-top a{
    text-decoration: none;
        color: #3f3f3f;
    font-size: 14px;
}
.banner-div .leftbox .l-top ul .top-selected{
        font-size: 20px;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
}
.banner-div .leftbox .l-down{
    height: 257px;
    padding: 27px 16px;
    position: relative;
    box-sizing: border-box;
    transition: all .8s;
/*    background: linear-gradient(180deg, #FBFBFB 0%, #F6F6F6 100%);*/
}
.banner-div .leftbox .l-down .news{
    display: none;
    position: absolute;
}

.banner-div .leftbox .l-down .laws{
    display: none;
    position: absolute;
}
.banner-div .leftbox .l-down .down-selected{
    display: block;
}
.banner-div .leftbox .l-down ul li{
    margin-top: 20px;
    height: 21px;
    line-height: 21px;
    font-size:15px;
    color: #212121;
}
.banner-div .leftbox .l-down ul li:first-child{
    margin-top: 0;
}
.banner-div a{
    text-decoration: none;
    color: #212121;
}
.banner-div .leftbox .l-down ul li a:hover{
    color: #015293;
}
.banner-div .leftbox .l-down ul li span{
    float: right;
    display: block;
    margin-left: 84px;
}
.banner-div .rightbox{
   float: left;
    width: 380px;
    height: 300px;
    /* margin-right: 20px; */
    margin-left: 0px;
    display: inline-block;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}
.banner-div .rightbox img{
    width: 100%;
    height: 100%;
}
/*通知公告banner-div结束*/
/*second-div开始*/
.second-div{
    min-width: 1200px;
	width:100%;
    height: 506px;
	margin-top: 20px;
    /*margin-left: 25px;*/
 
}
.second-div .second-div-left{
    float: left;
    min-width: 844px;
	width:calc(100% - 340px);
	    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
    background: white;
}
.second-div .second-div-right{
/*    margin-left: 28px;*/
    float: right;
    width: 328px;
    /*background-color: #1F547E;*/
	background:white;
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}
.second-div .second-div-right .second-div-right-top{
    height: 68px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #015293;
    line-height: 68px;
    border-bottom: 1px solid #B8CEE0;
	background: linear-gradient(to right, rgba(0,73,132,0.2), rgba(138,146,168,0.01));
}
.second-div-right-middle{
    height: 436px;
/*    background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);*/
    background:white;
	box-sizing: border-box;
}
.second-div-right-middle div{
    /*float: left;*/
    /*width: 222px;*/
    height: 66.2px;
    line-height: 66.2px;
    box-sizing: border-box;
    /*text-align: center;*/
    /*line-height: 100px;*/
}
.second-div-right-middle div span{
    padding: 4px 10px 3px 11px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #979797;
    width: 118px;
    height: 30px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    /*font-weight: 500;*/
    color: #2D2D2D;
    line-height: 30px;
    margin-left: 8px;
}
.second-div-right-middle div span:hover{
    cursor: pointer;
    color: #FFFFFF;
    background-color:  #1F547E;

}

.second-div .second-div-left .second-div-left-top{
    /*width: 105px;*/
    height: 68px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #015293;
    line-height: 68px;
	    padding: 0 10px;
	background: linear-gradient(to right, rgba(0,73,132,0.2), rgba(138,146,168,0.01));
    font-family: sans-serif;
}
.second-div .more{
    /*padding: 15px;*/
    margin-top: 1px;
    float: right;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #BFBFBF;
    box-sizing: border-box;
	margin-right:10px;
}
.second-div .more a{
    display: block;
    margin-top: 20px;
	color:#555;
}
.more a{
    color: #BFBFBF;
}
.second-div .second-div-left .second-div-left-down{
    padding: 13px 18px 20px 0px;
    box-sizing: border-box;
    background-color: #FBFBFB;
    height: 438px;
    position: relative;
    border-top: 1px solid #B8CEE0;
	    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
    background: white;
}
.second-div .second-div-left .second-div-left-down .second-div-left-down-side ul li{
    line-height: 61px;
    width: 165px;
    height: 61px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #494949;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    /*transition: all .6s;*/
}
.second-div .second-div-left .second-div-left-down .second-div-left-down-side ul li:hover{
/*    background: linear-gradient(180deg, #028AC5 0%, #015293 100%);*/
       background: url(../../static/images/syanbj.png);
    color: #ffffff;
    cursor: pointer;
    background-size: 100% 100%;
}
.second-div .second-div-left .second-div-left-down .second-div-left-down-side .second-div-left-down-side-selected{
        background: url(../../static/images/syanbj.png);
    color: #ffffff;
    cursor: pointer;
    background-size: 100% 100%;
}
.second-div-left-down-side{
    float: left;
}
.second-div-left-down-side-article{
       position: relative;
    /* left: 165px; */
    float: left;
    width: calc(100% - 170px);
    height: 404px;
    background-color: #FFFFFF;
}
.second-div-left-down-side-article .article-top{
    height: 61px;
    line-height: 61px;
    box-sizing: border-box;
}
.second-div-left-down-side-article .article-top ul{
    padding-top: 14px;
}
.second-div-left-down-side-article .article-top ul li{
    float: left;
    line-height: 33px;
    text-align: center;
    margin-left: 68px;
    width: 85px;
    height: 33px;
    background: #f6f6f6;
    border-radius: 26px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #858585;
}
.second-div-left-down-side-article .article-top ul li:hover{
    background: #F1FFF9;
    cursor: pointer;
    color: #00A063;
}
.second-div-left-down-side-article .article-top ul li.article-top-selected{
    background: #F1FFF9;
    color: #00A063;
}
.article-down{
    margin-left: 48px;
    display: none;
}
.article-down-selected{
    display: block;
}
.article-down ul li{
    height: 85.75px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    border-bottom: 1px solid #E7E7E7;
}

.article-down ul li div{
    height: 42.5px;
    line-height: 42.5px;
}
.article-down ul li:hover{
    color: #1F547E;
    cursor: pointer;
}
.article-down ul li div span:last-child{
    float: right;
    margin-right: 20px;
}
.article-down ul li div:last-child{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A2A2A2;
}
.second-div-right-bottom{
    width: 301px;
    height: 305px;
    background: linear-gradient(180deg, #028AC5 0%, #015293 100%);
    box-sizing: border-box;
    padding-top: 12px;
}
.second-div-right-bottom ul li{
    margin: 16px 26px;
    width: 249px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 3px;
    line-height: 49px;
}
.second-div-right-bottom ul li:first-child{
    margin-top: 0;
}
.second-div-right-bottom ul li:hover{
    cursor: pointer;
}
.second-div-right-bottom ul li img{
    float: left;
    width: 34px;
    height: 34px;
    margin: 6px 19px 9px 42px;
}
.second-div-right-bottom ul li div{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #015293;
    float: left;
    /*margin-right: 60px;*/
    box-sizing: border-box;
}
.second-div-right-bottom-down{
    position: relative;
}
.second-div-right-bottom-down span:first-child{
    margin-left: 18px;
    /*line-height: 80px;*/
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.second-div-right-bottom-down span:last-child{
    position: absolute;
    /*top: 20px;*/
    display: inline-block;
    padding: 1px 3px;
    /*margin-left: 20px;*/
    width: 91px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 30px;
    color: #00A063;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}
.second-div-right-bottom-down span:last-child:hover{
    cursor: pointer;
}
   /*second-div结束*/

/*third-div开始*/
.third-div-right-down{
    height: 438px;
    background-color: #FFFFFF;
    padding: 10px 10px;
    box-sizing: border-box;
}
.third-div-right-down li{
    line-height:32px;
    font-size:16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2D2D2D;
    height: 26px;
}
.third-div-right-down .title{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #959595;
}
.third-div-right-down img{
       display: block;
    margin-top: 20px;
    width: 100%;
    height: 244px;
}
    /*third-div结束*/

/*work-div开始*/
.work-div{
    width: 100%;
    height: 275px;
}
.work-div-left-down{
    height: 205px;
    background: linear-gradient(180deg, #FBFBFB 0%, #F6F6F6 100%);
    padding: 0px 32px 23px 21px;
    box-sizing: border-box;
    border-top: 1px solid #B8CEE0;
}
.work-div-left-down ul li:first-child{
    margin-top: 0;
}
.work-div-left-down ul li{
    height: 50px;
    line-height:50px;
    /*margin-top: 35px;*/
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
}
.work-div-left-down ul li:hover{
    color: #1F547E;
    cursor: pointer;
}
.work-div-left-down ul li span:last-child{
    float: right;
}
.work-div-right-down{
    padding-left: 22px;
    box-sizing: border-box;
    height: 202px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.work-div-right-down ul li{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #015293;
}
.work-div-right-down ul li a{
    color: #015293;
}
/*work-div结束*/

/*footer开始*/
.footer{
    width: 100%;
/*    height: 187px;*/
    background-color: #0F3C86 ;
    margin-top: 46px;
    padding-top: 28px;
    box-sizing: border-box;
	display: flow-root;
	display:-ms-inline-flexbox;
}
.footer ul {
    width: 600px;
    margin: 0 auto;
    /*margin: 0 auto 221px;*/
}
.footer-top{
    padding-bottom: 26px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.footer-top ul li{
    float: left;
    width: 200px;
	height:50px;
    text-align: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
	background:white;
}
.footer-top div{
    height: 50px;
}
.footer-top div:first-child{
    width: 100%;
	text-align:center;
    margin: 0 auto;
}
.footer-top div:last-child{
    width: 571px;
    margin: 0 auto;
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
}
.footer-top ul li a{
    color: #FFFFFF;
}
.footer-down{
    /*padding-top: 38px;*/
    box-sizing: border-box;
    /*height: 71px;*/
}
.footer-down div{
    margin: 0 auto;
    width: 433px;
    height: 50px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}
.more{
	line-height:36px;
}


.friend-link ul{
	width:100%;
	list-style:none;
}



.link-li{
	width:200px;
	margin:0 5px;
}
.link-img{
	width:200px;
	height:50px;
}

.login-in{
	    vertical-align: middle;
}

/*footer结束*/

/*轮播图*/
swiper-container{
    position: relative;
}
.swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: 311px;
}

.login-div{
	width:330px;
	height:300px;
	text-align:center;
	background: white;
    float: right;
    right: 0;
	box-shadow:0 3px 7px 0 rgb(0 0 0 / 14%);
	position: relative;
}
.leftbox{
	position: relative;
}


.login-table{
	width:100%;
	height:100%;
	text-align:center;
}

.login-div tr{
	height:150px;
	text-align:center;
}
.login-table td{
	border: 1px solid #ccc;
}

.prj-ul{
	height: 61px;
    line-height: 61px;
    box-sizing: border-box;
	    display: inline-flex;
}

.prj-ul li{
float: left;
    line-height: 33px;
    text-align: center;
    margin-left: 68px;
    width: 85px;
    height: 33px;
    background: #f6f6f6;
    border-radius: 26px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #858585;
}
.prj-ul li.article-top-selected{
    background: #c4a173!important;
    color: white;
}

.title-icon{
	    width: 38px;
    height: 38px;
    margin-top: 16px;
    margin-left: 101px;
    float: left;
}

.title-txt{
	display: block;
    float: left;
    margin-left: 10px;
	font-size: 22px;
}

#sun-guid ul{
	list-style:none;
}

#sun-guid li{
	height: 30px;
    line-height: 30px;
    padding: 15px;
    border-bottom: 1px solid #e5e4e4;
}

.biaoshi{
 
	float:unset !important;
	display:inline-block !important;
	margin-left:0!important;
}

.biaoshia{ 
	font-size:18px;
}
.list-index{
	margin-left:-30px;
}

.list-index  a:hover{
	background:#eef4fd;
	color:black;
}

.list-index  a{
	width:100%;
	height:100%;
	display:block;
	padding-left:5px;
}

.ad{
	width: 325px;
    height: 170px;
    background-image: url(../../fore/img/bg.c0a2b430.c0a2b430.png);
    position: absolute;
    z-index: 9999;
    top: 0;
    padding: 10px 30px;
    box-sizing: border-box;
}
.ad h6{
	 height: 40px;
    line-height: 60px;
    font-weight: 400;
    font-size: 20px;
}
.ad h6 i{
	float:right;
}
.ad ul li{
	width: 265px;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
	line-height: 30px;
}
.ad ul li:hover{
	color:red;
}

.sidebar{
	    width: 100px;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}

.sidebar ul li{
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #cecdcd;
    height: 100px;
    box-sizing: border-box;
	cursor:pointer;
}

.sidebar ul li:hover{
    background:#03399c;
	color:white;
}
.sidebar ul li a{
    width: 100%;
    height: 100%;
    display: block;
}

.sidebar ul li a:hover{
    color:white;
}
.sidebar ul li img {
    margin-top: 5px;
    width: 36px;
    height: 33px;
}

.sidebar ul li span{
    display: block;
    bottom: 5px;
    font-size: 16px;
}
#closead{
	cursor:pointer;
}
.swiper-slide img{
	width:100%;
	height:380px;
}

.banner-div {
	width: 100%;
	min-width: 1200px;
	height: 240px;
	margin-top: 0px;
	box-sizing: border-box;
}

#sun-guid li a:hover{
	color:red;
}

.search .search-button button {
				background: #f2f2f4 url(../../static/images/search.png) no-repeat center center;
}

.top {
	height: 100px;
}

.header .search {
	top: 30px;
}

.nav-menu {
	height: 60px;
}

.nav-box {
	height: 60px;
}


#sun-open ul{
	list-style:none;
}

#sun-open li{
	height: 30px;
    line-height: 30px;
    padding: 15px;
    border-bottom: 1px solid #e5e4e4;
}
#sun-open li a:hover{
	color:red;
}

#addiv li:hover{
	background:darkturquoise;
}