.block {
    display: block;
}


/**header:start*/

#header {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    z-index: 999;
    background: #fff;   
}
.on_diy{
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.logo_wrap {
    padding-top: 0%;
    padding-bottom: 0%;
}

.logo {
    width: 15%;
    float: left;
    padding-top: 0%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.tel {
    float: left;
    width: 40%;
    margin-left: 40%;
}

.tel ul {
    /* width: 512px; */
    /* margin-top: 33px; */
    overflow: hidden;
}

.proCenterSon h2 a{
	color:#fff;
}

.proCenterImg h2 a{
	color:#fff;
}

.tel ul li {
    float: left;
    padding: 6px 0;
    width: 50%;
}

.tel ul li p:first-child {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.tel ul li p:first-child span {
    height: 18px;
    width: 12px;
    border: 1px solid #000000;
    margin: 18px auto 0;
    transform: skew(-20deg);
    box-sizing: border-box;
}

.tel ul li p:last-child {
    padding: 5px 0;
}

.tel ul li p:last-child span {
    margin-left: 10px;
    line-height: 23px;
}

.lang {
    float: right;
    width: 4%;
}

.lang a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-top: 0%;
    font-size: 14px;
}

.menu_wrap {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.menu {
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 2%;
}

.menu ul {
    overflow: hidden;
    margin: 0px;
    width: 75%;
}

.menu ul li {
    float: left;
    width: 14%;
}

.menu ul li a {
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    width: 100%;
    margin: 0px auto;
}

.menu ul li.on a,
.menu ul li:hover a {
    color: #0075c5;
    border-bottom: 5px solid #0075c5;
}

.menu_cont_wrap {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.menu_item {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    display: none;
}

.menu_item_on {
    display: block;
}

.menu_item_left {
    float: left;
    width: 65%;
    background: #f0f3fa;
    overflow: hidden;
    padding: 20px 3% 0% 0%;
    height: 240px;
}

.menu_cont_left {
    margin-left: 22%;
    /* margin-top: 2%; */
    width: 50%;
    float: left;
    /* padding: 4% 3% 2% 0%; */
}

.menu_cont_left h2 {
    color: #276db5;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

.menu_cont_left p {
    font-size: 14px;
    line-height: 32px;
}

.menu_cont_left ul {
    overflow: hidden;
    margin-top: 0%;
    width: 70%;
}

.menu_cont_left ul li {
    width: 33.33%;
    float: left;
}

.menu_cont_left ul li a {
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu_cont_left ul li:hover a {
    color: #fff;
    background: #276db5;
}

.menu_cont_right {
    width: 20%;
    float: left;
}

.menu_img {
    overflow: hidden;
}

.menu_img img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.menu_img:hover img {
    transform: scale(1.2);
}

.menu_item_right {
    float: left;
    width: 35%;
    background: #1e68b4;
    padding-top: 10px;
    padding-left: 2%;
    overflow: hidden;
    margin: 0px auto;
    height: 240px;
    background: #1e68b4 url(../img/nav_bg.png) no-repeat 6% 40%;
    background-size: 52%;
}

.menu_item_right h2 {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
}

.menu_a {
    width: 20%;
}

.menu_a a {
    display: block;
    color: #fff;
    line-height: 28px;
    /* font-size: 12px; */
}


/**banner:start*/

#banner {
    
}

#banner img {
    width: 100%;
    height: auto;
}


/**product:start*/

#product {
    background: url(../img/product_bg.png) no-repeat center -38%;
    background-size: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1%;
}

.product_wrap {
    padding-top: 2%;
    padding-bottom: 1%;
}

.product_top {
    overflow: hidden;
    margin-bottom: 2%;
}

.product_top h2 {
    width: 15%;
    float: left;
    font-size: 24px;
    line-height: 50px;
    color: #1e68b4;
    font-weight: 600;
}

.slide_wrap {
    width: 70%;
    float: left;
}

.slide_items {
    overflow: hidden;
}

.slide_items li:hover ,.slide_items li.on{
    background: #1e68b4;
     
}
.slide_items li:hover a span,.slide_items li.on a span{
   display: none;
}
.slide_items li:hover a img,.slide_items li.on a img{
    display: block;
 }


.slide_items li {
    float: left;
    width: 25%;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ecebea;
    border-radius: 20px;
    margin: 0% 4%;
}

.slide_items li a{

}

.slide_items li a span{
    display: block;
    font-size: 18px;
}

.slide_items li a img {
    display: none;
    height:30px;   
    margin:10px auto;
    transition: all 0.5s;
}

.product_btn {
    width: 9%;
    float: right;
    text-align: right;
    margin: 0px auto;
    overflow: hidden;
    display: block;
}

.pro_button {
    float: left;
    display: block;
    border: 2px solid #1e68b4;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #1e68b4;
    font-size: 20px;
    margin-left: 10%;
    cursor: pointer;
}

.slide-content {}

.slide-content ul {}

.slide-content ul li {
    display: none;
    position: relative;
}

.slide-content ul li.on {
    display: block;
}

.product_desc {
    width: 520px;
    /* height: 470px; */
    /*  border: 10px solid #ecebea; */
    border: 10px solid #1e68b4;
    padding: 4% 5% 4% 2%;
    background: #fff;
    margin-top: 8%;
}

.product_desc h2 {
    font-size: 16px;
    line-height: 60px;
    margin-bottom: 4%;
}

.product_desc p {
    line-height: 32px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product_desc .product_tel{
    background: #1e68b4;
    color: #fff;
    width: 29%;
    margin-top: 5%;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    border-radius: 4px;
}

.product_desc a {
    display: block;
    border: 1px solid #1e68b4;
    width: 29%;
    text-align: center;
    line-height: 32px;
    margin-top: 8%;
    font-size: 14px;
    border-radius: 4px;
}

.product_desc a:hover {
    background: #1e68b4;
    color: #fff;
}

.product-img {
    position: absolute;
    top: -20%;
    right: 0px;
}

.product-img img {}


/**youshi:start*/

#youshi {
    width: 100%;
    height: auto;
    background: url(../img/youshi_bg.png) no-repeat top center;
    background-size: 100%;
    display: none;
}

.youshi_wrap {
    padding: 4% 0%;
    overflow: hidden;
}

.youshi_wrap h2 {
    text-align: center;
    line-height: 90px;
    font-size: 45px;
    color: #1e68b4;
    font-weight: 600;
}

.youshi_wrap h3 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.youshi_tabs {
    margin-top: 2%;
}

.youshi_tabs_ul {
    overflow: hidden;
    margin-bottom: 0px;
}

.youshi_tabs_ul li {
    float: left;
    width: 16%;
    text-align: center;
    background: #1e68b4;
    color: #fff;
    padding: 14px 0%;
}

.youshi_tabs_ul li.on,
.youshi_tabs_ul li:hover {
    background: #fff;
    color: #1e68b4;
}

.youshi_tabs ul li p {
    line-height: 40px;
    margin-bottom: 0px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    padding: 0% 2%;
}

.youshi_tabs_cont {
    overflow: hidden;
}

.youshi_tabs_item {
    overflow: hidden;
    display: none;
}

.show {
    display: block;
}

.youshi_item_left {
    width: 34%;
    float: left;
    background: #fff;
    padding: 6% 2% 7.3%;
}

.youshi_item_left h3 {
    text-align: left;
    color: #1e68b4;
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
}

.youshi_item_left h4 {
    color: #1e68b4;
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 11%;
}

.youshi_item_left p {
    line-height: 40px;
    font-size: 16px;
}

.youshi_item_right {
    width: 62%;
    float: left;
    overflow: hidden;
}

.youshi_item_right img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.youshi_item_right:hover img {
    transform: scale(1.2);
}


/**fuwu:start**/

@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#fuwu {
    background: #f0f3fa;
    margin-top: 0%;
}

.fuwu_wrap {
    padding: 2% 0%;
}

.fuwu_top {
    overflow: hidden;
}

.fuwu_top h2 {
    width: 20%;
    float: left;
    font-size: 24px;
    line-height: 50px;
    color: #1e68b4;
    font-weight: 600;
}

.fuwu_top ul {
    overflow: hidden;
    float: right;
    width: 45%;
}

.fuwu_top ul li {
    width: 30%;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin-left: 3%;
    border: 1px solid #ecebea;
    border-radius: 20px;
    background: #fff;
}

.fuwu_top ul li.on {
    background: #1e68b4;
    color: #fff;
}

.fuwu_cont {
    margin-top: 3%;
}

.fuwu_item {
    display: none;
    overflow: hidden;
    width: 100%;
}

.fuwu_left {
    float: left;
    width: 42%;
    order: 2;
    padding: 8% 0% 0%;
    margin-left: 6%;
}

.fuwu_left h3 {
    line-height: 32px;
    font-size: 24px;
}

.fuwu_left p {
    line-height: 36px;
    font-size: 18px;
    margin-top: 4%;
}

.fuwu_left a {
    display: block;
    border: 1px solid #dbe3f6;
    width: 150px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-top: 6%;
    background: #fff;
    border-radius: 20px;
}

.fuwu_left a:hover {
    background: #1e68b4;
    color: #fff;
}

.fuwu_right {
    float: left;
    width: 52%;
    /* order: 1; */
}

.hugemap {
    position: relative;
    width: 100%;
    max-width: 894px;
    margin: 0 0 0 auto;
}

.hugemap img {
    max-width: 100%;
}

.hugemap .appoint {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e68b4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hugemap .appoint .dot {
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(17, 84, 158, 0.9);
    border: 1px solid #1e68b4;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
}

.hugemap .a1 {
    top: 20%;
    left: 15%;
}

.hugemap .a2 {
    top: 40.1%;
    left: 13.3%;
}

.hugemap .a3 {
    top: 33.5%;
    left: 16.7%;
}

.hugemap .a4 {
    top: 30.2%;
    left: 20.8%;
}

.hugemap .a5 {
    top: 42.1%;
    left: 24.3%;
}

.hugemap .a6 {
    top: 37%;
    left: 27.6%;
}

.hugemap .a7 {
    top: 58.7%;
    left: 27.6%;
}

.hugemap .a8 {
    top: 65.5%;
    left: 32.7%;
}

.hugemap .a9 {
    top: 52%;
    left: 46.8%;
}

.hugemap .a10 {
    top: 28.5%;
    left: 50.9%;
}

.hugemap .a11 {
    top: 48.5%;
    left: 50.1%;
}

.hugemap .a12 {
    top: 68.7%;
    left: 50.9%;
}

.hugemap .a13 {
    top: 25%;
    left: 58.5%;
}

.hugemap .a14 {
    top: 47.2%;
    left: 61%;
}

.hugemap .a15 {
    top: 26.7%;
    left: 69.3%;
}

.hugemap .a16 {
    top: 53.7%;
    left: 69.4%;
}

.hugemap .a17 {
    top: 31.7%;
    left: 71%;
}

.hugemap .a18 {
    top: 25%;
    left: 72.8%;
}

.hugemap .a19 {
    top: 29.9%;
    left: 73.6%;
}

.hugemap .a20 {
    top: 45.1%;
    left: 73.7%;
}

.hugemap .a21 {
    top: 53.7%;
    left: 76.1%;
}

.hugemap .a22 {
    top: 43.6%;
    left: 79.5%;
}

.hugemap .a23 {
    top: 63.7%;
    left: 79.4%;
}

.hugemap .a24 {
    top: 82.3%;
    left: 81.1%;
}

.hugemap .a25 {
    top: 16.7%;
    left: 38.4%;
}

.hugemap .a26 {
    top: 18.4%;
    left: 80.3%;
}


/**about:start*/

#about {
    background: url(../img/about_bg.png) no-repeat center center;
    /* height: 1038px; */
    width: 100%;
    overflow: hidden;
    background-size: 100%;
}

.about_wrap {
    padding: 3% 0%;
}

.about_top {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about_top_left {
    width: 55%;
    float: left;
    padding-right: 0%;
    order: 2;
}

.about_top_left h2 {
    line-height: 80px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
}

.about_top_left p {
    line-height: 40px;
    font-size: 18px;
    margin-top: 0%;
}

.about_btn {
    overflow: hidden;
    margin-top: 5%;
}

.about_video_btn {
    float: left;
    background: #1e68b4;
    color: #fff;
    text-align: center;
    width: 150px!important;
    display: block;
    float: left;
    line-height: 50px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    margin-right: 2%;
    display: none;
}

.about_video_btn span {
    width: 80px;
    font-size: 16px;
    padding-right: 5%;
}

.icon_video {
    /* margin-right: 6%; */
    display: flex;
    align-items: flex-end;
    /* text-align: right; */
    /* display: flex; */
    /* justify-content: flex-end; */
    /* padding-right: 2%; */
}

.icon_video img {
    width: 26px;
    height: auto;
    /* margin-top: 6%; */
    /* text-align: right; */
    margin-left: 50%;
}

.about_tn a:visited {
    color: #fff
}

.about_video_btn:hover {
    background: #b31e23;
    color: #fff;
}

.about_more_btn {
    background: #b31e23;
    color: #fff;
    text-align: center;
    width: 150px;
    display: block;
    float: left;
    line-height: 50px;
    font-size: 18px;
    border-radius: 20px;
}

.about_more_btn:hover {
    background: #1e68b4;
    color: #fff;
}

.about_top_right {
    width: 45%;
    float: left;
    overflow: hidden;
    margin-right: 3%;
}

.about_top_right img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    border-radius: 20px;
}

.about_top_right:hover img {
    transform: scale(1.2);
}

.about_bottom {
    margin-top: 2%;
}

.about_bottom ul {
    background: unset;
    overflow: hidden;
    padding: 19px 0%;
    margin: 0px;
}

.about_bottom ul li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: unset;
}

.about_bottom ul li:last-child {
    border-right: unset;
}

.about_bottom ul li p {
    color: #333;
    line-height: 30px;
    margin: 0px;
    font-size: 18px;
}

.about_bottom ul li p span {
    line-height: 32px;
    color: #1f69b4;
    font-size: 44px;
    font-weight: 600;
}

.about_bottom ul li p span:last-child {
    font-size: 24px;
    margin-left: 2%;
}

.about_bottom ul li p span sup {
    vertical-align: super;
}

.overlay {
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.video-box {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 640px;
    height: 360px;
    margin: auto;
}

.video-box video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 640px;
    height: 360px;
    margin: auto;
}


/**case:start**/

#case {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    /* height: 1200px; */
    /* background: url(../img/home_cases_bg.jpg) no-repeat center; */
    background-size: cover;
    margin-top: 1%;
}

