body {
    padding-top: 55px;
    font-family: Montserrat, sans-serif;
}
.xg-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 55px;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff
}
.xg-header .logo {
    float: left;
    display: block
}
.xg-header .logo img {
    display: block;
    height: 50px;
    margin-top: -10px;
}
.xg-header .menu-handle {
    position: relative;
    top: -2.5px;
    float: right;
    width: 40px;
    height: 40px;
    padding: 5px
}
.xg-header .menu-handle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0045b5;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translate3d(0, 3px, 0);
    -moz-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0)
}
.xg-header .menu-handle span:nth-child(2) {
    -webkit-transform: translate3d(0, 12px, 0);
    -moz-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0)
}
.xg-header .menu-handle span:nth-child(3) {
    -webkit-transform: translate3d(0, 21px, 0);
    -moz-transform: translate3d(0, 21px, 0);
    transform: translate3d(0, 21px, 0)
}
.xg-header .menu-handle.cur span {
    -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 14px, 0) rotate(45deg);
    transform: translate3d(0, 14px, 0) rotate(45deg)
}
.xg-header .menu-handle.cur span:nth-child(2) {
    opacity: 0
}
.xg-header .menu-handle.cur span:nth-child(3) {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}
.xg-header .search-handle {
    float: right;
    width: 40px;
    height: 35px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/searchicon.png);
    -moz-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto
}
.xg-hdsec .xg-top {
    display: none;
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 100;
    text-align: center
}
.xg-hdsec .xg-top a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    color: #666666
}
.xg-hdsec .xg-top a.cur {
    color: #008bd8
}
.xg-hdsec .xg-top .lang {
    font-size: 0
}
.xg-hdsec .xg-top .lang span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666
}
.xg-hdsec .xg-top .lang .langico {
    padding-left: 26px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url(../images/langico.png)
}
.xg-hdsec .xg-top .lang .line {
    padding: 0 10px
}
.xg-hdsec .xg-top .searchform {
    display: none;
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 99;
    width: 100%;
    padding: 10px;
    background: #eeeeee;
    font-size: 0
}
.xg-hdsec .xg-top .searchform form {
    display: block;
    padding-right: 60px;
    overflow: hidden
}
.xg-hdsec .xg-top .searchform input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px
}
.xg-hdsec .xg-top .searchform .keywords {
    padding-left: 10px;
    background: #ffffff
}
.xg-hdsec .xg-top .searchform .searchbtn {
    width: 60px;
    right: -60px;
    margin-left: -60px;
    font-size: 14px;
    color: #333333;
}
.xg-hdsec .xg-top .ctrl {
    display: block
}
.xg-hdsec .xg-top .ctrl a {
    margin: 0 10px;
    line-height: 36px
}
.xg-hdsec .xg-top .ctrl .home {
    padding-left: 25px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url(../images/homeico.png)
}
.xg-hdsec .xg-onlysearch {
    display: block
}
.xg-hdsec .xg-onlysearch .ctrl a, .xg-hdsec .xg-onlysearch .lang {
    display: none
}
.xg-hdsec .xg-onlysearch .searchform {
    display: block
}
.xg-hdsec .mainnav {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 98;
    width: 100%;
    bottom: 0;
    padding-bottom: 100px;
    background: #ffffff;
    border-top: 1px solid #ccc
}
.xg-hdsec .mainnav .nav-slider {
    position: relative;
    height: 100%;
    overflow-y: auto
}
.xg-hdsec .mainnav li {
    border-bottom: 1px solid #ccc
}
.xg-hdsec .mainnav li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    padding-left: 20px
}
.xg-hdsec .mainnav li .subnav {
    display: none
}
.xg-hdsec .mainnav li .subnav a {
    padding-left: 40px
}
.xg-hdsec .mainnav .hassub a {
    position: relative
}
.xg-hdsec .mainnav .hassub a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/upimg.png);
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s
}
.xg-hdsec .mainnav .roll a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.topshare13 {
    width: 218px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 11px 20px;
    position: fixed;
    left: 50%;
    top: 16%;
    z-index: 30;
    display: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}
