﻿.w-1200{
  width:1200px;
  margin:0 auto;
  position: relative;
}
.clearFix:after,.clearFix:before{
  content:'';
  clear: both;
  display:block;
  overflow: hidden;
}
.fl{
  float:left;
}
.fr{
  float:right;
}
*{
  box-sizing: border-box
}



/* header */
.header{
  height:40px;
  line-height: 40px;
}
.welcome-site{
  float: left;
  color:#666;
  font-size: 16px;
}
.login-site{
  float:right;
}
.login-site span{
  
}
.register{
  color:#185aad;
}
.login{
  color:#185aad;
  position: relative;
  display: inline-block;
  line-height: 40px;
  margin-right:2px;
  font-size: 16px;
}
.login ul{
  display: none;
  position: absolute;
  left:-40px;
  width: 160px;
  color:#185aad;
  text-align: center;
  z-index:999;
  top:40px;
  padding:2px 0;
}
.login ul li{
  background: #fff;
}
.login:hover ul{
  display: block;
}
.login ul li:hover{
  background: #185aad;
}
.login ul li:hover a{
  color:#fff;
}
.login-icon{
  margin-top:-3px;
  margin-right:4px;
}
/* body */
.yb-body{
  border-top:2px solid #185aad;
  background:#d4e7f5 url('../images/bg.png') no-repeat;
  background-size: 100% 300px;
  padding-bottom:20px;
  min-width: 1200px;
  padding-top:35px;
}
.login-search{
  padding:0 260px 180px 0;
}
.login-search .search input{
  width: 300px;
  height:40px;
  border-radius: 10px 0 0 10px;
  border:none;
  outline: none;
  background: #fff;
  text-indent: 20px;
  font-size:16px;
  color:#333;
}
.login-search .search button{
  height: 40px;
  width:60px;
  border-radius:0 10px 10px 0;
  border:none;
  outline: none;
  background: url('../images/search-btn.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left:-4px;
  margin-top:-4px;
}
/* tab */
.yb-tab{
  background:#185aad;
}
.yb-tab>ul>li{
  float:left;
  width: 12.5%;
  line-height: 40px;
  text-align: center;
  border-right:1px solid #d2e8ff;
  position: relative;
  font-size: 18px;
}
.yb-tab>ul>li:hover ul{
  display: block;
}
.yb-tab>ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  line-height: 40px;
  background: #f3f3f3;
  z-index:999;
}

.yb-tab ul li:hover,.yb-tab ul li.yb-this{
  background:#2f70c2
}
.yb-tab ul li a{
  color:#fff;
  display: block;
  font-size: 16px;
}
.yb-tab>ul ul a{
  color:#185aad;
}
.yb-tab>ul ul li:hover a{
  color: #fff;
}
.yb-tab ul li a img{
  margin-right:6px;
  margin-top:-2px;
}

