*{user-select:none;}
.w12 {
    width: 1200px;
    margin: 0px auto;
}

.w {
    width: 100%;
    margin: 0px auto;
}

.dpf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input,
button,
textarea {
    outline: none;
}

.ma {
    margin: 0px auto;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
option {
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

ul,
li,
div {
    list-style: none;
    border: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

html {
    -webkit-text-size-adjust: none;
    user-select: none;
}

input {
    outline: none;
}

textarea {
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

body {
    font-size: 14px;
    min-width: 1200px;
    color: #444;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #444;
}

a:hover {
    color: #c76260;
}

@font-face {
    font-family: 'iconfont';  /* service id 2446378 */
    src: url('//at.alicdn.com/t/font_2446378_36nhdqd7dsz.woff2?t=1623981738903') format('woff2'),
    url('//at.alicdn.com/t/font_2446378_36nhdqd7dsz.woff?t=1623981738903') format('woff'),
    url('//at.alicdn.com/t/font_2446378_36nhdqd7dsz.ttf?t=1623981738903') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: Arial, sans-serif;
}

body {
    background: #fff;
    min-width: 1200px;
}

.header {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.header-top {
    height: 68px;
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #505050;
    font-size: 14px;
}

.header-top .item {
    padding-left: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-top .item i.iconfont {
    font-size: 20px;
    padding-right: 8px;
    color: #808080;
}

.header-top .en-cn {
    width: 86px;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

.header-top .en-cn span {
    display: flex;
    justify-content: space-between;
}

.header-top .en-cn span a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .en-cn span a img {
    height: 24px;
}

.header-top .en-cn span a i.iconfont {
    font-size: 10px;
    color: #999;
    margin-top: 4px;
}

.header-top .en-cn ul {
    display: none;
    width: 122px;
    position: absolute;
    top: 0px;
    padding-top: 30px;
    z-index: 1;
}

.header-top .en-cn ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.header-top .en-cn ul li a img {
    height: 16px;
    margin-right: 8px;
}

.header-top .en-cn ul li a i.iconfont {
    font-size: 10px;
    color: #999;
    margin-top: 4px;
}

.header-top .en-cn:hover ul {
    display: block;
}

.header-search {
    width: 400px;
    border: 1px solid #eee;
    margin-left: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search input {
    width: 336px;
    height: 40px;
    border: none;
    padding-left: 10px;
    font-size: 15px;
}

.header-search button {
    color: #999;
    font-size: 18px;
    border: none;
    background: none;
    padding: 0 16px;
}

.header-search button i.iconfont {
    font-size: 24px;
}

.header-nav {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
}

.header-nav .logo img {
    height: 54px;
}

.header-nav #nav {
    width: 710px;
}

.header-nav #nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav #nav ul li a {
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav #nav ul li a i.iconfont {
    font-size: 10px;
    color: #999;
    padding-left: 8px;
    padding-top: 5px;
}

.header-nav #nav ul li:Hover a {
    color: #c34b44;
}

.header-nav #nav ul li:Hover a i.iconfont {
    color: #c34b44;
}

.header-nav #nav ul li.active a {
    color: #c34b44;
    font-size: 16px;
}

.header-box {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #f6f6f6;
}

#downmenu {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
    background: #fcfcfc;
    display: none;
    z-index: 8000;
}

.menu-item {
    width: 1200px;
    margin: 0px auto;
    display: none;
}

.menu-item.active {
    display: block;
}

.menu-box {
    width: 100%;
    margin: 0px auto;
}

.menu-box ul {
    background: #f6f6f6;
    padding: 20px 0px;
    width: 260px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.menu-box ul li {
    position: relative;
    z-index: 10;
    padding: 0px 30px;
}

.menu-box ul li span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #505050;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-box ul li span i {
    width: 4px;
    height: 20px;
    display: block;
    margin-right: 12px;
}

.menu-box ul li ul {
    position: absolute;
    z-index: 11;
    background: none;
    display: none;
    padding: 0px 30px;
    left: 250px;
    width: 940px;
}

.menu-box ul li ul li {
    padding: 15px 0px;
    line-height: 1.6;
    border-bottom: 1px dashed #eee;
}

.menu-box ul li ul li a {
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
}

.menu-box ul li ul li a i {
    width: 6px;
    height: 6px;
    background: #808080;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.menu-box ul li ul li a:hover {
    color: #2e2e2e;
}

.menu-box ul li ul li a:hover i {
    background: #d98c90;
}

.menu-box ul li:hover span,
.menu-box ul li.active span {
    color: #c34b44;
}

.menu-box ul li:hover span i,
.menu-box ul li.active span i {
    background: #c34b44;
}

.menu-box ul li:hover ul,
.menu-box ul li.active ul {
    display: block;
}

.down-box {
    width: 260px;
    margin: 30px auto;
    padding: 0px 0px 15px 0px;
}

.down-box .down-box_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.down-box .down-box_title i {
    width: 4px;
    background: #c34b44;
    height: 22px;
    margin-right: 20px;
}

.down-box .down-box_title span {
    color: #c34b44;
    font-size: 20px;
    border-bottom: 1px solid #999;
    padding: 5px 15px 5px 0px;
    min-width: 180px;
    line-height: 30px;
    height: 30px;
}

.down-box .down-box_item {
    padding-top: 20px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
}

.down-box .down-box_item a b {
    color: #1c1c1c;
    font-size: 18px;
    padding: 6px 0px;
    display: block;
    font-weight: 400;
}

.down-box .down-box_item a p {
    font-size: 14px;
    color: #666;
}

.down-box .down-box_item a:hover b {
    color: #c34b44;
}

.down-box .down-box_item a:hover p {
    color: #444;
}

.down-box.two {
    width: 630px;
}

.down-box.two .down-box_item a {
    margin-right: 60px;
}

#banner {
    width: 100%;
    height: 600px;
}

#banner .swiper-wrapper .swiper-slide {
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%!important;
}

