
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 {
  overflow-x: hidden;
}
body {
    margin: 0;
    /**/
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

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, /* 1 */
menu {
    display: block;
}

pre, code, kbd, samp {
    
    font-size: 1em;
}

audio, video, canvas {
    display: inline-block;
}

template, [hidden] {
    display: none;
}

.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: #334564;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.img-center .i {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    padding: 0 15px;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
}

.kf {
    width: 208px;
    position: fixed; /* right: 20px; */
    right: -208px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(/m2/images/kefu.png) 12px center no-repeat #253652;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    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;
    background-color: #e2e8f2;
}

.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(/m2/images/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(/m2/images/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;
    margin-top: 10px;
    background: url(/m2/images/huidaodingbu.png) center center no-repeat #253652;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #253652;
    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(/m2/images/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(/m2/images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

#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: 10%;
}

#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: 72%;
    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-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: #ce2e33;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

.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(/m2/images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(/m2/images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(/m2/images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(/m2/images/f_04.png);
}

.swiper-pagination-bullet-active {
    background-color: #e13f38;
}

.str_wrap {
    position: relative;
    overflow: hidden;
}

.str_move {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    white-space: nowrap;
}

.header {
    background-color: #fff;
}

.header .topbar {
    line-height: 34px;
    background-color: #f5f5f5;
    font-size: 13px;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #ddd;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo {
    float: left;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    text-align: left; /* padding: 5px 0; */
    width: 20%;
}

.header .tel {
    float: right;
    background: url(/m2/images/tel.png) no-repeat 0 center;
    padding-left: 30px;
    margin-top: 20px;
}

.header .tel strong {
    display: block;
    font-size: 28px;
    
    line-height: 1;
    color: #334564;
}

.header .text {
    float: left;
    font-size: 14px;
    margin: 0px 0 0px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
    color: #253652;
}

.header .text strong {
    display: block;
    font-size: 20px;
}

.header .nav {
    font-size: 0;
    background-color: #253652;
    color: #fff;
}
.header .nav ul{
text-align:center;}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    background: url(/m2/images/li_07.jpg) no-repeat right center;
    padding-right: 1px;
}

.header .nav li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 35px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.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;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    color: #fff;
    background-color: #334564;
}

.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 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
    background-color: #334564 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #0d5ba4;
    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 .swiper-slide {
    background: no-repeat center / cover;
    height: 570px;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #015cb5;
}

.yunu-sou {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.yunu-sou .hot {
    float: left;
    padding: 7px 0;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hform {
    float: right;
}

.yunu-sou .hform input {
    float: left;
    border: 1px solid #eee;
    padding: 6px 12px;
    width: 210px;
    font-size: 14px;
}

.yunu-sou .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 40px;
    height: 34px;
    background: url(/m2/images/sear.png) no-repeat center / contain #334564;
    color: #fff;
    font-size: 0;
}

.section {
    padding: 0px 0px 20px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}

.section-title span {
    color: #1e4890;
}

.section-title small {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.title-1 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 24px;
    color: #0d5ba4;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 32px;
}

.title-1 .more {
    float: right;
    font-size: 14px;
        padding-right: 5px;
}

.title-1 small {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-left: 10px;
}

.in-prd-cate {
    float: left;
    width: 16%;
    border: 3px solid #253652;
    background-color: #fff;
}

.in-prd-cate .tit {
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    background-color: #253652;
}

.in-prd-cate dl {
    padding: 10px;
    margin: 0;
}

.in-prd-cate dt a {
    display: block;
    line-height: 60px;
    background: #253652 no-repeat center;
    color: #fff;
    /*background: url(/m2/images/g3.jpg) no-repeat center;*/
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-prd-cate dd {
    margin: 0;
}

.in-prd-cate dd a {
    display: block;
    line-height: 60px;
    font-size: 15px;
    border-bottom: 1px dotted #e5e5e5;
    background: url(/m2/images/aao_10.jpg) left center no-repeat;
    background: url(/m2/images/aao_10.jpg) left center no-repeat;
    padding-left: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-prd-con {
    float: left;
    width: 80%;
    margin-left: 2%;
}

.list-1 {
    margin: -20px 0 0 -20px;
}

.list-1 li {
    float: left;
    width: 25%;
}

.list-1 li a {
    display: block;
    margin: 20px 0 0 20px;
}

.list-1 li .img-center {
    background-color: #fff;
    height: 162px;
    line-height: normal;
    border: 1px solid #ddd;
    max-width: 300px;
    max-height: 160px;
    overflow: hidden;
}

.list-1 li p {
    text-align: center;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-1 li a:hover .img-center {
    border-color: #334564;
}

.list-1-1 li .img-center {
    height: 220px;
    line-height: 220px;
}

.in-case-menu {
    float: left;
    width: 300px;
}

.in-case-menu li a {
    display: block;
    background: url(/m2/images/ag2.jpg) no-repeat center / 100% 100%;
    line-height: 64px;
    padding-left: 64px;
    font-size: 16px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-case-menu li.active a {
    background-image: url(/m2/images/ag1.jpg);
    color: #fff;
}

.in-case-con {
    margin-left: 325px;
}

.in-case-con dl {
    margin: 0;
    overflow: hidden;
}

.in-case-con dt {
    float: left;
    width: 436px;
}

.in-case-con dd {
    margin-left: 466px;
}

.in-case-con dd h4 {
    margin: 0;
    font-size: 18px;
}

.in-case-con dd p {
    margin: 20px 0 0;
    color: #777;
    line-height: 2;
    text-align: justify;
    height: 258px;
}

.in-case-con dd .more {
    display: block;
    width: 180px;
    line-height: 38px;
    background-color: #334564;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.in-honours ul {
    font-size: 0;
}

.in-honours li {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.in-honours li a {
    display: block;
}

.in-honours li .img-center {
    height: 300px;
    line-height: 300px;
    background-color: #fff;
}

.in-honours li p {
    text-align: center;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.in-about {
    margin: 0;
}

.in-about dt {
    float: left;
    width: 526px;
}

.in-about dd {
    margin-left: 550px;
}

.in-about dd p {
    margin: 0;
    line-height: 30px;
    text-align: justify;
}

.bg1 {
    color: #fff;
    background: url(/m2/images/asq_27.jpg) no-repeat center / cover;
}

.bg1 .section-title span {
    color: #fff;
}

.bg1 .section-title small {
    color: #fff;
}

.in-lc {
    margin: -20px 0 0 -20px;
}

.in-lc li {
    float: left;
    width: 33.333333%
}

.in-lc li a {
    display: block;
    margin: 20px 0 0 20px;
    position: relative;
    color: #fff;
}

.in-lc li .img-cover {
    padding-top: 76%;
}

.in-lc li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
}

.in-news {
    /*margin-left: -45px;*/
}

.in-news .item {
    float: left;
    width: 29%;
    padding: 10px;
    height: 300px;
    border: #dbdbdb 1px solid;
    margin: 10px;

}

.in-news .wrap {
    /*margin-left: 45px;*/
}

.in-news .img-center {
    margin-bottom: 20px;
}

.in-news .title-1 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.list-2 li {
    border-bottom: 1px dotted #ccc;
}

.list-2 li a {
    display: block;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/m2/images/li2.jpg) left center no-repeat;
    padding-left: 15px;
}

.list-2 li span {
    float: right;
    font-size: 12px;
    color: #666;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #0d5ba4;
    padding-bottom: 15px;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.footer {
    padding: 50px 0;
    background-color: #253652;
    color: #bec3cc;
    margin-bottom: 20px;
}

.footer a {
    color: #bec3cc;
}

.footer a:hover {
    color: #fff;
}

.footer-nav {
    margin-bottom: 30px;
    background-color: #334564;
    border-radius: 5px;
    font-size: 0;
    padding: 15px;
    text-align: center;
}

.footer-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 20px;
}

.footer-ewm {
    float: right;
    width: 120px;
    text-align: center;
}

.footer-ewm p {
    margin: 10px 0 0;
    font-size: 12px;
}

.footer-info {
    background: url(/m2/images/ff_87.jpg) no-repeat 0 center;
    padding-left: 250px;
    width: 20%;
    float: left;
}

.footer-info p {
    margin: 5px 0 0;
}

.banner-sub {
    background: no-repeat center / cover;
    background-image: url(/m2/images/nybanner.jpg);
    height: 50px;
    margin: 5px auto;
    width: 100%;

}

.ct2-sd {
    float: left;
    width: 16%;
    border: 1px solid #d7d7d7;
    display: none;
}

.ct2-mn {
    /* float: right; */
    margin: 0 auto;
    width: 98%;
    border: 1px solid #d7d7d7;
    padding: 1%;
    border-top: #253652 4px solid;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 10px;
}

.panel-sd {
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #253652 no-repeat center / cover;
    padding: 10px 0;
}

.contact-sd {
    padding: 10px;
    line-height: 1.8;
    font-size: 13px;
}

.lanmu li {
    border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li > a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu 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;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu-box p.on a {
    color: #334564;
}

.lanmu li > a:hover, .lanmu li.active > a {
    color: #334564;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.pages {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pages a:hover, .pages a.active {
    background-color: #334564;
    color: #fff;
}

.sub-tit {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #253652;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.curmbs {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    background: url(/m2/images/hom1.jpg) no-repeat 0 center;
    padding-left: 20px;
}

.curmbs em {
    font-style: normal;
    padding: 0 5px;
}

.list-3 {
}

.list-3 li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.list-3 li a {
    display: block;
    overflow: hidden;
}

.list-3 li .img-center {
    float: left;
    width: 240px;
}

.list-3 li .text {
    margin-left: 260px;
}

.list-3 li .text h4 {
    font-size: 20px;
    margin: 0;
}

.list-3 li .text .date {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.list-3 li .text p {
    margin: 10px 0 0;
    color: #777;
    line-height: 1.8;
    text-align: justify;
}

.list-3 li .text span {
    float: right;
    line-height: 24px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 10px;
}

.list-3 li a:hover .text span {
    background-color: #334564;
    color: #fff;
    border-color: #334564;
}

.list-4 li {
    border-bottom: 1px dotted #ccc;
}

.list-4 li a {
    display: block;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/m2/images/libg.jpg) left center no-repeat;
    padding-left: 20px;
}

.list-4 li span {
    float: right;
    font-size: 12px;
    color: #666;
}

.content-title {
    margin-bottom: 20px;
    text-align: center;
}

.content-title h1 {
    font-size: 22px;
    margin: 0;
}

.content-title p {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.content-title p span {
    padding: 0 10px;
    display: inline-block;
}

.content-body {
    line-height: 1.8;
}

.content-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    line-height: 0 !important;
    display: block;
    margin: 0 auto;
}

.content-exp {
    padding: 30px 15px;
    font-size: 12px;
    background-color: #f5f5f5;
    margin-top: 20px;
    border-radius: 5px;
}

.content-exp li {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    float: left;
    text-align: center;
}
.content-exp li:last-child{
    float: right;
}
.yunu-showcase {
    margin: 0 0 10px;
    /* padding-bottom: 20px; */
    border-bottom: 1px dashed #ddd;
}

.yunu-showcase-info {
    margin-left: 400px;
}

.yunu-showcase-info h1 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    line-height: 1.5em;
    overflow: visible;
    font-size: 22px;
    text-shadow: #f3f3f3 1px 1px 0px, #b2b2b2 1px 2px 0;
     text-align: center;
}

.yunu-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
        padding-left: 30px;
}

.yunu-showcase-info .tel {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 0 1% 0;
    display: none;
}

.yunu-showcase-info .tel a {
    line-height: 32px;
    color: #fff;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    background-color: #253652;
}

.pc-slide {
    float: left;
    width: 400px;
}

.view .swiper-slide .img-center {
    width: 100%;
    height: 200px;
    line-height: 200px;
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 30px;
}

.preview .swiper-slide .img-center {
    height: 80px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    line-height: 80px;
}

.preview .arrow-left {
    background: url(/m2/images/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(/m2/images/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-center {
    border-color: #334564;
}

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(/m2/images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.map {
    height: 400px;
    margin-top: 20px;
}
@media screen and (max-width: 1440px) {

    .jcxm-contact-box .search-box .search-input{
        font-size: 12px!important;
    }
}

@media screen and (max-width: 1024px) {
    body {
        min-width: 320px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container {
        width: auto;
    }

    .yunu-showcase-info .tel {
        margin-top: 15px;

    }

    #message .m-content .m-message {
        width: 90%;
        padding: 20px;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .header .topbar, .header .text, .header .tel {
        display: none;
    }

    .header .logo {
        height: 50px;
        line-height: 50px;
        float: none;
        padding: 0;
        margin: -10px 0;
        padding: 0px 10px;
    }

    .header .nav {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
    }

    .header .nav ul {
        margin: 0 -15px;
    }

    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: none;
        padding: 0px 40px;
    }

    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333;
    }

    .header .nav li .arr {
        display: block;
    }

    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
        background-color: transparent;
        color: #334564
    }

    .header .nav li.open .arr:after {
        border-color: #334564;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
    }

    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }

    .header .nav .dropdown-box a:hover {
        background-color: transparent !important;
    }

    .menu-btn {
        display: block;
    }

    .banner .swiper-slide {
        height: 150px;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .yunu-sou {
        padding: 0;
        border-bottom: 0;
        margin-top: 20px;
    }

    .yunu-sou .container {
        padding: 0;
    }

    .yunu-sou .hot {
        display: none;
    }

    .yunu-sou .hform {
        float: none;
        position: relative;
    }

    .yunu-sou .hform input {
        border-color: transparent;
        width: 100%;
        box-sizing: border-box;
        line-height: 20px;
        padding: 9px 60px 9px 15px;
        border-radius: 0;
        /*border-bottom: 1px solid #eee;*/
            border: 1px solid #c0c0c0;
    margin: 0 5px 0 5px;
    }

    .yunu-sou .hform button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
    }

    .in-prd-cate {
        display: none;
    }

    .in-prd-con {
        float: none;
        width: auto;
    }

    .section {
        padding: 30px 0;
            width: 95%;
    margin: 0 auto;
    }

    .section-title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .section-title small {
        font-size: 12px;
        margin-top: 5px;
    }

    .title-1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .title-1 small {
        font-size: 12px;
    }

    .list-1 {
        margin: -15px 0 0 -15px;
    }

    .list-1 li {
        width: 50%;
    }

    .list-1 li a {
        margin: 15px 0 0 15px;
    }

    .list-1 li .img-center {
        /* height: 188px; */
        /* line-height: 188px; */
        max-height: 80px;
    }

    .list-1 li p {
        margin-top: 10px;
    }

    .list-1 li a:hover .img-center {
        border-color: #334564;
    }

    .list-1-1 li .img-center {
        height: 108px;
        line-height: 108px;
    }

    .in-case-menu {
        display: none;
    }

    .in-case-con {
        margin: 0;
    }

    .in-case-con dt {
        float: none;
        width: auto;
    }

    .in-case-con dd {
        margin: 15px 0 0;
    }

    .in-case-con dd p {
        height: auto;
        margin: 10px 0 0;
        line-height: 1.8;
    }

    .in-case-con dd .more {
        margin-top: 15px;
    }

    .in-honours li {
        width: 45%;
    }

    .in-honours li .img-center {
        /*height: 150px;*/
        line-height: 150px;
    }

    .in-honours li p {
        margin-top: 10px;
    }

    .in-about dt {
        float: none;
        width: auto;
    }

    .in-about dd {
        margin: 15px 0 0;
    }

    .in-about dd p {
        line-height: 1.8;
    }

    .in-lc li {
            width: 60%;
    margin: 0 auto;
    float: initial;
    }

    .in-news {
        margin-top: -20px;
    }

    .in-news .item {
        width: 90%;
        margin: 0 auto;
    }

    .in-news .wrap {
        margin-top: 20px;
    }

    .in-news .img-center {
        display: none;
    }

    .in-news .title-1 {
        font-size: 18px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-ewm {
        display: none;
    }

    .footer-info {
        background: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
        padding: 0 20px;
    }

    .banner-sub {
        height: 130px;
        display: none;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .sub-tit {
        padding-bottom: 10px;
        margin-bottom: 15px;
        /*display: none;*/
    }

    .curmbs {
        /*display: none;*/
    }

    .pages {
          margin-top: 20px;
    margin-bottom: 20px;

    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }
.jcxm-contact-box .search-box .search-input{
    font-size: 12px;
}
    .list-3 li .img-center {
    width: auto;
    max-width: 50%;
    max-height: 100%;
    float: left;
        display: none;
    }

    .list-3 li .text {
        margin: 15px 0 0;
    }

    .list-3 li .text h4 {
           font-size: 16px;
    text-align: center;
    }

    .list-3 li .text p {
        font-size: 12px;
        display: inline-block;
    }

    .list-4 li a {
        line-height: 40px;
        padding-left: 15px;
    }

    .content-title {
        margin-bottom: 15px;
    }

    .content-title h1 {
        font-size: 18px;
    }

    .content-title p {
        margin-top: 10px;
        padding-top: 10px;
    }

    .content-title p span {
        padding: 0 5px;
    }

    .content-exp {
        margin-top: 0px;
    }

    .pc-slide {
        float: none;
        width: auto;
    }

    .yunu-showcase-info {
        margin: 20px 0 0;
    }

    .yunu-showcase-info h1 {
        padding-bottom: 10px;
        TEXT-ALIGN: center;
        FONT-SIZE: 24PX;
    }

    .yunu-showcase-info p {
        margin-top: 10px;
    }

    .map {
        height: 200px;
    }
}

.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    text-align: center;
    padding: 20px 0px;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #e62022;
    background: white;
    border: 1px #e62022 solid;
}

.pagination a.cur {
    border: none;
    background: #e62022;
    color: #fff;
}

.pagination p {
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

.content-body h2 {
       font-size: 20px;
    font-weight: 550;
    background-color: #f6f6f6;
    color: #253652;
    border-color: #3345645e;
    border-left-width: 0px;
    border-style: unset;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    max-width: 100%;
    box-shadow: 0 0 10px rgb(37 54 82 / 63%);
    border-radius: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.content-body h2:before {
    content: url(/m2/images/h2left.png);
    margin-right: 6px;
    vertical-align: middle;
}

@media only screen and (max-width: 750px) {
    .m-message label input.inp {
        width: 56%;
    }

    .m-message label textarea {
        width: 56%;
    }

    .content-body h2 {
        text-align: center;
    }

    .banner-sub {
        display: none;
    }

    .yunu-showcase-info p span:last-child {
        display: none;
    }


}


/***ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨**/
.artHotSearch .seeMore {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 10px 0;
}

.tit2 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #253652 no-repeat center / cover;
    padding: 10px 0;
}

.artHotSearch ul {
    padding: 10px;
}

.artHotSearch .title span.name {
    font-size: 20px;
}

.artHotSearch .title {
    font-size: 0;
    height: 31px;
    line-height: 31px;
}

.artHotSearch {
    width: 95%;
    padding: 20px 5px;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 25px;
}

.rslist {
    padding: 5px 0;
    border-bottom: 1px solid #eaeeef;
}

.rslist.last {
    border-bottom: none;
}

.rslist .rslist_left {
    font-size: 15px;
    width: 100%;
}

.rslist .rslist_left h5 {
    color: #222;
    line-height: 20px;
    font-weight: 500;
}

.rslist a:hover .rslist_left h5 span.fl {
    color: #d11305;
}

.rslist .rslist_left h5 span.fl {
    width: 75%;
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.rslist .rslist_left h5 span.fl a {
    color: #222;
}

.rslist .rslist_left h5 span.fl a:hover {
    color: #d11305;
}

.rslist .rslist_left h5 span.fr {

    height: 20px;
    border-radius: 3px;
    background: #ffefee;
    color: #d11305;
    width: 20%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    float: left;
}

.rslist .rslist_left .des {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    width: 100%;
}

.rslist img.lazy {
    width: 30%;
    border-radius: 5px;
    float: right;
    transition: all .5s linear;
}

.rslist img.lazy:hover {
    transform: scale(1.2);
}

.hotright {
    width: 100%;
    border-radius: 25px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.products-wrap {
    margin-bottom: 35px;
    margin-top: 50px;
}

.news-wrap {
    padding-top: 35px;
    margin-top: 30px;
}

.proSmImgList {
    padding-bottom: 0px;
}


/***ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥**/

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡banner*/
.swiper-fixed-banner {
    /* background-color: #fff; */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.swiper-fixed-banner .backdropbg {
    position: absolute;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: url(/m2/images/nrbg-1.jpg) repeat rgba(0, 0, 0, 0.3);
    -webkit-backface-visibility: hidden;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    backdrop-filter: blur(.1px)
}

.swiper-fixed-banner h1 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem
}

.swiper-fixed-banner p {
    font-size: 1.2rem;
    color: #fff;
    margin: 0px auto;
    text-align: center
}

.swiper-fixed-banner p span {
    margin: 0 15px
}

.swiper-fixed-banner p span:first-child, .swiper-fixed-banner p span:last-child {
    margin: 0
}

.swiper-fixed-banner a {
    margin: 20px auto;
    display: inline-block;
}

.banner-tel-form {
    background: hsla(0, 0%, 100%, .1);
    padding: 5px;
    display: flex;
    margin: 0 auto;
    width: 80%;;
}

.banner-tel-form input {
    position: relative;
    /**height: 40px;*/
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.3333333;
    display: block;
    width: 100%;
    flex: 1;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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
}

.banner-tel-form button {
    width: 150px;
    vertical-align: top;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 50px 0 8px;
    border: none;
    background: url(/m2/images/btn_right.jpg) right center no-repeat #004dc1;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    font-size: 1rem;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    background-size: 45px 100%
}

.banner-tel-form button:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 30%)
}

.banner-tel-form select {
    border: none
}

.pindaodre {
    width: 60% !important;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 5px;
    backdrop-filter: blur(3px) hue-rotate(50deg) saturate(50%);
}

.pindaodre h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0 20px 0;
    color: #fff;
    font-weight: normal
}

@media (max-width: 750px) {
    .banner-tel-form button {
        width: 40%;
        font-size: 14px;
    }

    .swiper-fixed-banner p {
        font-size: 16px;
    }

    .pindaodre {
        width: 90%;
    }

    .banner-tel-form {
        width: 95%;
    }

    .banner-tel-form input {
        padding: 5px;
    }

    .pindaodre {
        width: 90% !important;

    }

    .swiper-fixed-banner .backdropbg {
        width: 90%;
    }


}

/*****/
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨*/
#mini-btn {
    margin-bottom: 5px !important;
    margin-right: 10px !important;
}

.bottom {
    background: #fff;
    background: linear-gradient(#f7f7f8, #ffffff);
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top: rgb(173 204 255) 1px solid;
    border-bottom: rgb(173 204 255) 1px solid;
    padding-top: 8px;
}

.bottom-con {
    width: fit-content;
    margin: 0 auto;
}

.bottom-h3 {
    background: url(/m2/images/bottombar-icon.png) no-repeat 10px center;
    width: 130px;
    height: 40px;
    border: rgb(224 116 5) 2px solid;
    border-radius: 4px;
    font-size: 16px;
    color: #e07405;
    line-height: 40px;
    padding-left: 50px;
    float: left;
    margin-right: 2px;
}

/* 16 */


.bottom-btn {
    border: #253652 2px solid;
    color: #fff;
    width: 110px;
    height: 40px;
    float: left;
    margin-left: 10px;
    /* color: #fff; */
    border-radius: 5px;
    padding: 10px 5px;
    font-weight: 500;
    background: #ffffff00;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* box-shadow: inset 5px 5px 5px 0px rgb(159 159 159 / 50%), 7px 7px 20px 0px rgb(40 40 40 / 10%), 4px 4px 5px 0px rgb(30 30 30 / 10%); */
    outline: none;
    background: linear-gradient(135deg, #253652 0%,#2536529e 50%,#25365257 51%,#253652c7 71%,#253652 100%);
    background-size: 400% 400%;
    /*animation: gradientAnimation 3s ease infinite;*/
}




@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bottom-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #d7d7d7, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}

.bottom-btn:hover {
        color: #334564;
    background: #ffffff;
    font-weight: 900;
    font-size: 15px;
}

.bottom-btn:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.bottom-btn:active {
    top: 2px;
}

#close {
    background: url("/m2/images/close.png") no-repeat 0 0;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
    margin: 10px 0 0 16px;
    cursor: pointer;
}

.bottom-icon {
    background: url("/m2/images/bottom-icon.png") no-repeat 0 0;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #9e9e9e;
    text-align: center;
    line-height: 24px;
    padding: 10px 0 0 10px;
    cursor: pointer;
    display: none;
    margin: 10px;
}

@media (min-width: 50px) and (max-width: 750px) {
    .dbhf {
        display: none;
    }

    .hm-develop {
        position: relative;
        border-bottom: 1px solid #9a9a9a;
        margin-top: 15px;
    }

}

/*****/
@media all and (max-width: 800px) {
    .jczx {
        display: none;
    }


}

@media all and (min-width: 800px) {
    .jczx1 {
        display: none;
    }


}

.testitem {
    background: #ebeaea;
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    border: 1px #cfcfcf solid;
    display: block;
}

.content-body p {
    font-size: 18px;
}

.testbz {
    background: #809bc73b;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    border: 1px #6c788c solid;
    display: block;
}

.jiancexiangmu, .jiancefanwei {
    background: #809bc73b;
    float: left;
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin: 0 0 10px 10px !important;
    border-radius: 5px;
    border: 1px #6c788c solid;
    line-height: 20px !important;
}

.nrxiangmu, .nrfanwei {
    overflow: auto;
    margin: 10px;
}


.pczz {

    display: block;
    width: 80%;
    margin: 0 auto !important;

}

.ydzz {
    display: none;
}

.pcsys {
    display: block;
}

.sjsys {
    display: none;
}

@media (max-width: 750px) {
    .pczz {
        display: none;
    }

    .ydzz {
        display: block;
    }

    .pcsys {
        display: none;
    }

    .sjsys {
        display: block;
    }

    .yunu-showcase-info P {
        display: none;
    }

    .yunu-showcase-info .tel {
        display: none;
    }


}

.tel a:hover {
    background-color: #253652;
    color: white;
}

#mini-btn, .pc-visitor-header, #btnSend {
    background-color: #253652 !important;
}

@media (min-width: 750px) and (max-width: 1200px) {

    .bottom-con a:nth-child(4) {
        display: none;
    }

    .bottom-con a:nth-child(5) {
        display: none;
    }

}

.tel a:hover {
    color: white!important;
}


.leixing {
    margin-right: 9pt;
    color: #fff;
    font-weight: 700;
}

.yclx {
    padding: 2px 10px;
    border-radius: 2px;
    background: #ff0000;
}


.header .container .tel a {
    /* color: #888888 !important; */
    font-size: 16px;
    font-weight: 600;
}


.biaodan-pro {
    display: none;
}

.content-body ul {
    overflow: auto;
    margin: 10px;
    /* display: flex; */
    /* flex-grow: 1; */
}

.content-body li {
    background: #809bc73b;
    float: left;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    border: 1px #6c788c solid;
    line-height: 24px;
}

/***ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤**/
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®*/
@media (max-width: 750px) {
    .biaodan-pro {
        display: block;
    }

    .biaodan-pro {
        color: #fff;
        position: relative;
        background: #334564;
        height: 80px;
        width: 90%;
        border-radius: 10px;
        margin: 20px auto;
        padding: 5px 10px;
        margin-top: 0px;
        letter-spacing: 1px;
    }

    .biaodan-pro .tuicon {
        font-size: 3em;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 0;
        opacity: .3
    }

    .biaodan-pro h3 {
        /* font-size: 1em; */
        padding: 0;
        font-size: 16px;
        margin-top: 12px;
    }

    .biaodan-pro h4 {
        font-size: 12px;
        font-size: 14px;
        /* margin-top: 12px; */
    }

    .biaodan-pro h3, .biaodan-pro h4 {
        color: #fff;
        /* font-size: 16px; */
    }

    .biaodan-pro a {
        display: block;
        width: 25%;
        position: absolute;
        right: 5%;
        background: #fff;
        padding: 10px;
        top: 50%;
        border-radius: 50px;
        margin-top: -20px;
        font-size: 15px;
        font-weight: 500;
        color: #0064c7 !important;
        text-align: center
    }

    .biaodan-pro a i {
        display: inline-block;
        font-size: 15px;
        margin-left: 5px
    }

    .swiper-fixed-banner .backdropbg {
        width: 100%;
    }

    .main-im {
        display: none;
    }
}

.catalogue-box {
    /* border: 2px solid #6c788c; */
    position: relative;
    overflow: hidden;
}


.link-item:hover {
    border-bottom-color: #253652;
    color: #ffffff;
    background: #253652 !important;
}

.linkBox a:hover{
        background: #253652 !important;
}

.link-item {
    border-right: 0px;
    /* display: none !important; */
    background: 0 !important;
    text-align: center;
    font-size: 14px;
    padding: 0 !important;
    margin: 0 auto !important;
    border-radius: 5px;
    border: 0 !important;
    width: 100%;
        font-size: 16px !important;
    font-weight: 600;
}

.linkBox a:last-child {

    display: none !important;

}

.linkBox a:first-child {
    font-weight: 600;
    background-color: #e2e8f2;
}

.linkBox {
    display: flex;
}

@media (max-width: 750px) {
    .linkBox {
        display: block;
    }
}

.labclass {
    padding-top: 200px;
    margin-top: -200px;
    width: 100%;
    display: block;
}

.linkBox a {
    float: left;
    display: table-cell;
    white-space: nowrap;
    font-size: 15px;
    text-align: center;
    border-bottom: 3px solid transparent !important;
    cursor: pointer;
    position: relative;
    padding: 0.5% 1% !important;
    background-color: #e2e8f2 !important;
    /* width: 9%; */
    border: 2px solid #6c788c !important;
    margin-bottom: -1px !important;
    margin: 2px !important;
    padding: 5px 2px !important;
    margin-top: -1px;
    /* margin-left: -1px; */
    /* margin-right: -1px; */
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-grow: 1;
    border-radius: 10px;
}


@media (max-width: 1024px) {
    .linkBox a {
        float: left !important;
        display: table-cell;
        white-space: nowrap;
        font-size: 16px;
        text-align: center;
        /* border-bottom: 3px solid transparent !important; */
        cursor: pointer;
        position: relative;
        margin: 5px !important;
        padding: 5px 1px !important;
        /* padding: 0% 1% !important; */
        width: 44% !important;
        border: 1px solid #0064c7;
        margin-top: 5px !important;
        margin-bottom: -1px;
        margin-top: -1px;
        /*margin-left: -1px;*/
        /*margin-right: -1px;*/
        border-radius: 10px;
    }

    .linkBox a:first-child {
        width: 100%;
    }

    .linkBox a:last-child {
        border-right: 0px;
        display: block;

    }
    .linkBox {
    display: block;
}
}


.labclass {
    padding-top: 200px;
    margin-top: -200px;
    width: 100%;
    display: block;
}

.qq li:hover {
    background: #253652;
}

.qq li a:hover {
    color: white;
}

.same-btn {
    text-decoration: none;
    display: inline-block;
    border: #2285ee solid 1px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: .15s;
    color: #2285ee;
    font-weight: 400;
}

.same-btn:hover {
    background: #2285ee;
    color: #fff;
}

.map-wrapper {
    background: #fff;
    border: #e0e0e0 solid 1px;
    /* margin-top: 40px; */
}

.map-wrapper > p:first-child {
    display: block;
    height: 20px;
    line-height: 0px;
    border-bottom: #e0e0e0 solid 1px;
    text-align: center;
    padding: 0px 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    background: #fafafa;
    color: #1a56b5;
}

.map-box {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.multiple-button {
    text-align: center;
}

.multiple-button button {
    width: 230px;
    height: 36px
}

.multiple-button p {
    margin: 18px 0;
    font-size: 18px;
    font-weight: bold;
}

#hover-callback,
#click-callback {
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

@media (max-width: 750px) {
    .map-wrapper {
        display: none;
    }

    .jcxm-contact-box {
        display: none;
    }
    .header .logo {

    width: 20%;
}
}

.jcxm-contact-box {
    text-align: center;
    margin: 10px auto 10px;
}

.jcxm-contact-box .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: 10px; */
    /* border: 1px solid #0064c7; */
}

.jcxm-contact-box .search-box .icon {
    width: 50px;
    height: 50px;
    background-color: #253652;
    border-radius: 12px;
    /* border: 1px solid #0064c7; */
}

.jcxm-contact-box .search-box .search-input {
    margin-left: 20px;
    width: 70%;
    height: 50px;
    line-height: 50px;
    background-color: #e2e8f2;
    border-radius: 12px;
    padding: 0;
    padding: 0 15px;
    font-size: 15px;
    color: #767676;
    text-align: left;
    border: 1px solid #253652;
}

.jcxm-contact-box .search-box .search-input .hlight {
    color: #253652;
}

.jcxm-contact-box .search-box .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e2e8f2;
    border-radius: 12px;
    font-size: 32px;
    color: #888;
    margin-left: 20px;
    background-image: url(/m2/images/arrow.png);
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #253652;
}

.jcxm-contact-box .search-box:hover .btn {
    color: #65BD73;
    background-image: url(/m2/images/arrow_hover.png);
}
.banner img{
    width: 100%;
}
@media (max-width: 1024px) {

    .banner{
    display: none;
}
}



.main-im a, .main-im img {
    border: 0;
}

/*.main-im a {*/
/*    text-decoration: none;*/
/*}*/

/*.main-im a:hover {*/
/*    text-decoration: underline;*/
/*}*/

.main-im body {
    font: 12px/180%;
    color: #333333;
}

/*main css*/
.main-im {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 100;
    width: 120px;
    height: 272px;
}

.main-im .qq-a {
    display: block;
    width: 120px;
    height: 116px;
    font-size: 14px;
    color: #1a56b5;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 120px;
    left: 0px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
}

.main-im .qq-hover-c {
    width: 80px;
    height: 80px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 5px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 120px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(/images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 70px;
    display: block;
    position: absolute;
    left: 7px;
    top: 5px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 7px;
    top: 5px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #253652;
    display: none;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 100%;
    /* height: 140px; */
    border-bottom: 1px solid #dddddd;
    margin: 0px 0px 0px 0px;
    padding: 10px 0;
}

.main-im .im_main .im-tel div {
    font-size: 12px;
    margin-top: 6px;
    color: white;
    letter-spacing: 1px;
}

.main-im .im_main .im-tel .tel-num {
    color: #ffffff;
    margin-top: 8px;
    background-color: #ea7b05;
    border-radius: 5px;
    width: 90%;
    display: block;
    font-size: 14px;
    padding: 3px 0;
    margin: 0 auto;
    margin-top: 5px;
    font-weight: 800;
    letter-spacing: 2px;
}

.main-im .im_main .im-tel:hover {
    background: #253652;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(/images/weixing-icon.png) no-repeat center center;
    float: left;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.main-im .im_main .go-top {
    width: 120px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(/images/totop-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    margin-right: -9px;
    float: right;
    width: 35px;
    height: 101px;
    background: url(/images/open_im.png) no-repeat left top;
    background-size: contain;
}

.main-im .im_main .im-tel a:hover {
    background: #ffffff;
    color: #4d5c89;
}

@media (max-width: 750px) {
    .main-im{
        display: none;
    }
}


.fc-a {
    display: none;
}

@media (max-width: 750px) {
    .caseshowdrb p {
        display: none;
    }

    .fc-a {
        width: 100%;
        display: none;
    }

    .fc-bg {
        width: 100%;
        height: 18.66vw;
    }

    .fc-cont {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 988;
        width: 100%;
        height: 14vw;
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 10px rgb(72 178 245 / 82%);
    }

    .fc-box {
        width: 100%;
        position: relative;
        height: 13.33vw;
    }

    .fc-item {
        position: absolute;
        top: 0;
        height: 100%;
        width: 20%;
        text-align: center;
        padding-top: 1.5vw;
    }

    .fc-b {
        display: inline-block;
        margin-bottom: 0.5vw;
    }

    .fc-bimg1 {
        display: block;
    }

    .fc-bimg1 img {
        height: 6vw;
    }

    .fc-bimg2 {
        display: none;
    }

    .fc-bimg2 img {
        height: 6vw;
    }

    .fc-c {
        color: #333333;
        font-size: 3.2vw;
    }

    .fc-item.active .fc-bimg1 {
        display: none;
    }

    .fc-item.active .fc-bimg2 {
        display: block;
    }

    .fc-item.active .fc-c {
        /*color: #128fc8;*/
    }

    .fc-d {
        position: absolute;
        bottom: 0;
        left: 40%;
        display: block;
        padding-bottom: 2vw;
        width: 20%;
        text-align: center;
        font-weight: bold;
    }

    .fc-e {
        display: inline-block;
        width: 10.666vw;
        height: 10.666vw;
        line-height: 10.666vw;
        border-radius: 20%;
        margin-bottom: 2.2vw;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgb(0 126 205 / 74%);
        border-radius: 10px;
    }

    .fc-e img {
        width: 90%;
    }

    .fc-f {
        color: #0064c7;
        font-size: 3.2vw;
    }

    .fc-item1 {
        left: 0;
        top: 0;
    }

    .fc-item2 {
        left: 20%;
        top: 0;
    }

    .fc-item3 {
        right: 20%;
        top: 0;
    }

    .fc-item4 {
        right: 0;
        top: 0;
    }
}

.xmcsli li {
    width: 49% !important;
    overflow: hidden;
}
