@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "SourceHanSansSC-Light", "microsoft yahei", arial;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 0 auto;
    max-width: 1920px;
    -webkit-tap-highlight-color: transparent;
    min-width: 1280px;
}

a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    color: #666666;
}

a:hover,
a:active,
a:focus {
    color: #666;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

ul {
    padding: 0;
}

li {
    zoom: 1;
    vertical-align: middle;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 36px;
}

fieldset,
img {
    border: 0;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

div {
    outline: 0;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: 0;
    width: 100%;
}

th,
td {
    padding: 0;
}

input,
textarea {
    font-family: arial;
    font-size: 14px;
}

input {
    outline: 0;
}

textarea {
    outline: 0;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0;
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

::-webkit-input-placeholder {
    color: #888888;
}

:-moz-placeholder {
    color: #888;
    opacity: 1;
}

::-moz-placeholder {
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888888;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1500px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

.header {
    width: 100%;
    z-index: 6;
    height: 116px;
    padding: 0 100px;
    border-bottom: solid 1px #e6e6e6;
}

.header .logo {
    float: left;
    z-index: 4;
    padding-top: 27px;
}

.header .nav {
    float: right;
    font-family: "SourceHanSansSC-Light";
}

.header .nav ul li {
    float: left;
    position: relative;
    margin-right: 27px;
}

.header .nav ul li>a {
    display: block;
    color: #000;
    line-height: 115px;
    font-size: 20px;
    text-align: center;
    position: relative;
    transition: .5s;
    padding: 0 17px;
}

.header .nav ul li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fdd106;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: 0.5s;
}

.header .nav ul li .subnav {
    position: absolute;
    top: 110px;
    width: 200px;
    left: 50%;
    background: #fff;
    text-align: center;
    display: none;
    z-index: 4;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .nav ul li .subnav:before {
    content: "";
    left: 50%;
    top: -10px;
    z-index: 1;
    transition: all 0s;
    transform: translateX(-50%);
    position: absolute;
    border-bottom: solid 12px #fff;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.header .nav ul li .subnav ul {
    padding: 16px 0;
}

.header .nav ul li .subnav ul li {
    float: none;
    margin: 0;
}

.header .nav ul li .subnav ul li a {
    color: #666;
    padding: 5px 0;
    line-height: 24px;
    font-size: 16px;
    height: 34px;
    font-weight: normal;
    overflow: hidden;
}

.header .nav ul li .subnav ul li a:after {
    display: none;
}

.header .nav ul li .subnav ul li a:hover {
    font-weight: 700;
    color: #219791;
}

.header .nav ul li:nth-child(1) {
    background: none;
}

.header .nav ul .active a,
.header .nav ul li:hover a {
    font-weight: bold;
}

.header .nav ul .active a:after,
.header .nav ul li:hover a:after {
    width: 100%;
    left: 0;
}

.header .search {
    float: right;
    max-width: 290px;
    width: 100%;
    position: relative;
    margin-top: 35px;
}

.header .search input {
    height: 44px;
    max-width: 210px;
    width: 100%;
    padding-left: 15px;
    line-height: 43px;
    color: #333;
    font-size: 16px;
    padding-right: 90px;
    font-family: "微软雅黑";
    border: solid 1px #219791;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header .search a {
    right: 0;
    top: 0;
    width: 80px;
    line-height: 45px;
    color: #fff;
    background: #219791;
    position: absolute;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .search a img {
    margin: 17px 5px 0 0;
}

@media (max-width: 1500px) {
    .header {
        padding: 0 30px;
    }
    .header .nav ul li {
        margin-right: 0;
    }
    .header .nav ul li a {
        padding: 0 10px;
    }
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background: #fff;
    border-bottom: solid 1px #ddd;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 1s dong;
    animation: 1s dong;
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes myfirst04 {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
}

@keyframes myfirst04 {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
}

.home-main {
    overflow: hidden;
}

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
}

.home-banner .home-banner-slick {
    position: relative;
}

.home-banner .home-banner-slick .slick-list {
    position: relative;
    display: block;
}

.home-banner .home-banner-slick .item {
    position: relative;
    overflow: hidden;
}

.home-banner .home-banner-slick .item img {
    display: block;
    transition: 5s;
}

.home-banner .home-banner-slick .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
    transform: translateY(-60%);
}

.home-banner .home-banner-slick .banner-hover .info {
    color: #fff;
    float: left;
    text-align: left;
}

.home-banner .home-banner-slick .banner-hover .t1 {
    font-size: 76px;
    line-height: 86px;
    font-family: "SourceHanSansSC-Bold";
}

.home-banner .home-banner-slick .banner-hover .t2 {
    font-size: 43px;
    line-height: 50px;
    margin-top: 50px;
}

.home-banner .home-banner-slick .banner-hover .t2 span {
    color: #fdd106;
    font-weight: 700;
    font-family: "SourceHanSansSC-Bold";
}

.home-banner .home-banner-slick .banner-hover .t3 {
    font-size: 22px;
    font-family: arial;
    margin-top: 10px;
    text-transform: uppercase;
}

.home-banner .home-banner-slick .slick-dots {
    z-index: 10;
    bottom: 36px;
}

.home-banner .home-banner-slick .slick-dots li {
    margin: 0 4px;
    padding: 0;
    transition: .5s;
    float: none;
    border: 1px solid transparent;
}

.home-banner .home-banner-slick .slick-dots li button {
    width: 40px;
    height: 4px;
    padding: 0;
    opacity: 0.5;
    display: block;
    border: 0;
    background: #fff;
    transition: 0.5s;
}

.home-banner .home-banner-slick .slick-dots li button:before {
    content: "";
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
    opacity: 1;
}

.home-banner .home-banner-slick .slick-dots .slick-active button:before {
    color: transparent;
}

.home-banner .home-banner-slick .slick-active .banner-hover .t1 {
    transition: 2s;
    animation: fadeInLeft2 2s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .t2 {
    transition: 2s;
    animation: fadeInLeft2 2.5s;
}

.home-banner .home-banner-slick .slick-active .banner-hover .t3 {
    transition: 3s;
    animation: fadeInLeft2 3s;
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jump1 {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mymove4 {
    0% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes mymove4 {
    0% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes mymove {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.inbanner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.inbanner .inbanner-slick {
    position: relative;
}

.inbanner .inbanner-slick img {
    transition: 5s;
    animation: mymove4 5s;
    display: block;
}

.inbanner .inbanner-slick-phone {
    display: none;
}

.inbanner .inbanner-slick-phone img {
    display: block;
    transition: 5s;
    animation: mymove4 5s;
}

.home-bt {
    font-family: "Oswald-Bold";
    text-transform: uppercase;
    font-size: 58px;
    color: #eee;
    line-height: 88px;
    display: inline-block;
    position: relative;
}

.home-bt:after {
    content: '';
    width: 96px;
    height: 15px;
    z-index: 1;
    right: -10px;
    top: 57px;
    position: absolute;
    background: rgba(43, 152, 152, 0.24);
}

@media (max-width: 1500px) {
    .home-bt {
        font-size: 45px;
    }
}

.home-tuliao {
    position: relative;
    padding: 100px 0 45px 0;
    background: url("../images/bg.png") no-repeat top center #f7f7f7;
    background-size: 100% 100%;
}

.home-tuliao .text {
    float: left;
    width: 48%;
    padding-left: 150px;
    padding-top: 30px;
}

@media (max-width: 1500px) {
    .home-tuliao .text {
        padding-left: 40px;
    }
}

.home-tuliao .text .tu {
    margin-top: 15px;
}

.home-tuliao .text .txt {
    font-size: 18px;
    line-height: 36px;
    margin: 40px 0 30px 0;
}

.home-tuliao .text .txt span {
    color: #219791;
    font-family: "SourceHanSansSC-Bold";
}

.home-tuliao .text .tag {
    font-size: 20px;
}

.home-tuliao .text .tag p {
    margin-top: 20px;
}

.home-tuliao .text .tag span {
    padding: 0 10px;
    display: inline-block;
    color: #219791;
    font-family: "SourceHanSansSC-Bold";
}

.home-tuliao .text .tag i {
    color: #fff;
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
    border-radius: 100%;
    background: #219791;
    display: inline-block;
    font-style: normal;
    text-align: center;
    font-weight: lighter;
    font-family: "DINPro-Regular";
}

.home-tuliao .text .tel {
    margin-top: 80px;
    color: #fff;
    max-width: 315px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 20px;
    background: #219791;
    border-radius: 10px;
}

.home-tuliao .text .tel img {
    margin: 11px 5px 0 0;
}

.home-tuliao .rightbox {
    min-height: 800px;
    position: relative;
    float: right;
    width: 52%;
}

.home-tuliao .rightbox .pic {
    bottom: 160px;
    left: 60px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.home-tuliao .rightbox .pic img {
    max-height: 400px;
}

@media (max-width:1600px) {
    .home-tuliao .rightbox .pic {
        bottom: 200px;
    }
    .home-tuliao .rightbox .pic img {
        max-height: 350px;
    }
}

.home-tuliao .rightbox .arrow {
    width: 124px;
    height: 124px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    color: #219791;
}

.home-tuliao .rightbox .arrow span {
    z-index: 4;
    line-height: 124px;
    position: relative;
    display: inline-block;
}

.home-tuliao .rightbox .arrow:before {
    content: "";
    width: 84px;
    height: 84px;
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background: rgba(43, 152, 152, 0.22);
    animation: 1s mo;
}

.home-tuliao .rightbox .arrow:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background: rgba(43, 152, 152, 0.08);
}

.home-tuliao .rightbox .arrow:after {
    animation: 1.5s mymove4 linear infinite;
}

.home-tuliao .rightbox .arrow1 {
    left: 310px;
    top: 145px;
}

.home-tuliao .rightbox .arrow2 {
    left: 175px;
    top: 350px;
}

.home-tuliao .rightbox .arrow3 {
    left: 180px;
    top: 520px;
}

.home-tuliao .rightbox .arrow4 {
    left: 300px;
    bottom: 100px;
}

/*.home-tuliao .rightbox .arrow4 span {
  padding-top: 40px;
  line-height: 24px;
}*/

.home-tuliao .rightbox .arrow5 {
    right: 190px;
    top: 90px;
}

.home-tuliao .rightbox .arrow6 {
    right: 50px;
    top: 350px;
}

.home-tuliao .rightbox .arrow7 {
    right: 140px;
    bottom: 150px;
}

@media (max-width: 1500px) {
    .home-tuliao .rightbox .pic img {
        max-height: 300px;
    }
    .home-tuliao .rightbox .pic {
        bottom: 245px;
    }
    .home-tuliao .rightbox .arrow1 {
        left: 210px;
    }
    .home-tuliao .rightbox .arrow2 {
        left: 100px;
    }
    /*.home-tuliao .rightbox .arrow3 {
    left: -20px;
  }
  .home-tuliao .rightbox .arrow4 {
    left: 40px;
  }*/
    .home-tuliao .rightbox .arrow5 {
        right: 50px;
    }
    .home-tuliao .rightbox .arrow6 {
        right: 0;
    }
    .home-tuliao .rightbox .arrow7 {
        right: 40px;
    }
}

.home-cpgk {
    height: 777px;
    padding-top: 60px;
    background: url(../images/bg7.jpg) no-repeat top center;
}

.home-cpgk .text {
    padding-left: 0;
    width: 47%;
    float: left;
    padding-top: 120px;
}

.home-cpgk .more {
    margin-top: 90px;
}

.home-cpgk .more a {
    height: 42px;
    max-width: 250px;
    width: 100%;
    color: #000;
    font-size: 20px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #333;
    display: inline-block;
}

.home-cpgk .more a:hover {
    color: #219791;
    border-color: #219791;
}

.home-cpgk .list {
    width: 46.666%;
    float: right;
    height: 651px;
    text-align: center;
    position: relative;
    background: url(../images/bg8.png) no-repeat top center;
}

.home-cpgk .list li {
    max-width: 218px;
    width: 100%;
    height: 240px;
    vertical-align: top;
    text-align: center;
    position: absolute;
}

.home-cpgk .list li .txtnr {
    top: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
}

.home-cpgk .list li .tit {
    font-size: 28px;
    line-height: 38px;
    font-family: "SourceHanSansSC-Bold";
}

.home-cpgk .list li .txt {
    font-size: 20px;
    padding: 0 30px;
    margin-top: 10px;
    line-height: 30px;
    display: none;
}

.home-cpgk .list li:hover .txt {
    display: inline-block;
}

.home-cpgk .list .tu1 {
    top: 12px;
    left: 113px;
    background: url(../images/tu1.png) no-repeat top center;
}

.home-cpgk .list .tu1:hover {
    background: url(../images/tu1-h.png) no-repeat top center;
}

.home-cpgk .list .tu2 {
    top: 12px;
    left: 340px;
    background: url(../images/tu2.png) no-repeat top center;
}

.home-cpgk .list .tu2:hover {
    background: url(../images/tu2-h.png) no-repeat top center;
}

.home-cpgk .list .tu3 {
    left: 0px;
    top: 205px;
    background: url(../images/tu3.png) no-repeat top center;
}

.home-cpgk .list .tu3:hover {
    background: url(../images/tu3-h.png) no-repeat top center;
}

.home-cpgk .list .tu4 {
    left: 225px;
    top: 205px;
    background: url(../images/tu4.png) no-repeat top center;
}

.home-cpgk .list .tu4:hover {
    background: url(../images/tu4-h.png) no-repeat top center;
}

.home-cpgk .list .tu5 {
    right: 3px;
    top: 205px;
    background: url(../images/tu5.png) no-repeat top center;
}

.home-cpgk .list .tu5:hover {
    background: url(../images/tu5-h.png) no-repeat top center;
}

.home-cpgk .list .tu6 {
    bottom: 10px;
    left: 113px;
    background: url(../images/tu6.png) no-repeat top center;
}

.home-cpgk .list .tu6:hover {
    background: url(../images/tu6-h.png) no-repeat top center;
}

.home-cpgk .list .tu7 {
    bottom: 10px;
    left: 340px;
    background: url(../images/tu7.png) no-repeat top center;
}

.home-cpgk .list .tu7:hover {
    background: url(../images/tu7-h.png) no-repeat top center;
}

@media (max-width: 1500px) {
    .home-cpgk .text {
        width: 44%;
    }
    .home-cpgk .text .txt {
        padding-right: 20px;
    }
    .home-cpgk .list {
        width: 56%;
    }
}

.home-title {
    text-align: center;
    position: relative;
    padding-top: 9px;
}

.home-title .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 130px;
    color: #7d7d7d;
    opacity: 0.09;
    line-height: 140px;
    text-transform: uppercase;
    font-family: "Oswald-Bold";
    letter-spacing: 5px;
}

.home-title .bt {
    font-size: 51px;
    line-height: 81px;
    font-weight: bold;
    color: #000;
}

.home-title .bt span {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: #219791;
    border-radius: 50%;
}

.home-title .span {
    font-size: 39px;
    color: #011833;
    line-height: 50px;
    text-transform: uppercase;
    font-family: arial;
}

.home-case {
    padding-top: 81px;
}

.home-case .home-bottom .fsbanner {
    overflow: hidden;
    position: relative;
    margin: 71px 0 0 0;
    background: url("../images/bg2.jpg") no-repeat top center;
    background-size: cover;
}

.home-case .home-bottom .fsbanner .list {
    font-size: 14px;
    width: 16.66666667%;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #8be0ee;
    transition: all 200ms cubic-bezier(0.645, 0.575, 0.09, 1);
    color: #fff;
    text-align: left;
    z-index: 2;
    cursor: pointer;
}

.home-case .home-bottom .fsbanner .list .box {
    overflow: hidden;
    height: 762px;
    position: relative;
    background-size: 0 !important;
}

.home-case .home-bottom .fsbanner .list .box .text {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 0 26px;
    transition: 0.5s;
    height: 100px;
    transform: translateY(-60%);
}

.home-case .home-bottom .fsbanner .list .box .text .img {
    position: relative;
    width: 142px;
    height: 156px;
    margin: 0 auto;
    background: url("../images/bg2.png") no-repeat top center;
}

.home-case .home-bottom .fsbanner .list .box .text .img .pic {
    position: absolute;
    top: 0;
    left: 0;
}

.home-case .home-bottom .fsbanner .list .box .text .img .pic:after {
    padding-bottom: 109.85915493%;
}

.home-case .home-bottom .fsbanner .list .box .text .img .ph {
    display: none;
}

.home-case .home-bottom .fsbanner .list .box .text .info {
    margin-top: 40px;
}

.home-case .home-bottom .fsbanner .list .box .text .span {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    line-height: 45px;
    max-height: 90px;
    overflow: hidden;
    font-weight: 700;
}

.home-case .home-bottom .fsbanner .list .box .text .bt {
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: 0.5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-case .home-bottom .fsbanner .list .box .text .bt:after {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    margin: 29px auto 0 auto;
    background: #fff;
}

.home-case .home-bottom .fsbanner .list .box .text .bt span {
    display: none;
}

.home-case .home-bottom .fsbanner .list .box .text .proinfo {
    font-size: 20px;
    color: #fff;
    opacity: 0;
    line-height: 30px;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .home-case .home-bottom .fsbanner .list .box .text .span {
        font-size: 20px;
    }
    .home-case .home-bottom .fsbanner .list .box .text .proinfo {
        font-size: 16px;
    }
}

.home-case .home-bottom .fsbanner .other {
    width: 13.3%;
}

.home-case .home-bottom .fsbanner .active {
    width: 33.5%;
}

.home-case .home-bottom .fsbanner .active .box {
    background-size: cover !important;
}

.home-case .home-bottom .fsbanner .active .box .text {
    padding: 0 10px 0 0px;
}

.home-case .home-bottom .fsbanner .active .box .text .img {
    position: absolute;
    top: 0;
    left: 70px;
    background: url("../images/bg3.png") no-repeat top center;
}

.home-case .home-bottom .fsbanner .active .box .text .img .p {
    display: none;
}

.home-case .home-bottom .fsbanner .active .box .text .img .ph {
    display: block;
}

@media (max-width: 1500px) {
    .home-case .home-bottom .fsbanner .active .box .text .img {
        left: 20px;
    }
}

.home-case .home-bottom .fsbanner .active .box .text .info {
    width: 60%;
    float: right;
    margin-top: 30px;
    padding-left: 50px;
}

.home-case .home-bottom .fsbanner .active .box .text .span {
    text-align: left;
    margin-bottom: 0px;
}

.home-case .home-bottom .fsbanner .active .box .text .proinfo {
    opacity: 1;
}

.home-adv {
    padding: 88px 0 81px 0;
    background: url("../images/bg6.jpg") no-repeat top center;
    background-size: cover;
}

.home-adv .left {
    float: left;
}

.home-adv .left p {
    font-weight: lighter;
    font-size: 28px;
    color: #fff;
    line-height: 56px;
}

.home-adv .left p span {
    color: #fbe310;
}

.home-adv .right {
    float: right;
    margin-right: 36px;
    padding-top: 19px;
}

.home-adv .right .zixun {
    display: block;
    width: 160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background: #ffffff;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.home-adv .right .zixun:hover {
    color: #fff;
    background: #219791;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.home-adv .right .phone {
    color: #fff;
    position: relative;
}

.home-adv .right .phone span {
    font-size: 18px;
}

.home-adv .right .phone p {
    font-size: 37px;
    font-weight: bold;
    line-height: 47px;
    font-family: "Oswald-Bold";
}

.home-adv .right .phone p a {
    color: #fff;
}

.home-youshi {
    padding: 138px 0 14px 0;
    position: relative;
    background: url("../images/bg9.jpg") no-repeat top center;
    background-size: cover;
}

.home-youshi:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/quan.png") no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-youshi .title {
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    line-height: 95px;
    position: absolute;
    top: 336px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.home-youshi .title:after {
    content: '';
    display: block;
    width: 78px;
    height: 8px;
    background: #fff;
    margin: 30px auto 0 auto;
}

.home-youshi ul {
    font-size: 0;
    position: relative;
    z-index: 2;
}

.home-youshi ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 54px;
}

.home-youshi ul li .box {
    padding-left: 9px;
    background: url("../images/dot.png") no-repeat left 61px;
}

.home-youshi ul li .pic {
    width: 75px;
    height: 83px;
    margin-left: 40px;
    margin-bottom: 11px;
    background: url("../images/bg7.png") no-repeat top center;
}

.home-youshi ul li .text {
    color: #fff;
    font-family: "SourceHanSansSC-Light";
}

.home-youshi ul li .text .bt {
    font-size: 30px;
    margin-bottom: 4px;
}

.home-youshi ul li .text .jsh {
    font-size: 18px;
    line-height: 40px;
}

@media (min-width: 1025px) {
    .home-youshi ul li:hover .box {
        background: url("../images/dot1.png") no-repeat left 61px;
    }
    .home-youshi ul li:hover .pic {
        background: url("../images/bg8.png") no-repeat top center;
    }
}

.home-youshi ul li:first-child {
    padding-left: 56px;
}

.home-youshi ul li:nth-child(3) {
    padding-left: 6px;
}

.home-youshi ul li:nth-child(5) {
    padding-left: 68px;
}

.home-youshi ul li:nth-child(2n) {
    text-align: right;
}

.home-youshi ul li:nth-child(2n) .box {
    padding-right: 19px;
    background: url("../images/dot.png") no-repeat right 61px;
}

.home-youshi ul li:nth-child(2n) .pic {
    float: right;
    margin-right: 40px;
}

@media (min-width: 1025px) {
    .home-youshi ul li:nth-child(2n):hover .box {
        background: url("../images/dot1.png") no-repeat right 61px;
    }
}

.home-youshi ul li:nth-child(2) {
    padding-right: 56px;
}

.home-youshi ul li:nth-child(4) {
    padding-right: 6px;
}

.home-youshi ul li:nth-child(6) {
    padding-right: 68px;
}

.home-about {
    min-height: 840px;
    padding-top: 80px;
    background: url("../images/bg10.jpg") no-repeat top center;
}

.home-about .left {
    float: left;
    width: 33%;
    position: relative;
}

.home-about .left .pic {
    z-index: 3;
}

.home-about .left .pic .btn {
    top: 50%;
    left: 50%;
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
}

.home-about .left .pic .btn i {
    z-index: 1;
    position: relative;
    font-style: normal;
}

.home-about .left .pic .btn:before {
    top: -20px;
    left: -20px;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    background: rgba(1, 93, 218, 0.2);
    animation: 1.5s mymove linear infinite;
}

.home-about .left .pic .btn:after {
    top: -45px;
    left: -45px;
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 100%;
    background: rgba(1, 93, 218, 0.2);
    animation: 2s mymove linear infinite;
}

.home-about .text {
    float: right;
    width: 62%;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    z-index: 3;
}

.home-about .text .tu {
    margin: 10px 0 50px 0;
}

.home-about .text .bt {
    font-size: 36px;
    color: #333333;
    line-height: 46px;
    margin-bottom: 22px;
    font-family: "SourceHanSansSC-Regular";
}

.home-about .text .more {
    margin-top: 60px;
}

.home-about .text .more a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #219791;
    border-radius: 10px;
}

.home-about .text ul {
    float: right;
    width: 73%;
    margin-right: -160px;
    margin-top: -104px;
}

.home-about .text ul li {
    width: 33.33333333%;
    float: left;
}

.home-about .text ul li .box {
    padding-bottom: 46px;
    background: url("../images/dot2.png") no-repeat bottom left;
}

.home-about .text ul li .num {
    font-size: 18px;
    color: #219791;
    font-family: "SourceHanSansSC-Medium";
}

.home-about .text ul li .num span {
    font-size: 42px;
    font-family: "Oswald-Bold";
    font-weight: bold;
}

.home-about .text ul li .p {
    color: #666;
    margin-top: 2px;
}

.home-about .text ul li:nth-child(1) {
    padding-top: 121px;
}

.home-about .text ul li:nth-child(2) {
    padding-top: 121px;
}

.home-proudct {
    overflow: hidden;
    padding: 80px 0;
}

.home-proudct .more-2 {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
}

.home-proudct .more-2:hover a {
    color: #219791;
    text-decoration: underline;
}

.home-proudct ul {
    overflow: hidden;
    margin: 0 -20px;
    padding-top: 50px;
}

.home-proudct ul li {
    padding: 20px;
    width: 33.33333333%;
    float: left;
}

.home-proudct ul li .item {
    position: relative;
}

.home-proudct ul li .pic {
    position: relative;
}

.home-proudct ul li .pic:after {
    content: "";
    display: block;
    padding-bottom: 73.6%;
}

.home-proudct ul li .pic:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    transition: all 700ms ease;
    background: rgba(1, 166, 194, 0.6);
}

.home-proudct ul li .txtbox {
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 60px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    position: absolute;
    transition: all 500ms ease;
    transform: translateY(-50%);
}

.home-proudct ul li .tit {
    font-size: 28px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}

.home-proudct ul li .txt {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    margin: 20px 0 30px 0;
}

.home-proudct ul li .more {
    font-size: 16px;
    text-align: right;
}

.home-proudct ul li:hover .txtbox {
    opacity: 1;
}

.home-proudct ul li:hover .pic:before {
    opacity: 1;
}

.home-partner {
    padding: 97px 0 107px 0;
    background: #fafafa;
}

.home-partner .home-bottom {
    padding-top: 55px;
}

.partnerlist {
    padding-left: 1px;
}

.partnerlist li {
    width: 16.66666667%;
    float: left;
    margin-top: -1px;
    margin-left: -1px;
}

.partnerlist li a {
    display: block;
}

.partnerlist li .box {
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.partnerlist li .box .bt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-family: "microsoft yahei";
}

.partnerlist li .pic {
    position: relative;
    background: #fff;
}

.partnerlist li .pic:after {
    content: "";
    display: block;
    padding-bottom: 53%;
}

.home-title1 {
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.home-title1:after {
    content: '';
    display: block;
    width: 137px;
    height: 3px;
    background: #219791;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-title1 ul {
    float: left;
}

.home-title1 ul li {
    float: left;
}

.home-title1 ul li a {
    display: block;
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-family: "SourceHanSansSC-Normal";
}

.home-title1 ul .on a {
    color: #fff;
    background: #219791;
}

.home-title1 h3 {
    font-family: "SourceHanSansSC-Normal";
    float: left;
    letter-spacing: 1px;
}

.home-title1 a.more {
    float: right;
    display: block;
    font-size: 18px;
    color: #7a7a7a;
}

@media (min-width: 1025px) {
    .home-title1 a.more:hover {
        color: #219791;
    }
}

.home-news {
    padding: 108px 0 75px 0;
    background: #fbfbfb;
}

.home-news .home-left {
    float: left;
    width: 55.5%;
}

.home-news .home-left .home-title1 {
    padding-bottom: 0;
}

.home-news .home-left .home-title1:after {
    display: none;
}

.home-news .home-left .home-bottom {
    padding-top: 49px;
}

.home-news .home-left .home-bottom .info {
    display: none;
}

.home-news .home-right {
    float: right;
    width: 39%;
}

.home-news .home-right .home-bottom {
    padding-top: 48px;
}

.newslist li {
    width: 60%;
    float: right;
}

.newslist li .text {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.newslist li .text .bt {
    position: relative;
    font-size: 18px;
    color: #333333;
    padding-right: 85px;
    margin-bottom: 6px;
}

.newslist li .text .bt span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #333333;
}

.newslist li .text .p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}

.newslist li:hover .text .bt {
    color: #219791;
}

.newslist li:first-child {
    width: 35.402%;
    float: left;
}

.newslist li:first-child .pic {
    position: relative;
}

.newslist li:first-child .pic:after {
    content: "";
    display: block;
    padding-bottom: 118%;
}

.newslist li:first-child .hover {
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.7);
    width: 100%;
}

.newslist li:first-child .hover .bt {
    font-size: 20px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

.qalist li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 33px;
    margin-bottom: 28px;
}

.qalist li .box {
    position: relative;
    padding-top: 7px;
    margin-left: 3px;
}

.qalist li .box .bt {
    color: #333333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    line-height: 18px;
    margin-bottom: 13px;
    background: url("../images/dot4.jpg") no-repeat top left;
    padding-left: 37px;
}

.qalist li .box .jsh {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    background: url("../images/dot5.jpg") no-repeat top left;
    padding-left: 37px;
}

.qalist li .box .text {
    position: relative;
}

.qalist li:hover .box .bt {
    color: #219791;
}

.footer {
    font-size: 16px;
    padding-top: 30px;
    position: relative;
}

.footer ul {
    padding-bottom: 30px;
    overflow: hidden;
}

.footer li {
    width: 13.6%;
    float: left;
}

.footer li a {
    display: block;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.footer li a:hover {
    color: #219791;
    text-decoration: underline;
}

.footer li h3 {
    font-size: 20px;
    color: #219791;
    margin-bottom: 20px;
    font-family: "SourceHanSansSC-Bold";
}

.footer li h3 a {
    color: #219791;
}

.footer li .share {
    width: 18%;
    float: left;
    text-align: right;
}

.footer li .share span {
    display: block;
    margin-bottom: 20px;
}

.footer li .share span img {
    background: #333;
    border-radius: 100%;
}

.footer li .share .item {
    cursor: pointer;
    position: relative;
}

.footer li .share .item .hezi {
    left: -165px;
    top: 0;
    display: none;
    background: #333;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    position: absolute;
}

.footer li .share .item .hezi:after {
    content: "";
    right: -4px;
    top: 15px;
    position: absolute;
    border-left: solid 6px #333;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
}

.footer li .share .item:hover span img {
    background: #219791;
}

.footer li .share .item:hover .hezi {
    display: block;
}

.footer li .contact {
    width: 72%;
    float: right;
}

.footer li .contact .tel {
    color: #444444;
    font-size: 28px;
    font-family: "Oswald-Bold";
}

.footer li .contact .tel img {
    margin: 3px 5px 0 0;
}

.footer li .contact .mrt {
    margin-top: 15px;
}

.footer li:last-child {
    width: 32%;
}

.footer .link {
    padding: 14px 0;
    background: #fbfbfb;
    display: none;
}

.footer .link span {
    color: #219791;
}

.footer .link a {
    padding: 0 5px;
    display: inline-block;
}

.footer .copy {
    padding: 30px 0;
}

.footer .copy span {
    padding-left: 50px;
    display: inline-block;
}

@media (max-width: 1500px) {
    .footer {
        font-size: 14px;
    }
}

#allmap {
    height: 577px;
    width: 100%;
}

#allmap img {
    max-width: initial;
    max-height: inherit;
}

#allmap .anchorBL {
    display: none;
}

.inside-banner {
    height: 274px;
    position: relative;
    overflow: hidden;
}

.inside-banner span {
    left: 50%;
    top: 0;
    height: 274px;
    width: 1920px;
    margin-left: -960px;
    position: absolute;
}

.inside-current {
    height: 70px;
    color: #999;
    font-size: 14px;
    line-height: 70px;
    overflow: hidden;
}

.inside-current a {
    color: #999;
}

.inside-current span {
    color: #333;
}

.inside-current img {
    margin: 27px 5px 0 0;
}

.inside-menu {
    margin-top: 10px;
    text-align: center;
}

.inside-menu li {
    height: 53px;
    line-height: 53px;
    position: relative;
    display: inline-block;
    font-family: "SourceHanSansSC-Bold";
}

.inside-menu li:before {
    content: "";
    width: 1px;
    height: 24px;
    top: 50%;
    left: 0;
    margin-top: -12px;
    position: absolute;
    background: #dedede;
}

.inside-menu li:after {
    content: "";
    left: 50%;
    bottom: -10px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    border-top: solid 10px #01a6c2;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}

.inside-menu li a {
    color: #333;
    padding: 0 50px;
    display: block;
    margin: 0 10px;
    font-size: 18px;
}

.inside-menu li:first-child:before {
    display: none;
}

.inside-menu li:hover:after,
.inside-menu .active:after {
    opacity: 1;
}

.inside-menu li:hover a,
.inside-menu .active a {
    color: #fff;
    background: #01a6c2;
}

.inside-title {
    color: #333;
    padding-bottom: 60px;
    text-align: center;
}

.inside-title .cn {
    font-size: 35px;
    line-height: 40px;
    font-family: "SourceHanSansSC-Bold";
}

.inside-title .en {
    font-size: 18px;
    font-family: arial;
    text-transform: uppercase;
}

.inside-about {
    overflow: hidden;
    padding: 90px 0 150px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.inside-about .green {
    color: #219791;
}

.inside-about .video {
    margin: 70px 0 50px 0;
    text-align: center;
}

.inside-about .list {
    padding: 60px 0;
}

.inside-about .list li {
    float: left;
    width: 33.333%;
    padding: 0 90px;
    position: relative;
    border-left: dashed 1px #ccc;
}

.inside-about .list li img {
    top: 0;
    left: 90px;
    position: absolute;
}

.inside-about .list li .txtbox {
    padding-left: 110px;
}

.inside-about .list li .txtbox p:first-child {
    font-size: 20px;
    color: #219791;
    line-height: 42px;
    font-family: "SourceHanSansSC-Bold";
}

.inside-about .list li .txtbox p:first-child span {
    font-size: 42px;
    font-family: "Oswald-Bold";
}

.inside-about .list li:first-child {
    border-left: 0;
}

.inside-about .hzkh {
    margin-top: -20px;
}

.inside-about .hzkh li {
    padding: 20px;
    width: 20%;
    float: left;
}

.inside-about .hzkh li span {
    display: block;
    position: relative;
    transition: all 700ms ease;
    border: solid 1px #e2e2e2;
}

.inside-about .hzkh li span:after {
    content: "";
    display: block;
    padding-bottom: 57%;
}

.inside-about .hzkh li:hover span {
    border-color: #91dff0;
}

.inside-honor {
    padding: 90px 0 150px 0;
    overflow: hidden;
    position: relative;
}

.inside-honor:after {
    height: 158px;
    bottom: 0px;
    left: 0;
    width: 100%;
    content: "";
    background: #fff;
    position: absolute;
}

.inside-honor ul {
    width: 110%;
    padding-top: 20px;
}

.inside-honor ul li {
    width: 33.333%;
    float: left;
    position: relative;
    padding-bottom: 60px;
    padding-left: 18px;
    border-left: solid 1px #d6d6d6;
}

.inside-honor ul li:before {
    top: 12px;
    left: -8px;
    content: "";
    width: 27px;
    height: 16px;
    position: absolute;
    background: url(../images/zhengshu-19.jpg) no-repeat top center;
}

.inside-honor ul li .box {
    max-width: 330px;
    width: 100%;
}

.inside-honor ul li .box .tit {
    height: 40px;
    color: #333;
    padding: 0 12px;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 38px;
    background: #fafafa;
    transition: all 334ms ease;
    border: solid 1px #efefef;
}

.inside-honor ul li .box .pic {
    padding: 15px;
    background: #fafafa;
    text-align: center;
    transition: all 334ms ease;
    border: solid 1px #ededed;
}

.inside-honor ul li:hover .box .pic {
    border-color: #219791;
}

.inside-honor ul li:nth-child(1):after,
.inside-honor ul li:nth-child(2):after,
.inside-honor ul li:nth-child(3):after {
    top: 0;
    left: -10px;
    content: "";
    width: 27px;
    height: 12px;
    background: #fff;
    position: absolute;
}

.inside-product .proleft {
    width: 17%;
    float: left;
}

.inside-product .proleft .title {
    color: #fff;
    height: 58px;
    line-height: 58px;
    padding-left: 25px;
    font-size: 25px;
    background: #219791;
    position: relative;
    font-family: "SourceHanSansSC-Bold";
}

.inside-product .proleft .title:after {
    content: "";
    right: 20px;
    top: 7px;
    width: 40px;
    height: 45px;
    position: absolute;
    background: url(../images/proicon.png) no-repeat;
}

.inside-product .proleft .listmenu {
    padding: 0px 15px;
    padding-top: 20px;
    border: solid 1px #e8e8e8;
}

.inside-product .proleft .listmenu li {
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    position: relative;
    border-top: dashed 1px #ccc;
}

.inside-product .proleft .listmenu li span {
    display: block;
    line-height: 40px;
    position: relative;
}

.inside-product .proleft .listmenu li span a {
    display: block;
    color: #333333;
    padding-left: 15px;
    transition: all 0s;
    overflow: hidden;
    height: 40px;
}

.inside-product .proleft .listmenu li:hover span,
.inside-product .proleft .listmenu .cur span {
    background: #2eb2c9;
}

.inside-product .proleft .listmenu li:hover span:before,
.inside-product .proleft .listmenu .cur span:before {
    background: #fff;
}

.inside-product .proleft .listmenu li:hover span a,
.inside-product .proleft .listmenu .cur span a {
    color: #fff;
}

.inside-product .proleft .listmenu li:first-child {
    border-top: 0;
}

.inside-product .proleft .tel {
    height: 150px;
    margin-top: 40px;
    font-size: 16px;
    color: #4e4e4e;
    padding-top: 20px;
    padding-left: 120px;
    position: relative;
    background: #fbfbfb;
}

.inside-product .proleft .tel img {
    top: 24px;
    left: 0px;
    position: absolute;
}

.inside-product .proleft .tel .blue {
    color: #219791;
}

.inside-product .proleft .tel p {
    position: relative;
}

.inside-product .proleft .tel p img {
    top: auto;
    left: auto;
    position: relative;
}

.inside-product .proleft .tel .bt {
    padding-top: 30px;
}

@media (max-width: 1500px) {
    .inside-product .proleft .tel {
        padding-left: 80px;
    }
    .inside-product .proleft .tel img {
        transform: scale(0.7);
    }
}

.inside-product .proright {
    width: 81%;
    float: right;
    min-height: 900px;
    padding-bottom: 100px;
}

.inside-product .proright .title {
    color: #2e2e2f;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: solid 1px #e9e9e9;
}

.inside-product .proright .title img {
    margin: 6px;
}

.inside-gcsb {
    padding-top: 20px;
}

.inside-gcsb .list-1 {
    margin: 0 -10px;
    padding-top: 40px;
}

.inside-gcsb .list-1 li {
    padding: 10px;
    float: left;
    width: 33.333%;
}

.inside-gcsb .list-1 li .item {
    position: relative;
}

.inside-gcsb .list-1 li .pic {
    position: relative;
}

.inside-gcsb .list-1 li .pic:after {
    content: "";
    display: block;
    padding-bottom: 60.8%;
}

.inside-gcsb .list-1 li .pic:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    transition: all 500ms ease;
    background: rgba(46, 178, 201, 0.8);
}

.inside-gcsb .list-1 li .txtbox {
    top: 50%;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 0 10px;
    opacity: 0;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    transition: all 300ms ease;
}

.inside-gcsb .list-1 li .tit {
    font-size: 28px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    font-family: "SourceHanSansSC-Bold";
}

.inside-gcsb .list-1 li .txt {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin-top: 15px;
    overflow: hidden;
}

.inside-gcsb .list-1 li:hover .pic:before,
.inside-gcsb .list-1 li:hover .txtbox {
    opacity: 1;
}

.inside-page {
    padding-top: 80px;
    text-align: center;
}

.inside-cpgk {
    padding-top: 40px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.inside-cpgk .bt {
    font-size: 22px;
    font-family: "SourceHanSansSC-Bold";
}

.inside-cpgk .nr {
    padding-top: 30px;
}

.inside-news li {
    padding: 30px;
    margin-top: 20px;
    border: solid 1px #eee;
}

.inside-news li .time {
    width: 10%;
    float: right;
}

.inside-news li .time span {
    display: block;
}

.inside-news li .date {
    color: #595757;
    font-size: 20px;
    font-family: arial;
    line-height: 30px;
    font-weight: lighter;
}

.inside-news li .icon {
    color: #d8d8d8;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #858585;
    font-family: "宋体";
    margin-top: 45px;
    border: solid 1px #d8d8d8;
}

.inside-news li .txtbox {
    width: 60%;
    float: left;
    padding-left: 40px;
}

.inside-news li .txtbox .tit {
    margin-top: 2px;
    font-size: 18px;
    color: #333;
    height: 24px;
    font-weight: 700;
    overflow: hidden;
}

.inside-news li .txtbox .txt {
    color: #666;
    font-size: 16px;
    height: 72px;
    overflow: hidden;
    margin-top: 20px;
}

.inside-news li .pic {
    width: 25.5%;
    float: left;
    overflow: hidden;
    position: relative;
}

.inside-news li .pic img {
    transition: all 700ms ease;
}

.inside-news li .pic:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.inside-news li:hover {
    border-color: #2eb2c9;
}

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

.inside-news li:hover .date {
    color: #2eb2c9;
}

.inside-news li:hover .icon {
    color: #fff;
    background: #2eb2c9;
    border: solid 1px #2eb2c9;
}

.inside-news li:hover .txtbox .tit {
    color: #2eb2c9;
}

.inside-news-show {
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.inside-news-show h1 {
    color: #333;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
}

.inside-news-show .info {
    color: #999;
    padding: 20px 0;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    font-size: 15px;
    border-bottom: dashed 1px #c7c7c7;
}

.inside-news-show .info::after {
    content: "";
    bottom: -8px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 8px;
    position: absolute;
    background: url(../images/news-line.jpg) no-repeat;
}

.inside-news-show .container {
    position: relative;
}

.inside-news-show .txtbox {
    width: 86%;
    float: right;
    padding-bottom: 70px;
}

.inside-news-show .leftTool {
    float: left;
    width: 12%;
    padding-top: 34px;
    text-align: center;
}

.inside-news-show .leftTool .kan {
    width: 90px;
    margin: 0 auto;
    font-size: 24px;
    color: #e06a23;
    line-height: 51px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-family: "DIN-MEDIUM(1)";
}

.inside-news-show .leftTool .kan .pic {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

.inside-news-show .leftTool .share span {
    display: block;
    margin-bottom: 13px;
}

.inside-news-show .leftTool .share a {
    display: block;
    width: 47px !important;
    height: 47px !important;
    transition: all .9s;
    margin: 8px auto !important;
    padding: 0 !important;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

.inside-news-show .leftTool .share a:hover {
    border: 1px solid #e06a23;
}

.inside-news-show .leftTool .share a.bds_weixin {
    background: url(../images/fn1.png) no-repeat center center;
}

.inside-news-show .leftTool .share a.bds_tqq {
    background: url(../images/fn2.png) no-repeat center center;
}

.inside-news-show .leftTool .share a.bds_tsina {
    background: url(../images/fn3.png) no-repeat center center;
}

.inside-news-show .leftTool .share a.bds_tqz {
    background: url(../images/fn4.png) no-repeat center center;
}

.inside-news-show .anchor_fixed {
    position: fixed;
    top: 0;
}

.inside-news-show .tag {
    width: 50%;
    float: left;
    font-size: 16px;
}

.inside-news-show .tag span {
    color: #219791;
    font-size: 16px;
    font-weight: 700;
}

.inside-news-show .share1 {
    width: 50%;
    float: right;
    text-align: right;
}

.inside-news-show .share1 a {
    margin-left: 10px;
    display: inline-block;
}

.inside-page-news {
    margin-top: 20px;
    position: relative;
}

.inside-page-news ul {
    height: 48px;
    line-height: 48px;
    background: #eee;
    position: relative;
}

.inside-page-news li {
    width: 43%;
    float: left;
    font-size: 16px;
    height: 48px;
    color: #333;
    padding: 0 30px;
    overflow: hidden;
}

.inside-page-news li a {
    color: #333;
    transition: all 0s;
}

.inside-page-news li img {
    margin-top: 14px;
}

.inside-page-news li:last-child {
    float: right;
}

.inside-page-news li:last-child img {
    float: right;
}

.inside-page-news li:hover {
    color: #fff;
    background: #219791;
}

.inside-page-news li:hover a {
    color: #fff;
}

.inside-page-news .fanhui {
    top: 0;
    left: 50%;
    width: 200px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    vertical-align: top;
    line-height: 48px;
    margin-left: -100px;
    position: absolute;
}

.inside-page-news .fanhui:before {
    content: "";
    width: 23px;
    height: 18px;
    vertical-align: top;
    margin: 15px 10px 0 0;
    background: url(../images/fh.png) center left no-repeat;
    display: inline-block;
}

.inside-page-news .fanhui:hover {
    color: #fff;
    background: #219791;
}

.inside-xg-news {
    overflow: hidden;
    padding-bottom: 150px;
}

.inside-xg-news .bt span {
    width: 128px;
    height: 33px;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    line-height: 33px;
    display: inline-block;
    background: url(../images/bt.png) no-repeat top center;
}

.inside-xg-news ul {
    margin: 0 -50px;
    padding-top: 30px;
}

.inside-xg-news ul li {
    width: 50%;
    float: left;
    height: 40px;
    padding: 0 50px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.inside-xg-news ul li a {
    color: #333;
    padding-left: 10px;
    position: relative;
}

.inside-xg-news ul li a:before {
    content: "";
    top: 9px;
    left: 0px;
    position: absolute;
    border-left: solid 4px #a2a2a2;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
}

.inside-xg-news ul li span {
    float: right;
    padding-left: 50px;
    font-family: arial;
}

.inside-xg-news ul li:hover a {
    color: #219791;
}

.inside-xg-news ul li:hover a:before {
    border-left: solid 5px #219791;
}

.inside-qa li {
    margin-top: 30px;
    box-shadow: 0 0 20px #eee;
    padding: 35px 60px;
}

.inside-qa li .time {
    width: 50px;
    float: left;
    color: #999;
    line-height: 20px;
    font-family: arial;
    text-align: center;
}

.inside-qa li .ask {
    width: 42px;
    height: 42px;
    color: #fff;
    margin-top: 10px;
    line-height: 42px;
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: bold;
    background: #c7c7c7;
    display: inline-block;
    border-radius: 3px;
    transition: all 500ms ease;
}

.inside-qa li .date {
    font-size: 22px;
}

.inside-qa li .txtbox {
    width: 94%;
    float: left;
    padding-bottom: 25px;
    padding-left: 40px;
}

.inside-qa li .tit {
    font-size: 22px;
    height: 40px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    position: relative;
}

.inside-qa li .tit:before {
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    position: absolute;
    background: #d9d9d9;
    transition: all 500ms ease;
}

.inside-qa li .tit span {
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    background: url(../images/j1.png) no-repeat center center #efefef;
}

.inside-qa li .txt {
    color: #666;
    height: 48px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    width: 90%;
    padding-left: 50px;
}

.inside-qa li .txt span {
    top: 7px;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    border-radius: 3px;
    font-family: arial;
    background: #d9d9d9;
    position: absolute;
    transition: all 500ms ease;
}

.inside-qa li .txt span:before {
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
    position: absolute;
    transition: all 500ms ease;
    border-top: solid 10px #d9d9d9;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

.inside-qa .cur {
    background: #f6f6f6;
    transition: all 334ms ease;
}

.inside-qa .cur .ask {
    color: #fff;
    background: #219791;
}

.inside-qa .cur .tit:before {
    background-color: #219791;
}

.inside-qa .cur .tit span {
    background: url(../images/j2.png) no-repeat center center #219791;
}

.inside-qa .cur .txt {
    height: auto;
}

.inside-qa .cur .txt span {
    background: #666666;
}

.inside-qa .cur .txt span:before {
    border-top-color: #666666;
}

.inside-prodcut {
    margin-top: 52px;
}

.inside-prodcut li span {
    display: block;
    float: left;
    width: 16.66666667%;
    padding: 10px 20px;
    border: solid 1px #e9e9e9;
}

.inside-prodcut li:first-child {
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    background: #219791;
}

.inside-prodcut li:first-child span {
    padding: 0;
    border-left: solid 1px #c2e1e0;
}

.inside-prodcut th {
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    background: #219791;
    padding: 0;
    border-top: 0;
    border-left: solid 1px #c2e1e0;
}

.inside-prodcut tr,
.inside-prodcut td {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 20px;
    vertical-align: top;
    border: solid 1px #e9e9e9;
}

.inside-prodcut .green a {
    display: block;
    color: #219791;
    text-decoration: underline;
}

.inside-prodcut .green a:hover {
    color: #2eb2c9;
    font-weight: 600;
}

.inside-prodcut .item a {
    display: block;
    color: #219791;
    text-decoration: underline;
}

.inside-prodcut .item a:hover {
    color: #2eb2c9;
    font-weight: 600;
}

.inside-contact {
    padding: 60px 0 150px 0;
}

.inside-contact .inside-title {
    padding-bottom: 40px;
}

.inside-contact .tag {
    font-size: 18px;
    height: 178px;
    margin-top: 60px;
    padding-left: 260px;
    padding-top: 45px;
    position: relative;
    background: url(../images/cot-bg.jpg) repeat;
}

.inside-contact .tag .img {
    top: -65px;
    left: 10px;
    position: absolute;
}

.inside-contact .font30 {
    color: #219791;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: "SourceHanSansSC-Bold";
}

.inside-contact .box {
    height: 405px;
    margin-top: 65px;
    padding-left: 50px;
    background: #fbfbfb;
}

.inside-contact .box .leftnr {
    width: 40%;
    float: left;
    padding-top: 50px;
}

.inside-contact .box .leftnr p {
    font-size: 18px;
    margin-top: 30px;
    color: #333;
}

.inside-contact .box .leftnr p img {
    margin: 4px 10px 0 0;
}

.inside-contact .box .leftnr p a {
    color: #333;
}

.inside-contact .box .leftnr p a:hover {
    color: #219791;
    text-decoration: underline;
}

.inside-contact .box .leftnr p span {
    color: #219791;
    font-size: 25px;
    font-family: "Oswald-Bold";
}

.inside-contact .box .map {
    width: 60%;
    float: right;
}

.inside-contact .box .contact-map {
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    line-height: 26px;
    position: relative;
    height: 405px;
}

.inside-contact .box .contact-map img {
    max-width: none;
}

.inside-contact .box .contact-map #l-map {
    width: 100%;
    height: 405px;
}

.inside-contact .box .contact-map #l-map em {
    color: #219791;
    font-size: 20px;
    padding-top: 10px;
    display: block;
    font-style: normal;
    text-align: center;
    font-family: "SourceHanSansSC-Bold";
}

.inside-message {
    overflow: hidden;
    padding: 60px 0 80px 0;
    background: #fafafa;
}

.inside-message p {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-family: "SourceHanSansSC-Bold";
}

.inside-message ul {
    overflow: hidden;
    margin: 0 -7px;
    margin-top: 30px;
}

.inside-message ul li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 7px;
    overflow: hidden;
}

.inside-message ul li font {
    color: #f00;
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 14px;
    z-index: 3;
}

.inside-message ul li input {
    outline: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 49px;
    padding: 10px 14px 10px 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    transition: all 334ms ease;
    font-family: arial, "SourceHanSansSC-Light";
}

.inside-message ul li input::-webkit-input-placeholder {
    color: #888888;
}

.inside-message ul li input:-moz-placeholder {
    color: #888;
    opacity: 1;
}

.inside-message ul li input::-moz-placeholder {
    color: #888;
    opacity: 1;
}

.inside-message ul li input:-ms-input-placeholder {
    color: #888888;
}

.inside-message ul li textarea {
    outline: 0;
    transition: all 334ms ease;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 127px;
    line-height: 24px;
    padding-left: 25px;
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    resize: none;
    position: relative;
    font-family: arial, "SourceHanSansSC-Light";
    display: block;
}

.inside-message ul li textarea::-webkit-input-placeholder {
    color: #888888;
}

.inside-message ul li textarea:-moz-placeholder {
    color: #888;
    opacity: 1;
}

.inside-message ul li textarea::-moz-placeholder {
    color: #888;
    opacity: 1;
}

.inside-message ul li textarea:-ms-input-placeholder {
    color: #888888;
}

.inside-message ul .width {
    width: 100%;
}

.inside-message .line {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}

.inside-message .btn2 {
    padding-top: 20px;
}

.inside-message .btn2 a {
    width: 200px;
    border: 0;
    padding: 0;
    font-size: 16px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    text-align: center;
    background: #01a6c2;
    transition: .5s;
    margin: 0 7px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    font-family: arial, "SourceHanSansSC-Light";
}

.inside-message .btn2 a:hover {
    background: #219791;
}

.inside-message #reset,
.inside-message #but {
    color: #444;
    background: #dddddd;
}

.inside-message #reset img,
.inside-message #but img {
    margin: 20px 5px 0 0;
}

.inside-message #reset:hover,
.inside-message #but:hover {
    background-color: #ccc;
}

.inside-message input:focus,
.inside-message textarea:focus {
    transition: border linear 0.2s, box-shadow linear 0.5s;
    -moz-transition: border linear 0.2s, -moz-box-shadow linear 0.5s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.5s;
    outline: 0;
    border: 1px solid #219791;
}

@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url(../font/SourceHanSansSC-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansSC-Normal";
    src: url(../font/SourceHanSansSC-Normal.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansSC-Light";
    src: url(../font/SourceHanSansSC-Light.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansSC-Medium";
    src: url(../font/SourceHanSansSC-Medium.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AkzidenzGroteskBQ-LightSC";
    src: url(../font/AkzidenzGroteskBQ-LightSC.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansSC-Bold";
    src: url(../font/SourceHanSansSC-Bold.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald-Bold";
    src: url("../font/Oswald-Bold.woff2") format("woff2"), url("../font/Oswald-Bold.woff") format("woff"), url("../font/Oswald-Bold.ttf") format("truetype"), url("../font/Oswald-Bold.eot") format("embedded-opentype"), url("../font/Oswald-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../font/Roboto-Regular.woff2") format("woff2"), url("../font/Roboto-Regular.woff") format("woff"), url("../font/Roboto-Regular.ttf") format("truetype"), url("../font/Roboto-Regular.eot") format("embedded-opentype"), url("../font/Roboto-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../font/MyriadPro-Regular.woff2") format("woff2"), url("../font/MyriadPro-Regular.woff") format("woff"), url("../font/MyriadPro-Regular.ttf") format("truetype"), url("../font/MyriadPro-Regular.eot") format("embedded-opentype"), url("../font/MyriadPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINPro-Regular";
    src: url("../font/DINPro-Regular.woff2") format("woff2"), url("../font/DINPro-Regular.woff") format("woff"), url("../font/DINPro-Regular.ttf") format("truetype"), url("../font/DINPro-Regular.eot") format("embedded-opentype"), url("../font/DINPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype"), url("../font/Montserrat-Regular.eot") format("embedded-opentype"), url("../font/Montserrat-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open_Sans";
    src: url("../font/Open_Sans.woff2") format("woff2"), url("../font/Open_Sans.woff") format("woff"), url("../font/Open_Sans.ttf") format("truetype"), url("../font/Open_Sans.eot") format("embedded-opentype"), url("../font/Open_Sans.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GemunuLibre-SemiBold";
    src: url("../font/GemunuLibre-SemiBold.woff2") format("woff2"), url("../font/GemunuLibre-SemiBold.woff") format("woff"), url("../font/GemunuLibre-SemiBold.ttf") format("truetype"), url("../font/GemunuLibre-SemiBold.eot") format("embedded-opentype"), url("../font/GemunuLibre-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.inside-case .bg {
    background: #f7f7f7;
    padding-bottom: 40px;
}

.inside-case {
    font-size: 16px;
}

.inside-case .container {
    position: relative;
}

.inside-case .info {
    margin-top: 0px;
    padding-left: 110px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eeeeee;
    min-height: 52px;
}

.inside-case .info a {
    color: #fff;
    padding: 0 5px 0 10px;
    line-height: 26px;
    margin-right: 20px;
    display: inline-block;
    border-radius: 10px;
    background: #219791;
    margin-bottom: 10px;
}

.inside-case .info a img {
    max-height: 20px;
    margin-top: 4px;
}

.inside-case .info a:hover {
    background: #999;
}

.inside-case .info span {
    left: 0;
    top: 0px;
    width: 115px;
    color: #333333;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    font-family: "SourceHanSansSC-Regular";
}

.inside-case .info span:hover {
    color: #219791;
}

.inside-case .info span img {
    margin-top: 7px;
}

.inside-case .label-01 {
    margin-right: 20px;
}

.inside-case .ch-1 {
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}

.inside-case .ch-1 input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -10px;
    vertical-align: top;
    border-radius: 0;
}

/*.inside-case .ch-1 input[type="checkbox"]:checked + em {
  border-color: #219791;
}
.inside-case .ch-1 input[type="checkbox"]:checked + em:after {
  background: #219791 url(../images/icon-14.png) no-repeat center;
  transform: scale(1);
}*/

.inside-case .ch-1 em {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    vertical-align: top;
    border-radius: 0px;
    display: inline-block;
    border: 1px #d3d3d3 solid;
    transition: all 334ms ease;
    position: relative;
    cursor: pointer;
}

.inside-case .ch-1 em:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .4s;
    background-position: center;
    transform: scale(0);
}

.inside-case .class-list {
    border-top: 0;
}

.inside-case .class-list dl {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.inside-case .class-list dl dt {
    left: 0;
    top: 0px;
    width: 115px;
    color: #333333;
    font-size: 18px;
    position: absolute;
    font-family: "SourceHanSansSC-Regular";
}

.inside-case .class-list dl dd {
    padding-left: 107px;
    overflow: hidden;
    position: relative;
    padding-right: 95px;
    height: 30px;
}

.inside-case .class-list dl dd .chushou {
    overflow: hidden;
}

.inside-case .class-list dl dd a {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 7px;
    display: block;
    float: left;
    margin: 5px 23px 5px 0;
}

.inside-case .class-list dl dd a:hover {
    color: #fff;
    background: #ce4324;
}

.inside-case .class-list dl dd .more {
    position: absolute;
    top: 0;
    right: 5px;
    margin-right: 0;
    width: 50px;
    height: 22px;
    background: url(../images/zhankai1.png) no-repeat right center;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    color: #219791;
}

.inside-case .class-list dl dd .more:hover {
    background: url(../images/zhankai1.png) no-repeat right center;
    color: #219791;
}

.inside-case .class-list dl dd .more.active {
    background: url(../images/shouqi1.png) no-repeat right center;
    color: #219791;
}

.inside-case .class-list dl dd .active {
    color: #fff;
    background: #ce4324;
}

.inside-case .class-list dl .open {
    height: auto;
}

.inside-case .inside-input {
    margin-top: 10px;
}

.inside-case .inside-input input {
    height: 60px;
    max-width: 750px;
    width: 100%;
    background: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    border: solid 1px #219791;
}

.inside-case .inside-input a {
    color: #fff;
    width: 135px;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    background: #219791;
    border-radius: 5px;
    margin-left: -10px;
    font-size: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.inside-case .inside-input a:hover {
    background: #1e8984;
}

.inside-case .inside-input img {
    margin: 18px 10px 0 0;
}

.inside-case .hot {
    margin-top: 10px;
}

.inside-case .hot span {
    color: #333;
    font-size: 18px;
}

.inside-case .hot a {
    padding: 0 5px;
    display: inline-block;
}

.inside-case .hot a:hover {
    color: #219791;
    text-decoration: underline;
}

.inside-case .list {
    overflow: hidden;
    padding: 20px 0 150px 0;
}

.inside-case .list .bt {
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 30px;
    border-bottom: solid 1px #bfbfbf;
}

.inside-case .list ul {
    margin: 0 -8px;
    padding-top: 25px;
    overflow: hidden;
}

.inside-case .list li {
    float: left;
    padding: 8px;
    width: 33.3333%;
}

.inside-case .list li .box {
    height: 320px;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #e5e5e5;
}

.inside-case .list li .box:hover {
    background: #2eb2c9;
    border-color: #2eb2c9;
}

.inside-case .list li .box:hover .tit,
.inside-case .list li .box:hover .nr,
.inside-case .list li .box:hover .txt,
.inside-case .list li .box:hover .txt span {
    color: #fff;
}

.inside-case .list li .pic {
    width: 40%;
    float: left;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.inside-case .list li .pic img {
    border-radius: 15px;
}

.inside-case .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.inside-case .list li .item {
    overflow: hidden;
}

.inside-case .list li .txtbox {
    width: 60%;
    float: right;
    padding-left: 25px;
}

.inside-case .list li .tit {
    font-size: 20px;
    color: #333;
    height: 24px;
    overflow: hidden;
    margin: 20px 0 30px 0;
    font-family: "SourceHanSansSC-Bold";
}

.inside-case .list li .txt .t1 {
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
}

.inside-case .list li .txt span {
    color: #219791;
}

.inside-case .list li .nr {
    margin-top: 30px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.inside-case .list-2 {
    padding-top: 0;
}

.inside-case .list-2 ul {
    padding-top: 40px;
}

.inside-case .list-2 ul li {
    font-size: 18px;
}

.inside-case .list-2 ul li .pic:after {
    padding-bottom: 142%;
}

.inside-case .list-2 ul li .box {
    height: 285px;
}

.inside-case .list-2 ul li .box:hover {
    background: #fff;
    border-color: #2eb2c9;
}

.inside-case .list-2 ul li .box:hover .tit {
    color: #219791;
}

.inside-case .list-2 ul li .box:hover .txt {
    color: #7f7e7e;
}

.inside-case .list-2 ul li .box:hover .txt span {
    color: #219791;
}

.inside-case .list-2 ul li .box:hover .nr {
    color: #7f7e7e;
}

.inside-case .list-2 ul li .tit {
    margin: 30px 0;
}

.inside-case .list-2 ul li .nr {
    height: 60px;
    margin-top: 10px;
    color: #7f7e7e;
}

.inside-case-show {
    padding: 60px 0 150px 0;
}

.inside-case-show .box-1 {
    overflow: hidden;
}

.inside-case-show .box-1 .picleft {
    width: 33%;
    float: left;
    position: relative;
    border: solid 1px #dcdcdc;
}

.inside-case-show .box-1 .picleft:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.inside-case-show .box-1 .txtright {
    width: 67%;
    float: right;
    padding-left: 50px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.inside-case-show .box-1 .txtright h1 {
    font-size: 20px;
    color: #219791;
    padding-bottom: 15px;
    position: relative;
    padding-left: 24px;
    font-family: "SourceHanSansSC-Bold";
    border-bottom: solid 1px #eaedef;
}

.inside-case-show .box-1 .txtright h1:before {
    content: "";
    width: 6px;
    height: 20px;
    top: 7px;
    left: 3px;
    position: absolute;
    background: #219791;
}

.inside-case-show .box-1 .txtright .txt {
    font-size: 20px;
    margin: 50px 0 30px 0;
    font-family: "SourceHanSansSC-Bold";
}

.inside-case-show .box-1 .txtright .nr {
    min-height: 180px;
}

.inside-case-show .box-1 .txtright .button {
    font-size: 18px;
    margin-top: 40px;
}

.inside-case-show .box-1 .txtright .button img {
    margin: 12px 5px 0 0;
}

.inside-case-show .box-1 .txtright .button .btn1 {
    width: 186px;
    height: 42px;
    color: #fff;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    background: #2eb2c9;
}

.inside-case-show .box-1 .txtright .button .btn2 {
    width: 186px;
    height: 42px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #fcfcfc;
    margin-left: 15px;
    color: #219791;
    border: solid 1px #219791;
}

.inside-case-show .box-1 .txtright .button a {
    transition: all 700ms ease;
}

.inside-case-show .box-1 .txtright .button a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.inside-case-show .box-2 {
    margin-top: 80px;
}

.inside-case-show .box-2 .tabmenu {
    color: #fff;
    height: 60px;
    padding-top: 8px;
    position: relative;
    z-index: 10;
    background: #219791;
}

.inside-case-show .box-2 .tabmenu li {
    width: 118px;
    height: 52px;
    margin: 0 35px;
    float: left;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
}

.inside-case-show .box-2 .tabmenu li a {
    color: #fff;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.inside-case-show .box-2 .tabmenu .active a {
    color: #333;
    background: #fff;
}

.inside-case-show .box-2 .title {
    margin-top: 60px;
    font-size: 22px;
    color: #333;
    padding-bottom: 30px;
    position: relative;
    padding-left: 24px;
    line-height: 40px;
    font-family: "SourceHanSansSC-Regular";
}

.inside-case-show .box-2 .title:before {
    content: "";
    width: 5px;
    height: 29px;
    top: 7px;
    left: 3px;
    position: absolute;
    background: #219791;
}

.inside-case-show .box-2 .text {
    padding-left: 24px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.inside-case-show .box-2 .text span {
    color: #219791;
}

.inside-case-show .box-2 .dw {
    top: -120px;
    height: 1px;
    z-index: -1;
    position: absolute;
}

.inside-case-show .box-2 .content-1 {
    position: relative;
}

.inside-case-show .share1 {
    margin-top: 15px;
    text-align: right;
}

.inside-case-show .share1 a {
    margin-left: 10px;
    display: inline-block;
}

.inside-page {
    padding-top: 80px;
}

.inside-page a {
    color: #595757;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 40px;
    font-family: arial;
    display: inline-block;
}

.inside-page span {
    font-size: 16px;
    margin: 0 10px;
    display: inline-block;
}

.inside-page input {
    width: 85px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: solid 1px #eee;
    border-radius: 5px;
}

.inside-page a:hover,
.inside-page .cur {
    color: #fff;
    background: #219791;
}

.inside-case .emlist em:after {
    background: #219791 url(../images/icon-14.png) no-repeat center !important;
    transform: scale(1);
}

.inside-page select {
    background: none;
    border-radius: 5px;
    border: 1px solid #666;
    padding: 10px 1%;
    color: #666;
}

@media (max-width: 1760px) {
    .home-bt {
        font-size: 52px;
    }
}

@media (max-width: 1700px) {
    .header .nav ul li {
        margin-right: 13px;
    }
    .home-bt {
        font-size: 48px;
    }
}

@media(max-width:1600px) {
    .header .nav ul li {
        margin-right: 15px;
    }
}

@media(max-width:1400px) {
    .header .nav ul li {
        margin-right: 12px;
    }
    .home-case .home-bottom .fsbanner .active .box .text .info {
        width: 52%;
    }
}

@media(max-width:1281px) {
    .header .nav ul li {
        margin-right: 5px;
    }
}

#maodian {
    position: relative;
    top: 100px;
}

.inside-prodcut tr td:nth-child(4) div a {
    color: #219791;
}