.w12 {
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

header {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

header .logo {
    width: 317px;
    height: 38px;
    margin-top: 24px;
}

header .daohang {
    line-height: 80px;
}

.daohang ul li {
    display: inline-block;
    position: relative;
}

.daohang ul li a {
    padding: 0 10px;
}

.daohang ul li a:hover {
    color: #1C9A94;
}

.daohang ul li a.active {
    color: #1C9A94;
}

.daohang ul li .sanji {
    position: absolute;
    z-index: 99999;
    display: none;
    width: 100%;
    background: #fff;
}

.daohang ul li .sanji li {
    line-height: 30px;
    display: block;
    padding: 10px 0;
    height: 30px;
}

.daohang ul li .sanji li a {
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.daohang ul li .sanji li a:hover {
    color: #1C9A94;
}

.daohang ul li .sanji li a.active {
    color: #1C9A94;
}

header .search {
    margin-top: 27px;
}

header .search input {
    width: 80px;
    height: 20px;
    padding-left: 5px;
}

header .search button {
    height: 26px;
    background: #706D6D;
    border: none;
    color: #fff;
    display: inline-block;
}

header .ggao {
    display: block;
    height: 30px;
    background: #1C9A94;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    width: 50px;
    text-align: center;
    margin-top: 24px;
}

.sy_1 {
    padding-top: 50px;
}

.sy_1 .title {
    width: 100%;
}

.sy_1 .title .en {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 12px;
}

.sy_1 .title .cn {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 12px;
}

.sy_1 .conn {
    width: 100%;
    margin-top: 20px;
}

.sy_1 .conn .fl {
    width: 45%;
}

.sy_1 .conn .fr {
    width: 52%;
        border: 1px solid #CCCCCC;
    padding: 10px;
    box-sizing: border-box;
}

.sy_1 .conn .fl .list {
    background: #006C66;
    width: 50%;
    float: left;
    height: 250px;
    display: flex;
    align-items: center;
}

.sy_1 .conn .fl .list a {
    width: 100%;
    display: block;
}

.sy_1 .conn .fl .list img {
    display: block;
    width: 35%;
    margin: 0 auto;
}

.sy_1 .conn .fl .list:nth-child(2) {
    background: #1C9A94;
}

.sy_1 .conn .fl .list:nth-child(3) {
    background: #1C9A94;
}

.sy_1 .conn .fr .tit {
    height: 45px;
    line-height: 45px;
}

.sy_1 .conn .fr .tit a {
        position: relative;
    display: inline-block;
    width: 120px;
    text-align: center;
}
.sy_1 .conn .fr .tit a .xian{
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    background: #ccc;
    height: 18px;
}
.sy_1 .conn .fr .tit a:hover {
    background: #1C9A94;
    color: #fff;

}

.sy_1 .conn .fr .tit a.active {
    background: #1C9A94;
    color: #fff;

}

.sy_1 .conn .fr .con {
    margin-top: 20px;
}

.sy_1 .conn .fr .con img {
    display: none;
    width: 100%;
 transition: 0.6s;
    height: 406px;
}

.sy_1 .conn .fr .con img:nth-child(1) {
    display: block;
}


.sy_2 {
    padding-top: 50px;
}

.sy_2 .title {
    width: 100%;
}

.sy_2 .title .en {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 12px;
}

.sy_2 .title .cn {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 12px;
}

.sy_2 .conn {
    width: 100%;
    margin-top: 20px;
}

.sy_2 .conn .fl {
    width: 28%;
        border: 1px solid #ccc;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;    
        
}

.sy_2 .conn .fr {
    width: 68%;
}

.sy_2 .conn .fl .tit {
    height: 50px;
    line-height: 50px;
}

.sy_2 .conn .fl .tit a {
    display: inline-block;
    width: 120px;
    text-align: center;
}

.sy_2 .conn .fl .tit a:hover {
    background: #1C9A94;
    color: #fff;

}

.sy_2 .conn .fl .tit a.active {
    background: #1C9A94;
    color: #fff;

}


.sy_2 .conn .fl .con {
    margin-top: 20px;
}

.sy_2 .conn .fl .con img {
    display: none;
    width: 100%;
        transition: 0.6s;
    height: 385px;
}

.sy_2 .conn .fl .con img:nth-child(1) {
    display: block;
}

.sy_2 .conn .fr .list {
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.sy_2 .conn .fr .list.active {
    background: rgb(243, 243, 243);
 
}
.sy_2 .conn .fr .list.active a{
  
    color: #000;
}
.s
.sy_2 .conn .fr .list h1 {
    font-size: 18px;
    color: #1C9A94;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sy_2 .conn .fr .list h2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.sy_2 .conn .fr .list a {
       color: #1C9A94;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
}

footer {
    background: rgb(243, 243, 243);
}

footer .w12 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

footer .w12 .f1 {
    margin-top: 20px;
}

footer .w12 .f1 .w-logo {
    width: 200px;
}

footer .w12 .f1 .f-daohang {
    display: flex;
    color: #383838;
    margin-top: 40px;
    justify-content: space-between;
}

footer .w12 .f1 .f-daohang h1 {
    font-size: 18px;
    color: #006C66;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

footer .w12 .f1 .f-daohang .xian {
    width: 35px;
    height: 3px;
    background: #006C66;
    margin: 10px 0;
}

footer .w12 .f1 .f-daohang a {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C9A94;
    opacity: 0.6;
}

footer .w12 .f1 .xglink {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
     color: #1C9A94;
    line-height: 12px;
    margin-top: 30px;
    opacity: 0.7;
}

footer .w12 .f1 .xglink a {
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
}

footer .w12 .f2 {
    margin-top: 30px;
}

footer .w12 .f2 .erm {
    display: flex;
    justify-content: space-between;
}

footer .w12 .f2 .erm .ewm1 {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C9A94;
    text-align: center;
    line-height: 12px;
}

footer .w12 .f2 .erm .ewm1 img {
    width: 100px;
    margin-bottom: 10px;
}

footer .w12 .f2 .f-tel {
    text-align: right;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #006C66;
    margin: 20px 0;

}

footer .w12 .f2 .f-dz {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:#1C9A94;
    opacity: 0.59;
}

footer .bottom {
    text-align: center;
    background: #dbdbdb;
    padding: 10px 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C9A94;

}

.n-dao {
    height: 60px;
    line-height: 60px;
    background: #1C9A94;
}

.n-dao .w12 {
    display: flex;
}

.n-dao .w12 a {
    flex: 1;
    color: #fff;
    text-align: center;
}

.n-dao .w12 a.active {
    background: #006C66;
}

.n-dao .w12 a:hover {
    background: #006C66;
}

.mianbao {
    background: #f4f5f6;
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.neirong {
    margin-top: 40px;
}

.neirong .bigtit {
    margin: 50px 0;
}

.neirong .bigtit .cn {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: -18px;
    font-family: Alibaba PuHuiTi;
    color: #333333;
}

.neirong .bigtit .en {
    text-align: center;
    font-size: 30px;
    font-family: Droid Serif;
    font-weight: 400;
    color: #8A9993;
    opacity: 0.3;
}

.neirong .bigtit .xian {
    width: 60px;
    height: 4px;
    background: #1C9A94;
    margin: 0 auto;
    margin-top: 15px;
}

.neirong .gsjj {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.neirong .gsjj div:nth-child(1) {
    margin-right: 5%;
    width: 540px;
    border: 1px solid #ccc;
    height: 366.5px;
    overflow: hidden;
}
.neirong .gsjj div img{
    transition: 0.6s;
    width: 100%;
       
}
.neirong .gsjj div img:hover{
   transform: scale(1.1);
}
.neirong .gsjj div:nth-child(2) {
    margin-right: 5%;
    width: 540px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

.neirong .nei-edao {
    margin: 40px 0;
    display: flex;
    justify-content: space-evenly;
}

.neirong .nei-edao a {
        background: #006C66;
    color: #fff;
    width: 15%;
    height: 40px;
    border: 1px solid;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
}

.neirong .nei-edao a.active {
    background: #1C9A94;
    color: #fff;
}

.neirong .nei-edao a:hover {
    background: #006C66;
    color: #fff;
}

.neirong .zizhi {
    display: flex;
    flex-wrap: wrap;
}

.neirong .zizhi .list {
        border: 1px solid #ccc;
            margin-top: 30px;
        padding: 24px;
    box-sizing: border-box;
    float: left;
    width: 20.5%;
    margin-right: 5%;
    margin-bottom: 40px;
    background: #fff;
    text-align: center;
  font-size: 14px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

 
}

.neirong .zizhi .list img {
    width: 100%;
    transition: 0.5s;
}
.neirong .zizhi .list img:hover{
        transform: scale(1.06);
}
.neirong .zizhi .list:nth-child(4n) {
    margin-right: 0;
}

.neirong .guihua {
    margin-top: 30px;
    position: relative;

}

.neirong .guihua .left {
    background: #1C9A94;
    padding: 40px 30px;
    width: 250px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    left: 100px;
    height: 300px;
    top: 100px;
    overflow: hidden;
}

.neirong .guihua .left h1 {
    color: #fff;
    font-size: 22px;
}

.neirong .guihua .left .ghcon {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

b {
    font-weight: bold;
}

#ds::-webkit-scrollbar-track {}

#ds::-webkit-scrollbar {

    width: 3px;

}

#ds::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 4px;
}

.neirong .guihua .hblist {
    float: left;
    width: 180px;
    margin-right: 1.66%;
    height: 92px;
    /*border: 0.5px solid #ccc;*/
    overflow: hidden;
    margin-bottom: 20px;
}
.neirong .guihua .hblist img{
    transition: 0.6s;
}
.neirong .guihua .hblist img:hover{
    transform: scale(1.1);
}
.neirong .hexin {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.neirong .hexin .list {
    width: 20%;
}

.neirong .hexin .list .img {
    width: 75px;
    margin: 0 auto;
    height: 75px;
    /*background: #1C9A94;*/
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    margin-bottom: 20px;
}

.neirong .hexin .list .img img {
    vertical-align: middle;
}

.neirong .hexin .list h1 {
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.neirong .hexin .list h2 {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 18px;
}

.neirong .alzs .list {
    width: 30%;
    margin-bottom: 30px;
    float: left;
    margin-right: 5%;
    position: relative;
}

.neirong .alzs .list:nth-child(3n) {
    margin-right: 0;
}

.neirong .alzs .list .bgbg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}

.neirong .alzs .list .bgbg h1 {
    text-align: center;
    margin-top: 25%;
}

.neirong .alzs .list .bgbg .xian {
    width: 20px;
    height: 3px;
    background: #1C9A94;
    margin: 10px auto;
}

.neirong .alzs .list .bgbg a {
    display: block;
    text-align: center;
    font-size: 12px;
}

.neirong .alzs .list:hover .bgbg {
    display: block;
}

.neirong .liucheng {
    display: flex;
    justify-content: space-between;
}

.neirong .liucheng .list {
    width: 20%;
    padding: 30px 0;
    position: relative;
}

.neirong .liucheng .list .img {
    width: 75px;
    margin: 0 auto;
    height: 75px;
    border: 1px solid #1C9A94;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    margin-bottom: 20px;
}

.neirong .liucheng .list .img img {
    vertical-align: middle;
}

.neirong .liucheng .list h1 {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.neirong .liucheng .list .xian {
    width: 25px;
    height: 4px;
    margin: 10px auto;
    background: #1C9A94;
}

.neirong .liucheng .list .bgbg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #1C9A94;
}

.neirong .liucheng .list .bgbg h1 {
    color: #fff;
    margin-top: 15%;

}

.neirong .liucheng .list .bgbg h2 {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
}

.neirong .liucheng .list:hover .bgbg {
    display: block;
}

.neirong .ylnei {
    margin-top: 100px;
}

.neirong .blr {
    margin-top: 30px;
}

.neirong .blr .list {
    background: #F4F5F6;
    margin-bottom: 50px;
}

.neirong .blr .list .fl {
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}

.neirong .blr .list .fr {
    width: 45%;
}

.neirong .blr .list .fl h1 {
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #1C9A94;
}

.neirong .blr .list .fl h2 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}

.neirong .blr .list .fl .xian {
    width: 48px;
    height: 5px;
    background: #1C9A94;
    margin-bottom: 30px;
}

.neirong .blr .list .fl h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.neirong .blr .list .fl .con {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.neirong .dj1 {
    margin: 40px 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.neirong .dj1 div:nth-child(1) {
    width: 20%;
    text-align: center;
    background: #1C9A94;
    color: #fff;
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 20px;
    box-sizing: border-box;
}

.neirong .dj1 div:nth-child(1) span {
    font-weight: normal;
    font-size: 18px;
}

.neirong .dj1 div:nth-child(2) {
    width: 80%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 18px;
    background: #F5F7FA;
    line-height: 24px;
}

.neirong .dj2 {
    margin: 40px 0;
}

.neirong .dj2 .fl {
    width: 40%;
    position: relative;
}

.neirong .dj2 .fr {
    width: 58%;
}

.neirong .dj2 .fl .bgtit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);


}

.neirong .dj2 .fl .bgtit a {
    display: block;
    margin-top: 25%;
    text-align: center;
    line-height: 32px;
    padding: 0 20px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.neirong .dj2 .fr .list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.neirong .dj2 .fr .list h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
}

.neirong .dj2 .fr .list .con {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.neirong .dj2 .fr .list a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    display: block;
    text-align: right;
    font-weight: 400;
    color: #1C9A94;
}

.neirong .news .list {
    margin-bottom: 30px;
}

.neirong .news .list .fl {
    width: 33%;
}

.neirong .news .list .fr {
    width: 63%;
}

.neirong .news .list .fr h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-top: 60px;
}

.neirong .news .list .fr .con {

    font-size: 14px;
    margin-top: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.neirong .news .list .fr .date {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.neirong .news .list .fr .date div:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.neirong .news .list .fr .date div:nth-child(1) span {
    color: #1C9A94;
}

.neirong .news .list .fr .date div:nth-child(2) {
    color: #1C9A94;
}

.neirong .newsnei .fl {
    width: 65%;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.neirong .newsnei .fl h1 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.neirong .newsnei .fr {
    width: 30%;
}


.neirong .newsnei .fl .date {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.neirong .newsnei .fl .date div:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.neirong .newsnei .fl .date div:nth-child(1) span {
    color: #1C9A94;
}

.neirong .newsnei .fl .date div:nth-child(2) {
    color: #1C9A94;
}

.neirong .newsnei .fl .xq {
    margin-top: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.neirong .newsnei .fr {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.neirong .newsnei .fr h1 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.neirong .newsnei .fr .xgxw .list {
    margin-top: 30px;
    display: block;
}

.neirong .newsnei .fr .xgxw .list img {
    width: 100%;
}

.neirong .newsnei .fr .xgxw .list .tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.neirong .newsnei .fr .xgxw .list .date {
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: space-between;
    line-height: 21px;
}

.neirong .zp .list {
    margin-bottom: 30px;
}

.neirong .zp .list .bottom {
    display: none;
}

.neirong .zp .list .top {
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    border: 1px solid #CCCCCC;
}

.neirong .zp .list .top .biaoti {
    width: 20%;
    color: #333333;
    text-align: center;
    white-space: nowrap;
}

.neirong .zp .list .top .didian {

    margin-left: 5%;
    color: #666;
}

.neirong .zp .list .top .xl {
    width: 10%;
    text-align: center;
}

.neirong .zp .list .top .xl i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #1C9A94;
}

.neirong .zp .list .top .xl span {
    color: #999;
    display: inline-block;
}

.neirong .zp .list .top.active {
    background: #1C9A94;
}

.neirong .zp .list .top.active .biaoti {
    color: #fff;
}

.neirong .zp .list .top.active .didian {
    color: #fff;
}

.neirong .zp .list .top.active .xl i {
    color: #1C9A94;
    background: #fff;
}

.neirong .zp .list .top.active .xl span {
    color: #fff;
}

.neirong .zp .list .bottom {
    background: #F5F7FA;
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 24px;
}

.neirong .emil {
    text-align: center;
    color: #1C9A94;
    font-size: 14px;
    margin-bottom: 30px;
}

.neirong .tuer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.neirong .tuer .list {
    width: 48%;
    position: relative;
}

.neirong .tuer .list .bgbg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.neirong .tuer .list .bgbg h1 {
    margin-top: 8%;
    text-align: center;
    font-size: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
}

.neirong .tuer .list .bgbg .xian {
    width: 60px;
    height: 3px;
    background: #1C9A94;
    margin: 0 auto;
    margin-top: 20px;
}

.neirong .tuer .list .bgbg .con {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    line-height: 32px;
}

.neirong .zp .list .bottom .tijiao {
    width: 250px;
    height: 45px;
    background: #333333;
    border-radius: 28px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
}

.shenqing {
    background: url(../images/shenqingbg.png);
    padding: 30px 0;
    padding-bottom: 100px;
}

.shenqing .neirong .bigtit .en {
    font-size: 30px;
    font-family: Droid Serif;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
}

.shenqing .neirong .bigtit .cn {
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
}

.neirong .sqform .list {
    float: left;
    width: 25%;
    margin-right: 12%;
    margin-bottom: 40px;
}

.neirong .sqform .list:nth-child(3n) {
    margin-right: 0;
}

.neirong .sqform .list input {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 27px;
    color: #ccc;
    padding-left: 10%;
    box-sizing: border-box;
}

.neirong .sqform .list input::-webkit-input-placeholder {
    color: #ccc;
}

.neirong .sqform .list select {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 27px;
    color: #ccc;
    padding-left: 10%;
    box-sizing: border-box;
}

.neirong .sqform .list select option {
    color: #000;
}

.neirong .sqform button {
    width: 400px;
    height: 56px;
    background: #1C9A94;
    border-radius: 27px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    border: none;
}

.tanc {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.tanc .tcbd {

    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 800px;
    padding: 50px;
    transform: translate(-50%, -50%);

}

.tanc .tcbd .close {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

.tanc .tcbd h1 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.tanc .tcbd form .list {
    float: left;
    width: 45%;
    margin-right: 10%;
    margin-bottom: 40px;
}

.tanc .tcbd form .list:nth-child(2n) {
    margin-right: 0;
}

.tanc .tcbd form .list input {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 27px;
    color: #ccc;
    padding-left: 10%;
    box-sizing: border-box;
}

.tanc .tcbd form .list input::-webkit-input-placeholder {
    color: #ccc;
}

.tanc .tcbd form .list select {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 27px;
    color: #ccc;
    padding-left: 10%;
    box-sizing: border-box;
}

.tanc .tcbd form .list select option {
    color: #000;
}

.tanc .tcbd form button {
    width: 400px;
    height: 56px;
    background: #1C9A94;
    border-radius: 27px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    border: none;
}

.neirong .rcln .ln1 {
    display: flex;
    justify-content: space-between;
}

.neirong .rcln .ln1 div:nth-child(1) {
    width: 40%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-top: 60px;
}

.neirong .rcln .ln1 div:nth-child(2) {
    width: 50%;
}

.neirong .rcln .ln2 .list {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.neirong .rcln .ln2 .list .l2:nth-child(1) {
    width: 30%;
}

.neirong .rcln .ln2 .list .l2:nth-child(1) img {
    width: 100%;
}

.neirong .rcln .ln2 .list .l2:nth-child(2) {
    width: 70%;
    border: 1px solid #CCCCCC;
    padding: 50px;
    box-sizing: border-box;
}

.neirong .rcln .ln2 .list .l2:nth-child(2) h1 {
    font-size: 24px;
    font-weight: bold;
    font-family: Alibaba PuHuiTi;
    color: #333333;
}

.neirong .rcln .ln2 .list .l2:nth-child(2) .xian {
    width: 60px;
    height: 3px;
    background: linear-gradient(-60deg, #1C9A94, #1C9A94);
    margin: 20px 0;
}
.neirong .rcln .ln2 .list .l2:nth-child(2) .con{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}
.neirong  .nosousuo{
    min-height: 60vh;
    text-align: center;
}
.sy_2 .conn .fl .con img:hover{
    transform: scale(1.02);
}
.sy_1 .conn .fr .con img:hover{
      transform: scale(1.02);
}