* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    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;
}
.margin_bottom{ margin-bottom: 10px;}
.im{
    display: block;
    width: 100%;
    height: 100%;
}
.qb{
    justify-content: space-between;
    display: flex;
}
/**欢迎栏*!*/
.wel-box {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.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%;
   
}
.top-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ls-box{
    padding: 0px 20px; padding-top: 20px;
    width: 1150px!important;
}
.ls-box .logo {
    display: block;
}

.ls-box .search { width: 900px;

  
}
.ls-box .search form {border: 1px #dad9da solid;  box-shadow: 2px 2px 4px #dad9da;  border-radius: 50px;}
.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: 85px;
    height: 39px;
    color: #737373;
    line-height: 39px;
    border: 1px solid #ffffff;
    background-color: #fff;
    border-right: none;
    outline: none;
    padding-left: 15px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 600px;
    height: 37px;
    line-height: 37px;
    background-color: #fff;
    border: 1px solid #ffffff;
    float: left;
    text-indent: 9px;

}
.ls-box .search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 12px;
}
.ls-box .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    font-size: 12px;
}
.ls-box .search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    font-size: 12px;
}
.ls-box .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    font-size: 12px;
}
.ls-box .search form .but {
    outline: none!important;
    width: 24px;
    height: 24px;
    margin-top: 7px; margin-right: 10px;
    background-color:#ffffff;
    box-sizing: border-box;
    float: right;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #33a6ee;
    font-size: 16px;

}
.anniu{
    display: flex;
    justify-content: space-between;
    width:18%;
    color: #fff;

}
.anniu a{
    width: 48%;
      border: 1px #ddd solid; padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.anniu .hover{

      border: 1px #ddd solid; padding: 10px 10px; background-color: #1a469b; border: 1px #1a469b solid; color: #fff;

}

[class*="adv"]{
    overflow: hidden;
}
[class*="adv"] a{
    overflow: hidden!important;
}
[class*="adv"] img:hover {
    width: 100%;
    transform:scale(1.15,1.15);
}
/* 中心变形*/
[class*="adv"] img {
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
/*导航*/

.navsnnn-box .navsnnn {

    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.navsnnn-box .navsnnn li {
    width: 110px;
    overflow: hidden;
}
.navsnnn-box .navsnnn li a {
    display: block;
    font-size: 16px;
    text-align: center;
    
}
.navsnnn-box .navsnnn li:hover a {
    font-weight: bold;
}
.navsnnn-box .navsnnn li:first-child{ background: url(../images/nav_icon.png) no-repeat 30px center; padding-left: 40px;}
.navsnnn-box .navsnnn li:first-child a{
    font-weight: bold;
    color: #c43e30;
}
.align-items{align-items: center;}
.buju2{ display: flex; justify-content: space-between; }


.web-bottom{
    margin-top: 10px; padding-bottom: 15px;
    background-color: #1a469b; color: #fff;
}
.web-bottom hr{ height: 0px; background-color: #000000; border-top: 1px #000 solid; width: 60%; margin: auto; margin-bottom: 15px;}
.web-bottom .wb { text-align: center;
    width: 1113px;
    padding: 20px 0px;
}
.web-bottom .wb a {
 color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 10px;
    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;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}
