html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.3em;
    border-bottom: 2px dashed #1048a0;
    border-radius: 5px;
}

h3::before {
    content: '';
    border-left: 2px dashed #1048a0;
    padding-left: 10px;
    border-radius: 5px;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1a4e88;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
}

#message .m-content {
    margin-top: 8%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
    width: 494px;
    margin: 48px auto 0;
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #1a4e88;
    color: #fff;
    margin-top: 10px;
}

.btn:hover {
    background-color: #444;
    color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

.btn-1 input.focus {
    background: #1a4e88;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

.img-cover {
    text-align: center;
    font-size: 0;
}

.img-cover img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.kf {
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../image/kefu.png) 12px center no-repeat #1a4e88;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../image/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url(../image/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    background: url(../image/huidaodingbu.png) center center no-repeat #1a4e88;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #1a4e88;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../image/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url(../image/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../image/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../image/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../image/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../image/f_04.png);
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-pagination-bullet-active {
    background-color: #1a4e88;
}

.topbar {
    padding: 12px 0;
    background-color: #e9e9e9;
    color: #6a6a6a;
}

.topbar em {
    font-style: normal;
    color: #999;
    padding: 0 15px;
}

.topbar a {
    color: #6a6a6a;
}

.topbar a:hover {
    color: #333;
}

.header {
    background-color: #fff;
}

.header .logo {
    float: left;
    font-size: 0;
    height: 110px;
    line-height: 110px;
    text-align: left;
    padding: 0px 0;
}

.header .tel {
    float: right;
    background: url(../image/pc-xc-icon2.png) no-repeat 0 center;
    padding-left: 45px;
    margin: 29px 0;
    color: #666;
}

.header .tel strong {
    display: block;
    font-size: 32px;
    font-family: Impact;
    line-height: 1;
    color: #fe7815;
}

.header .text {
    float: left;
    font-size: 26px;
    margin: 25px 0 25px 30px;
    color: #1a4e88;
    line-height: 30px;
    font-weight: bold;
}

.header .text span {
    color: #333;
    font-size: 18px;
    display: block;
    font-weight: normal;
}

.header .nav {
    font-size: 0;
    background-color: #1a4e88;
    color: #fff;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/nav_line_1.png) no-repeat right center;
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 65px;
    padding: 0 28px;
    color: #fff;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
    color: #fff;
    background-color: #fe7815;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav li.dropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
    font-size: 14px;
    background-color: #000 !important;
    line-height: 50px;
    color: #fff !important;
    border-top: 1px solid #1a4e88;
}

.header .nav .dropdown-box a:hover {
    color: #fff !important;
    background-color: #fe7815 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #1a4e88;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
}

.banner .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
}

.banner .swiper-pagination-bullet {
    background: #FFF;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 1px solid #333;
}

.banner .swiper-pagination-bullet-active {
    background-color: #1a4e88;
    border: 1px solid #1a4e88
}

.banner .swiper-slide .b_bg {
    position: relative;
}

.banner .swiper-slide .b_bg img {
    width: 100%;
    display: block;
}

.banner-text {
    background-color: rgba(250, 235, 215, 0.5);
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(20%, -50%);
    width: 30%;
    max-height: 300px;
    border-radius: 20px;
}

.banner-text h4 {
    color: #000;
    font-weight: bolder;
    padding: 20px;
    text-shadow: -2px -2px 0 rgb(80, 80, 80), 1px -1px 0 rgb(78, 78, 78), -1px 1px 0 rgb(194, 194, 194), 2px 2px 0 #1a4e88;
    letter-spacing: 10px;
    font-size: 30px;
}

.banner-text p {
    padding: 10px 30px;
    color: #000;
    font-size: 24px;
}

.m-banner {
    display: none
}

.banner-sub {
    height: 500px;
    background: no-repeat center / cover
}

.wo3_cn-sou {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.wo3_cn-sou .hot {
    float: left;
    padding: 8px 0;
}

.wo3_cn-sou .hot a {
    margin-right: 10px;
}

.wo3_cn-sou .hform {
    float: right;
}

.wo3_cn-sou .hform input {
    float: left;
    font-size: 14px;
    border: 0;
    padding: 8px 10px;
    line-height: 20px;
    background: url(../image/s_inp.gif) no-repeat 0 0;
    width: 210px;
}

.wo3_cn-sou .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 49px;
    height: 36px;
    background: url(../image/s_so.gif) no-repeat 0 0;
}

.wo3_cn-sou-inner {
    background-color: #F2F2F2;
}

.wo3_cn-sou-inner .wo3_cn-sou {
    border-bottom: 0;
}

.wo3_cn-sou-inner .hot {
    padding: 6px 0;
}

.wo3_cn-sou-inner .hform {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.wo3_cn-sou-inner .hform input {
    width: 240px;
    background: none;
    padding: 6px 15px;
}

.wo3_cn-sou-inner .hform button {
    background: url(../image/VISkins-p1.png) no-repeat -258px -936px;
    width: 30px;
    height: 30px;
}

.section {
    padding: 75px 0;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0;
}

.section-title small {
    display: block;
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 14px;
}

.section-title span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 48px;
    padding: 0 20px;
    color: #1a4e88;
}

.section-title span:before,
.section-title span:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 133px;
    height: 9px;
    margin-top: -5px;
    background: no-repeat center;
}

