﻿@charset "utf-8";
@import url("animate.css");

/*---------------------------------CSS Reset---------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
    border: none;
    list-style-type: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}


/*h1,h2,h3,h4,h5,h6 {font-size:100%;}*/

h4 {
    display: block;
    font-weight: bold;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000000;
}

fieldset,
img {
    border: 0 none;
}

#page,
#header,
#content,
#footer {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.inline {
    display: inline;
}

.none {
    display: none;
}

.vote {
    padding: 5px 0 5px 10px;
}

.fove {
    padding: 10px 0;
    text-align: center;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

i,
s {
    font-style: normal;
}

fieldset,
img {
    border: 0 none;
}

strong,
b {
    font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

#left {
    float: left;
}

#right {
    float: right;
}

a:hover {
    color: #0DAFEF;
}

a:link {
    color: #666666;
}

a:visited {
    color: #666666;
}

.mid {
    width: 980px;
    overflow: hidden;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    color: #666666;
}

.mid p {
    margin-right: 10px;
    margin-left: 10px;
}

#head_box .head {
    width: 980px;
    background-color: #FFFFFF;
    display: block;
    overflow: hidden;
    margin: auto;
}

#head_box .head .logo {
    height: 94px;
    background-image: url(../images/i_r2_c3.png);
    background-repeat: no-repeat;
    width: 210px;
    float: left;
    margin-top: 20px;
}



/*本例css*/

.ad1 {
    width: 752px;
    height: 385px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.ad1 img {
    width: 752px;
    height: 385px;
}


/*数字按钮样式*/

.ad1 .num {
    overflow: hidden;
    height: 25px;
    position: absolute;
    bottom: -8px;
    left: 45%;
    zoom: 1;
    z-index: 3
}

.ad1 .num li {
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #444444;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    font-size:0px;
}

.ad1 .num li.on {
    background: #0DAFEF;
}
.ad1 .prev,
.ad1 .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 115px;}
.ad1 .prev { left: 0; }
.ad1 .next { right: 0; background-position: right }

/*当前项*/


/* nav */

.nav .no {
    background-image: none;
}

.nav {
    width: 981px;
    height: 37px;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
}

.nav li {
    float: left;
    line-height: 37px;
    text-align: left;
    font-size: 12px;
    position: relative;
    background-image: url(../images/Home_r8_c3.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1000000;
}

.nav li a {
    text-decoration: none;
    display: block;
    padding-right: 18px;
    padding-left: 18px;
}

.nav ul li a:hover {
    display: block;
    color: #00CCFF;
    background-repeat: no-repeat;
}

.nav dl {
    width: 135px;
    font-size: 12px;
    position: absolute;	
    top: 37px;
    left: 0px;
    background-color: #FFFFFF;
    z-index: 9999999999;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DEDEDE;
    border-right-color: #DEDEDE;
    border-bottom-color: #DEDEDE;
    border-left-color: #DEDEDE;
    display: none;
}

.nav dl dd a {
    color: #666666;
}

.nav .mainmenu DD a {
    padding-right: 10px;
    padding-left: 10px;
}

.nav .mainmenu .lnk {
    background-image: url(../images/Home_r8_c4.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.nav .mainmenu dd a {
    line-height: 30px;
}

#hr {
    width: 1001px;
    background-color: #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
    background-image: url(../images/i_r5_c9.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
}

#main_box {
    width: 1009px;
    background-color: #FFFFFF;
    background-repeat: repeat-y;
    background-position: center 23px;
    background-image: url(../images/i_r9_c11.png);
}

#main {
    width: 1001px;
    padding-right: 4px;
    padding-left: 4px;
    background-image: url(../images/i_r5_c10.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#head_box .head .top {
    height: 140px;
}

#head_box .head .top .search_box {
    width: 565px;
    float: left;
    height: 32px;
    margin-top: 10px;
}

#head_box .head .top .search_box .search {
    width: 522px;
    height: 30px;
    line-height: 30px;
    border: 1px solid  #CCCCCC;
    text-indent: 10px;
    float: left;
	border-radius: 10px;
}

#head_box .head .top .search_box .image {
    float: left;
	margin-left: -41px;
}

#head_box {
    position: absolute;
    z-index: 10000000;
}


.ding_zong { width:770px; height:50px; float:left; margin-top:20px;}