.case_wrap {
    padding: 0% 0%;
    padding-top: 1%;
}

.case_wrap h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: 4%;
}

.case_wrap h3 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.case_tabs_ul {
    overflow: hidden;
    width: 1000px;
    margin: 0px auto;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.case_tabs_ul li {
    /* float: left; */
    width: 14%;
}

.case_tabs_ul li p {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0px;
    min-height: 40px;
}

.case_tabs_ul li.on p,
.case_tabs_ul li:hover p {
    color: #1e68b4;
}

.case_tabs_ul li p.icon_case1 {
    background: url(../img/icon_pro01.png) no-repeat center center;
    width: 64px;
    height: 39px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case1,
.case_tabs_ul li:hover p.icon_case1 {
    background-image: url(../img/icon_pro01_on.png);
}

.case_tabs_ul li p.icon_case2 {
    background: url(../img/icon_pro02.png) no-repeat center center;
    width: 78px;
    height: 39px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case2,
.case_tabs_ul li:hover p.icon_case2 {
    background-image: url(../img/icon_pro02_on.png);
}

.case_tabs_ul li p.icon_case3 {
    background: url(../img/icon_pro03.png) no-repeat center center;
    width: 54px;
    height: 46px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case3,
.case_tabs_ul li:hover p.icon_case3 {
    background-image: url(../img/icon_pro03_on.png);
}

.case_tabs_ul li p.icon_case4 {
    background: url(../img/icon_pro04.png) no-repeat center center;
    width: 40px;
    height: 46px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case4,
.case_tabs_ul li:hover p.icon_case4 {
    background-image: url(../img/icon_pro04_on.png);
}

.case_tabs_ul li p.icon_case5 {
    background: url(../img/icon_pro05.png) no-repeat center center;
    width: 53px;
    height: 51px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case5,
.case_tabs_ul li:hover p.icon_case5 {
    background-image: url(../img/icon_pro05_on.png);
}

.case_tabs_ul li p.icon_case6 {
    background: url(../img/icon_pro06.png) no-repeat center center;
    width: 52px;
    height: 47px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case6,
.case_tabs_ul li:hover p.icon_case6 {
    background-image: url(../img/icon_pro06_on.png);
}

.case_tabs_ul li p.icon_case7 {
    background: url(../img/icon_pro07.png) no-repeat center center;
    width: 50px;
    height: 50px;
    margin: 0px auto;
}

.case_tabs_ul li.on p.icon_case7,
.case_tabs_ul li:hover p.icon_case7 {
    background-image: url(../img/icon_pro07_on.png);
}



.case_tabs_cont_home{
    width: 78%;
    margin:0px auto;
    margin-top: 2%;
}

.case_item_home{
    display: none;
}
.case_item_home_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 0px auto;
}

.case_item_home a{
    display: block;
    width: 45%;
    overflow: hidden;

}

.case_item_home a img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    border-radius: 20px;
}



.case_item_home a:hover img{
    transform: scale(1.2);
}


.case_tabs_cont {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
}

.case_item {
    position: relative;
    display: none;
}

.swiper-case {
    margin: 0px auto;
    overflow: hidden;
}

.slide-case {
    overflow: hidden;
    width: 1164px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* margin-left: -5px!important; */
}

.slide-case-left {
    /* float:left; */
    width: 40%;
    height: auto;
    overflow: hidden;
    margin: 0% 0%;
    margin-right: 0%;
}

.slide-case-left img {
    transition: all 0.5s;
    width: 480px;
    height: 365px;
}

.slide-case-left:hover img {
    transform: scale(1.2);
}

.slide-case-right {
    float: left;
    width: 50%;
    background: #f0f3fa;
    padding: 0% 3%;
    height: 450px;
}

.slide-case-right h4 {
    font-size: 30px;
    line-height: 100px;
    border-bottom: 3px solid #1e68b4;
    width: 38%;
    margin-bottom: 6%;
}

.slide-case-right p {
    font-size: 16px;
    line-height: 40px;
}

.slide-case-right ul {
    overflow: hidden;
    width: 100%;
    margin-top: 6%;
}

.slide-case-right ul li {
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.slide-case-right ul li img {
    transition: all 0.5s;
    width: 190px;
    height: auto;
}

.slide-case-right ul li:hover img {
    transform: scale(1.2);
}

.slide-case-right ul li h5 {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_item .swiper-button-prev,
.case_item .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #c3c3c3;
    opacity: 1;
}

.case_item .swiper-button-prev {
    left: 15%;
}

.case_item .swiper-button-next {
    right: 15%;
}

.case_item .swiper-button-next:after,
.case_item .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.case_item .swiper-pagination {
    position: relative;
    margin-top: 1%;
}

.case_item .swiper-pagination-bullet {
    width: 42px;
    border-radius: unset;
    margin: 0% 0.5%;
}


/**huoban:start**/

#huoban {
  /*   background: url(../img/huoban_bg.png) no-repeat top center; */
  height: auto;
  width: 100%;
  overflow: hidden;
  background-size: 100%;
  background: unset;
  /* border-bottom: 1px solid #ecebea; */
  /* background: #fff; */
}

.huoban_wrap {
    padding: 1% 0%;
}

.huoban_wrap h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: 4%;
}

.huoban_wrap h3 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.huoban_wrap ul {
    /* overflow: hidden; */
    margin-top: 1%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.huoban_wrap ul li {
    float: left;
    text-align: center;
    overflow: hidden;
    width: 19%;
    /* background: #fff; */
    /* margin: 0px 1%; */
    margin-bottom: 0%;
    /* line-height: 200px; */
    /* background: linear-gradient(-135deg, transparent 30px, #fff 0)  top right; */
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    /* box-shadow: -7px 11px 10px #d4d4d4; */
    transition: all 0.5s;
    border: unset;
    padding: 5px 0%;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin-bottom: 1%;
}

.huoban_wrap ul li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.huoban_wrap ul li img {
    max-width: 100%;
    height: 100px;
    transition: all 0.5s;
    /* padding-top: 8%; */
}

.huoban_wrap ul li:hover img {
    /* transform: scale(1.2);*/
}


/**news:start**/

#news {
    margin-top: 2%;
}

.news_wrap {
    padding: 2% 0%;
    padding-bottom: 8%;
}

.news_top {
    overflow: hidden;
}

.news_top h2 {
    width: 20%;
    float: left;
    font-size: 24px;
    line-height: 50px;
    color: #1e68b4;
    font-weight: 600;
}

.news_top ul {
    overflow: hidden;
    float: right;
    width: 30%;
    /* text-align: right; */
}

.news_top ul li {
    width: 46%;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin-left: 3%;
    border: 1px solid #ecebea;
    border-radius: 20px;
}

.news_top ul li.on,
.news_top ul li:hover {
    background: #1e68b4;
    color: #fff;
}

.news_cont {
    margin-top: 2%;
}

.news_item {
    display: none;
}

.news_item ul {
    /* overflow: hidden; */
}

.news_item ul li {
    width: 30%;
    float: left;
    padding: 0%;
    text-align: center;
    /* position: relative; */
    z-index: 0;
    margin: 0% 1%;
    border-radius: 20px;
    overflow: hidden;
}

.news_item ul li a {
    display: block;
}

.news_item ul li img {
    width: 100%;
    margin: 0px auto;
    transition: all 0.5s;
    /* border-radius: 20px; */
}

.news_img {
    overflow: hidden;
}

.news_img img {
    transition: all 0.5s;
}

.news_item ul li:hover img {
    transform: scale(1.2);
}

.news_item ul li:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.news_info {
    width: 100%;
    margin: 0px auto;
    background: #f5f5f5;
    margin-top: 0px;
    /* position: absolute; */
    /* top: 52%; */
    /* left: 10%; */
    text-align: left;
    padding: 3% 6%;
    box-shadow: 0px 11px 10px #d4d4d4;
    /* border-radius: 20px; */
}

.news_info span {
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}

.news_info h3 {
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.news_info p {
    line-height: 28px;
    font-size: 14px;
    color: #9a9a9a;
}

.news_info em {
    color: #09327d;
    font-size: 14px;
    margin-top: 3%;
    display: block;
}


/**footer:start*/

#footer {
    background: #292929;
}

.footer_wrap {}

.footer_top {
    background: #202020;
    overflow: hidden;
    margin: 0px;
}

.footer_top li {
    border-right: 1px solid #4c4c4c;
    float: left;
    width: 33.33%;
    text-align: left;
    padding: 1% 2%;
}

.footer_top li:last-child {
    border-right: unset;
}

.footer_top li span {
    display: block;
    float: left;
    padding-top: 3%;
}

.footer_top li span img {}

.footer_top li div {
    float: left;
    margin-left: 3%;
}

.footer_top li div h3 {
    color: #ccc;
    font-size: 16px;
    line-height: 32px;
}

.footer_top li div p {
    color: #ccc;
}

.footer_nav {
    margin-top: 2%;
    overflow: hidden;
    margin-bottom: 2%;
    background: url(../img/footer_map.png) no-repeat center bottom;
    background-size: contain;
}

.footer_nav ul {
    overflow: hidden;
    float: left;
    width: 75%;
}

.footer_nav ul li {
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
}

.footer_nav ul li p {
    /* font-size: 18px; */
    font-weight: 600;
    line-height: 40px;
}

.footer_nav ul li a {
    display: block;
    color: #ccc;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* font-size: 16px; */
}

.footer_wechat {
    width: 25%;
    float: left;
}

.footer_wechat img {
    margin-left: 10%;
    width: 100px;
}

.copyright {
    line-height: 40px;
    overflow: hidden;
    border-top: 1px solid #4c4c4c;
}

.copyright_left {
    color: #ccc;
    float: left;
    width: 70%;
    /* font-size: 16px; */
}

.copyright_left a {
    color: #ccc;
    margin-left: 2%;
}

.copyright_right {
    float: right;
    width: 30%;
    color: #ccc;
    text-align: right;
    /* font-size: 16px; */
}

.copyright_right a {
    color: #ccc;
}

.footer_wrap a:hover {
    color: #fff;
}

#header_wap {
    display: none;
    width: 100%;
    padding: 2%;
    margin: 0px auto;
}

.m-top {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
}

.m-logo {
    width: 50%;
    /* float: left; */
}

.m-logo a {
    display: block;
}

.m-logo a img {
    max-width: 100%;
    height: auto;
}

.m-lang {
    /* float: left; */
    width: 14%;
    margin: 0px auto;
    text-align: center;
    margin-left: 24%;
}

.m-lang a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #ccc;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-top: 10%;
}

.m-btn-wrap {
    /* float: right; */
    width: 28px;
    margin-right: 4%;
}

.m-btn {
    width: 28px;
    height: 20px;
    display: block;
    position: relative;
    margin-top: 56%;
}

.m-btn .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #383838;
    transition: all .2s;
    transform-origin: center;
}

.m-btn .line1 {
    top: 0;
}

.m-btn .line2 {
    top: 50%;
    margin-top: -1px;
}

.m-btn .line3 {
    bottom: 0;
}

.m-btn.cur .line {
    top: 50%;
    bottom: auto;
    margin-top: -1px;
}

.m-btn.cur .line1 {
    transform: rotate(45deg);
}

.m-btn.cur .line2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.m-btn.cur .line3 {
    transform: rotate(-45deg);
}

.m-nav {
    position: fixed;
    top: 67px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
    padding: 3%;
    background-color: rgba(255, 255, 255, .95);
    left: 0px;
    overflow: auto;
    height: calc(100% - 1rem);
}

.m-nav ul {}

.m-nav ul li {
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
    padding-left: 5%;
}

.m-nav ul li a {}

.m-nav ul li a.tit {
    font-size: 18px;
    padding: 0%;
    display: block;
    position: relative;
    text-align: left;
    margin: 0px;
}

.m-nav ul li .navson {
    padding-bottom: .3rem;
    display: none;
    padding-left: 20%;
    padding-bottom: 4%;
}

.m-nav ul li .navson a {
    display: block;
    line-height: 36px;
    font-size: 16px;
}

.m-nav li:nth-child(1) .tit:before {
    display: none;
}

.m-nav li .tit:before {
    content: "";
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    margin-top: -3%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/m-nav-jia.png);
    top: 50%;
    transition: all .2s;
}

