/* CSS Document *//*全局样式*/
html {
    font-size: 16px;
    height: 100%;
}

a {
    text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    word-spacing: 0.1em;
    min-width: 320px;
    background: url(../images/body_bg.png) bottom center no-repeat;
    background-size: 100% auto;
    visibility: hidden
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

ul, ol, li {
    list-style-type: none;
}

img {
    border: none;
    height: auto;
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    display: none;
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.w96 {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1200px;
}

.part-left.fl {
    width: 50%;
    position: relative;
    z-index: 6
}

.part-right.fr {
    width: 50%;
}

.part-title {
    overflow: hidden;
    height: 75px;
    line-height: 75px;
}

.part-title h5 {
    float: left;
    font-size: 24px;
    background: url(../images/h_bg2.png) center no-repeat;
    background-size: auto 100%;
    height: 75px;
    line-height: 80px;
}

.part-more {
    display: inline-block;
    color: #999;
    float: right;
    font-size: 16px;
}

.part-more:hover {
    color: #fcc740;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    font-size: 0;
    content: "."
}

/*sidebar css*/
.sidebar-bg {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../images/pp.png) repeat;
    display: none;
}

.sidebar {
    margin: 0;
    padding-top: 20px;
    color: white;
    background-color: #333;
    width: 30%;
    min-width: 180px;
    height: 100%;
    overflow-y: auto;
}

.sidebar .subNav a {
    display: block;
    color: #fff;
    padding: 10px 20px 10px 30px;
    text-align: left;
    font-size: 1rem;
}

.sidebar .subNav h6 {
    position: relative;
    font-weight: normal;
}

.sidebar .subNav h6 div.navContent-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}

.navContent {
    color: #999;
    background: url(../images/pp.png) repeat;
    display: none;
}

.navContent a {
    border-bottom: 1px solid #999;
}

.sidebar .subNav h6.active {
    background: #2945af;
}

.sidebar .subNav h6 span.show-icon, .sidebar .subNav h6.active span.hide-icon {
    display: none;
    background: url(../images/r_a.png);
}

.sidebar .subNav h6.active span.show-icon {
    display: block;
    background: url(../images/l_a.png);
}

.sidebar a:hover {
    color: #fcc740;
}

/* head css */
.head {
    position: fixed;
    z-index: 9;
    background: url(../images/nav_bg.png) repeat-x center top;
    background-size: auto 100%;
    padding: 20px 50px 20px 40px;
    box-sizing: border-box;
    transition: all 0.7s ease-out 0s;
}

.head.showBg {
    background: #11256e;
}

#open-sb {
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
    right: 0px;
    top: 30px;
}

#open-sb:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    border-bottom: 1rem double #fff;
    border-top: 0.375rem solid #fff;
    width: 30px;
    height: 5px;
}

.head .top-logo {
    float: left;
    width: 25%;
}

.head .top-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 470px;
}

#so-bt {
    position: absolute;
    right: 50px;
    height: 26px;
    top: 35px;
    cursor: pointer;
}

#so-bt img {
    display: block;
    width: auto;
    height: 100%;
}

/*navBar css */
.head .navBar {
    position: relative;
    margin: 10px;
    z-index: 5;
    width: calc(75% - 60px);
    float: right;
}

.navul {
    text-align: right;
}

.navul .m {
    display: inline-block;
    z-index: 1;
    width: 96px;
    margin: 0px 20px;
    position: relative
}

.navul h3 a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    position: relative;
    z-index: 91;
    padding: 0 10px;
    text-align: center;
}

.navul .m:hover h3 a {
    color: #83D4D9;
    padding: 0 10px;
}

.navul .m:hover h3 a:after {
    width: 100%;
}

.navul .sub {
    display: none;
    /*默认隐藏*/
    width: 140px;
    background-color: rgba(0, 72, 102, .3);
    border-top: 3px solid white;
    position: absolute;
    z-index: 90;
    left: -1vw;
    top: 56px;
    float: left;
}

.navul .sub li {
    text-align: center;
}

.navul .sub li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.navul .sub li a:hover {
    /* color: #fcc740; */
    color: var(--pri);
}

.navul .m:hover .sub {
    /* display: block; */
    /* top: 40px; */
    padding: 6px 0;
    opacity: 1;
    visibility: visible;
}

/* .header-search-wrap css */
.header-search-wrap .search-box {

    padding-left: 20 px;
    height:auto;
    width:auto;
    right: auto;
    left: auto;
    top: auto;
    position: absolute;
}

.header-search-wrap .submit {
    width: 30px;
    height: 30px;
}

