/* css 重置 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    background: #fff;
    font: normal 12px/22px 宋体;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #333;
}
/* 本例子css */
.slideBox {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 32%;
    bottom: 5px;
    z-index: 1;
    transform: translateX(-50%);
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%
}
.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 100%;
    height: 650px;
    display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(static/m/images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
html,body {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
    font-family: 宋体;
    padding-top:29px;
}
div,
li,
ul {
    padding: 0;
    margin: 0
}
img {
    vertical-align: top;
    border: 0
}
li,
ul {
    list-style: none;
    text-transform: capitalize
}
:after,
:before {
    box-sizing: inherit
}
a {
    text-decoration: none;
    color: inherit
}
ul {
    list-style: none
}
.overflow-hide {
    overflow: hidden
}
#banner {
    margin-bottom: -10px
}
#carousel {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 800px
}
#bannerNav {
    position: relative;
    height: 10px;
    text-align: center
}
#bannerNav ul li {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 22px;
    margin: 0 2px
}
#bannerNav ul li a {
    margin: 0 auto;
    display: block;
    width: 6px;
    height: 6px;
    vertical-align: top;
    border-radius: 3px;
    background: #5e6671;
    font-size: 0;
    padding-bottom: 0px;
}
#bannerNav ul li.on a,
#bannerNav ul li:hover a {
    background: #002fa7;
    border-bottom: none;
    padding-bottom: 0px;
}
#bannerNav ul li.on a {
    width: 20px
}
#carousel {
    height: 400px;
    margin-top: -60px;
}
.click-custom .slick-list li{
    padding-top: 20px;
    padding-bottom: 40px;
}
.click-custom .slick-dots{
    bottom:5px;
}
.click-custom img{
    width: 90%;
    height: auto !important;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 8px 8px 20px rgb(0 0 0 / 20%);
}
* {
    padding: 0;
    margin: 0
}
.container {
    width: 1200px;
    margin: 0 auto
}
.w1200 {
    width: 1200px;
    margin: 0 auto
}
.w1200 {
    width: 1200px;
    margin: 0 auto
}
.twoduan .menu{
    width: 100%;
    display: flex;
    justify-content: center
}
.top {
    height: 90px;
    line-height: 25px;
    margin: 40px auto 40px
}
.service_left {
    font-size: 17px;
    color: #2A499C;
}
.search_right {
    position: relative;
}
.logo {
    text-align: center;
}
.search_right a {
    position: absolute;
    top: 3px;
    right: 8px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/search.png) no-repeat left bottom;
    background-size: contain;
}
.input_button {
    width: 50px;
    height: 16px;
    border: 1px solid #ccc;
    padding: 2px 25px;
    border-radius: 5px;
    margin-right: 40px
}
/*导航*/
header .nav {
    height: 42px;
    font-size: 18px;
    font-weight: bolder;
    line-height: 42px
}
header .nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin: 20px auto 0px;
    padding: 0px
}
header .nav ul li {
    position: relative;
    margin-right: 80px
}
header .nav ul li span {
    display: block;
    color: #6f6f6f;
    font-family: microsoft yahei !important;
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    font-weight: normal
}
header .nav ul li a {
    display: block;
    height: 25px;
    text-decoration: none;
    color: #333;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    font-family: microsoft yahei !important;
}
header .nav ul li a:hover {
    color: #2A499C;
    border-bottom: 0px solid #002fa7;
    padding-bottom: 0px
}
header .nav ul li:hover span {
    opacity: 1
}
.headerInner .gnb {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    display: flex;
    justify-content: center
}
/* 140617 width 수정 */
.headerInner .gnb li {
    float: left;
    margin: 0 27px;
    text-align: left;
    padding: 0 15px;
}
/* 140617 margin-right 수정 */
.headerInner .gnb li.lineEnd {
    margin-right: 0;
}
.headerInner .gnb li a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    font-family: microsoft yahei !important;
}
.headerInner .gnb li a:hover {
    color: #04348e
}
.headerInner .gnb span {
    margin: 1px 0 0 0;
    font-size: 11px;
}
.headerInner .gnb_eng {
    overflow: hidden;
    margin: 0 auto;
    width: 325px;
    padding: 34px 0 0 0;
}
.headerInner .gnb_eng li {
    float: left;
    margin-right: 70px;
}
.headerInner .gnb_eng li.lineEnd {
    margin-right: 0;
}
.gnb_layer {
    background: url(../images/bg_2depth.gif) left top repeat-x;
    height: 228px;
    z-index: 999;
    position: absolute;
    top: 212px;
    width: 100%;
    display: none;
    letter-spacing: 0px;
    z-index: 999
}
.gnb_layerInner {
    width: 860px;
    margin: 0 auto;
    padding: 17px 0 0 123px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    display: flex;
    justify-content: space-between
}
.gnb_layer ul {
    width: 150px;
    float: left;
}
.gnb_layer ul.mar_r_11 {
    margin-right: 11px;
}
.gnb_layer ul.mar_r_74 {
    margin-right: 74px;
}
.gnb_layer ul.mar_r_70 {
    margin-right: 70px;
}
.gnb_layer ul.lineEnd {
    margin-right: 0;
}
.gnb_layer ul li {
    margin-bottom: 8px;
    text-align: left;
    display: block
}
.gnb_layer ul li a {
    color: #808080;
    font-size: 13px;
    border-bottom: 0px;
    padding: 0;
    font-family: "microsoft yahei", arial, helvetica, 'sans-serif'
}
.gnb_layer ul li a.title {
    color: #aaa;
    font-size: 16px;
    font-weight: bold
}
.gnb_layer ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding: 0px;
}
.gnb_layer .g_menu li {
    line-height: 24px
}
.gnb_layer .g_menu li a:hover {
    color: #fff;
    text-decoration: none;
    padding: 0px;
}
.banner {
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0px 0 0 0;
    text-align: center;
}
.banner img {
    margin: 0;
    padding: 0;
    width: 100%
}
.zskj_bor {
    width: 100%;
    display: inline-block;
    height: 300px;
}
a:hover,
.con-inner ul li a.cur {
    border-bottom: 2px solid #002fa7;
    color: #002fa7;
    padding-bottom: 12px
}
.zskj_bor .title,
.custom .title,
.zhenailiwu .title {
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-family: Arial, "宋体";
    color: #000;
    font-size: 20px;
    line-height:50px;
    margin: 15px auto;
    font-weight: bolder;
}
.liucheng .title {
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-family: Arial, "宋体";
    color: #000;
    font-size: 30px;
    margin: 0px auto 0px;
    font-weight: bolder;
    padding-top: 80px;
    padding-bottom: 80px;
}
.zskj_bor .desc {
    text-align: center;
    /*font-size: 18px;*/
    /*margin-top: 30px;*/
    /*margin-bottom: -18px;*/
}
.prolist {
    display: block;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 240px;
    width: 100%;
}
.prolist .proleft{
   width: 155px;
    height: 270px;
    position: relative;
    float: left;
}

