/*样式初始化*/
body,ul,li,h1,h2,h3,h4,div,p{
    padding:0px;
    margin:0px;
}
body{
    font: 12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;
    color: #5a5a5a;
}
/* 分享按钮 */
div#bdshare_weixin_qrcode_dialog {
    height: 320px!important;
}
/*清除浮动*/
.clearfix::after{
    content:".";
    display:block;
    overflow:hidden;
    width:0px;
    height:0px;
    clear:both;
    visibility:hidden;
}
ol, ul{ 
    list-style: none outside none;
}
a{
    text-decoration:none;
    color:black;
}
a:hover{
    text-decoration:none;
}
/*样式初始化结束*/

/*首页样式*/
.md{
    display:none;
}
.index-top{
    width:100%;
    height:auto;
    background: rgb(233,239,248);
}
.head-top{
    background: rgb(233,239,248);
    height:36px;

}
.head-top p:nth-child(1){
    margin-top:9px;
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    float:left;
}
.head-top p:nth-child(2){
    margin-top:9px;
    float:left;
    margin-left:15px;
}
.head-top p:nth-child(2)>a:first-child,.head-top p:nth-child(2)>span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #5A5A5A;
}
.head-top p:nth-child(2)>a:last-child{
    font-size: 14px;
    font-family: SimSun;
    color: #5A5A5A;
    font-weight: normal;
}

.head-top p:nth-child(3){
    margin-top:9px;
    margin-right:20px;
    float:right;
    
}
.head-top p:nth-child(3)>a{
    color: rgb(102, 102, 102);
    font-family: "Microsoft YaHei";
}

