/*@media (min-width: 768px) {*/
.carousel {
    position: relative;
    height:auto;
    overflow: hidden;
}

.carousel-slide {
    height: auto;
    position:relative;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.carousel-slide img {
    vertical-align: top;
    max-height: 700px;
}

.box1 {
    margin: 50px 0 0;
    text-align: center;
}

.box1 > div:nth-child(2) {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    height: 40px;
    background: url(../images/kuang.png) center no-repeat;
    margin: 15px 0 10px;
}

.box1 > div:nth-child(3) {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.ywlist ul {
    width: 1200px;
    display: flex;
    margin: 40px auto 30px;
}

.ywlist ul a {
    flex: 1;
    position: relative;
    height: 328px;
    padding: 0 10px;
}

.ywlist li {
    height: 100%;
    border: 1px solid #e3e3e3;
}

.ywlist a:hover li {
    box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.5);
    transition: .3s;
}

.ywlist li .pic {
    width: 104px;
    height: 106px;
    line-height: 106px;
    font-size: 0;
    margin: 50px auto 0;
    overflow: hidden;
}

.ywlist li .pic.dy1 {
    background: url(../images/dyy1.png) 100% center no-repeat;
}

.ywlist li .pic.dy2 {
    background: url(../images/dyy2.png) 100% center no-repeat;
}

.ywlist li .pic.dy3 {
    background: url(../images/dyy3.png) 100% center no-repeat;
}

.ywlist li .pic.dy4 {
    background: url(../images/dyy4.png) 100% center no-repeat;
}

.ywlist li .pic.dy1:hover {
    -webkit-animation: bgleft1 1.5s steps(15, end) 1;
    animation: bgleft1 1.5s steps(15, end) 1;
    -moz-animation: bgleft1 1.5s steps(15, end) 1;
    -o-animation: bgleft1 1.5s steps(15, end) 1;
}

.ywlist li .pic.dy2:hover {
    -webkit-animation: bgleft1 1.8s steps(18, end) 1;
    animation: bgleft1 1.8s steps(18, end) 1;
    -moz-animation: bgleft1 1.8s steps(18, end) 1;
    -o-animation: bgleft1 1.8s steps(18, end) 1;
}

.ywlist li .pic.dy3:hover {
    -webkit-animation: bgleft1 1.8s steps(18, end) 1;
    animation: bgleft1 1.8s steps(18, end) 1;
    -moz-animation: bgleft1 1.8s steps(18, end) 1;
    -o-animation: bgleft1 1.8s steps(18, end) 1;
}

.ywlist li .pic.dy4:hover {
    -webkit-animation: bgleft1 1.9s steps(19, end) 1;
    animation: bgleft1 1.9s steps(19, end) 1;
    -moz-animation: bgleft1 1.9s steps(19, end) 1;
    -o-animation: bgleft1 1.9s steps(19, end) 1;
}

@keyframes bgleft1 {
    0% {
        background-position: 0 center;
    }

    100% {
        background-position: 100% center;
    }
}

.ywlist li p {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #333;
    overflow: hidden;
    margin-top: 10px;
}

.ywlist li .txt {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
}

.ffenlei {
    width: 100%;
    background: #e6f2fb url(../images/ffenleibg.jpg) top no-repeat;
}

.ffenlei .cer {
    overflow: hidden;
}

.cer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.fcate2 {
    float: left;
    width: 16.6%;
    margin-top: 40px;
    text-align: center;
}

.fcate2 .fcatecn {
    font-size: 34px;
    line-height: 42px;
    color: #314b6c;
    height: 42px;
}

.fcate2 .fcateen {
    font-size: 0;
    margin-top: 8px;
}

.fcate2 .fcateen img {
    vertical-align: top;
}

.fcate2 a.more {
    display: inline-block;
    width: 130px;
    height: 38px;
    border: 1px solid #008dc5;
    line-height: 38px;
    text-align: center;
    color: #008dc5;
    font-size: 16px;
    margin-top: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
}

.fcate2 a.more:hover {
    background-color: #008dc5;
    color: #fff;
}

.fcate2 a.more i {
    font-family: 'simsun';
}

.ffenlei .r {
    float: right;
    width: 83.4%;
}

.leilist {
    overflow: hidden;
    margin-right: 15px;
}

.leilist li {
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
    margin-top: -1px;
}

.leilist li .pic {
    opacity: 1;
}

.leilist li:hover .pic {
    opacity: 0;
}

.leilist li .pic2 {
    opacity: 0;
}

.leilist li:hover .pic2 {
    opacity: 1;
}

.leilist li h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.leilist li:hover h3 {
    color: #008dc5;
}

.leilist li .pic, .leilist li .pic2, .leilist li h3, .leilist li a {
    transition: .6s;
}

.leilist li a {
    display: block;
    padding-top: 73px;
    position: relative;
    height: 52px;
    border-top: 1px solid #008dc5;
    margin: 0 1px;
}

.leilist li .pic, .leilist li .pic2 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 0;
}

