/* CSS Document */
/*---------- import ---------*/
@charset "utf-8";
@import url("layout.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    list-style: none
}

img,
a img {
    border: 0px;
    vertical-align: bottom
}

body {
    font: 14px "Microsoft YaHei";
    color: #333;
    background: #fff;
}

a:link {
    color: #333;
    text-decoration: none
}

a:visited {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #018196 !important;
    text-decoration: none
}

a:active {
    color: #018196;
    text-decoration: none
}

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

input,
textarea,
select,
button {
    border: 0;
    background: none;
    outline: 0;
    font-family: "Microsoft Yahei";
}

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

input,
input:focus,
input:active {
    user-select: text;
}

textarea {
    resize: none;
}

.container {
    width: 1800px;
    margin: 0 auto;
    position: relative;
}

.container1 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.w1800 {
    max-width: 1800px;
    margin: 0 3%;
}

.w1600 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    font-style: normal;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.col-lg-6 {
    float: left;
    width: 66.5%;
    *width: 64%;
}

.col-lg-6s {
    width: 50%;
    *width: 49.98%;
    float: left;
}

.col-lg-2 {
    float: left;
    width: 33.5%;
    *width: 32%;
}

.col-lg-4 {
    float: left;
    width: 33.3%;
    *width: 33.1%;
}

.bg_ov td {
    padding: 4px;
}

.bg_ov tr:nth-child(1) {
    background: #4f81bd !important;
    color: #fff;
}

.bg_ov tr:nth-child(odd) {
    background: #d0d8e8;
}

.bg_ov tr:nth-child(even) {
    background: #e9edf4;
}

.picdesc {
    float: left;
    width: 50%;
    height: 212px;
    line-height: 212px;
    clear: both;
    border: solid 1px #dedede;
    margin-bottom: 10px;
    text-align: center;
}

.descpic {
    float: left;
    width: 50%;
    padding: 3%;
    height: 212px;
}

.clear {
    clear: both;
}

.descpic span {
    font-size: 17px;
    font-weight: bold;
    color: #018196;
}

.suliaosolution ul {
    width: 100%;
    margin: 18px 0;
}

.suliaosolution ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-top: 1px solid #b2d9df;
    margin-bottom: 40px;
    padding-top: 34px;
}

.suliaosolution ul li p {
    font-size: 15px;
    margin-bottom: 14px;
}

/* 应用行业 */
.zijiabox {
    margin: 45px 0;
    overflow: hidden;
}

.m2abtMain {
    overflow: hidden;
}

/* .zijia {float: left;width: 50%;}
.zijiaright{width: 50%;display: inline-block;height: 450px;} */
.m2abtMain .hagnye_m2abt_u1 {
    padding-top: 60px;
}

.zijia_tit {
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 17px;
}

.zijia .img {
    float: left;
    width: 25%;
    text-align: center;
}

.zijia .img .inner {
    margin: 0 17px;
    border: 1px solid #E5E5E5;
    transition: border .9s;
    overflow: hidden;
}

.zijia .img:hover .inner {
    border-color: #0093B1;
}

.zijia .img img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    transition: transform 1.04s;
}

.zijia .img:hover img {
    transform: scale(1.04);
}

.zijia {
    margin: 0 -17px;
}

.hangye_box {
    background-color: #f7f6f4;
}

.hangye_box .m2abt_a1Rx {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 22px 22px 14px;
}

.hangye_box .m2abt_a1Rx strong {
    font-size: 25px;
    padding-left: 44px;
    margin-bottom: 14px;
}

.hangye_box .slb-num {
    line-height: 36px;
    width: 36px;
    height: 36px;
    background-size: cover;
    margin-bottom: 14px;
}

.hangye_video {
    position: relative;
    height: 590px;
}

.hangye_video .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
}

.hangye_video .iconfont img {
    width: 86px;
}

@font-face {
    font-family: 'hiconfont';
    src: url('../fonts/hiconfont.eot');
    src: url('../fonts/hiconfont.eot') format('embedded-opentype'), url('../fonts/hiconfont.ttf') format('truetype'), url('../fonts/hiconfont.svg#hiconfont') format('svg');
}

.hiconfont {
    font: 16px/1 hiconfont;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'AG';
    src: url("../fonts/AkzidenzGrotesk-BoldCondAlt.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgrotesk-boldcondalt.woff") format("woff"), url("../fonts/akzidenzgrotesk-boldcondalt.ttf") format("truetype"), url("../fonts/akzidenzgrotesk-boldcondalt.svg") format("svg");
}

@media only screen and (max-width:1699px) {}

