﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

b {
    text-decoration: none;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.Clear {
    clear: both;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1280px;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
    max-width: 1920px;
    display: block;
    position: relative;
    margin: 0px auto;
}

.marginTop {
    margin-top: 50px;
}

.marginBottom {
    margin-bottom: 50px;
}


/*头部开始*/

.header {
    width: 100%;
    height: 389px;
    background: url(../images/headBJ_2022.png) center top no-repeat;
    overflow: hidden;
    border-bottom: 3px solid #159655;
    box-sizing: border-box;
}


/*导航开始*/

.nav {
    width: 100%;
    height: 66px;
    background: #fff;
}

.flx {
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    ;
}

.nav ul li {
    width: 142px;
    float: left;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: url(../images/navlibj_2022.png)right center no-repeat;
}

.nav ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: block;
}

.nav ul li:hover {
    background: url(../images/navlibj_1_2022.png)center center no-repeat;
}

.nav ul li:last-child {
    background: none;
}

.nav ul li:hover:last-child {
    background: url(../images/navlibj_1_2022.png)center center no-repeat;
}

.nav ul li:hover a {
    color: #159655;
}

.nav ul li.on {
    background: url(../images/navlibj_1_2022.png)center center no-repeat;
}


/* logo+检索 */

.logoBox {
    width: 593px;
    margin: 80px auto 0;
}

.logo {
    text-align: center;
}

.search {
    width: 593px;
    height: 68px;
    margin-top: 10px;
    padding: 0 10px;
    background: url(../images/searchBj_2022.png) center center no-repeat;
    box-sizing: border-box;
}

.search input {
    float: left;
    height: 48px;
    border: none;
    width: 470px;
    line-height: 48px;
    outline: none;
    padding-left: 10px;
    margin-top: 8px;
    margin-left: 20px;
    font-size: 16px;
    color: #c9c9c9;
    box-sizing: border-box;
    background-color: #fff !important;
}

.search input::placeholder {
    font-size: 16px;
    color: #c9c9c9;
}

.search button {
    float: right;
    width: 20px;
    height: 20px;
    border: 0;
    margin-top: 23px;
    margin-right: 30px;
    text-align: center;
    background-color: #fff !important;
    outline: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    /* 浏览器记住密码的底色的颜色 */
    transition: background-color 3000s ease-in-out 0s;
    /* 通过延时渲染背景色变相去除背景颜色 */
    caret-color: #ffffff;
}

.searchBox {
    width: 650px;
    height: 68px;
    position: relative;
}

.searchBox span {
    position: absolute;
    right: -50px;
    top: 0px;
}


/*头部结束*/


/*尾部开始*/

.footer {
    height: auto;
}


/* 友情链接 */

.yqlink {
    height: 55px;
    background: #f5f5f5;
}

.yqlink .container ul li {
    height: 55px;
    float: left;
    line-height: 55px;
    position: relative;
    margin-right: 153px;
}

.yqlink .container ul li:last-child {
    margin-right: 0;
}

.yqlink .container>ul li>span {
    display: block;
    padding-right: 40px;
    color: #333333;
    font-size: 15px;
    cursor: pointer;
}

.yqlink .container>ul li>img {
    position: absolute;
    right: 0px;
    top: 42%;
    transform: translateY(-50%);
    transform: rotateZ(0);
    transition: transform .3s;
}

.yqlink .container>ul li .list {
    position: absolute;
    bottom: 54px;
    background: #159655;
    width: 1280px;
    box-sizing: border-box;
    padding: 30px 30px;
    z-index: 100;
    display: none;
}

.yqlink .container>ul li .list a {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.yqlink .container>ul li a:hover {
    /* text-decoration: underline; */
    opacity: .8;
}

.yqlink .container>ul .listbox1 .list {
    right: -852px;
}

.yqlink .container>ul .listbox2 .list {
    right: -569px;
}

.yqlink .container>ul .listbox3 .list {
    right: -286px;
}

.yqlink .container>ul .listbox4 .list {
    right: -3px;
}

.yqlink .container>ul li:hover>img {
    transform: rotateZ(180deg);
}

.yqlink .container>ul li:hover .list {
    display: block;
}

.footer_cont {
    height: 175px;
    background: #159655;
    overflow: hidden;
    padding: 45px 0;
    box-sizing: border-box;
}

.footer_l {
    width: 218px;
    height: 85px;
    position: relative;
    float: left;
}

.footer_l::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: #3ba575;
}

