:root {
    --blue: #093572;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

ul, li, dl, dd, dt {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
    color: #000;
}

.cl {
    clear: both;
}

.cbody {
    width: 1200px;
    margin: 0 auto;
}

.head {
    height: 120px;
    background: #fff; /*box-shadow: 0px 1px 1px rgba(0, 0, 0, .05);*/
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.head .cbody {
    width: 1220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.head .cbody .logo {
    width: 185px;
}

.head .menu {
    flex: 1;
    padding: 0 10px 0 100px;
    height: 100%;
}

.head .menu > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.head .menu > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.head .menu > ul > li > a {
    font-size: 16px;
    color: #545454;
}

.head .menu > ul > .active > a, .head .menu > ul > li > a:hover {
    color: #ffffff;
    font-weight: bold;
    background: #093572;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}

.menu-min {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    z-index: 888;
    transition: all .4s;
    opacity: 1;
    display: none;
}

.menu-min .cbody {
    display: flex;
    justify-content: space-around;
}

.menu-min-name {
    flex: .5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-min-name > a {
    margin-top: 30px;
    display: block;
    width: 174px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #5e5e5e;
    border: 1px solid #dcdcdc;
}

.min-name {
    font-size: 36px;
    color: #4e4e4e;
}

.min-name a {
    margin-left: 30px;
    color: var(--blue);
    position: relative;
}

.min-name a::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #4e4e4e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateX(-50%) translateY(-50%);
}

.menu-min-ul {
    flex: 1;
    display: flex;
    padding: 20px 0;
}

.menu-min-ul ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.menu-min-ul ul li {
    width: 20%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5;
}

.menu-min-ul ul li span {
    display: block;
    height: 85px;
    line-height: 85px;
    text-align: center;
}

.menu-min-ul ul li:last-child {
    border-right: 0;
}

.menu-min-ul ul li a:nth-child(1) {
    display: block;
    height: 85px;
    width: 170px;
    overflow: hidden;
}

.menu-min-ul ul li a:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
    height: 60px;
    overflow: hidden;
    font-size: 15px;
    color: #686868;
    line-height: 20px;
    margin: 0 10px 0 20px;
}

.head .tel {
    display: flex;
    align-items: center;
}

.head .tel span:first-child {
    font-size: 18px;
    color: #9a9a9a;
    /*background: url(../images/tel.jpg) no-repeat left center;*/
    padding-left: 24px;
    padding-right: 5px;
}

.head .tel span:last-child {
    font-size: 21px;
    color: var(--blue);
    font-weight: bold;
}

.bar {
    /*padding-top: 120px;*/
}

.barswiper {
    height: 690px;
    width: 100%;
    position: relative;
    text-align: center;
}

.barswiper a {
    display: block;
    height: 690px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-swiper-next {
    background: url("../images/banner-swiper-next.png") no-repeat;
    opacity: 0.32;
    right: 40px;
}

.banner-swiper-prev {
    background: url("../images/banner-swiper-prev.png") no-repeat;
    opacity: 0.32;
    left: 40px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: none;
}

.banner {
    position: relative;
    padding-top: 120px;
}

/*数据*/
.abnum {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    color: #666666;
    height: 145px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px 2px rgba(85, 85, 85, .1);
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

.abnum .abnum_box {
    width: 25%;
}

.abnum p {
    font-size: 51px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.abnum p span {
    color: #093572;
    visibility: visible !important;
}

.abnum p span#num3 {
    margin-right: 10px;
}

.abnum p sup {
    font-size: 18px;
    color: #093572;
    font-weight: normal;
    position: absolute;
    right: -40px;
    top: 12px;
}

.abnum p sup small {
    font-size: 16px;
}

.abnum i {
    display: block;
    font-size: 15px;
    font-style: normal;
}

/*产品*/
.product {
    padding-top: 105px;
    position: relative;
}

.product-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 24px 0;
}

.product-top::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #093572;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-top span {
    font-size: 40px;
    color: #2f2f2f;
    padding: 0 15px;
    position: relative;
}

.product-body {
    width: 70%;
    margin: 3rem auto;
}

.product-body .product-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-item .text {
    background: url(../images/arrow-right.png) right no-repeat;
    position: relative;
    padding-bottom: 0.28rem;
}

.product-item .text::before {
    content: '';
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-item .text::after {
    content: '';
    width: 0;
    border-bottom: 2px solid #001ea3;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 0.4s;
}

.product-item a:hover .text {
    background: url(../images/arrow-right-on.png) right no-repeat;
}

.product-item a:hover .text::after {
    width: 100%;
}

.product-item .img-center {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}

.product-item .img-center:hover {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.product-item .img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.product-item .title-1 {
    font-size: 20px;
    color: #424242;
    margin-bottom: 0.5rem;
}

.product-item .title-2 {
    font-size: 14px;
    color: #949494;
    margin-bottom: 0.2rem
}

.product-swiper-next {
    background: url("../images/product-swiper-next.png") no-repeat;
    right: 185px;
    width: 46px;
    height: 46px;
    top: 60.5%;
}

.product-swiper-prev {
    background: url("../images/product-swiper-prev.png") no-repeat;
    left: 185px;
    width: 46px;
    height: 46px;
    top: 60.5%;
}

/*关于我们*/
.about {
    padding-top: 35px;
}

.about-body {
    width: 70%;
    margin: -90px auto 0;
    position: relative;
    background: #fff;
    text-align: center;
    padding-top: 40px;
}

.about-body .logo {
    width: 230px;
    margin: 0 auto;
}

.about-body .desc {
    width: 90%;
    line-height: 1.8rem;
    margin: 30px auto;
}

.about-body .about-item {
    display: flex;
    padding: 20px 0;
    margin: 0 auto;
    width: 80%;
}

.about-body .about-item a {
    width: 25%;
    height: 82px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    text-indent: 88px;
    margin-right: 40px;
}

.about-body .about-item a:first-child {
    background: url(../images/about-item1.png) no-repeat;
}

.about-body .about-item a:nth-child(2) {
    background: url(../images/about-item2.png) no-repeat;
}

.about-body .about-item a:nth-child(3) {
    background: url(../images/about-item3.png) no-repeat;
}

.about-body .about-item a:last-child {
    background: url(../images/about-item4.png) no-repeat;
}

.about-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.about-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 42px;
    background: #093572;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

/*案例*/
.case {
    padding-top: 20px;
}

.case-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 24px 0;
}

.case-top::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #093572;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.case-top span {
    font-size: 40px;
    color: #2f2f2f;
    padding: 0 15px;
    position: relative;
}

.case-top span:first-child::after {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #2f2f2f;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}

.case-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.case-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 42px;
    background: #093572;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

.case-body {
    position: relative;
    height: 847px;
    margin-top: 35px;
}

.case-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 846px;
    overflow: hidden;
}

.case-hide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transition: all .4s;
    opacity: 0;
    cursor: pointer;
}

.case-r-t-r:hover .case-hide, .case-r-t-l:hover .case-hide, .case-l:hover .case-hide {
    opacity: 1;
}

.case-hide-more, .case-hide a {
    display: flex;
    justify-content: center;
    align-content: center;
}

.case-hide > a {
    font-size: 28px;
    color: #fff;
}

.case-hide-more {
    padding-top: 60px;
}

.case-hide-more a {
    width: 120px;
    height: 32px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: 15px;
    color: #fff;
}

.case-l > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 846px;
}

.case-l a img {
    min-width: 100%;
    min-height: 100%;
}

.case-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 846px;
    overflow: hidden;
}

