html,body,p,ul{
    padding: 0px;
    margin: 0px;
    /*overflow-x: hidden;*/
}
li {
    list-style: none;
}
body::-webkit-scrollbar {display:none}
a {
    text-decoration: none;
}
body {
    font-size: 62.5%;
    font-family: "Microsoft Yahei","微软雅黑", Arial, sans-serif;
}
@media screen and (min-width: 1600px) {
    body {
        font-size: 70%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

header {
    position: fixed;
    z-index: 1001;
    top: 0;
    width: 100%;
    min-width: 1140px;
    background-color: #000;
}
.nav {
    width: 1140px;
    height: 80px;
    margin: 0 auto;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 2.3em; 
}
.logo div img{
    margin-left: 0.5em;
    height: 80px;
    float: left;
    margin-top: 10px;
}

.logo>img {
    height: 80px;
}

.menu ul li {
    float: left;
}

.menu ul li a {
    font-size: 1.4em;
    line-height: 80px;
    margin: 0 15px;
    color: #fff;
    font-weight: bold;
}

.menu ul li a:hover {
    color: rgb(2, 178, 181);
    font-weight: bold;
}

.banner-bg {
    width: 100%;
    min-width: 1140px;
    height: 650px;
    background: url("images/top1.png") no-repeat center;
    background-size: cover;
}

.banner {
    width: 1140px;
    height: 700px;
    margin: 0 auto;
}

.banner-content {
    width: 800px;
    margin: 0 auto;
    padding-top: 220px;
}

.banner-content h5 {
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: rgb(74, 224, 236);
}

.banner-content h1 span {
    margin: 0 6px;
}

.banner-content h2 {
    font-size: 48px;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
/*introduction*/
.introduction {
    width: 100%;
    min-width: 1140px;
    padding-bottom: 40px;
    background: url('images/info_bg.jpg') no-repeat center;
    background-size: cover;
}

.introduction-con {
    /*background:rgba(36,75,110,0.1);*/
    background-size: cover;
    overflow: auto;
    width: 1140px;
    margin: 0 auto;
    padding: 70px 160px;
    /*padding: 80px;*/
    position: relative;
    /*top:-50px;*/
    /*background: #fff;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0 0 20px 10px rgba(2, 178, 181,0.1);*/

}
.info_one {
    width: 410px;
    padding: 20px;
    background: rgba(33,33,83,0.1);
    border-radius: 4px;
    margin-right: 30px; 
}
.info_one img {
    width: 410px;
}
.brief-introduction .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1140px) {
    .info_one {
        display: none;
    }
}
@media screen and (max-width: 1140px) {
    .introduction-con {
        padding: 80px 0;
    }
}
.introduction-con-nav {
    width: 265px;
    /*height: 390px;*/
}

.introduction-con-items {
    width: 100%;

}
.introduction-con-items h5 {
    color: #666;
    /*display: inline;*/
    /*border-bottom: 2px solid rgba(2, 178, 181,1);*/
    /*padding: 10px 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 18px;
}
.introduction-con-items h5 span {
    margin: 0 10px;
}

.introduction-con-items h5:after,.introduction-con-items h5:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 3px;
    background: rgba(2, 178, 181,1);
}
.rongyu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}
.rongyu b {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(92, 179, 246);
    margin-right: 10px;
}

.brief-introduction p {
    text-indent: 2em;
    font-size: 1.4em;
    line-height: 2;
    color: #666;
    text-align: justify;
}
.info_fuwu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #666;
}
.info_fuwu h1 {
    position: absolute;
    top:-40px;
    left: 50%;
    transform: translate(-50%,0);
    background: rgba(2, 178, 181,1);
   display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    border: 10px solid #fff;
    font-size: 1.4em;
}
.info_fuwu>div {
    width: 30%;
    /*height: 300px;*/
    border: 2px solid rgba(75,172,198,0.2);
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
    background: #fff;
}
.info_fuwu .content {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.4em;
    text-align: justify;
    text-indent: 2em;
    line-height: 2;

}
.i-box-text {
    color: #666666;
    margin-bottom: 1.6em;
}
.youshi {
    border:2px solid rgba(75,172,198,0.2);
    border-radius:20px;
    padding:60px 40px;
    background: #fff;
}
.youshi h4 {
    font-size: 1.4em;
    color: rgba(75,172,198,1);
    font-weight: bold;
}

.youshi p {
    text-indent: 0px;
}
.i-box-text p {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 3;
    cursor: pointer;
    border:1px solid rgba(92, 179, 246,1);
    border-radius: 20px;
    text-align: center;
}

.i-box-text p:hover {
    background: rgba(92, 179, 246,1);
    color: #fff;
    border-radius: 20px;
    border:none
}
.caifeng {
    border:2px solid rgba(75,172,198,0.2);
    border-radius:20px;
    padding:60px 40px;
    background: #fff;

}
.caifeng_box >div {
    width: 22%;
    height: 150px;
    overflow: hidden;
}
.caifeng img{
    width: 100%; 
}
.caifeng_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}
.caifeng_box:last-child{
    margin-bottom: 0;
}
.caifeng_box >div {
    margin-left: 30px;
}
.caifeng_box >div:first-child{
    margin-left: 0;
}
.introduction-con-items ul li {
    display: block;
    overflow: hidden;
    width: 100%;
    /*height: 389px;*/
    /*padding-left: 50px;*/
}

.i-box-text p.active {
    background: rgba(92, 179, 246,1);
    color: #fff;
    border-radius: 20px;
    border:none
}


/*--brief-introduction--*/

.brief-introduction .title h1 {
    font-size: 1.4em;
    line-height: 42px;
    text-align: center;
}

/*第二部分*/
.container {
    width: 1140px;
    margin: auto;
}
.c3{
    width: 100%;
    min-width: 1140px;
    background: url("images/c3bg.png") no-repeat center;
    background-size: cover;
    padding: 70px 0;
    color: #666;
}
.c3 .title{
    /*color: rgba(2, 178, 181,1);*/
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}
.c3 .desc{
    /*color: white;*/
    font-size: 1.4em;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    text-align: center;
}
.c3 .items{
    display: flex;
    margin-top: 2em;
    flex-direction: row;
    justify-content: space-between;
}

.c3 .items .item{
    width: 100%;
    background: white;
    text-align: center;
    border-radius: 5px;
    margin: 0px 1.5% 0px 1.5%;
    box-shadow:0 0 20px 10px rgba(2, 178, 181,0.1);
    overflow: hidden;
}
.c3 .items .box {
    /*padding:20px 40px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.c3 .items .content {
    padding:30px 40px;

}
.c3 .items .content img {
    width: 100%;
}
.c3 .items .item p {
    color: rgb(143,143,143);
    font-size: 1.4em;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}
.c3 .items .item .box img{
   /*padding: 20px 0;*/
    width: 400px;
    float: left;
}
.c3 .items .item .topW{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    /*display: inline-block;*/
    line-height: 2;
    margin-bottom: 20px;
    border-bottom:1px solid rgba(2, 178, 181,1)
}
.c3 .items .item .detail{
    font-size: 1.4em;
    line-height: 2;
    text-align: left;
    color: rgb(143,143,143);
    /*font-family: roboto, "helvetica neue", helvetica, tahoma, arial, fzlantingheis-l-g, "pingfang sc", "microsoft yahei";*/
}




.wisdom-tourist {
    color: #fff;
    clear: both;
    overflow: hidden;
    width: 100%;
    min-width: 1140px;
    margin: 0 auto;
    /*background: url("images/c3bg.png") no-repeat center;*/
    /*background-size: cover;*/
}

.tourist-border {
    width: 100%;
    min-width: 1140px;
    margin: 0 auto;
}

.tourist-con {
    width: 1140px;
    /*height: 1600px;*/
    margin: 0 auto;
    padding: 70px 0;
}
.tourist-con p {
    font-size: 1.4em;
    line-height: 2;
}
.tourist-con p:last-child {
    margin-bottom: 50px;
}

.tourist-con .title h1 {
    font-size: 3em;
    padding-bottom: 15px;
    color: rgba(2, 178, 181,1);
    text-align: center;
}
.tourist-con .title .line{
    display: inline-block;
    margin-right: 0.5em;
    width: 4px;
    height: 30px;
    background:  rgba(2, 178, 181,1);

}
.tourist-con .title p {
    text-align: center;
    color: #666;
}
.tourist-top {
    overflow: hidden;
    margin-top: 20px;

}

.tourist-top ul li {
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 280px;
    cursor: pointer;
}

.tourist-top ul li.t-active {
    background-color:rgba(2, 178, 181,0.1);
}

.t-line {
    visibility: hidden;
    height: 15px;
    background-color: rgba(2, 178, 181,1);
}

.t-intro {
    visibility: hidden;
    height: 42px;
}

.t-intro p {
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    color:rgb(19,64,105);
    font-weight: bold;
}

.tourist-top .t-active .t-line {
    visibility: visible;
}

.tourist-top .t-active .t-intro {
    visibility: visible;
}

.t-pic {
    width: 160px;
    height: 160px;
    margin: 30px auto;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(2, 178, 181,0.1);
    border: 4px solid #fff
}

.t-pic img {
    width: 220px;
    margin-top: 0px;
    margin-left: -20px;
}

.tourist-con-list {
    height: 430px;
    background-color:  rgba(2, 178, 181,0.1);
}

.tourist-con-list ul li {
    display: block;
    width: 100%;
    height: 400px;
    padding-top: 30px;
}

.tourist-field {
    width: 250px;
    margin-top: 10px;
}

.tourist-field h1 {
    font-size: 20px;
    line-height: 52px;
    height: 100%;
    text-indent: 10px;
    color: #333;
}

.tourist-field p {
    font-size: 1.4em;
    line-height: 38px;
    color: #666;
}
.tourist-field p b {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(23,40,89);
    margin-right: 10px;
}

.tourist-top li:nth-child(1) {
    margin-left: 0;
}

.tourist-top li:nth-child(5) {
    float: right;
    margin-right: 0;
}


/*招聘 */

.recruitment {
    width: 100%;
    min-width: 1140px;
    padding: 70px 0 70px 0;
    color:#666;
    /*background: url('images/info_bg.jpg') no-repeat center;*/
    /*background-size: 100%;*/
}

.recruit-con {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.recruit-title {
    height: 100px;
}

.recruit-title p {
    font-size: 3em;
    line-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.recruit-title .line{
    display: inline-block;
    margin-right: 0.5em;
    width: 4px;
    height: 30px;
    background:  rgba(2, 178, 181,1);

}


.recruit-job {
    width: 100%;
    /*background: url("images/zhaopin.png") no-repeat bottom right;*/
    /*background-size: 25%;*/ 
}
.job-describe {
    /* height: 612px; */
}

.job-describe ul li {
    display: block;
    width: 100%;
}

.job-describe-con {
    margin-top: 35px;
    padding-left: 200px;
}

.job-describe-con h1 {
    font-size: 24px;
    line-height: 2;
    color: rgba(2, 178, 181,1);
}

.job-describe-con h2 {
    font-size: 1.4em;
    padding: 10px 0 4px;
}

.job-describe-con p {
    line-height: 2;
    width: 660px;
    font-size: 1.3em; 
}

.job-name {
    position: absolute;
    top: 150px;
    left: 0;
    width: 280px;
    height: 100%;
}

.job-name ul li {
    margin: 10px 0;
    cursor: pointer;
    opacity: .7;
}

.job-name ul li:hover {
    opacity: 1;
}

.c7{
    background: url("images/c7bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    min-width: 1140px;
}
.info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.info .logo{
    width: 220px;
}

.rcode {
    width: 120px;
    margin-left: 40px;
}
.c7 .info .infoArea{
    margin-left: 2vw;
    color: white;
    font-size: 1.4em;
}
.c7 .info  .infoArea .copyright {
    display: flex;
    align-items: center;
    align-content: center;
}
.c7 .info .infoArea span{
    /*width: 100%;*/
    display: block;
    text-align: left;
    line-height: 30px;
    font-family: "微软雅黑";
}

.banner_nav {
    color: #fff;
    font-weight: bold;
}
.banner_nav ul {
    margin: 120px auto 0;
    text-align: center;
}
.banner_nav ul li {
    list-style: none;
    display: inline-block;
    font-size: 1.4em;
    border:1px solid rgb(92, 179, 246);
    border-radius: 30px;
    padding: 12px 30px;
    margin-left: 30px;
    cursor: pointer;
}
.banner_nav ul li:first-child{
    margin-left: 0;
}
.banner_nav ul li.active{
    background: rgb(92, 179, 246);
}


.gototop {
    font-size: 1.4em;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 50px;
    height: 50px;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    -webkit-animation: hide 350ms ease-out forwards 1;
    animation: hide 350ms ease-out forwards 1;
    text-align: center;
    color: rgba(205,104,57,1);
    border-radius: 6px;
    outline: none;
    border: 1px solid rgba(205,104,57,1);
    background: transparent;
}

.gototop > span {
    display: inline-block;
    -webkit-transition: transform 100ms 100ms ease-in-out;
    transition: transform 100ms 100ms ease-in-out;
}

.gototop:hover,
.gototop:focus {
    background-color: rgba(205,104,57,0.5);
    color: #fff;
}

.gototop:hover > span,
.gototop:focus > span {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.isvisible {
    -webkit-animation: show 1s ease-out forwards 1;
    animation: show 1s ease-out forwards 1;
}
@-webkit-keyframes hide {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    25% {
        -webkit-transform: rotate(-3deg) translateY(-40px);
        opacity: .5;
    }
    75% {
        -webkit-transform: rotate(3deg);
    }
    100% {
        -webkit-transform: translateY(100px);
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    25% {
        transform: rotate(-3deg) translateY(-40px);
        opacity: .5;
    }
    75% {
        transform: rotate(3deg);
    }
    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-3deg) translateY(-40px);
        opacity: .5;
    }
    75% {
        -webkit-transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes show {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-3deg) translateY(-40px);
        opacity: .5;
    }
    75% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.c1 {
    width: 100%;
    min-width: 1140px;
    position: relative;
    /*background: url("images/bg.jpg") no-repeat center;*/
    /*background-size: cover;*/
}

.c1 .container{
    padding:70px 0;
    z-index: 8;
    position: relative;
    min-width: 1140px;
}

.c1 .title{
    color: rgba(2, 178, 181,1);
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em
}
.c1 .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.c1 .items .item{
    width: 47%;
    overflow: hidden;
    /*padding: 30px;*/
    border-radius: 2px;
    background:  rgba(2, 178, 181,0.1)
    /*box-shadow:0 0 20px 10px rgba(2, 178, 181,0.1);*/
}
.c1 .items .top {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height:300px;*/

}
.c1 .items .top .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
@media screen and (min-width: 2200px) {
    .c1 .container {
        width: 60%;
    }
    .c1 .items .top .img {
        height: 300px;
    }
}
@media screen and (max-width : 2200px) {
    .c1 .container {
        width: 70%;
    }
    .c1 .items .top .img {
        height: 260px;
    }
}
@media screen and (max-width: 1900px) {
    .c1 .container {
        width: 80%;
    }
    .c1 .items .top .img {
        height: 250px;
    }
}
@media screen and (max-width: 1400px) {
    .c1 .items .top .img {
        height: 220px
    }
}

.c1 .items .top img {
    width: 100%;
    float: left;

}
.c1 .items .title {
    padding: 14px;
    font-size: 1.6em;
    margin-bottom: 0;
    /*background: rgba(2, 178, 181,1);*/
    /*background: -webkit-linear-gradient(to right, rgb(92, 179, 246) ,  rgb(74, 224, 236));*/
    /*background: -o-linear-gradient(to right, rgb(92, 179, 246) ,  rgb(74, 224, 236));*/
    /*background:-moz-linear-gradient(to right, rgb(92, 179, 246) ,  rgb(74, 224, 236));*/
    /*background: linear-gradient(to right, rgb(92, 179, 246) ,  rgb(74, 224, 236));*/
    color:#fff;
    background:  rgba(2, 178, 181,0.7);
}
.c1 .content_box {
    position: relative;
}
.c1 .content_box h1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    text-align: center;
    line-height: 300px;
    font-size: 50px;
    color: #333;

}
.c1 .center {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    overflow: hidden;
    border:26px solid rgba(255,255,255,0.6)
}
.c1 .item .content {
    /*background: rgba(2, 178, 181,0.1);*/
    color: #333;
    height: 120px;
    /*position: absolute;*/
    /*z-index: 333;*/
    /*!*height:500px;*!*/
    /*bottom: 0;*/
    /*width: calc(100% - 28px);*/
    font-size: 1.4em;
    line-height: 1.5;
    padding: 14px;
    text-indent: 2em;
    text-align: justify;
}

#map {
    height: 200px;
    width: 100%;
    /* min-width: 1140px; */
}
.hide{
    display: none !important;
}
.call {
    font-size: 1.3em;
    line-height: 2;
    background:rgba(75,172,198,0.1) url("images/call.png") no-repeat 20px center;
    background-size: 50px;
    padding:20px 20px 20px 90px;
    /*border:2px solid rgba(75,172,198,0.2);*/
    border-radius:20px;
    display: inline-block;
    position: absolute;
    right:0;
    top:670px
}
.info2_03 {
    margin-top: 20px;
    text-align: center;
}
.info2_03 img {
    width: 16%;
    /*margin-left: 30px;*/
    height: 116px;
    overflow: hidden;
}
.info2_03 img:first-child {
    margin-left: 0;
}   

.content_msg { 
    padding: 0  0 30px 0;
    color:#666;  
   
}

.content_msg_box {
    position: relative;
    width: 980px;
    margin: 0 auto; 
    background-color: rgb(182,216,250);
    padding: 40px 60px; 
    border-radius: 10px;
}

.content_msg_box_content {
    background: #fff; 
    border-radius: 10px; 
    text-align: center;
    padding: 40px 40px;
}
.content_msg_box_content .title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 40px;
}
.content_msg_box_content .map_box {
    display: flex; 
    vertical-align: middle;
    align-items: center;
}
.content_msg_box_content .map_box .left {
     flex: 1; 
} 
.content_msg_box_content .map_box .left .leftTitle {
    text-align: left;
    font-size: 16px;
    color: rgb(0,139,221);
    margin: 10px 0;
    font-weight: 600;
     
} 
.content_msg_box_content .map_box .left .value {
    margin: 10px 0;
    font-size: 16px; 
    color: #000;
    text-align: left;
} 
.content_msg_box_content .map_box .right {
   width: 500px; 
}