#banner .swiper-wrapper .swiper-slide a {
    margin: 0px auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#banner .swiper-wrapper .swiper-slide .ntxt {
    width: 800px;
    margin: 0px auto;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px 0 0;
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: -340px;
}

#banner .swiper-wrapper .swiper-slide a b {
    font-size: 28px;
    color: #fff;
    max-width: 800px;
    padding: 30px 0px;
    display: block;
    margin: 0px auto;
}

#banner .swiper-wrapper .swiper-slide a p {
    font-size: 16px;
    line-height: 1.9;
    color: #fff;
    max-width: 800px;
    display: block;
    margin: 0px auto;
}

#banner .swiper-wrapper .swiper-slide a span {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    margin: 70px auto;
    line-height: 40px;
    height: 40px;
    width: 120px;
    text-align: center;
    background: rgba(200, 100, 100, 0.1);
    display: block;
    color: #fff;
}

.all-title {
    width: 100%;
    text-align: center;
    display: block;
    padding: 60px 0px;
}

.all-title b {
    font-size: 26px;
    color: #333;
    line-height: 45px;
    height: 45px;
    display: none;
}

.all-title p {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: bold;
    text-transform: uppercase;
}

.index-case {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

.index-case_tab {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid rgba(204, 101, 100, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 260px;
    text-align: center;
    padding: 40px 15px;
}

.index-case_tab i.iconfont {
    font-size: 52px;
    color: #fff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 0px auto 20px;
    display: block;
    background: #cc6564;
    border-radius: 69px;
}

.index-case_tab b {
    color: #505050;
    font-size: 20px;
    padding: 10px 0px 40px 0px;
    display: block;
}

.index-case_tab p {
    line-height: 170%;
    font-size: 13px;
    color: #666;
    width: 100%;
    text-align: left;
    height: 90px;
    box-sizing: border-box;
    padding: 0px 10px;
    overflow: hidden;
}

.index-case_tab:hover {
    background: rgba(204, 101, 100, 0.06);
    border: 1px solid rgba(204, 101, 100, 0.2);
}

.index-pro {
    background: #fafafa;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.index-pro_list {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.index-pro_list .index-pro_tab {
    text-align: left;
    width: 48%;
    margin-bottom: 30px;
}

.index-pro_list .index-pro_tab a {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 19px 0px rgba(190, 190, 190, 0.12);
    display: flex;
    padding: 30px 30px;
}

.index-pro_list .index-pro_tab .imgs {
    width: 230px;
    border-radius: 200px;
    transition: transform .3s;
    transition-timing-function: linear;
}

.index-pro_list .index-pro_tab .imgs:hover {
    transform: scale(1.06);
    transition: 0.4s;
}

.index-pro_list .index-pro_tab .imgs img {
    height: 120px;
}

.index-pro_list .index-pro_tab .content {
    margin: 10px 0 0 26px;
}

.index-pro_list .index-pro_tab b {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    height: 52px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    text-align: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-pro_list .index-pro_tab p {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
}

.index-pro_list .index-pro_tab:hover b {
    color: #c34b44;
}

.index-pro_list .index-pro_tab:hover p {
    color: #2e2e2e;
    opacity: 0.5;
}

.index-about_list {
    width: 1400px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-about_list img {
    margin-right: 8px;
}

.index-about_list_left {
    width: 400px;
}

.index-about_list_center {
    width: 470px;
}

.index-about_list_center img {
    max-width: 100%;
}

.index-about_list_right {
    width: 400px;
}

.about-item {
    width: 100%;
}

.about-item b {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #555;
    padding-left: 5px;
}

.about-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    padding-left: 5px;
    margin-bottom: 30px;
}

.index-news {
    background: #fafafa;
    padding-bottom: 80px;
}

.index-news .index-news_main {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 520px;
    margin-top: 10px;
    border: solid 1px #e5e5e5;
}

.news-right {
    width: 600px;
}

.news-tab {
    width: 100%;
    display: block;
}

.news-tab .imgs {
    width: 100%;
    height: 334px;
    overflow: hidden;
}

.news-tab .imgs img {
    width: 100%;
    height: inherit;
}

.news-text {
    background: #fff;
    padding: 30px 20px 20px;
    font-size: 16px;
    color: #333;
}

.news-text b {
    font-weight: normal;
    display: block;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 17px;
}

.news-text p {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 0 30px;

}

.news-text time {
    font-size: 16px;
    color: #939393;
    font-size: 14px;
    font-weight: normal;
}

.news-text time .iconfont {
    margin-right: 10px;
    color: #bfbfbf;
}

.news-item a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-bottom: 16px;
    display: block;
    border-bottom: solid 1px #e5e5e5;
}

.news-item a p {
    font-weight: normal;
    width: 540px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item a time {
    color: #939393;
    font-size: 14px;
}


.news-item:Hover p,
.news-text:Hover b
{
    color: #cc6564;
}

.news-item:Hover time {
    color: #666;
}

.morenews {
    width: 160px;
    text-align: center;
    background: #c34b44;
    line-height: 52px;
    height: 52px;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #fff;
    font-size: 18px;
    margin: 80px auto auto auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
}

.morenews:Hover {
    width: 240px;
    background: rgba(202, 29, 36, 0.9);
    color: #fff;
}

.index-case_success {
    width: 100%;
}

.index-case_custom {
    overflow: hidden;
}

.index-case_custom .index-case_list {
    animation: carousel1 40s infinite;
    animation-timing-function: linear;
    flex-flow: nowrap;
}

.index-case_custom02 .index-case_list {
    right: 6206px!important;
    position: relative;
    animation: carousel2 40s infinite;
    animation-timing-function: linear;
    flex-flow: nowrap;
}



@keyframes carousel1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(calc(-270px * 15) + 40px));
    }
}

