/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)}* {-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray;}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {    -webkit-filter: grayscale(100%);    -moz-filter: grayscale(100%);    -ms-filter: grayscale(100%);    -o-filter: grayscale(100%);    filter: grayscale(100%);    filter: gray;    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {    filter: grayscale(100%);    -webkit-filter: grayscale(100%);    -moz-filter: grayscale(100%);    -ms-filter: grayscale(100%);    -o-filter: grayscale(100%);    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);    -webkit-filter: grayscale(1)}*/
/*百度百科變灰*/
@font-face {
    font-family: "albbm";
    src: url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}

@font-face {
    font-family: "albbr";
    src: url("../fonts/Alibaba-PuHuiTi-Regular.otf");
}

* {
    font-family: "albbr";
}

body {
    background-color: #f5f6f6;
    overflow-x: hidden;
}

div.clear {
    clear: both;
    height: 0;
    width: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
}

div.wp {
    width: 1200px;
    /*主要内容区尺寸大小，每次制作前更新！！！ */
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tran {
    transition: all .3s ease-out 0s;
}

.tver {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*图片中心放大代码区域*/
.img-box {
    /*图片盒子类名*/
    overflow: hidden;
}

.img-box img {
    transition: .3s;
    width: 100%;
    max-width: 100%;
}

.img-box:hover img {
    /*图片中心放大代码*/
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*图片中心放大代码区域*/
.imgbox_a {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

.imgbox_a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}

.imgbox_hover>img {
    /* ueco 时间曲线*/
    /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.imgbox_hover:hover>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header {
    position: relative;
    z-index: 999;
}

#header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    border: 1px solid #e9e9e9;
    z-index: 5;
}

.header {
    position: relative;
    height: 80px;
    z-index: 50;
    padding-left: 70px;
    background-color: #fff;
}

.logo {
    width: 425px;
    margin-top:5px;
}

.logo a,.logo img {
    display: block;
    width: 100%;
}

.search {
    width: 267px;
    border-left: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 100px 20px 40px;
    margin-left: 40px;
}

.search input:focus {
    outline: none;
}

.search input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.428571;
    padding: 8px 0;
}

.search input[type="image"] {
    position: absolute;
    right: 65px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
}

.nav ul {
    margin: 0;
}

.nav>ul>li {
    float: left;
    position: relative;
}

.nav>ul>li+li {
    margin-left: 10px;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #333;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.nav>ul>li.cur>a,.nav>ul>li:hover>a {
    color: #0053d9;
    font-family: "albbm";
}

.nav>ul>li.cur>a::after {
    position: absolute;
    width: 22px;
    height: 3px;
    left: 50%;
    margin-left: -11px;
    bottom: 1px;
    content: "";
    background-color: #0053d9;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    top: 100%;
    z-index: 600;
    background-color: #fff;
    display: none;
}

.nav>ul>li>ul>li>a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    /*transition: .3s;*/
    text-align: center;
}

.nav>ul>li>ul>li>a:hover {
    background-color: #0053d9;
    color: #fff;
}

/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main {
    overflow: hidden;
}

.banner-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-1-wen {
    height: 550px;
    padding-top: 140px;
}

.banner-1-wen h1 {
    margin: 0;
    font-size: 44px;
    color: #333;
    font-family: "albbm";
}

.banner-1-wen h2 {
    margin: 0;
    font-size: 24px;
    color: #333;
    margin-top: 25px;
}

.banner-1-wen .more11 {
    margin-top: 70px;
}

.more11 a {
    display: block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #2468f2;
}

.more11 a img {
    margin-top: -3px;
    margin-left: 20px;
    display: inline-block!important;
    width: 15px!important;
    ;}

.more11 a:hover {
    font-weight: bold;
}

.fafa .flex-control-nav {
    height: 0;
   
    bottom: 70px;
    text-align: center;
}

.fafa .flex-control-nav li {
    margin: 0;
}

.fafa .flex-control-nav li+li {
    margin-left: 15px;
}

.fafa .flex-control-paging li a {
    width: 50px;
    height: 3px;
    background-color: #d8d8d8;
    background-image: none!important;
}

.fafa .flex-control-paging li a.flex-active {
    background-color: #2468f2;
}


.fafa .flex-direction-nav a{
    width: 10px;
    height: 18px;
    margin-top: -9px;
}


.fafa .flex-direction-nav .flex-prev{
    background-image: url(../images/left.png);
}

.fafa .flex-direction-nav .flex-next{
    background-image: url(../images/right.png);
}








.erji-padd {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main1 {
    background-image: url(../images/main1-bg.jpg);
    padding: 80px 0 95px;
}

.main1 .title-00 {
    max-width: 100%;
    position: relative;
}

.more33 {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
}

.more33 a img {
    margin-top: -3px;
    margin-left: 12px;
}

.more33 a:hover {
    color: #2467f0;
}

.title-00 {
    max-width: 900px;
    margin: 0 auto;
}

.title-00 h1 {
    margin: 0;
    font-size: 35px;
    color: #333;
    font-weight: bold;
}

.title-00 h2 {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 23px;
}

.main1-div {
    margin-top: 60px;
}

.main1-1 {
    width: 712px;
    margin-right: 34px;
}

.main1-1-item {
    width: 48.5%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.main1-1-pic .imgbox_a {
    padding-bottom: 68.4%;
}

.main1-1-pic .imgbox_a span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    height: 28px;
    line-height: 28px;
    background-color: #2467f0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 124px;
    border-top-right-radius: 12px;
}

.main1-1-con {
    background-color: #fff;
    padding: 25px 25px 30px;
}

.main1-1-con h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-family: "albbm";
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
}

.main1-1-item:hover .main1-1-con h1 {
    color: #2467f0;
}

.main1-1-con p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    margin-top: 15px;
}

.main1-2 {
    overflow: hidden;
}

.main1-2 dl {
    margin: 0;
}

.main1-2 dd+dd {
    margin-top: 35px;
}

.main1-2 dd:hover .main1-2-con h1 {
    color: #2467f0;
}

.main1-2-pic {
    width: 180px;
    margin-right: 28px;
}

.main1-2-pic .imgbox_a {
    padding-bottom: 67.78%;
    border-radius: 12px;
}

.main1-2-con {
    overflow: hidden;
}

.main1-2-con h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-family: "albbm";
}

.main1-2-con p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    margin-top: 15px;
}

.main1-2-con h2 {
    margin: 0;
    font-size: 16px;
    color: #2468f2;
    margin-top: 10px;
}

