
/**/
.region-tit{
    position: relative;
}
.region-tit a{
    position: absolute;
    right: 0;
    display: block;
    width: 100px;
    height: 35px;
    background: rgba(1, 82, 147, 0.1);
    line-height: 35px;
    font-size: 14px;
    color: #333;
    top: calc(50% - 17px);
}
.region-tit a:hover{
    background: rgba(1, 82, 147, 0.2);
}
.region-tit p{
    font-size: 12px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-family: arial;
    margin: 0;
}
.region-tit h2{
    font-size: 27px;
    color: #333;
    margin-bottom: 9px;
    font-weight: normal;
}
.region-tit .line{
    width: 46px;
    height: 4px;
    display: inline-block;
    background: #015293;
    border-radius: 2px;
}
/**/
.info-region{
    background: #f9f9f9;
    padding: 40px 0;
}

.info-region-bd{
    height: 300px;
    background: #fff;
    margin-bottom: 22px;
    margin-top: 30px;
    overflow: hidden;
}
.info-region-bd .news-video{
    width: 450px;
    height: 300px;
    position: relative;
}
.info-region-bd .news-video .bd,
.info-region-bd .news-video .bd ul,
.info-region-bd .news-video .bd li,
.info-region-bd .news-video .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.info-region-bd .news-video .bd img{
    width: 100%;
    height: 100%;
    display: block;
}
.info-region-bd .news-video .hd{
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 95%;
    transform: translateX(-50%);
    height: 24px;
    text-align: center;
    z-index: 999;
}
.info-region-bd .news-video .hd ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-region-bd .news-video .hd li{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 10px;
    background: #444;
    cursor: pointer;
}
.info-region-bd .news-video .hd li.on{
    background:#015293;
}
.info-region-bd .news-video .btn{
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: bold;
    font-family: '宋体';
    color: #fff;
}
.info-region-bd .news-video .btn:hover{
    color: #015293;
}
.info-region-bd .news-video .prev{
    left: 10px;
}
.info-region-bd .news-video .next{
    right: 10px;
}



.info-region-bd .news-info{
    margin-right: 472px;
    padding: 10px;
}
.info-news-image{
    width: 250px;
    position: relative;
}
.info-news-image li{
    width: 100%;
    font-size: 0;
}
.info-news-image li img{
    width: 100%;
    height: 240px;
}
.info-news-image .btn{
    position: absolute;
    padding: 0;
    top: calc(50% - 20px);
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    opacity: 0.3;
    z-index: 9;
    background: #000;
}
.info-news-image .prev{
    left: 0;
}
.info-news-image .next{
    right: 0;
}
.info-news-image:hover .btn{
    opacity: 0.6;
}

.info-news-list{
    width: 350px;
}
.info-news-list li a{
    border-bottom: 1px dashed #d8d8d8;
    line-height: 34px;
    font-size: 14px;
}

