* {
    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;

}


/*导航*/
.top {
    background: #066eb5;

}

.top>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-logo {
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    padding: 5px 0;
}

.in-logo-img {
    width: 70px;
}

.in-logo>hr {
    width: 2px;
    height: 50px;
    background: #fff;
    margin: 15px 30px;
}

.in-logo>p {
    font-size: 15px;
    color: #fff;
    padding: 15px 0;
}

.in-logo>p>span {
    color: #ff1413;
}

.in-logo>p>small {
    font-size: 19px;
    letter-spacing: 2px;
}

.in-tel {
    width: 40%;
    padding: 15px 0;
}

.in-tel>ul {
    display: flex;
    flex-flow: row wrap;
}

.in-tel>ul>li {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
    margin-left: 40px;
}

.in-tel>ul>li>i {
    font-size: 50px;
    margin-right: 15px;
}

.in-tel>ul>li:last-of-type>i {
    font-size: 40px;
    padding-top: 5px;
}

.in-tel>ul>li>span {
    padding-top: 3px;
    font-size: 16px;
    text-align: center;
}

.navbar {
    background: #000;
    margin: 0;
    min-height: auto;
    position: relative;
}

.navbar i {
    display: none;
}

.navbar-nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.navbar-nav>li.active {
    background: #27a237;
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 15px 47px;
    position: relative;
    z-index: 99;
}

.navbar .block{
    position: absolute;
    display: block;
    background: #006db8;
    height: 51px;
    top: 0;
    overflow: visible !important;
}
.navbar .block:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0px 35px 51px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #006db8;
    position: absolute;
    right: -70px;
    bottom: 0;
}
.navbar li.cur1>a,.navbar li.cur>a {
    color: #fff;
}

/* 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;
    margin-top: 850px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 28px;
    color: #000;
    margin: 0;
}

.title hr {
    width: 60px;
    height: 3px;
    background: #096ab9;
    margin: 10px auto 40px;
}

.ab-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ab-left {
    width: 50%;
}

.ab-right {
    width: 47%;
    padding: 10px 0;
}

.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: 10px 30px;
    background: #bb1515;
    color: #fff;
    margin-top: 20px;
    background: #096ab9;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


/* product */
.product {
    background: url(../img/product.jpg) no-repeat center;
    background-size: cover;
    padding-top: 260px;
    max-height: 400px;

}

.pro-show {
    background: #fff;
    box-shadow: 0 0 10px -1px #ccc;
    padding: 40px;
}

.pro-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-left {
    width: 22%;
}

.pro-left>h3 {
    background: #066eb5;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    margin: 0;
}

.pro-left>ul {
    margin: 0;
}

