﻿@charset "UTF-8";
.main-font {
    font-family: "Microsoft YaHei", Arial, Geneva, sans-serif;
}

a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.custom-table {
    display: table;
}

.custom-thead {
    display: table-header-group;
}

.custom-tbody {
    display: table-row-group;
}

.custom-tr {
    display: table-row;
}

.custom-td {
    display: table-cell;
    vertical-align: middle;
}

.common-Sec,
.header,
.search-sec,
.category-sec,
.aboutUs-sec,
.case-sec,
.news-sec,
.solution-sec,
.footer {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.common-Sec .sec-title1,
.header .sec-title1,
.search-sec .sec-title1,
.category-sec .sec-title1,
.aboutUs-sec .sec-title1,
.case-sec .sec-title1,
.news-sec .sec-title1,
.solution-sec .sec-title1,
.footer .sec-title1 {
    font-size: 30px;
    color: #c0c0c0;
    line-height: 2;
}

.common-Sec .sec-title2,
.header .sec-title2,
.search-sec .sec-title2,
.category-sec .sec-title2,
.aboutUs-sec .sec-title2,
.case-sec .sec-title2,
.news-sec .sec-title2,
.solution-sec .sec-title2,
.footer .sec-title2 {
    font-size: 30px;
    color: #333333;
    line-height: 1;
}

.common-Sec .sec-showBtn,
.header .sec-showBtn,
.search-sec .sec-showBtn,
.category-sec .sec-showBtn,
.aboutUs-sec .sec-showBtn,
.case-sec .sec-showBtn,
.news-sec .sec-showBtn,
.solution-sec .sec-showBtn,
.footer .sec-showBtn {
    background-color: #b5b5b5;
    color: #FFFFFF;
    padding: 3px;
    width: 120px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 2;
    display: block;
    text-align: center;
}

.common-ContentFrame,
.header .content-frame,
.search-sec .content-frame,
.category-sec .content-frame,
.aboutUs-sec .content-frame,
.case-sec .content-frame,
.news-sec .content-frame,
.solution-sec .content-frame,
.footer-sec .content-frame,
.subTitle-sec .content-frame,
.subCommon-sec .content-frame,
.subProductList-sec .content-frame {
    width: 1200px;
    min-width: 1200px;
    overflow: hidden;
    margin: auto;
    position: relative;
}


/*******basic********/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    color: #b5b5b5;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", Verdana, Arial, "΢���ź�", Geneva, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

input,
textarea,
button {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

header,
section,
nav,
footer {
    width: 100%;
}

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    color: #666;
}

*,
input,
textarea {
    font-family: "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
}

.point:hover {
    cursor: pointer;
}

.container {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}

.hideE {
    display: none;
}

*.noBorderRight {
    border-right: none !important;
}

*.noBorderbottom {
    border-bottom: none !important;
}

*.noMarRight {
    margin-right: 0 !important;
}

*.transit {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

img.scale:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

*.shadow {
    -webkit-box-shadow: 1px 1px 1px 1px #dddddd;
    -moz-box-shadow: 1px 1px 1px 1px #dddddd;
    box-shadow: 1px 1px 1px 1px #dddddd;
}


/***back to top**/

#toTop {
    width: 56px;
    height: 56px;
    position: fixed;
    cursor: pointer;
    display: none;
    right: 3%;
    bottom: 4%;
    z-index: 60;
    background: url("../../images/top.gif") no-repeat 0 0;
    background-position: -53px 0;
}

#toTop:hover {
    background-position-x: -115px;
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
}

@font-face {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format("embedded-opentype"), url(fonts/Pe-icon-7-stroke.woff?d7yf1v) format("woff"), url(fonts/Pe-icon-7-stroke.ttf?d7yf1v) format("truetype"), url(fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format("svg");
}


/********header*******/

.header {
    height: 80px;
}

.header .logoBox {
    position: relative;
    top: 17px;
    width: 36%;
}

.header .logoBox img {
    display: block;
    width: 373px;
    float: left;
    margin-right: 10px;
}

.header .logoBox span {
    font-size: 35px;
    color: #0060fe;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    float: left;
}

.header .title-box {
    top: 8px;
    position: relative;
}

.header .title-box .title-img {
    width: 490px;
}

.header .box-l .txt-01 {
    line-height: 2;
}

.header .box-l .txt-01 span {
    margin-left: 5px;
}

.header .box-l .search-box .txt-input {
    background-color: #F1F1F1;
    width: 285px;
    height: 35px;
    padding: 5px;
    padding-left: 20px;
    float: left;
}

.header .box-l .search-box .sbt-input {
    display: none;
}

.header .box-l .search-box a {
    float: left;
}

.header .box-l .search-box .fa-icon {
    color: #00a2ea;
    font-size: 30px;
    line-height: 1;
    margin-left: 5px;
}

.header .box-r ul {
    width: 100%;
}

.header .box-r ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
}

