* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    background-color: #f2f1f1;
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #3e3d3d;
}
.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;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}
/**欢迎栏*!*/
.wel-box {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #269ae4;
}
.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;
    /*color: #1ea101;*/
}
.wel-box .wel .wel-left i span{
    padding-left: 3px;
}
.wel-box .wel .wel-left a {
    font-size: 14px;
    color: #269ae4;
}
.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: 120px;
}
.top-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ls-box{
    background-color: #ffffff;
    padding: 20px 0px;
}
.ls-box .logo {
    display: block;
    margin-top: 10px;
}
.ls-box .logo img{
    display: block;
    width: 100%;
    height: 65px;
}
.ls-box .search {
    margin-left: 30px;
    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: 90px;
    height: 39px;
    color: #737373;
    line-height: 39px;
    border: 1px solid #269ae4;
    border-right: none;
    outline: none;
    padding-left: 25px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 210px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #269ae4;
    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: 77px;
    height: 39px;
    background-color: #269ae4;
    border: 1px solid #269ae4;
    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: 30%;
    margin-right: 2%;
}
.core_button{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.core-one{
    width: 48%;
    margin-top: 16px;
}
.core-one h4{
    display: block;
    height: 30px;
    line-height: 30px;
}
.core-one p{
  color: #666666;
    font-size: 14px;
}
.zone{
    padding: 0px 3%;
}
.zone-tit{
    color: #002b4c;
    height: 45px;
    line-height:45px;
    font-size:15px;
    text-align: center;
    position: relative;
}
.zone-tit:before{
    content: "";
    background-image: url(../images/lb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 16px;
    position: absolute;
    left: 59px;
    top: 13px;
}
.zone-box li{
    display: block;
    height: 37px;
    line-height:37px;
}
.zone-box li a{
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.core-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   border-top: 5px solid #f2f1f1;
}
.core-two a{
    width: 49%;
    display: block;
    height: 74px;
    line-height:74px;
    text-align: center;
    color:#edab0b;
    font-size: 15px;
}
.core-two a:last-child{
    color: #269ae4;
}
i{
    font-style: normal;
}
.core-from{
    width: 30%;
    border: 1px solid #269ae4;
    border-radius: 15px ;
}
.core-from button{
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    display: block;
    outline: none;
    cursor: pointer;
    background-color: #269ae4;
}
.core-from button:first-child{
    border-radius: 10px 10px 0px 0px;
}
.core-from button:last-child{
    background-color: #fff;
    color: #269ae4;
    border-radius: 15px;
}
/*导航*/
.navs-box{
    background-color: #fff;
}
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li:first-child {
    width: 17.3%;
    background-color: #269ae4;
}
.navs-box .navs li:first-child a{
    color: white;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.web-bottom {
    background-color: #3a4c59;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1113px;
    padding: 20px 0px;
}
.web-bottom .wb a {
    color: white;
    font-size: 14px;
    position: relative;
    padding: 0 31px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wbs p {
    text-align: center;
    font-size: 14px;
    color: white;
    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 #269ae4;
    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: #269ae4;
    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 */