.bg{
    background-color: #f6f6f6;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
.ls-box .logo {
    display: block;
}

.top-logo-phonebox{
    margin-top: 17px;
    border-radius: 10px;
}
.top-logo-phonebox img{
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 40px;
    margin-right: 10px;
}

.top-logo-phonebox div i{
    display: block;
    font-size: 18px;
    font-style: normal;
}
.top-logo-phonebox div p{
    font-size: 20px;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    color: white;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1190px;
    margin: 0 auto;
}
ul li {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.web-bottom .wb a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 39px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    height: 12px;
    right: -3px;
    top: 4px;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 210px;
    width: 680px;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff {
    cursor: pointer;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container {
    height: 100%;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container img {
    width: 100%;
    height: 268px;
    display: block;
    border-radius: 20px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 10px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-next,*/
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-prev {*/
/*width: 68px;*/
/*height: 68px;*/
/*-webkit-background-size: 68px 68px;*/
/*background-size: 68px 68px;*/
/*}*/
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox {
    overflow: hidden;
    z-index: 99;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container {
    margin: 0px auto;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a {
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a img {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
}
.ban-box .shurff_box .shurff_topbox .shurff_right {
    float: right;
    width: 290px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    margin-top: 5px;
}
.top-fl{
    background-color: #fff;
    border-radius: 20px;
    display: flex!important;
    justify-content: space-between;
    padding: 20px 0px;
    margin-top: 20px;
}
.top-fl a{
    width: 13.5%;
    display: block;
}
.top-fl a img{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.top-fl a p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.ban-box .aside-box {
    position: absolute;
    border-radius: 15px;
    left: 50%;
    margin-left: -595px;
    top: 0px;
    height: 100%;
    z-index: 999;
    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    width: 202px;
    border-radius: 20px!important;
    padding: 0px 10px;
    background-color: #fff;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.xc{
    border: none!important;
}
.ban-box .aside-box .aside-left .al-one-active .al-one a {
    /*transform: translate3d(5px, 0, 0);*/
    font-weight: bold;
}
/*.ban-box .aside-box .aside-left .al-one-active .al-one a img {*/
/*margin-right: 22px;*/
/*}*/
.ban-box .aside-box .aside-left .al:last-child {
    border: none;
}
.ban-box .aside-box .aside-left:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*opacity: .6;*/
    z-index: -1;
    left: 0;
    top: 0;
}
.ban-box .aside-box .aside-right {
    float: left;
    height: 100%;
}
.ban-box .aside-box .aside-right .demo {
    width: 794px;
    position: relative;
    background-color: #ffffff;
    border-top: 0;
    z-index: 999;
    height: 100%;
    border-left: 0;
    overflow: hidden;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
}
.ban-box .aside-box .aside-right .demo .item {
    margin-left: 10px;
    margin-top: 10px;
    width: 75%;
}
.ban-box .aside-box .aside-right .demo .item span {
    display: block;
}
.ban-box .aside-box .aside-right .demo .item span img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}
.ban-box .aside-box .aside-right .demo .item span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .item div {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 5px;
}
.ban-box .aside-box .aside-right .demo .item div a {
    padding: 0px 14px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    border-right: 1px solid #d5d5d5;
    color: #000;
}
.ban-box .aside-box .aside-right .demo .item div a:last-child {
    border-right: 0;
}
.ban-box .aside-box .aside-right .demo .item div a:hover {
    color: #19a356;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .navadv {
    position: absolute;
    right: 10px;
    top: 0px;
}
.ban-box .aside-box .aside-right .demo .navadv li {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 120px;
}
.ban-box .aside-box .aside-right .demo .navadv li a {
    display: block;
}
.ban-box .aside-box .aside-right .demo .navadv li a img {
    display: block;
    width: 100%;
    height: 120px;
    transition: all .2s linear;
    transform: translate3d(0, 0px, 0);
}
.ban-box .aside-box .aside-right .demo .navadv li:hover a img {
    transform: translate3d(0, -4px, 0);
}
.ban-box .aside-box .aside-right .demoback {
    display: none;
}
.core-box{
    background-color: #f7e9e4;
    padding: 25px 2%;
}
.core_location {
    overflow: hidden;
    margin-top: 10px;
    padding: 0px 3%;
}
.p_hi{
    font-size: 12px;
}
.core_button{
    padding: 0px 3%;
    margin-top: 20px;
}
.core-from{
    justify-content: space-between;
    display: flex;
}
.core_button form button:last-child {
    width: 49%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #fe4b0f;
    box-sizing: border-box;
    color: #fe4b0f;
    display: block;
    outline: none;
    cursor: pointer;
}
.core_button form button{
    width: 49%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fe4b0f;
    border-radius: 5px;
    color: #fff;
    display: block;
    outline: none;
    cursor: pointer;
}
.tx img{
    display: block;
    margin: 0 auto;
    padding-left: 9%;
}
.tx p{
    font-size: 12px;
    width: 67%;
    margin-top: 8px;
    text-indent: 5px;
}
.p_hi{
    font-size: 12px;
}
.p_hi span {
    margin-top: 3px;
    width: 48%;
    display: block;
    background-color: #fcdcd5;
    color: #fe4b0f;
    padding: 5px 10px;
    border-radius: 5px;
}
.core-img{
    border-radius: 15px;
    margin-top: 10px;
}
.core-img i{
    display: block;
    color: #fe4b0f;
    height:30px;
    line-height:30px;
    text-align: center;
    font-size: 17px;
}
.core-img{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 5%;
}
.core-img a{
    margin-top: 10px;
    display: block;
    position: relative;
}
.core-img a img{
    display: block;
    width: 100%;
    height: 178px;
}
.core-img a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}
.adv-five{
    padding: 10px 1%;
    background-color: #fff;
    border-radius: 10px;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-five a{
    display: block;
    width: 19%;
}
.adv-five a img{
    display: block;
    width: 100%;
    height:130px;
    border-radius: 15px;
}
.hot{
    justify-content: space-between;
    display: flex;
}
.hot-left{
    width: 47%;
    background-color: #fff;
    padding: 10px 1%;
    border-radius: 10px;
}
.hot-tit{
    height: 38px;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot-tit p{
    font-weight: bold;
    font-size: 18px;
}
.hot-cp{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.hot-cp a{
    display: block;
    width: 32.333%;
}
.hot-cp a img{
    display: block;
    width: 100%;
    height: 160px;
}
.hot-cp a p{
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-cp a i{
    display: block;
    width: 32%;
    text-align: center;
    padding: 2px 4%;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}
.hot-one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    line-height: 35px;
}
.hot-ys{
    background-color: #fef1ee;
    color: #fe4b0f;
}
.hot-ls{
    background-color:#f2f7fe;
    color: #4869af;
}
.hot-one em{
    color: #fe4b0f;
    font-style:normal;
    font-size: 16px;
}
.hot-one small{
    color: #717170;
}
.sup{
    padding: 10px 1%;
    background-color: #fff;
    border-radius: 10px;
}
.sup-tit{
    display: flex!important;
    height: 35px;
    line-height: 35px;
}
.sup-tit p{
    font-size: 18px;
}
.sup-tit span{
    color: #8d8d8d;
    display: inline-block;
    font-size: 14px;
    text-indent: 13px;
}
.sup-fl{
    display: flex!important;
    flex-wrap: wrap;
}
.sup-fl a{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    padding: 0px 1%;
}
.sup-fl a:hover{
    color: #ff4e12;
}
.sup-cp{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.sup-cp a{
    display:block;
    width: 19%;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.sup-cp a img{
    display:block;
    width:100%;
    height: 200px;
}
.sup-aa{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0px 2%;
}
.sup-aa span{
    font-size: 17px;
    color: #fe4b0f;
}
.sup-aa p{
    font-size: 14px;
    color: #717170;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 105px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width:60%;
    padding: 10px 1%;
    background-color: #fff;
    border-radius: 10px;
}
.news-box{
    justify-content: space-between;
    display: flex;
}

.news-one{
    width: 49%;
}
.news-one a{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.news-one a img{
    display: block;
    width: 32%;
    height: 85px;
}
.news-one a div{
    width: 66%;
}
.news-one a div em{
    font-style: normal;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    margin-top: 10px;
}
.news-one a div p{
    color: #3e3d3d;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.news-two{
    width: 49%;
}
.news-two a{
    display: block;
    margin-top: 10px;
}
.news-two a img{
    display: block;
    width: 100%;
    height: 157px;
}
.news-two a p{
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-right{
    width:34%;
    padding: 10px 1%;
    background-color: #fff;
    border-radius: 10px;
}
.exh-img{
    margin-top: 10px;
}
.exh-img a{
    display: block;
    position: relative;
    height: 205px;
}
.exh-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-img a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}
.exh-xx{
    margin-top: 10px;
}
.exh-xx li a{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.inf{
    padding: 10px 1%;
    background-color: #fff;
    border-radius: 10px;
}
.inf-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.inf-box a{
    width: 24%;
    display: block;
    margin-bottom: 20px;
}
.inf-box a img{
    display: block;
    width: 100%;
    height: 240px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.inf-box a p{
    margin-top: 15px;
    font-size: 15px;
    height: 15px;
    line-height:15px;
    width: 100%;
    text-indent: 10px;
    border-left: 3px solid #ff5e24;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-size: 100% 100%;
    background: #fff;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 21%;
    padding: 0!important;
    border: none;
    /* background: linear-gradient(to top,#0d5286,#0d5286); */
    background: #fe4b0f;
    display: flex;
    justify-content: center;
    height: 38px;
    align-items: center;
    color: #fff;
}
.common-top form button span{
    font-size: 16px;
}
.common-top form button img{
    width: 25px;
    height: 25px;
    margin: 5px auto;
}
.top_input div{
    width: 20%;
    height: 38px;
    line-height: 38px;
    /* background-color: #5eb200; */
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
#input_option{
    position: relative;
}
#input_option.hk-a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
    transform: rotateX(180deg);
}
#input_option::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
}
.top_input .option-ul{
    display: none;
   top: 51px;
   background: rgba(254,75,15,1)!important;
   height: auto;
   width: 20%;
   position: absolute;
   z-index: 80000;
   flex-wrap: wrap;
   border-radius: 20px;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
    color: #fff;
}


.search{
    width: 100%;
    padding: 25px 0px;
}
.search .sear-bak a {
    color: #7a7a7a;
    font-size: 12px;
    position: relative;
}
.search .sear-bak a:hover {
    text-decoration: underline;
}
.search form{
    border: 2px solid #fe4b0f;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex !important;
}
.search form select {
    font-size: 15px;
    width: 11%;
    height: 39px;
    color: rgba(0, 0, 0, 0.69);
    line-height: 39px;
    border-right: none;
    outline: none;
    padding-left: 43px;
}
.search form input {
    outline: none;
}
.search form .inp {
    width: 79%;
    height: 37px;
    line-height: 37px;
    /*border: 1px solid #af231c;*/
    text-indent: 9px;
}
.search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-size: 12px;
}
.search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
    font-size: 12px;
}
.search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
    font-size: 12px;
}
.search form :-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
    font-size: 12px;
}
.search form .but {
    outline: none!important;
    width: 11%;
    height: 39px;
    background-color: #ff4e12;
    border: 1px solid #ff4e12;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 16px;
}
.web-bottom {
    background-color: #ff6d32;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1113px;
    padding: 20px 0px;
}
.web-bottom .wb a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 39px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    height: 12px;
    right: -3px;
    top: 4px;
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}