
.clearjs {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 14px;
    color: #303030;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding-top: 90px;
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: all .4s
}

a:hover {
    color: #0076fe
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

em,
i {
    font-style: normal
}

img {
    vertical-align: middle;
    transition: all .4s
}

video {
    outline: 0
}

input,
select,
textarea {
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    font-size: 14px
}

textarea {
    overflow: auto
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0
}

input::-ms-clear {
    display: none
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none
}

.clearfix:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.maxw1600 {
    max-width: 1600px
}

.wap {
    display: none !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff
}

header>.container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header .logo img {
    height: 50px;
    width: auto
}

header .info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 15px;
    margin-top: 7px
}

header .info .te {
    line-height: 20px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background: rgba(0, 118, 254, 0.85);
    border-radius: 30px;
    color: #fff
}

header .info .text {
    letter-spacing: 2px;
    opacity: .6;
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

header .info .text span {
    animation: letterWave 2s infinite linear
}

header .info .text span:nth-child(0) {
    animation-delay: 0ms
}

header .info .text span:nth-child(1) {
    animation-delay: 100ms
}

header .info .text span:nth-child(2) {
    animation-delay: 200ms
}

header .info .text span:nth-child(3) {
    animation-delay: 300ms
}

header .info .text span:nth-child(4) {
    animation-delay: 400ms
}

header .info .text span:nth-child(5) {
    animation-delay: 500ms
}

header .info .text span:nth-child(6) {
    animation-delay: 600ms
}

header .info .text span:nth-child(7) {
    animation-delay: 700ms
}

header .info .text span:nth-child(8) {
    animation-delay: 800ms
}

header .info .text span:nth-child(9) {
    animation-delay: 900ms
}

header .info .text span:nth-child(10) {
    animation-delay: 1000ms
}

header .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-left: 20px;
    font-family: 'Gotham-Book'
}

header .tel .iconfont {
    font-size: 30px;
    margin-right: 8px;
    color: #0076fe
}

header .but {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

header .but a {
    line-height: 34px;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    padding: 0 20px
}

header .but a:hover {
    border-color: #0076fe
}

header .but a:first-child {
    background: #0076fe;
    color: #fff;
    border-color: #0076fe;
    margin-right: 10px
}

header .navbut {
    display: none
}

header nav>ul>li {
    float: left
}

header nav>ul>li>a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    padding: 0 20px;
    font-size: 16px;
    position: relative
}



header nav>ul>li>a span {
    position: relative
}

header nav>ul>li .ico {
    display: block;
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 24px;
    height: 24px;
    background-size: 100% 100%
}

header nav>ul>li .ico.hot {
    background-image: url(../image/icon_hot.gif)
}

header nav>ul>li .ico.new {
    background-image: url(../image/icon_new.gif)
}

header nav>ul>li:hover>a {
    color: #0076fe
}

header nav>ul>li:hover>a:after {
    border-bottom-color: #0076fe;
    border-right-color: #0076fe;
    transform: rotate(225deg);
    margin-top: 3px
}

header nav .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 5px #aaa;
    border-radius: 0 0 5px 5px
}

header nav .drop>a:after,
header nav .drop1>a:after,
header nav .drop2>a:after,
header nav .drop3>a:after {
    display: block
}

header nav .drop {
    position: relative
}

header nav .drop .sub {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    width: 150px
}

header nav .drop .sub a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
    color: #666
}

header nav .drop .sub a:last-child {
    border-bottom: 0
}

header nav .drop .sub a:hover {
    background: #0076fe;
    color: #fff
}

header nav .drop1 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

header nav .drop1 .container .btit {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

header nav .drop1 .container .btit .kj {
    background: #0076fe;
    color: #fff;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px 0 0;
    border-radius: 0 100px 0 0
}

header nav .drop1 .container .btit .kj .iconfont {
    margin-right: 10px;
    font-size: 20px;
    background: #0076fe;
    color: #fff;
    padding: 10px 15px
}

header nav .drop1 .container ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border-left: 1px solid #eee
}

header nav .drop1 .container ul li {
    float: left;
    width: 33.33333333%;
    border-right: 1px solid #eee;
    padding: 20px 30px
}

header nav .drop1 .container ul li .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #000
}

header nav .drop1 .container ul li .tit i {
    font-size: 30px;
    margin-right: 10px;
    color: #666
}

header nav .drop1 .container ul li .xun {
    margin: 10px 0 15px 0;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    font-size: 13px
}

header nav .drop1 .container ul li .xun a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
    position: relative;
    float: right;
    clear: both;
    margin-top: 5px;
    color: #0076fe;
}

header nav .drop1 .container ul li .xun a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 5px;
    background: #ccc;
    transition: all .4s
}

header nav .drop1 .container ul li .xun a:hover {
    padding: 0 0 0 20px
}

header nav .drop1 .container ul li .xun a:hover:before {
    width: 15px;
    background: #0076fe
}

header nav .drop1 .container dl {
    width: 33.33333%;
}

header nav .drop1 .container dl dd {
    border-bottom: 1px solid #eee
}

header nav .drop1 .container dl dd a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 26px 20px
}

header nav .drop1 .container dl dd .pic {
    overflow: hidden;
    margin-right: 15px
}

header nav .drop1 .container dl dd .pic img {
    width: 250px;
    border-radius: 10px
}

header nav .drop1 .container dl dd .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

header nav .drop1 .container dl dd .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px
}

header nav .drop1 .container dl dd .box p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    max-height: 44px;
    margin-top: 8px
}

header nav .drop1 .container dl dd:hover .pic img {
    transform: scale(1.05)
}

header nav .drop1 .container dl dd:last-child {
    border-bottom: 0
}

header nav .drop2 .sub {
    padding: 20px 0 0 0
}

header nav .drop2 .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative
}

header nav .drop2 .container:after {
    content: '';
    position: absolute;
    left: 25%;
    top: 0;
    width: 1px;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #ddd);
    background: -o-linear-gradient(top, transparent, #ddd);
    background: -moz-linear-gradient(top, transparent, #ddd);
    background: linear-gradient(top, transparent, #ddd)
}

header nav .drop2 .left {
    font-size: 16px;
    position: relative;
    width: 25%;
    margin-right: 40px;
    line-height: 1.7
}

header nav .drop2 .left .bt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold
}

header nav .drop2 .left .bt .iconfont {
    font-size: 32px;
    color: rgba(0, 118, 254, 0.8);
    font-weight: normal;
    margin-right: 8px
}

header nav .drop2 .left .desc {
    padding: 0 10% 0 44px
}

header nav .drop2 .left .pic {
    float: right;
    width: 100px;
    margin-right: 15px
}

header nav .drop2 .left .pic img {
    width: 100%;
    height: auto
}

header nav .drop2 .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 10px 0 40px 0
}

header nav .drop2 .right ul {
    margin: 0 -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

header nav .drop2 .right ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
    transition: all .4s;
    text-align: center;
    margin-top: 20px;
}

header nav .drop2 .right ul li a {
    display: block;
    overflow: hidden;
    color: #303030
}

header nav .drop2 .right ul li img {
    width: 100%;
    height: auto;
}

header nav .drop2 .right ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 10px 0
}

header nav .drop2 .right ul li p {
    display: block;
    overflow: hidden;
    opacity: .8;
    line-height: 20px
}

header nav .drop2 .right ul li:hover {
    transform: translateY(-5px);
}

header nav .drop3 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

header nav .drop3 .li {
    width: 15%;
    padding: 30px 20px;
    position: relative;
    overflow: hidden
}

header nav .drop3 .li .iconfont {
    position: absolute;
    font-size: 100px;
    right: -20px;
    bottom: 10px;
    opacity: .5;
    color: #eee
}

header nav .drop3 dl {
    overflow: hidden;
    position: relative;
    z-index: 5
}

header nav .drop3 dl a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0s
}

header nav .drop3 dl a:hover {
    text-decoration: underline
}

header nav .drop3 dl dt {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%
}

header nav .drop3 dl dt a {
    text-decoration: none !important
}

header nav .drop3 dl dd {
    width: 100%;
    line-height: 2;
    opacity: .9;
    float: left
}

header nav .drop3 dl dd .nav-icon {
    content: '';
    width: 26px;
    height: 12px;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px
}

header nav .drop3 dl dd .nav-icon.new {
    background-image: url(../image/icon_newh.png)
}

header nav .drop3 dl dd .nav-icon.hot {
    background-image: url(../image/icon_hot.png)
}

header nav .drop3 .link {
    position: relative;
    z-index: 5
}

header nav .drop3 .link a {
    display: block;
    overflow: hidden;
    line-height: 36px;
    border-radius: 3px;
    color: #fff;
    background: #00c35c;
    margin-top: 10px;
    text-align: center;
    font-size: 14px
}

header nav .drop3 .link a:last-child {
    background: #00a2ff
}

header nav .drop3 .link a:hover {
    box-shadow: 0 0 10px #fff
}

