@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,body{
    background-color: #fff;
}

#pro{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background-color: rgba(255,128,128,0.8);
    position: relative;
    top: 0; z-index: 1;
}
#pro .pro-left{
    display: inline-block;
    float: left;
}
#pro .pro-left a{
    font-size: 18px;color: #fff;
}
#pro .nav-right{
    float:right;
}
#pro .nav-right li {
    float:left;
}
#pro .nav-right li a{
    font-size:14px;
    color:#fff;
    padding: 0 12px;
}
#pro .nav-right form input{
    outline: none;
    border: 1px solid #ff8080;
    box-sizing: border-box;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-indent: 0.8em;
    z-index: 10;
    width: 240px;
    margin-left: 15px;
}


#show{
    margin-top: 20px;
    position: relative;
    height: 500px;
}

#show .show-left{
    width: 600px;
    height: 100%;
    float: left;
}

#show .show-left img{
    display: block;
    width: 500px;
    max-width: 500px;
   /* max-height: 500px; */
    position: absolute;
    top: 0;
    left: 0;
}

#bdshare{
    width: 50% !important;
    display: block;
    visibility: hidden;
    position: relative;
    background-color: rgba(0,0,0,0.2);
}
#bdshare a{
    margin-left: 10px;
    line-height: 16px !important;
}
#bdshare span{
    line-height: 16px !important;
}
#show .show-left:hover > #bdshare{
    visibility: visible;
}


#show .intro-right{
    float: left;
    width: 45%;
    height: 100%;
    margin-left: 25px;
}
#show .intro-right h1{
    font-size: 24px;
    text-indent: 50px;
    padding: 0 0 15px 0;
}
#show .intro-right p{
    line-height: 24px;
    font-size: 14px;
    width: 470px;
    margin-left: 50px;
	text-align: justify;
}
#show .intro-right .desc{
    height: 400px;
    overflow: hidden;
}
#show .intro-right .desc p{
    text-indent: 2em;
    font-size: 14px;
    margin-top: 5px;
}

#show .intro-right .download{
    padding: 0 0 15px 45px;
}
#show .intro-right .download a{
    display: inline-block;
    font-size: 12px;
    height: 35px;line-height: 35px;
    width: 135px;
    background-color: #ff8080;
    color: #f0f0f0;
    border-radius: 3px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center;
}
#show .contact{
    position: absolute;
    bottom: 10px;
    left: 80px;
    font-size: 12px;
}

.tit{
    width: 400px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 2em;
    color: #fff;
    font-weight: 500;
    border-left: 25px solid rgba(255,125,125,0.8);
    box-sizing: border-box;
    background-color: rgba(255,125,125,0.6);
    margin-bottom: 20px;
}

#canshu{
    padding: 50px 0;
    position: relative;
}



#special,#operation{
    margin-top: 50px;
}
#special, #operation p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;
    margin-top: 20px;
}


#certificate{
    padding: 50px 0;
}
#certificate p{
    line-height: 28px;
    margin-top: 20px;
    text-indent: 2em;
    width: 90%;
    margin-left: 5%;
}

#certificate img{
    max-width: 300px;
    margin-top: 20px;
    float: left;
    margin-right: 20px;
}


#tj{
   /* padding: 50px 0; */
}
#tj ul{
    margin-top: 30px;
}
#tj ul li{
    width: 182px;
    margin-left: 15px;
    float: left;
    border: 1px solid #FFFFFF;
}
#tj ul li img{
    width: 125px;
    margin-left: 27px;
    padding: 10px 0;
}
#tj ul li:hover{
    border: 1px solid #ccc;
}
#tj ul li:first-child{
    display: block;
    margin-left: 10px;
}

#tj ul li a:last-child{
    display: block;
    text-align: center;
    font-size: 14px;
    padding-bottom: 12px;
}

#content .img-box a{
    display: inline-block;
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: 20px;

    box-sizing: border-box;
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1)
}
#content .img-box a>img{
    width: 280px;
    max-width: 280px;
    display: block;
}


/* buy 联系购买 */
#contact{
    padding-top: 50px;
}