.header .box-r .txt-01 {
    font-size: 14px;
    text-align: right;
}

.header .box-r .txt-02 {
    font-size: 20px;
    color: #00a2ea;
    font-style: italic;
}

.header .box-r .contact-icon {
    width: 52px;
}

.nav-sec {
    background-color: #00a2ea;
    padding: 3px 0;
}

.nav-sec .navList>li.on .smallList {
    display: block;
}

.nav-sec .smallList {
    width: 130px;
    background: #fff;
    position: fixed;
    top: 75px;
    z-index: 500;
    display: none;
}

.nav-sec .smallList li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    color: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav-sec .smallList li a:hover {
    color: #d84736;
}

.nav-sec .smallList li {
    border-bottom: 1px solid #d84736;
}

.nav-sec .smallList li:last-child {
    border-bottom: none;
}

.nav-sec .navList {
    width: 1024px;
    margin: auto;
}

.nav-sec .navList li {
    width: 16%;
    display: inline-block;
    text-align: center;
}

.nav-sec .navList li span {
    color: #FFFFFF;
    line-height: 2;
    display: block;
}

.nav-sec .navList li span.cn {
    font-size: 18px;
}

.nav-sec .navList li span.en {
    font-size: 12px;
}


/*****banner****/

.bannerBox {
    border-bottom: 2px solid #0f3;
}

.banner {
    width: 1440px;
    margin: auto;
}

.slick_ban .slick-slide img {
    width: 100%;
    min-width: 1200px;
}

.slick_ban .slick-dots {
    bottom: 32px;
}

.slick_ban .slick-dots li button {
    padding: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick_ban .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick_ban .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0061ff;
}


/*****search-sec*******/

.search-sec {
    padding: 10px 0;
    margin-top: 10px;
    border-bottom: 2px solid #c0c0c0;
}


/*****category-sec*******/

.category-sec {
    padding: 10px 0;
    margin-top: 10px;
}

.category-sec .categroy-list {
    margin-top: 10px;
    width: 100%;
}

.category-sec .categroy-list li {
    width: 234px;
    padding: 13px 0;
    display: inline-block;
    margin-right: 7px;
    float: left;
}

.category-sec .categroy-list li:nth-child(5),
.category-sec .categroy-list li:nth-child(10) {
    margin-right: 0px;
}

.category-sec .categroy-list li a {
    border: 1px solid #00a2ea;
    display: block;
    width: 100%;
    height: 160px;
    text-align: center;
    margin: auto;
}

.category-sec .categroy-list li a:hover {
    box-shadow: 0 0 5px 5px #00a2ea inset;
}

.category-sec .categroy-list li a img {
    width: 65px;
    height: 65px;
    margin: 25px auto 20px;
    display: block;
}

.category-sec .categroy-list li a span {
    font-size: 18px;
}


/*****aboutUs-sec*******/

.aboutUs-sec {
    margin-top: 10px;
    background-color: #00a2ea;
    height: 430px;
}

.aboutUs-sec .aboutUs-bgImg {
    position: absolute;
    top: 0;
    left: -22px;
    z-index: 100;
}

.aboutUs-sec .sec-title1,
.aboutUs-sec .sec-title2,
.aboutUs-sec .sec-showBtn,
.aboutUs-sec .txt-02,
.aboutUs-sec .txt-01 {
    position: relative;
    z-index: 200;
}

.aboutUs-sec .custom-table {
    height: 430px;
    overflow: visible;
}

.aboutUs-sec .custom-td {
    vertical-align: top;
}

.aboutUs-sec .custom-td:nth-child(1) {
    width: 310px;
    padding-top: 10px;
}

.aboutUs-sec .custom-td:nth-child(1) .txt-01 {
    font-size: 14px;
}

.aboutUs-sec .custom-td:nth-child(1) .txt-02 {
    font-size: 24px;
    color: #00a2ea;
    font-weight: bold;
    font-style: italic;
    margin-top: 150px;
}

.aboutUs-sec .custom-td:nth-child(2) {
    padding-top: 10px;
}

.aboutUs-sec .custom-td:nth-child(2) p {
    color: #FFFFFF;
}

.aboutUs-sec .custom-td:nth-child(2) .title1 {
    font-size: 24px;
    line-height: 2;
}

.aboutUs-sec .custom-td:nth-child(2) .title2 {
    font-size: 14px;
}

.aboutUs-sec .custom-td:nth-child(2) .txt-01 {
    font-size: 18px;
    margin-top: 50px;
}