.footer_l a {
    display: inline-block;
    width: 77px;
    height: 71px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 15px;
    border: 1px solid #3dab74;
    overflow: hidden;
    text-align: center
}

.footer_l a img {
    margin-top: 13px;
}

.footer_l a p {
    margin-top: 10px;
    font-size: 15px;
    color: #ccffe5;
}

.footer_con {
    width: 780px;
    height: 85px;
    float: left;
    margin-left: 40px;
    position: relative;
}

.footer_con::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: #3ba575;
}

.footer_con p {
    line-height: 30px;
    font-size: 15px;
    color: #ccffe5;
}

.footer_con p a {
    color: #ccffe5;
}

.footer_con p a.beian {
    padding-left: 25px;
    background: url(../images/gaba_2022.png) left center no-repeat;
}

.footer_con p a:hover {
    opacity: 0.8;
}

.footer_con p span {
    display: inline-block;
    margin-left: 5px;
}

.footer_r {
    width: 200px;
    height: 85px;
    float: right;
    overflow: hidden;
}

.footer_r .dzbs {
    display: block;
    margin-right: 20px;
    float: left;
}

.footer_r .dzbs img {
    margin-top: 8px;
}

.footer_r .zfzc {
    float: left;
    display: block;
    margin-top: 15px;
}


/*尾部结束*/


/* 通用列表 */

.tong_list ul {
    position: relative;
}

.tong_list ul li {
    height: 46px;
    line-height: 46px;
}

.tong_list ul li a {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
}

.tong_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #d7d7d7;
    transform: translateY(-50%);
}

.tong_list ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}


/* .tong_list ul li:hover {
    background-image: -moz-linear-gradient( 180deg, transparent 0, rgb(156, 193, 133, .3) 50%), transparent 100%;
    background-image: -webkit-linear-gradient( 180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);
    background-image: -ms-linear-gradient( 180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);
} */

.tong_list ul li:hover a {
    color: #159655;
    font-weight: 600;
}

.tong_list ul li:hover a::after {
    background: #159655;
}


/* 当前位置 start */

.position {
    height: 56px;
    line-height: 56px;
    margin-top: 2px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

.position>.container {
    position: relative;
    font-size: 16px;
    color: #333333;
}

.position>.container a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.position>.container a:last-child {
    color: #159655;
}

.position>.container a:hover {
    color: #159655;
}


/* 当前位置 end */


/* 首页侧边导航  start */

.cebian {
    width: 85px;
    height: 287px;
    position: fixed;
    top: 50%;
    right: 7%;
    border: 1px solid #d1efe0;
    box-sizing: border-box;
    background: #fff;
}

.cebian ul {
    height: 254px;
    background: #f3fff9;
    box-sizing: border-box;
}

.cebian ul li {
    width: 85px;
    height: 85px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 1px solid #d1efe0;
    cursor: pointer;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

.cebian ul li p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #159655;
    text-align: center;
}

.TOP {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.cbdh_yc {
    position: absolute;
    pointer-events: none;
    left: -160px;
    top: 50%;
    width: 130px;
    height: 130px;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -50%);
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
}

.cbdh_yc img {
    display: inline-block;
    width: 130px;
    height: 130px;
}

.cbdh_yc p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #222222;
}

.cbdh_yc::after {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    background-color: #fff;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%) rotate(45deg);
}

.cebian ul li:hover .cbdh_yc {
    pointer-events: none;
    opacity: 1;
}

.cebian ul li:hover>p {
    color: #159655;
}


/* 首页侧边导航 end */


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto 40px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 10px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

input.zt12 {
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    margin-top: -1px;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #159655;
    border: 1px solid #159655;
}

.page_hide span {
    background-color: #159655;
    color: #fff;
    border: 1px solid #159655;
}


/*分页样式结束*/

.tongBackGround {
    background-color: #fff;
}

.paddingTop40 {
    padding-top: 40px;
}

.floatRight925 {
    float: right;
    width: 925px;
}


/*试运行弹窗*/

.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun_cont>a>img {
    width: 254px;
    height: 144px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


/*试运行弹窗 end*/