@media only screen and (max-width:1499px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (max-width:1399px) {
    .w1800 {
        margin: 0 1%;
    }

    .container1 {
        width: 1200px;
    }

}

@media only screen and (max-width:1199px) {
    .container {
        width: 100%;
    }

}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    *zoom: 1;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.left_bg {
    height: 10px;
    width: 254px;
    overflow: hidden;
}

.Amsg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.LMsg {
    float: left;
    width: 250px;
}

.RMsg {
    float: right;
    width: 920px;
    overflow: hidden;
    padding-bottom: 10px;
}

.RAMsg {
    float: right;
    width: 920px;
    overflow: hidden;
}

.LHsg {
    float: left;
    width: 920px;
    overflow: hidden;
}

.hide {
    display: none;
}

.inner-title {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    font-family: 'AG';
    text-transform: uppercase;
    line-height: 0.8;
}

.inner-title span {
    color: #018196;
}

.inner-text {
    font-size: 30px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-family: Source Han Sans CN;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

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

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea::-ms-input-placeholder {
    color: #999999;
}

.col-md-4 {
    float: left;
    width: 33.3%;
    *width: 31.3%;
}

.col-md-4-2 {
    float: left;
    width: 25%;
    *width: 23%;
}

/*slick.css*/
.slick-slider {
    position: relative;
    z-index: 2;
}

.slick-list {
    position: relative;
    overflow: hidden;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    position: relative;
    z-index: 1;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-active {
    z-index: 2;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 6;
}

.slick-prev:focus,
.slick-next:focus {
    outline: 0;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-dots {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 4;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
}

.slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #ff9800;
}

@keyframes zifadeInUp {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes zifadeOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-80px);
        opacity: 0;
    }
}

@-webkit-keyframes fadeInUpD {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 120px, 0);
        transform: translate3d(0, 120px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpD {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 120px, 0);
        transform: translate3d(0, 120px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes circleRoate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 头部 */
#header {
    height: 78px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all .5s;
}

/* #header:hover{
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, .07);
} */
#header.header.active {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.navbar .logo {
    margin-top: 21px;
    float: left;
}

.navbar .logo a {
    float: left;
}

ul.nav_menu_list {
    float: left;
}

ul.nav_menu_list>li {
    float: left;
    height: 78px;
    position: relative;
}

.nav_menu_list>li>a {
    font-size: 16px;
    margin: 0 22px;
    display: block;
    height: 78px;
    color: #333333;
    position: relative;
    padding-top: 18px;
    line-height: 78px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}

.nav_menu_list li.active>a {
    color: #018196;
}

/* .nav_menu_list>li a i.line {display:block;width:0;height:3px;background:#018196;position:absolute;left:0;bottom:20px;-webkit-transition:width .6s;-moz-transition:width .6s;-ms-transition:width .6s;-o-transition:width .6s;transition:width .6s;}
.nav_menu_list li:hover>a>i.line {width:100%;}
.nav_menu_list li.active>a>i.line {width:100%;} */

.header .subnav {
    position: absolute;
    display: none;
    /* width: 100%; */
    left: 50%;
	transform: translateX(-50%);
    background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 240px;
}

.header.active .subnav,
.header.on .subnav {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .subnav ol {
    font-size: 0;
    text-align: center;
    /* width: 1200px; */
    /* margin: 0 auto; */
    padding: 14px 0;
}

.header .subnav ol li {
    font-size: 14px;
}

.header .subnav ol li a {
    width: 100%;
    font-size: 13px;
    color: #333333;
    display: block;
    height: 36px;
    line-height: 36px;
}

.header .subnav ol li a:hover {
    color: #018196 !important;
}

.nav_menu ul>li:hover .subnav {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.blockbg {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: .4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 992;
}

.menu-toggle {
    display: none;
    width: 22px;
    height: 20px;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9999;
}

.menu-toggle i {
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all ease .35s;
}

.menu-toggle i:nth-of-type(1) {
    top: 0;
}

.menu-toggle i:nth-of-type(2) {
    top: 7px;
}

.menu-toggle i:nth-of-type(3) {
    top: 14px;
}

.menu-toggle.close i {
    background: #000;
}

.menu-toggle.close i:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.menu-toggle.close i:nth-of-type(2) {
    width: 0;
}

.menu-toggle.close i:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.nav_menu_list li i.hiconfont {
    width: 30px;
    height: 54px;
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .5s;
    text-align: center;
    line-height: 54px;
    display: none;
}

.nav_menu_list li i.hiconfont.nav_btndown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.h-tel {
    float: right;
    font-size: 24px;
    font-family: Impact;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 42px;
    margin-left: 18px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.h-tel a {
    color: #018196;
}

.h-tel img {
    vertical-align: 0px;
    margin-right: 7px;
}

#header.header.on .h-tel {
    color: #018196;
}

#header.header.on .h-tel a {
    opacity: 1;
    color: #018196;
}

.header .logo .logo2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    display: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.header .logo .logo1 {
    width: 370px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.header.on .logo .logo2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    display: block;
}

.header.on .logo .logo1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    display: none;
}

.header.on .navbar .logo {
    margin-top: 25px;
}

.header.on .logo img {
    width: 254px;
}

.language {
    display: block;
    width: 30px;
    float: right;
    margin-top: 42px;
    margin-right: 6px;
    height: 30px;
    line-height: 30px;
    background: #eee;
    border-radius: 50%;
    font-family: "Arial";
    font-size: 12px;
    color: #8d8d8d;
    text-align: center;
    transition: .9s;
}

a.language:visited,
a.language:visited {
    color: #8d8d8d;
}

.language:hover {
    color: #FFFFFF !important;
    background-color: #018196;
}

@media only screen and (max-width:1499px) {
    .nav_menu_list>li>a {
        margin: 0 16px;
    }
}

@media only screen and (max-width:1399px) {
    .header .logo .logo1 {
        width: 290px;
    }

    .navbar .logo {
        margin-top: 34px;
    }
}


/* fullpage.css */
.section {
    display: block;
    position: relative;
}

.fp-tableCell {
    width: 100%;
    height: 100%;
    position: relative;
}

.fp-auto-height {
    height: auto !important;
}

.fp-auto-height .fp-tableCell {
    height: auto !important;
}

#fp-nav ul li a span {
    background: #aba7a7;
    height: 7px;
    width: 7px;
}

#fp-nav ul li {
    position: relative;
    margin: 20px 10px;
}

#fp-nav ul li:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #aba7a7;
    position: absolute;
    top: 10px;
    left: 8px;
}

#fp-nav ul li:last-child:after {
    display: none;
}

#fp-nav ul li a.active span {
    margin: -2px 0px 0px -2px;
    height: 7px;
    width: 7px;
    background: #0093B1;
}

#fp-nav ul li a.active span:before {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid #0093B1;
    position: absolute;
    left: -5px;
    top: -5px;
}

#fp-nav ul li:hover span {
    height: 7px !important;
    width: 7px !important;
    transform: scale(1.4);
    margin: -2px 0 0 -2px !important;
}

/*广告图*/
.banner {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100%;
}

.banner .slick-slider,
.banner .slick-list {
    height: 100%;
}

#banner .slick-slide {
    float: none;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner .slick-slide img.img2 {
    display: none;
}

#banner .slick-track {
    height: 100%;
}

#banner .slick-track .slick-slide {
    float: left;
}

.banner .slick-dots {
    bottom: 40px;
    z-index: 2222;
}

.banner .slick-dots li {
    margin: 0 8px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #CCCCCC;
}

.banner .slick-dots li.slick-active button {
    background-color: #018196;
}