.ding_text1 { width:170px; height:45px; float:left; font-size:12px; line-height:20px; background:url(../images/head_tubiao.png) no-repeat left top; padding-left:25px; padding-top:3px;}
.ding_text1 span { font-weight:bold;}

.ding_text2 { width:150px; height:45px; float:left; font-size:12px; line-height:20px; background:url(../images/head_tubiao.png) no-repeat left top; padding-left:25px; padding-top:3px;}
.ding_text2 span { font-weight:bold;}

.ding_text3 { width:186px; height:45px; float:left; font-size:12px; line-height:20px; padding-left:25px; padding-top:3px;}
.ding_text3 span { font-weight:bold;}




.hd_bix {
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    overflow: hidden;
}

.hd_bix .hd {
    width: 752px;
    float: left;
    height: 385px;
    border: 1px solid #dedede;
}

.hd_bix .lb {
    float: right;
    width: 174px;
    height: 385px;
    border: 1px solid #dedede;
    padding-right: 18px;
    padding-left: 18px;
    background-color: #FFFFFF;
}

.hd_body img {
    vertical-align: bottom;
}

.hd_ad_slide {
    width: 752px;
    height: 385px;
    float: left;
}

.hd_ad_btn {
    position: absolute;
    right: 3px;
    bottom: 8px;
}

.hd_ad_btn_a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    border-radius: 12px;
    background-color: #999;
    color: #fff;
    float: left;
}

.hd_ad_btn_a:hover {
    text-decoration: none;
}

.hd_ad_btn .active {
    background-color: #E4393C;
}

.hd_service {
    width: 310px;
    padding-top: 230px;
    float: right;
}

