@font-face {
    font-family: 'Calibri-light';
    src: url('../fonts/CALIBRIL_2.TTF') format('truetype');
}
@font-face {
    font-family: 'Calibri-bold';
    src: url('../fonts/CALIBRIB_1.TTF') format('truetype');
}
@font-face {
    font-family: 'Calibri-medium';
    src: url('../fonts/CALIBRI_5.TTF') format('opentype');
}
b, strong{
    font-family: 'Calibri-bold';
}
body {
    overflow-x: hidden;
    font-family: "Calibri-medium" !important;
    --color:#2f9cce;
}
li {
    list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
    margin: 0;
    padding: 0;
}
i,
em {
    font-style: normal;
}
.clear {
    clear: both;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
.fm_os {
    font-family: 'open sans';
    font-weight: 600;
}
.no-mr {
    margin-right: 0!important;
}
.no-mb {
    margin-bottom: 0!important;
}
.no-pr {
    padding-right: 0!important;
}
.no-pb {
    padding-bottom: 0!important;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.indent1 {
    text-indent: 1em;
}
.indent2 {
    text-indent: 2em;
}
.indent3 {
    text-indent: 3em;
}
.indent4 {
    text-indent: 4em;
}
.indent5 {
    text-indent: 5em;
}
.center {
    text-align: center;
}
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Regular.otf);
}
@font-face {
    src: url(../fonts/Raleway-Bold.ttf);
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 42px 80px;
    transition: .5s;
}
header.active {
    padding: 20px;
    background-color: black;
}
header .logo {
    display: block;
    float: left;
}
header #fdj {
    display: block;
    float: right;
    height: 25px;
    cursor: pointer;
    padding: 0 40px;
    line-height: 25px;
}
header #fdj img {
    display: inline-block;
    width: auto;
}
header .h-lan {
    float: right;
    width: 175px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Calibri-light';
    padding: 0 34px;
}
header .h-lan > li{
    position: relative;
}
header .h-lan > li > a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
header .h-lan > li > a i {
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
}
header .h-lan > li ul {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    max-height: 810px;
overflow-y: scroll;

}
header .h-lan > li ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    transition: 300ms;
}
header .h-lan > li ul li a:hover {
    background: #333;
    color: #fff;
}
header .language {
    position: relative;
    display: block;
    float: right;
    width: 175px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Calibri-light';
    padding: 0 34px;
}
header .language a {
    display: block;
    color: #fff;
    padding: 0 0 0 35px;
    background: url(../images/top_01.png) no-repeat left center;
}
header .language a:hover {
    color: #2f9cce;
}
header .language:after,
header .language:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 25px;
    top: 0;
    background-color: #ccc;
}
header .language:after {
    right: 0;
}
header .language:before {
    left: 0;
}
header .menu-box {
    display: block;
    float: right;
}
header .menu-box nav .menu > li {
    position: relative;
    display: block;
    float: left;
    text-transform: uppercase;
}
header .menu-box nav .menu > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin: 0 30px;
}
header .menu-box nav .menu > li > a:hover {
    color: #2f9cce;
}
header .menu-box nav .menu > li .sub-menu {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=100);
    position: absolute;
    top: 130%;
    left: 0;
    width: 220px;
    background: #fff;
    text-align: left;
    z-index: 99;
    display: none;
    box-shadow: 0 0 3px 0 #666666;
    -webkit-box-shadow: 0 0 3px 0 #666666;
    -moz-box-shadow: 0 0 3px 0 #666666;
    -ms-box-shadow: 0 0 3px 0 #666666;
    -o-box-shadow: 0 0 3px 0 #666666;
}
header .menu-box nav .menu > li .sub-menu li {
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    line-height: 30px;
}
header .menu-box nav .menu > li .sub-menu li a {
    color: #999;
    display: block;
    padding: 15px 10px 15px 20px;
}
header .menu-box nav .menu > li .sub-menu li:hover {
    background: #fde300;
}
header .menu-box nav .menu > li .sub-menu li:hover a {
    color: #fff;
}
header .menu-box nav .menu > li.laug {
    display: none;
}
.top_seach {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.top_seach .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}
.top_seach .seach {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -262.5px;
}
.top_seach .seach form {
    display: block;
    width: 525px;
}
.top_seach .seach form input {
    display: block;
    float: left;
    height: 60px;
    outline: none;
    border: 0;
}
.top_seach .seach form input[type="text"] {
    width: 425px;
    font-size: 16px;
    padding: 0 12px;
}
.top_seach .seach form input[type="submit"] {
    width: 100px;
    color: #2f9cce;
    font-size: 18px;
    background: #000000 url(../images/fdj.png) no-repeat center center;
    text-transform: uppercase;
}
.top_seach .seach form input[type="submit"]:hover {
    color: #fff;
    background-color: #2F9CCE;
}
#iview {
    position: relative;
    margin: 0 auto;
}
#iview,
#iview .iviewSlider {
    display: block;
    width: 100%;
    height: 603px;
    overflow: hidden;
}
#iview .iview-strip,
#iview .iview-block {
    display: block;
    position: absolute;
    z-index: 5;
}
#iview div.iview-directionNav {
    position: absolute;
    top: 230px;
    left: 0px;
    z-index: 9;
    width: 100%;
}
#iview div.iview-directionNav a {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 100px;
    background-image: url(../images/nav_paddles.png);
    text-indent: -9999px;
}
#iview div.iview-directionNav a:active {
    background-image: url(../images/nav_paddles_down.png);
}
#iview div.iview-directionNav a.iview-nextNav {
    right: 20px;
    background-position: 56px 0px;
}
#iview div.iview-directionNav a.iview-prevNav {
    left: 20px;
    background-position: -16px 0px;
}
#iview .container {
    padding: 128px 0 0 100px;
}
#iview .container .iview-caption {
    font-family: 'open sans';
    color: #002943;
    font-size: 68px;
    line-height: 1em;
}
#iview #iview-timer {
    position: absolute;
    z-index: 100;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
