﻿/* CSS Document */


/* =Skitter styles
----------------------------------------------- */

.box_skitter .w960 {
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -480px;
    z-index: 5;
}

.box_skitter img {
    max-width: none;
}


/* Tip for stildv */

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    width: 100%;
    height: 707px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50%;
}

.box_skitter .image img {
    display: none;
    width: 100%;
    height: 529px;
}


/* =Box clone
-------------------------------------------------------------- */

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 2;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


/* =Navigation
-------------------------------------------------------------- */

.box_skitter .btn {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 39px;
    height: 100%;
    text-indent: -9999px;
}

.box_skitter .prev_button {
    left: 0;
    background: url("../images/prev01.jpg") no-repeat 0 center;
}

.box_skitter .next_button {
    right: 0;
    background: url("../images/next01.jpg") no-repeat 0 center;
}

.box_skitter .btn.hover {
    background-position: -39px center;
}


/* =Numbers
-------------------------------------------------------------- */

.box_skitter .info_slide {
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 5;
}

.box_skitter .info_slide .image_number {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    /*background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/bg_sign01.png") no-repeat;*/
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.box_skitter .info_slide .image_number_select {
    background-position: 0 -14px;
}


/* =Thumbs
	Change width and height to customization dimension thumb
-------------------------------------------------------------- */

.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.box_skitter .info_slide_thumb {
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0 !important;
    opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
}

.box_skitter .box_scroll_thumbs {
    padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0px solid #333;
}


/* =Dots
-------------------------------------------------------------- */

.box_skitter .info_slide_dots {
    position: absolute;
    bottom: -40px;
    z-index: 151;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.box_skitter .info_slide_dots .image_number {
    background: #333;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .info_slide_dots .image_number:hover {
    background: #000;
}

.box_skitter .info_slide_dots .image_number_select,
.box_skitter .info_slide_dots .image_number_select:hover {
    background: #cc3333;
    float: left;
    margin: 0 5px 0 0;
}


/* =Loading
-------------------------------------------------------------- */

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url("../images/loading.gif") no-repeat;
    width: 32px;
    height: 32px;
}


/* =Label
-------------------------------------------------------------- */

.box_skitter .progressbar {
    background: #000;
    position: absolute;
    top: 5px;
    left: 15px;
    height: 5px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}


/* =Preview slide
-------------------------------------------------------------- */

.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    overflow: hidden;
}

.box_skitter .preview_slide ul {
    height: 100px !important;
    overflow: hidden !important;
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
}

.box_skitter .preview_slide ul li {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
}

.box_skitter .preview_slide ul li img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 150px !important;
    width: auto !important;
}


/* =Focus
-------------------------------------------------------------- */

#overlay_skitter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    background: #000;
}

