@charset "utf-8";
/* CSS Document */
.navbar-toggle{
	background-color: #000000;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}

 .navbar {height:60px;}
  .navbar .logo {
	height:60px;
	display: block;
}
   
  .navbar .logo img {height:100%;}
 .navbar-inverse .navbar-nav>li>a {
	color: #666666;
	font-size: 16px;
	font-weight: 700;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #FF0000;
	background-color: transparent;
	font-weight: 700;
	background-image: url(../images/v.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
 
 .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #FF0000;
	background-color: transparent;
}
 
 .navbar .avatar {
	display: block;
	width: 50px;
	margin: 0 10px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
			}
			
.navbar .avatar img {
				display: block;
				border: 0;
				width: 100%;
				transform: scale(1);
				transition: all 1s ease 0s;
				-webkit-transform: scale(1);
				-webkit-transform: all 1s ease 0s;
			}
			
 .navbar .avatar:hover img {
				transform: scale(1.3);
				transition: all 1s ease 0s;
				-webkit-transform: scale(1.3);
				-webkit-transform: all 1s ease 0s;
			}
			
		 .navbar-form	{margin-left:5%;}
	.navbar-form .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: url(../images/sch.gif);
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	height: 16px;
	width: 16px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}		
	.navbar .form-control {
    display: block;
    width: 100%;
    height: 24px;
	margin-top:5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}		
			
			
.sh-banner {
	width: 100%;
	overflow: hidden;
	 
}
.sh-banner .swiper-container {
	/*margin-top: -40px;*/
	width: 100%;
  }
 .sh-banner .swiper-container img {
  	width: 100%;
  }
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.sh-banner .swiper-pagination{
	top:auto;
	bottom:0px;
	background:none;
}
.sh-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.sh-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 5px;
	display: block;
	background: rgba(255,255,255,1.0);
}
.sh-banner .swiper-pagination-bullet-active span{
	background-color: #Fe0000;
}
.sh-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(255,255,255,1.0);
}
.sh-banner  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.sh-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.sh-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.sh-banner  .autoplay .replace span{
  background:gray;
}
.Join{
	height:100%;
	margin-top: 30px;
	margin-bottom: 20px;
	 
}
.Join-lb{
	background-image: url(../images/join.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	border-radius:20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width:49%;
}
 .Join-lb dd{margin:0 auto;width: 80%;}
 .Join-lb li{
	float: left;
	margin-left: 30px;
	list-style-type: none;
	height: 2em;
}
 .Join-lb span{
	font-size: 36px;
	line-height: 2em;
	font-weight: 900;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	clear: both;
	display: block;
}
.Join-lb span a{color: #FFFFFF;}
  
.recommended{
	 
}
.tuijian{
	border-radius: 10px;
	background-color: #e1eff8;
}
.tuijian h2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size:2em;
}
.tuijian .more{
	font-size:0.5em;
	margin-top: 20px;
}
.tuijian .more a{
	 color:#000000;
	  }
	  
	  
.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 2em;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	  
	.swiper-slide img{ width: 100%;
        height: 100%;}  
	  
	  .footer{
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
	height: 100%;
	width: 100%;
	padding: 10px;
}
.footer .label-l{margin-top:20px;width:60%; float:left;}
.logo2 a{
	display: block;
	height: 71px;
	width: 80px;
	text-align: center;
	float:left;
}
.logo2 i{
	background-color: #CCCCCC;
	height: 70px;
	width: 1px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}	  
.footer .subnav{float:left;margin-top:40px;margin-left:30px;}
.footer .subnav li{
	float:left;
	margin-left:10px;
	list-style-type: none;
	 }
.footer .subnav li a{
	color:#CCCCCC;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2em;
}
.footer .address{
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 1.3em;
	color: #CCCCCC;
}
.footer .address li{line-height: 2em;}
.footer .fewm{float:left;margin-left:30px;margin-top:70px;}
.footer .fewm a{
	margin-left:20px;
	text-align: center;
	display: block;
	height: 90px;
	width: 90px;
	float:left;
}
.footer .fewm a img{
  	height: 100%;
	width: 100%;
  }
.footer .fewm a span{
	font-size: 1em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	 
} 
.member,.contact,.newsart,.sh-list{
	background-color:#f5f5f7;
	
}
 .member-login{
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:420px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.login{
	width:409px;
	float:right;
	height:307px;
	margin-right: 30px;
	background-color: #FFFFFF;
	display: block;
	padding: 30px;
	text-align: center;
}
.login h2{
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	text-decoration: none;
}
.newslist .list-group-item {
     background-color: #fff;
    border: 0px solid #ddd;
}
 .newslist .list-group-item a {
	border: 0px solid #ddd;
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2em;
} 
 .newslist .list-group-item .badge {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #ffffff;
	border-radius: 0px;
}
.newstit-l{width:30%;height:100%;}
 .newstit-ad{width:65%;height:100%;}
 .newstit-ad img,.newstit-l img{width:100%;height:100%;border-radius: 10px;}
 .jumbotron {
 
    background-color: #ffffff;
}
 .contactbanner img{width:100%;height:100%;}
 .contact-addr dt,.contact-addr dd{
	font-size: 1.4em;
	line-height: 2em;
}
.contact-map{
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.newscon{padding:30px;}
.shangcon{padding:30px;}
.shangcon h2{
	line-height: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.newscon h5{
	line-height: 2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.newscon h5 span{margin-right:20px;}
.addshbt{margin:0 auto;}
.con-tit{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.contact .panel-default {
    border-color: #ffffff;
}
.contact .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}
.contact .panel-default>.panel-heading {
	color: #333;
	background-color: #ffffff;
	border-color: #000000;
	font-size: 2em;
}
.contact .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
 
.contact .panel-body ol li{
	font-size: 1.2em;
	line-height: 2em;
}


.pvod{width:30%;height:235px;}
.p-c{height:235px;margin-left:10px; }
.p-r{width:49%;height:235px;}

.sh-list .panel {
     background-color: #f2f2f2;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.sh-list .sh-logo{
	width:5%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sh-list .sh-logo img{width:100%;}
.sh-list .panel-body a{
	font-size:1.3em;
	line-height: 2em;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
.pagenav{margin:0 auto; text-align:center;}
.shlogo{
 width:60px;
	height:60px;
	display: inline-block;
}
.shlogo img{
	margin-top:15px;
 	
}
.ruhuicon{
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
 
.bi{
	font-style: normal;
	color: #FF0000;
}

.ruhuicon .form-control {
	display: block;
	width: 100%;

	font-size: 16px;
 
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
}

.ruhuicon .red{
	color: #FF0000;
	font-size: 18px;
}
.ruhuicon .black{
	color: #000000;
	font-size: 18px;
}
@media (max-width: 480px) {
.footer {
   background-image: none;
	background-color:#000000;
   
 
}
 
 
.navbar-form,.ewm{
	display: none;
}
  
   .navbar-collapse{
	background-color: #000000;
	border-color: #ffffff;
	position: relative;
	z-index: 999;
}
 .Join-lb{
	 
	line-height: 2em;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	
}
 .subnav{display: none;}
 .footer .fewm {display: none;
}
 .footer .logo2{display: none;}
.footer .label-l {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.member-login{width:100%}
.login {
    width: 100%;
    float: right;
    height: 100%px;
    margin-right: 0px;
    background-color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
}
 .newslist .list-group-item .badge {
 display: none;
 
}
.contact-map{
	padding: 10px;
 }
 .pvod{width:30%;height:100%;}
.p-c{height:100%;margin-left:10px; }
.p-r{width:49%;height:100%;}
}

@media (max-width: 767px) {
.footer {
   background-image: none;
	background-color:#000000;
   
 
}
 
 
  
.navbar-form,.ewm{
	display: none;
}
  
   .navbar-collapse{
	background-color: #000000;
	border-color: #ffffff;
	position: relative;
	z-index: 999;
}
 .Join-lb{
	 
	line-height: 2em;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	
}
 .subnav{display: none;}
 .footer .fewm {display: none;
}
 .footer .logo2{display: none;}
.footer .label-l {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.member-login{width:100%}
.login {
    width: 100%;
    float: right;
    height: 100%px;
    margin-right: 0px;
    background-color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
}
 .pvod{width:100%;height:100%;}
.p-c{height:100%;margin-left:0px; }
.p-r{width:100%;height:100%;margin-top:10px;}
}
@media (min-width: 992px) {
  .hui-layout-content {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .hui-layout-content {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .hui-layout-content {
    width: 1270px;
  }
}
@media (min-width: 720px) and (max-width: 1199px){
.footer {
   background-image: none;
	background-color:#000000;
   
 
}

.navbar-form,.ewm{
	display: none;
}
  
   .navbar-collapse{
	background-color: #ffffff;
	border-color: #ffffff;
	position: relative;
	z-index: 999;
}
 .Join-lb{
	 
	line-height: 2em;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	
}
 .subnav{display: none;}
 .footer .fewm {display: none;
}
 .footer .logo2{display: none;}
.footer .label-l {
    margin-top: 20px;
    width: 100%;
    float: left;
}


.login {
    width: 50%;
    float: right;
    height: 100%px;
    margin-right: 0px;
    background-color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
}
 .pvod{width:25%;height:100%;}
.p-c{width:16%;height:100%;margin-left:10px; }
.p-r{width:54%;height:100%;}
}
video::-webkit-media-controls-enclosure {
  display: none !important;
}
