<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑"
}

html {
    box-sizing: border-box;
    font-size: 14px;
    font-family: "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;

}

a {
    text-decoration: none;
    transition: all .3s ease-in;
    background-color: transparent;
    color: #777;
    cursor: pointer;
}

a:hover {
    color: #2B2F3D
}

ul {
    list-style: none
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: none
}

.banner-top.index {
    position: relative;
    height: 620px
}

.container {
    width: 1200px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: relative
}

.container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.base {
    color: #1f58af;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.bg-red {
    background-color: #e54d42;
    color: #ffffff;
}

.bg-orange {
    background-color: #f37b1d;
    color: #ffffff;
}

.bg-yellow {
    background-color: #fbbd08;
    color: #333333;
}

.bg-olive {
    background-color: #8dc63f;
    color: #ffffff;
}

.bg-green {
    background-color: #39b54a;
    color: #ffffff;
}

.bg-cyan {
    background-color: #1cbbb4;
    color: #ffffff;
}

.bg-blue {
    background-color: #1f58af;
    color: #ffffff;
}

.bg-purple {
    background-color: #6739b6;
    color: #ffffff;
}

.bg-mauve {
    background-color: #9c26b0;
    color: #ffffff;
}

.bg-pink {
    background-color: #e03997;
    color: #ffffff;
}

.bg-brown {
    background-color: #a5673f;
    color: #ffffff;
}

.bg-grey {
    background-color: #8799a3;
    color: #ffffff;
}

.bg-gray {
    background-color: #f4f4f4;
    color: #333333;
}

.bg-black {
    background-color: #333333;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    color: #666666;
}

.text-red,
.line-red,
.lines-red {
    color: #e54d42;
}

.text-orange,
.line-orange,
.lines-orange {
    color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
    color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
    color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
    color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
    color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
    color: #1f58af;
}

.text-purple,
.line-purple,
.lines-purple {
    color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
    color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
    color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
    color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
    color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
    color: #666666;
}

.text-black,
.line-black,
.lines-black {
    color: #000000 !important;
}

.text-white,
.line-white,
.lines-white {
    color: #ffffff;
}

/* 超出一行省略号 */
.one-omit {
    white-space: nowrap;
    /*规定段落中的文本不进行换行*/
    overflow: hidden;
    /*内容会被修剪，并且其余内容是不可见的。*/
    text-overflow: ellipsis;
    /*显示省略号来代表被修剪的文本*/
}

