*,
:before,
:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.POP800_CORE_OUTER_PANEL,#POP800_CORE_MAIN_PANEL{
    display: none !important;
 }
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    background-color: #FFF;
}

ol,
ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

fieldset,
img,
video {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

input,
select,
textarea,
button {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清除IOS默认圆角*/
textarea {
    resize: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

/*去除右下角拖动边框标识*/
input:-ms-clear {
    display: none;
}

/*消除 IE10 里的叉号*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

table {
    border-collapse: separate;
}

/*边线重叠*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.wp {
    width: 98%;
    max-width: 1360px;
    margin: 0 auto;
}

/* index tyle */
.top-show {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 40px 0;
    line-height: 50px;
    background: url(../image/top-bg.png) repeat-x #0F2159;
}

.logo {
    float: left;
    width: 120px;
}

.logo img {
    width: 100%;
    height: auto;
}

.head-btn {
    float: right;
    /* width: 295px; */
    color: #FFF;
    font-size: 16px;
}

.head-btn a {
    width: 114px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px;
}

.head-btn a.btn-link {
    color: #FFF;
    font-size: 16px;
    text-transform: capitalize;
}

.head-btn a.btn-link:hover {
    color: #FB605A;
}

.btn-show {
    display: inline-block;
    color: #FFF;
    background-color: #FB605A;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -ms-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -o-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-show:hover {
    /* -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; */
    transform: scale(1.1);
}

.nav {
    overflow: hidden;
    display: block;
    text-align: center;
    margin-left: 10%;
}

.nav ul li {
    position: relative;
    display: inline-block;
    margin-left: 32px;
}

.nav ul li a {
    display: block;
    color: #FFF;
    font-size: 18px;
}

.nav ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #FB605A;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s ease
}

.nav ul li:hover:before,
.nav ul li.on:before {
    width: 50%;
}

.navBtn,
.navbtn {
    display: none;
}

.pro-con {
    position: relative;
    padding: 60px 0;
    margin-top: 130px;
}

.pro-con:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 890px;
    height: 700px;
    background: url(../image/pro-mark01.png) no-repeat top right;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: -1;
}

.pro-info {
    float: left;
    width: 39%;
    margin-top: 36px;
}

.pro-info h1 {
    position: relative;
    color: #0F2159;
    font-size: 80px;
    line-height: 1.2;
    padding-top: 30px;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.pro-info h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 6px;
    background-color: #FDA82B;
}

.pro-info p {
    color: #0F2159;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}

.pro-info p strong {
    font-size: 24px;
    margin-right: 10px;
}

.pro-btn {
    position: relative;
    width: 83%;
    line-height: 85px;
    font-size: 0;
    z-index: 2;
}

.pro-btn:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    background-color: #1E3982;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    -ms-border-radius: 85px;
    -o-border-radius: 85px;
    border-radius: 85px;
    z-index: -1;
}

.pro-btn span {
    float: left;
    width: 44%;
    border: 1px solid #F36C1D;
    background-color: #FFF;
    -webkit-border-radius: 85px 0 0 85px;
    -moz-border-radius: 85px 0 0 85px;
    -ms-border-radius: 85px 0 0 85px;
    -o-border-radius: 85px 0 0 85px;
    border-radius: 85px 0 0 85px;
    cursor: pointer;
    color: #0F2159;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pro-btn span img {
    width: 23px;
    height: auto;
    margin-top: -2px;
    margin-right: 6px;
}

.pro-btn span:hover {
    color: #F36C1D;
}

.pro-btn a {
    float: left;
    width: 56%;
    border: 1px solid #F36C1D;
    background-color: #F36C1D;
    -webkit-border-radius: 0 85px 85px 0;
    -moz-border-radius: 0 85px 85px 0;
    -ms-border-radius: 0 85px 85px 0;
    -o-border-radius: 0 85px 85px 0;
    border-radius: 0 85px 85px 0;
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

.pro-btn a img {
    width: 20px;
    height: auto;
    margin-top: -2px;
    margin-right: 6px;
}

.pro-btn a:hover {
    color: #0F2159;
}

.pro-mail {
    display: block;
    width: 83%;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}

.pro-mail img {
    width: 80px;
    height: auto;
    margin-top: -8px;
    margin-right: 12px;
}

.pro-mail strong {
    color: #EC4F12;
    background-image: -webkit-gradient(linear, 0 0, right 0, from(#EC4F12), to(#F36D1D));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

.pro-pic {
    float: right;
    width: 58%;
    position: relative;
}

.pro-pic:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -72px;
    width: 204px;
    height: 202px;
    background: url(../image/pro-mark02.png) no-repeat;
    z-index: -1;
}

.pro-pic img {
    width: 100%;
}

.pro-link {
    margin-top: 80px;
    position: relative;
    line-height: 100px;
}

.pro-link:before,
.pro-link:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #FFF 0%, #B9BECB 16%, #B9BECB 84%, #FFF 100%);
    background: -moz-linear-gradient(left, #FFF 0%, #B9BECB 16%, #B9BECB 84%, #FFF 100%);
    background: -ms-linear-gradient(left, #FFF 0%, #B9BECB 16%, #B9BECB 84%, #FFF 100%);
    background: -o-linear-gradient(left, #FFF 0%, #B9BECB 16%, #B9BECB 84%, #FFF 100%);
    background: linear-gradient(to right, #FFF 0%, #B9BECB 16%, #B9BECB 84%, #FFF 100%);
}

.pro-link:before {
    top: 0;
}

.pro-link:after {
    bottom: 0;
}

.pro-link ul {
    margin: 0 1%;
}

.pro-link ul li {
    float: left;
    width: 16.6%;
    text-align: center;
}

.pro-link ul li a {
    display: inline-block;
    color: #9BA3B5;
    font-size: 20px;
    position: relative;
}

.pro-link ul li.active a {
    color: #0f2159;
}

.pro-link .nav-marker {
    position: absolute;
    width: 114px;
    height: 2px;
    background-color: #0F2159;
    ;
    bottom: 0;
    z-index: 2;
}

.pro-main {
    margin-top: 208px;
    background: url(../image/bg-main.jpg) no-repeat center 204px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.main-base li {
    position: relative;
    float: left;
    width: 47%;
    margin: 0 1.5%;
    background: -webkit-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -moz-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -ms-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -o-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: linear-gradient(to right, #EC4F12 0%, #F36D1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EC4F12, endColorstr=#F36D1D, GradientType=1);
    -webkit-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -moz-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -ms-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -o-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -webkit-border-radius: 10px 10px 30px 30px;
    -moz-border-radius: 10px 10px 30px 30px;
    -ms-border-radius: 10px 10px 30px 30px;
    -o-border-radius: 10px 10px 30px 30px;
    border-radius: 10px 10px 30px 30px;
    color: #FFF;
    font-size: 30px;
    line-height: 60px;
    padding: 40px 70px;
}

.main-base li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 348px;
    height: 280px;
    background: url(../image/main-listBg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-base li p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../image/main-list.png) no-repeat;
    margin-right: 24px;
}

.main-base li.list-con {
    position: relative;
    padding-top: 57px;
}

.main-base li.list-con span {
    position: absolute;
    right: 12px;
    top: -90px;
    cursor: pointer;
}

.main-base li.list-con p:before {
    display: none;
}

.main-base li.list-con p {
    margin-bottom: 20px;
}

.main-info {
    margin-top: 175px;
}

.main-txt {
    text-align: center;
    width: 48%;
    color: #FFF;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.main-txt:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 114px;
    height: 2px;
    background-color: #FFF;
    margin-left: -57px;
}

.main-txt h3 {
    font-size: 40px;
    line-height: 1.2;
}

.main-txt p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
}

.main-hot {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 40px;
}

.main-hot li {
    float: left;
    width: 30.3%;
    margin: 0 1.5%;
    padding: 40px 20px 16px;
    min-height: 494px;
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 40px rgba(1, 13, 50, .3);
    -moz-box-shadow: 0 0 40px rgba(1, 13, 50, .3);
    -ms-box-shadow: 0 0 40px rgba(1, 13, 50, .3);
    -o-box-shadow: 0 0 40px rgba(1, 13, 50, .3);
    box-shadow: 0 0 40px rgba(1, 13, 50, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 0;
    color: #10235B;
    font-size: 20px;
}

.main-hot li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 243px;
    height: 455px;
    background: url(../image/main-hotBg.png) no-repeat top right;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: -1;
}

.main-hot li strong {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-left: 30px;
}

.main-hot li a {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #10235B;
}

.main-hot li a:hover {
    color: #F36C1D;
}

.hot-con {
    margin-left: -4%;
}

.hot-con p {
    float: left;
    width: 46%;
    margin-left: 4%;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 10px rgba(73, 83, 110, .1);
    -moz-box-shadow: 0 5px 10px rgba(73, 83, 110, .1);
    -ms-box-shadow: 0 5px 10px rgba(73, 83, 110, .1);
    -o-box-shadow: 0 5px 10px rgba(73, 83, 110, .1);
    box-shadow: 0 5px 10px rgba(73, 83, 110, .1);
    line-height: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    text-align: center;
    margin-bottom: 24px;
}

.hot-con p:last-child {
    width: 60%;
}

.hot-line {
    margin: 0 20px;
}

.hot-line p {
    width: 100%;
    margin-left: 0;
}

.hot-line p:last-child {
    width: 100%;
}

.main-hot li.hot-data {
    margin-top: 80px;
}

.hot-data span {
    margin-top: 20px;
}

.hot-data:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 124px;
    height: 60px;
    margin-left: -62px;
    background: url(../image/hot-data.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-data {
    margin-bottom: 60px;
}

.main-data h3 {
    color: #0F2159;
    font-size: 40px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 60px;
}

.main-data table td {
    padding: 10px 2px;
    word-break: break-word;
}

.main-data table tr:hover td {
    background: #012144;
    color: #fff !important;
    cursor: pointer;
}

.main-data p {
    color: #727581;
    font-style: italic;
    margin-top: 20px;
}

.pro-good {
    margin-top: 130px;
    position: relative;
}

.good-show {
    background-color: #0F2159;
    -webkit-border-radius: 240px 20px 20px 20px;
    -moz-border-radius: 240px 20px 20px 20px;
    -ms-border-radius: 240px 20px 20px 20px;
    -o-border-radius: 240px 20px 20px 20px;
    border-radius: 240px 20px 20px 20px;
    padding: 160px 0 130px 200px;
    color: #FFF;
    font-size: 20px;
}

.good-txt {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 120px;
}

.good-txt span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.good-show ul {
    width: 450px;
}

.good-show ul li {
    position: relative;
    padding-left: 80px;
    line-height: 30px;
    margin-bottom: 44px;
}

.good-show ul li span {
    position: absolute;
    left: 0;
    top: 0;
}

.good-show ul li strong {
    display: block;
    text-transform: capitalize;
}

.good-show ul li p {
    margin-top: 10px;
    color: #D0DBFF;
}

.good-pic {
    position: absolute;
    right: 0;
    bottom: -12%;
    z-index: 2;
    width: 44%;
}

.good-pic ul {
    position: relative;
    width: 100%;
    padding-top: 117.5%;
}

.good-pic01 {
    position: absolute;
    top: 0;
    right: 8.4%;
    width: 84%;
    padding: 18px;
    background-color: #0F2159;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.good-pic02 {
    position: absolute;
    bottom: 0;
    width: 63.1%;
    padding: 18px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.good-pic03 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37%;
}

.good-pic ul li img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.pro-case {
    margin-top: 230px;
}

.pro-case .main-txt {
    color: #11265B;
    width: 64%;
}

.pro-case .main-txt:after {
    background-color: #F36C1D;
}

.pro-case .main-txt p {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.main-txt h2 {
    font-size: 80px;
    line-height: 1.2;
}

.pro-case ul {
    margin-top: 110px;
    margin-left: -4%;
}

.pro-case ul li {
    float: left;
    width: 46%;
    margin-left: 4%;
    color: #11265B;
}

.case-pic {
    margin-right: 24px;
    position: relative;
    padding-top: 83.9%;
}

.case-pic:before {
    content: "";
    position: absolute;
    right: -24px;
    top: -24px;
    width: 100%;
    height: 100%;
    background-color: #EC4F12;
    background: -webkit-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -moz-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -ms-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -o-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: linear-gradient(to right, #EC4F12 0%, #F36D1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EC4F12, endColorstr=#F36D1D, GradientType=1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.case-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.pro-case ul li h3 {
    font-size: 40px;
    line-height: 1.2;
    margin: 48px 0 32px;
}

.pro-case ul li h3 a {
    display: block;
    color: #11265B;
}

.pro-case ul li p {
    font-size: 20px;
    line-height: 32px;
}

.pro-case ul li p strong {
    margin-right: 5px;
}

.pro-ser {
    margin-top: 150px;
}

.pro-ser .main-txt {
    color: #11265B;
    width: 64%;
    margin-bottom: 26px;
}

.pro-ser .main-txt:after {
    display: none;
}

.foot-show {
    margin-top: 130px;
    background: url(../image/foot-bg.png) no-repeat center 320px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.foot-msg {
    background: -webkit-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -moz-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -ms-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: -o-linear-gradient(left, #EC4F12 0%, #F36D1D 100%);
    background: linear-gradient(to right, #EC4F12 0%, #F36D1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EC4F12, endColorstr=#F36D1D, GradientType=1);
    -webkit-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -moz-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -ms-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -o-box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    box-shadow: 0 8px 21px rgba(3, 12, 45, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 30px 70px;
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.foot-msg strong {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 34px;
    line-height: 1.2;
}

.foot-msg p {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    margin: 26px auto 30px;
    width: 84%;
}

.msg-con {
    float: left;
    margin-left: 40px;
    width: 59%;
}

.msg-con ul {
    margin-left: -4%;
}

.msg-con ul li {
    float: left;
    width: 46%;
    margin-left: 4%;
    position: relative;
    height: 70px;
    background-color: #FFF;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(119, 43, 2, .1);
    -moz-box-shadow: 0 5px 10px rgba(119, 43, 2, .1);
    -ms-box-shadow: 0 5px 10px rgba(119, 43, 2, .1);
    -o-box-shadow: 0 5px 10px rgba(119, 43, 2, .1);
    box-shadow: 0 5px 10px rgba(119, 43, 2, .1);
}

.msg-con ul li input {
    width: 100%;
    height: 100%;
    color: #F2671B;
    font-size: 18px;
    line-height: 40px;
    background: none;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.msg-con ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #F2671B;
    font-size: 18px;
    line-height: 40px;
    padding: 15px;
}

.msg-con ul li.msg-text {
    width: 96%;
    height: 114px;
}

.msg-con ul li.msg-text textarea {
    width: 100%;
    height: 100%;
    color: #F2671B;
    font-size: 20px;
    line-height: 30px;
    background: none;
    position: relative;
    z-index: 2;
    padding: 12px 15px;
    font-size: 16px;
}

.msg-con ul li.msg-text span {
    line-height: 30px;
    padding: 12px 15px;
    font-size: 16px;
}

.msg-sub {
    position: absolute;
    left: 170px;
    bottom: -33px;
    width: 300px;
    line-height: 70px;
    background-color: #F05F18;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0px 4px 11px rgba(255, 255, 255, .15);
    -moz-box-shadow: 0px 4px 11px rgba(255, 255, 255, .15);
    -ms-box-shadow: 0px 4px 11px rgba(255, 255, 255, .15);
    -o-box-shadow: 0px 4px 11px rgba(255, 255, 255, .15);
    box-shadow: 0px 4px 11px rgba(255, 255, 255, .15);
}

.msg-sub input {
    display: inline-block;
    width: 100%;
    line-height: 70px;
    background-color: #FFF;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    color: #122255;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.msg-sub input:hover {
    color: #F2671B;
}

.msg-online {
    float: right;
    width: 30%;
}

.msg-online span {
    display: block;
    text-align: right;
    cursor: pointer;
    margin-top: 20px;
}

.pro-relate {
    margin-top: 120px;
}

.pro-relate h3 {
    text-align: center;
    color: #FFF;
    font-size: 40px;
    line-height: 1.2;
}

.pro-relate ul {
    margin-left: -2%;
    margin-top: 80px;
}

.pro-relate ul li {
    position: relative;
    z-index: 0;
    float: left;
    width: 31.3%;
    margin-left: 2%;
    margin-bottom: 32px;
}

.pro-relate ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 69%;
    background: url(../image/pro-line.png) #E7EEF7 no-repeat right bottom;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    z-index: -1;
}

.relate-pic {
    width: 92%;
}

.relate-pic a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.9%;
    -webkit-border-radius: 6px 6px 60px 6px;
    -moz-border-radius: 6px 6px 60px 6px;
    -ms-border-radius: 6px 6px 60px 6px;
    -o-border-radius: 6px 6px 60px 6px;
    border-radius: 6px 6px 60px 6px;
}

.relate-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.relata-txt {
    padding: 30px 26px;
}

.relata-txt a {
    display: block;
    color: #0D1D51;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-relate ul li:hover a {
    color: #F36C1D;
}

.pro-relate ul li:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.footer {
    text-align: center;
    padding: 77px 0;
}

.footer p {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
}

/* Chat Online */
.show-fix {
    position: fixed;
    right: 12px;
    top: 220px;
    width: 145px;
    height: 345px;
    z-index: 9999;
}

.fix-online {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fix-msg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #666;
    line-height: 20px;
    font-size: 16px;
    background: url(../image/fix-icon.png) no-repeat 36px top;
    padding: 26px 0 30px 36px;
}

.fix-msg:hover {
    color: #FB605A;
    background-image: url(../image/fix-icons.png);
}

.show-fix p {
    width: 140px;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 1.6;
    background-color: #FB605A;
    left: -60px;
    top: 12%;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 16px;
    border-radius: 3px;
    position: absolute;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
    font-family: "思源黑体 cn"
}

.show-fix p:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50;
    background-color: #FB605A;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(281, 37, 29, .2);
    box-shadow: 3px 3px 10px 0 rgba(281, 37, 29, .2);
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.show-fix .show {
    left: -150px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fix-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9998;
    display: none;
}

/* solution style */
.top-solu {
    background: none;
}

.solu-con {
    background: url(../image/solu-pic.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 170px;
}

.solu-line b {
    position: absolute;
    top: 0;
    bottom: 170px;
    width: 2px;
    background-color: rgba(255, 255, 255, .2);
}

.solu-line b.line01 {
    left: 50%;
    margin-left: -670px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 88%, transparent 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 88%, transparent 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 88%, transparent 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 88%, transparent 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 88%, transparent 100%);
}

.solu-line b.line02 {
    left: 50%;
}

.solu-line b.line03 {
    right: 50%;
    margin-right: -670px;
}

.solu-con:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -670px;
    top: 30%;
    width: 3px;
    height: 200px;
    background-color: #3B68e8;
}

.solu-main {
    padding-top: 362px;
}

.solu-txt {
    margin-left: 10%;
}
.solu-base {
    display: flex;
    justify-content: space-evenly;
}
.solu-base .img{
    margin-top: 40px;
}
.solu-base .txt{
    padding: 40px 50px 46px;
    /* margin-left: 50%;
    margin-right: 37px; */
    margin-top: 40px;
    color: #FFF;
    background: url(../image/solu-bg.png) top left;
}

.solu-base p {
    line-height: 48px;
    font-size: 20px;
}

.solu-base p strong {
    font-size: 26px;
    margin-right: 8px;
}

.solu-base p span {
    color: #f36c1d;
}

.solu-base .pro-btn {
    margin-top: 24px;
    width: 480px;
}

.solu-base .pro-mail {
    width: 80%;
}

.solu-info {
    position: relative;
}

.info-good {
    float: left;
    width: 27%;
    color: #FFF;
    font-size: 24px;
    line-height: 36px;
    position: relative;
}

.info-good strong {
    display: block;
    height: 168px;
    font-size: 30px;
    line-height: 146px;
    padding-left: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: -168px;
}

.info-good ul {
    position: relative;
    padding: 90px 0 116px 150px;
    background: -webkit-linear-gradient(left, #A84E34 0%, #19030B 100%);
    background: -moz-linear-gradient(left, #A84E34 0%, #19030B 100%);
    background: -ms-linear-gradient(left, #A84E34 0%, #19030B 100%);
    background: -o-linear-gradient(left, #A84E34 0%, #19030B 100%);
    background: linear-gradient(to right, #A84E34 0%, #19030B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A84E34, endColorstr=#19030B, GradientType=1);
}

.info-good ul:before {
    content: "";
    position: absolute;
    left: 165px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: url(../image/icon-goodDot.png) no-repeat;
}

.info-good ul:after {
    content: "";
    position: absolute;
    left: 177px;
    top: 20px;
    width: 4px;
    height: 56px;
    background: url(../image/icon-goodLine.png) repeat-y;
}

.info-good ul li {
    margin-bottom: 140px;
    position: relative;
}

.info-good ul li:before {
    content: "";
    position: absolute;
    left: 27px;
    top: 100%;
    width: 4px;
    height: 120px;
    background: url(../image/icon-goodLine.png) repeat-y;
    margin-top: 10px;
}

.info-good ul li.good-last {
    margin-bottom: 0;
}

.info-good ul li.good-last:before {
    display: none;
}

.info-good ul li img {
    width: 52px;
    height: auto;
}

.info-good ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    margin-left: 20px;
}

.info-country {
    position: absolute;
    right: 13%;
    color: #FFF;
    text-align: center;
    width: 54%;
}

.solu-info:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: -168px;
    width: 73.2%;
    background-color: #121647;
    background: -webkit-linear-gradient(left, #0A0726 0%, #273C97 100%);
    background: -moz-linear-gradient(left, #0A0726 0%, #273C97 100%);
    background: -ms-linear-gradient(left, #0A0726 0%, #273C97 100%);
    background: -o-linear-gradient(left, #0A0726 0%, #273C97 100%);
    background: linear-gradient(to right, #0A0726 0%, #273C97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0726, endColorstr=#273C97, GradientType=1);
}

.info-country strong {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 77px;
}

.info-country img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.solu-intro {
    position: relative;
    color: #0F2159;
    font-size: 20px;
    line-height: 48px;
    padding-top: 40px;
}

.solu-intro:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    height: 307px;
    background: url(../image/solu-line.jpg) no-repeat;
}

.solu-intro h3 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 60px;
    width: 91%;
}

.solu-intro p {
    margin-bottom: 30px;
    width: 91%;
}

.solu-proce {
    position: relative;
    margin-top: 80px;
}

.solu-proce:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 82%;
    height: 100%;
    background: url(../image/solu-proce.jpg) #E9EEF9 no-repeat;
    z-index: -1;
    -webkit-border-bottom-right-radius: 90px;
    -moz-border-bottom-right-radius: 90px;
    -ms-border-bottom-right-radius: 90px;
    -o-border-bottom-right-radius: 90px;
    border-bottom-right-radius: 90px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.proce-pic {
    float: left;
    width: 90%;
    padding: 40px 0 45px;
}

.proce-pic img {
    width: 100%;
    height: auto;
}

.proce-info {
    float: right;
    width: 5%;
    text-align: center;
    position: relative;
}

.proce-info:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -230px;
    width: 1px;
    height: 200px;
    background-color: #0F2159;
}

.list-tr {
    margin-bottom: 60px;
}

.solu-good {
    position: relative;
    margin-top: 120px;
}

.solu-good:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #0F2159;
}

.solu-good .good-show {
    -webkit-border-radius: 240px 0 0 20px;
    -moz-border-radius: 240px 0 0 20px;
    -ms-border-radius: 240px 0 0 20px;
    -o-border-radius: 240px 0 0 20px;
    border-radius: 240px 0 0 20px;
    padding-bottom: 105px;
}

.solu-good-pic {
    position: absolute;
    width: 53%;
    max-width: 999px;
    left: 0;
    bottom: -140px;
    -webkit-border-radius: 10px 90px 10px 10px;
    -moz-border-radius: 10px 90px 10px 10px;
    -ms-border-radius: 10px 90px 10px 10px;
    -o-border-radius: 10px 90px 10px 10px;
    border-radius: 10px 90px 10px 10px;
    background-color: #FFF;
    padding: 18px;
    padding-left: 0;
}

.solu-good-pic img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px 90px 10px 10px;
    -moz-border-radius: 10px 90px 10px 10px;
    -ms-border-radius: 10px 90px 10px 10px;
    -o-border-radius: 10px 90px 10px 10px;
    border-radius: 10px 90px 10px 10px;
    ;
}

.solu-good .good-show ul {
    margin-left: 56%;
    width: 44%;
}

.solu-case {
    margin-top: 300px;
    position: relative;
}

.solu-tit {
    position: absolute;
    top: 100px;
    width: 32%;
    text-align: right;
    z-index: 2;
}

.solu-case h2 {
    width: 220px;
    color: #0F2159;
    font-size: 60px;
    line-height: 72px;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}

.case-line {
    width: 100%;
    height: 3px;
    background-color: #0F2159;
}

.case-info {
    position: relative;
    float: left;
    padding: 60px;
    margin-top: 350px;
    width: 48%;
    background: url(../image/case-bg.png) #FFF no-repeat right bottom;
    -webkit-box-shadow: 0 5px 29px rgba(5, 5, 42, .4);
    -moz-box-shadow: 0 5px 29px rgba(5, 5, 42, .4);
    -ms-box-shadow: 0 5px 29px rgba(5, 5, 42, .4);
    -o-box-shadow: 0 5px 29px rgba(5, 5, 42, .4);
    box-shadow: 0 5px 29px rgba(5, 5, 42, .4);
    -webkit-border-radius: 10px 60px 10px 10px;
    -moz-border-radius: 10px 60px 10px 10px;
    -ms-border-radius: 10px 60px 10px 10px;
    -o-border-radius: 10px 60px 10px 10px;
    border-radius: 10px 60px 10px 10px;
    color: #0F2159;
    font-size: 22px;
    line-height: 40px;
    margin-left: 29px;
}

.case-info h3 {
    margin-bottom: 20px;
}

.case-info h3 a {
    display: block;
    color: #0F2159;
    font-size: 30px;
    line-height: 48px;
}

.case-info p strong {
    margin-right: 6px;
}

.case-btn {
    position: absolute;
    right: 0;
    bottom: 50px;
    border: 1px solid #F36C1D;
    color: #FFF;
    font-size: 20px;
    line-height: 72px;
    padding: 0 16px 0 24px;
    background: -webkit-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: -moz-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: -ms-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: -o-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: linear-gradient(to bottom, #FFAA6E 0%, #F92C0B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAA6E, endColorstr=#F92C0B, GradientType=0);
    -webkit-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -moz-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -ms-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -o-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -webkit-border-radius: 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px;
    -ms-border-radius: 70px 0 0 70px;
    -o-border-radius: 70px 0 0 70px;
    border-radius: 70px 0 0 70px;
}

.case-con {
    position: relative;
    padding-bottom: 110px;
}

.case-scene {
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    z-index: -1;
}

.case-scene img {
    width: 100%;
    height: auto;
    -webkit-border-top-right-radius: 60px;
    -moz-border-top-right-radius: 60px;
    -ms-border-top-right-radius: 60px;
    -o-border-top-right-radius: 60px;
    border-top-right-radius: 60px;
}

.case-show:focus,
.case-con:focus {
    outline: none;
}

.case-show .slick-prev:before,
.case-show .slick-next:before {
    display: none;
}

.case-show .slick-prev,
.case-show .slick-next {
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99;
}

.case-show .slick-prev {
    left: 130px;
    bottom: 0;
    top: auto;
    background-image: url(../image/arrow-prev.png);
}

.case-show .slick-next {
    right: auto;
    left: 200px;
    bottom: 0;
    top: auto;
    background-image: url(../image/arrow-next.png);
}

.case-show .slick-dots {
    width: 54%;
    left: 300px;
    bottom: 15px;
}

.case-show .slick-dots li {
    width: 50%;
}

.case-show .slick-dots li button:before {
    display: none;
}

.case-show .slick-dots li button {
    height: 2px;
    background-color: #666;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.case-show.slick-slider .slick-active button {
    background-color: #0F2159;
    height: 6px;
}

.paging {
    position: absolute;
    left: 72%;
    bottom: 8px;
    color: #0F2159;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -2px;
}

.paging .cur {
    font-size: 26px;
}

.solu-foot {
    margin-top: 180px;
    padding-top: 80px;
    background: url(../image/solu-footBg.png) #0F2159 no-repeat top center;
    color: #FFF;
}

.solu-foot strong {
    display: block;
    font-size: 40px;
    line-height: 1.2;
}

.solu-foot p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

.solu-msg {
    margin-top: 60px;
    margin-bottom: 30px;
}

.msg-fill {
    float: left;
    width: 63%;
    padding: 22px 50px 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: #FFF;
}

.msg-fill li {
    position: relative;
    line-height: 70px;
    border-bottom: 1px dashed #DDD;
}

.msg-fill li img {
    position: absolute;
    left: 18px;
    top: 20px;
    width: 28px;
    height: auto;
}

.msg-fill ul li input,
.msg-fill ul li textarea {
    width: 100%;
    line-height: 30px;
    color: #606267;
    font-size: 20px;
    background: none;
    position: relative;
    z-index: 2;
    padding: 22px 20px 22px 68px;
}

.fl-area textarea {
    height: 180px;
}

.msg-fill span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 30px;
    color: #B5B8C1;
    font-size: 20px;
    padding: 22px 20px 22px 68px;
}

.msg-fill span i {
    color: #F3632D;
    padding-left: 2px;
}

.fill-btn {
    margin-top: 30px;
    margin-left: 50px;
}

.fill-btn input {
    color: #FFF;
    font-size: 20px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: -moz-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: -ms-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: -o-linear-gradient(top, #FFAA6E 0%, #F92C0B 100%);
    background: linear-gradient(to bottom, #FFAA6E 0%, #F92C0B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAA6E, endColorstr=#F92C0B, GradientType=0);
    -webkit-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -moz-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -ms-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    -o-box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    box-shadow: 0 1px 6px rgba(255, 108, 44, .5);
    cursor: pointer;
    margin-left: -6%;
}

.fill-btn input[type='submit'] {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fill-btn input:hover {
    -webkit-box-shadow: inset 0 2px 16px rgba(255, 108, 44, .9);
    -moz-box-shadow: inset 0 2px 16px rgba(255, 108, 44, .9);
    -ms-box-shadow: inset 0 2px 16px rgba(255, 108, 44, .9);
    -o-box-shadow: inset 2px 16px rgba(255, 108, 44, 95);
    box-shadow: inset 0 2px 16px rgba(255, 108, 44, .9);
}

.msg-base {
    float: right;
    width: 30%;
    color: #FFF;
    padding-right: 2%;
    padding-top: 6%;
}

.msg-base strong {
    display: block;
    font-size: 32px;
    line-height: 1.1;
    margin: 55px 0 20px;
}

.msg-base a {
    color: #FFF;
    font-size: 20px;
    position: relative;
}

.msg-base a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}

.msg-base a:hover:after {
    display: none;
}

.msg-base span {
    display: inline-block;
    width: 190px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background-color: #FF8800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.msg-base span:hover {
    background-color: #E5472E;
}

.msg-base p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 60px;
}

.foot-con {
    text-align: center;
    padding: 66px 0;
}

.foot-con p {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
}

/* popu style */
.popu-msg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.msg-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.msg-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../image/msg-close.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.popu-show {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96%;
    max-width: 800px;
    background-color: #FFF;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popu-show .msg-con {
    width: 100%;
    margin-left: 0;
}

.popu-show.foot-msg p {
    width: 100%;
}

.popu-show .msg-sub {
    left: 250px;
}

.popu-case {
    max-width: 660px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.popu-case .msg-fill {
    width: 100%;
}

.popu-case .fill-btn {
    text-align: center;
    margin-left: 0;
}

.popu-case .msg-close {
    top: -24px;
    right: -24px;
}

/* 新增案例单页面 */
.solu-good.other:before {
    width: 13%;
}

.solu-good.other .solu-good-pic {
    width: 48%;
}

.solu-good.other .good-show ul {
    width: 53%;
    margin-left: 47%;
}

.solu-good.other .good-show {
    padding-bottom: 20px;
}

.solu-good.other .good-txt {
    font-size: 64px;
    margin-bottom: 100px;
}

.solu-case.other .case-btn {
    right: 0;
    bottom: 0;
}

.solu-case.other .case-info {
    padding-bottom: 125px;
    margin-top: 315px;
}

.solu-case.other .case-btn.other {
    left: 0;
    right: auto;
    border-radius: 0 70px 70px 0;
}

.solu-con.other {
    background-image: url(../image/solu2-y7.jpg);
}

/* iop style */
.iop-bg {
    background-image: url(../image/iop-bg.jpg);
}

.iop-font p {
    font-size: 20px;
}

.pro-btn.iop-btn a.btn-ly img {
    width: 25px;
    margin-top: -5px;
}

.iop-line {
    border-bottom: 2px solid #F1651A;
}

@media screen and (min-width: 2000px) and (max-width: 4000px) {
    .good-pic {
        width: 33%;
    }

    .info-good ul {
        padding-bottom: 200px;
    }

    .info-country {
        margin-right: -805px;
    }
}

@media screen and (max-width: 1800px) {

    .pro-main,
    .foot-show {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -ms-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

    .solu-txt img {
        width: 840px;
        height: auto;
    }

    .iop-txt img {
        width: 1200px;
    }

    .info-good ul,
    .info-good strong {
        padding-left: 90px;
    }

    .info-good ul:before {
        left: 106px;
    }

    .info-good ul:after {
        left: 117px;
    }

    .solu-proce:before {
        width: 86%;
    }

    .solu-good-pic {
        bottom: auto;
        top: 360px;
    }

    .solu-case {
        margin-top: 280px;
    }
}

@media screen and (max-width: 1660px) {
    .good-pic {
        bottom: -10px;
    }

    .solu-txt img {
        width: 800px;
    }

    .iop-txt img {
        width: 1100px;
    }

    .info-country {
        width: 58%;
        right: 10%;
    }

    .solu-intro:before {
        display: none;
    }

    .solu-intro h3,
    .solu-intro p {
        width: 100%;
    }

    .solu-proce:before {
        width: 90%;
    }

    .solu-case {
        margin-top: 240px;
    }

    .solu-tit {
        width: 28%;
    }

    .paging {
        right: 4%;
        left: auto;
        bottom: 140px;
    }

    .solu-case.other .paging {
        bottom: 2px;
        right: 16%;
    }
}

@media screen and (max-width: 1500px) {

    .info-good ul,
    .info-good strong {
        padding-left: 60px;
    }

    .info-good ul:before {
        left: 76px;
    }

    .info-good ul:after {
        left: 87px;
    }

    .solu-case {
        margin-top: 160px;
    }

    .solu-good.other:before {
        width: 10%;
    }
}

@media screen and (max-width: 1460px) {
    .solu-main {
        padding-top: 300px;
    }

    .solu-line b.line01,
    .solu-con:before {
        left: 3%;
        margin-left: 0;
    }

    .solu-line b.line03 {
        right: 3%;
        margin-right: 0;
    }

    .solu-base {
        margin-right: 2%;
    }

    .info-country {
        width: 66%;
        right: 2%;
        margin-right: 0;
    }

    .info-good ul li {
        margin-bottom: 100px;
    }

    .info-good ul li:before {
        height: 80px;
    }

    .solu-proce:before {
        width: 100%;
    }

    .solu-proce {
        padding-top: 40px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1400px) {
    /*.head-btn {*/
    /*    display: none;*/
    /*}*/

    .nav {
        text-align: right;
        margin-right: 50px;
    }

    .pro-pic {
        margin-top: 5%;
    }

    .main-base li {
        font-size: 28px;
    }

    .pro-case .main-txt {
        width: 77%;
    }

    .good-txt {
        margin-bottom: 100px;
    }

    .good-show {
        padding: 120px 0 120px 160px;
        -webkit-border-radius: 120px 10px 10px 10px;
        -moz-border-radius: 120px 10px 10px 10px;
        -ms-border-radius: 120px 10px 10px 10px;
        -o-border-radius: 120px 10px 10px 10px;
        border-radius: 120px 10px 10px 10px;
    }

    .solu-good .good-show {
        -webkit-border-radius: 120px 0 0 10px;
        -moz-border-radius: 120px 0 0 10px;
        -ms-border-radius: 120px 0 0 10px;
        -o-border-radius: 120px 0 0 10px;
        border-radius: 120px 0 0 10px;
    }

    .good-show ul {
        width: 46%;
    }

    .pro-case {
        margin-top: 200px;
    }

    .solu-main {
        padding-top: 240px;
    }

    .solu-base {
        margin-top: 60px;
    }

    .solu-txt img {
        width: 740px;
    }

    .iop-txt img {
        width: 1000px;
    }

    .solu-base p strong {
        font-size: 24px;
    }

    .info-good {
        font-size: 20px;
    }

    .info-good ul {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .info-good ul li span {
        display: block;
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .info-good ul:before {
        left: 50%;
        margin-left: -15px;
    }

    .info-good ul:after,
    .info-good ul li:before {
        left: 50%;
        margin-left: -1px;
    }

    .info-country strong {
        margin-bottom: 90px;
    }

    .solu-intro h3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .solu-intro p {
        margin-bottom: 20px;
    }

    .solu-intro {
        line-height: 40px;
        padding-top: 10px;
    }

    .solu-good-pic {
        left: 6%;
        width: 46%;
    }

    .solu-good-pic {
        padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .solu-good-pic img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .solu-good.other .solu-good-pic {
        width: 44%;
    }

    .solu-good .good-show ul {
        margin-left: 50%;
        width: 46%;
    }

    .case-info {
        width: 50%;
    }

    .case-show .slick-prev {
        left: 30px;
    }

    .case-show .slick-next {
        left: 100px;
    }

    .case-show .slick-dots {
        left: 23%;
    }

    .solu-foot {
        margin-top: 160px;
    }

    .solu-good.other .good-show ul {
        width: 50%;
        margin-left: 50%;
    }

    .solu-good.other:before {
        width: 8%;
    }
}

@media screen and (max-width: 1300px) {
    .pro-info h1 {
        font-size: 77px;
    }

    .main-txt h2 {
        font-size: 72px;
    }

    .good-txt {
        font-size: 76px;
    }

    .pro-info {
        width: 42%;
    }

    .pro-con:before,
    .main-hot li:before {
        -webkit-background-size: 84%;
        -moz-background-size: 84%;
        -ms-background-size: 84%;
        -o-background-size: 84%;
        background-size: 84%;
    }

    .main-base li {
        font-size: 26px;
    }

    .main-hot li strong {
        font-size: 26px;
        margin-left: 10px;
    }

    .main-hot li {
        font-size: 18px;
    }

    .good-show {
        padding: 100px 0 100px 80px;
    }

    .good-show ul {
        width: 46%;
    }

    .good-pic ul {
        padding-top: 117.2%;
    }

    .good-pic01 {
        right: 0;
        padding: 10px;
    }

    .good-pic02 {
        padding: 10px;
    }

    .pro-good,
    .pro-case,
    .pro-ser {
        margin-top: 120px;
    }

    .pro-main {
        margin-top: 180px;
    }

    .main-info {
        margin-top: 150px;
    }

    .solu-txt img {
        width: 700px;
    }

    .iop-txt img {
        width: 900px;
    }

    .solu-base {
        padding-left: 40px;
        padding-right: 40px;
    }

    .info-good ul li {
        margin-bottom: 60px;
    }

    .info-good ul li:before {
        height: 40px;
    }

    .info-good ul {
        padding-bottom: 90px;
    }

    .solu-good-pic {
        top: 300px;
        width: 44%;
    }

    .solu-case h2 {
        font-size: 50px;
        width: 190px;
    }

    .case-info h3 a {
        font-size: 28px;
    }

    .solu-tit {
        top: 6px;
    }

    .case-info {
        margin-top: 200px;
        padding-bottom: 120px;
    }

    .case-btn {
        width: 60%;
        bottom: 24px;
        left: 60px;
        line-height: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        padding: 0;
        text-align: center;
    }

    .solu-case {
        margin-top: 120px;
    }

    .solu-foot {
        margin-top: 140px;
    }

    .solu-case.other .case-btn {
        bottom: 34px;
    }

    .solu-case.other .case-btn.other {
        left: 60px;
        border-radius: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .pro-con {
        margin-top: 110px;
    }

    .top-show {
        padding: 30px 0;
    }

    .logo {
        width: 160px;
    }

    .pro-info h1 {
        font-size: 76px;
    }

    .main-txt h2 {
        font-size: 70px;
    }

    .main-txt h3,
    .main-data h3,
    .pro-relate h3 {
        font-size: 36px;
    }

    .good-txt {
        font-size: 70px;
    }

    .pro-info p {
        font-size: 17px;
    }

    .pro-info p strong {
        font-size: 22px;
    }

    .pro-mail strong {
        font-size: 26px;
    }

    .pro-pic:before {
        display: none;
    }

    .pro-pic {
        margin-top: 10%;
    }

    .pro-link {
        margin-top: 60px;
    }

    .pro-main {
        margin-top: 160px;
    }

    .main-base li {
        font-size: 22px;
    }

    .main-base li p:before {
        margin-right: 18px;
    }

    .main-info {
        margin-top: 120px;
    }

    .main-txt {
        width: 66%;
    }

    .main-hot li {
        font-size: 16px;
    }

    .main-hot li strong {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .main-data h3 {
        margin-bottom: 40px;
    }

    .main-hot {
        margin-bottom: 60px;
    }

    .pro-case .main-txt {
        width: 84%;
    }

    .case-pic {
        margin-right: 16px;
    }

    .case-pic:before {
        top: -16px;
        right: -16px;
    }

    .pro-case ul li h3 {
        font-size: 36px;
        margin: 36px 0 24px;
    }

    .pro-good,
    .pro-case,
    .pro-ser {
        margin-top: 100px;
    }

    .good-pic {
        bottom: 10%;
        right: 3%;
    }

    .solu-txt img {
        width: 660px;
    }

    .iop-txt img {
        width: 800px;
    }

    .solu-main {
        padding-top: 200px;
    }

    .solu-base {
        margin-left: 2%;
        margin-top: 80px;
    }

    .solu-base .pro-btn,
    .solu-base .pro-mail {
        width: 100%;
    }

    .info-country strong,
    .solu-intro h3,
    .solu-foot strong {
        font-size: 36px;
    }

    .info-good ul li img {
        width: 48px;
    }

    .solu-intro {
        font-size: 19px;
    }

    .proce-info {
        width: 36px;
        height: auto;
    }

    .proce-info:after {
        bottom: -130px;
        height: 100px;
    }

    .case-info {
        padding: 40px 40px 120px;
    }

    .case-info {
        font-size: 20px;
    }

    .solu-case h2 {
        font-size: 42px;
        width: 160px;
    }

    .case-info {
        width: 55%;
    }

    .solu-case {
        margin-top: 100px;
    }

    .solu-foot {
        margin-top: 120px;
    }

    .solu-foot p {
        font-size: 22px;
    }

    .msg-base strong {
        font-size: 30px;
    }

    .msg-base {
        width: 32%;
        right: 0;
    }

    .msg-base p {
        font-size: 18px;
    }

    .solu-good {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1100px) {
    .pro-con {
        margin-top: 80px;
    }

    .top-show {
        padding: 20px 0;
        line-height: 40px;
    }

    .logo {
        width: 150px;
    }

    .nav {
        margin-right: 20px;
    }

    .nav ul li {
        margin-left: 30px;
    }

    .main-base li {
        padding: 40px 50px;
    }

    .main-hot li {
        font-size: 15px;
    }

    .pro-case ul li h3 {
        font-size: 32px;
    }

    .pro-case,
    .pro-ser,
    .pro-relate {
        margin-top: 80px;
    }

    .pro-good {
        margin-top: 80px;
    }

    .pro-info h1 {
        font-size: 70px;
    }

    .main-txt h2 {
        font-size: 64px;
    }

    .foot-show {
        margin-top: 100px;
    }

    .footer,
    .foot-con {
        padding: 40px 0;
    }

    .footer p,
    .foot-con p {
        font-size: 20px;
    }

    .relata-txt {
        padding: 20px 18px;
    }

    .info-good ul li img {
        width: 42px;
    }

    .info-good {
        font-size: 18px;
    }

    .proce-info {
        width: 32px;
    }

    .solu-foot {
        margin-top: 100px;
    }
}

@media screen and (max-width: 960px) {
    .nav ul li {
        margin-left: 20px;
    }

    .solu-base {
        margin-left: 0;
        margin-right: 0;
    }

    .logo {
        width: 120px;
    }

    .top-show {
        line-height: 32px;
        padding: 16px 0;
    }

    .show-fix {
        display: none;
    }

    .info-good {
        width: 100%;
    }

    .info-good ul:before,
    .info-good ul:after,
    .info-good ul li:before {
        display: none;
    }

    .solu-con {
        padding-bottom: 0;
    }

    .solu-info {
        margin-top: 0;
    }

    .info-good strong {
        display: none;
    }

    .info-good ul {
        padding: 40px 20px;
        overflow: hidden;
    }

    .info-good ul li {
        float: left;
        width: 23%;
        margin: 0 1%;
    }

    .info-country {
        position: relative;
        float: left;
        width: 100%;
        right: 0;
        padding: 40px 20px 20px;
    }

    .solu-info:before {
        width: 100%;
        top: 0;
    }

    .info-country strong {
        margin-bottom: 40px;
    }

    .solu-good-pic {
        display: none;
    }

    .solu-good .good-show ul {
        margin-left: 0;
        width: 100%;
    }

    .case-info {
        width: 60%;
    }
}

@media screen and (max-width: 880px) {
    .nav ul li a {
        font-size: 15px;
    }

    .proce-info {
        display: none;
    }

    .proce-pic {
        width: 100%;
    }

    .solu-proce {
        padding-top: 0;
    }

    .solu-proce:before {
        -webkit-border-bottom-right-radius: 40px;
        -moz-border-bottom-right-radius: 40px;
        -ms-border-bottom-right-radius: 40px;
        -o-border-bottom-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .msg-fill {
        width: 100%;
    }

    .msg-base {
        width: 100%;
        padding-top: 0;
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .navBtn {
        display: block;
        float: right;
        cursor: pointer;
    }

    .navBtn img {
        width: 44px;
        height: auto;
    }

    .nav {
        display: none;
        overflow: initial;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 9999;
        background-color: #FFF;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        width: 160px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .nav ul:before {
        content: "";
        position: absolute;
        top: -10px;
        right: 12px;
        width: 0;
        border-bottom: 10px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .nav ul li {
        width: 100%;
        margin-left: 0;
        text-align: center;
        line-height: 46px;
    }

    .nav ul li:before {
        display: none;
    }

    .nav ul li a {
        display: block;
        padding: 0;
        color: #333;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .nav ul li a:after {
        display: none;
    }

    .nav ul li.on a {
        color: #F84B4A;
    }

    .solu-main {
        padding-top: 120px;
    }

    .solu-txt {
        margin-left: 0;
        text-align: center;
    }

    .solu-txt img {
        width: 600px;
    }

    .iop-txt img {
        width: 660px;
    }

    .info-good {
        font-size: 16px;
    }

    .info-country strong,
    .solu-intro h3,
    .solu-foot strong {
        font-size: 32px;
    }

    .solu-good {
        background-color: #0F2159;
        margin-top: 60px;
    }

    .solu-good:before {
        display: none;
    }

    .solu-good .good-show {
        padding: 40px 0;
    }

    .good-txt {
        font-size: 60px;
    }

    .solu-case {
        margin-top: 80px;
    }

    .solu-tit {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .solu-case h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .case-line {
        display: none;
    }

    .case-scene {
        float: left;
        width: 100%;
        position: relative;
    }

    .case-info {
        float: right;
        width: 100%;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 20px 20px 120px;
    }

    .case-show .slick-dots {
        right: 20%;
        left: 40%;
    }

    .solu-foot {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .solu-foot p {
        font-size: 20px;
    }

    .solu-msg {
        margin-top: 40px;
    }

    .solu-case.other .case-info {
        margin-top: 0;
        float: none;
        margin-left: 0;
    }
}

@media screen and (max-width: 660px) {
    .solu-base {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solu-base p {
        font-size: 18px;
        line-height: 42px;
    }

    .solu-base p strong {
        font-size: 20px;
    }

    .pro-btn {
        line-height: 70px;
    }

    .pro-btn span,
    .pro-btn a {
        font-size: 14px;
    }

    .pro-mail strong {
        font-size: 24px;
    }

    .info-good ul {
        padding-top: 20px;
    }

    .info-good ul li {
        width: 48%;
        margin-top: 20px;
    }

    .info-country strong,
    .solu-intro h3,
    .solu-foot strong {
        font-size: 30px;
    }

    .solu-intro h3 {
        margin-top: 26px;
        margin-bottom: 16px;
    }

    .proce-pic {
        padding: 20px 0;
    }

    .solu-proce:before {
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        -o-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .good-txt {
        margin-bottom: 50px;
        font-size: 50px;
    }

    .case-info {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: 1px solid #DDD;
        border-top: none;
    }

    .case-info h3 a {
        font-size: 24px;
        line-height: 42px;
    }

    .solu-case {
        margin-top: 60px;
    }

    .solu-case h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .msg-fill {
        padding: 20px;
    }

    .msg-base strong {
        margin: 30px 0 16px;
        font-size: 26px;
    }

    .msg-base {
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .paging {
        bottom: 10px
    }

    .case-show .slick-prev,
    .case-show .slick-next {
        width: 40px;
        height: 40px;
    }

    .case-show .slick-prev {
        left: 10px;
    }

    .case-show .slick-next {
        left: 60px;
    }

    .case-con {
        padding-bottom: 90px;
    }

    .msg-fill li {
        line-height: 56px;
    }

    .msg-fill ul li input,
    .msg-fill ul li textarea,
    .msg-fill span {
        padding: 15px 20px 15px 40px;
        font-size: 18px;
    }

    .msg-fill li img {
        left: 0;
        top: 16px;
        width: 26px;
    }
}

@media screen and (max-width: 480px) {
    .solu-txt {
        margin: 0 20px;
    }

    .iop-txt {
        margin: 0 10px;
    }

    .solu-base {
        margin-top: 40px;
    }

    .solu-base {
        padding: 20px;
    }

    .solu-base .pro-btn,
    .solu-base .pro-mail {
        width: 100%;
    }

    .pro-mail {
        text-align: left;
    }

    .pro-mail img {
        width: 66px;
    }

    .info-good ul li {
        width: 100%;
        margin: 20px 0 0;
    }

    .info-country strong,
    .solu-intro h3,
    .solu-foot strong {
        font-size: 28px;
    }

    .solu-intro h3 {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .solu-intro p {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 38px;
    }

    .solu-good .good-show {
        padding: 40px 0 20px;
    }

    .good-txt span {
        font-size: 18px;
    }

    .good-show ul li {
        padding-left: 70px;
    }

    .good-show {
        font-size: 17px;
    }

    .good-show ul li p {
        font-size: 16px;
    }

    .solu-case {
        margin-top: 50px;
    }

    .solu-case h2 {
        font-size: 32px;
    }

    .case-btn {
        width: 94%;
        left: 3%;
        line-height: 52px;
    }

    .case-info {
        padding: 20px 12px 90px;
    }

    .case-info {
        font-size: 18px;
    }

    .msg-fill ul li input,
    .msg-fill ul li textarea,
    .msg-fill span {
        font-size: 16px;
    }

    .fill-btn {
        margin-left: 0;
    }

    .fill-btn input {
        width: 100%;
        margin-left: 0;
    }

    .solu-foot {
        margin-top: 40px;
        padding-top: 30px;
    }

    .solu-foot strong {
        margin-left: 10px;
        margin-right: 10px;
    }

    .solu-foot p {
        margin: 10px 10px 0;
        font-size: 16px;
    }

    .solu-msg {
        margin-top: 20px;
    }

    .msg-base p {
        margin-top: 30px;
    }

    .foot-con {
        padding: 20px 0;
    }

    .foot-con p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (max-width: 430px) {
    .info-good ul li span {
        height: 40px;
    }
}

@media screen and (max-width: 400px) {

    .pro-btn span img,
    .pro-btn a img {
        width: 16px;
        height: auto;
    }

    .pro-btn {
        line-height: 55px;
    }

    .solu-base {
        padding: 12px;
    }

    .solu-base p {
        font-size: 16px;
        line-height: 38px;
    }

    .solu-base p strong {
        font-size: 18px;
    }

    .pro-mail {
        margin-top: 20px;
    }

    .pro-mail strong {
        font-size: 22px;
    }

    .pro-mail img {
        width: 52px;
    }

    .info-country strong,
    .solu-intro h3,
    .solu-foot strong {
        font-size: 26px;
    }

    .info-country {
        padding: 30px 12px 10px;
    }

    .good-show ul li span img {
        width: 25px;
        height: auto;
    }

    .good-show ul li {
        padding-left: 40px;
    }

    .good-txt {
        font-size: 40px;
    }

    .good-txt span {
        font-size: 16px;
    }

    .case-info h3 a {
        font-size: 20px;
        line-height: 26px;
    }

    .solu-case {
        margin-top: 40px;
    }

    .solu-case h2 {
        font-size: 30px;
    }

    .slick-slide img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .case-con {
        padding-bottom: 66px;
    }

    .msg-base p {
        display: none;
    }

    .foot-con {
        padding-top: 0;
    }

    .case-info p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .case-info {
        background-image: none;
    }
}

@media screen and (max-width: 360px) {

    .info-country strong,
    .solu-intro h3,
    .solu-foot strong {
        font-size: 24px;
    }

    .solu-intro p {
        font-size: 16px;
        line-height: 36px;
    }
}

#topclose {
    display: none;
}

@media screen and (max-width: 1279px) {
    .solu-good.other .good-show ul {
        margin-left: 0;
        width: 100%;
    }

    .solu-good.other:before {
        display: none;
    }

    .solu-case.other .case-btn {
        left: 40px;
    }
}

@media screen and (max-width: 959px) {
    .solu-good.other .good-show {
        padding: 40px 0 20px;
    }

    .case-scene {
        float: none;
    }

    .case-show .slick-arrow,
    .paging {
        display: none !important;
    }

    .case-show .slick-dots {
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

    .case-show .slick-dots li {
        width: 100px;
    }

    .case-con {
        padding-bottom: 30px;
    }

    .case-show .slick-dots {
        bottom: 0;
    }

    .case-show .slick-dots li {
        width: auto;
        margin: 0 10px;
    }

    .case-show .slick-dots li button {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #0F2159;
        opacity: 0.5;
    }

    .case-show.slick-slider .slick-active button {
        height: 15px;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .solu-good.other .good-txt {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 479px) {

    .solu-case.other .case-btn,
    .solu-case.other .case-btn.other {
        left: 3%;
    }

    .info-good ul li {
        width: 50%;
    }

    .info-good ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    .fix-top {
        right: 0;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 359px) {
    .solu-good.other .good-txt {
        font-size: 32px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    filter: alpha(opacity=80);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: "\2190";
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: "\2192";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 16px;
    width: 16px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    /* color: black; */
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.slick-slider .slick-active button {
    background-color: #000;
    width: 24px;
    border-radius: 20px;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.8s ease-in-out;
}


.head-btn a {
    width: 114px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px
}
.head-btn .btn-show i{
   display: inline-block;
   width: 20px;
   height: 20px;
   background-image: url(../image/lang.png);
   vertical-align: middle;
}

.btn-show {
    display: inline-block;
    color: #FFF;
    background-color: #FB605A;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -ms-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -o-box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    box-shadow: 0 5px 10px rgba(250, 123, 118, 0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-show:hover {
    /* -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; */
    transform: scale(1.1);
}