﻿
/*******************************
    -------[=index]-------
********************************/
.banner-box {
    position: relative;
    z-index: 2;
}
.banner {
    z-index: 2;
}
.banner .item {
    position: relative;
    z-index: 2;
    height: 680px;
    outline: none;
}
.banner-nav {
    position: absolute !important;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
}
.banner-nav .item {
    display: inline-block !important;
    margin: 0 15px;
    width: 80px !important;
    height: 80px;
    float: none !important;
    border: 1px solid #0570da;
    cursor: pointer;
}
.banner-nav .slick-current {
    border-width: 2px;
}

.index-row {
    overflow: hidden;
}
.index-row1 {
    padding-top: 80px;
}
.index-row1 .more {
    padding-bottom: 30px;
    text-align: right;
}
.index-row1 .more .btn {
    font-size: 16px;
    color: #0570da;
}
.index-row1 .more img {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.list-index-news {
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-left: -40px;
}
.list-index-news li {
    float: left;
    width: 33.333%;
}
.list-index-news a {
    display: block;
    margin-left: 40px;
    color: #000;
}
.list-index-news .img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding-top: 67%;
}
.list-index-news .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.list-index-news .txt {
    display: block;
    padding: 16px 13px 19px 19px;
    border-bottom: 4px solid #0570da;
    background-color: #fff;
}
.list-index-news .txt .date {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0570da;
}
.list-index-news .txt .title {
    overflow: hidden;
    display: block;
    height: 3em;
    font-size: 16px;
}
.list-index-news a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index-row1 .video {
    position: relative;
    z-index: 1;
    margin-top: -121px;
    height: 680px;
}
.index-row1 .video .play {
    position: absolute;
    top: 44%;
    left: 50%;
    z-index: 2;
    margin-left: -59px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #0570da url(../images/icon-play.png) center center no-repeat;
    -webkit-background-size: 22px;
    background-size: 22px;
}

