/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    font-family: Alibaba;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #292c31;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #660798;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #e2e1e1;
    padding: 15px;
    padding: 7px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-titbg {
    overflow: hidden;
}

.m-title {
    text-align: center;
    margin: 30px auto;
}

.m-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #292c31;
}

.m-title h3>span {
    color: #660798;
}

.m-title p {
    position: relative;
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
    line-height: 30px;
}

.m-title b {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/m-ttb.png) center no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 1%;
}

.m-title1 b {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/m-ttb.png) center no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 1%;
}

.m-title i {
    display: block;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background-color: #4061ea;
    margin-top: 1%;
}

.m-titbg .m-mess {
    float: right;
    width: 130px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 20px;
    margin-top: 60px;
}

.m-titbg .m-mess:hover {
    background-color: #660798;
    color: #fff;
    transition: all 0.3s;
}


/* m-title end */


/* m-bbtn */

.m-bbtn {
    text-align: center;
    margin-top: 50px;
}

.m-bbtn a {
    display: inline-block;
    padding: 0 50px;
    line-height: 44px;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    background-color: #ce982c;
}

.m-bbtn a:last-child {
    margin-left: 15px;
}

.m-bbtn a:hover {
    background-color: #660798;
    transition: all 0.3s;
}


/* m-bbtn end */


/* m-btn */

.m-btn {
    display: block;
    position: relative;
    width: 8%;
    margin: 50px auto;
    line-height: 40px;
    background-color: #660798;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.m-btn:hover {
    color: #fff;
}


/* m-btn end */


/* topbg */

.topbg {
    background-color: #660798;
}

.top-c {
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 46px;
}

.top-c .top-r>a {
    color: #fff;
    margin-left: 15px;
}

.top-c .t-pro {
    background: url(../images/t-pro.png) left center no-repeat;
    background-size: 20px;
    padding-left: 26px;
}

.top-c .t-mess {
    background: url(../images/t-mess.png) left center no-repeat;
    background-size: 20px;
    padding-left: 26px;
}

.top-c .t-site {
    background: url(../images/t-site.png) left center no-repeat;
    background-size: 20px;
    padding-left: 26px;
}


/* topbg end */


/* header */

.head-bg {
    width: 100%;
    top: 0;
    z-index: 9999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5% auto !important;
    transition: all 0.1s;
}

header .head-logo {
    display: flex;
    align-items: center;
}

header .head-logo h1 {
    display: flex;
}

header .head-logo a {
    outline: none;
}

header .head-logo h1>a {
    display: flex;
}

header .head-logo h1>a .head-img {
    font-size: 40px;
    font-weight: bold;
    color: #10376d;
}

header .head-logo h1>a .head-img img {
/*    width: 95px;*/
    margin-right: 10px;
}

header .head-logo i {
    display: inline-block;
    width: 12px;
    height: 67px;
    background: url(../images/lg-line.jpg) center no-repeat;
    margin: 0 15px;
    margin-top: 10px;
}

header .head-logo .head-txt p {
    font-size: 28px;
    font-weight: bold;
    color: #292c31;
}

header .head-logo .head-txt p>span {
    color: #660798;
}

header .head-logo .head-txt>span {
 
    display: block;
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 2px;
}

header .head-logo .head-ys {
    font-size: 18px;
    color: #666;
}

header .head-logo .head-ys>p {
    font-size: 22px;
    color: #660798;
    font-weight: bold;
}

header .head-tel {
    font-size: 16px;
    color: #666;
    text-align: right;
    padding-right: 58px;
    background: url(../images/top-tel.png) right center no-repeat;
    background-size: 50px;
}

header .head-tel>h2 {
    font-family: Arial;
    font-weight: bold;
    color: #660798;
    font-size: 34px;
}


/* navbg */

.navbg {
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.navbg .top-nav {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.navbg .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbg .nav>li {
    position: relative;
    width: 10%;
    line-height: 60px;
}

.navbg .nav>li::after {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #660798;
    transition: all 0.3s;
}

.navbg .nav>li.nav-line {
    width: 3px;
    height: 60px;
    background: url(http://www.tonghuipt.com/Public/Home/default/images/nav-line.jpg) center no-repeat;
}

.navbg .nav>li>a {
    position: relative;
    z-index: 1;
    display: block;
    color: #292c31;
    font-size: 16px;
    text-align: center;
}

.navbg .nav>li>a>span {
    display: block;
    font-size: 14px;
    color: #99c8f9;
    text-transform: uppercase;
}

.navbg .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 102px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 1px 5px #ccc;
    transition: all 0.3s;
}

.navbg .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.3s;
}

.navbg .nav>li.nact>a,
.navbg .nav>li:hover>a {
    color: #660798 !important;
    font-weight: bold;
}

.navbg .nav>li.nact::after,
.navbg .nav>li:hover::after {
    width: 65%;
}

.navbg .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    top: 61px;
}

.navbg .nav>li>dl a:hover {
    background-color: #660798;
    color: #fff;
}


/* navbg end */


/* 顶部电话 */

.head-bg .top-tel {
    font-size: 22px;
    color: #660798;
    font-weight: bold;
    background: url(../images/top-tel.png) left center no-repeat;
    background-size: 30px;
    padding-left: 35px;
    margin-left: 20px;
}


/* 顶部电话 end */


/* 语言弹窗 */

.menu-lang {
    display: none;
    align-items: center;
}

.top-lang {
    display: none;
    position: relative;
    margin-left: 40px;
    /* background-color: #660798; */
}

.top-lang>a {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 50%;
    margin-top: 40px;
}

.top-lang>a:first-child {
    background: url(http://www.tonghuipt.com/Public/Home/default/images/ch.png) center no-repeat;
    background-size: cover;
    margin-right: 14px;
}

.top-lang>a:last-child {
    background: url(http://www.tonghuipt.com/Public/Home/default/images/en.png) center no-repeat;
    background-size: cover;
}

.toplang .dw2 {
    float: left;
    display: inline-block;
    height: 50px;
    width: 130px;
    cursor: pointer;
    margin-top: 34px;
    position: relative;
}

.toplang .dw2 .j_tab {}

.toplang .dw2:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgb(245, 245, 245); */
    right: 0;
    top: 0;
}

.toplang .dw2.yuyan:before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgb(245, 245, 245); */
    left: 0;
    top: 0;
}