.box_skitter .focus_button {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .play_pause_button {
    position: absolute;
    top: 50%;
    z-index: 151;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


/* .box_skitter .play_pause_button.play_button {} */

.box_skitter .play_pause_button:hover {
    opacity: 0.5 !important;
}

.box_skitter .focus_button:hover {
    opacity: 0.5 !important;
}


/* =Example for dimenions
-------------------------------------------------------------- */

.box_skitter_large {
    width: 800px;
    height: 300px;
}

.box_skitter_small {
    width: 200px;
    height: 100px;
}


/* =Default theme
-------------------------------------------------------------- */


/* =Minimalist theme
-------------------------------------------------------------- */

.skitter-minimalist .prev_button,
.skitter-minimalist .next_button,
.skitter-minimalist .play_pause_button,
.skitter-minimalist .focus_button {
    display: block;
    /* background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/sprite-minimalist.png") no-repeat !important; */
}

.skitter-minimalist .prev_button {
    background-position: -0px -0px !important;
    width: 24px !important;
    height: 28px !important;
    left: -45px !important;
}

.skitter-minimalist .next_button {
    background-position: -0px -28px !important;
    width: 24px !important;
    height: 28px !important;
    right: -45px !important;
}

.skitter-minimalist .play_pause_button {
    background-position: -0px -74px !important;
    width: 18px !important;
    height: 18px !important;
}

.skitter-minimalist .play_pause_button.play_button {
    background-position: -0px -56px !important;
    width: 18px !important;
    height: 18px !important;
}

.skitter-minimalist .focus_button {
    background-position: -0px -92px !important;
    width: 18px !important;
    height: 18px !important;
}

.skitter-minimalist .info_slide {
    background: transparent;
}

.skitter-minimalist .info_slide .image_number {
    background: #000;
    box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
    font-size: 12px;
    font-weight: normal;
}

.skitter-minimalist .info_slide .image_number:hover {
    background: #111;
}

.skitter-minimalist .info_slide .image_number_select,
.skitter-minimalist .info_slide .image_number_select:hover {
    background: #cc3333;
}

.skitter-minimalist .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
}


/* =Round theme
-------------------------------------------------------------- */

.skitter-round .prev_button,
.skitter-round .next_button,
.skitter-round .play_pause_button,
.skitter-round .focus_button {
    display: block;
    /* background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/sprite-round.png") no-repeat; */
}

.skitter-round .prev_button {
    background-position: -0px -0px;
    width: 23px;
    height: 47px;
    left: -23px;
}

.skitter-round .next_button {
    background-position: -23px -0px;
    width: 23px;
    height: 47px;
    right: -23px;
}

.skitter-round .next_button:hover,
.skitter-round .prev_button:hover {
    opacity: 1;
}

.skitter-round .play_pause_button {
    background-position: -0px -70px;
    width: 47px;
    height: 23px;
    top: 24px;
    left: 24px !important;
}

.skitter-round .play_pause_button.play_button {
    background-position: -0px -47px;
    width: 47px;
    height: 23px;
    top: 24px;
}

.skitter-round .focus_button {
    background-position: -0px -93px;
    width: 47px;
    height: 23px;
    top: 24px;
    left: 82px !important;
}

.skitter-round .info_slide {
    background: transparent;
}

.skitter-round .info_slide .image_number {
    background: #999;
    box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
    font-size: 12px;
    font-weight: normal;
}

.skitter-round .info_slide .image_number:hover {
    background: #333;
}

.skitter-round .info_slide .image_number_select,
.skitter-round .info_slide .image_number_select:hover {
    background: #111;
}

.skitter-round .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
    background: #999;
}

.skitter-round .info_slide_dots .image_number:hover {
    background: #333;
}

.skitter-round .info_slide_dots .image_number_select,
.skitter-round .info_slide_dots .image_number_select:hover {
    background: #111;
}

.skitter-round .progressbar {
    top: -10px;
    left: 0px;
    background: #333;
    box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0;
}


/* =Clean theme
-------------------------------------------------------------- */

.skitter-clean .prev_button,
.skitter-clean .next_button,
.skitter-clean .play_pause_button,
.skitter-clean .focus_button {
    display: block;
    /* background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/sprite-clean.png") no-repeat; */
}

.skitter-clean .prev_button {
    background-position: 0px 0px;
    width: 47px;
    height: 46px;
}

.skitter-clean .next_button {
    background-position: 0px -46px;
    width: 47px;
    height: 46px;
}

.skitter-clean .play_pause_button {
    background-position: -0px -133px;
    width: 41px;
    height: 41px;
}

.skitter-clean .play_pause_button.play_button {
    background-position: -0px -92px;
    width: 41px;
    height: 41px;
}

.skitter-clean .focus_button {
    background-position: -0px -174px;
    width: 41px;
    height: 41px;
}

.skitter-clean .info_slide {
    background: transparent;
}

.skitter-clean .info_slide .image_number {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.skitter-clean .info_slide .image_number:hover {
    background: #ccc;
}

.skitter-clean .info_slide .image_number_select,
.skitter-clean .info_slide .image_number_select:hover {
    background: #111;
    color: #fff;
}

.skitter-clean .info_slide_dots {
    bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}

.skitter-clean .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    background: #999;
}

.skitter-clean .info_slide_dots .image_number:hover {
    background: #333;
}

