@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    background: #fff;
    max-width: 1920px;
    font-family: 'Microsoft YaHei', arial;
}

.home-main {
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #a41626;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

ul {
    padding: 0;
}

li {
    zoom: 1;
    vertical-align: middle;
}

ol {
    margin: 0px;
    padding: 0;
    padding-left: 0;
}

fieldset,
img {
    border: none;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}
.container-header .rightbox > img:first-child {
    width: 100%;
}
.join .rightbox > img:first-child, .join .leftbox > img:first-child, .company .rightbox > img:first-child, .company .leftbox > img:first-child {
    width: 100%;
}

div {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 0;
    width: 100%;
}

th,
td {
    padding: 0;
}

input,
textarea {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0;
}

input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

    input:required:invalid,
    input:focus:invalid,
    textarea:required:invalid,
    textarea:focus:invalid {
        box-shadow: none;
    }

@font-face {
    font-family: "Futura-Heavy";
    src: url("../font/Futura-Heavy-4.ttf") format("truetype");
}

@font-face {
    font-family: '思源黑体CN';
    src: url('../font/思源黑体CN.otf') format('otf');
}

@font-face {
    font-family: '思源黑体regular';
    src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.container-history {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* banner */
.banner {
    position: relative;
    height:auto;
}

    .banner p,
    .banner a {
        position: absolute;
        z-index: 11;
    }

        .banner p:nth-child(1) {
            top: 40%;
            font-size: 72px;
            color: #fff;
            letter-spacing: 0px;
            font-family: '思源黑体CN';
            text-shadow: 2px 2px 3px #000;
        }

            .banner p:nth-child(1) span {
                font-weight: bold;
                font-family: '思源黑体CN';
            }

        .banner p:nth-child(2) {
            top: 51.3%;
            font-size: 28px;
            color: #dfe2ea;
            font-family: '思源黑体regular';
        }

    .banner .container a {
        padding: 15px 50px;
        top: 65%;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 30px;
        transition: all 0.4s ease;
    }

    .banner a:hover {
        border-color: #2d4ec4;
        background-color: #2d4ec4;
    }

        .banner a:hover i {
            transform: translateX(-0.5rem);
        }

    .banner a i {
        display: inline-block;
        margin-left: 1rem;
        font-size: 1.2rem;
        line-height: 1;
        color: #fff;
        transition: all 0.3s ease;
    }

    .banner .swiper-pagination-bullet {
        margin: 0 0.75rem !important;
        position: relative;
        width: 0.6rem !important;
        height: 0.6rem !important;
        opacity: 1;
        background-color: #fff !important;
    }

        .banner .swiper-pagination-bullet::before {
            position: absolute;
            content: '';
            width: 0.85rem;
            height: 0.85rem;
            border-radius: 50%;
            border: 0.05rem solid #ff6900;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
        }

    .banner .swiper-pagination-bullet-active {
        background: #ff6900 !important;
    }

        .banner .swiper-pagination-bullet-active::before {
            opacity: 1;
        }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 60px !important;
        left: auto;
        right: 0;
    }

    .banner .swiper-slide img {
        width: 100%;
        height: auto;
        transition: 1.5s linear 2.5s;
        transform: scale(1.1, 1.1);
    }

    .banner .swiper-slide-active img,
    .banner .swiper-slide-duplicate-active img {
        transition: 7s linear;
        transform: scale(1, 1);
    }

.ac {
    align-items: center;
}

.fx {
    display: flex;
}

.fy {
    display: flex;
    flex-direction: column;
}

.jc {
    justify-content: center;
}

.jb {
    justify-content: space-between;
}

.ac {
    align-items: center;
}

.fc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide .container {
    text-align: center;
    font-size: 18px;
    background: transparent !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .container {
    justify-content: left;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.one-row {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.more-row {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
	background-color:rgba(85, 85, 85, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    header .container-header {
        width: 100%;
        max-width: 1810px;
        margin-left: auto;
        margin-right: auto;
    }

        header .container-header .logo {
            margin-right: 30px;
            min-width: 10%;
        }
        header .container-header nav{
            padding-left:10%;
        }
@media(max-width:1800px) {
        header .container-header nav{
            padding-left:8%;
        }
}
@media(max-width:1700px) {
        header .container-header nav{
            padding-left:6%;
        }
}
@media(max-width:1600px) {
        header .container-header nav{
            padding-left:3%;
        }
}
@media(max-width:1500px) {
        header .container-header nav{
            padding-left:0;
        }
}		
        header .container-header .nav-zd nav li {
            font-size: 16px;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
            padding: 0 32px;
            position: relative;
        }

        header .container-header .hr nav ul li > a {
            color: #ffffff;
            display: block;
            text-align: center;
            line-height: 90px;
        }

        header .container-header .hr nav ul li:last-child {
            margin-right: 0px;
        }

        header .container-header .hr nav ul li:hover {
        }

        header .container-header .hr nav ul .act {
            color: #2d4ec4 !important;
        }

        header .container-header .hr .search {
            padding: 6px 12px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 18px;
            width: 207px;
        }

            header .container-header .hr .search input {
                font-size: 12px;
                background-color: transparent;
                padding: 0;
                color: #fff;
            }

                header .container-header .hr .search input::placeholder {
                    color: inherit;
                }

            header .container-header .hr .search i {
                color: #fff;
                font-size: 18px;
            }

        header .container-header .hr .language::before {
            content: '';
            width: 1px;
            height: 89px;
            background: #ffffff;
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -44.5px;
            opacity: 0.2;
        }

        header .container-header .hr .language {
            padding-left: 60px;
            position: relative;
        }

            header .container-header .hr .language .phone {
                background: url(../images/phone.png) no-repeat 3% center; font-size:18px;
                background-size: 17px 15px;
                text-align: right;
                margin-bottom: 2px;
                color: #fff;
            }

        header .container-header .hr .search input {
            font-size: 12px;
            background-color: transparent;
            padding: 0;
            color: #fff;
        }

button,
input,
textarea {
    outline: none;
    border: none;
}

header .big {
    cursor: pointer;
    position: relative;
}

header .search {
    position: absolute;
    top: 60px;
    left: -177px;
}

header .bigimg {
}

header .s-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 25px;
    background: url(../images/sou.png) no-repeat center;
    background-size: 16px;
    border: 0;
    cursor: pointer;
}

header nav > ul > li.active::after {
    content: '';
    width: 64px;
    height: 1px;
    background: #ffffff;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

header nav > ul > li::after {
    content: '';
    width: 0px;
    height: 1px;
    background: #ffffff;
    display: block;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

header nav > ul > li:hover::after {
    width: 64px;
    transition: width 0.4s ease;
}

header .subnav {
    width: 180px;
    margin-left: -90px;
    left: 50%;
    margin-top: 0px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    padding-top: 15px;
    z-index: 9;
    position: absolute;
    display: none;
}

header nav .subnav ul {
    background: #fff;
    border-radius: 3px;
    padding: 15px 0;
}

header .subnav ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: 0;
}

    header .subnav ul li a {
        line-height: 52px;
        font-size: 15px;
        color: #666 !important;
        height: 52px;
        padding: 0 15px;
    }

        header .subnav ul li a:hover {
            color: #2d4ec4 !important;
        }

header .lan span{
    color:#FFF; margin:5px 0 0 5px; display:block; float:right;
}

header .phone-num {
    font-size: 28px;
	font-family: Impact;
    color: #fff;
    white-space: nowrap;
}
  .menu-zd {
    right: 25px;
    top: 40px;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
  }
  header .menu-zd span {
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
    background: #3d3d3d; margin-top:14px;
  }
  header .menu-zd span:after,
  header .menu-zd span:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #3d3d3d;
    transition: all .3s ease;
    position: absolute;
    box-sizing: border-box;
  }
  header .menu-zd span:before {
    transform: rotate(0) translateY(-10px);
  }
  header .menu-zd span:after {
    transform: rotate(0) translateY(10px);
  }
  header .menu-zd.on span {
    background-color: transparent;
    border-color: transparent;
  }
  header .menu-zd.on span:before {
    transform: rotate(-45deg) translateY(0);
  }
  header .menu-zd.on span:after {
    transform: rotate(45deg) translateY(0);
  }

header .phone-logo {
    display: none;
}

.phone-nav {
    top:90px;
    z-index: 1999;
    position: fixed;
    right: -150%;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
}

    .phone-nav .box {
        height: 100%;
        overflow-y: auto;
        padding: 0px 20px 0 20px;
        -webkit-overflow-scrolling: touch;
    }
    .phone-nav .list-menu ul {
        padding-bottom:60px;
    }
    .phone-nav .list-menu li {
        font-size: 20px;
        position: relative;
        line-height: 30px;
        border-bottom: solid 1px rgba(179, 179, 179, 0.3);
    }
  .phone-nav .list-menu ul li p:after {
    content: '+';
    font-family:light;
    font-size: 22px;
    position:absolute;
    z-index: 10;
    color: #333; display:block; width:25px; height:25px; text-align:center; line-height:25px; right:0; top:13px;
  }
  .phone-nav .list-menu ul li.active  p:after {
    color: #333;
	font-size: 28px;
    content: '-'; top:11px;
  }

        .phone-nav .list-menu li a {
            padding: 20px;
            display: inline-block;
            position: relative;
            color: #000;
        }

@media(max-width:768px) {
.menu-zd {right: 15px; top: 21px;}
.phone-nav {top:63px;}
}
@media(max-width:1366px) {
    .banner p:nth-child(1) {
        font-size: 50PX;
    }
}

.banner .swiper-pagination-current {
    font-size: 40px;
}

.banner .swiper-pagination-fraction {
    width: auto;
    line-height: 52px;
    display: flex;
}

    .banner .swiper-pagination-fraction span {
        line-height: 52px;
    }

    .banner .swiper-pagination-fraction span {
    }

.banner .swiper-pagination-total {
    font-size: 16px;
}

.banner .swiper-pagination {
    padding-right: 121px;
}

.banner img {
    width: 100%;
    height:auto;
    border: none;
}

.banner .swiper-pagination span {
    font-family: 'arial';
}

.banner .swiper-button-prev {
    right: 52px;
    left: auto;
    bottom: 96px !important;
    top: auto;
}

.banner .swiper-pagination::after {
    content: '';
    width: 116px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 50%;
    left: 75px;
}

.banner .swiper-button-next {
    right: 52px;
    left: auto;
    bottom: 53px !important;
    top: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.banner .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.banner .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.banner .banner-sw {
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
}

.banner .shubiao {
    width: 24px;
    height: 35px;
    background: url(../images/shubiao.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -12px;
}

header.active {
    background-color: #fff;
}

    header.active .container-header .hr nav ul li a {
        color: #333;
    }

    header.active .container-header .hr .language .phone {
        color: #333;
    }

    header.active .lan span {
        color: #333;
    }
	
	header.active .phone-num {
        color: #2d4ec4;
    }

    header.active .container-header .hr .language::before {
        background: #000000;
        opacity: 0.1;
    }

    header.active nav li.active::after {
        background: #2d4ec4;
        height: 1px;
    }

    header.active nav li::after {
        background: #2d4ec4;
        height: 1px;
    }

header.active {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

/* 公司简介 */
.aboutus-menu {
    background: url(../images/combk.jpg) no-repeat top center;
    background-size:100% 100%; position:relative;
}

    .aboutus-menu .leftbox {
        width: 66.7%; overflow:hidden; height:40%;
        position:absolute; top:0; bottom:0; margin:auto;
    }

    .aboutus-menu .rightbox {
        width: 33.3%;
        float: right;
        position: relative;
    }

    .aboutus-menu .leftbox ul {
        margin-top:0;
    }

    .aboutus-menu .leftbox li {
        width: 19%;
        float: right;
        font-size: 18px;
        position: relative; background-color:#c0c0c0;
    }
	.aboutus-menu .leftbox li a{
        display:block;
		overflow:hidden;
        width:100%; 
		padding:100% 0 0 0;
        font-size: 18px;
        position: relative;
		z-index: 3;
    }
    .aboutus-menu .leftbox a {
        color: #ffffff;
    }

    .aboutus-menu .leftbox li span {
        position: absolute;
        z-index: 2;
        bottom: 30px;
        left: 30px;
        width: 73.68%;
        color: #1d8cda;
        text-align: left;
        line-height: 20px;
        overflow: hidden; 
    }

    .aboutus-menu .leftbox li {
        padding: 0 !important;
    }

        .aboutus-menu .leftbox li.active span {
            background: url(../images/arrow.png) no-repeat right center;
        }

        .aboutus-menu .leftbox li:hover span {
            background: url(../images/arrow.png) no-repeat right center;
        }


        .aboutus-menu .leftbox li img {
            position: absolute;
            z-index: 2;
            top: 20px;
            left: 30px;
        }

    .aboutus-menu .leftbox a li::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #2d4ec4;
        z-index: 1;
    }

    .aboutus-menu .leftbox a:nth-child(2) li::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        opacity: 0.25;
    }

    .aboutus-menu .leftbox a:nth-child(3) li::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        opacity: 0.1;
    }

    .aboutus-menu .leftbox a:hover li::after {
        background: #2d4ec4;
        opacity: 0.5;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutus-menu .rightbox .xinxi {
        position: absolute;
        top: 100px;
        padding-left: 8%;
    }

@font-face {
    font-family: 'Roboto-regular';
    src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('eot'), url('../font/Roboto-Regular.svg') format('svg');
}

.aboutus-menu .rightbox .xinxi .title {
    font-family:"Arial Black", Gadget, sans-serif;
    font-size: 36px;
    color: #ffffff;
    text-align: right; text-shadow: 2px 2px 3px #000; letter-spacing: 1px;
}

.aboutus-menu .rightbox .xinxi .eng-title {
    text-align: right;
    font-size: 24px; font-family: '思源黑体CN'; font-weight: bold; text-shadow: 2px 2px 3px #000; letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 85px;
}

.aboutus-menu .rightbox .xinxi div p:nth-child(1) {
    font-size: 18px;
    color: #FFF;
    opacity: 1.0;
    padding-left: 30px;
    line-height: 30px; text-shadow: 1px 1px 2px #063d85; letter-spacing: 1px;
}

.aboutus-menu .rightbox .xinxi div:nth-child(3) p:nth-child(1) {
    background: url(../images/com-tel.png) no-repeat left center;
}

.aboutus-menu .rightbox .xinxi div:nth-child(4) p:nth-child(1) {
    background: url(../images/com-email.png) no-repeat left center;
}

.aboutus-menu .rightbox .xinxi div:nth-child(5) p:nth-child(1) {
    background: url(../images/com-add.png) no-repeat left center;
}

.aboutus-menu .rightbox .xinxi div p:nth-child(2) {
    font-size: 20px;
    color: #FFF;
    padding-left: 30px;
    line-height: 30px; text-shadow: 2px 2px 3px #063d85; letter-spacing: 1px;
}
.aboutus-menu .rightbox .phone {
    margin-bottom: 30px;
}

.aboutus-menu .rightbox .email {
    margin-bottom: 30px;
}
.aboutus-menu .leftbox li::after {
    z-index: 1;
}

.aboutus-menu .leftbox li:nth-child(4) {
    margin-left: 0;
}

.aboutus-menu .leftbox li:nth-child(5) {
    margin-right: 0;
}

.aboutus-menu .leftbox li:nth-child(2n+1)::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.25;
}

.aboutus-menu .leftbox li:nth-child(2n)::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.1;
}

.aboutus-menu .leftbox li.active::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2d4ec4 !important;
    z-index: 1;
    opacity: 1;
}

.aboutus-menu .rightbox .xinxi .add a {
    color: #fff;
}

.aboutus-menu .xinxi > div:nth-child(3) div a {
    font-size: 20px !important;
    line-height: 44px !important;
    padding-left: 45px !important;
    position: relative;
    color: #fff
}

    .aboutus-menu .xinxi > div:nth-child(3) div a::before {
        content: '';
        width: 5px;
        height: 5px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        left: 32px;
        top: 12px;
    }

.aboutus-menu .rightbox .xinxi {
    width: 77%;
}

.zi-img {
    position: absolute;
    top: 3%;
    right: 0;
}
.aboutus-menu {
    overflow: hidden;
}
body,
html {
    height: 100%;
    width: 100%;
    position: relative;
}
header .container-header .cc {
            width: 90%;
}
@media (max-width: 1810px) {
    header .container-header {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        header .container-header .logo {
            margin-right: 5%;
        }

        header .container-header .cc {
            width: 90%;
        }

        header .container-header .hr nav ul li {
            padding: 0 20PX;
        }

    header .big {
        margin-left: 5%;
    }
}

@media (max-width: 1750px) {
    .aboutus-menu .rightbox .xinxi .eng-title {
        text-align: right;
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 50px;
    }

    .contactus .count-shuju {
        right: 0;
    }
}

@media (max-width: 1700px) {
    .container {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) {
    header .container-header .hr .language {
        padding-left: 4%;
    }

    header .big {
        margin-left: 2%;
    }

    header .container-header .hr .language::before {
        left: 0PX;
    }

    header .container-header .hr nav ul li {
        padding: 0 17PX;
    }

    .main-product .leftbox .tabcot div:nth-child(2) {
        width: 90% !IMPORTANT;
    }

    .container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-product .rightbox .small {
        width: 90PX !IMPORTANT;
    }





    .aboutus-menu .rightbox .xinxi {
        top: 10%;
        padding-left: 20px;
    }

        .aboutus-menu .rightbox .xinxi .eng-title {
            margin-bottom: 50px;
            padding-right: 15px
        }

        .aboutus-menu .rightbox .xinxi .title {
            padding-right: 15px
        }

    .aboutus-menu .rightbox .phone {
        margin-bottom: 10px;
    }

    .aboutus-menu .rightbox .email {
        margin-bottom: 10px;
    }
    .aboutus-menu .leftbox li {
        width: 18%;
    }
	.aboutus-menu .leftbox li a{
        font-size:16px;
    }

        .aboutus-menu .leftbox li:nth-child(4) {
            margin-left: 0;
        }

        .aboutus-menu .leftbox li:nth-child(5) {
            margin-right: 0;
        }
}
@media (max-width: 1400px) {
    header .container-header .hr nav ul li {
        padding: 0 15px;
    }	
}
@media (max-width: 1280px) {
    header .container-header .hr nav ul li {
        padding: 0 11px;
    }	
}

@media (max-width: 1440px) {
    .aboutus-menu .leftbox li {
    font-size: 14px; width:20%;
    }
	.aboutus-menu .leftbox li a{
    font-size: 14px;
    }
    header .container-header .hr .language {
        padding-left: 2%;
    }

    header .big {
        margin-left: 1%;
    }
}

@media (max-width: 1430px) {
    .aboutus-menu .leftbox {
        width: 65%; height:45%;
    }

    .aboutus-menu .rightbox {
        width: 35%;
    }
}

@media (max-width: 1366px) {
    .aboutus-menu .rightbox .xinxi .eng-title {
        margin-bottom: 50px;
        padding-right: 25px
    }

    .aboutus-menu .rightbox .xinxi .title {
        padding-right: 25px
    }
}

@media (max-width: 1300px) {
    .aboutus-menu .rightbox img {
        max-width: 122%;
    }
}

@media(max-width:1200px) {

    .aboutus-menu .leftbox li:nth-child(5) {
        margin-right: 0
    }

    .aboutus-menu .leftbox li:nth-child(4) {
        margin-left: 0
    }
    .aboutus-menu {
        margin-top: 77px;
    }

    .service .trial-select .service-text p {
        font-size: 12px;
    }

    .inbanner {
        margin-top: 77px;
    }

    .nav-zd {
        display: none;
    }

    header {
        padding: 25px 0;
        background: #ffffff;
    }

    .menu-zd {
        display: block !important;
    }

    .phone-logo {
        display: block !important;
    }

    .diannao-logo {
        display: none !important;
    }

    .banner {
        height: auto; margin-top:113px;
    }
    .aboutus-menu .rightbox .xinxi .title {
        font-size: 23px;
    }

    .aboutus-menu .rightbox .xinxi .eng-title {
        margin-bottom: 50px;
    }

    .aboutus-menu .rightbox .xinxi {
        top: 20px;
    }

        .aboutus-menu .rightbox .xinxi > div {
            margin-bottom: 0;
        }
}
@media(max-width:768px) {
    header {
        padding: 5px 0;
        background: #ffffff;
    }
}
@media(max-width:1000px) {
    .banner {
        height: auto;
        margin-top: 74px;
    }

    .aboutus-menu {
        margin-top: 77px;
    }

    .banner p:nth-child(1) {
        font-size: 22PX;
        top: 24%;
    }

    .banner p:nth-child(2) {
        top: 38%;
        font-size: 20px;
        color: #dfe2ea;
        font-family: '思源黑体regular';
    }

    .banner a {
        padding: 7px 19px;
        top: 65%;
        font-size: 12px;
    }

    .banner .shubiao {
        display: none;
    }

    .banner .swiper-pagination {
        display: none;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none !important;
    }

    .aboutus-menu .leftbox {
        width: 100%;
    }

    .aboutus-menu .rightbox {
        width: 100%;
    }

    .aboutus-menu .leftbox li {
        width: 100%
    }

    .aboutus-menu .leftbox li {
        height: 120px;
    }

    .aboutus-menu .rightbox .zi-img {
        display: none;
    }

    .aboutus-menu .rightbox .xinxi {
        padding: 0 20PX;
    }

    .aboutus-menu .rightbox img {
        max-width: 108%;
    }
}
    .pcs {
        display:block;
    }
	.waps {
        display:none;
    }
@media(max-width:768px) {
    .pcs {
        display:none;
    }
	.waps {
        display:block;
    }
    .banner .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .aboutus-menu {
        background-size: cover;
    }

        .aboutus-menu .rightbox {
            height: 260px;
        }

            .aboutus-menu .rightbox .xinxi {
                width: 100%;
            }

                .aboutus-menu .rightbox .xinxi .title {
                    width: 100%;
                    padding-right: 0;
                    text-align: center;
                }

                .aboutus-menu .rightbox .xinxi .eng-title {
                    width: 100%;
                    padding-right: 0;
                    text-align: center;
                }

    .inbanner .inbanner-slick .inpic img {
        width: 900px;
    }
}
@media(max-width:700px) {
    .banner {
        height: auto;
        margin-top: 68px;
    }
}

.aboutus-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 91px;
    display: none;
}

    .aboutus-menu li {
        line-height: initial;
    }



.phone-nav .submenu {
    display: none;
    background: #f3f8fc;
}

    .phone-nav .submenu a img {
        display: none;
    }

    .phone-nav .submenu a {
        width: 48%;
    }

.nav-zd .leftbox li img {
    max-width: 40px;
}
/* 首页 */
@media (max-width: 1200px) {
    .banner-btn-wrap {
        display: none !important;
    }
}

body {
    max-width: unset;
}

.container {
    max-width: 83%;
}

.banner p:nth-child(1) {
    top: 30%;
}

.banner p:nth-child(2) {
    top: 42.3%;
}

.banner .container a {
    top: 51%;
}

@media (max-width: 768px) {
    .banner p:nth-child(1) {
        top: 24%;
    }

    .banner p:nth-child(2) {
        top: 38%;
    }

    .banner .container a {
        top: 65%;
    }
}
@media (max-width: 700px) {
    .banner p:nth-child(2) {
        font-size:16px; top: 38%;
    }
    .banner .container a {
        padding: 7px 15px;
        top: 65%;
        font-size: 14px;
        border-radius: 20px;
    }
}


.banner-btn-wrap {
    position: absolute;
    top: 70vh;
    z-index: 2;
    width: 100%;
}

.banner-btn {
    width: 100%;
    padding: 0 154px;
    z-index: 1082;
    align-items: center;
    justify-content: space-around;
}

    .banner-btn > a {
        background: #FFFFFF;
        opacity: 0.7;
        color: #333;
        flex-basis: 25%;
        align-items: center;
        height: 100px;
        justify-content: center;
        font-size: 16px;
    }

        .banner-btn > a:not(:first-child) {
            border-left: 1px #2D4EC4 solid;
        }

        .banner-btn > a:hover {
            background-color: #2D4EC4;
            color: #fff;
            opacity: 1;
        }

        .banner-btn > a > img {
            margin-bottom: 5px;
        }

        .banner-btn > a:hover:nth-child(1) > img {
            content: url(../images/khal1.png);
        }

        .banner-btn > a:hover:nth-child(2) > img {
            content: url(../images/cpsy1.png);
        }

        .banner-btn > a:hover:nth-child(3) > img {
            content: url(../images/xz1.png);
        }

        .banner-btn > a:hover:nth-child(4) > img {
            content: url(../images/lxwm1.png);
        }

html,
body {
    height: unset;
}

/* 搜索 */
.search-wrap {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    height: 400px;
    background: #fff;
    justify-content: center;
    color: #000;
    box-shadow: 0px 0px 5px 0px #ddd;
}

header .container-header .search-wrap .search {
    width: 30%;
    position: unset;
    align-items: end;
}

header .container-header .search-wrap input#keyword {
    color: #666;
    border-bottom: 1px #ddd solid;
    padding: 10px;
    font-size: 16px;
}

header .container-header .search-wrap .s-btn {
    position: unset;
    width: 29px;
    height: 29px;
    margin-left: 14px;
}

header.active .container-header .hr .search {
    background: unset;
}

/* 搜索 */
.search .academic-content {
    padding-top: 95px;
}

.search .left .index {
    width: 108px;
    height: 50px;
    background: #EDEDED;
    display: block;
    line-height: 50px;
    text-align: center;
    margin-right: 40px;
}

    .search .left .index:hover {
        background: #2D4EC4;
        color: white;
    }

.search .left {
    width: 30%;
    align-items: end;
}

.search .right {
    width: 70%;
}

.search .form {
    border: 1px solid #D8D8D8;
    width: 400px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

    .search .form .button {
        position: unset;
        width: 24px;
        height: 24px;
        background: url(../images/sou2.png) no-repeat center;
        margin-left: 23px;
    }

    .search .form .clear {
        height: 31px;
        width: 1px;
        border-left: 1px #D8D8D8 solid;
    }

.search .result {
    color: #333333;
    line-height: 26px;
    padding: 20px;
    font-size: 20px;
}

.search .left .tp {
    color: #666;
    font-size: 16px;
    border-right: 1px #D8D8D8 solid;
    padding: 8px 24px 64px 24px;
    line-height: 40px;
    font-family: MicrosoftYaHei;
}

    .search .left .tp > div:not(:first-child) {
        padding-left: 13px;
        cursor: pointer;
    }

        .search .left .tp > div:not(:first-child).active {
            background-color: #EDEDED;
        }

        .search .left .tp > div:not(:first-child):hover {
            color: #2D4EC4
        }

    .search .left .tp > div:first-child {
        color: #333;
    }

.search .right .bt {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 21px;
}

.search .right .box {
    padding: 20px 0;
    border-bottom: 1px #D8D8D8 solid;
    margin-left: 43px;
}

.search .academic-content .page {
    margin-top: 65px;
}
header.active .container-header .hr .search {
    background: #000000;
}
@media (max-width:1200px) {header .container-header .search-wrap .search {width: 40%;}}
@media (max-width:1000px) {
header .container-header .search-wrap .search {
    width: 50%;
}
    .search .left {
        display: none;
    }

    .search .right {
        width: 100%;
    }

        .search .right .box {
            margin-left: 0px;
        }

    .search .academic-content {
        padding-top: 40px;
    }

    .search .form {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (max-width:768px) {
.search-wrap { top: 63px; height: 300px;}	
header .container-header .search-wrap .search {width: 60%;}
}

/* 语言切换 */
.lan{
    padding: 20px 30px;
}
.lan-wrap  {
    position: fixed;
    top: 90px;
    /* left: 0;
    right: 0;
    height: 500px; */
    background: #fff;
    justify-content: center;
    color: #000;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.lan-wrap .lan-list li {
    padding: 10px 15px;
    cursor: pointer;
}

.lan-wrap .lan-list li:hover {
    color:white;
    background-color: #4B78FE;
}
@media (max-width: 1440px) {
.lan{
    padding: 20px 15px;
}
}
@media(max-width:1000px) {
    .phone-nav .list-menu li {
        font-size: 15px;
    }

	.phone-nav .list-menu li a {
		padding: 12px;
	}	
}
/*特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}

.search-phone{
	position:absolute; right:100px; top:50%; margin-top:-8px; overflow:hidden; display:none;
}
@media(max-width:1200px) {
.search-phone{display:block;}
}
@media(max-width:768px) {
.search-phone{
	position:absolute; right:70px; top:50%; margin-top:-8px;
}
}

/* 产品介绍轮播 */
.htmleaf-container .slick-next {
    margin-top: -22px;
    background-image: url(../images/arrow-right3.png) !important;
    width: 55px;
    height: 55px;
}

.htmleaf-container .slick-prev {
    margin-top: -22px;
    background-image: url(../images/arrow-right3.png) !important;
    width: 55px;
    height: 55px;
    transform: rotate(180deg);
    z-index: 90;
}

@media (max-width: 768px) {

    .htmleaf-container .slick-next,
    .htmleaf-container .slick-prev {
        margin-top: 22px;
    }
}

.htmleaf-container .slick-prev:hover,
.htmleaf-container .slick-prev:focus,
.htmleaf-container .slick-next:hover,
.htmleaf-container .slick-next:focus {
    opacity: 0.7;
}