.toplang .dw2 .dh {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.toplang .dw2 .dh span {
    background: url(http://www.tonghuipt.com/Public/Home/default/images/jt1.png) right center no-repeat;
    padding-right: 22px;
}

.toplang .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    background: #ef8201;
    left: 0;
    border: 1px solid #ef8201;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
    z-index: 9999999;
}

.toplang .dw2 .dd:before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ef8201;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.toplang .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    text-indent: 20px;
    background: url(http://www.tonghuipt.com/Public/Home/default/images/ch.png) 37% center no-repeat;
    background-size: 26px;
}

.toplang .dw2 .dd a:nth-child(2) {
    background: url(http://www.tonghuipt.com/Public/Home/default/images/en.png) 37% center no-repeat;
    background-size: 26px;
}

.toplang .dw2 .dd a:hover {
    font-weight: bold;
}

.toplang .dw2.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.toplang .tel-ser {
    float: left;
    display: block;
    height: 96px;
    width: 88px;
    font-size: 0;
}

.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tc-box {
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    /* background:#fff; */
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc_txt {
    height: 470px;
    overflow-y: auto;
    padding-right: 30px;
}


/*寮圭獥鍐呭鏍峰紡*/

.tc-box form {
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative;
}

.tc-box .tc_fdj {
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem;
}

.tc-box .tc_fdj img {
    width: 1.3rem;
}

.tc-box form label {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: 0.3s;
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}

.tc-box #keyword {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    border: 0;
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background-size: 40px;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/* 语言弹窗 end */


/* xg */

.head-bg.xg .navbg {
    position: fixed;
}

.head-bg.xg .top-tlb {
    display: none;
}

.head-bg.xg .top-lang>a {
    margin-top: 26px;
}

.head-bg.xg .head-logo i {
    height: 62px;
}

.head-bg.xg .head-logo h1 p {
    font-size: 16px;
}

.head-bg.xg .head-logo h1 p>span {
    font-size: 20px;
}

.head-bg.xg .nav>li>a {
    font-size: 16px;
}


/* xg end */

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #292c31;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #292c31;
}

header .navbar {
    display: none;
    padding: 15px 22px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 66px;
    z-index: 998;
    box-sizing: border-box;
}

header .navbar .a-wrap .a-list {
    display: block;
    width: 100%;
    line-height: 44px;
    color: #666;
    border-bottom: 1px solid #eee;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 15px;
}

header .navbar .a-wrap .a-list:last-child {
    border-bottom: none;
}

header .navbar .active .a-list {
    width: 40%;
}

header .navbar .active .a-list:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

header .navbar .active .a-list:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

header .navbar .active .a-list:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

header .navbar .active .a-list:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    opacity: 0;
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner:hover .swiper-container .swiper-button-next,
.index-banner:hover .swiper-container .swiper-button-prev {
    opacity: 1;
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 51, 153, 0.8);
}

.index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #fff;
    opacity: 0.6;
    transition: all 0.3s;
}

.index-banner .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #660798;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #660798;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.thumbs-list .thumbs-title>h2 {
    font-size: 28px;
    font-weight: bold;
}

.thumbs-list .thumbs-next {
    width: 4%;
    background: #660798 url(http://www.tonghuipt.com/Public/Home/default/images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84% !important;
    height: 110px !important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover !important;
}

#thumbs .swiper-slide-thumb-active {}


/* banner end */


/* inkeyword */

.inkeyword {
    box-shadow: 0 0 10px #ddd;
    padding: 1% 0;
}

.inkeyword>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inkeyword .inkw-l {
    width: 60%;
    display: flex;
    align-items: center;
}

.inkeyword .inkw-tel {
    font-size: 14px;
    background: url(../images/inkw-tel.png) left center no-repeat;
    background-size: 40px;
    padding-left: 50px;
    border-right: 1px solid #ddd;
    padding-right: 3%;
    margin-right: 3%;
}

.inkeyword .inkw-tel h3 {
    font-size: 20px;
    font-weight: bold;
    color: #660798;
    line-height: 20px;
}

.inkeyword .inkw-kw span {
    color: #aaa;
}

.inkeyword .inkw-kw span  {
    color: #666;
}
.inkeyword .inkw-r {
    width: 22%;
}

.inkeyword #SearchForm {
    display: flex;
    width: 100%;
}

.inkeyword #SearchForm>.inkey {
    width: 82%;
    line-height: 38px;
    border: 1px solid #999;
    padding-left: 20px;
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

.inkeyword #SearchForm>.Submit {
    width: 18%;
    line-height: 40px;
    background: #660798 url(../images/insub.png) center no-repeat;
    background-size: 25px;
    border: 0;
    border-radius: 0 20px 20px 0;
}


/* inkeyword end*/


/* innum */

.innum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.innum li {
    width: 30%;
    text-align: center;
    padding: 1.5% 0;
    margin: 1.5% 0;
    /* box-shadow: 0 0 15px #eee; */
    border:1px solid #eee;
    border-radius:6px;
}

.innum .in1{background: url(../images/top41.jpg) no-repeat center;}
.innum .in2{background: url(../images/top42.jpg) no-repeat center;}
.innum .in3{background: url(../images/top43.jpg) no-repeat center;}
.innum li:nth-child(4n) {
    border-right: 0;
}

.innum h4 {
    font-size: 18px;
    color: #999;
}

.innum h4>span {
    font-size: 60px;
    font-family: impact;
    font-weight: bold;
    color: #660798;
}

.innum p {
    font-size: 18px;
    color: #fff;
}

.innum>li>span {
    color: #aaa;
    font-size: 14px;
    text-transform: capitalize;
}


/* innum end */


/* index-pro */

.index-pro-bg1 {
    background-color: #f6f6f6;
}

.inpro-cl {
    position: relative;
    background-color: #660798;
    margin-bottom: 2%;
}

.inpro-cl dl {
    width: 100%;
    line-height: 70px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.inpro-cl dl a {
    color: #fff;
    font-size: 18px;
}

.inpro-cl dl>dd {
    position: relative;
    width: 25%;
    text-align: center;
}

.inpro-cl dl>dd>a {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 24px;
    margin: 3% 0;
}
.inpro-cl dl>dd>a>span{font-size: 16px; font-family: Arial;}
.inpro-cl dl>dd::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid #292c31;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.inpro-cl dl>dd.cur::after {
    border-top-color: #292c31;
}

.inpro-cl dl>dd.cur {
    background-color: #292c31;
}

.index-pro-bg .index-pro-c {
    margin: 0 auto;
}