#iview #iview-preloader {
    border: #666 1px solid;
    width: 150px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    position: absolute;
    z-index: 1000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 1px;
    height: 3px;
}
#iview #iview-preloader div {
    background: #666;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    height: 3px;
    width: 0px;
}
.i-about .container {
    width: 1350px;
    padding: 90px 0;
}
.i-about .i_about_left {
    float: left;
    margin: 50px 0 0;
}
.i-about .i_about_right {
    float: right;
    width: 470px;
}
.i-about .i_about_right h5 {
    color: #777;
    line-height: 1.8;
    font-size: 18px;
    text-transform: uppercase;
}
.i-about .i_about_right h3 {
    color: #309ed0;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: 'Calibri-bold';
}
.i-about .i_about_right p{
    font-size: 18px;
    max-height: 254px;
    overflow: hidden;
    color: #777;
    line-height: 1.8em;
    margin: 12px 0 32px;
}
.i-about .i_about_right .singto {
    font-size: 18px;
    max-height: 254px;
    overflow: scroll;
    color: #777;
    line-height: 1.8;
    margin: 12px 0 32px;
}
.i-about .i_about_right .singto h1 {
    font-size: 18px;
    max-height: 254px;
    overflow: hidden;
    color: #777;
    line-height: 1.8em;
    margin: 12px 0 32px;
    display:inline;
}
.i-about .i_about_right a {
    display: block;
    color: #fff;
    text-align: center;
    width: 190px;
    height: 34px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px;
    line-height: 34px;
    background-color: #309ed0;
}
.i-about .i_about_right a:hover {
    text-decoration: underline;
}
.i-make {
    display: block;
    height: auto;
    overflow: hidden;
    background: url(../images/i_make_bg.jpg) no-repeat center center;
}
.i-make .container {
    width: 1150px;
    padding: 35px 0;
}
.i-make .container li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 1%;
    text-align: center;
}
.i-make .container li .img-box {
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 34px auto;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}
.i-make .container li .quality {
    background-image: url(../images/i_advg_01.png);
}
.i-make .container li .price {
    background-image: url(../images/i_advg_02.png);
}
.i-make .container li .supply {
    background-image: url(../images/i_advg_03.png);
}
.i-make .container li .service {
    background-image: url(../images/i_advg_04.png);
}
.i-make .container li h5 {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-family: 'Calibri-bold';
}
.i-make .container li p {
    color: #fff;
    font-size: 16px;
    margin: 16px 0;
    line-height: 30px;
}
.i-make .container li:hover .img-box {
    transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(360deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-make .container li:hover h5 {
    color: #309ed0;
}
.i-product .i_product_tit {
    display: block;
    text-align: center;
    background-color: #4a4a4a;
}
.i-product .i_product_tit li {
    display: inline-block;
    margin: 0 21px;
}
.i-product .i_product_tit li a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}
.i-product .i_product_tit li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    left: 50%;
    bottom: -2px;
}
.i-product .i_product_tit li a:hover {
    color: #309ed0;
}
.i-product .i_product_tit_hide {
    position: relative;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 3% 0;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #2f9cce;
}
.i-product .i_product_tit_hide:after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    left: 50%;
    bottom: 12px;
}
.i-product .i_product_tit_hide:hover:after {
    width: 80%;
    margin-left: -40%;
}
.i-product .i-product-scroll-box{
    display: none;
}
.i-product .i-product-scroll-box li {
    width: 33.33%;
    float: left;
}
.i-product .i-product-scroll-box li .zoom-box .pic-zoom {
    background-image: none;
}
.i-product .i-product-scroll-box li .zoom-box .pic-zoom a {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
}
.i-product .i-product-scroll-box li .zoom-box .pic-zoom a.fcy {
    left: 36%;
}
.i-product .i-product-scroll-box li .zoom-box .pic-zoom a.zom {
    right: 36%;
}
.i-product .i-product-scroll-box li .zoom-box .pic-zoom a.more {
    color: #fff;
    width: 100%;
    top: 67%;
    margin: 0;
    font-size: 18px;
    text-align: center;
}
.i-product .i-product-scroll-box li .zoom-box .pic-zoom img {
    width: auto;
}
.i-chose {
    display: block;
    margin: 5% auto;
    max-width: 1140px;
}
.i-chose .tit {
    display: block;
    text-align: center;
}
.i-chose .tit h4 {
    display: block;
    color: #333;
    font-size: 30px;
    font-family: 'Calibri-bold';
    text-transform: uppercase;
}
.i-chose .tit i {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #309ed0;
}
.i-chose .tit p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
}
.i-chose ul {
    margin: 42px 0 0;
}
.i-chose ul li {
    display: block;
    width: 48%;
    margin: 0 0 30px 0;
    background-color: #fafafa;
}
.i-chose ul li .zoom-pic {
    display: block;
    float: left;
    width: auto;
}
.i-chose ul li .bdy {
    display: block;
    float: left;
    max-width: 500px;
    margin: 30px 25px 0;
}
.i-chose ul li .bdy h5 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Calibri-bold';
}
.i-chose ul li .bdy p {
    color: #777;
    font-size: 14px;
    line-height: 2;
    max-height: 65px;
    margin: 20px 0;
    overflow: hidden;
}
.i-chose ul li .bdy i {
    display: block;
    color: #777;
}
.i-chose ul li:nth-child(even) {
    float: right;
}
.i-chose ul li:nth-child(odd) {
    float: left;
}
.i-chose ul li:hover {
    background-color: #309ed0;
}
.i-chose ul li:hover h5,
.i-chose ul li:hover p,
.i-chose ul li:hover i {
    color: #fff;
}
.i-chose ul li:hover img {
    transform: translate(0, 0) rotate(0) scale(1.2, 1.2) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.2, 1.2) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.2, 1.2) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.2, 1.2) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.2, 1.2) skew(0, 0) rotateX(0) rotateY(0);
}
.i-news {
    display: block;
    background-color: #f8f8f8;
}
.i-news .i_news_left {
    float: left;
    width: 570px;
}
.i-news .i_news_left .bdy {
    display: block;
    padding: 15% 0 0 0;
}
.i-news .i_news_left .bdy .tit {
    color: #309ed0;
}
.i-news .i_news_left .bdy .tit h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Calibri-bold';
}
.i-news .i_news_left .bdy .i_news_bdy {
    display: block;
    margin: 8% 0;
    width: 570px;
    overflow: hidden;
}
.i-news .i_news_left .bdy .i_news_bdy ul li {
    display: block;
    float: left;
    width: 510px;
    margin: 0 60px 0 0;
}
.i-news .i_news_left .bdy .i_news_bdy ul li h5 {
    margin: 1% 0 2.5%;
    color: #309ed0;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Calibri-bold';
    text-transform: capitalize;
}
.i-news .i_news_left .bdy .i_news_bdy ul li p {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.i-news .i_news_left .bdy .btm .more {
    display: block;
    float: left;
    width: 136px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #309ed0;
}
.i-news .i_news_left .bdy .btm .more:hover {
    background-color: #999;
}
.i-news .i_news_left .bdy .btm .new_btm_btn {
    display: block;
    float: left;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    width: 34px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.i-news .i_news_left .bdy .btm .new_btm_btn:hover {
    background-color: #309ed0;
}
.i-news .i_news_left .bdy .btm .new_btm_l {
    margin: 0 6px;
    background-color: #d2d2d2;
}
.i-news .i_news_left .bdy .btm .new_btm_r {
    background-color: #cecece;
}
.i-news .i_news_right {
    float: right;
    width: 50%;
}
footer {
    position: relative;
    background-color: #29282b;
    border-top: 6px solid #2f9cce;
}
footer .footer_bdy {
    padding: 70px 0 35px;
}
footer .footer_bdy h3 {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Calibri-bold';
}
footer .footer_bdy .link {
    display: block;
}
footer .footer_bdy .link li {
    display: block;
    line-height: 2em;
    margin: 10px 0;
}
footer .footer_bdy .link li a {
    display: block;
    color: #999;
}
footer .footer_bdy .fot_cont {
    display: block;
    float: left;
    width: 383px;
}
footer .footer_bdy .fot_cont h2 {
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Calibri-bold';
}
footer .footer_bdy .fot_cont h2 i {
    color: #309ed0;
}
footer .footer_bdy .fot_cont h4 {
    color: #999;
    font-size: 14px;
    width: 355px;
    margin: 25px 0;
    line-height: 2;
}
footer .footer_bdy .fot_cont .bdy li {
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 0 0 0 30px;
    margin: 5px 0;
}
footer .footer_bdy .fot_cont .bdy li a {
    color: #fff;
}
footer .footer_bdy .fot_cont .bdy li.fir {
    background: url(../images/fot_01.png) no-repeat left center;
}
footer .footer_bdy .fot_cont .bdy li.sec {
    background: url(../images/fot_02.png) no-repeat left center;
    }
footer .footer_bdy .fot_cont .bdy li.tel {
    background: url(../images/fot_06.png) no-repeat left center;
}
footer .footer_bdy .fot_cont .bdy li.thr {
    background: url(../images/fot_03.png) no-repeat left center;
}
footer .footer_bdy .fot_cont .bdy li.fou {
    background: url(../images/fot_04.png) no-repeat left center;
}
footer .footer_bdy .fot_link {
    display: block;
    float: left;
    width: 227px;
    padding: 0 0 0 35px;
    border-left: 1px solid #333;
}
footer .footer_bdy .fot_pro {
    display: block;
    float: left;
    width: 335px;
    padding: 0 30px 0 30px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
footer .footer_bdy .fot_ewm {
    display: block;
    float: left;
    margin: 0 0 0 60px;
}
footer .footer_bdy .fot_ewm .ewm {
    width: auto;
    margin-top: 23px;
}
footer .bottom {
    display: block;
    padding: 1% 0;
    border-top: 1px solid #555;
}
footer .bottom p {
    display: inline-block;
    color: #fff;
    margin: 0 15px 0 0;
        font-size: 16px;
    line-height: 30px;
}
footer .bottom p a {
    position: relative;
    color: #309ed0;
}
footer .bottom p a.foot-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    color: unset;
    width: 300px;
}
footer .bottom p a svg {
    max-height: 1.62em;
    display: inline-block;
    vertical-align: bottom;
    fill: #309ed0;
    width: auto;
}
footer .bottom .fr a {
    display: inline-block;
    color: #777;
    font-size: 18px;
    margin: 0 7px;
}
footer .bottom .fr a:hover {
    color: #309ed0;
}
footer #back_top {
    position: absolute;
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    bottom: 23px;
    right: 28px;
    cursor: pointer;
    background-color: #777;
}
footer #back_top:hover {
    background-color: #309ed0;
}
.mobile_footer #footerToolBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    background: #2F9CCE;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 999;
}
.mobile_footer #footerToolBar li {
    width: 20%;
    height: 45px;
    float: left;
    text-align: center;
    border-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    margin-top: 2px;
}
.mobile_footer #footerToolBar li:first-child {
    border-left: 0px none;
}
.mobile_footer #footerToolBar li.footerBarPro a:before {
    background-position: -120px 0px;
}
.mobile_footer #footerToolBar li.footerBarTel a:before {
    background-position: -90px 0px;
}
.mobile_footer #footerToolBar li.footerBarEmail a:before {
    background-position: 0 0px;
}
.mobile_footer #footerToolBar li.footerBarMessage a:before {
    background-position: -30px 0px;
}
.mobile_footer #footerToolBar li.footerBarShare a:before {
    background-position: -60px 0px;
}
.mobile_footer #footerToolBar li a {
    display: block;
    height: 45px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding-top: 1px;
}
.mobile_footer #footerToolBar li a:before {
    content: '';
    width: 30px;
    height: 20px;
    margin: 4px auto;
    display: block;
    background: url(../images/footer-tool.png) no-repeat;
    background-size: 149px;
}
.mobile_footer .mb-product {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9998;
    margin: 0;
}
.mobile_footer .mb-product .mb-pro-tit {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    background: #fcfcfc;
}
.mobile_footer .mb-product em {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/side-pro-close.png) no-repeat center;
}
.mobile_footer .mb-product h4 {
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 10px;
    color: #333;
    font-weight: bold;
    background: #e4e4e4;
}
.mobile_footer .mb-product li {
    padding: 12px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}