.index-head{
    height:100px;
    width:100%;
    background:white;
}
.head-content{
    /* background:rgba(255,0,0,0.5); */
    /* border-bottom:1px solid red; */
    height:100px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header-left{
    display:flex;
    align-items: center;
}
.header-left .head-line{
    height:60px;
    width:0px;
    margin:0 20px 0 30px;
    border-right:1px solid rgb(214,214,214);
}
 /* .head-dec p:nth-child(1){
    font-size:0px;
    font-family: 微软雅黑;
    font-weight:bold;
    color:black;
    margin-bottom:3px;
} */
/* .head-dec p:nth-child(1) span{
    font-size:18px;
} */
/* .head-dec p:nth-child(1) span:first-child{
    color: #1651b8;
} */
.head-dec p{
    font-size: 26px;
    color:red;
    /* color:rgb(22, 81, 184); */
    font-weight:bold;
    font-family: '微软雅黑';
}
.head-right{
    display:flex;
    justify-content: space-between;
}
.head-right div:first-child p:nth-child(2){
    font-size: 20px;
    color: rgb(22, 81, 184);
    font-weight: bold;
    margin-bottom:10px;
}
.head-right div:first-child p:last-child{
    font-size: 23px;
    color: rgb(22, 81, 184);
    font-weight: bold;
}
.head-right div:first-child p:first-child{
    text-align:right;
    margin-bottom:10px;
}
.head-right .head-call{
    width:39px;
    height:39px;
    margin-left:15px;
    background:url(../images/call.png) no-repeat center;
}
.index-nav{
    width:100%;
    height:60px;
    background:rgb(22,81,184);
}
.fixTop{
    z-index: 99;
    position:fixed; 
    left:0px;
    top:0px;
}
.index-nav ul{
    width:100%;
    height:60px;
    display:flex;
}
.index-nav ul>li{
    width:171px;
    /* padding:0 5px; */
    height:100%;
}
.index-nav ul>li>a{
    display:block;
    width:100%;
    height:100%;
    color:white;
    font-family: Microsoft YaHei;
    font-size: 14px;
    text-align:center;
    line-height:60px;
}
.index-nav ul>li:hover{
    background:red;
    cursor: pointer;
}
.head-active{
    background:red;
}
/********小屏幕导航*****/
/**首页banner图**/
.banner-img>img{
    width:100%;
}
/*首页主体内容区域*/
.index-wrap{
    width:100%;
    position: relative;
    height:auto;
    background:rgb(245,245,245);
}
.index-content{
    position: relative;
    margin:0 auto;
    /* border:1px solid red; */
}
.idx-search{
    position:absolute;
    top:-50px;
    background:#fff;
    left:50%;
    z-index: 10;
    transform: translateX(-50%);
    height:100px;
    width:95%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    box-shadow:0 1px 10px rgb(0,0,0,0.5);
    align-items:center;
    box-sizing: border-box;
    padding:0 50px 0 35px;
}
.keyword{
    font-size:14px;
    font-family:"微软雅黑";
}
.keyword p{
    display:inline-block;
    color:black;
}
.idx-ipt{
    font-size:0px;
}
.idx-ipt input{
    width:290px;
    height:28px;
    outline:none;
    font-size:12px;
    border:1px solid #ccc;
    border-right:none;
}
.idx-ipt button{
    background:rgb(209,36,28);
    color:white;
    border:none;
    outline:none;
    height:29px;
    width:76px;
    font-size:12px;
}
/**首页产品区域**/
.index-product{
    margin:0 auto;
    /* border:1px solid red; */
}
.pro-title{
    width:100%;
    margin-top:100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}
.pro-title p:nth-child(1){
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    font-size: 30px;
    line-height:1.2em;
    /* margin-bottom:10px; */
}
.pro-title p:nth-child(2){
    font-size:12px;
    color:rgb(153, 153, 153)
}
.pro-title p:nth-child(3){
   margin:10px auto 20px;
   width:27px;
   height:0px;
   border-top: 3px solid #1651b8;
}
.pro-con{
    width:100%;
}
.pro-con .pro-nav{
    margin:0 auto;
    width:990px;
    height:60px;
    display:flex;
    justify-content: space-between;
}
.pro-con .pro-nav li{
    background: #fff;
    width:156px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-family: "微软雅黑"
}
.pro-con .pro-nav li:hover a{
    color:white;
}
.pro-con .pro-nav li:hover{
    background:rgb(22,81,185);
}
.pro-con .pro-nav li>a{
    display:block;
    color:#666;
    width:100%;
    height:100%;
    font-size:14px;
}
.pro-con .pro-nav .pro-active{
    background:rgb(22,81,185);
}
.pro-con .pro-nav .pro-active>a{
    color:white;
}
/* 首页产品图片 */
.idx-pro-pic{
    margin-top:20px;
    display:flex;
    justify-content: space-between;
}
.idx-pro-pic li{
    width:32%;
    position: relative;
}
.idx-pro-pic li>div:first-child{
    position: relative;
}
.idx-pro-pic li>div:first-child:hover .mack{
    opacity:1;
}
.idx-pro-pic li .pic-mack{
    position: relative;
    text-align:center;
    display:block;
    width:100%;
}
.idx-pro-pic .pic-mack img{
    width:100%;
}
.idx-pro-pic .mack{
    opacity:0;
    position: absolute;
    transition:all 1s;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background:rgba(209,36,28,0.7);
}
.idx-pro-pic .mack>a{
    position:absolute;
    width:44px;
    height:44px;
    background:url(../images/pro-sear.png) no-repeat center;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.pc-pro-dec{
    width:100%;
    margin-top:20px;
    display:block;
}
.pc-pro-dec a{
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
}
.pc-pro-dec p{
    margin-top:10px;
    color: #999999;
    text-align:center;
}
.md-block{
    display:none;
}
/**首页产品优势*/
.idx-advangage{
    width:100%;
    margin-top:65px;
    
}
.idx-adv{
    width:94%;
    height:108px;
    background:url(../images/youshi_bg.png) no-repeat center;
    border:1px solid transparent;
    /* margin-bottom:24px; */
    margin:0 auto 24px;
}
.idx-adv span:first-child{
    display:block;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 20px;
    text-align:center;
    margin-top:33px;
}
.idx-adv span:first-child strong{
    font-size:30px;
}
.idx-adv span:last-child{
    display:block;
    text-align:center;
    margin-top:18px;
    font-family: 微软雅黑;
    text-transform: uppercase;
    color: rgba(255, 255, 255,0.5);
    letter-spacing: 1px;
}
.adv-dec-pic{
    width:89%;
    margin:0 auto;
}
.adv-content{
    box-sizing: border-box;
    position: relative;
}
.adv-content .adv-1-pic{
    width:49%;
    height:100%;
    text-align:center;
    float:left;
}
.adv-content .adv-dec{
    width:51%;
    float:right;
}
.adv-content .adv-dec span{
    display: block;
    font-size: 18px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51); 
    line-height:34px;
    /* line-height:1em; */
}
/* .adv-content .adv-dec span:nth-child(1) {
    display:block;
    font-size: 30px;
    font-family: 微软雅黑;
    color: rgb(22, 81, 184);
    margin-bottom:18px;
    line-height:1em;
}
.adv-content .adv-dec span:nth-child(2) {
    display:block;
    font-size: 24px;
    margin-bottom:20px;
    line-height:1em;
    color: rgb(51, 51, 51); 
    font-family: 微软雅黑;
}
.adv-content .adv-dec span:nth-child(3) {
    font-size: 14px; 
    font-family: 微软雅黑; 
    line-height: 222%;
    color: rgb(153, 153, 153);
} */
.adv-content .tag{
    position:absolute;
    font-family: 微软雅黑;
    font-size: 24px;
    color: rgb(255, 255, 255);
    justify-content: center;
    padding-top:10px;
    box-sizing: border-box;
    display:flex;
    width:80px;
    height:175px;
    background:url(../images/tag.png) no-repeat center;
    background-size:100%;
}
.adv-content .tag strong{
    line-height:140%;
    display:block;
    width:24px;
}

.adv-1 {
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    height:376px;
    padding-top:76px; 
}
.adv-1 .tag{
    left:-39px;
    top:67px;
}
.adv-2{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    height:395px;
}
.adv-2 div:nth-child(2){
    padding-top:100px;
    width:48%;
    box-sizing: border-box;
    float:left;
}
.adv-2 div:nth-child(3){
    width:52%;
    padding-top:10px;
    box-sizing: border-box;
    float:right;
    text-align:left;
}
.adv-2 .tag{
    top:67px;
    right:-42px;
}
.adv-3{
    border-left:1px solid #ccc;
    height:376px;
}
.adv-3 div:nth-child(2){
    float:left;
    height:100%;
    padding-top:40px;
    box-sizing: border-box;
    text-align:center;
    width:48%;
}
.adv-3 div:nth-child(2) img{
    width:55%;
} 
.adv-3 div:nth-child(3){
    float:right;
    padding-top:97px;
    box-sizing: border-box;
}
.adv-3 .tag{
    left:-39px;
    top:106px;
}
/**首页客户案例*/
.anli{
    width:100%;
    background: url(../images/ali_bg.jpg) no-repeat center;
    height:auto;
    background-size:cover;
    position: relative;
    padding-bottom:1px;
}
.idx-anli{
    margin:0 auto;
    /* border:1px solid red; */
}
.anli-title{
    width:100%;
    height:160px;
    padding-top:60px;
    box-sizing: border-box;
    line-height:140%;
    text-align:center;
}
.anli-title p:nth-child(1){
    color: rgb(255, 255, 255);
    line-height:140%;
    font-family: 微软雅黑;
    font-size: 30px;
}
.anli-title  p:nth-child(2){
    line-height:140%;
    text-transform: uppercase;
    color: rgba(255, 255, 255,0.5);
}

.anli-title  p:nth-child(3){
    width:27px;
    margin:10px auto;
    border-top:4px solid rgb(22,81,184);
}
.anli-content{
    margin:0 auto;
}
.anli-content .col-lg-4{
    padding:0 12px;
}
.anli-content .col-lg-4 div:nth-child(1)>a{
    display:block;
    width:100%;
}
.anli-content .anli-dec{
    margin-top:10px;
}
.anli-content .anli-dec>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}
.anli-content .anli-dec>a:hover{
    color:rgb(0,100,212);
}
.anli-content .anli-dec span:nth-child(2){
    display: block;
    font-family: Microsoft YaHei;
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.anli-content .anli-dec p:nth-child(3){
    display: block;
    height:70%;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 23px !important;
    color: #9d9da4;
    font-weight: normal;
    text-decoration: none;
    overflow:hidden;
    /* text-overflow:ellipsis; */
    
}
.getmore{
    display:block;
    width: 203px;
    background: rgb(22,81,184);
    border-radius: 5px;
    margin:83px auto 101px;
    height: 50px;
    line-height: 50px;
    text-align:center;
}
.getmore:hover{
    background:white;
    text-decoration: none;
}
.getmore:hover a{
    color:rgb(22,81,184);
}
.getmore>a{
    text-decoration: none;
    display:block;
    width:100%;
    height:100%;
    font-size:16px;
    color:white;
}
/*首页新闻区域*/
.news{
    width:100%;
    padding-top:65px;
    padding-bottom:127px;
    background:rgb(245,245,245);
}
.idx-news{
    margin:0 auto;
}
.news-content{
    width:60%;
    float:left;
   
}
.news-title{
    height:60px;
    
    display:flex;
}
.news-title>div{
    width:50%;
    line-height:60px;
    text-align:center;
    color:white;
    font-family: "微软雅黑";
    font-size:14px;
}
/*小屏幕要隐藏的*/
.news-content-md{
    display:none;
}
.idx-news-more{
    display:none;
}

.news-title>div:nth-child(1){
    background: red;
}
.news-title>div:nth-child(2){
    background:rgb(22,81,185);
}
.news-item{
    width:100%;
    display:block;
}
.news-item>li{
    width:100%;
    padding-top:25px;
    padding-bottom:5px;
    border-bottom:1px dashed #ccc;

}
.news-item>li p:first-child{
    display:flex;
    justify-content: space-between;
    margin-bottom:5px;
}
.news-item>li p:last-child{
    font-size: 13px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.news-item>li p:first-child span:first-child{  
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.qiye{
    width:36%;
    float:right;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.qiye .qiye-pic img{
    width:100%;
}
.qiye-title{
    width:100%;
    height:60px;
    background:url(../images/qiye-bg.jpg) no-repeat ;
    background-size:cover;
    line-height:60px;
    box-sizing:border-box;
    padding-left:52px;
    font-size:14px;
    color:white;
    font-family:"微软雅黑";
    margin-bottom:10px;
}
.wp-title_content{
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;   
    width: 98%; 
    display: block;
}
footer{
    position: relative;
    width:100%;
    height:375px;
    background:rgb(0,41,95);
}
.footer{
    margin:0 auto;
    position: relative;
    height:100%;
    padding-top:80px !important;
    box-sizing: border-box;
}
.link{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    background:white;
    border-top:3px solid red;
}
.link span:nth-child(1){
    margin-left:25px;
    display:inline-block;
    width:19px;
    height:18px;
    background:url(../images/link.png) no-repeat center;
}
.link span:nth-child(2){
    font-size: 14px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-left:10px;
    margin-right:5px;
}
.link ul:nth-child(3){
    display:flex;
    
    font-family: microsoft yahei;
    font-size: 14px;
}
.link ul:nth-child(3) li{
    margin-right:30px;
}
.link ul:nth-child(3) li>a{
    color: #666666;
}
.footer-content{
    display:flex;
}
.footer-content>div:nth-child(1){
    width:322px;
    height:150px;
    border-right:1px solid rgba(255,255,255,0.5);
}
.footer-content>div:nth-child(2){
    width:404px;
    height:150px;
    padding-left:33px;
    box-sizing: border-box;
    border-right:1px solid rgba(255,255,255,0.5);
}
.footer-content>div:nth-child(3){
    width:415px;
    height:150px;
    padding-left:43px;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between
}
.footer-content>div:nth-child(1) span{
    display:block;
    margin-bottom:10px;
    font-size: 16px;
    font-family: 微软雅黑;
    color:white;
}
.footer-content>div:nth-child(1) p{
    font-family: "微软雅黑";
    text-transform: uppercase;
    line-height: 227%;
    color: rgba(255, 255, 255,0.5);
}
.footer-content>div:nth-child(2) span{
    display:block;
    font-size: 16px;
    margin-bottom:10px;
    font-family: 微软雅黑;
    color:white;
}
.footer-content>div:nth-child(2)>div{
    width:256px;
    display:flex;
    justify-content: space-between;
}
.footer-content>div:nth-child(2)>div:nth-child(2){
    margin-bottom:22px;
    margin-top:17px;
}
.footer-content>div:nth-child(2)>div>a{
    font-family: "微软雅黑";
    color:rgba(255,255,255,0.8)
}
.footer-content>div:nth-child(3) span.footer-title{
    display:block;

    font-size: 16px;
    font-weight: bold;
    font-family: 微软雅黑;
    color:white;
    margin-bottom:20px;
}
.share>div{
    position: relative;
}
.share>div>span{
    position:absolute;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(255, 255, 255);
    left:24px;
    top:10px;
}
.share-btn{
    margin-left:19px;
}
.footer-bottom{
    position:absolute;
    bottom:0;
    left:0;
    height:63px;
    width:100%;
    border-top:1px solid rgba(255,255,255,0.1);
}
.footer-bottom>p{
    text-align:center;
    font-family: 微软雅黑;
    margin-top:20px;
    color: rgba(255, 255, 255,0.5);
}
.md-footer{
    visibility: hidden;
}
.themone,.zhanwei{
    display:none;
}
/****************首页面结束****************************/
/****************关于界面****************************/
/**bannnt图区域*/
.banner{
    width:100%;
    position: relative;
    height:300px;
    overflow:hidden;
}
.banner img{
    position: absolute;
    height:100%;
    left:50%;
    transform:translateX(-50%);
}
/*关于界面内容区域*/
.ab-content{
    width:100%;
    background: rgb(245,245,245);
    padding-bottom:230px;
}
.public-title{
    margin-top:48px;
}
.ab-dec{
    display:flex;
    justify-content: space-between;
}
.ab-dec>div:nth-child(1){
    width:42%;
    /* margin-left:10px; */
}
.ab-dec>div:nth-child(1) img{
    width:100%;
}
.ab-dec>div:nth-child(2){
    width:56%;
    /* margin-right:10px; */
}
.dec-top,.dec-bottom{
    width:100%;
    padding:20px;
    background:white;
}
.dec-top,.dec-bottom{
    font-family: 微软雅黑;
    font-size: 12px;
    color: rgb(136, 136, 136);
    line-height: 200%;
}
.dec-line{
    width:94%;
    height:1px;
    border:1px dashed #ccc;
    margin:5px auto 5px;
}
.fengge-line{
    width:100%;
    height:7px;
    margin:15px 0;
    background: url(../images/fenge_line.png)
}
.mission-title-zn{
    display:block;
    font-family: "微软雅黑";
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height:140%;
    margin-left:20px;
}
.mission-title-en{
    font-family: 微软雅黑;
    font-size: 13px;
    display:inline-block;
    margin-left:20px;
}
.mission-dec{
    padding:20px;
    box-sizing: border-box;
}
.mission-dec>span{

    color: rgb(136, 136, 136);

    font-family: 微软雅黑;

    font-size: 12px;

    line-height: 200%;
}
.mission p{
    font-family: 微软雅黑;
    color: rgb(153, 153, 153);
    letter-spacing: 0px;
    margin-top:15px;
}
.mission-item{
    margin:0px;
}
/******************办公环境*****************************/
.office{
    margin-bottom: 150px;
    background:#F5F5F5;
}
.office-show ul>li{
	margin-bottom: 20px;
}
.office-show ul>li>a{
	display: block;
	width:100%;
}
.office-show ul>li>a>.img{
	width:100%;
	overflow: hidden;
}
.office-show ul>li>a>.img img{
	width:100%;
	transition:all 1s ease-in-out;
}
.office-show ul>li>a:hover .img img{
	transform: scale(1.1);
}
.office-show ul>li>a span{
	font-size: 14px;
	display:block;
	padding-top:10px;
	text-align:center;	
}
.office-case{
    background: rgb(245,245,245);
    padding-bottom:100px;
}
.office-case .pro-title{
	margin-top:0;
	padding-top:50px;
}
.office-case-show{
	background:#fff;
}

.office-case-show .img{
	width:600px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom: 20px;
}
.office-case-show .img p img{
    width: 100%;
}
.office-case-show .pages{
	width:90%;
	margin:0 auto;
	display: flex;
	display:-webkit-flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
/******************办公环境*****************************/
/**************产品中心页面************************/
.pro-content{
   width:100%;
}
.product-block{
    /* visibility: hidden ; */
    display:none !important;
}
.product-baoguo{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.product-nav{
    width:23.333%;
}
.product-item{
    width:74%;
    margin-top:10px;
}
.jqzoom img{
    width: 350px;
}
.product-item>div{
    width:100%;
}
.product-item img{
    width:100%;
    transition: all 0.5s;
}
/* .product-item img:hover{
    transform: translateY(-20px);
} */
.product-nav-con{
    width:100%;
    padding:8px;
    background:rgb(22,81,184);
    box-sizing: border-box;
}
.product-nav-con>li{
    height:65px;
    display:flex;
    position: relative;
    justify-items: center;
    flex-direction:column;
    justify-content: center;
    padding:0 10px;
}
.product-nav-con>li+li{
    border-top:1px solid white;
}
.product-nav-con>li>a{
   color:white;
   font-family:"微软雅黑";
   height:24px;
   font-size:16px;
   font-weight:bold;
}
.product-nav-con>li>a:hover{
    font-weight:normal;
}
.product-nav-con>li>p{
    color:white;
}
.product-nav-con>li>p>a{
    font-size:12px;
    font-family: "微软雅黑";
    color:rgba(255,255,255,0.5);
}
.product-nav-con>li>p>a:hover{
    color:rgba(255,255,255);
}
.icon{
    position: absolute;
    width:7px;
    height:10px;
    background:url(../images/icon.png) no-repeat center;
    top:24px;
    right:15px;
}
.clearfis>div>div:nth-child(1)>a{
    display:block;
    width:100%;
}
.img-responsive{
    width:100%;
}
.product-dec{
    padding:20px 0 15px;
}
.product-dec>a{
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 140%;
}
.product-dec>p{
    text-align: center;
    display: block;
    font-family: Microsoft YaHei;
    color: #999999;
    margin-top: 7px;
    line-height: 136%;
}
.page{
    text-align:center;
    display:flex;
    justify-content: center;
}
.page>a{
    display:block;
    padding:0 3px;
    border:1px solid #ccc;
    margin:0 5px;
}
.page .page-active{
    border:none;
    color:orange;
}
/*************客户案例中心页面**********************/
.customer-dec>a{
    color:black !important;
}
.customer-dec>span{
    color:#999999 !important;
}
.customer-page{
    margin-top:20px;
}
/**************新闻动态页面***********************/
.xwdt{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.xwdt-nav{
    width:23.3333%
}
.xwdt-con{
    width:75%;
    padding:20px;
    box-sizing:border-box;
    background:white;
}
.xwdt-nav>ul{
    background:rgb(22,81,184);
    width:100%;
}
.xwdt-nav>ul>li{
    height:81px;
    padding:0 10px;
}
.xwdt-nav>ul>li:hover{
    background:red;
}
.xwdt-nav>ul>li>a{
    color:white;
    font-size:16px;
    font-family: "微软雅黑";
    line-height:81px;
    text-align:center;
    display:block;
    height:100%;
    width:100%;
    border-top:1px solid rgba(255,255,255,0.5);
}
.xwdt-nav>ul>li:first-child>a{
    border:none;
}
.date{
    width:80px;
    height:80px;
    background:rgb(245,245,245);
    margin-left:30px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.date>span:first-child{
    color: #666666;
    font-size: 28px;
    margin-bottom:10px;
    font-weight: bold;
    cursor:pointer;
}
.date>span:last-child{
    color: #666666;
    font-size: 13px;
    display: block;
}
.xwdt-con>ul.pc-news>li{
    /* height:130px; */
    padding:30px 0 20px;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    border-bottom:1px dashed #ccc;
}
.xwdt-con>ul>li>div:last-child{
    width:711px;
}
.xwdt-item>a{
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.xwdt-item>a:hover{
    color:rgb(22,81,184);
}
.xwdt-item>p{
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 24px !important;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}
/************技术支持页面**************************/
.technical-con{
    background:white;
    box-sizing:border-box;
    padding:20px;   
}
.main-question{
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 220%;
    color: rgb(209, 36, 28);
}
.question,.answer{
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 220%;
}
/*************联系我们页面*****************************/
.ditu{
    width:100%;
    height:375px;
}

.dizhi{
    width:100%;
    height:auto;
    padding:60px 20px 20px 20px;
    box-sizing: border-box;
    background:rgb(22,81,184);
    display:flex;
    justify-content: space-between;
}
.dizhi>div:nth-child(1){
    font-family: 微软雅黑;
    /* text-transform: uppercase; */
    line-height: 227%;
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.dizhi>div:nth-child(2){
    display:flex;
    justify-content: space-between;
}
.dizhi>div:nth-child(2)>p{
    font-size: 16px;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
    margin:45px 20px 0px;
}
.liuyan{
    margin-top:50px;
}
.liuyan>div{
    text-align: center;
}
.liuyan>div>span{
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    font-size: 30px;
    line-height:1em;
}
form{
    
    width:82%;
    height:259px;
    margin:82px auto 0;
}
form>ul{
    width:100%;
    
    display:flex;
    flex-wrap:wrap;
}
form>ul>li{
    width:50%;
}
form>ul>li>div:nth-child(1){
    font-size:14px;
    margin:10px 0;
    line-height:1.5;
}
form>ul>li>div:nth-child(2){
    height:52px;
    width:400px;
}
form>ul>li>div:nth-child(2) input{
    height:100%;
}
form>ul>li textarea{
    width:100%;
    height:100%;
    border-radius:3px;
    border: 1px solid #ced4da;
    resize:none
}
.btn-submit{
    display: block;
    font-family: '微软雅黑';
    float: left;
    background:rgb(251,65,76);
    line-height: 40px;
    height: 40px;
    width: 320px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
.btn-submit:hover{
    text-decoration: none;
    color:white;
}

/*************x新闻详情页*******************/
.newsd{
    padding-bottom:150px;
}
.newsd-title{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.author{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    padding: 10px 70px 15px;
    line-height: 21px;
    box-sizing: border-box;
    overflow: hidden;
    display:flex;
    justify-content: space-between;
}
.cishu{
    margin-left:10px;
}
.news-share{
    display:flex;
}
.newsd-share-btn a{
    width:16px;
    height:16px;
    border-radius:50%;
    margin:3px !important;
}
.newsd-share-btn a:hover{
    background-color:rgb(0,100,212) !important;
}
.newsd-share-btn a:nth-child(1){
    background:url(../images/qq.png) no-repeat center;
}
.newsd-share-btn a:nth-child(2){
    background:url(../images/weixin.png) no-repeat center;
}
.newsd-share-btn a:nth-child(3){
    background:url(../images/weibo.png) no-repeat center;
}
.newsd-share-btn a:nth-child(4){
    background:url(../images/kongjian.png) no-repeat center;
}
.newsd-share-btn a:nth-child(5){
    background:url(../images/douban.png) no-repeat center;
}
.newsd-share-btn a:nth-child(6){
    background:url(../images/kxw.png) no-repeat center;
}

.artview_intro{
    margin-bottom: 10px;
    text-indent: 24px;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 22px;
    background: #F5F5F5;
    border-style: solid solid solid solid;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
    border-width: 1px 1px 1px 1px;
    margin-bottom:20px;
}
.newsd-content{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
}
.newsd-page{
    margin-top:50px;
}
.newsd-page>p>a{
    color: #5A5A5A;
    font-size:12px;
}
/**********产品详情页*****************/
.productd-con{
    display:flex;
    justify-content: space-between;
    padding:20px;
    background:white;
}
.md-prod-title{
    display:none;
}
#preview{
    height:352px;
    width:352px;
}
.prod-fangda{
    display:flex;
    justify-content: space-between;
}
.product-price{
    width:50%;
    margin-left:30px;
}
.product-price>h2{
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: normal;
    line-height: 33px;
    margin-bottom: 10px;
}
.product-price>p:nth-child(2){
    font-size:15px;
    margin-bottom:5px;
}
.product-price>p:nth-child(2) span{
    color:#898989;
    font-size:13px;
    text-decoration: line-through;
}
.product-price>p:nth-child(3) span{
    font-size: 20px;
    color: #ff5022;
    font-weight: bold;
}
.prod-info{
    display:block;
}
.pro-info{
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    color: #868686;
    line-height: 1.7em;
    margin: 30px 0 10px;
    padding: 5px;
}
.prod-sm{
    padding-left:35px;
    box-sizing: border-box;
}
.prod-canshu>p{
    font-size: 14px;
    color: #434343;
    font-family: Microsoft YaHei;
    line-height: 24px;
}
.prod-sm>div:nth-child(2){
   margin-top:25px;
    
}
.prod-sm>div:nth-child(2) span{
    font-size: 14px;
    color: #434343;
    font-family: Microsoft YaHei;
    line-height: 24px;
    font-weight:bold;
}
.prod-sm>div:nth-child(2) p{
    font-size: 14px;
    color: #434343;
    font-family: Microsoft YaHei;
    line-height: 24px;
}
.prod-page{
    margin-top:115px;
}
.prod-page span{
    font-family: SimSun;
    font-size: 12px;
    color: #595959;
    font-weight: normal;
    line-height: 25px;
}
.prod-page a{
    font-family: SimSun;
    font-size: 12px;
    color: #444;
    font-weight: normal;
    line-height: 25px;
}
.prod-page a:hover{
    text-decoration: underline;
}
.prod-none{
    display:none;
}
.prod-switch{
    display:none;
}
/**********新闻案例详情**************/
.customerd{
    width:100%;
}
.newsd-content img{
    width: 60%;
    margin:0 auto;
}
@media(max-width:1050px){
    #preview{
        display:none;
    }
    .prod-none{
        display:block;
    }
}
@media (min-width:1200px){
    /*屏幕在1200以上改变container类*/
    .container{
        width:1200px;
        padding:0px;
        margin:0 auto;
    }
    

}
@media(max-width:1199px){
    /*搜索框样式修改*/
   .idx-search{
        justify-content: center;
    }
    /*首页产品区域的导航*/
    .pro-con .pro-nav{
        width:100%;
    }
    /*首页产品*/
    .adv-2 div:nth-child(3){
        padding-top:50px;
        box-sizing:border-box;
    }
    .adv-2 div:nth-child(3) img{
        width:90%;
    }
    /****************首页面结束***************/
    .ab-dec{
        display:flex;
        background:#fff;
        flex-wrap:wrap-reverse;
        justify-content: space-between;
    }
    .ab-dec>div:nth-child(1){
        width:100%;
        /* margin-left:10px; */
    }
    
    .ab-dec>div:nth-child(2){
        width:100%;
        /* margin-right:10px; */
    }
    /**********联系方式页面*******************/
    form>ul>li>div:nth-child(2) {
      
        width: 320px;
    }
    .head-dec p{
        font-size: 16px;
    }

}
@media(max-width:992px){
    /*970隐藏pc端导航*/
    .pc{
        display:none;
    } 
    /*小屏幕导航条*/
    .md{
        display:block;
        position: relative;
        height:58px;
        /* background:rgb(22,81,185); */
        background:#fff;
        display:flex;
        box-sizing: border-box;
        padding:0 10px;
        justify-content: space-between;
        align-items: center;
        z-index:99;
    }
    .md .md-logo{
        width:158px;
    }
    .md .md-logo img{
        width:100%;
    }
    .md .md-btn span{
        /* color:white; */
        color:rgb(22,81,185);
        font-size:20px;
    }
    .md .md-nav{
        position:absolute;
        left:0px;
        right:0px;
        top:58px;
        height:0;
        z-index:10;
        overflow:hidden;
        transition: all 0.5s;
        background:rgba(0,0,0,0.2);
    }
    .md .md-nav>ul{
        margin-top:25px;
        width:100%;
        background:rgb(0,41,95);
    }
    .md .md-nav>ul li{
        box-sizing:border-box;
        height:50px;
        line-height:50px;
        border-bottom: 2px solid rgba(255,255,255,0.1);
        padding:0 17px;
    }
    .md .md-nav>ul li a{
        display:block;
        width:100%;
        height:100%;
        color:white;
        font-family:"微软雅黑";
        font-size:15px !important;
    }
    .md .md-nav .del{
        width:21px;
        height:21px;
        margin-bottom:5px;
        float:right;
    }
    .md .md-nav .del img{
        width:100%;
    }
    /*小屏幕导航结束*/
    .office-case{
        padding-bottom:30px;
    }
    /*首页产品优势*/
    .idx-advangage{
        display:none;
    }
    /*首页新闻区域*/
    .anli-content{
        width:100%;
    }
    .col-all{
        width:100%;
        display:flex;
        justify-content: space-between;
        margin-bottom:10px;
        box-sizing: border-box;
        padding-bottom:10px !important;
        border-bottom:1px dashed white;
    }
    .anli-content .col-all div:nth-child(1){
        width:30%;
        float:left;
    }
    .anli-content .col-all div:nth-child(1) img{
        width:100%;
    }
    .anli-content .col-all div:nth-child(2){
        overflow: hidden;
        width:70%;
        box-sizing:border-box;
        padding-left:20px;
        float:right;
        margin:0;
    }
    .anli-content .anli-dec .time-block{
        display:none !important;
    }
    .getmore{
        margin:30px auto;
    }
    .news{
        padding-bottom:60px;
    }
    /*页面脚部*/
    footer{
        padding:0;
    }
    .footer{
        width:100%;
        padding:0 !important;
    }
    .footer-content{
        display:none;
    }
    .link{
        position:relative;
        padding-left:20px;
        box-sizing: border-box;
        top:0;
        left:0;
        transform:translate(0,0);
        border:none;
        height:88px;
        display:block;
    }
    .link span:nth-child(1){
        display:none;
    }
    .link span:nth-child(2){
        display:block;
        font-size:16px;
        padding-top:10px;
        margin:0;
        font-weight: bold;
    }
    .link ul:nth-child(3){   
        flex-wrap:wrap;   
        margin-top:10px;
    }
    .link ul:nth-child(3)>li{
        margin-bottom:10px;
    }
    .md-footer{
        display:flex;
        visibility:visible;
        flex-direction: column;  
        justify-content: space-around;
        align-items: center; 
        height:278px;
    }
    .md-footer span{
        color:white;
        font-size:20px;
        margin-top:30px;
    }
    .md-footer>div{
        margin-bottom:50px;
    }
    .footer-bottom{
        padding:0 10px;
        box-sizing: border-box;
    }
    .footer-bottom>p{
        width:100%;
        margin-top:15px;
        font-size:14px;
    }
    /*************关于我们***************************/
    .mission-item p{
        display:none
    }
    .mission-item{
        /* display:flex;
        justify-content: space-between;
        flex-wrap:wrap; */
        display: none;
    }
    .col-end{
        width:48%;
       
        margin-bottom:10px;
        padding:0px;
    }
    .col-all{
        width:100%;
        padding:0px;
    }
    .col-all>div{
        width:100%;
    }
    .col-all>div>img{
        width:100%;
    }
    .mission-dec{
        padding:0px;
    }
    .ab-content{
        padding-bottom:40px;
    }
    /***************产品中心页**************************/
    .product-nav{
        display:none;
    }
    .product-item{
        width:100%;
    }
    .product-block{
        /* visibility: visible; */
        display:flex !important;
        box-sizing: content-box !important;
        padding-bottom:20px !important;
        border-bottom:1px solid #ccc;
    }

    /**********新闻动态页面**************************/
    .xwdt-con{
        width:100%;
    }
    
    .xwdt-nav{
        width:100%;
    }
    .xwdt-nav>ul{
        width:100%;
        display:flex;
        background:white;
        justify-content: center;
        height:35px;
    }
    .xwdt-nav>ul>li>a{
        line-height:35px;
        height:35px;
        border:none;
    }
    .xwdt-nav>ul>li{
        border-radius: 5px;
        width:25%;
        height:auto;
        margin:0 5px;
        background:rgb(22, 81, 184);
    }
    /**********联系方式页面********************/
    form>ul>li{
        width:100%;
    }
    form>ul>li>div:nth-child(2){
        width:100%;
    }
    .btn-submit{
        width:100%;
        background:rgb(22, 81, 184);
    }
    .themone{
        width: 100%!important;
        display:block;
        position: fixed;
        left:0;
        bottom:0;
        width:100%;
        height:80px;
        background:rgb(29,33,35);
    }
    .themone>ul{
        height:100%;
        display:flex;
        justify-content: space-between;
    }
    
    .themone>ul>li{
        height:100%;
    }
    .themone>ul>li>a{
        display:block;
        width:100%;
        height:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
    .themone>ul>li{
        width: 20%;
    }
    .gongneng{
        /* width:18%; */
        /* border:1px solid red; */
    }
    
    .gongneng>a>span{
        display:block;
        width:26px;
        height:26px;
        /* border:1px solid yellow; */
    }
    .themone .gongneng:nth-child(1) span{
        background: url(../images/home.png) no-repeat center;
        background-size:contain;
    }
    .themone .gongneng:nth-child(2) span{
        background: url(../images/dianhua.png) no-repeat center;
        background-size:contain;
    }
    .themone .gongneng:nth-child(3) span{
        background: url(../images/duanxin.png) no-repeat center;
        background-size:contain;
    }
    .themone .gongneng:nth-child(4) span{
        background: url(../images/youjian.png) no-repeat center;
        background-size:contain;
    }
    /* .themone .gongneng:nth-child(5) span{
        background: url(../images/yuandian.png) no-repeat center;
        background-size:contain;
        transform:rotate(90deg);
    } */
    .gongneng>a>p{
        color:white;
        font-size:14px;
        margin-top: 5px;
        margin-left:4px;
        font-family: "微软雅黑";
    }
    .zhanwei{
        display:block;
        height:80px;
        width:100%;
    }
}
@media(max-width:750px){
    /*这是整个中间内容的主体区域*/
    .index-wrap{
        background:none;
    }
    .index-content{
        background:rgb(245,245,245);
        /* border:1px solid red; */
    }
    
    .index-content{
        padding:0px;
    }
    .index-product .pro-title{
        margin-top:20px;
    }
    /**大屏幕搜索框隐藏*/
    .idx-search .keyword{
        display:none;
    }
    /***小屏幕搜索框***/
    .idx-search{
        position: relative;
        padding:0 15px;
        top:0;
        width:100%;
        height:57px;
        box-shadow: none;
        background:rgb(245,245,245);
        justify-content:center;
    }
    .idx-ipt{
        width:100%;
        height:50%;
    }
    .idx-ipt input{
        width:80%;
        height:100%;
    }
    .idx-ipt button{
        width:20%;
        height:100%;
    }
    /*小屏幕导航标题距离缩小*/
    .pro-title p:nth-child(3) {
        margin: 10px auto 5px;
    }
    .pro-title p:nth-child(1) {
        font-size: 18px;
        /* margin-bottom: 10px; */
    }
    /*首页小屏幕产品导航*/
    .pro-con .pro-nav{
        width:100%;
        padding:0 10px;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: normal;
        /* display:block; */
        height:auto;
        overflow:hidden;
    }
    .pro-con .pro-nav li{
        background:rgb(22,81,148) !important;
        padding:8px 5px;
        line-height:normal;
        height:34px;
        border-radius:5px;
        width:auto;
        margin-bottom:13px;
        margin:10px 2% 0px;
    }
    .pro-con .pro-nav li:nth-child(1){
        width:33%;
    }
    .pro-con .pro-nav li:nth-child(2){
        width:33%;
    }
    .pro-con .pro-nav li:nth-child(3){
       width:22%;
    }
    .pro-con .pro-nav li:nth-child(4){
        width:30%;
     }
     .pro-con .pro-nav li:nth-child(5){
        width:22%;
     }
     .pro-con .pro-nav li:nth-child(6){
        width:22%;
     }
    .pro-con .pro-nav li a{
        color:white;
        font-size:12px;
    }
    /*首页产品图片区域*/

    .md-block{
        display:block;
    }
    .pc-pro-dec{
        display:none;
    }
    .idx-pro-pic{
        width:100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .idx-pro-pic>li{
        width:48%;
        margin-bottom:10px;
        border:1px solid #ccc;
    }
    .index-product{
        padding:0px;
    }
    .md-dec{
       display:block;
       text-align:center;
       margin-bottom:20px;
    }
    /*案例区域字体*/

    .anli-content .anli-dec>a{
        display: block;
        font-family: Microsoft YaHei;
        font-size: 12px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        line-height: 140%;
    }

    .anli-content .col-all div:nth-child(1) img{
        width:100%;
    }
    .anli-dec>a{
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    
    .col-all {
        padding:0 0 10px 0 !important;
        overflow:hidden;
    }
    .getmore{
        width: 100px;
        border-radius: 5px;
        margin:30px auto;
        height: 30px;
        line-height: 30px;
    }
    .getmore>a{   
        font-size:12px;   
    }
    /*小屏幕新闻*/
    .idx-news{
        padding-left:0;
        padding-right:0;
        /* padding-bottom:120px; */
    }
    .idx-news>div{
        width:100%;
        overflow: hidden;
    }
    .news-content{
        display:none;
    }
    .news-content-md{
        display:block;
    }
    .news-title .md-news-title{
        display:block;
        height:60px;
        width:100% !important;
        background:rgb(209, 36, 29) !important;
        line-height:60px;
        text-align:center;
        color:white;
        font-family: "微软雅黑";
        font-size:16px;
    }
    .news-md-pic{
        display:block;
    }
    .news-md-pic img{
        width:100%;
    }
    .news-item>li>p.news-p2{
        display:none;
    }
    .news-item>li{
        height:50px;
        padding:20px 10px 10px 20px;
        box-sizing:border-box;
        position: relative;
    }
    .news-item>li>.sanjiao{
        position: absolute;
        left:5px;
        display:block;
        width:16px;
        height:16px;
        background:url(../images/md_sanjiao.png) no-repeat center;
    }
    .news-item>li>p.news-p1>span:last-child{
        display:none;
    }
    .news-item span>a{
        font-size:12px;
        color:#5a5a5a;
        font-family: "微软雅黑";
    }
    .news{
        padding-top:0px;
    }
    .news-content{
        width:100%;
        margin-bottom:20px;
    }
    .news .idx-news-more{
        height: 50px;
        line-height: 50px;
        background-color: rgba(22,81,184,1);
        cursor: pointer;
        display: block;
        text-align: center;
        width:150px;
        margin:30px auto 0px;  
        border-radius:5px;
    }
    .news .idx-news-more>a{
        display:block;
        height:100%;
        width:100%;
        color:white;
        font-family:"微软雅黑"
    }
    .qiye{
        display:none;
        width:100%;
    }
    .qiye .qiye-pic{
        width:100%;
    }
    .news-item{
        display:none !important;
    }
    .md-news{
        display:block !important;
    }
    
    /**************产品中心页****************/
    .col-xs-6{
        padding:5px;
    }
    .banner{
        height:135px;
    }
    .banner img{
        width:auto;
        height:100%;
    }
    .pro-content{
        padding:0px;
    }
    .product-dec{
        padding:10px 0 10px;
    }
    .product-dec>p{
        display:none;
    }
    /**************客户案例中心****************/
    .customer{
        padding:0 10px;
    }
    /*************新闻动态*********************/
    /* .pc-news{
        display:none;
    } */
    .date{
        display:none;
        margin:0px;
    }
    /**************联系方式页面*****************/
    .dizhi>div:nth-child(2){
        display:none;
    }
    .dizhi{
        padding-top:20px;
    }
    form{
        width:100%;
        margin:20px 0 0;
    }
    /*************新闻详情页*****************/
    .news-share{
        display:none;
    }
    .author{
        flex-wrap:wrap;
        justify-content: center;
    }
    .newsd{
        padding-bottom:40px;
    }
    /**********产品详情页**************/
    .prod-fangda{
        flex-wrap:wrap-reverse;
    }
    .prod-none{
        width:100%;
        text-align:center;
    }
    .prod-none img{
        width:100%;
    }
    /* .prod-sm{
        display:none;
    } */
    
    .product-price{
        width:100%;
        display:flex;
        justify-content: center;
        margin-left:0;
    }
    .product-price>.md-prod-title{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .md-prod-title>h2{
        font-size: 20px;
        line-height: 140%;
        color: #333333;
        text-align: center;
        font-weight:bold;
        margin-bottom:10px;
        text-indent: 0px;
        font-family: 'Microsoft YaHei';
    }
    .md-prod-title>p{
        font-size:14px;
    }
    
    .product-price>h2{
        display:none;
    }
    .product-price>p{
        display:none;
    }
    .pro-info-md{
        margin-top:10px;
        display:block;
    }
    .pro-info-pc{
        display:none;
    }
    .prod-bor-none{
        border:none;
        background:white;
    }
    /* .prod-switch{
        display:block;
        margin-top:10px;
        width:100%;
        height:60px;
     background:red; 
        position:relative;
    } */
    .prod-switch{
        display: none;
    }
    .prod-sm{
        padding:0;
    }
    .prod-switch>a{
        position:absolute;
        display:block;
        top:0;
        height:100%;
        width: 5%;
    }
    .btn-left{
        left:0px;
        background:url(../images/btn_left.gif) no-repeat center;   
    }
    .btn-right{
        right:0px;
        background:url(../images/btn_right.gif) no-repeat center;   
    }
    .items{
        position:absolute;
        top:0px;
        left:50%;
        transform: translateX(-50%);
        height:100%;
        width:90%;
        overflow:hidden;
        
    }
    .items>ul{
        height:100%;
        width:1000px;
        transition: all 0.5s;
    }
    .items>ul>li{
        overflow:hidden;
        height:100%;
        width:70px;
        float:left;
        margin:0 10px;
        border:1px solid #ccc;
    }
    .items>ul>li img{
        width:100%
    }
    .items>ul>li img:hover{
        transform: none;
    }
    /************联系方式****************/
    form>ul>li textarea{
        width:100%;
        height:136px;
        border-radius:3px;
    }
    form>ul>li:nth-child(4){
       height:180px;
    }
    form>ul>li:nth-child(4)>div:nth-child(2){
        height:136px;
    }
    .link{
        height: 40px;
    }
    .ab-content{
        padding:0;
    }
}
@media(max-width:663px){
    .office-case-show .img{
        width: 90%;
    }
    .office-case{
        padding-bottom: 20px;
    }
    .office-case-show .img img{
        width: 100%;
    }
    .anli-title{
        padding-top:30px;
        height:100px;
    }
    .anli-title p:nth-child(1){
        font-size: 20px;
    }
    .anli-content .anli-dec p:nth-child(3){
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    


}
@media(max-width:430px){
    .themone,.zhanwei{
        height:60px;
    }
    .pro-con .pro-nav li:nth-child(2){
        width: 37%;
    }
    .pro-con .pro-nav li:nth-child(3){
        width: 25%;
    }
}











