@charset "utf-8";

/* CSS Document */

body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, ol, p, select, td, textarea, th, ul, li {
    margin: 0;
    padding: 0;
}

body, html {
    background: #f2f2f2;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
    min-width: 1200px;

}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

div,
ul,
li,
dl,
dt,
dd,
span,
img,
p,
h2,
h3,
h4 {
    list-style: none;
}

a {
    text-decoration: underline;
}

a:link {
    color: #666;
}

a:visited {
    color: #c00;
}

a:hover,
a:active,
a:focus {
    color: #c00;
}

input:focus {
    outline: none;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    *zoom: 1; /*IE触发layout*/
}

.center {
    width: 1200px;
    margin: 0px auto;
}

.head {
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
}

.head a {
    color: #777;
    text-decoration: none;
    margin-left: 20px;
}

.head a:visited {
    color: #777;
}

.head a:hover {
    color: #d72222;
    text-decoration: none;
}

.head .head-color {
    color: #d72222;
}

.head .head-color a {
    color: #d72222;
    margin-left: 0px;
}

.head .head-color a:visited {
    color: #d91f1f;
}

.head .head-color a:hover {
    color: #d91f1f;
}

.head i {
    font-size: 16px;
    margin-right: 5px;
}

.nav {
    background: #FFFFFF;
    height: 76px;
    line-height: 76px;
    position: relative;
}

.nav .logo {
    background: url(../../images/web/logo.png) no-repeat;
    width: 172px;
    height: 47px;
    display: block;
    margin-top: 15px;
}

.nav .nav-left {
    float: left;
    width: 172px;
    line-height: 76px;
}

.nav .nav-right {
    float: right;
    font-size: 16px;
    padding-right: 0px;
}

.nav a {
    color: #333;
    text-decoration: none;
}

.nav a:visited {
    color: #333;
    text-decoration: none;
}

.nav a:hover {
    color: #d72222;
    text-decoration: none;
}

.nav .nav-bar {
    width: 100%;
}

.nav .nav-bar li {
    float: left;
    height: 76px;
    padding: 0;
    margin: 0 15px;
    line-height: normal;
    overflow: hidden;
}

.nav .nav-bar li:last-child {
    margin-right: 0;
}

.nav .nav-bar li > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 73px;
}

.nav .nav-bar li > a:hover {
    border: none;
    padding: 0;
}

.nav .nav-bar li .line {
    display: inline-block;
    height: 3px;
    width: 0;
    float: left;
    background: #d72222;
    transition: width .3s;
}

.nav .nav-bar li:hover .line {
    width: 100%;
}

.nav .nav-bar .nav-sub {
    display: none;
    width: 1200px;
    top: 76px;
    left: 50%;
    margin-left: -600px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    min-height: 150px;
    line-height: inherit;
    z-index: 100;
}

.nav .nav-bar > li:hover .nav-sub {
    display: block;
}

.nav-sub dl {
    float: left;
    width: 820px;
    padding: 10px 30px 30px 30px;
}

