html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #f5f5f5;
    color: #333;
    padding-top: 128px;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}
body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type=button],
/* 1 */

[type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,
/* 1 */

menu {
    display: block;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
audio, video, canvas {
    display: inline-block;
}
template, [hidden] {
    display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #c42221;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
/* 模板样式 */

.main {
    width: 100%;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.box_tit {
    margin: 50px 0;
}
.box_tit span {
    font-size: 30px;
    text-align: center;
    color: #000;
    display: block;
}
.box_tit p {
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
    margin-top: 12px;
    line-height: 170%;
}
.pro_screen {
    padding: 20px 50px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pro_screen ul {
    margin-top: 10px;
}
.pro_screen ul li {
    margin: 0 8px;
    float: left;
}
.pro_screen ul li span {
    display: block;
    color: #aaa;
    padding: 7.5px 19px;
}
.pro_screen ul li a.active {
    color: #fff;
    background-color: #e62022;
}
.pro_screen ul li a {
    color: #aaa;
    padding: 6px 16px;
    display: block;
}
.flex_between {
    width: 100%;
    padding: 30px 0;
}
.flex_between .text {
    color: #333;
    float: left;
    margin-top: 4px;
}
.flex_between .text a.active {
    color: #fff;
    background-color: #e62022;
}
.flex_between .text a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}
.flex_between .search {
    position: relative;
    padding-right: 78px;
    float: right;
}
.flex_between .search input[type="text"] {
    width: 182px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-right: 0;
    float: left;
    padding: 0 10px;
    outline: 0;
}
.flex_between .search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 78px;
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    outline: 0;
    border: none;
    background-color: #e62022;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.case_list ul li {
    width: 31%;
    margin-right: 1.2%;
    border: 1px solid #eee;
    padding: 8px;
    margin-bottom: 15px;
    float: left;
}
.case_list ul li .scroll_pic {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0;
    overflow: hidden;
}
.case_list ul li .scroll_pic img {
    width: 100%;
    position: relative;
    display: block;
}
.case_list ul li .text h3 {
    line-height: 48px;
    border-bottom: 1px solid #f6f6f6;
    color: #555;
    padding: 0 5px;
    font-size: 16px;
}
.case_list ul li .text2 {
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}
.case_list ul li .text2 span {
    font-size: 12px;
    color: #f60;
    float: left;
}
.case_list ul li .text2 span i {
    font-size: 22px;
    font-style: normal;
}
.case_list ul li .text2 span em {
    color: #999;
    font-style: normal;
    padding-left: 5px;
}
.case_list ul li .text2 a {
    display: block;
    width: 92px;
    height: 34px;
    border: 1px solid #e5e5e5;
    color: #555;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    float: right;
}
.case_list ul li .text3 {
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.case_list ul li .text3 p {
    font-size: 12px;
    color: #ccc;
    float: left;
}
.case_list ul li .text3 p em {
    font-style: normal;
    color: #999;
}
.case_list ul li .text3 span {
    float: right;
    margin-top: 3px;
}
.case_list ul li .text3 span i {
    font-style: normal;
    display: inline-block;
    color: #66c7f2;
    border: 1px solid #66c7f2;
    padding: 3px 2px;
    line-height: 1;
    font-size: 12px;
    line-height: 100%;
    margin-left: 5px;
}
.case_list ul li:nth-child(3n) {
    margin-right: 0;
}
a:active, a:hover {
    outline: 0;
}
.pages {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.pages a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #333;
    padding: 0 14px;
    border-radius: 5px;
    margin: 0 3px;
}
.pages a:hover {
    background: #e62022;
    color: #fff;
    text-decoration: none;
    border: 1px solid #e62022;
}
.pages a.current {
    background: #e62022;
    color: #fff;
    text-decoration: none;
    border: 1px solid #e62022;
}
/* 模板样式 */

.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.img-cover {
    overflow: hidden;
    position: relative;
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #c42221;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px!important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img {
    padding-right: 6px;
}
.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.kf .contact {
    margin-top: 1px;
    height: auto;
}
.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}
.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}
.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img {
    width: 110px;
    height: 110px;
}
.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat #c42221;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side {
    padding: 18px 10px 10px;
    background: #c42221;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}
.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../images/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on {
    background: url(../images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}
.header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.header .topbar {
    line-height: 38px;
    background-color: #c42221;
    color: #fff;
}
.header .topbar .tel {
    float: right;
    background: url(../images/top_tel_icon.png) no-repeat 0 center;
    padding-left: 25px;
}
.header .logo {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: left;
    margin: 15px 0;
}
.header .nav {
    font-size: 0;
    float: right;
}
.header .nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 28px 0 20px;
    background: url(../images/top_bg1.png) no-repeat right center;
}
.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 90px;
}
.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}
.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
.header .nav li.dropdown {
    position: relative;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    color: #c42221;
}
.header .nav .dropdown-box {
    position: absolute;
    left: 50%;
    width: 140px;
    top: 100%;
    background-color: #fff;
    display: none;
    z-index: 10;
    margin-left: -74px;
    text-align: center;
}
.header .nav .dropdown-box p {
    margin: 0;
}
.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 0;
    color: #333 !important;
}
.header .nav .dropdown-box a:hover {
    color: #c42221 !important;
}
.header .nav li.open .dropdown-box {
    display: block;
}
.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #c42221;
    content: '';
}
.menu-btn:before {
    width: 24px;
}
.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}
.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}
.banner {
    height: 820px;
    position: relative;
}
.banner .text {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    background: no-repeat center / cover;
}
.banner .text .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner .text h4 {
    font-size: 74px;
    text-shadow: 0 2px 2px #333333;
    margin: 0 0 10px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.banner .text p {
    font-size: 38px;
    margin: 0;
    text-shadow: 0 2px 2px #333333;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.banner .text ul {
    font-size: 0;
    text-align: center;
    margin-top: 30px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.banner .text li {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 0 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.banner .text li:first-child {
    border-left: 0;
}
.banner .text li strong {
    display: block;
    font-size: 54px;
    color: #c42221;
    line-height: 1;
    margin-top: 10px;
}
.banner .swiper-pagination {
    bottom: 105px;
}
.banner .ani-slide h4, .banner .ani-slide p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.banner .ani-slide ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.section {
    padding: 50px 0;
}
.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
}
.section-title p {
    font-size: 16px;
    margin: 10px 0 0;
    color: #777;
}
.in-total {
    margin-top: -85px;
    position: relative;
    z-index: 3;
    text-align: center;
    background: #fff;
    padding: 50px 0;
}
.in-total li {
    float: left;
    width: 20%;
}
.in-total li span {
    display: block;
    line-height: 1;
    font-size: 18px;
}
.in-total li strong {
    font-size: 58px;
    position: relative;
    display: inline-block;
    font-family: Impact;
    margin-right: 5px;
    color: #c42221;
}
.in-total li strong:before {
    position: absolute;
    right: -16px;
    top: 0;
    font-size: 24px;
}
.in-total li p {
    margin: 10px 0 0;
    font-size: 18px;
}
.yunu-link {
    padding: 20px 0;
}
.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #c42221;
    padding-bottom: 15px;
}
.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.yunu-link ul {
    margin-left: -20px;
}
.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}
.footer-fix li {
    float: left;
    width: 25%;
}
.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}
.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}
.footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}
.in-server {
    position: relative;
}
.in-server ul {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 290px;
    z-index: 2;
}
.in-server li {
    margin-top: 5px;
}
.in-server li a {
    display: block;
    background-color: #fff;
    line-height: 130px;
    font-size: 0;
    padding: 0 20px;
}
.in-server li i {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 60px;
    background: no-repeat center / contain;
    margin-right: 20px;
}
.in-server li i.i1 {
    background-image: url(../images/box1.png);
}
.in-server li i.i2 {
    background-image: url(../images/box2.png);
}
.in-server li i.i3 {
    background-image: url(../images/box3.png);
}
.in-server li i.i4 {
    background-image: url(../images/box4.png);
}
.in-server li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.in-server li.active a {
    background-color: #c42221;
    color: #fff;
}
.in-server li.active i.i1 {
    background-image: url(../images/box1_on.png);
}
.in-server li.active i.i2 {
    background-image: url(../images/box2_on.png);
}
.in-server li.active i.i3 {
    background-image: url(../images/box3_on.png);
}
.in-server li.active i.i4 {
    background-image: url(../images/box4_on.png);
}
.in-server .swiper-slide {
    height: 555px;
    background: no-repeat center / cover;
}
.in-server .swiper-slide .wrap {
    float: right;
    display: table;
    width: 330px;
    height: 100%;
    margin-right: 40px;
}
.in-server .swiper-slide .inner {
    display: table-cell;
    vertical-align: middle;
}
.in-server .swiper-slide h4 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}
.in-server .swiper-slide p {
    line-height: 1.8;
    color: #777;
    margin: 10px 0 0;
    text-align: justify;
}
.in-server .swiper-slide .more {
    font-size: 0;
    display: block;
    line-height: 48px;
    text-align: center;
    margin-top: 30px;
    background-color: #fff;
    width: 210px;
    border-radius: 50px;
}
.in-server .swiper-slide .more:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/i_two_bg1.png) no-repeat center / contain;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-server .swiper-slide .more span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}
.in-server .swiper-slide .more:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.in-server .swiper-pagination {
    position: static;
    font-size: 0;
    margin-top: 15px;
    display: none;
}
.in-prd {
    background-color: #f5f5f5;
    position: relative;
}
.in-prd .img-cover {
    padding-top: 87%;
}
.in-prd .mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: table;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-prd .mask .inner {
    display: table-cell;
    vertical-align: middle;
}
.in-prd .mask .tag {
    font-size: 22px;
}
.in-prd .mask .ico {
    margin-top: 20px;
}
.in-prd .mask .ico a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 16px;
    color: #fff;
}
.in-prd .mask .ico i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    background: no-repeat center / contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-prd .mask .ico a.v i {
    background-image: url(../images/solutions_bg1.png);
}
.in-prd .mask .ico a.d i {
    background-image: url(../images/i_pic1.png);
}
.in-prd h4 {
    margin: 0;
    text-align: center;
    font-weight: normal;
    background-color: #fff;
    position: relative;
}
.in-prd h4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #c42221;
    content: '';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-prd h4 a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
}
.in-prd .swiper-slide:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.in-prd .swiper-slide:hover .mask {
    top: 0;
}
.in-prd .swiper-slide:hover h4:before {
    height: 100%;
}
.in-prd .swiper-slide:hover h4 a {
    color: #fff;
}
.in-prd .swiper-slide .mask .ico a:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.in-prd .ctl {
    font-size: 0;
    text-align: center;
    padding: 20px 0;
}
.in-prd .ctl .swiper-button-prev, .in-prd .ctl .swiper-button-next {
    position: static;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/works_arr.png) no-repeat 0 0 #fff;
    width: 52px;
    height: 50px;
    margin: 0;
}
.in-prd .ctl .swiper-button-next {
    background-position: -52px -50px;
}
.in-prd .ctl .swiper-button-prev:hover {
    background-color: #333;
    background-position: -52px 0;
}
.in-prd .ctl .swiper-button-next:hover {
    background-color: #333;
    background-position: 0 -50px;
}
.in-prd .ctl .more {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    height: 50px;
    margin: 0 10px;
    background: url(../images/works_more.png) no-repeat center -50px #fff;
}
.in-prd .ctl .more:hover {
    background-position: center 0;
    background-color: #333;
}
.bg1 {
    background: url(../images/i_bg1.jpg) no-repeat center / cover;
    color: #fff;
}
.bg2 {
    background: url(../images/i_bg7.jpg) no-repeat center / cover;
    color: #fff;
}
@-webkit-keyframes ani-svg2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }
    25% {
        opacity: 0.25;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    75% {
        opacity: 0.75;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1.0;
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
    }
}
@keyframes ani-svg2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }
    25% {
        opacity: 0.25;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    75% {
        opacity: 0.75;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1.0;
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
    }
}
.in-fa-menu {
    float: right;
    width: 600px;
}
.in-fa-menu li {
    float: left;
    width: 50%;
}
.in-fa-menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #495a6f;
    margin: -1px 0 0 -1px;
    padding: 50px 0;
    position: relative;
}
.in-fa-menu li .img-center {
    height: 58px;
    line-height: 58px;
    margin-bottom: 50px;
}
.in-fa-menu li.active a {
    background-color: #c42221;
}
.in-fa-con {
    margin-right: 650px;
}
.in-fa-con .swiper-slide h4 {
    margin: 0;
    font-size: 50px;
    font-weight: normal;
}
.in-fa-con .swiper-slide p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin: 40px 0 0;
}
.in-fa-con .swiper-slide .more {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 40px;
}
.in-fa-con .swiper-slide .more:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/i_bg2.png) no-repeat center;
    -webkit-animation: ani-svg2 0.85s linear 0s alternate infinite;
    animation: ani-svg2 0.85s linear 0s alternate infinite;
}
.in-news-menu {
    text-align: center;
    font-size: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.in-news-menu li {
    display: inline-block;
    vertical-align: middle;
}
.in-news-menu li a {
    display: block;
    line-height: 38px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 16px;
    margin: 0 5px;
}
.in-news-menu li.active a {
    background-color: #c42221;
    color: #fff;
}
.in-news-con {
    padding-bottom: 10px;
}
.in-news-1, .in-news-2, .in-news-3, .in-news-4 {
    float: left;
    width: 393px;
    display: block;
}
.in-news-2, .in-news-3 , .in-news-4{
    margin-left: 10px;
    margin-top: -10px;
}
.in-news-2 li a, .in-news-3 li a, .in-news-4 li a {
    display: block;
    background-color: #fff;
    margin-top: 10px;
}
.in-news-1 .img-cover {
    height: 416px;
}
.in-news-1 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.in-news-1 .text h4 {
    margin: 0 10px 10px;
    background-color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
}
.in-news-1:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.in-news-2 li a {
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-news-2 li h4 {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    text-align: justify;
}
.in-news-2 li p {
    margin: 10px 0 0;
    text-align: justify;
    color: #666;
    height: 40px;
    overflow: hidden;
}
.in-news-2 li .date {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    color: #666;
}
.in-news-2 li .date:before {
    content: '';
    float: right;
    height: 50px;
    background: url(../images/i_bg5.png) no-repeat center / contain;
    width: 22px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-news-2 li .date strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}
.in-news-2 li a:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.in-news-2 li a:hover .date:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.in-news-3 li a {
    padding: 25px 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-news-3 li .date {
    float: left;
    color: #666;
    padding: 16px 0;
}
.in-news-3 li .date strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}
.in-news-3 li .text {
    border-left: 1px solid #eee;
    margin-left: 90px;
    padding-left: 20px;
}
.in-news-3 li .text h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: justify;
    height: 44px;
    overflow: hidden;
}
.in-news-3 li .text:after {
    background: url(../images/i_bg5.png) no-repeat center / contain;
    width: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 18px;
    content: '';
    display: block;
    margin-top: 20px;
}
.in-news-3 li a:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.in-news-3 li a:hover .text:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.in-news-4 li a {
    padding: 25px 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-news-4 li .date {
    float: left;
    color: #666;
    padding: 16px 0;
}
.in-news-4 li .date strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}
.in-news-4 li .text {
    border-left: 1px solid #eee;
    margin-left: 90px;
    padding-left: 20px;
}
.in-news-4 li .text h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: justify;
    height: 44px;
    overflow: hidden;
}
.in-news-4 li .text:after {
    background: url(../images/i_bg5.png) no-repeat center / contain;
    width: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 18px;
    content: '';
    display: block;
    margin-top: 20px;
}
.in-news-4 li a:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.in-news-4 li a:hover .text:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}