header nav .drop3 .ws {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

header nav .drop3 .ws dl dd {
    width: 50%
}

header nav .drop3 .li:hover dl {
    color: #fff
}

header nav .drop3 .li:hover dl a {
    color: #fff
}

header nav .drop3 .li:hover dl dd {
    opacity: 1
}

header nav .drop3 .li:hover .iconfont {
    color: #fff;
    opacity: 1
}

header nav .drop3 .li:nth-child(1):hover {
    background: #f6cc0e;
    background: -webkit-linear-gradient(45deg, #f6cc0e, #f29824);
    background: -o-linear-gradient(45deg, #f6cc0e, #f29824);
    background: -moz-linear-gradient(45deg, #f6cc0e, #f29824);
    background: linear-gradient(45deg, #f6cc0e, #f29824)
}

header nav .drop3 .li:nth-child(2):hover {
    background: #3dd6f8;
    background: -webkit-linear-gradient(45deg, #3dd6f8, #2697ed);
    background: -o-linear-gradient(45deg, #3dd6f8, #2697ed);
    background: -moz-linear-gradient(45deg, #3dd6f8, #2697ed);
    background: linear-gradient(45deg, #3dd6f8, #2697ed)
}

header nav .drop3 .li:nth-child(3):hover {
    background: #b0e623;
    background: -webkit-linear-gradient(45deg, #b0e623, #55cd24);
    background: -o-linear-gradient(45deg, #b0e623, #55cd24);
    background: -moz-linear-gradient(45deg, #b0e623, #55cd24);
    background: linear-gradient(45deg, #b0e623, #55cd24)
}

header nav .drop3 .li:nth-child(4):hover {
    background: #f875e7;
    background: -webkit-linear-gradient(45deg, #f875e7, #8956fb);
    background: -o-linear-gradient(45deg, #f875e7, #8956fb);
    background: -moz-linear-gradient(45deg, #f875e7, #8956fb);
    background: linear-gradient(45deg, #f875e7, #8956fb)
}

header nav .drop3 .li:nth-child(5):hover {
    background: #23b9fe;
    background: -webkit-linear-gradient(45deg, #23b9fe, #8956f9);
    background: -o-linear-gradient(45deg, #23b9fe, #8956f9);
    background: -moz-linear-gradient(45deg, #23b9fe, #8956f9);
    background: linear-gradient(45deg, #23b9fe, #8956f9)
}

header nav .drop3 .li:nth-child(6):hover {
    background: #fc7ebf;
    background: -webkit-linear-gradient(45deg, #fc7ebf, #c562f5);
    background: -o-linear-gradient(45deg, #fc7ebf, #c562f5);
    background: -moz-linear-gradient(45deg, #fc7ebf, #c562f5);
    background: linear-gradient(45deg, #fc7ebf, #c562f5)
}

header nav .drop3 .li:nth-child(7):hover {
    background: #ff9c7c;
    background: -webkit-linear-gradient(45deg, #ff9c7c, #fe527a);
    background: -o-linear-gradient(45deg, #ff9c7c, #fe527a);
    background: -moz-linear-gradient(45deg, #ff9c7c, #fe527a);
    background: linear-gradient(45deg, #ff9c7c, #fe527a)
}

header nav .on>a {
    color: #0076fe
}

header.cur .logo img {
    height: 50px
}

header.cur nav>ul>li>a {
    height: 70px
}

footer {
    background: #2A2A32;
    overflow: hidden;
    color: #b6b6b6;
    font-size: 14px
}

footer a {
    color: #b6b6b6
}

footer a:hover {
    color: #0076fe
}

footer .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0
}

footer .box .tit {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding: 0 0 12px 0;
    margin-bottom: 10px;
    line-height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

footer .box .tit:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ccc
}

footer .box .tit:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 1px;
    background: #0076fe;
    z-index: 1
}

footer .box .tit .share a {
    margin-left: 5px;
    font-size: 18px
}

footer .box .tit .share a:first-child {
    margin-left: 0
}

footer .box .cont {
    line-height: 1.7
}

footer .box .cont .tel {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding: 10px 0
}

footer .box .cont .tel .iconfont {
    font-weight: normal;
    margin-right: 10px;
    font-size: 30px
}

footer .box .cont .tel a {
    color: #fff !important;
}

footer .box .cont .line {
    height: 1px;
    width: 100%;
    background: #363636;
    margin: 8px 0
}

footer .box .us {
    width: 300px;
    height: 100%;
    padding: 0 20px 0 0;
    position: relative;
    font-size: 14px
}

footer .box .us ul {
    margin: 0 -5px;
    overflow: hidden
}

footer .box .us ul li {
    padding: 5px 5px 0 5px;
    width: 50%;
    float: left;
    text-align: center
}

footer .box .us ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

footer .box .nav ul {
    line-height: 2.4
}

footer .copyright {
    text-align: center;
    padding-top: 10px;
    background: #f2f2f2;
    color: #333;
    font-size: 12px;
}

footer .copyright a {
    color: #333;
}

footer .copy {
    padding: 15px 0;
    overflow: hidden;
    font-size: 14px;
    background: #1e1e1e;
}

footer .copy .left {
    float: left
}

footer .copy .right {
    float: right
}

.sys-getfa {
    background: #ff7300;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    left: 0
}

.sys-getfa .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sys-getfa ul {
    margin: 0 -15px;
    padding-right: 150px;
}

.sys-getfa ul li {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 38px 0 0;
    color: #fff
}

.sys-getfa ul li .iconfont {
    font-size: 44px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
    transition: all .4s
}

.sys-getfa ul li .box span {
    font-size: 18px
}

.sys-getfa ul li .box p {
    font-size: 14px;
    opacity: .9;
    display: block;
    margin-top: 10px
}

.sys-getfa ul li:hover .iconfont {
    transform: rotate(360deg)
}

.sys-getfa form {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 30px
}

.sys-getfa .form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sys-getfa .form input {
    margin-right: 5px;
    height: 52px;
    border: 0;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.sys-getfa .form button,
.sys-getfa .form a {
    width: 100px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background: #1f1f24;
    border: 0;
    cursor: pointer;
    transition: all .4s;
    display: block;
    text-align: center;
    font-size: 14px
}

.sys-getfa .form button:hover,
.sys-getfa .form a:hover {
    background: #0076fe
}

.zwbanner {
    position: relative;
    width: 100%;
    height: 82vh;
    overflow: hidden;
}

.zwbanner .swiper-container {
    width: 100.9%;
    height: 100%;
    overflow: hidden;
}

.zwbanner .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.zwbanner .swiper-slide .item-box {
    position: relative;
}

.zwbanner .swiper-slide .item-box .txt-box {
    position: absolute;
    top: 50%;
    z-index: 8;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    line-height: 1.8;
}

.zwbanner .swiper-slide .item-box .pyou {
    left: auto;
    right: 10%;
}

.zwbanner .swiper-slide .item-box .txt-box h3 {
    font-size: 50px;
    font-weight: 600;
}

.zwbanner .swiper-slide .item-box .txt-box h4 {
    font-size: 46px;
    font-weight: 400;
}

.zwbanner .swiper-slide .item-box .txt-box p {
    font-size: 24px;
    font-weight: 300;
}

.zwbanner .swiper-slide .item-box .txt-box a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background-color: none;
    color: #fff;
    width: 180px;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
    border: 1px solid #fff;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 3px;
    position: relative;
}

.zwbanner .swiper-slide .item-box .txt-box a span {
    margin-left: 5px;
    display: inline-block;
}

.zwbanner .swiper-slide .img-box {
    height: 82vh;
    background-position: center center;
    background-size: cover;
}

.zwbanner .swiper-button-prev {
    left: -10px;
    color: #fff;
    font-size: 18px;
}

.zwbanner .swiper-button-next {
    right: -10px;
    color: #fff;
    font-size: 18px;
}

.zwbanner .swiper-button-next,
.zwbanner .swiper-button-prev {
    transition: all .3s;
}

.zwbanner .swiper-button-next:after,
.zwbanner .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
    content: "";
}

.zwbanner .swiper-button-prev:after {}

.homesw-pagination {
    color: #fff;
    font-size: 18px;
    z-index: 999;
    font-weight: 200;
    text-align: center;
    width: 120px;
    margin: 0 auto;
}

.homesw-pagination .swiper-pagination-current {
    font-size: 28px;
}

.zwbanner .bottom-box {
    position: absolute;
    bottom: 10%;
    width: 200px;
    right: 2%;
    z-index: 8;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.zwbanner .bottom-box .line-box {
    width: 85%;
    height: 1px;
    background-color: #d2d2d2;
    position: relative;
}

.zwbanner .bottom-box .line-box i {
    position: absolute;
    left: 0;
    height: 1px;
    width: 0px;
    bottom: 0px;
    background: #e8313b;
    overflow: visible !important;
}

.zwbanner .bottom-box .line-box i em {
    position: absolute;
    top: -7px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    background: #e8313b text-align: center;
}

.nbanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 400px;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: normal
}

.nbanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
    background: -ms-linear-gradient(left, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
    background: linear-gradient(to right, rgba(30, 95, 116, 0.7) 0%, rgba(23, 9, 49, 0.7) 100%);
    opacity: .5
}

.nbanner .container {
    position: relative;
    z-index: 5
}

.nbanner .tt {
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: bold
}

.nbanner .more {
    display: inline-block;
    padding: 10px 20px;
    background: #0076fe;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px
}

.nbanner .more:hover {
    box-shadow: 0 0 10px #fff
}

.nbanner .bandown {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    height: 64px;
    background: url(../image/scroll.png) no-repeat center top;
    background-size: auto 100%;
    cursor: pointer;
    animation: shanshuo 3s infinite linear
}

.sys-ggss {
    margin-top: -45px;
    position: relative;
    z-index: 10
}

.sys-ggss .container {
    background: #fff;
    height: 90px;
    padding: 0 35px;
    box-shadow: 0 10px 10px #eee;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 10px 0 0 0;
    overflow: hidden;
}

.sys-ggss .gund {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-right: 40px;
    position: relative
}

.sys-ggss .gund a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 80px;
    line-height: 40px;
    font-size: 16px
}

.sys-ggss .gund .but {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    margin: 0 -8px
}

.sys-ggss .gund .but li {
    padding: 8px;
    cursor: pointer
}

.sys-ggss .gund .but li:hover {
    color: #0076fe
}

.sys-ggss .search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 60px;
    overflow: hidden;
    width: 320px
}

.sys-ggss .search input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 15px;
    border: 0;
    height: 40px
}

.sys-ggss .search button {
    width: 50px;
    height: 40px;
    line-height: 1;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 18px;
}

.in-ztsolve {
    line-height: 2;
}

.key_link {
    color: #0076fe;
}

.in-ztsolve .ztzt li {
    width: 25%;
    float: left;
}

.sys-bj {
    background-color: #f4f5f6
}

.in-box {
    padding: 50px 0;
    overflow: hidden
}

.in-tit {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px
}

.in-tit .tt {
    font-size: 32px;
    font-weight: bold;
}

.in-tit .tm {
    font-size: 16px;
    margin-top: 15px;
    opacity: .7;
    line-height: 1.5rem
}

.in-tit .te {
    margin-top: 15px;
    text-transform: uppercase;
    opacity: .6;
    font-family: 'DINNEUZEITGROTESKSTD-LIGHT'
}

.in-tit:first-of-type {
    margin-top: 0
}

.in-tit2 {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #666;
}

.in-tit2 .iconfont {
    font-size: 38px;
    color: #ccc
}

.in-tit2 .tt {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.in-tit2 .tm {
    width: 60%;
}

.xun-yewu {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.xun-yewu .pic {
    width: 50%
}

.xun-yewu .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px
}

.xun-yewu .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 30px;
    text-align: center
}

.xun-yewu .bt {
    font-size: 24px
}

.xun-yewu .text {
    font-size: 16px;
    line-height: 1.65;
    opacity: .6;
    padding: 30px 0
}

.xun-yewu .but {
    border-top: 1px dashed #ddd;
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.xun-yewu .but a {
    display: block;
    overflow: hidden;
    width: 140px;
    line-height: 38px;
    border: 1px solid #0076fe;
    color: #0076fe;
    border-radius: 50px
}

.xun-yewu .but a:first-child {
    margin-right: 30px;
    background: #0076fe;
    background: -webkit-linear-gradient(45deg, #0076fe, #65adff);
    background: -o-linear-gradient(45deg, #0076fe, #65adff);
    background: -moz-linear-gradient(45deg, #0076fe, #65adff);
    background: linear-gradient(45deg, #0076fe, #65adff);
    border-color: transparent;
    color: #fff
}

.xun-yewu:first-of-type {
    margin-top: 0
}

.xun-fuwu {
    margin: -10px
}

.xun-fuwu li {
    width: 25%;
    float: left;
    padding: 10px
}

.xun-fuwu li a {
    display: block;
    overflow: hidden;
    background: #fff;
    color: #303030
}

.xun-fuwu li .pic img {
    width: 100%;
    height: auto
}

.xun-fuwu li .box {
    padding: 30px 20px;
    border: 1px solid #ddd;
    border-top: none;
    align-items: center;
    justify-content: center;
}

.xun-fuwu li .box p span {
    width: 50%;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 30px;
}

.xun-fuwu li .box .tit {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    text-align: center
}

.xun-fuwu li .box .tit span {
    position: relative
}

.xun-fuwu li .box .tit .ico {
    display: block;
    position: absolute;
    left: 100%;
    bottom: 50%;
    width: 24px;
    height: 24px;
    background-size: 100% 100%
}

.xun-fuwu li .box .tit .ico.hot {
    background-image: url(../image/icon_hot.gif)
}

.xun-fuwu li .box .tit .ico.new {
    background-image: url(../image/icon_new.gif)
}

.xun-fuwu li .box p {
    line-height: 25px;
    display: block;
    overflow: hidden;
    margin: 10px 0;
    opacity: .8
}

.xun-fuwu li .box p span {
    float: left;
    width: 50%;
    margin-bottom: 5px
}

.xun-fuwu li .box em {
    line-height: 30px;
    margin: 15px auto 0;
    display: block;
    overflow: hidden;
    text-align: center;
    transition: all .4s;
    font-size: 14px;
    border-radius: 30px;
    width: 55%;
    background: #0076fe;
    color: #fff;
    border: none;
}

.xun-fuwu li .box em:hover {
    background: #0076fe;
    color: #fff;
    border-color: #0076fe
}

.xun-fuwu li:hover a {
    box-shadow: 0 40px 50px -60px #3b414c;
    transform: translateY(-10px)
}

.xun-kehu li {
    float: left;
    width: 20%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding: 10px
}

.xun-kehu li:before {
    content: '';
    width: 60px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: -30px
}

.xun-kehu li:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #e6e6e6;
    position: absolute;
    top: -2px;
    left: -2px
}

.xun-kehu li a {
    display: block;
    overflow: hidden;
    height: 140px;
    position: relative;
    z-index: 5
}

.xun-kehu li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    transition: all 1s
}

.xun-kehu li a img:nth-child(1) {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .7;
    transform: translate(-50%, -50%)
}

.xun-kehu li a img:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg)
}

.xun-kehu li a:hover img:nth-child(1) {
    transform: translate(-50%, -50%) rotateY(180deg);
    opacity: 0
}

.xun-kehu li a:hover img:nth-child(2) {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1
}

.xun-kehu li:nth-child(1),
.xun-kehu li:nth-child(2),
.xun-kehu li:nth-child(3),
.xun-kehu li:nth-child(4),
.xun-kehu li:nth-child(5) {
    border-top-width: 0
}

.xun-kehu li:nth-child(1):before,
.xun-kehu li:nth-child(2):before,
.xun-kehu li:nth-child(3):before,
.xun-kehu li:nth-child(4):before,
.xun-kehu li:nth-child(5):before {
    display: none
}

.xun-kehu li:nth-child(1):after,
.xun-kehu li:nth-child(2):after,
.xun-kehu li:nth-child(3):after,
.xun-kehu li:nth-child(4):after,
.xun-kehu li:nth-child(5):after {
    display: none
}

.xun-kehu li:nth-child(5n+1) {
    border-left-width: 0
}

.xun-kehu li:nth-child(5n+1):before {
    display: none
}

.xun-kehu li:nth-child(5n+1):after {
    display: none
}

.in-moban {
    background-size: cover
}

.in-moban .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px
}

.in-moban .tab ul {
    border: 1px solid #e0e0e0
}

.in-moban .tab ul li {
    float: left;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
    background: #efefef;
    transition: all .4s;
    border-left: 1px solid #e0e0e0
}

.in-moban .tab ul li:first-child {
    border-left: 0
}

.in-moban .tab ul li.on {
    background: #0076fe;
    color: #fff;
    border-color: #0076fe
}

.in-moban .swiper,
.in-moban .swiperwu {
    position: relative
}

.in-moban .swiper .swiper-slide .box,
.in-moban .case .swiper-slide .box,
.in-moban .swiper li .box,
.in-moban .case li .box {
    position: relative;
    background: #fff;
    transition: all .4s
}

.in-moban .swiper .swiper-slide .bt,
.in-moban .case .swiper-slide .bt,
.in-moban .swiper li .bt,
.in-moban .case li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    text-align: center;
    font-size: 16px
}

.in-moban .swiper .swiper-slide .cs,
.in-moban .case .swiper-slide .cs,
.in-moban .swiper li .cs,
.in-moban .case li .cs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    transition: all .4s
}

.in-moban .swiper .swiper-slide .cs a,
.in-moban .case .swiper-slide .cs a,
.in-moban .swiper li .cs a,
.in-moban .case li .cs a {
    display: block;
    overflow: hidden;
    line-height: 34px;
    border-radius: 50px;
    padding: 0 30px;
    background: #0076fe;
    color: #fff
}

.in-moban .swiper .swiper-slide .cs a:last-child,
.in-moban .case .swiper-slide .cs a:last-child,
.in-moban .swiper li .cs a:last-child,
.in-moban .case li .cs a:last-child {
    margin-left: 10px;
    background: #2f82ff
}

.in-moban .swiper .swiper-slide .cs a:hover,
.in-moban .case .swiper-slide .cs a:hover,
.in-moban .swiper li .cs a:hover,
.in-moban .case li .cs a:hover {
    opacity: .8
}

.in-moban .swiper .swiper-slide:hover .box,
.in-moban .case .swiper-slide:hover .box,
.in-moban .swiper li:hover .box,
.in-moban .case li:hover .box {
    box-shadow: 0 0 10px #ddd
}

.in-moban .swiper .swiper-slide:hover .cs,
.in-moban .case .swiper-slide:hover .cs,
.in-moban .swiper li:hover .cs,
.in-moban .case li:hover .cs {
    opacity: 1
}

.in-moban .case {
    margin: -10px;
    overflow: hidden
}

.in-moban .case li {
    width: 25%;
    padding: 10px;
    float: left
}

.in-moban .swiperwu .swiper-slide a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    padding: 3px;
    background: #fff
}

.in-moban .swiperwu .swiper-slide img {
    width: 100%;
    height: auto
}

.in-moban .swiperwu .swiper-slide p {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    text-align: center;
    transition: all .4s;
    z-index: 2
}

.in-moban .swiperwu .swiper-slide:hover img {
    transform: scale(1.05)
}

.in-moban .swiperwu .swiper-slide:hover p {
    background-color: rgba(0, 0, 0, 0.5)
}

.in-moban .moban-prev,
.in-moban .moban-next {
    position: absolute;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0
}

.in-moban .moban-prev:hover,
.in-moban .moban-next:hover {
    color: #0076fe
}

.in-moban .swiper-button-disabled {
    cursor: not-allowed;
    color: #999 !important
}

.in-moban .moban-prev {
    left: -50px
}

.in-moban .moban-next {
    right: -50px
}

.in-moban .tit {
    display: none
}

.in-moban .more {
    display: block;
    overflow: hidden;
    margin: 30px auto 0 auto;
    line-height: 36px;
    max-width: 280px;
    background: rgba(0, 118, 254, 0.8);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(0, 118, 254, 0.8)
}

.in-moban .more:hover {
    background: #fff;
    color: rgba(0, 118, 254, 0.8)
}

.in-news .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.in-news .tit .fl {
    width: 40%;
}

.in-news .tit .tt {
    font-size: 38px
}

.in-news .tit .tt em {
    font-size: 18px;
    font-family: 'Avignon';
    color: #333333;
    text-transform: uppercase;
    margin-left: 10px
}

.in-news .tit .txt {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-top: 12px
}

.in-news .tit .fr li {
    float: left;
    margin-left: 15px;
    line-height: 24px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer
}

.in-news .tit .fr li:first-child {
    margin-left: 0
}

.in-news .tit .fr li:hover {
    color: #0076fe
}

.in-news .tit .fr li.on {
    border-color: #0076fe;
    color: #0076fe
}

.in-news .num {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 15px 0 30px 0
}

.in-news .num em {
    margin-left: 10px;
    background: #cccccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer
}

.in-news .num em:first-child {
    margin-left: 0
}

.in-news .num .on {
    background: #0076fe
}

.in-news .li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.in-news .li .left {
    width: 48%;
    margin-right: 40px
}
.in-news .li .leftn{margin-right: 0; width: 100%}
.in-news .li .leftn li{width: 50%; float: left;}

.in-news .li .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.in-news .wzt li {
    margin-top: 20px
}

.in-news .wzt li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #303030
}

.in-news .wzt li .date {
    height: 90px;
    width: 90px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .4s
}

.in-news .wzt li .date em,
.in-news .wzt li .date i {
    display: block;
    padding: 15px 0 0 0;
    font-size: 25px
}

.in-news .wzt li .date em:after,
.in-news .wzt li .date i:after {
    margin: 8px auto 10px auto;
    width: 21px;
    height: 1px;
    display: block;
    content: '';
    background: #ddd
}

.in-news .wzt li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 20px
}

.in-news .wzt li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 5px 0 10px 0;
    transition: all .4s
}

.in-news .wzt li .box p {
    opacity: .8;
    line-height: 26px;
    display: block;
    overflow: hidden;
    height: 52px
}

.in-news .wzt li:first-child {
    margin-top: 0
}

.in-news .wzt li:hover a {
    box-shadow: 0 0 20px #ddd;
    background: #f9f9f9
}

.in-news .wzt li:hover .date {
    background: #0076fe;
    color: #fff;
    border-color: #0076fe
}

.in-news .wzt li:hover .box span {
    color: #0076fe;
    padding-bottom: 5px
}

.in-news .flexmain {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px
}

.in-news .flexmain .fl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-right: 20px
}

.in-news .flexmain .fl li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 31px
}

.in-news .flexmain .fl li i {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ccc;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #fff
}

.in-news .flexmain .fl li a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .8
}

.in-news .flexmain .fl li:nth-child(1) i {
    background: rgba(0, 118, 254, 0.8)
}

.in-news .flexmain .fl li:nth-child(2) i {
    background: rgba(0, 118, 254, 0.6)
}

.in-news .flexmain .fl li:nth-child(3) i {
    background: rgba(0, 118, 254, 0.4)
}

.in-news .flexmain .fr {
    width: 50%
}

.in-news .flexmain .fr a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 305px
}

.in-news .flexmain .fr a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%
}

.in-link {
    margin-top: 30px;
    clear: both
}

.in-link .bt {
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 10px 0;
    margin-bottom: 10px
}

.in-link .bt b {
    font-size: 30px;
    opacity: .5
}

.in-link .bt em {
    font-size: 30px;
    opacity: .5;
    font-weight: 200;
    margin: 0 0 0 3px
}

.in-link .bt span {
    margin-top: 8px
}

.in-link ul {
    margin: 0 -10px;
    overflow: hidden;
    line-height: 2;
    opacity: .8
}

.in-link ul li {
    float: left;
    padding: 0 10px
}

.in-link ul li a {
    color: #666
}

.in-link ul li a:hover {
    color: #0076fe
}

.xun-seojg>li {
    width: 33.33333333%;
    float: left;
    border: 1px solid #c7c7c7;
    margin-left: -1px;
    position: relative
}

.xun-seojg>li .head {
    background: #252d30;
    padding: 20px 10px;
    color: #fff;
    text-align: center
}

.xun-seojg>li .head .ico {
    background: url(../image/pic_icokj.png) center top no-repeat;
    height: 76px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.xun-seojg>li .head .ico:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.xun-seojg>li .head .t1:after {
    background-image: url(../image/icon_seojg1.png)
}

.xun-seojg>li .head .t2:after {
    background-image: url(../image/icon_seojg2.png)
}

.xun-seojg>li .head .t3:after {
    background-image: url(../image/icon_seojg3.png)
}

.xun-seojg>li .head a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fff;
    padding: 15px 0 10px 0
}

.xun-seojg>li .head p {
    opacity: .8
}

.xun-seojg>li .price {
    border-bottom: 1px dashed #e5e5e5;
    line-height: 70px;
    text-align: center;
    color: rgba(0, 118, 254, 0.7);
    font-size: 20px
}

.xun-seojg>li .price i {
    font-size: 36px
}

.xun-seojg>li .box {
    padding: 20px 30px 30px 30px
}

.xun-seojg>li .box ul {
    margin: 0 -5px;
    overflow: hidden;
    height: 150px
}

.xun-seojg>li .box ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
    color: #777;
    background: url(../image/icon_check.png) no-repeat 0 center;
    padding-left: 20px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.xun-seojg>li .box .but {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px
}

.xun-seojg>li .box .but a {
    display: block;
    overflow: hidden;
    line-height: 32px;
    border: 1px solid rgba(0, 118, 254, 0.7);
    color: rgba(0, 118, 254, 0.7);
    padding: 0 20px
}

.xun-seojg>li .box .but a:hover {
    background: rgba(0, 118, 254, 0.7);
    color: #fff
}

.xun-seojg>li:hover {
    border-color: rgba(0, 118, 254, 0.7);
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 118, 254, 0.7)
}

.xun-seojg>li:hover .head {
    background: rgba(0, 118, 254, 0.7)
}

.xun-seojg>li:hover .ico {
    background-position: center bottom
}

.xun-seojg>li:hover .t1:after {
    background-image: url(../image/icon_seojg1_cur.png)
}

.xun-seojg>li:hover .t2:after {
    background-image: url(../image/icon_seojg2_cur.png)
}

.xun-seojg>li:hover .t3:after {
    background-image: url(../image/icon_seojg3_cur.png)
}

.xun-case {
    overflow: hidden
}

.xun-case li,
.xun-case .box-pic-li {
    margin-top: 50px;
    overflow: hidden;
    position: relative
}

.xun-case li .pic,
.xun-case .box-pic-li .pic {
    width: 44%
}

.xun-case li .pic img,
.xun-case .box-pic-li .pic img {
    width: 100%;
    height: auto
}

.xun-case li .kj,
.xun-case .box-pic-li .kj {
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 56%
}

.xun-case li .kj em,
.xun-case .box-pic-li .kj em {
    display: block;
    font-size: 48px;
    line-height: 50px;
    color: #0076fe;
    background: none;
    font-family: 'DINNEUZEITGROTESKSTD-LIGHT';
    position: relative;
    margin-bottom: 33px;
    position: absolute;
    left: 0;
    top: -80px;
    margin-left: 40px;
    z-index: 3;
    margin-top: -4px
}

.xun-case li .kj em:after,
.xun-case .box-pic-li .kj em:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #0076fe;
    top: 100%;
    left: 0;
    margin-left: 5px;
    margin-top: 10px
}

.xun-case li .box,
.xun-case .box-pic-li .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    background: #f5f5f5
}

.xun-case li .text,
.xun-case .box-pic-li .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 40px;
}

.xun-case li:nth-child(even) .pic,
.xun-case .box-pic-li:nth-child(even) .pic {
    float: right
}

.xun-case li:nth-child(even) .kj,
.xun-case .box-pic-li:nth-child(even) .kj {
    left: 0;
    right: auto
}

.xun-whywm {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -15px
}

.xun-whywm li {
    width: 25%;
    padding: 15px;
    line-height: 1
}

.xun-whywm li .box {
    box-shadow: 0 0 10px #eee;
    height: 100%;
    text-align: center;
    padding: 40px 10px;
    border-radius: 6px;
    background: #fff
}

.xun-whywm li .iconfont {
    font-size: 50px
}

.xun-whywm li .bt {
    font-weight: bold;
    margin: 30px 0 10px 0;
    font-size: 20px
}

.xun-whywm li .text {
    line-height: 32px
}

.xun-whywm li:hover .box {
    background: url(../image/shinianbg.jpg) center top no-repeat;
    background-size: cover;
    color: #fff
}

.xun-anlie {
    margin: -10px
}

.xun-anlie li {
    width: 50%;
    float: left;
    padding: 10px;
    transition: all .4s
}

.xun-anlie li a {
    box-shadow: 0 0 10px #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #303030;
    position: relative
}

.xun-anlie li .ico {
    position: absolute;
    right: 0;
    top: 0
}

.xun-anlie li .ico img {
    height: 22px;
    width: auto
}

.xun-anlie li .line {
    height: 200px;
    width: 1px;
    background: #eee
}

.xun-anlie li .pic {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 44%;
    height: 200px;
    overflow: hidden
}

.xun-anlie li .pic img {
    height: auto;
    width: 100%;
    max-height: 100%
}

.xun-anlie li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    width: 0
}

.xun-anlie li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    opacity: .8
}

.xun-anlie li .box span:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #666;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    opacity: .6
}

.xun-anlie li .box p {
    display: block;
    overflow: hidden;
    line-height: 24px;
    opacity: .6;
    margin: 10px 0
}

.xun-anlie li .box em {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    opacity: .6;
    font-size: 14px;
    transition: all .4s
}

.xun-anlie li .box em .iconfont {
    font-size: 24px
}

.xun-anlie li .box em:hover {
    color: #0076fe
}

.xun-anlie li:hover {
    transform: translateY(-5px)
}

.xun-anlie li:hover .pic img {
    transform: scale(1.05)
}

.xun-anliw {
    margin: -10px;
    padding: 30px 0 0 0
}

.xun-anliw li {
    float: left;
    width: 33.333333%;
    padding: 10px;
    text-align: center;
    transition: all .4s
}

.xun-anliw li a {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd
}

.xun-anliw li img {
    height: auto;
    width: 100%
}

.xun-anliw li:hover {
    transform: translateY(-5px)
}

.xun-anliw li:hover img {
    transform: scale(1.05)
}

.in-fuwu .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.in-fuwu .tab li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 5;
    padding-bottom: 25px;
    cursor: pointer;
    margin-left: 40px
}

.in-fuwu .tab li:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0076fe;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;
    opacity: .8
}

.in-fuwu .tab li .iconfont {
    font-size: 36px
}

.in-fuwu .tab li em {
    font-size: 18px;
    margin-left: 10px;
    color: #666
}

.in-fuwu .tab li:first-child {
    margin-left: 0
}

.in-fuwu .tab li.on {
    color: #0076fe
}

.in-fuwu .tab li.on:after {
    display: block
}

.in-fuwu .tab li.on em {
    color: #0076fe
}

.in-fuwu .li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 32px 0 32px 32px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #fff
}

.in-fuwu .li .pic {
    width: 40%
}

.in-fuwu .li .pic img {
    width: 100%;
    height: auto
}

.in-fuwu .li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.in-fuwu .li .padding {
    padding: 0 55px
}

.in-fuwu .li .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e5e6e7;
    padding-top: 30px;
    padding-bottom: 30px
}

.in-fuwu .li .tit span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-size: 22px;
    color: #2f3446
}

