﻿/* 
* @Author: anchen
* @Date:   2017-08-25 11:35:31
* @Last Modified by:   anchen
* @Last Modified time: 2017-09-08 11:01:27
*/

@charset "gb2312";

body {
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    font: 18px/1.5 'Microsoft Yahei';
    font-family: "Microsoft Yahei";
    color: #333;
}
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;
}
a {
    color: #535353;
    text-decoration: none;
    border: 0 none;
}
a:hover {
    text-decoration: underline;
    color: #f50;
}
img {
    border: 0 none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
ul, li {
    list-style: none;
}
.l {
    float: left;
}
.r {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
*zoom:1;/*IE/7/6*/
}
.bd {
    border: 0px solid #EBEBEB;
    border-top: 0;
    height: 100%;
}
.mar_top {
    margin-top: 12px;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word;
}
.mainbox {
    height: 100%;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    width: 100%;
    z-index: 8;
}
.mainboxbg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    display: none;
    z-index: 9;
    lter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pd10{
padding: 1.5%;
}
.lh30{
line-height: 30px;
}

.lh30 img{
width: 100%;
height: auto;
}
/*nav*/
.nav {
    width: 40%;
    height: 100%;
    background: #631827;
    position: fixed;
    right: 0px;
    padding-top: 8%;
    display: none;
    top: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, #4170A8, #4170A8);
    background: -webkit-linear-gradient(left, #4170A8, #4170A8);
}
.nav li {
    text-align: center;
}
.nav li a {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
    padding: 3% 0;
}
.nav li a:hover {
    color: #fff;
}
/*header*/
#header {
    text-align: center;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    text-align: center;
    overflow: hidden;
    /*background: #7a4267;*/
}
#header #logo {
    width: 30%;
    margin:1% 3%;
    display: inline;
    float: left;
}
#header #logo img {
    width: 120%;
    height: auto;
}
#header .flbox {
    float: right;
    display: inline;
    width: 25%;
    cursor: pointer;
    margin: 1% 3%;
}
#header .flbox img {
    width: 100%;
    height: auto;
}
#serchbox {
    background:#09358C;
    overflow: hidden;
    position: relative;
    padding:0px;
}
.input {
    background-color: #fff;
    border: 1px solid #DFDFDF;
    float: left;
    display: inline;
    border-radius: 0px;
    width: 44%;
    padding: 2.55% 0;
    text-indent: 2%;
    font-family: 'Microsoft Yahei';
    /*background-color: #fff;
    border: 1px solid #DFDFDF;
    float: left;
    display: inline;
    border-radius: 0px;
    width: 27%;
    padding: 2.10% 0;
    text-indent: 2%;
    font-family: 'Microsoft Yahei';
    margin-top: 2%;
    margin-left: 6%;*/
}
.sechan {
    background: url(../images/fangdajing.png) #8d1f50 center center no-repeat;
    border-radius: 0px;
    border: 1px solid #7a4267;
    padding: 2.66% 0;
    width: 15.8%;
    cursor: pointer;
    display: inline;
    float: right;
    background-size: 40%;
    
       /* background: url(../images/fangdajing.png) #8d1f50 center center no-repeat;
    border-radius: 0px;
    border: 0px solid #7a4267;
    padding: 2.66% 0;
    width: 15%;
    cursor: pointer;
    background-size: 57%;*/

 /*   background: url(../images/fangdajing.png) #8d1f50 center center no-repeat;
    border: 1px solid #DFDFDF;
    float: left;
    display: inline;
    border-radius: 0px;
    width: 27%;
    padding: 2.10% 0;
    text-indent: 2%;
    font-family: 'Microsoft Yahei';
    margin-top: 2%;
    margin-left: 6%;*/
}
/* banner */
.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: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}
.slideBox .hd li.on {
    background: #fff;
}
.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;
}
/* banner end */