.section-title span:before {
    right: 100%;
    background-image: url(../image/tit1.png);
}

.section-title span:after {
    left: 100%;
    background-image: url(../image/tit2.png);
}

.section-title p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}

.section1 {
    padding: 25px 0;
}

.cp-slide11 {
    width: 100%;
    background: #f1f1f1;
}

.cp-slide11 .tta {
    width: 100%;
    border-bottom: 2px solid #fff;
}

.cp-slide11 .tta span a {
    color: #333;
    text-align: center;
    font-size: 20px;
}

.cp-slide11 .tta ul {
    text-align: center;
}

.cp-slide11 .tta ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
}

.cp-slide11 .tta ul li.active {
    background: #1a4e88;
}

.cp-slide11 .tta ul li.active span a {
    color: #fff;
}

.cp-list {
    margin: 20px 0 0 -20px;
}

.cp-list li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.cp-list li .img-cover {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.cp-list li .img-cover img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0px;
}

.cp-list li a {
    display: block;
    background-color: #f3f3f3;
    margin: 0 0 0 20px;
}

.cp-list li p {
    margin: 0;
    text-align: center;
    padding: 15px 0;
}

.cp-list li a:hover {
    background-color: #1a4e88;
    color: #fff;
}

.cp-list li a:hover .img-cover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gg {
    width: 100%;
    height: 169px;
    background: url(../image/gg.jpg) top center;
}

.gg .ggl {
    float: left;
    margin-top: 0px;
    height: 169px;
}

.gg .ggl .gnnm {
    float: left;
    height: 56px;
    margin-top: 50px;
}

.gg .ggl .gnnm p {
    font-size: 30px;
    color: #fff;
    height: 30px;
    margin-top: 0px;
    width: 100%;
    float: left;
    display: block;
}

.gg .ggl .gnnm span {
    font-size: 18px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: -10px;
}

.gg .ggr {
    float: right;
}

.gg .ggr .gnum {
    float: left;
    background: url(../image/gmun.png) left top no-repeat;
    padding-left: 58px;
    height: 56px;
    margin-top: 57px;
}

.gg .ggr .gnum span {
    font-size: 14px;
    color: #fff;
    text-align: left;
    float: left;
}

.gg .ggr .gnum p {
    height: 30px;
    font-size: 30px;
    text-align: left;
    color: #fe7815;
    font-weight: bold;
}

.in-case {
    position: relative;
}

.in-case .swiper-slide a {
    display: block;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ddd;
}

.in-case .swiper-slide .text {
    margin-top: 20px;
}

.in-case .swiper-slide .text h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.in-case .swiper-slide .text p {
    margin: 15px 0 0;
    line-height: 1.8;
    text-align: justify;
    height: 75px;
    overflow: hidden;
}

.in-case .swiper-slide .text span {
    display: block;
    margin: 15px auto 0 auto;
    width: 120px;
    line-height: 32px;
    text-align: center;
    background-color: #1048a0;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.in-case .swiper-slide a:hover {
    background-color: #1048a0;
    color: #fff;
}

.in-case .swiper-slide a:hover .text span {
    background-color: #fff;
    color: #333;
}

.in-case .swiper-button-prev {
    left: 0;
    margin-left: -50px;
}

.in-case .swiper-button-next {
    right: 0;
    margin-right: -50px;
}

.in-case .swiper-pagination {
    position: static;
    margin-top: 15px;
    font-size: 0;
    display: none;
}