#buy{
    height: 400px;
    box-shadow: 0 0 10px 2px #cccccc;
    margin-top: 30px;
}
/*左右部分*/
#buy .buy-left{
    width: 400px;height: 400px;
    float:left;
}
#buy .buy-left div{
    width: 400px;height: 120px;position: relative;
    clear: both;overflow: hidden;margin-top: 10px;
}
#buy .buy-left div i{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 20px;
    font-size:60px;
    color:#ff8080;
    text-align:center;
}
#buy .buy-left div a{
    display: inline-block;width: 280px;height: 60px;line-height: 60px;
    position: relative;top: -100px;left: 120px;
    color: #333333;
}
#buy .buy-left div a span{
    color:#ff8080;font-size: 25px;
}
/*右边部分*/
#buy .buy-right{
    width: 800px;height: 400px;
    float:left;
    border-left: 1px solid #cccccc;box-sizing: border-box;
}

#buy .buy-right table{
    border-collapse: collapse;float: left;
    width: 390px;text-align: center;
}
#buy .buy-right table tr td{
    cursor: pointer;text-align: center;
    line-height: 45px;
}
#buy .buy-right table tr:first-child td{cursor: auto}
#buy .buy-right table td a{
    display: inline-block;width: 390px;height: 45px;
    text-align: center;color: #333333;
}
#buy .buy-right table td a:hover{
    background-color: #0c8ed9;color: #f0f0f0;
}

#buy .buy-right .article{
    width: 390px;
    float: right;
}
#buy .buy-right .article h2{
    font-size: 16px;
    text-indent: 1em;
    line-height: 50px;
    font-weight: 400;
    color: #333;
}
#buy .buy-right .article ul{
    width: 90%;margin-left: 5%;
}
#buy .buy-right .article ul li{
    line-height: 25px;
    font-size: 14px;
}
#buy .buy-right .article > div{
    margin-top: 20px;
    width: 90%;margin-left: 5%;
}
#buy .buy-right .article > div a{
    display: block;
    float: left;
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 5%;
    margin-bottom: 15px;
    background-color: rgba(255,128,128,.6);
}
#buy .buy-right .article > div a:hover{
    background-color: #ff8080;
}
.ds_jdzs {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left;
    border-top: 1px solid #ccc;
}
 .ds_jdzs h3 {
    font-size: 17px;
    font-weight: bold;
    color: #393939;
    padding-bottom: 22px;
}
 .ds_jdzs h3 font {
     color: #999;
     font-weight: normal;
 }
.ds_jdzs_left {
    width: 780px;
    border-right: 1px solid #e6e6e6;
}
.ds_jdzs_left, .ds_jdzs_right {
    float: left;
    height: 400px;
}
.ds_jdzs_left .ds_jdzs_sm {
    height: 85px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 25px;
    position: relative;
    color: #666;
}
.ds_jdzs_left .ds_jdzs_sm font {
    display: block;
    width: 215px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 13px;
    left: 456px;
    font-size: 13px;
}
.ds_jdzs_right {
    width: 400px;
}
.ds_jdzs_rtop {
    width: 308px;
    height: 147px;
}
.ds_jdzs_rtop a {
    width: 308px;
    height: 147px;
    display: block;
    background: url(../images/czbg_2a.jpg) no-repeat;
    cursor: pointer;
}
.ds_jdzs_rbom {
    height: 179px;
    padding-top: 57px;
    background: url(../images/tit_bg.jpg) no-repeat;
}
.ds_jrs_title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.ds_jrs_p {
    display: block;
    margin: 0;
    padding: 23px 0 0 25px;
    line-height: 23px;
    font-size: 13px;
    color: #666;
}
.ds_jrs_p font {
    background: #999;
    padding: 1px 3px;
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
}
/* 插件 */
.zoomify { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }
.zoomify.zoomed { cursor: -webkit-zoom-out; cursor: zoom-out; padding: 0; margin: 0; border: none; border-radius: 0; box-shadow: none; position: relative; z-index: 1501; }
.zoomify-shadow { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 1500; background: rgba(0, 0, 0 , .3); opacity: 0; }
.zoomify-shadow.zoomed { opacity: 1; cursor: pointer; cursor: -webkit-zoom-out; cursor: zoom-out; }
