/*初始化*/
@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: hidden;}
*{margin: 0;padding: 0;}
a{text-decoration: none;background: transparent;color: inherit; /*修正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,li{list-style: none;}
/*清除浮动*/
.cl{zoom:1;}
.cl:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.fl{float:left;}
.fr{float:right;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b{display: block;width: 100%;height: 100%;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
body{
    max-width: 640px;
    width: 16.0rem
    min-height: 320px;
    margin: 0 auto 2.7rem;
}
/*公共颜色*/
.c01{color:#1aa64b;}
/*头部开始*/
.header{
    width: 16.0rem;
	height:3.45rem;
    background: url('../images/head_bg.jpg') no-repeat center top;
    background-size: 16.0rem 3.45rem;
}
.header>a{
    width:12.25rem;
    height: 100%;
    float: left;
}
.header>a img{
    width: 100%;
}
.nav-btn{
	float: right;
	width:3.75rem;
    height: 100%;
	background: url('../images/nav.png') no-repeat center / cover;
    background-size: 3.75rem 3.45rem;
    cursor: pointer;
}
/*nav开始*/
.nav{
    position: fixed;
    z-index: 9999;
    background: #1e438a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}
/*底部浮动信息*/
.bottom-btn{
    width: 100%;
    height: 2.7rem;
    position: fixed;
    max-width: 640px;
    bottom: 0;
    background: #1e438a;
    opacity: 0.9;
    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;
}
/*banner图*/
.swiper-banner{
    width: 16.0rem;
    height: 9.15rem;
    overflow: hidden;
}
.swiper-banner img{
    width: 16.0rem;
    height: 9.0rem;
}
.swiper-banner .swiper-wrapper{
    height: 9.0rem;
}
.swiper-banner .swiper-pagination{
    width: 100%;
    height: 0.15rem;
    position: relative;
    overflow: hidden; 
    background: #1e438a; 
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #333;   
}
.swiper-banner .swiper-pagination span.swiper-pagination-progressbar{
    width: 100%;
    height: 0.15rem;
}
.num_box{
    display: flex;
}
.num_box .box{
    flex: 1;
    border-left: 1px solid #d6d6d6;
    padding-top: 1.25rem;
    padding-left: 0.65rem;
    padding-bottom: 0.8rem;
}
.num_box .box:first-child{
    border-left: none;
}
.num_box .box p{
    font-size: 0.55rem;
    color: #666666;
    line-height: 0.9rem;
}
.num_box .box span{
    font-size: 1.05rem;
    line-height: 0.9rem;
    color: #1e438a;
    font-family: "Arial";
    padding-right: 0.1rem;
}
.search{
    height: 2.625rem;
    background: #ccc;
    text-align: center;
    padding: 0.55rem 1.0rem;
    display: flex;
}
.search .txt{
    width: 3.2rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
}
.search .form{
    width: 10.75rem;
    height: 1.5rem;
}
.search form{
    font-size: 0;
    border-radius: 0.75rem;
    background: #fff;
    position: relative;
}
.search input[type="text"]{
    width: 8.5rem;
    line-height: 1.5rem;
    padding-left: 0.75rem;
    border-radius: 0.75rem 0 0 0.75rem;
    font-size: 0.6rem;
}
.search input[type="submit"]{
    width: 2.25rem;
    height: 1.5rem;
    background: url('../images/search.jpg') no-repeat 0.6rem 0.375rem;
    background-size: 0.875rem 0.725rem;
    position: relative;
    vertical-align: top;
}
.search form:after{
    content: "";
    position: absolute;
    right: 2.25rem;
    top: 0.4rem;
    width: 1px;
    background: #cccccc;
    height: 0.75rem;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #ccc; 
} 
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #ccc; 
} 
.search input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #ccc; 
} 
.title{
    padding-top: 1.75rem ;
    text-align: center;
}
.title a{
    padding: 0.25rem;
}
.title h1{
    font-size: 1.05rem;
    line-height: 1.05rem;
    padding-bottom: 0.25rem;
    color: #1e438a;
}
.title h2{
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
.product{
    padding: 0 1.1rem 1.75rem;
}
.product .title{
    padding-bottom: 1.0rem;
}
.product li{
    float: left;
    width: 6.375rem;
    height: 10rem;
    border-radius: 0.2rem;
    border: 1px solid #cdcdcd;
    box-shadow:  0 0 0.25rem 0 #cdcdcd;
    margin-right: 1.0rem;
    margin-bottom: 1.0rem;
}
.product li:nth-child(2n){
    margin-right: 0;
}
.pro_swiper img{
    width: 6.3rem;
    height: 5.4rem;
}
.pro_swiper li span{
    width: 100%;
    height: auto;
    line-height: 1.1rem;
    text-align: center;
    display: block;
    margin: 0.4rem auto 0;
    border-radius: 0.55rem;
    color: #333;
    font-size: 0.6rem;
}
.pro_swiper{
    overflow: hidden;
}
.swiper-pro-span{
    font-size: 0;
    text-align: center;
}
.swiper-pro-span .swiper-pagination-bullet{
    width: 1.25rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    margin: 0 0.25rem;
    background:#999999;
    opacity: 1;
}
.pro_swiper .swiper-pagination-bullet-active{
    background: #1e438a;
}
.about{
    height: 26.375rem;
    background: url('../images/about_bg.jpg') no-repeat center top;
    background-size:16.0rem 30.375rem; 
}
.about .title h1{
    color: #fff;
}
.about .title h2{
    font-size: 0.5rem;
    color: #fff;
    padding-bottom: 0.25rem;
}
.about_list {
    margin: 0.5rem auto 0;
    width: 11.5rem;
    padding-bottom: 0.5rem;
}
.about_list .swiper-container {
    padding-bottom: 1.5rem;
}
.about_list  .swiper-slide{
    width: 5.6rem;
    height: 5.85rem;
    background: url('../images/about_bot_bg.png') no-repeat center top;
    background-size: 5.6rem 5.85rem;
    padding: 0.15rem;
    overflow: hidden;
    box-sizing: border-box;
}
.about_list  .swiper-slide a{
    display: block;
    width: 5.3rem;
    height:5.3rem;
    border-radius: 50%;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.about_list  .swiper-slide img{
    width: 100%;
    height: 100%;
    position: absolute;
    display:block;
}
.about_list  .swiper-slide-active p {
    position: absolute;
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    text-align: center;
    color: #fff;
}
.about_list  .swiper-slide-active p span{
    display: block;
}
.about_list  .swiper-slide-active p span:nth-child(1){
    font-size: 0.6rem;
    font-weight: bold;

}
.about_list  .swiper-slide-active p span:nth-child(2){
    font-size: 0.4rem;
    line-height: 0.9rem;
}
.about_list  .swiper-slide-active img{
    display:none;
}
.about_list  .swiper-slide-prev p{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 36%;
    padding-left: 14%;
    color: #fff;
    background-color: rgba(0,0,0,.2);
}
.about_list  .swiper-slide-prev p span:nth-child(1){
    display: block;
    font-size: 0.65rem;
    font-weight: bold;
}
.about_list  .swiper-slide-prev p span:nth-child(2){
    display: block;
    width: 1.1rem;
    height: 0.15rem;
    background-color: #fff;
    border-radius: 0.075rem;
    margin-left: 0.7rem;
    font-size: 0;
    margin-top: 0.25rem;
}
.about_list  .swiper-slide-next p{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 36%;
    padding-left: 40%;
    color: #fff;
    background-color: rgba(0,0,0,.2);
}
.about_list  .swiper-slide-next p span:nth-child(1){
    display: block;
    font-size: 0.65rem;
    font-weight: bold;
}
.about_list  .swiper-slide-next p span:nth-child(2){
    display: block;
    width: 1.1rem;
    height: 0.15rem;
    background-color: #fff;
    border-radius: 0.075rem;
    margin-left: 0.7rem;
    font-size: 0;
    margin-top: 0.25rem;
}
.about .txt{
    font-size: 0.6rem;
    line-height: 1.125rem;
    text-indent: 1.2rem;
    color: #fff;
    padding: 0 0.625rem;
}
.about .more{
    width: 6.35rem;
    height: 1.625rem;
    line-height: 1.575rem;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin: 0.65rem auto;
    border-radius: 0.7rem;
    color: #333;
    font-size: 0.675rem;
}
.advantage li{
    display: flex;
    padding: 0.3rem 0.625rem 0.75rem;
    border-bottom: 0.025rem dashed #999999;
    min-height: 240px;
}
.a_title{
    height: 2.1rem;
    background: url("../images/a_title_bg.png") no-repeat left top;
    background-size: 2.5rem 2.1rem;
    padding-left: 2.65rem;
    position: relative;
    font-size: 0;
    white-space:nowrap;
}
.a_title span{
    position: absolute;
    font-size: 0.9rem;
    line-height: 0.9rem;
    top: 0.5rem;
    left: 0.7rem;
    font-weight: bold;
    font-family: "Arial";
    color: #fff;
}
.a_title h3{
    font-size: 0.5rem;
    line-height:0.9rem;
    padding-bottom: 0.25rem;
    color: #333;
    white-space: initial;
}
.a_title p{
    display: inline-block;
    vertical-align: top;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #1e438a;
    padding: 0 0.4rem;
    border-radius: 0.35rem;
    color: #fff;
    font-size: 0.45rem;
    white-space: initial;
}
.advantage .txt>p{
    font-size: 0.6rem;
    line-height: 1.05rem;
}
.advantage li:nth-child(1) .txt{
    width: 7.5rem;
    padding-top: 0.25rem;
}
.advantage li:nth-child(1) .pic{
    width: 7.25rem;
}
.advantage li:nth-child(2) .txt{
    width: 8.2rem;
    padding-top: 0.5rem;
}
.advantage li:nth-child(2) img:nth-child(1){
    width: 4.625rem;
    height: 4.65rem;
}
.advantage li:nth-child(2) img:nth-child(2){
    width: 4.0rem;
    height: 4.0rem;
}
.advantage li:nth-child(2) .pic{
    width: 6.55rem;
}
.advantage li:nth-child(3) .txt{
    width: 7.95rem;
    padding-top: 0.5rem;
}
.advantage li:nth-child(3) .txt>p{
    width: 7.8rem
}
.advantage li:nth-child(3) .pic{
    width: 6.8rem;
}
.advantage li:nth-child(3) img:nth-child(1){
    width: 4.85rem;
    height: 4.85rem;
}
.advantage li:nth-child(3) img:nth-child(2){
    width: 2.9rem;
    height: 2.9rem;
}
.advantage li:nth-child(4){
    display: block;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}
.advantage li:nth-child(4) .a_title{
    width: 9.5rem;
    height: 2.85rem;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0.75rem;
    background: url('../images/a_title_bg.png') no-repeat left 0.75rem;
    background-size: 2.5rem 2.1rem;
}
.advantage li:nth-child(4) span{
    top: 1.2rem;
}
.advantage li:nth-child(4) .img{
    display: block;
    width: 100%;
    height: 5.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.05rem;
}
.advantage li:nth-child(4) img{
    display: block;
    width: 100%;
    height: 4.7rem;
}
.advantage li:nth-child(4)>p{
     display: block;
     width: 100%;
     font-size: 0.6rem;
    line-height: 1.05rem; 
}
.advantage li:nth-child(5){
    display: block;
    padding-top: 0.5rem;
    border-bottom: none;
}
.advantage li:nth-child(5) .pic{
    height: 6rem;
}
.advantage li:nth-child(5) img:nth-child(1){
   
    height: 3.8rem;
    left: 0;
    top:1.0rem;
}
.advantage li:nth-child(5) img:nth-child(3){
    width: 6.95rem;
    height: 5.2rem;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0.25rem 0 #ccc;
    border: 0.15rem solid #fff;
    border-radius: 0.1rem;
}
.advantage li:nth-child(5) img:nth-child(2){
    width: 5.45rem;
    height: 3.8rem;
    right: 0;
    top: 1.0rem;
}
.advantage li:nth-child(5) .txt>p{
    background: url('../images/good_icon.png') no-repeat 0.15rem center;
    background-size: 0.45rem 0.45rem;
    padding-left: 0.9rem;
}
.advantage .pic{
    position: relative;
}
.advantage .pic img{
    position: absolute;
}
.advantage li:nth-child(1) img:nth-child(1){
    width: 3.9rem;
    height: 3.9rem;
    top: 1.35rem;
    right: 0;
}
.advantage li:nth-child(1) img:nth-child(2){
    width: 4.55rem;
    height: 4.55rem;
    border-radius: 50%;
    border: 0.15rem solid #fff;
    top: 3.5rem;
    right: 1.85rem;
}
.advantage li:nth-child(2) img:nth-child(1){
    top: 1.1rem;
    left: 1.6rem;
}
.advantage li:nth-child(2) img:nth-child(2){
    top: 4.5rem;
    left: 0.1rem;
}
.advantage li:nth-child(3) img:nth-child(1){
    top: 3.0rem;
    left: 0.25rem;
}
.advantage li:nth-child(3) img:nth-child(2){
    top: 2.5rem;
    right: 0;
}
.case{
    height: 13.2rem;
    background: url('../images/case_bg.jpg') no-repeat center top;
    background-size: 16.0rem 13.2rem;
    color: #fff;
    font-size: 0;
    padding: 0 0.625rem 1.75rem;
}
.case h1{
    line-height: 1.25rem;
    color: #fff;
}
.case h2{
    color: #fff;
}
.case img{
    width: 6.95rem;
    height: 5.2rem;
}
.case p a{
    display: block;
    font-size: 0.6rem;
    line-height: 1.4rem;
    text-align: center;
}
.case_swiper{
    overflow: hidden;
    padding-top: 0.6rem;
}
.case_swiper li{
    float: left;
    margin-right: 0.8rem;
}
.case_swiper li:nth-child(2n){
    margin-right: 0;
}
.swiper-case-span{
    font-size: 0;
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.case_swiper .swiper-case-span .swiper-pagination-bullet{
    width: 0.35rem;
    height: 0.35rem;
    background:rgba(255,255,255,.0);
    opacity: 1;
    position: relative;
    border-radius: 0;
    margin:0 0.3rem;
}
.swiper-case-span .swiper-pagination-bullet:after{
    content: "";
    position: absolute;
    width: 0.35rem;
    height: 0.35rem;
    background:#fff;
    opacity: 1;
    border-radius: 0;
    left: 0px;
    top: 0px;
    transform-origin: 50% 50%;
    transform: rotateZ(45deg);
}
.case_swiper .swiper-pagination-bullet-active:after{
    background: #ffed20;
}
.news{
    padding: 0 0.625rem;
}
.new_show{
    position: relative;
    width: 100%;
    height: 7.65rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    background: #fff;
}
.new_show img{
    width: 100%;
    height: 100%;
}
.new_show p{
    height: 1.6rem;
    width: 100%;
    position: absolute;
    bottom:0.5rem;
    left: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding-left: 0.5rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
    padding-right: 3.0rem;
}
.new_show p span{
    width: 3.0rem;
    position: absolute;
    line-height: 1.6rem;
    font-size: 0.5rem;
    color: #d5d5d5;
    right: 0;
    top: 0;
}
.new_list {
    width: 100%;
}
.new_list li{
    width: 100%;
    height: 4.25rem;
    padding: 0.6rem;
}
.new_list li:nth-child(odd){
    background: #e8e8e8;
}
.new_list h3{
    font-size: 0.6rem;
    line-height: 0.75rem;
    padding-right:3rem; 
    position: relative;
}
.new_list h3 span{
    position: absolute;
    font-weight: normal;
    width: 3rem;
    line-height: 0.75rem;
    right: 0;
    top: 0;
    font-size: 0.5rem;
    color: #999;
}
.new_list p{
    font-size: 0.6rem;
    color: #999;
    height: 2.25rem;
    overflow: hidden;
    padding-top: 0.2rem;
}
.btns{
    height: 1.75rem;
    width: 100%;
    margin-bottom: 0.5rem;
}
.btns .swiper-new-prev{
    float: left;
    background: url('../images/new_prev.png') no-repeat right top #d6d6d6;
    background-size: 7.375rem 1.75rem;
}
.btns .swiper-new-next{
    float: right;
    background: url('../images/new_next.png') no-repeat right top #b7b7b7;
    background-size: 7.375rem 1.75rem;
}
.btns>div{
    width: 50%;
    height: 100%;
}




/*清除浮动lyy*/
.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;
}

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



.icon-arrow-left:before {
    content: "\e600";
}
.icon-arrow-down:before {
    content: "\e601";
}
.icon-arrow-right:before {
    content: "\e602";
}
.icon-arrow-up:before {
    content: "\e603";
}
.icon-phone:before {
    content: "\e606";
}
.icon-house:before {
    content: "\e607";
}
.icon-search:before {
    content: "\e60a";
}
.icon-details:before {
    content: "\e604";
}
.icon-left:before {
    content: "\e605";
}


 [class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mian {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  font-family: Microsoft YaHei;
}
.menu_list{width: 100%;}
.menu_list li{width: 100%; float: none;}

.menu_list li .son_list{display: none;}
.menu_list .active .son_list{display: block;}
.menu_list a{
  line-height: 2rem;
  display: block;
  color: #333;
  background: #f4f4f4;
  padding: 0 1.125rem;
  border-bottom: 1px solid #cfcbc1;
  font-size: 0.8rem;
  }
.menu_list li i {
float: right;
margin-top: .45rem;
color: #656565;
font-weight: bold;
font-size: 1.6em;
}

.CategoryList_Title{height: 2rem;line-height: 2rem;padding: 0 .687em;color: #333;text-align: center;border-bottom: 1px solid #b0b4bb;font-size: 1rem;background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}

.CategoryList_Title i{font-size: 0.8rem; margin-top:.6rem; color:#1e438a}

.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;overflow: hidden; height:100% ;padding:10px; background:linear-gradient(180deg , #fff 0% , #f1f1f1 100%); color:#666; background-position: 90% center;}
.nyListSpan li a.nyListLinkSpan:hover{background:linear-gradient(180deg , #fff 0% , #ccc 100%); background-position: 90% center;}
.contact{ overflow: hidden; }
.nyListSpan li  span {
    background: rgba(0, 0, 0, 0) url("../images/i_l_do_do.png") no-repeat scroll right center;
    color: #003f98;
    margin-left: 20px;
    opacity: 0.5;
    padding-right: 25px;
}
.nyListSpan li h4{ white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.nyListSpan li img{ float: left; width: 5rem; margin-right: 0.5rem; }




.gyBox{ color:#444; 
font-size: 0.625rem;
line-height: 1rem; padding:0.6rem;
min-height: 16.5rem;
;
}
.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:#CC0000; 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{border-bottom:1px solid #ccc;display: block; margin:0 auto; text-align:center; line-height:30px;  margin-bottom: 1rem;
 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;}

/**手机图集滚动**/
.swiper_case1{ margin-bottom: 1rem;margin:0 auto; overflow: hidden;width: 100%; }
.swiper_case1 li {  height: 12rem; text-align: center; overflow: hidden;}
.swiper_case1 li img{vertical-align:middle;display: inline;width: 100%;}
.swiper_case1 .swiper_case_span{text-align: center;}
.clean_st{font-size: 0.625rem;}
