/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    /*overflow:hidden;*/

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
	z-index: 2
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
/*	top:-100px;*/
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    /*display: table;
    table-layout:fixed;*/
    display:block;
    width: 100%;
    overflow: hidden;
}
.fp-tableCell {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    width: 100%;
    height: 100%;
    position:relative;
}

.section-footer .fp-tableCell{
   display: block!important;
}
/*#dowebok > .section:nth-of-type(3) .sy_bt1,#dowebok > .section:nth-of-type(5) .sy_bt1,#dowebok > .section:nth-of-type(5) .sy_bt1 strong{*/
    /*color:#fff;*/
/*}*/
/*#dowebok > .section:nth-of-type(3) .sy_bt1:before,#dowebok > .section:nth-of-type(5) .sy_bt1:before{*/
    /*background-color: #fff;*/
/*}*/
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 12px;
}
#fp-nav.left {
    left: 12px;
}
@media only screen and (min-width: 1600px) {
    #fp-nav.right {
        right: 20px;
    }
    #fp-nav.left {
        left: 20px;
    }
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 10px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav.on ul li a span{
    background: rgba(0, 0, 0, .4);
}
#fp-nav.on ul li a.active span{
    background: rgba(0, 0, 0, .8);
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}



/*banner*/


.sy_p2 {
    background-image: url("../images/sy_bj2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sy_lb1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear
}

.sy_lb1 ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    z-index: 999
}

.sy_lb1 li {
    width: 33.333%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.sy_lb1 li:last-child {
    border-right-width: 0;
}

.sy_lb1 a, .sy_gd1 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}