@keyframes carousel2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(calc(270px * 15) - 40px));
    }
}

.index-case_list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}

.index-case_list .case-tab {
    width: 190px;
    height: 90px;
    box-shadow: 0px 0px 6px 3px rgba(122, 122, 122, 0.1);
    margin: 0 40px;
    margin-bottom: 20px;
}

.index-case_list .case-tab img {
    width: 190px;
    height: 90px;
}

.footer {
    width: 100%;
    background: #353535;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0px 20px 0px;
    margin-top: 40px;
}

.footer .navcode {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.footer .navcode .footer-nav {
    display: flex;
    justify-content: flex-start;
    width: 900px;
}

.footer .navcode .footer-nav .footer-nav_item {
    width: 50%;
}

.footer .navcode .footer-nav .footer-nav_item b {
    color: #f0f1f3;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    display: block;
    line-height: 50px;
    height: 50px;
}

.footer .navcode .footer-nav .footer-nav_item a {
    font-size: 14px;
    color: #bfbfbf;
    line-height: 34px;
    height: 34px;
    display: block;
}

.footer .navcode .footer-nav .footer-nav_item a:hover {
    color: #ffffff;
}

.footer .navcode .footer-code {
    width: 240px;
    text-align: center;
}

.footer .navcode .footer-code img {
    max-width: 200px;
    margin-bottom: 15px;
    width: 120px;
}

.footer .navcode .footer-code p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .navcode .footer-code span {
    font-size: 16px;
    color: #cacccf;
    display: block;
    font-weight: 100;
    line-height: 40px;
    height: 40px;
}

.footer .copyright {
    width: 1200px;
    margin: 0px auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    opacity: 0.7;
}

.footer .copyright a {
    font-size: 14px;
    color: #bfbfbf;
    padding: 0px 10px;
    font-weight: 100;
}

.footer .copyright a:hover {
    color: #ffffff;
}

.footer .copyright .copyright-text {
    font-weight: 100;
    color: #fff;
    font-size: 14px;
}

#nybanenr {
    background-size: auto 260px;
    display: block;
    height: 260px;
    width: 100%;
    display: flex;
    align-items: center;
}