.main2 {
    background-image: url(../images/main2-bg.jpg);
    padding: 88px 0 70px;
}

.title-00 .more11 {
    margin-top: 30px;
}

.title-00 .more11 a {
    margin: 0 auto;
}

.main2-list-wp {
    width: 940px;
    height: 313px;
    margin: 75px auto 0;
}

.main2-width {
    width: 450px;
    height: 0;
}

.main2-pic .imgbox_a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 10;
    border: 5px solid #000000;
    border-radius: 20px;
}

.main2-pic .imgbox_a {
    padding-bottom: 69.56%;
    border-radius: 20px;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.poster-main {
    position: relative;
}

.poster-main .poster-list {
    margin: 0;
}

.poster-main .poster-list .poster-item {
    width: 396px;
    height: 288px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1!important;
    cursor: pointer;
}

.poster-item:hover .poster-item-title {
    color: #1485ee;
}

.poster-main .poster-btn {
    position: absolute;
    width: 10px!important;
    height: 18px!important;
    margin-top: 9px;
    top: 50%;
    cursor: pointer;
}

.poster-main .poster-btn:hover {
}

.poster-main .poster-prev-btn {
    left: -70px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.poster-main .poster-next-btn {
    right: -70px;
    background-size: 100%;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.main3 {
    background-image: url(../images/main3-bg.jpg);
    padding: 80px 0 110px;
}

.main3-ul {
    margin-top: 60px;
}

.main3-ul ul {
    margin: 0;
}

.main3-ul li {
    float: left;
    width: 14%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: width .3s;
}

.main3-ul li+li {
    margin-left: 1%;
}

.main3-ul li.cur {
    width: 55%;
}

.main3-1 {
    height: 450px;
    padding: 35px 25px 0 30px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 50;
    width: 100%;
}

.main3-ul li:nth-child(1) .main3-1 {
    background-color: #a6c7f2;
    /* 浏览器不支持时显示 */
    background-image: linear-gradient(#c9e3fd, #e9f3fe);
}

.main3-ul li:nth-child(2) .main3-1 {
    background-color: #a6c7f2;
    /* 浏览器不支持时显示 */
    background-image: linear-gradient(#89b4ed, #c8ddf8);
}

.main3-ul li:nth-child(3) .main3-1 {
    background-color: #a1afdb;
    /* 浏览器不支持时显示 */
    background-image: linear-gradient(#7488c7, #cfd6f0);
}

.main3-ul li:nth-child(4) .main3-1 {
    background-color: #aec7d6;
    /* 浏览器不支持时显示 */
    background-image: linear-gradient(#8eb4c2, #d6dff0);
}

.main3-1-h1 {
    font-size: 24px;
    color: #333;
    font-family: "albbm";
    color: #fff;
    line-height: 1.6;
    height: 3.2em;
    width: 147px;
    text-shadow: 0 1px 2.94px rgba(0,0,0,0.44);
}

.main3-ico {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
}

.main3-ico img {
    display: block;
    margin: 0 auto;
    width: 169px;
}

.main3-1-jt {
    margin-top: 20px;
}

.main3-1-jt img {
    display: block;
}

.main3-2 {
    background-color: #eaf4fd;
    /* 浏览器不支持时显示 */
    height: 450px;
    background-image: linear-gradient(to right, #f2f8fe , #cde6fe);
    padding: 55px 50px 0;
    width: 792px;
}

.main3-2-h1 {
    font-size: 30px;
    color: #333;
    font-family: "albbm";
}

.main3-2-p p {
    margin: 0;
}

.main3-2-p {
    font-size: 16px;
    color: #5f7281;
    line-height: 2;
    height: 10em;
    overflow: hidden;
    margin-top: 20px;
}

.main3-2-dl {
    padding-top: 15px;
}

.main3-2-dl dl {
    margin: 0;
    font-size: 0;
}

.main3-2-dl dd {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #5f7281;
    line-height: 1.6;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 9px;
    background-image: url(../images/dian2.png);
    margin-top: 10px;
    padding-right: 5px;
}

.main3-2-dl dd:nth-child(even) {
    width: 60%;
}

.cur .main3-1 {
    display: none;
}

.main4 {
    background-image: url(../images/main4-bg.jpg);
    background-size: auto;
    background-color: #fefeff;
}

.main4-item-wp {
    height: 764px;
    position: relative;
}

.main4-item {
    position: absolute;
}

.main4-item::after {
    position: absolute;
    left: -45px;
    right: -45px;
    top: -30px;
    bottom: -30px;
    content: "";
    background-color: #fff;
    content: "";
    z-index: 10;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.04);
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s;
}

.main4-item img {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity .3s;
    position: relative;
    z-index: 50;
}

.main4-item img.curImg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.main4-item:hover::after {
    opacity: 1;
}

.main4-item:hover img {
    opacity: 0;
}

.main4-item:hover img.curImg {
    opacity: 1;
}

.main4-item1 {
    width: 151px;
    left: 50%;
    top: 178px;
    margin-left: -75px;
}

.main4-item2 {
    width: 487px;
    left: 13%;
    top: 85px;
}

.main4-item3 {
    width: 456px;
    left: 60px;
    top: 260px;
}

.main4-item4 {
    width: 449px;
    left: 11%;
    top: 390px;
}

.main4-item5 {
    width: 123px;
    right: 15%;
    top: 570px;
}

.main4-item6 {
    width: 278px;
    right: 18.75%;
    top: 370px;
}

.main4-item7 {
    width: 366px;
    right: 60px;
    top: 260px;
}

.main4-item8 {
    width: 554px;
    right: 6%;
    top: 95px;
}
.main4-item9 {
    width:646px;
    left: 60px;
    bottom: 150px;
}
.title-11 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}

.title-11 h1 {
    margin: 0;
    font-size: 35px;
    color: #071c47;
    font-weight: bold;
}

.title-11 h2 {
    margin: 0;
    font-size: 18px;
    color: #616671;
    margin-top: 10px;
}

.main5 {
    background-image: url(../images/main5-bg.jpg);
    padding: 55px 0 40px;
}

.main5-h1 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.more22 {
    margin-top: 30px;
}

.more22 a {
    display: block;
    width: 132px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 0 auto;
}

.more22 a:hover {
    background-color: #2468f2;
    border-color: #2468f2;
    font-weight: bold;
}

/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer {
    background-color: #262834;
}

.footer-1 {
    padding: 90px 0 110px;
}

.er {
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.er img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.foo1-1 {
    width: 425px;
}

.foo-logo a,.foo-logo img {
    display: block;
    width: 100%;
}

.foo1-1-con {
    margin-top: 50px;
}

.foo1-1-con p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    line-height: 1.5;
}

.foo1-1-con p+p {
    margin-top: 15px;
}

.foo-nav {
    width: 736px;
    margin-right: 135px;
}

.foo-nav dl {
    margin: 0;
    margin-left: -2%;
}

.foo-nav dd {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-top: 30px;
}

.foo-nav dd:nth-child(1),.foo-nav dd:nth-child(2) {
    margin-top: 0;
}

.foo-nav dd>a {
    font-size: 16px;
    color: rgba(255,255,255,0.62);
    transition: color .3s;
}

.foo-nav dd>a:hover {
    color: #fff;
}

.footer-2 {
    border-top: 1px solid #353742;
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}

.footer-2 a:hover {
    font-family: "albbm";
}

/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2 {
    display: none;
    height: 75px;
    /*border-bottom:0px solid #035cac;*/
    box-shadow: 0 4px 8px -3px #000;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
}

.nav-2 {
    display: none;
    background-color: #fff;
    position: relative;
    z-index: 900;
}

.nav-2>ul>li {
    border-top: 1px dotted #ccc;
    position: relative;
}

.jiaspan {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/jia2.png);
    background-repeat: no-repeat;
    background-position: center ;
    top: 5px;
    right: 14px;
}

.jiaspan.cur {
    background-image: url(../images/jia2h.png);
}

.nav-2>ul {
    margin: 0;
    max-height: calc(100vh - 129px);
    overflow-y: auto;
}

.nav-2>ul>li:first-child {
    /*border-top: 0;*/
}

.nav-2>ul>li>a {
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #333;
    font-family: "anb";
    text-transform: uppercase;
}

.nav-2>ul>li>ul {
    padding-bottom: 10px;
    display: none;
}

.nav-2>ul>li>ul>li>a {
    padding: 6px 10px;
    display: block;
    font-size: 14px;
    padding-left: 25px;
    width: 100%;
    color: #666;
}

/*.downla-2 {   padding: 5px 0 10px;    display: none;}.downla-2 dd{    padding-left: 30px;}.downla-2 dd a{ font-size: 14px;    display: inline-block;  padding: 3px 0; width: auto;}*/
/*.nav-2 li a:hover{    color:#1a0d07;}*/
.nav-2-form {
    padding: 10px;
    position: relative;
}

.nav-2-form input[type="image"] {
    position: absolute;
    right: 19px;
    top: 18px;
    width: 18px;
}

.nav-2-form .form-control {
    padding-right: 50px;
}

.logo-2 {
    font-size: 0;
    width: 300px;
    margin-left: 15px;
    margin-top: 14px;
}

.logo-2 img {
    display: block;
    width: 100%;
}

.menu2 {
    margin-right: 15px;
    height: 75px;
    font-size: 0;
}

.menu2 li {
    cursor: pointer ;
    margin-left: 15px;
    float: right;
    margin-top: 29px;
}

.menu2 li+li {
    margin-top: 21px;
}

.menu2 li img {
    /*vertical-align: middle;*/
}

.chenggao {
    display: none;
    height: 75px;
}

#nav-2-heidi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background-image: url(../images/heidi.png);
    display: none;
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-2 .container {
    position: relative;
    height: 316px;
}

.banner-2.banner-2-cp .container {
    height: 415px;
}

.banner-2-wen {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
}

.banner-2-wen h1 {
    margin: 0;
    font-size: 40px;
    color: #333;
    font-family: "albbm";
}

.banner-2-wen h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 15px;
    max-width: 820px;
}

.banner-2-wen p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 695px;
}

.banner-2-cp .banner-2-wen h1 {
    font-size: 52px;
}

.banner-2-cp .banner-2-wen h2 {
    max-width: 650px;
    font-size: 20px;
}

.banner-2-wen a {
    display: block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    background-color: #2468f2;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

.banner-2-wen a:hover {
    font-weight: bold;
}

.erji {
    padding: 30px 0 65px;
}

.anli-search {
    width: 200px;
    margin-left: auto;
    position: relative;
}

.anli-search input:focus {
    outline: none;
}

.anli-search input[type="text"] {
    display: block;
    width: 100%;
    height: 46px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    color: #333;
    line-height: 1.428571;
    padding: 10px 0;
    padding-right: 35px;
    background-color: #f5f6f6;
}

.anli-search input[type="image"] {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
}

.anli-list dl {
    margin: 0;
    margin-left: -2%;
}

.anli-list dd {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-top: 2%;
}

.anli-item {
    transition: box-shadow .3s;
}

.anli-pic .imgbox_a {
    padding-bottom: 71.68%;
}

.anli-con {
    background-color: #fff;
    padding: 20px;
}

.anli-con h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}

.anli-con h1 a {
    font-family: "albbm";
}

.anli-con h1 a:hover {
    color: #0053d9;
}

.anli-con p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    margin-top: 10px;
}

.anli-item:hover {
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.fenye {
    text-align: center;
    margin-top: 60px;
}

.fenye ul {
    margin: 0;
}

.anli-cpsl {
    font-size: 16px;
    color: #333;
    height: 46px;
    line-height: 46px;
}

.ziyuan-list dl {
    margin: 0;
    margin-left: -3%;
}

.ziyuan-list dd {
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-top: 3%;
}

.ziyuan-item {
    background-color: #fff;
    padding: 50px 35px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: background-image .3s,box-shadow .3s;
    background-image: url(../images/ziyuan-bg.png);
    box-shadow: none;
}

.ziyuan-pic {
    width: 65px;
    margin: 0 auto;
}

.ziyuan-con {
    margin-top: 18px;
}

.ziyuan-con h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.ziyuan-con h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.ziyuan-con h3 {
    margin: 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.ziyuan-a {
    margin-top: 45px;
}

.ziyuan-a a {
    width: 46%;
    height: 43px;
    line-height: 41px;
    border: 1px solid #0053d9;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #3681f7;
    background-color: transparent;
    transition: background-color .3s,color .3s;
    white-space: nowrap;
}

.ziyuan-a a:hover {
    background-color: #0053d9;
    color: #fff;
}

.ziyuan-a a.fr{
    border: 1px solid #eee!important;
    background-color: #eee!important;
    color: #999!important;
    cursor: not-allowed;
}


.downBox-con{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.downBox-con p{
    margin:0;
}






.ziyuan-item:hover {
    background-image: url(../images/ziyuan-bg.jpg);
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}




.shai {
    padding: 0 50px;
    background-image: url(../images/shai-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 15px;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.shai ul {
    margin: 0;
    margin-left: -1%;
}

.shai li {
    float: left;
    width: 19%;
    margin-left: 1%;
    position: relative;
}

.shai-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #0053d9;
}

.shai-sel {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.shai-sel img {
    margin-top: -3px;
    margin-left: 15px;
}

.shai-dl {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
    display: none;
    z-index: 50;
}

.shai-dl dl {
    margin: 0;
}

.shai-dl dd {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding: 8px 12px;
    cursor: pointer;
}

.shai-dl dd:hover {
    background-color: #fafafa;
}

.xuexi1 {
    background-color: #fff;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    padding: 30px;
    padding-bottom: 25px;
    margin-top: -55px;
    margin-bottom: 40px;
}

.xuexi1-li+.xuexi1-li {
    margin-top: 20px;
}

.xuexi1-title {
    width: 90px;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    font-family: "albbm";
}

.xuexi1-dl {
    overflow: hidden;
    padding-right: 150px;
}

.xuexi1-dl dl {
    margin: 0;
    margin-left: -1%;
}

.xuexi1-dl dd {
    float: left;
    width: 24%;
    margin-left: 1%;
    font-size: 0;
    margin-bottom: 5px;
}

.xuexi1-dl dd>a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 3px;
}

.xuexi1-dl.xuexi1-dl2 dd {
    width: auto;
    margin-right: 30px;
}

.xuexi1-dl dd.cur>a {
    background-color: #eff2f9;
    color: #2468f2;
}

.xuexi1-dl dd>a:hover {
    color: #2468f2;
}

.xuexi2-dl {
    margin-top: 11px;
}

.xuexi2-dl dl {
    margin: 0;
}

.xuexi2-dl dd {
    float: left;
    padding: 0 20px;
}

.xuexi2-dl dd:first-child {
    padding-left: 0
}

.xuexi2-dl dd+dd {
    position: relative;
}

.xuexi2-dl dd+dd::before {
    position: absolute;
    width: 2px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: -1px;
    content: "";
    background-color: #dadbdb;
}

.xuexi2-dl dd>a {
    font-size: 16px;
    color: #666666;
}

.xuexi2-dl dd>a:hover,.xuexi2-dl dd.cur>a {
    color: #2468f2;
}

.xuexi2-cpsl {
    font-size: 16px;
    color: #666;
    margin-top: 12px;
}

.xuexi2-cpsl span {
    color: #2468f2;
    padding: 0 5px;
}

.xuexi2-dl-wp {
    overflow: hidden;
    padding-right: 25px;
}

.xuexi2-pic .imgbox_a {
    padding-bottom: 56.64%;
}

.xuexi2-pic-title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #2468f2;
    font-size: 24px;
    line-height: 1.6;
    z-index: 50;
    padding: 0 30px;
    text-align: center;
}


.xuexi2-item-lab {
    position: absolute;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #2468f2;
    z-index: 15;
    border-bottom-right-radius: 7px;
}

.xuexi2-item {
    background-color: #fff;
    transition: box-shadow .3s;
}

.xuexi2-item:hover {
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.xuexi2-item:hover .xuexi2-con h1 {
    color: #2468f2;
}

.xuexi2-con {
    padding: 25px 15px 20px;
}

.xuexi2-con h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-family: "albbm";
}

.xuexi2-span {
    font-size: 0;
    height: 55px;
    margin-top: 12px;
}

.xuexi2-span span {
    display: inline-block;
    font-size: 14px;
    color: #2468f2;
    padding: 6px 8px;
    border-radius: 3px;
    background-color: #f0f6f9;
    margin-right: 9px;
    margin-bottom: 9px;
}

.xuexi2-flfr {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.erji-padd {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hezuo1 {
    background-image: url(../images/hezuo1-bg.jpg);
    padding: 75px 0 98px;
}

.erji-title1 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.erji-title1::after {
    display: block;
    width: 36px;
    height: 3px;
    content: "";
    margin: 20px auto 0;
    background-color: #0053d9;
}

.hezuo1-dl dl {
    margin: 0;
    margin-left: -3%;
}

.hezuo1-dl dd {
    float: left;
    width: 30.333333%;
    margin-left: 3%;
    margin-top: 120px;
}

.hezuo1-item {
    background-color: #fff;
    padding: 100px 30px 50px;
    position: relative;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    border-radius: 20px;
    transition: background-color .3s;
}

.hezuo1-ico {
    position: absolute;
    width: 137px;
    left: 50%;
    margin-left: -68px;
    top: -68px;
}

.hezuo1-ico img {
    display: block;
    width: 100%;
}

.hezuo1-h1 {
    font-size: 26px;
    color: #333;
    font-family: "albbm";
    text-align: center;
    line-height: 1;
}

.hezuo1-p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    height: 10em;
    margin-top: 20px;
}

.hezuo1-item:hover {
    background-color: #e3edfc;
}

.hezuo1-item:hover .hezuo1-h1 {
    color: #2468f2;
}

.hezuo2 {
    background-color: #fff;
    padding: 80px 0 113px;
}

.hezuo2-dl dl {
    margin: 0;
    margin-left: -5%;
}

.hezuo2-dl dd {
    float: left;
    width: 28.333333%;
    margin-left: 5%;
    margin-top: 40px;
    position: relative;
}

.hezuo2-dl dd+dd::before {
    width: 29px;
    height: 48px;
    content: "";
    background-image: url(../images/jiao2.png);
    background-size: 100%;
    top: 50%;
    margin-top: -24px;
    position: absolute;
    left: -50px;
}

.hezuo2-item {
    height: 147px;
    background-image: url(../images/hezuo2-item-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 30px 0 45px;
    position: relative;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.hezuo2-item::after {
    position: absolute;
    width: 113px;
    height: 78px;
    content: "";
    background-size: 100%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.hezuo2-dl dd:nth-child(1) .hezuo2-item::after {
    background-image: url(../images/h01.png);
}

.hezuo2-dl dd:nth-child(2) .hezuo2-item::after {
    background-image: url(../images/h02.png);
}

.hezuo2-dl dd:nth-child(3) .hezuo2-item::after {
    background-image: url(../images/h03.png);
}

.hezuo2-ico {
    width: 62px;
    margin-right: 25px;
    position: relative;
    z-index: 30;
    margin-top: 10px;
}

.hezuo2-ico img {
    display: block;
    width: 100%;
}

.hezuo2-con {
    overflow: hidden;
    position: relative;
    z-index: 30;
    padding-top: 13px;
}

.hezuo2-con h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.hezuo2-con h2 {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}

.hezuo2-dl dd:nth-child(2) .hezuo2-con {
    padding-top: 0;
}

.fuwu {
    padding-bottom: 95px;
    position: relative;
    z-index: 50;
}

.fuwu1 {
    margin-top: -90px;
}

.fuwu1-pic {
    width: 808px;
    margin-right: 95px;
    border: 13px solid #fff;
}

.fuwu1-pic .imgbox_a {
    padding-bottom: 54.6735%;
}

.fuwu1-con {
    overflow: hidden;
    padding-top: 210px;
}

.fuwu1-ico {
    font-size: 32px;
    color: #333;
}

.fuwu1-ico img {
    display: block;
    width: 65px;
    margin-bottom: 20px;
}

.fuwu1-dl {
    padding-top: 30px;
}

.fuwu1-dl ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -2%;
}

.fuwu1-dl dl {
    margin: 0;
    margin-left: -2%;
}

.fuwu1-dl dd {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-top: 7px;
    font-size: 16px;
    color: #999;
}

.fuwu1-dl li {
    float: left;
    width: 58%;
    margin-left: 2%;
    margin-top: 7px;
    font-size: 16px;
    color: #999;
}
.fuwu1-dl li:nth-child(even){
    width: 38%;
}
.fuwu1-dl li p {
    margin: 0;
}

.fuwu1-dl dd span {
    color: #333;
}

.fuwu1-dl li span {
    color: #333;
}

.fuwu2 {
    margin-top: 70px;
}

.fuwu2 dl {
    margin: 0;
    margin-left: -2%;
}

.fuwu2 dd {
    float: left;
    width: 23%;
    margin-left: 2%;
    background-color: #fff;
    height: 200px;
    padding: 35px 30px 0;
    text-align: center;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.fuwu2 dd img {
    display: block;
    width: 41px;
    margin: 0 auto 20px;
}

.fuwu2 dd h1 {
    margin: 0;
    font-size: 24px;
    font-family: "albbm";
    color: #333;
}

.fuwu2 dd p {
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin-top: 8px;
}

.about1 {
    padding: 80px 0 90px;
    background-color: #fff;
}

.about-div {
    margin-top: 55px;
}

.about1-1 {
    width: 680px;
    margin-left: 100px;
}

.about1-1 .imgbox_a {
    padding-bottom: 53.09%;
}

.about1-1 .imgbox_a::before {
    width: 5px;
    left: 33.33333%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    content: "";
    z-index: 15;
}

.about1-1 .imgbox_a::after {
    width: 5px;
    left: 66.66666%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    content: "";
    z-index: 15;
}

.about1-2 {
    overflow: hidden;
    padding-top: 20px;
}

.about1-2-con h1 {
    margin: 0;
    font-size: 28px;
    color: #333;
    font-family: "albbm";
}

.about1-2-con p {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 2;
    margin-top: 22px;
}

.about1-2-img {
    margin-top: 50px;
}

.about1-2-img img {
    display: block;
}

.about2 {
    padding: 80px 0;
    min-height: 628px;
    /*background-color: #fff;*/
    background-image: url(../images/about2-bg.jpg);
}

.about2-con {
    font-size: 18px;
    color: #333;
    line-height: 2.2;
    text-align: center;
}

.about2-con p {
    margin: 0;
}

.about3 {
    padding: 80px 0;
    /*background-color: #fff;*/
    background-image: url(../images/about3-bg.jpg);
}

.about3-item {
    width: 48%;
    background-color: #fff;
    padding: 68px 60px 60px 50px;
}

.about3-ico {
    width: 132px;
    margin-right: 60px;
}

.about3-ico img {
    display: block;
    width: 100%;
}

.about3-con {
    overflow: hidden;
}

.about3-con h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-family: "albbm";
}

.about3-con h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 18px 0 13px;
}

.about3-con h3 {
    margin: 0;
    font-size: 16px;
    color: #999;
}

.jineng1 {
    padding: 80px 0;
    background-image: url(../images/jineng1-bg.jpg);
}

.jineng1-1 {
    width: 890px;
    margin-top: 12px;
}

.jineng1-dl {
    margin-top: 50px;
}

.jineng1-dl dl {
    margin: 0;
    margin-left: -3%;
}

.jineng1-dl dd {
    float: left;
    width: 30.33333%;
    margin-left: 3%;
    font-size: 20px;
    color: #333;
    font-family: "albbm";
    text-align: center;
    position: relative;
}



.jineng1-dl dd+dd::before {
    position: absolute;
    width: 47px;
    height: 24px;
    content: "";
    background-image: url(../images/jiao3.png);
    background-size: 100%;
    top: 50px;
    left: -35px;
}

.jineng1-dl dd img {
    display: block;
    width: 137px;
    margin: 0 auto 13px;
    transition: .3s;
}

.jineng1-dl dd:hover{
    color: #0053d9;
}
.jineng1-dl dd:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.jineng1-2 {
    width: 297px;
    margin-right: 85px;
}

.jineng1-2 .imgbox_a {
    padding-bottom: 130%;
}

.jineng2 {
    padding: 85px 0;
    min-height: 756px;
    /*background-color: #fff;*/
    background-image: url(../images/jineng2-bg.jpg);
}

.jineng2-ta {
    position: relative;
}

.jineng2-ta-img {
    width: 521px;
    margin: 45px auto 0;
    position: relative;
    z-index: 15;
    left: 15px;
}

.jineng2-ta-img>img {
    display: block;
    width: 100%;
}

.jineng2-ta-div {
    position: absolute;
    background-color: #fff;
    padding: 30px 42px;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    height: 115px;
}

.jineng2-ta-div::before {
    position: absolute;
    height: 8px;
    background-repeat: no-repeat;
    content: "";
}

.jineng2-ta1::before {
    background-image: url(../images/l1.png);
    width: 223px;
    left: 455px;
    top: 80px;
    background-position: left center;
}

.jineng2-ta2::before {
    background-image: url(../images/l2.png);
    width: 140px;
    right: 400px;
    top: 70px;
    background-position: right center;
}

.jineng2-ta3::before {
    background-image: url(../images/l3.png);
    width: 48px;
    left: 455px;
    top: 50px;
    background-position: left center;
}

.jineng2-ta1 {
    left: 0;
    top: 10px;
    width: 440px;
}

.jineng2-ta2 {
    right: 0;
    width: 390px;
    top: 125px;
}

.jineng2-ta3 {
    left: 0;
    bottom: 30px;
    width: 440px;
}

.jineng2-ta-div dl {
    margin: 0;
}

.jineng2-ta-div dd+dd {
    margin-top: 20px;
}

.jineng2-ta-div dd h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-family: "albbm";
}

.jineng2-ta-div dd h2 {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-top: 7px;
}

.jineng3 {
    padding: 75px 0 120px;
    background-color: #fff;
    position: relative;
}

.jineng3::after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 272px;
    content: "";
    background-image: url(../images/jineng3-after.jpg);
    background-size: cover;
    z-index: 10;
}

.jineng3 .container {
    position: relative;
    z-index: 50;
}

.jineng3-dl dl {
    margin: 0;
    margin-left: -3%;
}

.jineng3-dl dd {
    float: left;
    width: 30.333333%;
    margin-left: 3%;
    margin-top: 55px;
    background-color: #f4f6f9;
    border-radius: 8px;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    padding: 35px 42px;
}

.jineng3-dl dd img {
    display: block;
    width: 192px;
    margin: 0 auto;
    transition: .3s;
}

.jineng3-dl dd h1 {
    margin: 0;
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin: 20px 0 28px;
}

.jineng3-dl dd:hover h1{
    color: #0053d9;
}
.jineng3-dl dd:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.jineng3-p p {
    margin: 0;
}

.jineng3-p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    height: 8em;
    overflow: hidden;
}

.jineng2-ta-xh1 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
}

.cp {
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding-bottom: 100px;
    background-image: url(../images/cp-bg.png);
    background-repeat: no-repeat;
    background-position: left 580px;
}

.cp-topMenu {
    background-color: #fff;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    margin-top: -60px;
    border-radius: 5px;
}

.cp-topMenu dl {
    margin: 0;
}

.cp-topMenu dd {
    float: left;
    width: 25%;
    font-size: 0;
    padding: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left center;
}

.cp-topMenu dd+dd {
    background-image: url(../images/dd.png);
}

.cp-topMenu dd>a {
    display: inline-block;
    text-align: left;
}

.cp-top-ico {
    width: 39px;
    margin-right: 30px;
}

.cp-top-ico img {
    display: block;
    width: 100%;
}

.cp-top-con {
    overflow: hidden;
}

.cp-top-con h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.cp-top-con h2 {
    margin: 0;
    font-size: 16px;
    color: #285397;
    margin-top: 8px;
}

.cp-topMenu dd>a:hover .cp-top-con h1 {
    color: #285397;
    font-weight: bold;
}

.cp-div {
    margin-top: 60px;
    position: relative;
}

.cp-menu {
    width: 250px;
    
}
.cp-menu-fix{
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    padding-bottom: 50px;
    width: 250px;
}

.cp-menu-fix.cur1{
    position: fixed;
    top: 0;
    transform: none;
}
.cp-menu-fix.cur2{
    position: absolute;
    top:auto;
    bottom: 0;
    left: 0;
    transform: none;
}

.cp-menu-h1 {
    font-size: 24px;
    color: #333;
    padding: 40px 10px;
    text-align: center;
    position: relative;
}

.cp-menu-h1::after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    content: "";
    height: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/cp-menu-h1-bg.png);
}

.cp-menu-h1 img {
    margin-top: -3px;
    margin-right: 13px;
}

.cp-menu-dl dl {
    margin: 0;
}

.cp-menu-dl dd+dd {
    margin-top: 1px;
}

.cp-menu-dl dd>a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    padding: 28px 15px;
    padding-left: 30px;
    transition: background-color .3s,color .3s;
    position: relative;
}

