@charset "utf-8";
body {
    font: normal normal normal 12px/150% Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    color: #333;
    min-width: 1100px;
}

input[type=text], input[type=Keyword] {
    font: normal normal normal 12px/120% Arial, Helvetica, sans-serif;
}

select {
    font: normal normal normal 12px/120% Arial, Helvetica, sans-serif;
    color: #616161;
}

input, select {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

* + html input[type=text] {
    margin: 0px;
}

h1, h2, h3, h4, h5, input {
    margin: 0px;
    padding: 0px;
}

dl, dt, dd, ul, li, p, ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearFloat:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFloat {
    /* 触发 hasLayout */
    zoom: 1;
}

.wrap {
    background: #f5f5f5;
}
.indexBg{
    /*background: #f5f5f5;*/
    background: url(../images/gdbj.jpg) no-repeat;
    background-size: 100% 100%;
}
.wrap-con {
    width: 1230px;
    margin: 0 auto;
    padding: 9px;
    background: rgba(255, 255, 255, .6);
}

.main {
    padding: 15px 10px;
}

.top {
    background: url(../images/bg.jpg);
}

.mt10 {
    margin-bottom: 10px;
}

.mt5 {
    margin-bottom: 5px;
}

.mr10 {
    margin-right: 10px;
}

.more, .more1 {
    float: right;
    margin-right: 10px;
    font-weight: normal;
    color: #333;
    font-size: 12px;
}

.more1 {
    color: #fff;
}

.tz_more {
    float: right;
    display: inline;
    padding-top: 4px;
    margin-right: 20px;
    font-weight: normal;
    color: #333;
    font-size: 12px;
}

.underline {
    height: 7px;
    background: url(../images/underline.jpg) no-repeat center;
    margin: 0;
    padding: 0px;
    font-size: 0px;
}

/*网站顶部S*/
.top {
    height: 35px;
    line-height: 35px;
    background: url(../images/top-blue.jpg) 0 0 no-repeat;
    position: relative;
    background-size: 100% 100%
}

.welcome {
    float: left;
    margin-left: 20px;
}

.Login_ajax {
    margin-left: 30px;
    width: 484px;
    line-height: 30px
}

.top-con {
    width: 970px;
    margin: 0 auto;
    position: relative;
}

.top .text {
    border: 1px solid #ABADB3;
    height: 16px;
    line-height: 16px;
    margin-right: 7px;
    width: 110px;
}

.top .login, .regseter, .inputbutton {
    background: url(../images/log_btn.jpg) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    height: 18px;
    line-height: 18px;
    margin: 5px 8px 0 0;
    width: 50px;
    border: none;
}

.top input.regseter, .register {
    background: url(../images/log_reg.jpg) no-repeat;
    cursor: pointer;
    display: inline;
    height: 18px;
    line-height: 18px;
    width: 50px;
    color: #fff;
    border: none;
}

.sc {
    color: #333;
}

.sc a {
    color: #333;
}

#theme {
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 202px;
    z-index: 1;
    display: none;
}

#theme li {
    width: 10px;
    height: 10px;
    float: left;
    cursor: pointer;
}

#theme .theme_red {
    background: url(../images/red.jpg) 0 0 no-repeat;
    background-size: filled;
    margin-right: 5px;
}

#theme .theme_blue {
    background: url(../images/blue.jpg) 0 0 no-repeat;
    background-size: filled;
}

/*#menu{height:68px;}*/
.menu-con {
    background: #2B67A5
}

#main_nav {
    width: 990px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

#main_nav li {
    line-height: 50px;
    text-align: center;
    float: left;
    padding: 0 26px;
    position: relative;
}

#main_nav li:before {
    position: absolute;
    content: '';
    width: 2px;
    top: 20px;
    right: 0;
    bottom: 20px;
    background: #ffffff;
}

#main_nav li:last-child::before {
    background: transparent;
}

#main_nav li a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#main_nav li.Classon::after {
    position: absolute;
    content: '';
    top: 34px;
    right: 50%;
    left: 50%;
    transform: translate(-10px, 0);
    bottom: 0;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #ffffff;
}

#sub_menu {
    height: 26px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#sub_menu .sub_menu-con {
    width: 1070px;
    height: 26px;
    margin: 0 auto;
    padding-left: 40px;
    background: #ffffff;
    border-radius: 13px;
}

#sub_menu li {
    float: left;
    margin-right: 12px;
}

.weather {
    padding-top: 6px;
    margin-left: 5px;
}

.time {
    padding-left: 20px;
}

.red {
    color: #cd2701;
}

.search {
    width: 490px;
    height: 42px;
    border-radius: 21px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    position: relative;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .4)
}

.keyWord {
    width: 380px;
    height: 42px;
    margin-left: 22px;
    border: none;
    padding-left: 13px;
    vertical-align: middle;
    color: #999;
    font-size: 14px !important;
    position: relative;
    outline: none;
}

.keyWord::-webkit-input-placeholder {
    color: #87888A;
    font-size: 14px;
}

.keyWord::-moz-input-placeholder {
    color: #87888A;
    font-size: 14px;
}