.m-nav li.on .tit:before {
    transform: rotate(45deg);
}

.locationContWrap {}

.locationCont {
    padding-top: 2%;
}

.locationCont p {
    color: #777;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
	    flex-wrap: wrap;
    /* font-size: 16px; */
}

.locationCont p img {
    margin-right: 1%;
}


/**about:neiye**/

.aboutContWrap {}

.aboutCont {}

.aboutNav {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #eef5fd; */
    line-height: 20px;
    padding: 0% 0%;
    margin: 2% auto;
	display:none;
}

.aboutNav li {
    /* border-right: 1px solid #000; */
    text-align: center;
    width: 130px;
    line-height: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    justify-items: center;
    vertical-align: middle;
    background: #276db5;
    flex-direction: column;
    border-radius: 20px;
    margin: 0% 1%;
}

.aboutNav li:hover {
    background: #1e68b4;
}

.aboutNav li:hover a {
    color: #fff;
}

.aboutNav li:last-child a {
    border-right: none;
}

.aboutNav li a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 50px;
    color: #fff;
    /* border-right: 1px solid #000; */
    height: 50px;
    font-size: 14px;
}

.prosNav  li a{
    font-size: 24px;
    line-height: 80px;
    height: 80px;
}

.aboutTitle {
    margin-bottom: 2%;
}

.aboutTitle h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
}

.aboutTitle h3 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.aboutNum {
    display: flex;
    justify-content: space-between;
    background: #1e68b4;
    color: #fff;
    padding: 1% 0%;
}

.aboutNum li {
    text-align: center;
    width: 100%;
    border-right: 1px solid #fff;
    line-height: 54px;
}

.aboutNum li:last-child {
    border-right: none;
}

.aboutNum li p {
    line-height: 28px;
    font-size: 16px;
}

.aboutNum li p span {
    font-size: 18px;
}

.aboutNum li p span:last-child {
    font-size: 16px;
    margin-left: 2%;
}

.aboutNum li p span sup {
    font-size: 90%;
    vertical-align: super;
}

.aboutInfo {
    margin: 4% auto;
}

.aboutInfo p {
    line-height: 45px;
    font-size: 14px;
}

.aboutVideo {
    margin-bottom: 8%;
}

.aboutVideo img {
    width: 100%;
    height: auto;
}

.wenhuaInfo {
    position: relative;
    background: url(../img/wenhua_bg.jpg) no-repeat center;
    background-size: cover;
    height: 742px;
    overflow: hidden;
}

.wenhuaInfo ul {
    display: flex;
    justify-content: space-between;
}

.wenhuaInfo .opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

.wenhuaInfo ul li {
    color: #fff;
    text-align: center;
    line-height: 742px;
    width: 50%;
    border-right: 1px solid #5a6b9c;
    box-sizing: border-box;
    font-size: 18px;
    transition: all .3s;
}

.wenhuaInfo ul li.cur {
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
    padding-top: 15%;
}

.wenhuaInfo ul li:last-child {
    border-right: none;
}

.wenhuaInfo ul li.cur h3 {
    line-height: 110px;
    font-size: 18px;
}

.wenhuaInfo ul li.cur div {
    height: 80px;
}

.wenhuaInfo ul li.cur div p {
    line-height: 42px;
    font-size: 14px;
}

.aboutHomeWrap {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0%;
}

.aboutHome {
    padding-top: 0%;
    padding-top: 0%;
    width: 44%!important;
    margin: 0px auto;
}

.aboutHomeNav {
    display: flex;
    justify-content: space-around;
    /* padding: 3% 0%; */
}

.aboutHomeNav li {
    width: 100%;
    text-align: center;
    line-height: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
}

.aboutHomeNav li:last-child a {
    border-right: none;
}

.aboutHomeNav li a {
    text-align: center;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #000;
    display: block;
}

.aboutHomeNav li:hover {
    /*color:#fff;
    background: #276db5;
    */
}

.aboutHomeNav li:hover a {
    color: #276db5;
}

.aboutHome2 {
    display: flex;
    justify-content: space-between;
    padding-top: 0%;
    padding-bottom: 0%;
}

.aboutHome2_info {
    padding: 2%;
    width: 50%;
}

.aboutHome2_info h3 {
    line-height: 45px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: 6%;
}

.aboutHome2_info p {
    line-height: 34px;
    color: #000;
    font-size: 16px;
    margin-bottom: 6%;
}

.aboutHome2_info a {
    display: block;
    width: 30%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    display: none;
}

.aboutHome2_info a:hover {
    color: #fff;
    background: #0075c5;
}

.aboutHome2_img {
    overflow: hidden;
    width: 50%;
}

.aboutHome2_img img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.aboutHome2_img:hover img {
    transform: scale(1.2);
}

.aboutHome3 {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 4%;
    padding-top: 2%;
}

.aboutHome3_img {
    width: 47%;
    padding-top: 9%;
    text-align: right;
    padding-right: 2%;
}

.aboutHome3_img img {
    width: 75%;
    height: auto;
}

.aboutHome3_info {
    width: 50%;
}

.aboutHome3_info h3 {
    line-height: 45px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: -1%;
}

.timeLine {
    margin: 60px auto 0;
    overflow: hidden;
    position: relative;
}

.timeLine li {
    background: url(../img/back1.png) repeat-y 179px 0;
    padding-bottom: 4%;
    zoom: 1;
    display: flex;
}

.timeLine li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timeLine li:last-child {
    background: none !important;
}

.timeLine li p {
    /* background:url(images/icon1.jpg) no-repeat 172px 0; */
    display: inline-block;
    width: 168px;
    font-size: 18px;
    text-align: right;
    padding-right: 6%;
    color: #000;
    vertical-align: top;
}

.timeLine li p span {
    display: block;
    color: #6fceff;
    font-size: 12px;
}

.timeLine li .con {
    width: calc(100% - 230px);
    display: inline-block;
    padding-left: 4%;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-right: 2%;
}

.timeLine li .con img {
    max-width: 100%;
}

.timeLine li em {}

.timeLine li em img {}

.timeLine_btn {
    margin-top: -4%;
    margin-left: 11%;
    display: none;
}

.timeLine_btn a {
    display: block;
    width: 29%;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
}

.timeLine_btn a:hover {
    color: #fff;
    background: #276db5;
}

.timeLine_icon {
    left: 21.5%;
    position: relative;
    bottom: -9.5%;
}

.timeLine_icon img {}

.aboutHome4 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4%;
    padding-top: 0%;
}