.listmenu2 li {
    width: 29.5%;
    display: inline;
    padding: 1% 0;
    float: left;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    margin-left: 2.5%;
    line-height:16px;
}
.listmenu2 li img {
    width: 100%;
    margin-bottom: 1%
}
.listmenu2 li a {
    text-decoration: none;
}
.jspic {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.jspic img {
    width: 100%;
}
.hotmenulit li {
    display: inline;
    padding: 2.4% 0;
    width: 44.5%;
    float: left;
    text-align: center;
    border-radius: 6px;
    text-align: left;
    background: #fff;
    margin-left: 3.5%;
    margin-top: 3%;
    border: 1px solid #E8E8E8;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#F2F2F2));
    background: -moz-linear-gradient(top, #fff, #F2F2F2);
}
.hotmenulit li a {
    display: block;
    text-decoration: none;
    line-height: normal;
}
.hotmenulit li a span {
    display: inline;
    float: left;
    width: 32.2%;
    margin: 0 2%;
}
.hotmenulit li a span img {
    width: 100%;
}
.hotmenulit li b {
    display: block;
    padding-top: 2%;
    font-weight: normal;
    color: #F672A1;
    font-size: 26px;
}
.hotmenulit li p {
    color: #F7C0D7;
    text-transform: uppercase;
}
.hotmenulit li.current a b, .hotmenulit li a:hover b {
    color: #F34163;
}
/*cpzs*/
.cpzs {
    border-radius: 0px;
    padding: 1.5% 0;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 1px solid #E8E8E8;
    margin: 0 3.5%;
    margin-top: 3%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#F2F2F2));
    background: -moz-linear-gradient(top, #fff, #F2F2F2);
}
.cpzs h3 {
    font-weight: normal;
    display: inline;
    float: left;
    padding-left: 6%;
    color: #919191;
    background: url(../images/hx.png) 12% center no-repeat;
    background-size: 9%;
}
.more {
    margin-right: 2%;
    float: right;
    font-size: 12px;
    margin-top: 0.5%;
    background-color: #F86FA3;
    border-radius: 6px;
    padding: 0.5%;
    line-height: normal;
    color: #fff;
}
.more a {
    color: #fff;
    text-decoration: none;
}
.cplist li {
    width: 29%;
    overflow: hidden;
    max-height: 243px;
    text-align: center;
    display: inline;
    float: left;
    padding: 0.5%;
    background-color: #fff;
    border: 0px solid #E8E8E8;
    margin-left: 1.7%;
    margin-top: 3%;
}
.cplist {
    padding-left: 1.8%;
}
.cplist li a {
    display: block;
    position: relative;
}
.cplist li a .title {
    position: absolute;
    bottom: 0;
    line-height: normal;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #fff;
    z-index: 10;
    width: 100%;
    left: 0.5%;
    height: 14%;
    vertical-align: bottom;
    position: absolute;
    font-size: 75%;
}
.cplist li a .bg {
    z-index: 1;
    lter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #660000;
}
.cplist li img {
    width: 100%;
    height: 110px;
}
/*footer*/
#footer {
    font-size: 16px;
    height: 100%;
    text-align: center;
   /* margin-top: 14px;*/
    margin-top: 0px;
    line-height: 22px;
    padding: 2% 0;
    font-size: 85%;
    background-color: #ECEDF1;
   /* background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#F2F2F2));*/
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#ECEDF1), to(#ECEDF1));
    background: -moz-linear-gradient(top, #fff, #F2F2F2);
    overflow: hidden;
    border-top: #eee dashed 1px;
    
}
.foc {
    background: #e83859;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FE4A6C), to(#E83859));
    background: -moz-linear-gradient(top, #FE4A6C, #E83859);
    overflow: hidden;
    position: fixed;
    z-index: 80;
    bottom: 0;
    width: 100%;
    max-width: 640px;
}
.foc li {
    width: 33.33%;
    text-align: center;
    color: #fff;
    float: left;
    padding: 1.5% 0;
    background: url(../images/fo_li.jpg) left repeat-y;
    cursor: pointer;
}
.foc li span {
    display: block;
    padding-top: 13%;
    font-size: 90%;
}
.foc li a {
    color: #fff;
}
.foc .sms {
    background: none;
}
.foc .sms span {
    background: url(../images/tel.png) center 6% no-repeat;
    background-size: 11.6%;
}
.foc .chat span {
    background: url(../images/wx.png) center 5% no-repeat;
    background-size: 15%;
}
.foc .contact span {
    background: url(../images/contact.png) center 4% no-repeat;
    background-size: 10%;
}
.back {
    width: 14%;
    position: absolute;
    left: 0;
}
.cont {
    background-color: #fff;
    min-height: 450px;
}
.back a img {
    width: 100%;
}
.cpaut {
    width: 72%;
    color: #fff;
    float: left;
    font-size: 2em;
    margin-left: 14%;
    text-align: center;
    padding:3% 0;
}
.on_clickm {
    background: url(../images/r.png) #fff no-repeat 96% center;
    background-size: 2.5%;
    border-bottom: 1px solid #e5e5e5;
    color: #303030;
    font-size: 1.4em;
    line-height: 2.6;
    overflow: hidden;
    padding: 0 4%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.show_box {
    display: none;
    overflow: hidden;
    padding: 3%;
}
.activeTitle {
    background: url(../images/d.png) #E9E9E9 no-repeat 96% center;
    background-size: 4%;
}
.show_box li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e0dfdf;
    float: left;
    margin: 1%;
    padding: 1% 2%;
    text-align: center;
}
.show_box li a {
    color: #6D6D6D;
}
.cptt{
    padding: 3% 3.54%;
    text-align: center;
    text-align: left;
    background: #fff;
    margin-bottom: 0;
    
}

.category-head{width:100%;display: inline;white-space: nowrap;overflow-x:scroll;float:left;overflow-y:hidden;border-bottom: 1px solid #E8E8E8;}
.category-head li{display:inline-block;height:40px;line-height:40px;padding:0px 15px;text-align: center;border-right: 1px solid #E8E8E8;}
.category-head .nlist{display:inline-block;background:#7a4267;}
.category-head .nlist a{color:#ffffff;}

.newslist li {
    padding: 2.4% 3%;
    text-align: center;
    border-radius: 6px;
    text-align: left;
    background: #fff;
    margin: 3% 2%;
    margin-bottom: 0;
    border: 1px solid #E8E8E8;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#F2F2F2));
    background: -moz-linear-gradient(top, #fff, #F2F2F2);
}
.newslist {
    margin-top: 2%;
}
.newslist li {
    position: relative;
    padding: 1.5% 3%;
    margin: 1.5% 2%;
}
.newslist li span {
    position: absolute;
    top: 6px;
    right: 5px;
}
.pageListNav {
    padding: 3% 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow: hidden
}
.pageListNav ul {
    float: right;
}
.pageListNav .firstPage {
    width: 30px;
}
.pageListNav ul li {
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #E9E9E9;
    padding: 0px 10px;
    width: auto;
}
.pageListNav ul li a:hover {
    color: #ff0000;
    text-decoration: none;
}
.pageListNav ul li.thisclass, .pageListNav ul li.thisclass a, .pageListNav ul li.thisclass a:hover {
    background-color: #d00;
    color: #FFF
}
.pageListNav .pageinfo {
    line-height: 25px;
    padding: 12px 5px 10px 5px;
    color: #999;
}
.pageListNav select {
    line-height: 25px;
    margin-top: 4px
}
.pageListNav .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}
/*详细页*/
.xingxi {
    margin: 3% 3%;
    width: 94%;
    height: auto;
    line-height: 1.7em;
    color: #5d5342;
    overflow: hidden;
    clear: both;
    
}
.xingxi img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 1% 0;
    max-width: 640px;
}
.author {
    text-align: center;
    font-size: 80%;
    padding: 0.5% 0 1.3% 0;
    border-bottom: #5d5342 dashed 1px;
}
.content_img {
    text-align: center;
    clear: both;
    overflow: hidden;
}
.content_img img {
    width: 100%;
    margin: 2% 0;
    max-width: 640px;
}
.xluj {
    overflow: hidden;
    margin-bottom: 5px;
}
.wusyux {
    margin: 3%;
    vertical-align: middle;
    font-size: 1.4em;
}
.wusyux em {
    background-color: #ccc;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px;
    padding: 2px 10px;
    color: #fff;
    margin-right: 2%;
}
.submit {
    vertical-align: middle;
    text-align: center;
    background-color: #FF9000;
    width: 95%;
    padding: 2% 0;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #fff;
    border: 1px solid #E88300;
    border-radius: 4px;
    font-size: 1.4em;
    font-family: "微软雅黑";
    cursor: pointer;
}
.content_img {
    text-align: center;
}
.content_img img {
    width: 100%;
    margin: 2% 0;
    max-width: 640px;
}
.price_c {
    color: #ff7800;
}
.price_l {
    color: #559824;
}
.price {
    color: #ff7800;
    font-size: 1.4em;
}



/*****************响应式布局设置*****************/
@media screen and (max-width:320px) {
body {
    font-size: 12px;
}
.hotmenulit li b {
    font-size: 16px;
}
.hotmenulit li p {
    font-size: 10px;
}
.cpzs h3 {
    padding-left: 8%;
}
.more {
    font-size: 11px;
}
.foc li span {
    display: block;
    padding-top: 18%;
}
.foc .sms span {
    background-size: 16.6%;
}
.foc .chat span {
    background-size: 16%;
}
.foc .contact span {
    background-size: 15%;
}
.cpaut {
    font-size: 16px;
}
.nav li a {
    font-size: 16px;
}
.on_clickm {
    font-size: 1.2em;
}
.slideBox .bd li .tit {
    font-size: 1.0em;
}
}
 @media screen and (min-width:320px) and (max-width:360px) {
body {
    font-size: 14px;
}
.hotmenulit li b {
    font-size: 17px;
}
.hotmenulit li p {
    font-size: 11px;
}
.cpzs h3 {
    padding-left: 9%;
}
.more {
    font-size: 11px;
    margin-top: 1.5%
}
.foc .sms span {
    background-size: 16.6%;
}
.foc .chat span {
    background-size: 16%;
}
.foc .contact span {
    background-size: 15%;
}
.foc li span {
    display: block;
    padding-top: 18%;
}
.cpaut {
    font-size: 18px;
}
.nav li a {
    font-size: 16px;
}
.on_clickm {
    font-size: 1.2em;
}
.slideBox .bd li .tit {
    font-size: 1.0em;
}
}
@media screen and (min-width:360px) and (max-width:480px) {
body {
    font-size: 16px;
}
.hotmenulit li b {
    font-size: 18px;
}
.hotmenulit li p {
    font-size: 12px;
}
.foc .sms span {
    background-size: 16.6%;
}
.foc .chat span {
    background-size: 16%;
}
.foc .contact span {
    background-size: 15%;
}
.foc li span {
    display: block;
    padding-top: 18%;
}
.cpaut {
    font-size: 24px;
}
.nav li a {
    font-size: 18px;
}
.on_clickm {
    font-size: 1.3em;
}
.slideBox .bd li .tit {
    font-size: 1.0em;
}
}
 @media screen and (min-width:480px) and (max-width:560px) {
body {
    font-size: 16px;
}
.hotmenulit li b {
    font-size: 20px;
}
.hotmenulit li p {
    font-size: 14px;
}
.cpaut {
    font-size: 30px;
}
.nav li a {
    font-size: 20px;
}
.on_clickm {
    font-size: 1.3em;
}
}
 @media all and (min-width:640px) {
.pclist li a .pcdetail p {
    font-size: 18px;
}
body {
    width: 640px;
    margin: 0 auto;
}
body {
    font-size: 18px!important;
}
}
/*在线留言*/
.message_content {
    width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 5px 0;
}
#contact h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}
#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width: 90%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #BF3131;
}
#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}
#contact button[type="submit"] {
    cursor: pointer;
    width: 20%;
    border: none;
    background: #BF3131;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
#contact button[type="submit"]:hover {
    background: #A30000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #BF3131;
}
::-webkit-input-placeholder {
color:#888;
}
:-moz-placeholder {
color:#888;
}
::-moz-placeholder {
color:#888;
}
:-ms-input-placeholder {
color:#888;
}



DIV.jogger {
    PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 0px; PADDING-TOP: 2px; FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;TEXT-ALIGN: center;
}
DIV.jogger A {
    PADDING: 0.3em 0.5em 0.3em 0.5em; MARGIN: 2px; COLOR: #666; BACKGROUND-COLOR: #dddddd; TEXT-DECORATION: none
    
}
DIV.jogger A:hover {
    PADDING: 0.3em 0.5em 0.3em 0.5em; MARGIN: 2px; COLOR: #666; BACKGROUND-COLOR: #cccccc
}
DIV.jogger A:active {
    PADDING: 0.3em 0.5em 0.3em 0.5em; MARGIN: 2px; COLOR: #666; BACKGROUND-COLOR: #cccccc
}
DIV.jogger SPAN.current {
    PADDING: 0.3em 0.5em 0.3em 0.5em; MARGIN: 2px; COLOR: #fff ; BACKGROUND-COLOR: #932326
}
DIV.jogger SPAN.disabled {
    DISPLAY: none;
}
/*总容器样式*/  
.pager { padding: 3px; text-align: right; color:#66C;font-size:12px; font-family:Tahoma;}   
/*分页链接样式*/  
.pager a { margin: 2px; padding:2px 5px; color: #66C; text-decoration: none; border: 1px solid #aad; }   
/*分页链接鼠标移过的样式*/  
.pager a:hover { color: #000; border: 1px solid #009; background-color:#DCDCF3; }   
/*当前页码的样式*/  
.pager span.current { font-weight: bold; margin: 0 2px; padding: 2px 5px; color: #fff; background-color: #66C; border: 1px solid #009; }   
/*不可用分页链接的样式(比如第1页时的“上一页”链接)*/  
.pager span.disabled { margin: 0 2px; padding: 2px 5px; color: #CCC; border: 1px solid #DDD; }   
/*跳转下拉菜单的样式*/  
.pager select {margin: 0px 2px -2px 2px; color:#66C;font-size:12px; font-family:Tahoma;}   
/*跳转文本框的样式*/  
.pager input {margin: 0px 2px -2px 2px; color:#66C; border: 1px solid #DDD; padding:2px; text-align:center;font-size:12px; font-family:Tahoma;}   