.cp-menu-dl dd>a:hover,.cp-menu-dl dd.cur>a {
    background-color: #eff4ff;
    color: #2468f2;
}

.cp-menu-dl dd.cur>a::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #2468f2;
    content: "";
    z-index: 15;
}

.cp-content {
    width: 1126px;
}

.cp-h1 {
    font-size: 40px;
    color: #333;
    font-family: "albbm";
}

.cp-h2 {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
}

.cp5-1 {
    margin-top: 30px;
}

.cp5-1+.cp5-1 {
    margin-top: 60px;
}

.cp5-title-h1 {
    font-size: 22px;
    color: #333;
    font-family: "albbm";
    padding-left: 14px;
    border-left: 3px solid #2468f2;
    line-height: 1;
}

.cp5-1-list dl {
    margin: 0;
    font-size: 0;
    margin-left: -3%;
}

.cp5-1-list dd {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    margin-top: 3%;
}

.cp5-1-item {
    background-image: url(../images/cp5-1-item-bg1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 38px 50px 0;
    height: 180px;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
    transition: background-image .3s;
}

.cp5-1-ico {
    width: 28px;
    margin-right: 23px;
}

.cp5-1-ico img {
    display: block;
    width: 100%;
}

.cp5-1-item-con {
    overflow: hidden;
}

.cp5-1-item-con h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    transition: background-image .3s;
}

