﻿/* CSS Document */
html{
    min-width: 1300px;
}
body {
    position: relative;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 1400px;
    min-height: 780px;
}
* {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

p{
    font-size: 16px;
    line-height: 30px;
    color:#666;

}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.clearfix{
    *zoom:1;
}
.banner-bg{
    background-size:cover!important;
    background:url("/www/images/banner2-bg.jpg") no-repeat center ,url("/www/images/banner3.jpg") no-repeat center;
    animation:mymove 10s 1s infinite;
    -webkit-animation:mymove 10s 1s infinite; /*Safari and Chrome*/
}

@keyframes mymove
{
    10%{background:url("/www/images/banner2-bg.jpg") no-repeat center;background-size:cover;}
    40%{background:url("/www/images/banner2-bg.jpg") no-repeat center;background-size:cover;}
    /*25%{background:url("/www/images/banner1-bg.jpg") no-repeat right;}*/
    55%{background:url("/www/images/banner3.jpg") no-repeat center;background-size:cover;}
    90%{background:url("/www/images/banner3.jpg") no-repeat center;background-size:cover;}
    100%{background:url("/www/images/banner2-bg.jpg") no-repeat center;background-size:cover;}

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    10%{background:url("/www/images/banner2-bg.jpg") no-repeat center;background-size:cover;}
    40%{background:url("/www/images/banner2-bg.jpg") no-repeat center;background-size:cover;}
    /*25%{background:url("/www/images/banner1-bg.jpg") no-repeat right;}*/
    55%{background:url("/www/images/banner3.jpg") no-repeat center;background-size:cover;}
    90%{background:url("/www/images/banner3.jpg") no-repeat center;background-size:cover;}
    100%{background:url("/www/images/banner2-bg.jpg") no-repeat center;background-size:cover;}

}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {

    overflow: hidden;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-banner {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.banner1-title {
    width: 70%;
    height: auto;
    position: absolute;
    left: 15%;
    top: 40%;
    z-index: 2;
    font-size: 50px;
    color: #fff;
}
.ani,.ani1 {
    position: absolute;
}
.txt {
    position: absolute;
}

.top {
    width: 94%;
    min-width: 1200px;
    height: 80px;
    padding: 15px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
}
.top-bg{
    height: 50px;
    background: linear-gradient(to right,#3c92ff,#4091f6)!important;
    animation: down 1s;
}
@keyframes down{
    0%{height: 0;}
    to{height: 50px;}
}

.logo {
    width: 350px;
    height:50px;
    background: url("/www/images/logo.png") no-repeat;
    backgroud-size:auto 100%;

}
.menu {
    width: 56%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu a {
    height: 40px;
    line-height:35px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    position: relative;
}
.menu a:hover {
    color: #ffe065;

}
.menu-current{
    color:#ffed27!important;
}
.menu-current:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffed27;
    left:0;
    bottom:0;
    z-index: 1;

}
.menu a:hover:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #ffed27;
    left:0;
    bottom:0;
    z-index: 1;
    animation: line 0.5s linear forwards;
    animation-iteration-count:1;
}
@keyframes line{
    0%{width: 0;}
    to{width: 100%;}
}

.english {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 2vh;
    cursor: pointer;
    opacity: 0.7;
}
.english:hover {
    color: #fff;
    opacity:0.9;
    box-shadow: 0px 0px 10px #B3D8FF;
}
.index-map {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    right: 28%;
    z-index: 2;
}
.index-map img{
    width: auto;
    height: 100%;
    min-height: 800px;
    object-fit: cover;
}
.tzhj-top-bg {
    width: 100%;
    height: 200px;
    background: linear-gradient(#0054B1, transparent);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
.jiangsu {
    position: absolute;
    z-index: 4;
    left: 50%;
}
.tzhj-inter {
    position: absolute;
    z-index: 4;
    width: 25%;
    height: auto;
    left: 50%;
    margin-left: 180px;
    margin-top:0;
    color: #fff;
    text-shadow: 0px 0px 5px #005DA4;
    text-align: left;
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 30px 0;
    display: block;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 34px 0;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bulle:hover {
    width: 16px !important;
    height: 16px !important;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 0px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    cursor: auto;
}
.menuright {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline>.swiper-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.swiper-container-r .swiper-slide{
    width: auto;
    padding: 0px;

}
.swiper-container-r .swiper-slide img{
    height: 100px;
    width: auto;
}
.swiper-container-r .swiper-slide:hover img{
    box-shadow: 0px 0px 20px #5391D9;
}
.swiper-pagination-i .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    display: none;
    opacity: 0.8;
    background: transparent;
    margin: 30px 0 !important;
    right: 20px;
    position: relative;
    color: #fff;
    font-size: 17px;
    text-align: left;
}
.swiper-pagination-i .swiper-pagination-bullet:after {
    content: "";
    width: 12px;
    height:12px;
    display: block;
    position: absolute;
    background: #fff;
    left:-40px;
    top: 8px;
    border-radius: 50%;
    z-index: 9;

}
.swiper-pagination-i .swiper-pagination-bullet-active {
    display: block !important;
    opacity: 1;
    right:20px;
    font-weight: bold;
    font-size: 18px;
    /* text-shadow: 0px 0px 20px #4396f2*/

}
.swiper-pagination-i .swiper-pagination-bullet-active:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: #fff;
    left: -40px;
    top: 8px;
    border-radius: 50%;
    z-index: 9;

}
.swiper-pagination-i .swiper-pagination-bullet-active:before {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    border: 1px dashed #fff;
    left: -53px;
    top: -5px;
    border-radius: 50%;
    z-index: 9;
    animation: rotate 3s linear infinite;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.tzhj-position{
    position: absolute;
    top:46%;
    right: 24%;
    margin-right: -16px;
    z-index:20;
}
.tzhj-position a{
    position: relative;
    display: block;
    width:100px;
    height:100px;
    line-height: 100px;
    font-weight: 600;
    color: #F44336;
    font-size: 2.5vh
}
.dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #DB1013;
    border:4px solid #fff;
    position: absolute;
    top:51%;
    right:26%;
    margin-top:36px;
    z-index:9;

}
.dot:before{
    position: absolute;
    z-index: -1;
    content: "";
    margin-left: -15px;
    margin-top:-9px;
    width:30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    animation: ripple 5.5s ease-out 2.4s infinite;
}
.dot:after{
    position: absolute;
    z-index: -1;
    content: "";
    margin-left: -20px;
    margin-top:-14px;
    width:40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;
    animation: ripple 5.5s ease-out 2.4s infinite;
    animation: ripple 5.5s ease-out 225ms infinite;
}
@keyframes ripple{
    0%{opacity:1;transform:scale(1)}
    to{opacity:0;transform:scale(7)}
}
.nav-title{
    font-size:30px;
    color:#fff;
    left:10%;
    top:16%;
    z-index: 99;
    font-weight: bolder;
    letter-spacing: 5px;
    text-align: left;
    /*text-shadow:0px 2px 5px #3d92d3;*/

}
.nav-title-englist{
    font-size: 16px;
    font-weight: 500;
    /*	text-transform:uppercase;*/
    letter-spacing: normal;
}
.video-item{
    width: 100%;
    height:100%;
    top:0;
    right:0;
    z-index: 1;
    position: absolute;
}

.thlt-left-cover{
    width: 80%;
    height: 100%;
    background: linear-gradient(to right,#0058a7,transparent);
    position: absolute;
    top:0;
    left:0;
    z-index: 9;

}
.video-item video{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.tzzt-box{
    position: absolute;
    z-index: 2;
    width: 76%;
    height: 400px;
    left:10%;
    top:30%;
    opacity: 0.95;


}

.tzzt-box dl{
    width: 30%;
    height: 270px;
    padding: 50px 0px 90px 0px;
    color:#666;
    background: #0064cf;
    float: left;
    position: relative;

}

.tzzt-bg{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -5px;
    z-index: 0;
}

.tzzt-bg img{
    width: 100%;
    height: auto;
    border-radius: 0px 0px 5px 5px;
}
.tzzt-box dl>.tzzt-bg{
    display: block!important;
    opacity: 1;
}


.tzzt-box dl dd{
    font-size: 20px;
    text-align: center;
    position: relative;
    color:#fff;
    padding-top: 15px;

}

/*.tzzt-box dl:after{
	content: "";
	width: 60px;
	height: 1px;
	background: #367fe5;
	position: absolute;
	left:50%;
	top:90px;
	margin-left: -30px;
	bottom:10px;
}*/
.tzzt-box dl:hover>img{
    animation: rotate 0.5s linear ;
}

.tzzt-box dl:hover{
    background:#0e44ad;
    color:#fff;
    opacity: 1;
    border:none;;
    width: 32%;

}
.tzzt-box dl:hover>.tzzt-bg{
    opacity: 0.3;
    z-index: 0;
}
.tzzt-box dl:hover>.tzzt-list{
    display: none;
}
.tzzt-current {
    width:40%!important;
    background:#0065bfdb!important;
    color:#fff;
    opacity: 1;
    border:none;

}

.tzzt-current .tzzt-list{
    display: none;
}
.tzzt-current .tzzt-bg{
    opacity: 0.5!important;
    z-index: 0;
}
.tzzt-current .viewMore{
    width: 100%;
    opacity:1!important;
    animation: top 0.5s linear ;
    display: block;
}
.tzzt-current .introduct__data{
    display: flex;
}
@keyframes top{
    0%{opacity:0;margin-top: 50px; display: none;}
    to{opacity:1;margin-top: 0px;display: block!important;}
}
.tzzt-box dl:hover .viewMore{
    display: block;
}

.tzzt-box dl dt{
    padding:10px 0px 0px 0px ;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color:#fff;
}
.tzzt-box dl:hover .index-more01{
    color:#5ea2f8!important;
    border:1px solid #fff!important;
    background: #fff;

}
.wstz-box{
    width: 76%;
    height: 400px;
    position: absolute;
    top:30%;
    left:10%;
    display: flex;
    justify-content: space-between;
}
.wstz-box dl{
    width: 24%;
    padding-top: 80px;
    background:#e3eefb;
    position: relative;
    cursor: pointer;
}

.wstz-box dl dd{
    color:#206dec;
    font-size: 1.2rem;
    line-height: 40px;
}
.wstz-box dl dt{
    font-size: 1.4rem;
    font-weight: 600;
    color:#206dec;
}
.wstz-box dl a>img{
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%;
    margin-left:-50px;
    top:50%;
    z-index: 99;
}
.wstz-box .tzzt-bg{
    width: 100%;
    z-index: 0;
}
.wstz-box .tzzt-bg img{
    width: 100%;
    height: auto;
}

.wstz-contact{
    width: 100%;
    text-align: center;
    margin-top:320px;
    color:#fff;
    font-size: 16px;
    line-height: 30px;
}

.wstz-box dl:hover{
    width: 24%;
}
.wstz-box dl:hover>.tzzt-bg{
    opacity: 1;
}


.wstz-box dl:hover{
    background:#4787f1;
    color:#fff;
    opacity: 1;
    border:none;
}
.wstz-box dl:hover dd,.wstz-box dl:hover dt,.wstz-box dl:hover dt font{
    color:#fff;
}


.index-more01{
    position: absolute;
    padding: 5px 15px;
    width: 120px;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color:#fff;
    background:linear-gradient(#5ea2f8,#4091f6);
    left:50%;
    margin-top: 20px;
    margin-left: -75px;
}

.thlt-title{
    position:absolute;
    width: 100%;
    height: auto;
    left:0%;
    color:#fff;
    top:10%;
    z-index:9;
    text-align: left;
}
.thlt-date{
    font-size: 3vh;
    line-height: 10vh;

}
.thlt-name{
    font-size: 4vh;
    line-height: 5vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;

}
/*.thlt-more{
	width: 25%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 0px 20px 20px 0px;
	color:#004fa7;

}*/
.thlt-more{
    font-size: 16px;
    display: inline-block;
    padding: 6px 0px;
    color: #fff;
    background-color:none;
    /*      border:1px solid #fff;*/
    border-radius: 20px;
    text-indent: 0px;
    margin-top:0px;

}

.thlt-more:hover{
    color:#ffed27!important;

}

.thlt-year{
    width: 80%;
    padding:0 20%;
    height: 80px;
    position: absolute;
    bottom:15%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;


}
.thlt-year:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #fff;
    top:39px;
    left:0;
    z-index: -1;
    opacity: 0.8;
}

.thlt-year>.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 26px;
    font-weight: bold;
    color:#fff;
    margin: 0px 80px;
    position: relative;
    opacity: 0.8;
}
.thlt-year>.swiper-pagination-bullet:before{
    content: attr(data-attr);
    position: absolute;
    border-radius: 50%;
    top:-10px;
    left:-22px;
    opacity: 0.8;
}
.thlt-year>.swiper-pagination-bullet:after{
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top:-7px;
    left:50%;
    margin-left: -12px;
    border:2px solid #fff;
    opacity: 0.8;

}

.thlt-year>.swiper-pagination-bullet-active{

    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 26px;
    font-weight: bold;
    color:#ffed27;
    margin: 0px 80px;
    position: relative;
    opacity: 1;
    background:#ffed27;
}

.thlt-year>.swiper-pagination-bullet-active:after{
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top:-7px;
    left:50%;
    margin-left: -12px;
    border:2px solid #ffed27;
    animation: ripple3 1.5s ease-out 2.4s infinite;
    animation: ripple3 1.5s ease-out 225ms infinite;
}
@keyframes ripple3{
    0%{opacity:1;transform:scale(1);}
    to{opacity:0.2;transform:scale(1.5);}
}
.news{
    width: 78%;
    height: 44%;
    min-height: 300px;
    position:absolute;
    top:26%;
    left:10%;
    z-index: 99;
    background: #fff;
}
.new-left{
    width: 50%;
    height: 100%;
    background: url("/www/images/news-left.png") no-repeat;
    background-size: cover;
    position: absolute;
    left:0;
    top:0;
}
.new-message{
    width: 90%;
    height: 25%;
    padding: 0 5%;
    line-height:100px;
    font-size: 30px;
    color:#fff;
    text-align: left;
    position: absolute;
    top:0;

}
.new-message-box{
    width: 100%;
    height: 100%;
}
.message-title{
    width: 70%;
    height: auto;
    margin-bottom: 5%;
    padding-bottom: 20px;
    position:absolute;
    top:100px;
    left:7%;
    text-align: left;
    font-size:22px;
    line-height: 30px;
    color:#fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.message-title a{
    color:#fff;
}
.message-title a:hover{
    color:#FFCD51;
}
.message-title:after{
    content:"";
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    left:0;
    bottom:0px;
}
.message-content{
    width: 80%;
    position:absolute;
    left:7%;
    top:200px;
    font-size: 14px;
    line-height: 24px;
    color:#fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}
.news-more a{
    font-size: 2vh;
    color:#fff;
    position: absolute;
    bottom:30px;
    right:5%;
    z-index: 99;
    cursor: pointer;

}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:30px;
}
.news-more a:hover,.news-more:hover{
    color:#FF5700!important;
}
.new-right{
    width: 50%;
    height:100%;
    overflow: hidden;
    position: absolute;
    right:0;
    top:0;

}
.new-right ul{
    width: 100%;
    height: 100%;

}
.new-right ul li{
    height:29%!important;
    padding-left: 19%;
    position: relative;
    border-bottom:1px solid #e4f1ff;
    border-right:5px solid #fff;
}
.new-right ul li .count{
    content: "";
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    font-size: 14px;
    color:#fff;
    left:15px;
    top:20px;
    border-radius: 3px;
    z-index: 9;
    background: #bdd1de;

}
.new-right ul li:hover{
    background: #eef6ff;
    border-right:5px solid #458ae2;
}
.new-right ul li a:hover>.count{
    background: #0e459a!important;


}


.new-right ul li:after{
    content: "";
    width: 16px;
    height:16px;
}
.new-right ul li:hover .news-title{
    color:#0e459a!important;
}
.new-right ul::-webkit-scrollbar {
    width: 6px;   /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
    background: #E7E7E7;
}
/*定义滚动条轨道（凹槽）样式*/
.new-right ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    /* 较少使用 */
    border-radius: 3px;
}
/*定义滑块 样式*/
.new-right ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 100px;    /* 滚动条滑块长度 */
    background-color: #2064bc;
}


.news-title{
    width: 100%;
    height:24px;
    padding: 20px 0 0 0;
    line-height: 2.4vh;
    color:#333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news-content{
    width: 100%;
    line-height: 18px;
    font-size:14px;
    text-align: left;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.introduce{
    width:50%;
    height: auto;
    position: absolute;
    left:10%;
    top:24%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.introduce p{
    width: 100%;
    height: auto;
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height:4vh;
    color:#fff;
    text-shadow: 0px 1px 3px #3e7bbe;
}
.gywm-right-img{
    width: 30%;
    height: 100%;
    position: absolute;
    right:0;
}
.gywm-right-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gywm-bottom{
    width: auto;
    height:26%;
    padding:0 30px;
    position: absolute;
    bottom:0;
    left:10%;
    background: linear-gradient(#5ea2f8,#4091f6);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gywm-bottom a{
    width: auto;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    position: relative;
    margin: 0px 30px;
}
.gywm-bottom a img{
    width: 20%;
    height: auto;
    margin-right: 5px;
}
.gywm-bottom a dl dd{
    font-size:30px;
    text-align: left;
}
.gywm-bottom a dl dt{
    font-size:14px;
    text-align: left;
}

.gywm-bottom a:hover:after{
    content: "";
    position: absolute;
    width:100%;
    height: 3px;
    background: #fff;
    left:0;
    bottom:-20px;
    z-index: 1;
    animation: line 0.2s linear forwards;
    animation-iteration-count:1;
}
@keyframes line{
    0%{width: 0;}
    to{width: 100%;}
}
.yqlj-logo{
    width: 60%;
    height: auto;
    position: absolute;
    left:10%;
    top:60%;
    margin-top: 40px;
    z-index:99;
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;

}
.yqlj-logo a{
    width: 26%;
    height: auto;
    display: block;
    margin-right:2%;
    margin-bottom: 10px;

}
.yqlj-logo a:hover img{
    box-shadow: 0px 0px 20px #5391D9;
}

.yqlj-logo a img{
    width: 100%;
    height: auto;
    object-fit:cover;
}
.foot{
    width: 100%;
    min-width:1430px;
    height: 80px;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 99;
    background: #3281e4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}

.foot p{
    font-size:13px;
    color:#fff;
    margin: 0px 50px 0px 10px;
}
.roll-box{
    width: 78%;
    position: absolute;
    left:10%;
    top:72%;
    display: flex;
    justify-content: space-between;

}


.banner-ny{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    flex-wrap: wrap;
    background-position:center;
}
.banner-ny span{
    display:none;
    font-size: 45px;
    color:#fff;
    font-weight: bold;
    margin-top: 50px;
    text-shadow: 0px 0px 5px #458be7;
    letter-spacing: 10px;

}
.banner-ny img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ny-position-box{
    width: 100%;
    height: 75px;
    border-bottom:1px solid #f0f0f0;
    font-size: 15px;
}
.ny-position{
    width: 75%;
    min-width: 1200px;
    max-width: 1400px;
    height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#666;
    margin: 0 auto;
    position: relative;
}
.index{
    width: 75px;
    height: 75px;
    display: block;
    background: url("/www/images/index.png") center center no-repeat;


}
.index:hover{
    background:url("/www/images/index-w.png") center center no-repeat #6eacf9 ;

}

.ny-position a,.ny-position span{
    color:#666;
    margin-right: 20px;
    font-size:15px;
}
.ny-position a:hover{
    color:#d0ac41;

}
.ny-content{
    width: 88%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto ;
    padding:60px 0px 80px 0;
}
.ny-news{

}
.nav-left{
    width: 23%;
    height:auto;
    background: #f3f7fb;
    padding-bottom: 100px;
    float: left;
    margin-bottom: 180px;
    position: relative;
}
.nav-left-title{
    width: 260px;
    height: auto;
    padding: 40px 20px;
    font-size:30px;
    color:#666;
    line-height:40px;


}
.nav-left-title p{
    width: 100%;
    font-size:30px;
    color:#0d60c8;
    line-height: 40px;

}
.nav-left-title span{
    width: 100%;
    font-size:30px;
    color:#c5d0ec;
}
.nav-list{
    width: 100%;
    height: auto;
}
.nav-list li{
    width: 86%;
    height: 60px;
    padding: 0px 7%;
    text-align: left;
    color:#666;
    line-height: 60px;
    font-size: 18px;
    white-space: nowrap;

}

.video-items{
    width: 100%;
    height: 100%;

}
.news-list{
    width: 100%;
    padding-bottom: 30px;
}
.new-box{
    width: 100%;
    height: 100px;
    border-bottom:1px dashed #ccc;
    padding:20px 20px;
    position: relative;
}
.new-box:hover{
    background: #eef6ff;
}
.new-box:hover:after{
    content: "";
    height: 100%;
    width: 5px;
    background: #458ae2;
    position: absolute;
    right:0;
    top:0;
}
.new-date{
    padding:15px 20px 15px 30px;
    height: 60px;
    text-align: center;
    line-height: 20px;
    color:#458ae2;
    font-size: 18px;
}
.new-date span{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}
.new-title{
    height: 30px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.new-title p{
    font-size: 18px;
    max-width: 80%;
    color:#09448f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-title span{
    font-size: 15px;
    color:#666;
}
.new-box a:hover>.new-title p{
    color:#1060C5;
}
.new-nr{
    height: 40px;
    font-size: 14px;
    color:#a3a3a3;
    line-height: 20px;
    margin: 10px 0 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page{
    width: auto;
    height: 50px;
    margin: 10px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border:1px solid #e8ecf7;
    border-radius:25px;
    margin: 0px 15px;
    color:#778099;
    cursor: pointer;
    position: relative;
}
.first,.last{
    width: auto;
    padding: 0px 15px;
}
.nav-left-current,.page li:hover,.page-current{
    background:linear-gradient(to right,#6eacf9,#4091f6);
    color:#fff!important;
}
.nav-list li:hover{
    color:#6eacf9;
    font-weight: 600;

}

.ny-right{
    width: 74%;
    margin-left: 3%;
    float: right;
}
.right-top{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f0f0f0;
}
.right-top span{
    height: 50px;
    font-size: 18px;
    padding: 20px 0;
    color: #4072c1;
    line-height: 60px;
    margin: 0px 20px;
    border-bottom: 2px solid #4072c1;
}
.right-top>div{
    float: right;
    margin: 20px;
}
.box-tzzt{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ny-title{
    width: 100%;
    height: 80px;
    font-size: 30px;
    color:#333;
    text-align: left;
}
.box-shadow{
    box-shadow: 0px 0px 10px #ECECEC;
}
.ny-title span {
    font-size: 18px;
    color: #c1c8d8;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.ziyoumaoyi-intro{
    width: 45%;
    height: auto;
    padding: 30px 0px;
    margin-right: 5%;

}
.ziyoumaoyi-intro p{
    font-size: 16px;
    line-height: 30px;
    color:#666;
    text-indent: 2em;
}
.zymy-map{
    width: 48%;
    height: auto;

}
.ziyoumaoyi-list{
    width: 31%;
    margin: 30px 0px 0 0;
    position: relative;

}
.ziyoumaoyi-list img{
    width: 100%;
    height: auto;
}
.ziyoumaoyi-list dl{
    width:100%;
    height: 100%;
    position: absolute;
    background:linear-gradient(to right,#2188de,transparent);
    line-height:200px;
    opacity: 1;

}

.ziyoumaoyi-list dl dd{
    width: 100%;
    height: 40px;
    text-indent: 30px;
    color:#fff;
    font-size: 30px;


}

.ziyoumaoyi-list dl dt{
    width: 100%;
    height: 20px;
    text-indent: 30px;
    color:#fff;
    font-size: 18px;

}
.ziyoumaoyi-list:hover dl{

    animation: bg 0.2s linear forwards;
    animation-iteration-count:1;
}
@keyframes bg{
    0%{width: 100%;
        opacity: 1;
    }
    to{width:0;
        opacity:0;
    }
}
.jingjijishu{
    width: 100%;
    height: 900px;
    background: url("/www/images/jingjijishu-bg.png") top center no-repeat;
    background-size: 100% 700px;
    padding: 10px 0;
}
.swiper-container-jingjijishu{
    width: 100%;
    padding: 10px;
    height: 680px;
    position: relative;
    margin-left: -10px;
    overflow: inherit;


}
.swiper-container-jingjijishu .swiper-wrapper{
    width: 100%;
    height:680px;
    display: flex;
    flex-wrap: wrap;


}
.swiper-container-jingjijishu .swiper-slide{
    width: 25%;
    height: 320px;
}
.jingjijishu-box>.swiper-button-next,.jingjijishu-box>.swiper-button-prev {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    top:50%;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    z-index: 99;
}
.jingjijishu-box>.swiper-button-prev{
    background-image: url("/www/images/left.png");
    left: -80px!important;
    right: auto;

}
.jingjijishu-box>.swiper-button-next {
    background-image: url("/www/images/right.png");
    right: -80px!important;
    left: auto;
}
.jingjijishu-list{
    width:90%;
    height: 270px;
    background: #fff;
    position: relative;
    color: #666;
    box-shadow: 0 0 10px #ccc;
}

.jingjijishu-box{
    width: 100%;
    height: 800px;
    position: relative;


}
.jingjijishu-img{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;

}
.jingjijishu-list:hover .jingjijishu-img img{
    transition: all 1s;
    transform: scale(1.1);
}
.level-c,.level-p{
    position: absolute;
    left:10px;
    top:10px;
    width:60px;
    height: 24px;
    color:#fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    z-index: 99;
    background: linear-gradient(to right,#e93232,#f06060)
}
.level-p{
    background: linear-gradient(to right,#f48f35,#f0a15b)
}
.jingjijishu-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jingjijishu-name{
    width: 98%;
    padding: 0px 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 70px;
    font-size: 18px;
}
.news-list-nav{
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}

.news-list-nav span{
    width: 160px;
    padding: 0px;
    font-size: 24px;
    color: #4091f6;
    position: absolute;
    background: #fff;
}
.news-list-nav span:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4091f6;
    position: absolute;
    left:60px;
    top:14px;
}
.nav-line{
    width:100%;
    height: 8px;
    background: #f6f6f6;

}

.article{
    width: 100%;
    padding: 30px 0px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    color:#666;
    text-indent:2em;
    word-break: break-all; /* 新增属性，解决数字溢出问题 */
}
.article div{
    text-indent:0em;
}
.article h1{
    width: 100%;
    height: auto;
    padding: 30px 0 50px 0;
    line-height:36px;
    font-size: 24px;
    text-align: center;
    color:#0a3f82;
}
.article h1 span{
    width: 100%;
    height: 30px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    float: left;
    color:#666;


}
.article p{
    font-size: 16px;
    line-height: 30px;
    color:#666;
    text-indent:2em;
    padding: 5px 0;
}
.morelist{
    display: block;
    width: 260px;
    height: 45px;
    background: linear-gradient(to right,#6eacf9,#4091f6);
    border-radius: 30px;
    font-size: 20px;
    color:#fff;
    margin: 20px auto;
    line-height:45px;
    text-align: center;

}
.morelist:hover{
    background: linear-gradient(to right,#4091f6,#6eacf9);
    text-shadow: 0px 0px 3px #05489E;

}
.gaoxinjishu,.chuangxinchanye,.chuangxinanli {
    width: 100%;
    height: auto;
}
.gaoxinjishu-box,.chuangxinanli-list{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0;
}
.gaoxinjishu-box{
    justify-content: space-between;
}
.gaoxinjishu-box li,.chuangxinanli-list li{
    width: 22%;
    padding: 0;
    margin: 20px 0 20px 0;
    border:1px solid #ECECEC;
    background: #fff;
}
.chuangxinanli-list li{
    border:none;
}
.gaoxinjishu-box a,.chuangxinanli-list li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.gaoxinjishu-img,.chuangxinanli-img{
    width: 100%;
    height: 200px;
    overflow: hidden;

}
.gaoxinjishu-img img,.chuangxinanli-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.gaoxinjishu-box li:hover{
    box-shadow:0px 0px 20px #ccc;
}
.gaoxinjishu-box li:hover .gaoxinjishu-img img,.chuangxinanli-list li:hover .chuangxinanli-img img{
    transition: all 1s;
    transform: scale(1.1);
}

.gaoxinjishu-box span{
    display: block;
    width: 98%;
    padding: 0px 1%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color:#666;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.chuangxinanli-list li{
    padding-bottom: 10px;
}
.chuangxinanli-list span{
    display: block;
    width: 94%;
    padding: 0 3%;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    color:#666;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.chuangxinanli-list li p{
    width: 96%;
    padding: 0 3%;
    line-height: 20px;
    font-size: 14px;
    color:#666;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.classify{
    width: 94%;
    height: auto;
    padding: 20px 3%;
    background: #f8f9fb;
    margin: 20px 0;
}
.classify dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin:15px 0;
}
.classify dl dd{
    width: auto;
    height: 40px;
    line-height:40px;
    font-size: 18px;
    padding-right: 20px;
    color:#333;
}
.classify dl dt{
    flex:1;
}
.classify dl dt span{
    padding: 3px 10px;
    margin: 5px;
    color:#555;
    font-size: 16px;
    cursor:pointer;
    float: left;
}
.classify dl dt span:hover,.classify-current{
    background: linear-gradient(to right,#f48f35,#f0a15b);
    color:#fff!important;
    border-radius: 20px;
}
.list5{
    margin-top: 30px;
}
.chuangxinchanye-box,.list5{
    width: 102%;
    height: auto;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.chuangxinchanye-box li,.list5 li{
    width: 18%;
    margin-right: 2%;
    height:200px;
    margin-bottom: 20px;
}
.chuangxinchanye-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.chuangxinchanye-img img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.chuangxinchanye-box span,.list5 span{
    display: block;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chuangxinchanye-box span p,.list5 span p{
    width: 73%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#666;
    font-size: 15px;
}
.chuangxinchanye-box span d,.list5 span d{
    color:#666;
    font-size: 14px;
}
.box-tubiao{
    width: 96%;
    height: auto;
    padding: 50px 2%;
    display: flex;
    align-items: center;

}
.box-tubiao img{
    width: 100%;
}
.xiangmuxinxi-bg{
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom,#d7eafb,#fff,#fff);
    background-size: 100% 500px;
    background-repeat: no-repeat;
    margin-top:0;
}
.xiangmuxinxi-box{
    width: 94%;
    height: auto;
    margin: 20px 0 50px 0;
    padding: 40px 3%;
    box-shadow: 0px 0px 15px #E2ECF1;
    background: #fff;
}
.xiangmuxinxi-nav{
    width: 94%;
    padding: 0px 3%;
    height:50px;
    background: linear-gradient(to right,#4091f6,#79b5ff);
    display:flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    font-size: 20px;
}
.xiangmuxinxi-nav a{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 14px;
    padding: 5px 15px;
    background: linear-gradient(to right,#f0a15b,#f48f35);
    border-radius: 5px;
}
.xiangmuxinxi-nav a:hover{
    background: linear-gradient(to right,#F8933A,#F9B272);
    text-shadow: 0px 0px 3px #A44D00;

}
.xiangmuxinxi-nav a img{
    margin-right: 5px;
}
.xiangmuxinxi-box table{
    width: 100%;
    border-collapse: collapse;
}
.xiangmuxinxi-box table th{
    border-bottom:2px solid #1e95e7;
    color:#003e75;
    font-size: 16px;
}
.xiangmuxinxi-box table tr{
    width: 100%;
    height: 50px;

}

.xiangmuxinxi-box table td{
    font-size: 16px;
    color:#666;
    text-align: center;
}
.xiangmuxinxi-box table td:nth-child(1){
    text-align: left;
    text-indent: 30px;
}
.xiangmuxinxi-box table td:nth-child(1) a{
    color:#666;
}
.xiangmuxinxi-box table td:nth-child(1) a:hover{
    color:#0034C4;
}
.xiangmuxinxi-box table tr:nth-child(2n){
    background: #eff5f8;
}
.xiangmuxinxi-more{
    width: 100%;
    height: 60px;
    line-height: 50px;
    text-align: right;
}
.xiangmuxinxi-more a{
    color:#3f98e7;
    font-size: 16px;
}
.xiangmuxinxi-more a:hover{
    color:#EB6601
}
.banner-zi{
    width:825px;
    padding: 20px 0;
    line-height: 25px;
    color:#fff;
    font-size: 18px;
    text-align: center;
    border:1px solid #BBD1F0;
    margin-top: 50px;
}

.tzzt_title1,.tzzt_title2,.tzzt_title3,.tzzt_title4 {
    width: 90%;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #3a8be8;
    font-family: Microsoft YaHei;
    padding-top: 30px;
    padding-left: 50px;
}
.zxxt_tip {
    width: 800px;
    height: 90px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-family: Microsoft YaHei;
    margin-top: 30px;
    padding-left: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zxxt_morebnt_01,.zxxt_morebnt_02 {
    width: 50px;
    height: 18px;
    font-family: Microsoft YaHei;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    background-color: #3a8be8;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
}
.zxxt_morebnt_01:hover {
    background-color: #0077ff;
    border: 0;
    color: #ebf3fb;
}
.zxxt_bnt_01djck,.zxxt_bnt_02djck,.zxxt_bnt_03djck,.zxxt_bnt_04djck  {
    width: 140px;
    height: 35px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    background-color: #3a8be8;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 6.5%;
}
.zxxt_bnt_01djck:hover {
    background-color: #4a99f4;
    border: 0;
    color: #ebf3fb;
}


.tzzt_title2 {
    color: #d57249;
}

.tzzt_title3 {
    color: #49a3b1;
}
.tzzt_title4 {
    color: #b47224;
}
.zxxt_bnt_02djck,.zxxt_morebnt_02 {
    background: #d9815c;
}
.zxxt_morebnt_02:hover {
    background-color: #d57249;
    border: 0;
    color: #fdeee5;
}
.zxxt_bnt_02djck:hover {
    background-color: #ed8458;
    border: 0;
    color: #fdeee5;
}
.zxxt_bnt_03djck {
    background: #49a3b1;
}
.zxxt_bnt_03djck:hover {
    background-color: #78b9c0;
    border: 0;
    color: #d0eef2;
}
.zxxt_bnt_04djck {
    background: #dbad77;
}
.zxxt_bnt_04djck:hover {
    background-color: #dbad77;
    border: 0;
    color: #fdf6ed;
}
.zxxt_tip {
    width: 800px;
    height: 90px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-family: Microsoft YaHei;
    margin-top: 30px;
    padding-left: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zxxt_tip a {
    width: 100%;
    margin:10px 0 20px 0;
    display: block;
    color: #666;
    text-decoration: none;
    background: url("/www/images/fj.png") no-repeat 0 4px;
    padding-left: 20px;
    line-height: 20px;
}
.zxxt_tip a:hover {
    color: #b47224;
    text-decoration: underline;
}

.sbfd-tab{
    width: 1000px;
    height: 60px;
    background:#f5f5f5;
    margin: 30px auto;
}
.sbfd-tab li{
    width: 33.333%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    cursor:pointer;
}
.sbfd-tab-current{
    background: #4091f6;
    color:#fff!important;
    position: relative;
}
.sbfd-tab-current:after{
    content: "";
    border:10px solid transparent;
    border-top:10px solid #4091f6;
    position: absolute;
    bottom:-20px;
    left:50%;
    margin-left:-5px;
    z-index: 9;
}

.active{
    width: 94%;
    height: auto;
    float: right;
    border-left:1px solid #cbe2ff;
    padding-left: 30px;
    line-height: 50px;
    font-size: 16px;
    color:#444;
    margin-bottom: 30px;
}
.active-tabs>div{
    font-size: 28px;
    line-height: 60px;
    color:#666;
    position: relative;
    cursor: pointer;

}
.active-date-current{
    background: #4091f7 !important;
    color:#fff!important;
}
.active-date-current:after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1778ff;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom:-40px;
    border:5px solid #d0e4fe
}
.active-tabs{
    width: 100%;
    height: 59px;
    line-height: 60px;
    display: flex;
    justify-content: space-around;
    align-items:flex-start;
    border-bottom:1px solid #e7e7e7;
    margin: 50px 0;
}
.active-tabs div{
    width: 100px;
    height: 30px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color:#555;
    background: #EEF5FF;
}
.active-tab{
    width: 90%;
    padding:30px 5%;
    background: linear-gradient(to right,#f3f7fb,#EEF5FF)
}
.active-tab p{
    line-height: 40px;
}
.title-ziyoumaoyi{
    width: 100%;
    height: 100px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
}
.ziyoumaoyi-left{
    width: 45%;
    height: 400px;
    float: left;
}
.ziyoumaoyi-left img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.ziyoumaoyi-right{
    width: 50%;
    float: right;

}
.ziyoumaoyi-tabbox{
    width: 100%;
    height: 40px;
    border-bottom:1px solid #E1E1E1;
    font-size: 20px;
    color:#666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ziyoumaoyi-tabbox div{
    margin-right:50px;
    line-height: 40px;
    float: left;
    cursor: pointer;
}
.ziyoumaoyi-tabs{
    width: 100%;
    height: 300px;
    margin-top: 30px;
    line-height: 30px!important;
}
.ziyoumaoyi-tabs div p{
    font-size:16px;
    color:#666;
    line-height: 30px;
    text-indent: 2em;
}
.ziyoumaoyi-tabs-current{
    border-bottom:2px solid #1a69b9;
    color:#1a69b9;
}
.zhengce{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.zhengce-list{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.zhengce-list a{
    width: 49%;
    display: block;
    padding-right: 1%;
    height: 50px;
    line-height: 50px;
    color:#666;
    font-size: 16px;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.zhengce-list a:after{
    content: "";
    width:0px;
    height:0px;
    border:5px solid transparent;
    border-left-color:#cacaca;
    left:12px;
    top:20px;
    position: absolute;
}
.prev-next{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev-next a{
    padding: 5px 20px;
    background: #E5F0FF;
    margin: 0px 20px;
    color:#666;
    font-size: 16px;
}
.prev-next a:hover{
    background: #D2E4FF;
}

.chuangxinanli-box{
    width: 100%;
    height: 550px;
    background: #f5f7fa;
}
.chuangxinanli-box h1{
    width: 100%;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 24px;
    color: #1a69b9;
}
.chuangxinanli-box h1 span{
    font-size: 24px;
    color: #1a69b9;
    border-bottom:2px solid #1a69b9;
    padding-bottom: 10px;
}
.key-active{
    margin-bottom: 30px;
}
.key-active li{
    margin-bottom: 20px;

}
.key-active li a{
    color:#fff;
    font-size: 20px;
    cursor: pointer;

}
.key-active li a:hover{
    color:#B2D0FF!important;
}


.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(8){
    display: none!important;
}

.photo-title{
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;

    color:#fff;
    position: absolute;
    bottom:0;
    left:0;
    z-index:2;
}
.photo-title-bg{
    width: 100%;
    height: 40px;
    position: absolute;
    left:0;
    bottom: 0;
    background: #333;
    opacity: 0.5;
    z-index: -1;

}
.photo-title p{
    width: 70%;
    height: 40px;
    line-height: 40px;
    overflow-x: hidden;
    text-indent: 20px;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banner-bottom{
    margin: 50px auto 20px auto;
    display: flex;
    justify-content: space-around;
}
.tzhj-map{
    background: url(/www/images/tzhj-map-bg.jpg) top no-repeat #f1faff;
    background-size: 100% contain;
    width: 100%;
    height:900px;
    padding-top: 30px;

}
.map-left{
    height: 700px;
    width: 700px;
    width: 100%;
    /*	background:url("/www/images/baidu-bg.png") left top no-repeat;*/
    background-size: contain;
    padding: 0;
    float: left;
}
.map-right{
    width: 70%;
    height: 850px;
    float: right;
    margin-left:-150px;
}
.map-title{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
    margin-bottom: 30px;

}
.map-title p{
    display: block;
    font-size: 18px;
    color:#0a98ce;
    text-indent: 5px;
    margin-top: 50px;

}
.map-nav{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    font-size: 24px;
    text-indent: 10px;
    /*  background-image:-webkit-linear-gradient(bottom,#03c1ff,#1b88cc);
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent; */
    border-bottom:1px solid #66D4FF;
    margin-top: 40px;
    font-weight: bold;
    margin-bottom:10px;

}
.map-nav p{
    color: #1791d4;
    font-size: 24px;
    font-weight: bold;
}
.map-list{
    padding: 20px 0 10px 0;
}
.map-list li{
    font-size: 16px;
    color:#383f41v;
    height: 30px;
    line-height: 30px;
}
.jieshao{
    width: 48%;
}
.jieshao dd{
    font-size: 16px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color:#666;

}
.jieshao dt{
    font-size: 18px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #11a0e2;

}
.jichusheshi{
    /*background: url("/www/images/jiangsu-bg2.png") top center no-repeat;*/
    background: #f1faff;
    width: 100%;
    height: 600px;
    padding-top: 50px;
}
.jichusheshi-nav{
    width: 100%;
    height: 100px;

}
.jichusheshi-nav ul{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.jichusheshi-nav ul li{
    width: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
    color:#666;
    padding-bottom: 20px;
    cursor: pointer;


}
.jichusheshi-nav ul li img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.jichusheshi-nav-current,.jichusheshi-nav ul li:hover{
    color:#1296db!important;
    border-bottom:3px solid #1296db;
    padding-bottom: 17px!important;

}
.jichusheshi-nr>div{
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.jichusheshi-nr>div:nth-child(1){
    display: flex;
}
.nr-left{
    width: 60%;
}
.nr-left p{
    font-size: 16px;
    color:#666;
    text-indent: 2em;
    line-height: 30px;
}
.nr-title{
    width: 100%;
    height: 120px;
    line-height: 80px;
    font-size: 30px;
    color:#1296db;
    position: relative;
    font-weight: 500;
}
.nr-title:after{
    content: '';
    width:40px;
    height: 6px;
    position: absolute;
    border-radius: 3px;
    background: #1296db;
    bottom:40px;
    left:0;
}
.zhongdianchanye{
    width: 100%;
    height:auto;
    background: url("/www/images/jiangsu-bg2.png") top center no-repeat;
    background-size: cover;
}
.chanyejieshao{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.chanyejieshao-left{
    height:640px;
    width: 25%;
    position: relative;
    margin-bottom:100px;
}
.chanyejieshao-right{
    width: 80%;
    min-height: 640px;
    height:auto;
    position: relative;
}
.chanyejieshao-right>div{
    display: none;
}
.chanyejieshao-left ul{
    width: 90%;
    height:640px;
    overflow-y: scroll;
    position: absolute;
    bottom:0;
    padding-left: 20px;
    direction: rtl;
}

/*滚动条样式*/
.chanyejieshao-left ul::-webkit-scrollbar {
    position: absolute;
    right:0;
    width: 4px;
    direction: ltr;
    /*height: 4px;*/
}
.chanyejieshao-left ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,127,220,1.00);
    background: rgba(0,0,0,0.2);
}
.chanyejieshao-left ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}



.chanyejieshao-left ul li{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    font-size: 18px;

    cursor: pointer;
}
.chanyejieshao-left ul li:hover,.chanyejieshao-current{
    color:#1a8bd3!important;

}
.chanyejieshao-left ul li img{
    margin-right: 10px;
}

.class-box{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.class-nav{
    width: 90%;
    padding: 30px 5% 10px 5%;
    display: flex;
    justify-content: flex-start;
}
.class-nav li{
    padding: 5px 15px;
    border:1px solid #fff;
    opacity: 0.6;
    color:#fff;
    margin-right: 15px;
    font-size: 16px;
}
.class-nav li:hover,.class-nav-current{
    opacity: 1!important;
    box-shadow: 0px 0px 5px #fff!important;
}
.class-list>div{
    width: 90%;
    padding: 0px 5%;
    position: absolute;
    left:0;
    display: none;
    color:#ccc;

}
.class-list>div h5{
    font-size: 20px;
    color:#fff;
    margin: 20px 0px 5px 0;
}
.class-list>div p{
    color:#fff;
    font-size: 16px;
    line-height: 30px;
}
.class-list>div ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.class-list>div span{
    font-size: 16px;
    margin-right: 30px;
    color:#fff;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.gaikuang{
    width: 100%;
    padding-top: 30px;
    height: auto;
    background: #f8fbff;
}
.gaikkuang-left{
    width: 50%;
    height: auto;
}
.gaikkuang-left h1{
    font-size: 36px;
    color:#1943a5;
    line-height: 40px;


}
.gaikkuang-left h2{
    font-size:24px;
    color:#666;
    line-height: 40px;
    font-weight: 400;
}
.gaikkuang-left span{
    padding: 5px 30px;
    background:#1943a5;
    color:#fff;
    font-size: 16px;
    letter-spacing: 10px;
    margin-bottom: 30px;
}
.content-nr{
    margin: 30px 0;
    font-size: 16px;
    color:#666;
    line-height: 35px;
    text-indent: 2em;
    height: auto;

}
.gaikkuang-right{
    width: 45%;
    height: 300px;
    margin-top: 50px;
}
.gaikkuang-right img{
    width: 100%;
}
.jjfa{
    width: 100%;
    height: auto;
}
.jjfz-bg{
    height: 910px;
    padding-top: 30px;
    background: url("/www/images/jjfz-bg.png") no-repeat center top #f9fbff;
}
.cyys{
    padding: 50px 0 30px 0;
}
.jjfa h1,.qjgh h1,.cyys h1,.tzzt h1{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color:#1943a6;
    font-weight: 500;
}
.jjfa h2,.qjgh h2,.cyys h2,.tzzt h2{
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color:#1943a6;
    font-weight: 500;
    margin-bottom: 30px;
}
.jjfa p,.cyys p{
    text-indent: 2em;
    padding-bottom: 10px 0;
}
.content-nr-box{
    padding: 30px;
    width: 50%;
    height: auto;
    background: #e9f0ff;
    z-index: 9;
    position: absolute;
    left:0;
    text-indent: 2em;
    z-index: 2;
}
.qianjing-img{
    width: 900px;
    height:600px;
    position: absolute;
    right:0;
    top:-30px;
    z-index: 1;
}
.qianjing-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.list3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.list3 img{
    width: 30%;
    height: 280px;
}
.class-icon1{
    background: url("/www/images/chanye-icon1.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px

}

.class-icon11{
    background: url("/www/images/chanye-icon11.png");
    width: 24px;
    height: 24px;
    margin-right: 10px

}
.class-icon2{
    background: url("/www/images/chanye-icon2.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon22{
    background: url("/www/images/chanye-icon22.png");

}
.class-icon3{
    background: url("/www/images/chanye-icon3.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px

}

.class-icon33{
    background: url("/www/images/chanye-icon33.png");

}
.class-icon4{
    background: url("/www/images/chanye-icon4.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px

}

.class-icon44{
    background: url("/www/images/chanye-icon44.png");

}
.class-icon5{
    background: url("/www/images/chanye-icon5.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px

}

.class-icon55{
    background: url("/www/images/chanye-icon55.png");

}
.class-icon6{
    background: url("/www/images/chanye-icon6.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon066{
    background: url("/www/images/chanye-icon066.png");
}
.class-icon7{
    background: url("/www/images/chanye-icon7.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon77{
    background: url("/www/images/chanye-icon77.png");

}
.class-icon8{
    background: url("/www/images/chanye-icon8.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon88{
    background: url("/www/images/chanye-icon88.png");

}
.class-icon9{
    background: url("/www/images/chanye-icon9.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon99{
    background: url("/www/images/chanye-icon99.png");

}
.class-icon10{
    background: url("/www/images/chanye-icon10.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon1010{
    background: url("/www/images/chanye-icon1010.png");

}
.class-icon11{
    background: url("/www/images/chanye-icon11.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01111{
    background: url("/www/images/chanye-icon1111.png");

}

.class-icon12{
    background: url("/www/images/chanye-icon12.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01212{
    background: url("/www/images/chanye-icon01212.png");

}
.class-icon13{
    background: url("/www/images/chanye-icon13.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01313{
    background: url("/www/images/chanye-icon01313.png");

}
.class-icon14{
    background: url("/www/images/chanye-icon14.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01414{
    background: url("/www/images/chanye-icon01414.png");

}
.class-icon15{
    background: url("/www/images/chanye-icon15.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01515{
    background: url("/www/images/chanye-icon01515.png");

}
.class-icon16{
    background: url("/www/images/chanye-icon16.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01616{
    background: url("/www/images/chanye-icon01616.png");

}
.class-icon17{
    background: url("/www/images/chanye-icon17.png") center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.class-icon01717{
    background: url("/www/images/chanye-icon01717.png");

}
.notice{
    position: relative;
    width: 70px;
    padding-right:0;
    margin-left:10px;
}
.notice:after{
    content:"活动通知";
    width: 100%;
    text-align: center;
    padding: 3px 0px;
    border-radius: 10px 0px 10px 0;
    font-size: 13px;
    color:#fff;
    background: #F89200;
    position: absolute;
    right:0px;
    top:0px;
    z-index: 99;
    text-shadow:0px 0px 2px #CB7100;

}
.chanye-list,.link-list{
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.chanye-list p{
    padding: 5px 20px;
    background: #e8f6ff;
    color:#666;
    font-size: 16px;
    margin-right: 20px;

}
.link-list a{
    color:#666
}
.link-list a:Hover{
    color:#d8b334;
}
.youshi{
    width: 100%;
    margin: 30px 0;
}
.contact{
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.contact>div{
    width: auto;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 100px;
}
.contact>div img{
    margin-right:10px;
}
.tzzt-tzhj{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
.tzzt-tzhj ul{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 30px 0;
}
.tzzt-tzhj ul li{
    height: 40px;
    width: 120px;
    font-size: 18px;
    border:1px solid #DBDBDB;
    line-height: 40px;
    margin:0 10px;
    text-align: center;
}
.tzzt-tzhj ul li:hover,.tzzt-tzhj-current{
    background: #4f9af7;
    border:1px solid #4f9af7;
    color:#fff;
}
.tzzt-tzhj-content>div{
    display: none;
    width: 100%;
    height: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.tzzt-tzhj-content div p{
    width: 100%;
    text-indent: 2em;
    margin-bottom: 10px;

}
.tzzt-tzhj-content div>.picture{
    width:46%;
    height: 360px;
    margin: 20px auto;

}
.picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.banner-box{
    width: 44%;
    height: auto;
    min-height: 140px;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px #cce3ff;
    border-radius: 5px;
    background: linear-gradient(to bottom,#cce3ff,#fff,#fff,#fff,#fff,#fff)
}
.banner-box h1{
    font-size:16px;
    margin-bottom: 10px;
    color:#4072c1;
    font-weight: 500;
    margin-bottom: 20px;
}
.banner-box h2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color:#c99503;
    font-weight: 500;

}
.banner-box h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color:#2196F3;
    font-weight: 500;
}
.banner-box >div{
    width: 25%;

    float: left;
    margin-bottom: 20px;
}
.zhishu{
    width: 50%!important;
    float: inherit;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:5px!important;
}
.zhishu h2{
    width: 35%!important;
    text-align: center;
    font-size: 16px;
}
.zhishu b{
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.zhishu b h3{
    font-size: 18px;
    padding: 0px 20px;
    width: 25%;
    text-align: center;
}
.banner-box p{
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color:#666;
    font-weight: 500;
}
.red h3{
    color:#DC0205;
}
.green h3{
    color:#0FA345
}
.huobihuansuan{
    margin: 5px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hbhs-left,.hbhs-right{
    height: 36px;
    width: 46%;
    padding: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 5px 0;
}
.hbhs-btn{
    background: url("/www/images/change.png") no-repeat;
    width: 16px;
    height: 16px;
}







.zsxmb{
    width: 100%;
    height:auto;
    /*background: #fff;*/
    padding: 20px;
    margin: 30px 0px;

}
.zsxmb table{
    width: 100%;
    height: auto;
}
.zsxmb tr{
    width: 100%;
    height: auto;

}
.zsxmb tr td{

    padding: 10px;
    height: auto;
    line-height: 36px;

}
.zsxmb tr td:nth-child(1){
    width: 22%;
    font-size: 16px;
    text-align: right;
    color:#666;
    line-height: 40px;
    font-weight: 600;


}
.zsxmb tr td:nth-child(2){
    color:#555;
    width: 86%;
    font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}
.zsxmb tr td:nth-child(2) div{
    padding: 8px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
input,select,textarea{
    height: 36px;
    line-height: 36px;
    border:1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px 0px 10px;
}
textarea{
    margin: 0;
}
.zsxmb tr td:nth-child(2) p{
    line-height: 36px;
    margin-right: 10px;
}
.news-img>.swiper-pagination-bullets{
    text-align: right;
    margin-left: -20px;
    bottom: 5px;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-img>.swiper-pagination-bullet{
    width: 20px!important;
    height: 20px!important;
    background: #cadffb;
    border-radius: 5px;


}
.swiper-pagination-img>.swiper-pagination-bullet-active{
    opacity: 1;
    background: #458ae2;
}

.swiper-container-r .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}

.swiper-container-r .swiper-slide{
    width: 24%;
    margin-right: 1.33%;
    cursor: pointer;



}
.swiper-container-r .swiper-slide img{
    width: 100%;
    height: auto;
}
.form-btn{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-btn input{
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    font-size: 16px;
    text-align: center;
    border:none;
    opacity: 1;
    cursor: pointer;
}
.form-btn input:nth-child(1){
    background:linear-gradient(to right,#6eacf9,#4091f6)!important;
    color:#fff;
}
.form-btn input:hover{
    opacity:0.8
}
.search{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #d7eafb,#fff);
}
.search div{
    margin-right: 30px;
}

.search input[type="button"]{
    width: 100px;
    border:none;
    background:linear-gradient(to right,#6eacf9,#4091f6);
    color:#fff;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
}
.search input[type="button"]:hover{
    opacity: 0.8;
}
/*------5.24新加----------*/
.tzzt-corrent{
    width: 34%;
}
.viewMore {
    display: none;
    position: absolute;
    z-index: 4;
    box-sizing: border-box;
    color: #fff;
    opacity: 1;
    transition: opacity 2s;
    padding: 0 50px;
}
.viewMore .cn {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 30px;
}
.introduct__data {

}
.introduct__btn {
    width: 120px;

    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.introduct__item span {
    display: block;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.introduct__item p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: left;
}
.introduct__item p b {
    font-size: 28px;
    color:#FF8B0A
}
.introduct__data {
    display: none;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}
.introduct__item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.5s;
}

.introduct__item {
    width: 50%;
    margin: 0 0 5%;
}

.introduct__item-p{
    width: 96%;
    font-size: 16px;
    height: 50%;
    text-align: left;

}
.introduct__item-p p{
    color:#fff;
    line-height: 40px;
    height: 60%;
    padding: 0px 0 30px 0;
}
.introduct__btn {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.introduct__btn .btn {
    display: inline-block;
    padding: 3px 15px;
    color: #0c325a;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-left:-14px;
}
.introduct__btn .btn:hover{

}
.introduct__btn .btn + span {
    display: inline-block;
    margin: 0 6px;
    color:#fff;
}


.shengqing{
    width: 100%;
    height: auto;
    padding-top: 50px;
    background: url("/www/images/shengqing-bg.png") center top no-repeat #c6e0fa;
    background-size: cover;
}

.row{
    margin:0 20px 20px 20px;
    padding-top: 30px

}
.intro-images{
    width: 100%;
    height: 560px;
    float: left;
}
.intro-img-left{
    width: 240px;
    height: 560px;
    float:left;
    margin-right: 30px;
}
.intro-list-img{

    width: 100%;
    height: 125px;
    margin-bottom: 10px;
    float: left;

    border:3px solid #fff;
}
.intro-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.intro-img-rignt{
    width:76%;
    height: 550px;
    float: right;
}
.intro-list-img:hover,.current-intro{
    border:3px solid #be3186;

}
.exhibition-video{
    width: 100%;
    height: 550px;
    background: #000;
    float: right;
}
.exhibition-video video {
    width: 100%;
    height: 100%;
    outline: none;
    box-shadow: none;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.intro-nr{
    margin: 20px 0;
    float: left;
}
.intro-nr h3{
    width:100%;
    height:37px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color:#333;
    margin-top:30px;


}
.intro-nr p{
    text-indent: 2em;
    font-size:15px;
    line-height: 30px;
    padding: 20px 0;
    color:#666;
}
.intro-nr h3 img{
    width:30px;
    height:30px;
    margin-right: 5px;
}

.thlt-list {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.thlt-list li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#444;
    position: relative;
    text-indent: 20px;

}
.thlt-list li a{
    display: block;
    color:#444;
}
.thlt-list li a:hover{
    color:#3281e4;
}


.thlt-list li:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 4px;
    position: absolute;
    left:0px;
    top:16px;
}
.thlt-list li:hover:before{
    background: #3281e4!important;
}

.positon-search{
    position: absolute;
    right:0;
    width: auto;
    background: none;
}
.positon-search input{
    width: 400px;
    text-indent: 10px;
}
.positon-search input:focus{
    outline: none;
    border:1px solid #4091f6;
}
.positon-search div{
    margin-right:0;
}
.search-btn{
    width: 100px;
    height: 38px;
    border-radius: 5px;
    background: linear-gradient(to right,#6eacf9,#4091f6);
    justify-content: center;
    display: flex;
    align-items: center;
    letter-spacing: 5px;
    color:#fff;
    cursor: pointer;
}
.search-btn:hover{
    background: linear-gradient(to right,#4091f6,#6eacf9);
}
.search-btn img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.shengqing-top{
    width: 237px;
    height: 158px;
    background: url("/www/images/shengqing.png") no-repeat;
    margin: -30px auto 20px auto;
}
.shengqing .ny-content {
    text-align: center;
    padding-top: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev-r {
    width: 60px;
    height: 60px;
    background-image:url("/www/images/new-right.png");
    right: 0px;
    left: auto;
    background-size: 40px;
    margin-top:-30px;
    display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next-r{
    width: 60px;
    height: 60px;
    background-image:url("/www/images/new-left.png");
    left: 0px;
    right: auto;
    background-size: 40px;
    margin-top:-30px;
    display: none;
}
.contact-box{
    width: 100%;
    height: 100px;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;

}
.contact-box>div{
    width: 28%;
    height: 90px;
    padding: 10px 20px;
    background: #f3f7fb;
    display: flex;
    align-items: center;

}
.contact-img{
    width: 60px;
    height: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.contact-img img{
    width:60px;
    height:auto;
}
.contact-box div h1{
    font-weight: 500;
    font-size: 18px;
    color:#4091f6;
    margin: 0;

}
.contact-box div h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0px 0;
    color:#3b477a;
}
.thlt-list-box{
    position: absolute;
    z-index: 9;
    width: 60%;
    height: 55%;
    left:10%;
    font-size: 18px;
}
.case-list {
    width: 100%;
    height: auto;
    margin: 0px 0 10px 0;
    float: right;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case-list a {
    display: block;
    width: 280px;
    height: 340px;
    background: #fff;
    border:1px solid #eeeeee;
    margin:0 20px 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 4%);
}
.case-list a:hover{
    box-shadow:0px 5px 10px #eee!important;
    margin-top: -5px;
}
.case-list a h2 {
    width: 260px;
    height: auto;
    line-height: 22px;
    padding:5px 10px;
    font-size: 15px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-list a p{
    width: 260px;
    height: 25px;
    padding:0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;


}
.case-list a p img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.case-list a>img {
    width: 100%;
    height: 150px;
    object-fit:cover;
}
.pro-content{
    width: 92%;
    padding: 10px 4%;
    height: 50px !important;
    font-size: 14px;
    color: #666 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.xiangmu-list{
    width: 100%;
    height: 400px;
    margin:0px auto 50px auto;
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
.xiangmu-list ul{
    width: 100%;
    height:100%;
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
.xiangmu-list ul li{
    width: 31%;
    height:400px;
    background:#f3f9fe

}
.xiangmu-list ul li img{
    width: 100%;
    height: 240px;
}
.xiangmu-list ul li dl{
    width: 92%;
    margin:10px 4%;
    height: auto;
    font-size: 16px;
    line-height:25px;
}
.xiangmu-list ul li dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color:#444;
    padding: 0;
}

.xiangmu-list ul li dl dt{
    width: 50%;
    height:20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    color:#999;
    padding: 0;

}
.xiangmu-list ul li dl dt{
    width:100%;

}
.xiangmu-list ul li dl dt:nth-child(4){
    width:100%;

}

.xiangmu-banner{
    width: 100%;
    height: auto;
}
.xiangmu-banner img{
    width: 100%;
    height: auto;
}
.img{
    width: 100%;
    height: auto;
    background: #ccc;
}
.img img{
    width: 100%;
    height: auto;
}

.xiangmu-title{
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color:#1661ab;
}


.xaingmu-list{
    width: 100%;
    height: auto;

}
.xaingmu-list dl{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-content: flex-start;
    align-items: center;

}
.xaingmu-list dl dd{

    width: 160px;
    font-size: 16px;
    line-height: 60px;
    color:#666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.xaingmu-list dl dd img{

    width: 16px;
    height: auto;
    margin-right: 10px;
}
.xaingmu-list dl dt{
    flex: 1;
    width: 100%;
    height: auto;
    font-size: 16px;
    color:#444;
    font-weight: 600;
}

.xinxi{
    width:100%;
    height: auto;
    padding: 50px 0;
}
.xinxi-tabs{
    width: 100%;
    height: 44px;
    text-align: left;
    border-bottom: 1px solid rgb(53, 118, 182);
}
.xinxi-tabs div{
    width: 184px;
    height: 44px;
    margin-right: 10px;
    float: left;
}
.xinxi-tabs div img{
    width: 100%;
}
.xinxi-tab{
    width: 100%;
    height: auto;
    padding: 30px 0 150px 0;
}
.xinxi-tab dl{
    width: 46%;
    margin-right: 4%;
    height: 40px;
    line-height: 40px;
    display: flex;
    float: left;

}
.xinxi-tab dl dd{
    width: 130px;
    font-size: 16px;
    font-weight: 600;
    float: left;
    color: #1661ab;


}

.xinxi-tab dl dt{
    flex: 1;
    font-size: 16px;
    height: 30px;
    padding: 5px 0;
    line-height: 30px;
    color:#666;
    float: left;
    width: 100%;

}
/*-----2024.8.14-----*/
.wstz{
    width:79%;
    height:700px;
    background: url("/www/images/wsts-bg01.png") center 420px no-repeat;
    background-size: 100%;
    margin-left:9%;
    margin-top:-50px;

}
.wstz  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.wstz .swiper-slide-active,.wstz .swiper-slide-duplicate-active{
    transform: scale(1);
}
.wstz-more{
    position: absolute;
    bottom:170px;
    left:50%;
    margin-left:-100px;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 10px 10px #ccc;
    color:#fff;
    background: linear-gradient(to bottom,#569cf6,#74a8eb);
    z-index: 999;
    cursor: pointer
}
.wstz-more:hover{
    background: linear-gradient(to bottom,#2886FF,#0667E4)!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
}
.map-hover{
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.block{
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
/*.map-hover a{
	display: block;
	cursor: pointer;
}*/
.map-hover img{
    position: absolute;
    display: none;
    cursor: pointer;
    clip-path: view-box;
}
.map-hover:hover>img {
    display: block!important;
}
.nanjing{
    background:rgba(12, 3, 70, 0.8);
    -webkit-clip-path:polygon(25% 0,75%,100% 50%,75% 100%,25% 100%,0 50%)!important;
    clip-path:polygon(25% 0,75%,100% 50%,75% 100%,25% 100%,0 50%)!important;
}

.wsts-box{
    width: 76%;
    position: relative;
    z-index: 2;
    height: 50%;
    margin-top:15%;
    opacity: 0.95;
}
.wsts-line{
    width: 98%;
    height: auto;
    position: absolute;
    top:55%;
    left:1%;
}
.wsts-box ul{
    width: 100%;
    height: 100%;

}
.wsts-box ul li{
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
}
.wsts-box ul li img{
    width: 100%;
    height: auto;
}

.wsts-box ul li:nth-child(2n){
    margin-top:-100px;
}


.new-left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}

.about-us{
    width: 100%;
    height: 700px;
    background: linear-gradient(to bottom,#f7faff,#e9f3ff);
    position: relative;
    z-index: 2;
}

.about-p{
    width: 70%;
    float: left;
}
.about-title{
    color:#4285ee;
    font-weight: 600;
    height: 80px;
    line-height: 60px;
    position: relative;
    z-index: 2;
    font-size: 30px;
}
.about-title span{
    position: absolute;
    color:#eef0f5;
    font-size: 50px;
    left:0px;
    top:-2px;
    z-index: -1;
    padding: 0;
    margin: 0;
    display: block;
}
.about-p p{
    text-indent: 2em;
    z-index: 99;
    font-size: 17px;
    line-height: 30px;
    color:#4c65aa;
}

.about-bg{
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background: url("/www/images/about-bg.png") 100% 100% no-repeat;
    background-size: auto 100%;
    z-index: -1;
}

.dashiji-list{
    height: auto;
    border:1px dashed #a2a3fa;
    background: linear-gradient(45deg, #cbe4ff78, #dcd8f963, #bedbff54);
    padding:40px 20px;
    box-sizing: border-box;

}
.dashiji-list>div{
    display: none;
    min-height: 150px;
}
.dashiji-list ul{
    position: relative;
}
.dashiji-list ul::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 50%;
    margin-left:-2px;
    background: #686ae1;
    z-index: 2;
    top:0;
}


.dashiji-list li {
    width: 50%;
    padding: 0px 1%;
    height: 30px;
    line-height: 30px;
    float: left;
    box-sizing: content-box;
    margin-right:3px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;


}
.dashiji-list li::before{
    content: "";
    width: 96%;
    height: 1px;
    background: #fff;
    top:30px;
    left:2%;
    position: absolute;
}
.dashiji-list p{
    width: 90%;
    height: auto;
    padding: 0px 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    color:#515198;
    float:left;

}
.dashiji-list span {
    display: block;
    width: 10%;
    height: 100%;
    color: #4f51d4;
    font-weight: 500;
    float: left;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;



}
.dashiji-list li:nth-child(odd) p{
    float: right!important;
}
.dashiji-list li:nth-child(odd) span{
    float: right!important;

    position: absolute;
    bottom:0px;
    left:10px;
    justify-content: flex-end;
}
.dashiji-list li:nth-child(even) p{
    float: left!important;
}
.dashiji-list li:nth-child(even) span{
    float: right!important;
    text-align: center;
    position: absolute;
    bottom:0px;
    right:10px;
}
.dashiji-list li:nth-child(odd) {
    border-right: none;
    margin-left: 0px !important;
    float: right;
}
/* .dashiji-list li:nth-child(odd):after{
	content: "";
	width: 3px;
	height: 105%;
	background:#686ae1;
	position: absolute;
	left:-10px;
	top:0px;
	margin-left: 10px;
}
.dashiji-list li:nth-child(even):after{
	content: "";
	width: 3px;
	height: 105%;
	background:#686ae1;
	position: absolute;
	right:-10px;
	top:0px;
	margin-right: 10px;
} */

.dashiji-tabs{
    width: 88%;
    height: 120px;
    background: url("/www/images/dashiji-tab-bg.png");
    margin:80px auto;
    position: relative;
    background-size: cover;
}


.tabs-01,.tabs-02{
    width:75%;
    margin:0px 12.5%;
    position: absolute;
    height: 50%;
    color:#fff;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    justify-content:center;
    align-items: center;

}
.tabs-01 li,.tabs-02 li{
    width: 8%;
    text-align: center;
    margin: 0 2%;
    cursor: pointer;
    position: relative;
    font-family: "STKaiti", Times, serif;
    font-style:italic;
}
.tabs-01 li:hover,.tabs-02 li:hover,.list-current{
    color:#004dc0!important;
    font-size: 1.2em;
}
.tabs-01{

}
.tabs-02{
    bottom:0px;
}
.list-current01:after{
    content: "";
    width:50px;
    height: 100px;
    background: url("/www/images/line01.png") no-repeat center top;
    position: absolute;
    left:50%;
    top: -100px;
    margin-left:-23px;
}

.list-current02:after{
    content: "";
    width:50px;
    height: 100px;
    background: url("/www/images/line02.png") no-repeat center bottom;
    position: absolute;
    left:50%;
    bottom: -100px;
    margin-left:-23px;
}

.tips{
    width: 100%;
    height: 90%;
    padding: 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tips img{
    width: 25%;
    max-width: 400px;
}
.tips p{
    width: 100%;
    height: 120px;
    text-align: center;
    color:#171c95;
    font-size: 30px;
    letter-spacing: 5px;

}

.active-list{
    width: 100%;
    height: auto;

}
.active-list ul{
    width: 100%;
    height: auto;

}
.active-list ul li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:space-between;
    align-items: flex-start;

    padding:40px 0;

}
.active-list ul li>.img{
    width: 320px;
    height: 220px;
    flex: 1;



}
.active-list ul li>.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.active-list ul li h3{

    height: 50px;
    line-height: 25px;
    font-size: 24px;
    font-weight: 500;
    color:#00083A;
    cursor: pointer;
}
.active-nr{
    width: 68%;
    padding: 0 30px;
}
.active-list ul li p{
    font-size: 16px;
    height: auto;
    color:#555;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding-bottom: 20px;


}
.active-list ul li span{
    font-size: 14px;
    color:#666;
}
.active-list ul li:nth-child(2n){
    justify-content: flex-end;

}
.active-nr h3:hover {
    color:#E88200;
}
.object{
    width: 100%;
    height: auto;
    margin: 30px 0 80px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;


}
.object-left{
    width: 35%;
    height: 360px;
    padding: 20px 50px;
    background: linear-gradient(to bottom,#56afe8,#409dd8,#2986c3);
    color:#fff;
    float: left;
}
.object-left h4{
    font-size: 24px;
    color:#fff;
    font-weight: 500;
    padding: 20px 0;
}
.object-left p{
    font-size: 16px;
    color:#fff;
    text-indent: 2em;

}
.object-img{
    width: 65%;
    height: 400px;
    float: left;
}
.object-img img{
    width: 100%;
    height: 100%;

}
a:visited
{
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.list-current01,.list-current02{
    color: #004dc0 !important;
    font-size: 1.2em;

}

/* ---2025.3.27新加--- */
.more{
    width: 100px;
    height: 26px;
    display: block;
    line-height: 26px;
    border-radius: 20px;
    background: linear-gradient(to bottom,#569cf6,#74a8eb);
    text-align: center;
    text-indent: 0px;
    color:#fff;
}

.more:hover{

    background: linear-gradient(to bottom,#2886FF,#0667E4)!important;
}