.fcase {
    width: 100%;
    height: 540px;
    background-color: #f7fbfe;
}

.fcasepic {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fcasepic img.full {
    position: absolute;
    width: 960px;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -480px;
}

.fcasepic p {
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 1;
    width: 100%;
    font-size: 34px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.fcaser {
    float: right;
    width: 50%;
    height: 100%;
}

.fcaselist {
    width: 100%;
    height: 100%;
}

.fcaselist li {
    float: left;
    width: 50%;
    height: 50%;
    z-index: 0;
    position: relative;
}

.fcaselist li .caselin {
    padding: 0 0;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: left;
}

.fcaselist li a {
    display: block;
    padding: 24px 20px;
    position: relative;
}

.fcaselist h3 {
    height: 30px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.fcaselist div.txt {
    height: 120px;
    overflow: hidden;
    color: #999;
    line-height: 20px;
    margin-top: 30px;
}

.fcaselist li .three {
    margin-top: 10px;
    overflow: hidden;
    height: 30px;
}

.fcaselist li label {
    float: left;
    width: 70px;
    height: 28px;
    border: 1px solid #008dc5;
    line-height: 28px;
    text-align: center;
    color: #008dc5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fcaselist .date {
    float: left;
    color: #bfbfbf;
    margin-left: 10px;
}

.fcaselist .more {
    float: right;
    width: 110px;
    height: 28px;
    border: 1px solid #bfbfbf;
    line-height: 28px;
    text-align: center;
    color: #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fabout {
    height: 700px;
    position: relative;
    background: url(../images/fabbg.jpg) center no-repeat;
}

.fabout .cer {
    padding-top: 90px;
}

.fcate1 {
    position: relative;
    text-align: center;
}

.fcate1 .fcateen {
    font-size: 0;
}

.fcate1 .fcateen img {
    vertical-align: top;
}

.fcate1 .fcatecn {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    height: 40px;
    background: url(../images/kuang.png) center no-repeat;
    margin: 15px 0 10px;
}

.fcate1 p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 50px;
}

.guolist {
    font-size: 0;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.guolist li {
    display: inline-block;
    width: 16.6%;
    margin-bottom: 10px;
}

.guolist li p.txt {
    font-size: 16px;
    line-height: 20px;
    height: 52px;
    color: #333;
}

.guolist li p.txt2 {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    color: #039be3;
}

.guolist li p.txt2 span {
    font-size: 50px;
}

p.fabbtn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #314b6c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 50%;
    z-index: 1;
    margin-left: -85px;
}

p.fabbtn a {
    display: inline-block;
    padding-left: 28px;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    background: url(../images/clock2.png) left no-repeat;
    text-align: left;
}

.jello2:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes jello {
    0%, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.fkehu {
    padding: 60px 0 35px;
}

.fcate1 {
    position: relative;
    text-align: center;
}

.fkehu .cer {
    padding-top: 60px;
}

.fcate1 .fcateen {
    font-size: 0;
}

.fcate1 .fcateen img {
    vertical-align: top;
}

.fcate1 .fcatecn {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    height: 40px;
    background: url(../images/kuang.png) center no-repeat;
    margin: 15px 0 10px;
}

.fcate1 p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 50px;
}

.kehulist {
    padding: 0 0 80px;
    width: 100%;
    overflow: hidden;
}

.kehulist li {
    float: left;
    width: 12.5%;
    height: 150px;
}

.kehulist li:hover .pic {
    -webkit-animation: rotateY360 2s linear 1;
    animation: rotateY360 2s linear 1;
    -moz-animation: rotateY360 2s linear 1;
    -o-animation: rotateY360 2s linear 1;
}

@keyframes rotateY360 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.kehulist li a {
    display: block;
    background-color: #fff;
}

.kehulist .pic {
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    line-height: 150px;
    font-size: 0;
}

.kehulist img {
    max-width: 100%;
    max-height: 100%;
}

.fnews {
    background-color: #f5f5f5;
    padding-top: 60px;
}

.fcate1 {
    position: relative;
    text-align: center;
}

.fcate1 .fcateen {
    font-size: 0;
}

.fcate1 .fcateen img {
    vertical-align: top;
}

.fcate1 .fcatecn {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    height: 40px;
    background: url(../images/kuang.png) center no-repeat;
    margin: 15px 0 10px;
}

.fcate1 p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 50px;
}

.fnewslist {
    padding: 60px 0 0px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.fnewslist li {
    float: left;
    width: 25%;

}

.fnewslist li:hover a {
    background-color: #314b6c;
    transition: .3s;
}

.fnewslist li .fnewslin {
    padding: 0 0px;
}

.fnewslist li:hover img {
    transform: scale(1.02);
    transition: .3s;
}

.fnewslist li:hover .pic i {
    border-color: #314b6c;
    transition: .3s;
}

.fnewslist li:hover h3 {
    color: #fff;
    transition: .3s;
}

.fnewslist li:hover label {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
    transition: .3s;
}

.fnewslist li a {
    display: block;
    background-color: #fff;
    padding-bottom: 40px;
    position: relative;
}

.fnewslist .pic {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

.fnewslist img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnewslist .pic i {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border: 2px solid transparent;
}

.fnewslist h3 {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    height: 60px;
    overflow: hidden;
    margin: 35px 0 15px;
    padding: 0 30px;
}

.fnewslist .date {
    font-size: 18px;
    color: #bfbfbf;
    line-height: 30px;
    height: 30px;
    padding: 0 30px;
}

.fnewslist label {
    position: absolute;
    right: 30px;
    bottom: 40px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url(../images/jia.png) center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dtmore {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #1c395e;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.dtmore i {
    font-family: 'simsun';
}
.carousel .slide-ol-nav{
    position:absolute;
    width: 100%;
    height: 30px;
    font-size: 0;
    text-align: center;
    bottom: 30px;
    left: 0;
    z-index: 3;
}
.carousel .slide-ol-nav li{
    display: inline-block;
    overflow: hidden;
    width: 4px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.carousel .slide-ol-nav li a{
    width: 4px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6);
    vertical-align: middle;
}
.carousel .slide-ol-nav li a.active{
    background-color: #49c0ea;
    height: 30px;
}

.arrow-l{
    width: 40px;
    height: 80px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    /*top: 310px;*/
    top:50%;
    left: 100px;
    transform:translateY(-50%);
    color: #fff;
    font-size: 38px;
    font-family: 'simsun';
    cursor: pointer;
}
.arrow-r{
    width: 40px;
    height: 80px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    /*top: 310px;*/
    right: 100px;
    top:50%;
    transform:translateY(-50%);
    color: #fff;
    font-size: 38px;
    font-family: 'simsun';
    cursor: pointer;
}
.arrow-l:hover,.arrow-r:hover{
    background-color: rgba(0,0,0,.7);
    transition: .3s;
}
/*}*/

@media (max-width: 768px) {
    .carousel {
        position: relative;
        height: 300px;
        overflow-x: hidden;
    }

    .carousel-slide {
        height: 100%;
        position: absolute;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

    .carousel-slide img {
        vertical-align: top;
    }

    .box1 > div:nth-child(3) {
        font-size: 24px;

    }

    .ywlist.cer {
        width: 90%;
        padding: 40px 0 0;
    }

    .ywlist ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .ywlist ul a {
        width: 50%;
        height: 378px;
        margin-bottom: 20px;
        flex: none;
        box-sizing: border-box;
    }

    .ywlist li p {
        height: 40px;
        line-height: 40px;
        font-size: 28px;
    }

    .ywlist li .txt {
        font-size: 24px;
        line-height: 34px;
    }

    .ffenlei .cer {
        width: auto;
        padding-left: 200px;
    }

    .fcate2 {
        margin-left: -200px;
        width: 200px;
    }

    .fcate2 a.more {
        font-size: 24px;
        line-height: 50px;
        width: 170px;
        height: 50px;
    }

    .ffenlei .r {
        float: none;
        width: 100%;
    }

    .leilist {
        margin-right: 0;
    }

    .leilist li {
        width: 25%;
    }

    .leilist li h3 {
        height: 36px;
        line-height: 36px;
        font-size: 26px;
    }

    .fcase {
        height: auto;
    }

    .fcasepic {
        float: none;
        width: 100%;
        height: 540px;
    }

    .fcasepic img.full {
        width: 960px;
        left: 50%;
        margin-left: -480px;
    }

    .fcaser {
        /*height: auto;*/
        float: none;
        width: 100%;
    }

    .fcaselist h3 {
        height: 44px;
        font-size: 30px;
        line-height: 44px;
    }

    .fcaselist li {
        float: none;
        width: 100%;
    }

    .fcaselist div.txt {
        height: 144px;
        line-height: 36px;
    }

    .fcaselist li .three {
        height: 40px;
        margin-top: 20px;
    }

    .fcaselist li label {
        width: 140px;
        height: 38px;
        line-height: 38px;
    }

    .fcaselist .date {
        line-height: 40px;
    }

    .fcaselist .more {
        width: 180px;
        height: 38px;
        line-height: 38px;
    }

    .fcaselist .more i {
        font-family: 'simsun';
    }

    .fabout .cer {
        padding-top: 70px;
        position: relative;
    }

    .fcate1 p {
        font-size: 24px;
        line-height: 36px;
    }

    .guolist {
        padding-top: 80px;
    }

    .guolist li {
        width: 33.3%;
    }

    .guolist li p.txt2 {
        font-size: 26px;
    }

    .guolist li p.txt {
        font-size: 26px;
        line-height: 36px;
        height: 72px;
    }

    p.fabbtn {
        width: 260px;
        margin-left: -130px;
        height: 50px;
        line-height: 50px;
        bottom: -80px;
    }

    p.fabbtn a {
        font-size: 26px;
    }

    .fkehu {
        padding: 60px 0 0;
    }

    .fcate1 p {
        font-size: 24px;
        line-height: 36px;
    }

    .kehulist {
        padding: 0 0 40px;
    }

    .kehulist li {
        width: 25%;
    }

    .fnewslist {
        width: 100%;
    }

    .fnewslist li {
        width: 50%;
    }

    .fnewslist h3 {
        font-size: 30px;
        line-height: 44px;
        height: 88px;
        padding: 0 20px;
    }

    .fnewslist .date {
        font-size: 30px;
        line-height: 44px;
        height: 44px;
        padding: 0 20px;
    }

    .dtmore {
        font-size: 26px;
    }

    .arrow-l,.arrow-r{
        display: none;
    }
}