.in-case .swiper-pagination-bullet {
    margin: 0 3px;
}

.bg2 {
    background: url(../image/ysbg.jpg) no-repeat center / cover;
    color: #fff;
}

.bg2 .section-title p {
    color: #fff;
}

.bg2 .section-title span {
    color: #fff;
}

.gtdz {
    margin-left: -8px;
}

.gtdz li {
    float: left;
    width: 25%;
}

.gtdz li a {
    display: block;
    background-color: #fff;
    padding: 13px 13px 0;
    color: #333;
    margin: 0 0 0 8px;
    overflow: hidden;
    height: 527px;
}

.gtdz li .img-cover {
    overflow: hidden;
}

.gtdz li .text {
    margin-top: 36px;
}

.gtdz li .text h4 {
    margin: 0;
    line-height: 1;
    font-size: 24px;
    color: #1a4e88;
}

.gtdz li .text h4:after {
    display: block;
    content: '';
    width: 118px;
    height: 1px;
    background-color: #e4e4e4;
    margin-top: 10px;
}

.gtdz li .text p {
    margin: 15px 0 0;
    display: none;
    color: #666;
    text-align: justify;
}

.gtdz li .text p:nth-of-type(1) {
    display: block;
}

.gtdz li a:hover {
    color: #fff;
    padding: 0;
    height: 540px;
}

.gtdz li a:hover .img-cover {
    display: none;
}

.gtdz li a:hover .text {
    height: 440px;
    background-color: rgb(254 120 21 / .9);
    margin: 0;
    padding: 100px 20px 0;
}

.gtdz li a:hover .text h4 {
    text-align: center;
    color: #fff;
    background: url(../image/dz_ic1.png) no-repeat top center;
    padding-top: 106px;
}