.skitter-clean .info_slide_dots .image_number_select,
.skitter-clean .info_slide_dots .image_number_select:hover {
    background: #111;
}

.skitter-clean .progressbar {
    top: 5px;
    left: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
}

.ui-plus {
    position: absolute;
    right: 0px;
    width: 8px;
    padding-right: 38px;
    font-weight: bold;
    font-size: 20px;
    line-height: 70px;
    color: #333;
    font-style: normal;
}


/* =Square theme
-------------------------------------------------------------- */

.skitter-square .play_pause_button,
.skitter-square .next_button,
.skitter-square .focus_button,
.skitter-square .prev_button {
    display: block;
    /* background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/sprite-square.png") no-repeat; */
}

.skitter-square .play_pause_button {
    background-position: -55px -0px;
    width: 55px;
    height: 55px;
    top: 10px !important;
    left: 10px !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 0;
}

.skitter-square .play_pause_button.play_button {
    background-position: -0px -0px;
    width: 55px;
    height: 55px;
}

.skitter-square .focus_button {
    background-position: -55px -55px;
    width: 55px;
    height: 55px;
    top: 10px !important;
    left: 65px !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 0;
}

.skitter-square .next_button {
    background-position: -0px -55px;
    width: 55px;
    height: 55px;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
}

.skitter-square .prev_button {
    background-position: -0px -110px;
    width: 55px;
    height: 55px;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 65px;
}

.skitter-square .info_slide {
    background: transparent;
}

.skitter-square .info_slide .image_number {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.skitter-square .info_slide .image_number:hover {
    background: #ccc;
}

.skitter-square .info_slide .image_number_select,
.skitter-square .info_slide .image_number_select:hover {
    background: #111;
    color: #fff;
}

.skitter-square .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
    background: #ccc;
}

.skitter-square .info_slide_dots .image_number:hover {
    background: #999;
}

.skitter-square .info_slide_dots .image_number_select,
.skitter-square .info_slide_dots .image_number_select:hover {
    background: #555;
}

.skitter-square .progressbar {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    background: #fff;
    border-radius: 0;
    height: 2px;
}

.i-products {
    padding: 16px 0 50px;
    background: #f5f8fc;
}

.i-products .tit {
    position: relative;
    height: 90px;
    margin: 0 auto;
    text-align: center;
}

.i-products .tit .line {
    position: absolute;
    left: 50%;
    top: 46px;
    width: 980px;
    height: 1px;
    background: #c3c5c9;
    margin-left: -490px;
}

.i-products .tit b {
    position: relative;
    z-index: 2;
    padding: 0 35px;
    background: #f5f8fc;
    font-size: 24px;
    line-height: 90px;
    color: #0045a4;
}

.i-prorec {
    height: 185px;
    margin-bottom: 50px;
}

.i-prorec .btn {
    float: left;
    width: 39px;
    height: 185px;
    cursor: pointer;
}

.i-prorec .prev {
    margin-left: -59px;
    background: url("../images/prev03.jpg") no-repeat left center;
}

.i-prorec .next {
    float: right;
    margin-right: -59px;
    background: url("../images/next03.jpg") no-repeat left center;
}

.i-prorec .btn:hover {
    background-position: right center;
}

.i-prorec .list {
    position: relative;
    overflow: hidden;
    float: left;
    width: 980px;
    height: 185px;
}

.i-prorec ul {
    width: 996px;
}

.i-prorec li {
    position: relative;
    overflow: hidden;
    width: 232px;
    height: 185px;
    margin-right: 17px;
    display: inline;
}

.i-prorec li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.i-prorec li a img {
    display: inline-block;
    width: 100%;
    height: 145px;
}

.i-prorec p {
    padding: 0 18px 9px;
    background: #fff;
    font: bold 14px/28px "微软雅黑";
    color: #333;
}

.i-prorec .bg {
    position: absolute;
    left: 0;
    top: 183px;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=68);
    opacity: 0.68;
}