.searchfloat13 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url(../images/211a238c00ad4feba1c979dc3fdb3019.gif);
    z-index: 100;
    display: none
}
.closeshare13 {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/top39.png);
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer
}
@media (min-width: 992px) {
    .closeshare13 {
        display: none
    }
    .topshare13 {
        display: none;
        position: absolute;
        top: 48px;
        position: absolute;
        z-index: 3;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@media (min-width: 1024px) {
    body {
        padding-top: 110px
    }
    .xg-position {
        position: relative
    }
    .xg-hdsec .xg-top a.cur {
        color: #ffffff
    }
    .xg-header {
        height: 110px
    }
    .xg-header .logo img {
        height: 80px;
        margin-top: 5px
    }
    .xg-header .menu-handle, .xg-header .search-handle {
        display: none
    }
    .xg-hdsec {
        float: right
    }
    .xg-hdsec .xg-top {
        display: block;
        position: static;
        z-index: 100;
        text-align: right;
        font-size: 0;
        height: 26px
    }
    .xg-hdsec .xg-top a {
        line-height: 26px
    }
    .xg-hdsec .xg-top a.cur, .xg-hdsec .xg-top a:hover {
        color: #0045b5
    }
    .xg-hdsec .xg-top a.home:hover, .xg-hdsec .xg-top a.home.cur {
        color: #0045b5;
        background-image: url(../images/homeicoho.png)
    }
    .xg-hdsec .xg-top .lang {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        position: relative;
        padding-right: 17px
    }
    .xg-hdsec .xg-top .lang span {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 26px
    }
    .xg-hdsec .xg-top .lang .line {
        padding: 0 16px;
        font-size: 10px;
    }
    .xg-hdsec .xg-top .searchform {
        display: inline-block;
        vertical-align: top;
        position: static;
        width: 171px;
        height: 26px;
        padding: 0;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        overflow: hidden
    }
    .xg-hdsec .xg-top .searchform form {
        padding-right: 40px
    }
    .xg-hdsec .xg-top .searchform input {
        height: 26px;
        line-height: 26px
    }
    .xg-hdsec .xg-top .searchform input::-webkit-input-placeholder {
        color: #ccc
    }
    .xg-hdsec .xg-top .searchform input:-moz-placeholder {
        color: #ccc
    }
    .xg-hdsec .xg-top .searchform input::-moz-placeholder {
        color: #ccc
    }
    .xg-hdsec .xg-top .searchform input:-ms-input-placeholder {
        color: #ccc
    }
    .xg-hdsec .xg-top .searchform .searchbtn {
        width: 34px;
        right: -34px;
        margin-left: -34px;
        font-size: 0;
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/searchico.png)
    }
    .xg-hdsec .xg-top .searchform .keywords {
        background: none
    }
    .xg-hdsec .xg-top .ctrl {
        display: inline-block;
        vertical-align: top
    }
    .xg-hdsec .xg-top .ctrl a {
        margin: 0 10px;
        line-height: 26px
    }
    .xg-hdsec .xg-top .ctrl .home {
        background-position: 0 2px;
        margin: 0 0 0 20px
    }
    .xg-hdsec .xg-top .ctrl .contactus {
        margin: 0 20px 0 28px
    }
    .xg-hdsec .xg-onlysearch .ctrl a, .xg-hdsec .xg-onlysearch .lang {
        display: none
    }
    .xg-hdsec .mainnav {
        float: right;
        margin-right: -20px;
        display: block;
        position: static;
        padding-top: 20px;
        padding-bottom: 0;
        background: 0 0;
        border-top: 0;
        width: auto
    }
    .xg-hdsec .mainnav .nav-slider {
        overflow-y: visible
    }
    .xg-hdsec .mainnav li {
        position: relative;
        float: left;
        border-bottom: 0;
        padding: 0 22px
    }
    .xg-hdsec .mainnav li:hover, .xg-hdsec .mainnav li.cur {
        background-color: #0045b5
    }
    .xg-hdsec .mainnav li:hover h3 a, .xg-hdsec .mainnav li.cur h3 a {
        color: #ffffff;
        font-weight: bold
    }
    .xg-hdsec .mainnav li a {
        font-size: 15px;
        line-height: 36px
    }
    .xg-hdsec .mainnav li .title a {
        padding: 0
    }
    .xg-hdsec .mainnav li .subnav {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 58px;
        display: none;
        background-color: rgba(242, 242, 242, 0.95);
        text-align: center;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1)
    }
    .xg-hdsec .mainnav li .subnav a {
        font-size: 14px;
        padding-left: 0;
        /* border-top: 1px solid #e4e4e4 */
    }
    .xg-hdsec .mainnav li .subnav a.cur, .xg-hdsec .mainnav li .subnav a:hover {
        color: #ffffff;
        background-color: #0045b5
    }
    .xg-hdsec .mainnav .hassub a:after {
        display: none
    }
}
@media (min-width: 1199px) {
    .xg-hdsec .mainnav li {
        margin-left: 16px
    }
}