.hd_nav_x {
    height: 30px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.js_nav_a {
    width: 25%;
    *width: 24.9%;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'microsoft yahei';
    float: left;
}

.hd_nav_x .active {
    color: #E4393C;
}

.hd_service_con {
    height: 136px;
    border: 1px solid #f1f1f1;
    border-top: 2px solid #aaa;
    position: relative;
}

.hd_service_img {
    position: absolute;
    display: none;
}

.hd_point_line {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    width: 25%;
    border-bottom: 2px solid #E4393C;
    text-align: center;
}

.hd_point_cor {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-style: dashed dashed solid;
    border-width: 5px;
    border-color: transparent transparent #E4393C;
    overflow: hidden;
}

.hd_bix .lb .Negative {
    font-size: 12px;
    font-weight: bold;
    padding-top: 19px;
    padding-bottom: 9px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    color: #0DAFEF;
    margin-bottom: 8px;
}

.hd_bix .lb dd {
    display: block;
    height: 20px;
    line-height: 20px;
    text-indent: 20px;
    background-image: url(../images/Home_r17_c10.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

.new_p {
    width: 980px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    position: absolute;
    height: 670px;
}

.new_p .title {
    height: 48px;
    line-height: 48px;
    padding-left: 22px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.new_p .title h2 {
    font-size: 16px;
    color: #00CCFF;
    display: block;
    float: left;
    font-weight: normal;
}

.new_p .title em {
    font-size: 28px;
    font-weight: normal;
}

.new_p .title .more {
    float: right;
    display: block;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 79px;
    line-height: 23px;
    text-indent: -1000px;
    margin-top: 13px;
    margin-right: 14px;
}

.new_p .title .more:hover {
    background-image: url(../images/h_more.png);
    background-repeat: no-repeat;
}

.new_p ul {
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    display: block;
    width: 980px;
    overflow: hidden;
}

.new_p li {
    height: 300px;
    width: 194px;
    display: block;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    border: 1px solid #dedede;
    margin-bottom: 0px;
}

.new_p li:hover {
    border: 1px solid #00CCFF;
}

.new_p dd {
    height: 40px;
    position: absolute;
    margin-top: 250px;
    padding: 10px;
    z-index: 10000;
    width: 174px;
    text-align: left;
	color:#6f6f6f
}

.new_p .n_more {
    background-image: url(../images/Home_r18_c4.png);
    background-repeat: no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 133px;
    z-index: 1000;
}

.new_e {
    width: 980px;
    overflow: hidden;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

.new_e .title {
    height: 48px;
    line-height: 48px;
    padding-left: 22px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.new_e .title h2 {
    font-size: 16px;
    color: #00CCFF;
    display: block;
    float: left;
    font-weight: normal;
}

.new_e .title em {
    font-size: 28px;
    font-weight: normal;
}

.new_e .title .more {
    float: right;
    display: block;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 79px;
    line-height: 23px;
    text-indent: -1000px;
    margin-top: 13px;
    margin-right: 14px;
}

.new_e ul {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    display: block;
    width: 980px;
    overflow: hidden;
}

.new_e li {
    height: 300px;
    width: 178px;
    display: block;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    border: 1px solid #dedede;
    margin-bottom: 14px;
}

.new_e li:hover {
    border: 1px solid #00CCFF;
}

.new_e dd {
    height: 40px;
    position: absolute;
    margin-top: 250px;
    padding: 10px;
    z-index: 10000;
    width: 157px;
    text-align: center;
}

.new_e .n_more {
    background-image: url(../images/Home_r18_c4.png);
    background-repeat: no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 133px;
    z-index: 1000;
}

.new_t {
    width: 980px;
    border: 1px solid #DEDEDE;
    margin-top: 695px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: 670px;
    position: absolute;
    clip: rect(auto, auto, auto, auto);
}

.new_t .title {
    height: 48px;
    line-height: 48px;
    padding-left: 22px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.new_t .title h2 {
    font-size: 16px;
    color: #00CCFF;
    display: block;
    float: left;
    font-weight: normal;
}

.new_t .title em {
    font-size: 28px;
    font-weight: normal;
}

.new_t .title .more {
    float: right;
    display: block;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 79px;
    line-height: 23px;
    text-indent: -1000px;
    margin-top: 13px;
    margin-right: 14px;
    overflow: hidden;
}

.new_t .title .more:hover {
    background-image: url(../images/h_more.png);
    background-repeat: no-repeat;
}

.new_t ul {
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    display: block;
    width: 980px;
    overflow: hidden;
}

.new_t li {
    height: 300px;
    width: 194px;
    display: block;
    float: left;
    overflow: hidden;
    border: 1px solid #dedede;
    margin-bottom: 14px;
}

.new_t li:hover {
    border: 1px solid #00CCFF;
}

.new_t dd {
     height: 40px;
    position: absolute;
    margin-top: 245px;
    padding: 10px;
    z-index: 10000;
    width: 175px;
    text-align: left;
	color:#6f6f6f
}

.new_t .n_more {
    background-image: url(../images/Home_r18_c4.png);
    background-repeat: no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 133px;
    z-index: 1000;
}

figure {
    height: 198px;
    width: 179px;
    position: relative;
    overflow: hidden;
}

#mid {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
}

#in {
    position: relative;
    top: -50%;
}


/* Common style */

#out {
    height: 248px;
    width: 200px;
    position: relative;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

#mid {
    position: absolute;
    top: 20px;
    left: 45%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
}

#mid1 {
    position: absolute;
    top: 20px;
    left: 48%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
}


#in {
    position: relative;
    top: -50%;
    overflow: hidden;
}

.foot_box {
    height: 44px;
    background-color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dedede;
    margin: auto;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #666666;
    padding-top: F0px;
    bottom: 0px;
}

.delay1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.delay2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.delay3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.delay4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.delay5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.delay6 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.delay7 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.delay8 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.delay9 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.delay10 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s
}

.delay11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay13 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ces {
    padding-bottom: 90px;
    margin-bottom: 440px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

.box {
    overflow: hidden;
    height: 1430px;
}

.top_box {
    margin: auto;
    width: 980px;
    overflow: hidden;
    height: 190px;
}

.top_box #head_box .hr {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #DEDEDE;
}

.Title_box {
    width: 980px;
    overflow: hidden;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    height: 40px;
}

.Title_box h1 {
    font-size: 16px;
    color: #999999;
    display: block;
    float: left;
    background-image: url(../images/about_r2_c2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    line-height: 40px;
    min-width: 155px;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 15px;
}

.Title_box em {
    font-size: 25px;
}

.Button {
    display: block;
    float: right;
    height: 23px;
    width: 79px;
    background-image: url(../images/Button.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: 15px;
}

.Button:hover {
    display: block;
    float: right;
    height: 23px;
    width: 79px;
    background-image: url(../images/Button_a.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: 15px;
}

.about {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
}

.about .ad {
    float: right;
    height: 302px;
    width: 363px;
    overflow: hidden;
    margin-left: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.ad img {
    height: 302px;
}

.pay {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
}

.pay li {
    height: 103px;
    display: block;
    margin-top: 30px;
    margin-right: 29px;
    margin-bottom: 30px;
    margin-left: 29px;
}

.pay_img {
    height: 103px;
    width: 234px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dedede;
    display: table;
    text-align: center;
    float: left;
}

.pay_img span {
    display: table-cell;
    vertical-align: middle;
}

.pay p {
    display: block;
    float: left;
    margin-left: 30px;
}

.Shipping {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
}

.CONTACT {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
}

.CONTACT h2 {
    font-size: 18px;
    color: #0DCCFA;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.CONTACT_box {
    width: 500px;
    padding-bottom: 30px;
}

.index-whitey {
    display: inline-block;
    min-width: 154px;
    height: 36px;
    border: 1px solid #EAEAEA;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    *width: auto;
    *padding: 0 15px;
    background-color: #FBFBFB;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 137px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.index-white {
    display: inline-block;
    min-width: 254px;
    height: 36px;
    border: 1px solid #EAEAEA;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    *width: auto;
    *padding: 0 15px;
    background-color: #FBFBFB;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 137px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.CONTACT_box .name {
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.CONTACT_box .namee {
    background-image: url(../images/namey.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.CONTACT_box .last {
    background-image: url(../images/last.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.CONTACT_box .email {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.CONTACT_box .mess {
    background-image: url(../images/mess.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    display: block;
    min-width: 254px;
    height: 156px;
    border: 1px solid #EAEAEA;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    *width: auto;
    *padding: 0 15px;
    background-color: #FBFBFB;
    margin-bottom: 10px;
    text-indent: 100px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
    width: 400px;
}

.CONTACT_box .SUbmit {
    height: 32px;
    width: 120px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #00CCFF;
    color: #FFFFFF;
}

.Service {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
}

.CERTIFICATES {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
    overflow: hidden;
}

.CERTIFICATES li {
    width: 232px;
    display: block;
    float: left;
    border: 1px solid #B7E8FB;
    background-color: #F1FAFE;
    padding: 26px;
    margin-left: 28px;
    margin-bottom: 28px;
}

.CERTIFICATES li:hover {
    border: 1px solid #A6E3FB;
    background-color: #DFF4FD;
}

.CERTIFICATES .title {
    display: block;
    margin-bottom: 10px;
}

.FACTORY {
    line-height: 185%;
    margin-bottom: 100px;
}

.FACTORY li {
    height: 243px;
    width: 309px;
    float: left;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    margin-left: 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.FACTORY li:hover {
    height: 243px;
    width: 309px;
    float: left;
    border: 1px solid #00CCFF;
    margin-bottom: 10px;
    margin-left: 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.EXHIBITIONS {
    margin-top: 40px;
    line-height: 185%;
    margin-bottom: 50px;
}

.ad img {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    padding-bottom: 60px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.ad img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.zhanhui_bk{width:980px; height:130px; border-bottom:1px  dashed #dedede; margin-top:25px;}

.EXHIBITIONS ul { width:980px;
}

.EXHIBITIONS .title {
    height: 104px;
	width:700px;
	float:left;
}

.EXHIBITIONS .title .n { border-right:1px solid #dedede;
    height: 104px;
    width: 130px;
    color: #6ECFF5;
    font-size: 38px;
    text-align: center;
    line-height: 104px;
    font-family: Impact;
    float: left;
    margin-right: 30px;
}

.EXHIBITIONS .title h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.EXHIBITIONS .title h3 {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
}

.EXHIBITIONS .title .a {
    margin-right: 100px;
}

.EXHIBITIONS .title .b {
    margin-right: 87px;
}

.EXHIBITIONS .title .c {
    margin-right: 52px;
}

.EXHIBITIONS p {width:200px;height: 104px; float:right;
    display: block;	
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.EXHIBITIONS img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.EXHIBITIONS img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.Detailed {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
    overflow: hidden;
}

.Detailed .title h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.Detailed .title h3 {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
}

.Detailed .title .a {
    margin-right: 100px;
}

.Detailed .title .b {
    margin-right: 87px;
}

.Detailed .title .c {
    margin-right: 52px;
}

.Detailed .title {
    padding-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.Detailed p {
    width: 960px;
}

.productlist {
    margin-top: 20px;
    line-height: 185%;
    margin-bottom: 10px;
}

.page {
    margin-top: 10px;
    line-height: 185%;
    margin-bottom: 30px;
    text-align: center;
    text-align: center;
    margin-bottom: 180px;
}

.page li {
    display: inline-block;
    *display: inline;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
}

.page li {
    margin-right: 5px;
    width: 29px;
    height: 28px;
    background: #fff;
    border: 1px solid #dedede;
}

.page li a {
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
    -webkit-transition: background .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: background .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: background .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.page li:hover,
.page li.current {
    background-color: #0DAFEF;
    border: 1px solid #0C9FD8;
}

.page li:hover a,
.page li.current a {
    color: #fff;
}

.page-prev a {
    background: url('arrow.png') no-repeat 0px -36px;
}

.page .page-prev {
    width: 58px;
}

.page .page-next {
    width: 58px;
}

.page li.page-prev a:hover {
    background-position: -36px -36px;
}

.page-next a {
    background: url('arrow.png') no-repeat -36px 0px;
}

.page li.page-next a:hover {
    background-position: 0px 0px;
}

.post-prev,
.post-next {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 60%;
    background: rgba(0, 0, 0, 0.2) url('prev.png') no-repeat 0 0;
    background: #3c3c3c url('prev.png') no-repeat 0 0\9;
    left: 0;
    z-index: 999;
    -webkit-transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.post-next {
    left: auto;
    right: 0;
    background-position: 0 -50px;
}

.post-prev:hover,
.post-next:hover {
    background-color: rgba(107, 195, 13, 0.9);
    background-color: #6bc30d\9;
}

.productlist_p {
    width: 780px;
    overflow: hidden;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: right;
}

.productlist_p ul {
    display: block;
    overflow: hidden;
}

.productlist_p li {
    height: 300px;
    width: 178px;
    display: block;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    border: 1px solid #dedede;
    margin-bottom: 14px;
}

.productlist_p li:hover {
    border: 1px solid #00CCFF;
}

.productlist_p dd {
    height: 40px;
    position: absolute;
    margin-top: 250px;
    padding: 10px;
    z-index: 10000;
    width: 157px;
    text-align: left;
	line-height:14px;
}

.productlist_p .n_more {
    background-image: url(../images/Home_r18_c4.png);
    background-repeat: no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 133px;
    z-index: 1000;
}

.list {
    float: left;
    width: 155px;
    height: 385px;
    border: 1px solid #dedede;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

.list .Negative {
    font-size: 12px;
    font-weight: bold;
    padding-top: 19px;
    padding-bottom: 9px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    color: #0DAFEF;
    margin-bottom: 8px;
}

.list dd {
    display: block;
    height: 20px;
    line-height: 20px;
    text-indent: 20px;
    background-image: url(../images/Home_r17_c10.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

.list a:hover {
    color: #00CCFF;
    text-decoration: underline;
}

.products {
    margin-top: 55px;
    line-height: 185%;
    margin-bottom: 100px;
}

.main {
    width: 657px;
    float: left;
}

.mod18 {
    width: 657px;
    position: relative;
}

#prev {
    background: url(../images/prevBtn.png) no-repeat;
    height: 48px;
    width: 24px;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 10px;
    cursor: pointer;
}

#next {
    background: url(../images/nextBtn.png) no-repeat;
    height: 48px;
    width: 25px;
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 0px;
    cursor: pointer;
}

.mod18 #prevTop {
    display: none
}

.mod18 #nextTop {
    display: none
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    display: block;
    width: 657px;
    height: 377px;
    position: absolute;
    color: #fff;
}

.mod18 .cf li span {
    display: block;
    width: 619px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.bigImgBox {
    width: 657px;
    height: 501px;
    border: 1px solid #E1E1E1;
}

.mod18 .picBox {
    width: 657px;
    height: 501px;
    position: relative;
    overflow: hidden;
}

.mod18 .picBox ul {
    height: 501px;
    position: absolute;
    left: 0;
}

.mod18 .picBox li {
    width: 657px;
    height: 501px;
}

.smImgBox {
    width: 597px;
    position: relative;
    padding-top: 11px;
    padding-right: 30px;
    padding-bottom: 11px;
    padding-left: 30px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #E1E1E1;
    border-bottom-color: #E1E1E1;
    border-left-color: #E1E1E1;
}

.mod18 .listBox {
    width: 597px;
    height: 48px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.mod18 .listBox ul {
    position: absolute;
    padding-left: 0px;
}

.mod18 .listBox li {
    width: 45px;
    height: 42px;
    cursor: pointer;
    position: relative;
    padding-top: 0;
    padding-right: 9px;
    padding-bottom: 0;
    padding-left: 0;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    display: block;
    width: 45px;
    height: 42px;
}

.mod18 .listBox img {
    width: 45px;
    height: 42px;
    border: 2px solid #dedede;
}

.mod18 .listBox .on img {
    border: 2px solid #0DAFEF;
    width: 45px;
    height: 42px;
}

.mod18 .listBox .on {
    background: url(../images/img_bg.jpg) center top no-repeat;
}

.mod18 .listBox .on i {
    display: block;
}

.left_top {
    font-family: Arial;
    font-size: 32px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #333
}

.products .Parameter {
    width: 303px;
    float: right;
    height: 572px;
    border: 1px solid #DEDEDE;
}

.products .shuxing{width:280px; margin-top:20px; margin-left:20px;}
.products .shuxing h3{width:90px;float:left;font-size: 12px;font-weight: bold; color:#000;}
.products .shuxing h8{width:190px;float:left;font-size: 12px;font-weight:normal; color:#333; overflow-wrap:break-word;}
.products .shuxing li{float:left; margin-top:12px; margin-bottom:12px; color:#333;   
	width:300px;
	line-height:16px;
	font-size: 12px;
	font-weight:normal;
}

.products .Parameter h1 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: double;
    border-bottom-color: #dedede;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 23px;
    padding-bottom: 16px;
}

.products .Parameter .n {
	font-size: 12px;
	font-weight:normal;
	width:190px;
	margin-top:-12px;
}

.products .Parameter .n h3 {
    font-size: 12px;
	font-weight: bold;
    display: block;
    margin-bottom: 20px;    
}

.products .Parameter .n li {
    display: block;
    height: 20px;
    width: 23px;
    margin-right: 4px;
    float: left;
    margin-bottom: 4px;
}

.products .Parameter .n ul {
    display: block;
    overflow: hidden;
    height: auto;
}

.products .Parameter .n p {
    width: 50%;
    display: block;
    margin: 0px;
    float: left;
    overflow: hidden;
}

.hidden {
    display: none
}

.mskeLayBg {
    background: #000;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none;
    _display: none!important
}

.mskelayBox {
    position: fixed;
    left: 50%;
    top: 50%;
    border: 7px solid #FFF;
    z-index: 20;
    background: #FFF;
    display: none;
    _display: none!important
}

.mskeClaose {
    position: absolute;
    top: -17px;
    right: -17px;
    cursor: pointer;
}

.mskeTogBtn {
    background: url(../images/mke_moreImg.jpg) no-repeat;
    height: 93px;
    width: 185px;
    position: absolute;
    z-index: 1;
    right: 0px;
    cursor: pointer;
    bottom: 0px;
}

.zhanshiP1 h1 {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.zhanshiP1_1 img {
    padding: 3px;
}

.zhanshiP1_1 {
    margin: 2px;
    overflow: hidden;
    width: 301px;
    height: 205px;
}

.FACTORY .title {
    margin-top: 35px;
    margin-bottom: 45px;
    font-size: 20px;
    text-align: center;
}

.hover {
    color: #00CCFF;
}

.EXHIBITIONS a:hover {
    color: #00CCFF;
}

.hd_bix .lb a:hover {
    color: #00CCFF;
    text-decoration: underline;
}

.Title_box .Trail {
    float: left;
    width: 640px;
    margin-left: 20px;
    background-image: url(../images/CONTACT_US_r2_c2.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 16px;
    padding-left: 26px;
    margin-top: 14px;
    line-height: 16px;
    color: #999999;
    overflow: hidden;
}

.Title_box .Trail em {
    width: 5px;
    background-image: url(../images/CONTACT_US_r3_c6.png);
    background-repeat: no-repeat;
    height: 16px;
    overflow: hidden;
    background-position: center center;
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.Title_box .Trail a {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #999999;
}

.xiazai_bon{ width:130px; height:20px; margin:0 auto;font-size:12px; text-align:center; line-height:20px;}
.xiazai_bon a{display:block;color:#999; border:1px solid #E5E5E5;}
.xiazai_bon a:hover{ color:#fff; border:1px solid #6699FF; background:#6699FF;}