
.slider-section{
  position: relative;
  top: 100px;
}
.main-slider{
    overflow: hidden;
}
.slide-item.bg-img{
    background-attachment: scroll;
}
.slider_content{}
.slider-content h1{
    -webkit-animation-duration: 0.8s!important;
    animation-duration: 0.8s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider-content p{
    -webkit-animation-duration: 0.8s!important;
    animation-duration: 0.8s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider-content .b-btn{
    -webkit-animation-duration: 0.8s!important;
    animation-duration: 0.8s!important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* ==========================================================================
   2.0 Content Blocks
   ========================================================================== */
.content-block{
	z-index: 1;
}
.bg-img-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.bg-img-wrap.w-55{
  width: 55%;
}
.bg-color.pos-right,
.bg-img-wrap.pos-right{
	left: auto;
	right: 0;
}
.bg-img-wrap div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bg-img-wrap div.atts-scroll{
	background-attachment: scroll;
}
@media all and (max-width: 767px) {
  .bg-img-wrap.w-55,
	.bg-img-wrap{
		position: inherit;
		width: 100%;
		height: auto;
		min-height: 250px;
	}
}
.bg-color{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

/* ==========================================================================
   3.0 Icon Box
   ========================================================================== */
.icon-wrap{
    margin: 0 auto;
    position: relative;
}
.service-box-2:hover{
    background-color: #FAB702;
    transition: all 0.5s ease-in-out;
}
.service-box-2:hover h4{
    color: #fff;
}
.service-box-2:hover p{
    color: #eee;
}
.service-box-2:hover .read-more{
    color: #eee;
}
.service-box{
    padding-left: 80px;
    position: relative;
}
.service-box i{
    position: absolute;
    top: 0;
    left: 0;
}
.service-item{
  position: relative;
  overflow: hidden;
}
.service-item img{
  transition: all 0.8s ease-in-out;
}
.service-item:hover img{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 3s ease-in-out;
}
.service-item .post-info{
  /*background-color: rgba(34,34,34,0.2);*/
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-item .post-info a:hover{
    text-decoration: underline;
    opacity: 1;
}

.service-box{
    position: relative;
}
.service-box i{
    position: absolute;
    top: 0;
    left: 0;
}
.services-items .service-box{
    padding: 60px 20px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.services-items .service-box:hover h4,
.services-items .service-box:hover a{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.services-items .service-box:hover p{
    color: #ddd;
    transition: all 0.3s ease-in-out;
}
.service-box .hover-img{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.services-items .service-box:hover .hover-img{
    opacity: 1;
    visibility: visible;
}
.services-items .service-box.hover-yellow:hover{
    background-color: #fab702;
    transition: all 0.3s ease-in-out;
}
.services-items .hover-yellow:hover p{
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   4.0 Portfolio
   ========================================================================== */
.portfolio-secction{}
.filter-menu{
    display: inline-block;
    
}
.filter-menu li{
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
	display: inline-block;
    padding: 6px 10px;
    margin-left: -5px;
	cursor: pointer;
	color: #262626;
	opacity: 0.7;
	font-weight: 600;
    overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
    position: relative;
}
.filter-menu li.active{
    border-top: 2px solid #FAB702;
    border-bottom: 2px solid #FAB702;
	transition: all 0.3s ease-in-out;
}
.filter-menu li:after{
	content: '|';
	position: absolute;
	right: -2px;
    top: 5px;
}
.filter-menu li:last-child:after{
	display: none;
}
.portfolio-wrapper{}
.portfolio-box{
	position: relative;
	height: inherit;
	overflow: hidden;
}
.portfolio-box .overlay{
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.portfolio-box .overlay:hover{
    text-decoration: none;
}
.portfolio-box .overlay .portfolio-content{
	display: inline-block;
	width: auto;
	height: auto;
	position: absolute;
	right: 35px;
	bottom: 25px;
}
.portfolio-box .overlay .portfolio-content h4{
	margin: 0 0 -3px;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.portfolio-box .overlay .portfolio-content p{
	margin: 0;
	font-size: 13px;
	display: inline-block;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .overlay{
	visibility: visible;
	opacity: 1;
}
.portfolio-box:hover .overlay .portfolio-content h4{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0.4s;
	opacity: 1;
}
.portfolio-box:hover .overlay .portfolio-content p{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0.6s;
	opacity: 1;
}


/* ==========================================================================
   5.0 Testimonials
   ========================================================================== */
.testimonial-section{}
.testi-content{
	margin-left: 30px;
}
.testimonial-item img{
	width: 100px!important;
	height: 100px;
	margin: 0 auto;
}
.review-box-2 img{
	margin-top: -90px;
} 

.review-box-3{
    position: relative;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
}
.review-box-3:before{
    background-color: #f7f7f7;
    content: '';
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 60px;
    bottom: -13px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.review-item .client-info {
    position: relative;
    padding-left: 130px;
    height: 80px;
    padding-top: 20px;
}
.review-item .client-info img{
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    position: absolute;
    left: 35px;
    bottom: 0;
}
.rating {
    margin-left: 5px;
}
.rating li{
    display: inline-block;
    margin-right: -1px;
    font-size: 13px;
}
.review-box-4 .testi-content{
    padding-left: 75px;
    position: relative;
}
.review-box-4 .testi-content .rank{
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 50%;
    border: 2px solid #FAB702;
    position: absolute;
    left: 0;
    bottom: 10px;
}
/* ==========================================================================
   6.0 Counter
   ========================================================================== */
.counter-box-2{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
.counter-box-2:before{
    border: 1px solid #fff;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter-box-3{
    border: 2px solid #fff;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
    border-radius: 50%;
}

/* ==========================================================================
   7.0 Team
   ========================================================================== */
.team-box{
	position: relative;
}
.team-box .overlay{
	background-color: rgba(34,34,34,0.8);
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.team-box:hover .overlay{
	visibility: visible;
	opacity: 1;
}
.team-box p,
.team-box h4{
	margin: 0;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.team-box:hover p,
.team-box:hover h4{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.team-box:hover h4{
	transition-delay: 0.4s;
}
.team-box:hover p{
	transition-delay: 0.5s;
}
.team-box .social-icon-white{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 30px;
}

/* ==========================================================================
   8.0 Blog
   ========================================================================== */
.article-box{
  padding-bottom: 5px;
}
.article-box .post-thumb{
  max-height: 220px;
}
.article-box .entry-content .date{
  display: block;
  color: #262626;
  opacity: 0.6;
}
.article-box .entry-content .date:hover{
  color: #262626;
  opacity: 0.9;
  text-decoration: none;
}
.post-thumb{
  position: relative;
}
.post-thumb .video-post{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* Pagination */
.pagination-wrap{}
.pagination-wrap li{
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap li a{
    border: 1px solid #ddd;
  display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
  color: #777;
  font-weight: 600;
}
.pagination-wrap li a:hover{
  opacity: 1;
  text-decoration: none;
}
.pagination-wrap li a.active{
  background-color: #fab702;
    border: 1px solid #fab702;
    color: #fff;
}

/* Social Share */
.social-share-wrap{
  overflow: hidden;
  margin: 40px 0;
}
.share-icon{
  display: inline-block;
  margin-left: 10px;
}
.share-icon li{
  display: inline-block;
  margin-right: 10px;
}
.share-icon li:nth-child(1) a{ background-color: #3B5998; }
.share-icon li:nth-child(2) a{ background-color: #1DCAFF; }
.share-icon li:nth-child(3) a{ background-color: #DB4A39; }
.share-icon li a{
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
}
.share-icon li a:hover{
  text-decoration: none;
  opacity: 0.8;
}

/* 9.0 Sidebar Widgets
   ==========================*/
.sidebar{}
.sidebar-widget{
  overflow: hidden;
}
/* Search Form */
.search-form{
  position: relative;
}
.search-form .form-control{
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  clear: #444;
  height: auto;
  padding: 15px 20px;
  border-radius: 3px;
  padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 24px;
    color: #888;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 13px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
  opacity: 1;
}
.search-form input::-webkit-input-placeholder{
   color: #888 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.search-form input:-ms-input-placeholder{  
   color: #888 !important;  
}

/* Category List */
.cat-list{}
.cat-list li{
  display: block;
}
.cat-list li:last-child a{
  border-bottom: 1px solid #ddd;
}
.cat-list li a{
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: 600;
  display: block;
  padding: 10px 18px;
  color: #444;
  font-size: 13px;

}
.cat-list li a:hover{
  text-decoration: none;
  background-color: #fab702;
    color: #fff;
}

/* Tag List */
.tag-list{}
.tag-list li{
  display: inline-block;
  margin: 3px;
}
.tag-list li a{
  background-color: #111;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}
.tag-list li a:hover{
  background-color: #fab702;
  color: #fff;
  text-decoration: none;
}

/* Recent Posts */
.recent-post h4 a:hover{
    opacity: 1;
    text-decoration: underline;
}

/* ==========================================================================
   10.0 Video Block
   ========================================================================== */
.video-block{
    z-index: 1;
}
.video-box{
  position: relative;
}
.video-box .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-content{
  padding: 33px 0;
}
.video-bg-image{
    width: 45%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.video-bg-image img{
    height: 100%;
}

/* ==========================================================================
   11.0 Contact Page
   ========================================================================== */
.form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.form-control:focus,
.form-control:hover{
    outline: none;
}
.form-control{
	box-shadow: none;
}
.form-control:focus,
.form-control:hover{
	box-shadow: none;
	outline: none;
	border: 1px solid #bbb;
}
.cf-wrapper .form-control{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}
.form-box .form-control{
    border: 1px solid #ddd;
}
.cf-wrapper .form-control:hover,
.cf-wrapper .form-control:focus{
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder{
   color: #888 !important;
}
.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder{  
   color: #888 !important;  
}

/* Campaign Form */
.campaign-form{}
.campaign-form .form-control{
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #444;
	height: 60px;
	width: 100%;
	border-radius: 3px;
}
.reg-form .form-control:focus,
.campaign-form .form-control:focus{
	outline: none;
}
.campaign-form .b-btn{
	width: 100%;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
}

.campaign-form input::-webkit-input-placeholder{
   color: #888 !important;
}
.campaign-form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.campaign-form input::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.campaign-form input:-ms-input-placeholder{  
   color: #888 !important;  
}

/* Google Map */
.google-map{
  width: 100%;
  height: 400px;
}

/* ==========================================================================
   12.0 Brand
   ========================================================================== */
.brand-item a{
    opacity: 0.3;
    display: block;
}
.brand-item a:hover{
    opacity: 1;
}
/* ==========================================================================
   13.0 Footer Widget
   ========================================================================== */
.widget-section{}
.widget-box{}
.addr-info li{
	color: #fff;
    margin-bottom: 5px;
}
.addr-info.footer-addr li{
	color: #fff;
    margin-bottom: 13px;
}
.addr-info li:last-child{
    margin: 0;
}
.addr-info li span{
	color: #fff;
}
.addr-info.addr-dark li span{
    color: #262626;
}
.widget-links{}
.widget-links li a{
    color: #fff;
    opacity: 0.6;
}
.widget-links-dark li a{
    color: #262626;
    opacity: 0.6;
}

/* ==========================================================================
   14.0 Clients
   ========================================================================== */
.partner-block-2 img{
	padding: 0 40px;
}

/* ==========================================================================
  15.0 Scroll To Top
   ========================================================================== */
.scroll-to-top{
	display: block;
	text-align: center;
	background-color: #cc5831;
	font-size: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
.scroll-to-top:hover{
    color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
}
@media (min-width:900px) {
  .header-bg{
  background-image: url(../img/headerbg2.png);
  background-size: 18% 85%;
  background-position: 45% 250%;
  background-repeat: no-repeat;
  }
  .ptb-14{
    padding-top: 0;
    padding-bottom: 0;
  }
  .kslj-list i{
    font-size: 56px;
      color: #fff;
      float: left;
      padding: 15px 45px 15px 30px;
  }
  .kslj-list a{
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    left: 45%;
    transform: translate(0, -50%);
  }
  .listnav{
    font-size: 20px;
    position: relative;
    display: block!important;
  }
}
@media (min-width:300px) {
    .header-bg{
  /* background-image: url(../img/headerbg2.png); */
  background-size: 18% 85%;
  background-position: 45% 250%;
  background-repeat: no-repeat;
  }
  .ptb-14{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .kslj-list i{
    font-size: 40px;
      color: #fff;
      float: left;
      padding: 24px 45px 15px 15px;
  }
  .kslj-list a{
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    left: 42%;
    transform: translate(0, -50%);
  }
  .listnav{
    font-size: 20px;
    position: relative;
    display: none;
  }
}
.s1{
  top: 60px;
  position: relative;
  background-color: #c7c7c7;
}
.zygg{ 
  padding: 10px 0px 0px 5px;
  box-shadow: 3px 3px 10px #eee;
  background-color: #fff;
}
.zygg i{
  float: left;
  font-size: 24px;
  padding: 10px;
  color: #cc5831;
}
.zsdt{ 
  background-color: #cc583121;
}
.zygg:hover{ box-shadow: 5px 5px 15px #ddd;}
.zygg h2{ letter-spacing: 3px; float: left;}
.list{
  padding-bottom: 20px;
}
.list li{padding:5px 15px;}
.list li:hover{ 
  border-left: 4px solid #cc5831;
  transition: all 0.2s ease-out;
  box-shadow: 3px 3px 3px #eee;
}
.list a{ font-size: 15px;  line-height: 36px; color:#000 ; white-space: normal;}
.list li:hover a{
  text-decoration: none;
  color: #1f2a6e;
  font-weight: 600;
  padding-left: 5px;
  transition: all 0.2s ease-out;
}
.list a span{ float: right;}
.more{ height: 65px;  padding: 5px 10px;}
.more a{
  color: #cc5831;
  letter-spacing: -1px;
  font-size: 16px;
  z-index: 9;
  float: right;
  padding: 5px 15px;
}
.more a:hover{
   text-decoration: none;
   font-size: 18px;
}
.kslj{ height: 86px; margin: 10px 0 20px 0;}
.kslj-list{
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 5px 5px 15px #aaa;
}

.red{ background-color: #fc7b7b ;}
.orange{ background-color: #fec20f;}
.green{ background-color: #1bdbd0;}
.blue{ background-color: #5bcbfb;}

.kslj-list .lh38{ line-height: 38px;}
.kslj-list:hover{ background-color: #fff; box-shadow: 2px 2px 8px #ddd; transition: all 0.3S ease-out;}
.kslj-list:hover a{ text-decoration: none; color:#083481; transition: all 0.3s ease-out;}
.red:hover i{ color: #f06869;}
.orange:hover i{ color: #fec20f; }
.green:hover i{ color: #1bdbd0;}
.blue:hover i{ color: #5bcbfb;}
.xyxcp{height: 260px; overflow: hidden;}
.open::after{
  content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/wel03.png) no-repeat center;
    background-size: 100%;
}
.xyxcp:hover .open::after{
  background: url(../img/wel03_h.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out 0.1s;
}
.xyxcp:hover img{
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s ease-out;
}
.pic1{
   width: 99.5%;
  height: 40%;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
  position: relative;
}
.pic2{ width: 99.5%; height: 60%; overflow: hidden; float: left; position: relative;}
.pic3{ width: 99.5%; height: 60%; overflow: hidden; float: right; position: relative;}
.pic4{
  width: 99.5%;
  height: 40%;
  overflow: hidden;
  float: right;
  margin-top: 5px;
  position: relative;
}
.xyfg1{ height: 260px; width: 49.8%; float: left; }
.xyfg2{ height: 260px; width: 49.8%; float: right; }

.xyfg1 img, .xyfg2 img{
  width: 100%;
  min-height: 100%;
  position: absolute;
}
.xyfg1 img:hover, .xyfg2 img:hover{
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.moive{  height: 260px; overflow: hidden; position: relative;}
.moive img{ 
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wechat{
  width: 30%;
  margin-right: 85px;
  /* margin-top: 20px; */
  float: left;
}
.wechat img{ width: 100%;}
.wechat p{
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
}
.footpadding{
  padding: 80px 0 30px 0;
}
.p58{ padding: 90px 0 60px 0;}
.wlbg{ 
  background-image: url(../img/wlbg.png); 
  z-index: 0;
  background-size: 100% 100%;
}
.s2bg{ background-image: url(../img/footerbg2.png); background-size: 100%;}
.s1pd{
  padding: 60px 0 40px 0;
}
.listbg{
  background-image: url(../img/listbg.jpg);
  background-size: 100%;
  background-position: 0 67px;
}

.listnav li{
  text-align: center;
  box-shadow: 3px 3px 3px #e6e6e6;
}
.listnav li:hover h1{
  border-left: 6px solid #cc5831;
  transition: all 0.3s ease-out;
}
.listnav a:hover{
  text-decoration: none;
}
.listdhactive{
  background-color: #cc5831;
  color: #fff
}
.listnav li h1{
  line-height: 45px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.dqwz{
  padding-top: 15px;
  text-align: end;
  padding-bottom: 10px;
}
.lists1{
  background-color: #c7c7c7;
}
.pages{ background-color: #eee;}
.bgwhite{
  background-color: #fff;
}
.title{
  text-align: center;
  padding-bottom: 10px;
}
.title h1{
  font-size: 28px;
  letter-spacing: 3px;
}
.content{
  padding: 20px 30px 20px 30px;
  color: #000;
  overflow: auto;
}
.bd1{
  border-bottom: 1px solid #aaa;
}
.xymc{

}
.xymc h1{
  color: #1f2a6e;
  font-size: 22px;
  letter-spacing: 1px;
  margin: unset;
}
.yxzy{
  position: relative;
  border-bottom: 1px solid #ddd;
}
.tablebg{
  background-color: #1f2a6e24;
  border-bottom: none;
}
.zyjs{
  padding:10px 0;
  position: relative;
}
.zyjs li{
}
.v-middle{
  position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.w100{
  width: 100%;
}
.h100{
  position: absolute;
  height: 100%;
}
.w90{ width: 90%;}
.zymc{
  /* height: 20px;
  position: relative;
  margin: 13px 0 13px 0;
  border-radius: 10px; */
}
.zymc:hover{

}

.zymc a{
  font-size: 16px;
  color: #cc5831;
  font-weight: 500;
  text-decoration: none;
  line-height: 48px;
}
.aicon{
  padding-left: 15px;
  background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position-y: 5px;
}
.zymc:hover .aicon{
  padding-left: 20px;
  background-image: url(../img/icon02.png);
  transition: all 0.3s ease-out;
}
.dqlm{
  text-align: center;
    font-size: 22px;
    background-color: #1f2a6e;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
}
.rig{
  float: right;
}
#bnt_search {
  position: absolute;
  right: 0;
  top: 45px;
  height: 32px;
  width: 32px;
}
#j_seach_box {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
}
#j_seach_box .bg_box {
  position: fixed;
  z-index: 9994;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');
  background: rgba(0,0,0,0.85);
}
#j_seach_box .box_size {
  font-size: 45px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  width: 50%;
  text-align: right;
  top: 35%;
  cursor: pointer;
}
#j_seach_box form {
  position: absolute;
  overflow: hidden;
  top: 45%;
  z-index: 9999;
  width: 680px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#j_seach_box input[type="text"] {
  border: none;
  width: 560px;
  display: block;
  height: 60px;
  color: #434343;
  font-size: 16px;
  background: #FFF;
  line-height: 60px;
  float: left;
  text-indent: 15px;
}
#j_seach_box input[type="submit"] {
  background: #cc5831;
  height: 60px;
  width: 120px;
  cursor: pointer;
  border: none;
  color: #FFF;
  float: left;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
#bnt_search a {
  display: block;
  background: url(../img/sou_06.png) center no-repeat;
  height: 32px;
  width: 32px;
}
.search{
  position: relative;
  top: -20px;
}
.mlr-0{
  margin-left: 0px;
  margin-right: 0px;
}