* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

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;
    height: 100%;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}



.nav-top{
    background: url(../img/nav-top.jpg) no-repeat;
    text-align: right;
    padding: 10px 0;
}
.nav-top>div{
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-end ;
    align-items: center;
}
.nav-top ul{
    padding-top: 10px;
}
.nav-top ul>li{
    text-align: left;
    padding: 1px 0;
}
.nav-top ul>li>a{
    color: #238a8f;
}

/* search */
.search{
    margin-top: 0px;
    margin-left: 15px;
}
.search input{
    border: none;
    padding: 4px 50px 4px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: #238a8f;
}
.search input::placeholder{
    font-size: 14px;
    padding: 8px 0;
    color: #fff;
}
.search button{
    background: #238a8f;
    border: none;
    color: #fff;
    padding: 4px 15px;
    margin-left: -20px;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
}
/*导航*/
.navbar {
    box-shadow: none;
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 99999;
    margin-bottom: 0;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    width: 460px;
    display: block;
    padding: 15px 0;
}

.navbar-brand>img {
    width: 100%;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid #238a8f;
    border-bottom: 1px solid #238a8f;
    margin: 20px 0;
}

.navbar-nav>li {
    padding: 0 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    
}

.navbar-nav>li:hover>a {
    color: #238a8f;
}

.navbar-nav>li>a {
    color: #238a8f;
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    height: 65px;
    padding-top: 21px;
}
.navbar-nav>li:first-of-type>a{
    padding-top: 10px;
}
.navbar-nav>li:first-of-type:hover>a{
    padding-top: 7px;
}
.navbar-nav>li:first-of-type.active a{
    padding-top: 7px;
}
.navbar>div>i {
    display: none;
}

.navbar-nav .active a {
    color: #242424;
    border-top: 3px solid #f1b251;
    padding-top: 18px;
}
.navbar-nav>li:hover a{
    border-top: 3px solid #f1b251;
    display: inline-block;
    padding-top: 18px;
    
}
.navbar-nav>li>a i{
    font-size: 40px;
    color: #f1b251;
}






/* banner */
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px);
    z-index: 1;
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}
.item{
    position: relative;
}