.gtdz li a:hover .text h4:after {
    margin: 15px auto 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.gtdz li a:hover .text p {
    color: #fff;
    display: block;
}

.news .item {
    float: left;
    width: 576px;
}

.news .tit {
    padding: 0 35px;
    line-height: 58px;
    background-color: #f4f4f4;
    font-weight: bold;
    font-size: 20px;
}

.news .tit small {
    font-weight: normal;
    padding-left: 10px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.news .tit .more {
    float: right;
    background: url(../image/jia1.png) no-repeat center;
    width: 27px;
    height: 58px;
}

.news dl {
    margin: 0;
    overflow: hidden;
}

/* .news dt {
    float: left;
    width: 220px;
} */

.news dd {
    /* margin-left: 240px; */
    padding: 30px 0 0;
}

.news dd h4 {
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news dd p {
    margin: 10px 0 0;
    line-height: 1.8;
    height: 75px;
    overflow: hidden;
}

.news li {
    border-bottom: 1px solid #ddd;
}

.news li a {
    display: block;
    line-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li span {
    float: right;
    color: #666;
}

.news .item1 {
    float: right;
    width: 576px;
}

/* .news .tit {
    padding: 0 35px;
    line-height: 58px;
    background-color: #f4f4f4;
    font-weight: bold;
    font-size: 20px;
}

.news .tit small {
    font-weight: normal;
    padding-left: 10px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.news .tit .more {
    float: right;
    background: url(../image/jia1.png) no-repeat center;
    width: 27px;
    height: 58px;
}

.news dl {
    margin: 0;
    overflow: hidden;
}

.news dt {
    float: left;
    width: 220px;
}

.news dd {
    margin-left: 240px;
    padding: 30px 0 0;
}

.news dd h4 {
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news dd p {
    margin: 10px 0 0;
    line-height: 1.8;
    height: 75px;
    overflow: hidden;
}

.news li {
    border-bottom: 1px solid #ddd;
}

.news li a {
    display: block;
    line-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li span {
    float: right;
    color: #666;
} */

.about {
    margin: 0;
}

.about dt {
    float: left;
    width: 600px;
}

.about dd {
    margin-left: 650px;
    padding-top: 50px;
}

.about dd h4 {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
}

.about dd h4:after {
    display: block;
    width: 250px;
    height: 1px;
    background: #d3d3d3;
    content: "";
    margin-top: 15px;
}

.about dd p {
    margin: 15px 0 0;
    line-height: 1.8;
    color: #666;
}

.wo3_cn-link {
    padding: 10px 0 0;
}

.wo3_cn-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    line-height: 55px;
    font-size: 18px;
    color: #1a4e88;
}

.wo3_cn-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.wo3_cn-link ul {
    margin-left: -20px;
}

.wo3_cn-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.footer {
    padding: 30px 0 0 0;
    background: #1a4e88;
    color: #afd6f5
}

.footer .tits {
    position: relative;
    border-bottom: 1px solid #69b2ec;
    font-size: 20px;
    line-height: 55px;
    margin-bottom: 20px;
    color: #fff
}

.footer .tits:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 3px;
    background: #fff;
    content: ''
}

.footer .fnav {
    float: left;
    width: 235px
}

.footer .fnav li {
    float: left;
    width: 50%
}

.footer .fnav li a {
    color: #afd6f5;
    line-height: 30px
}

.footer .contact {
    float: left;
    width: 405px;
    margin-left: 150px
}

.footer .contact .tel {
    font-size: 24px;
    color: #fff
}

.footer .contact .tel span {
    margin-left: 20px
}

.footer .contact p {
    margin: 0;
    line-height: 30px
}

.footer .contact p a {
    color: #afd6f5
}

.footer .ewm {
    float: right;
    width: 275px
}

.footer .ewm .pic {
    width: 125px;
    text-align: center;
    display: inline-block;
}

.footer .ewm .pic:last-child {
    margin-left: 20px;
}

.footer .ewm .pic img {
    width: 100%
}

.footer .footer-copy {
    text-align: center;
}

.footer .footer-copy .container {
    border-top: 1px dashed #69b2ec;
    padding: 20px 0;
}

.footer .footer-copy a {
    color: #fff;
}

.wo3_cn-banner {
    height: 350px;
    background: no-repeat center;
}

.wo3_cn-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.curmbs {
    background-color: #f2f2f2;
    line-height: 34px;
    padding: 15px 0;
}

.curmbs em {
    font-style: normal;
    color: #999;
}

.curmbs span {
    background: url(../image/nygy2.png) no-repeat 0 center / 14px 13px;
    padding-left: 20px;
}

.curmbs .sc {
    float: right;
    position: relative;
}

.curmbs .sc input {
    display: block;
    padding: 6px 72px 6px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 200px;
}

.curmbs .sc button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid transparent;
    background-color: #333;
    padding: 0;
    color: #fff;
    cursor: pointer;
    height: 34px;
    width: 60px;
    font-size: 14px;
}

.section-sub {
    padding: 40px 0;
}

.ct2-sd {
    float: left;
    width: 240px;
}

.ct2-mn {
    float: right;
    width: 930px;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
    background: #1a4e88;
}

.lanmu li {
    margin-top: 2px;
}

.lanmu li>a {
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    background-color: #ececec;
    color: #666;
    font-size: 15px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu li>a:hover,
.lanmu li.active>a {
    color: #fff;
    background-color: #1a4e88;
    font-weight: 600;
}

.lanmu-box p a:hover {
    font-weight: 600;
}

.lanmu li.active .arr:after {
    border-color: #fff;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    transform: rotate(225deg);
}

.contact-sd {
    background: #1a4e88;
    padding-bottom: 20px;
}

.contact-sd h4 {
    color: #fff;
    font-size: 18px;
    background: url(../image/lianxi_t_1.png) no-repeat left center;
    height: 74px;
    line-height: 68px;
    margin: 0 0 0 15px;
    padding-left: 50px;
}

.contact-sd h4 small {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

.contact-sd p {
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.contact-sd p strong {
    font-size: 16px;
    line-height: 38px;
}

.section {
    padding: 20px 0
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    color: #333;
}

.section-title strong {
    font-weight: normal;
}

.section-title p {
    color: #666;
    font-size: 20px;
    margin: 5px 0 0
}

.box {
    border: 1px solid #ddd;
    padding: 20px;
}

.box-title {
    color: #1a4e88;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-size: 30px;
    padding-bottom: 15px;
}

.list-1 {
    margin: -10px 0 0 -10px;
}

.list-1 li {
    float: left;
    width: 33.333333%;
}

.list-1 li a {
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 0 0 10px;
}

.list-1 li .img-cover {
    padding-top: 75%;
    background-color: #000;
}

.list-1 li .img-cover em {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.5s;
}

.list-1 li p {
    text-align: center;
    margin: 0;
    line-height: 44px;
    background-color: #f0f0f0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-1 li a:hover .img-cover span {
    opacity: 0.6;
    transform: scale(1.1);
}

.list-1 li a:hover .img-cover em {
    opacity: 1;
}

.list-1 li a:hover p {
    background-color: #1a4e88;
    color: #fff;
}

.more-big {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.more-big:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    left: 0;
    top: 50%;
}

.more-big a {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    width: 198px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    position: relative;
}

.more-big a:hover {
    background-color: #1048a0;
    color: #fff;
    border-color: #1048a0;
}

.list-3 {
    margin: -20px 0 0 -20px
}

.list-3 li {
    float: left;
    width: 33.333333%
}

.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}

.list-3 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-3 li .text {
    line-height: 40px;
    position: relative;
    padding: 0 14px;
    font-size: 16px;
}

.list-3 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.list-3 li .btn {
    text-align: center;
}

.list-3 li .btn a {
    margin-top: 0;
    display: inline-block;
    background: #555555;
    padding: 3px 20px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
}

.list-3 li .btn a.blue {
    background: #2d56a4;
}

.list-4 {
    margin: 10px 0 0 0px !important;
}

.list-4 li {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}

.list-4 li a {
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
    color: #545555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-4 li span {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #bbbbbc;
}

.list-5 li {
    margin-bottom: 15px
}

.list-5 li a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden
}

.list-5 li .img-cover {
    float: left;
    width: 250px;
}

.list-5 li .text {
    margin-left: 270px
}

.list-5 li .text-box {
    margin-left: 0 !important;
}

.list-5 li .text h4 {
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px
}

.list-5 li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal
}

.list-5 li .text p {
    color: #797979
}

.list-5 li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #B6B6B6
}