.case-r-t {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 423px;
}

.case-r-t-l {
    width: 60%;
    height: 423px;
    position: relative;
}

.case-r-t-r {
    width: 40%;
    height: 423px;
    position: relative;
}

.case-r a img {
    height: 100%;
    width: 100%;
}

.case-r-b {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 423px;
    overflow: hidden;
}

/*新闻*/
.news {
    padding: 30px 0 30px 0;
}

.news-top {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    position: relative;
}

.news-top a {
    font-size: 40px;
    color: #454545;
}

.news-top::before {
    content: '';
    width: 60px;
    height: 2px;
    background: var(--blue);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.news-body {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.news-pic {
    width: 584px;
    height: 271px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-pic:hover img {
    transform: scale(1.1, 1.1);
}

.news-pic img {
    transition: all .3s;
}

.news-ul {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-li {
    width: 562px;
    height: 120px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.news-time {
    width: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-time span:nth-child(1) {
    font-size: 46px;
    color: #454545;
}

.news-time span:nth-child(2) {
    font-size: 13px;
    color: #7a7a7a;
}

.news-desc {
    flex: 1;
    padding: 0 30px 0 24px;
}

.news-desc a {
    font-size: 19px;
    color: #424242;
}

.news-desc p {
    font-size: 15px;
    color: #939393;
    margin-top: 8px;
}

.news-more {
    display: flex;
    justify-content: space-between;
    height: 135px;
    border: 1px solid #e5e5e5;
    margin-top: 15px;
}

.news-l {
    width: 78px;
    writing-mode: vertical-lr;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.news-l a {
    font-size: 21px;
    color: #ffffff;
}

.news-l::after {
    content: '';
    height: 13px;
    width: 13px;
    background: url(../images/news-l.png) no-repeat;
    position: absolute;
    right: -18px;
    top: 45%;
    transform: translateX(-50%);
}

.news-r {
    flex: 1;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.news-r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-r ul li {
    width: 345px;
    background: url(../images/news-r.jpg) no-repeat 0 center;
    padding-left: 16px;
    line-height: 36px;
    overflow: hidden;
}

.news-r ul li a {
    font-size: 18px;
    color: #424242;
}

.foot {
    height: 385px;
    background: url(../images/foot.jpg) repeat-x;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.foot-menu {
    width: 400px;
}

.foot-ul {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.foot-ul ul li {
    line-height: 32px;
}

.foot-ul ul li a {
    font-size: 17px;
    color: #fff;
}

.foot-ul ul:nth-child(1) li:nth-child(2) {
    width: 140px;
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.foot-ul ul:nth-child(1) li:nth-child(2) a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.foot-tel span {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/foot-tel.png) no-repeat 0 center;
    display: block;
    padding-left: 45px;
    margin-top: 10px;
}

.foot-tel p {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    line-height: 28px;
    padding: 15px 0 40px 0;
}

.foot-tel a:last-child {
    background: #124ea1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    font-size: 15px;
    color: #fff;
}

.foot-code p {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    line-height: 26px;
    text-align: center;
}

.foot-code p img {
    width: 124px;
    height: 124px;
}

.foot-name {
    font-size: 21px;
    color: #fff;
    line-height: 48px;
}

.copy {
    margin-top: 10px;
}

.copy a, .copy {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

.page-bar {
    margin-top: 120px;
    height: 300px;
    background-size: cover;
}

.nav {
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
}

.nav .cbody {
    position: relative;
    height: 42px;
}

.nav-l {
    display: flex;
    position: absolute;
    right: 2rem;
}

.nav-l a {
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    color: #A9A9A9;
    font-size: 16px;
    margin: 0 10px;
    position: relative;
}

.nav-l .active, .nav-l a:hover {
    color: #00089A;
}

.nav-l .active::before, .nav-l a:hover::before {
    content: "";
    display: block;
    width: 65px;
    background-color: #00089A;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 600ms;
    bottom: -20px;
}

.nav-r {
    position: absolute;
    left: 10px;
    top: 15px;
}

.nav-r, .nav-r a {
    color: #A9A9A9;
    font-size: 14px;
}

.list ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list ul li > a {
    width: 250px;
    height: 150px;
    overflow: hidden;
    display: block;
    background: #fafafa;
}

.list ul li a img { /*  height: 150px;*/
    transition: all .3s;
}

.list ul li a:hover img {
    transform: scale(1.1, 1.1);
}

.list ul li div {
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}

.list ul li div a {
    color: #050505;
    font-size: 18px;
}

.list ul li div a:hover {
    color: var(--blue)
}

.list ul li div span {
    color: #999;
    line-height: 35px;
}

.list ul li div p {
    color: #999;
    line-height: 22px;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
}

.list ul li div a.news_more{
    text-align: center;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #050505;
    font-size: 14px;
    color: #fff;
}

.list ul li div.news-time span:nth-child(2) {
    font-size: 16px;
    color: #7a7a7a;
}

/* 分页 */
.pagination {
    display: inline-block;
    border-radius: 4px;
}

.pager {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.pager li {
    display: inline;
}

.pager li span, .pager li a {
    margin: 0 8px;
    padding: 7px 12px;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.pagination > .active > span {
    background: var(--blue);
    color: #fff;
}

.pagination > .disabled > span {
    background: white !important;
    color: #666666;
}

.view, .about-view {
    padding: 1rem 2rem;
}

.telbox {
    display: flex;
    justify-content: space-between;
}

.tel-l {
    font-size: 16px;
    line-height: 32px;
}

.tel-r {
    flex: 1;
    padding-left: 20px;
}

.view-title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
}

.view-time {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin: 20px auto 10px auto;
    padding-bottom: 10px;
    color: #707070;
    font-size: 14px;
}

.view-time span {
    padding: 0 10px;
}

.view-info {
    font-size: 16px;
    padding: 1rem 0;
}

.view-info img {
    line-height: 0;
}

.view-tool ul li {
    color: #464646;
    height: 30px;
    line-height: 30px;
    margin: 0px 20px 0px 20px;
    font-size: 14px;
    overflow: hidden;
}

.view-tool ul li a {
    font-size: 14px;
    color: var(--blue);
}

.casebox ul li {
    float: left;
    width: 372px;
    margin: 10px 12px;
    display: flex;
    flex-direction: column;
}

.casebox ul li a:first-child {
    height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}

.casebox ul li:hover a:first-child img {
    transform: scale(1.1, 1.1);
}

.casebox ul li a:first-child img {
    min-height: 100%;
    transition: all .3s;
}

.casebox ul li a:last-child {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #464646;
}

.casebox ul li:hover a:last-child {
    color: var(--blue);
}

.product-sons a {
    float: left;
    margin: 20px 10px;
    padding: 8px 30px;
    background: #17875f;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.product-sons a.active, .product-sons a:hover {
    background: #005033;
}

.view-type {
    width: 1000px;
    margin: 20px auto;
}

.view-type-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.view-type-top span:first-child {
    font-size: 28px;
    color: #404040;
    position: relative;
}

.view-type-top span:first-child::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #006e47;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.view-type-top span:last-child {
    padding-top: 20px;
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
}

.view-type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
}

.view-type ul li {
    display: flex;
}

.view-type ul li span {
    width: 115px;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #006e47;
    font-size: 16px;
    color: #fff;
    text-indent: 15px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
}

.view-type ul li p {
    width: 356px;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #f3f2f1;
    font-size: 16px;
    color: #404040;
    text-indent: 15px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
}

.recom-top {
    border-bottom: 1px solid #006e47;
    color: #006e47;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.recom-newsbox {
    float: left;
    padding: 20px 0;
}

.recom-newsbox li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 36px;
    padding-right: 30px;
    width: 570px;
}

.recom-newsbox li a {
    color: #2e2e2e;
    font-size: 14px;
}

.recom-newsbox li span {
    color: #999;
    float: right;
    font-size: 13px;
}

/* 友情链接 */
.link {
    height: 70px;
    display: flex;
    align-items: center;
}

.link span {
    font-size: 16px;
    color: var(--red);
    position: relative;
    padding: 0 30px;
    margin-right: 10px;
}

.link span::after {
    content: '|';
    font-size: 16px;
    color: #cececf;
    position: absolute;
    top: 0;
    right: 0;
}

.link a {
    font-size: 14px;
    color: #616161;
    display: block;
    margin: 0px 20px;
}

.link a:hover {
    color: #909090;
}

.recom-probox .casebox ul li {
    width: 276px;
}

.recom-probox .casebox ul li a:first-child {
    height: 230px;
}

/*时间轴*/
.ifont-16 {
    font-size: 16px;
}

.ifont-36 {
    font-size: 36px;
}

.year {
    position: absolute;
    right: 60px;
    font-size: 36px;
    top: -9px;
}

.cntl {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: url(../images/history_bg.jpg) no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
}

.cntl-link {
    width: 45px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 15px;
}

.cntl-text {
    float: right;
    margin-right: 160px;
    padding-right: 30px;
    border-right: 1px solid #f1f1f1;
    text-align: left;
}

.cntl-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cntl-bar {
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: #00089A;
}


.cntl-bar-fill {
    background-color: #00089A;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;

}

.cntl-bar-fill:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    top: 0;
    background: -moz-linear-gradient(top, #ffffff 0%, #00089A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #00089A));
    background: -webkit-linear-gradient(top, #ffffff 0%, #00089A 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #00089A 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #00089A 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #00089A 100%);;
}

.cntl-bar:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    bottom: 0;
    background: -moz-linear-gradient(top, #00089A 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00089A), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #00089A 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #00089A 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #00089A 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #00089A 0%, #ffffff 100%);
}

.cntl-state {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.cntl-state::after {
    display: block;
    content: ' ';
    clear: both;
}

.cntl-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: url('../images/yxg.png') no-repeat center;
    position: absolute;
    top: -10px;
    color: #fff;
}

.cntl-content {
    width: 49%;
    float: left;
    opacity: 0;
    position: relative;
    margin-left: -40%;
}

.cntl-state:nth-child(2n+2) .cntl-content {
    float: right;
    margin-right: -40%;
}

.cntl-state:nth-child(2n+1) .cntl-txt {
    padding-left: 0;
    padding-right: 160px;
}


.cntl-image {
    opacity: 0;
    width: 40%;
    padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
    float: right;
}

.cntl-image img {
    width: 100%;
}

.cntl-content h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}


/*
animations
*/
.cntl-bar-fill, .cntl-content, .cntl-image {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
    margin-right: 0%;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content .year {
    left: 60px;
    right: auto;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-text {
    float: left;
    margin-left: 160px;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 1px solid #f1f1f1;
    text-align: left !important;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-link {
    width: 45px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 14px;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-text {
    border-right: 0;
    border-left: 1px solid #f1f1f1;
    padding-right: 0;
    padding-left: 40px;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-texts {
    border-right: 0;
    padding-right: 0;
    padding-left: 15px;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-texts {
    float: left;
    margin-left: 160px;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 1px solid #f1f1f1;
    text-align: left !important;
    margin-top: 10px;
}

.cntl-animate .cntl-content {
    opacity: 1;
    margin-left: 0%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cntl-animate .cntl-image {
    opacity: 1;
}

.cntl-state:hover .cntl-icon {
    background: url(../images/yxgs.png) no-repeat center;
    background-size: 16px;
}

/*联系我们*/


.lxwm .lxtit {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 50px;
}

.lxtit h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #00089A;
    margin-bottom: 12px;
}

.lxtit p {
    font-size: 16px;
    line-height: 26px;
    color: #909399;
}

.contact2 {
    display: flex;
    margin-bottom: 50px;
}

.contact2 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}

.contact2 .item .pic img {
    width: 80px;
    height: 80px;
}

.contact2 .item p {
    font-size: 16px;
    line-height: 37px;
    color: #606266;
}

.contact2 .item h3 {
    font-weight: normal;
    line-height: 37px;
}

#map {
    margin-bottom: -6px;
    height: 672px;
}

/*列表页上外边距*/
.casebox, .about-view, .view, .list {
    margin-top: 2rem;
}