.sy_lb1 li .imgk, .sy_gd1 .imgk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.sy_lb1 li:hover .imgk, .sy_gd1 .imgk {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.sy_lb1 li .txtk, .sy_gd1 .txtk {
    height: 100%;
    position: absolute;
    left: 0;
    top:-150px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
}

.sy_lb1 li .bt, .sy_gd1 .bt {
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    display: block;
    width: 100%;
}

.sy_lb1 li .bt:after, .sy_gd1 .bt:after {
    content: '';
    width: 1.5em;
    height: 3px;
    background-color: #e79d37;
    display: block;
    margin: 15px auto;
}

.sy_lb1 li .txtkn, .sy_gd1 .txtkn {
    width: 100%;
	margin-top: 60px
}

.sy_lb1 li p {
    font-size: 13px;
}

.sy_lb1 li .s_more, .sy_gd1 .s_more {
    position: absolute;
    width: 56%;
    height: 45px;
    line-height: 44px;
    border: solid 1px #fff;
    left: 22%;
    bottom: 20%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
	z-index: 2;
}

.sy_lb1 li .an_dh:before {
    left: 50%;
    background: #fff;
}

.sy_lb1 li:hover .an_dh:before {
    left: 0;
    width: 100%;
}
/*.sy_lb1 li:hover .an_dh{background: #fff}*/
.sy_lb1 li:hover .an_dh:after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (min-width: 1600px) {
    .an_dh {
        position: relative;
    }

    .an_dh b {
        z-index: 1;
        position: relative;
    }

    .sy_lb1 li .an_dh:before {
        content: '';
        width: 0%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    .sy_lb1 li .an_dh:hover, a.an_dh:hover {
        color: #fff !important;
    }

    .sy_lb1 li:hover .an_dh:before {
        width: 100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }
}

.sy_lb1 li i, .sy_gd1 i {
    display: block;
    width: 100%;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sy_lb1 li i.i1, .sy_gd1 i.i1 {
    background-image: url("../images/sy_b1.png");
}

.sy_lb1 li i.i2, .sy_gd1 i.i2 {
    background-image: url("../images/sy_b2.png");
}

.sy_lb1 li i.i3, .sy_gd1 i.i3 {
    background-image: url("../images/sy_b3.png");
}

.sy_lb1 li i.i4, .sy_gd1 i.i4 {
    background-image: url("../images/sy_b4.png");
}

.sy_lb1 li i.i5, .sy_gd1 i.i5 {
    background-image: url("../images/sy_b5.png");
}

.sy_lb1 li:nth-of-type(1):hover .an_dh,
.sy_lb1 li:nth-of-type(1):hover .an_dh:hover {
    color: #E83939!important;
}

.sy_lb1 li:nth-of-type(2):hover .an_dh {
    color: #1e9dca!important;
}

.sy_lb1 li:nth-of-type(3):hover .an_dh {
    color: #E79D37!important;
}

.sy_lb1 li:nth-of-type(4):hover .an_dh {
    color: #39c1b0!important;
}

.sy_lb1 li:nth-of-type(5):hover .an_dh {
    color: #1e9dca!important;
}

@media only screen and (min-width: 1600px) {
    .sy_lb1 li i {
        height: 87px;
    }

    .sy_lb1 li .bt {
        font-size: 28px;
        margin-top: 30px;
    }

    .sy_lb1 li p {
        font-size: 14px;
    }

    .sy_lb1 li .s_more {
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }

    .sy_lb1 li .bt:after {
        margin: 20px auto;
    }
}

.sy_gd1 {
    display: none;
}

.sy_gd1 .swiper-container {
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.sy_gd1 .swiper-wrapper {
    width: 100%;
}

.sy_gd1 .swiper-slide {
    width: 100%;
    height: 100vh;
}

.sy_gd1 .swiper-button-prev {
    position: absolute;
    left: 30%;
}

.sy_gd1 .swiper-button-next {
    position: absolute;
    right: 30%;
}

.sy_gd1 .swiper-button-prev, .sy_gd1 .swiper-button-next {
    outline: none;
    --swiper-navigation-size: 16px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    top: auto;
    bottom: 8%;
    margin-top: 0px;
    background-color: #1861b8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #fff;
}

.sy_gd1 .swiper-button-next:hover, .sy_gd1 .swiper-button-prev:hover {
    color: #fff;
    background-color: #f16624;
}

.sy_gd1 .s_more {
    width: 40%;
    left: 30%;
    height: 40px;
    line-height: 38px;
    bottom: 20%;
}

.sy_gd1 .bt {
       font-size: 26px;
    margin-top: 40px;
}

.sy_gd1 .bt:after {
    margin-top: 10px;
}

.sy_gd1 p {
    height: auto;
}

.sy_gd1 .txtkn {
    padding: 0 0px 10% 0px;
}

@media only screen and (max-width: 1200px) {
    .sy_lb1 li .txtk {
        padding: 0 15px;
    }

    .sy_lb1 li .bt {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }

    .sy_lb1 li p {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .sy_lb1 li .s_more {
        height: 40px;
        line-height: 38px;
        width: 60%;
        left: 20%;
        font-size: 13px;
    }

    .sy_lb1 li i {
        height: 55px;
    }
}

@media only screen and (max-width: 800px) {
    .sy_lb1 li p {
        line-height: 20px;
        height: 60px;
    }

    .sy_lb1 li .bt {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 760px) {
    .sy_lb1 li {
        width: 33.3333%;
        height: 50vh;
        float: left;
        border-bottom: solid 1px rgba(255, 255, 255, .15);
    }

    .sy_lb1, .sy_lb1 ul {
        display: block;
        height: 100vh;
    }

    .sy_lb1 li:nth-of-type(1), .sy_lb1 li:nth-of-type(2) {
        width: 50%;
    }

    .sy_lb1 li .s_more {
        bottom: 10%;
        height: 30px;
        line-height: 28px;
    }

    .sy_lb1 li .bt {
        font-size: 14px;
        line-height: 22px;
    }

    .sy_lb1 li .txtk {
        padding: 0 8px;
    }

    .sy_lb1 li .bt:after {
        margin: 10px auto;
    }

    .sy_lb1 li p {
        line-height: 18px;
    }

    .sy_lb1 {
        display: none;
    }

    .sy_gd1 {
        display: block;
    }
	.sy_lb1 li .txtk, .sy_gd1 .txtk{
		padding: 0 0px;
		top:-100px;
	}
	.sy_gd1 .s_more {
    width: 40%;
    left: 30%;
    height: 40px;
    line-height: 38px;
    bottom: 25%;
}
}


.lb-box {
  width: 100%;
  height: 300px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width:568px) {
  .lb-box {
    width: 76%;
    height: 220px;
  }
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 96%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px 2%;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
	display: none;
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  border-radius: 3px;
  cursor: pointer;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color: #EBEBEB;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 20px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #000;
}



.header_box1{ background: #1A4DBC;}
.nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 28px;
}
.iservice .title{ background: #1A4DBC; padding: 0px 15px}
.iservice .title a{color: #fff;/* font-weight: bold; letter-spacing: 1px*/}
#newmarket{color: #fff!important;}
.iservice {
    border: 1px solid #e5e5e5;
}

.color2 .iservice{background:#FAFAFC!important}
.color4 .iservice{background:#FAFAFC!important}
.iservice .title1{background:#1A4DBC!important;height: 35px!important; line-height: 35px!important; padding: 0px; margin: 0px;padding: 0px 15px; border-bottom: 2px solid #107ec8;}

.iservice .title1 a {
    font-size: 18px;
  height: 28px!important; line-height: 30px!important;
    font-weight: normal;
    display: inline-block;
    width: 48%;
	color: #fff;
	margin-top: -10px!important;
	
}



/*.iservice .title1 a{color:#1A4DBC; font-weight: bold; font-size:26px}*/

