@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0; box-sizing:border-box}
body { font-family:'Microsoft YaHei';font-size:14px;color:#333; overflow-x:hidden }
ul,ol,li {list-style: outside none none; }
a {text-decoration: none; color:#555;}
a:hover{ text-decoration: none; color: #0b5298;}
img{border:none; max-width:100%;}
.clearfix:after{ content:"";clear:both; display:block; }
.fl{float:left;}
.fr{float:right;}
.wrap{ width:1230px; margin:0 auto;}
.ydt-top{ background:url(../images/t-bg.jpg) no-repeat bottom center;}
.w85{ width:85%; margin:0 auto}
.y-logo{ padding:22px 0; display:block; float:left}
.search{ padding-top:45px;}
.search input{ background:none; outline:none; border:none; width:100%; height:100%; display:block;}
.sk01{ width:184px; height:40px; background:#fff; line-height:40px; border-radius:10px 0 0 10px; padding-left:20px; border:1px solid #016fd4;}
.sk02{ width:54px; height:40px; line-height:40px; text-align:center; color:#fff; background:url(../images/search.png) no-repeat center center #016fd4;}
.sk02 input{ cursor:pointer}
.yd-xi{ background:url(../images/bg.jpg); padding:46px 0;}
.yd-xi ul li{ float:left; width:24%; margin-right:1.2%; transition-duration:.5s;}
.yd-xi ul li:hover{ transform:scale(1.1,1.1)}
.top{
	width:100%;
	height:130px;
	background:url(../images/top-bg.jpg) no-repeat;
	}
.logo{
  padding:18px 0 0 0;
}
.en{
	background:url(../images/en.png) no-repeat;
	padding-left:30px;
	margin-left:30px;
	margin-top:56px;
	}


nav{
  background: #3d8def;
  height: 50px;
  width: 100%;
  clear:both;
}
nav ul li{
  float: left;
  line-height: 49px;
  position: relative;
  width:11.11%;
  text-align:center;
}
nav ul li a{
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index:2;
  padding-left:15px;
}
nav ul li a:after{
	content:"";
	width:5px;
	height:5px;
	background:#fff;
	position:absolute;
	top:10px;
	left:0;
	}
nav ul li:after{
  content: "";
    position: absolute;
    width: 0;
    height: 50px;
    left: 50%;
    transform: translate(-50%);
    transition-duration: .5s;
    bottom: 0;
    background: #1f8aeb;
    z-index:1;
}
nav ul li:hover a{
  color: #fff;
}
nav ul li:hover:after{
  width: 100%;
}
nav ul li:hover a:after{
	background:#fff;
}

nav ul li:last-child:after{
  display: none;
}



.fixed_bg{width: 100%; 
  height: 100%; 
  position: fixed; 
  left: 0; 
  top: 0; 
  display: none; 
  background: rgba(0,0,0,0.5); 
  z-index:9999;
}
.slide_logo{
  display: none;
}
.menu{
  display: none;
  width: 40px;
  height: 35px;
  background: #003f87;
  position: absolute;
  top:0;
  right:0;
  text-align: center;
  box-sizing: border-box;
  padding:10px 5px;
}
.menu span{
    width: 30px;
    height: 1px;
    display: block;
    background: #fff;
    position: relative;
    top: 0;
}
.menu span:nth-child(2){
  top:5px;
}
.menu span:nth-child(3){
  top:10px;
}

.slideBox,.slideBox1{ 
  width:100%;
  overflow:hidden; 
  position:relative; 
  margin:0 auto;
  background: #000;
}
.slideBox .bd,.slideBox1 .bd{ 
  position:relative; 
  height:100%;
}
.slideBox .bd li,.slideBox1 .bd li{ 
  vertical-align:middle; 
}
.slideBox .bd img,.slideBox1 .bd img{ 
  width:100%; 
  height: auto;
  display:block;  
  animation: changeScale 1 2.5s;
}
.slideBox .hd,.slideBox1 .hd{ 

  overflow:hidden; 
  position:absolute; 
 width:100%; 
 text-align: center;
  bottom:21px; 
  z-index:1; 
}
.slideBox .hd ul,.slideBox1 .hd ul{ 
  overflow:hidden; 
  zoom:1; 
  color:#fff; 
   width:100%; 
 text-align: center;
}
.slideBox .hd ul li,.slideBox1 .hd ul li{ 
  display: inline-block;
  margin:0 5px;  
  width:39px; 
  height:4px;
  background:#acacac;
  cursor:pointer;
  border-radius:5px;
}
.slideBox .hd ul li.on,.slideBox1 .hd ul li.on{ 
  background:#016fd4;
}

.banquan{
	width: 100%;
	background: #333333;
	padding:49px 0;
	color: #fff;
	font-size: 15px;
}
.banquan p{
	opacity: 0.5;
	line-height: 1.8;
}

.groups1{ cursor:pointer; font-size:16px; width:210px; position:relative; height: 40px; background: #cccccc; padding-left: 17px; }
.groups1>span{display:block; line-height: 40px; color: #333; padding-left: 25PX;background:url(../images/LINK.png) left center no-repeat; position: relative; }
.groups1 ul{position:absolute; bottom:100%; left:0; width:100%; padding:10px 5px; background:#f1f1f1; display:none;}
.groups1 ul a{line-height:20px; font-size:14px; color:#666; display:block;}
.groups1 ul a:hover{background:#136fbf; color:#fff;}
.groups1:hover{color:#fff;}
.groups1>span:after{
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/jt.png) no-repeat center center #929292;
	position: absolute;
	right:0;
	top:0;
}
.new-list li{
	font-size: 16px;
	border-bottom: 1px dashed #bfbfbf;
	padding-bottom:13px;
	margin-bottom: 13px;
}
.new-list li a:after{
	content: "";
	clear: both;
	display: block;

}
.new-list li p{
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	transition-duration: .5s;
	position: relative;
	padding-left: 20px;
}
.new-list li span{
	float: right;
}
.new-list li:hover p{
	padding-left:25px;
}
.new-list li p:before{
	content: "";
	width: 6px;
	height: 6px;
	background: #016fd4;
	position: absolute;
	top:8px;
	left: 0;
}
@media only screen and (min-width: 1440px){
.wrap {width: 1400px;}

}
@media only screen and (max-width: 1230px){
.wrap {width: 940px;}
.in-link p a{
  padding:0 10px;
}
.logo{
      width: 60%;
    }
    nav ul li a{
      font-size: 16px;
      padding:0px;
    }

}
@media only screen and (max-width: 992px){
.wrap{width: 740px;}
.sk01{ width:134px; }

}

@media only screen and (max-width: 760px){
.wrap{padding-left: 2%;padding-right: 2%;width: auto;}

.menu{
  display: block;
  z-index: 9998;
}
.logo{ background:#fff; padding:10px;width: 100%;}

.header {
    background: #003f87;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    width: 200px;
    position: fixed;
    left: -200px;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.left_active{left: 0;}
.search{
  display: none;
}
.yd-xi ul li{
  width: 48%;
}
.header .wrap{
  padding:0;
}
.t_icon{
  display: none;
}
nav ul li{
  float: none;
  text-align:center;
  width: 100%;
}
nav ul li:after{
  display: none;
}
nav ul li a:after{
  display: none;
}
.logo{

}
.t-ri{
  display: none;
}
.top{
  height: auto;
}

}


