﻿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;
    background-color: #eef1f6;
    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: 1180px;
    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*/
}

.tong_visualarea {
    margin-top: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 30px;
    min-height: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1200px;
}

.slone {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-t-50 {
    margin-top: 50px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-t-40 {
    margin-top: 40px;
}

.margin-b-60 {
    margin-bottom: 40px;
}

.margin-b-50 {
    margin-bottom: 50px;
}


/* 头部开始 */

.head {
    height: 242px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 3px solid #4177da;
}

.head-top {
    height: 44px;
}

.head-top>a {
    font-size: 14px;
    color: #4177da;
    line-height: 44px;
    padding-left: 24px;
    background:  no-repeat center left 0;
}

.head-top>a:nth-of-type(2) {
    margin-left: 24px;
}

.head-top>ul>li {
    height: 44px;
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.head-top>ul>li .ewm {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 40px;
    width: 120px;
    height: 120px;
    z-index: 100;
    display: none;
    padding: 5px;
    background: #fff;
}

.head-top>ul>li .ewm::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background-color: #fff;
    left: 50%;
    top: 0px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
}

.head-top>ul>li .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.head-top>ul>li:hover .ewm {
    display: block;
}

.head-top>ul>li>a {
    color: #4177da;
    line-height: 44px;
    font-size: 14px;
}

.head-top>ul>li::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    background: #4177da;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.head-top>ul>li:nth-last-child(1)::after {
    display: none;
    padding-right: 0;
}

.head-top>ul>li:nth-of-type(1) {
    padding-left: 24px;
    padding-right: 22px;
    background:  no-repeat center left 0;
}

.head-top>ul>li:nth-of-type(2) {
    padding-left: 48px;
    padding-right: 19px;
    background: url(/uploads/image/mimages/head-top4.png) no-repeat center left 20px;
}

.head-top>ul>li:nth-of-type(3) {
    padding-left: 48px;
    padding-right: 22px;
    background:  no-repeat center left 20px;
}

.head-top>ul>li:last-child {
    padding-left: 50px;
    padding-right: 0px;
    background: url(/uploads/image/mimages/head-top2.png) no-repeat center left 20px;
}

.head-top>ul>li:last-child .wangzhandaohang {
    z-index: 999;
    display: none;
    padding: 15px 34px 26px;
    position: absolute;
    right: 0;
    top: 46px;
    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;
}

.head-one-top {
    margin-top: 21px;
}

.head-one-top>a {
    display: block;
}

.searchbox {
    box-sizing: border-box;
    height: 50px;
    width: 390px;
    margin-top: 25px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.searchboxon {
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #4177d9;
    background-color: #fff;
    float: left;
}

.searchbox .searchboxon>div {
    cursor: pointer;
    margin-right: 16px;
    background:  no-repeat right center;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding-left: 19px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
    width: 100px;
    float: left;
    height: 50px;
    border: none;
    border-radius: 25px 0 0 25px;
}

.searchbox .searchboxon>div span {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
}

.searchbox .searchboxon>div ul {
    display: none;
    margin-left: -13px;
    margin-top: -5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.searchbox .searchboxon>div ul li {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.searchbox .searchboxon>div ul li:hover {
    height: 32px;
    background: #015293;
    color: #fff;
}

.searchbox input {
    float: left;
    height: 48px;
    border: none;
    width: 175px;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.searchbox input::placeholder {
    font-size: 14px;
    color: #999;
}

.searchbox input[type='button'] {
    height: 50px;
    width: 80px;
    float: right;
    background-color: #4177d9;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.head-one-top>img {
    margin-top: 19px;
}

.nav {
    height: 52px;
    width: 100%;
    margin-top: 36px;
    background-color: #4177d8;
}

.nav ul li {
    height: 52px;
    float: left;
}

.nav ul li a {
    display: block;
    font-size: 22px;
    line-height: 52px;
    padding: 0 0 0 35px;
    margin-right: 8px;
    width: 110px;
    text-align: center;
    color: #fff;
    position: relative;
}

/*.nav ul li:nth-of-type(1) {*/
/*    background:  no-repeat center left 0;*/
/*}*/

/*.nav ul li:nth-of-type(2) {*/
/*    background:  no-repeat center left 6px;*/
/*}*/

/*.nav ul li:nth-of-type(3) {*/
/*    background:  no-repeat center left 6px;*/
/*}*/

/*.nav ul li:nth-of-type(4) {*/
/*    background:  no-repeat center left 6px;*/
/*}*/

/*.nav ul li:nth-of-type(5) {*/
/*    background:  no-repeat center left 6px;*/
/*}*/

/*.nav ul li:nth-of-type(6) {*/
/*    background:  no-repeat center left 0px;*/
/*}*/

/*.nav ul li:nth-of-type(7) {*/
/*    background:  no-repeat center left 0px;*/
/*}*/

.nav ul li:first-of-type a {
    padding-left: 36px;
    width: 56px;
}

.nav ul li:last-of-type a {
    padding-right: 0;
    margin-right: 0;
    width: 110px;
}

.nav ul li.on a:after {
    position: absolute;
    height: 52px;
    width: 100%;
    background-color: rgb(255,255,255,0.2);
    bottom: 0;
    content: '';
    left: 66%;
    transform: translate(-50%, 0);
}

.nav ul li:hover a:after {
    position: absolute;
    height: 52px;
    width: 100%;
    background-color: rgb(255,255,255,0.2);
    left: 60%;
    bottom: 0;
    content: '';
    transform: translate(-50%, 0);
}


/* 头部结束 */


/* 尾部开始 */

.footer {
    /* height: 230px; */
}

.footer-top {
    height: 55px;
    width: 100%;
    background-color: #2c5299;
}

.footer-bottom {
    height: 175px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    background-color: #355fab;
}

.footer-top-con {
    height: 55px;
    position: relative;
}

.footer-top-con li {
    float: left;
}

.footer-top-con>li>a {
    font-size: 15px;
    color: #c7d7f4;
    line-height: 55px;
    padding: 0 40px;
    display: block;
    height: 55px;
}

.footer-top-con>li>a:hover {
    text-decoration: underline;
}

.footer-top-con li a:nth-of-type(3n) {
    margin-right: 0;
}

.footer-top-con li a img {
    margin-left: 4px;
}

.footer-top-con li:first-of-type a {
    padding-left: 0;
}

.footer-top-con li:last-of-type a {
    padding-right: 0;
}

.footer-top-con>li.on>a>img {
    transform: rotate(180deg);
}

.sxz_footer_list {
    position: absolute;
    bottom: 55px;
    left: 0;
    background-color: #355fab;
    width: 1180px;
    max-height: 350px;
    padding: 30px;
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    padding-right: 20px;
}

.sxz_footer_list>a {
    font-size: 16px;
    color: #fff;
    width: 226px;
    float: left;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxz_footer_list>a:nth-child(5n 1) {
    margin-right: 0;
}

.footer-top-con>li.on .sxz_footer_list {
    display: block;
}

.footer-bottom ul:nth-of-type(1) {
    position: relative;
    float: left;
    width: 120px;
}

.footer-bottom ul:nth-of-type(1)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: #5479ba;
    top: 10px;
    right: 0;
}

.footer-bottom ul:nth-of-type(1) li a {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(1) li a:hover {
    text-decoration: underline;
}

.footer-bottom ul:nth-of-type(2) {
    float: left;
    width: 750px;
    margin-left: 60px;
    position: relative;
}

.footer-bottom ul:nth-of-type(2) li {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) li a {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) li a:hover {
    text-decoration: underline;
}

.footer-bottom ul:nth-of-type(2) li img {
    vertical-align: text-bottom;
}

.footer-bottom ul:nth-of-type(2)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: #5479ba;
    top: 10px;
    right: 0px;
}

.gzjg {
    margin-left: 50px;
    display: inline-block;
}

.zfwzbc {
    height: 55px;
    width: 110px;
    margin-left: 22px;
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
}


/* 尾部结束 */


/* 当前位置 start */

.position {
    height: 76px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e1e1;
    background: #fff;
    line-height: 75px;
    margin-top: 13px;
}

.position>.container {
    position: relative;
    font-size: 16px;
    color: #666666;
}

.position>.container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    height: 75px;
    background:  no-repeat center;
    background-color: #f4faff;
}

.position>.container span {
    line-height: 75px;
    display: inline-block;
    margin-left: 93px;
    font-size: 16px;
    color: #666666;
}

.position>.container a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
}

.position>.container a:last-child {
    color: #4177d8;
}

.position>.container a:hover {
    color: #4177d8;
}


/* 当前位置 end */


/* 左侧侧边栏 start */

.left_list {
    float: left;
    width: 244px;
}

.left_list span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0e76cd  no-repeat 15px center;
}
.left_list span a{
    color: #ffffff;
}

.left_list ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #f4faff;
    margin-top: 5px;
}

.left_list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #c9dff2;
}