.in-fuwu .li .tit a {
    display: block;
    overflow: hidden;
    display: inline-block;
    width: 106px;
    margin-left: 10px;
    line-height: 24px;
    border: 1px solid #0076fe;
    color: #0076fe;
    text-align: center
}

.in-fuwu .li .tit a:last-child {
    background: #0076fe;
    color: #fff
}

.in-fuwu .li .text {
    padding: 20px 0;
    line-height: 30px;
    font-size: 15px;
    color: #666
}

.in-fuwu .li .cs {
    overflow: hidden;
    margin: -2px -10px;
    line-height: normal
}

.in-fuwu .li .cs li {
    width: 50%;
    padding: 2px 10px;
    float: left;
    color: #0076fe;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.in-fuwu .li .cs li:before {
    font-family: "iconfont";
    content: "\e620";
    font-size: 14px;
    transform: scale(.6);
    margin-left: -6px
}

.in-qiye {
    background: url(../image/bj_case.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.in-qiye .in-tit {
    color: #fff
}

.in-qiye .wx {
    background: #fff;
    overflow: hidden;
    padding: 10px
}

.in-qiye .wx li {
    float: left;
    width: 20%;
    padding: 10px
}

.in-qiye .wx li a {
    display: block;
    overflow: hidden;
    position: relative
}

.in-qiye .wx li img {
    width: 100%;
    height: auto
}

.in-qiye .wx li span {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    color: #fff;
    opacity: 0;
    transition: all .4s;
    transform: scale(3)
}

.in-qiye .wx li:hover img {
    transform: scale(1.05)
}

.in-qiye .wx li:hover span {
    opacity: 1;
    transform: scale(1)
}

.in-qiye .dp {
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all .4s
}

.in-qiye .dp .ico {
    position: absolute;
    right: 10px;
    top: 10px
}

.in-qiye .dp .ico img {
    height: 30px;
    width: auto
}

.in-qiye .dp a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #303030
}

.in-qiye .dp .pic {
    width: 30%;
    overflow: hidden
}

.in-qiye .dp .pic img {
    width: 100%;
    height: auto
}

.in-qiye .dp .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 40px
}