.index-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.index-pro .inpro-r {
    width: 100%;
    margin-bottom: 2%;
}

.index-pro .swiper-container-pro {
    width: 100%;
    overflow: hidden;
}

.index-pro .swiper-container-pro>.swiper-wrapper {}

.index-pro .swiper-container-pro .swiper-slide>a {
    display: block;
}

.index-pro .swiper-container-pro .swiper-slide>a>div {
    overflow: hidden;
}

.index-pro .swiper-container-pro .swiper-slide>a>div>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.3s;
}

.index-pro .swiper-container-pro .swiper-slide>a>p {
    /* display: flex; */
    text-align: center;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 58px;
    color: #666;
    padding: 0 3%;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    line-height: 28px;
    padding-bottom: 4%;
}

.index-pro .swiper-container-pro .swiper-slide>a>p>b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-righth.png) center no-repeat;
    background-size: cover;
}

.index-pro .swiper-container-pro .swiper-slide:hover>a>p {
    color: #660798;
}

.index-pro .swiper-container-pro .swiper-slide:hover>a>div>img {
    transform: scale(1.05);
}


/* index-pro end */


/* 横幅 */

.inhf {
    background-color: #660798;
    padding: 1.5% 0;
}

.inhf>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.inhf .inhf-l {
    width: 50%;
}

.inhf .inhf-l h3 {
    font-size: 36px;
}

.inhf .inhf-l p {
    font-size: 18px;
    line-height: 46px;
}

.inhf .inhf-l a {
    display: block;
    width: 30%;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #292c31;
}

.inhf .inhf-r {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.inhf .inhf-r h4 {
    font-size: 40px;
}

.inhf .inhf-r p {
    font-size: 18px;
}

.inhf .inhf-r i {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    margin-top: 15%;
    background-color: #fff;
}


/* 横幅 end */


/* 首页优势 */

.inys-bg {
    position: relative;
    width: 100%;
    padding-bottom: 3%;
   background: url(../images/ys.jpg) no-repeat center;
 
}

.inys-bg .ys {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.inys-bg .ys_t {
    width: 18%;
}

.inys-bg .ys_t ul {
    border-right: 1px solid #f1f1f1;
}

.inys-bg .ys_t ul li {
    position: relative;
    text-align: center;
    padding: 4% 0;
    color: #292c31;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
    border-bottom: 1px solid #f1f1f1;
}

.inys-bg .ys_t ul li img {
    width: 40px;
}

.inys-bg .ys_t ul li h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
}

.inys-bg .ys_t ul li p {
    font-size: 12px;
     color: #999;
    text-transform: uppercase;
}

.inys-bg .ys_t ul li.cur {
    background-color: #660798;
    color: #fff;
}

.inys-bg .ys_t ul li.cur img {
    filter: grayscale(100%) brightness(10);
}

.inys-bg .ys_m {
    width: 82%;
    position: relative;
}

.inys-bg .ys_m dl {
    display: flex;
    width: 100%;
    height: 100%;
}

.inys-bg .ys_m dl dd {
    position: relative;
    width: 45%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inys-bg .ys_m dl dd .ys-dd {
    width: 100%;
    padding: 8% 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inys-bg .ys_m dl dd .ys-tit>span {
    font-size: 70px;
    font-family: Impact;
    color: #e6e3e3;
}

.inys-bg .ys_m dl dd .ys-tit>h4 {
    font-size: 28px;
    line-height: 60px;
    color: #292c31;
}

.inys-bg .ys_m dl dd .ys-tit>i {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e6e3e3;
    margin-bottom: 4%;
}

.inys-bg .ys_m dl dd .ys-txt>p {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 32px;
    color: #888;
    overflow: hidden;
}

.inys-bg .ys_m dl dd .ys-txt>p::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 1px;
    color: #888;
}

.inys-bg .ys_m dl dd .ys-txt .ys-ttel {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding-left: 35px;
    background: url(../images/foot-tel.png) left center no-repeat;
    background-size: 25px;
    margin-top: 10%;
}

.inys-bg .ys_m dl dd .ys-txt .ys-ttel>span {
    font-size: 24px;
    color: #292c31;
}

.inys-bg .ys_m dl dd .ys-txt .ys-num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 30px;
    color: #292c31;
    margin-top: 10%;
}

.inys-bg .ys_m dl dd .ys-txt .ys-num>p {
    width: 33%;
}

.inys-bg .ys_m dl dd .ys-txt .ys-num>p>span {
    color: #4061ea;
}

.inys-bg .ys_m dl dd .ys-txt .ys-num>i {
    display: block;
    width: 66%;
    height: 2px;
    background-color: #e6e3e3;
}

.inys-bg .ys_m dl dd .ys-txt .ys-num>i>b {
    display: block;
    width: 25%;
    height: 100%;
    background-color: #4061ea;
}

.inys-bg .ys_m dl:nth-child(2) dd .ys-txt .ys-num>i>b {
    width: 50%;
}

.inys-bg .ys_m dl:nth-child(3) dd .ys-txt .ys-num>i>b {
    width: 75%;
}

.inys-bg .ys_m dl:nth-child(4) dd .ys-txt .ys-num>i>b {
    width: 100%;
}

.inys-bg .ys_m dl dt {
    width: 55%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
}

.inys-bg .ys_m dl dt>a {
    display: block;
    width: 100%;
    height: 100%;
}

.inys-bg .ys_m dl dt>a>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* 首页优势 end */


/* 案例展示 */

.cs-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cs-line li {
    width: 30%;
    padding: 1%;
    box-shadow: 0 0 15px #e8e8e8;
    margin: 1%;
}

.cs-line li div {
    width: 100%;
    overflow: hidden;
}

.cs-line li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}

.cs-line li:hover img {
    transform: scale(1.05);
}

.cs-line li h4 {
    font-size: 18px;
    line-height: 36px;
    margin-top: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-line li p {
    font-size: 16px;
    color: #aaa;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cs-line li button {
    display: block;
    width: 30%;
    line-height: 36px;
    font-size: 16px;
    border: 0;
    text-indent: 1.5em;
    background: #292c31 url(../images/cs-liicon.png) 15px center no-repeat;
    background-size: 20px;
    color: #fff;
    margin: 3% 0;
}


/* 案例展示 end */


/* 合作客户 */

.cooppart {
    padding: 10px;
    margin-top: 2%;
    overflow: hidden;
}

.cooppart-c .swiper-container-coop img {
    width: 100%;
}

.cooppart-c .swiper-container-coop .swiper-slide div {
    box-shadow: 0 0 10px #ddd;
}

.cooppart-c .swiper-container-coop .swiper-slide p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}


