@font-face {
    font-family: "iconfont";
    src: url('../images/iconfont.woff2') format('woff2'), url('../images/iconfont.woff') format('woff'), url('../images/iconfont.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-family:  "iconfont", sans-serif;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    height: 20px;
    background-color: #ff005a;
}

input::-webkit-input-placeholder {
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc
}

input::-moz-placeholder {
    color: #ccc
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    /* color: #888; */
    font-size: 14px;
    background: #fff;
}

img {
    vertical-align: middle;
    width: 100%;
}

.icon-wx:before {
    content: "\e604";
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 头部 */
.w100 {
    width: 100%;
    overflow: hidden;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.logo {
    float: left;
    height: 100px;
    line-height: 100px;
}


.logo img {
    width: 100%;
    height: auto;
}

.search {
    float: left;
    height: 100px;
    display: flex;
    width: 530px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;

}

.search-box {
    border: 1px solid #1479d7;
    height: 44px;
    position: relative;
    border-radius: 20px;
}

.search i {
    width: 17px;
    height: 16px;
    background: url(../images/search_icon.png) no-repeat;
    position: absolute;
    left: 13px;
    top: 15px;
}

.search-box input {
    margin: 0;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    height: 42px;
    display: inline-block;
    text-indent: 40px;
    width: 432px;
    border: 0;
    border-radius: 20px;
}

input.searchtxtBtn {
    float: right;
    height: 42px;
    background: #1479d7;
    color: #fff;
    line-height: 42px;
    width: 96px;
    text-align: center;
    font-size: 16px;
    text-indent: 0;
}

.content {
      height: 100px;
    display: flex;
    width: 315px;
    line-height: 100px;
    float: right;
}

img.wechat_x {
    width: 40px;
    height: 40px;
    margin-top: 30px;
}

img.tell_ico {
    width: 40px;
    height: 40px;
    margin-top: 30px;
}
.wechat_x:hover~.wechat_y{
    display: block;
}
.wechat_y {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #dcdcdc;
    width: 160px;
    text-align: center;
    height: 200px;
    top: 100px;
}
.wechat_y img {
    width: 120px;
    margin-top: 10px;
}

.wechat_y span {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.tell_no {
    float: right;
    width: 100%;
}

.content img {
    float: left;
    margin-left: 20px;
}

span.tell_h {
    width: 100%;
    text-align: center;
    line-height: 55px;
    height: 30px;
    float: left;
    font-weight: bold;
    margin-top: 10px;
}

span.tell_t {
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    float: left;
    color: #1479d7;
    font-size: 16px;
}

.top {
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
}

.top p {
    font-size: 12px;
    letter-spacing: 2px;
    float: left;
}

.top_r {
    float: right;
    font-size: 12px;
}

.top_r a {
    margin-right: 8px;
}

.top_r a:hover {
    color: #1479d7;
}
.navbg {
    border-bottom: 1px solid #f1f1f1;
    background: #1479d7;
}
.nav {
    width: 1280px;
    margin: 0 auto;
    height: 48px;
}

.nav li {
    /* background: #fff; */
    background: #1479d7;
    float: left;
    width: 130px;
    text-align: center;
}

.nav li a {
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    display: block;
    padding: 0 10px;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to right, rgb(3, 63, 119), rgb(0, 54, 105)) no-repeat;
    transition: 0.8s;
}


/* 友情链接 */

.friend-list {
    width: 1280px;
    margin: 0 auto;
}

.friend-t {
    font-weight: bold;
    color: #545454;
    line-height: 35px;
    height: 35px;
}
.friend-c {
    width: 100%;
    height: auto;
}

.friend-c a {
    display: inline-block;
    padding: 5px 8px;
}

.foot {
    padding-bottom: 30px;
    background-color: #333;
    margin-top: 40px;
    color: #999;
}
.footer-sub {
    background-color: #222;
    padding: 30px 0;
}
.lk a {
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 30px;
    padding-right: 30px;
    color: #999;
    float: left;
}

.lk {
    display: flex;
}
.lk a:hover{
    color: #1479d7;
}
.footer-copy {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.footer-copy-l {
    line-height: 28px;
}
.footer-copy-r {
    display: flex;
    align-items: flex-end;
}
.foot a {
    color: #999;
    float: left;
}
.footer-copy-r a {
    margin-left: 20px;
    position: relative;
}
.footer-copy-r a:first-child span {
    background-color: #1479d7!important;
}
.footer-copy-r a span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background-color: #02C8AE;
}
.footer-copy-r .ewm {
    position: absolute;
    bottom: 32px;
    left: 0;
    display: block;
    padding-bottom: 8px;
}
.footer-copy-r .ewm img {
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    border-radius: 4px;
}

.sucTips {
    padding: 15px 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 6;
    display: none;
}
.gotop {
    position: fixed;
    right: 40px;
    bottom: 80px;
    z-index: 3;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 2px 6px 1px rgba(27, 27, 27, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gotop:before {
    content: "";
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    margin-top: 10px;
}

/* 页码部分 */
.pages {
    padding: 40px 0;
    font-size: 16px;
    justify-content: center;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
}

.pages a, .pages span {
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	padding: 0 15px;
	border-radius: 2px;
    display: inline-block;
}

.pages span {
    background: #1479d7;
    color: #fff;
    display: inline-block;
}

.pages .a1 {
	width: 80px;
	position: relative;
}

.pages .a1::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .03;
}

.pages .a1:hover {
	color: #1479d7;
}

.pages .a1:hover::after {
	background-color: currentColor;
}

.pages .a1.a1f {
	color: #ccc;
	cursor: default;
}

.pages .a1.a1f:hover {
	color: #ccc !important;
}

.pages .a1.a1f:hover::after {
	background-color: #000;
}

.pages a:not(.a1):hover {
	background: #1479d7;
	color: #fff;
}

.pages i {
	margin-left: 4px;
	margin-right: 4px;
	color: #999;
	display: inline-block;
	vertical-align: 4px;
}
/* 页码结束 */
.liuxbm {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 450px;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.liuxbm_tit h3 {
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: #1479d7;
    color: #fff;
}