.banner .slick-dots li.slick-active button::after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    border: 1px solid #018196;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner .slick-dots li.slick-active:after {
    border: 0;
}




/*首页*/
.wow {
    visibility: hidden;
}

#home {
    position: relative;
    z-index: 996;
}

#home .section {
    overflow: hidden;
}

.home_box {
    padding-left: 350px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home_title {
    width: 350px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 200px;
}

.home_title_box {
    padding-left: 66px;
}

.home_entitle {
    font-family: PFBeauSansPro;
    width: 66px;
    font-size: 72px;
    text-transform: uppercase;
    position: absolute;
    left: 66px;
    top: 200px;
    writing-mode: vertical-rl;
}

.home_chtitle {
    width: 40px;
    padding-left: 66px;
    font-size: 40px;
    line-height: 42px;
}

.home_box_item {
    position: absolute;
    left: 350px;
    right: 0;
    top: 0;
    bottom: 0;
}

.home_inner_box {
    height: 100%;
    position: relative;
    width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width:1699px) {
    .home_inner_box {
        width: 1240px;
    }
}

/* 首页-新闻 */
.home_news .home_title {
    background: linear-gradient(0deg, #A3C14E, #4F7411);
}

.home_news .home_box_item {
    top: 160px;
}

.home_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20.5px 0;
    border-top: 1px solid #DDDDDD;
    text-align: center;
    color: #f2f2f2;
    z-index: 44;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
}

.home_footercopy {
    max-width: 60%;
    color: #999999;
    font-size: 13px;
    text-align: left;
}

.home_footercopy a {
    color: #999999;
}

.zhichi a {
    color: #999999;
    font-size: 13px;
}


.home_news_nav {
    border-bottom: #DDDDDD 1px solid;
    margin-bottom: 30px;
}

.home_news_nav .more a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Microsoft JhengHei;
    font-weight: 400;
    line-height: 37px;
    color: #999999;
}

.home_news_nav li {
    float: left;
    height: 44px;
    margin-right: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.home_news_nav li em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 44px;
    position: relative;
    font-style: normal;
}

.home_news_nav li span {
    margin-left: 6px;
}

.home_news_nav li.active em i {
    display: block;
    width: 100%;
    height: 3px;
    background: #0099B1;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.home_news_nav li.active em {
    color: #0099B1;
}

.home_news_item {
    overflow: hidden;
}

.home_news_item ul {
    margin: 0 -15px;
}

.home_news_item li {
    position: relative;
    float: left;
    width: 33.3%;
}

.home_news_item li .item {
    margin: 0 15px;
}

.home_news_item li .item:hover .home_news_name a {
    color: #0099B1;
}

.home_news_pic {
    width: 100%;
    overflow: hidden;
}
.home_news_pic a{width: 100%;height: 100%;display: block;}

.home_news_pic img {
    width: 100%;
    height: 100%;
    max-height: 245px;
    min-height: 245px;
    object-fit:cover ;
    /* min-height: 130px; */
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
}

.home_news_pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home_news_name {
    padding-top: 36px;
}

.home_news_name a {
    display: block;
    font-size: 20px;
    font-family: Microsoft JhengHei;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;

    width: 100%;
    transition: color .9s;
    -webkit-transition: color .9s;
    -moz-transition: color .9s;
    -ms-transition: color .9s;
    -o-transition: color .9s;
}

.home_news_desc {
    font-size: 14px;
    font-family: Microsoft JhengHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}

.home_news_time {
    font-size: 14px;
    font-family: Microsoft JhengHei;
    font-weight: 400;
    color: #666666;
    margin-top: 40px;
}

