@charset "utf-8";
/* CSS Document */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
	 border:0px;
	    }
	  body{
	color: #000;
	font-size: 12px;
	font-family: 宋体；
	  }
	  ul{list-style: none;}
	  a{text-decoration: none;}
	  /*lbt*/
    .carousel-container {
      margin: 0 auto;
      position: relative;
      width: 100%;
      height: 480px;
     overflow: hidden;
      background-color: #ccc;
    }
a{color:#000;}
    .carousel-container .carousel-list {
      position: relative;
      display: flex;
      height: 100%;
      width: 100%;
    }

    .carousel-container .carousel-list .slide {
      flex: 0 0 100%;
      height: 100%;
      width: 100%;
    }

    .slide a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
    }

    .slide a img {
      width: 100%;
    }

    .carousel-container .carousel-arrow {
      display: none;
      position: absolute;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: white;
      text-align: center;
      line-height: 36px;
      cursor: pointer;

      background-color: rgba(31, 45, 61, .2);
    }

    .carousel-container:hover .carousel-arrow {
      display: block;
    }

    .carousel-container:hover .carousel-arrow:hover {
      background-color: rgba(31, 45, 61, .4);
		color:red;
		font-weight: bolder;
    }

    .carousel-container .carousel-arrow-left {
      top: 50%;
      left: 2%;
      transform: translateY(-50%);
    }

    .carousel-container .carousel-arrow-right {
      top: 50%;
      right: 2%;
      transform: translateY(-50%);
    }

    .carousel-container .indicator {
      display: flex;
      position: absolute;
      left: 50%;
      top: 90%;
      transform: translateX(-50%)
    }

    .active {
      background-color: #fff;
    }
	  	
    .carousel-container .indicator span {
      margin: 2px 5px;
      padding: 3px;
      width: 5px;
      height: 5px;
      border: 1px solid white;
      border-radius: 5px;
    }
	 /*topt*/
.top {
	width: 100%;
	height: auto;
	overflow: hidden;
}
	  .title_top{
		  margin:5px 0px 5px 0px;
		 font-size:16px;
		  height:20px;
		  line-height: 20px;
		  text-align: center;}
  .logo_banner {
	width: 1000px;
	height:80px;
	margin: 0px auto;
	background-image: url(../images/bannerbg.png);
	background-repeat: no-repeat;
	background-position: 680px 0px;
}
  .fl {
	float: left;
	 width:453px;
	  height:71px;
	 vertical-align: middle;
	  padding-top:5px;
}
  .fr {width:210px;
	margin-left:327px;
	float: left;
	font-size: 14px;
	line-height: 24px;	  
}
  .nav {
	width: 100%;
	height: 46px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #AEB1C0;
	}
	  .nav ul{  overflow: hidden;
		  width:1000px;
		  height:46px;
		  display: block;
		  list-style: none;
		  margin: 0px auto;
		 	  }	  
	  .nav li{
		  font-size:14px;
		  color:#fff;
		  text-align: center;
		  float:left;
		  width:160px;
		  height:46px;
		   }
	  .nav li a{
		  text-decoration: none;
	  color:#fff;
	  display: block;
	  width:120x;
	  height:30px;
	  border-radius:10px;
	 margin: 8px 10px 0px 10px;
	  background:rgba(248,248,248,0.33);
	 line-height: 30px;
	  }
	  .nav li a:hover{
		background: #fff;
	    font-weight: bold;
	    color:brown;
		  position:relative;
		 }
	  .nav li a:hover::before{
		  content:'>>';
		  font-size:14px;
		    color:brown;
	  }
	 
  .fd {
	font-size: 18px;
    background: linear-gradient(to right,red,orange);
	 -webkit-background-clip: text;
	  color:transparent;
	font-weight: bolder;
}
	/*cpzx*/  
	  #cp_main{
		  width:1000px;
		  height:auto;
		  overflow: hidden;
		  margin:10px auto 0px auto;
	  }

	#cpzx{
		font-size:14px;
		text-align:justify;
		display: flex;
	justify-content:space-around;
		flex-wrap:wrap;
		flex-direction:row;
	width:1000px;
	height:auto;
	overflow: hidden;
		}
	#cp{width:322px;
	height:362px;
	border:1px solid #999;
	margin:4px;
	}
	#cp img{
		width:320px;
		height:320px;
		transition: transform 0.3s ease-in-out;
	}
	  #cp img:hover{
		   transform: scale(1.1);
	  }
	#cp_t{
		width:320px;
		height:320px;
		overflow: hidden;
	}
	
	#cp_w{width:320px;
	height:40px;
	line-height: 30px;
	display: flex;
	 align-items:center;
	justify-content:space-around;
	}

	.f
	{
	width:60px;
	height:20px;
	border-radius:10px;
	background: #1392F9;
	color:#fff;
		display:inline-flex;
	 align-items:center;
		justify-content:center;
		
	}
.f a{text-decoration: none;
	color:#fff;
	border:0px;}

	.f:hover
	{
	cursor:pointer;
	background:#FCCBCB;
			
	}
	.f::before{
	content: '';
	border-left: 6px solid #FFF;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;

	}
	#cp_title{
	width: 1000px;
	height: 45px;
	font-size: 20px;
	font-weight: bolder;
	font-color: #000；;
	line-height: 45px;
	font-family: 微软雅黑;
	display: flex;
	align-items:center;
	justify-content:space-around;
	border-bottom:1px solid rgba(191,191,191,1.00);
	margin-bottom: 10px;		
	}
#cp_title a{text-decoration: none;color:white;}
	  #cp_title span{
	display:inline-flex;
   	width:60px;
	height:20px;
	border-radius:10px;
	background: #1392F9;
	color:white;
	font-size:14px;
    font-family: 宋体;
     align-items:center;
	margin-left:822px;
    justify-content:center;
	  }
	  	 #cp_title span:hover
	{
	cursor:pointer;
	background:#FCCBCB;
	
		
	}
		 #cp_title span::before{
	content: '';
	border-left: 6px solid #FFF;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
   margin-right:6px;
	}
	  .page-bo{
		  margin:0px auto;
		  width:1000px;
		  height: auto;
		
	  }
	    .page-bo dl{margin: 5px 0px 8px 0px;
		 height: 60px;
		line-height: 30px;
			text-align: center;
			font-size:14px;
	  }
	  	    .page-bo dl a,.page-bo dl a:hover,.page-bo dl a:visited{
		text-decoration: none;
		color:#000;	
	  }


.qq1{width:100px;
	height:80px;
	position:fixed;
	bottom:20%;
	right:0px;
	over-flow:hidden;
	font-weight: bold;
	text-align: center;
	box-shadow:-1px -1px 2px rgba(243,245,255,1.00);
		}
.qq1_title{border-radius:15px 0px 0px 0px;
	font-size:16px;
	color:#fff;
	width:100px;
	line-height: 30px;
	height:30px;
	 background: #ff6ec4;
  animation: gradientAnimation 10s ease infinite;
	}
@keyframes gradientAnimation {
  0% { background: #ff6ec4; }
  50% { background: #7873f5; }
  100% { background: #ff6ec4; }
}