.cp5-1-item-con p {
    margin: 0;
    font-size: 14px;
    color: #455f89;
    line-height: 1.8;
    margin-top: 10px;
}

.cp5-1-item:hover {
    background-image: url(../images/cp5-1-item-bg2.jpg);
}

.cp5-1-item:hover .cp5-1-item-con h1 {
    color: #2468f2;
}

.cp4-1 {
    position: relative;
    height: 496px;
    padding-left: 211px;
}

.cp4-1-ta {
    width: 433px;
    height: 496px;
    background-image: url(../images/ta2.png);
    padding-top: 162px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.cp4-1-ta-h1 {
    font-size: 18px;
    color: #041f59;
    font-family: "albbm";
    text-align: center;
}

.cp4-1-ta-h1:nth-child(2) {
    margin-top: 114px;
}

.cp4-1-ta-h1:nth-child(3) {
    margin-top: 100px;
}

.cp4-1-con {
    position: relative;
    z-index: 5;
    padding-top: 15px;
}

.cp4-1-con1 {
    height: 75px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/cp4-bg1.png);
    padding-left: 200px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #455f89;
    line-height: 1.8;
}

.cp4-1-con2 {
    height: 98px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/cp4-bg2.png);
    padding-left: 200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 13px;
}

.cp4-1-con2-item {
    font-size: 16px;
    color: #333;
}

