﻿﻿﻿/*初始化*/
@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{background:#f5f5f5;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: #f5710b;
    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);
      }
}

/*主内容区域*/
/*顶部logo*/
.top-tel{
    height: 0.9rem;
    line-height: 0.9rem;
    text-indent: 1.6rem;
    background: #ebebeb url("../images/top_tel.jpg") no-repeat left 0.75rem center / 0.65rem 0.65rem;
    font-size: 0.6rem;
    color: #f5710b;
    font-weight: bold;
    display: block;
}
.logo{
    display: block;
    height: 3.1rem;
    background: white;
}
/*导航*/
.nav{
    height: 4rem;
    background: #f5710b;
    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 #fe8e38;
    border-right: 0.05rem solid #cf5b02;
    border-bottom: 0.05rem solid #fe8e38;
}
.nav ul li 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 #cf5b02;
}
/*广告图*/
.swiper-banner{
    height: 8.25rem;
    overflow: hidden;
}
.swiper-banner .swiper-wrapper{
    height: 8rem;
}
.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: #f5710b;
    width: 100%;
    height: 0.25rem;
}
/*搜索框*/
.search{
    padding: 1rem 0.5rem;
    overflow: hidden;
}
.search input{
    display: block;
    float: left;
    font-size: 0.6rem;
    line-height: 1.45rem;
    height: 1.5rem;
}
.search input[type=text]{
    border: 0.025rem solid #ccc;
    padding-left: 1rem;
    width: 80%;
    background: url("../images/search_inco.png") no-repeat left 0.2rem top 0.22rem / 0.6rem 0.525rem;
}
.search input[type=button]{
    width: 20%;
    background: #f5710b;
    color: white;
}
/*产品中心*/
.pro{
    padding:0 0.5rem;
    position: relative;
    margin-bottom: 0.75rem;
}
.title{
    border-bottom: 0.025rem solid #ccc;
}
.title-len{
    display: inline-block;
    vertical-align: top;
    padding-right: 1rem;
}
.title-len h3{
    font-size: 0.7rem;
    color: #f5710b;
    line-height: 0.9rem;
}
.title-len p{
    font-size: 0.5rem;
    line-height: 0.7rem;
    color: #999;
}
.title-more{
    float: right;
    line-height: 1.825rem;
    font-size: 0.7rem;
    padding: 0 0.3rem;
    color: #999;
}
.pro-list{
    overflow: hidden;
    margin: 0.5rem 0 1rem;
}
.pro-list li{
    width: 7.125rem;
    height: 2.5rem;
    margin: 0 0.55rem 0.5rem 0;
    border-radius: 0.125rem;
    background: #dfdfdf;
    line-height: 2.5rem;
    font-size: 0.6rem;
    text-align: center;
}
.pro-list li:nth-child(2n){
    margin-right: 0;
}
.swiper-show{
    margin: 0.5rem 1rem;
    overflow: hidden;
}
.swiper-show li img{
    display: block;
    width: 100%;
    height: 4.2rem;
    border: 0.025rem solid #999;
}
.swiper-show li p{
    font-size: 0.6rem;
    text-align: center;
    line-height: 1rem;
}
.swiper-show-prev,.swiper-show-next{
    position: absolute;
    width: 0;
    height: 0;
    border: 0.75rem solid transparent;
    top: 10.8rem;
    border-left-width: 0.6rem;
    border-right-width: 0.6rem;
}
.swiper-show-prev{
    left: 0;
    border-right-color: #f5710b;
}
.swiper-show-next{
    right: 0;
    border-left-color: #f5710b;
}
/*电话标语*/
.tel{
    margin-bottom: 0.5rem;
    width: 100%;
    height: 3.25rem;
}
/*新闻资讯*/
.swiper-news{
    position: relative;
    margin-bottom: 0.5rem;
}
.news-more{
    width: 2rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0.72rem;
    text-align: center;
    z-index: 999;
}
.news-more span{
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5rem;
    width: 0.225rem;
    height: 0.225rem;
    background: #f99e58;
    vertical-align: top;
}
.news-more span + span{
    margin-left: 0.2rem;
}
.swiper-news-span{
    height: 1.5rem;
    padding: 0.2rem 0.7rem 0;
    background: -webkit-linear-gradient(top, #f87b1a,#ea6906);
    background: -o-linear-gradient(top, #f87b1a,#ea6906);
    background: -ms-linear-gradient(top, #f87b1a,#ea6906);
    background: -moz-linear-gradient(top, #f87b1a,#ea6906);
    background: linear-gradient(top,  #f87b1a,#ea6906);
}
.swiper-news-span span{
    vertical-align: top;
    height: 100%;
    text-align: center;
    width: 4rem;
    color: white;
    opacity: 1;
    border-radius: 0.1rem 0.1rem 0 0;
    background: transparent;
    font-size: 0.7rem;
    line-height: 1.3rem;
}
.swiper-news-span span.swiper-pagination-bullet-active{
    background: white;
    color: #f5710b;
}
.swiper-news-span span:first-child{
    margin-right: 0.3rem;
}
.swiper-news ul{
    padding: 0.5rem;
}
.swiper-news li{
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 0.6rem;
    width: 100%;
    overflow: hidden;
}
.swiper-news li a{
    padding-left: 0.8rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-news li a:before{
    border-radius: 50%;
    border: 0.025rem solid #999;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0.5rem;
}
/*公司简介*/
.about-info{
    padding: 0 0.5rem 0.5rem;
}
.about-info h3{
    color: #f5710b;
    text-align: center;
    font-size: 0.7rem;
}
.about-info img{
    display: block;
    width: 100%;
    height: 5.15rem;
    margin: 0.2rem 0;
}
.about-info p{
    font-size: 0.55rem;
    line-height: 1.1rem;
    text-indent: 2em;
}
.about .title{
    height: 1.5rem;
    background: -webkit-linear-gradient(top, #f87b1a,#ea6906);
    background: -o-linear-gradient(top, #f87b1a,#ea6906);
    background: -ms-linear-gradient(top, #f87b1a,#ea6906);
    background: -moz-linear-gradient(top, #f87b1a,#ea6906);
    background: linear-gradient(top,  #f87b1a,#ea6906);
    margin-bottom: 1rem;
    position: relative;
}
.about .title span{
    display: inline-block;
    vertical-align: top;
    font-size: 0.6rem;
    line-height: 1.5rem;
    height: 100%;
}
.about .title span a:before{
    width: 0.2rem;
    height: 0.6rem;
    content: "";
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 0.45rem;
    background: white;
}
.about .title span a{
    color: white;
    text-indent: 0.6rem;
    padding: 0 0.5rem;
    position: relative;
}
.about .title-more{
    width: 2rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0.72rem;
    text-align: center;
    z-index: 999;
}
.about .title-more span{
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5rem;
    width: 0.225rem;
    height: 0.225rem;
    background: #f99e58;
    vertical-align: top;
}
.about .title-more span + span{
    margin-left: 0.2rem;
}
/*关于我们页面--------------------------------------------------------------------------*/
.two{
    height: auto;
}
.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-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: #f5710b;
    text-align: center;
    border-bottom: 0.025rem solid #ccc;
}
.i-a-info{
    padding: 0.5rem 0;
}
.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;
}
/*产品详情页面-----------------------------------------------------------------------------------------*/
.i-pi-show{
    padding: 0.5rem;
    text-align: center;
}
.i-pi-show h3{
    font-size: 0.7rem;
    line-height: 1.4rem;
    color: #f5710b;
}
.i-pi-show img{
    display: block;
    width: 10rem;
    height: 8.6rem;
    margin: 0.5rem auto 1rem;
}
.i-pi-show a{
    display: block;
    width: 4rem;
    height: 1.5rem;
    margin: 0 auto;
    background: #f5710b;
    color: white;
    line-height: 1.5rem;
    font-size: 0.7rem;
    border-radius: 0.1rem;
}
.i-pi dl dt{
    line-height: 1.5rem;
    font-size: 0.6rem;
    color: white;
    text-indent: 0.5rem;
    background: #f5710b;
    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;
}
.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: #f5710b;
}
.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;
}
.swiper-i-ab-prev,.swiper-i-ab-next{
    top: 3.5rem;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 999;
    border: 0.75rem solid transparent;
    border-left-width: 0.6rem;
    border-right-width: 0.6rem;
}
.swiper-i-ab{
    overflow: hidden;
    height: 4.65rem;
}
.swiper-i-ab li{
    border: 0.05rem solid #ccc;
}
.swiper-i-ab li img{
    width: 100%;
    height: 3.7rem;
}
.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-i-ab-prev{
    border-right-color: #f5710b;
}
.swiper-i-ab-next{
    right: 0;
    border-left-color: #f5710b;
}











    /*底部浮动信息*/
.bottom-btn{
    position: fixed;
    height: 2rem;
    width: 100%;
    z-index: 999999;
    background: #f5710b;
    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.png") 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:#F5710B; 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;}
.clean_st{font-size: 0.6rem;}
.clean_st td{ border: 1px solid #ccc; padding: .3rem; }