﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clr {
    clear: both;
}

body {
    font-size: 12px;
    font-family: 微软雅黑, Microsoft YaHei;
}
.contain{
    width: 100%;
    padding: 0 10px;
}

/* banner */
.mbanner{
    width: 100%;
}
.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    max-width: 560px;
    /* 设置焦点图最大宽度 */
}
.slideBox .hd {
    width: 100%;
    position: absolute;
    height: 8px;
    line-height: 8px;
    bottom: 10px;
    z-index: 1;
    text-align: center;
}
.slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 3px;
}
.slideBox .hd li.on {
    background: #02B2B5;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}
.slideBox .bd li {
    position: relative;
    text-align: center;
}
.slideBox .bd li img {
    vertical-align: top;
    width: 100%;
    display: inline-block;
    /* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}
/* end banner */

.can-do {
    text-align: center;

    position: relative;
    overflow: hidden;
}

.do-title {
    text-align: center;
    padding-top: 20px;
}

.do-title h2 {
    color: #333;
    font-size: 24px;
}

.do-title h2 span {
    color: #02B2B5;
}

.do-title img {
    width: 145px;
    margin-top: 10px;
}

.do-title p {
    padding-top: 10px;
    color: #333;
    font-size: 14px;
}

.do-list {
    text-align: center;
    padding-top: 60px;
}

.do-list ul {
    display: inline-block;
}

.do-list ul li {
    width: 225px;
    height: 367px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    margin-right: 50px;
}

.do-list ul li:nth-child(2) {
    margin-right: 0px;
}

.do-list ul li .do-li {
    display: block;
    float: right;
    width: 50%;
    height: 100%;
    color: #4c4c4c;
    position: relative;
    text-align: left;
    padding-right: 60px;
}

.do-list-title {
    padding-top: 55px;
}

.do-list-title h3 {
    font-size: 33px;
    color: #02B2B5;
    /* font-weight: normal; */
}

.do-list-title p {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    padding: 15px 0;
}

.do-list-title b {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #cbcbcb;
    margin: 0 auto;
}

.do-list-text {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding: 20px 0px;
}

.do-list-more {
    width: 47px;
    height: 47px;
    background-image: url(../images/arrow.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 30px;
    right: 60px;
    transition: all 0.5s ease-in-out;
}


.main-about {
    width: 100%;
    height: 590px;
    background-image: url(../images/gsjj.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.about-left {
    width: 100%;
}

.about-right {
    width: 100%;
    height: 590px;
}

.about-title {
    padding-top: 70px;
    padding-left: 15px;
    position: relative;
}

.about-title::before {
    content: '';
    width: 5px;
    height: 77px;
    background-color: #02B2B5;
    position: absolute;
    left: 0;
    top: 70px;
}

.about-title strong {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 32px;
}

.about-title h3 {
    color: #fff;
    font-size: 36px;
}

.about-title h3 span {
    color: #02B2B5;
}

.about-right p {
    width: 100%;
    /* height: 160px; */
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    padding-top: 40px;
}

.about-menu {
    padding-top: 60px;
}

.about-menu ul li {
    float: left;
    display: block;
}

.about-menu ul li a {
    display: block;
    width: 132px;
    height: 42px;
    margin-right: 2px;
    background-color: #052b62;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.about-menu ul li a:hover {
    background-color: #02B2B5;
    color: #02B2B5;
}

.about-menu ul li:first-child a {
    background-color: #02B2B5;
    color: #02B2B5;
}

.main-product {
    padding: 75px 0;
    width: 100%;
}

.main-product ul {
    width: 100%;
    position: relative;
    height: 750px;
}

.main-product ul li {
    /* float: left; */
    display: block;
    height: auto;
    position: absolute;
}

.main-product ul li:nth-child(3n+1) {
    width: 200px;
    left: 0;
}

.main-product ul li:nth-child(3n+2) {
    width: 200px;
    left: 435px;
}

.main-product ul li:nth-child(3n+3) {
    width: 230px;
    right: 0;
}

.main-product ul li:nth-child(1) {
    top: 0;
    height: 200px;
    background-color: #02B2B5;
}

.pro-first-title {
    color: #fff;
    border: 1px solid #fff;
    width: 260px;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.pro-first-title strong {
    display: block;
    width: 150px;
    background-color: #02B2B5;
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: -15px;
}

.pro-first-title h4 {
    font-weight: normal;
    padding-top: 10px;
}

.main-product ul li:nth-child(1) p {
    color: #fff;
    font-size: 13px;
    padding: 20px 30px 0;
    text-align: center;
    line-height: 24px;
}

.main-product ul li:nth-child(2) {
    top: 0;
    height: 360px;
}

.main-product ul li:nth-child(3) {
    top: 0;
    height: 495px;
}

.main-product ul li:nth-child(4) {
    bottom: 0;
    height: 520px;
}

.main-product ul li:nth-child(5) {
    bottom: 0;
    height: 360px;
}

.main-product ul li:nth-child(6) {
    bottom: 0;
    height: 220px;
    background-image: url(../images/product-last-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pro-last-title {
    width: 300px;
    height: 40px;
    background-color: #02B2B5;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 65px;
}

.pro-last-more {
    width: 150px;
    height: 45px;
    display: block;
    color: #f1f1f1;
    border: 1px solid #b8b8b8;
    text-align: center;
    line-height: 43px;
    margin: 0 auto;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.pro-last-more:hover {
    background-color: #fff;
    color: #02B2B5;
}

.pro-item-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pro-item-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.pro-item-img img {
    max-width: 100%;
}

.pro-item-title {
    padding-left: 30px;
    padding-top: 35px;
}

.pro-item-title strong {
    font-size: 24px;
    color: #333333;
}

.pro-item-title h4 {
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    font-weight: normal;
}

.main-product ul li:hover .pro-item-box .pro-bg {
    opacity: 1;
}

.pro-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.pro-bg .pro-item-more {
    width: 120px;
    height: 40px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 48%;
}


.main-case {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}


.yuzhong {
    background-image: url(../images/yybg.jpg);
    /* height: 650px; */
    background-position: center;
    background-attachment: fixed;
}

/* .case-title {
    width: 320px;
    height: 320px;
    background-color: rgba(255, 255, 255, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff, endcolorstr=#c8ffffff);
    text-align: center;
    border-radius: 50%;
    padding: 90px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.case-title::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 340px;
    height: 340px;
    border: 10px solid rgba(255, 255, 255, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
    border-radius: 50%;
    box-sizing: border-box;
} */

.case_list {
    width: 100%;
    /* height: 650px; */
    position: relative;
    text-align: center;
}

/* .case_list img {
    margin-top: 75px;
} */
.case_list ul{
    width: 100%;
    padding: 10px !important;
}
.case_list ul li {
    padding: 15px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .2);
    text-align: left;
    margin: 10px 0;
}

.case_list ul li strong {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #05c5c8;
}

.case_list ul li p {
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 5px;
    color: #fff;
    text-align: justify;
    /* height: 96px;
    overflow-y: auto;
    padding-right: 10px; */
}
.case_list ul li p::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.case_list ul li p::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    box-shadow: inset 0 0 1px rgba(216, 39, 28, 0.1);
    background: #02B2B5;
}
.case_list ul li p::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #e1e1e1;
}


.main-news{
	width: 100%;
}
.news-box{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 10px;
}
.wenti-box{
	width: 100%;
}
.wenti-box .news-title{
	box-sizing: border-box;
	padding: 0 10px;
}
.wenti-box .news-title a{
	right: 10px;
}
.news-title{
    position: relative;
}
.news-title strong{
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}
.news-title span{
    display: block;
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
    text-transform: uppercase;
}
.news-title a{
    position: absolute;
    right: 0;
    top: 0;
    color: #17136f;
}
.news-title a img{
	width: auto;
	height: 30px;
}
.news-title a:hover{
    text-decoration: underline;
}
.news-box ul li{
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
/* .news-box ul li a{
	display: block;
	height: auto;
} */
.news-box ul li:last-child{
    border-bottom: 0px solid #e9e9e9;
}
.news-box .news-image{
    width: 30%;
    height: 70px;
    overflow: hidden;
    float: left;
}
.news-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 100%;
    /* min-width: 100%;
    margin: 0 -100%; */
}
.news-r{
    float: right;
	width: 66%;
}
.news-r strong{
	font-size: 14px;
    color: #333;
    line-height: 24px;
}
.news-r b{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: normal;
}
.news-r b span{
    display: block;
    float: left;
    margin-right: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.news-r b span:nth-child(1){
    width: 12px;
    height: 12px;
    background-image: url(../images/time.png);
    margin-top: 2px;
}
.news-r b span:nth-child(2){
    margin-right: 15px;
}
.news-r b span:nth-child(3){
    width: 16px;
    height: 16px;
    background-image: url(../images/view.png);
}
.news-r p{
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}


.wenti-list{
    width: 100%;
    height: auto;
	padding: 10px;
	box-sizing: border-box;
    background-color: #f1f1f1;
    margin-top: 15px;
}
.wenti-list ul{
	margin-bottom: 5px;
}
.wenti-list li{
    display: block;
    border-bottom: 1px dashed #d1d1d1;
}
/* .wenti-list li:last-child{
	border-bottom: 0px dashed #d1d1d1;
	margin-bottom: 5px;
} */

.wenti-list .news-text{
    float: none;
}
.wenti-list .news-text strong{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 36px;
    padding-left: 8px;
    position: relative;
}
.wenti-list .news-text strong::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aeaeae;
}

footer {
    width: 100%;
}

.foot-down{
    height: auto;
	text-align: center;
    background-color:#333;
    color: #fff;
}

.foot-logo{
	padding: 20px;
}
.foot-logo img{
	width: 60%;
	height: auto;
	max-width: 220px;
}
.qr-code{
	display: inline-block;
	padding: 0 20px;
}
.qr-code-box{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding: 0 10px;
	box-sizing: border-box;
}
.qr-code-box img{
    width: 100%;
    height: auto;
}
.qr-code-box p{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.copyright {
    width: 100%;
	color: #ccc;
    /* background-color: #02B2B5; */
    border-top: 1px solid #444;
    margin-top: 15px;
	padding: 15px 10px;
	box-sizing: border-box;
}

.copyright a {
    color: #ccc;
}

.copyright a:hover {
    text-decoration: underline;
}


.down-fixed{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.down-fixed a{
    float: left;
    display: block;
    height: 50px;
    text-align: center;
}
.down-fixed a.bt{
    color: #797979;
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}
.down-fixed a.bt span{
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
.down-fixed a:nth-child(1){
    border-right: 1px solid #e9e9e9;
}
.down-fixed a:nth-child(1) span{
    background-image: url(../images/wechat.png);
}
.down-fixed a:nth-child(2) span{
    background-image: url(../images/foot-icon.png);
}
.down-fixed a.bot{
    background-color: #02B2B5;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
}

.fanyi_list ul {
    margin: 20px 0;
}

.fanyi_list li {
    width: 50%;
    float: left;
}

.fanyi_list li a {
    display: block;
    margin: 8px;
    border: 1px #f5f5f5 solid;
    background-color: #fefefe;
    height: 190px;
    padding: 5px;
}

.fanyi_list li a img {
    width: 45px;
    margin-top: 22px;
}

.fanyi_list li a strong {
    display: block;
    color: #000;
    line-height: 48px;
    font-size: 16px;
}

.fanyi_list li a i {
    display: block;
    height: 1px;
    width: 40px;
    background-color: #CCC;
    margin: auto;
}

.fanyi_list li a p {
    color: #333;
    padding-top: 10px;
    font-size: 13px;
}

.sloution {
    margin: 10px auto;
    width: 100%;
    position: relative;
}

.sloution li {
    width: 200px;
    float: left;
}

.sloution li a {
    display: block;
    margin: 8px;
    border: 1px #f5f5f5 solid;
    background-color: #fefefe;
    padding: 10px;
}

.sloution li a img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.sloution li a strong {
    display: block;
    color: #000;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sloution li a i {
    display: block;
    height: 2px;
    width: 50px;
    background-color: #02B2B5;
    margin: auto;
    margin-bottom: 10px;
}

.sloution li a p {
    color: #333;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}

#scrollArrLeft2 {
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(../images/arrow-left.png);
    background-size: 100%;
    cursor: pointer;
    left: 0px;
    top: 120px;
    z-index: 10;
}

#scrollArrRight2 {
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(../images/arrow-right.png);
    background-size: 100%;
    cursor: pointer;
    right: 0;
    top: 120px;
    z-index: 10;
}

/* .yuzhong {
    background-image: url(../images/yybg.jpg);
    height: 667px;
    background-position: center;
    background-attachment: fixed;
}

.yuzhong ul {
    padding-top: 30px;
}

.yuzhong li {
    width: 25%;
    float: left;
}

.yuzhong li span {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    height: 127px;
    background-color: rgba(255, 255, 255, 0.6);
}

.yuzhong li span img {
    width: 102px;
    height: 74px;
    margin: auto;
    margin-top: 26px;
}

.yuzhong li .yz_text {
    background-color: rgba(20, 28, 65, 0.8);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 127px;
}

.yuzhong li:nth-child(5) .yz_img {
    position: relative;
    margin-left: 163px;
}

.yuzhong li:nth-child(5) .yz_text {
    position: relative;
    margin-left: -326px;
}

.yuzhong li:nth-child(6) .yz_img {
    position: relative;
    margin-left: 163px;
}

.yuzhong li:nth-child(6) .yz_text {
    position: relative;
    margin-left: -326px;
}

.yuzhong li:nth-child(7) .yz_img {
    position: relative;
    margin-left: 163px;
}

.yuzhong li:nth-child(7) .yz_text {
    position: relative;
    margin-left: -326px;
}

.yuzhong li:nth-child(8) .yz_img {
    position: relative;
    margin-left: 163px;
}

.yuzhong li:nth-child(8) .yz_text {
    position: relative;
    margin-left: -326px;
} */