* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

hr {
    border: none;
    margin: 0;
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", microsoft yahei;

}


/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.nav-top {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 40px;
}
.nav-top>div{
    margin-top: 0;
}
.in-logo {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.navbar-brand {
    display: inline-block;
    padding: 5px 20px;
    width: 160px;
    height: auto;
}

.in-logo>span {
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}

.nav-top .in-logo>span {
    color: #000;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
}

.navbar-nav>li {
    padding: 0 26px;
    position: relative;
}
.navbar-nav>li i{
    cursor: pointer;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 17px 0;
    display: inline-block;
    font-weight: bold;
}
.navbar-nav>li.active>a{
    color: #103083;
}
.nav-top .navbar-nav>li>a {
    color: #000;
}

.navbar-nav>li>hr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #103083;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: none;
}

.nav-top .navbar-nav>li>hr {
    background: #103083;
}

.navbar-nav>li:hover>hr {
    width: 50px;
}

.navbar-nav>li.active>hr {
    width: 50px;
}
.navbar-nav>li:last-of-type{
    position: relative;
}
.navbar-nav>li:last-of-type:after {
    content: '';
    position: absolute;
    top: -14px;
    left: 10px;
    width: 103%;
    height: 150%;
    /* transform: skew(-26deg); */
    background: #103083;
    z-index: 1;
}
.navbar-nav>li>p{
    position: relative;
    z-index: 2;
    text-align: center;
    margin-left:20px
    
}
.navbar-nav>li>p>span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.navbar form{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    width: 50%;
    background: #fff;
    padding: 20px 20px;
}
.navbar input{
    width: 95%;
    height: 50px;
    border: solid 1px #ccc;
    padding: 2px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.navbar input::placeholder{
    font-size: 12px;
}
.navbar button{
    width: 50px;
    height: 50px;
    background: #23448e;
    border: none;
    color: #fff;
    margin-left: -50px;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
}
.navbar button>i{
    font-size: 18px;
}
.navbar form>i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #23448e;
    width: 30px;
    line-height: 86px;
    cursor: pointer;
}












.navbar>div>i {
    display: none;
}






/* banner */
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}

.carousel-inner img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.carousel-inner>.active img {
    filter: blur(0);
    -webkit-filter: blur(0);
}




/* about */
.in-about {
    padding: 80px 0;
}
.in-about>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-left {
    width: 47%;
}
.in-ab-left>h2{
    font-size: 30px;
    color: #2781b6;
    font-weight: bold;
    margin: 0 0 15px;
}
.in-ab-left>h3{
    font-size: 20px;
    color: #aaa;
    margin: 0;
    letter-spacing: 2px;
    margin: 5px 0 15px;
}
.in-ab-left>p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.in-ab-text{
    padding:15px 20px;
    background-image: linear-gradient(#84bbda, #4cabe3);
    margin-top: 15px;
    box-shadow: 0 0 12px -2px #CCC;
    text-align: right;
}
.in-ab-text>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: left;
}
.in-ab-text>a{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #fff;
    color: #2781b6;
    margin-top: 10px;
}

.in-ab-img {
    position: relative;
    width: 50%;
    padding-top: 15px;
}
.in-ab-img>img.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}







.in-adv{
    margin: 0 0 80px;
    background: url(../img/adv-bg.jpg) no-repeat center;
    background-size: cover;
}
.in-adv-title{
    text-align: center;
    padding-top: 30px;
}
.in-adv-title>h3{
    font-size: 30px;
    color: #fff;
}
.in-adv-title>p{
    font-size: 16px;
    color: #fff;
}
.in-adv ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 80px 0;
}
.in-adv ul>li{
    width: 25%;
    padding: 30px 0;
    text-align: center;
}
.in-adv ul>li:nth-of-type(1){
    background: #015ba7;
}
.in-adv ul>li:nth-of-type(3),
.in-adv ul>li:nth-of-type(6),
.in-adv ul>li:nth-of-type(8){
    background: #fff;
}

.in-adv ul>li:nth-of-type(2),
.in-adv ul>li:nth-of-type(4),
.in-adv ul>li:nth-of-type(5),
.in-adv ul>li:nth-of-type(7){
    background: #f4f4f4;
}

.in-adv-img{
    width: 30%;
    display: inline-block;
}
.in-adv ul>li>h3{
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 5px 0;
}
.in-adv ul>li:nth-of-type(1)>h3{
    color: #fff;
}
.in-adv ul>li>p{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.in-adv ul>li:nth-of-type(1)>p{
    color: #fff;
}





.serve-title{
    text-align: center;
}
.in-app-title>h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    letter-spacing: 3px;
}
.in-app-title>h4{
    font-size: 16px;
    color: #000;
    margin:10px 0 15px;
}
.in-app-title>p{
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}
.one{margin:0 auto;height: 420px;width:100%;overflow:hidden;position:relative; }
.one ul{height:380px;width:100000px;position:absolute;left:0;margin-top: 50px;} 
.one ul li{display:block;float:left;margin:5px;border-radius:5px;position:relative;}
.one ul li a{display:inline-block; width: 300px;} 
.one ul li img{border-radius:5px;display:block; width: 300px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.one>ul.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}



