﻿﻿﻿/*初始化*/
@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;}
/*首页------------------------------------------------------------------*/
/*加载*/
.lodding{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    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: #007ae1;
    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);
      }
}

/*主内容区域*/
.top{
    height: 3.175rem;
    width: 100%;
}
.logo{
    height: 100%;
    width: 4.275rem;
    float: left;
}
.top-len{
    width: 11.5rem;
    height: 100%;
    float: left;
    background: url("../images/logo_len.png") no-repeat left top / 100% 100%;
    color: #bf0101;
    font-size: 0.625rem;
    font-weight: bold;
    padding: 1.875rem 0 0 1.5rem;
}
/*导航*/
.nav{
    height: 4rem;
    background: #055cbd;
    overflow: hidden;
}
.nav ul{
    height: 100%;
}
.nav ul li{
    width: 25%;
    text-align: center;
    line-height: 1.95rem;
    font-size: 0.6rem;
    height: 50%;
    border-left: 0.05rem solid #0872e8;
    border-right: 0.05rem solid #00467c;
    border-bottom: 0.05rem solid #0872e8;
}
.nav ul li a,.title a,.s-title a,.swiper-show li span a,.f-title a{
    color: white;
}
.nav ul li:nth-child(4n){
    border-right: none;
}
.nav ul li:nth-child(4n+1){
    border-left: none;
}
.nav ul li:nth-child(4) ~ li{
    border-bottom: none;
    border-top: 0.05rem solid #00467c;
}
/*广告图*/
.swiper-banner{
    height: 7.75rem;
    overflow: hidden;
}
.swiper-banner .swiper-wrapper{
    height: 7.5rem;
}
.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: #055cbd;
    width: 100%;
    height: 0.25rem;
}
/*产品分类*/
.title{
    height: 1.75rem;
    line-height: 1.675rem;
    font-size: 0.75rem;
    font-weight: normal;
    background-image: -webkit-linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    background-image: -moz-linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    background-image: -o-linear-gradient(top, #0b77e6,#0b77e6 34% , #0257b5);
    background-image: -ms-linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    background-image: linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
}
.title a{
    text-indent: 1.25rem;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    background: url("../images/title_bg.jpg") no-repeat left center;
    background-size: 0.875rem 0.65rem;
}
.pro ul{
    padding: 0.5rem;
}
.pro ul li{
    float: none;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.6rem;
}
.pro ul li a{
    text-indent: 0.5rem;
    position: relative;
}
.pro ul li a:before,.pro ul li a:after{
    content: "";
    position: absolute;
    left: 0;
    display: block;
}
.pro ul li a:before{
    width: 0.375rem;
    height: 0.375rem;
    top: 0.7rem;
    background: url("../images/pro_sj.jpg") no-repeat left top / 100% 100%;
}
.pro ul li a:after{
    width: 100%;
    height: 0.325rem;
    bottom: 0;
    background: url("../images/pro_bm.jpg") no-repeat left top / 100% 100%;
}
/*推荐产品*/
.show{
    text-align: center;
    margin-bottom: 0.5rem;
}
.s-title{
    height: 3.125rem;
    background: url("../images/title.jpg") no-repeat left top / 100% 100%;
    line-height: 3.125rem;
    font-size: 0.95rem;
}
.swiper-show{
    margin: 0.75rem 0.75rem -0.75rem;
    overflow: hidden;
    border-bottom: 0.025rem solid #ccc;
}
.swiper-show li{
    overflow: hidden;
    width: 7.025rem;
    height: 7.3rem;
    margin: 0 0.375rem 1.25rem 0;
}
.swiper-show li:nth-child(2n){
    margin-right: 0;
}
.swiper-show li>a{
    display: block;
}
.swiper-show li>a img{
    display: block;
    width: 100%;
    height: 4.85rem;
    border: 0.025rem solid #ccc;
}
.swiper-show li>a p{
    line-height: 1.4rem;
    font-size: 0.55rem;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.swiper-show li span{
    display: inline-block;
    width: 2.775rem;
    height: 0.95rem;
    vertical-align: top;
    font-size: 0.45rem;
    line-height: 0.95rem;
}
.swiper-show li span.show-info{
    background: #0353ac;
    outline: 0.025rem solid #007ae1;
    outline-offset: -0.05rem;
    margin-right: 0.5rem;
}
.swiper-show li span.show-mas{
    background: #b60400;
    outline: 0.025rem solid #df2f2f;
    outline-offset: -0.05rem;
}
.swiper-show-prev,.swiper-show-next{
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1.15rem;
    z-index: 9;
}
.swiper-show-prev{
    margin-right: 1.5rem;
    background: url("../images/show_l.jpg") no-repeat left top / 100% 100%;
}
.swiper-show-next{
    margin-left: -0.25rem;
    background: url("../images/show_r.jpg") no-repeat left top / 100% 100%;
}
/*标语*/
.slogan{
    height: 2.65rem;
    margin-bottom: 1.125rem;
}
/*合作伙伴*/
.friend{
    text-align: center;
}
.f-title{
    height: 1.125rem;
    line-height: 1.125rem;
    background: url("../images/friend_title.jpg") no-repeat left top / 100% 100%;
    font-size: 0.5rem;
}
.swiper-friend-con{
    height: 7rem;
    background: #e8e8e8;
    padding: 1rem 2rem 0;
    position: relative;
}
.swiper-friend,.swiper-honor,.swiper-i-ab{
    overflow: hidden;
    height: 4.65rem;
}
.swiper-friend li,.swiper-honor li,.swiper-i-ab li{
    border: 0.05rem solid #ccc;
}
.swiper-friend li img,.swiper-honor li img,.swiper-i-ab li img{
    width: 100%;
    height: 3.7rem;
}
.swiper-friend li p,.swiper-honor li p,.swiper-i-ab li p{
    font-size: 0.5rem;
    line-height: 0.95rem;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #999;
}
.swiper-honor li p{
    text-align: center;
}
.swiper-friend-prev,.swiper-friend-next,.swiper-honor-prev,.swiper-honor-next,.swiper-i-ab-prev,.swiper-i-ab-next{
    position: absolute;
    top: 2.625rem;
    width: 1rem;
    height: 1.525rem;
    z-index: 999;
}
.swiper-i-ab-prev,.swiper-i-ab-next{
    top: 3.5rem;
}
.swiper-friend-prev,.swiper-i-ab-prev{
    background: url("../images/friend_l.jpg") no-repeat left top / 100% 100%;
    left: 0.5rem;
}
.swiper-friend-next,.swiper-i-ab-next{
    background: url("../images/friend_r.jpg") no-repeat left top / 100% 100%;
    right: 0.5rem;
}
/*客户见证*/
.customer{
    background: url("../images/pro_bm.jpg") no-repeat left bottom /100% 0.325rem;
}
.swiper-customer-con{
    padding: 1.25rem 2rem 0.75rem;
    position: relative;
}
.swiper-customer{
    overflow: hidden;
}
.swiper-customer li img{
    display: block;
    width: 100%;
    height: 4.875rem;
    border: 0.025rem solid #ccc;
    padding: 0.075rem;
}
.swiper-customer li h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.65rem;
    line-height: 1.1rem;
    margin-top: 0.3rem;
}
.swiper-customer li p{
    font-size: 0.6rem;
    line-height: 0.9rem;
    height: 5.4rem;
    overflow: hidden;
    color: #666;
}
.swiper-customer-prev,.swiper-customer-next{
    position: absolute;
    top: 3.875rem;
    width: 1.275rem;
    height: 1.525rem;
}
.swiper-customer-prev,.swiper-honor-prev{
    left: 0.625rem;
    background: url("../images/cus_l.jpg") no-repeat left top / 100% 100%;
}
.swiper-customer-next,.swiper-honor-next{
    right: 0.625rem;
    background: url("../images/cus_r.jpg") no-repeat left top / 100% 100%;
}
/*公司介绍*/
.about{
    margin-top: 1rem;
}
.a-title{
    font-size: 0.75rem;
    line-height: 1.4rem;
    border-bottom: 0.025rem solid #055cbd;
    background: url("../images/about_title.jpg") no-repeat right center / 1.575rem 1.3rem;
}
.a-title a{
    text-indent: 1.1rem;
    color: #055cbd;
    background: url("../images/about_title_a.jpg") no-repeat left top 0.42rem / 0.875rem 0.65rem;
}
.swiper-about-span,.swiper-news-span{
    background-image: -webkit-linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    background-image: -moz-linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    background-image: -o-linear-gradient(top, #0b77e6,#0b77e6 34% , #0257b5);
    background-image: -ms-linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    background-image: linear-gradient(top, #0b77e6,#0b77e6 34%, #0257b5);
    padding: 0.125rem 0 0 0.275rem;
    height: 1.75rem;
    width: 100%;
}
.swiper-about-span span,.swiper-news-span span{
    width: 4.2rem;
    vertical-align: top;
    background: transparent;
    height: 1.625rem;
    color: white;
    text-align: center;
    line-height: 1.625rem;
    font-size: 0.7rem;
    opacity: 1;
    border-radius: 0.075rem 0.075rem 0 0;
}
.swiper-about-span span.swiper-pagination-bullet-active,.swiper-news-span span.swiper-pagination-bullet-active{
    background: white;
    color: #055cbd;
}
.swiper-about>.swiper-wrapper>.swiper-slide{
    padding: 1.25rem;
}
.swiper-about>.swiper-wrapper{
    height: 8.95rem;
}
.about-slide .about-img{
    display: block;
    width: 6.9rem;
    height: 4.825rem;
    float: left;
    border: 0.025rem solid #ccc;
    padding: 0.075rem;
    position: relative;
    margin-right: 0.25rem;
}
.about-slide .about-img:after{
    display: block;
    position: absolute;
    width: 100%;
    height: 0.45rem;
    bottom: -0.475rem;
    left: 0;
    content: "";
    background: url("../images/about_img_b.jpg") no-repeat left top / 100% 100%;
}
.about-info{
    float: left;
    width: 6.25rem;
}
.about-info h3{
    font-size: 0.6rem;
    border-bottom: 0.025rem solid #ccc;
    font-weight: normal;
    color: #055cbd;
    line-height: 1rem;
}
.about-info p{
    font-size: 0.55rem;
    color: #666;
    line-height: 0.9rem;
    height: 3.6rem;
    overflow: hidden;
}
.about-info span{
    font-size: 0.55rem;
    color: #999;
    line-height: 0.9rem;
    vertical-align: top;
    display: inline-block;
}
/*新闻资讯*/
.news{
    position: relative;
}
.news-more{
    width: 2rem;
    height: 1.75rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}
.news-more span{
    border-radius: 50%;
    display: inline-block;
    width: 0.225rem;
    height: 0.225rem;
    background: #77b9f0;
    vertical-align: middle;
}
.news-more span + span{
    margin-left: 0.2rem;
}
.swiper-news .swiper-slide{
    padding: 1rem;
}
.swiper-news .news-img{
    float: left;
    width: 5.8rem;
    height: 3.525rem;
    border: 0.025rem solid #ccc;
    padding: 0.075rem;
    margin-right: 0.25rem;
}
.news-list{
    float: left;
    width: 7.8rem;
}
.news-list li{
    font-size: 0.6rem;
    float: none;
    line-height: 0.9rem;
}
.news-list li a{
    position: relative;
    text-indent: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li a:before{
    border: 0.2rem solid transparent;
    height: 0;
    width: 0;
    border-left-color: #ccc;
    content: "";
    display: block;
    position: absolute;
    left: 0.15rem;
    top: 0.25rem;
}
/*关于我们页面---------------------------------------------------------------------------------*/
.i-bread{
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.45rem;
    padding:0 0.5rem;
    background: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
    background: linear-gradient(top, #f6f6f6, #eaeaea);
}
.i-a{
    padding: 0.5rem;
}
.i-a h3{
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #055cbd;
    text-align: center;
    border-bottom: 0.025rem solid #ccc;
}
.i-a-info{
    padding: 0.5rem 0;
    font-size: 0.6rem;

}
.i-a-info p{
    font-size: 0.6rem;
    line-height: 1.2rem;
    text-indent: 2em;
}
.i-a-info img{
    display: block;
    margin: 0.5rem 0;
    width: 100%;
    height: 8rem;
}
.two{
    height: auto;
    margin-bottom: 0.5rem;
}
.two-con{
    height: 2rem;
    background: #eee;
}
.two-con>span{
    display: block;
    width: 2rem;
    height: 2rem;
}
.two-con>span.two-back{
    float: left;
    background: url("../images/back.jpg") no-repeat center center / 1.5rem 1.5rem;
}
.two-con>span.two-home{
    float: right;
    background: url("../images/home.jpg") no-repeat center center / 1.5rem 1.5rem;
}
.two-con>span.two-btn{
    float: right;
    background: url("../images/two_btn.png") no-repeat center center / 1.5rem 1.5rem;
}
.two-list{
    text-align: left;
    overflow: hidden;
    display: none;
    padding: 0 0.5rem;
}
.two-list li{
    border-bottom: 0.025rem solid #ccc;
    float: none;
    height: 1.5rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
}
/*产品详情页面-----------------------------------------------------------------------------------------*/
.i-pi-show{
    padding: 0.5rem;
    text-align: center;
}
.i-pi-show h3{
    font-size: 0.7rem;
    line-height: 1.4rem;
    color: #055cbd;
}
.i-pi-show img{
    display: block;
    width: 95%;
    
    margin: 0.5rem auto 1rem;
}
.i-pi-show a{
    display: block;
    width: 4rem;
    height: 1.5rem;
    margin: 0 auto;
    background: #055cbd;
    color: white;
    line-height: 1.5rem;
    font-size: 0.7rem;
    border-radius: 0.1rem;
}
.i-pi-in dd{
    text-indent: 2em;
}
.i-pi dl dt{
    line-height: 1.5rem;
    font-size: 0.6rem;
    color: white;
    text-indent: 0.5rem;
    background: #055cbd;
    margin-bottom: 0.5rem;
}
.i-pi dl{
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.i-pi dl dt b{
    color: #bec4da;
}
.i-pi dl dd{
    font-size: 0.55rem;
    padding:0 0.5rem;
    line-height: 1.2rem;
    overflow: scroll;
}
.pages{
    width: 100%;
    height: 1rem;
    text-align: center;
    margin: 1rem 0;
}
.pages a,.pages span{
    display: inline-block;
    vertical-align: top;
    font-size: 0.6rem;
    height: 100%;
    line-height: 1rem;
}
.pages a{
    width: 4rem;
    border-radius: 0.15rem;
    color: white;
    background: #055cbd;
}
.pages span{
    width: 2rem;
}
dl.i-pi-re dt{
    margin-bottom: 0;
}
.i-pi-re li{
    float: none;
    line-height: 1.5rem;
    border-bottom: 0.025rem solid #ccc;
    font-size: 0.6rem;
}
.i-pi-re li a{
    text-indent: 1rem;
}
.i-pi dl.i-pi-ab{
    position: relative;
    margin-bottom: 0;
    background: #e8e8e8;
}
.swiper-i-ab{
    text-align: center;
    margin: 0 2rem;
}













    /*底部浮动信息*/
.bottom-btn{
    position: fixed;
    height: 2rem;
    width: 100%;
    z-index: 999999;
    background: #055cbd;
    bottom: 0;
    left: 0;
    padding: 0.45rem 0;
}
.bottom-btn a{
    width: 25%;
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 0.6rem;
    color: white;
    line-height: 1.1rem;
}
.bottom-btn a + a{
    border-left: 0.025rem solid rgba(255,255,255,.6);
}
.bottom-btn-top{
    background: url("../images/back_top.jpg") no-repeat center center / 1.525rem 1.35rem;
}


.productLayout .prt{background:#02935d;color:#fff;height:35px;width:100%;line-height:35px;padding-left:20px;}
.productLayout{overflow:hidden; min-height: 11rem;}
.productLayout dl{padding:10px 0; float:left; width:46%; margin:10px 2%; text-align:center; background-color:#f9f9f9; overflow:hidden;}
.productLayout dl dt img{width:100%;}
.productLayout dd h5{height:20px; line-height:20px; /*overflow:hidden*/; margin-top:10px;}
.productLayout dd h5 a{color:#333; font-size:0.5rem;}


.nyListSpan li{border-bottom:1px solid #ccc; float: none;}
.nyListSpan li a.nyListLinkSpan{display:block; height:100% ;padding:10px; background:url("http://www.jtjj01.com/mobile/images/Index/lYsLiIco2.png") no-repeat , linear-gradient(180deg , #fff 0% , #f1f1f1 100%); color:#666; background-position: 90% center;}
.nyListSpan li a.nyListLinkSpan:hover{background:url("http://www.jtjj01.com/mobile/images/Index/lYsLiIco2H.png") no-repeat , linear-gradient(180deg , #fff 0% , #ccc 100%); background-position: 90% center;}
.contact{ overflow: hidden; }





.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{background: none; margin:0 auto; text-align:center; line-height:30px;  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;}
.page a{color: #333;}