.in-qiye .dp .bt {
    font-size: 24px
}

.in-qiye .dp .text {
    font-size: 16px;
    line-height: 30px;
    max-height: 90px;
    opacity: .7;
    margin-top: 15px;
    overflow: hidden
}

.in-qiye .dp:hover img {
    transform: scale(1.05)
}

.in-qiye .swiper-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.in-qiye .but {
    margin: 0 40px;
    position: relative;
    z-index: 5
}

.in-qiye .but li {
    font-size: 30px;
    cursor: pointer;
    color: #ccc;
    overflow: hidden;
    padding: 5px 0;
    outline: 0
}

.in-qiye .but li:hover {
    color: #0076fe
}

.xun-wzkuan li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px
}

.xun-wzkuan li .pic {
    width: 40%
}

.xun-wzkuan li .pic img {
    width: 100%;
    height: auto
}

.xun-wzkuan li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 50px
}

.xun-wzkuan li .bt {
    font-size: 30px
}

.xun-wzkuan li .text {
    margin-top: 30px;
    line-height: 1.7;
    font-size: 16px;
    opacity: .7
}

.xun-wzkuan li .text p {
    margin-top: 5px
}

.xun-wzkuan li .text p:first-of-type {
    margin-top: 0
}

.xun-wzkuan li .but {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.xun-wzkuan li .but a:first-child {
    border: 1px solid #aaa;
    line-height: 30px;
    padding: 0 20px
}

.xun-wzkuan li .but a:first-child:hover {
    background: #0076fe;
    color: #fff;
    border-color: #0076fe
}

.xun-wzkuan li .but a:last-child {
    margin-left: 20px;
    font-weight: bold;
    text-decoration: underline
}

.xun-wzkuan li:nth-child(odd) {
    flex-direction: row-reverse
}

.xun-wzkuan li:nth-child(odd) .box {
    padding: 0 50px 0 0
}

.box-tips {
    border: 1px solid rgba(0, 118, 254, 0.5);
    background: rgba(0, 118, 254, 0.2);
    padding: 20px;
    text-align: center;
    line-height: normal;
    color: #0076fe;
    line-height: 1.7;
    margin-top: 50px
}

.box-tips a {
    font-weight: bold;
    color: #0076fe
}

.box-tips a:hover {
    text-decoration: underline
}

.in-baojjg {
    position: relative;
    overflow: hidden;
    padding: 0 0 60px 0
}

.in-baojjg .bj {
    background: url(../image/bj_bj.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 540px;
    z-index: -1
}

.in-baojjg .btit {
    padding: 100px 0 40px 0;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.in-baojjg .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 80px
}

.in-baojjg .tab li {
    line-height: 50px;
    padding: 0 35px;
    color: #fff;
    font-size: 20px;
    border-radius: 60px;
    margin: 0 10px;
    cursor: pointer;
    font-weight: bold
}

.in-baojjg .tab li.on,
.in-baojjg .tab li:hover {
    background: #fff;
    color: rgba(0, 118, 254, 0.7)
}

.in-baojjg .but1,
.in-baojjg .but2,
.in-baojjg .but3,
.in-baojjg .but4 {
    height: 48px;
    border-radius: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden
}

.in-baojjg .but1:after,
.in-baojjg .but2:after,
.in-baojjg .but3:after,
.in-baojjg .but4:after {
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 50%;
    animation: twinkle 1.3s;
    animation-iteration-count: infinite;
    opacity: 0;
    width: 0;
    height: 0
}

.in-baojjg .but1 {
    background: linear-gradient(145deg, rgba(0, 118, 254, 0.5), #0076fe);
    color: #fff
}

.in-baojjg .but2 {
    border: 2px solid #0076fe;
    color: #fff
}

.in-baojjg .but2:hover {
    background: #0076fe;
    color: #fff
}

.in-baojjg .but3 {
    border: 2px solid #38d87b;
    color: #38d87b
}

.in-baojjg .but3:hover {
    background: #38d87b;
    color: #fff
}

.in-baojjg .but4 {
    border: 2px solid #ffba4b;
    color: #ffba4b
}

.in-baojjg .but4:hover {
    background: #ffba4b;
    color: #fff
}

.in-baojjg .box1 .head {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px
}

.in-baojjg .box1 .head li {
    width: 25%;
    border-left: 1px solid #e9edf9;
    padding: 0 0 50px 0;
    background: #fff;
    transition: all .4s
}

.in-baojjg .box1 .head li .t {
    background: #f7f9ff;
    padding: 45px 20px;
    line-height: normal;
    margin-bottom: 50px
}

.in-baojjg .box1 .head li .t span {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #000
}

.in-baojjg .box1 .head li .t p {
    font-size: 15px;
    opacity: .7
}

.in-baojjg .box1 .head li .jg {
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    color: #000
}

.in-baojjg .box1 .head li .jg em {
    font-size: 60px
}

.in-baojjg .box1 .head li .mf {
    font-size: 20px
}

.in-baojjg .box1 .head li:first-child {
    border-left: 0
}

.in-baojjg .box1 .head li:hover {
    transform: translateY(-5px)
}

.in-baojjg .box1 .but1,
.in-baojjg .box1 .but2,
.in-baojjg .box1 .but3,
.in-baojjg .box1 .but4 {
    max-width: 144px;
    margin: 15px auto 20px auto
}

.in-baojjg .box1 .co2,
.in-baojjg .box1 .co3,
.in-baojjg .box1 .co4 {
    text-align: center
}

.in-baojjg .box1 .co2 {
    color: #0076fe
}

.in-baojjg .box1 .co3 {
    color: #38d87b
}

.in-baojjg .box1 .co4 {
    color: #ffba4b
}

.in-baojjg .box1 .table table {
    min-width: 100%;
    line-height: 1.6;
    color: #000
}

.in-baojjg .box1 .table table td,
.in-baojjg .box1 .table table th {
    border-top: 1px solid #eee;
    padding: 20px 0 20px 25px;
    font-weight: normal
}

.in-baojjg .box1 .table table td img,
.in-baojjg .box1 .table table th img {
    height: 14px;
    width: auto
}

.in-baojjg .box1 .table table thead {
    background: #f5f7fd;
    white-space: nowrap
}

.in-baojjg .box1 .table table thead td {
    font-size: 22px
}

.in-baojjg .box1 .table table thead td span {
    font-weight: normal
}

.in-baojjg .box1 .table table thead span {
    font-size: 22px;
    margin-bottom: 3px;
    display: block;
    font-weight: bold
}

.in-baojjg .box1 .table table tbody th {
    text-align: left
}

.in-baojjg .box1 .table table tbody td {
    text-align: center;
    font-weight: bold
}

.in-baojjg .box1 .table .bt {
    font-weight: bold;
    font-size: 18px
}

.in-baojjg .box2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -20px
}

.in-baojjg .box2 ul li {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.05);
    background: #fff;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    transition: all 1s;
    position: relative
}

.in-baojjg .box2 ul li:hover {
    transform: translateY(-5px)
}

.in-baojjg .box2 ul li:nth-child(2):after {
    content: '';
    height: 56px;
    width: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../image/icon_jp.png) right center no-repeat;
    background-size: auto 100%
}

.in-baojjg .box2 .head {
    background: #f7f9ff;
    padding: 45px 20px 30px 20px;
    line-height: normal;
    text-align: center
}

.in-baojjg .box2 .head .tt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000
}

.in-baojjg .box2 .head .tm {
    font-size: 15px;
    opacity: .7
}

.in-baojjg .box2 .head .jg {
    font-size: 15px;
    font-weight: bold;
    margin-top: 40px;
    color: #666
}

.in-baojjg .box2 .head .jg em {
    font-size: 48px;
    color: #000
}

.in-baojjg .box2 .section {
    padding: 50px 30px;
    overflow: hidden
}

.in-baojjg .box2 .section .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin: 50px 0 30px 0;
    color: #000
}

.in-baojjg .box2 .section .red {
    color: #0076fe
}

.msred {
    color: #0076fe;
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
}

.in-baojjg .box2 .section .tit:after,
.in-baojjg .box2 .section .tit:before {
    content: '';
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 1px;
    background: #ddd
}

.in-baojjg .box2 .section .tit:after {
    margin-left: 30px
}

.in-baojjg .box2 .section .tit:before {
    margin-right: 30px
}

.in-baojjg .box2 .section .tit:first-of-type {
    margin-top: 0
}

.in-baojjg .box2 .section p {
    line-height: 1.5;
    background: url(../image/icon_yes.png) left 6px no-repeat;
    display: block;
    overflow: hidden;
    background-size: auto 9px;
    padding: 0 0 0 26px;
    margin-top: 12px
}

.in-baojjg .box2 .section p:first-of-type {
    margin-top: 0
}

.in-baojjg .box2 .section .no {
    color: #bbb;
    background: none;
    text-decoration: line-through;
}

.in-baojjg .box2 .but1,
.in-baojjg .box2 .but2 {
    max-width: 250px;
    margin-top: 30px
}

.in-baojjg .box3 {
    background: #fff;
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 60px 30px
}

.in-baojjg .box3 .tit {
    text-align: center;
    margin-bottom: 40px
}

.in-baojjg .box3 .tit .tt {
    font-size: 32px;
    font-weight: bold
}

.in-baojjg .box3 .tit .tm {
    opacity: .7;
    margin-top: 15px;
    font-size: 16px
}

.in-baojjg .box3 ul {
    overflow: hidden;
    margin: -15px
}

.in-baojjg .box3 ul li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    padding: 15px
}

.in-baojjg .box3 ul li img {
    height: 110px;
    width: auto;
    margin-bottom: 5px
}

.in-baojjg .box3 .but1 {
    width: 240px;
    margin-top: 50px;
    height: 54px
}

.sys-main {
    padding: 0 0 60px 0
}

.sys-position {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: normal;
    padding: 15px 0
}

.sys-position .left {
    font-size: 24px;
    color: #0076fe
}

.sys-position .right {
    font-size: 14px;
    border-left: 2px solid #0076fe;
    padding: 0 0 0 10px;
    opacity: .8
}

.sys-position.small {
    padding: 20px 0
}

.web-cate {
    padding: 20px 0
}

.web-cate .swiper-slide {
    width: auto
}

.web-cate a {
    display: block;
    overflow: hidden;
    padding: 0 30px;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 50px
}

.web-cate a:hover {
    color: #0076fe
}

.web-cate .on a {
    background: #0076fe;
    border-color: #0076fe;
    color: #fff
}

.list-newstt {
    margin: -15px;
    padding-bottom: 30px;
    overflow: hidden
}

.list-newstt li {
    width: 25%;
    float: left;
    padding: 15px
}

.list-newstt li a {
    color: #303030;
    display: block;
    overflow: hidden
}

.list-newstt li .pic {
    display: block;
    overflow: hidden;
    position: relative
}

.list-newstt li .pic img {
    width: 100%;
    height: auto
}

.list-newstt li .pic img:hover {
    transform: scale(1.05)
}

.list-newstt li .pic .date {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(236, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    z-index: 2
}

.list-newstt li .pic .date i {
    font-size: 28px;
    display: block;
    margin-bottom: 8px
}

.list-newstt li span {
    padding-top: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    transition: all .4s
}

.list-newstt li span:hover {
    color: #0076fe
}

.list-newstt li p {
    opacity: .7;
    line-height: 24px;
    height: 48px;
    display: block;
    overflow: hidden;
    margin: 10px 0
}

.list-newstt li em {
    background: #95a6b0;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    float: left;
    color: #fff;
    transition: all .4s
}

.list-newstt li em:hover {
    background: #0076fe
}

.list-news li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
    border-radius: 8px;
    border: 1px solid #e7e9eb;
    padding: 30px 25px
}

.list-news li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-right: 30px;
    max-width: 1000px
}