.in-com{
    margin: 40px 0;
    padding: 40px 0;
    background: url(../img/com-bg.jpg) no-repeat center;
    background-size: cover;
}
.in-com>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-com-img{
    width: 50%;
    padding-top: 10px;
}
.in-com-text{
    width: 50%;
    margin-left: -30px;
    padding: 40px 30px;
    background: rgba(255,255,255,.4);
}
.in-com-text>h2{
    font-size: 24px;
    color: #000;
}
.in-com-text>p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.in-com-text>a{
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background: #0366c3;
    margin-top: 15px;
}














.Container {
    margin: 0 auto;
    padding: 0;
  }
  .Text-Left {
    text-align: left;
  }
  .Text-Right {
    text-align: right;
  }
  .Text-Center {
    text-align: center;
  }
  .Float-Left {
    float: left;
    margin-right: 20px;
  }
  .Float-Right {
    float: right;
    margin-left: 20px;
  }
  .Button {
    display: inline-block;
    margin: 0;
    background-color: #da0d25;
    background-position: center center;
    background-repeat: no-repeat;
    color: #7a0715;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    -ms-transition: color 300ms ease, background-color 300ms ease;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    -moz-transition: color 300ms ease, background-color 300ms ease;
    -o-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
  }
  .Button:hover,
  .Button:focus {
    color: #7a0715;
    background: #f22840;
  }
  .Button.Small {
    padding: 5px 10px;
    font-size: small;
  }
  .Button.Block {
    width: 400px;
    height: auto;
  }
  .Button h1 {
    font-size: 2em;
    line-height: 1.25em;
    color: #FFF;
  }
  /* Custom Flipster Styles */
  .flipster {
    padding-bottom: 50px;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .invisible {
    visibility: hidden;
  }
  .affix {
    position: fixed;
  }

  .in-honor{
      text-align: center;
      margin-bottom: 60px;
  }
.in-honor>h2{
    font-size: 24px;
    color: #000;
}
.in-honor>p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.in-foot-logo{
    width: 20%;
}



/* footer */
.footer{
    background: #015ba7;
}
.footer>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-foot-logo{
    padding: 0 10px;
    background: #fff;
}
.in-foot-logo>img:last-of-type{
    padding: 0 40px;
}

.in-foot{
    width: 80%;
    padding: 30px 0;
}
.in-foot-nav{
    padding-left: 8%;
}
.in-foot-nav>ul>li{
    display: inline-block;
    color: #fff;
}
.in-foot-nav>ul>li>a{
    font-size: 16px;
    color: #fff;
    padding: 0 25px;

}
.in-foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    padding-left: 6%;
}
.in-foot-con>ul{
    width: 20%;
}
.in-foot-con>ul>li:first-of-type{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.in-foot-con>ul>li{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
.in-foot-con>ul>li>a{
    font-size: 16px;
    color: #fff;
}
.in-foot-add{
    width: 40% !important;
}
.in-foot-add>li{
    text-align: left !important;
    padding-left: 20px;
}


.foot {
    background: #122c8d;
}

.foot>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding:20px 0;
}

.foot p,
.foot a {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}

@media all and (max-width:1440px) and (min-width:996px){
    
}
@media all and (max-width:768px) {
    .navbar>div{
        margin-top: 0;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        padding-top: 10px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 81px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li>hr{
        display: none;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .in-about{
        padding: 20px 0;
    }
    .in-ab-left,.in-ab-img,.in-com-img,.in-com-text{
        width: 100%;
    }
    .in-adv ul>li{
        width: 49%;
    }
    .in-adv ul>li:nth-of-type(2),
    .in-adv ul>li:nth-of-type(3),
    .in-adv ul>li:nth-of-type(6),
    .in-adv ul>li:nth-of-type(7) {
        background: #fff;
    }
    .in-adv ul>li:nth-of-type(4),
    .in-adv ul>li:nth-of-type(5),
    .in-adv ul>li:nth-of-type(8) {
        background: #f4f4f4;
    }
    .in-com-text{
        margin-left: 0;
    }
    .in-foot-logo{
        width: 50%;
        margin: 0 auto;
    }
    .in-foot-logo>img:last-of-type,.in-foot-nav {
        display: none;
    }
    .in-foot-con>ul{
        display: none;
    }
    .in-foot-add{
        display: block !important;
        width: 100% !important;
    }
    .foot{
        padding: 0 15px;
    }
    .Button.Block{
        width: 100%;
        padding: 0 15px;
    }
    .Button,.Button:hover, .Button:focus{
        background: transparent;
    }
}