.header-search-wrap .ser-input {
    height: 30px;
    padding-left: 10px;
}

.header-search-wrap .search-close {
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}

.header-search-wrap {
    position: fixed;
    z-index: 19;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    background: rgba(35, 34, 34, 0.35);
    transition: all 0.5s;
    transform: translate(0, 0) scale(0);
}
/*
.header-search-contaniner {
    position: relative;
    top: 50%;
    margin: auto;
    width: 90%;
    max-width: 600px;
    height: 2.75rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    line-height: 2.75rem;
    background: #fff;
    border-radius: 25px;
} */

.header-search-wrap.show2 {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.header-search-wrap.hides1 {
    -webkit-transform: translate(0, -200%) scale(1);
    -ms-transform: translate(0, -200%) scale(1);
    transform: translate(0, -200%) scale(1);
}

.header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 1.98rem;
    height: 2.75rem;
    background: url(../../images/sub_pages/ser1.png) no-repeat center;
    background-size: 1rem;
    border: none;
    box-sizing: border-box;
}

.header-search-wrap .ser-input {
    width: calc(100% - 1.98rem);
    height: 2.75rem;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
}

.header-search-wrap .search-close {
    position: fixed;
    display: block;
    right: 50%;
    margin-right: -1.375rem;
    top: 40%;
    color: #fff;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.25rem;
    cursor: pointer;
}