/* 合作客户 end*/


/* 定制流程 */

.process {
    background-color: #f6f6f6;
}

.process-c ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}

.process-c ul>li {
    position: relative;
    width: 13%;
    background-color: #fff;
    text-align: center;
    padding: 2% 1%;
}

.process-c ul>li img {
    width: 35px;
    transition: all 0.6s;
}

.process-c ul>li h4 {
    font-size: 18px;
    line-height: 46px;
}

.process-c ul>li p {
    font-size: 15px;
    color: #999;
}

.process-c ul>li i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    background-color: #660798;
    border-radius: 50%;
}

.process-c ul>li:hover img {
    transform: rotateY(360deg);
}

.pcs-conact {
    display: flex;
    justify-content: center;
    margin: 3% 0;
}

.pcs-conact a {
    display: block;
    width: 15%;
    font-size: 18px;
    text-align: center;
    background-color: #292c31;
    color: #fff;
    line-height: 42px;
}

.pcs-conact a:first-child {
    background-color: #660798;
    border-right: 1px solid #fff;
}

.pcs-conact img {
    width: 26px;
}


/* 定制流程 end */


/* in-about */

.in-about {
    /* background-color: #f5f5f5; */
}

.in-about .inab-c {
    display: flex;
    position: relative;
}

.inab-v .inab-img {
    position: relative;
}

.inab-v .inab-img img {
    max-width: 100%;
}

.inab-v .inab-img p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.inab-v .inab-txt {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
    box-shadow:15px 15px 10px 0px rgb(0 0 0 / 20%);
}

.inab-v .inab-txt .inab-tl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16%;
    font-size: 36px;
    color: #fff;
    padding: 3% 0;
    background-color: #660798;
}
.inab-v .inab-txt .inab-tl img{max-width: 80%;}
.inab-v .inab-txt .inab-tr {
    width: 84%;
    padding: 2%;
    background-color: #fff;
}

.inab-v .inab-txt .inab-tr h3 {
    font-family: '楷体';
    font-weight: bold;
    color: #000;
    font-size: 26px;
    line-height: 40px;
}

.inab-v .inab-txt .inab-tr p {
    color: #888;
    font-size: 15px;
    line-height: 26px;
}

.in-about .inab-box {
    overflow: hidden;
    margin: 3% auto;
}

.in-about .inab-box .swiper-slide>a {
    display: block;
}

.in-about .inab-box .swiper-slide div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.in-about .inab-box .swiper-slide img {
    max-width: 100%;
    transition: all 0.3s;
}

.in-about .inab-box .swiper-slide p {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-color: #fff;
}

.in-about .inab-box .swiper-slide:hover img {
    transform: scale(1.05);
}


/* in-about end */


/* news-con */

.news-bg {background: #f5f5f5;}

.news-bg .innews-c {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.innews-c .innews-l {
    width: 49%;
}

.innews-c .scinew {
    position: relative;
    overflow: hidden;
}

.innews-c .scinew .inw-img {
    height: 32vh;
}

.innews-c .scinew .scinew-t {
    padding-bottom: 3%;
}

.innews-c .scinew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innews-c h4 {
    font-size: 18px;
    color: #292c31;
    font-weight: bold;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.innews-c p {
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innews-c .scinew h4>span {
    display: inline-block;
    width: 70px;
    line-height: 25px;
    font-size: 16px;
    background-color: #0049c0;
    border-radius: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin-right: 15px;
}

.innews-c p>span {
    color: #660798;
}

.innews-c .scinew-b {
    padding: 3%;
    background-color: #f4f4f4;
}

.innews-c .scinew-b>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innews-c .scinew-b h4 {
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.innews-c .scinew-b h4>span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: url(../images/news-ic.png) center no-repeat;
    background-size: 5px;
    margin-right: 10px;
}

.innews-c .innews-r {
    width: 49%;
}

.innews-r .scifat ul {}

.innews-r .scifat ul>li {
    margin-bottom: 3%;
}

.innews-r .scifat ul>li>a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.innews-r .scifat ul>li .scifat-l {
    width: 28%;
    height: 120px;
}

.innews-r .scifat ul>li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innews-r .scifat ul>li .scifat-r {
    width: 67%;
}

.innews-c .scifaq {
    padding: 3%;
    background-color: #f4f4f4;
}

.innews-c .scifaq .scifaq-t {
    font-size: 24px;
    color: #666;
    margin-bottom: 2%;
}

.innews-c .scifaq h4 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #292c31;
    margin-bottom: 1%;
}

.innews-c .scifaq p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}

.innews-c .scifaq-b div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
}

.innews-c .scifaq-b h4 {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 38px;
    color: #999;
    padding-left: 30px;
}

.innews-c .scifaq-b h4::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background-color: #aaa;
    color: #fff;
}

.innews-c .scifaq-b.cur {
    margin-bottom: 3%;
}

.innews-c .scifaq-b.cur h4 {
    color: #292c31;
}

.innews-c .scifaq-b.cur h4::before {
    content: '-';
    background-color: #660798;
}

.innews-c .scifaq-b.cur p {
    display: -webkit-box!important;
}


/* news-con end */


/* 友情链接 */

.flink {
    line-height: 36px;
    margin: 2% auto;
}

.flink p {
    display: inline-block;
    margin-right: 1%;
    font-size: 16px;
    color: #292c31;
}

.flink p>span {
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}

.flink a {
    color: #666;
}


/* 友情链接 end */


/* footer */

footer {
    background-color: #660798;
}

footer .foot-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 2% 0;
}

footer .foot-cen {
    width: 28.5%;
}

footer .foot-cen h4 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

footer .foot-cen h4>img {
    width: 34px;
    margin-right: 10px;
    filter: grayscale(100%) brightness(10);
}

