@charset "utf-8";
html{
    font-size: 3.5vw;
}
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, pre, a {
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-family: 'Arial'
}
ul,li,a{
    list-style: none;
    text-decoration: none;
}
img{
    border: 0;
}
a{
    color: #333;
}
.nav {
    width: 40%;
    height: 100%;
    background: #631827;
    position: fixed;
    right: 0;
    padding-top: 14%;
    display: none;
    top: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, #668ceb, #668ceb);
    background: -webkit-linear-gradient(left, #668ceb, #668ceb);
    opacity: 0.9;
}
.nav li {
    text-align: center;
    margin-bottom: 0.8vw;
}
.nav li a {
    display: block;
    width: 100%;
    font-size: 4.8vw;
    color: #fff;
    padding: 4% 0;
    text-decoration: none;
}
.nav li a:hover {
    color: #fff;
}
.mainboxbg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    display: none;
    z-index: 9;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.mainbox {
    height: 100%;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    width: 100%;
    z-index: 8;
}
#header {
    text-align: center;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    /*background: #7a4267;*/
}
#header .flbox {
    float:right;
    width:21%;
    padding: 3.8% 0 0 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom:1;/*IE/7/6*/
}

.slideBox {
    position: relative;
    /*max-width: 640px;*/
    /*max-height: 350px;*/
    overflow: hidden;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
    position: absolute;
    /*height: 28px;*/
    line-height: 28px;
    bottom: 8px;
    right:  0;
    z-index: 1;
}
.slideBox .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}
.slideBox .hd li.on {
    background: #668ceb;
}
.slideBox .bd {
    position: relative;
    z-index: 0;
}
.slideBox .bd li {
    position: relative;
    text-align: center;
}
.slideBox .bd li img {
    /*background: url(../images/loading.gif) center center no-repeat;*/
    vertical-align: top;
    width: 100%;
    /*max-height: 350px;!* 图片宽度100%，达到自适应效果 *!*/
}
.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
    display: block;
    /*background: url(../images/focusbg.png) repeat;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 1.5%;
    padding: 1.5% 0;
    line-height: 28px;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
}


.slideBox1 {
    position: relative;
    /*max-width: 304px;*/
    /*max-height: 350px;*/
    overflow: hidden;/* 设置焦点图最大宽度 */
}
.slideBox1 .hd1 {
    position: relative;
    height: 28px;
    line-height: 28px;
    bottom: -5px;
    right: 0%;
    z-index: 1;
}
.slideBox1 .hd1 li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}
.slideBox1 .hd1 li.on1 {
    background: #E80000;
}
.slideBox1 .bd1 {
    position: relative;
    z-index: 0;
}
.slideBox1 .bd1 li {
    position: relative;
    text-align: center;
}
.slideBox1 .bd1 li img {
    /*background: url(../images/loading.gif) center center no-repeat;*/
    vertical-align: top;
    width: 100%;
    /*max-height: 350px;!* 图片宽度100%，达到自适应效果 *!*/
}
.slideBox1 .bd1 li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slideBox1 .bd1 li .tit {
    display: block;
    /*background: url(../images/focusbg.png) repeat;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 1.5%;
    padding: 1.5% 0;
    line-height: 28px;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
}

/*.loop{*/
    /*font-size: 6vw;*/
/*}*/
/*.label{*/
    /*display: inline-block;*/
    /*border: 1px solid #cecece;*/
    /*height: 8vw;*/
    /*width: 100%;*/
    /*background: #fff;*/
    /*border-radius: 1vw;*/
/*}*/
/*.ip{*/
    /*float: left;*/
    /*width: 65vw;*/
    /*margin: 2vw 0 0 0;*/
/*}*/
/*.ip input{*/
    /*border: none;*/
    /*outline: none;*/
    /*width: 75vw;*/
    /*font-size: 4vw;*/
    /*line-height: 4vw;*/
    /*padding: 0 0 0 2vw;*/
/*}*/
/*.bt{*/
    /*float: right;*/
    /*width: 25vw;*/
    /*text-align: right;*/
    /*height: 8vw;*/
    /*line-height: 10vw;*/
/*}*/
/*.bt button{*/
    /*border: none;*/
    /*background: #fff;*/
    /*outline: none;*/
    /*cursor: pointer;*/
    /*line-height: 8vw;*/
    /*margin: 0 3vw 0 0;*/
/*}*/
#serchbox {
    background: #7164d4;
    overflow: hidden;
    position: relative;
    padding:2vw 3vw;
}
.input {
    /*border: 0 solid #DFDFDF;*/
    float: left;
    display: inline;
    width: 75vw;
    padding: 2vw 0;
    text-indent: 2vw;
    font-family: 'Microsoft Yahei';
    font-size: 3.5vw;
}
.sechan {
    background: url(../image/serch.png) #3623c7 center center no-repeat;
    /*border-radius: 0px;*/
    border: 1px solid #3623c7;
    padding: 2.5vw 0;
    width: 15vw;
    cursor: pointer;
    display: inline;
    float: right;
    background-size: 40%;
}
.y{
    border-left: 5px solid #7164d4;
    background-color: #f2f2f2;
    font-size: 4vw;
    padding: 2vw;
    margin-bottom: 3vw;
}
.active{
    border-left: 5px solid #290ff2;
}
.product-list{
    padding: 0 3vw;
    box-sizing: border-box;
}
.product-list li{
    width: 45vw;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    float: left;
    margin: 0 4vw 3vw 0;
    text-align: center;
}
.product-list ul li:nth-child(2n) {
    margin: 0 0 3vw 0!important;
}
.news-list{
    font-size: 3.5vw;
    line-height: 9vw;
    border-bottom: 1px dashed #ebebeb;
    margin-top: 1vw;
}
.news-title{
    float: left;
    width: 70vw;
    color: #333;
    margin-right: 4vw;
    height: 9vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-time{
    float: left;
    width: 20vw;
    text-align: right;
    color: #999;
}
.show{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4vw;
}
.show1{
    text-align: center;
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.5;
}
.show2{
    text-align: right;
    font-size: 3.5vw;
    color: #999;
    line-height: 1.5;
    margin-top: 4vw;
}
.gy{
    margin-top: 5vw;
    font-size: 3.5vw;
    line-height: 1.5;
}
.index-about{
    height: 65vw;
    line-height: 1.5;
    font-size: 3.5vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: relative;
}
.index-about:before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 20%;
    bottom: 0;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%, rgba(243, 243, 243, 0.8) 80%);
}
.title{
    font-size: 5.8vw;
    text-align: center;
}
.etitle{
    background: url(../image/bt_s1.png) no-repeat center;
    background-size: 100% 6vw;
    font-size: 4vw;
    margin-top: 1.5vw;
    text-align: center;
}
.product-pic{
    width: 44.5vw;
    height: 44.5vw;
    box-sizing: border-box;
    margin: 0 auto;
}
.product-title{
    border-top: 1px solid #ebebeb;
    padding: 1.5vw;
    font-size: 3.5vw;
}
.more{
    width: 20vw;
    text-align: center;
    background: #3a3a3a;
    line-height: 8vw;
    margin: 5vw auto 0 auto;
}
.rq1{
    width: 100%;
    margin: 5vw 0;
}
.rq2{
    width: 100%;
    padding: 5vw 0;
    background: #f3f3f3;
    margin-top: 5vw;
}
.rq3{
    width: 100%;
    padding: 5vw 0 10vw 0;
}
/*.a{*/
    /*float: left;*/
    /*width: 72vw;*/
    /*color: #333;*/
    /*margin-right: 4vw;*/
    /*height: 9vw;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
/*}*/
/*.b{*/
    /*float: left;*/
    /*width: 20vw;*/
    /*text-align: right;*/
    /*color: #999;*/
/*}*/
DIV.quotes {
    padding-top:20px;
    TEXT-ALIGN: center;
    width:100%;
    /*float:left;*/
}
DIV.quotes A {
    PADDING: 6px 9px; COLOR: #999; MARGIN-RIGHT: 2px; TEXT-DECORATION: none
}
DIV.quotes A:hover {
     PADDING: 6px 9px; MARGIN-RIGHT: 2px;text-decoration: underline;
}
DIV.quotes A:active {
    PADDING: 6px 9px; MARGIN-RIGHT: 2px; text-decoration: underline;
}
DIV.quotes SPAN.current {
     PADDING: 6px 9px; FONT-WEIGHT: bold; COLOR: #999; MARGIN-RIGHT: 2px;
}
DIV.quotes SPAN.disabled {
     PADDING: 6px 9px;  COLOR: #ccc; MARGIN-RIGHT: 2px;
}