.i-prorec .price {
    display: inline-block;
    position: absolute;
    left: -100%;
    top: 64px;
    width: 100%;
    font: bold 16px/56px "微软雅黑";
    color: #fff;
    text-align: center;
}

.i-prorec .num {
    font-size: 32px;
    font-family: Arial;
}

.i-prorec .button {
    display: inline-block;
    position: absolute;
    left: -91px;
    top: 120px;
    width: 91px;
    background: url("../images/bg_btn02.png") no-repeat;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.i-prolist .menu {
    width: 232px;
}

.i-prolist .menu a.name {
    display: inline-block;
    width: 191px;
    padding-left: 41px;
    background: url("../images/bg_btn03.png") no-repeat;
    font: bold 22px/76px "微软雅黑";
    color: #fff;
}

.i-prolist .menu ul {
    background: #fff;
}

.i-prolist .menu li {
    position: relative;
    width: 230px;
    border: 1px solid #c7c9cd;
    border-top: none;
}

.i-prolist .menu a.t {
    display: inline-block;
    width: 190px;
    padding-left: 40px;
    font: bold 16px/70px "微软雅黑";
    color: #003;
}

.i-prolist .menu a.t.on {
    color: #073eac;
    background-position: 186px 0;
}

.ui-plus {
    position: absolute;
    right: 0px;
    width: 8px;
    padding-right: 38px;
    font-weight: bold;
    font-size: 20px;
    line-height: 70px;
    color: #333;
    font-style: normal;
}

.i-prolist .subside {
    padding: 14px 0;
    border-top: 1px solid #c7c9cd;
}

.i-prolist .subside a {
    display: inline-block;
    width: 190px;
    padding: 5px 0 5px 40px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    transition: color 500ms ease-in 0ms;
}

.i-prolist .subside a:hover {
    color: #073eac;
}

.i-prolist .list {
    float: right;
    width: 730px;
}

.i-prolist .list ul {
    width: 747px;
}

.i-prolist .list li {
    width: 232px;
    height: 291px;
    margin: 0 17px 18px 0;
    display: inline;
}

.i-prolist .list .bg {
    background: #fff;
}

.i-prolist .list .bg .img {
    display: inline-block;
    width: 100%;
    height: 145px;
}

.i-prolist .list a.name {
    display: inline-block;
    width: 192px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 4px;
    margin: 0 20px 4px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    transition: all 500ms ease-in 0ms;
}

.i-prolist .list li.hover a.name {
    color: #073eac;
    border-bottom: 1px solid #073eac;
}

.i-prolist .list a.more {
    display: inline-block;
    width: 91px;
    margin: 11px 0 17px 20px;
    background: url("../images/bg_btn02.png") no-repeat;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.i-prolist .list p {
    padding: 0 20px;
    font: bold 16px/44px "微软雅黑";
    color: #333;
}

.i-prolist .list span {
    font-size: 30px;
    font-family: Arial;
    color: #c00725;
}

.i-prolist .line {
    position: relative;
    overflow: hidden;
    width: 232px;
    height: 2px;
    margin-top: 1px;
    background: #87a1d6;
}

.i-prolist .line-in {
    position: absolute;
    left: -232px;
    top: 0;
    width: 232px;
    height: 2px;
    background: #073eac;
}

.i-about {
    position: relative;
    overflow: hidden;
    height: 980px;
    background: url("../images/bg_iabout.jpg") no-repeat center top;
    background-size: auto 680px;
}

.i-about .float {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 1920px;
    height: 1020px;
    margin-left: -960px;
}

.float-fl {
    position: absolute;
    left: 0;
    top: 101px;
    width: 470px;
    height: 595px;
    background: url("../images/bg_float01.png") no-repeat;
}

.float-fr {
    position: absolute;
    right: 35px;
    top: 414px;
    width: 376px;
    height: 453px;
    background: url("../images/bg_float02.png") no-repeat;
}

.i-about .w980 {
    overflow: hidden;
    z-index: 2;
    height: 662px;
    padding-bottom: 20px;
}

.i-about .w980 .list {
    float: left;
    width: 433px;
    height: 380px;
    margin: 11px 0 0 -433px;
}

.i-about .w980 .list img {
    width: 100%;
    height: 100%;
}


/* .i-about .w980 .list li {
    width: 433px;
    height: 72px;
    margin-bottom: 54px;
} */


/* .i-about .list span {
    display: inline-block;
    width: 63px;
    height: 72px;
    background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/bg_sign03.png") no-repeat left center;
    font: bold 30px/72px Arial;
    color: #fff;
    text-align: center;
}

.i-about .list .intro {
    float: right;
    width: 345px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.i-about .list h2 {
    padding-right: 16px;
    font-size: 30px;
    line-height: 42px;
    color: #0f62be;
} */

.i-about .img {
    position: relative;
    float: right;
    width: 428px;
    height: 429px;
    margin-right: -428px;
}

..i-about .img img {
    width: 100%;
    height: 100%;
}

.i-about .img span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 32%;
    width: 81px;
    height: 81px;
    /* background: url("http://demo.mxyhn.xyz:8020/cssthemes6/skk-0708-1/css/../images/bg_sign04.png") no-repeat; */
    font-size: 18px;
    line-height: 81px;
    color: #3a57ae;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.i-customer {
    position: relative;
    z-index: 2;
    padding-top: 38px;
    text-align: center;
}

.i-customer .title {
    width: 1000px;
    height: 62px;
    margin: 0 auto;
}

.i-customer .title a {
    display: inline-block;
    margin-left: 312px;
}

.i-customer h2 {
    font-size: 24px;
    line-height: 62px;
    color: #3d72cf;
}

.i-customer .title img {
    margin-left: 10px;
}

.i-customer li img {
    display: block;
    margin: 0 auto;
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%); */
}

