@charset "utf-8";

/*清除内外边距*/
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, em, span, var, legend, button, input, textarea, th, td, a, img, header, footer, nav, aside, audio, datalist, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html, body {
    width: 100%;
    margin: 0 auto;
}

/*设置默认字体*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*a链接样式*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #005BAC;
}

/*去除li小圆点*/
li, ol, ul {
    list-style: none;
}

/*小手*/
button {
    outline: none;
    border: none;
    cursor: pointer;
}

/*图片对齐方式*/
img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

/*输入框placeholder默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

/*盒子模型计算方式*/
*, *:after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

body {
    color: #333333;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/*清除浮动*/
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

/*顶部导航栏*/

header .header-top{
    height: 118px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .header-left{
    display: flex;
    align-items: center;
}
header .container .header-left .header-logo{
    width: 236px;
    height: 66px;
}
header .container .header-left .header-logo img{
    width: 100%;
    height: 100%;
}
header .container .header-left .logo-bar{
    width: 1px;
    height: 55px;
    margin: 0 20px;
    background: #999999;
}
header .container .header-left h3{
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    font-family: "Microsoft YaHei";
}
header .container .header-left h3 span{
    color: #1456a0;
}
header .container .header-left h4{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    font-family: "Microsoft YaHei";
}
header .container .header-right{
    padding-right: 32px;
    padding-left: 62px;
    line-height: 50px;
    background: #1456A0 url('../img/header-tel.png') no-repeat left center;
    background-size: 44px 44px;
    border-radius: 25px;
    height: 50px;
}
header .container .header-right p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
header .container .header-right p span{
    font-size: 24px;
    font-weight: bold;
}
header .header-nav {
    width: 100%;
    height:50px;
    background-color: #1456a0;
}
header .header-nav .nav{
    height:100%;
    width: 100%;
    position:relative;
    z-index:1;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
header .header-nav .nav .nLi {
    text-align: center;
    float:left;
    position:relative;
    display:inline;
    z-index: 10;
    width: 150px;
    height: 50px;
    transition: 0.5s;
}
header .header-nav .nav .nLi:nth-child(1) a{
    padding-left: 30px;
    background: url('../img/shouye.png')no-repeat left 30px center;
    background-size: 15px 15px;
    box-sizing:border-box;
}
header .header-nav ul .nLi a {
    font-size: 16px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
header .header-nav .nav .nLi h3{
    float:left;
    font-weight: normal;
    width: 150px;
    height: 50px;
}
header .header-nav .nav .nLi h3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size:16px;
    letter-spacing: 2px;
}

header .header-nav .nLi a span{
    display: block;
    width: 100%;
    text-align: center;
    height: 22px;
    line-height: 22px;
    transition: 0.6s;
}
header .header-nav .nLi:nth-child(2n-1) a span{
    border-right:  1px solid #1456a0;
    border-left:  1px solid #1456a0;
}
header .header-nav .nLi:nth-child(2n) a span{
    border-right:  1px solid rgba(255,255,255,0.5);
    border-left:  1px solid rgba(255,255,255,0.5);
}
header .header-nav .nLi:last-child a span, header .header-nav .nLi:first-child a span{
    border-right: 1px solid #1456a0;
}
header .header-nav .nLi.on,
header .header-nav .nLi:hover{
    background-color: #f09218;
}
header .header-nav .nLi.on a span, header .header-nav .nLi:hover a span{
    border-right: 1px solid #f09218;
    border-left: 1px solid #f09218;
    font-weight: bold;
}
header .header-nav .sub{
    display:none;
    position:absolute;
    left:0;
    top:50px;
    width:150px;
    z-index: 100;
    background-color: #f09218;
    line-height:36px;
    text-align: center;
}
header .header-nav .sub li{
    zoom:1;
}
header .header-nav .sub a{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
header .header-nav .nav .sub a:hover{
    background-color:#1456A0;
    color:#fff;
    text-align: center;
    
}
header .header-nav .nav .on{
    background-color: #f09218;
    width: 150px;
    height: 50px;
}
header .header-nav .nav .on h3 a{
    color:#fff;
}

/*页尾*/
.footer {
    background-color: #263352;
}

.footer .footer-top{
   height: 301px;
    background: url('../img/footer-bg.jpg') no-repeat;
    background-size: 100% 301px;
    border-bottom: 1px solid #495980;
}
.footer .footer-top .container{
    display: flex;
    justify-content: space-between;
    box-sizing:border-box;
    padding-top: 53px;
    height: 100%;
}
.footer .footer-top .footer-nav-container{
    display: flex;
}
.footer .footer-top .footer-nav-container ul{
    box-sizing:border-box;
    width: 138px;
    height: 184px;
    padding-left: 27px;
    margin-left: -1px;
    border-left: 1px solid rgba(255,255,255,.5);
    border-right: 1px solid rgba(255,255,255,.5);
}
.footer .footer-top .footer-nav-container ul li{
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 24px;
}
.footer .footer-top .footer-nav-container ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 24px;
}
.footer .footer-top .footer-nav-container ul p{
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 16px;
    margin-bottom: 10px;
}
.footer .footer-top .footer-nav-container ul p a{
    color: #B3B3B3;
}
.footer .footer-top .footer-logo-container .footer-logo{
    margin-top: 26px;
    width: 203px;
    height: 58px;
    margin-bottom:20px;
}
.footer .footer-top .footer-logo-container .footer-logo img{
    width: 100%;
    height: 100%;
}
.footer .footer-top .footer-logo-container .footer-phone{
    font-size: 39px;
    font-weight: 400;
    color: #F5F4F4;
    line-height: 39px;
    margin-bottom: 14px;
}
.footer .footer-top .footer-logo-container .footer-rx{
    width: 196px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 3px;
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    text-align: center;
    margin-left: 23px;
}
.footer .footer-top .footer-qcord-container{
    width: 233px;
    background: url('../img/qcord-bg.png') no-repeat;
    background-size: 100% 117px;
    margin-top: 49px;
    display: flex;
    justify-content: center;
}
.footer .footer-top .footer-qcord-container .footer-qcord {
    width: 117px;
}
.footer .footer-top .footer-qcord-container .footer-qcord .footer-img{
    width: 117px;
    height: 117px;
    box-sizing:border-box;
    padding: 13px;
    margin-bottom: 14px;
}
.footer .footer-top .footer-qcord-container .footer-qcord .footer-img img{
    width: 100%;
    height: 100%;
}
.footer .footer-top .footer-qcord-container .footer-qcord p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
}
.footer .footer-middle{
    padding: 18px 0;
    height: 101px;
    box-sizing:border-box;
    border-bottom: 1px solid #495980;
}
.footer .footer-middle .container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.footer .footer-middle .container .footer-middle-title{
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #F3F3F3;
    line-height: 16px;
}
.footer .footer-middle .container .footer-middle-desc{
    display: flex;
    justify-content: center;
}
.footer .footer-middle .container .footer-middle-desc p{
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 14px;
    box-sizing:border-box;
    padding: 0 17px;
    border-right: 1px solid rgba(255,255,255,0.4);
}
.footer .footer-middle .container .footer-middle-desc p a{
    color: #B3B3B3;
}
.footer .footer-bottom .container{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-bottom .container a,
.footer .footer-bottom .container p{
    font-size: 16px;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 16px;
}
    /*在线客服*/
.kef {
    position: fixed;
    right: 10px;
    z-index: 999;
    top: 33%;
}

.kef li {
    width: 75px;
    height: 70px;
    background: #1456A0;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
}

.kef li div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.kef li img {
    height: 22px;
}

.kef li p {
    margin-top: 5px;
    color: white;
    font-size: 12px;
}

.kef li.tel i {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #1456A0;
    height: 70px;
    min-width: 160px;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    transition: 0.6s;
}

.kef li.vx i {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -105px;
    top: 0;
    transition: 0.6s;
}

.kef li.vx i img {
    padding-top: 0;
    width: 0;
    height: 0;
    float: right;
}

.kef li.tel:hover i {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.kef li.vx:hover i {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.kef li.vx:hover i img {
    width: 100px;
    height: 100px;
}