* {
    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
}

.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 {
    background: #fff;
    transition: 1s;
    left: 0;
    right: 0;
    position: relative;
    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;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    width: 145px;
    display: block;
    padding: 5px 0;
}

.navbar-brand>img {
    width: 100%;
    display: block;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}

.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    font-size: 16px;
    padding: 25px 20px;
    display: inline-block;
}

.navbar-nav>li>a:hover {
    color: #043695;
}

.navbar-nav>li.active>a {
    color: #fff;
    font-weight: bold;
    background: #132881;


}

.navbar i {
    display: none;
}

.top-right {
    display: none;
}


/* search */
.search {
    margin: 27px 0;
    position: relative;
}

.search input {
    border-radius: 50px;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.search button {
    border: transparent;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 20%;
}



/* banner */
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}


/* about */
.about {
    padding: 50px 0 100px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 22px;
    color: #eee;
    margin-bottom: 80px;
    position: relative;
}

.title h3>small {
    position: absolute;
    left: 0;
    top: 15px;
    color: #000;
    right: 0;
    margin: auto;
    font-size: 28px;
    letter-spacing: 2px;
}

.title hr {
    width: 50px;
    height: 2px;
    background: #666;
    margin: 10px auto 40px;
}

.ab-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #f6f6f6;
}

.ab-left {
    width: 50%;
}

.ab-right {
    width: 50%;
    padding: 90px 50px;
}

.ab-right>h1 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.ab-right>p {
    font-size: 14px;
    line-height: 40px;
}

.ab-right>p>span {
    color: #000;
    font-weight: bold;
}

.ab-right>a {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #132881;
    color: #132881;
    margin-top: 20px;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ab-right>a:hover {
    background: #132881;
    color: #fff;
}

.ab-right>a:hover>i {
    color: #fff;
}



.honor {
    background: url(../img/honor-bg.jpg) no-repeat;
    text-align: center;
    padding: 80px 0;
}

.honor h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0;
    color: #fff;
}

.honor p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.honor-video{
    width: 600px;
    margin: 50px auto 0;
}
.honor-video video{
    width: 100%;
}


/* product */
.product {
    background: #fff8f6;
    background-size: cover;
}

.pro-show {
    padding: 120px 0;
}

.Box {
    position: relative;
}

.Box .content {
    width: 1090px;
    margin: 0 auto;
}

.Box .Box_con {
    position: relative;
    margin-top: 50px;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 350px;
    height: 400px;
    margin-left: 20px;
    overflow: hidden;

}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 350px;
    height: 360px;
    transition: all 0.5s;
    border: solid 1px #ccc;
}

.Box .Box_con .conbox ul li p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}

.BoxSwitch {
    display: none;
}

.pro-btn {
    text-align: center;
}

.pro-btn>a {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background: #132881;
    margin-top: 50px;
}









.plan {
    padding: 80px 0;
    background: url(../img/plan-bg.png) no-repeat;
}

.plan .title h3 {
    font-size: 28px;
    color: #000;
    letter-spacing: 2px;
}

.plan .title span {
    color: #132881;
}

.p-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.p-left {
    width: 60%;
}

.target {
    width: 100%;
    height: 563px;
    position: relative;
    margin: 20px auto;
}

.target img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hy-box{
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.p-right {
    width: 40%;
    text-align: right;
    padding-top: 30px;
}

.p-right>h4 {
    margin: 0;
    padding-top: 20px;
    font-size: 18px;
    color: #132881;
}

.p-right>p {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}

.p-right>span {
    display: inline-block;
    margin-top: 50px;
    line-height: 30px;
    color: #999;
    font-size: 18px;
    font-style: italic;
}





.news {
    padding: 80px 0;
}

.news ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.news ul>li {
    width: 32%;
}

.news ul>li img {
    border-bottom: 4px solid #132881;
}

.news ul>li .n-con {
    padding: 30px 20px;
}

.n-con h3 {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: bold;
}

.n-con p {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 15px;
    color: #000;
}

.n-con p i {
    font-size: 20px;
}

.news ul>li:hover .n-con h3 {
    color: #132881;
}

.news ul>li:hover .n-con p {
    color: #132881;
}








.contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #284388;
}

.con-left {
    width: 50%;
}

.con-right {
    width: 50%;
    color: #fff;
    padding: 80px 50px;
}
.con-right>h1{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.con-right>h2{
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 50px;
}
.con-right>p>span{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    background: #4d5b98;
}
.con-right>p>.but{
    background: #fff;
    color: #4d5b98;
}
.box-one{
    margin-top: 20px;
}
.box-one>span{
    display: block;
    font-size: 14px;
    line-height: 30px;
}




.foot {
    text-align: center;
    padding: 20px 0;
    background: #000;
}
.foot>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot p,
.foot a {
    font-size: 14px;
    color: #fff;
}

@media all and (max-width:768px) {
    .navbar i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 10px;
    }
    .navbar-brand{
        width: 110px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 50px;
        background: #fff;
        margin: 0;
        display: none;
        width: 100%;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .about,.plan,.honor,.pro-show,.news{
        padding: 20px 0;
    }
    .title h3{
        margin-bottom: 0px;
        font-size: 25px !important;
    }
    .ab-right{
        width: 100%;
        padding: 10px;
    }
    .ab-left{
        width: 100%;
    }
    .honor-video{
        width: 100%;
    }
   
    .p-left,.p-right{
        width: 100%;
        padding-top: 0;
    }
    .p-right>span{
        margin-top: 0;
        font-size: 14px;
    }
    .target{
        height: 200px;
        margin: 20px auto 0;
    }
    .news ul>li,.con-left,.con-right{
        width: 100%;
    }
    .con-left>div{
        height: 200px !important;
    }
    .con-right{
        padding: 20px;
    }
    .con-right>p>span{
        padding: 10px 10px;
        font-size: 14px;
    }
    .news ul{
        margin-top: 30px;
    }
    .contact{
        margin-top: 30px;
    }
    .con-right>h2{
        display: none;
    }
    .con-right>h1{
        font-size: 22px;
        margin-bottom: 10px;
    }
}