.carousel-caption{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ban-icon {
    left: -50%;
    height: 100%;
}
.banner-img{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
}
.banner-icon{
    position: absolute;
    left: 95%;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
.banner-icon1{
    position: absolute;
    left:102%;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
.banner-icon i{
    font-size: 30px;
    border: solid 2px #98610f;
    padding: 0 9px 3px 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #98610f;
    
}
.banner-icon1 i{
    font-size: 30px;
    border: solid 2px #98610f;
    padding: 0 7px 3px 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #98610f;
}












.in-about{
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.in-title{
    text-align: center;
}
.in-title>p{
    text-align: center;
    position: relative;
}
.in-title>p>b{
    width: 4px;
    height: 60px;
    background: #846f6e;
    display: inline-block;
    transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
}
.in-title>p>span{
    position: absolute;
    left: 47%;
    top: 0;
    font-size: 24px;
    color: #846f6e;
    font-weight: bold;
}
.in-title>p>small{
    position: absolute;
    right: 43%;
    bottom: 10px;
    font-size: 18px;
    color: #846f6e;
}


.in-about-con{
    margin-top: 50px;
}
.in-about-con ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0 10%;
}
.in-about-con ul>li{
    width: 44%;
    margin: 50px 20px;
    position: relative;
    padding: 60px 20px 20px;
    background: #c2c0c1;
}
.in-ab-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.in-ab-btn>a{
    font-size: 14px;
    color: #000;
}
.in-about-con ul>li>h3{
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    margin: 0;
    text-align: center;
}
.in-about-con ul>li>h3>span{
    display: inline-block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-size: 18px;

}
.in-about-con ul>li>p{
    font-size: 14px;
    color: #000;
    text-indent: 2em;
    line-height: 30px;
    margin: 0;
}












.in-content{
    padding: 80px 0;
}
.in-acticies{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.in-ac-left{
    width: 34%;
}
.in-ac-left>h3{
    font-size: 22px;
    font-weight: bold;
    color: #666;
}
.in-ac-left>p>span{
    font-size: 16px;
    color: #999;
}
.in-ac-img{
    position: relative;
    padding: 30px 0 10px;
}
.in-ac-img video{
    width: 100%;
}
.in-ac-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-ac-video img{
    width: 60px;
}
.in-ac-left ul>li h4{
    font-size: 16px;
    color: #999;
    padding: 5px 0;
}
.in-ac-left ul>li p{
    font-size: 14px;
    color: #aaa;
}





.in-ac-right{
    width: 62%;
    margin-top: 70px;
}

.in-ac-right>p{
    text-align: right;
}

.in-ac-right>p>a{
    font-size: 16px;
    color: #999;
}
.in-ac-right ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.in-ac-right ul>li{
    width: 32%;
}
.in-ac-right ul>li img{
    border: solid 1px #ccc;
}
.in-ac-right ul>li h4{
    font-size: 16px;
    color: #999;
    padding: 10px 0;
    height: 27px;
    overflow: hidden;
}
.in-ac-right ul>li p{
    font-size: 14px;
    color: #aaa;
}




.pro-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pro-left{
    width: 35%;
}
.pro-right{
    width: 35%;
}


.Box {
    position: relative;
}

.Box .content {
    width: 100%;
    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;
    
    background-color: #506a9d;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    
    background-color: #506a9d;
    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: 420px;
    height: 460px;
    margin-left: 20px;
    overflow: hidden;
    background: #8e7a7b;
    padding: 30px 0;
    text-align: center;
}
#BoxUll li .in-h-img{
    border: solid 1px #000;;
}
.in-h-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.in-h-img>img{
    height: 100%;
    width: auto;
    margin-left: -50%;
}
.in-h-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-h-video>img{
    width: 60px !important;
}
.conbox>h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.conbox>ul>li h3{
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #d5a960;
    margin: 0;
    border: solid 1px #333;
    margin-top: 20px;
}
.conbox>ul>li p{
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
}
.conbox>ul>li h4{
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 10px;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 420px;
    transition: all 0.5s;
}


.Box .Box_con .conbox ul li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.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: 5px 20px;
    color: #fff;
    background: #506a9d;
    margin-top: 50px;
}











.in-news{
    margin: 60px 0;
}
.in-news-bg{
    background: #f4d4a1;
    padding: 40px 0;
    position: relative;
}
.in-news-bg>h3{
    text-align: center;
    font-size: 30px;
    color: #836f71;
}
.in-news-bg>h3>small{
    font-size: 24px;
}
.in-news-con{
    text-align: center;
    position: relative;
}
.in-news-con>hr{
    width: 1px;
    height: 500px;
    background: #fff;
    border: none;
    margin: 0 auto;
    position: relative;
}
.in-news-con>span{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #737371;
   display: inline-block;
}
.in-news-con>ul{
    margin-bottom: 30px;
}
.in-news-con>ul>li:nth-of-type(2n+1){
    position: absolute;
    left: 49.6%;
    top: 18px;
    text-align: left;
    padding-left: 20px;
}
.in-news-con>ul>li:nth-of-type(3){
    top:30%;
}
.in-news-con>ul>li:nth-of-type(5){
    top:60%;
}
.in-news-con>ul>li:nth-of-type(7){
    top:90%;
}
.in-news-con>ul>li:nth-of-type(2n){
    position: absolute;
    right: 48.8%;
    top: 18px;
    text-align: right;
    padding-right: 40px;
}
.in-news-con>ul>li:nth-of-type(2){
    top:15%;
}
.in-news-con>ul>li:nth-of-type(4){
    top:45%;
}
.in-news-con>ul>li:nth-of-type(6){
    top:75%;
}
.in-news-con>ul>li a{
    display: flex;
    flex-flow: row wrap;
}
.in-news-con>ul>li hr{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    border: none;
    margin: 16px 10px 0 0;
}
.in-news-con>ul>li:nth-of-type(2n+1) hr{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    border: none;
    margin: 16px 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.in-news-con>ul>li:nth-of-type(2n) hr{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    border: none;
    margin: 16px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
.in-news-con>ul>li:nth-of-type(1) hr{
    margin: 2px 10px 0 0;
}
.in-news-text>span{
    font-size: 14px;
    color: #999;
}
.in-news-text>p{
    font-size: 16px;
    color: #333;
}
.news-btn{
    text-align: center;
}
.news-btn>a{
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    background: #cf902f;
}

.news-logo{
    position: absolute;
    right: -5%;
    top: 20%;
    width: 35%;
    border: solid 8px #d4840b;
    box-shadow: 0 0 12px -2px #d4840b;
}




.footer{
    background: #4ba6ab;
    padding: 50px 0;
}
.foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.foot-logo{
    width: 160px;
    margin-right: 5%;
}
.foot-logo img{
    width: 100%;
}
.foot-nav{
    width: 60%;
    padding-right: 18%;
}
.foot-logo2{
    width: 100%;
}
.foot-nav>ul{
    padding-left: 10px;
}
.foot-nav>ul>li{
    display: inline-block;
    color: #fff;
    margin: 10px 0;
}
.foot-nav>ul>li>a{
    color: #fff;
    padding-right: 10px;
    margin-left: 10px;
    font-size: 14px;
}
.foot-nav>p{
    font-size: 14px;
    color: #fff;
    margin-left: 19px;
}



.foot {
    background-color: #255f63;
}

.foot>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding:  0 5%;
}

.foot p {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

.foot a {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}



#ip-img-preview {
    width: 60%;
    height: auto;
}
@media all and (max-width:1440px) and (min-width:992px) {
    #banner {
        height: 600px;
    }

    .swiper-container {
        height: 600px;
    }
    .news-logo{
        position: absolute;
        right: 0;
        top: 20%;
        width: 26%;
    }
}

@media all and (max-width:768px) {
    html,body{
        overflow-x: hidden;
    }
    #banner {
        height: 300px;
    }

    .swiper-container {
        height: 300px;
    }
    .navbar-brand{
        width: 80%;
        height: auto;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #238a8f;
        padding-top: 23px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 80px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
        z-index: 1;
    }
    .banner-icon i {
        font-size: 20px;
        border: solid 2px #98610f;
        padding: 0 6px 3px 4px;
    }
    .banner-icon {
        position: absolute;
        left: 93%;
        top: 43%;
        z-index: 99;
        cursor: pointer;
    }
    .in-title>p>span{
        left: 42%;
    }
    .in-title>p>small{
        right: 27%;
    }
    .in-about-con video{
        width: 100%;
    }
    .in-about-con ul{
        margin-top: 20px;
        padding: 0;
    }
    .in-about-con ul>li{
        width: 100%;
        margin: 20px 0;
    }
    .in-content{
        padding: 20px 0;
    }
    .in-ac-left{
        width: 100%;
    }
    .in-ac-right{
        width: 100%;
        margin-top: 0;
    }
    .in-ac-right ul>li{
        width: 100%;
        margin: 10px 0;
    }
    .pro-left,.pro-right{
        width: 100%;
    }
    .pro-con>hr{
        display: none !important;
    }
    .Box .Box_con .btn{
        display: none !important; 
    }
    .in-news-con>ul>li:nth-of-type(2n){
        right: 0;
        left: 4.6%;
        text-align: left;
        padding-left: 20px;
    }
    .in-news-con>ul>li:nth-of-type(2n+1){
        left: 4.6%;
    }
    .in-news-con>ul>li:nth-of-type(2n) hr{
        left: 0;
    }
    .in-news-con>hr{
        margin: 0 20px;
    }
    .news-logo{
        right: 0;
    }
    .foot-con{
        justify-content: start;
    }
    .foot-logo{
        width: 70px;
    }
    .foot-nav{
        width: 73%;
        padding-right: 0;
    }
    .foot-nav>ul{
        display: none;
    }
    .foot-nav>p{
        margin-left: 0;
        line-height: 26px;
    }
    .foot p,.foot a{
        padding: 5px 0;
    }
    .Box .Box_con .conbox ul li{
        padding-right: 4%;
    }
    .ny-content-style ul>li{
        width: 100% !important;
    }
    .ny-content-ques li h4>span{
        width: 100% !important;
    }
    .ny-news-time,.ny-news-con,.ny-news-img{
        width: 100% !important;
        padding-top: 0 !important;
    }
    .ny-news-con>p{
        margin-top: 0 !important;
    }
    .ny-news-x{
        margin: 20px 0 !important;
    }
    .ny-content-news ul>li{
        width: 100% !important;
    }
    .page span, .page1 span{
        width: 100% !important;
        text-align: left !important;
        margin: 5px 0;
    }
    .ny-content-wisdom>p>span{
        padding: 10px !important;
        margin: 5px 0;
    }
    .ny-content-recruitment{
        padding: 0 !important;
    }
}