.i-customer li a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.i-customer .list {
    width: 980px;
    height: 124px;
    margin: 48px auto 0;
}

.i-customer .btn {
    width: 39px;
    height: 124px;
    cursor: pointer;
}

.i-customer .prev {
    float: left;
    margin-left: -60px;
    background: url("../images/prev03.jpg") no-repeat left center;
}

.i-customer .next {
    float: right;
    margin-right: -60px;
    background: url("../images/next03.jpg") no-repeat left center;
}

.i-customer .btn.hover {
    background-position: right center;
}

.i-customer .list-in {
    position: relative;
    overflow: hidden;
    float: left;
    width: 978px;
    height: 122px;
    border: 1px solid #dedede;
}

.i-customer li {
    width: 195px;
    height: 122px;
    border-right: 1px dotted #cacaca;
}

.i-customer .list-in li img {
    display: inline-block;
    max-width: 195px;
}

.i-intro {
    height: 375px;
    padding-top: 66px;
    background: url("../images/bg_iintro.jpg") no-repeat center;
    background-size: 130% 130%;
}

.i-intro.move {
    animation: introMove 2s forwards;
}

@keyframes introMove {
    100% {
        background-size: 100% 100%;
    }
}

.i-intro .w980 {
    overflow: hidden;
}

.i-intro .video {
    float: left;
    width: 416px;
    height: 271px;
    padding: 28px 21px 27px;
    background: url("../images/bg_iintrovideo.png") no-repeat;
}

.i-intro .video img {
    width: 98%;
    height: 100%;
}

.i-intro .detail {
    position: relative;
    float: right;
    width: 440px;
    height: 294px;
    padding-top: 32px;
    margin-right: -440px;
    line-height: 22px;
    color: #dbe4ed;
}

.i-intro .detail h2 {
    font-size: 24px;
    line-height: 70px;
    color: #fff;
}

.i-intro .detail a {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 51px;
    width: 134px;
    border: 2px solid #f0f3f7;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    color: #f0f3f7;
    text-align: center;
    transition: all 500ms ease-in 0ms;
}

.i-intro .detail a:hover {
    border-color: #073eac;
    background: #073eac;
    color: #fff;
}

.i-list {
    padding: 35px 0 40px;
    background: #f5f8fc;
}

.i-list .w980 {
    overflow: hidden;
}

