@charset "utf-8";

/****************************************global****************************************/

* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei", "微软雅黑", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif';
}

html {
    font-size: 10px;
}

body {
    overflow-x: hidden;
}

img,
button {
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

::selection {
    background: #453325;
    color: #fff;
}

.f-l,
.y-l,
.s-l {
    float: left;
}

.f-r,
.y-r,
.s-r {
    float: right;
}


/****************************************box****************************************/

.m-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.m-box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.m-t,
.y-t,
.s-t {
    width: 100%;
}

.m-c,
.y-c,
.s-c {
    width: 100%;
}

.m-f,
.y-f,
.s-f {
    width: 100%;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

.sun_f::after {
    display: block;
    clear: both;
    content: "";
}

.sun_l {
    float: left;
}

.sun_r {
    float: right;
}

.sun_w {
    width: 1200px;
    margin: 0 auto;
}


/****************************************animation****************************************/

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        opacity: 0.3;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        opacity: 0.6;
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 0.9;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        opacity: 1;
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceOut {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
    20% {
        opacity: 1;
        transform: scale3d(0.97, 0.97, 0.97);
    }
    40% {
        opacity: 0.9;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    60% {
        opacity: 0.6;
        transform: scale3d(0.9, 0.9, 0.9);
    }
    80% {
        opacity: 0.3;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        opacity: 1;
        transform: translate3d(0, 10px, 0);
    }
    90% {
        opacity: 1;
        transform: translate3d(0, -5px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        opacity: 1;
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        opacity: 1;
        transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
        opacity: 1;
    }
    90% {
        transform: translate3d(0, -5px, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        opacity: 1;
        transform: translate3d(10px, 0, 0);
    }
    90% {
        opacity: 1;
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rotateScaleIn {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-360deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        opacity: 1;
        transform: translate3d(0, -10px, 0);
    }
    90% {
        opacity: 1;
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes topLoop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes leftLoop {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes rightLoop {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bottomLoop {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes enLarge {
    0% {
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotateYIn {
    from {
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: rotateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

.bounceIn {
    animation: bounceIn 0.8s ease;
    animation-fill-mode: forwards;
}

.bounceOut {
    animation: bounceOut 0.8s ease;
    animation-fill-mode: forwards;
}

.bounceInUp {
    animation: bounceInUp 0.8s ease;
    animation-fill-mode: forwards;
}

.bounceInLeft {
    animation: bounceInLeft 0.8s ease;
    animation-fill-mode: forwards;
}

.bounceInRight {
    animation: bounceInRight 0.8s ease;
    animation-fill-mode: forwards;
}

.bounceInDown {
    animation: bounceInDown 0.8s ease;
    animation-fill-mode: forwards;
}

.fadeInDown {
    animation: fadeInDown 1.5s ease;
    animation-fill-mode: forwards;
}

.fadeInUp {
    animation: fadeInUp 1.5s ease;
    animation-fill-mode: forwards;
}

.rotateScaleIn {
    animation: rotateScaleIn 1.2s ease;
    animation-fill-mode: forwards;
}

.fadeIn {
    animation: fadeIn 1.6s ease;
    animation-fill-mode: forwards;
}

.rotateIn {
    animation: rotateIn 0.8s ease;
    animation-fill-mode: forwards;
}

.rollIn {
    animation: rollIn 0.8s ease;
    animation-fill-mode: forwards;
}

.zoomIn {
    animation: zoomIn 0.8s ease;
    animation-fill-mode: forwards;
}

.zoomInUp {
    animation: zoomInUp 0.8s ease;
    animation-fill-mode: forwards;
}

.zoomInd {
    animation: zoomIn 0.2s cubic-bezier(0.18, 0.74, 1, 1);
    animation-fill-mode: forwards;
}

.zoomOutd {
    animation: zoomOut 0.2s cubic-bezier(0.18, 0.74, 1, 1);
    animation-fill-mode: forwards;
}

.slideInRight {
    animation: slideInRight 0.8s ease;
    animation-fill-mode: forwards;
}

.zoomInLeft {
    animation: zoomInLeft 0.8s ease;
    animation-fill-mode: forwards;
}

.zoomInRight {
    animation: zoomInRight 0.8s ease;
    animation-fill-mode: forwards;
}

.topLoop {
    animation: topLoop 1.5s ease;
    animation-fill-mode: forwards;
}

.leftLoop {
    animation: leftLoop 2s ease;
    animation-fill-mode: forwards;
}

.rightLoop {
    animation: rightLoop 2s ease;
    animation-fill-mode: forwards;
}

.bottomLoop {
    animation: bottomLoop 1s ease;
    animation-fill-mode: forwards;
}

.enLarge {
    animation: enLarge 1s ease;
    animation-fill-mode: forwards;
}

.rotateYIn {
    animation: rotateYIn 1.6s ease;
    animation-fill-mode: forwards;
}

.slideDown {
    animation: slideDown 1.6s ease;
    animation-fill-mode: forwards;
}


/****************************************效果集合end****************************************/


/* 轮播 */

.multipleColumn {
    width: 100%;
    position: relative;
}

.multipleColumn .prev,
.multipleColumn .next {
    position: absolute;
    z-index: 1;
    width: 0.65em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    transition: all ease-out 0.3s;
}

.multipleColumn .prev {
    width: 2.5em;
    height: 0.5em;
    left: 16.666666%;
    background-image: url(/public/images/21.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 35.714%;
}

.focusBox-3 .prev {
    width: 2em;
    height: 0.4em;
    left: 16.666666%;
    background-image: url(/public/images/21.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 35.714%;
    font-size: 3rem;
}

.focusBox-3 .next {
    width: 2em;
    height: 0.4em;
    left: 16.666666%;
    background-image: url(/public/images/22.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 35.714%;
    font-size: 3rem;
}

.multipleColumn .prev:hover,
.focusBox-3 .prev:hover {
    background-image: url(/public/images/8.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.multipleColumn .next {
    width: 2.5em;
    height: 0.5em;
    right: 16.666666%;
    background-image: url(/public/images/22.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 35.714%;
}

.multipleColumn .next:hover,
.focusBox-3 .next:hover {
    background-image: url(/public/images/9.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.multipleColumn .bd {
    overflow: hidden;
}

a {
    color: #fff;
}


/* css */


/* index 开始*/

a:hover {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

.nw_f::after {
    display: block;
    clear: both;
    content: "";
}

.nw_l {
    float: left;
}

.nw_l2 {
    float: left;
}

.nw_r {
    float: right;
}

.focusBox-index3 .hd {
    width: 100%;
    height: 1.5em;
    position: absolute;
    bottom: 25em !important;
}

.focusBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.focusBox .hd {
    width: 100%;
    height: 1.5em;
    position: absolute;
    bottom: 3em;
}

.focusBox .hd ul {
    width: 85px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.focusBox .hd li a {
    height: 100%;
}

.focusBox .hd li {
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: transparent;
    cursor: pointer;
    transition: all ease-out 0.3s;
}

.focusBox .hd li.on {
    background: #3782ff;
}

.focusBox .bd {
    width: 100%;
}

.focusBox .bd img {
    display: block;
    width: 100%;
    height: 100%;
}

.news4,
.img-d {
    opacity: 0;
}

.title-content span {
    color: #999;
}

.imgb img {
    border-radius: 50%;
}

.importantd .hhh {
    opacity: 0;
}

.lefto {
    opacity: 0;
}

.companyleft {
    opacity: 0;
}

.imgborer:hover {
    border: 2px solid #BE3639;
}

.focusBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    /* margin-top: -25px; */
    display: block;
    width: 32px;
    height: 40px;
    font-size: 30px;
    z-index: 999;
}

.focusBox .next {
    left: auto;
    right: 3%;
    /*background-position: 8px 5px;*/
    position: absolute;
    top: 50%;
    /* margin-top: -25px; */
    display: block;
    width: 32px;
    height: 40px;
    z-index: 999;
    font-size: 30px;
}

.focusBox1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.focusBox1 img {
    width: 100%;
    height: 100%;
}

.focusBox1 .hd {
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 80px;
    z-index: 999;
}

.focusBox1 .hd ul {
    width: 150px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.focusBox1 .hd li {
    width: 12px;
    height: 12px;
    background-color: #3782ff;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-out 0.3s;
    margin-right: 15px;
}

.focusBox1 .hd li a {
    height: 100%;
}

.focusBox1 .hd li.on {
    background: #fff;
}

@font-face {
    font-family: FandolSong-Bold;
    src: url('../css/fonts/FandolSong-Bold.otf');
}

@font-face {
    font-family: FandolSong;
    src: url('../css/fonts/SC-Light.otf');
}

.headerbox .border_b {
    background-color: #eaeaea;
}

.headerbox .top {
    height: 30px;
    line-height: 30px;
    background-color: #eaeaea;
}

.headerbox .top .leftb {
    font-size: 16px;
    color: #888888;
}

.headerbox .top .righttab {
    font-size: 16px;
    color: #888888;
}

.headerbox .top .righttab a {
    color: inherit;
    padding-right: 5px;
    color: #999;
}

.headerbox .top .righttab a:nth-of-type(5) {
    border-right: 0;
}

.headerbox .top .righttab a:hover {
    color: #3782ff;
}

.headerbox .logodemo {
    margin: 35px 0 30px 0;
}

.headerbox .logodemo .logo {
    width: 260px;
    float: left;
}

.headerbox .logodemo .rightad {
    width: 430px;
    padding-left: 10px;
    float: left;
}

.headerbox .logodemo .tels {
    width: 220px;
    position: relative;
    display: inline-block;
}

.headerbox .logodemo .tels::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url("/public/images/3.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -70px;
}

.headerbox .logodemo .tels span:first-child {
    font-size: 16px;
    color: #333;
    line-height: 15px;
    display: inline-block;
}

.headerbox .logodemo .tels span:last-child {
    font-size: 30px;
    color: #3782ff;
    display: inline-block;
    margin-top: 7px;
    font-weight: bold;
}

.headerbox .navbox {
    height: 60px;
    line-height: 60px;
    background-color: #3782ff;
    box-sizing: border-box;
}

.headerbox .navbox .navlist {
    display: flex;
    justify-content: flex-start;
}

.headerbox .navbox .navlist .li {
    width: 133px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.headerbox .navbox .navlist .li:hover {
    background: #fff;
    color: #3782ff;
}

.headerbox .navbox .navlist .li a {
    color: inherit;
    cursor: pointer;
}

.searchmian {
    background-size: 100%;
    height: 200px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dbdbdb;
    padding: 45px 0;
    box-sizing: border-box;
}

.searchmian .serchabox {
    display: flex;
    justify-content: space-around;
}

.searchmian .serchabox .onediv {
    width: 350px;
}

.searchmian .serchabox .onediv .sf {
    width: 321px;
}

.searchmian .serchabox .twodiv {
    width: 570px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding-left: 60px;
    box-sizing: border-box;
}

.searchmian .serchabox .twodiv .inpf {
    width: 450px;
    position: relative;
}

.searchmian .serchabox .twodiv .inpf input {
    width: 380px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
}

.searchmian .serchabox .twodiv .inpf .ser {
    content: "";
    width: 70px;
    height: 50px;
    background: url("/public/images/6.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.searchmian .serchabox .twodiv .uls {
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.searchmian .serchabox .twodiv .uls .li {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-right: 10px;
    line-height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.searchmian .serchabox .twodiv .uls .li .hotsb {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: 1px;
}

.searchmian .serchabox .twodiv .uls .li .hotkeys {
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.searchmian .serchabox .twodiv .uls .li .hotkeys i {
    font-size: 24px;
    color: #3782ff;
    font-style: normal;
    font-weight: bold;
    vertical-align: bottom;
    margin-right: 5px;
}

.searchmian .serchabox .twodiv .uls .li a {
    color: inherit;
    cursor: pointer;
}

.searchmian .serchabox .twodiv .uls .li:hover {
    color: #3782ff;
}

.searchmian .serchabox .threediv {
    width: 280px;
    padding-left: 120px;
    box-sizing: border-box;
}

.searchmian .serchabox .threediv .tels {
    width: 170px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.searchmian .serchabox .threediv .tels::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url("/public/images/7.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -60px;
}

.searchmian .serchabox .threediv .tels span:first-child {
    font-size: 16px;
    color: #666;
    line-height: 15px;
    display: inline-block;
}

.searchmian .serchabox .threediv .tels span:last-child {
    font-size: 22px;
    color: #3782ff;
    display: inline-block;
    margin-top: 7px;
    font-weight: bold;
}

.searchmian .serchabox .threediv .tels2 {
    width: 170px;
    position: relative;
    display: inline-block;
}

.searchmian .serchabox .threediv .tels2::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url("/public/images/8.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -60px;
}

.searchmian .serchabox .threediv .tels2 span:first-child {
    font-size: 16px;
    color: #666;
    line-height: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.searchmian .serchabox .threediv .tels2 span:last-child {
    font-size: 16px;
    color: #3782ff;
    margin-top: 7px;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.aboutUs {
    padding-top: 80px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.aboutUs .contentsbox .lefttxt {
    width: 560px;
}

.aboutUs .contentsbox .lefttxt .bigtitle {
    width: 440px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.aboutUs .contentsbox .lefttxt .bigtitle .showtit {
    font-size: 30px;
    color: #3782ff;
    display: block;
    letter-spacing: 1px;
    padding-left: 40px;
    font-weight: bold;
}

.aboutUs .contentsbox .lefttxt .bigtitle .hoidetit {
    font-size: 40px;
    color: #3782ff;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}

.aboutUs .contentsbox .lefttxt .named {
    font-size: 18px;
    color: #999;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.aboutUs .contentsbox .lefttxt .miantext {
    font-size: 16px;
    color: #666;
    line-height: 29px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.aboutUs .contentsbox .lefttxt .buttondis {
    margin-top: 70px;
}

.aboutUs .contentsbox .lefttxt .buttondis .datails {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: solid 1px #999999;
    text-align: center;
    font-size: 18px;
    color: #999;
    display: block;
    box-sizing: border-box;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.aboutUs .contentsbox .lefttxt .buttondis .datails:hover {
    background: #3782ff;
    color: #fff;
}

.aboutUs .contentsbox .lefttxt .buttondis .coutacts {
    width: 305px;
}

.aboutUs .contentsbox .lefttxt .buttondis .coutacts .tels {
    width: 170px;
    position: relative;
    display: inline-block;
}

.aboutUs .contentsbox .lefttxt .buttondis .coutacts .tels::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url("/public/images/7.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -60px;
}

.aboutUs .contentsbox .lefttxt .buttondis .coutacts .tels span:first-child {
    font-size: 16px;
    color: #666;
    line-height: 15px;
    display: inline-block;
}

.aboutUs .contentsbox .lefttxt .buttondis .coutacts .tels span:last-child {
    font-size: 22px;
    color: #3782ff;
    display: inline-block;
    margin-top: 7px;
    font-weight: bold;
}

.aboutUs .contentsbox .rightad {
    width: 600px;
    height: 400px;
    position: relative;
}

.advantage {
    background: url("/public/images/32.jpg") center no-repeat;
    background-size: 100% 100%;
    margin-top: 90px;
}

.advantage .advantagebox {
    display: flex;
    justify-content: space-between;
}

.advantage .leftmenu {
    width: 1100px;
    height: 580px;
    background-color: #f6f6f6;
    margin-top: 130px;
    position: relative;
}

.advantage .leftmenu .titledivs {
    margin-top: -110px;
}

.advantage .leftmenu .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage .leftmenu .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.advantage .leftmenu .bestul {
    height: 540px;
    padding-top: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
}

.advantage .leftmenu .bestul .bestli {
    margin-bottom: 70px;
}

.advantage .leftmenu .bestul .bestli .hrs {
    width: 60px;
    height: 1px;
    background-color: #666666;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.advantage .leftmenu .bestul .bestli .d1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.advantage .leftmenu .bestul .bestli .d2 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.advantage .leftmenu .bestul .bestli.actives .hrs {
    background-color: #3782ff;
    width: 130px;
}

.advantage .leftmenu .bestul .bestli.actives .d1,
.advantage .leftmenu .bestul .bestli.actives .d2 {
    color: #3782ff;
}

.advantage .leftmenu .showdiv {
    width: 300px;
    height: 300px;
    background-color: #3782ff;
    display: flex;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 99;
    overflow: hidden;
}

.advantage .leftmenu .showdiv.animationsheight {
    animation: myheight 1.2s ease;
    animation-fill-mode: forwards;
}

.advantage .leftmenu .showdiv .show {
    width: 270px;
    height: 270px;
    border: solid 1px #ffffff;
    margin: 15px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.advantage .leftmenu .showdiv .show .name1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.advantage .leftmenu .showdiv .show .text1 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.advantage .rightimg {
    width: 1100px;
    height: 580px;
    position: relative;
}

.advantage .rightimg .rightbox {
    width: 1100px;
    height: 580px;
    position: absolute;
    top: 0;
    right: -360px;
}

.advantage .rightimg .rightbox.animationstop {
    animation: mytop 1.8s ease;
    animation-fill-mode: forwards;
}

.advantage .rightimg .tels {
    width: 525px;
    position: absolute;
    display: inline-block;
    padding-left: 65px;
    margin-top: 35px;
    bottom: -95px;
    left: 185px;
}

.advantage .rightimg .tels::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url("/public/images/20.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}

.advantage .rightimg .tels span:first-child {
    font-size: 20px;
    color: #333;
    line-height: 22px;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.advantage .rightimg .tels span:last-child {
    font-size: 40px;
    color: #3782ff;
    display: block;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
}

@keyframes mytop {
    0% {
        opacity: 0.3;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes myheight {
    0% {
        height: 0;
    }
    100% {
        height: 300px;
    }
}

@keyframes caseshowIm {
    0% {
        opacity: 0.5;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes caseshowtItledivs15 {
    0% {
        opacity: 0.3;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes caseshowtNumindex {
    0% {
        opacity: 0.3;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.caseshow {
    background: url("/public/images/33.jpg") center no-repeat;
    background-size: 100% 100%;
    padding-top: 110px;
    padding-bottom: 105px;
    box-sizing: border-box;
}

.caseshow .top .leftul {
    text-align: center;
}

.caseshow .top .leftul li {
    height: 45px;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #fff;
}

.caseshow .top .leftul li a {
    color: inherit;
    cursor: pointer;
}

.caseshow .top .leftul li.ons {
    color: #3782ff;
    border-bottom: 2px solid #3782ff;
    font-weight: bold;
}

.caseshow .top .rightbos .titledivs {
    width: 348px;
    display: none;
}

.caseshow .top .rightbos .titledivs.ton {
    display: block;
}

.caseshow .top .rightbos .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.caseshow .top .rightbos .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.caseshow .casemaintent {
    position: relative;
}

.caseshow .casemaintent .leftimg {
    width: 680px;
    height: 382px;
}

.caseshow .casemaintent .leftimg .im {
    width: 680px;
    height: 382px;
    display: none;
}

.caseshow .casemaintent .leftimg .im.caseshowIm {
    animation: caseshowIm 1.8s ease;
    animation-fill-mode: forwards;
}

.caseshow .casemaintent .leftimg .im.ion {
    display: block;
}

.caseshow .casemaintent .rightmain {
    display: none;
    width: 600px;
    height: 230px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.caseshow .casemaintent .rightmain.ron {
    display: block;
}

input {
    vertical-align: baseline !important;
}

.caseshow .casemaintent .rightmain .titledivs15 {
    width: 500px;
}

.caseshow .casemaintent .rightmain .titledivs15:hover .t2 {
    color: #3782ff;
}

.caseshow .casemaintent .rightmain .titledivs15.caseshowtItledivs15 {
    animation: caseshowtItledivs15 1.8s ease;
    animation-fill-mode: forwards;
}

.caseshow .casemaintent .rightmain .titledivs15 .t1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.caseshow .casemaintent .rightmain .titledivs15 .t2 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseshow .casemaintent .rightmain .numindex {
    width: 40px;
    position: absolute;
    bottom: -85px;
    left: 150px;
}

.caseshow .casemaintent .rightmain .numindex.caseshowtNumindex {
    animation: caseshowtNumindex 1.8s ease;
    animation-fill-mode: forwards;
}

.caseshow .casemaintent .rightmain .numindex .hhr {
    width: 46px;
    height: 2px;
    background-color: #3782ff;
    margin-bottom: 15px;
    display: block;
}

.caseshow .casemaintent .rightmain .numindex .index {
    font-size: 40px;
    font-weight: bold;
    color: #3782ff;
}

.messagebox {
    background: url("/public/images/19.jpg") center no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    box-sizing: border-box;
}

.messagebox .bgcolor {
    width: 1200px;
    height: 530px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1px 80px;
    box-sizing: border-box;
}

.messagebox .titledivs {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}

.messagebox .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.messagebox .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.messagebox .frommsg .msglefet {
    height: 400px;
}

.messagebox .frommsg .msglefet .mdgtitle {
    text-align: left;
}

.messagebox .frommsg .msglefet .mdgtitle .s1 {
    width: 564px;
    margin-bottom: 35px;
    display: block;
}

.messagebox .frommsg .msglefet .formbox {
    margin-top: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.messagebox .frommsg .msglefet .formbox .tops {
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.messagebox .frommsg .msglefet .formbox .tops:nth-of-type(2) {
    margin-right: 0;
}

.messagebox .frommsg .msglefet .formbox .tops .w50 {
    width: 510px;
    height: 40px;
}

.messagebox .frommsg .msglefet .formbox .tops .w50:first-child {
    margin-right: 20px;
}

.messagebox .frommsg .msglefet .formbox .tops .w50 input {
    width: 510px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    outline: none;
    border: 0;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}

.messagebox .frommsg .msglefet .formbox .bottoms textarea {
    width: 1040px;
    height: 120px;
    background-color: #fff;
    outline: none;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
}

.messagebox .frommsg .msglefet .formbox .btnbox {
    display: flex;
    justify-content: space-between;
}

.messagebox .frommsg .msglefet .formbox .bgf {
    margin-top: 30px;
    box-sizing: border-box;
}

.messagebox .frommsg .msglefet .formbox .ljbtn {
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3782ff;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-right: 20px;
}

.messagebox .frommsg .msglefet .formbox .ljbtn a {
    color: inherit;
    cursor: pointer;
    display: block;
}

.messagebox .frommsg .msglefet .formbox .zxbtn {
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}

.messagebox .frommsg .msglefet .formbox .zxbtn a {
    color: inherit;
    cursor: pointer;
    display: block;
}

.messagebox .frommsg .msglefet .formbox .zxbtn::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/public/images/11.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
}

.messagebox .frommsg .msglefet .formbox form {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.messagebox .frommsg .tels {
    width: 525px;
    position: relative;
    display: inline-block;
    padding-left: 65px;
    margin-top: 35px;
    float: right;
}

.messagebox .frommsg .tels::before {
    content: "";
    width: 45px;
    height: 45px;
    background: url("/public/images/20.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: 5px;
}

.messagebox .frommsg .tels span:first-child {
    font-size: 20px;
    color: #333;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.messagebox .frommsg .tels span:last-child {
    font-size: 40px;
    color: #3782ff;
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
}

.Honorshow {
    margin-top: 80px;
    /* 本例子css */
}

.Honorshow .titledivs {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.Honorshow .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.Honorshow .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.Honorshow .picScroll-left {
    overflow: hidden;
    position: relative;
}

.Honorshow .picScroll-left .hd {
    overflow: hidden;
}

.Honorshow .picScroll-left .hd .prev,
.Honorshow .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}

.Honorshow .picScroll-left .hd .next {
    background-position: 0 -50px;
}

.Honorshow .picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.Honorshow .picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.Honorshow .picScroll-left .hd ul {
    margin: 0 auto;
    width: 150px;
    margin-top: 10px;
    zoom: 1;
}

.Honorshow .picScroll-left .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    background: #3782ff;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
}

.Honorshow .picScroll-left .hd ul li.on {
    background-position: 0 0;
    background: #fff;
    border: 2px solid #3782ff;
    box-sizing: border-box;
}

.Honorshow .picScroll-left .bd {
    padding: 10px;
}

.Honorshow .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.Honorshow .picScroll-left .bd ul li {
    width: 290px;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.Honorshow .picScroll-left .bd ul li .pic {
    text-align: center;
}

.Honorshow .picScroll-left .bd ul li .pic img {
    width: 232px;
    height: 165px;
    margin: 0 auto;
    display: block;
    padding: 2px;
}

.Honorshow .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.Honorshow .picScroll-left .bd ul li .title {
    width: 290px;
    height: 111px;
    line-height: 140px;
    background-color: #e8e8e8;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: -40px;
}

.Honorshow .picScroll-left .bd ul li .title a {
    color: inherit;
    cursor: pointer;
}

.newsbox {
    margin-top: 80px;
}

.newsbox .titledivs {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}

.newsbox .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.newsbox .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.newsbox .newlistbox .leftmain {
    width: 600px;
}

.newsbox .newlistbox .leftmain .imgs {
    width: 600px;
    height: 240px;
    margin-bottom: 30px;
}

.newsbox .newlistbox .leftmain .con .named {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsbox .newlistbox .leftmain .con .ncons {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsbox .newlistbox .wt {
    width: 560px;
}

.newsbox .newlistbox .wt .fournew .listsnews {
    margin-bottom: 35px;
    width: 560px;
    margin-right: 35px;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}

.newsbox .newlistbox .wt .fournew .listsnews:nth-of-type(2) {
    margin-right: 0;
}

.newsbox .newlistbox .wt .fournew .listsnews:nth-of-type(4) {
    margin-right: 0;
}

.newsbox .newlistbox .wt .fournew .listsnews .lefttime {
    text-align: center;
    width: 95px;
    height: 72px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.newsbox .newlistbox .wt .fournew .listsnews .lefttime .t1 {
    font-size: 49px;
    letter-spacing: 7px;
    line-height: 47px;
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    padding-left: 5px;
    box-sizing: border-box;
}

.newsbox .newlistbox .wt .fournew .listsnews .lefttime .t2 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.newsbox .newlistbox .wt .fournew .listsnews .txt {
    margin-left: 23px;
    width: 410px;
}

.newsbox .newlistbox .wt .fournew .listsnews .txt .name {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.newsbox .newlistbox .wt .fournew .listsnews .txt .con {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.newsbox .newlistbox .wt .fournew .listsnews:hover .t1,
.newsbox .newlistbox .wt .fournew .listsnews:hover .t2,
.newsbox .newlistbox .wt .fournew .listsnews:hover .name,
.newsbox .newlistbox .wt .fournew .listsnews:hover .con,
.newsbox .newlistbox .wt .fournew .listsnews:hover .seemores {
    color: #3782ff;
    cursor: pointer;
}

.newsbox .newlistbox .wt .fournew .listsnews:hover .lefttime {
    border-color: #3782ff;
}

.CommonProblem {
    height: 160px;
    margin-top: 20px;
}

.CommonProblem .picScroll-left .leftbs {
    width: 160px;
    height: 160px;
    background-color: #fff;
    padding-top: 1px;
}

.CommonProblem .picScroll-left .leftbs .hd {
    text-align: right;
    text-align: left;
}

.CommonProblem .picScroll-left .leftbs .hd .pro {
    line-height: 30px;
    letter-spacing: 1px;
    color: #3782ff;
    font-size: 24px;
    font-weight: bold;
}

.CommonProblem .picScroll-left .leftbs .hd .pro i {
    font-style: normal;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
}

.CommonProblem .picScroll-left .leftbs .btms {
    width: 100px;
    margin: 18px 0;
}

.CommonProblem .picScroll-left .leftbs .btms .prev,
.CommonProblem .picScroll-left .leftbs .btms .next {
    width: 38px;
    height: 36px;
    background-color: #3a3a3a;
    position: relative;
    display: inline-block;
}

.CommonProblem .picScroll-left .leftbs .btms .prev img,
.CommonProblem .picScroll-left .leftbs .btms .next img {
    width: 13px;
    height: auto;
    margin: auto;
}

.CommonProblem .picScroll-left .leftbs .btms .prev:hover,
.CommonProblem .picScroll-left .leftbs .btms .next:hover {
    background-color: #3782ff;
}

.CommonProblem .picScroll-left .leftbs .btms img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.CommonProblem .picScroll-left .rightbs {
    width: 1040px;
}

.CommonProblem .picScroll-left .rightbs .bd li {
    width: 500px;
    height: 85px;
    background-color: #ffffff;
    border: solid 6px #eaeaea;
    margin-right: 20px;
    padding: 15px 0;
    box-sizing: content-box;
}

.CommonProblem .picScroll-left .rightbs .bd li .title {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 37px;
}

.CommonProblem .picScroll-left .rightbs .bd li .title i {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #3782ff;
    display: inline-block;
    font-style: normal;
    border-radius: 50%;
    margin-right: 5px;
}

.CommonProblem .picScroll-left .rightbs .bd li .da {
    margin-left: 37px;
}

.CommonProblem .picScroll-left .rightbs .bd li .da .das {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #3a3a3a;
    display: inline-block;
    font-style: normal;
    border-radius: 50%;
    margin-right: 5px;
}

.CommonProblem .picScroll-left .rightbs .bd li .da .dascon {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666;
    font-weight: normal;
    width: 368px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partner {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.partner .titledivs {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.partner .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.partner .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.partner .ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.partner .ul li {
    width: 180px;
    height: 90px;
    margin-right: 24px;
    margin-bottom: 25px;
}

.partner .ul li:nth-of-type(6n) {
    margin-right: 0;
}

.partner .btncss {
    width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #3782ff;
    box-sizing: border-box;
    margin: 40px auto 0 auto;
    color: #3782ff;
    font-size: 16px;
}

.partner .btncss a {
    color: inherit;
    cursor: pointer;
}

.ServiceItems {
    margin-top: 80px;
}

.ServiceItems .titledivs {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.ServiceItems .titledivs .t1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #3782ff;
    font-weight: bold;
    margin-bottom: 10px;
}

.ServiceItems .titledivs .t2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
}

.ServiceItems .prodetailbox {
    margin-top: 40px;
}

.ServiceItems .prodetailbox .btms {
    width: 210px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 130px;
    z-index: 90;
}

.ServiceItems .prodetailbox .btms .bts {
    background: url("/public/images/13.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 90;
}

.ServiceItems .prodetailbox .btms .prev,
.ServiceItems .prodetailbox .btms .next {
    width: 100px;
    height: 95px;
    position: relative;
    display: inline-block;
}

.ServiceItems .prodetailbox .btms .prev:hover,
.ServiceItems .prodetailbox .btms .next:hover {
    background-color: #b50102;
}

.ServiceItems .prodetailbox .btms .prev {
    background: url("/public/images/17.png") center no-repeat;
}

.ServiceItems .prodetailbox .btms .prev:hover {
    background: url("/public/images/14.png") center no-repeat;
}

.ServiceItems .prodetailbox .btms .next {
    background: url("/public/images/15.png") center no-repeat;
}

.ServiceItems .prodetailbox .btms .next:hover {
    background: url("/public/images/16.png") center no-repeat;
}

.ServiceItems .prodetailbox .btms img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ServiceItems .prodetailbox .btms .ads {
    width: 210px;
    height: 210px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    z-index: 10;
}

.ServiceItems .prodetailbox .contents {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.ServiceItems .prodetailbox .contents .leftb {
    width: 630px;
    height: 600px;
}

.ServiceItems .prodetailbox .contents .leftb .focusBox2 .hd {
    text-align: right;
    margin-top: -60px;
    margin-right: -100px;
}

.ServiceItems .prodetailbox .contents .leftb .focusBox2 .bd li {
    width: 630px;
    height: 600px;
}

.ServiceItems .prodetailbox .contents .rightb {
    width: 565px;
    height: 580px;
    background-color: #ffffff;
    position: relative;
}

.ServiceItems .prodetailbox .contents .rightb .tels {
    width: 270px;
    position: relative;
    display: inline-block;
    margin-left: 150px;
}

.ServiceItems .prodetailbox .contents .rightb .tels::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url("/public/images/3.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -70px;
}

.ServiceItems .prodetailbox .contents .rightb .tels span:first-child {
    font-size: 16px;
    color: #666;
    line-height: 15px;
    display: inline-block;
}

.ServiceItems .prodetailbox .contents .rightb .tels span:last-child {
    font-size: 30px;
    color: #3782ff;
    display: inline-block;
    margin-top: 7px;
    font-weight: bold;
}

.ServiceItems .prodetailbox .contents .rightb .mibs15 {
    width: 420px;
    height: 310px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding-left: 70px;
    position: absolute;
    right: 270px;
    top: 102px;
    padding: 40px 40px 40px 90px;
    box-sizing: border-box;
}

.ServiceItems .prodetailbox .contents .rightb .futext {
    width: 338px;
    height: 50px;
}

.ServiceItems .prodetailbox .contents .rightb .name {
    font-size: 24px;
    color: #333;
    position: relative;
    margin-top: 30px;
    font-weight: bold;
}

.ServiceItems .prodetailbox .contents .rightb .name::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: -105px;
    top: 75px;
}

.ServiceItems .prodetailbox .contents .rightb .con {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #333;
    margin-top: 17px;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ServiceItems .prodetailbox .contents .rightb .ljzx15 {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #3782ff;
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-top: 50px;
    margin-left: 100px;
}

.ServiceItems .prodetailbox .contents .rightb .ljzx15 a {
    color: inherit;
    cursor: pointer;
}

.ServiceItems .prodetailbox .contents .rightb .ljzx15:hover {
    color: #fff;
}

.ServiceItems .prodetailbox .contents .rightb .ljzx15::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/public/images/11.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.ServiceItems .prodetailbox .contents .rightb .numsbox {
    width: 140px;
    position: absolute;
    right: -60%;
    top: 0;
}

.ServiceItems .prodetailbox .contents .rightb .numsbox .num15 {
    font-family: 'Times New Roman';
    font-size: 78px;
    letter-spacing: 2px;
    color: #666666;
    position: relative;
}

.ServiceItems .prodetailbox .contents .rightb .numsbox .num15::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #999999;
    position: absolute;
    top: 90px;
    left: 30%;
}

.ServiceItems .prodetailbox .contents .rightb .numsbox .futext15 {
    width: 50px;
    height: 338px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ServiceItems .prodetailbox .prodtaillist {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.ServiceItems .prodetailbox .prodtaillist .listImg {
    width: 285px;
    height: 270px;
    margin-right: 22px;
    border: 2px solid transparent;
    box-sizing: border-box;
    position: relative;
}

.ServiceItems .prodetailbox .prodtaillist .listImg:nth-of-type(3) {
    margin-right: 0;
}

.ServiceItems .prodetailbox .prodtaillist .listImg .texts {
    width: 170px;
    height: 45px;
    line-height: 37px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ServiceItems .prodetailbox .prodtaillist .listImg .texts::before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
}

.ServiceItems .prodetailbox .prodtaillist .on {
    border-color: #3782ff;
}

.footerbox {
    background-color: #181818;
    box-sizing: border-box;
}

.footerbox .yqlink {
    height: 100px;
    line-height: 100px;
    background-color: #eeeeee;
    margin-bottom: 1px;
}

.footerbox .yqlink .linktitle {
    width: 234px;
    margin-top: 30px;
}

.footerbox .yqlink .tab_box {
    margin-left: 60px;
}

.footerbox .yqlink .tab_box .tab {
    display: inline-block;
    margin-right: 46px;
    font-size: 16px;
    color: #666666;
}

.footerbox .yqlink .tab_box .tab a {
    color: inherit;
    cursor: pointer;
}

.footerbox .yqlink .tab_box .tab a:hover {
    color: #3782ff;
}

.footerbox .footerbox {
    background-color: #181818;
    box-sizing: border-box;
    padding-top: 85px;
}

.footerbox .footerbox .footernavbox {
    display: flex;
    justify-content: space-between;
}

.footerbox .footerbox .footernavbox .onebox {
    width: 376px;
}

.footerbox .footerbox .footernavbox .onebox .logos {
    width: 100px;
    height: 23px;
}

.footerbox .footerbox .footernavbox .onebox .dhbun {
    font-size: 30px;
    font-weight: bold;
    color: #3782ff;
}

.footerbox .footerbox .footernavbox .onebox .righttels {
    margin-top: 20px;
    color: #999;
    font-size: 16px;
}

.footerbox .footerbox .footernavbox .onebox .righttels .sdm1 {
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 32px;
    display: inline-block;
}

.footerbox .footerbox .footernavbox .twobox {
    margin: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.footerbox .footerbox .footernavbox .twobox .kuaislinks {
    display: inline-block;
}

.footerbox .footerbox .footernavbox .twobox .kuaislinks .titlebox {
    width: 100px;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footerbox .footerbox .footernavbox .twobox .kuaislinks ul {
    width: 75px;
    display: inline-grid;
    margin-right: 33px;
}

.footerbox .footerbox .footernavbox .twobox .kuaislinks ul .li {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.footerbox .footerbox .footernavbox .twobox .kuaislinks ul .li a {
    color: inherit;
    cursor: pointer;
}

.footerbox .footerbox .footernavbox .twobox .kuaislinks ul .li:hover {
    color: #3782ff;
    cursor: pointer;
}

.footerbox .footerbox .footernavbox .maps {
    width: 360px;
    height: 210px;
    position: relative;
}

.footerbox .footerbox .butbq {
    border-top: 1px solid #333333;
    margin-top: 60px;
}

.footerbox .footerbox .butbq .bangq {
    font-size: 14px;
    color: #999999;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerbox .footerbox .butbq .bangq a {
    color: inherit;
    cursor: pointer;
}

.footerbox .footerbox .butbq .bangq a:hover {
    color: #3782ff;
}

.footerbox .leftbq {
    width: 500px;
    float: left;
}