﻿/* 搜索框 */
.search-box input{border:none;    background-color: transparent;}
.flexslider .search_wbox {
    padding: 8px;
    width: 748px;
    height: 54px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #ababab;
	 border-radius: 5px;
}   
.input-box {
	width:120px;
    height: 32px;
    line-height: 32px;
    font-family: "微软雅黑";
    background: none;
    border: none;
    border-radius: 2px;
	text-align:center;
	font-size:16px;
}
.input-box option{width:150px; height:32px;}
.flexslider .search_box {
    width: 748px;
    height: 124px;
   /* border: 2px solid rgba(0, 0, 0, 0.1);*/
   /*  position: absolute; */
    left: 50%;
 /*    margin-left: -450px; */
    z-index: 5;
	margin:0 auto;
}

.flexslider .search_box b {
    background: url(../images/sousuo-2.png) no-repeat #1d73c0 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
	border-radius: 2px;
}

.flexslider .search_box b:hover {
    background: url(../images/sousuo-2.png) no-repeat #ffa511 50%;
}

.flexslider .search_box i {
    background: url(../images/xj.png) no-repeat;
    position: absolute;
    right: 190px;
    top: 20px;
    cursor: pointer;
    width: 28px;
    height: 22px;
}

.flexslider .search_box i:hover {
    background: url(../images/xj-1.png) no-repeat;
}



.flexslider .search_box .all_picture {
    width: 100px;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #666;
    background: url(../images/gd1.png) no-repeat 100% 14px;
    margin-right: 59px;
/*     position: relative; */
    height: 48px;
    padding-top: 6px;
        padding-right: 10px;
}

.flexslider .search_box .all_picture span {
    height: 20px;
    width: 1px;
    float: left;
    border-left: 1px solid #333;
}

.flexslider .search_box .all_picture:hover {
    color: #333;
    cursor: pointer;
}

.flexslider .search_box .all_picture ul {
    position: absolute;
    top: 50px;
    z-index:9;
    border: 1px solid #bdb9b3;
}

.flexslider .search_box .all_picture ul li {
    width: 105px;
    height: 46px;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #bdb9b3;
    line-height: 46px;
}

.flexslider .search_box .all_picture ul li:hover {
    background: #999;
    color: #fff;
}

.flexslider .search_box .all_picture ul li a {
    font-size: 16px;
    display: block;
    width: 105px;
    height: 46px;
    color: #333;
}

.flexslider .flex_text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}

.flexslider .flex_text a {
    color: #ffa511;
        margin-left: 10px;
}
    .flexslider .flex_text a i {
        display: inline-block;
        width:12px;
        height:12px;
        background: url(../images/qj.png) no-repeat;
    }
.flexslider .flex_text a:hover {
    color: #f29600
}


/* 轮播 */



.htmleaf-container1 {
    position: relative;
}

.htmleaf-container1 li {
    width: 100%;
    height: 420px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.htmleaf-container1 li img {
    width: 100%;
}

.slides {
    position: relative;
    height:100%;
}

.slides video {
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.flexslider .slides li {
    height: 490px;
    background-size: cover !important;
    overflow: hidden;
    left: 0;
    position:absolute;
    width:100%;
}

.flexslider .slides li a {
    display: block;
    width: auto;
    height: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: -23px;
    z-index: 2;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 20px;
}

.flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    zoom: 1;
    line-height: 20px;
}

.flex-control-nav a {
    display: block;
    width: 20px;
    height: 19px;
    line-height: 21px;
    overflow: hidden;
    background: url() right 0 no-repeat;
    cursor: pointer;
    color: #999;
    font-size: xx-small;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
    color: #000;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 47%;
}

.flex-direction-nav li a {
    display: block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    top: -47px;
    background: url(/image/2018image/homepage/2.png) center center no-repeat;
    opacity: 0.7;
}

.flex-direction-nav li a.flex-prev:hover {
    background: url(/image/2018image/homepage/234.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    top: -47px;
    background: url(/image/2018image/homepage/1.png) center center no-repeat;
    opacity: 0.7;
}

.flex-direction-nav li a.flex-next:hover {
    background: url(/image/2018image/homepage/123.png) center center no-repeat;
}

.fixed {
    height: 60px !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 10000;
    margin: 0 !important;
    background: #fff !important;
    /* padding: 20px 71px !important; */
    min-width: 588px;
    border: none !important;
}

.fixed #txt_Keyword {
    height: 33px ;
    border: none;
    /* margin-left: 30px !important; */
    padding-left: 10px !important;
    background: #ffffff !important;
    font-size: 16px !important;
    color: #bdbdbd !important;
}

.fixed i {
    right: 205px;
}
.sjklist h1{    vertical-align: middle;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 24px;}