﻿@import "bootstrap.css";
* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
}
ul, ol, li {
    list-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5, p, dl, dt, dd {
    margin: 0;
}
a:focus {
    outline: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.placeholder {
    color: #999;
}

@media (max-width: 1200px) {
.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.carousel-inner > .item img {
    width: 100%;
}
.carousel-indicators {
    bottom: 42px;
}
.carousel-indicators li {
    width: 35px;
    height: 8px;
    display: inline-block;
    margin: 0 3px;
    background: #FFF;
    border: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.carousel-indicators .active {
    width: 35px;
    height: 8px;
    background: #00A539
}
/*header*/
div.header {
    /*width: 100%; */
    background-color: #FFF;
    padding: 15px 0 20px;
}
div.header a.logo {
    display: block;
    overflow: hidden;
}
div.header a.logo img {
    max-width: 100%;
    width: 230px;
}
div.header .right {
    float: right;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
div.header .right .lan-nav{
    float: right;
    margin-left: 10px;
}
div.header .right img {
    width: 100%;
}
div.header .right img.cn {
    width: 35px;
    margin-right 11px
}
div.header .right img.en {
    width: 35px;
}
div.header .menu {
    display: none;
}
/*navigation*/
div.navigation {
    width: 100%;
    background-color: #f2f2f2;
}
div.navigation ul.list {
    width: 100%;
    display: table;
}
div.navigation ul.list li {
    display: table-cell;
    width: 11.1%;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    background: url('../img/nav_line.png') no-repeat left center;
}
div.navigation ul.list li:first-child {
    background: transparent;
}
div.navigation ul.list li:last-child{
    display: none;
}
div.navigation ul.list li a {
    color: #333;
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
div.navigation ul.list li a:hover, div.navigation ul.list li a:focus {
    text-decoration: none;
}
div.navigation ul.list li.active {
    background-color: #FFF;
}
div.navigation ul.list li.active a {
    color: #02c1b1;
}

@media (max-width: 1200px) {
div.header {
    position: relative;
}
div.header a.logo {
    height: 48px;
    position: absolute;
    top: 23px;
    left: 15px;
    z-index: 1;
}
}

@media (max-width: 980px) {
div.navigation ul.list li {
    font-size: 12px;
}
}

@media (max-width: 678px) {
body {
    padding-top: 70px;
}
body, div.header, div.navigation {
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s; /* Firefox 4 */
    -webkit-transition: all 0.3s linear 0s; /* Safari 和 Chrome */
    -o-transition: all 0.3s linear 0s; /* Opera */
}
div.header {
    width: 100%;
    height: 70px;
    padding: 10px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
div.header a.logo {
    margin-left: -60px;
    left: 50%;
    top: inherit;
}
div.header .right {
    display: none;
}
div.header .menu {
    display: block;
    width: 21px;
    height: 21px;
    background: url('../img/menu.png') no-repeat left center;
    background-size: 100%;
    font-size: 21px;
    margin-top: 12px;
    color: #333;
    float: left;
}
div.header .menu i {
    display: none;
}
div.navigation {
    width: 160px;
    height: 100%;
    border-top: 5px solid #02c1b1;
    position: fixed;
    top: 0;
    left: -160px;
    z-index: 9999;
}
div.navigation .container {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
div.navigation ul.list {
    display: block;
}
div.navigation ul.list li {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
}
div.navigation ul.list li.active {
    border-top: 0;
}
div.navigation ul.list li:last-child{
    display: block;
}
body.fixed div.header .menu {
    background-image: url('../img/close.png');
}
body.fixed div.header {
    left: 160px;
}
body.fixed div.navigation {
    left: 0;
}
}

@media (max-width: 320px) {
div.header .menu {
    margin-top: 10px;
}
div.header a.logo {
    width: 200px;
}
}
/*footer*/
div.footer {
    width: 100%;
    background-color: #555;
    color: #FFF;
    padding: 40px 0;
}
div.footer .f-list {
    width: 100%;
    display: table;
    line-height: 24px;
}
div.footer .f-list .cell {
    display: table-cell;
    padding: 0 15px;
    border-left: 1px solid #666;
    vertical-align: top;
}
div.footer .f-list .cell.left {
    width: 40%;
    border-left: 0;
    padding-left: 0;
}
div.footer .f-list .cell.left dl {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
div.footer .f-list .cell.left dl dt, div.footer .f-list .cell.left dl dd {
    display: table-cell;
}
div.footer .f-list .cell.left dl dt {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
div.footer .f-list .cell.left dl dt:after {
    display: inline-block;
    content: '：';
}
div.footer .f-list .cell.left dl dd {
    font-size: 14px;
    padding-left: 10px;
}
div.footer .f-list .cell.left dl dd a {
    display: inline-block;
    padding: 0 15px 8px 15px;
}
div.footer .f-list .cell.left a {
    color: #FFF;
}
div.footer .f-list .cell.left i {
    padding: 0 15px;
}
div.footer .f-list .cell.middle {
    text-align: center;
}
div.footer .f-list .cell.middle dl {
    display: inline-block;
}
div.footer .f-list .cell.middle dl dt {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
div.footer .f-list .cell.middle dl dt:after {
    display: inline-block;
    content: '：';
}
div.footer .f-list .cell.middle dl dd {
    font-size: 16px;
    text-align: left;
    line-height: 42px;
}
div.footer .f-list .cell.middle dl dd * {
    color: #FFF;
}
div.footer .f-list .cell.right {
    width: 30%;
    border-right: 0;
    text-align: center;
    padding-right: 0;
}
div.footer .f-list .cell.right dl {
    display: inline-block;
}
div.footer .f-list .cell.right dt {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
div.footer .f-list .cell.right dt:after {
    display: inline-block;
    content: '：';
}
div.footer .f-list .cell.right dd {
}
div.footer .f-list .cell.right dd p {
    display: inline-block;
    margin: 0 5px;
}
div.footer .f-list .cell.right dd p img {
    width: 120px
}
div.footer .f-list .cell.right dd p:after {
    display: block;
    font-size: 14px;
    content: '微信客服';
    text-align: center;
    padding-top: 5px;
}
div.footer .f-list .cell.right dd p:first-child:after {
    content: '官方手机';
}

@media (max-width: 1200px) {
div.footer .f-list .cell.left dl dt, div.footer .f-list .cell.right dt, div.footer .f-list .cell.middle dl dt {
    font-size: 14px;
}
div.footer .f-list .cell.left dl dd {
    font-size: 12px;
}
div.footer .f-list .cell.left dl dd a {
    padding: 0 8px 5px 8px;
}
div.footer .f-list .cell.middle dl dd {
    font-size: 24px;
    line-height: 30px;
}
div.footer .f-list .cell.right dd p {
    width: 80px;
}
div.footer .f-list .cell.right dd p img {
    width: 100%;
}
}

@media (max-width: 790px) {
div.footer .f-list .cell.middle dl dd {
    font-size: 18px;
    line-height: 24px;
}
div.footer .f-list .cell.right {
    width: auto;
}
}

@media (max-width: 678px) {
div.footer {
    padding: 15px 0;
}
div.footer .f-list {
    display: block;
}
div.footer .f-list .cell {
    display: block;
    border: 0;
    border-top: 1px solid #686868;
}
div.footer .f-list .cell.left, div.footer .f-list .cell.middle, div.footer .f-list .cell.right {
    width: 100%;
    padding: 20px 0;
}
div.footer .f-list .cell.left {
    border-top: 0;
}
div.footer .f-list .cell.right {
    border-bottom: 0;
    display: none;
}
div.footer .f-list .cell.left dl dt, div.footer .f-list .cell.middle dl dt, div.footer .f-list .cell.right dt {
    text-align: center;
    font-size: 16px;
}
div.footer .f-list .cell.left dl dt:after, div.footer .f-list .cell.middle dl dt:after, div.footer .f-list .cell.right dt:after {
    display: none;
}
div.footer .f-list .cell.left {
    text-align: center;
}
div.footer .f-list .cell.left dl dt, div.footer .f-list .cell.left dl dd {
    display: block;
    width: 100%;
    text-align: center;
}
div.footer .f-list .cell.left dl dt {
    padding-bottom: 10px;
}
}

@media (max-width: 450px) {
div.footer .f-list .cell.left dl {
    display: none;
}
div.footer .f-list .cell.left span.sm-block {
    display: block;
}
div.footer .f-list .cell.middle {
    display: none;
}
}
/*fLink*/
div.fLink {
    width: 100%;
    min-height: 54px;
    background-color: #dcdcdc;
}
div.fLink dl {
    display: table;
    width: 100%;
}
div.fLink dl dt, div.fLink dl dd {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
}
div.fLink dl dt {
    width: 80px;
    white-space: nowrap;
    color: #333;
}
div.fLink dl dt:after {
    display: inline-block;
    content: '：';
}
div.fLink dl dd {
}
div.fLink dl dd a {
    color: #666;
    display: inline-block;
    padding: 0 15px;
}

@media (max-width: 678px) {
div.fLink dl {
    display: none;
}
}
/*swipe-wrapper*/
div.swipe-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
div.swipe-wrapper ul {
}
div.swipe-wrapper li {
    width: 100%;
}
div.swipe-wrapper li img {
    width: 100%;
}
div.swipe-wrapper .dots {
    width: 100%;
    text-align: center;
    padding: 24px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
div.swipe-wrapper .dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: url('../img/dots.png') no-repeat top center;
    cursor: pointer;
}
div.swipe-wrapper .dots span.act {
    width: 30px;
    background-image: url('../img/dots_hover.png');
}
div.swipe-wrapper .btns {
    width: 60px;
    height: 100px;
    background: no-repeat left center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 99;
    cursor: pointer;
}
div.swipe-wrapper .btn-left {
    background-image: url("../img/btn_left.png");
    left: 0;
}
div.swipe-wrapper .btn-right {
    background-image: url("../img/btn_right.png");
    right: 0;
}

@media (max-width: 678px) {
div.swipe-wrapper .dots {
    padding: 12px 0;
}
div.swipe-wrapper .dots span {
    width: 8px;
    height: 8px;
    background-size: 100%;
    margin: 0 2px;
}
div.swipe-wrapper .dots span.act {
    width: 20px;
}
div.swipe-wrapper .btns {
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background-size: 100%;
}
}
/*hots-wrapper*/
div.hots-wrapper {
    width: 100%;
    background-color: #02c1b1;
    color: #FFF;
}
div.hots-wrapper .container {
    position: relative;
    padding: 15px 0px 15px 0;
}
div.hots-wrapper dl.tags {
    display: table;
    font-size: 14px;
    width: 100%;
}
div.hots-wrapper dl.tags dt, div.hots-wrapper dl.tags dd {
    display: table-cell;
}
div.hots-wrapper dl.tags dt {
    white-space: nowrap;
    width: 20px;
    padding-right: 10px;
}
div.hots-wrapper dl.tags dt:after {
    display: inline-block;
    content: '：';
}
div.hots-wrapper dl.tags dd {
}
div.hots-wrapper dl.tags dd a {
    color: #FFF;
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
}
form.search {
    width: 210px;
    height: 28px;
    border: 1px solid #bbb;
    overflow: hidden;
    z-index: 1;
    -moz-border-radius: 30px;
}
.search input.ipt-txt {
    width: 170px;
    height: 100%;
    padding: 0 10px;
    outline: none;
    border: 0;
    background: transparent;
    float: left;
}
.search button.btn-submit {
    width: 38px;
    height: 100%;
    border: 0;
    outline: none;
    background: #aaa url("../img/search.png") no-repeat center;
    float: right;
}

@media (max-width: 1200px) {
div.hots-wrapper .container {
    padding: 15px 180px 15px 15px;
}
form.search {
    width: 165px;
    right: 15px;
}
form.search input.ipt-txt {
    width: 120px;
    padding: 0 15px;
}
}

@media (max-width: 678px) {
div.hots-wrapper .container {
    padding: 15px;
}
div.hots-wrapper dl.tags {
    display: none;
    font-size: 12px;
}
div.hots-wrapper dl.tags dd a {
    padding: 0 5px;
}
form.search {
    display: none;
}
}
/*qq-service*/
div.qq-service {
    width: 45px;
    height: 230px; /*background-color: #FFF;*/
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 999;
    display: none;
}
div.qq-service a {
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 45px;
    white-space: nowrap;
    padding-left: 45px;
    background: #02c1b1 no-repeat left center;
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s; /* Firefox 4 */
    -webkit-transition: all 0.3s linear 0s; /* Safari 和 Chrome */
    -o-transition: all 0.3s linear 0s; /* Opera */
}
div.qq-service a.top {
    background-image: url('../img/right_top.png');
    top: 0;
}
div.qq-service a.tel {
    background-image: url('../img/right_tel.png');
    top: 47px;
}
div.qq-service a.qq {
    background-image: url('../img/right_qq.png');
    top: 94px;
}
div.qq-service a.say {
    background-image: url('../img/right_say.png');
    top: 141px;
    display: none
}
div.qq-service a.wx {
    background-image: url('../img/right_wx.png'); /*top: 188px;*/
    top: 141px;
}
div.qq-service a.tel:hover, div.qq-service a.qq:hover, div.qq-service a.say:hover {
    width: auto;
    text-decoration: none;
    padding: 0 15px 0 50px;
}

@media (max-width: 678px) {
div.qq-service {
    width: auto;
    height: auto;
    right: 15px;
    top: inherit;
    bottom: 45px;
    background: transparent;
}
div.qq-service a {
    display: none;
}
div.qq-service a.top {
    display: block;
    position: relative;
    border: 1px solid #DDD;
    background-color: rgba(2, 193, 177, .8);
    background-size: 100%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
}
/*list-wrapper*/
div.list-wrapper {
    width: 100%;
    background-color: #f3f3f3;
    padding: 60px 0;
}
div.list-wrapper .top-title {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
div.list-wrapper .top-title h2 {
    font-size: 32px;
    padding-bottom: 15px;
}
div.list-wrapper .top-title h2 span {
    color: #02c1b1;
}
.teme_4_1 h3{
    font-size: 32px;
    padding-bottom: 15px;
    text-align: center;
}
div.list-wrapper .top-title p {
    font-size: 16px;
}
div.list-wrapper .inner {
    width: 100%;
    position: relative;
}
div.list-wrapper .left-menu {
    width: 240px;
    z-index: 99;
    float: left;
}
div.list-wrapper .left-menu .title {
    padding: 16px 15px 16px 40px;
    background: #02c1b1 url("../img/sudoku.png") no-repeat 15px center;
    color: #FFF;
}
div.list-wrapper .left-menu .title h2 {
    font-size: 24px;
}
div.list-wrapper .left-menu .title p {
    font-size: 12px;
}
div.list-wrapper .left-menu ul {
    width: 100%;
    background-color: #FFF;
}
div.list-wrapper .left-menu ul li {
    font-size: 16px;
    padding: 16px 15px 16px 45px;
    line-height: 16px;
    border-bottom: 1px solid #f3f3f3;
    background: url('../img/arrow_play.png') no-repeat 15px center;
}
div.list-wrapper .left-menu ul li a {
    color: #333;
    width: 100%;
    display: inline-block;
}
div.list-wrapper .left-menu ul li a:hover, div.list-wrapper .left-menu ul li a:focus {
    text-decoration: none;
    color: #02c1b1;
}
div.list-wrapper .left-menu ul li.active {
    border-left: 3px solid #02c1b1;
}
div.list-wrapper .left-menu ul li.active a {
    color: #02c1b1;
}
div.list-wrapper .left-menu a.more {
    font-size: 14px;
    color: #fff;
    padding: 12px 15px;
    text-align: center;
    display: block;
    width: 100%;
    background: #d90303
}
div.list-wrapper .left-menu a.more:hover, div.list-wrapper .left-menu a.more:focus {
    text-decoration: none;
}
div.list-wrapper .left-menu a.view {
    display: none;
}
div.list-wrapper .news-list, div.list-wrapper .right-list, .invite {
    float: right;
    width: 900px;
    background: #fff;
    padding: 25px;
}
div.list-wrapper .lit-title {
    width: 100%;
}
div.list-wrapper .lit-title h2 {
    font-size: 20px;
    float: left;
    margin-bottom: 12px;
    margin-left: 5px;
}
div.list-wrapper .lit-title a.more {
    color: #999;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #999;
    line-height: 12px;
    padding: 5px 10px;
    float: right;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-right: 25px;
}
div.list-wrapper .lit-title a.more:hover, div.list-wrapper .lit-title a.more:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #999;
}
div.list-wrapper .lit-title:after {
    display: block;
    content: '';
    clear: both;
}
div.list-wrapper .right-list .list {
    width: 100%;
}
div.list-wrapper .right-list .list:after {
    display: block;
    content: '';
    clear: both;
}
div.list-wrapper .right-list dl {
    width: 208px;
    overflow: hidden;
    background-color: #FFF;
    position: relative;
    float: left;
    padding: 0 5px;
    margin-top: 15px;
}
div.list-wrapper .right-list dl:nth-child(4n+1) {
    margin-left: 0;
}
div.list-wrapper .right-list dl dt {
    width: 100%;
    overflow: hidden;
}
div.list-wrapper .right-list dl dt a {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
}
div.list-wrapper .right-list dl dt img {
    width: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
div.list-wrapper .right-list dl dt a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
div.list-wrapper .right-list dl dd {
}
div.list-wrapper .right-list dl dd h3 {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background: #d90303;
}
div.list-wrapper .right-list dl dd h3 a {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 8px
}
div.list-wrapper .right-list dl dd p {
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}
div.list-wrapper .right-list dl dd.fixed {
    width: 100%;
    height: 100%;
    padding: 18px;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    background-color: rgba(27, 199, 185, .9);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}
div.list-wrapper .right-list dl dd.fixed a.link {
    display: block;
    width: 130px;
    border: 2px solid #FFF;
    padding: 5px 0;
    color: #FFF;
    font-size: 14px;
    margin: 5px auto;
    text-align: center;
}
div.list-wrapper .right-list dl dd.fixed a.link:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #666;
}
div.list-wrapper .right-list dl dd.fixed h3 {
    position: relative;
    margin-top: 25px;
}
div.list-wrapper .right-list dl dd.fixed h3:before {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #FFF;
    content: '';
    margin-bottom: 6px;
    position: relative;
    left: 50%;
    margin-left: -20px;
}
div.list-wrapper .right-list dl dd.fixed h3 a {
    color: #FFF;
}
div.list-wrapper .right-list dl dd.fixed p {
    color: #FFF;
}
div.list-wrapper .right-list dl dd.fixed p.more {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
div.list-wrapper .right-list dl dd.fixed p.more a {
    color: #FFF;
}
div.list-wrapper .right-list:after {
    display: block;
    content: '';
    clear: both;
}
div.list-wrapper .right-list dl:hover dd.fixed {
    top: 0;
}

@media (max-width: 1200px) {
div.list-wrapper .lit-title {
    padding-bottom: 10px;
}
div.list-wrapper .right-list dl {
    width: 32%;
    height: auto;
    margin: 1% 0 1% 2%;
}
div.list-wrapper .right-list dl:nth-child(4n+1) {
    margin: 1% 0 1% 2%;
}
div.list-wrapper .right-list dl:nth-child(3n+1) {
    margin: 1% 0;
}
div.list-wrapper .right-list dl dd.fixed p {
    display: none;
}
}

@media (max-width: 890px) {
div.list-wrapper .right-list dl {
    width: 48.5%;
    margin: 1% 0 1% 2%;
}
div.list-wrapper .right-list dl:nth-child(4n+1), div.list-wrapper .right-list dl:nth-child(3n+1) {
    margin: 1% 0 1% 2%;
}
div.list-wrapper .right-list dl:nth-child(2n+1) {
    margin: 1% 0;
}
}

@media (max-width: 678px) {
div.list-wrapper {
    padding: 30px 0;
}
div.list-wrapper .top-title h2 {
    font-size: 24px;
}
div.list-wrapper .top-title p {
    font-size: 12px;
}
div.list-wrapper .inner {
    padding-left: 0;
}
div.list-wrapper .left-menu {
    margin-bottom: 10px
}
div.list-wrapper .left-menu .title h2 {
    font-size: 18px;
    padding-bottom: 5px;
}
div.list-wrapper .left-menu .title p {
    line-height: 16px;
}
div.list-wrapper .left-menu a.view {
    display: block;
    width: 42px;
    height: 110px;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 12px;
    background-color: #02c1b1;
    position: fixed;
    left: 0;
    top: 42%; /*top: -90px; right: -42px;*/
    z-index: 999;
    border-left: 1px solid rgba(255, 255, 255, .6);
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
div.list-wrapper .left-menu a.view:hover, div.list-wrapper .left-menu a.view:focus {
    text-decoration: none;
}
div.list-wrapper .left-menu.active {
    top: 45px;
    left: -15px;
    background: #fff
}
div.list-wrapper .left-menu.active a.view {
    height: inherit;
    position: absolute;
    top: 0;
    left: auto;
    right: -42px;
}
div.left-menu .left-box {
    display: none;
}
}
/*honor-wrapper*/
div.honor-wrapper {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
div.honor-wrapper ul {
}
div.honor-wrapper ul li {
    margin: 0 10px;
    display: block;
    float: left;
    width: 280px
}
div.honor-wrapper ul li a:first-child {
    margin-left: 0;
}
div.honor-wrapper ul li a img {
    width: 100%;
}
div.honor-wrapper ul.abt-h li a img {
    height: 180px;
}
div.honor-wrapper ul li:after {
    display: block;
    content: '';
    clear: both;
}
div.honor-wrapper .btns {
    width: 49%;
    background-color: #dcdcdc;
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}
div.honor-wrapper .btns:hover{
    background-color: #d90303;
}
div.honor-wrapper .btns:after {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 10px 15px;
}
div.honor-wrapper .btns:hover:after {
    color:#fff;
}
div.honor-wrapper .btn-left {
    text-align: right;
    left: 0;
}
div.honor-wrapper .btn-left:after {
    content: 'Prev';
}
div.honor-wrapper .btn-right {
    text-align: left;
    right: 0;
}
div.honor-wrapper .btn-right:after {
    content: 'Next';
}
div.honor-wrapper.sm-honor {
    display: none;
}

@media (max-width: 1200px) {
div.honor-wrapper ul li a {
    width: 15.8%;
    margin-left: 1%;
}
}

@media (max-width: 678px) {
div.honor-wrapper {
    display: none;
}
div.honor-wrapper.sm-honor {
    display: block;
}
div.honor-wrapper.sm-honor ul li a {
    width: 48%;
    margin-left: 2%;
}
}
/*index-detail*/
div.index-detail {
    width: 100%;
    padding: 30px 0;
}
div.index-detail .content-div-vertical {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
div.index-detail .d-panel {
    width: 50%;
    overflow: hidden;
    float: left;
}
div.index-detail .d-panel:nth-child(2n) {
    width: 45%;
    float: right;
}
div.index-detail .d-panel .title {
    width: 100%;
    padding: 10px 0 10px 42px;
    border-bottom: 2px solid #c6c6c6;
    background: no-repeat left center;
    position: relative;
}
div.index-detail .d-panel .title h2 {
    font-size: 24px;
}
div.index-detail .d-panel .title:before {
}
div.index-detail .d-panel .title.icon-01 {
    background-image: url('../img/arrow_home.png');
}
div.index-detail .d-panel .title.icon-02 {
    background-image: url('../img/arrow_video.png');
}
div.index-detail .d-panel .title.icon-03 {
    background-image: url('../img/arrow_file.png');
}
div.index-detail .d-panel .title.icon-04 {
    background-image: url('../img/arrow_news.png');
}
div.index-detail .d-panel .content {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
}
div.index-detail .d-panel .content a.view-about {
    color: #02c1b1;
}
div.index-detail .d-panel .content .about-img {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
}
div.index-detail .d-panel .content .about-img img {
    width: 100%;
}

@media (max-width: 520px) {
div.index-detail .d-panel .content .about-img {
    width: 100%;
    margin-right: 0;
}
}
/*index-news-wrapper*/
div.index-news-wrapper {
    width: 100%;
    position: relative;
}
div.index-news-wrapper .btns {
    width: 42px;
    height: 34px;
    background: no-repeat left center;
    position: absolute;
    top: -56px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
div.index-news-wrapper .btn-left {
    background-image: url('../img/btn_little_left.png');
    right: 125px;
}
div.index-news-wrapper .btn-right {
    background-image: url('../img/btn_little_right.png');
    right: 75px;
}
div.index-news-wrapper a.more {
    display: block;
    width: 65px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    background-color: #02c1b1;
    color: #FFF;
    position: absolute;
    top: -56px;
    right: 0;
    z-index: 1;
}
div.index-news-wrapper a.more:hover {
    text-decoration: none;
    color: #f1f1f1;
}
div.index-news-wrapper .item {
    position: relative;
    overflow: hidden;
}
div.index-news-wrapper .item dl {
    width: 100%;
    min-height: 110px;
    padding: 10px 0 10px 100px;
    position: relative;
}
div.index-news-wrapper .item dl dt, div.index-news-wrapper .item dl dd {
}
div.index-news-wrapper .item dl dt {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
div.index-news-wrapper .item dl dt p {
    width: 88px;
    height: 96px;
    color: #FFF;
    font-weight: normal;
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-direction: column;
    background: url('../img/li_style_01.png') no-repeat;
    background-size: 100%;
}
div.index-news-wrapper .item dl dt p span {
    font-size: 14px;
    display: block;
    text-align: center;
}
div.index-news-wrapper .item dl dt p span:first-child {
    font-size: 48px;
    line-height: 48px;
}
div.index-news-wrapper .item dl dd {
    width: 100%;
    padding: 0 10px 0 20px;
}
div.index-news-wrapper .item dl dd h3 {
    width: 100%;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.index-news-wrapper .item dl dd h3 a {
    color: #333;
}
div.index-news-wrapper .item dl dd h3 a:hover {
    text-decoration: none;
    color: #666;
}
div.index-news-wrapper .item dl dd p {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
div.index-news-wrapper.solution-wrapper .item dl dt a {
    display: block;
    width: 88px;
    height: 96px;
    overflow: hidden;
    position: relative;
}
div.index-news-wrapper.solution-wrapper .item dl dt a img {
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
div.index-news-wrapper.solution-wrapper .item dl dt a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
div.index-news-wrapper.solution-wrapper .item dl dt a:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: url("../img/li_style_02.png") left top;
    background-size: 100%;
}

@media (max-width: 1200px) {
}

@media (max-width: 890px) {
div.index-detail .d-panel {
    width: 100%;
}
div.index-detail .d-panel:nth-child(2n) {
    width: 100%;
}
div.index-detail .d-panel.index-video {
    display: none;
}
}
/*banner-wrapper*/
div.banner-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
div.banner-wrapper img {
    width: 100%;
}
/*position-wrapper*/
div.position-wrapper {
    width: 100%;
    padding: 20px 0;
    text-align: right;
}
div.position {
    font-size: 14px;
    color: #666;
    display: inline-block;
}
div.position:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    background: url('../img/pos.png') no-repeat left center;
}
div.position a {
    color: #666;
}

@media (max-width: 678px) {
div.position {
    font-size: 12px;
}
}
/*introduce-wrapper*/
div.introduce-wrapper {
    width: 100%;
    background-color: #f2f2f2;
    padding: 60px 0;
}
div.introduce-wrapper .info {
    padding-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
div.introduce-wrapper .intro-img {
    width: 280px;
    margin-left: 20px;
    float: right;
}
div.introduce-wrapper .intro-img img {
    width: 100%;
}
/*about-title*/
div.about-title {
    display: inline-block;
}
div.about-title h2, div.about-title p {
    display: inline-block;
    vertical-align: middle;
}
div.about-title h2 {
    color: #666;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #02c1b1;
    padding: 10px 0;
}
div.about-title h2 {
}
div.about-title p {
    font-size: 20px;
    color: #02c1b1;
}
div.about-title p:before {
    display: inline-block;
    content: '/';
    padding: 0 8px;
}

@media (max-width: 678px) {
div.introduce-wrapper .intro-img {
    display: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-bottom: 30px;
    float: none;
}
div.introduce-wrapper .intro-img img {
    width: auto;
    max-width: 100%;
}
div.about-title h2 {
    font-size: 20px;
}
div.about-title p {
    font-size: 16px;
}
}
/*culture-wrapper*/
div.culture-wrapper {
    padding: 50px 0;
}
div.culture-wrapper .culture-list {
    padding-top: 30px;
}
div.culture-wrapper .culture-list .item {
    height: 230px;
    overflow: hidden;
    float: left;
}
div.culture-wrapper .culture-list .item a {
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    flex-direction: column;
    color: #FFF;
    width: 100%;
    height: 100%;
    position: relative;
}
div.culture-wrapper .culture-list .item a img {
    width: 100%;
    min-height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
div.culture-wrapper .culture-list .item a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
div.culture-wrapper .culture-list .item a:hover, div.culture-wrapper .culture-list .item a:focus {
    text-decoration: none;
}
div.culture-wrapper .culture-list .item a.txt:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 22;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s; /* Firefox 4 */
    -webkit-transition: all 0.5s linear 0s; /* Safari 和 Chrome */
    -o-transition: all 0.5s linear 0s; /* Opera */
}
div.culture-wrapper .culture-list .item a.txt:hover:before {
    top: 0;
}
div.culture-wrapper .culture-list .item p.sm-txt {
    display: none;
}
div.culture-wrapper .culture-list .item a.txt {
    padding: 20px 45px;
    font-size: 14px;
    line-height: 24px;
}
div.culture-wrapper .culture-list .item a.txt h3 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 20px;
    position: relative;
}
div.culture-wrapper .culture-list .item a.txt h3:before {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    content: '';
    position: absolute;
    top: -20px;
    left: 44%;
    z-index: 1;
}
div.culture-wrapper .culture-list .item.clr-01 {
    background-color: #fd2020;
}
div.culture-wrapper .culture-list .item.clr-02 {
    background-color: #d90303;
}
div.culture-wrapper .culture-list .item.clr-03 {
    background-color: #f90000;
}
div.culture-wrapper .culture-list .item.wd {
    width: 350px;
}
div.culture-wrapper .culture-list .item.mid {
    width: 490px;
}
div.culture-wrapper .culture-list:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 1200px) {
div.culture-wrapper .culture-list .item {
    height: 200px;
}
div.culture-wrapper .culture-list .item.wd {
    width: 30%;
}
div.culture-wrapper .culture-list .item.mid {
    width: 40%;
}
div.culture-wrapper .culture-list .item a.txt {
    font-size: 12px;
    padding: 15px 20px;
}
div.culture-wrapper .culture-list .item a.txt h3 {
    font-size: 18px;
}
div.culture-wrapper .culture-list .item a.txt h3:before {
    top: inherit;
    bottom: 8px;
    left: 50%;
    margin-left: -15px;
}
}

@media (max-width: 678px) {
div.culture-wrapper .culture-list .item {
    height: 160px;
}
div.culture-wrapper .culture-list .item.sm-right {
    float: right;
}
div.culture-wrapper .culture-list .item.wd, div.culture-wrapper .culture-list .item.mid {
    width: 50%;
}
div.culture-wrapper .culture-list .item a.txt p {
    display: none;
}
div.culture-wrapper .culture-list .item p.sm-txt {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .6);
    justify-content: center;
    justify-items: center;
    text-align: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
}

@media (max-width: 400px) {
div.culture-wrapper .culture-list .item p.sm-txt {
    padding: 10px;
    font-size: 12px;
}
}
/*team-wrapper*/
div.team-wrapper {
    width: 100%;
    padding: 50px 0;
    background-color: #f2f2f2;
}
div.team-list {
    width: 100%;
    padding-top: 20px;
}
div.team-list .item {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}
div.team-list .item img {
    width: 100%;
    min-height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
div.team-list .item a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
div.team-list .item.h175 {
    height: 175px;
}
div.team-list .item.h360 {
    height: 360px;
}
div.team-list .item.txt {
    height: 175px;
    background-color: #02c1b1;
    padding: 10px;
}
div.team-list .item.txt a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFF;
    justify-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
div.team-list .item.txt:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s; /* Firefox 4 */
    -webkit-transition: all 0.5s linear 0s; /* Safari 和 Chrome */
    -o-transition: all 0.5s linear 0s; /* Opera */
}
div.team-list .item.txt a:hover, div.team-list .item.txt a:focus {
    text-decoration: none;
}
div.team-list .item.txt:hover:after {
    top: 0;
}
div.team-list .item.txt a h3 {
    font-size: 28px;
    padding-bottom: 10px;
}
div.team-list .item.txt a p {
    font-size: 14px;
}
div.team-list .left, div.team-list .right {
    width: 310px;
}
div.team-list .left, div.team-list .right, div.team-list .mid {
    float: left;
}
div.team-list .left {
}
div.team-list .mid {
    width: 570px;
    padding: 0 10px;
}
div.team-list .right {
}
div.team-list:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 1200px) {
div.team-list {
    display: table;
}
div.team-list .left, div.team-list .right {
    width: 30%;
}
div.team-list .mid {
    width: 40%;
    padding: 0 1%;
}
div.team-list .item.h175 {
    height: inherit;
}
div.team-list .item.txt {
    height: 175px;
}
div.team-list .item.h360 {
    height: inherit;
}
div.team-list .item.txt a h3 {
    font-size: 16px;
}
div.team-list .item.txt a p {
    font-size: 12px;
}
}

@media (max-width: 678px) {
div.team-list {
    padding-top: 150px;
    position: relative;
}
div.team-list .mid {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
div.team-list .mid .item.txt {
    height: 140px;
}
div.team-list .mid img {
    display: none;
}
div.team-list .left, div.team-list .right {
    width: 49%;
}
div.team-list .right {
    float: right;
}
}
/*enterprise*/
div.enterprise {
    width: 100%;
    padding: 50px 0;
}
div.enterprise div.about-title {
    margin-bottom: 20px;
}

@media (max-width: 360px) {
div.enterprise div.about-title p {
    position: relative;
    padding-left: 20px;
}
div.enterprise div.about-title p span {
    display: block;
}
div.enterprise div.about-title p:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
}
/*about-bottom*/
div.about-bottom {
    display: table;
    width: 100%;
    margin-top: 50px;
}
div.about-bottom .cell {
    display: table-cell;
    width: 25%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding: 30px 20px;
    text-align: center;
    vertical-align: top;
}
div.about-bottom .cell:hover {
    background-color: #eeeeee;
}
div.about-bottom .cell p.img {
    margin-bottom: 15px;
}
div.about-bottom .cell h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
div.about-bottom .cell.download {
    vertical-align: middle;
    color: #FFF;
    text-align: center;
    background: url('../imgs/img_13.png') no-repeat left top;
}
div.about-bottom .cell.download a.downLoadFile {
    color: #FFF;
    display: inline-block;
    padding: 8px 15px;
    line-height: 18px;
    font-size: 18px;
    border: 2px solid #FFF;
}
div.about-bottom .cell.download a.downLoadFile:hover {
    text-decoration: none;
    background: #FFF;
    color: #d90303;
}

@media (max-width: 1200px) {
div.about-bottom .cell {
    font-size: 12px;
    line-height: 20px;
}
div.about-bottom .cell h4 {
    font-size: 16px;
}
div.about-bottom .cell.download a.downLoadFile {
    font-size: 16px;
}
}

@media (max-width: 678px) {
div.about-bottom {
    display: block;
}
div.about-bottom .cell {
    display: block;
    width: 50%;
    height: 190px;
    padding: 15px 10px;
    overflow: hidden;
    float: left;
}
div.about-bottom:after {
    display: block;
    content: '';
    clear: both;
}
div.about-bottom .cell.download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}
}
/*product-wrapper*/
div.product-wrapper {
    width: 100%;
}
div.product-wrapper .container {
    position: relative;
}
div.list-wrapper.product-wrapper .lit-title {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

@media (min-width: 981px) {
div.list-wrapper.product-wrapper .right-list dl:nth-child(4n+1) {
    margin-left: 0;
}
}

@media (max-width: 1200px) and (min-width: 981px) {
div.list-wrapper.product-wrapper .right-list dl {
    width: 23.5%;
    margin: 1% 0 1% 2%;
}
}

@media (max-width: 980px) and (min-width: 800px) {
div.list-wrapper.product-wrapper .right-list dl {
    width: 31.6%;
    margin: 1% 0 1% 2%;
}
div.list-wrapper.product-wrapper .right-list dl:nth-child(3n+1) {
    margin-left: 0;
}
}

@media (max-width: 799px) {
div.list-wrapper.product-wrapper .right-list dl {
    width: 49%;
    margin: 1% 0 1% 2%;
}
div.list-wrapper.product-wrapper .right-list dl:nth-child(2n+1) {
    margin-left: 0;
}
}

@media (max-width: 678px) {
div.list-wrapper.product-wrapper .right-list {
}
div.list-wrapper.product-wrapper .left-menu.active {
    left: 0;
}
div.list-wrapper.product-wrapper .position.fr {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    float: none;
}
}
/* - - - - - - - - - - - - - - - paging - - - - - - - - - - - - - - - */
div.paging {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 30px 0;
    margin-top: 15px;
}
div.paging a, div.paging span {
    display: inline-block;
    padding: 8px 10px;
    color: #555;
    margin: 0 1px;
}
div.paging a[href] {
    color: #333;
    border: 1px solid #CCC;
    background: #fff
}
div.paging a:hover {
    text-decoration: none;
}
div.paging a[href]:hover, div.paging a[href].active {
    background-color: #02c1b1;
    color: #FFF;
}
a.load-more {
    display: none;
    width: 120px;
    color: #666;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto 20px;
    border: 1px solid #CCC;
}

@media (max-width: 690px) {
/*div.paging a.num, div.paging span { display: none; }*/
div.paging a[href] {
    margin: 3px 0;
}
}

@media (max-width: 460px) {
div.paging {
    padding-top: 30px;
}
}
/*recommend-wrapper*/
div.recommend-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
div.recommend-wrapper ul {
}
div.list-wrapper .left-menu div.recommend-wrapper ul li {
    background: transparent;
    padding: 0;
    position: relative;
}
div.recommend-wrapper ul li img {
    width: 100%;
}
div.recommend-wrapper ul li p.tt {
    width: 100%;
    padding: 6px 12px;
    color: #FFF;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
div.recommend-wrapper .btns {
    width: 20px;
    height: 50px;
    background: no-repeat left center;
    background-size: 100%;
    position: absolute;
    top: 42%;
    margin-top: -25px;
    cursor: pointer;
}
div.recommend-wrapper .btn-left {
    background-image: url('../img/btn_left.png');
    left: 0;
}
div.recommend-wrapper .btn-right {
    background-image: url('../img/btn_right.png');
    right: 0;
}
div.left-menu .left-box {
    width: 100%;
    background-color: #FFF;
    margin: 20px 0;
}
div.left-menu .left-box .tit {
    padding: 15px;
}
div.left-menu .left-box .tit h2 {
    font-size: 18px;
    color: #02c1b1;
}
div.left-menu .left-contact {
    padding: 15px;
    font-size: 14px;
    color: #666;
}
div.left-menu .left-contact .tit {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}
div.left-menu .left-contact .cont {
    padding-top: 15px;
    line-height: 2
}
div.left-menu .left-contact h5 {
    font-size: 14x;
    padding-bottom: 5px;
}

@media (max-width: 678px) {
div.left-menu .left-box {
    margin: 0;
}
}
/*top-info*/
div.pro-detail .top-info {
    width: 100%;
    display: table;
    padding: 20px 0;
}
div.pro-detail .top-info .cell {
    /*display: table-cell;
    vertical-align: top;*/
}
div.pro-detail .top-info .cell.photo {
    width: 42.6%;
    float: left;
}
div.pro-detail .top-info .cell.photo a {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd
}
div.pro-detail .top-info .cell.photo a img {
    width: 100%;
}
div.pro-detail .top-info .cell.text {
    padding-left: 20px;
    width: 57%;
    float: right;
}
div.pro-detail .top-info .cell.text .tit {
    color: #3e3e45;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
div.pro-detail .top-info .cell.text .tit h2 {
    font-size: 20px;
}
div.pro-detail .top-info .cell.text .cont {
    min-height: 300px;
    padding: 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
div.pro-detail .top-info .cell.text .cont p strong{
    font-size: 18px;
    color: #d90303;
}
div.pro-detail .top-info .cell.text .bottom {
}
div.pro-detail .top-info .cell.text .bottom a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    background: #02c1b1 no-repeat 20px center;
    color: #FFF;
    padding: 10px 30px 10px 50px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
div.pro-detail .top-info .cell.text .bottom a.qq {
    background-image: url('../img/arrow_qq.png');
    margin-right: 10px;
}
div.pro-detail .top-info .cell.text .bottom a.tel {
    background-image: url('../img/arrow_tel.png');
}

@media (max-width: 1200px) {
div.pro-detail .top-info .cell.photo {
    width: 300px;
}
div.pro-detail .top-info .cell.photo a {
    width: 300px;
}
div.pro-detail .top-info .cell.text .cont {
    min-height: 160px;
}
}

@media (max-width: 980px) {
div.pro-detail .top-info .cell {
    display: block;
    width: 100%;
}
div.pro-detail .top-info .cell.photo {
    width: 100%;
    text-align: center;
}
div.pro-detail .top-info .cell.photo a {
    display: inline-block;
    width: auto;
}
div.pro-detail .top-info .cell.text {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
}
div.pro-detail .top-info .cell.text .bottom a {
    padding: 10px 20px 10px 40px;
}
}
div.pro-detail .intro {
    width: 100%;
    margin: 30px 0;
}
div.pro-detail .intro .tit {
    color: #3e3e45;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
div.pro-detail .intro .tit h2 {
    font-size: 20px;
}
div.pro-detail .intro .cont {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
div.pro-detail .intro .cont img {
    max-width: 100%
}
div.pro-detail .btm-table {
    width: 100%;
    border: 1px solid #CCC;
}
div.pro-detail .btm-table .hd {
    background-color: #e0f5f5;
    border-bottom: 1px solid #CCC;
    padding: 10px 15px;
    text-align: center;
}
div.pro-detail .btm-table .hd h2 {
    font-size: 16px;
}
div.pro-detail .btm-table .lt {
    width: 100%;
    padding: 15px 20px;
    line-height: 24px;
}
div.pro-detail .btm-table .lt a {
    display: inline-block;
    width: 19%;
    color: #666;
    padding: 3px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
div.pro-detail .btm-table .lt a {
    width: 24%;
}
}

@media (max-width: 800px) {
div.pro-detail .btm-table .lt a {
    width: 32%;
}
}

@media (max-width: 460px) {
div.pro-detail .btm-table .lt a {
    width: 49%;
}
}
div.pro-detail .intro.recommend {
}
div.pro-detail .intro.recommend dl {
    border: 1px solid #CCC;
}
div.pro-detail .intro.recommend dl dt {
}
div.pro-detail .intro.recommend dl dt, div.pro-detail .intro.recommend dl dd {
}
div.pro-detail .intro.recommend dl dt a {
}
div.pro-detail .intro.recommend dl dt img {
    width: 100%;
}
div.pro-detail .intro.recommend dl dd {
}
div.pro-detail .intro.recommend dl dd h2 {
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.pro-detail .intro.recommend dl dd h2 a {
    color: #333;
}
div.pro-detail .intro.recommend dl dd h2 a:hover {
    text-decoration: none;
    color: #666;
}
div.pro-detail .intro.recommend dl dd p {
}
div.pro-detail .intro.recommend .cont:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 360px) {
div.list-wrapper.product-wrapper .right-list .intro.recommend dl {
    width: 100%;
    margin: 2% 0;
}
}
/*equ-wrapper*/
div.equ-wrapper {
    width: 100%;
    padding: 0 0;
}
div.equ-wrapper .container {
    position: relative;
    padding-left: 250px;
}
div.list-wrapper.equ-wrapper .left-menu {
    top: -30px;
}
div.list-wrapper.equ-wrapper .left-menu.active {
    left: 0;
}
div.list-wrapper.equ-wrapper .right-list {
    min-height: 1600px;
}
div.list-wrapper.equ-wrapper .lit-title {
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
}
div.list-wrapper.equ-wrapper .equ-content {
    width: 100%;
    padding: 20px 0;
}
div.list-wrapper.equ-wrapper .equ-content img {
    max-width: 100%;
}
div.list-wrapper.equ-wrapper .equ-content h2 {
    font-size: 18px;
}

@media (max-width: 1200px) {
div.equ-wrapper .container {
    padding-left: 240px;
}
}

@media (max-width: 678px) {
div.list-wrapper.equ-wrapper .left-menu {
    top: 0;
    left: -180px;
}
div.list-wrapper.equ-wrapper .right-list {
    min-height: 980px;
}
div.list-wrapper.equ-wrapper div.position.fr {
    width: 100%;
    padding-bottom: 30px;
    text-align: right;
}
div.list-wrapper.equ-wrapper .left-menu.active a.view {
    top: inherit;
}
div.equ-wrapper .container {
    padding-left: 15px;
}
}
/*news-position*/
div.news-position {
    width: 100%;
}
div.news-position .container {
    padding: 15px 0 15px 250px;
}
div.news-position .lit-title {
    width: 100%;
}
div.news-position .lit-title h2 {
    font-size: 20px;
}
/*news-wrapper*/
div.list-wrapper.news-wrapper {
    padding: 0;
}
div.list-wrapper.news-wrapper .left-menu {
    top: -80px;
}
.news-list dl {
    width: 100%;
    border-bottom: 1px dashed #CCC;
    padding: 15px 0 15px 70px;
    position: relative;
}
.news-list dl dt {
    color: #b3b3b3;
    font-weight: normal;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}
.news-list dl dt span {
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-bottom: 10px;
}
.news-list dl dt span:first-child {
    font-size: 48px;
    line-height: 48px;
}
.news-list dl dd {
    width: 100%;
    color: #666;
    min-height: 70px;
}
.news-list dl dd h3 {
    font-size: 16px;
    padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list dl dd p {
    line-height: 1.5;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list dl dd h3 a {
    color: #333;
}
.news-list dl dd h3 a:hover {
    text-decoration: none;
    color: #d90303;
}

@media (max-width: 1200px) {
div.news-position .container {
    padding-right: 15px;
}
}

@media (max-width: 678px) {
div.news-position .container {
    padding-left: 15px;
}
div.list-wrapper.news-wrapper .left-menu {
    top: 0;
}
}
/*news-detail*/
div.news-detail .top-info {
    text-align: center;
    padding-top: 20px
}
div.news-detail .top-info h2 {
    font-size: 18px;
    padding-bottom: 15px;
}
div.news-detail .top-info p span {
    display: inline-block;
    background: no-repeat left center;
    padding: 0 10px 0 16px;
    color: #666;
}
/*div.news-detail .top-info span.date { background-image: url("../img/date.jpg") }*/
div.news-detail .top-info span.view {
    background-image: url('../img/view.jpg')
}
div.news-detail .top-info span.type {
    background-image: url('../img/type.jpg');
}
div.news-detail .content {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
div.news-detail .content img {
    max-width: 100%;
}
div.news-detail .bdsharebuttonbox {
    padding: 20px 0;
    text-align: center;
}
div.news-detail .bdsharebuttonbox a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url('../img/link.jpg') no-repeat;
    float: none;
}
div.news-detail .bdsharebuttonbox a.bds_qzone {
    background-position: 0 0;
}
div.news-detail .bdsharebuttonbox a.bds_tsina {
    background-position: -28px 0;
}
div.news-detail .bdsharebuttonbox a.bds_renren {
    background-position: -58px 0;
}
div.news-detail .bdsharebuttonbox a.bds_weixin {
    background-position: -88px 0;
}
div.news-detail .bdsharebuttonbox a.bds_tqf {
    background-position: -118px;
}
div.news-detail .bdsharebuttonbox a.bds_kaixin001 {
    background-position: -145px 0;
}
div.news-detail .bdsharebuttonbox a.bds_douban {
    background-position: -175px 0;
}
div.news-detail .bdsharebuttonbox a.bds_sqq {
    background-position: -202px 0;
}
div.news-detail .bdsharebuttonbox a.bds_ty {
    background-position: -232px 0;
}
.bottom-next {
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 20px 0;
}
.bottom-next .item {
    width: 50%;
    font-size: 14px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottom-next .item a {
    color: #666;
}
.bottom-next .item a:hover {
    text-decoration: none;
    color: #333;
}
.bottom-next .item.prev {
    padding-right: 15px;
}
.bottom-next .item.next {
    padding-left: 15px;
}
.bottom-next:after {
    display: block;
    content: '';
    clear: both;
}
/*invite*/
div.invite .item {
    padding: 30px 0;
    border-bottom: 1px dashed #CCC;
}
div.invite .item h2 {
    font-size: 18px;
    color: #02c1b1;
    padding-bottom: 10px;
}
div.invite .item dl {
    display: table;
    font-size: 14px;
    width: 100%;
}
div.invite .item dl dt, div.invite .item dl dd {
    display: table-cell;
    line-height: 24px;
}
div.invite .item dl dt {
    width: 20px;
    white-space: nowrap;
}
div.invite .item dl dt:after {
    display: inline-block;
    content: '：';
}
div.invite .item dl dd {
    color: #666;
    padding-left: 6px;
}
div.invite .item .bottom {
    padding-left: 80px;
}
div.invite .item a.btn-join {
    display: inline-block;
    background-color: #02c1b1;
    color: #FFF;
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 24px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/*service-info*/
div.service-info {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
div.service-info h4 {
    font-size: 18px;
    color: #02c1b1;
    padding-bottom: 10px;
}
div.service-info img {
    max-width: 100%;
}
div.service-info .con-b{
    margin-top: 20px;
}
div.service-info .con-b strong{
    font-weight: 600;
}
/*ser-bottom*/
div.ser-bottom {
    display: table;
    width: 100%;
    margin-top: 50px;
}
div.ser-bottom .cell {
    display: table-cell;
    width: 33%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding: 30px 20px;
    text-align: center;
    vertical-align: top;
}
div.ser-bottom .cell:hover {
    background-color: #eeeeee;
}
div.ser-bottom .cell p.img {
    margin-bottom: 15px;
}
div.ser-bottom .cell h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
div.ser-bottom .cell * {
    color: #666;
}

@media (max-width: 1200px) {
div.ser-bottom .cell {
    font-size: 12px;
    line-height: 20px;
}
div.ser-bottom .cell h4 {
    font-size: 16px;
}
div.ser-bottom .cell.download a.downLoadFile {
    font-size: 16px;
}
}

@media (max-width: 678px) {
div.ser-bottom .cell {
    position: relative;
    padding: 15px 0 15px 65px;
    text-align: left;
    width: 100%;
    min-height: 50px;
    display: block;
}
div.ser-bottom .cell p.img {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    z-index: 1;
}
div.ser-bottom .cell h4 {
    margin-bottom: 0;
}
}
div.ser-bottom.contact-bottom {
    margin-top: 20px;
}
div.service-info .backFeed {
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
}
div.service-info .backFeed h2 {
    font-size: 30px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}
div.service-info .backFeed h2:after {
    width: 65px;
    height: 4px;
    background-color: #02c1b1;
    content: '';
    display: block;
    margin: 15px auto 0;
}
#map {
    margin-bottom: 20px;
}

@media (max-width: 678px) {
div.ser-bottom.contact-bottom {
    margin-top: 0;
}
div.ser-bottom.contact-bottom .cell p.img {
    width: 56px;
    margin-top: -32px;
}
}
/*contact-form*/
.contact-form {
    width: 100%; /*background: url('../imgs/img_01.png') no-repeat left top;*/
}
.contact-form label.ipt-txt {
    width: 100%;
    border: 1px solid #CCC;
    font-weight: normal;
    margin-bottom: 15px;
    background-color: #FFF;
    position: relative
}
.contact-form label.ipt-txt img {
    position: absolute;
    right: 2px;
    top: 2px
}
.contact-form label.ipt-txt input, .contact-form .ipt-txt textarea {
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    border: 0;
    outline: none;
    background-color: transparent;
    resize: none;
}
.contact-form .ipt-txt textarea {
    height: 120px;
}
.contact-form button.btn-submit {
    display: inline-block;
    background-color: #02c1b1;
    color: #FFF;
    outline: none;
    margin-top: 15px;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 32px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.contact-form label.error {
    color: #F00;
    font-weight: normal;
    position: relative;
    top: -10px;
}

@media (max-width: 980px) {
.contact-form {
    background-size: 280px;
    padding-left: 290px;
}
}

@media (max-width: 890px) {
.contact-form {
    background-size: 0;
    padding-left: 0
}
}
/*erWM*/
div.modal.erWM-wrapper {
}
div.modal.erWM-wrapper .modal-dialog {
    width: 420px;
    margin-top: 10%;
}
div.modal.erWM-wrapper .modal-body {
    text-align: center;
}
div.modal.erWM-wrapper .modal-body p {
    display: inline-block;
}
div.modal.erWM-wrapper .modal-body p:after {
    display: block;
    font-size: 14px;
}
div.modal.erWM-wrapper .modal-body p.wx1:after {
    content: '微信客服一';
}
div.modal.erWM-wrapper .modal-body p.wx2:after {
    content: '微信客服二';
}
div.modal.erWM-wrapper .modal-body p.mb:after {
    content: '手机官网';
}
div.modal.qqWM-wrapper {
    text-align: center;
}
div.modal.qqWM-wrapper .modal-dialog {
    width: 420px;
    margin-top: 10%;
}
div.modal.qqWM-wrapper .modal-body {
    text-align: left;
    padding: 55px 20px;
}
div.modal.qqWM-wrapper a.qq {
    display: inline-block;
    color: #333;
    height: 22px;
    line-height: 22px;
    padding-right: 85px;
    margin: 8px 26px;
    vertical-align: middle;
    background: url("../img/qq.png") no-repeat top right;
}
div.modal.qqWM-wrapper a.qq:hover {
    text-decoration: none;
}

@media (max-width: 750px) {
div.modal.erWM-wrapper .modal-dialog {
    width: auto;
}
}
#page {
    width: 100%;
    padding-left: 50px;
}
#page ul {
    margin: 0 auto 5px auto;
    display: table;
    text-align: center;
}
#page li {
    float: left;
    line-height: 21px;
    height: 21px;
    margin: 2px;
    display: inline;
    zoom: 1;
}
#page span {
    display: block;
    padding: 2px 5px;
    background: #ffffff;
    color: black;
    border: 1px solid #CCC;
    color: #999999;
}
#page a {
    font-size: 12px;
    display: block;
    text-decoration: none;
    margin: 0px;
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    background: url(bg9.gif) repeat-x;
}
#page a:link, #page a:visited {
    background: white;
    color: black;
    border: 1px solid #CCCCCC;
}
#page a:hover {
    background: #FF6600;
    color: white;
}
#page #span1 {
    background: white;
    display: block;
}
/*相关新闻*/

.xgxw_box_div .top {
    padding: 10px;
    background: #d90303;
    color: #fff;
}
/*相关产品 标题*/
.xgcp_box_div .top {
    background: #d90303;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.xgcp_box_div .top h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin-left: 15px;
    font-weight: normal;
}
.xgcp_box_div .top p {
    color: #999;
    float: right;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px
}
.xgcp_box_div .top p span {
    display: inline-block;
    padding-left: 30px
}
/*相关产品*/
.xgcp_box_div {
    width: 100%;
    margin: 10px auto;
}
.xgcp_border {
    border: 1px solid #dddddd;
}
.mob-masonry {
    padding: 0;
    margin: 0;
}
.mob-masonry li {
    list-style: none;
    width: 25%;
    float: left;
}

@media screen and (max-width:767px) {
div.honor-wrapper ul li {
    margin: 0 10px
}
.news-list dl dt {
    display: none
}
.news-list dl {
    padding-left: 0
}
.mob-masonry li {
    width: 48%;
    float: left;
    margin: 1%;
}
div.list-wrapper .left-menu, div.list-wrapper .news-list, div.list-wrapper .right-list, .invite {
    width: 100%;
}
.xgxw_box_div span {
    display: none
}
.bottom-next .item {
    width: 100%;
    margin-bottom: 10px
}
.bottom-next .item.prev {
    padding-right: 0
}
.bottom-next .item.next {
    padding-left: 0
}
div.list-wrapper .news-list, div.list-wrapper .right-list, .invite {
    padding: 25px 12px;
}
div.list-wrapper .left-menu .title {
    padding: 16px 15px 16px 15px;
}
div.news-detail .content {
    padding: 10px 0;
}
}
.mob-masonry li img {
    width: 100%;
    border: 1px solid #eee;
    padding: 0;
    margin: 0;
}
.mob-masonry li .txt {
    display: block;
    text-align: center;
    line-height: 2em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px
}
.mob-masonry li:hover .txt {
    color: #fff;
    background: #d90303;
}

@media only screen and (max-width: 1240px) {
div.header a.logo img {
    width: 156px;
    margin-top: 5px;
}
}

@media (max-width:1024px) {
div.list-wrapper .news-list, div.list-wrapper .right-list, .invite {
    width: 760px;
}
}

@media (max-width:767px) {
div.list-wrapper .news-list, div.list-wrapper .right-list, .invite {
    width: 100%
}
div.header a.logo img {
    margin-top: 0px;
    width: 120px;
}
}

.c-p-down {
    display: inline-block;
}
.c-p-select {
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0.55rem;
    height: 30px;
    line-height: 30px;
}

@media only screen and (min-width: 780px) {
.teme_4_4 {
    transition: all 0.5s;
    width: 210px;
    height: 35px;
    background: #fff;
    border: 1px solid #c9c9c9;
    line-height: 35px;
    text-align: center;
    margin: 35px auto 0;
    overflow: hidden;
}
.teme_4_4 a {
    color: #333;
    height: 100%;
    display: block;
    transition: all 0.5s
}
.teme_4_4:hover {
    background: #d90303;
    border-color: #d90303;
    transition: all 0.5s;
}
.teme_4_4:hover a {
    color: #fff;
    transition: all 0.5s
}
.teme_5 {
    width: 100%;
    /*height: 560px;*/
    background: #eee url(../img/one13.jpg)center center no-repeat;
    background-size: cover;
    /*margin: 40px auto 0;*/
    overflow: hidden;
}
.teme_5_1 {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.teme_5_2 {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
}
.teme_5_2 dt {
    width: 500px;
    height: auto;
    float: left;
    overflow: hidden;
}
.teme_5_2 dt img {
    width: 100%;
    display: block;
    cursor: pointer;
    transition: all 0.6s;
}
.teme_5_2 dt img:hover {
    transform: scale(1.2);
}
.teme_5_2 dd {
    float: right;
    width: 650px;
    height: auto;
    overflow: hidden;
    color: #333;
    line-height: 30px;
    text-align: justify;
}
.teme_5_2 dd a {
    color: #333;
}
.hnew {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
    background: #fff;
}
.hnewle {
    width: 460px;
    float: left;
    margin: 30px 0 0 0
}
.hnewle dt {
    overflow: hidden;
}
.hnewle dt img {
    display: block;
    cursor: pointer;
    transition: all 0.6s;
    width: 100%
}
.hnewle dt img:hover {
    transform: scale(1.2);
}
.hnewle dl h3 {
    margin-top: 10px;
    text-align: left;
}
.hnewle dl dd {
    width: 100%;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hnewle dl:hover dd, .hnewle dl:hover h3 {
    color: #d90303;
}
.hnewle a {
    display: block;
    color: #4d4d4d;
}
.hnewri {
    width: 670px;
    float: right;
    overflow: hidden;
}
.hnewri li {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
.hnewri li:hover .hnewrione {
background::#d90303;
}
.hnewri li:hover .hnewrifour h3, .hnewri li:hover .hnewrifour .hnewrifive {
    color: #d90303;
}
.hnewrione {
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    float: left;
    color: #666;
}
.hnewritwo {
    text-align: center;
    margin: 0px auto;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    line-height: 40px;
}
.hnewrithree {
    text-align: center;
    width: 100%;
    line-height: 40px;
}
.hnewrifour {
    margin-left: 20px;
    color: #4d4d4d;
    float: left;
    width: 570px;
}
.hnewrifour h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hnewrifive {
    color: #666;
    line-height: 20px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zhong {
    width: 100%;
    overflow: hidden;
}
.teme_7 {
    width: 100%;
    margin: 3% auto;
    overflow: hidden;
}
}

@media only screen and (max-width: 780px) {
.teme_4_4 {
    transition: all 0.5s;
    width: 210px;
    height: 35px;
    background: #fff;
    border: 1px solid #c9c9c9;
    line-height: 35px;
    text-align: center;
    margin: 3% auto 0;
    overflow: hidden;
}
.teme_4_4 a {
    color: #333;
    height: 100%;
    display: block;
    transition: all 0.5s
}
.teme_4_4:hover {
    background: #006f5e;
    border-color: #006f5e;
    transition: all 0.5s;
}
.teme_4_4:hover a {
    color: #fff;
    transition: all 0.5s
}
.teme_5 {
    width: 100%;
    height: auto;
    background: #eee url(../img/one13.jpg)center center no-repeat;
    padding: 3% 0 6%;
}
.teme_5_1 {
    width: 94%;
    margin: 3% auto 0;
    overflow: hidden;
}
.teme_5_2 {
    width: 100%;
    margin: 3% auto 0;
    overflow: hidden;
}
.teme_5_2 dt {
    max-width: 100%;
    margin: 0 auto 3%;
}
.teme_5_2 dt img {
    width: 100%;
    display: block;
}
.teme_5_2 dd {
    width: 100%;
    overflow: hidden;
    color: #333;
    line-height: 25px;
    text-align: justify;
}
.teme_5_2 dd a {
    color: #333;
}
.teme_5_2 dd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hnew {
    width: 94%;
    margin: 5% auto 0;
    overflow: hidden;
    padding-bottom: 5%;
    background: #fff;
}
.hnewle {
    width: 94%;
    margin: 3% auto 0
}
.hnewle dt {
    width: 100%;
    overflow: hidden;
}
.hnewle dt img {
    width: 100%;
    display: block;
}
.hnewle dl h3 {
    display: none;
    margin-top: 3%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hnewle dl dd {
    display: none;
    width: 100%;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}
.hnewle a {
    display: block;
    color: #4d4d4d;
}
.hnewri {
    width: 94%;
    margin: 3% auto 0;
    overflow: hidden;
}
.hnewri li {
    width: 100%;
    margin: 3% auto 0;
    overflow: hidden;
    margin-top: 10px;
}
.hnewrione {
    width: 80px;
    height: 90px;
    background: #f2f2f2;
    float: left;
    color: #666;
    display: none;
}
.hnewritwo {
    text-align: center;
    margin: 0px auto;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    line-height: 60px;
}
.hnewrithree {
    text-align: center;
    width: 100%;
    line-height: 30px;
}
.hnewrifour {
    color: #4d4d4d;
    float: left;
    width: 100%;
}
.hnewrifour h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hnewrifive {
    color: #999;
    line-height: 20px;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zhong {
    width: 100%;
    overflow: hidden;
}
.teme_7 {
    width: 100%;
    margin: 3% auto;
    overflow: hidden;
}
}



/* 自动发布 */
.icon-font {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i{
    color: #FFF;
    margin-top: 1px;
}

/*.page-product-detail-effect {
    float: left;
    width: 31.61%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}*/

div.pro-detail .top-info .page-product-detail-effect .big-img a.ont {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0;
}

div.pro-detail .top-info .page-product-detail-effect .big-img a{
   display: none;
}

div.pro-detail .top-info .page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

div.pro-detail .top-info .page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

div.pro-detail .top-info .page-product-detail-right {
    float: right;
}

div.pro-detail .top-info .page-product-detail-right>h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

div.pro-detail .top-info .product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

div.pro-detail .top-info .product-detail-slick {
    position: relative;
    margin-top: 20px;
}

div.pro-detail .top-info .product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

div.pro-detail .top-info .product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

div.pro-detail .top-info .product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

div.pro-detail .top-info .product-detail-slick a.slick-item.act {
    border: 1px solid #d90303;
}

div.pro-detail .top-info .product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

div.pro-detail .top-info .product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

div.pro-detail .top-info .product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

div.pro-detail .top-info .product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

div.pro-detail .top-info .product-detail-slick .owl-prev {
    left: 0;
}

div.pro-detail .top-info .product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

div.pro-detail .top-info .product-detail-slick .owl-next {
    right: 0;
}

div.pro-detail .top-info .product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: var(--color);
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
   div.pro-detail .top-info .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        pointer-events: none;
    }
    div.pro-detail .top-info .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {
    div.pro-detail .top-info .page-product-detail-effect .big-img {
        /* height: 280px; */
    }
    div.pro-detail .top-info .product-detail-slick .slick-item {
        height: 65px;
    }
    div.pro-detail .top-info .page-product-inquiry a {
        font-size: 12px;
    }
    div.pro-detail .top-info .page-product-detail-right>h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    color: var(--color);
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid var(--color);
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 30px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 28px;
    }
}

/*fdj*/
.magiczoom, .mz-figure {
    display: block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.magiczoom {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important
}
.magiczoom img, .mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important
}
.magiczoom>img, .mz-figure>img {
    width: 100%;
    height: auto
}
.ie8-magic .magiczoom>img, .ie8-magic .mz-figure>img {
    width: 100%;
    max-width: none !important
}
.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important
}
.mz-figure.mz-active, .mz-expand {
    -ms-touch-action: none;
    touch-action: none
}
.mz-lens, .mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important
}
.mz-lens img, .mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important
}
.mz-lens img {
    -webkit-transition: none !important;
    transition: none !important
}
.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647
}
.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important
}
.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important
}
.mz-expand-controls {
    z-index: 2147483647
}
.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}
.mz-hidden {
    opacity: 0
}
.mz-visible {
    opacity: 1
}
.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important
}
.mobile-magic .mz-expand>.mz-zoom-window {
    top: 0 !important;
    left: 0 !important
}

@media not screen and (max-device-width:767px) {
.mz-expanded-view-open, .mz-expanded-view-open body {
    overflow: hidden !important
}
.mz-expanded-view-open body {
    height: auto !important
}
}

@media screen and (max-device-width:767px) {
:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]), :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    overflow: hidden !important
}
:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    height: auto !important
}
}
.mz-figure.mz-active {
    background: #fff
}
.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important
}
.mz-figure.mz-active>img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%)
}
.no-cssfilters-magic .mz-figure.mz-active>img {
    opacity: .6
}
.lt-ie10-magic .mz-figure.mz-active>img {
    opacity: 1;
filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=.6)
}
.mz-expand .mz-figure.mz-active.mz-inner-zoom, :not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom>img {
    opacity: 0
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom>img {
    filter: alpha(opacity=0)
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent
}
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(.25, .5, .5, .9) .1s;
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9) .1s
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none
}
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.2)
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3)
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1
}
.mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none
}
.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80
}
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80)
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0
}
.mz-zoom-window.mz-expanded>.mz-caption {
    display: none
}
.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {
    -webkit-transition: opacity .3s cubic-bezier(.25, .5, .5, .9), -webkit-transform .3s cubic-bezier(.25, .5, .5, .9);
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9), transform .3s cubic-bezier(.25, .5, .5, .9)
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
    transition-duration: .25s, .25s, .25s
}
.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
}
.mz-zoom-window>img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.mz-zoom-window.mz-p-inner.mz-deactivating>img, .mz-zoom-window.mz-p-inner.mz-activating>img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(.25, .5, .5, .9) !important;
    transition: transform .22s cubic-bezier(.25, .5, .5, .9) !important
}
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
    transform: scale(.1)
}
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity .3s cubic-bezier(.25, .5, .5, .9);
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9)
}
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}
.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {
    opacity: 0
}

.table-wrapper table th, .table-wrapper table td {
    padding: 5px;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.table-wrapper table.textleft th, .table-wrapper table.textleft td {
    text-align: left;
}
.table-wrapper table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}
.table-wrapper table tbody tr:hover {
    background-color: #dee2e6;
    color: #555;
}
.table-wrapper table {
    display: table;
    width: 100%;/* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 575.98px) {
.table-wrapper-sm table {
    display: block;
    width: 100%;/* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}

@media(max-width:768px) {
.table-wrapper-md table {
    display: block;
    width: 100%;/* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}

@media (max-width: 991.98px) {
.table-res-lg table {
    display: block;
    width: 100%;/* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}

@media (max-width: 1500.98px) {
.table-wrapper-xl table {
    display: block;
    width: 100%;/* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}



