.cp4-1-con2-item img {
    width: 62px;
    margin-top: -3px;
    margin-right: 15px;
}

.cp4-1-con3 {
    height: 129px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/cp4-bg3.png);
    padding-left: 200px;
    margin-top: 13px;
    padding-top: 7px;
}

.cp4-1-con3-item {
    font-size: 14px;
    color: #30548a;
    text-align: center;
    line-height: 1.5;
}

.cp4-1-con3-item img {
    display: block;
    width: 69px!important;
    margin: 0 auto 5px;
}

.cp4-1-con4 {
    height: 117px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/cp4-bg4.png);
    padding-left: 200px;
    margin-top: 13px;
    padding-top: 15px;
    padding-right: 15px;
}

.cp4-1-con4 dl {
    height: 85px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cp4-1-con4 dd {
    width: 19%;
    margin-left: 1%;
    height: 36px;
    line-height: 36px;
    background-color: #70abff;
    border-radius: 4px;
    font-size: 16px;
    font-family: "albbm";
    color: #fff;
    text-align: center;
}

.cp4-2 {
    margin-top: 20px;
}

.cp4-2-1 {
    font-size: 16px;
    color: #fff;
    font-family: "albbm";
    text-align: center;
    padding: 15px;
    background-color: #438eff;
}

.cp4-2-2 {
    background-color: #f4f9ff;
    padding: 20px;
    border: 1px dashed #c8e4f6;
    margin-top: 20px;
    border-radius: 5px;
}

.cp4-2-2 dl {
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.cp4-2-2-item {
    padding: 30px 15px 25px;
    border-radius: 5px;
    height: 160px;
}

.cp4-2-2-item h1 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: "albbm";
}

.cp4-2-2-item p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin-top: 10px;
    height: 5.4em;
    overflow: hidden;
}

