body {
    font-family: Arial;
    color: #565555;
}

* {
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    margin: 0 auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
    margin: 0 auto;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
}

.headbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1201;
    background: #fff;
}

.topbg {
    height: 42px;
    background: #272727;
    border-bottom: 1px solid #dedddd;
}

.top {
    height: 42px;
}

.top>span {
    height: 42px;
    float: left;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}

.top>dl {
    float: right;
    height: 42px;
    overflow: hidden;
}

.top>dl dt {
    float: left;
    height: 42px;
    margin-right: 15px;
}

.top>dl dt img {
    display: block;
    width: 18px;
    height: 24px;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}

.top>dl dt span {
    display: block;
    font-size: 14px;
    color: #fff;
    height: 14px;
    margin-top: 14px;
    line-height: 14px;
    padding-right: 15px;
    border-right: 2px solid #fff;
    float: left;
}

.top>dl dd {
    float: left;
    height: 42px;
}

.ssDiv {
    width: 154px;
    padding: 0 10px;
    background: #fff;
    height: 28px;
    border-radius: 28px;
    margin-top: 7px;
}

.ssDiv input[type="text"] {
    display: block;
    width: 134px;
    height: 28px;
    float: left;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
    background: none;
}

.ssDiv input[type="button"] {
    display: block;
    width: 20px;
    height: 28px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    background: url("../images/ssBtn.png") no-repeat center center;
}

.logMebg {
    height: 76px;
    border-bottom: 2px solid #2eb7bf;
}

.logMe {
    height: 118px;
}

.logo {
    float: left;
    height: 118px;
}

.logo a {
    display: block;
    height: 118px;
}

.logo a img {
    display: block;
    height: 118px;
}

.menu {
    position: relative;
    z-index: 999;
    float: right;
    height: 76px;
}

