﻿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: 472px;
    box-sizing: border-box;
    background: url(../images/headBJ.png) center top no-repeat;
}

.sub_header {
    height: 424px;
    background: url(../images/subheadBj.png) center top no-repeat;
}

.head-top {
    height: 44px;
}

.head-top>a {
    font-size: 14px;
    color: #dde6ff;
    line-height: 44px;
    padding-left: 24px;
    background: url(../images/gh.png) no-repeat center left 0;
}

.head-top ul li {
    height: 44px;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.head-top>ul>li:nth-child(1) {
    padding-right: 20px;
    padding-left: 25px;
    background: url(../images/head_top1.png) no-repeat center left;
}

.head-top>ul>li>a {
    color: #dde6ff;
    line-height: 44px;
    font-size: 14px;
}

.head-top>ul>li::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    background: #dde6ff;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.head-top>ul>li:last-child {
    padding-left: 20px;
    margin-left: 10px;
    background: url(../images/head-top2.png) no-repeat center left;
}

.head-top>ul>li:last-child::after {
    display: none;
}

.head-top>ul>li:last-child .wangzhandaohang {
    z-index: 999;
    display: none;
    padding: 15px 34px 26px;
    position: absolute;
    right: 0;
    top: 44px;
    width: 669px;
    background-color: #fff;
    border: 2px solid #4177da;
}

.head-top>ul>li:last-child .wangzhandaohang h3 {
    font-size: 16px;
    color: #4177da;
    margin-bottom: 5px;
    margin-top: 15px;
}

.head-top>ul>li:last-child .wangzhandaohang li {
    float: left;
    height: 28px;
    line-height: 28px;
    width: 33.3333%;
}

.head-top>ul>li:last-child .wangzhandaohang li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.head-top>ul>li:last-child .wangzhandaohang li a:hover {
    text-decoration: underline;
    color: #4177da;
}

.head-top>ul>li:last-child:hover .wangzhandaohang {
    display: block;
}


/*导航开始*/

.nav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #b2e4ff;
}

.nav .container {
    display: block;
}

.nav ul li {
    width: 80px;
    float: left;
    height: 50px;
    line-height: 44px;
    margin-right: 120px;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    height: 50px;
    position: relative;
}

.nav ul li:hover a::after,
.nav ul li.on a:after {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #ffffff;
    bottom: -1px;
    content: '';
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, 0);
}


/* logo+检索 */

.logoBox {
    width: 538px;
    margin: 60px auto 0;
    position: relative;
}

.logo {
    text-align: center;
}

.logo img {
    width: 538px;
}

.search {
    width: 538px;
    height: 52px;
    margin-top: 40px;
    background: url(../images/searchBj.png) center center no-repeat;
    box-sizing: border-box;
}

.search input {
    float: left;
    height: 52px;
    border: none;
    width: 330px;
    line-height: 52px;
    font-size: 16px;
    color: #b6b6b6;
    box-sizing: border-box;
    outline: none;
    padding-left: 10px;
    margin-left: 70px;
}

.search input::placeholder {
    font-size: 16px;
    color: #b6b6b6;
}

.search button {
    float: right;
    width: 100px;
    height: 52px;
    font-size: 20px;
    border: 0;
    color: #fefefe;
    outline: none;
    background: url(../images/search.png) center center no-repeat;
}

.tybs {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: -2px;
    right: -68px;
}

.flx {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #1658a0;
    border-bottom: 1px solid rgba(182, 229, 255, .5);
}

.flx ul li {
    height: 56px;
    line-height: 50px;
}

.flx ul li a {
    font-size: 18px;
    height: 50px;
}

.flx ul li:hover a::after,
.flx ul li.on a:after {
    position: absolute;
    height: 4px;
    width: 90%;
    background-color: #ffffff;
    bottom: -1px;
    content: '';
    left: 45%;
    border-radius: 5px;
    transform: translate(-50%, 0);
}


/*头部结束*/


/* 友情链接 */

.yqlink {
    height: 100px;
    background: #e9f4ff;
}

.yqlink .container ul li {
    width: 308px;
    height: 40px;
    float: left;
    line-height: 40px;
    background: #fff;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-right: 16px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.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: 115px;
    top: 42%;
    transform: translateY(-50%);
    transform: rotateZ(0);
    transition: transform .3s;
}