.i-list-tit {
    height: 54px;
}

.i-list-tit h2 {
    font-size: 18px;
    line-height: 54px;
    text-transform: uppercase;
    color: #004490;
}

.i-list-tit span {
    display: inline-block;
    margin: 6px 0 0 8px;
    font-size: 14px;
    line-height: 48px;
}

.i-list-tit a {
    display: inline-block;
    line-height: 48px;
    color: #004490;
}

.i-news {
    width: 614px;
    margin-left: -614px;
}

.i-news .img {
    float: left;
    width: 278px;
    margin-top: 2px;
    background: #004490;
}

.i-news .img .int {
    padding: 6px 18px 25px;
}

.i-news .img a {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    color: #a3b2cc;
    transition: color 500ms ease-in 0ms;
}

.i-news .img .ig {
    width: 100%;
    height: 193px;
}

.i-news .img a:hover {
    color: #fff;
}

.i-news .img a.tit {
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
}

.i-news .list {
    width: 317px;
}

.i-news .list li {
    width: 317px;
    height: 42px;
    padding: 5px 0 12px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 21px;
}

#dynNews .list ul :nth-child(1) {
    display: none;
}

.i-news .list span {
    display: inline-block !important;
    width: 49px;
    font: bold 40px/42px Arial;
    color: #c4c4c4;
    transition: color 500ms ease-in 0ms;
}

.i-news .list .fr {
    width: 252px;
    padding-left: 14px;
    border-left: 1px solid #dadada;
    line-height: 20px;
    color: #888;
}

.i-news .list a {
    display: inline-block !important;
    width: 100%;
    line-height: 22px;
    color: #333;
}

.i-news .list li.hover span {
    color: #333;
}

.i-news .list li.hover a {
    font-weight: bold;
}