.aboutHome4_info {
    width: 49%;
    padding-top: 3%;
    background: radial-gradient(ellipse, #ffffff, #eef5fd);
    background: -ms-radial-gradient(ellipse, #ffffff, #eef5fd);
    background: -webkit-radial-gradient(ellipse, #ffffff, #eef5fd);
    background: -moz-radial-gradient(ellipse, #ffffff, #eef5fd);
    text-align: left;
    padding-left:6%;
}

.aboutHome4_info h3 {
    line-height: 40px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: 2%;
    margin-top: 4%;
}

.aboutHome4_info p {
    font-size: 16px;
    line-height: 48px;
}

.aboutHome4_info p strong {
    font-weight: 600;
}

.aboutHome4_info a {
    display: block;
    width: 25%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    margin-top: 8%;
    /* margin: 0px auto; */
    margin-top: 4%;
    display: none;
}

.aboutHome4_info a:hover {
    background: #1e68b4;
    color: #fff;
}

.aboutHome4_img {
    width: 49%;
    text-align: right;
    padding-right: 0%;
    overflow: hidden;
}

.aboutHome4_img img {
    max-width: 100%;
    transition: all 0.5s;
    width: 100%;
    height: auto;
}

.aboutHome4_img:hover img {
    /*  transform: scale(1.2); */
}

.aboutHome5 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4%;
    padding-top: 0%;
}

.aboutHome5_img {
    overflow: hidden;
    width: 49%;
}

.aboutHome5_img img {
    max-width: 100%;
    transition: all 0.5s;
}

.aboutHome5_img:hover img {
    transform: scale(1.2);
}

.aboutHome5_info {
    padding-left: 0%;
    width: 49%;
    
    padding-top: 4%;
    text-align: center;
     background: radial-gradient(ellipse, #ffffff, #eef5fd);
        background: -ms-radial-gradient(ellipse, #ffffff, #eef5fd);
        background: -webkit-radial-gradient(ellipse, #ffffff, #eef5fd);
        background: -moz-radial-gradient(ellipse, #ffffff, #eef5fd);
    
}

.aboutHome5_info h3 {
    line-height: 40px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: 2%;
}

.aboutHome5_info p {
    line-height: 32px;
    font-size: 16px;
}

.aboutHome5_info a {
    display: block;
    width: 22%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    margin-top: 8%;
    margin: 0px auto;
    margin-top: 3%;
}

.aboutHome5_info a:hover {
    background: #1e68b4;
    color: #fff;
}

.newsList {}

.newsList ul {
    /* display: flex; */
    /* flex-direction: row; */
    overflow: hidden;
}

.newsList ul li a {
    /* flex-direction: column; */
    /* display: block; */
    /* justify-content: start; */
    margin-bottom: 3%;
    /* border: 1px solid #eaeaea; */
    display: block;
}

.newsList ul li:last-child {
    margin-bottom: 0%;
}

.newsList ul li {
    transition: all .5s;
    width: 29%;
    float: left;
    margin: 0% 2%;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3%;
}

.newsList ul li:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    border:1px solid #276db5;
}

.newsList ul li:hover .newsMore{
    color:#276db5;
}

.newsImg {
    overflow: hidden;
}

.newsImg img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.newsImg:hover img {
    transform: scale(1.2);
}

.newsInfo {
    padding: 2%;
    width: 100%;
    overflow: hidden;
}

.newsInfo h3 {
    font-size: 18px;
    line-height: 32px;
    color: #2f3133;
    height: 48px;
    margin: 2% auto;
}

.newsInfo p {
    color: #ababab;
    font-size: 14px;
    line-height: 32px;
    display: none;
}

.newsDateWrap{overflow: hidden;margin-top: 2%;}

.newsMore{float: left;width: 50%;padding-left: 3%;font-size: 16px;color: #999;}

.newsDate {
    /* width: 50%; */
    /* justify-items: center; */
    /* flex-direction: column; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* display: block; */
    /* justify-content: center; */
    overflow: hidden;
    /* align-items: center; */
    text-align: right;
    float: right;
    padding-right: 6%;
}

.newsDate h3 {
    font-size: 26px;
    color: #333;
    float: left;
    line-height: 24px;
    font-weight: 600;
    margin-right: 0%;
}

.newsDate p {
    color: #a2a2a2;
    font-size: 14px;
    float: left;
    line-height: 36px;
    font-weight: 600;
    margin-left: 0%;
}

.page {
    padding-left: 0;
    margin: 2% 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
}

.page div {
    display: inline-block;
}

.page a,
.page span {
    position: relative;
    float: left;
    padding: 8px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0075c5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}

.page .current {
    background-color: #0075c5;
    border: 1px solid #0075c5;
    color: #fff;
}

.page a:first-child,
.page span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page a:last-child,
.page span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.aboutHomeLine {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0%;
    display: none;
}

.xiaoshouInfo {
    margin-bottom: 6%;
}

.xiaoshouInfo p {
    /* line-height: 32px; */
    font-size: 16px;
}

.xiaoshouMap {
    margin-bottom: 6%;
}

.xiaoshouMap .hugemap {
    margin: 0px auto;
}

.xiaoshouServiceWrap {
    background: #1e68b4;
    display: none;
}

.xiaoshouService {
    padding: 3% 0%;
}

.xiaoshouService h2 {
    text-align: center;
    line-height: 90px;
    font-size: 45px;
    color: #fdfdfd;
    font-weight: 600;
}

.xiaoshouServiceUl {
    margin: 4% auto;
}

.xiaoshouServiceUl ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
}

.xiaoshouServiceUl ul li {
    background: #fff;
    color: #333;
    width: 10%;
    transition: all .3s;
    height: 500px;
}

.xiaoshouServiceUl ul li.cur {
    width: 50%;
}

.xiaoshouServiceUl ul li.cur .xiaoshouTitle {
    display: none;
}

.xiaoshouServiceUl ul li.cur .xiaoshouServiceInfo {
    display: block;
}

.xiaoshouTitle {
    display: block;
    margin: 45% auto;
    width: 24%;
    font-size: 32px;
}

.xiaoshouServiceInfo {
    display: none;
    padding: 7% 5%;
}

.xiaoshouServiceInfo h3 {
    font-size: 22px;
    line-height: 80px;
    font-weight: 600;
}

.xiaoshouServiceInfo p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 4%;
}

.huoban {
    border-top: 1px solid #ecebea;
}

.fazhuanWrap {
    background: url(../img/fazhan_bg.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 8%;
}

.fazhuanCont {
    margin: 0px auto;
    text-align: center;
    padding-top: 0%;
    font-size: 14px;
    line-height: 32px;
}

.fazhuanCont img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: 90%;
}

.casesNav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #eef5fd;
    line-height: 20px;
    padding: 0% 0%;
    margin: 2% auto;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    display: none;
}

.casesNav li {
    width: 11%;
}

.casesNav li:nth-child(6n+6) a {
     
}

.prosNav {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eef5fd;
    line-height: 20px;
    padding: 0% 0%;
    margin: 4% auto;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    margin-bottom: 1%;
    display: none;
}

.prosNav li {
    width: 19%;
    position: relative;
    line-height: 80px;
    height: 80px;
}

.prosNav li.on {
    background: #1e68b4;
}

.prosNav li.on a {
    color: #fff;
}

.prosNav li:nth-child(6n+6) a {
    border-right: none;
}

.prosNavCont {
    margin-bottom: 4%;
    background: #eef5fd;
    padding: 0%;
    display: none;
    padding: 0%;
}

.prosNavCont ul {
    display: none;
    /* display: flex; */
    overflow: hidden;
    text-align: center;
}

.prosNavCont ul li {
    /* width: 16%; */
    /* float: left; */
    line-height: 32px;
    /* border: 1px solid #d9e0e8; */
    margin: 10px;
    /* border-radius: 26px; */
    /* background: #fff; */
    padding: 0% 10px;
    display: inline-block;
    text-align: center;
}

.prosNavCont ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #1e68b4;
    font-weight: 600;
}

.prosNavCont ul li:hover a {
    color: #fff;
}

.prosNavCont ul li:hover {
    background: #1e68b4
}

.casesList {}

.casesList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}


.casesList ul::after{
  content: "";
  display: block;
 width: 30.33%;
  height: 0px;
}

.casesList ul li {
    margin-bottom: 4%;
    width: 30.33%;
}

.casesList ul li:nth-child(7),
.casesList ul li:nth-child(8),
.casesList ul li:nth-child(9) {
    margin-bottom: 0%;
}

.casesList ul li a {}

.casesImg {
    overflow: hidden;
}

.casesImg img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.casesImg:hover img {
    transform: scale(1.2);
}

.casesCont1Wrap {}

.casesTitle {
    padding-bottom: 0%;
    padding-top: 1%;
    width: 100%!important;
    margin-bottom: 18px;
}

.casesTitle h2 {
    line-height: 60px;
    font-size: 24px;
    color: #4e4f50;
    text-align: center;
}

.casesCont1Bg {
    background: #f0f3fa;
    border-radius: 20px;
}

.casesCont1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2% 0%;
    width: 100%!important;
}

.casesCont1_img {
    overflow: hidden;
    width: 50%;
}

.casesCont1_img img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}

.casesCont1_img:hover img {
    transform: scale(1.2);
}

.caseCont1_info {
    padding: 0% 2%;
    width: 50%;
}

.caseCont1_info h3 {
    line-height: 52px;
    font-size: 18px;
    color: #4e4f50;
}

.caseCont1_info p {
    line-height: 32px;
    font-size: 14px;
    color: #4e4f50;
}

.caseCont1_btn {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 2%;
}

.caseCont1_btn a {
    padding: 0%;
    display: block;
    line-height: 50px;
    margin-right: 5%;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
    text-align: center;
}

.caseCont1_btn a:nth-child(1) {
    background: #1e68b4;
    color: #fff;
}

.caseCont1_btn a:nth-child(1):hover {
    background: #fff;
    color: #333;
}

.caseCont1_btn a:nth-child(2) {
    background: #fff;
    display: none;
}

.caseCont1_btn a:nth-child(2):hover {
    background: #1e68b4;
    color: #fff;
}

.casesCont2Wrap {}

.casesCont2 {}

.casesCont2 img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.casesCont2 p {
    line-height: 32px;
    font-size: 14px;
    margin: 0% auto;
}

.casesCont3Wrap {
    margin-bottom: 2%;
    background: #fff;
    margin-left: 1%;
    margin-bottom: 0%;
}

.casesTitle3 {
    border-bottom: 1px solid #f3f3f3;
}

.casesTitle3 h2 {
    line-height: 80px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 2%;
}

.casesCont3 {
    padding: 2% 1%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.casesCont3_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    width: 48%;
    /* border-radius: 20px; */
}

.casesCont3_one {
    width: 40%;
    padding: 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: center;
    text-align: center;
}

.casesCont3_one h3 {
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    /* margin-top: -52%; */
}

.casesCont3_one a {
    background: #eef5fd;
    color: #666;
    width: 120px;
    margin: 0px auto;
    line-height: 40px;
    padding: 0%;
    font-size: 14px;
    border-radius: 20px;
}

.casesCont3_one a:hover {
    background: #1e68b4;
    color: #fff;
}

.casesCont3_two {
    width: 60%;
    overflow: hidden;
}

.casesCont3_two img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.casesCont3_two:hover img {
    transform: scale(1.2);
}

.casesCont3_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48%;
    border: 1px solid #e8e8e8;
    /* border-radius: 20px; */
}

.casesCont3_three {
    order: 2;
    width: 40%;
    padding: 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: center;
    text-align: center;
}

.casesCont3_three h3 {
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
}

.casesCont3_three a {
    background: #eef5fd;
    color: #000;
    width: 120px;
    margin: 0px auto;
    line-height: 40px;
    padding: 0%;
    font-size: 14px;
    border-radius: 20px;
}

.casesCont3_three a:hover {
    background: #1e68b4;
    color: #fff;
}

.casesCont3_four {
    order: 1;
    overflow: hidden;
    width: 60%;
}

.casesCont3_four img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.casesCont3_four:hover img {
    transform: scale(1.2);
}

.pageUpDown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0% 1%;
    margin-bottom: 4%;
    font-size:16px;
}

.pageUpDown p {
    border: 1px solid #ddd;
    line-height: 60px;
    /* font-size: 16px; */
    padding: 0% 2%;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 20px;
}

.pageUpDown p a {}

.goBack {
    width: 20%!important;
}

.goBack a {
    background: url(../img/icon_back.png) no-repeat 3% center;
    /* padding-left: 21%; */
    text-align: center;
    display: block;
}

.newsDetails {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4%;
}

.newsDetailsLeft {
    width: 65%;
}

.newsDetailsTitle {
    border-bottom: 1px solid #ddd;
}

