* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
    min-width: 1200px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    overflow: hidden;
    clear: both;
}


/* 页面头部 */

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 10px #ccc;
}

.header_main {
    width: 1200px;
    margin: auto;
}

.header_left {
    width: 340px;
    overflow: hidden;
    float: left;
}

.header_logo {
    float: left;
    width: 63px;
    height: 80px;
    line-height: 80px;
}

.header_logo img {
    width: 100%;
}

.heaeder_name {
    float: left;
    padding-top: 15px;
    color: #333333;
    margin-left: 10px;
}

.header_nbig {
    font-size: 24px;
}

.header_nmin {
    font-size: 14px;
}


/* 导航 */

.nav {
    width: 740px;
    float: right;
    height: 80px;
    line-height: 80px;
}

.nav ul {
    margin-bottom: 0;
    font-size: 0;
}

.nav ul li {
    display: inline-block;
    width: calc(100% / 9);
    text-align: center;
    position: relative;
}

.nav ul li a {
    display: block;
    color: #333333;
    font-size: 16px;
}

.nav ul li:hover a {
    font-weight: 700;
    color: #115CD9;
}

.nav ul li::after {
    content: "";
    width: 75%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.nav ul li:hover::after {
    content: "";
    width: 75%;
    height: 2px;
    background: #115CD9;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.xiala {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    display: none;
    transition: all 0.6s;
}

.nav ul li:hover .xiala {
    display: block;
}

.nav .xiala a {
    display: block;
    color: #333 !important;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #fff !important;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #000;
    font-weight: 400 !important;
}

.nav .xiala a:last-child {
    border-bottom: none;
}

.nav .xiala a:hover {
    color: #fff!important;
    background: #1A6DD4 !important;
}


/* banner */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.banner_01 img {
    display: block;
    width: 100%;
    animation: scale_b 4s linear infinite alternate;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.banner img {
    width: 100%;
}

.banner_01 .swiper-pagination-bullet {
    width: 38px;
    height: 7px;
    background: #666666;
    border-radius: 10px;
    opacity: 0.4;
}

.banner_01 .swiper-pagination-bullet-active {
    background: #1A6DD4;
    opacity: 1;
}


/* 产品展示 */

.pro {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #333333;
}

.title_big {
    font-size: 40px;
    color: #115CD9;
}

.title_min {
    font-size: 18px;
    color: #212121;
    margin-top: 15px;
}

.product_main {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.pro_left {
    float: left;
    width: 280px;
    overflow: hidden;
    background: #fff;
    border: 5px solid #115CD9;
    border-radius: 5px;
}

.pro_ltop {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: #115CD9;
}

.pro_nav {
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.pro_nav a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
}

.pro_nav a::after {
    content: ">";
    position: absolute;
    right: 20px;
    top: 0;
}

.pro_nav a:hover {
    background: #115CD9;
    color: #fff;
}

.pro_lbottom {
    background: #115CD9;
    margin: 5px;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 60px;
}

.pro_lb_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    padding-bottom: 5px;
}

.pro_lb_content {
    margin-top: 10px;
    line-height: 1.8;
}

.pro_rights {
    width: 900px;
    overflow: hidden;
    float: right;
}

.pro_right {
    display: flex;
    flex-wrap: wrap;
}

.pro_right a {
    display: block;
    width: 286px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro_pic img {
    width: 286px;
    height: 240px;
}

.pro_word {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #F7F7F7;
}


/* 关于我们 */

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/about_bg.png) center no-repeat;
    padding: 40px 0 60px 0;
    background-size: 100%;
    margin-top: 40px;
}

.about_main {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.about .title_big {
    color: #fff;
}

.about .title_min {
    color: #fff;
}

.about_left {
    width: 655px;
    overflow: hidden;
    float: left;
}

.about_left img {
    width: 100%;
}

.about_right {
    width: 510px;
    overflow: hidden;
    float: right;
}

.about_rname {
    width: 100%;
    font-size: 32px;
    overflow: hidden;
    font-weight: 700;
    color: #fff;
}

.about_rcontent {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}

.about_more {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.about_more a {
    display: block;
    width: 172px;
    height: 60px;
    line-height: 60px;
    background: #D98211;
    color: #fff;
    text-align: center;
    font-size: 18px;
}


/* 设备展示 */

.equ {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.equ_mains {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.equ_main {
    display: flex;
    flex-wrap: wrap;
}

.equ_main a {
    display: block;
    width: 285px;
    height: 260px;
    margin-right: 20px;
}

.equ_pic img {
    width: 285px;
    height: 220px;
}

.equ_word {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #F7F7F7;
}


/* 优势 */

.adv {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.adv::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #115CD9;
    position: absolute;
    left: 50%;
    top: 220px;
    z-index: 0;
}

.adv_title {
    width: 100%;
    height: 240px;
    background: url(../images/adv_titlebg.jpg) center no-repeat;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.adv_tbig {
    font-size: 40px;
}

.adv_tmin {
    font-size: 18px;
}

.adv_main {
    width: 1200px;
    overflow: hidden;
    margin: auto;
}

.adv_main_01 {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

.adv_pic {
    float: left;
    width: 493px;
}

.adv_pic img {
    width: 100%;
}

.adv_num {
    float: left;
    width: 103px;
    height: 118px;
    background: url(../images/adv_06.png) center no-repeat;
    line-height: 118px;
    text-align: center;
    font-size: 48px;
    color: #0F51BB;
    margin-left: 55px;
    margin-top: 80px;
    z-index: 9;
    position: relative;
}

.adv_content {
    float: right;
    width: 490px;
}

.adv_ct {
    font-size: 20px;
    color: #151515;
    line-height: 1;
}

.adv_cmin {
    width: 100%;
    font-size: 20px;
    color: #151515;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
    margin-top: 10px;
}

.adv_content {
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    margin-top: 10px;
}

.adv_main_01:nth-child(2n) .adv_pic {
    float: right;
}

.adv_main_01:nth-child(2n) .adv_num {
    float: right;
    margin-right: 55px;
}

.adv_main_01:hover .adv_num {
    background: url(../images/adv_05.png) center no-repeat;
    color: #fff;
}

.adv_main_01:hover .adv_cmin {
    border-bottom: 1px solid #0F51BB;
}


/* 新闻资讯 */

.new {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.new_main {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.new_left {
    width: 560px;
    overflow: hidden;
    float: left;
}

.new_left a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.new_pic {
    width: 100%;
    overflow: hidden;
}

.new_pic img {
    width: 100%;
}

.new_lcontent {
    width: 100%;
    height: 140px;
    background: #115CD9;
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new_ldate {
    width: 70px;
    overflow: hidden;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.new_ld_day {
    font-size: 40px;
    overflow: hidden;
}

.new_ld_year {
    font-size: 16px;
}

.new_lc_content {
    width: 430px;
    overflow: hidden;
    float: right;
}

.new_lc_title {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #226AB8;
}

.new_lc_word {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.8;
}

.new_right {
    width: 612px;
    overflow: hidden;
    float: right;
}

.new_right_01 {
    width: 100%;
    overflow: hidden;
    border: 1px solid #707070;
    margin-bottom: 32px;
}

.new_rdate {
    width: 124px;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: #3B3B3B;
}

.new_rd_day {
    font-size: 40px;
}

.new_rd_year {
    font-size: 16px;
}

.new_rcontent {
    width: 485px;
    overflow: hidden;
    padding: 15px;
    float: right;
}

.new_rc_title {
    font-size: 18px;
    color: #010101;
}

.new_rc_word {
    font-size: 16px;
    color: #606060;
    line-height: 2;
}

.new_right_01:hover .new_rdate {
    background: #115CD9;
}


/* 页脚 */

.foot {
    width: 100%;
    overflow: hidden;
    background: #115CD9;
    padding-top: 55px;
    margin-top: 40px;
}

.foot_main {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    padding-bottom: 30px;
}

.foot_name {
    float: left;
    color: #fff;
}

.foot_nch {
    font-size: 40px;
}

.foot_nmin {
    font-size: 15px;
}

.foot_contact {
    float: left;
    width: 640px;
    color: #fff;
    margin-left: 100px;
    line-height: 2.8;
    font-size: 16px;
}

.foot_contact_01 {
    float: left;
    width: 50%;
}

.foot_contact p {
    width: 100%;
}

.foot_ma {
    float: right;
    color: #fff;
    line-height: 2.2;
    font-size: 8px;
    text-align: center;
    margin-top: 30px;
}

.copy {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: auto;
    color: #fff;
    background: #073B91;
    text-align: center;
    font-size: 14px;
}

.copy a {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}


/* 内页样式 */

.blk-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.nr {
    font-size: 16px;
    line-height: 2.2;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
    border-left: 10px solid #115CD9;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 a {
    color: #666;
}

.blk-xs {
    width: 240px;
}

.blk {
    margin-bottom: 20px;
}

.fl {
    float: left;
}

.p14-left-nav-1-tit {
    background: #115CD9;
    height: 75px;
}

.p14-left-nav-1-tit h3 {
    margin: 0;
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.p14-left-nav-1-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #115CD9;
    margin: 0;
    margin-bottom: 2px;
}

.p14-left-nav-1-nav-one h3.sidenavcur,
.p14-left-nav-1-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #115CD9;
}

.p14-left-nav-1-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #fff;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-left-nav-1-nav dl {
    padding: 2px 0 4px;
    margin-bottom: 0;
}

.p14-left-nav-1-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-weight: 400;
}

.p14-left-nav-1-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p14-left-nav-1-nav dt.sidenavcur a,
.p14-left-nav-1-nav dt:hover a {
    color: #115CD9;
}

.p14-left-nav-1-nav dt.sidenavcur:after,
.p14-left-nav-1-nav dt:hover:after {
    border-color: #115CD9;
}

.p14-left-nav-1-nav-one>dl {
    display: none;
}

.cbgg-01 {
    border: 1px solid #115CD9;
    text-align: center;
    color: #000;
}

.cbgg-01 .tit {
    color: #fff;
    font-size: 18px;
    background: #115CD9;
    height: 71px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
}

.cbgg-01 .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-style: normal;
}

.leftlx {
    text-align: left;
    font-family: "Microsoft Yahei", "微软雅黑";
    font-size: 14px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}

.leftlx p {
    padding-top: 10px;
    line-height: 25px;
}

.leftlx .dianh .dianhua span {
    font-size: 24px;
}

.leftlx a {
    color: #666;
}

.blk-sm {
    width: 930px;
}

.fr {
    float: right;
}

.b {
    clear: both;
}

.leftnav-z1-tit {
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    font-size: 24px;
}

.leftnav-z1-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #003e71;
    font-weight: 600;
    color: #666;
}

.leftnav-z1-list {
    overflow: hidden;
}

.leftnav-z1-list dl {
    width: 30.9%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.leftnav-z1-list dt {
    position: relative;
}

.leftnav-z1-list dt img {
    width: 100%;
    display: block;
    height: 214px;
}

.leftnav-z1-list dt p {
    position: absolute;
    width: 100%;
    height: 214px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    display: block;
    margin: 0;
    transform: scale(0);
    transition: 0.3s linear;
}

.leftnav-z1-list dt p label {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #b5a40f;
    display: table;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.leftnav-z1-list dt p label i {
    color: #fff;
    display: block;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 33px;
}

.leftnav-z1-list dt a:hover p {
    transform: scale(1);
    transition: 0.3s linear;
}

.leftnav-z1-list dd {
    padding: 6px 20px 6px 20px;
}

.leftnav-z1-list dd h4 {
    margin: 0;
    height: 45px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
}

.leftnav-z1-list dd h4 a {
    color: #666;
}

.leftnav-z1-list dl:hover {
    border-color: #115CD9;
}

.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.magnifier {
    width: 500px;
    position: relative;
    float: left;
    margin-bottom: 34px;
}

.magnifier-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.move-view {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/move-box.png');
}

.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}

.images-cover img {
    position: absolute;
}

.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.magnifier-btn {
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.magnifier-btn .magnifier-btn-left {
    float: left;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}

.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}

.magnifier-line li {
    float: left;
    width: 100px;
    cursor: pointer;
}

.magnifier-line ul>.active .small-img {
    border-color: #bbb;
}

.small-img {
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}

.small-img img {
    max-width: 100%;
    max-height: 100%;
}

.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

.magnifier-view img {
    display: block;
}

.animation03 {
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}

.m_zx2 {
    padding-top: 10px;
}

.m_zx2 dt {
    padding-bottom: 10px;
}

.m_zx2 dd {
    font-size: 16px;
    color: #666;
    width: 530px;
}

.m_zx2 dt a {
    font-weight: normal;
    font-size: 18px;
    color: #555;
    width: 530px;
}

.detail {
    overflow: hidden;
}

.detailLeft {
    float: left;
}

.detailRight {
    margin-left: 55px;
    float: left;
    width: 45%;
    overflow: hidden;
    line-height: 29px;
    overflow: hidden;
}

.detailRight>h1 {
    margin: 0;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.p1-pro-showcase-1-txt-t1 {
    margin-bottom: 86px;
    overflow: hidden;
}

.p1-pro-showcase-1-txt-t1 i {
    font-style: normal;
}

.p1-pro-showcase-1-txt-t1 b {
    font-style: normal;
}

.p1-pro-showcase-1-txt-t1 strong {
    font-style: normal;
}

.p1-pro-showcase-1-tle .p1-pho-1 {
    background: url(../image/VISkins-p1.png) no-repeat 0 -3px;
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 50px;
    color: #0758b3;
}

.fl {
    float: left;
}

.p1-pho-1 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.p1-pho-1 i {
    font-style: normal;
}

.fl {
    float: left;
}

.p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #115CD9;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

.p14-prodcontent-1>h4 {
    margin: 40px 0 15px 0;
    background: url(../image/100.jpg) no-repeat left center;
    padding-left: 34px;
    font: 24px "Microsoft YaHei";
    color: #333333;
}

.p14-prodcontent-1>h4>i {
    font: 16px "Arial";
    color: #454545;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

.zxlb-1n-ts-01-list dl {
    border: 1px solid #dedede;
    width: 100%;
    margin-bottom: 15px;
    padding: 22px 0 22px;
    background: #fff;
    display: inline-block;
}

.zxlb-1n-ts-01-list dt {
    width: 35%;
    float: left;
    margin-left: 22px;
    margin-right: 5.5%;
}

.zxlb-1n-ts-01-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.zxlb-1n-ts-01-list dd {
    width: 54%;
    float: left;
}

.zxlb-1n-ts-01-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}

.zxlb-1n-ts-01-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxlb-1n-ts-01-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.zxlb-1n-ts-01-list-deta {
    float: right;
    width: 134px;
    height: 40px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.zxlb-1n-ts-01-list-deta a {
    color: #666;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
    background: #115CD9;
    border-color: #115CD9;
}

.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
    color: #fff;
}

.zxlb-1n-ts-01-list dl:hover h4 a {
    color: #115CD9;
}

.zxlb-1n-ts-01-list dl:hover {
    border-color: #115CD9;
}

.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #115CD9;
    border-color: #115CD9;
}

.tl-fdh-02 li {
    width: 20%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #333;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}

.p12-aboutinfo-1-nr {
    padding: 0 0 20px;
}

.endit-content {
    line-height: 28px;
}

.k12-gl-gslb-3nf1-1-01-left {
    overflow: hidden;
}

.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n) {
    margin-right: 0;
}

.k12-gl-gslb-3nf1-1-01-left dl {
    width: 24%;
    float: left;
    margin-right: 16px;
    background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dt {
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
    display: block;
    width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd a {
    color: #4b4a4a;
}

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #292e39;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #115CD9;
}

#message-form #checkcode {
    display: inline-block;
    width: 30%;
}

.advantages_list li {
    background: url(../%E5%88%87%E7%89%87/images/index_003.gif) no-repeat left;
    padding-left: 18px;
    font-size: 16px;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right>h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #115CD9;
}

.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;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.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: #115CD9;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

.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: #0758b3;
    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 #115CD9;
}

.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;
}

.product-list {
    background: #333333;
    position: relative;
    margin-top: 40px;
}

.product-list-cate {
    padding: 0 23.5px;
    background: #115CD9;
}

.sitemap_con {
    overflow: hidden;
}

.sitemap_con h4 {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}

.sitemap_con h4 a {
    color: #666;
}

.sitemap_con div {
    border-bottom: solid 1px #E0E0E0;
    overflow: hidden;
    padding-bottom: 10px;
}

.sitemap_con div a {
    color: #666;
    float: left;
    line-height: 25px;
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.sitemap_con div a:hover {
    color: #115CD9;
    text-decoration: underline;
}