.prolist .proright {
    width: 155px;
    float: right;
    height: 215px;
    display:flex;
    justify-content: space-between;
}
.prolist .proleft img {
    width: 100%;
    height: auto;
}
.prolist .proleft .covers {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 35px;
    line-height: 35px;
    left: 0px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    margin-top: -35px;
}
.prolist .proleft .covers .text .desc {
    font-size: 18px;
}
.prolist .proleft .covers .text .more {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 50px;
    margin: 0px auto;
    padding: 5px
}
.prolist .proleft:hover .covers {
    opacity: 0
}
.prolist .proleft .coverss {
    display: none;
    background: rgba(15, 57, 135, .8);
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.prolist .proleft .coverss .text {
    position: absolute;
    display: block;
    left: 30%;
    top: 30%;
    width: 220px;
    height: 121px;
    color: #fff;
    text-align: center
}
.prolist .proleft .coverss .text .title {
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    line-height: 30px
}
.prolist .proleft .coverss .text .desc {
    font-size: 18px;
}
.prolist .proleft .coverss .text .more {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 50px;
    margin: 0px auto;
    padding: 5px
}
.prolist .proleft:hover .coverss {
    opacity: 1
}
.prolist .proright .covers {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 27px;
    line-height: 27px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
}
.prolist .proright .covers .text {
    position: absolute;
    display: block;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center
}
.prolist .proright .covers .text .title {
    position: absolute;
    top: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: normal;
}
.prolist .proright .covers .text .desc {
    font-size: 18px;
}
.prolist .proright .covers .text .more {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 50px;
    margin: 0px auto;
    padding: 5px
}
.prolist .proright .coverss {
    background: rgba(15, 57, 135, .8);
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.prolist .proright .coverss .text {
    position: absolute;
    display: block;
    left: 30%;
    top: 0%;
    width: 220px;
    height: 121px;
    color: #fff;
    text-align: center
}
.prolist .proright .coverss .text .title {
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    line-height: 30px
}
.prolist .proright .coverss .text .desc {
    font-size: 18px;
}
.prolist .proright .coverss .text .more {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 50px;
    margin: 0px auto;
    padding: 5px
}
.prolist .proright li:hover .coverss {
    opacity: 1
}
.prolist .proright li:hover .covers {
    opacity: 0
}
.proright ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 190px;
}
.proright ul li {
    width: 100%;
    height: auto;
    list-style: none;
    position: relative;
    margin-right: 0;
}
.proright ul li:nth-child(1){
    margin-bottom:10px;
}
.proright ul li img {
    width: 100%;
}
/*.proright ul li:nth-child(1) {
    background: url("../picture/proright001.jpg")
}
.proright ul li:nth-child(2) {
    background: url("../picture/proright002.jpg");
    margin-top: 18px
}*/
.ad001 {
    width: 100%;
    display: block;
    height: auto;
    margin: 20px auto;
}
.ad001 img {
    width: 100%
}
.custom {}
.zhenailiwu {
    width: 100%;
    margin: 0px auto 0px
}
.con-inner,
.cont {
    width: 100%;
}
.cont {
    border-bottom: 1px solid #ccc
}
.con-inner ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto
}
.con-inner ul li {
    margin: 05px;
    height: 40px;
    font-size: 18px
}
.con-inner ul li a.cur {
    position: relative
}
.tab-content-wrap {
    margin: 50px auto 0px;
    height: 423px;
    overflow: hidden;
}
.tab-content-wrap h3 {
    text-align: center
}
.col-sm-4 {
    width: 24.5%;
    position: relative
}
.tab-content-wrap .tab-content .tab-card p {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    font-size: 14px
}
.detail a {
    display: block;
    padding: 5px 10px;
    width: 120px;
    text-align: center;
    margin: 20px auto 20px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #0a53be;
    color: #0024a9
}
/*.detail a:before{ position: absolute;*/
/*    bottom: -13px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #666;}*/
.detail>.cur,
.detail a:hover {}
.tab-content-wrap .tab-content .tab-card p .detail a {
    display: block;
    width: 80px;
    height: 20px;
    color: white
}
.tab-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px
}
.btn {
    height: 50px;
    text-align: center;
    background: #331dc1;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
}
.tab-content .tab-card a.img {
    width: 394px;
    height: 294px
}
.btn:hover {
    border: none;
    color: #fff;
    padding: 10px 15px;
    background: #4d3bbd
}
.liucheng {
    clear: both;
    background: url("./../images/whitebg.jpg") center center;
}
.liucheng .flex {
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(100% - 20px);
    margin: 0 auto;
}
.liucheng .content {
    width: calc(49% - 40px);
    background: white;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
  	height: 450px;
}
.liucheng .content .ico img {
    width: 40px;
    height: 40px;
    margin-bottom: 30px
}
.liucheng .content .sjtitle {
    font-size: 1.17rem;
    font-weight: bolder;
    margin-bottom: 15px
}
.liucheng .content .desc {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    height: 166px;
    color: #666
}
.news .tableType01{
    padding: 0 20px;
    box-sizing: border-box;
}
.liucheng .content .desc p {
    margin: 0;
    padding: 0
}
.liucheng .content .zhouqi {
    width: 108px;
    background: #331dc1;
    color: white;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 70px auto 0px;
    text-align: center;
    font-size: 15px
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.news {
    clear: both;
    padding: 0px 0 0px;
}
.newss {
    clear: both;
    padding: 0px;
}
.news .titles,
.newss .titles {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bolder;
    margin-top: 0px;
    padding-top: 80px;
}
.news .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 24px
}
.newss .contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 24px
}
.news .contents .content {
    width: 50%;
    display: flex;
    align-items: center
}
.newss .contentss .contentt {
    width: 30%;
    padding: 20px
}
.newss .contentss .contentt .title {
    font-size: 20px;
    font-weight: bolder;
    margin: 30px auto;
    color: #333
}
.newss .contentss .contentt .desc {
    color: #666;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px
}
.newss .contentss .contentt .date {}
.newss .contentss .contentt .pic img {
    width: 100%;
    height: auto
}
.news .contents .content .title {
    font-size: 1.17rem;
    font-weight: bolder;
    color: #333
}
.news .contents .content .part {
    width: 50%;
    position: relative;
    padding: 10px
}
.news .contents .content .part .desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}
.news .contents .content .part img {
    height: 200px
}
.news .contents .content .part .date {
    margin-top: 24px
}
.center {
    text-align: center
}
.news-more {
    clear: both;
    display: inline-block;
    color: #888;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.fa-long-arrow-right:before {
    margin-left: 10px;
    float: right;
}
.footer {
    background: #002fa7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 95px;
    font-family: 宋体
}
.footer .left-con {
    width: 40%;
    display: flex;
    flex-wrap: nowrap
}
.footer .left-con .part {
    width: 20%
}
.footer .left-con .part dl dt {}
.footer .left-con .part dl dd {
    color: #999;
    margin: 0;
    line-height: 24px;
    padding: 5px 0px
}
.footer .left-con .part .line {
    height: 1px;
    width: 40px;
    background: #fff;
    margin-top: 20px
}
.footer .left-con .part .title {
    height: 20px;
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: bolder;
    position: relative;
}
.footer>.left .title::before {
    border-bottom: 3px solid #fff;
    position: absolute;
    height: 10px;
    width: 50px;
    bottom: 0px;
}
.footer .right-con {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center
}
.footer .right-con a {
    font-size: 17px;
    color: #fff
}
.footer .right-con .pic img {
    width: 130px;
    height: auto
}
.footer .right-con .pic p {
    text-align: center;
}
.footer .share {
    font-size: 0;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer .item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
    position: relative;
}
.footer .item .icon {
    display: block;
    width: 100%;
    position: relative;
    border: none;
}
.footer .item .icon img {
    display: block;
    width: 100%;
    transition: all .3s;
}
.footer .item .icon .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.footer .item .img-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.footer .item .img {
    width: 120px;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.footer .item .img img {
    width: 100%;
}
.footer .item .img-box:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
}
.footer .item:hover .hover {
    opacity: 1;
}
.footer .item:hover .init {
    opacity: 0;
}
.footer .item:hover .img-box {
    visibility: visible;
    opacity: 1;
}
.footer .left-con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}
.footer a:hover {
    clear: both;
    color: #fff;
    border-bottom: 0;
    padding-bottom: 0
}
.footer .text {
    font-size: 17px;
    color: #cad4ed;
    width: 100%
}
.line {
    width: 1px;
    line-height: 97px;
    height: 35px;
    background: #5f7bc2;
    margin: 0 76px
}
.beian {
    width: 100%;
    border-top: 1px solid #5f7bc2;
    background: #012FA7;
    line-height: 55px;
    color: #cad4ed;
    padding-top: 20px
}
.beian .title {
    font-size: 36px;
    margin: 24px auto;
}
.beian p {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-family: 宋体
}
.beian p span {
    margin-left: 10px;
    color: #cad4ed
}
.beian .desc {
    line-height: 24px;
    font-size: 16px;
    height: 45px
}
.pagination {
    width: 1000px;
    margin: 25px auto;
    text-align: center
}
.pagination ul,
li {
    list-style: none;
    display: inline;
    margin: 0px 5px 0 0;
}
.pagination li:hover a {
    color: #fdfdfd;
    background-color: #1d1f20;
    border: solid 1px #1d1f20;
}
.pagination li.active a {
    color: #fdfdfd;
    background-color: #1d1f20;
    border: solid 1px #1d1f20;
}
.pagination li a {
    border: solid 1px #d6d6d6;
    border-radius: 0.2rem;
    color: #7d7d7d;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 0.9rem;
}
.breadcrumb {
    height: 35px;
    line-height: 35px;
    margin: 30px auto
}
.breadcrumb span {
    margin: 5px 10px;
    font-size: 14px;
    font-weight: bolder;
}
.about {
    box-shadow: 0 7px 18px 0 rgb(31 31 31 / 7%);
    padding: 60px 60px 85px;
    max-width: 1430px;
    margin: 0 auto 50px;
}
.about-img-box {
    position: relative;
    padding-right: 38px;
    padding-bottom: 88px
}
.about-img-box .big-img {
    position: relative
}
.about-img-box .big-img::before {
    position: absolute;
    content: "";
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    background-color: transparent;
    border: 1px solid rgba(216, 216, 216, 0.5)
}
.about-img-box .big-img img {
    -webkit-box-shadow: 1px 6px 21px 13px rgba(190, 221, 230, 0.47);
    box-shadow: 1px 6px 21px 13px rgba(190, 221, 230, 0.47);
    border-radius: 12px;
    z-index: 1
}
.about-img-box .small-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 48%
}
.about-img-box .small-img img {
    border: 8px solid var(--white-color);
    z-index: 2
}
.about-img-box .image-shape {
    position: absolute;
    left: -6px;
    bottom: 23px;
    z-index: -3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.about-img-box .big-img .experience {
    position: absolute;
    width: 140px;
    height: 140px;
    padding: 20px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -71px;
    background: rgba(40, 152, 184, 0.89);
    border: 2px solid var(--white-color)
}
.about-img-box .big-img .experience h4 {
    font-size: 34px
}
.about-img-box .big-img .experience h6 {
    font-weight: 500
}
.about-content h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px
}
.about-content h3 span {
    color: var(--primary-color)
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: inline-block;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    height: 566.89px;
    object-fit: cover;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider end */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: none !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
/* Arrows end */
/* Dots */
.slick-dots {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.click-custom .slick-dots li{
    background:#5e6671;
}
.click-custom .slick-dots li.slick-active{
    background:#002fa7;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 6px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
}
.slick-dots li button {
    font-size: 12px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #333;
    border: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: none;
}
.slick-dots li.slick-active {
    background: #002fa7;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* Dots end */
@media (max-width: 960px) {
    .container,
    .w1200 {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .top {
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #fff;
        -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
        z-index: 666;
    }
    .top img {
        width: auto;
        margin: 5px 0;
        margin-left: -62px;
        max-height: 53px;
    }
    #menuph {
        width: 50px;
        height: 50px;
        margin: 5px 0;
        float: right;
    }
    .menuph .point {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-top: 15px;
      position: relative;
      float: right;
    }
    .menuph .navbtn {
      position: absolute;
      top: 10px;
      right: 0;
      display: inline-block;
      width: 21px;
      height: 2px;
      -webkit-transition: all .3s ease-out 0s;
      -moz-transition: all .3s ease-out 0s;
      -ms-transition: all .3s ease-out 0s;
      -o-transition: all .3s ease-out 0s;
      transition: all .3s ease-out 0s;
      background: #2c6db0;
    }
    .menuph .navbtn:before {
      top: 10px;
    }
    .menuph .navbtn:after,
    .menuph .navbtn:before {
      position: absolute;
      right: 0;
      display: inline-block;
      width: 28px;
      height: 2px;
      content: '';
      -webkit-transition: all .3s ease-out 0s;
      -moz-transition: all .3s ease-out 0s;
      -ms-transition: all .3s ease-out 0s;
      -o-transition: all .3s ease-out 0s;
      transition: all .3s ease-out 0s;
      background: #2c6db0;
    }
    .menuph .navbtn:after {
      top: -11px;
    }
    .menuph .navbtn:after,
    .menuph .navbtn:before {
      content: '';
      position: absolute;
      right: 0;
      display: inline-block;
      width: 28px;
      height: 2px;
      -webkit-transition: all .3s ease-out 0s;
      -moz-transition: all .3s ease-out 0s;
      -ms-transition: all .3s ease-out 0s;
      -o-transition: all .3s ease-out 0s;
      transition: all .3s ease-out 0s;
      background: #2c6db0;
    }
    .menuph .point.active .navbtn {
      background: transparent;
    }
    .menuph .point.active .navbtn:before {
      top: 0px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .menuph .point.active .navbtn:after {
      top: 0px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .xialaph {
        position: fixed;
        top: 58px;
        left: 0;
        width: calc(100% - 40px);
        padding: 0 20px;
        background: rgba(11, 77, 162, 0.88);
        z-index: 10;
        padding-bottom: 20px;
        display: none;
    }
    .xialaph>ul li {
        display: block;
        padding: 0 10px;
        /* height: 45px; */
        line-height: 45px;
        border-bottom: 1px solid #fff;
        letter-spacing: 1px;
        overflow: hidden;
    }
    .xialaph ul li img {
        width: 15px;
        height: 15px;
        float: right;
        margin: 15px 0;
    }
    .xialaph ul li a {
        font-size: 18px;
        color: #fff;
        float: left;
        display: block;
        line-height: 45px;
        width: calc(100% - 15px);
        float: left;
    }
    .xialaph ul li:first-child a {
        width: 100%;
    }
    .xialaph ul li a span {
        font-size: 14px;
        padding-left: 12px;
    }
    .xialaph ul li ul {
        display: none;
    }
    .xialaph ul li ul li {
        border-bottom: none;
        text-indent: 2rem;
    }
    .xialaph ul li ul li a {
        font-size: 16px;
    }
    .xialaph ul li ul li:last-child {
        border-bottom: none;
    }
    .twoduan .col-sm-6 {
        width: 50%;
    }
    header .nav {
        display: none;
    }
    .slideBox {
        height: auto;
    }
    .slideBox .bd img {
        height: auto;
    }
    .slideBox .bd li {
        margin-right: 0;
    }
    .zskj_bor .title a {
        font-size: 18px;
    }
    .zskj_bor .title .desc {
        font-size: 15px;
        /*margin-top: -15px;*/
        line-height: 20px;
    }
    
    .newss .contentss .contentt{
        width: 33%;
        padding:0;
        margin-bottom:20px;
    }
    .news .contents .content {
        width: 47%;
        display: block;
    }
    .news .contents .content .part {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin-bottom: 20px;
    }
    .news .contents .content .part img {
        width: 100%;
        height: auto;
    }
    .tab-content-wrap{
        height: auto;
    }
    .tab-content-wrap .tab-content .col-sm-4 {
        float: left;
    }
    .tab-content-wrap .overflow-hide {
        display: none;
    }
    .tab-content-wrap .overflow-hide:nth-child(1){
        display: block;
    }
    .col-sm-4{
        width: 50%;
    }
    .tab-card-lg a img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .con-inner .cont{
        border-bottom: none;
    }
    .con-inner ul{
        width: auto;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        box-sizing: border-box;
        white-space: nowrap;
        flex-wrap: inherit;
        justify-content: initial;
    }
    .con-inner ul::-webkit-scrollbar {
        width: 5px;
        height: 3px;
    }
    .con-inner ul::-webkit-scrollbar-thumb {
        background: #002fa7;
        border-radius: 2px;
    }
    .con-inner ul::-webkit-scrollbar-track {
        background: #ccc;
        border-radius: 2px;
    }
    .con-inner ul li{
        line-height:40px;
        position: relative;
        margin:12px;
    }
    .con-inner ul li.active:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: #002fa7;
        height: 2px;
        width: 100%;
    }
    .con-inner ul li.active a {
        color: #002fa7;
    }
    .footer{
        padding:20px -1;
    }
    .footer .line {
        display: none;
    }
    .footer .left-con{
        margin-bottom:20px;
    }
    .footer .left-con,
    .footer .right-con{
        width: 100%;
    }
    .beian {
        padding-bottom: 0px;
    }
    .beian p{
        height: auto;
    }
    .location {
        width: 100%;
        line-height: 30px;
        padding: 0 20px;
        margin-top: 0;
        background: #2c6db0!important;
        color: #fff;
        font-size: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        box-sizing: border-box;
        white-space: nowrap;
        letter-spacing: 1px;
    }
    .location a:hover{
        color: #fff;
    }
    .line-box01 h3 {
        text-align: center;
        font-size: 20px;
        line-height: 45px;
    }
    h4.h4-space02 {
        text-align: center;
        font-size: 24px;
        line-height: 45px;
    }
    .code_tab a {
        font-size: 18px;
    }
    .contents p img {
        width: 100%;
    }
    .code_tab {
        width: auto;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        box-sizing: border-box;
        white-space: nowrap;
        flex-wrap: inherit;
        justify-content: initial;
        padding: 15px 0;
        margin: 0 20px;
    }
    .code_tab::-webkit-scrollbar {
        width: 5px;
        height: 3px;
    }
    .code_tab::-webkit-scrollbar-thumb {
        background: #002fa7;
        border-radius: 2px;
    }
    .code_tab::-webkit-scrollbar-track {
        background: #ccc;
        border-radius: 2px;
    }
    .code_tab a {
        margin: 0 15px;
        position: relative;
    }
    .code_tab a.on{
        color: #002fa7;
    }
    .code_tab a.on:after {
        content: "";
        /* position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 2px;
        background: #002fa7; */
    }
    a:hover, .con-inner ul li a.cur{
        padding-bottom: 0;
        color: #333;
        border-bottom: none;
    }
    #contentsWr {
        /* width: calc(100% - 40px);
        padding: 0 20px;
        height: auto; */
    }
    .contents {
        /* margin: 40px 0; */
    }
    .pagination {
        width: 100%;
    }
    .prolist-menu {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    .prolist-menu li {
        width: calc(50% - 9.5px);
        height: auto;
        float: left;
        position: relative;
        margin-right: 15px;
        margin-top: 20px;
    }
    .prolist-menu li img {
        height: 180px;
        object-fit: contain;
    }
    .prolist-menu li h3 {
        text-align: center;
        font-weight: normal;
    }
    .prolist-menu li .logoo {
        background: url(http://www.veata.cn/static/images/logoo.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        height: 40px;
        width: 90%;
        top: 0px;
        left: 5%;
    }
    .prolist-menu li:nth-child(2n) {
        margin-right: 0;
    }
    .accordion-menu {
        margin-top: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .accordion-menu li {
        display: block;
        font-size: 16px;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }
    .img-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 20px 0;
    }
    .content .title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 25px;
    }
    .content img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .descc {
        margin-bottom: 15px;
        font-size: 14px;
        text-align: justify;
    }
    .material {
        border-bottom: 1px solid #efefef;
        padding: 10px 0;
        /* height: 30px; */
        line-height: 30px;
        font-size: 16px;
        color: #22282d;
    }
    .material .demo-1 {
        float: right;
    }
    .material select {
        width: 90px;
        height: 30px;
        padding: 5px 8px;
        border: 1px solid #ced4da;
        outline: none;
    }
    .fc-form-body input {
        width: calc(100% - 174px) !important;
        float: right;
        height: 28px;
        border: 1px solid #ced4da;
        outline: none;
        text-indent: 0.8rem;
    }
    .fc-form-body {
        padding: 10px 0;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .content button {
        width: 100%;
        border: none;
        padding: 8px 0;
        font-size: 18px;
    }
    .content .col-xl-6>a {
        width: 100%;
        display: block;
        height: auto;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: #333;
    }
    .content .col-xl-6>a {
        width: 100%;
        display: block;
        height: auto;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: #333;
    }
    .content .desc a {
        width: 100%;
        display: block;
        height: auto;
        font-size: 16px;
        text-align: right;
        margin-right: 15px;
    }
    .content .desc {
        display: flex;
        display: -webkit-flex; /* Safari */
        padding: 10px 0;
        margin-bottom: 20px;
        border: none;
    }
    .content .desc a.one{
        background: url("/static/images/bgone.png") left center no-repeat;
        background-size: 20px;
    }
    .content .desc a.two{
        background: url("/static/images/bgtwo.png") left center no-repeat;
        background-size: 20px;
    }
    .content .desc a.three{
        background: url("/static/images//bgthree.png") left center no-repeat;
        background-size: 20px;
    }
    ._editor span,._editor p {
        text-align: justify;
        line-height: 33px;
        font-size: 18px !important;
    }
    .news.po_design {
        width: 100%;
        display: block;
        height: auto;
        padding-top: 0;
    }
  
    .atitle {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .ades span {
        font-size: 12px;
        padding: 0 5px;
        margin: 0!important;
    }
    .ades {
        text-align: center;
        border-bottom: 1px dashed #aaa;
        padding-bottom: 15px;
    }
    .abody {
        margin-top: 20px;
        overflow-x: hidden;
    }
    .abody span,.abody p {
        font-size: 18px !important;
        text-align: justify;
        line-height: 30px;
    }
    .atarget {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .arecommend {
        margin-bottom: 20px;
        border: unset!important;
    }
    .arecommend p {
        font-size: 16px;
        line-height: 50px;
    }
    .arecommend ul li {
        display: block!important;
        width: 100%!important;
        font-size: 14px;
        line-height: 30px;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    .prev-next {
        margin: 20px 0;
    }
    .prev-next .left{
        margin-bottom: 15px;
    }
    .prev-next .left,.prev-next .right {
        font-size: 14px;
        line-height: 30px;
        background: #f5f8fa;
        padding: 10px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: calc(100% - 10px);
    }
}
.top .waplogo{display: none;}
.pc{
    display: none;
}
.wap{
    display: block;
}
/* .big-img .img-parent img{
    transform: scale(1);
} */
#contents .row{
    padding: 0 20px;
}
.img-content .big-img{
    height: auto;
    border: unset;
    margin-top: 20px;
    background: #ffffff;
}
.big-img .img-parent {
    position: relative;
}
.img-content .big-img img {
    position: relative;
}
.po_design a.buttonn, .po_design .buttonn{
    padding: 0;
}
.po_design .desc a.one {
    padding-left: 24px;
}
.po_design .desc a{
    line-height: 56px;
}
.dropdownlink {
    clear: both;
    cursor: pointer;
    display: block;
    padding: 0px 15px 0px 0px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: unset;
}
.demo-1 {
    top: 15px;
}