footer .foot-cen h3 {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

footer .foot-cen p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

footer .foot-nav {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .foot-nav>ul {
    display: flex;
    flex-direction: column;
}

footer .foot-nav ul>li:first-child {
    margin-bottom: 20%;
}

footer .foot-nav ul>li:first-child>a {
    font-size: 18px;
    color: #fff;
}

footer .foot-nav li {
    line-height: 35px;
}

footer .foot-nav li>a {
    color: #fff;
    font-size: 14px;
}

footer .foot-er {
    color: #fff;
    line-height: 36px;
}

footer .foot-er img {
    max-width: 100%;
}

footer .foot-er .foot-erb {
    /* display: flex; */
    margin-top: 10%;
    text-align: center;
}

footer .foot-er .foot-erb>img {
    width: 120px;
    background-color: #fff;
}
footer .foot-er span{display: block; text-align: center;}
footer .foot-copy {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    padding: 1% 0;
    border-top: 1px solid #7212a4;
}

footer .foot-copy a {
    color: #666;
}

.box9026_-2034 {
    display: none;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.box9026_-2034 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box9026_-2034 a {
    text-decoration: none;
    color: inherit;
}

.box9026_-2034 ul,
.box9026_-2034 li {
    list-style: none;
}

.box9026_-2034 ul {
    overflow: hidden;
}

.box9026_-2034 .nav-item {
    float: left;
    width: 25%;
}

.box9026_-2034 .nav-item .img-box {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 20px;
}

.box9026_-2034 .nav-item .icon-home {
    background-image: url(../images/sy1.png);
}

.box9026_-2034 .nav-item .icon-tel {
    background-image: url(../images/dh.png);
}

.box9026_-2034 .nav-item .icon-msg {
    background-image: url(../images/ly.png);
}

.box9026_-2034 .nav-item .icon-address {
    background-image: url(../images/dz.png);
}

.box9026_-2034 .link-name {
    padding-top: 6px;
}


/* footer end */


/* 左侧快速联系 */

.f7 .m-mod {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #292c31;
}

.f7 .m-mod * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f7 .m-mod a {
    color: inherit;
    text-decoration: none;
}

.f7 .m-mod img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.f7 .m-mod ul,
.f7 .m-mod li {
    list-style: none;
}

.f7 .m-gotop {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 40%;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background-color: #353535;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a>img {
    width: 26px;
    margin-top: 12px;
}

.f7 .m-gotop .a>p {
    font-size: 13px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #660798;
}

.f7 .m-gotop .a .i {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(http://www.tonghuipt.com/Public/Home/default/images/suspension-bg.png);
    background-repeat: no-repeat;
}

.f7 .m-gotop .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(http://www.tonghuipt.com/Public/Home/default/images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.f7 .m-gotop .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(http://www.tonghuipt.com/Public/Home/default/images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.f7 .m-gotop .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 75px;
    min-height: 80px;
    border: 1px solid #e0e1e5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.f7 .m-gotop .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(http://www.tonghuipt.com/Public/Home/default/images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.f7 .m-gotop .d .inner-box {
    padding: 8px 22px 12px;
    color: #292c31;
}

.f7 .m-gotop .d .inner-box p {
    font-size: 22px;
}

.f7 .m-gotop .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.f7 .m-gotop .d-service .d-service-item {
    border-bottom: none;
}

.f7 .m-gotop .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f3;
    display: block;
    float: left;
}

.f7 .m-gotop .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    display: block;
    transition: all 0.2s;
    border-radius: 50%;
    overflow: hidden;
}

.f7 .m-gotop .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.f7 .m-gotop .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    display: block;
}

.f7 .m-gotop .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text .number {
    font-family: 'Microsoft Yahei', Arial, sans-serif;
}

.f7 .m-gotop .d-service-intro {
    padding-top: 10px;
}

.f7 .m-gotop .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.f7 .m-gotop .d-service-intro i {
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.f7 .m-gotop .d-qrcode {
    text-align: center;
}

.f7 .m-gotop .d-qrcode .inner-box {
    padding: 20px 0;
}

.f7 .m-gotop .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

.f7 .m-gotop .a:hover .d {
    display: block;
}


/* 左侧快速联系end */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1440px) {
    .in-about .inab-c .inab-r ul {
        height: 38%;
    }
}

@media (max-width: 1400px) {
    .w1400 {
        width: 1200px;
    }
    .m-title h3 {
        font-size: 34px;
    }
    .m-title p {
        font-size: 16px;
    }
    /* header */
    header {
        margin: 15px auto !important;
    }
    .head-bg.xg header {
        margin: 5px auto !important;
    }
    header .head-logo .head-txt p {
        font-size: 28px;
    }
    header .head-logo .head-txt>span {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 24px;
    }
    header .head-logo i {
        margin: 0 8px;
    }
    header .head-logo .head-ys {
        font-size: 17px;
    }
    header .head-logo .head-ys>p {
        font-size: 20px;
    }
    header .head-tel>h2 {
        font-size: 28px;
    }
    header .nav>li>a {
        padding: 0 10px;
    }
    header .head-logo h1 p {
        font-size: 18px;
        margin-top: 24px;
    }
    header .head-logo h1 p>span {
        font-size: 24px;
    }
    /* header end*/
    /* innum */
    .innum h4>span {
        font-size: 50px;
    }
    .innum p {
        font-size: 16px;
    }
    /* innum end */
    /* 横幅 */
    .inhf .inhf-l h3 {
        font-size: 30px;
    }
    .inhf .inhf-r h4 {
        font-size: 30px;
    }
    .inhf .inhf-r p {
        font-size: 16px;
    }
    /* 横幅 end */
    /* 优势 */
    .inys-bg .ys_t ul li h4 {
        font-size: 20px;
    }
    .inys-bg .ys_t ul li p {
        font-size: 12px;
    }
    /* 优势 end */
    /* 流程 */
    .process-c ul>li {
        width: 15%;
    }
    .process-c ul>li p {
        font-size: 14px;
    }
    .process-c ul>li p>br {
        display: none;
    }
    .pcs-conact a {
        width: 20%;
    }
    /* 流程 end */
    /* 关于我们 */
    .inab-v .inab-txt .inab-tr h3 {
        font-size: 23px;
    }
    /* 关于我们 end */
}

@media (max-width: 1200px) {
    .Industry .tup{width: 100%; }
    .Industry .fl, .Industry .fr{width: 100% !important; float: none;}
    .Industry .fl img, .Industry .fr img{width: 100%;}
  .inkw-kw{display: none;}
    .w1400 {
        width: auto;
        padding: 0 15px;
    }
    .m-title {
        margin: 35px auto;
    }
    .m-title b {
        width: 20px;
        height: 20px;
    }
    .m-title i {
        margin: 5px auto;
    }
    .m-btn {
        margin: 30px auto;
    }
    /* header */
    header {
        margin: 2% 15px !important;
    }
    header .head-logo .head-txt p {
        font-size: 25px;
    }
    header .head-logo .head-txt>span {
        font-size: 12px;
    }
    header .head-logo .head-ys {
        font-size: 15px;
    }
    header .head-logo .head-ys>p {
        font-size: 18px;
    }
    header .head-tel>h2 {
        font-size: 28px;
    }
    header .nav>li>a {
        padding: 0 15px;
    }
    header .nav .toplink {
        display: none;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg.xg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li>dl a {
        line-height: 46px;
        font-size: 15px;
    }
    /* header end*/
    /* 关键词 */
    .inkeyword .inkw-l {
        width: 72%;
    }
    /* 关键词 end */
    /* 数字 */
    .innum h4>span {
        font-size: 42px;
    }
    /* 数字 end */
    /* inpro */
    .inpro-cl dl {
        line-height: 60px;
    }
    .inpro-cl dl a {
        font-size: 16px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p>button {
        margin-top: 0;
        line-height: 26px;
        width: 40%;
        font-size: 13px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 16px;
        line-height: 46px;
    }
    .index-pro .inpro-r {
        margin-bottom: 3%;
    }
    /* inpro end*/
    /* inys */
    .inys-bg .ys_t ul li>span {
        font-size: 20px;
    }
    .inys-bg .ys_t ul li h4 {
        font-size: 20px;
    }
    .inys-bg .ys_m dl dd .ys-txt .ys-ttel {
        font-size: 0;
    }
    .inys-bg .ys_m dl dd .ys-tit>h4 {
        font-size: 30px;
        line-height: 46px;
    }
    .inys-bg .ys_m dl dd .ys-tit>span {
        font-size: 54px;
    }
    .inys-bg .ys_m dl dd .ys-txt>p {
        font-size: 15px;
        line-height: 30px;
    }
    /* inys end*/
    /* 案例展示 */
    .cs-line li {
        width: 31%;
    }
    /* 案例展示 end */
    /* 关于我们 */
    .inab-v .inab-img p {
        font-size: 90px;
    }

    .inab-v .inab-txt .inab-tl {
        font-size: 30px;
    }
    .inab-v .inab-txt .inab-tr h3 {
        font-size: 22px;
    }
    /* 关于我们 end */
    .m-title h3 {
        font-size: 32px;
    }
    .m-title p {
        font-size: 16px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    .index-pro .pro-box {
        padding-bottom: 15px;
    }
    footer .foot-con {
        margin-top: 0;
    }
    footer .foot-con>i {
        display: none;
    }
    footer .foot-link {
        line-height: 80px;
    }
    footer .foot-con {
        padding: 3% 15px;
    }
    footer .foot-r {
        width: 58%;
    }
    footer .foot-copy {
        padding: 1% 15px;
    }
}

@media (max-width: 1080px) {
    /* header */
    header .head-logo .head-txt {
        margin-top: 5px;
    }
    header .head-logo h1>a .head-img img {
        width: 80px;
    }
    header .head-logo i,
    header .head-logo .head-ys {
        display: none;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li {
        line-height: 56px;
    }
    /* header end*/
    .inys-bg .ys_t ul li b {
        font-size: 16px;
    }
    .innews-c .innews-r h3 {
        font-size: 15px;
    }
    .innews-c .innews-r .inn-line {
        margin-bottom: 1.5%;
    }
    /* innum */
    .innum h4>span {
        font-size: 44px;
    }
    .innum p {
        font-size: 15px;
    }
    /* innum end*/
    /* index-pro-bg */
    .inpro-cl dl>dt>a {
        font-size: 17px;
    }
    .inpro-cl dl a {
        font-size: 15px;
    }
    /* index-pro-bg end*/
    /* 案例 */
    .cs-line li button {
        width: 48%;
    }
    /* 案例 end */
    /* process */
    /* process end*/
    /* inys-bg */
    .inys-bg .ys_m dl dd .ys-tit>b {
        font-size: 64px;
    }
    .inys-bg .ys_m dl dd .ys-tit>h4 {
        font-size: 28px;
    }
    .inys-bg .ys_m dl dd .ys-txt>p {
        font-size: 14px;
        line-height: 26px;
    }
    .inys-bg .ys_t ul li h4 {
        font-size: 18px;
    }
    /* inys-bg end */
    /* in-about */
    .inab-v .inab-txt .inab-tr h3 {
        font-size: 19px;
    }
    .in-about .inab-c .inab-r ul>li h4>span {
        font-size: 40px;
    }
    .in-about .inab-c .inab-r ul>li p {
        font-size: 15px;
    }
    /* in-about end*/
    footer .foot-nav li>a {
        font-size: 14px;
    }
    footer .foot-er p {
        font-size: 14px;
    }
    /* f7 */
    .f7 .m-gotop .a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .f7 .m-gotop .a>img {
        width: 28px;
        margin-top: 6px;
    }
    /* f7 end */
}

@media (max-width: 996px) {
    .head-bg.xg #header-top {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        z-index: 9999;
        margin: 0px auto !important;
        padding: 1% 2%;
        box-shadow: 0 0 5px #ccc;
    }
    .m-title {
        margin: 26px auto;
    }
    /* header */
    .navbg {
        border-bottom: 0;
    }
    .head-bg .top-nav {
        display: none;
    }
    .head-toptit {
        display: none;
    }
    header .head-tel {
        display: none;
    }
    header {
        margin: 1% 15px !important;
    }
    .menu-lang {
        display: flex;
    }
    header .navbar {
        top: 128px;
    }
    .head-bg.xg header .navbar {
        top: 81px;
    }
    header .menu {
        display: block;
    }
    header .head-logo h1>a .head-img {
        font-size: 32px;
    }
    /* header end*/
    /* index-pro-bg */
    .index-pro-bg {}
    .index-pro-bg .index-l {
        display: none;
    }
    .index-pro {
        width: 100%;
    }
    .index-pro .inpro-r {
        width: 100%;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        font-size: 15px;
    }
    .index-pro .m-titbg {
        background-color: transparent;
    }
    .index-pro ul li>a {
        color: #292c31;
    }
    /* index-pro-bg end*/
    /* 横幅 */
    .inhf .inhf-l h3 {
        font-size: 24px;
    }
    .inhf .inhf-l p {
        font-size: 16px;
    }
    .inhf .inhf-r h4 {
        font-size: 24px;
    }
    /* 横幅 end */
    .top-lang {
        margin-left: 0px;
    }
    .top-lang>a {
        margin-top: 0;
        margin-bottom: 15px;
    }
    /* process */
    /* process end*/
    /* inys-bg */
    .inys-bg .ys_m dl dd .ys-tit>h4 {
        font-size: 24px;
    }
    .inys-bg .ys_m dl dd .ys-txt .ys-num {
        font-size: 22px;
    }
    /* inys-bg end*/
    /* 案例 */
    .cs-line li h4 {
        font-size: 16px;
    }
    .cs-line li p {
        font-size: 14px;
        line-height: 22px;
    }
    /* 案例 end */
    /* in-about */
    /* in-about end*/
    /* innews */
    .innews-c .swiper-container-faq a>.inw-time p {
        font-size: 42px;
    }
    /* innews end */
    .incl-c .incl-lg {
        width: 180px;
    }
    footer .foot-cen p {
        line-height: 30px;
    }
    footer .foot-cen .foot-add img {
        max-width: 100%;
    }
    footer .foot-er .foot-er-box {
        margin: 0 5px;
    }
    footer .foot-cen .foot-l {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .m-title h3 {
        font-size: 24px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 28px;
    }
    .topbg {
        display: none;
    }
    header {
        margin: 1% 0px !important;
    }
    header .navbar {
        top: 77px;
    }
    /* 关键词 */
    .inkeyword>div {
        /* flex-direction: column; */
    }
    .inkeyword .inkw-l {
        width: 40%;
    }
    .inkeyword .inkw-r {
        width: 34%;
        /* margin: 2% auto; */
    }
    .inkeyword #SearchForm>.inkey,
    .inkeyword #SearchForm>.Submit {
        line-height: 32px;
    }
    /* 关键词 end */
    /* innum */
    .innum li {
        width: 48.5%;
    }
    .innum li:last-child {
        width: 100%;
    }
    /* innum end*/
    /* index-pro-bg */
    .inpro-cl dl>dd {
        width: 50%;
    }
    .inpro-cl dl {
        line-height: 50px;
    }
    /* index-pro-bg end*/
    /* 横幅 */
    .inhf .inhf-l,
    .inhf .inhf-r {
        width: 100%;
    }
    .inhf .inhf-l {
        position: relative;
    }
    .inhf .inhf-l a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 26%;
    }
    /* 横幅 end */
    /* process */
    .pcs-conact a {
        width: 30%;
    }
    /* process end */
    .inproc-line li img {
        width: 50px;
    }
    .inproc-line li>span>h3 {
        font-size: 15px;
    }
    /* 案例 */
    .cs-line li button {
        width: 58%;
        font-size: 15px;
    }
    /* 案例 end */
    /* inys */
    .inys-bg .ys_t {
        width: 100%;
    }
    .inys-bg .ys_t ul {
        display: flex;
    }
    .inys-bg .ys_t ul li {
        width: 25%;
        padding: 3% 0;
    }
    .inys-bg .ys_m {
        width: 100%;
    }
    /* inys end*/
    /* in-about */
    .inab-v .inab-img {
        height: 50vh;
    }
    .inab-v .inab-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inab-v .inab-img p {
        font-size: 65px;
    }
    .inab-v .inab-txt .inab-tl {
        width: 100%;
    }
    .inab-v .inab-txt .inab-tl>br {
        display: none;
    }
    .inab-v .inab-txt .inab-tr {
        width: 100%;
    }
    .inab-v .inab-txt .inab-tr h3 {
        line-height: 30px;
    }
    .inab-v .inab-txt .inab-tr p {
        font-size: 14px;
    }
    /* in-about end*/
    /* innews */
    .innews-c .scinew .inw-img {
        height: 24vh;
    }
    .innews-c .scinew h4 {
        font-size: 16px;
    }
    .innews-c .scinew h4>span {
        width: 60px;
        line-height: 24px;
    }
    .innews-c .scinew-b h4 {
        font-size: 15px;
    }
    .innews-c .scinew-b h4>span {
        display: none;
    }
    .innews-c .scinew-b>a {
        flex-wrap: wrap;
    }
    .innews-c .scinew-b h4 {
        width: 75%;
    }
    .innews-c .scinew p {
        font-size: 13px;
    }
    .innews-r .scifat ul>li .scifat-l {
        height: 90px;
    }
    .innews-r .scifat ul>li h4 {
        font-size: 16px;
        line-height: 34px;
    }
    .innews-c .scifaq .scifaq-t {
        font-size: 20px;
    }
    .innews-c .scifaq p {
        font-size: 13px;
        line-height: 22px;
    }
    /* innews end*/
    footer .foot-cen {
        width: 50%;
    }
    footer .foot-nav {
        display: none;
    }
    footer .foot-nav .foot-cen {
        width: 100%;
    }
    footer .foot-copy {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 26px;
    }
    /* header */
    header .navbar,
    .head-bg.xg header .navbar {
        top: 67px;
    }
    header {
        padding: 7px 0px !important;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        margin: 0 !important;
        width: 100% !important;
        box-shadow: 0 0 5px #ccc;
    }
    header .head-sear {
        display: none;
    }
    header .menu .line {
        background: #292c31;
    }
    header .head-logo {
        width: auto;
        padding-left: 5px;
    }
    header .head-logo h1>a .head-img {
        font-size: 20px;
    }
    header .head-logo .head-txt p {
        font-size: 16px;
    }
    header .head-logo .head-txt>span {
        line-height: 14px;
    }
    .head-bg.xg header {
        margin: 0 !important;
    }
    .head-bg.xg header .head-logo i {
        height: 60px;
        margin: 0 6px;
    }
    .head-bg.xg header .head-logo h1 p {
        font-size: 14px;
        margin-top: 12px;
    }
    .head-bg.xg header .head-logo h1 p>span {
        font-size: 15px;
    }
    header .menu {
        margin-right: 10px;
    }
    header .head-logo h1>a .head-img img {
        width: 65px;
        margin-right: 10px;
    }
    /* header end*/
    .index-banner {
        margin-top: 67px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .top-lang>a {
        width: 26px;
        height: 26px;
    }
    .head-bg.xg .top-lang>a {
        margin-top: 16px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .index-banner .swiper-slide img {
        height: 25vh;
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    /* 关键词 */
    .inkeyword {
        display: none;
    }
    /* 关键词 end */
    /* innum */
    .innum {
        padding-top: 7%;
        padding-bottom: 7%;
    }
    .innum li {
        margin: 4% 0;
    }
    .innum h4>span {
        font-size: 34px;
    }
    .innum p {
        font-size: 13px;
    }
    /* innum end*/
    /* index-pro-bg */
    .index-pro {
        flex-direction: column;
    }
    .index-pro .m-titbg {
        margin-bottom: 0;
    }
    .index-pro-bg {
        padding-bottom: 7%;
    }
    .inpro-cl dl {
        line-height: 40px;
    }
    .inpro-cl dl>dt>a {
        font-size: 14px;
    }
    .inpro-cl dl a {
        font-size: 13px;
    }
    .index-pro ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .index-pro .inpro-r {
        width: 100%;
        margin-top: 20px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 14px;
        line-height: 36px;
    }
    /* index-pro-bg end*/
    /* 横幅 */
    .inhf .inhf-l h3 {
        font-size: 17px;
    }
    .inhf .inhf-l p {
        font-size: 14px;
        line-height: 30px;
    }
    .inhf .inhf-l a {
        line-height: 28px;
        font-size: 14px;
    }
    .inhf .inhf-r {
        margin-top: 4%;
    }
    .inhf .inhf-r h4 {
        font-size: 18px;
    }
    .inhf .inhf-r i {
        display: none;
    }
    /* 横幅 end */
    /* inys */
    .inys-bg {
        padding-bottom: 7%;
        background: url(../images/ys.jpg) no-repeat top;
    }
    .inys-bg .ys_m {
        margin-top: 0;
    }
    .inys-bg .ys_t ul {
        border-right: 0;
        flex-wrap: wrap;
    }
    .inys-bg .ys_t ul li {
        width: 25%;
    }
    .inys-bg .ys_t ul li>b {
        top: 48%;
    }
    .inys-bg .ys_t ul li>h4 {
        font-size: 15px;
        line-height: 34px;
    }
    .inys-bg .ys_t ul li p {
        display: none;
    }
    .inys-bg .ys_t ul li img {
        width: 28px;
    }
    .inys-bg .ys_m dl {
        flex-wrap: wrap;
    }
    .inys-bg .ys_m dl dd,
    .inys-bg .ys_m dl dt {
        width: 100%;
        height: auto;
    }
    .inys-bg .ys_m dl dd .ys-dd {
        padding: 5% 5%;
    }
    .inys-bg .ys_m dl dd .ys-tit>span {
        font-size: 44px;
    }
    .inys-bg .ys_m dl dd .ys-tit>h4 {
        font-size: 20px;
    }
    .inys-bg .ys_m dl dd .ys-txt .ys-ttel,
    .inys-bg .ys_m dl dd .ys-txt .ys-num {
        margin-top: 5%;
    }
    /* inys end*/
    /* 成功案例 */
    .cs-line li {
        width: 47.5%;
    }
    .cs-line li button {
        font-size: 14px;
        background-size: 15px;
        background-position-x: 10px;
    }
    /* .cs-line li:last-child {
        width: 100%;
    } */
    .cs-line li:last-child button {
        width: 32%;
    }
    .cooppart-c .swiper-container-coop .swiper-slide p {
        font-size: 14px;
    }
    .cooppart {
        padding-top: 7%;
        padding-bottom: 7%;
    }
    /* 成功案例 end */
    /* 流程 */
    .process {
        padding-bottom: 7%;
    }
    .process-c ul {
        flex-wrap: wrap;
    }
    .process-c ul>li {
        width: 32%;
        margin-bottom: 10%;
        padding: 5% 1%;
    }
    .pcs-conact a {
        width: 45%;
        font-size: 16px;
    }
    /* 流程 end */
    /* 关于我们 */
    .in-about {
        padding-bottom: 7%;
    }
    .inab-v .inab-img {
        height: 35vh;
    }
    .inab-v .inab-img p {
        top: 38%;
        font-size: 40px;
    }
    /* 关于我们 end */
    /* news */
    .news-bg {
        padding-bottom: 7%;
    }
    .news-bg .innews-c {
        flex-wrap: wrap;
    }
    .innews-c .innews-l {
        width: 100%;
        margin-bottom: 6%;
    }
    .innews-c .scinew-b h4 {
        font-size: 13px;
    }
    .innews-r .scifat ul>li h4 {
        font-size: 15px;
    }
    .innews-c .innews-r {
        width: 100%;
    }
    .innews-c .scifaq h4 {
        font-size: 14px;
        line-height: 30px;
    }
    .innews-c .scifaq-b h4::before {
        top: 4px;
    }
    .innews-c .scifaq p {
        font-size: 12px;
        line-height: 22px;
    }
    .innews-c .scifaq-b h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* news end*/
    .m-bbtn a {
        padding: 0 20px;
        line-height: 34px;
        font-size: 14px;
    }
    .m-titbg .m-mess {
        display: none;
    }
    footer {
        margin-bottom: 64px;
    }
    footer .foot-link .f-li {
        flex-direction: column;
    }
    footer .foot-link {
        line-height: 50px;
        font-size: 14px;
    }
    footer .foot-link a {
        font-size: 14px;
    }
    footer .foot-con>div {
        width: 50%;
        margin: 0 auto;
    }
    footer .foot-cen {
        display: none;
    }
    footer .foot-cen p {
        font-size: 14px;
        line-height: 18px;
    }
    footer .foot-con h3>img {
        width: 80px;
    }
    footer .foot-er p {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
        line-height: 26px;
        padding: 2% 0;
    }
}

@media (max-width: 375px) {
    /* header */
    header {
        padding: 12px 0px !important;
    }
    header .navbar,
    .head-bg.xg header .navbar {
        top: 57px;
    }
    header .head-logo .head-txt {
        margin-top: 0;
    }
    header .head-logo .head-txt p {
        font-size: 0;
    }
    header .head-logo .head-txt p>span {
        font-size: 18px;
    }
    header .head-logo .head-txt>span {
        display: none;
    }
    header .head-logo h1>a .head-img img {
        width: 50px;
    }
    .index-banner {
        margin-top: 57px;
    }
    /* header end*/
    /* 案例 */
    .cs-line li h4 {
        font-size: 13px;
    }
    .cs-line li button {
        width: 70%;
        line-height: 28px;
    }
    /* 案例 end */
    /* 关于我们 */
    .inab-v .inab-txt .inab-tl {
        font-size: 20px;
    }
    /* 关于我们 end */
    /* 新闻 */
    .innews-c .scinew-b h4 {
        width: 70%;
    }
    .innews-c .scifaq h4 {
        width: 70%;
    }
    .innews-c .scifaq-b div>span {
        font-size: 12px;
    }
    /* 新闻 end */
}

