@charset "utf-8";

html,body{
    width: 100%;
}
.header{
    height: 65px;
    width: 100%;
    background-size: cover;
    border-top: 3px solid #1c75cc;
    background: url(../images/header-bg.jpg) repeat-x;
}
.header .container{
    max-width: 1108px;
    margin: 0 auto;
}
.header .container .logo{
    padding-top: 15px;
    height: 30px;
    float: left;
    padding-left: 5%;
}
.header .container .logo a{
    display: inline-block;
}
.header .container .logo a img{
    height: 35px;
    background-size: 100%;
}
.header .container ul{
    display: none;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 10000;
    background:rgba(10, 10, 12, 0.9);
    padding: 15px 0 30px 0;
}
#close{
    display: block;
    height: 25px;
    width: 25px;
}
.header .container ul li{
    width: 80%;
    float: none;
    margin: 0 auto;
    height: 40px;
    border-bottom: 1px dashed #6c6c6c;
    text-align: left;
    padding-left: 5%;
}
.header .container ul li a{
    font-size: 2.5rem;
    color: #fff;
    line-height: 40px;
}
.skin{
    background: none;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    border-radius:4px;
}
.header .container ul .skin a{
    color: #fff;
}
#toggle{
    display: block;
    width: 5%;
    padding-bottom: 8%;
    height: 0px;
    background: url(../images/nav2.png) no-repeat;
    background-size: 100%;
    margin-right: 6%;
    float: right;
    margin-top: 2%;
    margin-bottom: 2%;
}
.main-picshow{
    max-width: 1346px;
    margin: 0 auto;
    height: auto;
}
.banner { 
    position: relative;
    height: 548px; 
    overflow: hidden; 
}
.banner li { 
    float: left; 
}
.banner li img{ 
    width: 100%;
    background-size: cover;
}
.banner .dots {
    position: absolute;
    right: 5%;
    bottom: 2%;
    z-index: 3;
}  
.banner .dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: px;
    cursor: pointer;
    opacity: .4;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
