/*公共样式开始*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-size: 0.16rem;
    overflow-x: hidden;
    position: relative;
    /*min-width:1200px;*/
}

.w90 {
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

.w12 {
    width: 1200px;
    margin: 0px auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
    border: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    border: none;
    vertical-align: middle;
}

.flexbox {
    display: flex;
    display: -webkit-flex;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flex-left {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.flex-right {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.flex-column {
    flex-direction: column;
}

.flex-c-center {
    align-items: center;
}

.flex-r-right {
    align-self: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.ml-20 {
    margin-left: -0.2rem;
}

.mr-20 {
    margin-right: -0.2rem;
}

.f0 {
    flex-shrink: 0;
}

.none {
    display: none;
}

.image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.2s all;
}

.image img,
.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.txtline {
    position: relative;
    background-image: linear-gradient(#ffffff, #f1f1f1);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.txtline1 {
    position: relative;
    background-image: linear-gradient(#0965ae, #0965ae);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s
}

.txtline:hover {
    background-size: 100% 1px;
}

.txtline1:hover {
    background-size: 100% 1px;
}


/*公共样式结束*/

@font-face {
    font-family: myfont;
    src: url(../img/SYSTB.OTF);
}

@font-face {
    font-family: datafont;
    src: url(../img/impact.woff);
}

@font-face {
    font-family: datefont;
    src: url(../img/georgia.ttf);
}

@keyframes roted1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*IE9下升级提示开始*/

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .9;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../img/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../img/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../img/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../img/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}


/*IE9下升级提示结束*/

.header {
    width: 100%;
    background: url(../img/header_bg.jpg) no-repeat center top;
    background-size: cover;
}

.logo {
    padding: 0.35rem 0;
}

.logo a {
    display: block;
}

.logo img {
    height: 1.1rem;
}

.header-link ul li {
    font-size: 0.14rem;
    line-height: 0.3rem;
    margin-right: 0.1rem;
}

.header-link ul li:last-of-type {
    margin-right: 0;
}

.header-link ul li a {
    color: #ffffff;
    display: inline-block;
    padding-right: 0.1rem;
    position: relative;
}

.header-link ul li:first-of-type a {
    padding-left: 0.24rem;
    background: url(../img/language.svg) no-repeat left center;
    background-size: auto 0.16rem;
}

.header-link ul li a::after {
    content: "";
    width: 1px;
    height: 0.14rem;
    display: block;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yx {
    margin-right: 0.3rem;
}

.yx img {
    height: 0.42rem;
    display: block;
}

.search {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/search.svg) no-repeat center center;
    background-size: auto 0.16rem;
    cursor: pointer;
}


/*PC端导航开始*/

.nav {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.nav>ul>li {
    position: relative;
}

.nav ul li h3 {
    font-size: 0.18rem;
    position: relative;
    line-height: 0.52rem;
    font-weight: normal;
}

.nav ul li h3 a {
    color: #ffffff;
    display: block;
    transition: 0.2s all;
    padding: 0 0.4rem;
}

.nav>ul>li.on h3 a,
.nav>ul>li:hover h3 a {
    background: #ffffff;
    color: #0965ae;
}

.sub {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    min-width: 1.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%) scaleY(0);
    transition: 0.4s all;
    transform-origin: top;
}

.sub .sub-h {
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

.sub .sub-h a {
    display: block;
    color: #ffffff;
    font-size: 0.16rem;
    padding: 0.05rem;
    margin-bottom: 0.01rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 0.3rem;
}

.sub .sub-h a:hover {
    background: #0965ae;
    color: #ffffff;
}

.nav li:hover .sub {
    opacity: 1;
    visibility: inherit;
    transform: translateX(-50%) scaleY(1);
}


/*PC端导航结束*/


/*手机端导航开始*/

body.navShow {
    overflow: hidden;
}

.nav-menu {
    width: .34rem;
    height: .28rem;
    cursor: pointer;
    display: none;
    position: relative;
}

.nav-menu div {
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    background: #ffffff;
    transform-origin: 50% 50%;
}

.nav-menu div:nth-child(1) {
    top: 0;
    width: 100%;
    transition: .8s;
    transform: rotate(0);
}

.nav-menu div:nth-child(2) {
    top: calc(50% - 1px);
    width: 24px;
    transition: .6s;
}

.nav-menu div:nth-child(3) {
    top: calc(100% - 2px);
    width: 100%;
    transition: .6s;
    transform: rotate(0);
}

.hd1-aon1 div:nth-child(1) {
    top: 50%;
    transition: .6s;
    transform: rotate(45deg);
}

.hd1-aon1 div:nth-child(2) {
    width: 0;
    transition: .6s;
}

.hd1-aon1 div:nth-child(3) {
    top: 50%;
    transition: .6s;
    transform: rotate(-45deg);
}

.navm-box {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 3;
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
    transition: 0.6s all;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.navm-box.act {
    visibility: inherit;
    opacity: 1;
    right: 0;
}

.navm-box .link {
    width: 100%;
    padding: 0 5%;
    margin: 0.1rem 0;
}

.navm-box .link ul {
    border: 1px solid #0965ae;
    padding: 0 15px;
}

.navm-box .link ul li {
    font-size: 14px;
    line-height: 36px;
    margin-right: 20px;
}

.navm-box .link ul li:last-of-type {
    margin-right: 0;
}

.navm-box .link ul li a {
    color: #0965ae;
    padding-right: 20px;
    position: relative;
}

.navm-box .link ul li a::after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    background: #0965ae;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navm-box .link ul li:last-of-type a {
    padding-right: 0;
}

.navm-box .link ul li:last-of-type a::after {
    content: none;
}

.nav-wrap {
    padding: 0 5%;
    text-align: left;
    overflow-y: auto;
}

.nav-wrap li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    line-height: 60px;
}

.nav-wrap li div.icon-jia {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background: url(../img/down.svg) no-repeat center center;
    background-size: 22px 22px;
    transition: 0.3s all;
}

.nav-wrap li a {
    display: block;
    color: #333333;
}

.nav-wrap dl {
    display: none;
}

.nav-wrap dt {
    text-indent: .2rem;
    font-size: 16px;
    line-height: 50px;
}

.nav-wrap dt a {
    color: #434343;
}


/*手机端导航结束*/


/*搜索开始*/

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 2rem;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: #0965ae;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 90%
}

.search-dialog .search-input input[type=text] {
    height: .65rem;
    padding-left: .2rem;
    background-color: transparent;
    font-size: .2rem;
    line-height: .65rem;
    width: calc(100% - .65rem);
    color: #fff;
    transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.search-dialog .search-input input[type=submit] {
    height: .65rem;
    width: .65rem;
    cursor: pointer
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto .3rem;
    background-image: url(../img/search.svg)
}

.search-dialog .search-input.on {
    background-color: #fff
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: .44rem;
    height: .44rem;
    z-index: 10;
    right: .2rem;
    top: .2rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
    cursor: pointer
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0965ae;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto .16rem;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg);
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}


/*搜索结束*/

.footer {
    width: 100%;
    background: #072f56;
}

.ft1 {
    width: 100%;
    padding: 0.3rem 0;
}

.footer_logo {

}

.footer_logo img {
    display: block;
    height: 1.1rem;
}

.wx-code img {
    height: 1.5rem;
}

.wx-code p,
.contact p {
    font-size: 0.14rem;
    color: #cdcdcd;
    line-height: 0.3rem;
    text-align: center;
}

.copyright {
    width: 100%;
    padding: 0.1rem 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.copyright p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
    text-align: center;
}

.copyright p a {
    color: #b9b9b9;
    display: inline-block;
}