/*****case-sec*******/

.case-sec {
    padding: 10px 0;
    margin-top: 10px;
}

.case-sec .title-box {
    height: 200px;
}

.case-sec .nav-tabs {
    margin-top: -121px;
}

.case-sec .nav-tabs li {
    left: 50%;
}

.case-sec .nav-tabs li:nth-child(1) {
    margin-left: -195px;
}

.case-sec .nav-tabs li:nth-child(2) {
    margin-left: -65px;
}

.case-sec .nav-tabs li.active a {
    /*color: $c-primary;*/
    background-color: #FFFFFF;
}

.case-sec .nav-tabs li a {
    font-size: 24px;
    background-color: #f7f7f7;
    /*border-radius: 0;*/
}

.case-sec .case-list {
    margin-top: 10px;
    width: 100%;
    display: none;
}

.case-sec .case-list.active {
    display: block;
}

.case-sec .case-list li {
    width: 234px;
    padding: 13px 0;
    display: inline-block;
    margin-right: 7px;
    float: left;
}

.case-sec .case-list li:nth-child(5) {
    margin-right: 0px;
}

.case-sec .case-list li a {
    border: 1px solid #b5b5b5;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
}

.case-sec .case-list li a:hover {
    border: 1px solid #00a2ea;
}

.case-sec .case-list li a img {
    max-width: 100%;
    margin: auto;
    display: block;
}


/*****news-sec*******/

.news-sec ul {
    width: 100%;
}

.news-sec ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.news-sec ul li:nth-child(1) {
    width: 310px;
}

