.outside-box {
    width: 100%;
}
.inside-box {
    width: 1200px;
    margin: 0px auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
/**欢迎栏*!*/
.wel-box {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.wel-box .wel .wel-left i{
    font-style: normal;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
}
.wel-box .wel .wel-left em{
    font-style: normal;
}
.wel-box .wel .wel-left i span{
    padding-left: 3px;
}
.wel-box .wel .wel-left a {
    font-size: 14px;
}
.wel-box .wel .wel-right {
    font-size: 14px;
}
.wel-box .wel .wel-right a {
    font-size: 14px;
    position: relative;
}
/*.wel-box .wel .wel-right a:first-child{*/
/*    color: #ff9000;*/
/*}*/
.wel-box .wel .wel-right a img {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -22px;
}
.top-adv a{
    display: block;
    width: 100%;
    height: 110px;
}
.top-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ls-box{
    justify-content: space-between;
    display: flex;
}
.ls-box .logo {
    display: block;
}
.ls-box .search {
    margin-top: 25px;
}
.ls-box .search .sear-bak a {
    color: #7a7a7a;
    font-size: 12px;
    position: relative;
}
.ls-box .search .sear-bak a:hover {
    text-decoration: underline;
}
.ls-box .search form select {
    float: left;
    font-size: 14px;
    width: 74px;
    height: 39px;
    color: #737373;
    line-height: 39px;
    border: 1px solid #49def0;
    border-right: none;
    outline: none;
    padding-left: 15px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 250px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #49def0;
    float: left;
    text-indent: 9px;
}
.ls-box .search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form .but {
    outline: none!important;
    width: 84px;
    height: 39px;
    background-color: #49def0;
    border: 1px solid #49def0;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 16px;
    margin-left: -1px;
}
.top-logo-phonebox{
    width: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-logo-phonebox img{
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.top-logo-phonebox div i{
    display: block;
    font-size: 19px;
    font-style: normal;
}
.top-logo-phonebox div i span{
    display: inline-block;
    color: #3e3d3d;
    font-size: 12px;
}
.top-logo-phonebox div p{
    font-size: 19px;
}
i{
    font-style: normal;
}
/*导航*/
.navs-box {
    background-color: #49def0;
}
.navs-box .navs {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #eeeeee;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.navs-box .navs .navs-active a {
    font-weight: bold;
}
.navs-box .navs li:first-child {
    width: 250px;
    text-align: center;
}
.navs-box .navs li:first-child a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color:#fff;
}
.navs-box .navs li:first-child a img {
    position: relative;
    top: 5px;
    padding-right: 6px;
}
.adv-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 24%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}
.tit-auto{
    content: "";
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 44px;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tit-auto div {
    width: 60%;
    height: 44px;
    line-height: 22px;
}
.tit-auto div em{
    display: inline-block;
    font-size: 23px;
    font-style: normal;
    color: #07bfd5;
    font-weight: bold;
    width: 14%;
    text-align: center;
}
.tit-auto div i{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    width: 40%;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 32%;
}
.news-one a{
    display: block;
    width: 100%;
    position: relative;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 270px;
}
.news-one 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;
}
.news-two{
    margin-top: 10px;
}
.news-two a{
    margin-top: 10px;
}
.news-two a img{
    display: block;
    width: 100%;
    height: 120px;
}
.news-center{
    width: 35%;
}
.exh-xx li{
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 4%;
    position: relative;
}
.exh-xx li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.exh-xx li a:before{
    content: "";
    background-color: #07bfd5;
    border-radius: 10px;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0px;
}
.news-right{
    width: 30%;
    background-color: #f9f9f9;
}
.news-tit{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.news-tit img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 16px;
}
.news-tit p {
    text-indent: 28px;
    font-size: 18px;
    font-weight: bold;
}
.news-three{
    padding: 0px 2%;
}
.news-three a{
    display: block;
    padding: 5px 0px;
}
.news-three a p{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    text-indent: 20px;
    position: relative;

}
.news-three a p:before{
    content: "";
    background-color: #07bfd5;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 14px;
    left: 4px;
}
.news-three a span{
    display: block;
    color: #878787;
    font-size: 15px;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.news-three a em{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #07bfd5;
    font-size: 15px;
    font-style: normal;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width:68%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-left a{
    width: 24%;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 190px;
}
.sup-left 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;
}
.sup-right{
    width: 30%;
}

.sup-xx{
    margin-top: 10px;
}
.sup-xx li a{
    display: block;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-img{
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}
.sup-img a{
    display: block;
    width: 49%;
    height: 160px;
}
.sup-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.pur{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pur a{
    display: flex;
    justify-content: space-between;
    width: 33%;
    margin-bottom:20px;
}
.pur a img{
    display: block;
    width: 35%;
    height: 120px;
}
.pur a div{
    width: 63%;

}
.pur a div p{
    display: block;
    font-size: 15px;
    width: 100%;
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
}
.pur a div span{
    margin-top: 10px;
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 31%;
    text-align: center;
    padding: 5px 1%;
    background-color:#07bfd5;
    box-sizing: border-box;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.ind-left{
    width: 40%;
}
.ind-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.ind-xx li a p{
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-xx li a span{
    color: #07bfd5;
    display: block;
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-right{
    width: 58%;
}
.ind-right a{
    display: block;
}
.ind-right a img{
    display: block;
    width: 100%;
    height: 190px;
}
.ent{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent a{
    width: 18%;
    display: block;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.ent a img{
    display: block;
    width: 100%;
    height: 180px;
}
.ent a p{
    background-color: #f9f9f9;
    height: 36px;
    line-height: 36px;
    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;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.try-left{
    width: 63%;
}
.ind-one{
    justify-content: space-between;
    display: flex;
}
.ind-one a{
    display: block;
    width: 49%;
    position: relative;
}
.ind-one a img{
    display: block;
    width: 100%;
    height: 270px;
}
.ind-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #020202;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.ind-two a{
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
    display: block;
}
.ind-two a p{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.ind-two a span{
    font-size: 15px;
    color: #878787;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.try-right{
    width: 35%;
}
.ind-tit{
    text-indent: 5px;
    height: 35px;
    line-height: 35px;
    color:red;
}
.ind-three{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-three a{
    display: block;
    width: 49%;
    margin-top: 10px;
}
.ind-three a img{
    display: block;
    width: 100%;
    height: 150px;
}
.ind-three a p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.ind-three a span{
    height: 28px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.web-bottom {
    background-color: #45cbdb;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1215px;
    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;
}
/* 搜索框 */
.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #49def0;
    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: #49def0;
    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(0,167,81,0.6)!important;
   height: auto;
   width: 20%;
   position: absolute;
   z-index: 8;
   flex-wrap: wrap;
   border-radius: 20px;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
    color: #fff;
}
/* end */