.list-news li .bt {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.list-news li .bt a:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-news li .bt a:hover {
    text-decoration: underline
}

.list-news li .text {
    line-height: 24px;
    height: 72px;
    display: block;
    overflow: hidden;
    opacity: .6;
    margin: 15px 0 10px 0
}

.list-news li .cs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.list-news li .cs a {
    display: block;
    overflow: hidden;
    line-height: 30px;
    padding: 0 15px;
    background: rgba(0, 118, 254, 0.8);
    color: #fff;
    border-radius: 3px;
    margin-right: 10px
}

.list-news li .cs a:hover {
    background: #0076fe
}

.list-news li .cs em {
    opacity: .6
}

.list-news li .pic {
    display: block;
    overflow: hidden;
    width: 237px;
    height: 155px
}

.list-news li .pic img {
    width: 100%;
    height: 100%
}

.list-news li .pic img:hover {
    transform: scale(1.05)
}

.list-news li:first-child {
    margin-top: 0
}

.view-news {
    background: #fff;
    padding: 40px 30px 60px 30px;
    overflow: hidden
}

.view-news .htit {
    font-size: 24px;
    text-align: center;
    color: #333
}

.view-news .ncs {
    margin: 0 -30px;
    overflow: hidden;
    height: 60px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px;
    line-height: 1;
    color: #666
}

.view-news .ncs span {
    padding: 0 5px
}

.view-news .ndesc {
    padding: 20px 15px 15px 15px;
    line-height: 20px;
    position: relative;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 0 0 30px 0;
    text-indent: 2em
}

.view-news .ndesc em {
    position: absolute;
    left: -12px;
    top: -12px;
    background: #0076fe;
    color: #fff;
    padding: 0 15px;
    line-height: 24px;
    text-indent: 0
}

.view-news .ntongji {
    text-align: right;
    overflow: hidden;
    color: #888;
    margin-top: 20px
}

.view-news .ntongji span {
    color: #0076fe;
    font-weight: bold
}

.view-news .copyright {
    margin-top: 25px;
    overflow: hidden;
    color: #999
}

.view-news .nhowto {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 22px;
    margin-top: 25px
}

.view-news .nhowto dt {
    opacity: .6
}

.view-news .nhowto dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.view-news .nhowto dd a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #0076fe;
    width: 25%;
    padding-right: 10px
}

.view-news .nhowto dd a:hover {
    text-decoration: underline
}

.view-news .nhowto dd a:nth-child(even) {
    padding-right: 0
}

.view-news .web-body {
    margin: 20px 0 0 0
}

.view-case {
    overflow: hidden
}

.view-case .flexmain {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.view-case .b-pic {
    width: 43%
}

.view-case .b-pic .bj {
    background: url(../image/bj_ipadt.png) no-repeat;
    background-size: 100% 100%;
    padding: 3%
}

.view-case .b-pic img {
    width: 100%;
    height: auto
}

.view-case .b-pic .rollpic {
    height: 300px
}

.view-case .b-box {
    padding: 0 0 0 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 1.8;
    color: #666
}

.view-case .b-box .tit {
    overflow: hidden;
    color: #0076fe;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px 0
}

.view-case .b-box .desc {
    border-bottom: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
    padding: 10px 0;
    overflow: hidden
}

.view-case .b-box .text {
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.view-case .b-box .text .left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.view-case .b-box .text .left a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    background: #aaa;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
    color: #fff
}

.view-case .b-box .text .left a .iconfont {
    font-size: 20px;
    margin-right: 5px
}

.view-case .b-box .text .left a:last-child {
    margin-right: 0;
    background: #0076fe
}

.view-case .b-box .text .left a:hover {
    opacity: .8
}

.view-case .b-box .text .ewm {
    overflow: hidden;
    padding: 0 0 0 15px
}

.view-case .b-box .text .ewm img {
    width: 100px;
    height: 100px
}

.view-case .b-box .text .ewm canvas {
    width: 100px;
    height: 100px
}

.view-case .b-box .tips {
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 10px 0;
    font-size: 16px;
    color: #0076fe;
    text-align: center
}

.view-case .b-box .but {
    overflow: hidden;
    margin-top: 20px
}

.view-case .b-box .but a {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #c3c3c3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    font-size: 20px
}

.view-case .b-box .but a:hover {
    background: #0076fe;
    transform: rotate(360deg)
}

.view-case .b-box .but a:last-child {
    margin-left: 0
}

.view-case .b-tit {
    margin: 30px 0 20px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.view-case .b-tit .kj {
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1;
    background: #0076fe;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px
}

.view-case .b-tit .kj span {
    display: block;
    overflow: hidden;
    font-size: 26px;
    padding: 0 0 10px 0
}

.view-case .b-tit .kj em {
    text-transform: uppercase;
    color: #eee
}

.view-case .b-tit:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 52%;
    height: 1px;
    background: #eee;
    width: 100%
}

.view-case .b-tit:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 52%;
    height: 1px;
    background: #eee;
    width: 100%
}

.view-case .btop {
    max-width: 1380px;
    margin: 0 auto
}

.view-case .btop img {
    width: 100%;
    height: auto
}

.view-case .web-body {
    max-width: 1380px;
    margin: 0 auto
}

.view-but {
    margin-top: -45px;
    position: relative;
    z-index: 111
}

.view-but a {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: #666666;
    font-size: 16px;
    color: #fff;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 17px 20px 0 20px;
    line-height: 20px
}

.view-but a:hover {
    background: #0076fe;
    color: #fff
}

.view-more {
    overflow: hidden;
    background: #fff;
    margin-top: 15px
}

.view-more li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1
}

.view-more li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px
}

.view-more li i {
    margin-right: 10px
}

.view-more li:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.web-body {
    overflow: hidden;
    line-height: 2;
    text-align: justify
}

.web-body img {
    max-width: 100%;
    width: auto !important;
    height: auto !important
}

.box-xiangguan {
    margin-top: 30px
}

.box-xiangguan .btit {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold
}

.xun-casexg a {
    display: block;
    overflow: hidden;
    text-align: center
}

.xun-casexg .pic {
    overflow: hidden;
    position: relative
}

.xun-casexg .pic img {
    width: 100%;
    height: auto
}

.xun-casexg .pic .fd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 0 10%;
    transition: all .4s;
    opacity: 0
}

.xun-casexg .pic .fd .iconfont {
    font-size: 50px
}

.xun-casexg .pic .fd span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5
}

.xun-casexg p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    background: #f0f0f0;
    transition: all .4s;
    color: #303030
}

.xun-casexg a:hover img {
    transform: scale(1.05)
}

.xun-casexg a:hover .fd {
    opacity: 1
}

.xun-casexg a:hover p {
    background: rgba(0, 118, 254, 0.6);
    color: #fff
}

.xun-casexg .casexg-num {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px
}

.xun-casexg .casexg-num .swiper-pagination-bullet {
    opacity: 1;
    transition: all .4s;
    width: 24px;
    height: 4px;
    border-radius: 4px;
    background: #ccc;
    margin: 0 4px;
    cursor: pointer;
    box-shadow: 0 0 4px #fff;
    outline: 0
}

.xun-casexg .casexg-num .swiper-pagination-bullet-active {
    background: #0076fe
}

.list-newsz {
    margin: -25px;
    padding: 15px;
    overflow: hidden
}

.list-newsz li {
    width: 50%;
    float: left;
    padding: 10px
}

.list-newsz li a {
    color: #303030;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 35px 70px
}

.list-newsz li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    transition: all .4s
}

.list-newsz li .date {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-family: 'DINNEUZEITGROTESKSTD-LIGHT'
}

.list-newsz li .date em {
    display: block;
    overflow: hidden;
    font-size: 48px;
    line-height: 1
}

.list-newsz li .date em:after {
    display: block;
    overflow: hidden;
    content: "";
    margin: 15px 0;
    height: 3px;
    width: 25px;
    background: #e7e7e7
}

.list-newsz li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    position: relative;
    z-index: 1;
    border-left: 1px solid #e7e7e7;
    padding: 0 0 0 40px;
    margin: 0 0 0 40px
}

.list-newsz li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px
}

.list-newsz li .box p {
    display: block;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    margin: 15px 0 25px 0;
    color: #888;
    text-align: justify
}

.list-newsz li .box em {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #888;
    line-height: 1
}

.list-newsz li .box em .iconfont {
    display: block;
    overflow: hidden;
    font-size: 18px;
    width: 0;
    transition: all .4s
}

.list-newsz li:hover a:before {
    transform: scale(1.025);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1)
}

.list-newsz li:hover .box em .iconfont {
    width: 28px
}

.list-case {
    margin: -10px;
    overflow: hidden
}

.list-case li {
    float: left;
    width: 33.33333333%;
    padding: 10px
}

.list-case li a {
    border: 1px solid #dfeef9;
    display: block;
    overflow: hidden;
    color: #303030
}

.list-case li .pic {
    overflow: hidden;
    position: relative;
    background: linear-gradient(-45deg, #004776 0%, #000000 100%);
    background-color: white
}

.list-case li .pic img {
    width: 100%;
    height: auto
}

.list-case li .pic .fd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 10%;
    transition: all .4s;
    opacity: 0
}

.list-case li .pic .fd span {
    font-size: 18px
}

.list-case li .pic .fd em {
    padding-top: 12px;
    display: block;
    text-transform: uppercase;
    font-family: 'Gotham-Book'
}

.list-case li .pic:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .4s
}

.list-case li .box {
    padding: 10px;
    overflow: hidden
}

.list-case li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    transition: all .4s
}

.list-case li .box p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    opacity: .6
}

.list-case li .box .cs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 15px 0 0 0;
    color: #888;
    font-size: 14px
}

.list-case li .box .cs .iconfont {
    font-size: 20px;
    transition: all .4s
}

.list-case li:hover .pic img {
    opacity: .3;
    transform: scale(1.05)
}

.list-case li:hover .pic .fd {
    opacity: 1
}

.list-case li:hover .pic:after {
    opacity: .8;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

.list-case li:hover .box span {
    color: #0076fe
}

.list-case li:hover .box .cs {
    color: #0076fe
}

.list-case li:hover .box .cs .iconfont {
    transform: translateX(-10px)
}

.list-casene {
    margin: -10px;
    overflow: hidden
}

.list-casene li {
    float: left;
    width: 33.33333333%;
    padding: 10px
}

.list-casene li .kj {
    border: 1px solid #dfeef9;
    display: block;
    overflow: hidden;
    color: #303030
}

.list-casene li .pic {
    display: block;
    overflow: hidden;
    position: relative;
    background: linear-gradient(-45deg, #004776 0%, #000000 100%);
    background-color: white
}

.list-casene li .pic img {
    width: 100%;
    height: auto
}

.list-casene li .pic .fd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 10%;
    transition: all .4s;
    opacity: 0
}

.list-casene li .pic .fd span {
    font-size: 18px
}

.list-casene li .pic .fd em {
    padding-top: 12px;
    display: block;
    text-transform: uppercase;
    font-family: 'Gotham-Book'
}

.list-casene li .pic:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .4s
}

.list-casene li .box {
    padding: 30px 10px;
    overflow: hidden;
}

.list-casene li .box .bt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    transition: all .4s;
    width: 60%;
    float: left;
}

.list-casene li .box .on {
    background: #ddd;
    color: #000;
    padding: 2px 0;
    border-radius: 30px;
    width: 65px;
    text-align: center;
    float: right;
}

.list-casene li .box .on:hover {
    background: #0076fe;
    color: #fff;
}

.list-casene li .box .cs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-height: 40px;
    overflow: hidden;
    flex-wrap: wrap;
    clear: both;
}

.list-casene li .box .cs a {
    line-height: 24px;
    background: #ddd;
    color: #666;
    font-size: 12px;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 11px;
    margin-left: 5px
}

.list-casene li .box .cs a:first-child {
    margin-left: 0
}

.list-casene li .box .cs a:hover {
    background: #0076fe;
    color: #fff
}

.list-casene li:hover .pic img {
    opacity: .3;
    transform: scale(1.05)
}

.list-casene li:hover .pic .fd {
    opacity: 1
}

.list-casene li:hover .pic:after {
    opacity: .8;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

.list-xgcase {
    padding: 30px 0 0 0;
    margin: -10px;
    overflow: hidden
}

.list-xgcase li {
    float: left;
    padding: 10px;
    width: 33.33333333%
}

.list-xgcase li a {
    display: block;
    overflow: hidden
}

.list-xgcase li .pic {
    overflow: hidden;
    position: relative
}

.list-xgcase li .pic img {
    width: 100%;
    height: auto
}

.list-xgcase li .pic .iconfont {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .4s;
    transform: translateY(-100%)
}

.list-xgcase li .pic .iconfont:before {
    display: inline-block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    background: #0076fe;
    color: #fff;
    text-align: center
}

.list-xgcase li:hover .pic .iconfont {
    transform: translateY(0)
}

.case-catetop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px
}

.case-catetop:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #eee;
    width: 100%
}

.case-catetop ul li {
    float: left;
    position: relative;
    z-index: 5;
    font-size: 16px;
    margin-left: 30px
}

.case-catetop ul li a {
    display: block;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    padding-bottom: 20px
}

.case-catetop ul li:first-child {
    margin-left: 0
}

.case-catetop ul li.on a {
    border-bottom-color: #0076fe;
    color: #0076fe
}

.case-catetop .search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 40px;
    overflow: hidden;
    width: 260px
}

.case-catetop .search input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 15px;
    height: 30px;
    border: 0;
    background: none
}

.case-catetop .search button {
    width: 40px;
    height: 30px;
    background: none;
    border: 0;
    font-size: 18px;
    line-height: 1;
    cursor: pointer
}

.case-catecen {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -3px;
    padding-bottom: 15px
}

.case-catecen li {
    width: 16.6666666%;
    padding: 3px;
    position: relative
}

.case-catecen li>a,
.case-catecen li>span {
    line-height: 24px;
    cursor: pointer
}

.case-catecen li .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 90%;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    line-height: 24px;
    font-size: 14px
}

.case-catecen li .sub a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    opacity: .8;
    float: left
}

.case-catecen li .sub a.on {
    color: #0076fe
}

.case-catecen li:hover>a,
.case-catecen li.on>a,
.case-catecen li:hover>span,
.case-catecen li.on>span {
    color: #0076fe
}