.in-contact-left {
    float: left;
    width: 380px;
    padding-top: 20px;
}
.in-contact-left .section-title {
    text-align: left;
}
.in-contact-left .tel {
    font-size: 22px;
    border-bottom: 1px solid #617e8c;
    padding-bottom: 30px;
}
.in-contact-left .tel strong {
    display: block;
    font-size: 34px;
    font-family: Impact;
}
.in-contact-left .sns {
    border-bottom: 1px solid #617e8c;
    padding-bottom: 30px;
    margin-top: 50px;
}
.in-contact-left .sns a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}
.in-contact-left .sns .sub {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    width: 200px;
    margin-left: -100px;
    display: none;
}
.in-contact-left .sns a:hover .sub {
    display: block;
}
.in-contact-right {
    float: right;
    background-color: #fff;
    color: #333;
    padding: 20px;
    width: 720px;
}
.in-contact-right .section-title {
    text-align: left;
    margin-bottom: 20px;
}
.in-contact-right form {
    overflow: hidden;
    display: block;
    margin: -10px 0 0 -10px;
}
.in-contact-right .form-group {
    float: left;
    margin: 10px 0 0 10px;
    width: 355px;
    background-color: #fff;
    overflow: hidden;
}
.in-contact-right .form-content {
    padding: 15px 20px;
    font-size: 0;
    border: 1px solid #ddd;
}
.in-contact-right .form-control {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 30px;
    height: 30px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.in-contact-right .form-submit {
    display: block;
    width: 100%;
    background: #c42221;
    color: #fff;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 70px;
    font-size: 18px;
}
.in-contact-right .form-group.full {
    width: 720px;
}
.in-about {
    margin-left: -40px;
}
.in-about li {
    float: left;
    width: 33.333333%;
}
.in-about li .wrap {
    margin-left: 40px;
}
.in-about .tit {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.in-about .tit .more {
    font-size: 14px;
    line-height: 25px;
    float: right;
    color: #c42221;
    border-bottom: 2px solid #c42221;
    padding-bottom: 13px;
    margin-bottom: -15px;
}
.in-about .text {
    text-align: justify;
    line-height: 2;
    color: #666;
}
.in-about .text-right {
    float: right;
    text-align: justify;
    line-height: 2;
    color: #666;
}
.footer {
    padding: 30px 0;
    background-color: #333;
    color: #adadad;
}
.footer a {
    color: #adadad;
}
.footer-info {
    margin-right: 400px;
}
.footer-info p {
    margin: 0;
}
.footer-sns {
    float: right;
}
.footer-sns a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}
.footer-sns .sub {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    width: 200px;
    margin-left: -100px;
    display: none;
}
.footer-sns a:hover .sub {
    display: block;
}
.banner-sub {
    height: 360px;
    background: no-repeat center / cover;
    color: #fff;
}
.banner-sub .container {
    display: table;
    height: 100%;
}
.banner-sub .inner {
    display: table-cell;
    vertical-align: middle;
}
.banner-sub h4 {
    margin: 0;
    font-size: 36px;
}
.banner-sub h4:after {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    background-color: #fff;
    margin: 20px 0;
}
.banner-sub p {
    margin: 0;
    font-size: 18px;
}
.pages {
    margin: 40px 0 0;
    text-align: center;
    font-size: 0;
}
.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pages a:hover, .pages a.active {
    background-color: #c42221;
    color: #fff;
}
.nav-sub {
    text-align: center;
    font-size: 0;
    margin: -5px 0 40px -5px;
}
.nav-sub li {
    display: inline-block;
    vertical-align: middle;
}
.nav-sub li a {
    display: block;
    line-height: 48px;
    padding: 0 40px;
    background-color: #fff;
    font-size: 16px;
    margin: 5px 0 0 5px;
}
.nav-sub li a:hover, .nav-sub li.active a {
    background-color: #c42221;
    color: #fff;
}
.list-1 {
    margin: -30px 0 0 -30px;
}
.list-1 li {
    float: left;
    width: 33.333333%;
}
.list-1 li .wrap {
    margin: 30px 0 0 30px;
    background-color: #fff;
}
.list-1 li .img-cover {
    padding-top: 87%;
}
.list-1 li .mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: table;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-1 li .mask .inner {
    display: table-cell;
    vertical-align: middle;
}
.list-1 li .mask .tag {
    font-size: 22px;
}
.list-1 li .mask .ico {
    margin-top: 20px;
}
.list-1 li .mask .ico a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 16px;
    color: #fff;
}
.list-1 li .mask .ico i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    background: no-repeat center / contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-1 li .mask .ico a.v i {
    background-image: url(../images/solutions_bg1.png);
}
.list-1 li .mask .ico a.d i {
    background-image: url(../images/i_pic1.png);
}
.list-1 li .mask .ico a:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.list-1 li .text {
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
    padding: 20px;
    position: relative;
}
.list-1 li .text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    height: 2px;
    width: 0;
    background-color: #c42221;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-1 li .text h4 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-1 li .text p {
    margin: 10px 0 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-1 li .wrap:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-1 li .wrap:hover .mask {
    top: 0;
}
.list-1 li .wrap:hover .text:after {
    width: 100%;
}
.list-2 {}
.list-2 li {
    float: left;
    width: 33.333333%;
}
.list-2 li a {
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-2 li .img-cover {
    padding-top: 53%;
}
.list-2 li .img-cover:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-2 li .img-cover:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/solutions_bg1.png) no-repeat center / contain;
    z-index: 2;
    margin: -25px 0 0 -25px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.list-2 li .text {
    padding: 20px;
}
.list-2 li .text p {
    margin: 0;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-2 li .text h4 {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: normal;
    height: 56px;
    overflow: hidden;
}
.list-2 li .text:after {
    background: url(../images/i_bg5.png) no-repeat center / contain;
    width: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 18px;
    content: '';
    display: block;
    margin-top: 20px;
}
.list-2 li a:hover {
    background-color: #f67524;
    color: #fff;
}
.list-2 li a:hover .img-cover:before {
    opacity: 0.4;
}
.list-2 li a:hover .img-cover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.list-2 li a:hover .text:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    background-image: url(../images/case_bg4_on.png);
}
.list-2 li a:hover .text p {
    color: #fff;
}
.list-3 {
    margin: -25px 0 0 -25px;
}
.list-3 li {
    float: left;
    width: 33.333333%;
}
.list-3 li a {
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 25px 0 0 25px;
    background-color: #fff;
    display: block;
}
.list-3 li h4 {
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    text-align: justify;
}
.list-3 li p {
    margin: 15px 0 0;
    text-align: justify;
    color: #666;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
}
.list-3 li .date {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    color: #666;
}
.list-3 li .date:before {
    content: '';
    float: right;
    height: 50px;
    background: url(../images/i_bg5.png) no-repeat center / contain;
    width: 22px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-3 li .date strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
}
.list-3 li a:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.list-3 li a:hover .date:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.ct2-mn {
    width: 760px;
    background-color: #fff;
    padding: 25px;
}
.ct2-sd {
    float: right;
    width: 310px;
    background-color: #fff;
    padding: 25px;
}
.ct2-sd .tit {
    font-size: 24px;
}
.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}
.news-title p {
    margin: 10px 0 0;
    font-size: 0;
}
.news-title p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #777;
}
.news-content {
    line-height: 1.8;
    margin-bottom: 30px;
}
.news-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.news-exp {
    overflow: hidden;
}
.news-exp a {
    float: left;
    font-size: 18px;
    padding: 12px 30px;
    background-color: #e8e8e8;
}
.news-exp a:last-child {
    float: right;
}
.news-exp a:hover {
    background-color: #f67524;
    color: #fff;
}
.list-4 li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}
.list-4 li h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.list-4 li p {
    margin: 10px 0 0;
    color: #666;
}
.list-4 li .img-center {
    margin-bottom: 15px;
}
.case-title {
    background-color: #fff;
    margin-bottom: 30px;
}
.case-title-left {
    float: left;
    padding: 40px;
    width: 520px;
    min-height: 380px;
}
.case-title-left h1 {
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}
.case-title-left h1:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    background-color: #ccc;
    margin: 15px 0 0;
}
.case-title-left p {
    margin: 20px 0 0;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}