.cp3-1 {
    border-bottom: 1px solid #eeeeee;
    margin-top: 30px;
}

.cp3-1-menu {
    border-right: 1px solid #eeeeee;
}

.cp3-1-menu dl {
    margin: 0;
}

.cp3-1-menu dd {
    float: left;
    width: 33.3333%;
    height: 218px;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 30px 25px 0;
    cursor: pointer;
    position: relative;
}

.cp3-1-menu dd.kdd {
    cursor: default;
}
.cp3-1-menu dd.empty {
    cursor: default;
}
.cp3-1-menu dd.empty::after,
.cp3-1-menu dd.empty .cp3-1-cur{
    display: none!important;
}
.cp3-1-menu dd.cur::after {
    position: absolute;
    width: 16px;
    height: 11px;
    left: 50%;
    margin-left: -8px;
    bottom: -11px;
    content: "";
    background-image: url(../images/jiao4.png);
    background-size: 100%;
    z-index: 50;
}

.cp3-1-cur {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,83,217,0.73);
    z-index: 25;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    font-family: "albbm";
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.cur .cp3-1-cur {
    opacity: 1;
    visibility: visible;
}

.cp3-1-menu dd img {
    display: block;
    width: 55px;
    margin: 0 auto;
}

.cp3-1-menu dd h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-family: "albbm";
    text-align: center;
    margin: 10px 0 15px;
}