.nav-sub dl dt {
    border-left: 4px solid #d72222;
    padding-left: 11px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.nav-sub dl dd {
    float: left;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    width: 15%;
    word-break: keep-all;
    white-space: nowrap;
}

.nav-sub dl dt a {
    color: #333 !important;
    text-decoration: none;
}

.nav-sub dl dt a:visited {
    color: #333 !important;
    text-decoration: none;
}

.nav-sub dl dt a:hover {
    color: #333 !important;
    text-decoration: none;
}

.nav-sub dl dd a {
    color: #666 !important;
    text-decoration: none;
}

.nav-sub dl dd a:visited {
    color: #666 !important;
    text-decoration: none;
}

.nav-sub dl dd a:hover {
    color: #d72222 !important;
    text-decoration: none;
}

.nav-sub .nav-subright {
    float: right;
    width: 250px;
    border-left: 1px solid #e0e0e0;
    padding: 10px 30px 20px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nav-sub .nav-subright h3 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.nav-sub .nav-subright h4 {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-top: 5px;
}

.nav-sub .nav-subright span {
    color: #d72222 !important;
    font-weight: 600;
}

.banner {
    width: 100%;
    height: 330px;
    background: #274382;
}

.nav-ico {
    background: #fff;
    font-size: 15px;
    height: 100px;
}

.nav-ico ul {
    padding-top: 20px;
}

.nav-ico ul li {
    float: left;
    width: 210px;
    border-right: 1px solid #EBEBEB;
    height: 60px;
    padding-left: 29px;
}

.nav-ico .n-ico1 {
    background: url(../../images/web/index-2017_07.png) no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.nav-ico .n-ico2 {
    background: url(../../images/web/index-2017_09.png) no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.nav-ico .n-ico3 {
    background: url(../../images/web/index-2017_11.png) no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.nav-ico .n-ico4 {
    background: url(../../images/web/index-2017_13.png) no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.nav-ico .n-ico5 {
    background: url(../../images/web/index-2017_15.png) no-repeat;
    width: 60px;
    height: 60px;
    float: left;
}

.nav-ico h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
    color: #333;
}

.nav-ico p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

.nav-ico .nav-left2 {
    float: right;
    width: 130px;
}

/*新闻开始*/
.news {
    float: left;
    width: 500px;
    background: #fff;
    margin-top: 30px;
    height: 359px;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
}

.news-tab {
    padding: 15px 20px 0 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.news-tab ul li {
    float: left;
    width: 110px;
    line-height: 32px;
    padding-bottom: 5px;
    cursor: pointer;
}

.news-tab .news-active {
    border-bottom: 3px solid #dc1f1f;
    color: #d72222;
    font-weight: 900;
}

.news-border {
    height: 1px;
    background: #e0e0e0;
    margin: 0 20px 0 20px;
    margin-top: -1px;
}

.news-content {
    padding: 20px 20px 0 20px;
    line-height: 32px;
    text-align: right;
    font-size: 15px;
}

.news-content span {
    color: #c2c2c2;
    font-size: 13px;
}

.news-content p {
    background: url(../../images/web/yuandian_03.png) no-repeat 0px 13px;
}

.news-content p i {
    padding-right: 20px;
    background: url(../../images/web/video_03.png) no-repeat 0px 3px;
    width: 16px;
    height: 14px;
}

.news-content p a {
    float: left;
    color: #444;
    text-decoration: none;
    padding-left: 12px;
}

.news-content p a:visited {
    float: left;
    color: #444;
    text-decoration: none;
    padding-left: 12px;
}

.news-content p a:hover {
    float: left;
    color: #d72222;
    text-decoration: underline;
    padding-left: 12px;
}

.news-content h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.news-content h3 a {
    color: #0d3a89;
    text-decoration: none;
}

.news-content h3 a:visited {
    color: #0d3a89;
    text-decoration: none;
}

.news-content h3 a:hover {
    color: #d72222;
    text-decoration: underline;
}

.news-content h3 b {
    background: #dc1f1f;
    border-radius: 25px;
    color: #fff;
    padding: 3px 16px;
    font-size: 14px;
    margin-right: 10px;
}

.notice {
    float: left;
    width: 350px;
    background: #fff;
    margin-top: 30px;
    margin-left: 20px;
    height: 359px;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
}

.notice-tab {
    padding: 15px 20px 0 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.notice-tab ul li {
    float: left;
    width: 110px;
    line-height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
}

.notice-tab .notice-active {
    border-bottom: 3px solid #dc1f1f;
    color: #333;
    font-weight: 900;
}

.notice-border {
    height: 1px;
    background: #e0e0e0;
    margin: 0 20px 0 20px;
    margin-top: -1px;
}

.notice-content {
    padding: 20px 20px 0 20px;
    line-height: 27px;
    font-size: 14px;
}

.notice-content a {
    float: left;
    color: #444;
    text-decoration: none;
    width: 260px;
}

.notice-content a:visited {
    float: left;
    color: #444;
    text-decoration: none;
    width: 260px;
}

.notice-content a:hover {
    float: left;
    color: #d72222;
    text-decoration: underline;
    width: 260px;
}

.notice-content h3 {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}

.notice-content h3 a {
    color: #0d3a89;
    text-decoration: none;
    float: none;
}

.notice-content h3 a:visited {
    color: #0d3a89;
    text-decoration: none;
    float: none;
}

.notice-content h3 a:hover {
    color: #d72222;
    text-decoration: underline;
    float: none;
}

.notice-content h3 b {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d72222;
    color: #d72222;
    padding: 0px 8px;
    font-size: 12px;
    margin-right: 8px;
}

.notice-content li {
    border-bottom: 1px solid #eeeeee;
}

.notice-right {
    background: #f5f5f5;
    line-height: 20px;
    float: right;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.notice-content2 {
    padding: 20px 20px 0 20px;
    line-height: 38px;
    font-size: 14px;
    text-align: right;
}

.notice-content2 a {
    float: left;
    color: #555;
    text-decoration: none;
}

.notice-content2 a:visited {
    float: left;
    color: #555;
    text-decoration: none;
}

.notice-content2 a:hover {
    float: left;
    color: #d72222;
    text-decoration: underline;
}

.notice-content2 h3 {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}

.notice-content2 h3 a {
    color: #0d3a89;
    text-decoration: none;
    float: none;
}

.notice-content2 h3 a:visited {
    color: #0d3a89;
    text-decoration: none;
    float: none;
}

.notice-content2 h3 a:hover {
    color: #d72222;
    text-decoration: underline;
    float: none;
}

.notice-content2 h3 b {
    background: #fff;
    border: 1px solid #d72222;
    color: #d72222;
    padding: 0px 6px;
    font-size: 12px;
    margin-right: 8px;
}

.notice-content2 li {
    border-bottom: 1px solid #eeeeee;
}

.notice-content2 span {
    color: #c2c2c2;
    font-size: 13px;
}

.shortcut {
    float: right;
    width: 310px;
    background: #fff;
    margin-top: 30px;
    height: 360px;
    overflow: hidden;
}

.shortcut h3 {
    float: left;
    width: 160px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 20px 0 0 20px;
}

.shortcut .short-right {
    float: right;
    width: 80px;
    font-size: 14px;
    padding: 20px 20px 0 0
}

.shortcut .short-right a {
    color: #1857c7;
    text-decoration: none;
}

.shortcut .short-right a:visited {
    color: #1857c7;
    text-decoration: none;
}

.shortcut .short-right a:hover {
    color: #d72222;
    text-decoration: underline;
}

.shortcut i {
    color: #1857c7;
    padding-right: 5px;
}

.shortcut ul {
    font-size: 14px;
    line-height: 43px;
    margin-top: 6px;
}

.shortcut ul li {
}

.shortcut ul li a {
    color: #666;
    text-decoration: none;
}

.shortcut ul li a:visited {
    color: #666;
    text-decoration: none;
}

.shortcut ul li a:hover {
    color: #d72222;
    text-decoration: underline;
}

.shortcut .short-ico {
    background: url(../../images/web/shortcut_07.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 7px 0 0 20px;
    padding-right: 80px;
}

.shortcut .short-ico2 {
    background: url(../../images/web/shortcut_11.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 7px 0 0 20px;
    padding-right: 80px;
}

.shortcut .short-ico3 {
    background: url(../../images/web/shortcut_14.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 7px 0 0 20px;
    padding-right: 80px;
}

.shortcut .short-ico4 {
    background: url(../../images/web/shortcut_16.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 7px 0 0 20px;
    padding-right: 80px;
}

.shortcut .short-ico5 {
    background: url(../../images/web/shortcut_18.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 7px 0 0 20px;
    padding-right: 80px;
}

.shortcut .short-bg {
    background: #fafafa;
}

.shortcut .short-bg2 {
    background: #f5f5f5;
    line-height: 50px;
}

.shortcut h4 {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding-left: 20px;
}

.shortcut h4 i {
    font-size: 30px;
    color: #667a9c;
    padding-right: 5px;
}

.shortcut h4 span {
    color: #d72222;
    font-size: 18px;
}

.shortcut h5 {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    padding-left: 20px;
}

/*研究报告开始*/
.research {
    float: left;
    width: 870px;
    background: #fff;
    margin-top: 20px;
    height: 360px;
    overflow: hidden;
    border-top: 1px solid #da1b1b;
}

.research-tab {
    padding: 15px 20px 0 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.research-tab ul li {
    float: left;
    width: 110px;
    line-height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-right: 20px;
}

.research-tab .research-active {
    border-bottom: 3px solid #dc1f1f;
    color: #333;
    font-weight: 900;
}

.research-border {
    height: 1px;
    background: #e0e0e0;
    margin: 0 20px 0 20px;
    margin-top: -1px;
}

.research-content {
    padding: 15px 20px 0 20px;
    line-height: 32px;
    font-size: 14px;
}

.research-nav {
    font-size: 14px;
    line-height: 24px;
}

.research-nav a {
    background: #eeeeee;
    border-radius: 25px;
    color: #999;
    display: inline-block;
    text-decoration: none;
    padding: 1px 10px;
    margin-right: 8px;
}

.research-nav a:visited {
    background: #eeeeee;
    border-radius: 25px;
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 1px 10px;
    margin-right: 8px;
}

.research-nav a:hover {
    background: #eeeeee;
    border-radius: 25px;
    color: #d72222;
    text-decoration: none;
    display: inline-block;
    padding: 1px 10px;
    margin-right: 8px;
}

.research-left {
    float: left;
    width: 460px;
    margin-top: 20px;
    text-align: right;
}

.research-right {
    float: right;
    width: 326px;
    margin-top: 20px;
    text-align: left;
}

.research-content a {
    float: left;
    color: #555;
    text-decoration: none;
    padding-left: 12px;
}

.research-content a:visited {
    float: left;
    color: #555;
    text-decoration: none;
    padding-left: 12px;
}

.research-content a:hover {
    float: left;
    color: #d72222;
    text-decoration: underline;
    padding-left: 12px;
}

.research-right a {
    color: #555;
    text-decoration: none;
    padding-left: 12px;
    float: none;
}

.research-right a:visited {
    color: #555;
    text-decoration: none;
    padding-left: 12px;
    float: none;
}

.research-right a:hover {
    color: #d72222;
    text-decoration: underline;
    padding-left: 12px;
    float: none;
}

.research-content span {
    color: #c2c2c2;
    font-size: 13px;
}

.research-content p {
    background: url(../../images/web/yuandian_03.png) no-repeat 0px 13px;
}

.research-content2 {
    background: #f7f7f7;
    padding: 10px;
    width: 460px;
    height: 96px;
    text-align: left;
    margin-bottom: 10px;
}

.research-content2 .research2-left {
    float: left;
    width: 138px;
}

.research-content2 .research2-left2 {
    float: left;
    width: 290px;
}

.research-content2 h4 {
    font-size: 16px;
}

.research-content2 h5 {
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    font-weight: 500;
    color: #999;
}

.research-content2 h4 a {
    color: #0d3a89;
    text-decoration: none;
    float: none;
}

.research-content2 h4 a:visited {
    color: #0d3a89;
    text-decoration: none;
    float: none;
}

.research-content2 h4 a:hover {
    color: #d72222;
    text-decoration: underline;
    float: none;
}

.calendar {
    float: right;
    width: 310px;
    background: #fff;
    margin-top: 20px;
    height: 360px;
    overflow: hidden;
}

.calendar .calendar-bg {
    background: #fafafa;
    height: 40px;
}

.calendar .calendar-bg2 {
    background: #f5f5f5;
    line-height: 50px;
    margin-top: 6px;
    height: 50px;
}

.calendar h3 {
    float: left;
    width: 160px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 20px 0 0 20px;
}

.calendar i {
    color: #1857c7;
    padding-right: 5px;
}

.calendar .calendar-right {
    float: right;
    width: 20px;
    font-size: 14px;
    padding: 20px 20px 0 0;
}

.calendar .calendar-l {
    float: left;
    width: 30px;
    margin-left: 20px;
    font-size: 30px;
}

.calendar .calendar-l2 {
    float: left;
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    color: #333;
}

.calendar .calendar-l3 {
    float: right;
    width: 30px;
    font-size: 30px;
}

.calendar .calendar-bg2 i {
    color: #6a6a6a;
    font-size: 30px;
}

.calendar ul {
    margin: 0px 20px 0 18px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #e2e2e2;
}

.calendar ul li {
    float: left;
    width: 38px;
    margin-top: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}

.calendar .calendar-active {
    background: #e72e2e;
    border-radius: 40px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 28px;
    margin-left: 4px;
    margin-right: 4px;
}

.calendar .calendar-active2 {
    border-bottom: 4px solid #d9d9d9;
}

/*金融产品*/
.product {
    margin-top: 20px;
}

.product .product-l {
    float: left;
    width: 90px;
    font-size: 18px;
    padding-left: 15px;
    color: #333;
    border-left: 4px solid #dc1f1f;
}

.product .product-l a {
    color: #333;
    text-decoration: none;
    float: none;
}

.product .product-l a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.product .product-l a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.product .product-l2 {
    float: left;
    width: 180px;
    font-size: 16px;
    color: #999;
}

.product .product-l3 {
    float: right;
    width: 320px;
}

.product .product-l3 ul {
    margin-top: 0px;
}

.product .product-l3 ul p {
    float: left;
    width: 80px;
    color: #666;
}

.product .product-l3 ul li {
    float: left;
    width: 60px;
    background: #dddddd;
    cursor: pointer;
    height: 3px;
    margin-top: 20px;
    margin-left: 10px;
    padding: 0;
    display: block;
}

.product .product-active {
    background: #134598 !important;
}

.product ul {
    margin-top: 20px;
}

.product ul li {
    float: left;
    width: 204px;
    background: #fff;
    height: 250px;
    padding: 10px;
    transition: all .3s;
}

.product ul li:hover {
    box-shadow: 0px 5px 20px #dfdfdf;
}

.product .product-md {
    margin-left: 20px;
}

.product h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding-top: 10px;
    min-height: 50px;
}

.product h4 {
    background: #ff6600;
    border-radius: 25px;
    width: 100px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 50px;
    margin-top: 6px;
    font-weight: 500;
}

.product h2 {
    font-size: 30px;
    color: #ff4e00;
    text-align: center;
    margin-top: 30px;
}

.product p {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.product .product-border {
    height: 1px;
    background: #e8e8e8;
    margin-top: 40px;
}

.product h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 6px;
}

.product h5 a {
    color: #999;
    text-decoration: none;
}

.product h5 a:visited {
    color: #999;
    text-decoration: none;
}

.product h5 a:hover {
    color: #d72222;
    text-decoration: none;
    color: #ff6600
}

.product a {
    color: #333;
    text-decoration: none;
}

.product a:visited {
    color: #333;
    text-decoration: none;
}

.product a:hover {
    color: #d72222;
    text-decoration: none;
}

/*视频*/
.video {
    margin-top: 20px;
}

.video .video-l {
    float: left;
    width: 40px;
    font-size: 18px;
    padding-left: 15px;
    color: #333;
    border-left: 4px solid #dc1f1f;
}

.video .video-l2 {
    float: left;
    width: 40px;
    font-size: 18px;
    padding-left: 5px;
    color: #333;
}

.video .video-l3 {
    float: left;
    width: 10px;
    padding-left: 5px
}

.video .video-l a {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.video .video-l2 a {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l2 a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l2 a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.video .video-left {
    float: left;
    width: 246px;
    background: url(../../images/web/video_07.png) no-repeat;
    height: 378px;
    margin-top: 20px;
}

.video .video-left h4 {
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
    margin-top: 260px;
}

.video .video-left h5 {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    font-weight: 500;
    margin-top: 3px;
}

.video .video-border {
    height: 1px;
    background: #178ac6;
    width: 80%;
    margin-left: 20px;
    margin-top: 5px;
}

.video .video-left2 {
    float: left;
    width: 620px;
    margin-top: 20px;
    width: 620px;
    height: 378px;
    background: #FFFFFF;
    margin-left: 10px;
}

.video .video-l4 {
    float: left;
    width: 184px;
    background: url(../../images/web/video2_07.png) no-repeat;
    height: 120px;
    margin: 20px 0 0 20px;
}

.video .video-l5 {
    float: right;
    width: 360px;
    margin: 20px 20px 0 20px;
}

.video .video-l5 h4 {
    font-size: 16px;
    color: #333;
    float: left;
}

.video .video-l5 h5 {
    font-size: 12px;
    color: #999;
    float: right;
    font-weight: 500;
}

.video .video-meun {
    border: 1px solid #e62525;
    background: #e62525;
    color: #fff;
    text-align: center;
    width: 120px;
    padding: 3px 0;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
    margin-top: 10px;
}

.video .video-left2 ul {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    text-align: right;
    color: #999;
    font-size: 12px;
}

.video .video-left2 ul li {
    line-height: 52px;
    padding: 0 20px 0 20px;
}

.video .video-left2 h3 {
    float: left;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left2 h3 a {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

.video .video-left2 h3 a:visited {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

.video .video-left2 h3 a:hover {
    color: #d72222;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

.video .video-left2 a {
    color: #666;
    text-decoration: none;
    float: left;
    font-size: 14px;
}

.video .video-left2 a:visited {
    color: #666;
    text-decoration: none;
    float: left;
    font-size: 14px;
}

.video .video-left2 a:hover {
    color: #d72222;
    text-decoration: underline;
    float: left;
    font-size: 14px;
}

.video .video-bg {
    background: #f9f9f9;
}

.video .video-meun:hover {
    background: #c00;
    color: #fff;
}

.video .video-l5 p {
    font-size: 12px;
    color: #666;
}

.video .video-left3 {
    float: right;
    width: 314px;
    margin-top: 20px;
}

.video .video-left3 ul li {
    height: 67px;
    text-align: right;
    padding: 10px 10px 0 10px;
    font-size: 12px;
    color: #999;
}

.video .video-bg2 {
    background: #fff url(../../images/web/video3_10.png) no-repeat right;
    margin-bottom: 10px;
}

.video .video-bg3 {
    background: #fff url(../../images/web/video4_15.png) no-repeat right;
    margin-bottom: 10px;
}

.video .video-bg4 {
    background: #fff url(../../images/web/video4_15.png) no-repeat right;
}

.video .video-left3 h3 a {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left3 h3 a:visited {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left3 h3 a:hover {
    color: #d72222;
    text-decoration: none;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left3 p a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.video .video-left3 p a:visited {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.video .video-left3 p a:hover {
    color: #d72222;
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
}

.video .video-left3 p {
    text-align: left;
    margin-top: 10px;
}

/*数据中心*/
.data {
    margin-top: 20px;
}

.data .data-bg {
    margin-top: 20px;
    background: #919aae url(../../images/web/data-bg_02.png) no-repeat center;
    height: 400px;
    width: auto;
}

.data .data-l {
    width: 80px;
    font-size: 18px;
    padding-left: 15px;
    color: #333;
    border-left: 4px solid #dc1f1f;
}

.data .data-l a {
    color: #333;
    text-decoration: none;
    float: none;
}

.data .data-l a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.data .data-l a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.data ul {
    padding-top: 70px;
}

.data ul li {
    width: 224px;
    background: #fff;
    border-radius: 2px;
    height: 276px;
    cursor: pointer;
    transition: all .3s;
}

.data ul li:hover {
    box-shadow: 0px 5px 20px #6d7a96;
}

.data .data-l2 {
    float: left;
    margin-right: 20px;
}

.data .data-l3 {
    float: right;
}

.data .data-bg1 {
    background: url(../../images/web/data1_19.png) no-repeat;
    width: 224px;
    height: 152px;
}

.data .data-bg2 {
    background: url(../../images/web/data2_21.png) no-repeat;
    width: 224px;
    height: 152px;
}

.data .data-bg3 {
    background: url(../../images/web/data3_23.png) no-repeat;
    width: 224px;
    height: 152px;
}

.data .data-bg4 {
    background: url(../../images/web/data4_25.png) no-repeat;
    width: 224px;
    height: 152px;
}

.data .data-bg5 {
    background: url(../../images/web/data5_27.png) no-repeat;
    width: 224px;
    height: 152px;
}

.data h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.data p {
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    color: #999;
}

.comprehensive {
    padding-top: 20px;
    height: 160px;
    background: #f2f2f2;
}

.comprehensive h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.comprehensive ul {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    /*margin-left: 120px;*/
}

.comprehensive ul li {
    margin: 0 30px;
}

.comprehensive .comprehensive-bg1 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px 0 no-repeat;
    width: 144px;
    height: 40px;
}

.comprehensive .comprehensive-bg1:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 0 no-repeat;
}

.comprehensive .comprehensive-bg2 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -58px no-repeat;
    width: 197px;
    height: 40px;
}

.comprehensive .comprehensive-bg2:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -58px no-repeat;
}

.comprehensive .comprehensive-bg3 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -118px no-repeat;
    width: 186px;
    height: 40px;
}

.comprehensive .comprehensive-bg3:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -118px no-repeat;
}

.comprehensive .comprehensive-bg4 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -178px no-repeat;
    width: 150px;
    height: 40px;
}

.comprehensive .comprehensive-bg4:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -178px no-repeat;
}

.comprehensive .comprehensive-bg5 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -238px no-repeat;
    width: 186px;
    height: 40px;
}

.comprehensive .comprehensive-bg5:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -238px no-repeat;
}


/*底部*/
.foot {
    background: #fff;
    height: 480px;
    border-top: 1px solid #f2f2f2;
}

.foot ul {
    padding-top: 40px;

}

.foot ul li {
    float: left;
}

.foot h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.foot p {
    line-height: 30px;
    font-size: 12px;
}

.foot a {
    color: #666;
    text-decoration: none;
}

.foot a:visited {
    color: #666;
    text-decoration: none;
}

.foot a:hover {
    color: #d72222;
    text-decoration: none;
}

.foot h3 a {
    color: #333;
    text-decoration: none;
}

.foot h3 a:visited {
    color: #333;
    text-decoration: none;
}

.foot h3 a:hover {
    color: #d72222;
    text-decoration: none;
}

.foot .foot-bg {
    background: url(../../images/web/qr_50.png) no-repeat;
    width: 104px;
    height: 104px;
}

.foot .foot-bg2 {
    background: url(../../images/web/qr2_53.png) no-repeat;
    width: 104px;
    height: 104px;
}

.foot h2 {
    font-size: 30px;
    font-weight: 500;
    color: #df2323;
    margin: 5px 0 15px 0;
}

.foot h4 {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.foot h5 {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.foot .foot-l {
    width: 104px;
    margin-right: 50px;
    margin-left: 40px;
}

.foot .foot-l2 {
    width: 104px;
    margin-right: 70px;
}

.foot .foot-l2 h3 {
    text-align: center;
}

.foot .foot-l3 {
    width: 250px;
    float: right;
}

.foot .foot-boredr {
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    margin: 15px 0 15px 0;
}

.foot .foot-link {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.foot .foot-link a {
    color: #666;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 500;
}

.foot .foot-link a:visited {
    color: #666;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 500;
}

.foot .foot-link a:hover {
    color: #d72222;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 500;
}

.foot .foot-md {
    margin-left: 42px !important;
}

.foot .foot-md2 {
    margin-left: 70px !important;
}

.foot .foot-l4 {
    width: 700px;
    float: left;
    color: #999;
    margin-top: 20px;
}

.foot .foot-l4 p {
    font-size: 13px;
    line-height: 26px;
}

.foot .foot-l5 {
    width: 350px;
    float: right;
    color: #999;
    margin-top: 20px;
}

.foot .foot-l5 p {
    font-size: 13px;
    line-height: 26px;
}

.foot .foot-l5 a {
    margin-left: 7px;
}

/*三级页面*/
.detailed-banner {
    background: url(../../images/web/detailed-1_02_02.png) no-repeat center;
    width: auto;
    height: 150px;
}

.detailed-Crumbs {
    font-size: 14px;
    margin-top: 20px;
    color: #999;
}

.detailed-Crumbs a {
    text-decoration: none;
    color: #999;
}

.detailed-Crumbs a:visited {
    text-decoration: none;
    color: #999;
}

.detailed-Crumbs a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-Crumbs span {
    color: #333;
}

.detailed-left {
    float: left;
    width: 860px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detailed-left h1 {
    font-size: 32px;
    color: #333;
    line-height: 32px;
    margin-bottom: 15px;
}

.detailed-left .detailed-title {
    font-size: 13px;
    color: #999;
    text-align: left;
}

.detailed-left .detailed-l {
    float: right;
    font-weight: 600;
}

.detailed-left .detailed-l span {
    font-size: 16px;
}

.detailed-left .detailed-title a {
    text-decoration: none;
    color: #333;
}

.detailed-left .detailed-title a:visited {
    text-decoration: none;
    color: #333;
}

.detailed-left .detailed-title a:hover {
    text-decoration: none;
    color: #d72222;
}

.detailed-left .detailed-boredr {
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
}

.detailed-left .detailed-boredr3 {
    background: #666;
    height: 3px;
    width: 100%;
    margin: 40px 0 20px 0;
}

.detailed-left .detailed-l2 {
    float: left;
    width: 120px;
    overflow: hidden;
}

.detailed-left .detailed-l2 h4 {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    padding: 0;
}

.detailed-left .detailed-l2 ul {
    line-height: 50px;
    margin-top: 10px;
    font-size: 14px;
}

.detailed-left .detailed-l2 ul li {
    border-top: 1px solid #e1e1e1;
}

.detailed-left .detailed-l2 ul li a {
    text-decoration: none;
    color: #999;
}

.detailed-left .detailed-l2 ul li a:visited {
    text-decoration: none;
    color: #999;
}

.detailed-left .detailed-l2 ul li a:hover {
    text-decoration: none;
    color: #333;
}

.detailed-left .detailed-l2 ul li span {
    padding-left: 20px;
}

.detailed-left .detailed-leftbg {
    background: #43c34c;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-leftbg2 {
    background: #259ce0;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-leftbg3 {
    background: #f5980e;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-leftbg4 {
    background: #f43131;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-l3 {
    float: right;
    width: 700px;
}

.detailed-left .detailed-l3 p {
    margin: 25px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.detailed-left .detailed-l3 p strong {
    font-size: 17px;
}

.detailed-left .detailed-download {
    font-size: 15px;
    color: #333;
}

.detailed-left .detailed-download i {
    margin-right: 10px;
    color: #1857c7;
    font-size: 20px;
}

.detailed-left .detailed-download a {
    text-decoration: none;
    color: #134598;
    font-size: 16px;
    font-weight: 800;
}

.detailed-left .detailed-download a:visited {
    text-decoration: none;
    color: #134598;
}

.detailed-left .detailed-download a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-left a {
    text-decoration: none;
    color: #333;
}

.detailed-left a:visited {
    text-decoration: none;
    color: #333;
}

.detailed-left a:hover {
    text-decoration: none;
    color: #d72222;
}

.detailed-left .warning {
    line-height: 30px;
    font-size: 13px;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 2px solid #d5232a;
    height: 120px;
    padding: 10px;
    margin: 40px 0 160px 0;
    background: #fdfdfd;
}

.detailed-left .warning span {
    color: #666;
}

.detailed-left .detailed-l3 ul {
    line-height: 38px;
    margin-bottom: 120px;
}

.detailed-left .detailed-l3 ul li {
    background: url(../../images/web/dian-1_05.jpg) no-repeat 0px 18px;
    padding-left: 20px;
}

.detailed-left .detailed-l3 ul li a {
    text-decoration: none;
    color: #666;
}

.detailed-left .detailed-l3 ul li a:visited {
    text-decoration: none;
    color: #666;
}

.detailed-left .detailed-l3 ul li a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-left .detailed-l3 ul h3 {
    font-size: 18px;
    color: #333;
}

.detailed-left .detailed-l3 ul h3 i {
    padding-right: 12px;
    color: #909090;
}

.detailed-right {
    float: right;
    width: 300px;
    overflow: hidden;
    margin-top: 50px;
}

.detailed-right .detailed-rbg {
    background: #f3f3f3;
    border-bottom: 2px solid #e11e26;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.detailed-right .detailed-rbg h4 {
    font-size: 14px;
    color: #333;
    padding-left: 15px;
}

.detailed-right ul {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.detailed-right ul li {
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.detailed-right ul li span {
    border: 1px solid #dcdcdc;
    height: 20px;
    line-height: 20px;
    background: #fff;
    font-size: 12px;
    color: #999;
    width: 55px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.detailed-right a {
    text-decoration: none;
    color: #666;
}

.detailed-right a:visited {
    text-decoration: none;
    color: #666;
}

.detailed-right a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-right .detailed-r {
    float: left;
    width: 112px;
    margin-top: 15px;
}

.detailed-right .detailed-r2 {
    float: right;
    width: 180px;
    margin-top: 15px;
}

.detailed-right .detailed-boredr2 {
    background: #dcdcdc;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
}

.detailed-right .detailed-menu {
    background: #e11e26;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 3px;
    transition: all .3s;
    margin-bottom: 50px;
    margin-top: 15px;
    font-weight: 600;
}

.detailed-right .detailed-menu:hover {
    background: #ef353d;
    overflow: hidden;
}

.detailed-right .detailed-menu i {
    float: left;
    line-height: 54px;
    padding: 0 70px 0 20px;
    font-size: 30px;
}

.detailed-right .detailed-m a {
    text-decoration: none;
}