.case-title-right {
    float: right;
    padding: 40px;
    width: 520px;
    background-color: #c42221;
    color: #fff;
    min-height: 380px;
}
.case-title-right h4 {
    margin: 0;
    font-weight: normal;
    font-size: 26px;
}
.case-title-right ul {
    margin-top: 40px;
}
.case-title-right li {
    font-size: 16px;
    margin-top: 20px;
}
.case-content {
    padding: 40px;
    background-color: #fff;
    margin: 0;
}
.about-left {
    float: left;
    width: 500px;
}
.about-left h4 {
    margin: 0 0 20px;
    color: #666;
    font-size: 24px;
    font-weight: normal;
}
.about-left h2 {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
}
.about-left .more {
    font-size: 0;
    display: block;
    line-height: 48px;
    text-align: center;
    margin-top: 50px;
    background-color: #333;
    width: 210px;
    border-radius: 3px;
}
.about-left .more:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/scheme_btn.png) no-repeat center / contain;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-left .more span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}
.about-left .more:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.about-right {
    float: right;
    width: 600px;
}
.about-right p {
    margin: 20px 0 0;
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}
.about-2 {
    position: relative;
}
.about-2 .img-cover {
    padding-top: 34%;
}
.about-2 .img-cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/aboutPage_business_filter.png) repeat-x;
}
.about-2 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.about-2 .text .wrap {
    padding: 0 40px 30px;
}
.about-2 .text h4 {
    margin: 0;
    font-size: 36px;
    font-weight: normal;
}
.about-2 .text p {
    margin: 20px 0 0;
    font-size: 20px;
    text-align: justify;
}
.about-2:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about-3 {
    border: 1px solid #ddd;
}
.about-3 li {
    float: left;
    width: 50%;
}
.about-3 li:first-child .wrap, .about-3 li:last-child .wrap {
    background-color: #f5f5f5;
}
.about-3 li .wrap {
    padding: 40px;
}
.about-3 li .img-center {
    text-align: left;
    height: 84px;
    line-height: 84px;
}
.about-3 li h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 40px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about-3 li p {
    margin: 0;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    height: 64px;
    overflow: hidden;
}
.about-4-menu {
    float: left;
    border: 1px solid #ddd;
    width: 798px;
}
.about-4-menu li {
    float: left;
    width: 25%;
}
.about-4-menu li a {
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px;
    text-align: center;
}
.about-4-menu li:nth-child(2) a, .about-4-menu li:nth-child(4) a, .about-4-menu li:nth-child(5) a, .about-4-menu li:nth-child(7) a {
    background-color: #f5f5f5;
}
.about-4-menu li i {
    height: 100px;
    display: block;
    background: no-repeat center / contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-4-menu li i.i1 {
    background-image: url(../images/aboutPage_service_icon1.png);
}
.about-4-menu li i.i2 {
    background-image: url(../images/aboutPage_service_icon2.png);
}
.about-4-menu li i.i3 {
    background-image: url(../images/aboutPage_service_icon3.png);
}
.about-4-menu li i.i4 {
    background-image: url(../images/aboutPage_service_icon4.png);
}
.about-4-menu li i.i5 {
    background-image: url(../images/aboutPage_service_icon5.png);
}
.about-4-menu li i.i6 {
    background-image: url(../images/aboutPage_service_icon6.png);
}
.about-4-menu li i.i7 {
    background-image: url(../images/aboutPage_service_icon7.png);
}
.about-4-menu li i.i8 {
    background-image: url(../images/aboutPage_service_icon8.png);
}
.about-4-menu li .num {
    font-size: 60px;
    line-height: 1;
    font-family: Impact;
    color: #e2e2e2;
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
}
.about-4-menu li p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #333;
}
.about-4-menu li.active a {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.about-4-menu li.active i.i1 {
    background-image: url(../images/aboutPage_service_icon11.png);
}
.about-4-menu li.active i.i2 {
    background-image: url(../images/aboutPage_service_icon22.png);
}
.about-4-menu li.active i.i3 {
    background-image: url(../images/aboutPage_service_icon33.png);
}
.about-4-menu li.active i.i4 {
    background-image: url(../images/aboutPage_service_icon44.png);
}
.about-4-menu li.active i.i5 {
    background-image: url(../images/aboutPage_service_icon55.png);
}
.about-4-menu li.active i.i6 {
    background-image: url(../images/aboutPage_service_icon66.png);
}
.about-4-menu li.active i.i7 {
    background-image: url(../images/aboutPage_service_icon77.png);
}
.about-4-menu li.active i.i8 {
    background-image: url(../images/aboutPage_service_icon88.png);
}
.about-4-con {
    margin-left: 820px;
    color: #fff;
    background: url(../images/aboutPage_service_tabBox.jpg) no-repeat #f67424;
    height: 468px;
}
.about-4-con .text {
    padding: 40px 40px 0;
}
.about-4-con .text h4 {
    font-size: 40px;
    font-weight: normal;
    margin: 0 0 30px;
}
.about-4-con .text h4:after {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    background-color: #fff;
    margin: 15px 0 0;
}
.about-4-con .text p {
    margin: 5px 0 0;
    font-size: 20px;
}
.about-4-con .swiper-pagination {
    display: none;
}
.map {
    height: 400px;
    margin-top: 20px;
}
@media screen and (min-width: 1500px) {
    .container {
        width: 1440px;
    }
    .ct2-mn {
        margin-right: 400px;
        width: auto;
    }
    .case-title-left {
        width: 52%;
    }
    .case-title-right {
        width: 34%;
    }
    .about-4-con {
        background-size: cover;
    }
    .in-contact-right {
        padding: 40px;
    }
    .in-news-1, .in-news-2, .in-news-3, .in-news-4 {
        width: 470px;
    }
}
@media screen and (max-width: 1200px) {
    .center {
        width: 100%;
    }
    @media screen and (max-width: 450px) {
        .box_tit p {
            font-size: 1rem;
        }
        .pro_screen ul li {
            width: 31.33%;
            margin: 1%;
        }
        .pro_screen ul li a {
            width: 100%;
        }
        .flex_between {
            padding-bottom: 15px;
        }
        .case_list ul li .text h3 {
            font-size: .118rem;
            line-height: .2rem;
            margin-top: 10px;
            padding: 0;
            padding-bottom: 5px;
            height: .4rem;
            overflow: hidden;
        }
        .case_list ul li .text2 {
            padding: 0;
        }
        .case_list ul li .text2 span {
            font-size: .09rem;
            margin-top: 8px;
        }
        .case_list ul li .text2 span i {
            font-size: .14rem;
        }
        .case_list ul li .text2 span {
            font-size: .09rem;
            margin-top: 8px;
        }
        .case_list ul li .text2 a {
            display: none;
        }
    }
    @media screen and (max-width: 767px) {
        body {
            min-width: 320px;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .box_tit {
            margin: 20px 0;
        }
        .box_tit span {
            font-size: 2rem;
        }
        .box_tit p {
            padding: 0 8%;
        }
        .pro_screen {
            padding: 20px 0;
        }
        .pro_screen ul {
            padding-left: 70px;
        }
        .pro_screen ul li:first-child {
            position: absolute;
            left: 0;
        }
        .pro_screen ul li a {
            width: 100px;
            padding: 6px 0;
            border: 1px solid #ddd;
            text-align: center;
        }
        .flex_between {
            padding-top: 0;
            width: 90%;
            margin: 0 5%;
        }
        .flex_between .text {
            width: 100%;
        }
        .flex_between .search {
            width: 100%;
            padding-right: 0;
            margin-top: 15px;
        }
        .flex_between .search input[type="text"] {
            width: 60%;
            border: 1px solid #ddd;
            float: left;
            padding: 0 10px;
            outline: 0;
        }
        .flex_between .search input[type="submit"] {
            width: 30%;
        }
        .case_list ul li {
            width: 41.5%;
            margin: 2%;
        }
        .case_list ul li:nth-child(3n) {
            margin-right: 2%;
        }
        .container {
            width: auto;
        }
        .kf {
            display: none;
        }
        .footer-fix {
            display: block;
        }
        .header {
            padding: 10px 0;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        .header .topbar {
            display: none;
        }
        .header .logo {
            height: 30px;
            padding: 0;
            line-height: 30px;
            float: none;
            margin: 0;
        }
        .header .nav {
            display: none;
            margin: 10px -15px -10px;
            text-align: left;
            float: none;
        }
        .header .nav li {
            display: block;
            border-top: 1px solid #ddd;
            padding: 0;
            background: none;
        }
        .header .nav li .arr {
            display: block;
        }
        .header .nav li a {
            border-bottom: 0;
            padding: 0 15px;
            font-size: 14px;
            line-height: 40px;
        }
        .header .nav li a span {
            opacity: 1;
        }
        .header .nav li.open .arr:after {
            -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
            border-color: #c42221;
        }
        .header .nav .dropdown-box {
            position: static;
            width: auto;
            margin: 0;
            text-align: left;
            background-color: #f9f9f9;
        }
        .header .nav .dropdown-box a {
            padding: 0 15px;
            line-height: 40px;
            border-top: 1px solid #eee;
        }
        .menu-btn {
            display: block;
        }
        .banner {
            height: 220px;
        }
        .banner .text h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .banner .text p {
            font-size: 14px;
        }
        .banner .text ul {
            margin-top: 20px;
        }
        .banner .text li {
            padding: 0 15px;
            font-size: 16px;
        }
        .banner .text li strong {
            font-size: 22px;
        }
        .banner .swiper-pagination {
            bottom: 10px;
        }
        .section {
            padding: 30px 0;
        }
        .section-title {
            margin-bottom: 20px;
            font-size: 20px;
        }
        .section-title p {
            font-size: 12px;
            margin-top: 5px;
        }
        .in-total {
            margin: 0 -15px;
            padding: 30px 0;
        }
        .in-total ul {
            margin-top: -15px;
        }
        .in-total li {
            width: 33.333333%;
            margin-top: 15px;
        }
        .in-total li span {
            font-size: 12px;
        }
        .in-total li strong {
            font-size: 24px;
        }
        .in-total li p {
            margin: 5px 0 0;
            font-size: 12px;
        }
        .in-server ul {
            position: static;
            width: auto;
            overflow: hidden;
            margin: -5px 0 15px -5px;
        }
        .in-server li {
            margin: 0;
            float: left;
            width: 50%;
        }
        .in-server li a {
            padding: 15px 0;
            text-align: center;
            line-height: 1.4;
            margin: 5px 0 0 5px;
        }
        .in-server li i {
            margin: 0 0 10px;
            height: 30px;
        }
        .in-server li span {
            display: block;
            font-size: 14px;
        }
        .in-server .swiper-slide {
            height: 250px;
        }
        .in-server .swiper-slide .wrap {
            float: none;
            margin: 0;
            width: 100%;
        }
        .in-server .swiper-slide .inner {
            padding: 20px;
        }
        .in-server .swiper-slide h4 {
            font-size: 20px;
        }
        .in-server .swiper-slide p {
            font-size: 14px;
        }
        .in-server .swiper-slide .more {
            width: 150px;
            line-height: 40px;
            margin-top: 20px;
        }
        .in-server .swiper-slide .more span {
            font-size: 14px;
        }
        .in-server .swiper-slide .more:after {
            margin-left: 10px;
            height: 8px;
        }
        .in-prd .mask {
            display: none;
        }
        .in-prd h4 a {
            line-height: 40px;
            font-size: 14px;
            padding: 0 10px;
        }
        .in-fa-menu {
            float: none;
            width: auto;
            overflow: hidden;
            padding: 1px 0 0 1px;
        }
        .in-fa-menu li a {
            padding: 15px;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .in-fa-menu li .img-center {
            height: 30px;
            line-height: 30px;
            margin-bottom: 15px;
        }
        .in-fa-con {
            margin: 20px 0 0;
        }
        .in-fa-con .swiper-slide h4 {
            font-size: 20px;
        }
        .in-fa-con .swiper-slide p {
            font-size: 14px;
            margin-top: 10px;
        }
        .in-fa-con .swiper-slide .more {
            margin-top: 20px;
        }
        .in-news-menu {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        .in-news-menu li a {
            line-height: 34px;
            font-size: 14px;
            padding: 0 15px;
        }
        .in-news-1, .in-news-2, .in-news-3, .in-news-4 {
            float: none;
            width: auto;
        }
        .in-news-2, .in-news-3, .in-news-4 {
            margin: 0;
        }
        .in-news-1 .img-cover {
            height: auto;
            padding-top: 110%;
        }
        .in-news-1 .text h4 {
            padding: 15px;
            font-size: 16px;
        }
        .in-news-2 li a {
            padding: 15px;
        }
        .in-news-2 li p {
            height: auto;
        }
        .in-news-2 li .date {
            padding-top: 15px;
            margin-top: 15px;
        }
        .in-news-3 li a {
            padding: 15px;
        }
        .in-news-3 li .date {
            padding: 13px 0;
        }
        .in-news-3 li .text {
            margin-left: 75px;
        }
        .in-news-3 li .text:after {
            margin-top: 15px;
        } 
        .in-news-4 li a {
            padding: 15px;
        }
        .in-news-4 li .date {
            padding: 13px 0;
        }
        .in-news-4 li .text {
            margin-left: 75px;
        }
        .in-news-4 li .text:after {
            margin-top: 15px;
        }
        .in-contact-left {
            padding-top: 0;
            width: auto;
            float: none;
        }
        .in-contact-left .tel {
            padding-bottom: 15px;
            font-size: 14px;
        }
        .in-contact-left .tel strong {
            font-size: 24px;
        }
        .in-contact-left .sns {
            margin-top: 20px;
            padding-bottom: 15px;
        }
        .in-contact-left .sns a {
            width: 40px;
        }
        .in-contact-left .sns .sub {
            width: 100px;
            margin-left: -50px;
        }
        .in-contact-right {
            float: none;
            width: auto;
        }
        .in-contact-right form {
            margin-left: 0;
            margin-top: -10px;
        }
        .in-contact-right .form-group {
            width: 100%;
            margin: 10px 0 0;
        }
        .in-contact-right .form-group.full {
            width: 100%;
        }
        .in-contact-right .form-content {
            padding: 2px 10px;
        }
        .in-contact-right .form-control {
            font-size: 14px;
        }
        .in-contact-right .form-submit {
            height: 40px;
            font-size: 16px;
        }
        .in-about {
            margin-top: -20px;
        }
        .in-about li {
            width: 100%;
        }
        .in-about li .wrap {
            margin-top: 20px;
        }
        .in-about .tit {
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .in-about .tit .more {
            font-size: 12px;
            line-height: 22px;
            margin-bottom: -10px;
            padding-bottom: 9px;
        }
        .in-about .text {
            font-size: 12px;
        }
        .footer-sns {
            float: none;
            text-align: center;
        }
        .footer-sns a {
            margin: 0 10px;
        }
        .footer-sns .sub {
            width: 100px;
            margin-left: -50px;
        }
        .footer-info {
            margin: 20px 0 0;
            font-size: 12px;
            text-align: center;
        }
        .banner-sub {
            height: 130px;
        }
        .banner-sub .container {
            width: 100%;
            box-sizing: border-box;
        }
        .banner-sub h4 {
            font-size: 20px;
        }
        .banner-sub h4:after {
            height: 3px;
            width: 30px;
            margin: 10px 0;
        }
        .banner-sub p {
            font-size: 12px;
        }
        .nav-sub {
            margin: -5px 0 20px -5px;
        }
        .nav-sub li a {
            margin: 5px 0 0 5px;
            font-size: 12px;
            padding: 0 10px;
            line-height: 32px;
        }
        .pages {
            margin-top: 15px;
        }
        .pages a {
            font-size: 12px;
            line-height: 30px;
            padding: 0 12px;
        }
        .list-1 {
            margin: -10px 0 0 -10px;
        }
        .list-1 li {
            width: 50%;
        }
        .list-1 li .wrap {
            margin: 10px 0 0 10px;
        }
        .list-1 li .mask {
            display: none;
        }
        .list-1 li .text {
            padding: 10px;
        }
        .list-1 li .text h4 {
            font-size: 14px;
        }
        .list-1 li .text p {
            margin-top: 5px;
            font-size: 12px;
        }
        .list-2 li {
            width: 100%;
        }
        .list-2 li .text p {
            font-size: 14px;
        }
        .list-2 li .text h4 {
            font-size: 16px;
            height: auto;
        }
        .list-3 {
            margin-top: -15px;
        }
        .list-3 li {
            width: 100%;
        }
        .list-3 li a {
            padding: 15px;
            margin-top: 15px;
        }
        .list-3 li h4 {
            font-size: 16px;
        }
        .list-3 li p {
            height: auto;
            font-size: 14px;
            margin-top: 10px;
        }
        .list-3 li .date {
            padding-top: 15px;
            margin-top: 15px;
        }
        .ct2-sd {
            display: none;
        }
        .ct2-mn {
            float: none;
            width: auto;
            padding: 15px;
            margin: 0 -15px;
        }
        .news-title {
            padding-bottom: 10px;
            margin-bottom: 10px;
            text-align: center;
        }
        .news-title h1 {
            font-size: 18px;
        }
        .news-title p span {
            font-size: 12px;
            margin-right: 10px;
        }
        .news-content {
            margin-bottom: 20px;
        }
        .news-exp a {
            padding: 6px 12px;
            font-size: 14px;
        }
        .case-title {
            margin: -30px -15px 20px;
        }
        .case-title-left, .case-title-right {
            padding: 15px;
            width: auto;
            float: none;
            min-height: auto;
        }
        .case-title-left h1 {
            font-size: 18px;
        }
        .case-title-left p {
            margin-top: 15px;
        }
        .case-title-right h4 {
            font-size: 18px;
        }
        .case-title-right ul {
            margin-top: 20px;
        }
        .case-title-right li {
            font-size: 14px;
            margin-top: 10px;
        }
        .case-content {
            padding: 15px;
            margin: 0 -15px;
        }
        .about-left {
            float: none;
            width: auto;
        }
        .about-left h4 {
            font-size: 14px;
            margin-bottom: 10px;
        }
        .about-left h2 {
            font-size: 18px;
        }
        .about-left .more {
            width: 150px;
            line-height: 40px;
            margin-top: 20px;
        }
        .about-left .more span {
            font-size: 14px;
        }
        .about-left .more:after {
            margin-left: 10px;
            height: 8px;
        }
        .about-right {
            float: none;
            width: auto;
            margin-top: 20px;
        }
        .about-right p {
            margin-top: 15px;
            font-size: 14px;
        }
        .about-2 .text {
            position: static;
            background-color: #f67424;
        }
        .about-2 .text .wrap {
            padding: 15px;
        }
        .about-2 .text h4 {
            font-size: 18px;
        }
        .about-2 .text p {
            font-size: 14px;
            margin-top: 10px;
        }
        .about-3 li {
            width: 100%;
        }
        .about-3 li .wrap {
            padding: 20px;
            background-color: #fff !important;
        }
        .about-3 li:nth-child(odd) .wrap {
            background-color: #f5f5f5 !important;
        }
        .about-3 li .img-center {
            height: 40px;
            line-height: 40px;
            float: left;
            width: 50px;
            text-align: center;
        }
        .about-3 li h4 {
            margin: 0 0 10px 65px;
            font-size: 16px;
        }
        .about-3 li p {
            margin: 0 0 0 65px;
            font-size: 14px;
            height: auto;
        }
        .about-4-menu {
            display: none;
        }
        .about-4-con {
            margin: 0;
            height: auto;
            padding-bottom: 30px;
        }
        .about-4-con .text {
            padding: 20px;
        }
        .about-4-con .text h4 {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .about-4-con .text h4:after {
            width: 30px;
            height: 3px;
        }
        .about-4-con .text p {
            font-size: 14px;
        }
        .about-4-con .swiper-pagination {
            display: block;
        }
        .map {
            height: 200px;
        }
    }