.index-row2 {
    padding-top: 33px;
}
.tabtitle-pro {
    overflow: hidden;
    margin-left: -40px;
}
.tabtitle-pro li {
    overflow: hidden;
    float: left;
    padding-bottom: 23px;
    width: 25%;
    text-align: center;
}
.tabtitle-pro a {
    position: relative;
    z-index: 2;
    display: block;
    margin-left: 40px;
    font-size: 16px;
    line-height: 50px;
    border-top: 4px solid #0570da;
    background-color: #f2f2f2;
    color: #000;
}
.tabtitle-pro .ico {
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 128px solid transparent;
    border-right: 128px solid transparent;
    border-top: 15px solid #dfeaf5;
    display: none;
}
.tabtitle-pro .on a {
    background-color: #dfeaf5;
}
.tabtitle-pro .on .ico {
    display: block;
}
.index-row2 .tabtitle-pro {
    margin-top: 50px;
}
.index-row2 .tabcontents-pro {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.tabcontents-pro {
    position: relative;
    z-index: 3;
}
.tabcontents-pro .tabt {
    position: absolute;
    top: 25px;
    right: 33px;
    z-index: 5;
    width: 140px;
    height: 44px;
    border-radius: 44px;
    box-shadow: 0px 3px 6px rgba(13,126,235,0.31);
    border: 1px solid #0570da;
}
.tabcontents-pro .tabt li {
    float: left;
    width: 50%;
    height: 100%;
}
.tabcontents-pro .tabt a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/icon-tabt1.png);
    background-color: #fff;
}
.tabcontents-pro .tabt .a1 {
    background-position: 0 0;
    border-bottom-left-radius: 44px;
    border-top-left-radius: 44px;
}
.tabcontents-pro .tabt .a2 {
    background-position: -70px -44px;
    border-bottom-right-radius: 44px;
    border-top-right-radius: 44px;
}
.tabcontents-pro .tabt li.on .a1 {
    background-position: 0 -44px;
    background-color: #0570da;
}
.tabcontents-pro .tabt li.on .a2 {
    background-position: -70px 0;
    background-color: #0570da;
}
.tabcontents-pro .tabs {
    text-align: center;
}
.index-row3 {
    padding-top: 38px;
}
.list-index-content {
    overflow: hidden;
    margin: 50px 0 68px -40px;
}
.list-index-content li {
    float: left;
    width: 33.3333%;
}
.list-index-content .box {
    margin-left: 40px;
}
.list-index-content .img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 87.76%;
}
.list-index-content img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.list-index-content .pos {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.3);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.list-index-content .txt {
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    color: #000;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.list-index-content .txt h3 {
    padding-top: 33px;
    font-size: 22px;
    line-height: 1.3;
}
.list-index-content .txt .subt {
    padding: 5px 0 33px;
}
.list-index-content .links {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.list-index-content .links a {
    display: block;
    line-height: 44px;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    color: #0570da;
}
.list-index-content .links a:hover {
    background-color: #0570da;
    color: #fff;
}
.list-index-content li:hover .pos {
    opacity: 1;
}
.list-index-content li:hover .txt .subt {
    padding-bottom: 25px;
}
.index-row4 {
    height: 680px;
}
.index-row4 .g-title-1 {
    padding: 60px 0 50px;
    color: #fff;
}
.index-row4 .g-title-1 .en {
    color: #c4c4c4;
}
.cont-contact > .f-l {
    width: 44.17%;
}
.cont-contact .title {
    font-size: 22px;
    line-height: 1.1;
    color: #8dc6ff;
}
.cont-contact .title .p2 {
    padding: 25px 0 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.cont-contact .list {
    font-size: 16px;
    color: #fff;
}
.cont-contact .list li {
    padding-bottom: 20px;
}
.cont-contact .list .tit {
    margin-right: 20px;
    color: #c5cbd1;
}
.cont-contact .list img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.cont-contact .form {
    padding: 30px 38px 17px 42px;
    width: 41.67%;
    background-color: #fff;
}
.cont-contact .form .row {
    padding-bottom: 22px;
}
.cont-contact .form .p1 {
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
}
.cont-contact .form .p1 .en {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.cont-contact .form .p2 {
    overflow: hidden;
}
.cont-contact .form .inpt {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
}
.cont-contact .form .row > .f-l,
.cont-contact .form .row > .f-r {
    width: 43%;
}
.cont-contact .form textarea.inpt {
    padding: 10px;
    height: 120px;
    line-height: 1.5;
    resize: none;
}
.cont-contact .form .inpt.yz {
    width: 71%;
}
.cont-contact .form .btn {
    display: block;
    overflow: hidden;
    width: 26.19%;
    height: 40px;
    line-height: 40px;
    border: 2px solid #f2f2f2;
}
.cont-contact .form .btn img {
    display: block;
    width: 100%;
    height: 100%;
}
.cont-contact .form .last {
    overflow: hidden;
    text-align: right;
}
.cont-contact .form .last input {
    display: inline-block;
    vertical-align: top;
}
.cont-contact .form .last #msg{
    float: left;
    line-height: 40px;
    color: #f00;
}
.cont-contact .form .last .reset {
    display: inline-block;
    width: 115px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    color: #999;
}
/*******************************
    -------[=集团概况]-------
********************************/
.group-row1 {
    color: #fff;
}
.group-row1 .video {
    height: 440px;
}
.group-row1 .video .vdcont {
    padding-top: 110px;
    /* font-family: 'Microsoft JhengHei'; */
    font-weight: normal;
    text-align: center;
}
.group-row1 .video .p1 {
    font-size: 25px;
}
.group-row1 .video .p1 span {
    display: inline-block;
    margin: 0 15px;
}
.group-row1 .video .p2 {
    padding-top: 8px;
    font-size: 16px;
    opacity: .8;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.group-row1 .video .play {
    display: block;
    margin: 70px auto 0;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../images/icon-play.png) center center no-repeat;
    -webkit-background-size: 22px;
    background-size: 22px;
}
.group-row1 .contents {
    height: 440px;
}
.group-row1 .cont1 h3 {
    padding-top: 18px;
    font-size: 64px;
    line-height: 1.4;
    font-weight: normal;
}
.group-row1 .cont1 .info {
    font-size: 16px;
    text-indent: 2em;
}
.group-row1 .cont1 .more {
    display: inline-block;
    color: #8dc2f6;
}
.group-row1 .cont2 {
    overflow: hidden;
    padding-top: 68px;
}
.group-row1 .cont2 li {
    float: left;
    width: 33.333%;
}
.group-row1 .cont2 li:nth-child(2) {
    text-align: center;
}
.group-row1 .cont2 li:nth-child(3) {
    text-align: right;
}
.group-row1 .cont2 .timer {
    font-family: 'dpB';
    font-size: 100px;
    line-height: 1.2;
}
.group-row1 .cont2 .info {
    font-size: 16px;
}
.group-row2 .f-l {
    padding-top: 90px;
    width: 26.92%;
}
.group-row2 .f-l .img {
    background-color: #fff;
}
.group-row2 .f-l > .img > img {
    position: relative;
    z-index: 2;
    left: 18px;
    top: -20px;
    display: block;
    width: 338px;
    height: 415px;
}
.group-row2 .f-l .txt {
    padding: 0 18px 17px;
    font-size: 22px;
    line-height: 56px;
    color: #000;
}
.group-row2 .f-l .txt img {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}
.group-row2 .f-r {
    width: 100%;
    min-height: 890px;
    background-color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.group-row2 .f-r .article {
    padding: 60px 46px 0;
    color: #023466;
}
.group-row2 .f-r h3 {
    margin-bottom: 20px;
    font-size: 25px;
}
.group-row2 .f-r .cont {
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.56;
}
.group-row3 .g-title-2 {
    margin: 80px 0 70px;
}
.group-row3 .list1 li {
    margin-bottom: 110px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    color: #023466;
}
.group-row3 .list1 .left {
    padding: 0 15px;
}
.group-row3 .list1 .left .img {
    width: 384px;
    text-align: center;
}
.group-row3 .list1 .left img {
    margin-top: -36px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.group-row3 .list1 .left .tit {
    padding: 20px 0 30px;
    font-size: 18px;
}
.group-row3 .list1 .right {
    padding: 15px 25px 0 0;
    width: 63%;
    font-size: 16px;
}
.group-row3 .list1 .info p {
    overflow: hidden;
    /* padding-bottom: 15px; */
}
.group-row3 .list1 .info .tit {
    float: left;
    margin-right: 35px;
}
.group-row3 .list1 .info .txt {
    display: block;
    overflow: hidden;
}
.group-row3 .list1 .more {
    padding: 25px 0 20px;
}
.group-row3 .list1 .btn {
    display: inline-block;
    width: 120px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    background-color: #0570da;
    color: #fff;
}
.group-row3 .list1 .btn:hover {
    opacity: .7;
}
.group-row3 .list1 li:nth-child(2n) .right,
.group-row3 .list1 li:nth-child(2n+1) .left {
    float: left;
}
.group-row3 .list1 li:nth-child(2n) .left,
.group-row3 .list1 li:nth-child(2n+1) .right {
    float: right;
}
.group-row3 .list1 li:nth-child(2n+1) .more {
    text-align: right;
}
.group-row3 .list1 li:nth-child(2n) .right {
    padding-left: 27px;
}
.group-row4 {
    padding: 44px 0 70px;
    background-color: #fff;
}
.slick-honor {
    margin: 65px 0 55px;
    padding: 0 65px;
}
.slick-honor .item {
    margin: 0 7px;
    padding: 0 13px;
    height: 216px;
    line-height: 216px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.slick-honor .item img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.slick-honor .slickArrow {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 53px;
    height: 100%;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 20px;
    background-size: 20px;
}
.slick-honor .prev {
    left: 0;
    background-image: url(../images/icon-slick-arleft.png);
}
.slick-honor .next {
    right: 0;
    background-image: url(../images/icon-slick-arright.png);
}
.group-row4 .slickArrow:hover {
    opacity: .7;
}

.group-row5 {
    padding: 70px 0 60px;
}
.group-row5 .list1 {
    overflow: hidden;
    margin: 40px auto;
    width: 1000px;
}
.group-row5 .list1 .left {
    width: 16%;
}
.group-row5 .tabtitle li {
    position: relative;
    z-index: 1;
    padding: 6px 0;
}
.group-row5 .tabtitle li:after,
.group-row5 .left .more:before {
    content: '';
    position: absolute;
    right: 19px;
    z-index: 1;
    width: 2px;
    height: 100%;
    background-color: #023466;
}
.group-row5 .tabtitle li:after {
    top: 50%;
}
.group-row5 .tabtitle a {
    position: relative;
    z-index: 2;
    display: block;
    padding-right: 70px;
    font-size: 32px;
    text-align: right;
    font-weight: bold;
    color: #023466;
}
.group-row5 .tabtitle a:after,
.group-row5 .tabtitle a:before {
    content: '';
    position: absolute;
    top: 50%;
    border: 2px solid #023466;
    border-radius: 50%;
    background-color: #fff;
}
.group-row5 .tabtitle a:before {
    right: 8px;
    z-index: 2;
    margin-top: -11px;
    width: 22px;
    height: 22px;
}
.group-row5 .tabtitle .on a {
    font-size: 48px;
}
.group-row5 .tabtitle a:after {
    right: 0;
    z-index: 1;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    display: none;
}
.group-row5 .tabtitle .on a:before {
    right: 11px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-color: #023466;
}
.group-row5 .tabtitle .on a:after {
    display: block;
}
.group-row5 .left .more {
    position: relative;
    z-index: 2;
    padding: 20px 70px 0 0;
}
.group-row5 .left .more:before {
    top: 0;
}
.group-row5 .left .more:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 10px;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #023466;
}
.group-row5 .left .more .dot {
    text-align: center;
}
.group-row5 .left .more .dot em {
    display: block;
    margin: 7px auto;
    width: 8px;
    height: 8px;
    background-color: #023466;
    border-radius: 50%;
}
.group-row5 .list1 .right {
    width: 73.9%;
}
.group-row5 .list1 .right .item {
    padding-bottom: 30px;
}
.group-row5 .list1 .right h3 {
    font-size: 48px;
    line-height: 1.3;
    color: #e5e5e5;
}
.group-row5 .list1 .right .info {
    font-size: 22px;
    color: #023466;
}
.group-row6 {
    padding: 60px 0 85px;
}
.group-row6 .g-title-2 {
    color: #fff;
}
.group-row6 .subtitle {
    margin: 30px auto 60px;
    width: 61.17%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.group-row6 .tabtitle {
    overflow: hidden;
    margin: 0 0 52px -40px;
}
.group-row6 .tabtitle li {
    float: left;
    width: 20%;
}
.group-row6 .tabtitle a {
    display: block;
    margin-left: 40px;
}
.group-row6 .tabtitle .img {
    position: relative;
    z-index: 2;
    display: block;
    height: 94px;
    border: 1px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 70px;
    background-size: 70px;
    background-color: rgba(0,0,0,.3);
}
.group-row6 .tabtitle .img:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    z-index: 3;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    display: none;
}
.group-row6 .tabtitle .tit {
    display: none;
    padding: 28px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.group-row6 .tabtitle .on .img:after,
.group-row6 .tabtitle .on  .tit {
    display: block;
}
.group-row6 .tabtitle .on .img {
    background-color: rgba(255,255,255,.2);
}
.group-row6 .ul-list1 {
    overflow: hidden;
    margin: 0 0 55px -40px;
}
.group-row6 .ul-list1 li {
    float: left;
    width: 25%;
}
.group-row6 .ul-list1 a {
    display: block;
    margin: 0 0 20px 40px;
    font-size: 16px;
    color: #fff;
}
.group-row6 .ul-list1 .img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    padding-top: 70.37%;
}
.group-row6 .ul-list1 .img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.group-row6 .ul-list1 .txt {
    overflow: hidden;
    height: 4.5em;
}
.group-row6 .ul-list1 a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*******************************
    -------[=集团介绍]-------
********************************/
.box-main-group {
    padding: 40px 0 30px;
    font-size: 16px;
    color: #023466;
}
.box-main-group .cont-int {
    line-height: 1.75;
    text-indent: 2em;
}
.box-main-group .cont-ds .f-l {
    width: 30%;
    text-align: center;
}
.box-main-group .cont-ds .img {
    margin-bottom: 8px;
}
.box-main-group .cont-ds .img img {
    display: block;
    width: 100%;
}
.box-main-group .cont-ds .tit img {
    display: inline-block;
    vertical-align: middle;
}
.box-main-group .cont-ds .f-r {
    width: 68%;
}
.box-main-group .cont-ds .cont {
    padding-top: 15px;
    text-indent: 2em;
    line-height: 1.75;
}
.box-main-group .list-ld li {
    padding-bottom: 110px;
}
.box-main-group .list-ld .f-l {
    width: 37.72%;
}
.box-main-group .list-ld .f-l .img img {
    display: block;
    width: 100%;
}
.box-main-group .list-ld .f-l .tit {
    padding-top: 14px;
    font-size: 22px;
    text-align: center;
}
.box-main-group .list-ld .f-r {
    width: 59%;
}
.box-main-group .cont-jg {
    padding: 50px 0;
    text-align: center;
}
.box-main-group .list-history li {
    overflow: hidden;
    /* line-height: 48px; */
    /* padding: 20px 0; */
}
.box-main-group .list-history .f-l {
    padding-right: 30px;
    width: 21%;
    line-height: 48px;
    text-align: right;
    color: #000;
}
.box-main-group .list-history .f-r {
    width: 79%;
    font-size: 13px;
}
.box-main-group .list-history .row {
    position: relative;
    z-index: 2;
    padding: 14px 0 15px 85px;
}
.box-main-group .list-history .row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 23px;
    z-index: 2;
    width: 1px;
    height: 100%;
    background-color: #0570da;
}
.box-main-group .list-history li:last-child {
    padding-bottom: 40px;
}
.box-main-group .list-history li:last-child .row:last-child:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 17px;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0570da;
}
.box-main-group .list-history .dot {
    position: absolute;
    top: 19px;
    left: 18px;
    z-index: 5;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #0570da;
    background-color: #fff;
}
.box-main-group .list-history .current .dot {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: #0570da url(../images/logo1.png) center no-repeat;
    -webkit-background-size: 32px;
    background-size: 32px;
}
.box-main-group .title-pro {
    margin-bottom: 25px;
    padding-left: 50px;
    font-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 38px;
    background-size: 38px;
    color: #0570da;
}
.box-main-group .list-pro {
    overflow: hidden;
    margin-left: -30px;
}
.box-main-group .list-pro li {
    float: left;
    width: 33.3333%;
}
.box-main-group .list-pro a {
    display: block;
    margin: 0 0 35px 30px;
    text-align: center;
}
.box-main-group .list-pro .img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    padding-top: 69.72%;
}
.box-main-group .list-pro .img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.box-main-group .list-pro .tit {
    display: block;
    white-space: nowrap;
}
.box-main-group .list-pro a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#wookmark {
    position: relative;
    overflow: hidden;
}
.box-main-group .honors {
    position: relative;
}
.box-main-group .honors li {
    width: 262px;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 8px;
}
.box-main-group .honors li img {
    display: block;
    margin: 0 auto;
}
.list-news {
    overflow: hidden;
    margin-left: -30px;
}
.list-news li a {
    display: block;
    margin-left: 30px;
}
.list-news .li .img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.list-news .li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.list-news .first {
    overflow: hidden;
    margin-bottom: 60px;
    background-color: #f2f2f2;
}
.list-news .first .pic {
    float: left;
    width: 36.14%;
}
.list-news .first img {
    display: block;
    width: 100%;
}
.list-news .first .txt {
    overflow: hidden;
    padding: 28px 28px 0 40px;
}
.list-news .first h3 {
    font-size: 22px;
}
.list-news .first .time {
    color: #999;
}
.list-news .first .info {
    margin-top: 25px;
    text-indent: 2em;
    color: #023466;
}
.list-news .li {
    float: left;
    width: 33.3333%;
}
.list-news .li a {
    padding-bottom: 20px;
}
.list-news .li .img {
    padding-top: 67%;
}
.list-news .li h3 {
    overflow: hidden;
    margin: 8px 0;
    height: 3em;
    font-size: 16px;
}
.list-news .li .time {
    font-size: 13px;
    color: #999;
}
.list-news a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.list-news.cultu .img {
    padding-top: 83.33%;
}
.box-main-group .cont-news .title {
    padding: 20px 0 30px;
    text-align: center;
}
.box-main-group .cont-news .title h3 {
    margin-bottom: 8px;
    font-size: 22px;
}
.box-main-group .cont-news .title .data {
    color: #999;
}
.box-main-group .cont-news .title .read {
    display: inline-block;
    margin-left: 50px;
    padding-left: 24px;
    background: url(../images/icon-read.png) left center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}