.case-catebot {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 30px
}

.case-catebot span {
    opacity: .6
}

.case-catebot ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.case-catebot ul li {
    float: left;
    margin-left: 15px
}

.case-catebot ul li a {
    display: block;
    overflow: hidden;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 50px
}

.case-catebot ul li.on a {
    background: #0076fe;
    color: #fff
}

.list-casepc {
    margin: -10px;
    overflow: hidden
}

.list-casepc li {
    float: left;
    width: 25%;
    padding: 10px
}

.list-casepc li a {
    display: block;
    overflow: hidden;
    position: relative
}

.list-casepc li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: all .4s
}

.list-casepc li img {
    width: 100%;
    height: auto
}

.list-casepc li em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0076fe;
    color: #fff;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 50px;
    z-index: 5;
    opacity: 0;
    transition: all .4s
}

.list-casepc li:hover a:before {
    opacity: 1
}

.list-casepc li:hover img {
    transform: scale(1.05)
}

.list-casepc li:hover em {
    opacity: 1
}

.list-casexcx {
    margin: -10px;
    overflow: hidden
}

.list-casexcx li {
    float: left;
    width: 20%;
    padding: 10px
}

.list-casexcx li a {
    display: block;
    overflow: hidden;
    position: relative
}

.list-casexcx li a>img {
    width: 100%;
    height: auto
}

.list-casexcx li .ewm {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: all .4s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.list-casexcx li .ewm img {
    width: 80%;
    height: auto;
    border-radius: 10px
}

.list-casexcx li:hover a>img {
    transform: scale(1.05)
}

.list-casexcx li:hover .ewm {
    opacity: 1
}

.list-casewei {
    margin: -10px;
    overflow: hidden
}

.list-casewei li {
    float: left;
    width: 20%;
    padding: 10px
}

.list-casewei li a {
    display: block;
    overflow: hidden;
    position: relative
}

.list-casewei li a>img {
    width: 100%;
    height: auto
}

.list-casewei li .fd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: all .4s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px
}

.list-casewei li .fd .ewm,
.list-casewei li .fd .pic {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px
}

.list-casewei li .fd .ewm canvas,
.list-casewei li .fd .pic canvas,
.list-casewei li .fd .ewm img,
.list-casewei li .fd .pic img {
    width: 100%;
    height: auto
}

.list-casewei li .fd em {
    display: inline-block;
    background: #0076fe;
    color: #fff;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 50px
}

.list-casewei li:hover a>img {
    transform: scale(1.05)
}

.list-casewei li:hover .fd {
    opacity: 1
}

.list-caseyx {
    margin: -10px;
    overflow: hidden
}

.list-caseyx li {
    float: left;
    width: 20%;
    padding: 10px
}

.list-caseyx li a {
    display: block;
    overflow: hidden
}

.list-caseyx li .pic {
    overflow: hidden;
    position: relative
}

.list-caseyx li .pic img {
    width: 100%;
    height: auto
}

.list-caseyx li .pic .fd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: all .4s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px
}

.list-caseyx li .pic .fd .ewm {
    background: #fff;
    overflow: hidden;
    padding: 10px
}

.list-caseyx li .pic .fd .ewm canvas {
    width: 100%;
    height: auto
}

.list-caseyx li .pic .fd em {
    display: block;
    background: #fff;
    color: #666;
    line-height: 34px;
    border-top: 1px solid #ddd
}

.list-caseyx li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 0 0
}

.list-caseyx li:hover .pic img {
    transform: scale(1.05)
}

.list-caseyx li:hover .pic .fd {
    opacity: 1
}

.list-casecd {
    margin: -10px;
    overflow: hidden
}

.list-casecd li {
    float: left;
    width: 20%;
    padding: 10px
}

.list-casecd li a {
    display: block;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0 10px
}

.list-casecd li .pic {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.list-casecd li .pic img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden
}

.list-casecd li .pic .fd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 0;
    transition: all .4s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.list-casecd li .pic .fd .iconfont {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    margin-bottom: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
    transition: all .4s
}

.list-casecd li .pic .fd .iconfont:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.list-casecd li .pic .fd em {
    display: block;
    margin-top: 8px
}

.list-casecd li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 10px 0 15px 0;
    color: #666
}

.list-casecd li:hover .pic img {
    -webkit-filter: blur(12px);
    filter: blur(12px)
}

.list-casecd li:hover .pic .fd {
    opacity: 1
}

.rollpic {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 230px;
}

.rollpic img {
    width: 100%;
    height: auto;
    transition: all 0s;
    transform: scale(1) !important
}

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0 35px 0
}

.pagination li {
    padding: 0 5px
}

.pagination li a,
.pagination li span {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    line-height: 38px;
    background: #ececec;
    color: #666
}

.pagination li a:hover {
    background: #666;
    color: #fff;
    border-color: #666
}

.pagination li.active span {
    cursor: default;
    background: #0076fe;
    color: #fff
}

.pagination li.disabled span {
    background: #ddd;
    color: #888;
    cursor: not-allowed
}

.fixed-right-kefu {
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 999
}

.fixed-right-kefu li {
    width: 70px;
    height: 70px;
    background: none;
    color: #0076fe;
    margin-top: 12px;
    text-align: center;
    font-size: 20px;
    transition: all .4s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #fff;
}

.fixed-right-kefu li .iconfont {
    font-size: 38px;
    display: block;
    line-height: 1
}

.fixed-right-kefu li .icon-qq {
    animation: qqshanshuo 3s infinite linear;
}

.fixed-right-kefu li em {
    display: block
}

.fixed-right-kefu li>a {
    display: block;
    overflow: hidden;
    color: #0076fe
}

.fixed-right-kefu li .d {
    position: absolute;
    left: 45px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #0076fe;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    color: #fff;
}

.fixed-right-kefu li:hover {
    background: #0076fe;
    color: #fff;
    border: 1px solid #0076fe;
}

.fixed-right-kefu li:hover a {
    color: #fff;
}

.fixed-right-kefu li:first-child {
    margin-top: 0
}

.fixed-right-kefu .ewm .hide {
    display: none;
    position: absolute;
    right: 115%;
    top: -20px;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    background: none;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #ddd;
    border-radius: 10px;
}

.fixed-right-kefu .ewm .hide .box {
    padding: 10px;
}

.fixed-right-kefu .ewm .hide .tips {
    padding: 10px;
    color: #666;
    font-size: 16px;
}

.fixed-right-kefu .ewm .hide .img img {
    width: 180px;
    height: auto;
}

.fixed-right-kefu .ewm .hide .chatbox {
    width: 330px;
    color: #333;
    padding: 25px;
    text-align: left;
}

.fixed-right-kefu .ewm .hide .chatbox .onzixun {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #666;
}

.fixed-right-kefu .ewm .hide .chatbox .onzixun .tit {
    font-size: 24px;
    padding-bottom: 10px;
    color: #0076fe;
}

.fixed-right-kefu .ewm .hide .chatbox .zqqchat {
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fixed-right-kefu .ewm .hide .chatbox .zqqchat .qq {
    width: 50%;
    padding: 5px 20px;
}

.fixed-right-kefu .ewm .hide .chatbox .zqqchat a {
    color: #333;
}

.fixed-right-kefu .ewm .hide .chatbox .shtel {
    text-align: center;
}

.fixed-right-kefu .ewm .hide .chatbox .shtel a {
    color: #666;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.fixed-right-kefu .ewm .hide .chatbox .shtel .iconfont {
    font-size: 22px;
}

.fixed-right-kefu .ewm .hide .chatbox .shtel em {
    padding-left: 10px;
}

.fixed-right-kefu .backtop {
    cursor: pointer;
    display: none
}

.fixed-right-kefu .backtop .iconfont {
    padding: 0;
    font-size: 32px;
    line-height: 70px
}

.ptit {
    text-align: center;
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#yxbg {
    background: url(../image/top_bg.png) no-repeat !important
}

.casesmtab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
    background: #f5f5f5;
    font-size: 16px
}

.casesmtab li {
    padding: 5px 8px;
}

.casesmtab li a {
    color: #444
}

.casesmtab li.on a {
    color: #0076fe
}

.mar30 {
    margin-top: 30px
}

.box-contact {
    background: #0076fe;
    color: #fff;
    overflow: hidden;
    position: relative
}

.box-contact .box {
    width: 40%;
    padding: 60px 60px 60px 80px;
    overflow: hidden
}

.box-contact .box .info {
    line-height: 2
}

.box-contact .box .xun {
    border-top: 1px solid #3291ff;
    overflow: hidden;
    margin: 25px 0;
    padding: 15px 0 0 0
}

.box-contact .box .xun li {
    line-height: 1.8;
    padding: 6px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.box-contact .box .xun li .iconfont {
    font-size: 24px;
    width: 35px;
    line-height: 30px;
    position: relative;
    top: -3px
}

.box-contact .box .xun li .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.box-contact .box .ewm {
    overflow: hidden;
    margin: 0 -10px
}

.box-contact .box .ewm li {
    float: left;
    width: 140px;
    text-align: center;
    max-width: 50%;
    padding: 0 10px
}

.box-contact .box .ewm li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.box-contact .map {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 60%
}

.box-contact .map #bdmap {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 24px
}

.box-contact .map #bdmap h4 {
    color: #0076fe;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 16px
}

.box-contact .map #bdmap .anchorBL {
    display: none
}

.box-web .pic {
    width: 44%
}

.box-web .pic img {
    width: 100%;
    height: auto
}

.box-web .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 50px;
    color: #666;
    line-height: 1.8
}

.box-web .box .b-tit {
    font-size: 30px;
    color: #0076fe;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 1.5
}

.box-web .box .desc {
    overflow: hidden;
    text-align: justify
}

.box-web .box .xun {
    padding: 20px 0
}

.box-web .box .xun .tit {
    color: #0076fe
}

.box-web .box .xun ul {
    margin: 5px -10px;
    overflow: hidden
}

.box-web .box .xun ul li {
    float: left;
    width: 50%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 12px
}

.box-web .box .xun ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
    color: #666
}

.box-web .box .xun ul li a:hover {
    color: #0076fe
}

.box-web .box .xun ul li em {
    background: #019843;
    margin-left: 5px;
    padding: 0 5px;
    color: #fff
}

.box-web .box .xun ul li em:nth-of-type(2) {
    background: #A62301
}

.box-web .box .xun ul li:nth-child(1) a,
.box-web .box .xun ul li:nth-child(2) a {
    border-top: 1px dotted #ccc
}

.box-web .box .but {
    overflow: hidden
}

.box-web .box .but a {
    display: block;
    overflow: hidden;
    float: left;
    padding: 0 25px;
    line-height: 34px;
    margin-left: 15px;
    background: #666;
    color: #fff
}

.box-web .box .but a:first-child {
    background: #0076fe;
    margin-left: 0
}

.box-web .box .but a:hover {
    background: #0076fe
}

.box-web .box .but a:last-child {
    background: none;
    color: #666;
    margin-left: 0
}

.box-web .box .but a:last-child:hover {
    text-decoration: underline
}

.box-web .b-box {
    padding: 45px 0
}

.box-web .b-box .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.box-web .b-box .container:after {
    display: none
}

.box-web .b-box:nth-child(odd) {
    background: #f6f6f6
}

.box-web .b-box:nth-child(even) .box {
    padding: 0 50px 0 0
}

.box-web .b-box:nth-child(even) .container {
    flex-direction: row-reverse
}

.box-web .bgbg .xun ul li a,
.box-web .bgbg .desc {
    color: #fff
}

.box-web .bgbg .b-tit {
    color: #fff
}

.box-web .bgbg .xun ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.box-web .bgbg .xun .tit {
    color: #fff
}

.box-web .bgbg .but a:last-child {
    color: #fff
}

.box-web .bgbg .xun ul li:nth-child(1) a,
.box-web .bgbg .xun ul li:nth-child(2) a {
    border-top: none
}

.box-web .bgblue {
    background: #0e9ce4 !important;
    color: #fff
}

.box-web .bgyellow {
    background: #F90 !important;
    color: #fff
}

.box-web .bgzi {
    background: #69F !important;
    color: #fff
}

.box-web .bggreen {
    background: #399 !important;
    color: #fff
}

.box-xuyao {
    background: #f5f5f5;
    overflow: hidden
}

.box-xuyao .b-tit {
    font-size: 28px;
    padding: 0 0 15px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.box-xuyao .b-tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 560px;
    height: 1px;
    transform: translateX(-50%);
    background: #e7e7e7
}

.box-xuyao .b-tit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 5px;
    width: 120px;
    transform: translateX(-50%);
    background: #0076fe
}

.box-xuyao ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px;
    overflow: hidden
}

.box-xuyao ul li {
    padding: 0 10px;
    width: 25%
}

.box-xuyao ul li .box {
    height: 100%;
    background: #ff9803;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
    transition: all .4s
}

.box-xuyao ul li .box .iconfont {
    font-size: 80px;
    display: inline-block;
    transition: all .4s
}

.box-xuyao ul li .box span {
    display: block;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 0
}

.box-xuyao ul li .box p {
    line-height: 24px
}

.box-xuyao ul li:hover .box .iconfont {
    transform: rotate(360deg)
}

.box-xuyao ul li.b2 .box {
    background: #65c3fa
}

.box-xuyao ul li.b3 .box {
    background: #8cd67d
}

.box-xuyao ul li.b4 .box {
    background: #f88484
}

.box-youready {
    text-align: center;
    overflow: hidden
}

.box-youready .t1 {
    font-size: 26px
}

.box-youready .t2 {
    padding: 15px 0;
    overflow: hidden;
    text-align: center
}

.box-youready .t2 a {
    display: inline-block;
    background: #0076fe;
    color: #fff;
    font-size: 22px;
    padding: 0 50px;
    line-height: 50px;
    position: relative
}