.yqlink .container>ul li .list {
    position: absolute;
    bottom: 38px;
    background: #fff;
    width: 1280px;
    box-sizing: border-box;
    padding: 30px 30px;
    z-index: 100;
    display: none;
    border: 1px solid #e1e1e1;
}

.yqlink .container>ul li .list a {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #184f87;
}

.yqlink .container>ul li a:hover {
    /* text-decoration: underline; */
    opacity: .8;
}

.yqlink .container>ul .listbox1 .list {
    right: -650px;
}

.yqlink .container>ul .listbox2 img {
    right: 100px;
}

.yqlink .container>ul .listbox2 .list {
    right: -325px;
}

.yqlink .container>ul .listbox3 .list {
    right: 0px;
}

.yqlink .container>ul li:hover>img {
    transform: rotateZ(180deg);
}

.yqlink .container>ul li:hover .list {
    display: block;
}


/* 尾部开始 */

.footer {
    height: 135px;
    background: #1658a0;
}

.footer_con {
    padding: 30px 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.footer_l {
    width: 200px;
    float: left;
}

.footer_l .sign {
    float: left;
    margin-top: 8px;
}

.footer_l .jiucuo {
    margin-top: 18px;
}

.footer_cont {
    width: auto;
    float: left;
    margin-left: 70px;
}

.footer_cont p {
    font-size: 15px;
    color: #d4e8ff;
    line-height: 28px;
}

.footer_cont p a {
    color: #d4e8ff;
}

.footer_cont p a img {
    margin-right: 5px;
    vertical-align: middle;
}

.footer_cont p a:hover {
    opacity: 0.8;
}

.footer_con ul {
    float: right;
    width: 280px;
    height: 90px;
}

.footer_con ul li {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background: url(../images/slb_icon10.png) center center no-repeat;
}

.footer_con ul li:nth-child(3) {
    margin-right: 0;
    background: none;
}

.footer_con ul li a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #d4e8ff;
    padding-top: 18px;
    box-sizing: border-box;
}

.footer_con ul li a p {
    margin-top: 10px;
}

.footer_con ul li a:hover {
    opacity: 0.8;
}


/*尾部结束*/


/* 通用列表 */

.tong_list ul {
    position: relative;
}

.tong_list ul li {
    height: 48px;
    line-height: 48px;
}

.tong_list ul li a {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    max-width: 80%;
    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: #1658a0;
    font-weight: 400;
}

.tong_list ul li:hover a::after {
    background: #1658a0;
}


/* 当前位置 start */

.position {
    height: 56px;
    line-height: 56px;
    margin-top: 10px;
    box-sizing: border-box;
}

.position>.container {
    position: relative;
    font-size: 16px;
    color: #333333;
}

.position>.container span {
    padding-left: 25px;
    background: url(../images/position.png) no-repeat center left;
}

.position>.container a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.position>.container a:last-child {
    color: #b82d2e;
}

.position>.container a:hover {
    color: #b82d2e;
}


/* 当前位置 end */


/* 首页侧边导航  start */

.cebian {
    width: 85px;
    height: 425px;
    position: fixed;
    top: 45%;
    right: 7%;
    /* border-top-left-radius: 10px;
    border-bottom-right-radius: 10px; */
    background: url(../images/cebbj.png) center center no-repeat;
}

.cebian ul li {
    width: 85px;
    height: 82px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 1px solid #1d61ab;
    cursor: pointer;
    padding-top: 14px;
    box-sizing: border-box;
    position: relative;
}

.cebian ul li.zzms {
    background: url(../images/zzmsbj.png) center center no-repeat;
}

.cebian ul li p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #e9f4ff;
    text-align: center;
}

.cebian ul li:last-child {
    border-bottom: 0;
}

.TOP {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.cbdh_yc {
    position: absolute;
    pointer-events: none;
    left: -155px;
    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: #ffffff;
    top: 50%;
    right: -7px;
    border: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
}

.cebian ul li:hover .cbdh_yc {
    pointer-events: none;
    opacity: 1;
}

.cebian ul li:hover>p {
    color: #e9f4ff;
}


/* 首页侧边导航 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: #1658a0;
    border: 1px solid #1658a0;
}

.page_hide span {
    background-color: #1658a0;
    color: #fff;
    border: 1px solid #1658a0;
}


/*分页样式结束*/

.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*/