.new-column{
    max-width: 100%;
    height: 52px;
    margin: 0 auto;
    background: url(../images/mobile-02.png) no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    top: -11px;
    z-index: 2;
}
.new-title{
    width: 40%;
    height: 52px;
    float: left;
}
.new-title .div1{
    width: 100%;
    padding-top: 3px;
    position: absolute;
    left: 8%;
    font-size: 1.8rem;
    font-family: "微软雅黑";
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.new-title .div1 span{
    padding-left: 4px;
    font-size: 3rem;
    font-family: "微软雅黑";
    color: #fff;
    font-weight: bold;
}
.news-info{
    float: left;
    width: 53%;
    padding: 4% 2% 0 0%;
    overflow : hidden;
}
.news-info a{
    font-family: "黑体";
    font-size: 2rem;
    color: #e5e5e5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 150%;
}
.protype{
    padding-top: 3%;
    max-width: 1346px;
    margin: 0 auto;
}
.protype .protype-text{
    display: none;
    padding-left: 9%;
    float: left;
    width: 300px;
    padding-right: 35px;
}
.protype .protype-text .div1{
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    padding-top: 50px;
}
.protype .protype-text .div2{
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #000;
    padding-top: 45px;
}
.protype .protype-text .div3{
    font-family: "微软雅黑";
    font-size: 1.16rem;
    color: #7e7e7e;
    padding-top: 20px;
}
.protype .protype-text .div4{
    padding: 15px 0 0 10px;
}
.protype .protype-text .div4 a{
    font-family: "微软雅黑";
    font-size: 1.16rem;
    color: #d70c19;
    line-height: 14px;
}
.protype .protype-text .div4 a img{
    margin-left: 5px;
}
.protype .protype-show{
    float: none;
    max-width: 100%;
}
.protype .protype-show .pro-column{
    float: left;
    padding: 0px 11px;
    overflow: hidden;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}
.protype .protype-show .pro-column div{
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    line-height: 300%;
    font-weight: bold;
}
.protype .protype-show .pro-column .more{
    position: absolute;
    display: none;
    text-align: center;
    width: 250px;
    top: 60px;
}
.index-about{
    height: 210px;
    max-width: 100%;
    margin: 5% auto;
    overflow: hidden;
    background: url(../images/index-about-bg2.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.index-about .title{
    padding-top: 1%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height:200%;
    width: 30%;
    height: auto;
    padding: 5px 0 5px 0;
}
.index-about .title span{
    text-align: center;
    font-family: "Georgia";
    font-size: 1.2rem;
    color: #fff;
    display: block;
    line-height: 100%;
}
.index-about .info{
    width: 90%;
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #aaa;
    text-align: center;
    margin: 0 auto;
    padding-top: 4%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-about .goto-about{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 83%;
    left: 47%;
    background: url(../images/index-about-btn.png) no-repeat;
    background-size: 100%;
}
.new-content{
    padding-top: 1%;
    max-width: 1346px;
    margin: 50px auto;
}
.new-content .new-info{
    display: none;
    float: left;
    width: 42%;
    padding-left: 8%;
}
.new-content .new-info .div1{
    font-family: "微软雅黑";
    color: #000;
    font-size: 1.5rem;
    padding: 25px 0 5px 15px;
    letter-spacing: 2px;
}
.new-content .new-info .div1 span{
    font-family: "微软雅黑";
    color: #000;
    font-size: 2.5rem;
}
.new-content .new-info .div2{
    font-family: "Georgia";
    color: #000;
    font-size: 1.16rem;
    filter:alpha(opacity=30);
    opacity: 0.3;
    text-transform:uppercase; 
    padding: 5px 0 5px 120px;
}
.new-content .new-list{
    float: left;
    max-width: 100%;
    padding:0 3%;
    width: 100%;
    box-sizing: border-box;
}
.new-content .new-list .top{
    width: 100%;
}
.new-content .new-list .top .left{
    float: left;
    width:30%;
    font-family: "微软雅黑";
    font-size: 2.8rem;
    color: #d70c19;
    font-weight: bolder;
    line-height:150%;
}
.new-content .new-list .top .left span{
    display: block;
    font-family: "微软雅黑";
    font-size: 1.7rem;
    color: #707070;
    font-weight: normal;
    text-transform:uppercase; 
    line-height:100%;
}
.new-content .new-list .top .right{
    float: left;
    width: 70%;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    padding-bottom: 2%;
    padding-top: 1%;
}
.new-content .new-list .top .right a{
    display: inline-block;
    border: 1px solid #000;
    font-family: "Georgia";
    color: #000;
    font-size: 1rem;
    text-transform:uppercase; 
    font-weight: bold;
    padding: 1px 2px;
    line-height:150%;
}
.new-content .new-list .bottom{
    width: 100%;
    clear: both;
}
.new-content .new-list .bottom li{
    width: 100%;
    border-top: 1px dashed #a4a4a4;
    margin-top: 3%;
    padding-top: 3%;
    clear: both;
}
.new-content .new-list .bottom .li1{
    border-top: none;
}
.new-content .new-list .bottom li a{
    width: 100%;
    display: block;
}
.new-content .new-list .bottom li .news-title{
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    line-height: 150%;
}
.new-content .new-list .bottom li .new-tip{
    font-family: "微软雅黑";
    font-size: 2.2rem;
    color: #a4a4a4;
    line-height:150%;
    padding-top:1.5%;
}
.new-content .new-list .bottom li span{
    font-family: "微软雅黑";
    font-size: 2rem;
    color: #000;
    line-height:200%;
}
.footer{
    margin-top: 0px;
    width: 100%;
    border-top: 1px solid #89b5e6;
    overflow: hidden;
}
.footer .footer-content{
    width: 100%;
    border-top: 1px solid #fbc5c3;
    background: #dfdfdf;
    padding: 3% 0 8% 0;
}
.footer .footer-content .footer-logo{
    height: 90px;
    margin: 0 auto;
    text-align:center;
    float: none;
    width: 100%;
    text-align: center;
    border: none;
    padding-top: 10px;
}
.footer .footer-content .footer-nav{
    display: none;
    margin: 0 auto;
    text-align:center;
    color: #ffbdbd;
    font-family: "黑体";
    font-size: 1rem;
    padding-top: 3%;
    padding-left: 0px;
    width: 100%;
}
.footer .footer-content .info-center {
    float: none;
    clear: both;
}
.footer .footer-content .footer-logo div {
    text-align: center;
    color: #000;
    font-family: "微软雅黑";
    font-size: 2.5rem;
    line-height: 200%;
}
.footer .footer-content .footer-nav a{
    margin: 0 auto;
    text-align:center;
    color: #5c5c5c;
    font-family: "黑体";
    font-size: 2.4rem;
}
.footer .footer-content .copy{
    padding-top: 10px;
    font-family: "微软雅黑";
    font-size: 2rem;
    color: #f55b55;
    margin: 0 auto;
    text-align: center;
    line-height:150%;
}
.inside-page{
    max-width: 100%;
    background-color: #fafafa;
    background-image: url(../images/top-bottom-bg1.png);
    background-repeat: repeat-x;
    padding-top: 28px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.inside-main{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding:0 0 80px 0;
    background: #fafafa;
}
.left-sidebar{
    float: none;
    width: 100%;
    min-height:0px;
    background: none;
    position:relative;
}
.mobile-style{
    min-height:50px;
    position: relative;
}
.his-back{
    display: inline-block;
    position: absolute;
    top: 30%;
    right: 4%;
    font-family: "微软雅黑";
    font-size: 2.8rem;
    color: #616161;
    letter-spacing: 1px;
    background: url(../images/back.png) no-repeat;
    background-size: 31% 100%;
    padding-left: 20px;
    height: 16px;
    line-height: 20px;
}
.left-sidebar .top-title{
    padding: 10px 0 10px 3%;
    font-family: "微软雅黑";
    font-size: 2rem;
    color: #f9f9f9;
    width: 45%;
    height: auto;
    text-transform: uppercase;
    background-image: url(../images/mobil-inside-top1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    line-height: 30px;
}
.left-sidebar .top-title h1{
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #f9f9f9;
    line-height: 180%;
    display: inline-block;
    padding-right: 3%;
}
.sidebar-list{
    width: 100%;
    background:none;
    min-height: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display:none;
    
}
.mobile-sidebar-list{
    display: block;
}
.mobile-pro-style .mobile-sidebar-list{
    display: none;
}
.mobile-style .sidebar-list{
    display: none;
}
.sidebar-list ul{
    padding-top: 2%;
    width: 100%;
    margin: 0 auto;
    padding-left: 3%;
    box-sizing: border-box;
}
.sidebar-list ul li{
    margin-top: 2%;
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    margin-right: 0px;
}
.sidebar-list ul li a{
    background: #d6d6d6;
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #000;
    display: inline-block;
    width: 93%;
    height: 30px;
    box-sizing: border-box;
    margin-right: 3%;
    text-align: center;
    line-height: 30px;
}
.left-sidebar .sidebar-list ul li span{
    color: #d70c19;  
    font-weight: bold;
    font-size: 1.333rem;
    padding:0 15px;
    display: none;
}
.left-sidebar .sidebar-list ul .current a{
    color: #fff;
    background: #d70c19;
}
.left-sidebar .sidebar-list ul .current span{
    color: #fff;
}
.right-center{
    display: none;
    float: left;
    padding-left: 20px;
    max-width: 807px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 6% 1% 4% 3%;
}
.right-center .center-nav{
    padding: 20px 0 0 0;
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #8b8a8d;
    display: none;
}
.right-center .center-nav a{
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #8b8a8d;
}
.right-center .center-nav span{
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #d70c19;
}
.right-center .center-text{
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #373737;
    line-height: 200%;
    padding-right: 0px;
    padding-top: 0px;
}
.right-center .center-text img{
    padding:2% 2% 0 0;
    width:100%;  
}
.right-center .center-text .img2{
    padding:2% 2% 0 0;
    width:48%;
    vertical-align:top;
}
.right-center .center-text .img3{
    padding:2% 2% 0 0;
    width:48%;
}
.contact{
    height: auto;
    background: #fafafa;
    padding-bottom: 0px;
}
.contact .contact-top{
    float: left;
    width: 45%;
    background: url(../images/mobil-inside-top.png) no-repeat;
    background-position: left;
    background-size: 100% 100%;
    font-family: "微软雅黑";
    font-size: 2rem;
    color: #f9f9f9;
    height: auto;
    padding: 10px 0 10px 4%;
    text-transform: uppercase;
}
.contact .contact-top h1{
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #f9f9f9;
    line-height: 180%;
    display: inline-block;
    padding-right: 3%;
}
.contact .contact-nav{
    float: left;
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #8b8a8d;
    background: #fff;
    width: 807px;
    padding-left: 28px;
    padding-top: 20px;
    display: none;
}
.contact .contact-nav a{
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #8b8a8d;
}
.contact .contact-nav span{
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #d70c19;
}
.contact-conter{
    clear: both;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.contact-conter .contact-info{
    padding-top: 10px;
}
.contact-conter .contact-info span{
    padding: 0 0 0 3%;
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #8a8a8a;
    line-height: 150%;
    display: block;
}
.contact-conter .contact-map{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 20px;
}
.news-list{
    padding-top: 0px;
    width: 95%;
    margin: 0 auto;
}
.news-list li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #efefef;
    padding: 20px 0 25px 0;
}
.news-list .newpic{
    width: 35%;
    height: auto;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.news-list div{
    float: none;
    width: 98%;
    padding-left: 38%;
    box-sizing: border-box;
}
.news-list .new-top{
    display: block;
    font-family: "微软雅黑";
    font-size: 2.2rem;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 180%;
    overflow: hidden;
}
.news-list span{
    display: block;
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: #000;
    line-height: 150%;
}
.news-list .new-tip{
    display: block;
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: #8a8a8a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 150%;
    overflow: hidden;
}
.page{
    float:none;
    width: 100%;
    text-align: center;
    padding-right: 25px;
    padding-top: 5%;
}
.page a{
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #6f6f6f;
    padding: 0px 1%;
}
.page a:hover{
    text-decoration: underline;
}
.page .current{
    color: #d70c19;
    text-decoration: underline;
}
.news-main{
    padding-bottom: 40px;
}
.new-info{
    
}
.new-info .new-top{
    padding: 30px 0 10px 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
}
.new-info .new-top h2{
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #000;
    text-align: center;
}
.new-info .new-top span{
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    display: block;
    line-height: 300%;
}
.new-info .new-text{
    padding:3% 2% 5% 2%;
    font-family: "微软雅黑";
    font-size: 1.8rem;
    color: #8a8a8a;
    line-height: 200%
}
.new-info .new-text div{
    text-align:center;
}
.left-sidebar .sidebar-list .submenu{
    padding-top: 4px;
    width: 243px;
    margin: 0 auto;
    display: none;
}
.left-sidebar .sidebar-list .submenu li{
    background: none;
    padding-left: 40px;
    width: 200px;
    margin-top: 5px;
}
.left-sidebar .sidebar-list .submenu li a{
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #000;
    line-height: 30px;
    display: inline;
    width: 243px;
    height: 30px;
    background: none;
}
.pro-list{
    padding-top: 20px;
    width:98%;
    height:auto;
    float: right;
}
.pro-list li{
    float: left;
    padding:2% 2% 0 0;
    width: 50%;
    box-sizing: border-box;
}
.pro-list li a{
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid #dadada;
    text-align: center;
}
.pro-list li div{
    text-align: center;
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #000;
    line-height: 200%;
}
.page1{
    padding-top: 30px;
    clear: both;
}
.proinfo{
    height: auto;
    padding-top: 10%;
    clear: both;
}
.proinfo .proinfo-img{
    width: 95%;
    height: auto;
    border: 1px solid #dadada;
    float: none;
}
.proinfo .proinfo-note{
    float: left;
    padding-left: 30px;
}
.proinfo .proinfo-note div{
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: #000;
    line-height: 250%;
}
.proinfo .proinfo-text{
    padding-top: 20px;
    font-family: "微软雅黑";
    font-size: 1.3rem;
    color: #929292;
    width: 95%;
    line-height: 250%;
    margin: 0 auto;
}
.proinfo .proinfo-text h3{
    font-family: "微软雅黑";
    font-size: 2.8rem;
    color: #000;
    line-height: 300%;
    font-weight: normal;
}
.message{
    padding-top: 0px;
}
.message .left{
    float: left;
    text-align: right;
    width: 420px;
    font-family: "微软雅黑";
    font-size: 1.33rem;
    color: #8a8a8a;
    line-height: 200%;
    display: none;
}
.message .right-main{
    float: none;
    padding-left: 0px;
    width: 100%;
}
.message .right-main h4{
    font-family: "Georgia";
    font-size: 6rem;
    color: #8a8a8a;
    font-weight: normal;
    padding-top: 20px;
    display: none;
}
.message .right-main .from{
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
}
.message .right-main span{
    font-family: "微软雅黑";
    font-size: 2.5rem;
    color: #000;
    display: block;
    line-height:150%;
}
.message .right-main .from-input{
    width: 100%;
    height: 35px;
    line-height:35px;
    border: 1px solid #cecece;
    padding:0 0 0 5px;
    margin: 5px 0 13px 0;
    font-size: 2.8rem;
    box-sizing: border-box;
}
.message .right-main .from-textarea{
    width: 100%;
    height: 160px;
    resize: none;
    border: 1px solid #cecece;
    padding:5px;
    font-size: 2.5rem;
    margin: 10px 0;
    box-sizing: border-box;
}
.message .right-main .submit{
    display: block;
    border: none;
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #fff;
    width: 30%;
    height: 38px;
    background: #004c98;
    margin: 20px 0 0 0 ;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}
.code{
    display:none;
}
ul.es-pager {
    position: absolute;
    bottom: 6px;
    right: 5%;
    display: block;
    padding: 0;
    line-height: 0px;
}
ul.es-pager li {
    display: inline-block;
    margin: 2px;
    padding: 0;
    height: 3px;
    width: 3px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
ul.es-pager li:hover, ul.es-pager li.act {
    background-color: transparent;
}
ul.es-pager li.act {
    cursor: default;
    background-color: #fff;
}


.slick-dots
{
    position: absolute;
    bottom: 4%;
    display: block;
    width: 98%;
    padding: 0 2% 0 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 9px;
    height: 9px;
    margin: 0 0.5%;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 0px;
    line-height: 0px;

    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 7px;
    margin: 0;
    content: '';
    text-align: center;
    background: #1c75cc;
    opacity: .25;
    color: #fff;
    border-radius:50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}
.right-side-flyelem {
    display: none;
}
.header .container .search {
    display: none;
}
.header .container .tel {
    display: none;
}
.nav {
    display: none;
    clear: both;
    width: 100%;
    height: 0px;
    border-top: 1px solid #dcdbd8;
    background:none;
    border-bottom: none;
}
.nav ul {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 10000;
    background: rgba(10, 10, 12, 0.9);
    padding: 15px 0 30px 0;
}
.nav ul li {
    width: 80%;
    float: none;
    margin: 0 auto;
    height: 40px;
    border-bottom: 1px dashed #6c6c6c;
    text-align: left;
    padding-left: 5%;
    background:none;
}
.nav ul li a {
    font-size: 2rem;
    color: #fff;
    line-height: 40px;
}
.header .container .right-info {
    display: none;
}
#sliderA img{
    width: 100%;
}
.protype h1 {
    text-align: center;
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #000;
    margin: 20px 0;
}
.footer .footer-content .text {
    width: 100%;
    font-family: "微软雅黑";
    font-size: 1.5rem;
    color: #808080;
    padding: 0px 0 0px 2%;
}
.footer .footer-content .wx-code {
    display: none;
}
.index-case {
    width: 100%;
    background: #f4f4f4;
    height: auto;
}
.index-case h2{
    text-align: center;
    font-family: "微软雅黑";
    font-size: 3rem;
    color: #000;
    padding-top: 35px;
}
.index-case .case-title{
    display: none;
    width: 245px;
    margin: 35px auto;
    background: url(../images/index-case-bg.png) no-repeat left top;
    padding-left: 710px;
}
.index-case .case-title h3{
    font-family: "微软雅黑";
    font-size: 2rem;
    color: #6e6e6e;
    font-weight: normal;
    line-height: 90%;
}
.index-case .case-title h3 span{
    font-family: "微软雅黑";
    font-size: 2rem;
    color: #6e6e6e;
    font-weight: bold;
}
.index-case .case-title .case-tel{
    font-family: "微软雅黑";
    font-size: 1.16rem;
    color: #bdbdbd;
    float: right;
    line-height: 250%;
}
.index-case .mobile-style{
    width:100%;
    padding: 12px 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}
.index-case .mobile-style .wapper{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index-case .mobile-style ul{
    overflow: hidden;
    position: absolute;

}
.index-case .mobile-style li{
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    
}
.index-case .mobile-style li:nth-child(2n+1){padding: 0 0 0 20px;box-sizing: border-box;}
.index-case .mobile-style li:nth-child(2n){padding: 0 20px 0 0;box-sizing: border-box;}
.index-case .mobile-style li a{
    display: block;
    margin:0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;

}
.index-case .mobile-style li div{
    width:100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 1.16rem;
    line-height: 40px;
    color: #2f2f2f;
}
.index-case .mobile-style .arrow-left1{
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 40px;
    background: url(../images/index-case-left.png) no-repeat;
    background-size: cover;
    left:5px;
    top:30%;
}
.index-case .mobile-style .arrow-right1{
    position: absolute; 
    display: inline-block;
    width: 18px;
    height: 40px;
    background: url(../images/index-case-right.png) no-repeat;
    background-size: cover;
    right:5px;
    top:30%;
}
.case-scroll{
    display: none;
} 
.mobile-style{
    display: block;
}
.map {
    width: 100%;
    height: 100%;
    border: 2px solid #1c75cc;
    border-left: none;
    border-right: none;
}
.map>div{
    height: 300px !important;
}
.index-about .about-select {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 12px;
    padding-top: 8%;
    background: url(../images/index-about-btn2.png) no-repeat bottom;
    background-size: 100%;
}
.index-about .info1 {
    width: 95%;
    font-family: "微软雅黑";
    font-size: 1.08rem;
    color: #353535;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.index-about .select-div {
    display: none;
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 2;
    top: 15%;
    left: 50%;
    margin-left: -100px;
    padding-top: 2%;
}
.index-about .select-div a {
    text-transform: uppercase;
    letter-spacing: -2px;
    display: block;
    width: 108px;
    height: 31px;
    padding: 0px;
    margin: 10px auto;
}
.index-about .select-div .title1 {
    background: url(../images/index-about-select1.png) no-repeat center;
    background-size: cover;
}
.index-about .select-div .title2 {
    background: url(../images/index-about-select2.png) no-repeat center;
    background-size: cover;
}
.index-about .select-div .selected {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 12px;
    background: url(../images/index-about-btn3.png) no-repeat center;
    background-size: 100%;
    padding: 3% 0 1% 0;
}
.index-about .info2 {
    height: 0px;
    display: block;
    width: 95%;
    font-family: "微软雅黑";
    font-size: 1.08rem;
    color: #353535;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.inside-header {
    display: none;
}
.left-sidebar .top-title span {
    display: none;
}
.center-text .main-content {
    width: 90%;
    float: left;
    font-family: "微软雅黑";
    font-size: 1.16rem;
    color: #aaa;
    line-height: 200%;
    padding-left: 5%;
}
.center-text .main-img {
    width: 100%;
    float: left;
    padding-left: 2%;
}
.contact-conter h3 {
    font-family: "微软雅黑";
    font-size: 3.5rem;
    color: #000;
    font-weight: normal;
    padding-top: 10px;
}
.br{
    display: none;
    height: 0px;
}
.case-bottom-div span{
    float: left;
}
.case-bottom-div span label {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-family: "微软雅黑";
    font-size: 1.3rem;
    color: #000;
    float: left;
}
.pro-list li .video-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/video.png) no-repeat;
    background-size: 100%;
}