.box-youready .t2 a:before,
.box-youready .t2 a:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: #ccc;
    width: 300px
}

.box-youready .t2 a:after {
    left: 100%;
    margin-left: 20px
}

.box-youready .t2 a:before {
    right: 100%;
    margin-right: 20px
}

.box-youready .t3 {
    font-size: 16px;
    letter-spacing: 5px
}

.xg-box .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 0 0 15px 0;
    line-height: 1
}

.xg-box .tit:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 1px;
    width: 20px;
    background: #ff6600;
    z-index: 5
}

.xg-box .tit b {
    font-size: 20px
}

.xg-box .tit b em {
    color: #ff6600
}

.xg-box .tit a {
    color: #888
}

.xg-box .tit a:hover {
    color: #0076fe
}

.xg-box .news {
    background: #fff;
    overflow: hidden;
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.xg-box .news .tou {
    width: 55%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.xg-box .news .tou .pic {
    overflow: hidden;
    margin-right: 15px
}

.xg-box .news .tou .pic img {
    width: 250px;
    transition: all .4s
}

.xg-box .news .tou .pic img:hover {
    transform: scale(1.1)
}

.xg-box .news .tou .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.xg-box .news .tou .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 18px;
    transition: all .4s;
    font-weight: bold
}

.xg-box .news .tou .box span:hover {
    color: #0076fe
}

.xg-box .news .tou .box p {
    line-height: 24px;
    display: block;
    overflow: hidden;
    color: #666;
    margin: 15px 0
}

.xg-box .news .tou .box em {
    color: #888;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.xg-box .news .tou .box em i {
    margin-right: 5px;
    font-size: 16px
}

.xg-box .news .line {
    border-left: 1px dashed #ddd;
    margin: 0 25px
}

.xg-box .news ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.xg-box .news ul li {
    line-height: 32px
}

.xg-box .news ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 12px
}

.xg-box .news ul li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%
}

.xg-box .news ul li em {
    float: right;
    color: #888;
    font-size: 90%
}

.box-why-ban {
    background: url(../image/fa45f3df8ee87b73440e2425665c87f9.jpg) center top no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
    color: #fff
}

.box-why-ban .t1 {
    font-size: 30px;
    font-family: 'halvettthinregular'
}

.box-why-ban .t2 {
    font-size: 70px;
    letter-spacing: 2px;
    font-family: 'halvettthinregular';
    padding: 10px 0
}

.box-why-ban .t3 {
    font-size: 30px
}

.box-why-ban hr {
    display: block;
    overflow: hidden;
    margin: 50px auto 60px auto;
    border: 0;
    width: 66px;
    height: 2px;
    background: #fff
}

.box-why-ban ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.box-why-ban ul li a {
    display: block;
    overflow: hidden;
    color: #fff
}

.box-why-ban ul li .icon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 106px;
    height: 106px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 50px;
    transition: all .4s
}

.box-why-ban ul li span {
    display: block;
    overflow: hidden;
    padding: 10px 0 0 0;
    font-size: 16px
}

.box-why-ban ul li:hover .icon,
.box-why-ban ul li.cur .icon {
    background: rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 60px
}

.box-why-function {
    text-align: center;
    overflow: hidden;
    background: #f5f5f5
}

.box-why-function .tit {
    overflow: hidden
}

.box-why-function .tit .t1 {
    font-size: 60px;
    font-family: 'halvettthinregular';
    color: rgba(0, 118, 254, 0.85);
    letter-spacing: 2px
}

.box-why-function .tit .t2 {
    font-size: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #888;
    padding: 15px 0 0 0
}

.box-why-function .tit .t2 strong {
    background: rgba(0, 118, 254, 0.85);
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: normal
}

.box-why-function .tit:after {
    content: "";
    display: block;
    overflow: hidden;
    margin: 35px auto 50px auto;
    border: 0;
    width: 66px;
    height: 2px;
    background: rgba(0, 118, 254, 0.85)
}

.box-why-function ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 650px;
    margin: 0 auto
}

.box-why-function ul li img {
    width: 122px;
    height: auto;
    transition: all .4s
}

.box-why-function ul li img:hover {
    transform: translateY(-20px)
}

.box-why-group {
    background: url(../image/bj_lanshan.jpg) center top no-repeat;
    background-size: 100% 100%;
    color: #fff
}

.box-why-group .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.box-why-group .container:after {
    display: none
}

.box-why-group .b-tit {
    background: #ffae4e;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 20px 40px 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.6
}

.box-why-group .b-tit .t1 {
    font-size: 40px
}

.box-why-group .b-tit .pic {
    position: absolute;
    left: 45%;
    top: 50%;
    width: 60%
}

.box-why-group .b-tit .pic img {
    width: 100%;
    height: auto
}

.box-why-group .shu {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 50px;
    line-height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.box-why-group .shu dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 33.33333333%
}

.box-why-group .shu dl dt {
    position: relative;
    overflow: hidden;
    padding: 0 35px 0 0
}

.box-why-group .shu dl dt span {
    background: #75c9f4;
    display: block;
    overflow: hidden;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 16px
}

.box-why-group .shu dl dt:before {
    width: 20px;
    height: 1px;
    background: #80caf1;
    content: "";
    position: absolute;
    top: 50%;
    right: 0px
}

.box-why-group .shu dl dt:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #80caf1;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.box-why-group .shu dl dd {
    position: relative;
    overflow: hidden
}

.box-why-group .shu dl dd:before {
    width: 1px;
    background: #80caf1;
    content: "";
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0px
}

.box-why-group .shu dl dd p {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 30px
}

.box-why-group .shu dl dd p:before {
    width: 20px;
    height: 1px;
    background: #80caf1;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px
}

.list-newspx {
    margin: -10px;
    overflow: hidden
}

.list-newspx li {
    width: 33.33333333%;
    float: left;
    padding: 10px
}

.list-newspx li a {
    display: block;
    overflow: hidden;
    background: #fff
}

.list-newspx li .pic {
    overflow: hidden;
    position: relative
}

.list-newspx li .pic img {
    width: 100%;
    height: auto;
    transition: all .4s
}

.list-newspx li .pic:before {
    opacity: 0;
    transition: all .4s;
    content: "\e617";
    font-family: "iconfont" !important;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 118, 254, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 80px;
    z-index: 1
}

.list-newspx li .box {
    padding: 25px 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none
}

.list-newspx li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px
}

.list-newspx li .box p {
    display: block;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    color: #666;
    margin: 15px 0 20px 0;
    text-align: justify
}

.list-newspx li .box em {
    display: block;
    overflow: hidden;
    color: #999;
    background: url(../image/icon_jiantr.png) 68px center no-repeat;
    transition: all .4s
}

.list-newspx li:hover a {
    box-shadow: 0 5px 10px #ddd
}

.list-newspx li:hover .pic img {
    transform: scale(1)
}

.list-newspx li:hover .pic:before {
    opacity: 1
}

.list-newspx li:hover .box em {
    background-image: url(../image/icon_jiantrh.png);
    color: #303030
}

.view-casenew {
    overflow: visible;
    background: #f7f7f7
}

.view-casenew .flexmain {
    display: flex;
    flex-direction: row-reverse
}

.view-casenew .web-body {
    width: 66.66666667%;
    padding: 40px;
    background: #ffffff
}

.view-casenew .box {
    width: 33.33333333%;
    background: #fff;
    padding: 40px;
    line-height: 1.9;
    margin-left: 30px
}

.view-casenew .box .kj {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 110px
}

.view-casenew .box .wz {
    opacity: .8;
    margin-bottom: 10px
}

.view-casenew .box .te {
    font-size: 16px;
    opacity: .8
}

.view-casenew .box .tt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0
}

.view-casenew .box .url {
    opacity: .8
}

.view-casenew .box .url a {
    color: #666;
    padding-right: 8px
}

.view-casenew .box .url a.on {
    background: #0076fe;
    color: #fff;
    padding: 1px 5px;
}

.view-casenew .box .tm {
    opacity: .8;
    padding: 30px 0
}

.view-casenew .box .but {
    width: 100%;
    max-width: 240px;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff
}

.view-casenew .box .but span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(270deg, #65adff, #0076fe);
    border-radius: 0px 0px 0px 0px;
    height: 58px
}

.view-casenew .box .but .iconfont {
    margin-right: 10px;
    font-size: 20px
}

.view-casenew .box .but:after {
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 50%;
    animation: twinkle 1.3s;
    animation-iteration-count: infinite;
    opacity: 0;
    width: 0;
    height: 0
}

.view-casenew .box .but:hover span {
    background: linear-gradient(270deg, #65adff, #005ecb)
}

.but2 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    background: #0076fe;
    padding: 10px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.but2 span {
    font-size: 14px;
}

.but2 .iconfont {
    margin-right: 10px;
    font-size: 20px
}

.but2:hover {
    color: yellow;
}

.cdss {
    text-align: center;
    padding: 5px;
    background: #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cdss a {
    padding: 0 3px;
    color: #666;
}

.view-casenew .box .sxp {
    margin-top: 40px
}

.view-casenew .box .sxp li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #eee;
    line-height: 48px;
    padding: 0 18px;
    margin-top: 8px
}

.view-casenew .box .sxp li:first-child {
    margin-top: 0
}

.view-casenew .xg-case {
    background: #fff;
    margin-top: 50px;
    padding: 50px
}

.view-casenew .pad500 {
    padding: 50px 0
}

.mar20 {
    margin-top: 20px
}

.red {
    color: #0076fe
}

.xg-case .tit {
    color: #999;
    font-size: 20px;
    margin-bottom: 20px
}

.xg-case a {
    display: block;
    overflow: hidden
}

.xg-case .pic {
    overflow: hidden
}

.xg-case .pic img {
    width: 100%;
    height: auto
}

.xg-case span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 15px 0 0 0
}

.xg-case a:hover img {
    transform: scale(1.05)
}

.box-liucheng {
    background: url(../image/bj_mobile.jpg) center center repeat;
    background-attachment: fixed;
    padding: 60px 0;
    text-align: center;
    overflow: hidden
}

.box-liucheng .b-tit {
    font-size: 30px;
    color: #fff;
    background: url(../image/tit_fkline.png) center bottom no-repeat;
    padding: 0 0 20px 0;
    margin-bottom: 40px
}