.menu li {
    height: 76px;
    float: left;
    margin-right: 5px;
    max-width: 170px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li>a {
    display: block;
    height: 76px;
    padding: 0 10px;
}

.menu li>a label {
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding-top: 46px;
    color: #ff3c00;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.menu li>a span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #beb8b8;
}

.menu li:hover>a {
    border-bottom: 3px solid #2eb7bf;
}

.menu li:hover>a label {
    color: #2eb7bf;
}

.menu li dl {
    padding: 5px;
    background: #fff;
    width: calc(200% - 10px);
    box-shadow: 0 0 3px #000;
    display: none;
}

.menu li dl dd {
    height: 30px;
    border-bottom: 1px dashed #000;
}

.menu li dl dd a {
    font-size: 14px;
    color: #000;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-bottom: 1px dashed #000;
}

.menu li dl dd:hover a {
    color: #2eb7bf;
}

.menu li:hover dl {
    display: block;
}


/* 本例子css */

.slideBox {
    width: 100%;
    height: 698px;
    overflow: hidden;
    position: relative;
    margin-top: 120px;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 1;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    height: 20px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.slideBox .hd ul li {
    float: left;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #2eb7bf;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd li>a>img {
    width: 100%;
    height: 698px;
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.bdCon {
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.bdConM {
    height: fit-content;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.bdConM>img {
    display: block;
    margin-bottom: 10px;
}

.bdConM>a {
    display: block;
    width: 169px;
    height: 42px;
    margin-top: 20px;
    background: url("../images/bannerA.png") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
}

@media screen and (max-width: 1366px) {
    .slideBox {
        height: 497px;
    }
    .slideBox .bd li>a>img {
        height: 497px;
    }
}

@media screen and (max-width: 1280px) {
    .slideBox {
        height: 465px;
    }
    .slideBox .bd li>a>img {
        height: 465px;
    }
}


/*@media screen and (max-width: 767px) {*/


/*.slideBox{*/


/*height:200px;*/


/*margin-top: 82px;*/


/*}*/


/*.slideBox .bd li>a>img{*/


/*height:200px;*/


/*}*/


/*}*/

.con1 {
    padding: 10px 0 10px 0;
}

.Title {
    height: 80px;
    background: #ccccccab;
    width: 1200px;
    margin: 0 auto
}

.Title h1 {
    font-size: 34px;
    color: #ff3c00;
    height: 50px;
    line-height: 50px;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    padding: 14px 110px;
}


/*.Title h1:before{*/


/*position: absolute;*/


/*content: '';*/


/*left: 0;*/


/*width: 96px;*/


/*height: 2px;*/


/*top: 24px;*/


/*background: #000;*/


/*}*/


/*.Title h1:after{*/


/*position: absolute;*/


/*content: '';*/


/*right: 0;*/


/*width: 96px;*/


/*height: 2px;*/


/*top: 24px;*/


/*background: #000;*/


/*}*/

.Title span {
    display: block;
    color: #000;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.Title span label {
    color: #2eb7bf;
}

.picScroll-left {
    width: 100%;
    /*height: 480px;*/
    overflow: hidden;
    position: relative;
    margin-top: 0px;
}

.picScroll-left .hd {
    /* overflow:hidden;
    height:2px;
    top:35px;
    position: relative;
    z-index: 1000;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);*/
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    /* display:block;
    width:50px;
    height:2px;
    float:right;
    margin-right:10px;
    overflow:hidden;
    cursor:pointer;
    background:#a29f9f;
	*/
    display: block;
    width: 51px;
    height: 51px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/pageUI.png);
    background-size: 200% 100%;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}


/*.picScroll-left .hd a:hover{
    background:#2eb7bf;
}*/

.picScroll-left .hd .prev {
    left: 0;
}

.picScroll-left .hd .next {
    right: 0;
    background-position: 51px 0;
}

.picScroll-left .bd {
    height: 443px;
    margin-left: 60px;
    margin-right: 60px;
}

.picScroll-left .bd .tempWrap {
    width: 100% !important;
}

.picScroll-left .bd ul {
    overflow: hidden;
}

.picScroll-left .bd ul li {
    width: 250px;
    height: 435px;
    margin-right: 15.5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: 1px solid #b3b8b5;
    padding: 3px;
    transition: 500ms;
}

.picScroll-left .bd ul li>img {
    display: block;
    width: 250px;
    height: 205px;
}

.picScroll-left .bd ul li>label {
    display: block;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: left;
    padding: 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: DFKai-SB;
    text-align: center;
}

.picScroll-left .bd ul li>span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 0 14px 20px;
    text-overflow: ellipsis;
    text-align: left;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd ul li>span:after {
    position: absolute;
    content: '';
    left: 14px;
    bottom: 0;
    width: 66px;
    height: 1px;
    background: #737474;
}

.morea {
    display: block;
    width: 108px;
    height: 30px;
    border: 1px solid #737474;
    border-radius: 15px;
    font-size: 14px;
    color: #737474;
    text-align: center;
    line-height: 30px;
    margin: 15px auto;
}

.picScroll-left .bd ul li:hover {
    background: #2eb7bf;
    border: 1px solid #2eb7bf;
}

.picScroll-left .bd ul li:hover label {
    color: #fff;
}

.picScroll-left .bd ul li:hover span {
    color: #fff;
}

.picScroll-left .bd ul li:hover .morea {
    border-color: #fff;
    color: #fff;
}

.picScroll-left .bd ul li:hover>span:after {
    background: #fff;
}

.moreA {
    display: block;
    width: 218px;
    height: 38px;
    border: 1px solid #2eb7bf;
    border-radius: 15px;
    font-size: 20px;
    color: #2eb7bf;
    text-align: center;
    line-height: 38px;
    margin: 30px auto;
}

.moreA:hover {
    text-decoration: underline;
}

.con2bg {
    padding: 0px 0 10px 0;
    background: #f5f5f5;
}

.con2 {}

.con2 ul {
    margin-top: 0px;
    overflow: hidden;
    background: #ccccccab;
}

.con2 ul li {
    width: 274px;
    height: 222px;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 10px;
}

.con2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.con2 ul li a .tuDiv {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border: 1px solid #535050;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: 500ms;
}

.con2 ul li a .tuDiv img {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.con2 ul li:hover .tuDiv {
    border-color: #2eb7bf;
    background: #2eb7bf;
}

.showImg {
    display: block;
}

.hideImg {
    display: none;
}

.con2 ul li dl {
    height: 169px;
}

.con2 ul li dl dt {
    height: 60px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    text-align: center;
}

.con2 ul li:hover dt {
    color: #2eb7bf;
}

.con2 ul li dl dd {
    height: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #535050;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.con3 {
    padding: 0px 0 10px 0;
}


/* 本例子css */

.picScroll-left2 {
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
}

.picScroll-left2 .bd {
    height: 344px;
    ;
    margin-left: 60px;
    margin-right: 60px;
}

.picScroll-left2 .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 344px;
}

.picScroll-left2 .bd ul li {
    margin-right: 10px;
    width: 254px;
    height: 334px;
    float: left;
    _display: inline;
    overflow: hidden;
    border: 1px solid #b3b8b5;
    padding: 4px 3px;
    transition: 500ms;
    position: relative;
}

.picScroll-left2 .bd ul li>span {
    display: block;
    width: 254px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    color: #000;
}

.picScroll-left2 .bd ul li>img {
    display: block;
    width: 254px;
    height: 278px;
    border: 1px solid #b3b8b5;
}

.picScroll-left2 .bd ul li:hover {
    background: #2eb7bf;
    border-color: #2eb7bf;
}

.picScroll-left2 .bd ul li:hover>span {
    color: #fff;
}

.picScroll-left2 .bd ul li a {
    display: block;
    border: 1px solid #fff;
    width: 108px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 10px auto;
    border-radius: 15px;
}

.picScroll-left2 .bd ul li a:hover {
    text-decoration: underline;
}

.picScroll-left2 .hd {
    /*   overflow:hidden;
    height:2px;
    top:35px;
    position: relative;
    z-index: 1200;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);*/
}

.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next {
    /*   display:block;
    width:50px;
    height:2px;
    float:right;
    margin-right:10px;
    overflow:hidden;
    cursor:pointer;
    background:#a29f9f;*/
    display: block;
    width: 51px;
    height: 51px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/pageUI.png);
    background-size: 200% 100%;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}


/*.picScroll-left2 .hd a:hover{
    background:#2eb7bf;
}*/


/*.picScroll-left2 .hd .next{margin-right: 0;}*/

.picScroll-left2 .hd .prev {
    left: 0;
}

.picScroll-left2 .hd .next {
    right: 0;
    background-position: 51px 0;
}

.con2liInfo {
    position: absolute;
    width: 278px;
    height: 280px;
    bottom: 4px;
    left: 3px;
    display: none;
    background: #2eb7bf;
}

.con2liInfo>span {
    display: block;
    color: #fff;
    border-top: 2px solid #fff;
    height: 200px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
}

.picScroll-left2 .bd ul li:hover .con2liInfo {
    display: block;
}

.con4bg {
    padding: 25px 0;
    background: #f5f5f5;
}

.con4 {}

.con4 dt {
    height: 30px;
}

.con4 dt h1 {
    font-size: 34px;
    line-height: 36px;
    /*float: left;*/
    color: #ff3c00;
    text-align: center;
}

.con4 dt img {
    display: block;
    height: 30px;
    float: left;
    margin-left: 15px;
}

.con4 dd {
    margin-top: 15px;
    border: 1px solid #b3b8b5;
    overflow: hidden;
    padding-top: 10px;
}


/*.con4ddImg{*/


/*width: 198.8px;*/


/*height: 76px;*/


/*float: left;*/


/*margin-bottom: 10px;*/


/*border-right: 1px solid #b3b8b5;*/


/*}*/

.picScroll-left3 .bd li {
    width: 198.8px;
    height: 76px;
    float: left;
    margin-bottom: 10px;
    border-right: 1px solid #b3b8b5;
}


/*.con4ddImg a{*/


/*display: block;*/


/*width: 100%;*/


/*height: 100%;*/


/*position: relative;*/


/*}*/

.picScroll-left3 .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


/*.con4ddImg a img{*/


/*display: block;*/


/*position: absolute;*/


/*top: 0;*/


/*right: 0;*/


/*bottom: 0;*/


/*left: 0;*/


/*margin: auto;*/


/*}*/

.picScroll-left3 .bd li a img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.con5 {
    padding: 0px 0 10px 0;
}

.con5M {
    margin-top: 0px;
    background: #ccccccab;
}

.con5ML {
    padding-left: 20px;
    float: left;
    width: 480px;
    height: 358px;
}

.con5ML>img {
    display: block;
    height: 218px;
    width: 100%;
}

.con5ML h2 {
    font-weight: normal;
    color: #2eb7bf;
    font-size: 20px;
    line-height: 48px;
}

.con5ML span {
    display: block;
    font-size: 14px;
    color: #606467;
    line-height: 24px;
}

.con5ML a {
    display: block;
    width: 70px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    background: linear-gradient(left, #1ea3dc, #11cee1);
    background: -webkit-linear-gradient(left, #1ea3dc, #11cee1);
}

.con5MR {
    width: 690px;
    height: 358px;
}

.con5MR>li {
    height: 88px;
    margin-bottom: 47px
}

.con5MR>li:last-child {
    margin-bottom: 0;
}

.con5MR>li>dl {
    width: 100%;
    height: 100%;
}

.con5MR>li>dl dt {
    width: 88px;
    height: 88px;
    float: left;
}

.con5MR>li>dl dt label {
    display: block;
    background: #4fe2eb;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: bolder;
    color: #fff;
}

.con5MR>li>dl dt span {
    display: block;
    background: #2eb7bf;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

.con5MR>li>dl dd {
    width: 580px;
    height: 88px;
    float: right;
}

.con5MR>li>dl dd>a {
    display: block;
    width: 100%;
    height: 100%;
}

.con5MR>li>dl dd>a label {
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #000;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.con5MR>li>dl dd>a span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    color: #000;
}

.con5MR>li:hover a>label {
    color: #2eb7bf;
}

.con6bg {
    padding: 0px 0 10px 0;
    background: #f5f5f5;
}

.con6bg dl {
    background: #ccccccab;
    margin-top: 0px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c1c1c1;
}

.con6bg dl dt {
    width: 544px;
    height: 280px;
    float: left;
}

.con6bg dl dt img {
    display: block;
    width: 544px;
    height: 280px;
}

.con6bg dl dd {
    width: 630px;
    height: 280px;
    float: right;
}

.con6bg dl dd span {
    /*display: block;*/
    height: 244px;
    font-size: 17px;
    text-indent: 30px;
    color: #000;
    line-height: 33px;
}

.con6bg dl dd a {
    display: block;
    border: 1px solid #4998c1;
    border-radius: 10px;
    color: #4998c1;
    font-size: 16px;
    text-align: center;
    width: 150px;
    height: 34px;
    line-height: 34px;
}

.con6bg dl dd a:hover {
    text-decoration: underline;
}


/* 本例子css */

.picMarquee-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin: 0px auto 0;
    background: #ccccccab;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 174px;
    height: 290px;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd .tempWrap {
    width: 100% !important;
}

.picMarquee-left .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pmDiv {
    border: 1px solid #2eb7bf;
    width: 172px;
    height: 242px;
    position: relative;
}

.pmDiv img {
    /*position: absolute;*/
    display: block;
    width: 100%;
    height: 100%;
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*margin: auto;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}

.picMarquee-left .bd ul li a>span {
    display: block;
    font-size: 14px;
    color: #000;
    height: 46px;
    text-align: center;
    line-height: 46px;
}

.picMarquee-left .bd ul li:hover a>span {
    color: #2eb7bf;
}

.ditu {
    display: block;
    width: 100%;
}

.ftBg {}

.ft1bg {
    background: #2d567f;
}

.ft1 {
    padding: 24px 0;
}

.ft1 ul {
    height: 18px;
    width: 100%;
    margin-left: 140px;
}

.ft1 ul li {
    float: left;
    height: 18px;
    border-right: 2px solid #fff;
}

.ft1 ul li:last-child {
    border-right: none;
}

.ft1 ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 24px;
    line-height: 18px;
}

.ft1 ul li:hover a {
    color: #2eb7bf;
}

.ft1b {
    border-top: 2px solid #fff;
    margin-top: 24px;
    padding-top: 30px;
}

.ft1b>dl {
    float: left;
}

.ft1b>dl dt {
    width: 155px;
    margin-right: 50px;
    float: left;
}

.ft1b>dl dt>img {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

.ft1b>dl dt>span {
    display: block;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.ft1b>dl dd {
    float: left;
}

.ft1b>dl dd label {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
}

.ft1b>dl dd span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.ft1b>img {
    float: right;
    display: block;
    width: 195px;
    height: 100px;
}

.ft2bg {
    background: #1b1b1b;
}

.ft2 {
    padding: 10px 0;
}

.ft2 li {
    line-height: 26px;
    /*margin-bottom: 5px;*/
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.ft2 li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    transition: 500ms;
}

.ft2 li a:hover {
    color: #2eb7bf;
}


/*inside-----------------------------------------*/

.insBanner {
    display: block;
    width: 100%;
    /*margin-top: 120px;*/
}

.inside {
    min-height: 400px;
    margin: 15px auto;
    margin-bottom: 80px;
}

.weizhi {
    height: 18px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #2eb7bf;*/
    padding-left: 24px;
    background: url("../images/syImg.png") no-repeat left top;
    font-size: 16px;
    color: #000;
    line-height: 18px;
}

.weizhi a {
    font-size: 16px;
    color: #000;
    line-height: 18px;
}

.weizhi a:hover {
    color: #2eb7bf;
}

.nyTitle {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

    .nyTitle h1 {
        margin: 0 20px;
        color: #2eb7bf;
        font-size: 34px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

.nyTitle label {
    display: block;
    color: #000;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}


/*inside-----------------------------------------*/


/*PC不显示*/


/*.sjBtn{*/


/*display: none;*/


/*}*/


/*.sjMenu{*/


/*display: none;*/


/*}*/


/*PC不显示*/


/*dxal*********************************/

.slideTxtBox_01 {
    margin-top: 0px;
    margin-bottom: 80px;
}

.slideTxtBox_01 .hd {
    height: 40px;
}

.slideTxtBox_01 .hd ul {
    height: 39px;
    border-bottom: 1px solid #b3b8b5;
}

.slideTxtBox_01 .hd ul li {
    height: 39px;
    overflow: hidden;
    width: 239px;
    float: left;
    border-left: 1px solid #b3b8b5;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 39px;
}

.slideTxtBox_01 .hd ul li.on {
    color: #2eb7bf;
}

.slideTxtBox_01 .bd {
    overflow: hidden;
    margin-top: 0px;
}

.slideTxtBox_01 .bd ul {
    overflow: hidden;
}

.slideTxtBox_01 .bd ul li {
    margin-right: 18.6px;
    width: 278px;
    /*height: 334px;*/
    float: left;
    _display: inline;
    overflow: hidden;
    border: 1px solid #b3b8b5;
    padding: 4px 3px;
    transition: 500ms;
    position: relative;
    margin-top: 13px;
    margin-bottom: 13px;
}

.slideTxtBox_01 .bd ul li>span {
    display: block;
    width: 278px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    color: #000;
}

.slideTxtBox_01 .bd ul li>img {
    display: block;
    width: 276px;
    object-fit: cover;
    height: 180px;
    border: 1px solid #b3b8b5;
}

.slideTxtBox_01 .bd ul li:hover {
    background: #2eb7bf;
    border-color: #2eb7bf;
}

.slideTxtBox_01 .bd ul li:hover>span {
    color: #fff;
}

.slideTxtBox_01 .bd ul li a {
    display: block;
    border: 1px solid #fff;
    width: 108px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 10px auto;
    border-radius: 15px;
}

.slideTxtBox_01 .bd ul li a:hover {
    text-decoration: underline;
}

.con2liInfo {
    position: absolute;
    width: 278px;
    height: 280px;
    bottom: 4px;
    left: 3px;
    display: none;
    background: #2eb7bf;
}

.con2liInfo>span {
    display: block;
    color: #fff;
    border-top: 2px solid #fff;
    height: 200px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
}

.slideTxtBox_01 .bd ul li:hover .con2liInfo {
    display: block;
}


/*分页*******************************/

.fybg {
    height: 30px;
    margin-top: 70px;
}

.fy {
    position: relative;
    width: fit-content;
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fy a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background: #2eb7bf;
    padding: 0 15px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
    font-weight: bolder;
    transition: 500ms;
}

.fy a:last-child {
    margin-right: 0;
}

.fy a:hover {
    background: #0b7bd2;
}


/*dxal*********************************/


/*gywm********************************/

.gywmCon {
    overflow: hidden;
    margin-top: 0px;
}

.gywmL {
    width: 383px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gywmL dt {
    padding: 20px 40px 120px;
    text-align: right;
    font-size: 24px;
    font-weight: bolder;
    color: #3c5275;
}

.gywmL dd {
    padding: 20px 40px;
    background: rgba(46, 183, 191, 0);
}

.gywmL dd h1 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.gywmL dd ul li {
    margin-bottom: 20px;
    margin-top: 20px;
}

.gywmL dd ul li label {
    color: #feea3d;
    font-size: 18px;
    display: block;
}

.gywmL dd ul li span {
    display: block;
    font-size: 16px;
    color: #feea3d;
    line-height: 24px;
    padding-left: 40px;
    margin-top: 15px;
}

.gywmR {
    width: 740px;
    float: right;
}


/*gywm********************************/


/*hxjs************************************/

.hxjsUl {
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
}

.hxjsUl li {
    width: 278px;
    height: 435px;
    margin-right: 18.5px;
    float: left;
    overflow: hidden;
    border: 1px solid #b3b8b5;
    padding: 3px;
    transition: 500ms;
    margin-bottom: 20px;
}

.hxjsUl li>img {
    display: block;
    width: 278px;
    height: 205px;
}

.hxjsUl li>label {
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: left;
    padding: 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hxjsUl li>span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #737474;
    padding: 0 14px 20px;
    text-overflow: ellipsis;
    text-align: left;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.hxjsUl li>span:after {
    position: absolute;
    content: '';
    left: 14px;
    bottom: 0;
    width: 66px;
    height: 2px;
    background: #737474;
}

.morea {
    display: block;
    width: 108px;
    height: 30px;
    border: 1px solid #4998c1;
    border-radius: 15px;
    font-size: 14px;
    color: #4998c1;
    text-align: center;
    line-height: 30px;
    margin: 15px auto;
}

.hxjsUl li:hover {
    background: #2eb7bf;
    border: 1px solid #2eb7bf;
}

.hxjsUl li:hover label {
    color: #fff;
}

.hxjsUl li:hover span {
    color: #fff;
}

.hxjsUl li:hover .morea {
    border-color: #fff;
    color: #fff;
}

.hxjsUl li:hover>span:after {
    background: #fff;
}


/*jjfa*/

.jjfaUl {
    margin-top: 80px;
    overflow: hidden;
    margin-bottom: 80px;
}

.jjfaUl li {
    width: 274px;
    height: 296px;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 10px;
}

.jjfaUl li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jjfaUl li a .tuDiv {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border: 1px solid #535050;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: 500ms;
}

.jjfaUl li a .tuDiv img {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.jjfaUl li:hover .tuDiv {
    border-color: #2eb7bf;
    background: #2eb7bf;
}

.jjfaUl li dl {
    height: 169px;
}

.jjfaUl li dl dt {
    height: 60px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    text-align: center;
}

.jjfaUl li:hover dt {
    color: #2eb7bf;
}

.jjfaUl li dl dd {
    height: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #535050;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}


/*新闻动态*/

.xwdtDiv {
    margin-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #2eb7bf;
}

.xwdtL {
    float: left;
    width: 790px;
}

.xwdtLT {
    height: 190px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #e1e3e4;
}

.pt {
    padding-top: 35px;
}

.xwdtLT dt {
    float: left;
    width: 344px;
    height: 190px;
}

.xwdtLT dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.xwdtLT dd {
    width: 435px;
    height: 190px;
    float: right;
}

.xwdtLT dd h1 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xwdtLT dd label {
    display: block;
    color: #383839;
    font-size: 16px;
    line-height: 30px;
}

.xwdtLT dd span {
    display: block;
    color: #84898c;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.MOREA {
    display: block;
    height: 22px;
    padding-left: 30px;
    background: url("../images/MOREA.jpg") no-repeat left center;
    font-size: 16px;
    line-height: 22px;
    color: #2eb7bf;
    margin-top: 15px;
}

.MOREA:hover {
    text-decoration: underline;
}

.xiangxi {
    color: #2eb7bf;
    font-size: 14px;
    font-style: normal;
}

.xiangxi:hover {
    text-decoration: underline;
}

.xwlbUl {
    margin-top: 15px;
}

.xwlbUl li {
    height: 39px;
    border-bottom: 1px dashed #ddd9d9;
}

.xwlbUl li a {
    display: block;
    float: left;
    font-size: 14px;
    color: #000;
    padding-left: 36px;
    position: relative;
    width: 1040px;
    line-height: 39px;
}

.xwlbUl li a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #2eb7bf;
    left: 15px;
    top: 17px;
}

.xwlbUl li span {
    display: block;
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 39px;
}

.xwlbUl li a:hover {
    color: #2eb7bf;
}

@media screen and (max-width: 767px) {
    .insBanner {
        margin-top: 50px;
    }
    .slideBox {
        height: initial;
    }
    .slideBox .bd li>a>img {
        height: initial;
    }
    .con6bg dl dd span {
        font-size: 18px;
        line-height: 33px;
    }
}


/*@media screen and (max-width: 767px) {*/


/*.wapper{*/


/*width: 100%;*/


/*}*/


/*.topbg {*/


/*display: none;*/


/*}*/


/*.menu {*/


/*display: none;*/


/*}*/


/*.logMebg {*/


/*height: auto;*/


/*}*/


/*.logMe {*/


/*height: auto;*/


/*}*/


/*.logo {*/


/*margin-left: 10px;*/


/*height: 80px;*/


/*}*/


/*.logo a {*/


/*height: 80px;*/


/*}*/


/*.logo a img {*/


/*height: 80px;*/


/*}*/


/*.sjBtn{*/


/*display: block;*/


/*width: 40px;*/


/*height: 40px;*/


/*float: right;*/


/*margin-right: 10px;*/


/*margin-top: 20px;*/


/*cursor: pointer;*/


/*}*/


/*.sjMenu{*/


/*position: absolute;*/


/*left: 0;*/


/*top: 82px;*/


/*width: 100%;*/


/*display: none;*/


/*background: #fff;*/


/*overflow-y: scroll;*/


/*}*/


/*.sjMenu li{*/


/*line-height: 30px;*/


/*border-bottom: 1px solid #2eb7bf;*/


/*}*/


/*.yiji{*/


/*height: 30px;*/


/*line-height: 30px;*/


/*overflow: hidden;*/


/*}*/


/*.yiji a{*/


/*display: block;*/


/*width: calc(100% - 50px);*/


/*height: 30px;*/


/*line-height: 30px;*/


/*color: #2eb7bf;*/


/*font-size: 15px;*/


/*float: left;*/


/*margin-left: 10px;*/


/*}*/


/*.yiji img{*/


/*display: block;*/


/*width: 20px;*/


/*height: 20px;*/


/*float: right;*/


/*margin-top: 5px;*/


/*margin-right: 10px;*/


/*}*/


/*.erji{*/


/*padding-left: 20px;*/


/*border-top: 1px solid #2eb7bf;*/


/*display: none;*/


/*}*/


/*.erji dd{*/


/*line-height: 30px;*/


/*height: 30px;*/


/*border-bottom: 1px dashed #2eb7bf;*/


/*}*/


/*.erji dd:last-child{*/


/*border-bottom: none;*/


/*}*/


/*.erji dd a{*/


/*display: block;*/


/*height: 30px;*/


/*line-height: 30px;*/


/*color: #2eb7bf;*/


/*font-size: 15px;*/


/*}*/


/*.bdConM>img {*/


/*max-width: 95%;*/


/*max-height: 40px;*/


/*margin-left: 10px;*/


/*}*/


/*.bdConM>a {*/


/*margin-left: 10px;*/


/*}*/


/*.picScroll-left {*/


/*width: 286px;*/


/*margin: 40px auto 0;*/


/*}*/


/*.con2 ul li {*/


/*float: none;*/


/*margin: 10px auto;*/


/*}*/


/*.picScroll-left2 {*/


/*width: 286px;*/


/*margin: 40px auto 0;*/


/*}*/


/*.con4 dt {*/


/*height: auto;*/


/*width: 95%;*/


/*margin: 0 auto;*/


/*}*/


/*.con4 dt img {*/


/*float: none;*/


/*margin-left:0;*/


/*}*/


/*.con4 dd {*/


/*border: 1px solid #b3b8b5;*/


/*width: 70%;*/


/*margin: 15px auto 0;*/


/*}*/


/*.con4ddImg {*/


/*float: none;*/


/*margin: 0 auto 10px;*/


/*border-bottom: 1px solid #b3b8b5;*/


/*border-right: none;*/


/*}*/


/*.con5ML {*/


/*float: none;*/


/*width: 95%;*/


/*height: auto;*/


/*margin: 15px auto;*/


/*}*/


/*.con5ML>img {*/


/*height: auto;*/


/*}*/


/*.con5MR {*/


/*float: none;*/


/*width: 95%;*/


/*height: auto;*/


/*margin: 15px auto;*/


/*}*/


/*.con5MR>li>dl dd {*/


/*width: calc(100% - 98px);*/


/*}*/


/*.con6bg dl dt {*/


/*width: 95%;*/


/*height: auto;*/


/*margin: 0 auto;*/


/*float: none;*/


/*}*/


/*.con6bg dl dt img {*/


/*width: 100%;*/


/*height: auto;*/


/*}*/


/*.con6bg dl dd {*/


/*width: 95%;*/


/*height: auto;*/


/*margin: 0 auto;*/


/*float: none;*/


/*}*/


/*.con6bg dl dd span {*/


/*height: auto;*/


/*}*/


/*.con6bg dl dd a {*/


/*margin-top: 15px;*/


/*}*/


/*.picMarquee-left {*/


/*width: 95%;*/


/*}*/


/*.ft1 ul {*/


/*height: auto;*/


/*overflow: hidden;*/


/*}*/


/*.ft1 ul li {*/


/*margin-bottom: 10px;*/


/*}*/


/*.ft1b>dl {*/


/*float: none;*/


/*width: 95%;*/


/*margin: 0 auto;*/


/*}*/


/*.ft1b>dl dt {*/


/*width: 120px;*/


/*float: none;*/


/*margin: 0 auto;*/


/*}*/


/*.ft1b>dl dd {*/


/*float: none;*/


/*width: 95%;*/


/*margin: 10px auto;*/


/*}*/


/*.ft1b>img {*/


/*float: none;*/


/*margin: 15px auto;*/


/*}*/


/*!*内页自适应*!*/


/*.insBanner{*/


/*margin-top: 82px;*/


/*}*/


/*!*典型案例*!*/


/*.slideTxtBox_01 .hd {*/


/*height: auto;*/


/*}*/


/*.slideTxtBox_01 .hd ul {*/


/*width: 280px;*/


/*height: auto;*/


/*overflow: hidden;*/


/*border-bottom:none;*/


/*position: relative;*/


/*left: 50%;*/


/*transform: translateX(-50%);*/


/*}*/


/*.slideTxtBox_01 .bd ul li {*/


/*float: none;*/


/*margin: 13px auto !important;*/


/*}*/


/*!*关于我们*!*/


/*.gywmL {*/


/*width: 95%;*/


/*margin: 0 auto;*/


/*float: none;*/


/*}*/


/*.gywmR {*/


/*width: 95%;*/


/*margin: 10px auto;*/


/*float: none;*/


/*}*/


/*!*核心技术*!*/


/*.hxjsUl li {*/


/*float:none;*/


/*margin: 0 auto 20px !important;*/


/*}*/


/*!*解决方案*!*/


/*.jjfaUl li {*/


/*float:none;*/


/*margin: 0 auto 10px;*/


/*}*/


/*!*新闻动态*!*/


/*.xwdtL {*/


/*float:none;*/


/*width: 95%;*/


/*margin: 0 auto;*/


/*}*/


/*.xwdtLT {*/


/*height: auto;*/


/*}*/


/*.xwdtLT dt {*/


/*float:none;*/


/*width: 100%;*/


/*height: auto;*/


/*}*/


/*.xwdtLT dt img {*/


/*height: auto;*/


/*}*/


/*.xwdtLT dd {*/


/*width: 100%;*/


/*height: auto;*/


/*float:none;*/


/*margin-top: 10px;*/


/*}*/


/*.xwdtLT dd span {*/


/*height: auto;*/


/*}*/


/*.xwlbUl li a {*/


/*width: calc(100% - 120px);*/


/*}*/


/*}*/

.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    display: none
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    background: #c9141e;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 50px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.m {
    display: none;
}

@media screen and (max-width: 960px) {
    .header {
        display: none
    }
    .sp_header {
        display: block
    }
    .m {
        display: block;
    }
    .newbanner {
        display: none
    }
    .nvvv {
        height: 50px
    }
    .con1 {
        padding: 20px 0 !important;
    }
    .con1 p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .con22 {
        padding: 20px 0 !important;
    }
    .title {
        margin: 10px auto !important;
        width: 98% !important;
    }
    .title h1 {
        font-size: 22px !important;
        font-weight: bold;
        float: left;
    }
    .btnnn {
        width: 100px !important;
        line-height: 25px !important;
        border-radius: 25px;
        background-color: #BD332B;
        font-size: 12px !important;
        color: #fff;
        float: right;
        text-align: center;
    }
    .con22 ul li {
        width: 100% !important;
    }
    .con44 ul li {
        width: 100% !important;
    }
    .con55 ul li {
        width: 100% !important;
    }
    .footlf {
        width: 100% !important;
    }
    .bttn {
        margin: 0 auto
    }
    .footrt {
        width: 100% !important;
    }
    .footrt ul li dt {
        text-align: center
    }
    .footrt ul li dd {
        text-align: center
    }
    .footrt ul li {
        width: 100%
    }
}