.two-omit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.five-omit {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.omit3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.omit6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.dsblock {
    display: block
}

.dsnone {
    display: none
}

.f-left {
    float: left !important
}

.f-right {
    float: right !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-tb-10 {
    padding: 10px 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-tb-20 {
    padding: 20px 0 !important;
}

.p-20 {
    padding: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.border-t {
    border-top: 1px solid #e5e5e5;
}

.m-b-20 {
    margin-bottom: 10px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-bold {
    font-weight: bold !important;
}


.text-xs {
    font-size: 10px !important;
}

.text-sm {
    font-size: 12px !important;
}

.text-df {
    font-size: 14px !important;
}

.text-lg {
    font-size: 16px !important;
}

.text-xl {
    font-size: 18px !important;
}

.text-xxl {
    font-size: 22px !important;
}

.text-xxxl {
    font-size: 28px !important;
}

.text-sl {
    font-size: 40px !important;
}

.text-xsl {
    font-size: 60px !important;
}

/*滚动条整体样式start*/
textarea::-webkit-scrollbar,
.chosen-results::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

textarea::-webkit-scrollbar-thumb,
.chosen-results::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    background: #dddddd;
}

textarea::-webkit-scrollbar-track,
.chosen-results::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background: #ffffff;
}

.p_but {
    display: inline-block;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    background-color: #1f58af;
    border: 1px solid #1f58af;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 3px;
    padding: 0 10px;
}

.p_but:hover {
    background-color: #0065ff;
    border-color: #0065ff
}


.p_but.geige {
    background-color: #ff7928;
    border-color: #ff7928
}

.p_but.geige:hover {
    background-color: #ff6000;
    border-color: #ff6000
}

.icons {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    background-size: 25px;
    vertical-align: middle;
}

.e1 {
    background-position: 0 0px;
}

.e2 {
    background-position: 0 -25px;
}

.e3 {
    background-position: 0 -50px;
}

.e4 {
    background-position: 0 -75px;
}

.e5 {
    background-position: 0 -100px;
}

.e6 {
    background-position: 0 -125px;
}

.e7 {
    background-position: 0 -150px;
}

.e8 {
    background-position: 0 -175px;
}

.e9 {
    background-position: 0 -200px;
}

.e10 {
    background-position: 0 -225px;
}

.e11 {
    background-position: 0 -250px;
}

.e12 {
    background-position: 0 -275px;
}

/* top按钮 */
.top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10%;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    background: url(../images/back_to_top.png) no-repeat left 50%;
    width: 60px;
    height: 60px;
    background-size: 100%;
    z-index: 9999;
}

.top:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

/* footer */
.fa-footer {
    background: #0e1014;
}

.fa-footer div {
    height: 40px;
    overflow: hidden;
}

.fa-footer div p {
    color: #fff;
    line-height: 40px;
    margin: 0 50px 0 0;
    display: inline;
}

.fa-footer div p a {
    color: #fff;
}

.fa-footer div p a:hover {
    color: #fff;
    text-decoration: underline;
}

.fa-footer div p span {
    margin: 0 10px;
}

.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #21222a;
    min-height: 200px;
}

.footer a {
    color: #fff;
}

.footer-main {
    margin: 0 auto;
    padding: 35px 0;
}

.footer-menu {
    height: 35px;
    width: 100%;
    line-height: 35px;
}

.footer-menu ul {
    opacity: 1;
    text-align: center;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

.footer-menu ul li a:hover {
    color: #1f58af;
}

.footer-line {
    display: table;
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    padding: 30px 0;
    color: #ffffff;
    width: 100%;
}

.footer-line:before {
    background-position: right 1em top 50%;
}

.footer-line:after {
    background-position: left 1em top 50%;
}

.footer-line:after,
.footer-line:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.footer p img {
    vertical-align: bottom;
}

/* header */
header {
    z-index: 1000;
    position: relative;
    background: #fff
}

/* 顶部 */
.topnav {
    position: relative;
    z-index: 1001;
    margin-bottom: 0;
    /* padding: 3px 0; */
    box-sizing: content-box;
    background-color: #333333;

}

.topnav .navbar {
    height: 34px;
    min-height: 34px;
    background-color: #333333
}

.topnav .navbar .navbar-nav&gt;li {
    color: #FFF;
    line-height: 34px;
    height: 34px;
    padding: 0;
    box-sizing: border-box;
}

.topnav .navbar .navbar-nav&gt;li&gt;a {
    color: #fff !important;
    padding: 8px 22px;
    position: relative;
    line-height: 34px;
    height: 34px;
    font-size: 14px
}

.navbar-nav {
    font-size: 14px;
    position: relative;
}

.navbar-nav&gt;li {
    float: left
}

header .navbar .navbar-nav&gt;li:last-child {
    margin-right: 0
}



/* 二级菜单 */
.top-menu-header {
    background: #ffffff !important;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

.dropdown-menu {
    position: absolute;
    background: #fff;
    padding: 10px 0;
    min-width: 110px !important;
    margin-top: 1px;
    border-top: 1px solid #e5e5e5;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);

}

.dropdown-menu&gt;li&gt;a {
    color: #333;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap
}

.dropdown-menu&gt;li&gt;a:hover {
    color: #1f58af
}



.dropdown-menu .wechart-img {
    width: 137px;
    color: #989898;
}

.dropdown-menu .wechart-img img {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.dropdown-menu .wechart-img p {
    color: #ffffff;
    font-size: 16px;
}





header.fixed {
    z-index: 1001;
    position: fixed;
    width: 100%;
    top: 0;
    /* background: linear-gradient(45deg, #10559e 3%, #1e88e5 55%, #40baf5 91%); */
    background: #fff;
    padding: 0 0;

    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);



}

header.fixed .navbar .navbar-header {
    /*margin-top: 20px*/
    margin-top:10px
}

header.fixed .navbar .navbar-brand {
  /*  width: 199px;
    height: 25px;*/
  width:150px;
  height:50px;
    background-size: 199px 25px
}


header .navbar {
    margin: 0;
    border: 0 none;
    background-color: #fff;
    position: relative;
    min-height: 50px;
    border-radius: 4px
}

header .navbar .navbar-header {
    display: block;
    float: left
}

    header .navbar .navbar-brand {
        display: inline-block;
        padding: 0;
        width: 159px;
        height: 70px;
        background: url(../images/logo.png) no-repeat left 50%;
        background-size: 100% !important;
        text-indent: -999em;
    }

.header .topnav .navbar .navbar-nav {
    margin-left: 0
}


header .navbar .navbar-nav&gt;li:last-child {
    margin-right: 0
}

header .navbar .navbar-nav&gt;li&gt;a {
    color: #333333;
    font-size: 16px;
    line-height: 70px;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase
}

header .navbar .navbar-nav&gt;.active&gt;a,
header .navbar .navbar-nav&gt;.active&gt;a:focus,
header .navbar .navbar-nav&gt;.active&gt;a:hover,
header .navbar .navbar-nav&gt;li&gt;a:focus,
header .navbar .navbar-nav&gt;li&gt;a:hover {
    color: #fff;
    background-color: #1f58af;
    border-radius: 5px;
}


header .navbar .navbar-nav&gt;.on&gt;a,
header .navbar .navbar-nav&gt;.on&gt;a:focus,
header .navbar .navbar-nav&gt;.on&gt;a:hover {
    color: #fff;
    background-color: #1f58af;
    border-radius: 5px;
}

header .topnav .navbar .navbar-nav&gt;.active&gt;a,
header .topnav .navbar .navbar-nav&gt;.active&gt;a:focus,
header .topnav .navbar .navbar-nav&gt;.active&gt;a:hover,
header .topnav .navbar .navbar-nav&gt;li&gt;a:focus,
header .topnav .navbar .navbar-nav&gt;li&gt;a:hover {
    background-color: #262525;
    border-radius: 0;
}

header .topnav .navbar .navbar-nav&gt;.active&gt;a .fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

header .topnav .navbar .navbar-nav .dropdown-menu {
    background: #262525;
    margin-top: 0px;
    border-top: none;
}

header .topnav .navbar .navbar-nav .dropdown-menu&gt;li&gt;a {
    color: #fff;
}

.col-xs-12 {
    width: 100%;
    /* float: left;
    position: relative */
}


.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

/* home按钮 */

header .navbar .navbar-nav&gt;li.home {
    line-height: 20px;
    color: #333333;
    font-size: 16px;
    position: relative;
    display: block;
    color: #fff;
    position: absolute;
    left: -90px;
    top: 0;
    height: 78px;
    width: 80px;
    background-size: 80px 78px;
}

header .navbar .navbar-nav&gt;li.home.on {
    color: #fff;
    background: url(../images/home-bg.png);
    background-size: 80px 78px;
}

header .navbar .navbar-nav&gt;li.home:hover {
    color: #fff;
    background: url(../images/home-bg.png);
    background-size: 80px 78px;
}

.indexsy {
    color: #fff;
    background: url(../images/home-bg.png);
    background-size: 80px 78px;
}
.indexsy a {
    color: #fff !important;
}


header .navbar .navbar-nav &gt; li.home &gt; a {
    background-color: transparent;
    padding: 5px 23px;
}

header .navbar .navbar-nav&gt;li.home.on&gt;a {
    color: #fff;

}

header .navbar .navbar-nav&gt;li.home:hover&gt;a {
    color: #fff;
    background-color: transparent;
}



/* index */
.m2pos {
    position: relative;
    padding: 0 0;
    z-index: 5;
    margin-top: -40px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    background: #283a51;
    height: 40px;
    overflow: hidden;
    color: #ffffff;
}

.m2pos .quee {
    width: 600px;
    margin: 0 auto;
}

.m2pos li a {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

.m2pos li {
    height: 40px;
    line-height: 40px;
    color: #ffffff;

}

.m2pos li .date {
    float: right
}

.m2pos li .more {
    float: right;
}


/* 轮播图 */
.slideBox {
    width: 100%;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    z-index: 1000
}

.slideBox .hd ul {
    text-align: center;
    width: 100%
}

.slideBox .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff
}

.slideBox .bd {
    /* height: 570px; */
    position: relative;
    width: 100%;
    overflow: hidden
}

.slideBox .bd li {
    /* height: 570px; */
    width: 100%
}

.slideBox .item {
    height: 570px
}


.slideBox .item .container p.banner-title {
    color: #fff;
    -webkit-font-smoothing: initial;
    font-size: 50px;
    line-height: 55px
}

.slideBox .item .container p.banner-title span {
    font-size: 36px;
    margin-top: 8px
}

.slideBox .item .container ul.banner-slogan {
    margin-top: 10px;
    left: 0 !important;
    width: 487px !important
}

.slideBox .item .container ul.banner-slogan li {
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
    line-height: 28px;
    height: auto;
    left: 0 !important;
    width: auto !important
}

.slideBox .item .container .col-sm-7 {
    width: 58.33333333%;
    float: left
}

.slideBox .item .container .col-sm-5 {
    width: 41.66666667%;
    float: left
}

.free-use-btn.btn-white {
    padding: 0 35px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px rgba(255, 255, 255, .5) solid;
    color: #fff;
    margin-top: 20px;
    border-radius: 3px
}

.free-use-btn.btn-white:hover {
    border-color: #fff
}

.slideBox .next,
.slideBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: .5;
    transform: scale(.6)
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px
}

.slideBox .next:hover,
.slideBox .prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.slideBox .prevStop {
    display: none
}

.slideBox .nextStop {
    display: none
}


/* 列表 */
.index-list {
    padding: 50px 0 20px 0;
    overflow: hidden;
}

.index-list .col-xs-4 {
    padding: 0 5px;
}

.index-list .col-xs-6 {
    padding: 0 5px;
    width: 20%;
    float: left
}

.index-list .col-xs-2 {
    padding: 0 5px;
    width: 40%;
    float: left
}

.index-list .index-bq-one {
    padding: 0 0 5px 0;
    overflow: hidden;
    position: relative;

}

.index-list .index-bq-one {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index-list .index-bq-one:hover img {
    transform: scale(1.06, 1.06);
}

.index-list .index-bq-one .titc {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-indent: 30px;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.index-list .index-bq-one ul {
    padding-left: 0;
    margin-top: 10px;
}

.index-list .index-bq-one ul li {
    list-style: none;
    line-height: 30px;
    font-size: 13px;
    color: #767676;
}

.index-list .index-bq-one ul li b {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 10px
}

.index-tui-new .new-mj {
    position: absolute;
    right: 15px;
    top: 5px;
    background: linear-gradient(70deg, #ffa909 3%, #ff9d06 55%, #ff9102 91%) !important;
    padding: 0 5px;
    color: #fff;
    height: 16px;
    line-height: 14px;
    border-radius: 8px 0 8px 0;
    font-size: 6px
}

.index-tui-new .title-mj {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.index-list .index-bq-one ul li span b {
    color: #1e88e5
}



.index-list .col-xs-6 .col-xs-5 {
    width: 41.66666667%;
    padding-left: 0;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px
}

.index-list .col-xs-6 .col-xs-7 {
    width: 58.33333333%;
    padding-right: 0;
    float: left
}

.index-list .col-xs-6 .col-xs-8 {
    width: 58.33333333%;
    padding-right: 0;
    float: left
}

.index-tui-new {
    position: relative;

}

/* 锚点菜单 */
.profile_content {
    width: 100%;
    margin-top: 15px;
}





.profile_content .panel-heading .title {
    width: 100%;
    padding-bottom: 30px;
}

.profile_content .panel-heading .title h3 {
    font-size: 24px;
    font-weight: normal;
    display: block;
    line-height: 22px;
    padding: 5px 30px;
    height: 44px;
    box-sizing: border-box;
    position: relative;
}

.profile_content .panel-heading .title h3.bg {
    background: url(../images/title-bg.png) no-repeat left center;
    background-size: 160px 44px;
}

.profile_content .panel-heading .title h3.lin::after {
    content: "";
    background: #1f58af;
    height: 3px;
    width: 32px;
    position: absolute;
    left: 48.5%;
    bottom: 0;
}

.profile_content .panel-heading .title h3.lin-white::after {
    content: "";
    background: #ffffff;
    height: 3px;
    width: 32px;
    position: absolute;
    left: 48.5%;
    bottom: 0;
}

.profile_content .panel-heading .title p {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "AvantGardeITVbyBT Book", arial;
}

.profile_content .panel-heading .title h3 b {
    display: inline-block;
}

/* 横向二级标题 */


.m2menu {
    border-bottom: 1px solid #DDD;
    text-align: center;
    background: #283a51;
}

.m2menu_cnt {
    width: 100%;
}

.m2menu_cnt p a {
    color: #fff;
}


.m2menu_cnt p.sec {
    padding: 0 4px;
    margin: 0 25px;
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    position: relative;
}

.m2menu_cnt p.sec:after {
    content: "";
    background: #40B572;
    height: 3px;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all .5s ease-in-out;
}



.m2menu_cnt ul {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px
}

.m2menu_cnt ul li {
    float: left;
    padding-left: 18px;
    width: 100%;
    line-height: 23px
}

.m2menu_cnt ul li a {
    color: #333
}

.m2menu_cnt ul li a:hover {
    color: #03529e
}

.m2menu_cnt p.sec a:hover,
.m2menu_cnt p.sec.on a {
    font-weight: 700;
    color: #40b572;
}

.m2menu_cnt p.sec:hover:after,
.m2menu_cnt p.sec.on:after {
    width: 100%;
    left: 0;
}


.m2menu_cnt .on a.sec {
    font-weight: 700;
    color: #40b572;


}

/* about */







.company .nr {
    position: relative;
    padding-right: 400px;
}



.company .nr .lmtit {
    text-align: left;
    margin-bottom: 5px;
    line-height: 24px;
    text-indent: 2em
}



.company .nr ul.left li {
    display: block;
    width: 30%;
    float: left;
    margin: 8px auto;
    margin-right: 5%;
}

.company .nr ul.left li:nth-child(3n+3) {
    margin-right: 0;
}

.company .nr ul.left li .pic {
    overflow: hidden;
}

.company .nr ul.left li .pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.company .nr ul.left li:hover img {
    transform: scale(1.1, 1.1);
}

.company .nr ul.left li .tit {
    margin-top: 15px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #333333;
}

.company .nr ul.left li p {
    line-height: 24px;
    text-align: justify;

}

.company .nr .right {
    max-width: 370px;
    position: absolute;
    right: 0;
    top: 0;
}

.company .nr .right .wz .tit {
    padding: 40px 10px 20px 10px;
    font-size: 18px;
}

.company .nr .right .wz img {
    width: 100%;
}


.company .nr .right .gg {
    padding: 20px 20px;
    margin-bottom: 40px;
}

.company .nr .right .gg ul li {
    display: block;
    font-size: 14px;
    padding: 0 10px;
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    color: #666;
}

.company .nr .right .gg ul li:hover {
    background: #0082be;
    color: #fff;
}






.picScroll-img {
    position: relative;
    margin-bottom: 10px;
}

.picScroll-img .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    text-align: center;
}

.picScroll-img .hd ul {
    text-align: center;
    padding-top: 5px;
}

.picScroll-img .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 3px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoLine.png") -23px 0 no-repeat;
}

.picScroll-img .hd ul li.on {
    background-position: 0 0;
}

.picScroll-img .bd {
    margin: -10px -20px;
}

.picScroll-img .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.picScroll-img .bd ul li {
    /* margin: 0 8px; */
    float: left;
    text-align: center;
    width: 33.33%;
    display: block;
    overflow: hidden;
    transition: all .5s;
    min-height: 500px;
    cursor: pointer;
}

.picScroll-img .bd ul li:hover {
    transform: scale(1.1, 1.1);
}

.picScroll-img .bd ul li .pic {
    text-align: center;
}

.picScroll-img .bd ul li .pic img {
    width: 100%;
    display: block;
    padding: 2px;
    transition: all .5s;
}


.picScroll-img .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-img .bd ul li .title {
    line-height: 24px;
    padding: 20px;
    text-align: justify;
}

.picScroll-img .bd ul li .title h3 {
    font-size: 20px;
    color: #1a6bc1;
    font-weight: normal;
    margin: 20px 0;
}

.picScroll-img .bd ul li .title span {
    font-size: 17px;
    color: #333333;
    text-decoration: none;
}


.picScroll-img .bd ul li .title p {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.picScroll-img .bd ul li .title .m2nMore {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}



.layB {
    padding: 0px 15px;
    position: relative;
}


.layB .slide {
    width: 100%;
    overflow: hidden;
}

.layB .slide ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.layB .slide ul li {
    display: inline;
    line-height: 20px;
    width: 25%;
    padding: 10px;
    float: left;
    text-align: center;
    margin-bottom: 30px;

}

.layB .slide ul li img {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.layB .slide ul li img:hover {
    transform: scale(1.1, 1.1);
}



.layB .slide ul li a:hover img {
    border-color: #888;
}



.layB .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    text-align: center;
}

.layB .hd ul {
    text-align: center;
    padding-top: 5px;
}

.layB .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 3px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoLine.png") -23px 0 no-repeat;
}

.layB .hd ul li.on {
    background-position: 0 0;
}

/* new */

.txtScroll-new {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.txtScroll-new .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
}

.txtScroll-new .hd ul {
    text-align: center;
    padding-top: 5px;
}

.picScroll-img .hd ul li.on {
    background-position: 0 0;
}

.txtScroll-new.download .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icocircular.png") -14px 0 no-repeat;
}

.txtScroll-new .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 3px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoLine.png") -23px 0 no-repeat;
}

.txtScroll-new .hd ul li.on {
    background-position: 0 0;
}

.txtScroll-new .bd {
    padding: 0 30px 15px 30px;
}


.txtScroll-new .infoList.l-btn li {
    border-bottom: 1px solid #f4f5f6;
}

.txtScroll-new .infoList li {
    height: 40px;
    line-height: 40px;
    color: #000;
    width: 100%;
    box-sizing: border-box;

}

.txtScroll-new.download .infoList li {
    height: 40px;
    line-height: 40px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f5f6;
}

.txtScroll-new .infoList li .down-btn {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    float: right;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin-top: 5px;
    background: -moz-linear-gradient(top, #e97475 0%, #ce1617 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e97475), color-stop(100%, #ce1617));
    background: -webkit-linear-gradient(top, #e97475 0%, #ce1617 100%);
    background: -o-linear-gradient(top, #e97475 0%, #ce1617 100%);
    background: -ms-linear-gradient(top, #e97475 0%, #ce1617 100%);
    background: linear-gradient(to bottom, #e97475 0%, #ce1617 100%);
}

.txtScroll-new .infoList li .date {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    color: #999999;
}


.m2ndtl_t {
    font-size: 24px;
    line-height: 38px;
    text-align: left;
}

.r1 {
    padding-top: 10px;
    text-align: left;
}

.m2ndtl_info {
    text-align: center;
    color: #999;
    line-height: 28px;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.m2ndtl_info span {
    display: inline-block;
    white-space: nowrap;
    margin: 0 9px;
}

.m2ndtl_editor {
    color: #333333;
    padding: 20px 0 35px;
    font-size: 16px;
    line-height: 35px;
}


/* investment */
/* 公司公告 */
.announcement {
    position: relative;
}

.announcement div {
    color: #fff;
    background: #ffffff;
    line-height: 20px;
    width: 450px;
    min-height: 120px;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    right: 5px;
    bottom: 28px;
    text-align: justify;
    padding: 10px;
    background: linear-gradient(-90deg, #10559e 3%, #1e88e5 55%, #40baf5 91%);
}



/* 投资者热线 */
.hotline {
    border-radius: 5px;
    padding: 30px;
    width: 480px;
    background: #fff;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .5s;
}

.hotline:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 10px 10px 40px rgba(74, 74, 74, 0.1);
}

.hotline p {
    padding: 10px;
}

.hotline span {
    color: #999999;
}

/* 股票代码 */
.shares {
    width: 600px;
    margin: 0 auto;
    margin: 20px auto;
    overflow: hidden;
}

.shares li {
    width: 33.3333%;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s;
}

.shares li :hover {
    transform: scale(1.1, 1.1);
}

.shares li p {
    overflow: hidden;
    color: #fff;
    line-height: 34px;
    white-space: nowrap;
}

.shares li b {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    white-space: nowrap;
}


/* careers */
.mainWarp {
    position: relative;
}

.mainLeft {
    width: 780px;
    float: left;
    overflow: hidden;
}

.mainRight {
    width: 240px;
    overflow: hidden;
    float: right;
}

.mainLeft .titbox {
    width: 240px;
    background: #004DA1;
    height: 80px;
    line-height: 80px;
}

.mainLeft .titbox p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.t_sert_l01 {
    width: 100%;
    font-size: 40px;
    color: #333333;
}

.n_jobxq {
    width: 100%;
    margin-top: 25px;
}

.n_jobxq_l {
    width: 69%;
    float: left;
    padding: 20px;
}

.n_jobxq_r {
    width: 30%;
    float: right;
    padding: 20px 40px;
    position: relative;
}

.n_jobxq_r .n_jobxq_r02 {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.n_jobxq_r .icons {
    transform: scale(0.8);
}

.n_lx_b {
    width: 100%;
    font-size: 25px;
    color: #333;
    padding-top: 30px;
}

.n_bottom {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.n_jobxq_l p {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    margin-bottom: 15px;
}

.n_jobxq_l p {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    margin-bottom: 15px;
}

.n_jobxq_l h3 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 20px 0;
    margin-bottom: 15px;
}

.n_jobxq_l h3 em {
    border: 2px solid #fd6b5a;
    margin-right: 5px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.btnbox {
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0
}

.btnbox .p_but {
    margin: 0 15px 0 7px
}

.btnbox .p_but:first-child {
    margin: 0 7px 0 15px
}

.map-detail {
    width: 100%;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.map-detail #mapContainer {
    width: 100%;
    height: 320px;
}

.map {
    width: 100%;
    height: 180px;
}

.map #mapContainer {
    width: 100%;
    height: 180px;
}

.careers-c {
    border-radius: 5px;
    padding: 30px;
    width: 580px;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .5s;
}





.grow-up {
    padding: 0px 15px;
    position: relative;
}


.grow-up .slide {
    width: 100%;
    overflow: hidden;
}

.grow-up .slide ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.grow-up .slide ul li {
    display: inline;
    line-height: 20px;
    width: 50%;
    padding: 10px;
    float: left;
    text-align: center;
    margin-bottom: 10px
}

.grow-up .slide ul li .con {
    height: 190px;
    padding-left: 250px;
    position: relative;
    overflow: hidden;
}

.grow-up .slide ul li .con .info {
    padding-right: 20px;
}



.grow-up .slide ul li .img {
    display: block;
    width: 230px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
}

/* 
.grow-up .slide ul li img {
    width: 100%;
    height: 200px;
    object-fit: fill;
} */

.grow-up .slide ul li img:hover {
    transform: scale(1.1, 1.1);
}



.grow-up .slide ul li a:hover img {
    border-color: #888;
}



.grow-up .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    text-align: center;
}

.grow-up .hd ul {
    text-align: center;
    padding-top: 5px;
}

.grow-up .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 3px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoLine.png") -23px 0 no-repeat;
}

.grow-up .hd ul li.on {
    background-position: 0 0;
}



.newrf_lst li {
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
}

.newrf_lst li:hover {
    height: 83px;
    border: 2px solid #085299;
    box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst li:hover p.newrf_tx a {
    color: #085299;
}

.newrf_lst li:hover p.new_rq {
    background: #085299;
    margin-top: 9px;
    margin-left: 9px;
    color: #ffffff;
}

.newrf_lst li:hover p.newrf_tx {
    margin-top: 7px;
}

.newrf_lst li .new_rq {
    width: 65px;
    height: 65px;
    background: #ffffff;
    float: left;
    text-align: center;
    color: #333333;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 15px;
    border: 1px solid #e5e5e5;
}

.newrf_lst li .new_rq span {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    padding-top: 5px;
}

.newrf_lst li .newrf_tx {
    float: left;
    margin-top: 8px;
    width: 1090px;
}

.newrf_lst li .newrf_tx a {
    color: #333;
    font-size: 17px;
    display: block;
    line-height: 36px;
    font-weight: bold;
}

.newrf_lst li .newrf_tx span {
    display: block;
    font-size: 12px;
    color: #999;
    height: 60px;
    overflow: hidden;
}

/* 招聘列表 */
.recruit-list li {
    cursor: pointer;
}

.recruit-list .infoList li a {
    color: #333333;

}

.recruit-list .infoList li a:hover {
    color: #1f58af;
}

.table-border {
    border: 1px solid #1f58af;
    background: #fff;
}

.table-border .td {
    border-right: 1px solid #becfdf;
    border-bottom: 1px solid #becfdf;
}

.table-border .td:last-child {
    border-right: none
}

.b-r-n {
    border-right: none !important
}

.table-border .infoList li {
    line-height: 39px;
}

/* li的偶数行样式 */
.recruit-list ul li:nth-child(even) .td {
    background: #f8f8f8;
}

/* li的奇数行样式 */
.recruit-list ul li:nth-child(odd) .td {
    background: #ffffff;
}

.search-info {
    padding: 10px 0 10px 130px;

}

.search-info .col-xs-2 {
    width: 160px;
}



.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #DCDFE6;
    border-color: #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.button-blue {
    color: #2e74ff;
    background-color: #ffffff;
    border-color: #2e74ff;
}

.button-blue:hover,
.button-blue:focus {
    color: #ffffff;
    background-color: #0055ff;
    border-color: #0055ff;
}

.button-danger {
    color: #fff;
    background-color: #c5383f;
    border-color: #c5383f;
}

.button-danger:hover,
.button-danger:focus {
    background: #bb2830;
    border-color: #bb2830;
    color: #fff;
}

.button-success {
    color: #fff;
    background-color: #17ba7a;
    border-color: #17ba7a;
}

.button-success:hover,
.button-success:focus {
    background: #44dba0;
    border-color: #44dba0;
    color: #fff;
}


.contact-c {
    border-radius: 5px;
    padding: 30px 0;
    width: 740px;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .5s;
}

.contact-c .col-xs-6 {
    padding: 22px 30px;

}

/* 留言 */
.el-form {
    width: 600px;
    margin: 0 auto;
}

.el-form-item {
    margin-bottom: 18px;
}


.el-form-item .el-form-item__content,
.el-form-item .item-label {
    line-height: 28px;
}

.item-label {
    line-height: 28px;
    width: 100px;
    color: #fff;
    text-align: right;
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

.el-form-item__content {
    margin-left: 100px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
}

.el-form-item {
    margin-bottom: 22px;
}

.el-button--primary {
    color: #fff;
    background-color: #5757D9;
    border-color: #5757D9;
}

.is-required .item-label:before {
    content: '*';
    color: #fb2121;
    margin-right: 4px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 1px;
    border: 1px solid #5a5a5e;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.el-input__inner:focus,
.el-textarea__inner:focus {
    border: 1px solid #ffffff;
}

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #5a5a5e;
    border-radius: 1px;
    min-height: 100px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.el-form-item .button {
    margin-top: 54px;
    margin-left: 30px;
    border-radius: 1px;
    padding: 14px 40px;
}






/* product */




.lay-pro {
    padding: 0px 15px;
    position: relative;
}


.lay-pro .slide {
    width: 100%;
    overflow: hidden;
}

.lay-pro .slide ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.lay-pro .slide ul li {
    display: inline;
    line-height: 20px;
    width: 30%;
    padding: 10px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    margin-right: 4%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;


}

.lay-pro .slide ul li:hover {
    margin-top: -6px;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);
}

.lay-pro .slide ul li:nth-child(3n+3) {
    margin-right: 0;
}

.lay-pro .slide ul li .hot-label {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 51px;
    padding: 10px;
    background: #2376eb;
    color: #fff;
    height: 50px;
    box-sizing: border-box;
    line-height: 15px;
}

.lay-pro .slide ul li img {
    width: 80px;
    object-fit: fill;
    margin: 30px auto;
}




.lay-pro .slide ul li a:hover img {
    border-color: #888;
}



.lay-pro .slide ul li .title {
    margin-top: 12px;
}

.lay-pro .slide ul li .tit {
    color: #333;
}





.lay-pro .more {
    text-align: center;

}

.lay-pro .look_more {
    margin: 0 auto;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #2e74ff;
    transition: all .5s;
    border-radius: 5px;
    padding: 10px 20px;
    color: #2e74ff;
}

.lay-pro .look_more:hover {
    background: #2e74ff;
    color: #fff;
    transition: all .5s;
    border: 1px solid #2e74ff;
}




.proScroll-img {
    position: relative;
    margin-bottom: 10px;
}

.proScroll-img .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    text-align: center;
}

.proScroll-img .hd ul {
    text-align: center;
    padding-top: 5px;
}

.proScroll-img .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icocircular.png") -14px 0 no-repeat;
}

.proScroll-img .hd ul li.on {
    background-position: 0 0;
}

.proScroll-img .bd {
    margin: -10px -20px;
}

.proScroll-img .bd .tempWrap {
    margin: 0 auto
}

.proScroll-img .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.proScroll-img .bd ul li {
    /* margin: 0 8px; */
    float: left;
    text-align: center;
    /* width: 33.33%; */
    width: 26%;
    display: block;
    overflow: hidden;
    transition: all .5s;
    min-height: 500px;
    cursor: pointer;
    margin-left: 40px;
}

.proScroll-img .bd ul li .bg-white {
    border-radius: 5px;
    box-shadow: 2px 0 4px #D5D5D5;
}

.proScroll-img .bd ul li:hover {
    transform: scale(1.1, 1.1);
}

.proScroll-img .bd ul li .pic {
    text-align: center;
}

.proScroll-img .bd ul li .pic img {
    width: 100%;
    display: block;
    padding: 2px;
    transition: all .5s;
}


.proScroll-img .bd ul li .pic a:hover img {
    border-color: #999;
}

.proScroll-img .bd ul li .title {
    line-height: 24px;
    padding: 20px;
    text-align: justify;
}

.proScroll-img .bd ul li .title h3 {
    font-size: 20px;
    color: #1a6bc1;
    font-weight: normal;
    margin: 20px 0;
}

.proScroll-img .bd ul li .title span {
    font-size: 17px;
    color: #333333;
    text-decoration: none;
}


.proScroll-img .bd ul li .title p {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.proScroll-img .bd ul li .title .m2nMore {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.notice {
    width: 100%;
    overflow: hidden;
}

.notice .tab-hd {
    height: 50px;
    color: #666666;
}

.notice .tab-hd .lin {
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 22px;
    padding: 10px 14px;
    height: 44px;
    box-sizing: border-box;
    position: relative;
}

.notice .tab-hd .lin::after {
    content: "";
    background: #2e74ff;
    height: 3px;
    width: 80px;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.notice .tab-hd li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.notice .tab-hd li a {
    display: block;
    padding: 0 14px;
    font-size: 14px;
}

.notice .tab-hd li a:hover {
    color: #2e74ff;
}

.notice .tab-hd li.on a {
    color: #2e74ff;
}

.notice .tab-hd li.on:after {
    width: 0;
    height: 0;
    left: 44%;
    top: 62px;
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); */
}

.notice .tab-bd {
    padding: 5px 15px;
    margin-top: 10px;
}

.notice .tab-bd ul {
    overflow: hidden;
    zoom: 1;
}

.notice .tab-bd .tab-pal .title {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 10px 20px 5px;
}

.notice .tab-bd .tab-pal .title em {
    border: 2px solid #2e74ff;
    margin-right: 5px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}

.notice .tab-bd .tab-pal {
    position: relative;
}

.notice .tab-bd li .button {
    min-width: 170px;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 11px 12px;

}

.notice .tab-bd li {
    padding: 0 10px 0 5px;
    overflow: hidden;
    width: 21%;
    float: left;
    margin-bottom: 10px;
}


.slideinfo {
    width: 310px;
    height: 120px;
    position: absolute;
    left: 0px;
    top: -120px;
    background: rgba(46, 116, 255, 0.8);
    z-index: 10;
}

.slideinfo .slidetitle {
    height: 70px;
    padding: 25px 10px;
    color: #fff;
    text-align: center;
}

.slideinfo .slidetitle h3 {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideinfo .slidetitle h4 {
    font-size: 12px;
    font-weight: normal;
}

#support {
   /* margin-left: -110px;*/
}

.banner {
    border-left: 0;
    border-right: 0;
}

#nav {
    position: relative;
    z-index: 1;
    width: 110px;
    background: #ffffff;
}

#nav .mainCate {
    position: relative;
    padding: 3px 20px;
    zoom: 1;
    font-size: 14px;
}

#nav .evenLeval {
    background: #fff;
}

#nav h3 {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    color: #333;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap;
}

#nav h3 span {
    width: 18px;
    height: 15px;
    line-height: 32px;
    font-weight: 200;
    font-size: 12px;
    float: right;
}

#nav p {
    height: 20px;
    line-height: 20px;
}

#nav p a {
    margin-right: 10px;
    color: #666;
}

#mainCate-1 .subCate {
    display: block;
}

#nav .subCate {
    display: none;
    background: #fff;
    position: absolute;
    left: 110px;
    top: -11px;
    width: 320px;
    padding: 0 0 20px 20px;
    color: #333;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;

}

#nav .subCate h4 {
    height: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #333;

}

#nav .subCate h4 em {
    border: 2px solid #1f58af;
    margin-right: 5px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
}

#nav .subCate ul {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 20px;
}

#nav .subCate li {
    width: 32%;
    float: left;
    display: inline;
    padding: 10px 10px 0 0;
}

#nav .subCate li a {
    width: 100px;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 26px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nav .subCate .sub-ul {
    width: 100%;
}

#nav .on {
    background: #fff;
    color: #fff;
}

#nav .on h3 a {
    color: #1f58af;
}

#nav .on .subCate {
    display: block !important;
}</pre></body></html>