.cp3-1-menu dd:hover h1 {
    color: #2468f2;
}

.cp3-1-menu dd p {
    margin: 0;
    font-size: 16px;
    color: #777;
    line-height: 1.8;
    height: 3.6em;
    overflow-y: auto;
    text-align: center;
    padding-right: 5px;
}
.cp3-1-menu dd p::-webkit-scrollbar {
    width: 3px;
}
.cp3-1-menu dd p::-webkit-scrollbar-thumb {
    width: 3px;
    height: 36px;
    border-radius: 3px;
    background-color: #2468f2;
}
.cp3-1-menu dd p::-webkit-scrollbar-track {
    width: 3px;
    border-radius:3px;
}

.cp3-1-div {
    padding: 30px 40px;
    border: 1px solid #eee;
    border-bottom: 0;
    background-color: #f7faff;
    display: none;
}

.cp3-1-div-wp .cp3-1-div {
}

.cp3-1x:first-child .cp3-1-div-wp .cp3-1-div:first-child{display: block;}
.cp3-1-pic {
    width: 516px;
    margin-right: 50px;
}

.cp3-1-pic .imgbox_a {
    padding-bottom: 54.65%;
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.cp3-1-con {
    overflow: hidden;
    padding-top: 15px;
}

.cp3-1-con-p {
    font-size: 16px;
    color: #333;
    line-height: 2.2;
}
.cp3-1-con-p p{margin:0;}

.cp3 .cp5-1-list dd {
    width: 30.3333333%;
}

.cp3 .cp5-1-item {
    height: 220px;
    padding: 35px 20px 0;
    background-image: url(../images/cp5-1-item-bg1x.jpg);
}

.cp3 .cp5-1-item:hover {
    background-image: url(../images/cp5-1-item-bg2x.jpg);
}

.cp3 .cp5-1-ico {
    margin-right: 15px;
}

.cp3-3 {
    margin-top: 50px;
}

.cp3-3-list dl {
    margin: 0;
    margin-left: -3%;
}

.cp3-3-list dd {
    float: left;
    width: 30.3333%;
    margin-left: 3%;
    margin-top: 3%;
}

.cp3-3 .xuexi2-item {
    box-shadow: -5.4px 4.46px 17px 1px rgba(141, 172, 217, 0.17);
}

.cp2 .cp5-1-item {
    height: 228px;
    padding: 35px 20px 0;
    background-image: url(../images/cp5-1-item-bg1xx.jpg);
}

.cp2 .cp5-1-item:hover {
    background-image: url(../images/cp5-1-item-bg2xx.jpg);
}

.cp1-1 {
    margin-top: 50px;
}

.cp1-1 .imgbox_a {
    padding-bottom: 69.53%;
    border-radius: 12px;
}

.cp1-1 .imgbox_a:hover .cp1-1-con1 {
    opacity: 0;
    visibility: hidden;
}

.cp1-1 .imgbox_a:hover .cp1-1-con2 {
    opacity: 1;
    visibility: visible;
}

.cp1-1-con1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/landi1.png);
    z-index: 15;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s;
}

.cp1-1-con1 h1 {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 17px;
    font-size: 20px;
    font-family: "albbm";
    text-align: center;
    color: #fff;
    z-index: 20;
    padding: 0 15px;
}