.i-honor {
    width: 312px;
    margin-bottom: 22px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.i-faq {
    width: 312px;
    margin-right: -312px;
}

.i-faq .list {
    width: 276px;
    height: 218px;
    padding: 31px 18px 2px;
    background: url("../images/bg_box03.png") no-repeat;
}

.i-faq .list-in {
    position: relative;
    overflow: hidden;
    width: 276px;
    height: 218px;
}

.i-faq li {
    width: 276px;
    padding-bottom: 26px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 17px;
    line-height: 20px;
}

.i-faq li .tit {
    color: #333;
    margin-bottom: 10px;
}

.i-faq li span {
    display: inline-block;
    width: 18px;
    padding-right: 10px;
    background: url("../images/bg_sign05.png") no-repeat left 0;
    color: #fff;
    text-align: center;
}

.i-faq li .int {
    width: 248px;
    float: right;
}

.i-faq .det span {
    background-position: left -20px;
}

.i-tips {
    height: 70px;
    padding: 40px 0 32px;
}

.i-tips .w980 {
    overflow: hidden;
}

.i-tips ul {
    width: 1098px;
}

.i-tips li {
    width: 200px;
    height: 46px;
    padding: 14px 0 10px 88px;
    margin-right: 42px;
    display: inline;
    font-size: 14px;
    line-height: 20px;
}

.i-tips li.fi {
    background: url("../images/bg_sign06.png") no-repeat left center;
}

.i-tips li.se {
    background: url("../images/bg_sign07.png") no-repeat left center;
}

.i-tips li.th {
    background: url("../images/bg_sign08.png") no-repeat left center;
}

.i-tips .line {
    border-right: 1px solid #dadada;
}

.i-tips li p.fz20 {
    font-size: 20px;
    color: #1e1e1e;
}

@media screen and (max-width:768px) {
    .banner {
        height: 200px;
    }
    .box_skitter .image,
    .box_skitter .image img {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
        margin-left: 0px !important;
    }
    .i-search {
        height: 100px;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .i-search p {
        height: 50px;
        overflow: hidden;
    }
    .i-products .tit .line {
        left: 0px !important;
        margin-left: 0px !important;
    }
    .i-prorec {
        position: relative;
        margin-bottom: 10px !important;
    }
    .i-prorec .list,
    .i-products .tit .line {
        width: 100% !important;
        overflow: hidden;
    }
    .i-prorec .prev {
        position: absolute;
        left: 0px;
        margin-left: 0px !important;
        z-index: 9;
    }
    .i-prorec .next {
        position: absolute;
        right: 0px;
        margin-right: 0px !important;
        z-index: 9;
    }
    .i-prolist .menu {
        width: 100% !important;
    }
    .i-prolist .menu a.name {
        width: 100% !important;
        padding-left: 0px !important;
        color: #0045a4 !important;
        background: none !important;
        text-align: center;
    }
    .i-prolist .menu ul {
        display: none !important;
    }
    .i-prolist .list,
    .i-prolist .list ul {
        width: 100% !important;
    }
    .i-prolist .list ul img {
        width: 100% !important;
        height: 110px !important;
    }
    .i-prolist .list li {
        width: 47% !important;
        height: 260px !important;
        margin-left: 2% !important;
        margin-right: 0 !important;
        margin-bottom: 35px !important;
    }
    .i-prolist .list a.name {
        width: 80% !important;
        height: 55px !important;
        margin: 0 10% 4px !important;
        line-height: 25px !important;
    }
    .i-prolist .line {
        width: 100% !important;
    }
    .i-about {
        background-size: auto 530px !important;
    }
    .i-about,
    .i-about .w980 {
        height: auto !important;
    }
    .i-about .w980 a img {
        width: 75%;
        margin: 53px auto !important;
    }
    .i-about .w980 .list {
        width: calc(100% - 44px) !important;
        /* margin: 0px 22px !important; */
    }
    .i-about .w980 .list ul,
    .i-about .w980 .list li {
        width: 100% !important;
    }
    .i-about .list .intro {
        width: calc(100% - 80px) !important;
    }
    .i-about .img {
        display: none !important;
    }
    .i-customer .title {
        width: 100% !important;
    }
    .i-customer .title a {
        width: 100% !important;
        margin-left: 35px !important;
        text-align: center;
    }
    .i-customer h2 {
        font-size: 20px !important;
        line-height: 50px !important;
    }
    .i-customer .title img {
        height: 50px !important;
    }
    .i-customer .list {
        width: 100% !important;
    }
    .i-customer .prev {
        margin-left: 0px !important;
        position: absolute;
        left: 0px;
        z-index: 9;
    }
    .i-customer .next {
        margin-right: 0px !important;
        position: absolute;
        right: 0px;
        z-index: 9;
    }
    .i-intro {
        height: auto !important;
        padding: 0px 20px !important;
        padding-top: 50px !important;
        background: url(../images/bg_iintro.jpg) no-repeat center;
        background-size: 100% 100% !important;
    }
    .i-intro .video {
        width: 100% !important;
        height: 240px !important;
        padding: 0px !important;
        background-size: 100% 100% !important;
    }
    .i-intro .detail {
        width: 100% !important;
        height: 330px !important;
    }
    .i-intro .detail h2 {
        font-size: 22px !important;
    }
    .i-intro .detail a {
        bottom: 20px !important;
    }
    .i-news {
        width: 100% !important;
    }
    .i-list-tit {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .i-news .img,
    .i-news .img a img {
        width: 100% !important;
    }
    .i-news .list {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .i-news .list ul {
        padding-top: 20px;
        border-top: 1px solid #dadada;
    }
    .i-news .list li {
        width: 100% !important;
    }
    .i-news .list a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
    }
    .i-news .list p {
        font-size: 14px;
    }
    .i-list {
        padding-bottom: 0px !important;
    }
    .i-tips ul {
        width: 100%;
    }
    .i-tips li {
        width: 30% !important;
        height: 50px;
        margin-right: 2% !important;
        background-size: 35px auto !important;
        padding-left: 45px !important;
        box-sizing: border-box;
    }
    .i-tips li a {
        font-size: 12px !important;
    }
    .i-tips li p.fz20 {
        height: auto;
        line-height: 20px !important;
        font-size: 13px !important;
    }
}