/* content */
.yb-content-top{
  background: #fff;
  padding:20px;
}
/* title */
.yb-title{
  text-align: center;
  padding:22px 0 ;
  color:#185aad;
}
.yb-title .title{
  font-size: 28px;
  margin-bottom: 10px;
}
p.sub-title{
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*right-nar*/
.yb-right{
  width: 240px;
  height:160px;
  position: fixed;
  right:0;
  top:280px;
}
.close-right{
  position: absolute;
  top:-20px;
  left:0;
  color:red;
  cursor: pointer;
}
/* newlist */
.text-swiper{
  width: 600px;
  height: 350px;
  margin:0 auto;
}
.swiper{
  overflow: hidden;
}
.swiper ul{
  width:1000%;
  height: 100%;
  position: relative;
}
.swiper ul li{
  width:10%;
  height: 100%;
  float: left;
  position: relative;
}
.swiper ul li img{
  width: 100%;
  height:100%;
  max-width: 100%;
}
.swiper ul li span{
  color: #fff;
  position: absolute;
  bottom:0;
  left:0;
  padding:0 200px 0 20px ;
  width: 100%;
  line-height: 40px;
  background: rgba(0,0,0,.3);
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new-list{
  padding-bottom: 20px;
  display: flex;
  height: 330px;
  overflow: hidden;
}
.new-list>div{
  flex:1;
}
.swiper{
  margin-right:25px;
  position: relative;
  width: 100%;
  height:100%;
}
.swiper-nav{
  position: absolute;
  bottom: 10px;
  right:40px;
}
.swiper-nav span{
  display: inline-block;
  padding:5px;
  border-radius: 50%;
  background:#fff;
  margin-right:4px;
}
.swiper-nav span.active{
  background:red;
}
.news-tab .news-tab-title{
  background: #f7f7f7;
  border-bottom:1px solid #e7e7e7;
}
.news-tab .news-tab-title>li{
  display: inline-block;
  line-height: 43px;
  padding:0 20px;
  font-size: 18px;
  color:#333;
  cursor: pointer;
  position: relative;
}
.news-tab-title>li.yb-this{
  font-weight: 500;
  position: relative;
}
.news-tab-title>li.yb-this:hover ul{
  display:block;
}
.news-tab-title>li.yb-this ul li:hover{
  color: red;
}
.news-tab-title>li.yb-this:after{
  content:'';
  position: absolute;
  bottom: -1px;
  left:0;
  border-bottom:2px solid red;
  width: 100%; 
}
.news-tab>ul ul{
   display: none;
   position: absolute;
   left:50%;
   transform: translateX(-50%);
   top:45px;
   text-align: center;
   padding:0 10px;
   max-width: 200px;
   min-width: 100%;
   background: #f3f3f3;
   z-index:999;
 }
.news-tab>ul ul li{
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 40px;
}
.yb-tab-content ul li a{
  display: block;
  line-height: 36px;
  padding-left:12px;
  position: relative;
  font-size: 16px;
}
.yb-tab-content ul li a::before{
  content:'';
  position: absolute;
  padding:2px;
  background: #333;
  top:50%;
  margin-top:-2px;
  left:0;
}
.yb-tab-content .news-text{
   width:80%;
   max-width: 550px;
   display: inline-block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   vertical-align: middle;
   color:#333;
 }
.yb-tab-content a:hover .news-text{
  color:red;
}
.yb-tab-content>ul,.yb-tab-content>div{
  padding-top: 10px;
}
.yb-tab-content.navTab>div{
  display: none;
}
.yb-tab-content.navTab>div.yb-this{
  display: block;
}
.yb-tab-content .time{
  float:right;
  color: #888888;
}
.yb-server ul{
  display:flex;

  justify-content: space-between;
}
.yb-server ul li{
  flex:0 0 180px;
  text-align: center;
  color:#333;
  padding:15px 0;
  width:180px;
  box-shadow: 0 0 4px 2px #eee;
  font-size: 16px;
}
.yb-server ul li:hover{
  background:#185aad;
  color:#fff!important;
}
.yb-server ul li:hover a{
  color:#fff!important;
}
.server-category{
  padding: 14px 10px 0 0;
  height: 45px;
  background: #eee;
}
.server-category-title{
  padding: 13px 0;
  height: 45px;
  background: #2f70c2;
}
.server-category-this{
  padding: 14px 10px 0 0;
  height: 45px;
  background: #2f70c2;
}
.server-category a{
  font-size: 12pt;
}
.server-category-this a, .server-category-title a{
  font-size: 12pt;
  color: white;
 }
.server-icon{
  display: inline-block;
  width:40px;
  height:40px;
  background: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.personal{
  background-image: url('../images/dwbsdt.png')
}
.company{
  background-image: url('../images/grbsdt.png')
}
.online{
  background-image: url('../images/mghmztc.png')
}
.report{
  background-image: url('../images/xzzx.png')
}
.unit{
  background-image: url('../images/bszn.png')
}
.catalog{
  background-image: url('../images/ydjy.png')
}

.yb-server ul li:hover .personal{
  background-image: url('../images/dwbsdt_1.png')
}
.yb-server ul li:hover .company{
  background-image: url('../images/grbsdt_1.png')
}
.yb-server ul li:hover .online{
  background-image: url('../images/mghmztc_1.png')
}
.yb-server ul li:hover .report{
  background-image: url('../images/xzzx_1.png')
}
.yb-server ul li:hover .unit{
  background-image: url('../images/bszn_1.png')
}
.yb-server ul li:hover .catalog{
  background-image: url('../images/ydjy_1.png')
}

/* yb-content-mid */
.yb-content-mid{
  margin:10px 0;
  padding:9px;
  background:#fff;
  position: relative;
}
.other-site-nav{
  width: 100%;
  overflow: hidden;

}
.yb-content-mid ul{
  width:1000%;
  position: relative;
}
.yb-content-mid ul li{
  width:3.34%;
  height:120px;
  float: left;
  padding:0 10px;
}
.yb-content-mid ul li img{
  width: 100%;
  height:100%;
}
.dir-icon{
  position: absolute;
  top:50%;
  width:24px;
  height:24px;
  border-radius: 50%;
  background: #fff;
  margin-top:-12px;
  border:1px solid #eee;
  text-align: center;
  line-height: 24px;
  color:red;
  z-index: 999;
}
.prev{
  left:10px;
}
.next{
  right:10px;
}

/* bottom */
.yb-content-bottom{
  display:flex;
  padding:10px 20px;
  height:280px;
  background: #fff;
  justify-content:space-between ;
}
.yb-content-bottom-yp{
  display:flex;
  padding:10px 20px;
  height:100%;
  background: #fff;
  justify-content:space-between ;
}
.yb-content-bottom>div{
  flex:0 0 49%;
}
.yb-content-link{
  display:flex;
  padding:10px 290px;
  height:70px;
  background: #fff;
  justify-content:space-between ;
}
.yb-content-link>select{
  height: 35px;
  width: 220px;
  font-size: 16px;
}
.yb-bottom h3{
  line-height:50px;
  border-bottom:1px solid #e7e7e7;
  position: relative;
}
.yb-bottom h3 span:first-child{
  position: relative;
  display:inline-block;
  height: 100%;
  font-weight: 600;
  font-size: 24px;
  color:#cc3333;
}
.yb-bottom h3 a{
  float: right;
  right: 40px;
  position: relative;
  display:inline-block;
  font-size: 16px;
}
.yb-bottom h3 span:first-child:before{
  content:'';
  position: absolute;
  bottom:-4px;
  left:0;
  border-top:2px solid #cc3333;
  width: 100%;
}
.getMore{
  color:#185aad;
  position: absolute;
  font-size: 14px;
  right:20px;
  top:50%;
  transform: translateY(-50%);
}
.yb-zw-server{
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  padding:20px 0 ;
}
.yb-zw{
  flex:0 0 48%;
  /*padding:0 20px;存在兼容问题，ie在宽度上增加padding*/
  border:1px solid #e7e7e7;
  font-size:16px;
}
.yb-zw:hover{
  border:1px solid #185aad
}
.zw-text{
  padding:0 20px;
}
.zw-text a{
  height: 70px;;
  display:flex;
  align-items: center
}
.flex-item{
  flex:1;
  padding-left:20px;
}
/* footer */
.footer{
  background: #185aad;
  position: relative;
  min-width: 1200px;
}
.footer-content{
  display: flex;
  padding-left:64px;
  align-items: center;
  height: 120px;
}
.footer-text{
  flex:0 0 75%;

  text-align: center;
  color:#fff;
  font-size: 16px;
}
.footer-text p{
  line-height: 28px;
  cursor: pointer;
}
.footer-text a{
  color:#fff;
}
/* 微信 */
.yb-wrapper{
  position: relative;
}
.weixin{
  position: absolute;
  top:-230px;
  right:-180px;
  width: 160px;
  text-align: center;
  padding:0 5px;
}
.weixin p:first-child,.weixin div{
  padding:0 10px;
  background: #fff;
}
.weixin p:first-child{
  color:#185aad;
  font-size: 18px;
  font-weight: 500;
  padding:10px;
}
.weixin img{
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.weixin p:last-child{
  margin-top:2px;
  text-align: left;
  padding:5px 10px;
  background: #eee;
}
@media screen and (max-width:1600px){
  .weixin{
    display:none;
  }
}

/* news.html */
.site-nav{
  line-height: 40px;
  padding:0 20px;
  background: #f5f5f5;
  color:#666;
  font-size: 14px;
}
.site-nav-two span,.site-nav-two a{
  display: inline-block;
  height:40px;
  margin:0 5px;
  padding:0 5px;
  box-sizing: border-box;
  font-weight:500;
  font-size:16px;
}
.site-nav-two span.yb-this .site-nav-two a.yb-this{
  color:#cc3333;
  border-bottom: 1px solid #cc3333
}
.site-content-body{
  padding:20px;
  background: #fff;
}
/* news content */
.news-content{
  padding:20px;
  background: #fff;
}
.news-left ul li{
  text-align: center;
  margin-bottom:10px;
}
.news-left ul li.server{
  padding:20px 0;
  background: #eee;
}
.news-left ul li.server-img img{
  width:100%;
  height:auto
}
.other-server-top{
  line-height: 50px;
  padding-left:20px;
  color:#185aad;
  text-align: left;
  background: #f5f5f5;
}
.other-server-body>div{
  height:160px;
}
.news-item{
  padding-left:20px;
}
.news-item ul li {
  border-bottom: 1px dashed #e7e7e7;
  font-size:14px;
}

/*news-detail*/
.yb-news-detail{
  background: #fff;
  padding:0 25px 40px 25px;
}
.big-title{
  text-align: center;
  font-size: 21px;
  font-family: 微软雅黑;
  font-weight: bold;
  /*color:#185aad;*/
  color: red;
  line-height: 70px;
}
.news-detail-opt{
  background: #f5f5f5;
  padding:0 15px;
  line-height: 45px;
  font-size: 14px;
  color:#666;
  cursor: default;
}
.news-detail-content{
  min-height: 400px;
  padding:20px 15px;
  color:#333;
}
.news-detail-content img{
  max-width: 60%;
  height: auto;
}
/*interactive.html*/
.interactive-form{
  border:1px solid #eee;
}
.form-type{
  line-height: 50px;
  background: #f3f3f3;
  padding:0 30px;
  color:#666;
}
.big-tip{
  font-size: 20px;
  color:#333;
}
.form-tip{
  line-height: 80px;
  padding:0 30px;
  color:#666;
  background: #f9f9f9;
}
.yb-form{
  border-top: 1px solid #eee;
  padding:20px 60px;
  background: #f9f9f9;
}
.yb-form .layui-form-label{
  width: 120px;
}
.yb-form .layui-input-block{
  margin-left:120px;
}
.layui-form-label span{
  color: red;
  padding-right:8px;
}
.yb-form input[type=radio]{
  display: inline-block;
  vertical-align: middle;
  margin-right:8px;
}
.yb-form .layui-unselect{
  display: none;
}
.yb-more-info{
  margin:40px 0;
}
/*site-map*/
.site-map{
  background: #fff;
  padding:40px 20px;
}
.map-item>li{
  padding-top:10px;
  border-bottom: 1px solid #ddd;
}
.map-item .item-title{
  font-size: 16px;
  font-weight: 600;
  color: #185aad;
  padding:4px 0;
  border-bottom: 2px solid #185aad;
}
.map-tab ul li{
  display: inline-block;
  margin-right:30px;
  padding:16px 0;
}
.map-tab ul li a{
  font-size: 16px;
  color:#666;
}
/*about-us*/
.address-info{
  text-align: center;
  line-height: 40px;
  color:#666;
  font-size: 16px;
}
.address-map{
  height: 600px;
}
/*广告*/
#ad>div{
  width: 450px;
}
.adHeader{
  background: #185aad;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  padding:0 10px;
}
.adHeader>div{
  width: 380px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow: hidden;
}
.adContent{
  padding:15px 20px;
  background: #fff;
  min-height: 300px;
}



/* 轮播 */
.slide{width:567px;height:306px;margin:0 auto;overflow:hidden;position:relative;background-color:#000;z-index:10; margin-right: 20px;}
.slide ul{height:306px;}
.slide ul li{width:567px;height:306px;float:left; position:relative;}
.slide ul li img {width:567px;height:306px;}
.slide .bg{height:34px;position:absolute;background-color:#000;bottom:0;left:0;right:0;border-top:1px solid #fff;filter:alpha(opacity=30);opacity:.3;z-index:5;}
.slide .bt{height:34px;position:absolute; line-height:34px;bottom:0;left:15px;right:100px;z-index:6; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#fff; font-size: 18px;}
.slide .num{overflow:hidden;zoom:1;position:absolute;right:10px;bottom:11px;z-index:10;}
.slide .num span{display:inline-block;width:12px;height:12px;background:url(../images/bg-slide.png) 0 -12px no-repeat;_background:url(../images/ie6/bg-slide.png) 0 -12px no-repeat;cursor:pointer;overflow:hidden;}
.slide .num span.on{background-position:0 0;}
.slide .skip{display:none;_display:block;width:23px;height:47px;background:url(../images/bg-slide.png) no-repeat;_background:url(../images/ie6/bg-slide.png) no-repeat;position:absolute;top:50%;margin-top:-24px;text-indent:-1000em;cursor:pointer;}
.slide .prev{background-position:0 -172px;left:10px; display:none;}
.slide .prev:hover{background-position:0 -219px;}
.slide .next{background-position:-23px -172px;right:10px; display:none;}
.slide .next:hover{background-position:-23px -219px;}
.slide:hover .prev,.slide:hover .next{display:block; display:none;}
.slide .num{bottom:11px;}




	.top-nav ul li a{position:relative;}

	
		.jgdj{width: 100%;padding: 20px 0px;background-color:#f7f7f7 !important;}
	.jgdj img{width: 100%;}
	
	.container .column-left dl{background-color: #fcfdfd}
	.zhuanti{width: 100%;background-color: #fcfdfd;}
	.zhuanti .head{font-size: 19px;font-weight: bold;color: #1b65b9;height: 55px;line-height: 55px;padding-left: 6.89%;border-bottom: 1px solid #e1e1e1;}
	.zhuanti .head a{font-size: 19px;font-weight: bold;color: #1b65b9;line-height: 55px;border-bottom: 2px solid #1b65b9;display: inline-block;height: 55px;}
	.zhuanti ul li{	margin-top: 15px;padding:0px 3.44%;}
	.zhuanti ul li a{width:100%;}
	.zhuanti ul li a img{width:100%;}
	.zhuanti ul{margin-top: 20px;}
	.zhuanti ul li:first-child{margin-top: 0px;}

	
	.txtMarquee-top{ width:100%;  overflow:hidden; position:relative;   }
		.txtMarquee-top .tempWrap{height:565px !important;}
		
		
		
		
		
		.llb{ display: block; width: 390px; height: 20px; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}