.left_list ul li a {
    position: relative;
    box-sizing: border;
    display: block;
    padding-left: 58px;
    font-size: 18px;
    color: #666666;
}

.left_list ul li a::after {
    content: "";
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translatey(-50%);
    width: 7px;
    height: 8px;
    border-radius: 50%;
    background: #c9dff2;
}

.left_list ul li.on::after,
.left_list ul li:hover::after {
    background: #4177d8;
}

.left_list ul li.on a,
.left_list ul li:hover a {
    color: #4177d8;
}

.left_list ul li.on a::after,
.left_list ul li:hover a::after {
    background: #4177d8;
}

.left_list .tu_link a {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 10px;
}


/* 左侧侧边栏 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: #4177d8;
    border: 1px solid #4177d8;
}

.page_hide span {
    background-color: #4177d8;
    color: #fff;
    border: 1px solid #4177d8;
}


/*分页样式结束*/

.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 15px 15px;
    z-index: 99999;
}

.testrun .testrun_close {
    height: 16px;
}

.testrun .testrun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -10px;
    cursor: pointer;
    font-size: 20px;
    color: #67696a;
}

.testrun_cont a {
    display: block;
    width: 254px;
    height: 144px;
}

.testrun_cont a img {
    display: block;
    width: 100%;
    height: 100%;
}

.testrun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.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;
    display: none;
}


/*试运行弹窗结束*/

@media (min-width: 320px) and (max-width: 750px) {
    .testrun {
        display: none;
    }
}