#nybanenr h1 {
    color: #b5b6b8;
    font-size: 42px;
    margin: 0px auto;
    font-style: italic;
    letter-spacing: 5px;
}

.nymain {
    width: 1400px;
    margin: 0px auto 60px;
    display: flex;
    justify-content: space-between;
}

.nymain .main-left {
    width: 340px;
    margin-top: -66px;
}

.nymain .main-right {
    width: 1000px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: auto;
    padding: 0px 30px;
}

.left-ca {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    -moz-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
    padding-bottom: 10px;
}

.left-ca span {
    line-height: 66px;
    height: 66px;
    border-bottom: 1px dotted #d0d0d0;
    font-weight: bold;
    color: #505050;
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 18px;
}

.left-ca ul li {
    line-height: 48px;
    height: 48px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0px 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.left-ca ul li i {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #bfbfbf;
    margin-right: 10px;
}

.left-ca ul li a {
    font-size: 14px;
    width: 210px;
    color: #666;
    overflow: hidden;
    line-height: 48px;
    height: 48px;
    display: block;
}

.left-ca ul li.active,
.left-ca ul li:Hover {
    background: #c34b44;
    color: #fff;
}

.left-ca ul li.active a,
.left-ca ul li:Hover a {
    color: #fff;
}

.left-ca ul li.active i,
.left-ca ul li:Hover i {
    color: #fff;
    background: #fff;
}

.left-item {
    width: 100%;
}

.left-item a {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 20px;
    line-height: 58px;
    height: 58px;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 16px;
}

.left-item a:Hover {
    background: #c34b44;
    color: #fff;
    border: 1px solid #c34b44;
}

.left-server-item {
    padding-top: 30px;
}

.left-server-item a {
    padding: 33px 0px;
    display: block;
    background: #b84e4b;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.left-server-item a b {
    font-size: 18px;
    color: #fff;
    padding: 0px 0px 5px 0px;
    display: block;
}

.left-server-item a p {
    font-size: 14px;
    color: #fff;
}

.left-server-item a:hover {
    background: #d85c58;
}

.solution-detail {
    width: 100%;
    padding: 30px 0px;
}

.solution-detail .imgs {
    width: 100%;
}

.solution-detail .imgs img {
    max-width: 600px;
    max-height: 255px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0px auto;
    display: block;
}

.solution-detail .name {
    font-size: 28px;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    display: block;
    line-height: 1.6;
}

.all-content {
    line-height: 2;
    font-size: 16px;
    padding: 30px 0px;
}

.all-content p {
    line-height: 2.2;
}

.all-content p span {
    font-size: 15px;
}

.all-content * {
    word-wrap: break-word;
}

.all-content section {
    width: 100%;
}

.prev-next {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eee;
    height: 100px;
}

.prev-next a {
    line-height: 40px;
    height: 40px;
    color: #666666;
    background-color: #f7f8fa;
    box-shadow: #bfbfbf solid 1px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0px 10px;
    padding: 0 15px;
}

.prev-next a:Hover {
    color: #fff;
    background: #c34b44;
    border-color: #c34b44;
}

.about-content {
    width: 1300px;
    margin: 0px auto;
    font-size: 16px;
    color: #505050;
    line-height: 2;
    padding: 10px 0px 100px 0px;
}

.down-list {
    width: 1100px;
    padding: 60px 0px 20px 0px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.down-list_item {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    -moz-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    background: #fff;
    width: 320px;
    margin: 0 0 50px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.down-list_item .imgs {
    border: 1px solid #c34b44;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.down-list_item .imgs img {
    width: 60px;
    margin: 0px auto;
}

.down-list_item b {
    padding: 20px 0px;
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6;
}

.down-list_item p {
    color: #999;
    font-size: 12px;
}

.down-list_item:nth-child(3n) {
    margin-right: 0px;
}

.down-list_item:hover {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(122, 121, 122, 0.1);
    -moz-box-shadow: 0px 0px 7px 1px rgba(122, 121, 122, 0.1);
    box-shadow: 0px 0px 7px 1px rgba(122, 121, 122, 0.1);
}

.left-ca_news {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    -moz-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
}

.left-ca_news span {
    line-height: 66px;
    height: 66px;
    border-bottom: 1px dotted #d0d0d0;
    font-weight: bold;
    color: #505050;
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 18px;
}

.left-ca_news ul {
    padding: 16px 0px;
}

.left-ca_news ul li {
    line-height: 48px;
    height: 48px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    transition: 0.3s;
}

.left-ca_news ul li i.iconfont {
    line-height: 24px;
    height: 24px;
    color: #bfbfbf;
}

.left-ca_news ul li a {
    font-size: 14px;
    width: 270px;
    color: #666;
    display: block;
    line-height: 1.6;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.left-ca_news ul li:Hover {
    color: #c34b44;
    height: 78px;
}

.left-ca_news ul li:Hover a {
    color: #c34b44;
    white-space: normal;
    overflow: visible;
}

.news-prev-next {
    width: 100%;
    margin: 0px auto;
}

.news-prev-next a {
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0px 12px;
    line-height: 42px;
    height: 42px;
    color: #808080;
    display: block;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
}

.news-prev-next a:hover {
    background: #c34b44;
    color: #fff;
}

.news-list {
    width: 100%;
    padding: 20px 0 100px;
}

/*.news-list a {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

.news-list_tab {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 26px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list_tab .news-list_tab_left {
    width: 670px;
}

.news-list_tab .news-list_tab_left b {
    line-height: 36px;
    height: 36px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news-list_tab .news-list_tab_left p {
    font-size: 14px;
    color: #505050;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    margin: 10px auto;
}

.news-list_tab .news-list_tab_left .time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.news-list_tab .news-list_tab_left .time i.iconfont {
    color: #bbb;
    padding-right: 5px;
}

.news-list_tab .news-list_tab_left .time .more {
    color: #c34b44;
}

.news-list_tab .news-list_tab_right {
    width: 220px;
    height: 145px;
    transition: transform .3s;
    transition-timing-function: linear;
}

.news-list_tab .news-list_tab_right:hover {
    transform: scale(1.03);
    transition: 0.3s;
    box-shadow: 0px 0px 6px 0px rgba(4, 4, 4, 0.17);
}

.news-list_tab .news-list_tab_right img {
    width: 220px;
    height: 145px;
}

.news-list_tab:hover b {
    color: #c34b44;
}

.news-list_tab:hover .time {
    opacity: 0.8;
}

.news-detail {
    padding: 40px 0px;
}

.news-detail .ntitle {
    text-align: center;
    padding: 20px 0px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
}

.news-detail time {
    text-align: center;
    display: block;
    padding: 10px 9px;
    color: #999;
    font-size: 14px;
}

.news-detail time i.iconfont {
    padding-right: 5px;
}

.singlepage {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    padding: 40px 0px;
}

.singlepage-title {
    font-size: 32px;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 20px 0px 30px;
    font-weight: bold;
}

.singlepage-content {
    color: #666;
    line-height: 200%;
    padding-top: 30px;
    font-size: 16px;
    margin-bottom: 80px;
}

.singlepage-content .sub-title {
    font-weight: bold;
    display: block;
    padding: 12px 0px;
    color: #222;
}

.search-box {
    width: 1000px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    -moz-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
}

.search-box .search-box_bar {
    margin: 50px auto;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-box .search-box_bar .search-type {
    position: relative;
    width: 240px;
    text-align: center;
}

.search-box .search-box_bar .search-type span {
    color: #505050;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box .search-box_bar .search-type span b {
    width: 220px;
    font-weight: normal;
}

.search-box .search-box_bar .search-type span i.iconfont {
    color: #ccc;
    font-size: 12px;
    padding-right: 10px;
}

.search-box .search-box_bar .search-type ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 32px;
    width: 220px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 1;
    background: #fff;
}

.search-box .search-box_bar .search-type ul li {
    line-height: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 16px;
    padding-right: 20px;
}

.search-box .search-box_bar .search-type ul li:Hover {
    background: #f0f0f0;
}

.search-box .search-box_bar .search-input {
    width: 540px;
}

.search-box .search-box_bar .search-input input[type='text'] {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    border: none;
}

.search-box .search-box_bar .search-button {
    width: 110px;
    border: none;
    line-height: 52px;
    height: 52px;
    background: #c34b44;
    color: #fff;
    font-size: 16px;
}

.search-box .search-box_bar .search-button i.iconfont {
    font-size: 18px;
    padding-right: 6px;
}

.search-result {
    width: 1000px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    margin: 0px auto;
}

.search-result_item {
    border-bottom: 1px solid #eee;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.search-result_item span.label {
    text-align: right;
    width: 220px;
    display: block;
}

.search-result_item .s-content {
    width: 730px;
}

.email-info {
    width: 100%;
    max-width: 850px;
    margin: 0px auto;
    color: #c34b44;
    font-size: 16px;
    padding: 60px 0px 20px 0px;
    text-align: center;
}

.note {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
    padding: 15px 15px 50px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.note b {
    font-size: 15px;
    padding: 15px 0px;
    display: block;
}

.note p {
    font-size: 14px;
    color: #505050;
    line-height: 1.6;
}

.suggest-title {
    text-align: center;
    width: 100%;
    padding: 20px 0px;
}

.suggest-title b {
    font-size: 32px;
    color: #333;
    display: block;
    padding: 30px 0px;
}

.suggest-title p {
    font-size: 16px;
    color: #333;
}

.form-box {
    width: 840px;
    margin: 20px auto;
}

.form-box_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*min-height: 80px;*/
    margin-top: 26px;
}

.form-box_item .label {
    width: 136px;
    font-size: 16px;
    color: #505055;
    text-align: right;
}

.form-box_item .form-box_c {
    width: 680px;
}

.form-box_item .form-box_c input[type="text"] {
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 12px 12px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
}

.form-box_item .form-box_c .textarea {
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 12px 12px;
    border: 1px solid #eee;
    width: 100%;
}

.form-box_item_button .form-box_c .summit-bnt {
    display: block;
    margin: 40px auto 20px;
}

.summit-bnt {
    background: #c34b44;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 130px;
    border: none;
    padding: 15px 0px;
}

.form-box_item_button .form-box_agreement {
    margin-top: 10px;
}

.form-box_item_button .form-box_agreement span {
    color: #505050;
    line-height: 1.6;
    font-size: 14px;
    margin-left: 10px;
}


.summit-bnt:Hover {
    opacity: 0.8;
}

.suggest-contact {
    width: 400px;
    padding-left: 200px;
    margin: 20px auto;
    font-size: 16px;
    color: #505050;
}

.suggest-contact b {
    padding: 40px 0px 20px 0px;
    display: block;
    font-weight: normal;
}

.suggest-contact p {
    padding: 8px 0px;
}

.suggest-contact span {
    padding: 40px 0px;
    display: block;
}

.contact-type {
    width: 100%;
    background: #fafafa;
    padding-top: 45px;
    border-bottom: 4px solid #efefef;
}

.contact-type .typename {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

.contact-type .typename span {
    cursor: pointer;
    font-size: 20px;
    width: 300px;
    text-align: center;
    height: 50px;
    position: relative;
    font-weight: bold;
}

.contact-type .typename span i {
    height: 8px;
    width: 60%;
    background: #e9e9e9;
    display: block;
    position: absolute;
    left: 20%;
    bottom: -4px;
    z-index: 10;
    display: none;
}

.contact-type .typename span.active i {
    display: block;
}

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

/*contact start*/

.all .all-item {
    display: none;
    width: 100%;
}

.all .all-item .contact-one {
    padding: 50px 0px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all .all-item .contact-one_left {
    width: 60%;
}

.all .all-item .contact-one_left b.t {
    font-size: 24px;
    padding: 10px 0px 30px 0px;
    display: block;
    font-weight: normal;
}

.all .all-item .contact-one_left .tel-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px 30px 0px;
}

.all .all-item .contact-one_left .tel-item i.iconfont {
    color: #999;
    font-size: 18px;
    padding: 8px 12px 8px 0px;
}

.all .all-item .contact-one_left .tel-item b {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    height: 40px;
}

.all .all-item .contact-one_left .tel-item p {
    font-size: 18px;
    color: #505050;
}

.all .all-item .contact-one_right {
    width: 40%;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    -moz-box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
    box-shadow: 0px 0px 4px 1px rgba(122, 121, 122, 0.05);
}

.all .all-item .contact-one_right img {
    width: 100%;
}

.contact-two {
    width: 100%;
    padding-bottom: 40px;
}

.contact-two_item {
    width: 400px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 130px;
    margin-top: 40px;
    float: left;
    display: block;
    padding-left: 40px;
    position: relative;
}

.contact-two_item b {
    line-height: 30px;
    height: 32px;
    color: #505050;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.contact-two_item p {
    font-size: 14px;
    padding: 5px 0px;
    display: block;
}

.contact-two_item::before {
    width: 19px;
    height: 115px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #c34b44;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 6px 0px 5px 0px rgba(184, 71, 71, 0.2);
}

.contact-two::after {
    clear: both;
    content: "";
    display: block;
}

.guoji-list {
    width: 1200px;
    padding: 50px 0px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guoji-list .guoji-tab {
    width: 560px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 26px 50px 26px 50px;
    position: relative;
    margin-bottom: 50px;
    transition: transform .3s;
    transition-timing-function: linear;
    background: url(/img/add_img.png) right bottom no-repeat #fff;
}

.guoji-list .guoji-tab h3 {
    margin-bottom: 10px;
}

.guoji-list .guoji-tab b {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
}

.guoji-list .guoji-tab p {
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

.guoji-list .guoji-tab p i {
    color: #b1b1b1;
    font-size: 20px;
    margin-right: 10px;
}

.guoji-list .guoji-tab p span {
    font-size: 15px;
}

.guoji-list::after {
    content: "";
    width: 360px;
    height: 0;
    display: block;
}

.guoji-list .guoji-tab:hover {
    transform: scale(1.01);
    box-shadow: 0 0 14px 0 rgba(0,0,0,.06);
}

.tablebox {
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
    background: #fff;
    width: 1200px;
    margin: 20px auto;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-right: none;
    font-size: 16px;
}

.tablebox td {
    border-bottom: 1px solid #eee;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 8px 12px;
    line-height: 2;
    border-right: 1px solid #eee;
}

.tablebox td.tc {
    text-align: center;
}

.tablebox td.pd16 {
    padding: 16px;
}

.tablebox td.pd16 p {
    line-height: 1.8;
}

.tablebox .table-logo {
    height: 30px;
}

.tablebox.tab2 p {
    line-height: 1.8;
}

.ex-info {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 1.8;
    color: #505050;
}

.ex-info p {
    line-height: 1.8;
}

.ex-info.right {
    text-align: right;
}

.ex-info.right p {
    line-height: 1.8;
}

.ex-company {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #555;
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
}

.ex-company p {
    line-height: 1.8;
}

.input-m {
    width: 100%;
    padding: 8px 0px;
    border: none;
    background: none;
    font-size: 16px;
}

.remarks {
    width: 1200px;
    margin: 40px auto auto auto;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ddd;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.remarks .rtextarea {
    width: 1050px;
    border: none;
    font-size: 16px;
}

.bts {
    width: 1200px;
    padding: 20px 0px 70px 0px;
    text-align: center;
    margin: 0px auto;
}

.bts .summit-bnt2 {
    background: #c34b44;
    color: #fff;
    font-size: 16px;
    margin: 0px auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 14px 30px;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 200px;
    border: none;
}

.bts .summit-bnt2:Hover {
    opacity: 0.8;
}

td.radioitem {
    text-align: center;
}

td.radioitem i.iconfont {
    font-size: 28px;
    opacity: 0;
}

td.radioitem input[type="radio"] {
    opacity: 0;
}

td.radioitem.active {
    background-color: #f8f2f2;
}

td.radioitem.active i.iconfont {
    color: #b84e4b;
    opacity: 1;
}

.bshare-share-count,
.bshare-more {
    display: none !important;
}

.share {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.share-left {
    font-size: 13px;
    color: #808080;
}

.downmenu-box.active {
    display: flex !important;
    justify-content: space-between;
}


#news {
    background: #383838;
}

#pagefy {
    padding: 25px 0px 40px 0px;
    text-align: center;
    margin: 30px 0;
}

#pagefy span,
#pagefy a {
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 12px;
    margin-right: 6px;
}

#pagefy span:hover,
#pagefy a:hover {
    background: #c34b44;
    border: 1px solid #c34b44;
    color: #fff;
}

#pagefy span.current {
    background: #c34b44;
    border: 1px solid #c34b44;
    color: #fff;
}

#pagefy::before {
    content: "";
    width: 320px;
    height: 0;
    display: block;
}

/*手机适配*/
@media screen and (max-width: 768px) {
    #newBridge {
        display: none!important;
    }
}
