.tzzt-box dl
/* CSS Document */

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;
}
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("../images/banner2-bg.jpg") no-repeat center ,url("../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("../images/banner2-bg.jpg") no-repeat center;background-size:cover;} 
40%{background:url("../images/banner2-bg.jpg") no-repeat center;background-size:cover;} 
/*25%{background:url("../images/banner1-bg.jpg") no-repeat right;}*/
55%{background:url("../images/banner3.jpg") no-repeat center;background-size:cover;} 
90%{background:url("../images/banner3.jpg") no-repeat center;background-size:cover;} 
100%{background:url("../images/banner2-bg.jpg") no-repeat center;background-size:cover;}
	
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
10%{background:url("../images/banner2-bg.jpg") no-repeat center;background-size:cover;} 
40%{background:url("../images/banner2-bg.jpg") no-repeat center;background-size:cover;} 
/*25%{background:url("../images/banner1-bg.jpg") no-repeat right;}*/
55%{background:url("../images/banner3.jpg") no-repeat center;background-size:cover;} 
90%{background:url("../images/banner3.jpg") no-repeat center;background-size:cover;} 
100%{background:url("../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 {
  min-width: 1200px;
  height: 80px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 999;
}
.top-bg{
	width: 100%;
	background-size: cover;
	height: 50px;
	background: url("../images/top-bg.png") #4597ff ;
	
}


.logo {
  width:1300px;
  height:60px;
  background: url("../images/logo.png") no-repeat left;
	backgroud-size:auto 100%;
	margin:0 auto;
	
}
.menu {
  width: 49%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin:0 12%;
}
.menu a {
  height: 40px;
  line-height:35px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
	position: relative;
}
.menu a:hover {
 
 
}

.menu-current:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ffb507  ;
	left:0;
	bottom:0;
	z-index: 1;
	
}
.menu a:hover:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background: #ffb507  ;
	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: 4.8;
    background: transparent;
    margin: 30px 0 !important;
    right: 20px;
    position: relative;
    color: #fff;
    font-size: 17px;
    text-align: left;
    text-shadow: 0px 0px 4px #00539b;
}
.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:28px;
	color:#fff;
	left:10%;
	top:20%;
	z-index: 99;
	font-weight: bolder;
	letter-spacing: 5px;

	/*text-shadow:0px 2px 5px #3d92d3;*/
	
}
.nav-title-englist{
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
/*	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;
    }
@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: 40%;
	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;
	padding: 5px 20px;
    border-radius: 20px;
	text-indent: 0px;
	margin-top:30px;
	
}
	
.thlt-more:hover{
	color:#ffb507!important;
    border:1px solid #ffb507;
}

.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("../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: 94%;
	line-height: 18px;
	font-size:14px;
	text-align: left;
	color:#777;
	 display: -webkit-box;            
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2;            
    overflow: hidden;

}
.introduce{
	width:76%;
	height: auto;
	position: absolute;
	left:10%;
	top:30%;
	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: 90%;
	height: auto;
	position: absolute;
	left:10%;
	top:68%;
	margin-top: 40px;
	z-index:99;
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	
}
.yqlj-logo a{
	width: 19%;
	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: 80%;
	height: 100px;
	padding:20px 10%;

	z-index: 99;
	background: #373737;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.foot p{
	font-size:13px;
	color:#fff;
	margin: 0px 50px 0px 10px;
   text-align: center;
}
.roll-box{
	width: 78%;
	position: absolute;
	left:10%;
	top:76%;
	display: flex;
	justify-content: space-between;
	
}


.banner-ny{
	width: 100%;
	height: 400px;
    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: 60px;
	border-bottom:1px solid #f0f0f0;
	font-size: 15px;
	margin-top:80px;
	    background: #f8f9fb;
}
.ny-position{
	width: 75%;
	min-width: 1200px;
	max-width: 1400px;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color:#666;	
	margin: 0 auto;
	position: relative!important;
}
.index{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/index.png") center center no-repeat ;
	
	
}
.index:hover{
	background:url("../images/index-w.png") center center no-repeat #6eacf9 ;
	
}

.ny-position a,.ny-position span{
	color:#666;
	margin-right: 10px;
	font-size:15px;
}
.ny-position a:hover{
	color:#3744ff;

}
.ny-content{
	width: 75%;
	min-width: 1200px;
	max-width: 1400px;
	height: auto;
	margin: 0 auto ;
	padding:30px 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;
	
}

.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{
	width:120px;
	padding: 20px 0;
	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: 100%;
	height: 50px;
	padding: 50px 0 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page li{
	width: 50px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e8ecf7;
    border-radius: 5px;
    margin: 0px 10px;
    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: auto;
	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;
}
.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("../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("../images/left.png");
  left: -80px!important;
  right: auto;

}
.jingjijishu-box>.swiper-button-next {
  background-image: url("../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;
}
.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:5px 0;
}
.classify dl dd{
	width: 65px;
	height: 40px;
	line-height:40px;
	font-size: 16px;
	padding-right: 20px;
	color:#181818;
	
}
.classify dl dt{
	flex:1;
}
.classify dl dt span{
	padding: 2px 6px;
	margin: 5px;
	color:#666;
	font-size: 15px;
	cursor:pointer;
	float: left;
	border: 1px solid #f8f9fb;
}
.classify dl dt span:hover,.classify-current{
	/*background: linear-gradient(to right, #70afff, #086eed);*/
	color:#086eed!important;
	border-radius: 8px;
	border:1px solid #086eed!important;
}
.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("../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;
	width: 100%;
}
.key-active li{
	margin-bottom: 20px;
	list-style: circle;
	
}
.key-active li a{
	color:#fff;
	font-size:18px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90%;
	display: block;
	
}
.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(../images/tzhj-map-bg.jpg) no-repeat; 
	background-size: 100% contain;
	width: 100%;
	height:920px;
	padding-top: 30px;
	
}
.map-left{
	height: 700px;
	width: 700px;
	width: 100%;
/*	background:url("../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: 16px;
	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: 20px;
	font-weight: bold;

}
.map-nav p{
	color:#66D4FF;
	font-size: 20px;
	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: 33%;
}
.jieshao dd{
	font-size: 16px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	
}
.jieshao dt{
	font-size: 24px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	
}
.jichusheshi{
	/*background: url("../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:#666;
	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("../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;
}
.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("../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("../images/chanye-icon1.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px
	
}

.class-icon11{
	background: url("../images/chanye-icon11.png");
	width: 24px;
	height: 24px;
	margin-right: 10px
	
}
.class-icon2{
	background: url("../images/chanye-icon2.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.class-icon22{
	background: url("../images/chanye-icon22.png");
	
}
.class-icon3{
	background: url("../images/chanye-icon3.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px
	
}

.class-icon33{
	background: url("../images/chanye-icon33.png");
	
}
.class-icon4{
	background: url("../images/chanye-icon4.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px
	
}

.class-icon44{
	background: url("../images/chanye-icon44.png");
	
}
.class-icon5{
	background: url("../images/chanye-icon5.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px
	
}

.class-icon55{
	background: url("../images/chanye-icon55.png");
	
}
.class-icon6{
	background: url("../images/chanye-icon6.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon066{
	background: url("../images/chanye-icon066.png");
}
.class-icon7{
	background: url("../images/chanye-icon7.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon77{
	background: url("../images/chanye-icon77.png");
	
}
.class-icon8{
	background: url("../images/chanye-icon8.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon88{
	background: url("../images/chanye-icon88.png");
	
}
.class-icon9{
	background: url("../images/chanye-icon9.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon99{
	background: url("../images/chanye-icon99.png");
	
}
.class-icon10{
	background: url("../images/chanye-icon10.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon1010{
	background: url("../images/chanye-icon1010.png");
	
}
.class-icon11{
	background: url("../images/chanye-icon11.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01111{
	background: url("../images/chanye-icon1111.png");
	
}

.class-icon12{
	background: url("../images/chanye-icon12.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01212{
	background: url("../images/chanye-icon01212.png");
	
}
.class-icon13{
	background: url("../images/chanye-icon13.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01313{
	background: url("../images/chanye-icon01313.png");
	
}
.class-icon14{
	background: url("../images/chanye-icon14.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01414{
	background: url("../images/chanye-icon01414.png");
	
}
.class-icon15{
	background: url("../images/chanye-icon15.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01515{
	background: url("../images/chanye-icon01515.png");
	
}
.class-icon16{
	background: url("../images/chanye-icon16.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01616{
	background: url("../images/chanye-icon01616.png");
	
}
.class-icon17{
	background: url("../images/chanye-icon17.png") center center;
	width: 24px;
	height: 24px;
	margin-right: 10px	
}

.class-icon01717{
	background: url("../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("../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: 28px;
	line-height: 28px;
	border:1px solid #ccc;
	border-radius: 5px 0 0 5px;
}
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: 30px;
	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: flex;
    display: -webkit-flex;
    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 8%;
}
.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("../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{
	float: right;
    width: auto;
    background: none;
    margin-left: 0px;
}
.positon-search input{
	width: 300px;
	text-indent: 10px;
}
.positon-search input:focus{
	outline: none;
	border:1px solid #4091f6;
}
.positon-search div{
	margin-right:0;
}
.search-btn{
	width: 80px;
	height: 30px;
	border-radius:0 3px 3px 0;
	background: linear-gradient(to right,#6eacf9,#4091f6);
	justify-content: center;
	display: flex;
	align-items: center;
	color:#fff;
	cursor: pointer;
	font-size: 15px;
}
.search-btn:hover{
	background: linear-gradient(to right,#4091f6,#6eacf9);
}
.search-btn img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.shengqing-top{
	width: 237px;
	height: 158px;
	background: url("../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("../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("../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: 50%;
	height: 55%;
	left:10%;
}
.case-list {
	width: 100%;
    height: auto;
    margin: 0px 0 10px 0;
    float: right;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 29px;
}
.case-list a {
	display: block;
  width: 23%;
  height: 340px;
  background: #fff;
	border:1px solid #eeeeee;
	margin:0 0px 20px 0px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(0 0 0 / 4%);
	position: relative;
}
.case-list a:hover{
	box-shadow:0px 5px 10px #eee!important;
	margin-top: -5px;
}
.case-list a h2 {
  width: 92%;
  height: auto;
  line-height: 22px;
	padding:5px 4%;
  font-size: 15px;
  color: #444;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case-list a p{
	width: 260px;
	padding: 3px 10px;
    line-height: 18px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	font-size: 14px;
	


}
.case-list a p b{
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case-list a p span{
    line-height: 18px;
    font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-list a p img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-top:1px!important;
}
.case-list a>img {
  width: 100%;
  height: 180px;
	object-fit:cover;
}
.case-list i{
	width: 23%;
}
.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%;
	line-height: 40px;
	padding: 0px 0 10px 0;
	font-size: 24px;
	color:#333;
	display: flex;
	align-items: flex-start;
}

.xiangmu-title img{
	margin-right:20px;
}
.xaingmu-list{
	width: 100%;
	height: auto;
	margin: 20px 0;
	
	
}
.xaingmu-list dl{
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-content: flex-start;
	align-items: center;
	
}
.xaingmu-list dl dd{
	
	font-size: 16px;
	line-height: 60px;
	color:#666;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right:20px;
}
.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:#222;
}

.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("../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 5px;
}
.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;
}
.jibenxinxi {
	border-collapse:collapse;
}
.jibenxinxi tr td{
  padding: 10px 10px;
	border:1px solid #E8E8E8;
}
.banshi{
	width: 40%;
	left:10%;
	color:#fff;
}



.banshi li{
	width: 38%;
    line-height: 30px;
    float: left; 
	padding: 20px 3%;
	margin-right: 20px;
    margin-bottom: 20px;
	background: rgba(8, 120, 255, 0.5);
	cursor: pointer;
}
.banshi li a{
	width: 94%;
	padding: 0 3%;
    height: 80px;
	 color: #fff;
   
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.banshi li:hover{
	background: rgba(000, 75, 165, 0.7);
}
.keshi{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-top:30px;
	
}
.keshi li{
	width: 15%;
	height: 60px;
	line-height: 60px;
	color:#fff;
}

.page-center{
	width: 100%;
	
	height: auto;
	mrgin:30px auto;
}

.center-box{
	width: 92%;
	height: auto;
	min-width: 1200px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin: 30px auto 20px auto;
}
.tudi{
	width: 45%;
	height: 200px;
	color:#fff;
	padding: 20px 2%;
	box-shadow: 0px 6px 7px 2px #0d173417;
	position: relative;
}
.tudi a:hover{
	color:#fa861e;
}
.tudi a:hover span{
	background: #fa861e;
}
.tudi h1{
	width: 100%;
	height: 60px;
	font-size: 26px;
	color:#222;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.tudi p{
	width: 70%;
	font-size: 15px;
	color:#333;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.tudi img{
   height: 50px;
}
.tudi a{
	color:#1678ef;
	font-size: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
	position: absolute;
	left:4%;
	bottom:40px;
	
}
.tudi a span{
	width: 15px;
	height: 16px;
	
	border-radius:50%;
	color:#fff;
	background: #1678ef;
	text-align: center;
	line-height: 15px;
	padding-left: 1px;
	display: block;
	margin-left: 10px;
}
.list-box{
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-box img{
	margin-right: 10px;
}
.list-box dl{
	
}
.list-box dl dd{
	width: 100%;
    height: 30px;
    font-size: 20px;
    color: #333;
    line-height: 25px;
}
.list-box dl dt{
	width: 100%;
	font-size: 13px;
	color:#666;
}

.list-box:hover dd{
	color:#1678ef;
	font-weight: bold;
	font-size: 22px;
}

.yanzheng-bg{
	width: 100%;
	height: auto;
	background: url("../images/yanzheng-bg.png") #f5f7ff bottom  center no-repeat;
	background-size: contain;
}
.yanzheng-bg2{
	width: 100%;
	height:700px;
	background: url("../images/yanzheng-bg2.png") #1376c4 top center no-repeat;	
	background-size: contain;
}
.yanzheng-box{
	padding: 50px 20px ;
	text-align: center;
	height: auto;
    width: 400px;
    margin:60px auto 120px auto;
	background: #fff;
	border-radius: 5px;
	background: rgba(255,255,255,.85);

}
.yanzheng-box h1{
	font-size: 18px;
	padding:0 0 20px 0;
	font-weight: 600;
	color:#2D70DD;
}
.tijiao-box,.shenhe-box{
	width: 100%;
	height: auto;

	
}
.iphone input,.yzm input,.password input{
	width: 320px;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px;
	margin-bottom: 20px;
	font-size: 16px;
	color:#666;
	background: #fff;
	border:none;
	
	
}
.iphone,.yzm,.password{
	width: 360px;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px;
	margin: 0 auto;
	position: relative;
}
.iphone input{
	text-indent: 50px;
}
.iphone:after{
	position: absolute;
	content: "+86";
	width: 40px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight:600;
	color:#222;
	z-index: 99;
	left:30px;
	top:0px;
}
.iphone:focus,.yzm:focus,.password:focus{
	outline:1px solid #afcdff;;
	box-shadow: 0px 0px 6px #63ADF3;
}
.yzm-btn{
	cursor: pointer;
	font-size: 14px;
	color:#4083f0;
	position: absolute;
	height: 45px;
	line-height: 45px;
	top:0;
	right:30px;
	background: none;
	border:none;
}
.next-btn{
	width: 350px;
	height: 45px;
	border:none;
	line-height: 45px;
	padding: 0px 15px;
	margin-top:30px;
	background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
	text-align: center;
	color:#fff;
	font-size: 16px;
}
.next-btn:hover{
	background: #649FFF;
}
.yanzheng-box input{
	
}
.bank-contact,.contact-us{
	width: 90%;
	padding: 50px 5%;
	background: #f7faff;
}


.contact-us{
	padding-bottom: 180px;
	background:url("../images/contact-bg.png") #f7faff center bottom no-repeat;
	background-size: contain;
}
.contact-us dl{
	 
	margin: 20px;
	padding: 20px 2%;
	float: left;
}
.contact-us dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	margin-bottom:30px;
	color:#1678ef
}
.contact-us dl dd img{
	margin-right:10px;
	
}
.contact-us dl dt{
	text-indent: 40px;
	height: 40px;
	line-height: 40px;
}
.bank-contact dl dd{
	text-indent: 40px;

}
.cjgs{
	padding: 30px 0;
	width: 92%;
    height: auto;
    min-width: 1200px;
	margin:0px auto;
}
.zcwd-zlxz-box{
	width: 92%;
    height: auto;
    min-width: 1200px;
	margin:0px auto;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.zcwd,.zlxz{
	padding: 30px 0;
	width: 49%;
    min-width: 600px;
	margin:0px auto;
}

.zcwd-nr,.zlxz-nr{
	border:1px solid #dcdcdc;
	height: 280px;
	padding: 20px 0;
}
.zcwd-nr{
	border-right:none;
}

h6{
	width: 100%;
	text-align: left;
	font-size: 20px;
	height: 30px;
	line-height: 20px;
	font-weight: 500;
	position: relative;
	color:#0D2E97;
}
.zlxz h6{
	text-indent: 20px;
}
.nr-box{
	width: 100%;
	height: auto;
	padding: 20px 0px;
	display: flex;
	justify-content: space-around;
	border:1px solid #dcdcdc;
	
}

.cjgs-table,.zcwd-box{
	width: 46%;
	height: auto;
}

.cjgs-title{
	width: 100%;
	height: 40px;
	background: #f6f6f6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.cjgs-dot{
	width: 5px;
	height: 5px;
	background: #fa861e;
	margin: 0px 10px;
	
}
.cjgs table{
	width: 96%;
	margin: 20px 2%;
	height:auto;
	border-collapse: collapse;
}

.cjgs table tr{
	width: 100%;
	height: 40px;
	
}
.cjgs table th{
	background: none;
	color:#1678ef;
	height: 50px;
	line-height: 40px;

	
}
.cjgs table tr:nth-child(odd){
	background: #f7f7f7;
}

.cjgs table tr td{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#333;
	text-align: center;
	padding: 0px 5px;
}

.cjgs-more{
	
	position: absolute;
	right:20px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	
}
.cjgs-more:hover{
	color:#fa861e
}
.zcwd-nr a{
	display: block;
	margin:10px 30px;
	padding-bottom: 10px;
	border-bottom:1px solid #dcdcdc;
	color:#333;
}
.zcwd-nr a dl{
	padding: 0;
	margin: 0;
}
.zcwd-nr a dl dd,.zcwd-nr a dl dt{
	width: 95%;
	height: 30px;
	line-height: 30px;
	text-indent: 25px;
	position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;

}
.zcwd-nr a dl dd:hover,.zcwd-nr a dl dt:hover{
	color:#1678ef;
}
.zcwd-nr a dl dd:before,.zcwd-nr a dl dt:before{
	
	content: "Q"; 
	position: absolute;
	width: 16px!important;
	height: 16px!important;
	text-indent: 0;
	background: #1678ef;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	left:0px;
	top:9px;
	border-radius: 3px;
	margin-right: 10px;
}
.zcwd-nr a dl dt:before{
	content: "A"; 
	background: #fa861e;
}

.zlxz-nr{
	padding: 30px;
	height: 260px;
	
}
.zlxz-nr a{
	width: 28%;
	margin: 13px 1.6%;
	padding:0 1%;
	height: 40px;
	line-height: 40px;
	background: #f6f6f6;
	text-align: center;
	color:#333;
	font-size: 16px;
	 display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.zlxz-nr a:hover{
	background: #f2f8ff;
	color:#1678ef;
}


.login-tab{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-bottom: 40px;
}
.login-tab ul{
	width: 100%;
	height: 20px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-tab ul li{
	margin: 0px 20px;
	color:#999;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}

.login-active{
	color:#129eff!important;
	position: relative;
	
}
.login-active:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 4px;
    bottom: -8px;
    margin: auto;
    background: linear-gradient(270deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    border-radius: 3px;
}
.login-tabs>div{
	display: none;
}
.yzm input{
	position: relative;
}
.yzm-img{
	width: 100px;
	height:39px;
	position: absolute;
	top:4px;
	right:24px;
}

.yzm-img img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.user-common,.user-certified,.user-pingtai{
	width: 50px;
	height: 39px;
    display: block;
	background: url("../images/putong.png") no-repeat center center;
	background-size: 50px 39px;
	position: absolute;
	top:8px;
	right:8px;
	z-index: 99;
}
.user-certified{
	background: url("../images/pingtai.png") no-repeat center center;
	background-size: 50px 39px;
}
.user-pingtai{
	background: url("../images/renzheng.png") no-repeat center center;
	background-size: 50px 39px;
}

.login {
    width: 130px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log {
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.log img {
	width: 18px;
	height: 21px;
    margin-right: 5px;
}

.log:hover {
    border-radius: 20px;
    border: 1px solid #fff;
}
.search-condition{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
}
.search-condition dl{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 30px;
	float: left;
}
.search-condition dd{
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color:#666;
}
.search-condition dt{
	width: auto;
	display: block;
}
.search-condition dt span{
    height: 26px;
	line-height: 26px;
	padding-left: 10px;
	border:1px dashed #086eed;
	font-size: 14px;
	margin-right:10px;
	color:#666;
	position: relative;
	padding-right: 30px;
	display: block;
	float: left;
	
}

.search-condition dt span img{
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	right:6px;
	top:6px;
	cursor: pointer;
}
.delete{
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
	background: url("../images/666.png") 28px 5px no-repeat;
	color:#979595;
	font-size: 15px;
}
.delete:hover{
	background: url("../images/clear.png") 28px 5px no-repeat;
	color:#086eed;
}
.fenlei{
	width: 100%;
	height: auto;
	border-bottom: 2px solid #4191f6;
	margin: 30px 0 40px 0;
	display: flex;
	justify-content: flex-start;
}
.fenlei span{
	padding: 6px 30px;
	background: #4191f6;
	font-size: 18px;
	color:#fff;
}

.fenlei ul{
	width: 400px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.fenlei ul li{
	padding: 0px 20px;
	color:#666;
	font-size:15px;
	cursor: pointer;
}
.fenlei ul li:hover,.yonghu-active{
	color:#086eed!important;
}
.page_schd_wap{
    width: 100%;
    max-width: 1280px;
	min-height: 500px;
    box-sizing: border-box;
    display: block;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    clear: both;
}
.index_schd_title{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*border-bottom:1px solid #e9e9e9;*/
}
.index_schd_title h2 a{
	color:#333;
}
.exit{
	width: 100px;
	height: 26px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border:1px solid #1678ef;
	margin-left: 30px;
	margin-right: 10px;
	box-sizing: border-box; 
	
}
.exit a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#1678ef;
}
.exit img{
	margin-left: 5px;
}
.exit:hover{
	background: #D4E8FF;
	border:none;
}
.service-list{
	width: 18%;
	height: auto;
	margin: 20px 2% 20px 0px;
	float: left;

	
	
}
.service-list li{
	width: 100%;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	
	background: linear-gradient(to right, #f7f7f7, #f1faff);
	border-radius: 2px;
}
.service-list li{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:17px;
	color:#333;
	cursor: pointer;
}
.service-list img{
	width: 28px;
	height: 26px;
	margin-right: 10px;
	display: none;	
}
.service-list li:hover,.service-active {
	background: linear-gradient(to right,#DFF2FF,#BCE5FF)!important;
	color:#3478cf !important;
	font-weight: 600;
}
.service-list li:hover img,.service-active img{
	display: block!important;
}
.service-list-box{
   width: 73%;
	padding: 15px 3%;
	float: right;
	background: #f1faff91;
	min-height: 400px;
	margin-top: 20px;
	border-top:1px solid #BCE5FF;
}
.service-list-box>div{
	display: none;
}
.service-title{
	width: 100%;
	min-width: 1000px;
	height:50px;

	
	line-height: 50px;
	font-size: 20px;
	text-align: left;
	position: relative;
	text-indent: 15px;
	
}
.service-title:after{
	content: "";
	width: 3px;
	height: 16px;
	position: absolute;
	left:0;
	top:17px;
	z-index: 9;
	background: #1678ef;
}

.button-container{
	width: 	100%;
	height: 400px;
   display: flex;
	justify-content: space-between;
	align-items: center;
	gap:40px
}

.fabu{
	width: 500px;
	height: 230px;
	background: url("../images/fabu.png") center top no-repeat;
	background-size: 100% auto;
	padding-left: 30px;
    box-sizing: border-box;
	
}
.chaxun{
	width: 500px;
	height: 230px;
	background: url("../images/chaxun.png") center top no-repeat;
	background-size: 100% auto;
	padding-left: 30px;
    box-sizing: border-box;
}
.fabu div,.chaxun div{
	width: 68%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:30px 40px;
	box-sizing: border-box;

}
 
.fabu div span, .chaxun div span {
    width: 100%;
    height: 60px;
    line-height: 80px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
}
.fabu div p,.chaxun div p{
	width: 100%;
	height: 50px;
	line-height:25px;
	font-size:16px;
	color:#666;
}
.fabu div a,.chaxun div a{
	width: 120px;
	height: 30px;
	display: block;
	line-height:30px;
	font-size:16px;
	color:#fff;
	background:linear-gradient(to right, #1678ef, #2aa6ff);
	text-align: center;

}
.chaxun div a{
	background:linear-gradient(to right, #0390db, #1eb1ff);
}
.fabu div a:hover{
	background:linear-gradient(to right, #2aa6ff, #1678ef);
}

.chaxun div a:hover{
background:linear-gradient(to right,  #1eb1ff,#0390db);
}






