﻿﻿﻿/*初始化*/
@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height: 0;}
/*Base*/
html{font: 62.5%/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;-ms-text-size-adjust: none;-webkit-text-size-adjust: none; /*修正手持设备字体变化*/min-width: 16rem;overflow-x: hidden;}
body{overflow-x: hidden;margin-bottom: 2.7rem;}
*{margin: 0;padding: 0;}
a{text-decoration: none;background: transparent;color: #333; /*修正win8系统IE连接灰色背景*/outline:none;}
a:focus{outline: 0;}
a:active,a:hover{outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
img{border: 0;vertical-align: middle;-ms-interpolation-mode:bicubic;}
fieldset{border: 0.025rem solid #c0c0c0;margin: 0 0.1rem;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea{font-family: inherit;font-size: 100%;margin: 0;outline:none;border:none;-webkit-appearance: none;border-radius: 0;}
button,input{line-height: normal;}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]{cursor: default;}
input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0;}
input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
input.submit{border: 0;margin: 0;cursor: pointer;}input.radio{width: 0.65rem;height: 0.65rem;float: left;display: inline;}
textarea{overflow: auto;vertical-align: top;}
table{border-collapse: collapse;border-spacing: 0;}
ul,ol{list-style: none;}
li{list-style:none;float: left;  }
/*清除浮动*/
.clear{zoom:1;}
.clear:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl{float:left;display: inline;}
.fr{float:right;  display: inline;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b{display: block;width:100%;height: 100%;}
.p{padding: 0 0.625rem;}
.tan05{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.tan01{-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;transition: all 1s;}
.noclick{pointer-events: none;}
@font-face {font-family: Futura;src: url('../font/Futura.woff');}
/*首页------------------------------------------------------------------*/
/*加载*/
.lodding{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #333;
}
.spinner {
    margin: 65% auto 0;
    width: 3rem;
    height: 3rem;
    position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
    width: 0.9rem;
    height: 0.9rem;
    background-color: #f90;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner:after{
    content: "加载中...";
    width: 100%;
    position: absolute;
    bottom: -1.5rem;
    font-size: 0.5rem;
    text-align: center;
    color: white;
    margin-top: 0.5rem;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
/*头部信息*/
.header{
    width: 100%;
    height: 3.975rem;
    position: relative;
    border-top: 0.3rem solid black;
}
.logo{
    width: 10rem;
    /*height: 100%;*/
	margin-top:1.3rem;
    float: left;
}
.nav-con{
    float: right;
    width: 5rem;
    height: 100%;
    line-height: 3.75rem;
}
.nav-con p{
    display: inline-block;
    vertical-align: middle;
    line-height: 0.8rem;
    color: #104bac;
    font-size: 0.8rem;
    opacity: .5;
    margin-right: 0.3rem;
}
.nav-btn{
    display: inline-block;
    vertical-align: middle;
}
.nav-btn span{
    display: block;
    width: 1.875rem;
    height: 0.2rem;
    margin-bottom: 0.2rem;
}
.nav-btn span:nth-child(1){
    background: #f90;
}
.nav-btn span:nth-child(2){
    background: #09c;
}
.nav-btn span:nth-child(3){
    background: #0c6;
}
.nav-btn span:last-child{
    margin-bottom: 0;
}
.nav{
    position: fixed;
    z-index: 9999;
    background: #f90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.7rem;
    opacity: 0;
    display: none;
}
.nav-close{
    background: url("../images/nav_close.png") no-repeat center center / 100% 100%;
    margin-right: 0.5rem;
    width: 4.4rem;
    height: 3.3rem;
    float: right;
}
.nav-list{
    overflow: hidden;
    clear: both;
}
.nav-list li{
    float: none;
    position: relative;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
}
.nav-list li a{
    color: white;
}
.nav-list li:nth-child(2n){
    right: 1.5rem;
}
.nav-list li:nth-child(2n+1){
    left: 1.5rem;
}
/*banner图*/
.swiper-banner{
    height: 11.55rem;
    overflow: hidden;
}
.swiper-banner .swiper-wrapper{
    height: 11.3rem;
}
.swiper-banner .swiper-banner-span{
    width: 100%;
    height: 0.25rem;
    position: relative;
    overflow: hidden;
    background: #ccc;
}
.swiper-banner .swiper-banner-span span.swiper-pagination-progressbar{
    background-color: #f60;
    width: 100%;
    height: 0.25rem;
}
/*关于我们*/
.about{
    height: 11.25rem;
    background: #ff8a00;
    color: white;
    padding: 0.8rem 0.675rem 0;
    margin-bottom: 1.8rem;
}
.about h3{
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
}
.about h3 a{
    display: inline-block;
    width: 2.75rem;
    height: 0.75rem;
    font-weight: normal;
    vertical-align: middle;
    border-radius: 0.35rem;
    color: white;
    text-align: center;
    margin-top: -0.1rem;
    border: 0.025rem solid white;
    line-height: 0.7rem;
    font-size: 0.35rem;
    margin-left: 0.6rem;
}
.about p{
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-bottom: 0.75rem;
}
.about-img img{
    display: inline-block;
    vertical-align: top;
    width: 6.75rem;
    height: 3.525rem;
}
/*产品分类*/
.prolist{
    margin-bottom: 1.25rem;
    text-align: center;
}
.title{
    display: inline-block;
    line-height: 2.5rem;
    font-size: 0.8rem;
}
.title a{
    color: #00a8e0;
}
.title b{
    color: #f90;
}
.swiper-prolist{
    background: url("../images/prolist_bg.jpg") no-repeat center top / 100% 100%;
    height: 9.675rem;
    margin-bottom: 0.75rem;
}
.swiper-prolist li{
    width: 33.33%;
    height: 100%;
}
.swiper-prolist ul{
    position: relative;
}
.swiper-prolist ul:after{
    display: block;
    content: "";
    position: absolute;
    width: 0.075rem;
    height: 100%;
    background: rgba(255,255,255,.6);
    right: -0.075rem;
    top: 0;
}
.swiper-prolist li + li{
    border-left: 0.075rem solid rgba(255,255,255,.6);
}
.swiper-prolist li a{
    color: white;
    padding-top: 1.75rem;
}
.swiper-prolist li p{
    font-size: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-prolist li h3{
    font-size: 0.55rem;
    vertical-align: top;
    display: inline-block;
    border-bottom: 0.075rem solid white;
    margin-bottom: 0.75rem;
}
.swiper-prolist li img{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: white;
    width: 3.7rem;
    height: 3.7rem;
}
.swiper-prolist-span{
    height: 0.4rem;
}
.swiper-prolist-span span{
    vertical-align: top;
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    background: #c3c3c3;
}
.swiper-prolist-span span + span{
    margin-left: 0.25rem;
}
.swiper-prolist-span span.swiper-pagination-bullet-active{
    background: #f90;
}
/*产品展示*/
.pro{
    overflow: hidden;
    text-align: center;
    padding: 0 0.675rem;
}
.pro li{
    width: 6.85rem;
    height: 5.675rem;
    position: relative;
    margin: 0 0.9rem 0.625rem 0;
}
.pro li:nth-child(2n){
    margin-right: 0;
}
.pro li:nth-child(2n):before{
    position: absolute;
    width: 0.025rem;
    height: 4.675rem;
    content: "";
    display: block;
    left: -0.525rem;
    top: 0;
    background: #d7d7d7;
}
.pro li img{
    display: block;
    width: 100%;
    height: 4.675rem;
}
.pro li p{
    line-height: 1rem;
    font-size: 0.5rem;
}
/*新闻中心*/
.news{
    background: #fff4ec;
    margin-top: 0.5rem;
    padding: 0.75rem 0.625rem 1.875rem;
    text-align: center;
}
.news-list{
    border-top: 0.025rem dashed #dba883;
}
.news-list li{
    float: none;
    text-align: left;
    border-bottom: 0.025rem dashed #dba883;
}
.news-list li a{
    padding: 0.75rem 0;
}
.news-list li span{
    display: block;
    text-align: center;
    font-size: 0.35rem;
    line-height: 0.45rem;
    margin-bottom: 0.2rem;
    border-radius: 0.22rem;
    width: 4.75rem;
    height: 0.5rem;
    border: 0.025rem solid #f90;
    color: #f90;
}
.news-list li h3{
    font-size: 0.55rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list li p{
    color: #666;
    font-size: 0.5rem;
    line-height: 0.8rem;
    height: 1.6rem;
    overflow: hidden;
}
/*联系我们*/
.contact{
    margin: 1.5rem 0 0.875rem;
    padding: 0 0.675rem;
}
.contact>div{
    height: 2.55rem;
    position: relative;
    line-height: 0.8rem;
    color: white;
    margin-bottom: 0.625rem;
    padding:0.45rem 0 0 2.7rem;
}
.contact>div:before{
    position: absolute;
    display: block;
    content: "";
    width: 14.25rem;
    height: 2.15rem;
    border: 0.025rem solid rgba(255,214,153,.6);
    border-radius: 0.825rem;
    top: 0.175rem;
    left: 0.175rem;
}
.contact-add{
    background: #f90 url("../images/contact_add.png") no-repeat left 1.15rem center / 1.1rem 0.95rem;
}
.contact-mail{
    background: #f90 url("../images/contact_mail.png") no-repeat left 1.25rem center / 1rem 0.775rem;
}
.contact>div p{
    font-size: 0.5rem;
}
.contact>div h3{
    font-size: 0.55rem;
}
/*版权*/
.footer{
    color: white;
    background: #f90;
    text-align: center;
    font-size: 0.5rem;
    line-height: 2rem;
    margin-top: 1.5rem;
}
/*关于我们页面---------------------------------------------------------------*/
.i-title{
    background: #f3f3f3;
    border-top: 0.025rem solid #dcdcdc;
    border-bottom: 0.025rem solid #dcdcdc;
    text-align: center;
    padding: 0.5rem 0;
}
.i-title h3{
    line-height: 2.25rem;
    font-size: 0.8rem;
    color: #f90;
}
.i-title h3 b{
    color: #09c;
}
.i-a,.i-h{
    padding: 0.75rem 0.675rem 0;
    min-height: 16rem;
}
.i-a img{
    display: block;
    width: 100%;
    margin: 0.5rem auto;
}
.i-a h3{
    font-size: 0.75rem;
    line-height: 2rem;
}
.i-a p{
    font-size: 0.55rem;
    line-height: 0.9rem;
}
/*产品中心*/
.i-prolist{
    padding: 0 0.675rem;
    overflow: hidden;
}
.i-prolist li{
    width: 3.375rem;
    height: 3.375rem;
    margin: 0 0.35rem 0.5rem 0;
    background: white;
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-align: center;
    font-weight: bold;
    border: 0.025rem solid #d5d5d5;
}
.i-prolist li p{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.i-prolist li:nth-child(4n){
    margin-right: 0;
}
.i-prolist li i{
    display: block;
    width: 100%;
    height: 1.875rem;
}
.i-prolist li.active{
    border-color: #f90;
}
.i-prolist li.active a{
    color: #f90;
}
.i-prolist li:nth-child(1) i{
    background: url("../images/i_pro_01.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(1).active i{
    background: url("../images/i_pro_01_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(2) i{
    background: url("../images/i_pro_02.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(2).active i{
    background: url("../images/i_pro_02_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(3) i{
    background: url("../images/i_pro_03.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(3).active i{
    background: url("../images/i_pro_03_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(4) i{
    background: url("../images/i_pro_04.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(4).active i{
    background: url("../images/i_pro_04_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(5) i{
    background: url("../images/i_pro_05.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(5).active i{
    background: url("../images/i_pro_05_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(6) i{
    background: url("../images/i_pro_06.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(6).active i{
    background: url("../images/i_pro_06_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(7) i{
    background: url("../images/i_pro_07.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(7).active i{
    background: url("../images/i_pro_07_a.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(8) i{
    background: url("../images/i_pro_08.png") no-repeat center center / 100% 100%;
}
.i-prolist li:nth-child(8).active i{
    background: url("../images/i_pro_08_a.png") no-repeat center center / 100% 100%;
}
.i-p{
    margin-top: 1.25rem;
    padding: 0 1.125rem;
    text-align: center;
}
.i-p-list{
    overflow: hidden;
    margin-bottom: 0.75rem;
}
.i-p-list li{
    width: 6.25rem;
    height: 8.825rem;
    margin-bottom: 1rem;
    background: url("../images/i_pro_li_bg.jpg") no-repeat center center / 100% 100%;
}
.i-p-list li a{
    padding-top: 1rem;
}
.i-p-list li:nth-child(2n){
    float: right;
}
.i-p-list li img{
    display: block;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}
.i-p-list li p{
    line-height: 1rem;
    font-size: 0.55rem;
}
.page-prev,.page-next,#page{
    vertical-align: top;
    display: inline-block;
    width: 4.325rem;
    height: 1.625rem;
    font-size: 0.6rem;
    line-height: 1.625rem;
    color: white;
    font-weight: bold;
    background: #f90;
}
#page{
    text-align: left;
    text-indent: 0.7rem;
    background: url("../images/select_bg.jpg") no-repeat center center / 100% 100%;
}
#page option{
    color: #333;
    text-align: center;
}
/*荣誉资质页面-----------------------------------------------------------*/
.i-h-list,.i-c-list{
    overflow: hidden;
}
.i-h-list li{
    width: 6.95rem;
    height: 6.4rem;
    margin-bottom: 0.5rem;
}
.i-h-list li:nth-child(2n),.i-c-list li:nth-child(2n){
    float: right;
}
.i-h-list li img{
    display: block;
    width: 100%;
    height: 4.9rem;
}
.i-h-list li p{
    text-align: center;
    font-size: 0.55rem;
    line-height: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 0.3rem;
}
/*案例中心页面--------------------------------------------------------------*/
.i-c-list li{
    width: 7.3rem;
    height: 2rem;
    margin-bottom: 1.5rem;
    position: relative;

    height: 3.65rem;
}
.i-c-list li:nth-child(2n):after{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top:0.3rem;
    width: 0.025rem;
    height: 1.45rem;
    border-left: 0.025rem dashed #999;


    top:0.6rem;
    height: 2.45rem;
}
/*服务页面-----------------------------------------------------------------*/
.i-s{
    padding: 2rem 0.675rem 0;
}
.i-s h3{
    background: url("../images/i_s_five.png") no-repeat left center / 1.325rem 1.325rem;
    line-height: 1.325rem;
    font-size: 0.75rem;
    text-indent: 1.625rem;
    margin-bottom: 0.5rem;
}
.i-s p{
    font-size: 0.55rem;
    line-height: 1.2rem;
    padding-left: 1.625rem;
    background: url("../images/i_s_gou.png") no-repeat left top / 1.325rem 1.2rem;
}
.i-s>img{
    display: block;
    margin: -2rem 0 0 -0.675rem;
    width: 16rem;
    height: 30.9rem;
}
    /*新闻页面---------------------------------------------------------------*/
.i-n{
    margin-top: 1.25rem;
}
.i-n-imp{
    padding: 0 0.675rem;
    height: 4.75rem;
    margin-bottom: 1.25rem;
}
.i-n-imp img{
    display: block;
    width: 5.125rem;
    height: 100%;
    float: left;
}
.i-n-imp-r{
    float: right;
    width: 9rem;
    height: 100%;
    font-size: 0.55rem;
    line-height: 0.9rem;
}
.i-n-imp-r h3{
    max-height: 1.8rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.i-n-imp-r p{
    color: #666;
    height: 1.8rem;
    overflow: hidden;
}
.i-n-imp-r span{
    display: block;
    width: 2.75rem;
    height: 0.525rem;
    border: 0.025rem solid #f90;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.35rem;
    line-height: 0.475rem;
    color: #f90;
    margin-top: 0.3rem;
}
.i-n-list{
    border-bottom: 0.025rem solid #dcc5b3;
    margin-bottom: 1.25rem;
}
.i-n-list li{
    float: none;
    overflow: hidden;
    height: 5.25rem;
    border-top: 0.025rem solid #dcc5b3;
}
.i-n-list li a{
    padding: 1.25rem 0.675rem;
}
.i-n-time{
    float: left;
    width: 2.75rem;
    height: 2.75rem;
    border: 0.025rem solid #fdc277;
    border-radius: 0.25rem;
    color: #fdc277;
    text-align: center;
    padding-top: 0.5rem;
}
.i-n-time b{
    display: block;
    line-height: 1.05rem;
    font-size: 1.05rem;
}
.i-n-time p{
    font-size: 0.35rem;
}
.i-n-info{
    width: 11.45rem;
    float: right;
    font-size: 0.55rem;
    line-height: 0.9rem;
}
.i-n-info h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.15rem;
}
.i-n-info p{
    color: #666;
    height: 1.8rem;
    overflow: hidden;
}
.pages{
    text-align: center;
    font-size: 0.625rem;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}

/*联系我们页面------------------------------------------------*/
.i-co{
    min-height: 16rem;
    margin-top: 1.25rem;
    padding-left: 2.125rem;
}
.i-co h3{
    font-size: 0.65rem;
    margin-bottom: 0.4rem;
}
.i-co p{
    font-size: 0.6rem;
    line-height: 1.25rem;
    text-indent: 1rem;
}
.i-co p.i-co-peo{
    background: url("../images/peo_i.png") no-repeat left center / 0.525rem 0.55rem;
}
.i-co p.i-co-phone{
    background: url("../images/phone_i.png") no-repeat left center / 0.475rem 0.675rem;
}
.i-co p.i-co-tel{
    background: url("../images/tel_i.png") no-repeat left center / 0.625rem 0.5rem;
}
.i-co p.i-co-mail{
    background: url("../images/mail_i.png") no-repeat left center / 0.575rem 0.475rem;
}
.i-co p.i-co-add{
    background: url("../images/add_i.png") no-repeat left center / 0.525rem 0.75rem;
}


























    /*底部浮动信息*/
.bottom-btn{
    width: 100%;
    height: 2.7rem;
    position: fixed;
    bottom: 0;
    background-color: rgba(255,153,0,.6);
    z-index: 999;
}
.bottom-btn a{
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
    color: white;
    font-size: 0.6rem;
    text-align: center;
    line-height: 3.8rem;
    font-weight: bold;
}
.bottom-btn-map{
    background: url("../images/bottom_map.png") no-repeat center 0.3rem;
    background-size: 0.8rem 1.15rem;
}
.bottom-btn-tel{
    border-left: 0.025rem solid rgba(255,255,255,.7);
    border-right: 0.025rem solid rgba(255,255,255,.7);
    background: url("../images/bottom_tel.png") no-repeat center 0.425rem;
    background-size: 0.95rem;
}
.bottom-btn-top{
    background: url("../images/bottom_top.png") no-repeat center 0.65rem;
    background-size: 1.675rem 0.7rem;
}


.clean_st{font-size: 0.625rem;}


.gyBox{ color:#444;
font-size: 0.625rem;
line-height: 1rem; padding:0.6rem;
min-height: 11rem;
}
.gyBox img{ width:100%;}
/*翻页*/
.flip{  line-height:20px; text-align:center; padding:20px 0; clear:both;font-size:0.6rem;}
.flip a, .flip span{ padding:5px 9px; margin:0 5px; background-color:#196FAC; color:#fff; border-radius:2px;}
.flip span,  .flip a:hover{ color:#FF0000;  }
.cp_xqct{padding:10px;  color: #444;
  font-size: 0.625rem;
  line-height: 1rem;}
.cp_xqct .title{ margin:0 auto; text-align:center; display:block;line-height:3;  font-size: 0.8rem; font-size: 0.8rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cp_xqct img{ display:block; width:100%!important; marx-widht:640px!important; margin:0 auto;}
.page{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 0.6rem; text-align: left;}
.page a{color: #333;}