/* 首页-关于我们 */
.home_about .home_title {
    background: linear-gradient(0deg, #FECE00, #F55304);
}

.brief-list {
    margin-top: 56px;
}

.brief-list .item {
    float: left;
    margin-right: 38px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.brief-list .item:hover {
    margin-top: -10px;
}

.brief-list .tendewr {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 153, 177, 0.1);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.brief-list .tendewr img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.brief-list span {
    margin-top: 11px;
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    transition: color .9s;
    -webkit-transition: color .9s;
    -moz-transition: color .9s;
    -ms-transition: color .9s;
    -o-transition: color .9s;
}

.brief-list .item:hover span {
    color: #0099B1;
}

.home_about_box .more a {
    display: block;
    text-align: center;
    width: 158px;
    height: 38px;
    line-height: 38px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    color: #999999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.home_about_box .more a:hover {
    border-color: #0099B1;
    background-color: #0099B1;
    color: #fff !important;
}

.brief_text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 20px 0;
}

.home_about_left {
    width: 46%;
}

.home_about_right {
    width: 46%;
}

.home_about_right .slick-slide img {
    width: 100%;
}

.home_about .slick-prev,
.home_about .slick-next {
    left: -47px;
    top: auto;
    bottom: 0;
    height: 38px;
    width: 47px;
    background: url(../images/pro_jt.png) no-repeat center;
}

.home_about .slick-prev {
    background-position: 0 0;
    bottom: 38px;
}

.home_about .slick-next {
    background-position: 0 -38px;
}

.home_about .home_box_item {
    top: 205px;
}

/* 首页-产品展示 */
.home_product .home_box_item {
    top: 208px;
}

.home_product .home_title {
    background: linear-gradient(0deg, #FECE00, #F55304);
}

.home_product .home_product_box {
    margin: 0 -15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.home_product .home_product_box .item {
    display: block;
    border: 1px solid #DDDDDD;
    background-color: #F6F6F6;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    margin: 0 15px;
}

.home_product .home_product_box .item:hover {
    background-color: #0099B1;
    border-color: #0099B1;
}

.home_product .home_product_box .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    border-bottom: 1px dashed #DDDDDD;
    padding: 20px 0;
}

.home_product .home_product_box .text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    text-align: center;
    height: 81px;
    margin-top: 14px;
    overflow: hidden;
}

.home_product .home_product_box .more {
    width: 198px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    margin: 33px auto 0;
}

.home_product .home_product_box .item:hover .more {
    border-color: #fff;
    color: #fff;

}

.home_product .home_product_box .item:hover .tit,
.home_product .home_product_box .item:hover .text {
    color: #ffffff;
}

.home_product .home_product_box .pic {
    width: 100%;
    overflow: hidden;
}

.home_product .home_product_box .pic img {
    width: 100%;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.home_product .home_product_box .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home_product .desc-inner {
    padding: 0 22px 26px;
}

.home_product .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 177px;
}

/* 应用行业 */
.home_case .home_box_item {
    top: 168px;
}

.home_case .home_title {
    background: linear-gradient(0deg, #0094B1, #183077);
}

.home_case_box {
    margin: 0 -1px;
}

.home_case .item {
    position: relative;
    margin: 1px;
    cursor: default;
}

.home_case .case_desc {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    color: #fff;
    height: 100%;
    text-align: center;
}

.home_case .item-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    margin: 14px 0;
}

.home_case .text_bot {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.home_case .item-text {
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 26px;
    opacity: 0;
    width: 76%;
    margin: 0 auto;
    transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .55s cubic-bezier(.4, 0, .2, 1);
}

.home_case .item-logo {
    margin-top: 92px;
    transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .55s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .55s cubic-bezier(.4, 0, .2, 1);
}

.home_case .item:hover .item-logo {
    margin-top: 68px;
}

.home_case .item:hover .item-text {
    display: block;
    opacity: 1;
}

.home_case .img {
    width: 100%;
    overflow: hidden;
}

.home_case .img img {
    width: 100%;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.home_case .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/* 首页-解决方案 */
.home_fangan .home_box_item {
    top: 20%;
}

.home_fangan .home_title {
    background: linear-gradient(0deg, #EF4454, #280061);
}

.home_fangan .recommend-fangan .tit2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.home_fangan .recommend-fangan .tit2 i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 27px;
    background: #0093B1;
}

.home_fangan .recommend-list {
    margin: 0 -8px;
    /* min-height: 160px; */
}

.home_fangan .recommend-list .item {
    float: left;
    width: 20%;
}

.home_fangan .recommend-list a {
    display: block;
    margin: 0 8px;
}

.home_fangan .recommend-list .pic {
    width: 100%;
    overflow: hidden;
}

.home_fangan .recommend-list .pic img {
    width: 100%;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.home_fangan .recommend-list a:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home_fangan .hd {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    overflow: hidden;
}

.home_fangan .hd ul li {
    float: left;
    /* padding: 0 48px; */
    height: 50px;
    background: #F6F6F6;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    cursor: pointer;

    width: calc(25% - 10px);
    box-sizing: border-box;
    padding: 0 10px;

}

.home_inner_box ul{display: flex;max-width: 1000px;width: 100%;}

.home_fangan .hd ul li:last-child{margin-right: 0;}

.home_fangan .hd ul li i.icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 28px;
    height: 26px;
    background: url(../images/f-icon.png) no-repeat;
    margin-right: 5px;
    position: relative;
    top: 6px;
}

.home_fangan .hd ul li i.icon.icon1 {
    background-position: 0 0;
}

.home_fangan .hd ul li i.icon.icon2 {
    background-position: -33px 0;
}

.home_fangan .hd ul li i.icon.icon3 {
    background-position: -66px 0;
}

.home_fangan .hd ul li.cur i.icon.icon1 {
    background-position: 0 -34px;
}

.home_fangan .hd ul li.cur i.icon.icon2 {
    background-position: -33px -34px;
}

.home_fangan .hd ul li.cur i.icon.icon3 {
    background-position: -66px -34px;
}

.home_fangan .hd ul li a {
    color: #666666;
    cursor: pointer;
    font-size: 14px;
}

.home_fangan .hd ul li.cur {
    background-color: #0093B1;
    color: #ffffff;
}

.home_fangan .hd ul li.cur a:hover,
.home_fangan .hd ul li.cur a {
    color: #ffffff !important;
}

.home_fangan .hd .more a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-top: 22px;
}

.home_fangan .more_btn {
    margin-top: 38px;
}

.home_fangan .more_btn a {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    width: 200px;
    height: 50px;
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.home_fangan .more_btn a:hover {
    background-color: #018196;
    border-color: #018196;
    color: #fff !important;
}

.home_fangan .tit_big {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-bottom: 26px;
    padding-top: 6px;
}

.home_fangan .tit_big a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.home_fangan .fangan-desc {
    padding-top: 30px;
}

.home_fangan .fangan-desc .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home_fangan .fangan-desc .fl {
    width: 49%;
}

.home_fangan .fangan-desc .fr {
    width: 46.819%;
    overflow: hidden;
}

.home_fangan .fangan-desc .fr a {
    display: block;
    width: 100%;
}

.home_fangan .fangan-desc .fr img {
    width: 100%;
}

/* 媒体查询 */

@media only screen and (max-width:1880px) {
    .home_fangan .home_box_item {
        top: 18%;
    }
}

@media only screen and (max-width:1699px) {
    .home_about_left {
        width: 50%;
    }
}

@media only screen and (max-width:1599px) {
    .header.on .logo img {
        width: 212px;
    }

    .home_inner_box {
        width: 1130px;
    }

    .brief-list .item {
        margin-right: 26px;
    }

    .home_title {
        width: 280px;
    }

    .home_box {
        padding-left: 280px;
    }

    .home_box_item {
        left: 280px;
    }

    .home_inner_box {
        width: 1090px;
    }

    .home_case .item-logo {
        margin-top: 50px;
    }

    .home_case .item-title {
        font-size: 24px;
        margin: 12px 0;
    }

    .home_case .item:hover .item-logo {
        margin-top: 36px;
    }

    .home_case .text_bot {
        bottom: 20px;
    }

    .home_about_right {
        width: 42%;
    }

    .home_about_left {
        width: 54%;
    }

    .home_fangan .home_box_item {
        top: 20%;
    }

    .recommend-fangan {
        margin-top: 45px;
    }
}

@media only screen and (max-width:1499px) {
    .nav_menu_list>li>a {
        margin: 0 16px;
    }

    .home_product .home_product_box .tit {
        font-size: 21px;
    }
}

@media only screen and (max-width:1399px) {
    .home_title {
        width: 230px;
    }

    .home_box {
        padding-left: 230px;
    }

    .home_box_item {
        left: 230px;
    }

    .home_inner_box {
        width: 952px;
    }

    .home_case .item-title {
        font-size: 20px;
        margin: 6px 0;
    }

    .home_case .item-logo {
        margin-top: 35px;
    }

    .home_case .text_bot {
        bottom: 14px;
    }

    .home_case .item-text {
        width: 90%;
    }

    .home_case .item:hover .item-logo {
        margin-top: 12px;
    }

    .home_about_left {
        width: 49%;
    }

    .biref-tit img {
        width: 90%;
    }

    .home_about_right {
        width: 45%;
    }

    .brief-list span {
        font-size: 14px;
    }

    .brief-list .item {
        margin-right: 16px;
    }

    .home_product .home_product_box {
        margin: 0 -10px;
    }

    .home_product .home_product_box .item {
        margin: 0 10px;
    }

    .home_news_item ul {
        margin: 0 -10px;
    }

    .home_news_item li .item {
        margin: 0 10px;
    }
}

.content66 {
    width: 1200px;
    margin: auto;
}

.content66 .home_box1 {
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* 内页 */
.ny_content {
    background: #FFFFFF;
    overflow: hidden;
    padding-bottom: 45px;
}

/* 内页产品展示 */
.ny_product_box {
    padding-top: 50px;
    overflow: hidden;
}

.ny_product_box.home_product .home_product_box .item {
    margin: 0 15px 30px;
}

.ny_product_box.home_product .home_product_box .tit {
    font-size: 21px;
}

/* 内页新闻 */
.ny_news_item.home_news_item li .item {
    margin: 0 15px 30px;
    background-color: #F5F5F5;
}

.ny_news_item.home_news_item {
    margin-top: 50px;
}

.ny_news_item .home_news_desc {
    padding: 0 20px;
    margin-top: 12px;
}

.ny_news_item .home_news_time {
    padding: 0 20px 24px;
    margin-top: 18px;
}

.ny_news_item .home_news_name {
    padding: 0 20px;
}

.ny_news_item .home_news_name a {
    padding-top: 20px;
}

@media only screen and (max-width: 1399px) {
    .ny_product_box.home_product .home_product_box .item {
        margin: 0 10px 20px;
    }

    .ny_news_item.home_news_item li .item {
        margin: 0 10px 20px;
    }
}


/*æŠ€æœ¯ä¼˜åŠ¿ start*/
.a_js ul li {
    text-align: center;
    float: left;
    width: 15.666%;
    margin: 0 .5%;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 40px 20px;
    height: 300px;
    transition: .3s;
}

.a_js ul li span {
    font-size: 26px;
    line-height: 50px;
    color: #333;
}

.a_js ul li p {
    font-size: 14px;
    color: #666;
}

.a_js ul li i {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 auto;
    font-size: 40px;
    color: #666;
    margin-bottom: 60px;
    margin-top: 20px;
}

.a_js ul li:hover {
    background: #018196;
}

.a_js ul li:hover i {
    color: #fff;
}

.a_js ul li:hover span,
.a_js ul li:hover p {
    color: #fff;
}

.b_js ul li {
    float: left;
    width: 31.333%;
    margin: 0 1%;
}

.b_js ul li .img {
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.b_js ul li .img img {
    border-radius: 20px;
    width: 100%;
    transition: .5s;
}

.b_js ul li span {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #333;
}

.b_js ul li:hover img {
    transform: scale(1.1);
}

.b_js ul li:hover span {
    color: #018196;
}

.c_js {
    padding: 100px 0 0px 0;
    margin-top: 0;
    position: relative;
}

.c_js .container {
    height: 700px;
}

.c_js .left {
    float: left;
    width: 50%;
}

.c_js .left .gs_item {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.c_js .left img {
    width: 100%;
}

.c_js .slick-dots {
    text-align: left;
    left: 20px;
    bottom: 20px;
}

.c_js .slick-dots li {
    margin: 0 8px;
}

.c_js .slick-dots li button {
    border: none;
    height: 10px;
    width: 10px;
    outline: none;
}


.c_js .right {
    float: right;
    width: 50%;
    position: relative;
    height: 100%;
}

.c_js .right .top {
    /* background: #F3F3F3; */
    background: #0060a6;
    height: 50%;
    box-sizing: border-box;
    padding: 30px 80px 0 40px;
}

.c_js .right .top .title {
    margin-top: 20px;
}

.c_js .right .top .title span {
    font-size: 36px;
    line-height: 60px;
    /* color: #333; */
    color: #fff;
}

.c_js .right .top .title p {
    font-size: 18px;
    /* color: #666; */
    color: #fff;
}

.c_js .right .top .title i {
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}

.c_js .right .top .desc {
    margin-top: 20px;
}

.c_js .right .top .desc span {
    font-size: 14px;
    line-height: 25px;
    /* color: #999; */
    color: rgba(255, 255, 255, .8);
}

.c_js .right .bot {
    height: 50%;
}

.c_js .right .bot .num_box {
    height: 100%;
    width: 50%;
    float: left;
}

.c_js .right .bot .num_box1 {
    /* background: #e0e0e0; */
    background: #018196;
}

.c_js .right .bot .num_box2 {
    /* background: #ddd; */
    background: #018196;
}

.c_js .num_box p {
    font-size: 14px;
    color: #fff;
}

.c_js .num_box p span {
    font-size: 60px;
    color: #fff;
    font-family: beba;
}

.c_js .num_box .desc>span {
    font-size: 14px;
    margin-top: 30px;
    display: block;
    color: #fff;
}

.c_js .num_box .desc {
    width: 185px;
    height: 155px;
    margin: 0 auto;
    position: relative;
    margin-top: 44%;
    transform: translateY(-50%);
}

.c_js .zw_box {
    position: absolute;
    left: -50%;
    bottom: 0;
    z-index: 111;
    background: #0086e7;
    background: rgba(0, 134, 231, .6);
    height: 50%;
    width: 50%;
}

.c_js .zw_box ul {
    height: 100%;
}

.c_js .zw_box ul li {
    width: 50%;
    height: 50%;
    float: left;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.c_js .zw_box ul li p span {
    font-size: 50px;
    font-family: beba;
}

.c_js .zw_box ul li p {
    font-size: 14px;
}

.c_js .zw_box ul li .desc {
    margin-top: 50px;
}

.c_js .zw_box ul li .desc>span {
    font-size: 14px;
}

/*æŠ€æœ¯ä¼˜åŠ¿ end*/
/*å…³äºŽæˆ‘ä»¬é¡µ start*/

.ab_title {
    text-align: center;
    margin-bottom: 30px;
}

.ab_title span {
    font-size: 27px;
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
    color: #333;
}

.ab_title p {
    font-size: 18px;
    color: #666;
}

.ab_title i {
    width: 50px;
    height: 2px;
    background: #018196;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}


.a_about {
    padding: 100px 0 50px 0;
    background: #f3f3f3;
}

.a_about .left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
}

.a_about .left .img img {
    width: 100%;
}

.a_about .left .title {
    font-size: 100px;
    color: #ccc;
}

.a_about .right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 40px;
}

.a_about .right .title {
    font-size: 36px;
    color: #444;
}

.a_about .right i {
    display: block;
    width: 60px;
    height: 4px;
    background: #4885b2;
    margin: 30px 0;
}

.a_about .right .title span {
    font-size: 50px;
    color: #018196;
    font-weight: bold;
}

.a_about .right .desc span {
    color: #666;
    font-size: 15px;
    line-height: 28px;
}





.b_about {
    padding-top: 100px;
    margin: 0px 0 50px 0;
}

.b_about .cont .com1 {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 30px;
    float: left;
}

.b_about .cont .com2 {
    width: 31.3%;
    margin: 0 1%;
    float: left;
}

.b_about .cont .com .img {
    width: 100%;
}

.b_about .cont .com1 .img {
    overflow: hidden;
}

.b_about .cont .com2 .img {
    overflow: hidden;
}

.b_about .cont .com img {
    width: 100%;
    transition: .5s;
}

.b_about .cont .com .desc {
    text-align: center;
    margin-top: 10px;
}

.b_about .cont .com .desc span {
    font-size: 20px;
    line-height: 35px;
    color: #666;
}

.b_about .cont .com .desc p {
    font-size: 14px;
    color: #999;
}

.b_about .cont .com:hover img {
    transform: scale(1.1);
}






.c_about {
    padding: 100px 0 100px 0;
    background: #F3F3F3;
}

.honor_box {
    /* width: 1200px; */
    margin: 0 auto;
}

.honor_box .img {}

.honor_box img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.honor_box .slick-prev,
.honor_box .slick-next {
    background: url(../images/next_year.png);
    border: none;
    height: 45px;
    width: 25px;
}

.honor_box .slick-prev {
    left: -30px;
}

.honor_box .slick-next {
    right: -30px;
    background-position: -25px 0;
}

.honor_box .slick-dots {
    bottom: -45px;
}

.honor_box .slick-dots li {
    margin: 0 10px;
}

.honor_box .slick-dots li button {
    background: #ddd;
    border: none;
    height: 10px;
    width: 10px;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #fa9f06;
}

.slick-dots li.slick-active:after {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    border: 1px solid #FA9F06;
    border-radius: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
}



.d_about {
    padding: 100px 0px 100px 0;
}

.d_about ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 10px 0;
}

.d_about ul li img {
    display: inline-block;
    width: 150px;
}




.e_about {
    padding: 6.25% 0 75px;
}

.e_about .mktitle {
    text-align: center;
    margin-bottom: 4.1666%;
}

.e_about .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.e_about .li {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    width: 10%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 600px;
    border-right: 1px solid #687f8f;
    border-right: 1px solid rgba(0, 83, 143, .5);
    position: relative;
    overflow: hidden;
}

.e_about .li:first-child {
    border-left: 1px solid #687f8f;
    border-left: 1px solid rgba(0, 83, 143, .5);
}

.e_about .li .dtl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    text-align: center;
    font-size: 24px;
    color: #018196;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.e_about .li .indiv {
    opacity: 0;
    position: absolute;
    width: 250px;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.e_about .li .indiv .iconbox {
    width: 250px;
    height: 250px;
    background-color: #018196;
    border: #018196;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 55px;
}

.e_about .li .indiv .iconbox .icon {
    width: 100px;
    margin: 45px auto 20px;
}

.e_about .li .indiv .iconbox .text {
    text-align: center;
}

.e_about .li .indiv .iconbox .text .cn {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.e_about .li .indiv .iconbox .text .en {
    color: #fff;
}

.e_about .li .indiv .infobox {
    text-align: center;
    line-height: 28px;
    color: #018196;
}

.e_about .actli {
    width: 50%;
}

.e_about .actli .dtl {
    top: 20%;
    opacity: 0;
}

.e_about .actli .indiv {
    -webkit-transition: all .4s .4s;
    -o-transition: all .4s .4s;
    -moz-transition: all .4s .4s;
    transition: all .4s .4s;
    width: 100%;
    top: 15%;
    opacity: 1;

}

.gsln {
    margin-top: 40px;
}

.gsln ul li {
    float: left;
    width: 31.3%;
    margin: 10px 1%;
    box-sizing: border-box;
    padding-left: 50px;
}

.gsln i {
    display: block;
    width: 48px;
    width: 48px;
    float: left;
}

.gsln .desc {
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.gsln .desc span {
    font-size: 16px;
    color: #018196;
    font-weight: bold;
}

.gsln .desc p {
    font-size: 14px;
}







.d_about .swiper-container3 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.d_about .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 120px;
    border: 1px solid #eee;
    box-sizing: border-box;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.d_about .swiper-button-next,
.d_about .swiper-button-prev {
    top: 60%;
    background: url(../images/next_year.png) no-repeat;
}

.d_about .swiper-button-next {
    background-position: -25px 0;
}

.d_about .swiper-button-prev {
    background-position: 0 0;
}

.d_about .cont {
    width: 1300px;
    margin: 0 auto;
}

/*å…³äºŽæˆ‘ä»¬é¡µ end*/

/*æŠ€æœ¯ä¼˜åŠ¿ start*/
.a_js {
    margin: 60px 0;
}

.a_js ul li {
    text-align: center;
    float: left;
    width: 15.666%;
    margin: 0 .5%;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 40px 20px;
    height: 300px;
    transition: .3s;
}

.a_js ul li span {
    font-size: 26px;
    line-height: 50px;
    color: #333;
}

.a_js ul li p {
    font-size: 14px;
    color: #666;
}

.a_js ul li i {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 auto;
    font-size: 40px;
    color: #666;
    margin-bottom: 60px;
    margin-top: 20px;
}

.a_js ul li:hover {
    background: #018196;
}

.a_js ul li:hover i {
    color: #fff;
}

.a_js ul li:hover span,
.a_js ul li:hover p {
    color: #fff;
}

.b_js {
    padding: 80px 0 80px;
    background: #F3F3F3;
    margin-bottom: 80px;
}

.b_js ul li {
    float: left;
    width: 31.333%;
    margin: 0 1%;
}

.b_js ul li .img {
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.b_js ul li .img img {
    border-radius: 20px;
    width: 100%;
    transition: .5s;
}

.b_js ul li span {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #333;
}

.b_js ul li:hover img {
    transform: scale(1.1);
}

.b_js ul li:hover span {
    color: #018196;
}

.c_js {
    margin: 100px 0 80px 0;
    position: relative;
}

.c_js .container {
    height: 700px;
}

.c_js .left {
    float: left;
    width: 50%;
}

.c_js .left .gs_item {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.c_js .left img {
    width: 100%;
}

.c_js .slick-dots {
    text-align: left;
    left: 20px;
    bottom: 20px;
}

.c_js .slick-dots li {
    margin: 0 8px;
}

.c_js .slick-dots li button {
    border: none;
    height: 10px;
    width: 10px;
    outline: none;
}


.c_js .right {
    float: right;
    width: 50%;
    position: relative;
    height: 100%;
}

.c_js .right .top {
    /* background: #F3F3F3; */
    background: #0060a6;
    height: 50%;
    box-sizing: border-box;
    padding: 30px 80px 0 40px;
}

.c_js .right .top .title {
    margin-top: 20px;
}

.c_js .right .top .title span {
    font-size: 36px;
    line-height: 60px;
    /* color: #333; */
    color: #fff;
}

.c_js .right .top .title p {
    font-size: 18px;
    /* color: #666; */
    color: #fff;
}

.c_js .right .top .title i {
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}

.c_js .right .top .desc {
    margin-top: 20px;
}

.c_js .right .top .desc span {
    font-size: 14px;
    line-height: 25px;
    /* color: #999; */
    color: rgba(255, 255, 255, .8);
}

.c_js .right .bot {
    height: 50%;
}

.c_js .right .bot .num_box {
    height: 100%;
    width: 50%;
    float: left;
}

.c_js .right .bot .num_box1 {
    /* background: #e0e0e0; */
    background: #018196;
}

.c_js .right .bot .num_box2 {
    /* background: #ddd; */
    background: #018196;
}

.c_js .num_box p {
    font-size: 14px;
    color: #fff;
}

.c_js .num_box p span {
    font-size: 60px;
    color: #fff;
    font-family: beba;
}

.c_js .num_box .desc>span {
    font-size: 14px;
    margin-top: 30px;
    display: block;
    color: #fff;
}

.c_js .num_box .desc {
    width: 185px;
    height: 155px;
    margin: 0 auto;
    position: relative;
    margin-top: 44%;
    transform: translateY(-50%);
}

.c_js .zw_box {
    position: absolute;
    left: -50%;
    bottom: 0;
    z-index: 111;
    background: #0086e7;
    background: rgba(0, 134, 231, .6);
    height: 50%;
    width: 50%;
}

.c_js .zw_box ul {
    height: 100%;
}

.c_js .zw_box ul li {
    width: 50%;
    height: 50%;
    float: left;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.c_js .zw_box ul li p span {
    font-size: 50px;
    font-family: beba;
}

.c_js .zw_box ul li p {
    font-size: 14px;
}

.c_js .zw_box ul li .desc {
    margin-top: 50px;
}

.c_js .zw_box ul li .desc>span {
    font-size: 14px;
}




.pagesDiv {
    clear: both;
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
    padding: 10px 0px 10px 0px;
}

.pages {
    height: 30px;
    color: #666666;
    margin-top: 5px;
    text-align: center;
}

.pages a:link,
.pages a:visited {
    color: #666666;
}

.pages a,
.pages a:link {
    text-decoration: none;
    padding: 2px 5px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    margin: 0px 2px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.pages a:hover {
    background: #FB9007;
    color: #FFFFFF;
    border: 1px solid #E61636;
    text-decoration: none;
    text-align: center;
    padding: 2px 5px;
}

.pages .cpb {
    font-weight: bold;
    color: #FFFFFF;
    background: #FB9007;
    border: 1px solid #E61636;
    text-align: center;
    margin: 0px 2px;
    padding: 2px 5px;
}

.pages .intext {
    width: 30px;
    border: 1px solid #7F9DB9;
    height: 19px;
    line-height: 19px;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    color: #333333;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.pagination li a {
    float: left;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #FB9007;
    color: #ffffff;
}

.pagination li a.thisclass {
    background: #FB9007;
    color: #ffffff;
    border: 1px solid #018196;
    cursor: default;
}

.pagination li a.thisclass:hover {
    background: #FB9007;
    color: #ffffff;
    border: 1px solid #018196;
    cursor: default;
}

.pagination li .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999999;
}

.pagination li .pageinfo strong {
    color: #555555;
    font-weight: normal;
}

.pagination table {
    text-align: center;
    margin: 10px 0px 0px 25%;
}

.pagination table td {
    padding: 0px 2px;
}

#pages {
    padding: 14px 0 45px;
    text-align: right;
}

#pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333333;
    padding: 0 14px;
}

#pages a.a1 {
    background: url('../images/pages.png') no-repeat 0 5px;
    padding: 0 5px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    height: 30px;
    padding: 0 14px;
    line-height: 30px;
    background: #018196;
    border: 1px solid #018196;
    color: #ffffff;
    text-align: center;
}

#pages .noPage {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: url('../images/titlebg.png') repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

/* 面包屑 */
.position_bar .w1400 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    overflow: hidden;
    padding-top: 30px;
}

.position_bar li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 25px;
    height: 50px;
    background: #F5F5F5;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    cursor: pointer;
}

.position_bar li a {
    display: block;
    color: #666666;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
}

.position_bar li.cur,
.position_bar li:hover {
    background-color: #0093B1;
    color: #ffffff;
}

.position_bar li.cur a,
.position_bar li:hover a {
    color: #ffffff !important;
}

.position_bar .more {
    margin-top: 20px;
}

.bg_ov .duan p {
    font-size: 14px;
    line-height: 26px;
    color: #444343;
}

.bg_ov p>strong {
    font-size: 16px;
}

.duan span {
    font-weight: bold;
    font-size: 16px;
    color: #565656;
}

.bg_ov {
    font-family: Microsoft YaHei;
}

.bg_ov .duan2 {
    margin-top: 9px;
}

.bg_ov img {
    margin: 10px 0;
}

.bg_ov .duan {
    margin-bottom: 30px;
}

.bg_ov li {
    list-style: disc;
    line-height: 28px;
    margin-bottom: 6px;
    margin-left: 34px;
}

@media screen and (max-width:1499px) {
    .position_bar li {
        padding: 0 18px;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
    }
}

/*常见问题*/
.s_news {
    padding: 85px 0px 120px 0px;
}

.s_news li {
    margin-bottom: 80px;
}

.s_news li a {
    display: block;
    overflow: hidden;
}

.s_news li a .img {
    width: 320px;
    float: left;
    overflow: hidden;
    position: relative;
}

.s_news li a .img em {
    transition: all 2s;
    -webkit-transition: all 2s;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.s_news li a:hover .img em {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.s_news li a .txt {
    width: calc(100% - 405px);
    float: right;
    line-height: 30px;
}

.s_news li a .txt span {
    display: block;
    font-family: 'Arial';
    color: #999999;
}

.s_news li a .txt h2 {
    font-size: 24px;
    color: #333;
    padding: 15px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.s_news li a:hover .txt h2 {
    color: #0093B1;
}

.s_news li a .txt h3 {
    font-size: 16px;
    color: #666;
}

.s_news li a .txt .more {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #0093B1;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #FFF;
    position: relative;
    margin-top: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.s_news li a .txt .more:hover {
    opacity: 0.8;
}

.s_news li a .txt .more:after {
    width: 40px;
    height: 40px;
    position: absolute;
    content: ">";
    border-radius: 50%;
    background: #0093B1;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    right: 0px;
}

@media screen and (max-width:1200px) {
    .s_news {
        padding: 55px 0px 90px 0px;
    }
}

@media screen and (max-width:991px) {
    .s_news {
        padding: 20px 0px 90px 0px;
    }

    .s_news li {
        margin-bottom: 30px;
    }

    .s_news li a .img {
        width: 30%;
    }

    .s_news li a .txt {
        width: 65%;
    }

    .s_news li a .txt h2 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .s_news li a .txt h3 {
        font-size: 14px;
    }

    .s_news li a .txt .more {
        margin-top: 20px;
    }
}

@media screen and (max-width:640px) {
    .s_news {
        padding: 10px 0px 60px 0px;
    }

    .s_news li a .txt h2 {
        font-size: 16px;
    }

    .s_news li a .txt .more {
        margin-top: 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
    }

    .s_news li a .txt .more:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width:480px) {
    .s_news li a .img {
        width: 100%;
    }

    .s_news li a .txt {
        width: 100%;
    }
}



/* 解决方案切换 */
.ny-fangan-slick-box {
    width: 40%;
    float: left;
}

.ny-fangan-slick-box .img {
    width: 100%;
}

.ny-fangan-slick-box .fr {
    width: 100%;
    float: none;
}

.ny-fangan-slick-box img {
    width: 100%;
}

.ny-fangan-slick-box .slick-dots li.slick-active button {
    background-color: #0093B1;
}

.ny-fangan-slick-box .slick-dots li.slick-active:after {
    border: none;
}

.ny-fangan-slick-box .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: #ccc;
}

.ny-fangan-slick-box .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 20px;
    text-align: center;
    color: #018196;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-fangan-slick-box .text {
    font-size: 15px;
    color: #404040;
    line-height: 28px;
}

.ny-fangan-slick-box .slick-dots {
    bottom: -30px;
    text-align: center;
    width: 100%;
}

.card p>img {
    margin: 30px 0;
}

.card p {
    margin: 10px 0;
    font-size: 15px;
}

/* 10.29 */

.new_cast{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 30px 0;
}

.cast_chile{
    /* width: 33.33%; */
    width: calc(30% - 10px);
    background: #f6f6f6;

    transition:1s;
    -webkit-transition: 1s;
    margin-bottom: 30px;

}
.child_mainnn{
    padding: 20px;
}
.child_img{
    /* padding: 5px; */
}
.child_title{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    border-bottom: dashed 1px #DDDDDD;
    padding-bottom: 10px;
    transition:1s;
    -webkit-transition: 1s;
}
.child_descript{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    transition:1s;
    -webkit-transition: 1s;
}
.see_more{
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 20px;
    transition:1s;
    -webkit-transition: 1s;

}

.cast_chile:hover {
    background-color: #0099B1;
   
}

.cast_chile:hover .child_descript{
    color: white;
}
.cast_chile:hover .child_title{
    color: white;
}
.cast_chile:hover .see_more a{
    color: white;
}

.new_casts{
    margin-top: 50px;
}
.new_casts p{
    margin-bottom: 20px;
}
.new_casts div{
    margin-bottom: 20px;
}

.new_casts img{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}


.home_about_right .img_box video{display:block;width:100%;}