.list-5 li a:hover {
    border-color: #1a4e88
}

.list-5 li a:hover .text h4 {
    color: #1a4e88
}

.list-5 li a:hover .text .more {
    background-color: #1a4e88
}

.list-6 li {
    float: left;
    width: 25%;
    margin: 0;
}

.list-6 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
    border: 1px dashed #333;
}

.list-6 li a:hover {
    border: 1px dashed #1a4e88;
}

.list-6 li .text {
    padding: 8px 0;
    background-color: #333;
    color: #fff;
}

.list-6 li:hover .text {
    background-color: #1a4e88;
    color: #fff;
}

.content-title {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.content-title h1 {
    font-size: 22px;
    margin: 0;
}

.content-title p {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
}

.content-title p span {
    display: inline-block;
}

.content-body p{
    line-height: 1.8;
    text-indent: 2em;
}

.con-box .con-text {
    display: flex;
    align-content: center;
    height: 50px;
}

.con-box .con-text i {
    font-size: 20px;
    margin-right: 5px;
    color: #1048a0;
}

.con-box .con-text h5 {
    margin: 0 5px;
    font-size: 18px;
    padding: 10px 0;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.content-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.content-exp {
    padding: 10px 15px;
    font-size: 12px;
    margin-top: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.content-exp li {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 50%;
    list-style: none;
}

.content-exp li:last-child {
    text-align: right;
}

.content-exp .tags {
    padding-right: 10px;
}

.wo3_cn-showcase {
    margin: 0 0 40px;
}

.wo3_cn-showcase-info {
    margin-left: 430px;
}

.wo3_cn-showcase-info h1 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: normal;
}

.wo3_cn-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
}

.wo3_cn-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    background: url(../image/pc-xc-icon2.png) no-repeat 0 15px;
    height: 42px;
    padding-left: 60px;
    line-height: 21px;
    font-size: 18px;
}

.wo3_cn-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #1a4e88;
    color: #fff;
}

.pc-slide {
    float: left;
    width: 400px;
}

.view .swiper-slide .img-cover {
    width: 100%;
    height: 300px;
    line-height: 300px;
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 30px;
}

.preview .swiper-slide .img-cover {
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

.preview .arrow-left {
    background: url(../image/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../image/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .active-nav .img-cover {
    border-color: #1a4e88;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../image/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.title-1 {
    background-color: #ebebeb;
    font-size: 0;
    margin-bottom: 20px;
}

.title-1 span {
    display: inline-block;
    line-height: 50px;
    background-color: #1a4e88;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
}

.pagination {
    height: 40px;
    text-align: center;
    padding: 20px 0px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 15px;
    height: 30px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    line-height: 30px;
}

.pagination .active a,
.pagination a:hover {
    background: #1a4e88;
    color: #fff;
    border: 1px #1a4e88 solid;
}