.box-liucheng ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.box-liucheng ul li .iconfont {
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    transition: all .4s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.box-liucheng ul li span {
    display: block;
    overflow: hidden;
    padding: 20px 0 0 0;
    font-size: 18px;
    color: #c2c4c4
}

.box-liucheng ul li:hover .iconfont {
    transform: rotate(360deg);
    background: #0076fe
}

.in-zhuanhua {
    background: rgba(0, 0, 0, 0) linear-gradient(52deg, #182fec 0%, #0d6af2 39%, #00c1df 100%) repeat scroll 0 0;
    color: #fff
}

.in-zhuanhua .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 546px
}

.in-zhuanhua .left {
    width: 40%
}

.in-zhuanhua .left .tt {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 2px
}

.in-zhuanhua .left .more {
    display: block;
    overflow: hidden;
    color: #fff;
    padding-right: 21px;
    background: url(../image/moreArrowWhite.svg) no-repeat right center;
    background-size: 14px;
    display: inline-block;
    margin: 50px 0 12px 0;
    font-size: 22px;
    line-height: 1.8
}

.in-zhuanhua .left .tm {
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden
}

.in-zhuanhua .left .but {
    border: 1px solid #fff;
    border-radius: 60px;
    width: 170px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    overflow: hidden;
    margin-top: 80px
}

.in-zhuanhua .left .but:hover {
    background: #fff;
    color: #0076fe
}

.in-zhuanhua .right {
    width: 811px;
    height: 546px;
    position: absolute;
    left: 45%;
    top: 0;
    background-image: url(../image/bright.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.in-zhuanhua .right:after {
    content: '';
    width: 715px;
    height: 715px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -357.5px 0 0 -357.5px;
    overflow: hidden;
    background-image: url(../image/huan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-animation: cycle2 5s infinite linear;
    -o-animation: cycle2 5s infinite linear;
    animation: cycle2 5s infinite linear
}

.in-zhuanhua .right .logo {
    width: 365px;
    height: 365px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -182px 0 0 -182px;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.in-zhuanhua .right .logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/quan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: cycle2 5s infinite linear
}

.in-zhuanhua .right .logo img {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2
}

.in-zhuanhua .right .li {
    position: absolute
}

.in-zhuanhua .right .li .iconfont {
    width: 110px;
    height: 110px;
    background: url(../image/f-app.png);
    background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 50px
}

.in-zhuanhua .right .li p {
    display: block;
    text-align: center;
    color: #ffceff;
    font-size: 15px;
    text-shadow: 1px 1px 5px #0621fc
}

.in-zhuanhua .right .f1 {
    top: 40%;
    left: 23%
}

.in-zhuanhua .right .f2 {
    top: 19%;
    left: 10%
}

.in-zhuanhua .right .f3 {
    top: 70%;
    left: 56%
}

.in-zhuanhua .right .f4 {
    top: 17%;
    left: 70%
}

.in-zhuanhua .right .f5 {
    top: 64%;
    left: 16%
}

.in-zhuanhua .right .f6 {
    top: 47%;
    left: 65%
}

.in-zhuanhua .right .f7 {
    top: 3%;
    left: 46%
}

.in-zhuanhua .right .f8 {
    top: 65%;
    left: 36%
}

.in-zhuanhua .right .f9 {
    top: 10%;
    left: 29%
}

.in-jzfw .tit {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.in-jzfw .tit .te {
    font-family: 'DINNEUZEITGROTESKSTD-LIGHT';
    font-size: 40px;
    color: rgba(0, 118, 254, 0.85)
}

.in-jzfw .tit .tt {
    font-size: 18px;
    color: #666;
    padding: 15px 0 25px 0;
    line-height: 2
}

.in-jzfw .tit .tt .red {
    color: rgba(0, 118, 254, 0.55)
}

.in-jzfw .tit:after {
    content: '';
    display: block;
    overflow: hidden;
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background: rgba(0, 118, 254, 0.55)
}

.in-jzfw ul {
    margin: -20px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.in-jzfw ul li {
    width: 25%;
    float: left;
    padding: 20px;
    text-align: center
}

.in-jzfw ul li .iconfont {
    font-size: 60px;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(0, 118, 254, 0.55);
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    transition: all .4s
}

.in-jzfw ul li span {
    font-size: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 20px 0 15px 0
}

.in-jzfw ul li p {
    max-width: 205px;
    margin: 0 auto;
    color: #999;
    line-height: 1.7;
    text-align: center
}

.in-jzfw ul li:hover .iconfont {
    transform: rotate(360deg)
}

.in-touweb {
    background: url(../image/bj_web.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0 100px 0
}

.in-touweb .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse
}

.in-touweb .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
    padding-right: 20px;
}

.in-touweb .left .te img {
    height: 268px;
    width: auto
}

.in-touweb .left .tt {
    position: relative;
    z-index: 1;
    font-size: 46px;
    margin-top: -180px
}

.in-touweb .left .tm {
    position: relative;
    z-index: 1;
    font-size: 24px
}

.in-touweb .left .text {
    position: relative;
    z-index: 1;
    padding: 20px 0
}

.in-touweb .left .gn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.in-touweb .left .gn .fr {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.in-touweb .left .but {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.in-touweb .left .but a {
    display: block;
    overflow: hidden;
    line-height: 46px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    text-align: center;
    color: #fff
}

.in-touweb .left .but a:first-child {
    background: #0076fe
}

.in-touweb .left .but a:nth-child(2) {
    background: #0076fe
}

.in-touweb .left .but a:last-child {
    background: green;
    margin-right: 0
}

.in-touweb .left .but a:hover {
    opacity: .8
}

.in-touweb .left ul {
    margin: -1px;
    overflow: hidden
}

.in-touweb .left ul li {
    float: left;
    width: 25%;
    padding: 1px
}

.in-touweb .left ul li a {
    display: block;
    overflow: hidden
}

.in-touweb .left ul li a img {
    width: 100%;
    height: auto
}

.in-touweb .left ul li:hover img {
    transform: scale(1.05)
}

.in-touweb .right {
    width: 45%
}

.in-touweb .right .pic {
    padding: 20px;
    background: #000;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.in-touweb .right .rollpic {
    height: 300px
}

.in-touweb .right .foot img {
    width: 100%;
    height: auto
}

.in-touweb-pop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    display: none
}

.in-touweb-pop .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #f6f6f6;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    position: relative
}

.in-touweb-pop .box .left {
    text-align: center;
    width: 40%
}

.in-touweb-pop .box .left .pic {
    overflow: hidden
}

.in-touweb-pop .box .left .pic img {
    width: 100%;
    height: auto
}

.in-touweb-pop .box .left span {
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding: 15px 0 10px 0
}

.in-touweb-pop .box .left p {
    line-height: 1.6;
    opacity: .8;
    font-size: 18px
}

.in-touweb-pop .box .right {
    line-height: 2;
    opacity: .8;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 30px
}

.in-touweb-pop .box .close {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    font-size: 40px;
    color: #0076fe;
    cursor: pointer;
    background-color: #f6f6f6;
    transition: all .4s
}

.in-touweb-pop .box .close:hover {
    background: #0076fe;
    color: #fff
}

.in-seoys {
    background: url(../image/bj_ys.png);
    background-size: 100% 100%
}

.in-seoys ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -12px
}

.in-seoys ul li {
    width: 33.33333333%;
    padding: 12px
}

.in-seoys ul li .box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    padding: 25px 25px 25px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.in-seoys ul li .iconfont {
    color: #fd9755;
    font-size: 50px
}

.in-seoys ul li .kj {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 15px
}

.in-seoys ul li span {
    font-size: 18px;
    font-weight: bold
}

.in-seoys ul li p {
    display: block;
    overflow: hidden;
    color: #999;
    line-height: 1.5;
    margin-top: 10px
}

.in-ppsj {
    background: url(../image/bj_pinp.jpg);
    background-size: 100% 100%
}

.in-ppsj .in-tit {
    color: #fff
}

.in-ppsj ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 10px
}

.in-ppsj ul li {
    width: 30%;
    color: #fff
}

.in-ppsj ul li span {
    font-size: 18px;
    font-weight: bold
}

.in-ppsj ul li p {
    line-height: 24px;
    display: block;
    overflow: hidden;
    margin: 10px 0;
    min-height: 60px;
    padding-bottom: 10px
}

.in-ppsj ul li .pic {
    transition: all .4s;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px
}

.in-ppsj ul li .pic img {
    width: 100%;
    height: auto
}

.in-ppsj ul li .pic:hover {
    transform: translateY(-10px)
}

.in-scase {
    background-color: #f4f5f6
}

.in-scase .xun-fuwu li .box {
    padding: 15px 10px;
    text-align: center
}

.in-scase .xun-fuwu li .box span {
    font-size: 14px
}

.in-scase .xun-fuwu li .box p {
    margin: 5px 0 0 0;
    height: 25px;
    font-size: 12px
}

.pctop {
    text-align: center;
    margin: 0 auto;
    max-width: 680px
}

.pagemore {
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 8px;
    border: 1px solid #e7e9eb;
}

.pagemore:hover {
    background: #0076fe;
    color: #fff;
}

.more-over {
    text-align: center;
    paddding: 10px;
    color: #ccc;
    margin-top: 30px;
}

.loadding {
    width: 150px;
    height: 15px;
    margin: 10px auto;
    position: relative;
}

.loadding span {
    position: absolute;
    width: 15px;
    height: 100%;
    border-radius: 50%;
    background: lightgreen;
    -webkit-animation: load 1.04s ease-in infinite alternate;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
        -webkit-transform: translate(0px);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: translate(150px);
    }
}

.loadding span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
}

.loadding span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
}

.loadding span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
}

.loadding span:nth-child(4) {
    -webkit-animation-delay: 0.52s;
}

.loadding span:nth-child(5) {
    -webkit-animation-delay: 0.65s;
}

.mzsm {
    padding: 10px 0;
    color: #666;
}

.hei350 {
    height: 350px !important;
}

.bgdark {
    background: #f2f2f2;
}

.bgdark .casesmtab {
    background: #ddd;
}

.fixed-bottom-nav {
    display: none
}

.padt0 {
    padding-top: 0;
}

.in-hengplr {
    width: 100%;
    height: 440px;
    background: #0076fe url(../image/bj_solve.jpg) no-repeat top center;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    line-height: normal;
    overflow: hidden;
}

.in-hengplr .container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    max-width: 1400px;
    margin: 0 auto;
}

.in-hengplr .tt {
    font-size: 42px
}

.in-hengplr .ts {
    font-size: 32px;
    margin-top: 10px
}

.in-hengplr .flexmain {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
    clear: both;
}

.in-hengplr .flexmain .tit {
    margin-bottom: 20px
}

.in-hengplr .flexmain .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    float: left;
}

.in-hengplr .flexmain .right {
    width: 40%;
    text-align: right;
    max-width: 500px;
}

.in-hengplr .flexmain .telx {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.in-hengplr .flexmain .telx span {
    font-size: 20px
}

.in-hengplr .flexmain .telx a {
    color: #fff;
}

.in-hengplr .flexmain .telx span em {
    font-size: 16px
}

.in-hengplr .flexmain .telx .wxbut {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
    transition: all .4s
}

.in-hengplr .flexmain .telx .wxbut .iconfont {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #303030;
    margin-right: 10px;
    transition: all .4s
}

.in-hengplr .flexmain .telx .wxbut:hover {
    color: #0076fe
}

.in-hengplr .flexmain .telx .wxbut:hover .iconfont {
    background: #0076fe;
    color: #fff
}

.in-hengplr .flexmain form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.in-hengplr .flexmain form input[type='text'] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 15px;
    border: none
}

.in-hengplr .flexmain form input[type='submit'] {
    height: 48px;
    cursor: pointer;
    background-color: #0076fe;
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: all .4s
}

.in-hengplr .flexmain form input[type='submit']:hover {
    background: #333
}


/* box_xuyao */

.box_xuyao {
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}

.box_xuyao .b_tit {
    font-size: 28px;
    padding: 0 0 15px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.box_xuyao .b_tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 560px;
    height: 1px;
    transform: translateX(-50%);
    background: #e7e7e7;
}

.box_xuyao .b_tit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 5px;
    width: 120px;
    transform: translateX(-50%);
    background: #0e9ce4;
}

.box_xuyao ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px;
    overflow: hidden;
}

.box_xuyao ul li {
    padding: 0 10px;
    width: 25%;
}

.box_xuyao ul li .box {
    height: 100%;
    background: #ff9803;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
}

.box_xuyao ul li .box .iconfont {
    font-size: 80px;
    display: inline-block;
    transition: all 0.3s;
}

.box_xuyao ul li .box span {
    display: block;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 0;
}

.box_xuyao ul li .box p {
    line-height: 24px;
}

.box_xuyao ul li:hover .box .iconfont {
    transform: rotate(360deg);
}

.box_xuyao ul li.b2 .box {
    background: #65c3fa;
}

.box_xuyao ul li.b3 .box {
    background: #8cd67d;
}

.box_xuyao ul li.b4 .box {
    background: #f88484;
}

.padb0 {
    padding-bottom: 0 !important;
}

.zw-fwweb {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}

.zw-fwweb .fwlist {
    width: 20%;
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-right: 1px solid #ddd;
}

.zw-fwweb .fwlist:last-child {
    border: none;
}

.zw-fwweb .fwlist .num {
    font-size: 50px;
    color: #ddd;
    font-weight: bold;
}

.zw-fwweb .fwlist .wtit {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-top: -35px;
    transition: all 0.3s;
}

.zw-fwweb .fwlist .price {
    font-size: 28px;
    font-weight: 400;
    color: #0076fe;
    padding-bottom: 30px;
}

.zw-fwweb .fwlist .ms {
    font-size: 16px;
    text-align: center;
}

.zw-fwweb .fwlist .iconfont {
    font-size: 60px;
    padding-top: 50px;
    color: #ddd;
}

.button {
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button.button--aylen {
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.button--aylen.button--inverted {
    background: none;
    color: #fff;
}

.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen::before {
    background: #FF9900
}

.button--aylen::after {
    background: rgba(235, 102, 0, 1);
}

.button--aylen:hover {
    color: #fff;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.zw-fwweb .fwlist:hover {
    background: rgba(32, 178, 170, 0.88);
    color: #fff;
}

.zw-fwweb .fwlist:hover .num {
    color: rgba(255, 255, 255, 1)
}

.zw-fwweb .fwlist:hover .price {
    color: rgba(255, 255, 255, 1)
}

.zw-fwweb .fwlist:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}

.shihecj {
    text-align: center;
    padding-top: 50px;
    font-size: 16px;
    color: #888;
}

.caseysbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.caseys {
    width: 50%;
    display: flex;
    background: #fff;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
}

.caseys:nth-child(3) .left,
.caseys:nth-child(4) .left {
    order: 2
}

.caseys .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #edeae7;
    overflow: hidden;
}

.caseys .left img {
    width: 100%;
    object-fit: cover;
    height: auto;
    padding: 30px;
}

.caseys .right {
    background: #edeae7;
    padding: 50px;
    width: 350px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
    overflow: hidden;
}

.caseys:hover .left img {
    transform: scale(1.05);
}

.caseys .right .tit {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #000;
    position: relative;
}

.caseys .right .tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 20px;
    height: 3px;
    background: #ff6600;
}

.caseys .right .tit span {
    color: #ff6600;
}

.caseys .right .ms {
    font-size: 16px;
    padding-bottom: 8px;
}

.caseys .right .en {
    font-size: 12px;
}

.caseys:hover .right {
    background: rgba(32, 178, 170, 0.28);
}

.zwebtit {
    line-height: 1.5;
    text-align: center;
    margin-top: 80px;
}

.zwebtit .tit {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zwebtit .iline {
    width: 50px;
    height: 1px;
    background: #666;
    margin: 0 20px;
}

.zwebtit .tm {
    font-size: 16px;
}

.zwebtit .en {
    background: rgba(0, 118, 254, 0.85);
    color: #fff;
    font-size: 12px;
    text-emphasis: center;
    border-radius: 50px;
    padding: 5px;
    width: 200px;
    margin: 0 auto;
    text-transform: uppercase;
}

@keyframes letterWave {
    0%,
    100% {
        transform: translateY(0) scale(1);
        padding: 0 0;
        opacity: .8
    }
    25% {
        transform: translateY(-50px) scale(.8);
        padding: 0 5px;
        opacity: .6
    }
    75% {
        transform: translateY(50px) scale(1.5);
        padding: 0;
        opacity: 1
    }
}

@keyframes cycle {
    100% {
        transform: rotate(160deg)
    }
}

@keyframes cycle2 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes twinkle {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        left: 50%;
        top: 50%
    }
    50% {
        opacity: 1
    }
    100% {
        width: 100%;
        height: 300%;
        left: 0;
        top: -100%;
        opacity: 0
    }
}

@keyframes shanshuo {
    0% {
        transform: translateY(0);
        opacity: .5
    }
    25% {
        transform: translateY(-10px);
        opacity: .2
    }
    75% {
        transform: translateY(10px);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: .5
    }
}

@keyframes qqshanshuo {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    25% {
        transform: translateY(-3px);
        opacity: .88
    }
    75% {
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: .88
    }
}