.newsDetailsTitle h2 {
    line-height: 60px;
    /* font-size: 20px; */
    font-weight: 600;
}

.newsDetailsTitle p {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    line-height: 50px;
    color: #7d7d7d;
}

.newsDetailsTitle p span {
    /* font-size: 12px; */
    margin-right: 6%;
}

.newsDetailCont {
    padding: 1% 0%;
    /* display: none; */
}

.newsDetailCont p {
    line-height: 32px;
    font-size: 16px;
    margin: 0% auto;
    color: #666;
}

.newsDetailsRight {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: center;
    margin-top: 0%;
    padding-top: 0%;
}

.newsDetailsRight h2 {
    line-height: 60px;
    /* font-size: 20px; */
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.newsDetailsRight ul {
    display: flex;
    flex-direction: column;
    padding: 4% 4%;
    list-style-type: circle;
}

.newsDetailsRight ul li {
    line-height: 42px;
    font-size: 16px;
    list-style-type: none;
    color: #b5b5b5;
}

.newsDetailsRight ul li a {
    display: block;
    /* font-size: 16px; */
}

.pageUpDownNews {
    flex-direction: column;
}

.pageUpDownNews p {
    width: 100%;
    margin-bottom: 2%;
}

.serviceCont1Wrap {}

.serviceCont1_main {}

.serviceCont1_main h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
}

.serviceCont1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2% auto;
    /* min-height: 521px; */
}

.serviceCont1_info {
    background: #eef5fd;
    padding: 3%;
    min-height: 521px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 51%;
}

.serviceCont1_info h3 {
    font-size: 20px;
    line-height: 10rem;
    border-bottom: 4px solid #1e68b4;
    width: 12%;
    margin-bottom: 6%;
    font-weight: bold;
    margin-top: -8%;
}

.serviceCont1_info p {
    font-size: 16px;
    line-height: 30px;
}

.serviceCont1_img {
    overflow: hidden;
}

.serviceCont1_img img {
    transition: all 0.5s;
}

.serviceCont2Wrap {
    background: #1e68b4;
    padding: 2% 0%;
}

.serviceCont2_main {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* margin: 4% auto; */
}

.serviceCont2_main h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.serviceCont2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2% auto;
}

.serviceCont2_info {
    background: #eef5fd;
    padding: 3%;
    background: #eef5fd;
    padding: 3%;
    min-height: 521px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 51%;
}

.serviceCont2_info h3 {
    font-size: 20px;
    line-height: 9rem;
    border-bottom: 4px solid #1e68b4;
    width: 12%;
    margin-bottom: 6%;
    font-weight: bold;
    margin-top: -8%;
}

.serviceCont2_info p {
    font-size: 16px;
    line-height: 30px;
}

.serviceCont2_img {
    overflow: hidden;
}

.serviceCont2_img img {
    transition: all 0.5s;
}

.serviceCont3Wrap {
    padding: 2% 0%;
}

.serviceCont3_main {}

.serviceCont3_main h2 {
    /* font-size: 34px; */
    /* line-height: 68px; */
    /* border-bottom: 4px solid #1e68b4; */
    /* width: 12%; */
    /* margin-bottom: 3%; */
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
}

.serviceCont3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2% auto;
}

.serviceCont3_info {
    background: #eef5fd;
    padding: 3%;
    min-height: 521px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 51%;
}

.serviceCont3_info h3 {
    font-size: 20px;
    line-height: 10rem;
    border-bottom: 4px solid #1e68b4;
    width: 12%;
    margin-bottom: 6%;
    margin-top: -8%;
    font-weight: bold;
}

.serviceCont3_info p {
    font-size: 16px;
    line-height: 30px;
}

.serviceCont3_img {
    overflow: hidden;
}

.serviceCont3_img img {
    transition: all 0.5s;
}

.serviceCont1_img:hover img {
    transform: scale(1.2);
}

.serviceCont2_img:hover img {
    transform: scale(1.2);
}

.serviceCont3_img:hover img {
    transform: scale(1.2);
}

.gongchengCont1Wrap {}

.gongchengCont1_main {}

.gongchengCont1_main h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
}

.gongchengCont1 {
    margin: 2% auto;
}

.gongchengCont1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gongchengCont1 ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 130px;
    padding: 1% 6%;
    width: 100%;
    margin: 1% auto;
    transition: all .5s;
}

.gongchengCont1 ul li:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.gongchengCont1_img {}

.gongchengCont1_img img {
    max-width: 100%;
    height: 120px;
}

.gongchengCont1_num {
    font-size: 30px;
    font-weight: 600;
    margin: 0% 10%;
}

.gongchengCont1_info {
    font-size: 16px;
    line-height: 34px;
}

.gongchengCont1_info p {
    font-size: 16px;
}

.gongchengCont2Wrap {
    background: url(../img/gongcheng_bg.png) no-repeat center top;
    background-size: cover;
    padding: 2% 0%;
    margin: 0% auto;
}

.gongchengCont2_main {}

.gongchengCont2_main h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.gongchengCont2 {
    padding: 3% 0%;
}

.gongchengCont2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.gongchengCont2 ul li {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.gongchengCont2 ul li h3 {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: #1e68b4;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    font-weight: 600;
    margin: 0px auto;
    text-align: center;
    padding-top: 16%;
}

.gongchengCont2 ul li p {
    line-height: 32px;
    font-size: 16px;
    margin-top: 8%;
}

.gongchengCont3Wrap {
    padding: 2% 0%;
}

.gongchengCont3_main {}

.gongchengCont3_main h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
}

.gongchengCont3 {
    margin: 2% auto;
}

.gongchengCont3 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.gongchengCont3 ul li {
    width: 33.3333333%;
    min-height: 399px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0%;
    overflow: hidden;
}

.gongchengCont3 ul li h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 90px;
}

.gongchengCont3 ul li p {
    font-size: 16px;
    line-height: 32px;
}

.gongchengCont3 ul li.two img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.gongchengCont3 ul li.one {
    background: #1e68b4;
    color: #fff;
    padding: 4%;
}

.gongchengCont3 ul li.two {}

.gongchengCont3 ul li.three {
    background: #eef5fd;
    padding: 4%;
    min-height: 405px;
}

.gongchengCont3 ul li.two:hover img {
    transform: scale(1.2);
}

.fuwuCont1Wrap {
    padding: 0% 0%;
}

.fuwuCont1_main {}

.fuwuCont1_main h2 {
    text-align: center;
    text-align: center;
    line-height: 90px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.fuwuCont1 {
    margin: 2% auto;
}

.fuwuCont1 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fuwuCont1 ul li {
    width: 49%;
    background: #f0f3fa;
    margin-bottom: 2%;
    transition: all .5s;
}

.fuwuCont1 ul li a {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 6% 4%;
}

.fuwuCont1 ul li:hover {
    background: url(../img/fuwu_bg.png) no-repeat center center;
    background-size: cover;
}

.fuwuCont1 ul li:hover .fuwuCont1_img img:nth-child(1) {
    display: none;
}

.fuwuCont1 ul li:hover .fuwuCont1_img img:nth-child(2) {
    display: block;
}

.fuwuCont1 ul li:hover span {
    color: #fff;
}

.fuwuCont1_info {}

.fuwuCont1_info span:nth-child(1) {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.fuwuCont1_info span:nth-child(2) {
    display: block;
    font-size: 14px;
}

.fuwuCont1_img {}

.fuwuCont1_img img:nth-child(1) {
    height: 70px;
    width: auto;
}

.fuwuCont1_img img:nth-child(2) {
    display: none;
    height: 70px;
}

.fuwuCont2Wrap {
    background: #096ab6;
}

.fuwuCont2_main {
    padding: 1% 0%;
}

.fuwuCont2_main h2 {
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.fuwuCont2 {
    margin: 2% auto;
}

.fuwuCont2 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fuwuCont2 ul li {
    background: #ffffff;
    border-radius: 10px;
    padding: 2% 0%;
    width: 32%;
    min-height: 310px;
    transition: all .5s;
}

.fuwuCont2 ul li:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.fuwuCont2 ul li h3 {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
}

.fuwuCont2_img {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
}

.fuwuCont2_img img {
    width: auto;
    height: 100px;
}

.fuwuCont2 ul li:nth-child(3) .fuwuCont2_img img {
    height: 150px;
}

.fuwuCont2 ul li p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
}

.fuwuCont3Wrap {
    margin: 3% auto;
}

.fuwuCont3 {}

.fuwuCont3 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.fuwuCont3 ul li {
    width: 25%;
    height: 760px;
    transition: all 0.3s;
}

.fuwuCont3 ul li h2 {
    display: none;
    font-size: 24px;
    font-weight: 600;
}

.fuwuCont3 ul li p {
    display: none;
    font-size: 18px;
}

.fuwuCont3 ul li.cur {
    width: 50%;
    position: relative;
}

.fuwuCont3 ul li.cur h2 {
    display: block;
    position: absolute;
    left: 4%;
    bottom: 15%;
    color: #fff;
}

.fuwuCont3 ul li.cur p {
    display: block;
    display: block;
    position: absolute;
    left: 4%;
    bottom: 11%;
    color: #fff;
}

.fuwuCont3 ul li:nth-child(1) {
    background: url(../img/fuwu_img01.png) no-repeat center center;
    background-size: cover;
}

.fuwuCont3 ul li:nth-child(2) {
    background: url(../img/fuwu_img02.png) no-repeat center center;
    background-size: cover;
}

.fuwuCont3 ul li:nth-child(3) {
    background: url(../img/fuwu_img03.png) no-repeat center center;
    background-size: cover;
}

.proList {
    margin-top: 2%;
}

.proList ul {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    overflow: hidden;
}

.proList ul li {
    width: 29%;
    overflow: hidden;
    border: 1px solid #eee;
    display: block;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* margin-bottom: 4%; */
    float: left;
    border-radius: 20px;
    margin: 0% 2%;
    margin-bottom: 3%;
}

.proListLeft {
    width: 100%;
    padding: 0%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-around; */
    /* justify-items: center; */
    /* text-align: center; */
    background: #fff;
}

.proListLeft h2 {
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.proListLeft a {
    /* background: #eef5fd; */
    color: #666;
    width: auto;
    margin: 0px auto;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0%;
}

.proListLeft a:hover {
    color: #1e68b4!important;
     
}

.proListRight {
    width: 100%;
    overflow: hidden;
}

.proListRight img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
}

.proListRight:hover img {
    transform: scale(1.2);
}

.proList ul li:nth-child(2n+2) .proListLeft {
    order: 2;
}

.proList ul li:nth-child(2n+2) .proListRight {
    order: 1;
}

.proList ul li:nth-child(2n+2) .proListLeft a {
    /* color: #333; */
    /* background: #eef5fd; */
}

.proCont1Wrap {
    margin: 0% auto;
}

.proCont1_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:1%!important;
    /* background: #ffff; */
    margin-bottom: 1%;
}

.proCont1_left {
    width: 60%;
}

.proCont1_right {
    width: 40%;
    background: #f0f3fa;
    padding: 0% 3%;
    padding-bottom: 0%;
}

.proCont1_right h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 80px;
}

.proCont1_right p {
    line-height: 40px;
    font-size: 16px;
}

.proCont1_btn {
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-evenly; */
    margin-top: 4%;
    overflow: hidden;
}

.proCont1_btn a {
    background: #ffffff;
    display: block;
    /* margin-right: 5%; */
    padding: 0px;
    line-height: 50px;
    font-size: 14px;
    float: left;
    margin-right: 4%;
    width: 150px;
    text-align: center;
}