.info-region-ft li{
    width: 446px;
    height: 250px;
    background: #fff;
    padding: 22px 32px;
    margin-right: 21px;
    border: 1px solid #eaeaea;
}
.info-region-ft li a{padding:5px 0}
.info-region-ft .info-ft-list h3{
    text-align: center;
    font-size: 22px;
}
.info-region-ft .info-ft-list h3:after{
    content: '';
    display: block;
    width: 46px;
    height: 4px;
    background: #015293;
    border-radius: 2px;
    margin: 11px auto 12px;
}
.info-region-ft .info-ft-list a{
    display: block;
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
.info-region-ft .info-ft-list a:hover{
    color: #015293;
}

.info-region-ft li:last-of-type{
    margin-right: 0;
    padding: 0;
    width: 265px;
    background: none;
}

.info-region-ft li:last-of-type img{
    width: 263px;
    height: 63px;
    margin-bottom: 30px;
	border:1px solid #ccc
}
.info-region-ft li:last-of-type a:last-of-type img{
    margin-bottom: 0;
}
.info-region-ft li h3{
    font-size: 18px;
    color: #333;
}

.info-region-ft li p{
    font-size: 13px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    color: #666;
}

.info-region-ft li:last-of-type:hover{
    background: none;
}
/**/
/* about */
.about-region{
    background: #efeeee;
    padding: 50px 0;
    margin-bottom: 25px;
}
.about-region-hd .box-hd .line{
    margin-left: 0;
}
.about-region-hd{
    width: 240px;
}

.about-region-hd .about-wrap{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    height: 224px;
    overflow: hidden;
    margin: 27px 0;
}
.about-region-bd{
    margin-left: 278px;
    position: relative;
}
.about-region-bd .tempWrap{
    /*width: 922px !important;*/
}
.about-region-bd .hd{
    position: absolute;
    left: -98px;
    bottom: 0;
    height: 29px;
    border: 2px solid #333;
    border-left: 0;
    border-right: 0;
    width: 45px;
}
.about-region-bd .btn{
    width: 30px;
    height: 29px;
    display: block;
    position: absolute;
    top: -2px;
    box-shadow: none !important;
}
.about-region-bd .prev{
    background: url(/template/static/image/wheely.png) no-repeat center;
    left: -14px;
}
.about-region-bd .prev:hover{
    background: url(/template/static/image/wheel.png) no-repeat center;
}
.about-region-bd .next{
    background: url(/template/static/image/wheely.png) no-repeat center;
    right: -16px;
}
.about-region-bd .next:hover{
    background: url(/template/static/image/wheel.png) no-repeat center;
}
.about-region-bd .bd{
    width: 945px;
    overflow: hidden;
}
.about-region-bd .bd li{
    width: 284px;
    margin-right: 35px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
}
.about-region-bd .bd li .img{
    width: 100%;
    font-size: 0;
}
.about-region-bd .bd li .img img{
    width: 100%;
    height: 284px;
}
.about-region-bd .bd li:last-of-type{
    margin-right: 0;
}
.about-region-bd .bd li .ab-tit{
    padding: 15px;
}
.about-region-bd .bd li .ab-tit h3{
    font-size: 16px;
    margin-bottom: 8px;
}
.about-region-bd .bd li .ab-tit p{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

/**/
.i-ban{
    font-size: 0;
    margin-bottom: 25px;
    width: 100%;
}
.i-ban img{
    width: 100%;
}

/**/
.i-research{
    padding: 40px 0;
}
.i-research-bdwrap{
    position: relative;
}


.i-research-bdwrap .swiper-button-next,
.i-research-bdwrap .swiper-button-prev{
    outline: none;
}

.i-research .i-research-bd{
    margin-top: 35px;
    width: 1000px;
}
.i-research .i-research-bd li{
    width: 405px;
    height: auto;
    border: none;
    padding: 0;
}
.i-research .i-research-bd li .img,
.i-research .i-research-bd li a{
    display: block;
    width: 100%;
    font-size: 0;
}
.i-research .i-research-bd li .img img{
    width: 100%;
} 
.i-research .i-research-bd li .tit{
    width: 100%;
    background: #efeeee;
}
.i-research .i-research-bd li .tit p{
    display: block;
    height: 54px;
    line-height: 54px;
    color: #333;
    padding: 0 10px;
    font-size: 20px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
    transition: 300ms;
    }
.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
}

/* 滚动样式 */
.show-region{
    margin: 50px 0;
}
.show-region-tit{
    background: rgba(1, 82, 147, 0.1);
}
.show-region-tit h2{
    font-size: 16px;
    padding: 10px 10px;
    font-weight: bold;
}
.show-region-list{
    border: 1px solid #e5edf4;
    padding: 25px 9px;
}

.show-region-list li{    
    width: 139px;
    margin-right: 8px;
}
.show-region-list li img{
    width: 100%;
    height: 135px;
    display: block;
}
.show-region-list li p{
    font-size: 13px;
    color: #444;
    line-height: 30px;
    text-align: center;
}
/* every-region-article */
.every-region-article{
    width: 880px;
}
.every-region-article dl{
    width: 430px;
    margin-right: 20px;
    box-shadow: 0 0 5px #cecece;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.every-region-article dl:nth-of-type(2n){
    margin-right: 0;
}
.every-region-article dt{
    background: #f3f3f3;
    padding: 0 10px;
    border-left: 1px solid #f00;
    padding: 5px 10px;
    margin-bottom: 13px;
    font-size: 13px;
    color: #444;
}

.every-region-article dd{
    font-size: 13px;
    padding: 0 20px;
    color: #555;
    /* margin-bottom: 16px; */
    margin-bottom: 0;
    line-height: 30px;
}
.every-region-right{
    width: 300px;
    background: #e5edf4;
    height: 385px;
    padding: 33px 24px;
}
.every-right-search{
    height: 90px;
    margin-bottom: 21px;
    border-bottom: 1px dashed #d4d5d6;
}
.every-region-right h2{
    color: #015293;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
    display: inline-block;
}
.every-right-search form{
    padding: 0 15px;
}
.every-right-search input{
    vertical-align: top;
    border: none;
    padding: 0 5px;
    color: #999;
    border: 1px solid #999;
    float: left;
}
.every-right-search button{
    cursor: pointer;
    vertical-align: top;
    padding: 0 10px;
    border: none;
    line-height: 26px;
    font-size: 13px;
    background: #015293;
    color: #fff;
    float: left;
}
.every-right-login form{
    padding: 0 15px;
}
.every-right-login input{
    width: 100%;
    padding: 0 10px;
    color: #999;
    font-size: 13px;
    margin-bottom: 13px;
    line-height: 30px;
    border: 1px solid #d6d4d4;
}
.every-right-login button{
    width: 64px;
    height: 36px;
    vertical-align: top;
    border: none;
    background: #015293;
    color: #fff;
    float: right;
    font-size: 15px;
}
.every-region-right button:hover{
    opacity: 0.8;
}
/* 公司风采 */
.style-region{
    padding: 60px 0;
    background: #f9f9f9;
}
.style-region .tempWrap{
    width: 1200px !important;
}
.style-region-swiper{
    position: relative;
    margin-top: 45px;
    height: 319px;
}
.style-region-swiper .btn{
    position: absolute;
    top: calc(50% - 35px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 46px;
    font-size: 25px;
    display: block;
    border: 1px solid #666;
    padding: 0;
    font-family: '宋体';
    font-weight: 700;
    color: #666;
    padding-left: 3px;
}
.style-region-swiper .sPrev{
    left: -56px;
}
.style-region-swiper .sNext{
    right: -56px;
}


.style-region-swiper li{
    width: 219px;
    float: left;
    margin-right: 26px;
}
.style-region-swiper1 li{
    width: 219px;
}
.style-region-swiper li .img{
    width: 100%;
    font-size: 0;
    text-align: center;
    box-shadow: 0 0 2px #a3d6ff;
    animation: all .3s;
}
.style-region-swiper li:hover .img{
    box-shadow: 0 0 5px #a3d6ff;
}
.style-region-swiper li .img img{
    width: 100%;
    height: 100%;
}
.style-region-swiper li p{
    margin-top: 15px;
    padding: 0 5px;
}
/*  */
.ban{
}

/*  */
.style-region-2{
    background: #fff;
}

/* case-region */
.case-region{
    padding: 50px 0;
    background: #f9f9f9;
}
.case-region-tit h2{
    line-height: 32px;
    background: #015293;
    color: #fff;
    font-size: 14px;
    padding: 0 9px;
    font-weight: bold;
}

.case-region-list li{
    border: 1px solid #dedede;
    padding: 8px;
    width: 228px;
    margin-right: 15px;
    margin-top: 20px;
}
.case-region-list li:nth-of-type(5n){
    margin-right: 0;
}
.case-region-list li img{
    width: 100%;
    display: block;
    height: 130px;
}
.case-region-list li p{
    line-height: 25px;
    color: #444;
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
}

/* 分类 */
.article-region-menu{
    width: 240px;
}
.article-menu-tit h2{
    height: 65px;
    background: #015293;
    color: #fff;
    line-height: 65px;
    padding-left: 21px;
    font-size: 22px;
    margin: 0;
}
.article-menu-list{
    padding: 20px 0;
    background: #f5f5f5;
}
.article-menu-list dl{
	margin: 0;
}
.article-menu-list dt{
    border-left: 2px solid #015293;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #444;
}
.article-menu-list dt a{
	color: #444;
}
.article-menu-list dd{
    margin-bottom: 30px;
    padding: 0 24px;
}
.article-menu-list dd a{
    display: block;
    width: 50%;
    font-size: 15px;
    float: left;
    color: #888;
    line-height: 26px;
}
.article-menu-list dd:last-of-type{
	margin-bottom: 0;
}
.article-menu-list a:hover{
    text-decoration: underline;
}


/*
    footer
*/
.footer{
    background: #015293;
    padding: 20px 0;
    color: #fff;
	text-align:center;
	font-size:14px
}
.footer *{
    color: #fff;
}
.footer a:hover{
    color: #fff;
}
.footer-hd{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.footer-hd dl{
    padding-right: 10px;
    text-align: center;
    flex: 1 1 auto;
}
.footer-hd dl dt{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer-hd dl dd a{
    display: block;
    line-height: 27px;
    font-size: 13px;
}
.footer-bd{
    border: 1px solid #fff;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    line-height: 23px;
}
.footer-bd a{
    display: inline-block;
}
.footer-ft{
    background: #2c2c2c;
    line-height: 20px;
    padding: 18px 0;
    color: #fff;
    text-align: center;
}
.footer-ft p{
    margin: 0;
}
.footer-top{
    position: fixed;
    bottom: 150px;
    right: 70px;
    z-index: 99;
    cursor: pointer;
    opacity: .7;
}

.footer-contact{
    position: fixed;
    bottom: 200px;
    right: 50px;
    z-index: 999;
    height: 345px;
    overflow: hidden;
}
.footer-contact ul{
    height: 275px;
}
.footer-contact li{
    width: 50px;
    margin-right: 0;
    margin-left: auto;
    height: 50px;
    background: #848484;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 5px;
    cursor: pointer;
    position: relative;
    transition: width 0.5s linear ,height 0.5s linear, transform 0.5s linear;
    /* float: right; */
    margin-left: auto;
    margin-right: 25px;
}
.footer-contact li img{
    width: 50px;
    opacity: 1;
    float: right;
    transition: transform 0.5s linear 0.5s,opacity 0.5s linear 0.5s;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-contact li:hover{
    /*width: 260px;*/
}
.footer-contact li p{
    display: none;
    position: absolute;
    left: 60px;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 140px;
    background: #015293;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-contact ul.active li{
    margin-left: auto;
    margin-right: 25px;
}
.footer-contact li.cur{
    background: #015293;
    width: 200px;
}
.footer-contact li.cur p{
    display: block;
}

.footer-contact .fc-shadow{
    margin-top: 20px;
    opacity: 0.6;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.footer-contact.init li:nth-of-type(7){
    width: 10px;
    height: 10px;
    transform: translateY(414px);
}
.footer-contact.init li:nth-of-type(6){
    width: 10px;
    height: 10px;
    transform: translateY(425px);
}
.footer-contact.init li:nth-of-type(5){
    width: 10px;
    height: 10px;
    transform: translateY(434px);
}
.footer-contact.init li:nth-of-type(4){
    width: 10px;
    height: 10px;
    transform: translateY(447px);
}
.footer-contact.init li:nth-of-type(3){
    width: 10px;
    height: 10px;
    transform: translateY(454px);
}
.footer-contact.init li:nth-of-type(2){
    width: 10px;
    height: 10px;
    transform: translateY(488px);
}
.footer-contact.init li:nth-of-type(1){
    width: 10px;
    height: 10px;
    transform: translateY(489px);
}

.footer-contact.init li:nth-of-type(7) img{
    width: 10px;
    opacity: 0;
}
.footer-contact.init li:nth-of-type(6) img{
    width: 10px;
    opacity: 0;
}
.footer-contact.init li:nth-of-type(5) img{
    width: 10px;
    opacity: 0;
}
.footer-contact.init li:nth-of-type(4) img{
    width: 10px;
    opacity: 0;
}
.footer-contact.init li:nth-of-type(3) img{
    width: 10px;
    opacity: 0;
}
.footer-contact.init li:nth-of-type(2) img{
    width: 10px;
    opacity: 0;
}
.footer-contact.init li:nth-of-type(1) img{
    width: 10px;
    opacity: 0;
}



.footer-contact li:nth-of-type(1){
    transition-delay: 0.1s;
}
.footer-contact li:nth-of-type(2){
    transition-delay: 0.2s;
}
.footer-contact li:nth-of-type(3){
    transition-delay: 0.3s;
}
.footer-contact li:nth-of-type(4){
    transition-delay: 0.4s;
}
.footer-contact li:nth-of-type(5){
    transition-delay: 0.5s;
}
.footer-contact li:nth-of-type(6){
    transition-delay: 0.6s;
}
.footer-contact li:nth-of-type(7){
    transition-delay: 0.7s;
}
/* 列表页 */
.um-article-list-tit{
    margin-bottom: 30px;
}
.um-article-tit-hd{
    height: 80px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 60px;
    padding-top: 20px;
    overflow: hidden;
}
.um-article-tit-hd li{
    display: inline-block;
    padding-right: 30px;
    font-size: 22px;
}
.um-article-tit-hd .changebtn{
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    width: 20px;
    height: 59px;
}
.um-article-tit-hd .changebtn img{
    width: 100%;
}
.um-article-tit-hd .changebtn.active{
    border-bottom: 1px solid #015293;
}

.um-article-tit-bd {
    margin-top: 26px;
}

.um-article-tit-bd li{
    display: inline-block;
}

.um-article-tit-bd li a{
    display: block;
    font-size: 17px;
    color: #333;
    border-right: 1px solid #dedede;
    line-height: 1;
    padding-right: 15px;
    margin-right: 15px;
}
.um-article-tit-bd li a:hover{
    color: #015293;
}
.um-article-list-item.onlyword img{
    display: none;
}
.um-article-list-item li{
    border-bottom: 1px solid #efefef;
    padding-top: 38px;
    padding-bottom: 30px;
}
.um-article-list-item li img{
    width: 255px;
    height: 170px;
    margin-right: 20px;
}
.um-article-list-item li h3{
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: bold;
}
.um-article-list-item li span{
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin: 8px 0 12px;
}
.um-article-list-item li p{
    font-size: 13px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 0;
    color: #666;
}
.um-article-list-item li:hover h3{
    color: #015293;
}

/* 详情页 */
.um-article-show{
	padding: 40px 0;
}
.um-article-show-left{
}
.um-article-show-tit .img{
	width: 100%;
	border-radius: 10px;
	font-size: 0;
	overflow: hidden;
    margin-bottom: 25px;
}
.um-article-show-tit .img img{
	width: 100%;
}
.um-article-show-tit h1{
	font-size: 32px;
}
.um-article-show-tit p{
	font-size: 16px;
	color: #999;
    margin: 5px 0 12px;
}
.um-article-show-desc{
	margin-bottom: 15px;
	padding: 15px 20px;
	border: #efefef solid 1px;
	font-size: 14px;
    line-height: 25px;
    color: #666;
}
.um-article-buy-content{
    font-size: 16px;
    line-height: 28px;
    color: #27282d;
}
.um-article-buy-content img{
	max-width: 100%;
	height: auto;
	display: block;
    margin: 10px 0;
}
.um-article-buy-please{
    font-size: 16px;
    line-height: 28px;
    color: #27282d;
    height: 115px;
    background: #fffdf7;
	border: #ffe7c4 solid 1px;
    display: flex;
	margin: 30px 0;
    align-items: center;
    justify-content: center;
}
.um-article-buy-please a{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 110px;
    color: #fff;
    background-color: #f40;
    text-align: center;
    text-decoration: none;
    margin-left: 14px;
}

/* 推荐 */
.um-article-buy-please a{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    min-width: 97px;
    color: #fff;
    background-color: #f40;
    text-align: center;
    text-decoration: none;
    margin-left: 14px;
}
.um-article-buy-please a:hover{
    text-decoration: underline;
}
.um-article-show-recomm{
    margin-top: 40px;
}
.um-article-recomm-tit{
    margin-bottom: 25px;
}
.um-article-recomm-tit:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #015293;
    margin-top: 11px;
}
.um-article-show-recomm li{    
    width: 208px;
    margin-right: 40px;
}
.um-article-show-recomm li .img{
    box-shadow: 0px 0px 5px #999;
	overflow: hidden;
	font-size: 0;
    width: 100%;
}
.um-article-show-recomm li .img img{
	width: 100%;
}
.um-article-show-recomm li .desc{
	padding: 0 10px;
}
.um-article-show-recomm li .desc h3{
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

/* 分页 */
.pagination{
	justify-content: center;
	align-items: center;
	width: 500px;
    height: 40px;
    margin: 20px auto 40px;
}
.pagination li{
    height: 30px;
    background: #e0e0e0;
    margin: 0 10px;
    cursor: pointer;
    padding: 0;
}
.pagination li span,
.pagination li a{
	display: block;
	width: 100%;
    padding: 0 15px;
    line-height: 30px;
}
.pagination li.active,
.pagination li:hover{
    line-height: 30px;
	background: #015293;
	color:#fff
}
.pagination li.active a,
.pagination li a:hover,
.pagination li span{
    color: #fff;
    margin: 0;
}
/*新加视频轮播样式*/
#news-video-swiper-container{
    width: 324px;
    height: 274px;
    box-sizing: border-box;
    /*border: solid 1px red;*/
}
#news-video-swiper-container>.swiper-wrapper{
    width: 100%;
    height: 100%;
    /*background: pink;*/
}
#news-video-swiper-container>.swiper-wrapper>a{
    width: 100%;
    height: 100%;
    /*background: pink;*/
}
.swiper-button-prev, .swiper-button-next{
    color: #fff;
    background: #5e5f5e;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
}

.search-button {
    width: 50px;
    height: 37px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #1c4587;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
.search-key {
    width: 200px;
    padding-left: 10px;
    height: 37px;
    border: #d9d9d9 solid 1px;
    border-right: 0;
    margin-right: -5px;
    outline: none;
    color: #666;
    float: left;
}