.go-top {
    padding: 6px;
    border-radius: 2px;
    position: fixed;
    top: 50%;
    right: 20px;
    background: linear-gradient(90deg,#ffb821 0,#ff5c38 45%,#ff183e);
    background-color: #ff183e;
    color: #fff !important;
    font-size: 12px;
}
.go-top:hover {
	cursor:pointer;
}

.feedback {
    padding:10px 0;
    /* border-top:1px solid #dfdedf; */
    border-bottom:1px solid #dfdedf;
}
.feedback p {
    text-indent: 12px;
}
.feedback span a {
    font-size:12px;
    padding:0 15px;
    text-decoration: none;
}

.jubao {
    margin:10px 0;
    text-align: center;
}
.jubao img {
    max-width:100%;
}
.text-cnt {
    text-align: center;
    margin-bottom:15px;
}
.text-cnt span.caption {
    color:#666;
    font-size:14px;
    margin-right:15px;
}
.text-cnt p {
    font-size:14px;
    color:#666;
}
.ad img {
	width:100%;
	max-width:100%;
}
.breadcrumb {
    margin: 0;
    background: none;
}
.breadcrumb a {
    color:#000000;
}
.breadcrumb a:hover {
    color:#ff6600;
}
.container-details {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sub-nav {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(7,17,27,.05);
}
.sub-nav .sub-nav-ol {
    margin:0;
}
.sub-nav .sub-nav-ol li {
    float: left;
    margin-right:30px;
    line-height: 30px;
}
.sub-nav .sub-nav-ol li.current a {
    color:#ff6600;
    font-size:20px;
}
.top {
    width:100%;
    height:60px;
    min-height:60px;
    /* background:#3388ff; */
    background: linear-gradient(90deg,#4481eb 0,#04befe); 
    clear: both;
}
.logo {
    display: inline-block;
    text-indent: 30px;
    height:50px;
    margin-top:5px;
    width:200px;
    background: no-repeat left center;
    background-size:contain;
    
}
.s_nav {
    float: left;
    margin-bottom:0;
    min-height: 60px;
    padding:0;
}
.s_nav li {
    padding: 10px;
    float: left;
    line-height: 40px;
    position: relative;
    height:60px;
}
.s_nav li:hover .pop_ul {
    position: absolute;
    top:60px;
    height: 200px;
    opacity: 1;
    padding: 10px;
    background: #ffffff;
    width: 400px;
    height:150px;
    transition:all .3s;
    z-index:1;
    border-radius: 4px;
    box-shadow: 0 28px 50px rgba(25,24,40,.35);
}
.s_nav li .pop_ul {
    display: inline-block;
    position: absolute;
    top: 60px;
    padding: 10px;
    width: 200px;
    z-index:-1;
    height:100%;
    opacity: 0;
    transition:all .3s;
}
.s_nav li .pop_ul li {
    float: left;
    font-size:14px;
}
.s_nav li .pop_ul li a{
    color: #000;
}
.s_nav li .pop_ul li a:hover {
    color:#ff6600;
    text-decoration: none;
}

.s_nav li a {
    display: block;
    color:#ffffff;
}
.s_nav li a:hover {
    display: block;
    /* color:#ff6600; */
    text-decoration: none;
}
.s_nav li i.animate{
    transform: rotate(-180deg);
    transition: transform .5s;
}
.s_nav li:hover i.animate {
    transform: rotate(0);
    transition: transform .5s;
}
.h_hover {
    box-shadow: none;
    margin-bottom:15px;
    transition:all .8s;
    -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -o-transition:all .8s;
    cursor: pointer;
}
.h_hover:hover {
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.2);
	color:#ff6633;
}
.h_hover p {
    overflow: hidden;
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
}

/*懒加载动画*/


/*img {
	transition: all 0.5s;
}*/

/* img[lazy=loading] {
	your style here
}*/

/*img[lazy=error] {
	your style here
}*/

img[lazy=loaded] {
	width:100%;
	animation: fade 1.5s
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*懒加载动画*/


.text-muted {
    color: #777 !important;
    font-size: 14px;
    font-weight: normal;
}
.hb-menu {
	line-height: 48px;
    text-align: right;
}
.hb-menu i {
	line-height: 48px;
    height: 48px;
}

/*弹层*/
.tanceng {
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.95);
	overflow-y: scroll;
}
.citem {
	margin-bottom:20px !important;
}
.citem > div {
	margin-bottom:10px;
}
.menu-item {
	padding:15px 0 0 15px;
	border-bottom:1px solid #dedede;
}

/* .search-box {
	position: absolute;
    width: 100%;
    top: 0;
} */
.search-content input {
    border: none;
    height: 42px;
    border-radius: 20px 0 0 20px;
    padding: 5px 0 5px 5px;
    width: 225px;
    max-width: 225px;
    font-size: 14px;
    background-color: rgba(255,255,255,.7);
    color: #000;
    text-indent: 15px;
    border: 1px solid #ff5c38;
}
.search-content input:focus {
    outline:none;
}
#hd_btnsearch {
	width: 96px;
    position: relative;
    left: -5px;
	border-radius:0 20px 20px 0;
	background-color: #ff5c38;
}
#hd_btnsearch:hover {
	background-color: #ff183e;
}
.u-btn-parimary,.u-btn-success,.u-btn-info,.u-btn-warning,.u-btn-danger {
    height: 42px;
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    transition: all .3s;
    text-decoration: none;
    /* margin-top: 20px; */
}
.u-btn-parimary {
    background-color: #409eff;
}
.u-btn-success {
    background-color: #67c23a;
}
.u-btn-danger {
    background-color: #f56c6c;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom:10px;
}

.search-box {
    position:relative;
    top:9px;
    left:0;
    max-width: 345px;
    margin: 0 auto;
 }
 #hd_btnsearch {
     position: relative;
     left: -5px;
     top:0;
 }
 .list-u {
     position: absolute;
     top:46px;
     z-index: 999;
     text-align: left;
     border-radius: 4px;
     background: #fff;
     background: rgba(255,255,255,.98);
     box-shadow: 0 28px 50px rgba(25,24,40,.35);
 }
 .list-u li {
    font-size:14px;
    color:#666;
    border:none;
  }
 .list-u li:hover {
     border-radius: 2px;
     background-color: #eee;
    cursor:pointer;
    color:#ff5538;
 }