.proCont1_btn a:nth-child(1) {
    background: #1e68b4 url(../img/icon_download01.png) no-repeat 14% center;
    color: #fff;
    background-size: 14%;
}

.proCont1_btn a:nth-child(2) {
    background: #ffffff url(../img/icon_phone.png) no-repeat 15% center;
    background-size: 18%;
}

.proCont2Wrap {
    margin: 2% auto;
}

.proCont2_nav_wrap {
    background: #f0f3fa;
}

.proCont2_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    width: 99%;
    margin-left: 1%;
    border-bottom: 1px solid #ddd;
}

.proCont2_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 50%;
}

.proCont2_nav div {
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
}

.proCont2_nav div a {
    background: #fbfbfb;
    line-height: 50px;
    padding: 0%;
    margin: 0px auto;
    display: block;
    width: 120px;
    margin-right: 6%;
    font-size: 16px;
}

.proCont2_nav div a:hover {
    background: #1e68b4;
    color: #fff;
}

.proCont2_nav ul li {
    width: 120%;
    line-height: 72px;
    text-align: center;
    font-size: 16px;
}

.proCont2_nav ul li:hover a {
    color: #1e68b4;
}

.proCont2_nav ul li.on {
    background: #1e68b4;
    color: #fff;
}

.proCont2_nav ul li a {
    display: block;
    font-size: 18px;
}

.proCont2_main {
    margin: 2% auto;
    margin-top: 0px;
}

.proCont2_item {
    display: block;
    padding: 0% 2%;
    background: #fff;
    margin-left: 1%;
}

.proCont2_title {
    border-bottom: 1px solid #f3f3f3;
    line-height: 72px;
    font-size: 18px;
    font-weight: 600;
}

.proCont2_cont {
    padding: 2% 0%;
    /* padding: 0%; */
}

.proCont2_item_one .proCont2_cont p {
    line-height: 32px;
    font-size: 16px;
    background: unset!important;
}

.proCont2_down {
    overflow: hidden;
    line-height: 88px;
    background: #fdfdfd;
    padding: 0% 2%;
}

.proCont2_down_img {
    float: left;
    vertical-align: middle;
    display: table-cell;
    margin-right: 2%;
    padding-top: 1%;
}

.proCont2_down_img img:nth-child(1) {
    display: block;
}

.proCont2_down_img img:nth-child(2) {
    display: none;
}

.proCont2_down p {
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 88px;
}

.proCont2_down a {
    float: right;
    font-weight: 600;
    font-size: 16px;
}

.proCont2_down:hover .proCont2_down_img img:nth-child(1) {
    display: none;
}

.proCont2_down:hover .proCont2_down_img img:nth-child(2) {
    display: block;
}

.proCont2_down:hover p,
.proCont2_down:hover a {
    color: #1e68b4;
}

.proCont1_left {
    position: relative;
    background: #fff;
    padding: 20px;
}

.gallery-thumbs {
    width: 20%;
    height: 400px;
    padding-top: 0%;
}

.gallery-top {
    width: 70%;
}

.gallery-thumbs .swiper-slide {
    width: calc(100% - 2px);
    height: 86px!important;
    opacity: 0.75;
    cursor: pointer;
    /* border: 1px solid #ddd; */
    margin-bottom: 26%!important;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    display: block;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #1963aa;
    border: 2px solid #1e68b4;
}

.proCont1_left .swiper-button-next,
.proCont1_left .swiper-button-prev {
    height: 24px;
    width: 72px;
    top: 96%;
    background-color: #d4d4d4;
    z-index: 99999;
    /* left: 3%!important; */
}

.proCont1_left .swiper-button-next {
    left: 76px;
}

.proCont1_left .swiper-button-prev {
    left: 0px;
}

.proCont1_left .swiper-button-next::after,
.proCont1_left .swiper-button-prev::after {
    font-size: 18px;
    transform: rotate(90deg);
}

.gallery-top {
    height: 400px;
    width: 75%;
    /* border: 1px solid #ddd; */
}

.gallery-top img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0% auto;
}

.jishu_toggle {}

.jishu_toggle dl {}

.jishu_toggle dl dt {
    line-height: 100px;
    text-align: center;
    background: #f0f3fa;
    margin-bottom: 5px;
    font-size: 18px;
}

.jishu_toggle dl dd {
    padding: 2%;
    font-size: 18px;
    line-height: 32px;
}

.downloadCont1 {
    margin: 2% auto;
}

.downloadCont1 ul {}

.downloadCont1 ul li {
    margin-bottom: 2%;
}

.guestbookWrap {
    width: 90%;
    margin: 2% auto;
}

.guestbookWrap form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.guestbookWrap form .item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 30px;
}

.guestbookWrap form .item .f_tit {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}

.guestbookWrap form .item .f_tit span {
    color: #e60012;
}

.guestbookWrap form .item input,
.contactbox-section4 .cont form .item textarea {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    color: #999;
    border: none;
    background-color: #eef5fd;
    font-family: "Microsoft YaHei";
}

.guestbookWrap form .texta textarea {
    height: 228px;
    width: 100%;
    border: none;
    background: #eef5fd;
    padding: 2%;
}

.guestbookWrap form .texta {
    width: 100%;
    padding: 0;
}

.guestbookWrap form .test .an {
    display: flex;
    align-items: center;
}

.guestbookWrap form .but {
    width: 100%;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    width: 40%;
}

.guestbookWrap form .but .joinbox-but {
    text-align: center;
    background-color: transparent;
    border: none;
    width: 40%;
    text-align: center;
    background: #1e68b4;
    color: #fff;
    margin-right: 8%;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
}

.joinbox-but {
    color: #333;
    /* line-height: 10px; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.videolistWrap {}

.videolistWrap ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.videolistWrap ul::after{
    content: "";
    display: block;
    width: 32%;
    height: 0px;
  }


.videolistWrap ul li {
    width: 32%;
    margin-top: 2%;
}

.videolistWrap ul li a {
    display: block;
    position: relative;
}

.videoImg {
    overflow: hidden;
}

.videoImg img {
    width: 100%;
    height: auto;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.videoImg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.videoPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.videoPlay img {}

.videoTitle {
    background: #1e68b4;
    color: #fff;
    text-align: center;
}

.videoTitle p {
    font-size: 24px;
    line-height: 60px;
}

.contactWrap {}

.contactCont1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 2% auto;
    margin-bottom: 5%;
}

.contactCont1_left {
    background: #1e68b4;
    width: 30%;
    padding: 0%;
    color: #fff;
    padding-bottom: 0%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactCont1_left h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 80px;
    display: none;
}

.contactCont1_left p {
    color: #fff;
    border: 2px solid #fff;
    font-size: 24px;
    width: 60%;
    text-align: center;
    line-height: 44px;
    margin: 0px auto;
}

.contactCont1_right {
    background: #f5f5f5;
    padding: 2% 3%;
    width: 70%;
    padding-bottom: 0%;
    height: 260px;
}

.contactCont1_right h2 {
    color: #494949;
    font-size: 18px;
    line-height: 80px;
}

.contactCont1_right p {
    font-size: 16px;
    line-height: 32px;
}

.contactCont2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 0%;
    margin-bottom: 0%;
}

.contactCont2_left {
    background: whitesmoke;
    width: 50%;
    padding: 2% 3%;
    padding-bottom: 0%;
    height: 500px;
    overflow: hidden;
}

.contactCont2_left h2 {
    /* color: #fff; */
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

.contactCont2_left p {
    line-height: 32px;
    font-size: 16px;
}

.contactCont2_left img {}

.contactCont2_right {
    width: 50%;
}

#allmap1 {}

#allmap2 {}

.huozuoList {
    padding: 0%;
}

.huozuoList ul {
    padding-top: 2%;
}

.huozuoList ul li {
    box-shadow: 0px 1px 10px #d4d4d4;
}

.huozuoList ul li a {
    display: block;
}

#captcha {
    width: 45%;
}

.verify {
    width: 44%;
    margin-left: 10%;
}

.weixin_person {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.weixin_person img {}

.side {
    display: none;
}

.aboutNavTwo{
    /* width: 30%; */
	display:none;
}

.homeProCenter{padding-bottom: 2%;}

 
.homeProInfo{padding: 0% 4%;}

.homeProInfo h2{text-align: center;font-size: 24px;line-height: 52px;color: #333;font-weight: 600;/* background: #f0f3fa; */}

.homeProInfo p{font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 0px auto;/* display: none; */}

.homeProImg{
    margin: 4% auto;
    margin-bottom: 0%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }

.homeProImg img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 20px;
}

 

.homeProCenter ul li:hover img {
    transform: scale(1.2);
}

.homeProMore{padding: 0% 4%;margin-top: 6%;margin-bottom: 6%;display: none;}

.homeProMore span{text-align: right;display: block;font-size: 14px;color: #1e68b4;font-weight: 600;}

.homeProItem{
}


.homePro {
    padding-bottom: 2%;
}

.homePro ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.homePro ul li {
    width: 24%;
    height: 540px;
    transition: all 0.3s;
}

.homeProText{
    display: none
}

.homeProText h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 2%;
}

.homeProText p{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 2%;
}

.homeProText div{display: flex;flex-direction: row;align-items: center;justify-content: flex-start;}

.homeProText div span{display: block;line-height: 36px;color: #fff;font-size: 14px;background: #1e68b4;margin-right: 4%;padding: 0%;width: 150px;text-align: center;}

.homeProText div a{display: block;font-size: 14px;line-height: 36px;text-align: center;background: #e1e1e1;padding: 0%;width: 150px;}


.homePro ul li.cur {
    width: 50%;
    position: relative;
}

.homePro ul li.cur .homeProText {
    display: block;
    position: absolute;
    left: 7%;
    bottom: 8%;
    color: #333;
    background: #fff;
    opacity: 0.9;
    padding: 4%;
    right: 14%;
}

 

.homePro ul li:nth-child(1) {
    background: url(/uploads/images/20210813/1795324fe2af8225ffa424d82263a58c.jpg) no-repeat center center;
    background-size: cover;
}

.homePro ul li:nth-child(2) {
    background: url(/uploads/images/20210608/41f6ee53cd427693544f9fced173aa3b.jpg) no-repeat center center;
    background-size: cover;
}

.homePro ul li:nth-child(3) {
    background: url(/uploads/images/20210813/b8d7e8fb3e7d24a4963301e3748e7629.jpg) no-repeat center center;
    background-size: cover;
}


.wapContDiy{
    display: none;
    margin:0px auto;
}

.wapContDiy img{
    width: 100%;
    height: auto;
}



#banner .swiper-button-prev, #banner .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background: #f0f3fa;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    display: none;
}

#banner .swiper-button-next, #banner .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background: #f0f3fa;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    display: none;
}

#banner  .swiper-button-next:after,#banner  .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 600;
}