/*fullSlide*/
.fullSlide {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.fullSlide .bd {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    height: auto;
}

.fullSlide .bd ul {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.fullSlide .bd ul li {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd ul li a {
    display: block;
    width: 100% !important;
    padding-bottom: 29%;
    background-size: cover;
}

.fullSlide .hd {
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 40px;
    z-index: 1;
    background: url(../../images/sub_pages/line.png) center repeat-x;
    padding-right: calc(50% - 600px);
}

.fullSlide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.fullSlide .hd ul li {
    float: left;
    margin-left: 30px;
    width: 16px;
    height: 24px;
    line-height: 999;
    background: url(../../images/sub_pages/hd_li.png) center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.fullSlide .hd ul li:first-child {
    margin: 0px;
}

.fullSlide .hd ul li.on {
    background: url(../../images/sub_pages/hd_li_on.png) center no-repeat;
    background-size: 100% auto;
    width: 36px;
    height: 24px;
}

.fullSlide-btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 9;
    display: block !important;
    width: 60px;
    height: 60px !important;
    overflow: hidden;
    cursor: pointer;
    color: rgb(44, 94, 206);
    opacity: 0.5;
}

.fullSlide-btn:hover {
    opacity: 1;
}

.fullSlide-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.fullSlide a.prev {
    left: 32px;
}

.fullSlide a.next {
    right: 32px;
}

#goNext {
    display: block;
    position: absolute;
    bottom: 28px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
}

#goNext img {
    display: block;
    width: 100%;
    height: auto;
}

/* .service css */
.service-bg {
    background: url(../../images/sub_pages/part_fw.png) center no-repeat;
    background-size: cover;
    padding: 45px 0px;
    padding-bottom: 30px;
}

.service {
    overflow: hidden;
}

.service .part-left {
    width: 0px;
    height: 80px;
    float: left;
    background: url(../images/h_icon.png) left bottom no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-top: 0px;
    border-radius: 0px 25px 0px 25px;
    border: 1px solid rgb(41, 69, 175);
    transition: all 0.4s ease-in-out;
}

.service .part-left .part-title h5 {
    display: inline-block;
    float: none;
}

.service .part-right {
    width: calc(100% - 20px);
}

.service .part-right ul {
    overflow: hidden;
}

.service .part-right ul li {
    float: left;
    width: calc(15% - 30px);
    margin: 15px 23px;
}

.service .part-right ul li a {
    display: block;
    color: #555;
    font-size: 18px;
    background: rgba(240, 240, 240, .8);
    text-align: center;
    padding: 15px 0px;
}

.icons-block .icon-item {
    border-radius: 0px 25px 0px 25px;
    border: 1px solid rgb(41, 69, 175);
    transition: all 0.4s ease-in-out;
}

.icons-block .icon-con {
    position: relative;
    padding-top: 53.8%;
}

.icons-block .icon-con img {
    transition: all 0.4s ease;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
}

.icons-block .icon-item:hover img {
    transform: scale(1.15);
}

.icons-block .icon-title {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.icon-con .after {
    opacity: 0;
    filter: Alpha(opacity=00);
}

.icon-item:hover .after {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.icon-item:hover .before {
    opacity: 0;
    filter: Alpha(opacity=00);
}

.service .part-right ul li a:hover {
    background: rgb(41, 69, 175) /*#004C66*/;
    color: #fff;
}

/* .part3 */
.part3 {
    overflow: hidden;
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
}

.part3-block {
    width: 100%;
    max-width: 600px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.part3 .part-left {
    position: relative;
    z-index: 3;
    height: 550px;
    background: url(../images/part_kj.png) right bottom no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.part3 .part-left .part-title {
    margin: 60px 0px;
}

.part3 .part-left .part-title h5 {
    display: inline-block;
    float: none;
    background: url(../images/h_bg1.png) center no-repeat;
    color: #fff;
}

.part-left .part3-block {
    right: 0px;
}

.part3-block .icons-block li {
    float: left;
    width: calc(33.33% - 30px);
    margin-right: 30px;
}

.part3-block .icons-block li a {
    display: block;
    color: #fff;
    font-size: 18px;
    background: url(../images/pp.png) repeat;
    text-align: center;
    padding: 30px 0px;
}

.part3-block .icons-block .icon-span {
    font-size: 14px;
    padding: 5px 0px;
    opacity: 0.4;
}

.part3-block .icons-block li a:hover {
    color: #fcc740
}

.part3 .part-right {
    position: relative;
    height: 550px;
    background: url(../images/part_gj.png) left top no-repeat;
    background-size: cover;
    margin-top: 0px;
    overflow: hidden;
}

.part-right .part3-block {
    left: 0px;
    top: 30px;
    background: rgba(230, 230, 230, .7);
    border-radius: 0px 60px 0px 0px;
    padding: 25px 35px 25px 20px;
    box-sizing: border-box;
}

.part-right .part-container {
    overflow: hidden;
    height: calc(100% - 60px);
    min-height: 240px;
    margin-top: 10px;
}

.tagcloud, .tagcloud_ani {
    position: relative;
    width: 100%;
    z-index: 8;
    min-width: 320px !important;
    height: 100%;
}

.tagcloud a { /*position: absolute;top: 0;left: 0;*/
    display: inline-block;
    margin: 10px;
    color: #2945af;
    font-size: 16px;
    border: 1px solid #e6e7e8;
    border-radius: 18px;
    background-color: #eaeaeb;
    padding: 8px 30px 8px 10px;
    width: 90%;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-box-shadow: 3px 2px 4px 0 rgba(151, 142, 136, .34);
    -ms-box-shadow: 3px 2px 4px 0 rgba(151, 142, 136, .34);
    -moz-box-shadow: 3px 2px 4px 0 rgba(151, 142, 136, .34);
    -webkit-box-shadow: 3px 2px 4px 0 rgba(151, 142, 136, .34);
    box-shadow: 3px 2px 4px 0 rgba(151, 142, 136, .34);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')"; /*兼容ie7/8*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9); /*strength是阴影大小，direction是阴影方位，单位为度，可以为负数，color是阴影颜色 （尽量使用数字）使用IE滤镜实现盒子阴影的盒子必须是行元素或以行元素显示（block或inline-block;）*/
}

.tagcloud a:hover {
    color: #fff;
    background: #2945af;
}

/* part4 css */
.part4-bg {
    position: relative;
    margin-top: -60px;
    z-index: 2;
    background: url(../images/part_tz.png) center no-repeat;
    background-size: cover;
    padding-top: 80px;
}

.part4 {
    padding: 40px 0px;
}

.setItems {
    display: none;
}

.part4 .webItems.part-title {
    position: absolute;
    z-index: 2;
    border: 5px solid #fff;
    line-height: unset;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    padding: 60px 0px;
    box-sizing: border-box;
    text-align: center;
    background: url(../images/tz_h.png) center no-repeat;
    background-size: cover;
}

.part4 .webItems.part-title h5 {
    float: none;
    background: url(../images/h_bg1.png) center no-repeat;
    color: #2945af;
    height: 75px;
    line-height: 80px;
}

.part4 .webItems.part-title a {
    float: none;
    color: #2945af;
    margin-top: 20px;
}

.part4 .part-title a:hover {
    color: #fcc740;
}

/* part-title 动画（向外扩散变大）的圆圈 第一个圆 */
.title-pulse {
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border: 1px solid #5e784f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* 产生动画（向外扩散变大）的圆圈 第二个圆 */
.title-pulse1 {
    box-sizing: border-box;
    position: absolute;
    width: 340px;
    height: 340px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border: 1px solid #2945af;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.orange a {
    color: #fff;
    background: rgb(41, 69, 175);
    background: -moz-linear-gradient(top, rgba(255, 183, 0, 1) 0%, rgba(255, 140, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 183, 0, 1)), color-stop(100%, rgba(255, 140, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 183, 0, 1) 0%, rgba(255, 140, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 183, 0, 1) 0%, rgba(255, 140, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 183, 0, 1) 0%, rgba(255, 140, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 183, 0, 1) 0%, rgba(255, 140, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb700', endColorstr='#ff8c00', GradientType=0);
    border: 0px solid #e59500;
    width: 20%;
    float: left;
    margin: 0 20px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.orange: a:hover {
    color: #333;
    background: rgb(161, 76, 102);
    background: -moz-linear-gradient(top, rgba(255, 203, 72, 1) 0%, rgba(255, 156, 35, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 203, 72, 1)), color-stop(100%, rgba(255, 156, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 203, 72, 1) 0%, rgba(255, 156, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 203, 72, 1) 0%, rgba(255, 156, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 203, 72, 1) 0%, rgba(255, 156, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 203, 72, 1) 0%, rgba(255, 156, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb48', endColorstr='#ff9c23', GradientType=0);
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

/* part4-news */
.part4-news ul {
    overflow: hidden;
}

.part4-news ul li {
    float: left;
    max-width: 386px;
    width: calc(50% - 150px);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
}

.part4-news li:nth-child(2), .part4-news li:nth-child(4), .part4-news li:nth-child(6), .part4-news li:nth-child(8) {
    float: right;
    margin-left: calc(33.33% - 50px);
}

.part4-news ul li a {
    display: block;
    padding: 24px 0px;
    padding-left: 80px;
    height: 136px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    color: #333;
}

.news-time {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 20px;
    overflow: hidden;
    color: #2945af;
    text-align: center;
}

.news-time h5 {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
}

.news-time span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.news-con {
    padding: 0px 20px;
}

.news-con .news-hh {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-con .news-tt {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.part4-news ul li a:hover { /*background:url(../images/tz_li.png) center no-repeat;background-size:100% 100%; */
    box-shadow: 0 0 10px #969696;
    -webkit-box-shadow: 0 0 10px #969696;
    -o-box-shadow: 0 0 10px #969696;
    -moz-box-shadow: 0 0 10px #969696;
    background: rgba(250, 250, 250, .9);
}

/* part4-news1 */
.part4-news1 ul {
    overflow: hidden;
}

.part4-news1 ul li {
    float: left;
    max-width: 386px;
    width: calc(50% - 150px);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
}

.part4-news1 li:nth-child(2), .part4-news1 li:nth-child(4), .part4-news1 li:nth-child(6), .part4-news li:nth-child(8) {
    float: right;
    margin-left: calc(33.33% - 50px);
}

.part4-news1 ul li a {
    display: block;
    padding: 24px 0px;
    padding-left: 80px;
    height: 236px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    color: #333;
}

.news-time1 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 20px;
    overflow: hidden;
    color: #2945af;
    text-align: center;
}

.news-time1 h5 {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
}

.news-time1 span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.news-con1 {
    padding: 0px 20px;
}

.part4-news1 .news-hh1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.part4-news1 .news-tt1 {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.part4-news1 ul li a:hover { /*background:url(../images/tz_li.png) center no-repeat;background-size:100% 100%; */
    box-shadow: 0 0 10px #969696;
    -webkit-box-shadow: 0 0 10px #969696;
    -o-box-shadow: 0 0 10px #969696;
    -moz-box-shadow: 0 0 10px #969696;
    background: rgba(250, 250, 250, .9);
}

/* slideTxtBox css */
.slideTxtBox {
    width: 100%;
    padding: 40px 0px;
    margin-bottom: 100px;
}

.slideTxtBox .tab-hd {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgb(41, 69, 175);
}

.slideTxtBox .tab-hd ul {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.slideTxtBox .tab-hd ul li {
    display: inline-block;
    cursor: pointer;
    color: #555;
    height: 55px;
    line-height: 60px;
}

.slideTxtBox .tab-hd ul li h5 {
    display: inline-block;
    font-weight: normal;
    margin: 0px 0px;
    padding: 0 30px;
    font-size: 18px;
    color: #666;
    height: 60px;
}

.tab-more {
    display: none;
    color: #999;
    position: absolute;
    right: 0px;
    font-size: 16px;
}

.tab-more:hover {
    color: #fcc740;
}

.slideTxtBox .tab-hd ul li.on h5 {
    font-size: 24px;
    font-weight: bold;
    background: rgb(41, 69, 175);
    background-size: auto 100%;
    color: #fff;
    background: rgb(41, 69, 175);
    padding: 0px 10px;
    border-radius: 15px 15px 0 0;
}

.slideTxtBox .tab-hd ul li.on .tab-more {
    display: inline-block;
}

.slideTxtBox .tab-bd div.slideBlock {
    margin-top: 55px;
    position: relative;
    height: 420px;
}

/*tabSlide*/
.tabSlide {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 20px 0px 20px 0px;
    width: 100%;
}

.tabSlide .bd {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    height: auto;
}

.tabSlide .bd ul {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.tabSlide .bd ul li {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 420px;
    overflow: hidden;
}

.slide-bg {
    width: 100% !important;
    height: 100%;
    background-size: cover;
    transition: all 0.4s ease;
}

.tabSlide .bd ul li:hover .slide-bg {
    transform: scale(1.15);
}

.slide-title {
    display: block;
    color: #fff;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 10px;
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.slide-title:hover {
    color: #fcc740;
}

.slide-title .slide-hh {
    float: left;
    max-width: calc(100% - 140px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slide-title .slide-time {
    float: right;
    width: 120px;
    overflow: hidden;
    color: #666;
}

.slide-title .slide-time h5 {
    float: left;
    font-size: 26px;
    color: #fcc740;
    max-width: 40px;
    overflow: hidden;
}

.slide-title .slide-time span {
    display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    max-width: 160px;
    overflow: hidden;
}

.tabSlide .hd {
    display: none;
}

.tabSlide-btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    display: block !important;
    width: 50px;
    height: 50px !important;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
}

.tabSlide-btn:hover {
    opacity: 1;
}

.tabSlide-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.tabSlide a.tabSlide-prev {
    left: 8px;
}

.tabSlide a.tabSlide-next {
    right: 8px;
}

.slideBlock .part-right {
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
}

.slideBlock .part-right .hr {
    position: absolute;
    left: 51px;
    top: 30px;
    width: 1px;
    height: calc(100% - 40px);
    background: #ccc;
}

.tabNews li {
    padding: 10px 0px;
    padding-left: 60px;
    position: relative;
    color: #666;
}

.tabNews .dot {
    position: absolute;
    left: 0px;
    top: 18px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid #ccc;
    background: #fff;
}

.tabNews-time {
    position: absolute;
    left: 60px;
    top: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #2945af;
}

.tabNews-title a {
    display: inline-block;
    padding-left: 80px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 16px;
}

.tabNews-con {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.tabNews li:hover .dot {
    background: #004C66;
    border-color: #004C66;
}

.tabNews li:hover a {
    color: #004C66;
}

/* foot */
.foot-bg {
    background: url(../../images/background/foot_bg.png) center top rgb(27, 53, 149);
    position: relative;
}

.foot-tags {
    position: absolute;
    width: 150px;
    height: auto;
    top: -70px;
    left: 50%;
    margin-left: -75px;
}

.foot {
    padding: 40px 0px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.foot-logo {
    position: absolute;
    width: 280px;
    height: 90px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.foot-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.foot-txt {
    float: left;
    width: calc(50% - 150px);
    max-width: 360px;
    margin-top: 40px
}

.foot-txt p {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 50px;
    background-size: 38px auto;
    margin-top: 11px;
}

.foot-code {
    float: right;
    width: calc(50% - 150px);
    max-width: 190px;
    text-align: center;
}

.code-i img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 120px;
}

.code-tips {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.copyright {
    background: rgb(17, 37, 110);
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #b2bcac;
    line-height: 24px;
}

.copyright a {
    font-size: 14px;
    color: #b2bcac;
}

.fixed-box {
    position: fixed;
    width: 136px;
    height: 136px;
    right: 30px;
    bottom: 50%;
    margin-top: -68px;
    z-index: 9;
    transition: all 0.7s ease-out 0s;
}

.fixed-box.fixed-bottom {
    bottom: 3%;
    margin: 0px;
}

.fixed-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fixed-icon {
    position: absolute;
    width: 84px;
    height: 84px;
    top: 26px;
    left: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 2;
}

.fixed-icon img {
    width: 100%
}

/* 产生动画（向外扩散变大）的圆圈 第一个圆 */
.fixed-pulse {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border: 10px solid #3399ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* 产生动画（向外扩散变大）的圆圈 第二个圆 */
.fixed-pulse1 {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border: 10px solid #3399ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.fixed-title {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    font-size: 16px;
    color: #1e579a
}

.fixed-title.white {
    color: #fff
}