.box-main-group .cont-news .tobid {
    display: block;
    margin: 20px auto 0;
    width: 144px;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    background-color: #0570da;
    color: #fff;
}
.box-main-group .cont-news .tobid:hover {
    opacity: .7;
}
.box-main-group .cont-news .download {
    display: inline-block;
    padding-left: 5px;
    font-weight: bold;
    color: #0570da;
}
.box-main-group .morenews {
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #999;
}
.box-main-group .morenews .item {
    padding: 10px 22px 18px 18px;
    width: 39%;
    background-color: #f2f2f2;
}
.box-main-group .morenews .tit {
    display: block;
    padding-bottom: 15px;
    color: #000;
}
.box-main-group .morenews a {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
}
.box-main-group .morenews a:hover {
    color: #0570da;
}
.box-main-group .list-biao li {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}
.box-main-group .list-biao h3 {
    padding-bottom: 8px;
    font-size: 22px;
}
.box-main-group .list-biao a {
    color: #0570da;
}
.box-main-group .list-biao .date {
    padding-top: 10px;
    font-size: 13px;
    color: #999;
}
.box-main-group .list-biao a:hover {
    text-decoration: underline;
}
.box-main-group .list-cooper {
    overflow: hidden;
    margin-left: -15px;
}
.box-main-group .list-cooper li {
    float: left;
    width: 25%;
}
.box-main-group .list-cooper .img {
    margin: 0 0 30px 15px;
    height: 166px;
    line-height: 166px;
    text-align: center;
    border: 1px solid #f2f2f2;
}
.box-main-group .list-cooper img {
    display: inline-block;
    vertical-align: middle;
    max-height: 90%;
}
.cont-culture .lists {
    overflow: hidden;
    padding-bottom: 30px;
}
.cont-culture .lists li {
    float: left;
    padding: 10px 0;
    width: 25%;
    border-right: 1px solid #f2f2f2;
}
.cont-culture .lists li:nth-child(4n) {
    border-right: 0;
} 
.cont-culture .lists h3,
.cont-culture .lists p {
    padding-left: 22px;
}
.cont-culture .lists h3 {
    font-size: 16px;
    color: #0570da;
}
.cont-culture .lists p {
    height: 3em;
}
.cont-culture .lists span {
    display: inline-block;
    margin-right: 8px;
}
.list-recruit li {
    padding-bottom: 40px;
}
.list-recruit h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #0570da;
}
.list-recruit .info {
    line-height: 1.3;
}
.box-main-group .cont-contact > .f-l {
    width: 46.5%;
}
.box-main-group .cont-contact .form {
    padding: 0;
    width: 36.8%;
}
.box-main-group .cont-contact .title {
    color: #0570da;
}
.box-main-group .cont-contact .title .p2,
.box-main-group .cont-contact .list{
    color: #023466;
}
.box-main-group .cont-contact .list .tit {
    color: #4d7194;
}
.box-main-group #map {
    margin-bottom: 70px;
    height: 480px;
}
.box-main-group .tabtitle-pro {
    margin-bottom: 30px;
}
.box-main-group .cont-prod .article {
    text-align: center;
}
.box-main-group .cont-prod .article h3 {
    padding: 70px 0 15px;
    font-size: 22px;
    color: #023466;
}
.box-main-group .propicture {
    width: 82.5%;
}
.box-main-group .propicture img {
    display: block;
    width: 100%;
}
.slick-prod {
    padding: 40px 0;
    width: 17.5%;
}
.slick-prod .slick-list {
    padding-right: 30px;
}
.slick-prod .item a {
    display: block;
    padding: 10px 0;
}
.slick-prod .item .img {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 76.47%;
    border: 3px solid #fff;
}
.slick-prod img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}
.slick-prod .item .img:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    z-index: 4;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid #0570da;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    display: none;
}
.slick-prod .slick-arrow {
    position: absolute;
    left: 0;
    right: 30px;
    height: 40px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 20px;
    background-size: 20px;
}
.slick-prod .prev {
    top: 0;
    background-image: url(../images/icon-arrow1up.png);
}
.slick-prod .next {
    bottom: 0;
    background-image: url(../images/icon-arrow1down.png);
}
.slick-prod .slick-current .img {
    border-color: #0570da;
}
.slick-prod .slick-current .img:after {
    display: block;
}
.box-hotel {
    padding-top: 60px;
    background-color: #fff;
}
.box-hotel .left {
    float: left;
    padding-right: 20px;
    width: 300px;
}
.box-hotel .left h3 {
    font-size: 64px;
    color: #0570da;
}
.box-hotel .info {
    padding: 65px 0;
    font-size: 16px;
    text-indent: 2em;
}
.progressBarContainer {
    overflow: hidden;
    width: 150px;
}
.progressBarContainer div {
    float: left;
    margin-right: 5%;
    width: 30%;
    cursor: pointer;
}
.progressBarContainer > div:last-child {
    margin-right: 0;
}
.progressBarContainer .progressBar {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgba(5,112,218,.3);
}
.progressBarContainer .inProgress {
    width: 0;
    height: 4px;
    background-color: #0570da;
}
.progressBarContainer .inProgress.on {
    width: 100% !important;
}
.slick-hotel {
    margin-left: 300px;
}
.slick-hotel .slick-arrow {
    position: absolute;
    bottom: 27%;
    z-index: 10;
    width: 60px;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    color: #0570da;
}
.slick-hotel .prev {
    left: -60px;
    background-color: #0570da;
    color: #fff;
}
.box-hotelpic .tabt {
    position: relative;
    z-index: 50;
    margin-top: -40px;
    width: 64.38%;
    font-size: 0;
    text-align: right;
    border-top: 4px solid #0570da;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.box-hotelpic .tabt li {
    display: inline-block;
    width: 17.56%;
    border: 1px solid #f2f2f2;
}
.box-hotelpic .tabt a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    color: #023466;
}
.box-hotelpic .tabt .on a {
    background-color: #e6f0fb;
}
.box-hotelpic .tabc {
    padding-top: 40px;
}
.box-hotelpic .sliders {
    height: 0;
    visibility: hidden;
}
.box-hotelpic .sliders .item {
    margin: 0 20px;
    text-align: center;
    background-color: #fff;
}
.box-hotelpic .sliders .img {
    height: 170px;
    line-height: 170px;
}
.box-hotelpic .sliders .img img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
.box-hotelpic .sliders .tit {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 72px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.box-hotelpic .sliders .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 50px;
    font-size: 22px;
    height: 242px;
    line-height: 242px;
    text-align: center;
    color: #999;
    background-color: #f2f2f2;
}
.box-hotelpic .sliders .prev {
    left: -50px;
}
.box-hotelpic .sliders .next {
    right: -50px;
}
.box-hotelfood {
    padding: 90px 0 80px;
}
.box-hotelfood h3 {
    margin-bottom: 30px;
    font-size: 64px;
    color: #0570da;
}
.box-hotelfood .images {
    overflow: hidden;
    margin-left: -40px;
}
.box-hotelfood .images .item {
    float: left;
    width: 25%;
    padding: 0 0 40px 40px;
}
.box-hotelfood .images .img {
    position: relative;
    z-index: 3;
    padding-top: 100%;
    width: 100%;
}
.box-hotelfood .images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}
.box-hotelfood .images .pos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.box-hotelfood .images .item1 {
    width: 50%;
}
.box-hotelinfo {
    height: 530px;
    text-align: center;
    color: #fff;
}
.box-hotelinfo .row1 {
    overflow: hidden;
    padding: 50px 0 100px;
}
.box-hotelinfo .row1 .itm {
    float: left;
    width: 33.3333%;
    font-size: 16px;
}
.box-hotelinfo .row1 .p1 {
    font-size: 25px;
}
.box-hotelinfo .row1 .timer {
    font-size: 84px;
}
.box-hotelinfo .row2 h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    padding-bottom: 32px;
    font-size: 22px;
    font-weight: normal;
}
.box-hotelinfo .row2 h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 4;
    margin-left: -24px;
    width: 48px;
    height: 2px;
    background-color: #fff;
}