.pro-left>ul>li {
    background-image: linear-gradient(#fffffd, #fbfbf9, #f2f2f2);
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.pro-left>ul>li::after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #066eb5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1;
}
.pro-left>ul>li:hover::after{
    width: 100%;
}
.pro-left>ul>li>a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 90%;
    padding: 15px 20px;
    position: relative;
    z-index: 2;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.pro-left>ul>li:hover>a{
    color: #fff;
}
.pro-left>ul>li>i {
    font-size: 20px;
    color: #999;
    line-height: 40PX;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pro-left>ul>li:hover>i{
    color: #fff;
}
.left-down {
    background: #666;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.left-down>h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.left-down>span {
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}

.left-down>p {
    font-size: 26px;
    font-weight: bold;
}

.pro-right {
    width: 75%;
}

.pro-right>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-right>ul>li {
    width: 32%;
    margin: 10px 0;
    border: solid 1px #666;
    position: relative;
    overflow: hidden;
}
.pro-right>ul>li::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -140%;
    background: #006db8;
    transition: all 0.5s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 0;
    z-index: -1;
}
.pro-right>ul>li:hover::after{
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    z-index: 1;
    opacity: 1;
}
.pro-right>ul>li img {
    padding: 10px;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pro-right>ul>li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.pro-right>ul>li p {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.pro-right>ul>li:hover p{
    color: #fff;
}
.pro-btn {
    text-align: center;
}

.pro-btn>a {
    display: inline-block;
    padding: 10px 30px;
    background: #bb1515;
    color: #fff;
    margin-top: 20px;
    background: #096ab9;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


/* reason */
.reason {

    background: url(../img/case.jpg) no-repeat center;
    padding: 50px 0;
}

.reason .title h3 {
    font-size: 28px;
    color: #ccc;
    margin: 0;
}

.reason .title h3>span {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    padding-left: 3px;
}

.reason .title hr {
    width: 60px;
    height: 3px;
    background: #096ab9;
    margin: 10px auto 40px;
}

.reason ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.reason ul>li {
    width: 20%;
    padding: 0 10px;
    margin: 10px 0;

}

.re-con {
    background: #fff;
    position: relative;
    padding: 20px 30px;
    height: 180px;
}

.re-con>h4 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.re-con>p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.re-num {
    position: absolute;
    left: -30px;
    top: -30px;
    background: #066eb5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 3px 20px;
    color: #fff;
    font-size: 40px;
}

.re-num span {
    transform: skew(-10deg);
    display: inline-block;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}


/* case */
.case {
    padding: 50px 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;
    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;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li p {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #066eb5;
    margin: 0;
}

.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;
}

.case .pro-btn>a {
    border: solid 1px #ccc;
    color: #000;
    background: transparent;
    margin-top: 50px;
}


/* parent */
.parent {
    background: url(../img/par.jpg) no-repeat center;
    padding: 50px 0;
}

.parent .title h3 {
    font-size: 28px;
    color: #ccc;
    margin: 0;
}

.parent .title hr {
    background: #066eb5;
    border: none;
}


/* effect */
.effect {
    padding: 50px 0;
    background: #f5f5f5;
    margin-top: 50px;
}

.effect ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.effect ul>li {
    width: 32%;
}



/* news */
.news {
    padding: 50px 0;
    background: #f5f5f5;
}

.news ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.news ul>li {
    width: 49%;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 20px;
    margin: 10px 0;
}

.news ul>li:hover {
    background: #066eb5;
}

.news ul>li>a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.news ul>li img {
    width: 45%;
}

.n-con {
    width: 50%;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.n-con h3 {
    font-size: 20px;
    margin: 20px 0;
}

.news ul>li:hover .n-con {
    color: #fff;
}

.n-con span {
    padding: 5px 10px;
    background: #066eb5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
}

.news ul>li:hover .n-con span {
    background: #fff;
    color: #666;
}

/* footer */
.footer {
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

.foot-logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.foot-logo-img {
    width: 80px;
}


.foot-tel {
    width: 42%;
}

.foot-tel>ul {
    display: flex;
    flex-flow: row wrap;
    background: #066eb5;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
}

.foot-tel>ul>li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #fff;
    margin-left: 40px;
}

.foot-tel>ul>li>i {
    font-size: 50px;
    margin-right: 15px;
}

.foot-tel>ul>li:last-of-type>i {
    font-size: 40px;
    padding-top: 5px;
}

.foot-tel>ul>li>span {
    padding-top: 3px;
    font-size: 16px;
    text-align: center;
}



.footer-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-left {
    width: 50%;
}

.footer-left>h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.footer-left>p {
    font-size: 16px;
    line-height: 24px;
}

.footer-right {
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-right ul {
    width: 32%;
}

.footer-right ul>li {
    font-size: 18px;
    font-weight: bold;
}

.footer-right ul>li>hr {
    width: 40px;
    height: 2px;
    background: #066eb5;
    margin: 10px 0 0;
}

.footer-right ul>li>a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.footer-right ul>li>a>i {
    padding-right: 5px;
}

.footer-right ul>li img {
    width: 60%;
}

.foot {
    padding: 10px 0;
    background: #000;
}

.foot>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.foot p {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.foot a {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.foot a img{
    width: 19px;
    display: inline-block;
    padding-right: 2px;
    padding-bottom: 2px;
}
@media all and (max-width:768px) {
    .container {
        width: 100%;
    }
    .navbar .block{
        display: none;
    }
    .in-tel {
        display: none;
    }

    .in-logo {
        width: 100%;
    }

    .in-logo>p {
        display: inline-block;
        width: 72%;
        font-size: 13px;
    }

    .in-logo-img {
        width: 60px;
    }

    .in-logo>hr {
        margin: 10px 15px;
    }

    .navbar i {
        display: block;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }

    .navbar-nav {
        display: none;
        position: absolute;
        left: 0;
        top: 31px;
        background: #000;
        width: 100%;
        margin: 0;
        z-index: 9999;
    }

    .carousel-control.left,
    .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .product{
        padding: 20px 0;
        max-height: 100%;
    }
    .pro-left,.pro-right,.ab-left,.ab-right{
        width: 100%;
    }
    .pro-right>ul>li{
        width: 48%;
    }
    .pro-show{
        padding: 20px 10px;
    }
    .about{
        margin-top: 0;
    }
    .reason ul>li{
        width: 40%;
        margin: 20px 15px;
        padding: 5px;
    }
    .re-con{
        padding: 25px 5px;
        height: 220px;
    }
    .re-con>h4{
        font-size: 18px;
    }
    .news ul>li,.news ul>li img,.n-con,.footer-left{
        width: 100%;
    }
    .footer-right,.foot-tel{
        display: none;
    }
}