*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body{ 
    margin: 0px auto;
    padding: 0px;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
	}

a{
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
.w1200{ 
	width:1200px; 
	margin:0px auto;
	}
	
/*join*/
.join{
    width: 100%;
	height:40px;
    line-height: 40px;
    background-color: #020e2a;
    color: #fff;
    font-size: 14px;
	}
.join a{
	color: #fff;
}
.join_l{
	float: left;
	width: 70%;
}
.join_c{
	float: left;
	
}
.join_r{
    float: right;
}
/*join*/

/*logo*/
.logo{
	width:100%;
	height:90px;
	}
.logo_l{
	float:left;
	width: 30%;
	height:100%;
	margin-top: 15px;
	}
.logo_r{
	height: 100%;
	float:left;
	width: 70%;
	font-weight: bold;
	font-size:30px;
	line-height: 90px;
	color: #006fc0;
	}
.logo_c{
	float: right;
	margin-top: 30px
}
/*logo*/

/*导航*/
.nav{
	width: 100%;
}
.nav ul{
	float: left;
}
.nav li{
	margin: 0px 10px;
	height: 100%;
	width:110px;
	float: left;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	transition: color 1s;
	-moz-transition: color 1s;	/* Firefox 4 */
	-webkit-transition: color 1s;	/* Safari 和 Chrome */
	-o-transition: color 1s;	/* Opera */
	transition: background-color 1s;
	-moz-transition: background-color 1s;	/* Firefox 4 */
	-webkit-transition: background-color 1s;	/* Safari 和 Chrome */
	-o-transition: background-color 1s;	/* Opera */
	color: #000205;
	}
	@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/*导航*/
/*导航2*/
.nav2{
	width: 100%;
	height: 50px;
	background-color: #333;
}
.nav2 ul{
	float: left;
}
.nav2 li{
	width: 170px;
	height: 100%;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	transition: color 1s;
	-moz-transition: color 1s;	/* Firefox 4 */
	-webkit-transition: color 1s;	/* Safari 和 Chrome */
	-o-transition: color 1s;	/* Opera */
	transition: background-color 1s;
	-moz-transition: background-color 1s;	/* Firefox 4 */
	-webkit-transition: background-color 1s;	/* Safari 和 Chrome */
	-o-transition: background-color 1s;	/* Opera */
	color: #fff;
	
	}

.nav2 li:hover{
	background-color: #0163aa;
}
/*导航2*/

/*首页*/
.index_server{
	width:100%;
	float:left;
	text-align: center;
	padding: 50px 0px;
}
.index_server li{
	width: 300px;
	float: left;
	padding: 100px 0px 0px;
}

.index_server li:first-child{
	background: url(../Image/server1.jpg) no-repeat center top;
}
.index_server li:nth-child(2){
	background: url(../Image/server2.jpg) no-repeat center top;
}
.index_server li:nth-child(3){
	background: url(../Image/server3.jpg) no-repeat center top;
}
.index_server li:nth-child(4){
	background: url(../Image/server4.jpg) no-repeat center top;
}


.index_company{
	float: left;
	width: 100%;
	padding: 50px 0px;
	background-color: #f7f7f7;
	text-align: justify;
}
.index_company_right{
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 15px;
	
}
.index_company_left{
	float: left;
	width: 50%;
}
.index_company_left li:first-child{
	font-size: 30px;
	font-weight: bold;
	color: #282828;
}
.index_company_left li:nth-child(2){
	font-size: 15px;
	line-height: 26px;
	margin-top: 15px;color: #666;
}
.index_company_left li:nth-child(3){
	margin-top:0px;
}
.index_title{
	width: 100%;
	float: left;
	text-align: center;
	background: url(../Image/title.jpg) no-repeat center 5px;
	line-height: 40px;
}
.index_title li:first-child{
	font-size: 37px;
	font-weight: bold;
}
.index_title li:nth-child(2){
	font-size: 15px;
}
.yellow{
	color: #008ed6;
}
.yellow2{
	color: #fab909;line-height: 22px;
}
.index_case{
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.index_case_main li{
	float: left;
	margin: 15px;
	text-align: center;
	background-color: #f4f4f4;
}
.index_case_main li:hover .case_center{
	color: #fab909;
	transition: color 1s;
	-moz-transition: color 1s;	/* Firefox 4 */
	-webkit-transition: color 1s;	/* Safari 和 Chrome */
	-o-transition: color 1s;	/* Opera */
}
.index_case_main li a{
	color: #000;
}
.case_top img{
	width: 370px;
	height: 240px;
}
.case_center{
	height: 44px;
	line-height: 44px;
	background-color: #f4f4f4;
}
.case_bottom{
	height: 44px;
	line-height: 44px;
	background-color: #020e2a;
	color: #fff;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.index_product{
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.index_product_main{
	float: left;
}
/*产品滚动*/
.index_product_main ul li{
    width: 270px;
    height: 300px;
    text-align: center;
    color:#000;
    font-size: 0;
    float: left;
    margin:15px 15px;
    background-color: #f4f4f4;
}


.index_product_main ul li a{
    text-decoration: blink;
    font-size: 19px;
    font-family: '微软雅黑';
    text-align: center;
}
.index_product_main ul li span{
    color: #000;
    font-size: 19px;
}
.index_product_main ul li img{
    width: 270px;
    height: 270px;
}
/*产品滚动*/

.index_news{
	width:100%;
	float:left;
	padding: 50px 0px;
	background-color: #f7f7f7;
}
.index_news_main{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.index_news_main li{
	width: 500px;
	margin: 0px 25px;
	float: left;
	border-bottom: 1px solid #dcdcdc;
	padding: 25px 25px;
	
}
.index_news_main li:hover{
	background-color: #020e2a;
	transition: color 1s;
	-moz-transition: color 1s;	/* Firefox 4 */
	-webkit-transition: color 1s;	/* Safari 和 Chrome */
	-o-transition: color 1s;	/* Opera */
	transition: background-color 1s;
	-moz-transition: background-color 1s;	/* Firefox 4 */
	-webkit-transition: background-color 1s;	/* Safari 和 Chrome */
	-o-transition: background-color 1s;	/* Opera */
}
.index_news_main li:hover .news_title,.index_news_main li:hover .news_content{
	color: #fff;
}
.news_title{
	font-size: 18px;
	color: #595858;
}
.news_content{
	font-size: 14px;
	color: #525252;
}
.news_time{
	display: block;
	width: 112px;
	height: 75px;
	float: left;
	text-align: center;
	background-color: #e3e3e3;
	margin-right: 25px;
	font-size: 14px;
	color: #7a7a7a;
	padding-top: 10px;
}
.news_day{
	font-size: 33px;
}
/*首页*/

/*footer*/
.footer{
	background-color: #020e2a;
	width: 100%;
	float: left;
	color: #fff;
	padding: 30px 0px;
}
.footer_top{
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.footer_top_left{
	float: left;
	width: 50%;
	margin-top: 30px;
}
.footer_top_right{
	float: left;
	width: 50%;
	line-height: 50px;
}
.footer_top_main{
	float: left;
	width: 260px;
	padding: 0px 20px;
	font-size: 14px;
}
.footer_top_main li a{
	font-size: 14px;
	color: #fff;
}
.footer_top_main li:first-child{
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 30px;
}

.footer_bottom{
	width:100%;
	height:50px;
	float:left;
	font-size: 14px;
	line-height: 25px;
}
.footer_bottom a{
	color: #fff;
}
.footer_center{
	font-size: 14px;
}
.footer_center a{
	color: #fff;
	font-size: 14px;
}
/*footer*/

/*sidebar*/
.sidebar_main{
	width:250px;
	float:left;
	margin-top:50px;
	box-shadow: 
    2px 0 4px #D9D9D9, /*右边阴影*/   
    0 2px 4px #D9D9D9; /*底边阴影*/  
	background:#fff;
}
.sidebar_top{
	width:100%;
	height:84px;
	float:left;
	background:#020e2a;
	text-align:center;
}
.sidebar_center{
	float: left;
	width:100%;
	padding-bottom: 20px;
}
.sidebar_bottom{
	float: left;
	width: 100%;
}
.sidebar_bottom_top{
	width:100%;
	height:84px;
	float:left;
	background:#020e2a;
	text-align:center;
	color:white;
	font-size: 24px;
}
.sidebar_bottom_main{
	float: left;
	margin-top:5px;
	padding-bottom:35px;
}
.sidebar_bottom_main li{
	margin: 20px 20px 0px;
	font-size: 15px;

}
.sidebar_center_a{
	margin-left:27.5px;
	margin-top:15px;
	display: block;
	color:#131313;
	font-size:13px;
	height:35px;
	width:195px;
	line-height:35px;
	border:1px solid #020e2a;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
}
.sidebar_center_a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #020e2a;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sidebar_center_a:hover, .sidebar_center_a:focus, .sidebar_center_a:active {
  color: white;
}
.sidebar_center_a:hover:before, .sidebar_center_a:focus:before, .sidebar_center_a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*sidebar*/

/*sidebar2*/
.sidebar2_main{
	width:350px;
	float:right;
	margin-top:50px;
	box-shadow: 
    2px 0 4px #D9D9D9, /*右边阴影*/   
    0 2px 4px #D9D9D9; /*底边阴影*/  
	background:#fff;
}
.sidebar2_top{
	width:100%;
	height:84px;
	float:left;
	background:#020e2a;
	text-align:center;
}
.sidebar2_center{
	float: left;
	width:100%;
	padding: 0px 50px 20px;
}
.sidebar2_bottom{
	float: left;
	width: 100%;
}
.sidebar2_bottom_top{
	width:100%;
	height:84px;
	float:left;
	background:#020e2a;
	text-align:center;
	color:white;
	font-size: 24px;
}
.sidebar2_bottom_main{
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
.sidebar2_bottom_main li{
	margin: 20px 20px 0px;
	font-size: 15px;

}
.sidebar2_center_a{
	margin-left:27.5px;
	margin-top:15px;
	display: block;
	color:#131313;
	font-size:13px;
	height:35px;
	width:195px;
	line-height:35px;
	border:1px solid #020e2a;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
}
.sidebar2_center_a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #020e2a;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sidebar2_center_a:hover, .sidebar2_center_a:focus, .sidebar2_center_a:active {
  color: white;
}
.sidebar2_center_a:hover:before, .sidebar2_center_a:focus:before, .sidebar2_center_a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.sidebar2_bottom_product li{
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.sidebar2_product_top{
	width: 140px;
	float: left;
}
.sidebar2_product_center{
	float: left;
	width: 190px;
}
.sidebar2_product_center{
	color: #000;
}
.sidebar2_product_top img{
	width: 100px;
	margin: 0px 20px;
}
.sidebar2_news_center{
	color: #000;
	margin: 0px 20px;
}
.sidebar2_bottom_news li{
	margin: 10px 0px;
	float: left;
}
/*sidebar2*/
/*sidebar3*/
.sidebar3_main{
	width:350px;
	float:left;
	margin-top:50px;
	box-shadow: 
    2px 0 4px #D9D9D9, /*右边阴影*/   
    0 2px 4px #D9D9D9; /*底边阴影*/  
	background:#fff;
	margin-right: 50px;
}
.sidebar3_top{
	width:100%;
	height:84px;
	float:left;
	background:#020e2a;
	text-align:center;
}
.sidebar3_center{
	float: left;
	width:100%;
	padding: 0px 50px 20px;
}
.sidebar3_bottom{
	float: left;
	width: 100%;
}
.sidebar3_bottom_top{
	width:100%;
	height:84px;
	float:left;
	background:#020e2a;
	text-align:center;
	color:white;
	font-size: 24px;
}
.sidebar3_bottom_main{
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
.sidebar3_bottom_main li{
	margin: 20px 20px 0px;
	font-size: 15px;

}
.sidebar3_center_a{
	margin-left:27.5px;
	margin-top:15px;
	display: block;
	color:#131313;
	font-size:13px;
	height:35px;
	width:195px;
	line-height:35px;
	border:1px solid #020e2a;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
}
.sidebar3_center_a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #020e2a;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sidebar3_center_a:hover, .sidebar3_center_a:focus, .sidebar3_center_a:active {
  color: white;
}
.sidebar3_center_a:hover:before, .sidebar3_center_a:focus:before, .sidebar3_center_a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.sidebar3_bottom_product li{
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.sidebar3_product_top{
	width: 140px;
	float: left;
}
.sidebar3_product_center{
	float: left;
	width: 190px;
}
.sidebar3_product_center{
	color: #000;
}
.sidebar3_product_top img{
	width: 100px;
	margin: 0px 20px;
}
.sidebar3_news_center{
	color: #000;
	margin: 0px 20px;
}
.sidebar3_bottom_news li{
	margin: 10px 0px;
	float: left;
}
/*sidebar3*/
/*内页*/
.neiye{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-bottom: 50px;
}
.neiye_company{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	padding-bottom: 50px;
}
.neiye_news{
	width:800px;
	float:left;
	margin-top:30px;line-height:28px;
}
.neiye_news a{
	color: #000;
}
.neiye_news a:hover{
	color: #020e2a;
}
.neiye_right{
	width:900px;
	float:right;
	margin-top:30px;
}
.neiye_right a{
	color: #000;
}
.neiye_right a:hover{
	color: #020e2a;
}
.neiye_biaoti{
	float: left;
	width:900px;
	height:65px;
}
.biaoti_kuai{
	height:35px;
	width:6px;
	background:#020e2a;
	float:left;
	margin-top:6px;
}
.biaoti_tou{
	font-size:20px;
	font-weight: bold;
	color:black;
}
.biaoti_tou2{
	font-size:18px;
	color:#878787;
}
.neiye_content{
	margin-top:20px;line-height: 28px;
}
/*内页*/

/*列表翻页*/
.page{
	float:right;
    text-align: right;
    font-size: 12px;
	margin-top:20px;
	}
.page a{
	display: inline-block;
    line-height: 5px;
    border: 1px solid #101443;
    padding: 11px 5px;
    color: #000;
	text-decoration: none;
	}
.page .prev:after{
	content: "<";
	font-family: 'icomoon';
	vertical-align: middle;
	}
.page .next:after{
	content: ">";
	font-family: 'icomoon';
	vertical-align: middle;
	}	
.page a:hover{
	background:#020e2a;
	color:#fff;
	border: 1px solid #020e2a;
	line-height:5px;
	padding:11px 5px 10px 5px;
	}
/*列表翻页*/




/*内页新闻*/
.tp-biao2{
	font-size: 20px;
	color: #000;
}
.biaotizi2{
	font-size: 15px;
	color: #9fa7a9;
	border-bottom:1px solid #0350a7;
	padding-bottom: 30px;
}
.neiye_news_content{
	margin-top: 20px;
}
.neiye_news_content li{
	height: 40px;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px dashed #000;
}
.neiye_news_content li span{
	float: right;
}
.neiye_news_content li:hover{
	background-color: #f6f6f6;
}
/*内页新闻*/
/*详细新闻*/
.pro_name{
	color: #000;
	font-size: 30px;
	font-weight: bold;
}/*标题*/
/*详细新闻*/
/*内页产品*/
.neiye_product{
	float:left;
	width:900px;margin-bottom:30px;
}
.neiye_product_index{
	text-align: justify;
	float: left;
	margin-top: 20px;
}
.neiye_product_index li{
	float: left;
	width: 500px;
	text-align: center;
}
.neiye_product_index li:nth-child(2){
	margin: 35px 0px
}
.neiye_product_index a{
	width: 100px;
	height: 30px;
	float: left;
	background-color: #f0ad4e;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	margin: 0px 200px;
}
.nycp_a{
	width:280px;
	float:left;
	text-align:center;
	display:block;
	margin:20px 10px;
}
.cp_tu2{
	width:276px;
	height:226px;
	border:2px solid #fff;
}
.font13{
	color:black;
	font-size:14px;
}
.nycp_a:hover > .cp_tu2{
	border:2px solid #020e2a;
}

.nycp_a:hover > .font13{
	color:#020e2a;
}
/*内页产品*/

/*详细信息*/
.cp_nz{
	float:left;
	width:900px;
	text-align:center;
	margin-top: 60px;
}
.cp_nz2{
	float:left;
	width:800px;
	text-align:center;
	margin-top: 60px;
}
/*详细信息*/
/*详细信息翻页*/
#prev_next a{
	margin-top:30px;
	color:black;
}
#prev_next a:hover{
	color:#020e2a;
}	
/*详细信息翻页*/
/*产品展示图片*/
.cp_neida2{
	display: block;
	width:200px;
	margin:0px auto 0px auto;
}
/*产品展示图片*/
.neiye_case_main{
	float: left;
	padding: 50px 0px;
}
.neiye_case_main li{
	float: left;
	margin: 15px;
	text-align: center;
	background-color: #f4f4f4;
}
.neiye_case_main li:hover .case_center{
	color: #fab909;
	transition: color 1s;
	-moz-transition: color 1s;	/* Firefox 4 */
	-webkit-transition: color 1s;	/* Safari 和 Chrome */
	-o-transition: color 1s;	/* Opera */
}
.neiye_case_main li a{
	color: #000;
}


/*搜索*/
.search{
	float: right;
}
/*搜索*/

.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#020e2a url(../Image/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_top2{background:#020e2a url(../Image/fixCont.png) no-repeat 0 -226px;}
.yb_bar .yb_phone{background:#020e2a url(../Image/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#020e2a url(../Image/fixCont.png) no-repeat 0 -112px;}
.yb_bar .yb_ercode{background:#020e2a url(../Image/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

.neiye_top{
	width: 100%;
	height: 111px;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 50px;
	background-color: #020e2a;
	padding: 30px 0px;
}
.neiye_top li:first-child{
	font-size: 30px;
	font-weight: bold;
}
.biaoti_a{
	font-size:15px;
}
.biaoti_a a{
	color:#fab909;
	font-size:15px;
	}
	
/*表格*/

.liuyan{
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 188px;
}

.neiye_contact{
	float: left;
	padding: 50px 188px;
}
.neiye_contact1{
	width: 300px;
	float: left;
	padding: 0px 20px;
}
.neiye_contact1 li:first-child{
	font-size: 17px;
	font-weight: bold;
}
.neiye_contact span{
	font-weight: bold;
}
.neiye_contact2{
	width: 230px;
	float: left;
	padding: 0px 20px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.neiye_contact3{
	width: 170px;
	float: left;
	padding: 0px 20px;
}
.neiye_contact3 img{
	width: 20px;
	height: 20px;
}
.neiye_contact_title{
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 50px;
}
.a5{
	color: black;
	display: block;
	height:35px;
	font-size: 15px;
	line-height: 35px;
	text-decoration: none;
	border-radius:17px;
}
.li1x a{
	display:block;
	width:90px;
	height:40px;
	color:white;
	margin:0 auto;
	line-height:40px;
	font-size:14px;
	border-bottom:1px dashed #BFE0FF;
	
}
.li1x a:hover{
	border-bottom:1px dashed #FFF100;
	
}	
.jt{
	top:-17px;
	position: relative;
	
}

.neiye_lunbo{
	overflow: hidden;
	float: left;
	width: 100%;
	height: 880px;
	margin-top: 20px;
}
.neiye_lunbo_content:hover{
	animation-play-state:paused;
}
.neiye_lunbo_content{
	height: 100%;
	animation-name: around;
    animation-duration: 140s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
@keyframes around{
			0%{
				transform: translateY;(0);
			}
			100%{
				transform: translateY(-3600px);
			}
		}