.mobile_footer .mb-product li a {
    color: #333;
    padding-left: 20px;
}
.mobile_footer .mb-product li:hover {
    background-color: #2f9cce;
}
.mobile_footer .mb-product li:hover a {
    color: #fff;
}
.mobile_footer .mb-feedback {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.mobile_footer .mb-feedback .f-fb-layer {
    position: absolute;
    width: 90%;
    left: 5%;
    background: #fff;
    top: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 20px 15px 40px;
}
.mobile_footer .mb-feedback .f-fb-layer h4 {
    text-align: center;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}
.mobile_footer .mb-feedback .f-fb-layer p {
    color: #333;
    margin: 16px 0;
    font-size: 12px;
}
.mobile_footer .mb-feedback .f-fb-layer .mb_form {
    position: relative;
}
.mobile_footer .mb-feedback .f-fb-layer .mb_form input,
.mobile_footer .mb-feedback .f-fb-layer .mb_form textarea {
    outline: none;
    display: block;
    width: 100%;
    border: none;
    background: rgba(110, 110, 111, 0.4);
    font-size: 12px;
    color: #fff;
}
.mobile_footer .mb-feedback .f-fb-layer .mb_form input {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin-bottom: 15px;
}
.mobile_footer .mb-feedback .f-fb-layer .mb_form input[type="submit"] {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    margin-bottom: 0;
    width: 80px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.mobile_footer .mb-feedback .f-fb-layer .mb_form input[type="submit"]:hover {
    background: #2F9CCE;
}
.mobile_footer .mb-feedback .f-fb-layer .mb_form textarea {
    height: 85px;
    resize: none;
    padding: 6px 12px;
}
.mobile_footer .mb-feedback .f-fb-layer ::-webkit-input-placeholder {
    color: #fff;
}
.mobile_footer .mb-feedback .f-fb-layer :-moz-placeholder {
    color: #fff;
}
.mobile_footer .mb-feedback .f-fb-layer ::-moz-placeholder {
    color: #fff;
}
.mobile_footer .mb-feedback .f-fb-layer :-ms-input-placeholder {
    color: #fff;
}
.mobile_footer .mb-share {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.6);
}
.mobile_footer .mb-share .sharebox {
    position: absolute;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 90%;
    left: 5%;
    top: 40px;
}
.mobile_footer .mb-share .sharebox .shareComp {
    text-align: center;
    padding: 20px 0;
    background: #333;
}
.mobile_footer .mb-share .sharebox .shareComp img {
    width: auto;
}
.mobile_footer .mb-share .sharebox p {
    text-align: center;
    color: #2F9CCE;
    background: #dfdfdf;
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    height: 100px;
    border: 1px solid #EEEEEE;
}
.mobile_footer .mb-share .sharebox .shareButtonList li {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    float: left;
    width: 50%;
    border: none;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.mobile_footer .mb-share .sharebox .shareButtonList li a {
    display: block;
    text-align: center;
    height: 120px;
}
.mobile_footer .mb-share .sharebox .shareButtonList li a img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 44px;
}
.mobile_footer .mb-share .sharebox .shareButtonList li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mobile_footer .mb-share .sharebox .shareButtonList li.fb {
    background: #305891;
}
.mobile_footer .mb-share .sharebox .shareButtonList li.gl {
    background: #ce4d39;
}
.mobile_footer .mb-share .sharebox .shareButtonList li.in {
    background: #4498c8;
}
.mobile_footer .mb-share .sharebox .shareButtonList li.tw {
    background: #2ca8d2;
}
.mobile_footer .mb-share .sharebox .shareButtonList li.pin {
    background: #c82828;
}
.mobile_footer .mb-share .sharebox .shareButtonList li.mail {
    background: #738a8d;
}
.mobile_footer .fancy-close {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px;
    right: -18px;
    top: -18px;
    background: url(../images/fancybox_sprite.png);
}
.inner-banner {
    width: 100%;
}
.inner-page {
    padding: 0 0 2%;
}
.inner-page .bread-crumbs {
    padding: 20px 0;
    margin: 0 0 2.5%;
    border-bottom: 1px solid #f1f1f1;
}
.inner-page .bread-crumbs a {
    position: relative;
    color: #636364;
    margin: 0 10px;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}
.inner-page .bread-crumbs a:hover {
    color: #2f9cce;
}
.inner-page .bread-crumbs a:first-child {
    margin-left: 0;
}
.inner-page .sidebar {
    display: block;
    width: 20%;
}
.inner-page .sidebar .side-top .side-tit {
    font-size: 20px;
    background: #2f9cce;
    color: #fff;
    padding: 16px 0 16px 20px;
    text-transform: uppercase;
}
.inner-page .sidebar .side-top .side-menu {
    display: block;
    margin: 1px 0 0;
}
.inner-page .sidebar .side-top .side-menu > li {
    display: block;
    margin: 0 0 1px;
}
.inner-page .sidebar .side-top .side-menu > li > a {
    display: block;
    line-height: 30px;
    color: #333;
    padding: 7px 0 7px 20px;
    background-color: #e6e6e6;
    text-transform: capitalize;
}
.inner-page .sidebar .side-top .side-menu > li > a:hover,
.inner-page .sidebar .side-top .side-menu > li > a.active {
    background-color: #2f9cce;
    color: #fff;
}
.inner-page .page-right-bar {
    display: block;
    width: 77%;
    overflow: hidden;
}
.inner-page .page-right-bar h1{
    line-height: 1.6;
}
.inner-page .piclist li {
    float: left;
}
.inner-page .piclist li p {
    line-height: 30px;
    color: #333;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
}
.inner-page .piclist li .proname {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*width:260px;*/
}
.inner-page .piclist .kongphop {
    color: #333;
    line-height:28px;
}
.inner-page .piclist .kongphop a{
    color: #333;
}
.inner-page .piclist li:hover p {
    color: #2d6992;
}
.inner-page .piclist li:hover .pic-zoom {
    opacity: 1;
}
.inner-page .piclist li:nth-of-type(3n) {
    margin-right: 0;
}
.about-page .about-artical p {
    line-height: 30px;
}
.product-page .piclist li {
    width: 32.5%;
    padding: 10px;
}
.prodet-page .product-details .prodet-top-l {
    width: 50%;
}
.prodet-page .product-details .prodet-top-l .b-pro {
    padding: 10px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
.prodet-page .product-details .prodet-top-l ul {
    margin: 12px 0 0;
}
.prodet-page .product-details .prodet-top-l ul li {
    float: left;
    width: 20%;
    margin-right: 10px;
    padding: 2px;
    cursor: pointer;
    border: 1px solid #ccc;  background: #505050;
}
.prodet-page .product-details .prodet-top-l ul li.active {
    border: 1px solid #003f75;
    background: #505050;
}
.prodet-page .product-details .prodet-top-l ul li:hover {
    border: 1px solid #003f75;
}
.prodet-page .product-details .prodet-top-l #pic-zoom {
    position: relative;
    margin-top: 0px;
    background: #505050;
}
.prodet-page .product-details .prodet-top-l .mark {
    width: 550px;
    height: 363px;
    position: absolute;
    z-index: 2;
    background: transparent;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0.1;
    filter: alpha(opacity=100);
}
.prodet-page .product-details .prodet-top-l .layer {
    width: 50px;
    height: 50px;
    background: #E8E8E8;
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=100);
    display: none;
}
.prodet-page .product-details .prodet-top-l .big_pic {
    padding: 20px;
    z-index: 9;
    position: absolute;
    display: none;
    overflow: hidden;
    width: 550px;
    height: 363px;
    left: 100%;
    top: 0px;
    background: #eee;
}
.prodet-page .product-details .prodet-top-l .big_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.prodet-page .product-details .prodet-top-r {
    position: relative;
    width: 45%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 18px;
    text-transform: capitalize;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
    line-height: 1.8em;
}
.prodet-page h4.pro-title {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #2F9CCE;
    font-size: 16px;
    margin-bottom: 15px;
}
.prodet-page .prodet-details {
    margin-top: 50px;
    margin-bottom: 20px;
}
.prodet-page .prodet-details .bdy {
    display: block;
}
.prodet-page .prodet-details .bdy p {
    line-height: 2em;
}
.prodet-page .prodet-details .bdy table{
}
.prodet-page .prodet-details .bdy table tr {
    line-height: 30px;
    font-size: 16px;
}
.prodet-page .prodet-details .bdy table tr td{
    text-align: center;
}
.news-page .newslist li {
    padding: 0 10px 8px 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news-page .newslist li .new-l {
    width: 20%;
}
.news-page .newslist li .new-r {
    width: 100%;
}
.news-page .newslist li .new-r h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight:bold;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
    color: #777;
    font-size: 16px;
    line-height: 30px;
}
.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
    line-height: 1.7em;
    font-size:16px;
}
.news-page .newslist li .new-r:hover h3,
.news-page .newslist li .new-r:hover i,
.news-page .newslist li .new-r:hover p {
    color: #2f9cce;
}
.news .news_title h1 {
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .news_date {
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.news .news_abst p {
    display: inline-block;
}
.news .news_contents {
    color: #000;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.news .news_contents a {
    color: #000;
    line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
    color: #000;
    line-height: 2;
    clear: both;
}
.news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    margin-left: 5px;
}
.news .news_next a:hover {
    color: #2f9cce;
}
.news .newsnav {
    margin-bottom: 30px;
}
.contact-page {
    padding: 0 0 2%;
}
.contact-page .cn-form {
    width: 67%;
    float: left;
    padding: 25px 35px 15px;
    margin-top: 80px;
}
.contact-page .contact-details {
    width: 30%;
    padding: 30px;
    border: 6px solid #f2f2f2;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
    font-size: 24px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h4 {
    margin-bottom: 10px;
    font-family: 'Calibri-bold';
}
.contact-page .contact-details .contact-list p {
    line-height: 2;
}
.contact-page .contact-details .contact-list a {
    color: #333;
}
.contact-page .contact-details .contact-list a:hover {
    color: #2F9CCE;
}
.contact-page .map{
    margin: 30px 0 0;
}
.lg-page .piclist li {
    width: 32.5%;
    margin: 0 1.25% 1% 0;
    cursor: pointer;
}
.faq-page .faq-list dt {
    font-size: 18px;
    line-height: 1.8;
    color: #2F9CCE;
}
.faq-page .faq-list dd {
    font-size: 16px;
    line-height: 30px;
    color: #222;
    margin: 10px 0 30px;
}
.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
}
.cn-form img {
    width: auto;
}
.cn-form p {
    font-size: 16px;
    padding: 10px 0;
    color: #666;
}
.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 23px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Calibri-bold';
}
.cn-form .m-form-l {
    width: 49%;
}
.cn-form .m-form-l li .iptTxt {
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}
.cn-form .m-form-l li .btnTjly {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    height: 38px;
    background: #003f75;
    border: none;
    cursor: pointer;
    color: #fff;
}
.cn-form .m-form-l li .btnTjly:hover {
    background-color: #2F9CCE;
}
.cn-form .m-form-r {
    width: 49%;
}
.cn-form .m-form-r textarea {
    height: 325px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.cn-form .yzm img {
    width: 35.4%;
}
.cn-form .yzm input {
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 50px;
    outline: none;
    background: #fff;
    color: #777;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.recommend-product {
    margin: 50px 0;
}
.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}
.recommend-product ul li p {
    color: #000;
    margin-top: 8px;
    text-align: center;
}
.recommend-product ul li:first-child {
    margin-left: 0;
}
.zoom-box {
    position: relative;
    background: #505050;
}
.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease-in;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -ms-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}
.zoom-pic {
    overflow: hidden;
}
.zoom-pic img {
    transition: 1s linear;
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -ms-transition: 1s linear;
    -o-transition: 1s linear;
}
.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
    position: relative;
}
.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: '';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}
.around-line li {
    float: left;
    position: relative;
    cursor: pointer;
}
.around-line li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.around-line li:before,
.around-line li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
}
.around-line li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.around-line li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.around-line li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.around-line li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
}
.m-page a,
.m-page span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 12px;
    letter-spacing: normal;
    text-shadow: 0 1px #fff;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.m-page a {
    text-decoration: none;
    color: #000;
}
.m-page a:first-child {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.m-page a:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.m-page a:hover {
    color: #fff;
    background: #064896;
}
.m-page a:active {
    background: #064896;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #064896;
}

@media screen and (max-width: 1700px) {
    header .menu-box nav .menu > li > a {
        margin: 0 12px;
    }
    .i-news .i_news_left .bdy {
        padding: 7% 0 0 0;
    }
    .i-news .i_news_left .bdy .i_news_bdy {
        margin: 5% 0;
    }
}
@media screen and (max-width: 1600px) {
    .i-about .i_about_right .left {
        margin: 7%;
        width: 100%;
    }
    .i-about .i_about_right .left .bdy p {
        margin: 7% 15% 7% 0;
    }
    .i-news .i_news_left .bdy {
        padding: 5% 0 0 0;
    }
    .i-news .i_news_left .bdy .i_news_bdy {
        margin: 3% 0;
    }
    .i-about .container {
        max-width: 100%;
        padding-right: 15px;
    }
    .i-about .i_about_left {
        max-width: 50%;
    }
}
@media screen and (max-width: 1400px) {
    header {
        padding: 2%;
    }
    header #fdj {
        padding: 0 21px;
    }
    header .language {
        width: 140px;
        padding: 0 12px;
    }
    header .menu-box nav .menu > li > a {
        font-size: 16px;
        line-height: 30px;
    }
    .i-about {
        background: none;
    }
    .i-about .i_about_right .left {
        margin: 7%;
    }
    .i-about .i_about_right .left .bdy {
        margin: 3% 10% 3% 0;
    }
    .i-about .i_about_right .left .bdy p {
        font-size: 14px;
        margin: 0 0 5%;
    }
    .i-news .i_news_left {
        width: 50%;
        overflow: hidden;
    }
    .i-news .i_news_left .bdy {
        padding: 0;
    }
    .i-news .i_news_left .bdy .tit {
        display: none;
    }
    .i-news .i_news_left .bdy .i_news_bdy {
        width: 420px;
        margin: 5% 0;
    }
    .i-news .i_news_left .bdy .i_news_bdy ul li {
        width: 420px;
    }
    footer #back_top {
        top: 25px;
    }
}
@media screen and (max-width: 1230px) {
    body {
        zoom: 0.8;
    }
    .i-chose {
        margin: 5%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .i-about .i_about_left {
        width: 40%;
    }
    .i-about .i_about_right {
        width: 60%;
    }
    .prodet-page .product-details .prodet-top-l {
        width: 100%;
        float: none;
    }
    .prodet-page .product-details .prodet-top-r {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
}
@media screen and (max-width: 960px) {
    body {
        zoom: 1;
    }
    footer .bottom p a.foot-link{
        display: none!important;
    }
    .container {
        width: 100%;
    }
    header {
        position: relative;
        background-color: #29282b;
    }
    header .logo {
        float: none;
    }
    header .logo img {
        display: block;
        width: auto;
        margin: 1% auto;
    }
    header #fdj {
        position: absolute;
        float: none;
        right: 10px;
        bottom: 20px;
    }
    header .h-lan {
        display: none;
    }
    header .menu-box {
        float: none;
    }
    header .menu-box nav {
        float: none;
    }
    header .menu-box nav .menu {
        display: block;
        text-align: center;
    }
    header .menu-box nav .menu > li {
        display: inline-block;
        float: none;
    }
    header .menu-box nav .menu > li > a {
        margin: 12px 10px 0;
    }
    header .menu-box nav .menu > li.laug {
        display: inline-block;
    }
    .i-about {
        height: auto;
        margin: 0;
    }
    .i-about .container {
        width: 100%;
        padding: 0;
    }
    .i-about .i_about_left {
        width: 100%;
        margin: 2% 0;
        max-width: none;
    }
    .i-about .i_about_left img {
        width: auto;
        max-width: 100%;
    }
table {
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  white-space: nowrap;
  min-width: 100%;
}
table td,
table th{
  padding: 5px 10px;
  width: auto !important;
  height: auto !important;
}
    .i-about .i_about_right {
        width: 100%;
        padding: 2%;
    }
    .i-about .i_about_right h5 {
        font-size: 16px;
    }
    .i-about .i_about_right h3 {
        font-size: 24px;
    }
    .i-about .i_about_right p {
        font-size: 15px;
        margin: 1% 0 3%;
        max-height: inherit;
    }
    .i-make {
        height: auto;
    }
    .i-make .container {
        width: 100%;
        padding: 3% 0;
    }
    .i-make .container li .img-box {
        margin: 2% auto 5%;
    }
    .i-make .container li p {
        font-size: 12px;
        margin: 3% 0;
    }
    .i-product .i_product_tit {
        display: none;
    }
    .i-product .i_product_tit_hide {
        display: block;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a.fcy {
        left: 25%;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a.zom {
        right: 25%;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom img {
        width: auto;
    }
    .i-chose ul li {
        width: 100%;
    }
    .i-news .i_news_right {
        width: 100%;
    }
    .i-news .i_news_left {
        width: 100%;
    }
    .i-news .i_news_left .bdy {
        padding: 5% 0;
    }
    .i-news .i_news_left .bdy .tit {
        display: block;
        text-align: center;
    }
    .i-news .i_news_left .bdy .i_news_bdy {
        width: 620px;
        margin: 3% auto 5%;
    }
    .i-news .i_news_left .bdy .i_news_bdy ul li {
        width: 620px;
    }
    .i-news .i_news_left .bdy .btm {
        text-align: center;
    }
    .i-news .i_news_left .bdy .btm .more,
    .i-news .i_news_left .bdy .btm .new_btm_btn {
        display: inline-block;
        float: none;
    }
    footer .footer_bdy {
        padding: 5% 2%;
    }
    footer .footer_bdy .link {
        display: block;
    }
    footer .footer_bdy .fot_cont {
        width: 50%;
    }
    footer .footer_bdy .fot_cont h4 {
        margin: 2.5% 0;
    }
    footer .footer_bdy .fot_cont .bdy li a {
        color: #fff;
    }
    footer .footer_bdy .fot_link {
        width: 50%;
        padding: 0;
        border-left: 0;
    }
    footer .footer_bdy .fot_pro {
        width: 50%;
        padding: 0;
        border: 0;
        margin-top: 2%;
    }
    footer .footer_bdy .fot_ewm {
        display: block;
        float: left;
        width: 50%;
        margin: 2% 0 0;
    }
    footer .footer_bdy .fot_ewm .ewm {
        width: auto;
        margin-top: 23px;
    }
    footer .bottom {
        display: block;
        padding: 2% 0;
        text-align: center;
    }
    footer .bottom .fl {
        width: 100%;
    }
    footer .bottom p {
        margin: 0 12px;
    }
    footer .bottom .fr {
        display: none;
    }
    footer #back_top {
        bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    header {
        padding: 0;
        overflow: hidden;
    }
    .inner-page .page-right-bar h1{
        font-size: 24px;
    }
    header .logo {
        margin: 1.7em 0;
    }
    header .logo img {
        width: 200px;
    }
    header #fdj {
        left: 10px;
        top: 20px;
    }
    .top_seach {
        top: 0;
        left: 0;
    }
    .top_seach .seach {
        left: 0;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    .top_seach .seach form {
        width: 100%;
    }
    .top_seach .seach form input[type="text"] {
        width: 70%;
    }
    .top_seach .seach form input[type="submit"] {
        width: 30%;
    }
    header .menu-box nav {
        position: inherit;
    }
    header .menu-box nav .navbar-header {
        position: absolute;
        top: 5px;
        right: 12px;
    }
    header .menu-box nav .navbar-collapse {
        border: 0;
        padding: 0;
    }
    header .menu-box nav .menu > li {
        display: block;
        overflow: hidden;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        /* box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
    }
    header .menu-box nav .menu > li > a {
        display: block;
        margin: 0;
        padding: 10px;
    }
    header .menu-box nav .menu > li > a:after {
        display: none;
    }
    header .menu-box nav .menu > li > a:hover {
        color: #fff;
        background-color: #2f9cce;
    }
    header .menu-box nav .menu > li .sub-menu {
        display: none!important;
    }
    header .menu-box nav .menu > li.laug {
        display: block;
    }
    .i-make {
        padding: 2%;
    }
    .i-make .container li {
        width: 50%;
    }
    .i-make .container li h5 {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .i-make .container li p {
        display: none;
    }
    .i-product .i-product-scroll-box li {
        width: 50%;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a {
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a.fcy {
        display: none;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a.zom {
        right: 0;
        background: url(../images/zoom.png) no-repeat center center;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a.zom img {
        display: none;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom a.more {
        display: none;
    }
    .i-product .i-product-scroll-box li .zoom-box .pic-zoom img {
        width: auto;
    }
    .i-chose {
        padding: 0;
        margin: 0;
    }
    .i-chose .tit h4 {
        font-size: 24px;
    }
    .i-chose .tit p {
        font-size: 14px;
        line-height: 24px;
    }
    .i-chose ul {
        margin: 0;
        background-color: #fafafa;
    }
    .i-chose ul li {
        height: auto;
        margin: 5% 0;
        overflow: hidden;
    }
    .i-chose ul li .zoom-pic {
        display: block;
        width: 100%;
    }
    .i-chose ul li .zoom-pic img {
        display: block;
        width: auto;
        margin: 0 auto;
        max-width: 100%;
    }
    .i-chose ul li .bdy {
        width: 100%;
        max-width: 100%;
        padding: 2%;
        margin: 0;
    }
    .i-news .i_news_left .bdy .i_news_bdy {
        width: 420px;
        margin: 3% auto 5%;
    }
    .i-news .i_news_left .bdy .i_news_bdy ul li {
        width: 420px;
    }
    footer {
        margin-bottom: 48px;
    }
    footer #back_top {
        display: none;
    }
    footer .footer_bdy {
        padding: 5%;
    }
    footer .footer_bdy .fot_cont {
        width: 100%;
    }
    footer .footer_bdy .fot_cont h2 {
        padding: 0;
    }
    footer .footer_bdy .fot_cont h4 {
        width: 100%;
        margin: 0;
    }
    footer .footer_bdy .fot_link,
    footer .footer_bdy .fot_pro,
    footer .footer_bdy .fot_ewm {
        display: none;
    }
    .inner-page .container {
        padding: 0;
    }
    .inner-page .bread-crumbs {
        padding: 12px 15px;
    }
    .inner-page .sidebar {
        width: 100%;
        margin: 0 0 4%;
        float: none!important;
        display: none!important;
    }
    .inner-page .page-right-bar {
        width: 100%;
        padding: 0 15px;
        float: none!important;
    }
    .inner-page .recommend-product {
        margin: 5% 0;
    }
    .inner-page .recommend-product ul li {
        width: 98%;
        margin: 0 2% 0 0;
    }
    .inner-page .recommend-product ul li h6,
    .inner-page .recommend-product ul li p {
        margin: 0;
        font-size: 16px;
    }
    .inner-page .recommend-product ul li:nth-of-type(2n) {
        margin: 0;
    }
    .inner-page .recommend-product ul li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .inner-page .cn-form {
        padding: 3% 5%;
    }
    .inner-page .cn-form .m-form-l {
        width: 100%;
        float: none!important;
    }
    .inner-page .cn-form .m-form-r {
        width: 100%;
        float: none!important;
    }
    .product-page .piclist li {
        width: 98%;
        padding: 10px;
    }
    .product-page .piclist li h6,
    .product-page .piclist li p {
        font-size: 14px;
        margin: 0;
        line-height: 2;
    }
    .prodet-page .product-details .prodet-top-l {
        float: none;
        width: 100%;
    }
    .prodet-page .product-details .prodet-top-r {
        float: none;
        width: 100%;
    }
    .prodet-page .product-details .prodet-top-r h1.protit {
        margin: 5% 0;
    }
    .contact-page .map iframe {
        height: 250px;
    }
    .contact-page .contact-details {
        width: 100%;
        border: 0;
        padding: 15px 12px;
        float: none!important;
    }
    .contact-page .cn-form {
        float: none;
        width: 100%;
    }
    .lg-page .piclist li {
        width: 49%;
        margin: 0 2% 1% 0;
    }
    .lg-page .piclist li h6,
    .lg-page .piclist li p {
        font-size: 12px;
        margin: 0;
    }
    .lg-page .piclist li:nth-of-type(2n) {
        margin-right: 0;
    }
    .lg-page .piclist li:nth-of-type(3n) {
        margin-right: 2%;
    }
}
@media screen and (max-width: 450px) {
    .i-news .i_news_left .bdy .i_news_bdy {
        width: 300px;
        margin: 3% auto 5%;
    }
    .i-news .i_news_left .bdy .i_news_bdy ul li {
        width: 287px;
    }
    .i-news .i_news_left .bdy .i_news_bdy ul li h5 {
        margin: 3% 0;
    }
    .i-news .i_news_left .bdy .i_news_bdy ul li p {
        font-size: 12px;
        line-height: 21px;
    }
}
#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a{
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: #309ed0;
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}
#banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
    width: 25px  !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
    border-color: #309ed0 !important;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }
    .seoPublic .Auxil-honor .list ul li a p{
        font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 15px;
    }
    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 03px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        line-height: 2;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 2;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }
         .seoIndustry.Auxil-industry{
             display: none!important;
         }
        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}

.seoPublic .Auxil-about .box .right .text a{
    color: unset;
}

.seoIndustry.Auxil-industry{
    font-size: 16px;
    line-height: 30px;
}

.seoIndustry.Auxil-industry h4{
    font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
    color: #337ab7;
    font-weight: 800;
}

.seoIndustry.Auxil-industry .text a{
    color: unset;
}

.news .news_contents h3{
    font-size: 26px;
line-height: 1.6;
padding: 10px 0;
font-weight: 800;
color: #337ab7;
}

.news .news_contents h4{ 
    font-size: 20px;
line-height: 1.8;
padding: 5px 0;
font-weight: 700;

}

p.procontent{
    height: 200px;
}