.cp1-1-con2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    height: 100;
    z-index: 80;
    background-color: rgba(8,41,82,0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}

.cp1-1-con2-con {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
}

.cp1-1-con2-con h1 {
    margin: 0;
    font-size: 20px;
    font-family: "albbm";
    color: #fff;
}

.cp1-1-con2-con p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    height: 5.4em;
    overflow: hidden;
    color: #fff;
    margin-top: 15px;
}

.cp1-1-list {
    margin-top: 35px;
}

.cp1-1-list .owl-dots {
    margin-top: 30px;
}

.cp1-1-list .owl-dots .owl-dot {
    margin: 0 4px;
}

.cp1-1-list .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    background-image: none!important;
    background-color: #2468f2;
    border-radius: 7px;
}

.cp1-1-list .owl-dot.active span {
    width: 28px;
}

.cp1-2 dl,
.cp1-2 ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.cp1-2 dd,
.cp1-2 li {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 9px;
    background-image: url(../images/dian2.png);
    margin-top: 15px;
}
.cp1-2 li p{margin:0;}
.heji-mian {
    background-color: #eff2f9;
    padding: 15px 0;
    font-size: 16px;
    color: #666666;
}

.heji-mian a:hover,.heji-mian span {
    color: #2468f2;
}

.heji-div-wp {
    padding: 50px 0 85px;
}

.heji1 {
    position: relative;
    z-index: 50;
}

.heji1-title {
    font-size: 30px;
    font-family: "albbm";
    color: #333;
    line-height: 1.5;
}

.heji1-fx {
    padding-left: 55px;
    position: relative;
    width: 180px;
    margin-top: 7px;
}

.heji1-fx-span {
    position: absolute;
    font-size: 16px;
    color: #999;
    left: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
}

.social-share a:focus {
    outline: none
}

.social-share a {
    margin: 0;
}

.social-share a+a {
    margin-left: 14px;
}

.social-share .icon-wechat .wechat-qrcode {
    top: auto;
    bottom: -210px;
}

.social-share .icon-wechat .wechat-qrcode:after {
    bottom: auto;
    top: -14px;
    border-width: 6px 6px 8px 6px;
    border-color: transparent transparent #f3f3f3 transparent;
}

.heji2 {
    margin-top: 30px;
    background-color: #fff;
}

.heji2-video {
    width: 940px;
    position: relative;
}

.heji2-video-box{
    padding-bottom: 56.25%;
}
.heji2-video-box video,
.heji2-video-box iframe{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}

.heji2-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.heji2-poster::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #000;
    opacity: 0.15;
    z-index: 20;
}

.heji2-poster::after {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    content: "";
    background-image: url(../images/bo11.png);
    background-size: 100%;
    z-index: 25;
}

.heji2-video video {
    display: block;
    width: 100%;
    border: 0;
    height: 530px;
    object-fit: fill;
    /*position: relative;*/
    z-index: 15;
}

.heji2-menu-wp {
    overflow: hidden;
}

.heji2-ml {
    font-size: 20px;
    color: #333;
    height: 55px;
    line-height: 55px;
    background-color: #d9e6fa;
    padding-left: 63px;
    background-repeat: no-repeat;
    background-position: 34px center;
    background-image: url(../images/menu-ico.png);
}

.heji2-menu {
    height: 475px;
    overflow-y: auto;
}

.heji2-menu ul {
    margin: 0;
    padding: 15px 0 0;
}

.heji2-menu li+li {
    border-top: 1px solid #ebebeb;
}

.heji2-menu-a1 {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    padding: 14px 50px 14px 30px;
    cursor: pointer;
    position: relative;
}

.heji2-menu-a1::after {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 13px;
    height: 13px;
    content: "";
    background-image: url(../images/jiao10.png);
    background-size: 100%;
}

.heji2-menu-a1:hover {
    color: #0053d9;
}

.cur .heji2-menu-a1 {
    background-color: #0053d9;
    color: #fff!important;
}

.cur .heji2-menu-a1::after {
    background-image: url(../images/jiao10h.png);
}

.heji2-menu-dl {
    display: none;
}

.heji2-menu-dl dl {
    margin: 0;
}

.heji2-menu-dl dd {
    border-top: 1px solid #ebebeb;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    padding: 13px 30px 13px 68px;
    background-repeat: no-repeat;
    background-position: 32px 17px;
}

.heji2-menu-dl dd>a:hover {
    color: #0053d9;
}

.heji2-menu-dl dd.cur {
    background-image: url(../images/bo22.png);
    color: #0053d9;
}

.cur .heji2-menu-dl {
    display: block;
}

.news .main1-2 dd:first-child {
    margin-top: 0!important;
}

.danpian-h1 {
    font-size: 28px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.danpian-h2 {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0 15px;
}

.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.danpian-con {
    font-size: 14px;
    line-height: 2;
    padding: 20px 0 20px;
}

.danpian-con * {
    font-size: 16px!important;
    line-height: 2!important;
}

.danpian-con img {
    display: block;
    margin: 15px auto;
}

.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.dan-page {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.dan-a {
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 45%;
}

.dan-a a {
    font-size: 16px;
    color: #333;
}

.dan-a a:hover {
    color: #0053d9;
}


.ce{
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  width: 52px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}
.ce.cur{
  opacity: 1;
  visibility: visible;
}
.ce dl{
  margin:0;
}

.ce dd{
  position: relative;
}
.ce dd>a{
  display: block;
  height: 52px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 1px rgba(15,82,188,0.13);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-color .3s,background-image .3s;
}

.cedd1 a{background-image: url(../images/ce1.png);}
.cedd2 a{background-image: url(../images/ce2.png);}
.cedd3 a{background-image: url(../images/ce3.png);}

.ce dd>a:hover{
  background-color: #2468f2;
}

.cedd1 a:hover{background-image: url(../images/ce1h.png);}
.cedd2 a:hover{background-image: url(../images/ce2h.png);}
.cedd3 a:hover{background-image: url(../images/ce3h.png);}

.ce-phone{
  position: absolute;
  width: 237px;
  height: 74px;
  background-image: url(../images/ce-phone.png);
  right: 56px;
  top: -11px;
  font-size: 16px;
  color: #fff;
  padding-left: 25px;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}

.ce dd+dd{
  margin-top: 12px;
}

.ce dd:hover .ce-phone{
  opacity: 1;
  visibility: visible;
}