body {
    min-width: 320px;
}


/* å¤´éƒ¨ */

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* padding-top: 27px; */
    background-image: url(../images/bg.png);
    background: #ededed;
}

.head .logo {
    float: left;
    margin-top: 15px;
    width:20%;
}

.head .head_right {
    float: right;
    text-align: right;
}

.head .head_right .search {
    display: inline-block;
    position: relative;
    width: 292px;
    height: 35px;
    color: #fff;
    background-color: #0c2488;
    box-sizing: border-box;
    border: 1px solid #142e9c;
}

.head .head_right .search .text {
    box-sizing: border-box;
    width: 255px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 10px 0 11px;
    background: transparent;
    margin-right: 35px;
    overflow: hidden;
}

.head .head_right .sousuo {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 15px;
    cursor: pointer;
}

.nav {
    margin-top:45px;
}

.head .nav>ul>li {
    position: relative;
    float: left;
    margin-left: 32px;
    padding-bottom: 35px;
    text-align: center;
}

.head .nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #000;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.head .nav>ul>li ul::before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
}

.head .nav>ul>li ul {
    position: absolute;
    top: 50px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 3px 3px #999;
    display: none;
    z-index: 999;
}

.head .nav ul>li:hover ul {
    display: block;
}

.head .nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    text-align: center;
    border-bottom: 1px solid #ebe5e5;
}

.head .nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.head .nav>ul>li ul li:hover {
   background: linear-gradient(90deg, #0312ff 0%, #31e7fd 100%);
}

.head .nav>ul>li ul li:hover a {
    color: #fff;
}


/* ç§»åŠ¨ç«¯ */

.wap {
    display: none;
}

.wap-menu {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* åº•éƒ¨ */


/* footer */

.link {
    width: 100%;
   background: linear-gradient(90deg, #0312ff 0%, #31e7fd 100%);
}

.link .top {
    top: 0;
    box-sizing: border-box;
    background: linear-gradient(90deg, #0312ff 0%, #31e7fd 100%);
}

.link .top h4 {
    display: inline;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-right: 23px;
}

.link .top a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.link .top a:hover {
    color: #fff;
}

.link .top span {
    font-size: 18px;
    color: #fff;
    padding-left: 32px;
    padding-right: 33px;
}

.footer{
    background: url(../image/foot-bg.png) no-repeat center center;
    background-size: cover;
    padding: 15px 0;
    background: #ededed;
}
.foot{
	overflow: hidden;
}
.bq{
	width: 86%;
	float: left;
}
.bq-t>p{
	font-size: 15px;
	line-height: 30px;
	color: #000;
}
.bq-t>p a{
	font-size: 15px;
	line-height: 30px;
	color: #000;
}
.bq-b{
	margin-top: 20px;
}
.bq-b>p{
	font-size: 15px;
	line-height: 30px;
	/* padding-top: 10px; */
	color: #000;
	/* border-top: 1px solid #39568b; */
}
.bq-b>p>a{
	font-size: 15px;
	line-height: 30px;
	/* padding-top: 10px; */
	color: #000;
	/* border-top: 1px solid #39568b; */
}