.news-sec ul li:nth-child(2) .custom-table {
    width: 750px;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td {
    width: 50%;
    padding: 5px;
    padding-left: 56px;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box {
    border: 1px solid #c0c0c0;
    width: 384px;
    height: 95px;
    overflow: hidden;
    float: right;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-l {
    width: 77%;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-l .txt-01 {
    font-size: 18px;
    line-height: 1.5;
    color: #b5b5b5;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-l .txt-02 {
    font-size: 14px;
    color: #c0c0c0;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-r {
    width: 75px;
    height: 75px;
    text-align: center;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-r .box-num {
    background-color: #00a2ea;
    width: 100%;
    height: 100%;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-r span {
    color: #FFFFFF;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-r .txt-01 {
    display: block;
    font-size: 36px;
}

.news-sec ul li:nth-child(2) .custom-table .custom-td .content-box a .box-r .txt-02 {
    font-size: 14px;
}

.solution-sec {
    background-image: url("../../images/solution.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    height: 430px;
}

.solution-sec .title1 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 2;
    text-align: center;
    margin-top: 140px;
}

.solution-sec .title2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 2;
    text-align: center;
}

.footer-sec {
    height: 340px;
    width: 100%;
    padding: 18px 0;
    background-color: #00a2ea;
}

.footer-sec p {
    color: #FFFFFF;
}

.footer-sec .custom-table {
    width: 100%;
    color: #b5b5b5;
}

.footer-sec .custom-table .custom-td {
    vertical-align: top;
}

.footer-sec .custom-table .custom-td .content-box {
    margin: auto;
}

.footer-sec .custom-table .custom-td:nth-child(1) .title1 {
    font-size: 30px;
}

.footer-sec .custom-table .custom-td:nth-child(1) .title2 {
    font-size: 30px;
}

.footer-sec .custom-table .custom-td:nth-child(1) .solution-btn {
    border: 2px solid #FFFFFF;
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    width: 148px;
    height: 40px;
    margin-top: 45px;
    padding: 5px;
    text-align: center;
}

.footer-sec .custom-table .custom-td:nth-child(1) .qrcode-box {
    margin-top: 30px;
    width: 148px;
}

.footer-sec .custom-table .custom-td:nth-child(1) .qrcode-box .box-l {
    width: 50%;
}

.footer-sec .custom-table .custom-td:nth-child(1) .qrcode-box .box-r {
    width: 50%;
}

.footer-sec .custom-table .custom-td:nth-child(1) .qrcode-box .qr-code {
    width: 70px;
    height: 70px;
    margin: auto;
    display: block;
}

.footer-sec .custom-table .custom-td:nth-child(1) .qrcode-box p {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

.footer-sec .custom-table .custom-td:nth-child(2) .title1 {
    font-size: 18px;
}

.footer-sec .custom-table .custom-td:nth-child(2) .title2 {
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
}

.footer-sec .custom-table .custom-td:nth-child(2) .title2 img {
    width: 52px;
    position: relative;
    top: -5px;
    margin-left: 20px;
}

.footer-sec .custom-table .custom-td:nth-child(2) .txt-01 {
    margin-top: 50px;
    line-height: 35px;
    font-size: 18px;
}

.footer-sec .custom-table .custom-td:nth-child(3) .map-box {
    width: 460px;
    height: 295px;
}


/****footer****/

.footer {
    text-align: center;
    background-color: #414242;
    font-size: 12px;
    width: 100%;
    height: 140px;
    padding: 15px;
}

.footer .sitemap-list {
    margin-top: 20px;
    width: 650px;
    margin: auto;
}

.footer .sitemap-list li {
    display: inline-block;
    padding: 5px 20px;
}

.footer .sitemap-list li a {
    color: #c0c0c0;
    font-size: 14px;
}

.footer p {
    color: #c0c0c0;
    font-size: 14px;
}

.footer .txt-01 {
    margin-top: 35px;
}

.tkCommon-Sec,
.subTitle-sec,
.subCommon-sec,
.subProductList-sec {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.tkCommon-Sec .title1,
.subTitle-sec .title1,
.subCommon-sec .title1,
.subProductList-sec .title1 {
    font-size: 30px;
    font-weight: bold;
}

.tkCommon-Sec .title2,
.subTitle-sec .title2,
.subCommon-sec .title2,
.subProductList-sec .title2 {
    font-size: 24px;
    color: #b5b5b5;
}

.subTitle-sec {
    background-color: #FFFFFF;
    padding: 5px;
}

.subTitle-sec .content-frame p {
    text-align: right;
    font-size: 12px;
}

.subTitle-sec .content-frame p .fa {
    color: #00a2ea;
    font-size: 24px;
}

.subCommon-sec {
    padding-top: 5px;
    text-align: center;
}

.subCommon-sec .content-frame {
    text-align: center;
}

.subCommon-sec .content-frame .title-frame {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    padding: 0 20px;
}

.subCommon-sec .content-frame .title-frame .lf-box {
    min-width: 220px;
    text-align: left;
}

.subCommon-sec .content-frame .title-frame .lf-box .title1 {
    color: #00a2ea;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #00a2ea;
    font-size: 30px;
}

.subCommon-sec .content-frame .title-frame .lf-box .title2 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.subCommon-sec .content-frame .title-frame .rt-box {
    width: 400px;
    text-align: right;
}

.subCommon-sec .content-frame .title-frame .rt-box .title1 {
    font-size: 30px;
}

.subCommon-sec .content-frame .title-frame .rt-box .title2 {
    font-size: 14px;
}

.subCommon-sec .content-frame .title-frame .rt-box .title3 {
    font-size: 36px;
    color: #00a2ea;
}

.subProductList-sec {
    padding-top: 5px;
    text-align: center;
    min-height: 500px;
}

.subProductList-sec .content-frame {
    text-align: center;
}

.subProductList-sec .content-frame .category-box {
    margin-top: 30px;
    height: 80px;
    padding: 0 20px;
}

.subProductList-sec .content-frame .category-box ul {
    width: 100%;
}

.subProductList-sec .content-frame .category-box ul li {
    width: 16%;
    text-align: center;
    display: inline-block;
    padding: 3px;
    float: left;
}

.subProductList-sec .content-frame .category-box ul li .categroy-btn {
    width: 100%;
    padding: 10px 5px;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #eee;
    white-space: nowrap;
}

.subProductList-sec .content-frame .category-box ul li .categroy-btn:hover {
    background-color: #00a2ea;
    color: #FFFFFF;
}

.subProductList-sec .content-frame .title-frame {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    padding: 0 20px;
}

.subProductList-sec .content-frame .title-frame .lf-box {
    min-width: 220px;
    text-align: left;
}

.subProductList-sec .content-frame .title-frame .lf-box .title1 {
    color: #00a2ea;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #00a2ea;
    font-size: 30px;
}

.subProductList-sec .content-frame .title-frame .lf-box .title2 {
    font-size: 36px;
    font-weight: bold;
}

.subProductList-sec .content-frame .productList-frame {
    width: 100%;
}

.subProductList-sec .content-frame .productList-frame ul {
    width: 100%;
}

.subProductList-sec .content-frame .productList-frame ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    padding: 20px;
}

.subProductList-sec .content-frame .productList-frame ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.subProductList-sec .content-frame .productList-frame ul li a .content-box {
    width: 100%;
    height: 260px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.subProductList-sec .content-frame .productList-frame ul li a .content-box .product-img {
    margin: auto;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 200;
}

.subProductList-sec .content-frame .productList-frame ul li a .content-box .product-name {
    width: 100%;
    background-color: #00a2ea;
    opacity: 0.8;
    padding: 15px;
    margin-top: -50px;
    position: relative;
    z-index: 300;
    color: #FFFFFF;
}