.keyWord::-ms-input-placeholder {
    color: #87888A;
    font-size: 14px;
}

.search::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    top: 14px;
    right: 72px;
    background: #A8ACAD;
    z-index: 99;
}

.searchBtn {
    position: absolute;
    right: 30px;
    top: 13px;
    cursor: pointer;
}

#menu_list_-2 {
    overflow: hidden;
}

.banner {
    height: 283px;
    background: url(../images/top-bk2.jpg) center center no-repeat;
}

.banner-con {
    padding-top: 50px;
}

.banner_title {
    width: 416px;
    height: 98px;
    margin: 0 auto 45px;
}

/*网站顶部E*/
/*网站底部S*/
#footer {
    height: 263px;
    background: #E6E7E8;
    clear: both;
    margin: 0 auto;
}

#footer .footer-con {
    width: 875px;
    margin: 0 auto;
    text-align: center;
}

#footer .footer-con .net {
    margin-top: 40px;
    float: left;
}

#footer .hd {
    line-height: 36px;
    text-align: center;
    color: #0a67ce;
}

#footer .hd a {
    color: #0a67ce;
    font-weight: bold;
}

#footer .bd {
    text-align: center;
    line-height: 22px;
    color: #666;
}

.u_login {
    line-height: 32px;
}

/* #header{}
#header .header-con {width: 1000px;margin: 0 auto;} */
@keyframes restBg {
    to {
        color: #ffffff;
        background: transparent;
    }
}

/*友情链接*/
.link {
}

.link .bd {
    height: 142px;
}

.link .bd ul {
    padding: 14px;
    width: 950px;
    overflow: hidden;
}

.link .bd Li {
    float: left;
    width: 132px;
    line-height: 26px;
}

.sel {
    clear: both;
    margin: 0 20px 30px 20px;
    line-height: 28px;
    overflow: hidden;
}

.sel li {
    float: left;
    margin-right: 16px;
}

.sel li:last-child {
    margin-right: 0;
}

.sel li select {
    width: 154px;
    height: 27px;
    line-height: 27px;
    border-radius: 0 !important;
}

.mainContentsq {
    width: 100%;
    height: 100%;
}

.mainContentsq .top-bg {
    width: 100%;
    height: 690px;
    background: url(../images/zjsq01.jpg) no-repeat bottom;
    /*position: relative;*/
}

.top-bg .desc {
    padding-top: 370px;
    padding-left: 34%;
    padding-right: 34%;
    width: 700px;
    height: 240px;
    max-height: 300px;
    text-align: left;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 14px;
}

.desc-more a {
    color: #0b36c0;
}

.mainContentsq .top-bg-07 {
    margin: 30px 0;
}

.mainContentsq .top-bg-07 img {
    width: 70%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-left: 15%;
    margin-right: 15%;
}

.mainContentsq .main-bg {
    width: 1230px;
    height: 520px;
    margin: 0 auto;
}

.main-bg .natural-new {
    position: relative;
    margin: 0 auto;
    width: 609px;
    height: 345px;
}

.natural-new .desc {
    position: absolute;
    width: 609px;
    top: 315px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    left: 0;
}

.natural-new .lsds {
    position: relative;
    margin: 0 auto;
    width: 609px;
    height: 169px;
}

.lsds .desc {
    top: 139px;
}

.lsds .zmrs-new {
    position: relative;
    margin: 0 auto;
    width: 297px;
    height: 167px;
}

.zmrs-new .desc {
    width: 297px;
    top: 137px;
}

.tssq-bg {
    width: 1230px;
    margin: 30px auto;
    height: 160px;
    background: #ddd;
    position: relative;
}

.tssq-bg .left {
    height: 160px;
    width: 160px;
    background: #2B67A5;
    text-align: center;
    position: relative;
}

.tssq-bg .left a {
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    line-height: 30px;
    width: 80px;
    top: 50px;
    left: 40px;
    text-align: center;
}

.tssq-bg .tssq-content {
    width: 870px;
    height: 160px;
    /*background: #ff0202;*/
    position: absolute;
    top: 0;
    right: 100px;
    padding: 20px 20px;
}

.tssq-content ul {
    overflow: hidden;
    zoom: 1;
}

.tssq-content ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.pic-list-new {
    padding: 20px 10px;
    width: 100%;
}

.pic-list .pic-content {
    width: 175px;
    height: 116px;
    position: relative;
}

.pic-list .pic-content img {
    width: 175px;
    height: 116px;
}

.pic-list .pic-content .desc {
    position: absolute;
    width: 609px;
    top: 315px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    left: 0;
}

.tssq-bg .swiper-button-prev {
    margin-left: 190px;
    color: #999;
    outline: none;
}

.tssq-bg .swiper-button-next {
    color: #999;
    margin-right: 20px;
    outline: none;
}

.left:after {
    content: '';
    position: absolute;
    right: -32px;
    top: 45%;
    transform: translate(0, -8px);
    width: 0;
    height: 0;
    border: 16px solid;
    border-color: transparent transparent transparent #2B67A5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}