.animatedDiy{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.proCenterContWrap{background: url(../img/inProImg.jpg) no-repeat top center;background-size: cover;padding: 10% 0%;padding-top: 3%;}

.proCenterCont{margin: 2% auto;}

.proCenterItem{display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;width: 1200px;margin: 0px auto;flex-wrap: wrap;}

.proCenterItem>li{
    width: 31%;
    margin-bottom: 3%;
    /* border-radius: 20px; */
    /* overflow: hidden; */
}

.proCenterImg{display: block;position: relative;border-radius: 30px;overflow: hidden;border: 2px solid #5e5e5e;}

.proCenterImg img{width: 100%;height: auto;}

.proCenterImg h2{position: absolute;bottom: -7px;left: 0px;width: 100%;text-align: center;color: #fff;font-size: 26px;line-height: 84px;background: #286db5;opacity: .7;}

.proCenterSon{
    display: none;
}

.proCenterSon img{

}

.proCenterSon ul{display: flex;flex-direction: column;align-items: center;justify-content: center;flex-wrap: wrap;height: auto;width: 100%;position: absolute;z-index: 1;margin-top: 12%;}

.proCenterSon ul li{width: 53%;margin-bottom: 5%;/* background: #fff; */border: 1px solid #848484;}

.proCenterSon ul li a{display: block;font-size: 20px;color: #fff;line-height: 50px;text-align: center;}


.proCenterSon ul li:hover{
     
    background: #276db5;
}

.proCenterSon ul li:hover a{
    color: #fff;
     
}


.proCenterSon ul.more{display: flex;flex-direction: row;align-items: center;justify-content: space-evenly;flex-wrap: wrap;height: auto;width: 100%;position: absolute;z-index: 1;margin-top: 7%;}

.proCenterSon ul.more li{width: 40%;margin-bottom: 4%;/* background: #fff; */}

.proCenterSon ul.more li:hover{
     
    background: #276db5;
}

.proCenterSon ul.more li:hover a{
    color: #fff;
     
}



.proCenterSon h2{position: relative;/* position: absolute; */bottom: -296px;left: 0px;width: 100%;text-align: center;color: #fff;font-size: 26px;line-height: 67px;/* z-index: 11; */border-top: 1px solid #5e5e5e;}


.proCenterItem li.on .proCenterImg{
    display: none;
}


.proCenterItem li.on .proCenterSon{
    display: block;
    position: relative;   
    top: 0px;
    left: 0px;
}

.proCenterSon .mask{
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 368px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    border-radius: 25px;
}

.inProListWrap{
    background: url(../img/pro_bg.png) repeat top center;
    background-size: auto;
}

.aboutContDiyWrap{
    background: url(../img/pro_bg.png) repeat top center;
    background-size: auto;
    margin-top: 1%;
}


.casesNavDiy{display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin: 5% auto;}

.casesNavDiy li{background: #eef5fd;border-radius: 20px;width: 10%;}

.casesNavDiy li a{text-align: center;padding: 22% 4%;display: block;}

.casesNavDiy li a img{height: 34px;margin: 0px auto;display: block;}

.casesNavDiy li a p{line-height: 50px;font-size: 18px;color: #1e68b4;}

.casesNavDiy li.on{
    background: #d8e6f6;
}

.casesListDiy{

}

.casesListDiy ul {display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}

.casesListDiy li{margin-bottom: 3%;background: #fff;width: 49%;}

.casesListDiy li a{display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;text-decoration: none;}


.casesImgDiy{width: 50%;}

.casesImgDiy img{width: 100%;height: auto;}

.casesRightDiy{width: 50%;/* background: #fff; */display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;min-height: 260px;overflow: hidden;}

.casesRightDiyLeft{width: 85%;padding: 4%;padding-top: 4%;}

.casesRightDiyLeft h3{font-size: 20px;line-height: 32px;color: #333;text-decoration: none;margin-top: 8%;}


.casesRightDiyLeft h4{border-top: 2px solid #333;width: 59px;margin-top: 3%;height: 2px;}


.casesRightDiyLeft p{line-height: 32px;color: #666;font-size: 16px;margin-top: 7%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;max-height: 90px;}

.casesRightDiyRight{width: 15%;padding: 5%;display: flex;align-items: center;}

.casesRightDiyRight span{display: block;border: 1px solid #ccc;width: 40px;height: 80px;text-align: center;line-height: 80px;color: #333;font-size: 15px;margin-top: 341%;}

.casesListDiy li:hover{
   background: #0e366a;
}

.casesListDiy li:hover .casesRightDiyLeft *{
     color:#fff;
 }
 

 .casesListDiy li:hover .casesRightDiyRight *{
    color:#fff;
}


.casesListDiy li:hover .casesRightDiyLeft h4{
    border-top: 2px solid #fff;
}

.casesContDiy{
    max-height: 264px;
    overflow: hidden;
}

.casesContDiy p{

}

.casesContDiy img{
    display: none!important;
}


.homeProItem {
    width: 80%;
    margin: 0px auto;
    position: relative;
}

.swiper-pro-one {
   padding:0% 5%;
}

.swiper-pro-item{
    width: 96%;
    margin:0px auto;
}





.homeProItem .swiper-button-prev, .homeProItem .swiper-container-rtl .swiper-button-next {
    left: -95px;
    right: auto;
    background: #f0f3fa;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    opacity:1;
    top: 37%;
}

.homeProItem .swiper-button-next,.homeProItem .swiper-container-rtl .swiper-button-prev {
    right: -95px;
    left: auto;
    background: #f0f3fa;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    opacity:1;
    top: 37%;
}

.homeProItem  .swiper-button-next:after,.homeProItem .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 600;
}

 


.homeProItem{

}

.homeProItem ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.homeProItem ul li{
     width: 32%;
}

.homeProItem ul li a{

}

.seo_keywords{
    color:#0075c5;
}

.proNav2022{

}

.proNav2022 ul {margin: 30px auto;margin-bottom: 0px;width: 68%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;margin-top: 2%;}

.proNav2022 ul li {overflow: hidden; }

 

.proNav2022 ul li {border: 1px solid #1f69b4;border-radius: 10px;width: 14%;}

.proNav2022 ul li a{display: block;line-height: 40px;padding: 0px 15px;font-size: 16px;color: #666;text-align: center;}
.proNav2022 ul li:hover , .proNav2022 ul li.on {
    background:#1f69b4; 
}

.proNav2022 ul li:hover a, .proNav2022 ul li.on a{
     color:#fff;
}



.cases_show_2022{overflow: hidden;padding-top: 2%;}


.cases_show_2022_left{width: 72%;float: left;}

.cases_show_2022_right{width: 25%;float: right;padding-top: 5px;/* border-radius: 20px; */background: #f0f3fa;padding-bottom: 5%;padding-bottom: 5%;padding: 20px;margin-bottom: 4%;}

.cases_show_2022_right h3{text-align: center;line-height: 60px;font-size: 24px;margin-bottom: 2%;background: #1f69b4;color: #fff;/* border-radius: 20px; */margin-bottom: 3%;text-align: center;line-height: 60px;font-size: 24px;margin-bottom: 2%;background: #1f69b4;color: #fff;/* border-radius: 20px; */margin-bottom: 3%;}


.cases_show_2022_right ul{padding: 0%;margin-top: 6%;}


.cases_show_2022_right ul li{margin-bottom: 7%;/* border: 1px solid #ddd; *//* border-radius: 20px; */overflow: hidden;}


.cases_show_2022_right ul li a{display: block;}



.cases_show_2022_right ul li a img{width: 100%;height: auto;}

.cases_show_2022_right ul li a p{text-align: center;line-height: 32px;font-size: 18px;margin-bottom: 0%;background: #fff;padding: 2%;text-align: center;line-height: 40px;font-size: 18px;margin-bottom: 0%;background: #fff;padding: 2%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}


.cases_show_2022_right ul li:hover{
border:1px solid  #1f69b4;
}


.cases_show_2022_right ul li:hover p{
background: #1f69b4;color: #fff;
}








.proShow2022{overflow: hidden;padding-top: 1%;}


.proShow2022_left{width: 78%;float: left;background: #f0f3fa;padding: 20px;margin-bottom: 5%;}

.proShow2022_right{width: 20%;float: right;padding-top: 2px;/* border-radius: 20px; */background: #f0f3fa;padding-bottom: 5%;padding: 20px;}

.proShow2022_right h3{text-align: center;line-height: 48px;font-size: 18px;margin-bottom: 2%;background: #1f69b4;color: #fff;/* border-radius: 20px; */margin-bottom: 3%;}


.proShow2022_right ul{padding: 0%;margin-top: 6%;}


.proShow2022_right ul li{margin-bottom: 9%;/* border: 1px solid #ddd; *//* border-radius: 20px; */overflow: hidden;}


.proShow2022_right ul li a{display: block;}



.proShow2022_right ul li a img{width: 100%;height: auto;}

.proShow2022_right ul li a p{text-align: center;line-height: 40px;font-size: 16px;margin-bottom: 0%;background: #fff;padding: 2%;}


.proShow2022_right ul li:hover{
border:1px solid  #1f69b4;
}


.proShow2022_right ul li:hover p{
background: #1f69b4;color: #fff;
}


.menu_2022_wrap{
    position: fixed;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 0 40px;
    z-index: 999;
    transition: all 0.36s;
    background: #fff;
    border-radius: 20px;
    padding: 15px 3%;
}


.menu_2022_wrap.act {
    position: fixed;
    width: 100%;
    border-radius: 0px;
}
.menu_2022_wrap.act {
    top: 0px;
    padding: 10px 2%;
}
.menu_2022_wrap.act {
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
}


.menu_2022_wrap.act  .menu_2022_cont {
    float: left;
    margin-left: 16%;
    overflow: hidden;
    width: 60%;
}



.logo_2022_cont{float: left;}

.logo_2022_cont a{

}

.logo_2022_cont a img{

}



.menu_2022_cont{float: left;margin-left: calc(100% - 88%);overflow: hidden;width: 66%;}

.menu_2022_item{
 float: left;
 width: 14%;
}

.menu_2022_nav{/* font-size: 18px; */line-height: 50px;text-align: center;display: block;}

.menu_2022_son{position: absolute;top: 80px;background: #fff;left: 50%;transform: translateX(-50%);width: 100%;box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);padding: 15px;transition: top 0.36s;display: none;min-width: 116px;padding: 20px 0 20px;min-height: 240px;width: 100%;/* position: fixed; */background: #F6F6F6;/* border-radius: 20px; */border-radius: 0 0 20px 20px;}


.menu_2022_wrap.act .menu_2022_son{
    top:70px;
}

.menu_2022_son_cont{width: 1200px;margin: 0px auto;overflow: hidden;padding-bottom: 1%;padding-top: 1%;}

.menu_2022_son_news{

}



.menu_2022_son p{

}


.lang_2022_cont{float: right;/* border: 1px solid #ccc; *//* border-radius: 20px; */width: 5%;}

.lang_2022_cont a{display: block;width: 50px;height: 50px;border: 1px solid #ddd;border-radius: 12px;text-align: center;line-height: 50px;/* font-size: 18px; */color: #999;}

.banner_2022{
    width: 100%;
    position: relative;
    background: #fff;
}

.banner_2022_cont{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner_2022_cont img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.menu_2022_item_on .menu_2022_nav{
    color:#0075c5;
}


.menu_2022_item:hover .menu_2022_nav{
    color:#0075c5;
}

.menu_son_left{
    float: left;
    width: 70%;
    /* background: #f0f3fa; */
    overflow: hidden;
    /* padding: 18px 3% 0% 0%; */
    /* height: 170px; */
}

.menu_son_right{
    float: right;
    width: 28%;
    background: #fff;
    padding-top: 10px;
    padding-left: 2%;
    overflow: hidden;
    margin: 0px auto;
    height: 162px;
    background: #fff url(../img/nav_bg.png) no-repeat 6% 40%;
    background-size: 52%;
}


.menu_son_right h2 {
    color: #666;
    /* font-size: 14px; */
    line-height: 50px;
}

.menu_son_right .menu_a {
    width: 100%;
}

.menu_son_right .menu_a a {
    display: block;
    color: #666;
    line-height: 28px;
    /* font-size: 12px; */
}

.menu_son_left_con1 {
    margin-left: 0%;
    float: left;
    width: 65%;
}


.menu_son_left_con1 h2 {
    color: #276db5;
    /* font-size: 18px; */
    font-weight: 600;
    line-height: 40px;
}


.menu_son_left_con1 ul {
    overflow: hidden;
    margin-top: 0%;
    width: 70%;
}


.menu_son_left_con1 ul li {
    width: 33.33%;
    float: left;
}

.menu_son_left_con1 ul li a {
    display: block;
    line-height: 32px;
    text-align: center;
    /* font-size: 16px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu_son_left_con1 ul li a:hover{
    color:#0075c5;
}

.menu_son_left_con2 {
    width: 35%;
    float: left;
}

.menu_son_left_con2 .menu_img {
    overflow: hidden;
}


.home_ad{
    width: 100%;
    position: relative;
    overflow: hidden;
    height:100vh;
}

.home_ad a{
    display: block;
}

.home_ad a img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.home_ad video{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* height: 87vh; */
    width: 100%;
    object-fit: fill;
}

.aboutdiy1_cont{overflow: hidden;}

.aboutdiy1_cont2{width: 48%;float: left;padding-top: 4%;}

.aboutdiy1_cont2 p{font-size: 18px;line-height: 42px;}


.aboutdiy1_img{width: 48%;margin-left: 3%;overflow: hidden;border-radius: 20px;float: right;}

.aboutdiy1_img img{width: 72%;height: auto;}

.aboutdiy1_cont3{
    padding-right: 12%;
    padding-top: 2%;
}


.lianxiWrap{margin: 3% auto;margin-bottom: 4%;width: 90%;}

.lianxiCont{display: flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}

.lianxiCont li{width: 32%;margin-bottom: 2%;border: 1px solid #ddd;text-align: center;padding: 3% 0%;}

.lianxiCont img{

}

.lianxiCont h3{color: #000;font-weight: 600;font-size: 24px;display: -webkit-box;max-height: 50px;overflow: hidden;line-height: 50px;-o-text-overflow: ellipsis;text-overflow: ellipsis;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}

.lianxiCont p{
    color: #545454;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    max-height: 36px;
    overflow: hidden;
    line-height: 36px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lianxiCont li:hover {
    border:1px solid #1e68b4;
}

.song_play_wrap{
	text-align: center;
	margin: 4% auto;
}

.song_play{
	display: block;
	background: #bbbbbb;
	width: 120px;
	border-radius: 10px;
	line-height: 40px;
}

.song_play img{
	max-width:100%;
	height:auto;
	overflow:hidden;
}

.inProFanyeWrap{
	background: #fff;
	display: grid;
	grid-template-columns: 50% 50%;
	margin-left: 1%;
	padding: 3% 2%;
	border-top: 1px solid #ddd;
}

.inProFanyeWrap p{
	text-align: left;
	font-size: 16px;
	line-height: 50px;
	background: #fdfdfd;
	padding-left: 6px;
	margin-left: 2%;
	
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.inProFanyeWrap p a{
	
}

.inProFanyeWrap .p1{
	
}

.inProFanyeWrap .p2{
	
}


.inProFanyeWrap2 {
    background: #fff;
    display: grid;
    grid-template-columns: 50% 50%;
    /* margin-left: 1%; */
    padding: 3% 0%;
    border-top: 1px solid #ddd;
    width: 98%;
    margin: 0px auto;
}


.proNav2023{
	display:none;
	width: 90%;
	margin: 0px auto;
}

.proNav2023_nav{
	width: 96%;
	margin: 0px auto;
	background: #fff;
	padding: 2%;
	margin-top: 2%;
	border-radius: 10px;
	margin-bottom: 0px;
}

.proNav2023_nav li{
	border-top: 1px solid #f9f9f9;
}

.proNav2023_nav li:first-child{
    border:none;
}

.proNav2023_nav li:last-child .proNav2023_top{
    
}

.proNav2023_top{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	border-bottom: 1px solid #f1f6fb;
	position: relative;
}


.proNav2023_top .arrow{
	content: '';
	position: absolute;
	top: 14px;
	right: 5%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #276db5;
	border-right: 1px solid #286eb6;
	transform: rotate(45deg);
}


.proNav2023_top span{
	font-size: 16px;
	line-height: 40px;
	padding-left: 3%;
	display: block;
	width: 88%;
}

.proNav2023_top span a{
 
	display: block;
	width:100%;
}



.proNav2023_list{
	display:none;
}

.proNav2023_list ul{
	
}



.proNav2023_list ul li{
	
}

.proNav2023_list ul li a{
	display: block;
	padding-left: 16%;
	line-height: 35px;
	font-size: 16px;
	color: #999;
}

/**pc:style**/


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/
.newsDetailCont a{color:#1f69b4;}


.home_ad_video{

}

.home_ad_video video{

}


.news2023wrap{margin: 2% auto;padding: 2% 0%;padding-top: 0%;}

.news2023title{

}

.news2023title h2{font-size: 24px;line-height: 50px;color: #1e68b4;font-weight: 600;text-align: center;margin-bottom: 4%;}

.news2023Cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news2023left{width: 46%;}

.news2023left a{

}

.news2023img{border-radius: 20px;overflow: hidden;}

.news2023img img{width: 100%;height: auto; transition: all 0.5s;}

.news2023left:hover img{
    transform: scale(1.2);
}
.news2023info{padding: 2%;}

.news2023info h3{font-size: 20px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;/* font-weight: 600; */}

.news2023info p{line-height: 28px;font-size: 14px;color: #9a9a9a;}


.news2023right{width: 50%;}

.news2023right ul{display: flex;flex-direction: column;}

.news2023right ul li{width: 100%;margin-bottom: 2%;border-bottom: 1px solid #f5f5f5;}

.news2023right ul li a{display: flex;flex-direction: row;justify-content: space-between;}

.news2023right ul li a h3{font-size: 18px;line-height: 60px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;/* font-weight: 600; */}


.news2023right ul li a span{font-size: 18px;color: #999;line-height: 60px;}


.news2023right ul li:hover a *{
 color:#1e68b4;
}

.news2023left:hover .news2023info *{
    color:#1e68b4;
}


.home2023more{
    width: 130px;
   background: linear-gradient(to left, #1e80ce, #48a6f5);
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    margin: 1% auto;
    transition: all 0.5s;
    margin-bottom:1.5%;
     

}

.home2023more:hover{
    background: linear-gradient(to right, #1e80ce, #48a6f5);
}

.news2023wrap .home2023more{

}



.case2023wrap{

}


.case2023wrap .home2023more{

}


.case2023item{position: relative; margin-bottom:3%;}
.case2023item .bd{ overflow: hidden;padding: 0px 0;}
.case2023item .slick-list{ overflow: visible; margin-right: -30px; }
.case2023item .myslide{ width: 25%; float: left; display: inline; padding: 0;}
.case2023item .con{ margin-right: 30px; display: block; position: relative;}
.case2023item .con .pic::before{ padding-top: 130.5638%;}
.case2023item .con .text{ padding: 8px 10px 13px;background: linear-gradient(transparent,rgba(0,0,0,.5));background: -webkit-linear-gradient(transparent,rgba(0,0,0,.5)); text-align: center; position: absolute; left: 0; bottom: 0; right: 0;}
.case2023item .con .text .icn{ height: 40px; background-position: center center; background-repeat: no-repeat;}
.case2023item .con .text .title{ height: 40px; line-height: 40px; overflow: hidden; color: #ffffff; font-size: 18px;}
.case2023item .prev{ display:block; width: 40px; height: 50px; cursor: pointer; background:rgba(0, 0, 0, .3) url(../img/bannerPrev.png) no-repeat center center; position: absolute; left: 0px; top: 50%; margin-top: -25px; z-index: 1; display: none;}
.case2023item .next{ display:block; width: 40px; height: 50px; cursor: pointer; background:rgba(0, 0, 0, .3) url(../img/bannerNext.png) no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -25px; z-index: 1; display: none;}
.case2023item .prev:hover,.case2023item .next:hover{ background-color: #003f85;}



.clamp1{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 1 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp2{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 3 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 4 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp5{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 5 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp6{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 6 !important;-webkit-box-orient: vertical;overflow: hidden;}


.imghover .pic{ overflow:hidden;}/* Ã¨Â®Â¾Ã§Â½Â®Ã¥â€ºÂ¾Ã§â€°â€¡Ã§Â»ÂÃ¨Â¿â€¡Ã¦â€Â¾Ã¥Â¤Â§ */
.imghover img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* Ã¨Â®Â¾Ã§Â½Â®Ã¥â€ºÂ¾Ã§â€°â€¡Ã§Â»ÂÃ¨Â¿â€¡Ã¦â€Â¾Ã¥Â¤Â§ */
.imghover:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* Ã¨Â®Â¾Ã§Â½Â®Ã¥â€ºÂ¾Ã§â€°â€¡Ã§Â»ÂÃ¨Â¿â€¡Ã¦â€Â¾Ã¥Â¤Â§ */
.pic{position: relative;}
.pic:before{display: block;content: '';padding-top: 60%;}
.pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;}





.pro2023wrap{

}

.pro2023title{

}

.pro2023title h2{
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #1e68b4;
    font-weight: 600;
    margin-bottom: 4%;
}


.pro2023wrap .home2023more{

}


.pro2023item{position: relative;margin-bottom: 0%;}
.pro2023item .bd{ overflow: hidden;padding: 0px 0;}
.pro2023item .slick-list{ overflow: visible; margin-right: -30px; }
.pro2023item .myslide{ width: 25%; float: left; display: inline; padding: 0;}
.pro2023item .con{ margin-right: 30px; display: block; position: relative;}
.pro2023item .con .pic::before{ padding-top: 130.5638%;}



.pro2023item .con .pic img{
	height:auto;
}

.pro2023item .con .text{padding: 8px 10px 13px;background: linear-gradient(transparent,rgba(0,0,0,.5));background: -webkit-linear-gradient(transparent,rgba(0,0,0,.5));text-align: center;position: absolute;left: 0;bottom: 0;right: 0;background: #F6F6F6;}
.pro2023item .con .text .icn{ height: 40px; background-position: center center; background-repeat: no-repeat;}
.pro2023item .con .text .title{/* height: 40px; */line-height: 45px;overflow: hidden;color: #1e68b4;font-size: 22px;border-bottom: 1px solid #ececec;text-align: left;/* min-height: 11vh; */}
.pro2023item .prev{ display:block; width: 40px; height: 50px; cursor: pointer; background:rgba(0, 0, 0, .3) url(../img/bannerPrev.png) no-repeat center center; position: absolute; left: 0px; top: 50%; margin-top: -25px; z-index: 1; display: none;}
.pro2023item .next{ display:block; width: 40px; height: 50px; cursor: pointer; background:rgba(0, 0, 0, .3) url(../img/bannerNext.png) no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -25px; z-index: 1; display: none;}
.pro2023item .prev:hover,.pro2023item .next:hover{ background-color: #003f85;}


.pro2023item .con .desc{text-align: left;line-height: 24px;font-size: 16px;margin: 2% auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #999;height:48px;}

.pro2023item .con .more{
    color: #1e68b4;
    text-align: left;
    font-size: 16px;
}



.pro2023item .myslide:hover  .text{
    background: #1e68b4;
}


.pro2023item .myslide:hover  .text *{
    color: #fff;
}


.proNav2023_top span a.on {
    
    color: #286db5;
    font-weight: 600;
}


