/* 通用样式重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  	user-select: none;
}

ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

html, body {
    width: 100%;
    border: 0;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-word;
    /*background: #FFF;*/
}

input {
    outline: none;
    border: none;
  padding-left:13px;
  width:58px;
}

img {
  box-sizing: border-box; 
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none; /* 禁止图片被选中 */
}

/*img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.scale-pic {
    overflow:hidden;
}
.scale-pic img {
    transform: scale(1);
    transition: transform .2s;
}

.scale-pic img:hover {
    transform: scale(1.2);
    transition: transform .2s;
}


    /* 网页版心宽度 */

.w {
    width: 1200px;
    margin: 0 auto;
}

.w-bg {
    background-color: #fff;
}

/* 导航样式 */

#header {
    position: sticky;
    z-index: 99;
}

#header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

#header .logo {
    width: 165px;
    height: 68px;
}

#header .nav-bar {
    display: flex;
    justify-content: space-between;
    height: 70px;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}

#header .nav-bar ul {
    list-style: none;
    /*background: #1F385F;*/
    display: flex;
}
#header .nav-bar ul li {
    height: 70px;
}

#header .nav-bar .menu-a {
    /*background: #1F385F;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header .nav-bar .menu-a > li {
    padding: 0 41px;
    text-align: center;
    line-height: 1;
    color: #fff;
}

/*#header .nav-bar .menu-a > li.active,*/
#header .nav-bar .menu-a > li:hover {
    background-color: #1d76d2;
    color: #ffffff;
    border-bottom-color: #ffffff;
}

#header .nav-bar .menu-a > li > a {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: inherit;
}

#header .nav-bar ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
}

#header .nav-bar ul li:hover .dropdown {
    display: block;
    color: #478cdf;
}
/*子导航*/
#header .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

#header .dropdown ul {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #1d76d2;
}

#header .dropdown ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .dropdown ul li a {
    display: inline-block;
    padding: 0 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #fff;
}
#header .dropdown ul li:last-child a {
    border: none;
}

#header .dropdown ul li a:hover,.dropdown ul li.active {
    color: #fff;
}

/*尾部*/
.f_bg {
    overflow: hidden;
    background: #1a8a69;
    color: #ffffff;
    font-size: 14px;
    min-width:1500px;
    clear: both;
    /*margin-top: 378px;*/
}
.f_bg_div {
    width: 96%;
    max-width: 1500px;
    max-height: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;


}
.f_bg a {
    color: #FFFFFF;
    text-decoration: none;
}
.f_bg a:hover {
    color: #fff;
}
.f_bg .links {
    float: left;
    padding-right: 1%;
    margin-right: 1%;
    overflow: hidden;
    padding-bottom: 0%;
}
.f_bg .links h2 {
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #c7c7c7;
}
.f_bg .links ul li {
    display: block;
    height: 30px;
    line-height: 38px;
    overflow: hidden;
}
.f_bg .links ul li a {
    transition: all 0.3s;
    padding-right: 5px;
}
/*.f_bg .links ul li a:hover {*/
/*	margin-left: 5px;*/
/*	padding-right: 0;*/
/*}*/
.f_bg .f_div3_r2 {
    float: left;
    text-align: center;
    padding-bottom: 2%;
}
.f_bg .f_div2_r2 {
    float: left;
    text-align: center;
    padding-bottom: 5%;
}
.f_bg .f_div2_r2 img {
    display: block;
    width: 118px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

.f_bg .f_div2_r {
    float: left;
    overflow: hidden;
    margin-right: 3%;
}
.f_bg .f_div2_r h2 {
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #c7c7c7;
}
.f_bg .f_div2_r span {
    display: block;
    color: #8f8f8f;
    line-height: 30px;
    padding-top: 2%;
    clear: both;
}
.f_bg .f_div2_r a {
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 4px;
    padding-bottom: 8px;
    color: #afafaf;
    font-size: 26px;
    font-family: Arial;
}
.f_bg .f_div2_r a:Hover {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    min-width:1500px;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    background: #1a8a69;
}

#footer .icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

