/*通用标题*/
.home-title{width:100%;text-align: center;overflow: hidden;}
.home-title p{width:100%;font-size:40px;font-weight:bold;color:#095eb3;padding:5px 10px;}
.home-title p a{color:#095eb3;}
.home-title p a:hover{color:#ff7e00;}
.home-title span{display:block;height:2px;width:30px;background:#ff7e00;overflow:hidden;margin:0 auto;}
.home-title em,.home-title i{display:block;width:100%;height: 40px;color:#666;padding:10px;font-style:normal;font-size:18px;}
.home-title em{font-size:14px;text-transform:uppercase;}

@media only screen and (max-width:767px){
.home-title p{font-size:36px;}
}

/*产品*/
.productbox{padding:35px 0 45px;}
.productbox .clabox{width:100%;padding:20px 0 15px;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;}
.productbox .clabox li{width:20%;float:left;flex-shrink:0;text-align:center;padding:5px;position:relative;z-index:1;}
.productbox .clabox li p{width:100%;height:50px;overflow:hidden;background:#095eb3;border-radius:5px;font-weight:bold;font-size:18px;padding:12px 5px 11px;white-space:nowrap;text-overflow:ellipsis;color:#fff;position:relative;z-index:3;}
.productbox .clabox li a{width:100%;height:100%;display:block;position:absolute;left:0;top:0;z-index:4;}
.productbox .clabox li.on a{height:0;}
.productbox .clabox li span{width:12px;height:12px;background:#fff;border:1px solid #ddd;display:block;position:absolute;left:50%;margin-left:-6px;top:40%;border-width:1px 0 0 1px;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);z-index:2;}
.productbox .clabox li div{width:100%;max-height:468px;position:absolute;left:0;top:40%;overflow:hidden;border:0 solid #ddd;background:#fff;padding:0 9px;border-radius:5px;opacity:0;z-index:1;}
.productbox .clabox li div a{width:100%;line-height:30px;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.productbox .clabox li:hover{z-index:2;}
.productbox .clabox li:hover p{background:#ff7e00;color:#fff;}
.productbox .clabox li:hover a{height:65px;}
.productbox .clabox li:hover div a{height:0;}
.productbox .clabox li.on:hover span{top:100%;}
.productbox .clabox li.on:hover div{padding:9px;top:65px;border-width:1px;overflow-y:auto;opacity:1;}
.productbox .clabox li.on:hover div a{height:30px;}

.productbox .probox{width:calc(100% + 30px);overflow:hidden;margin:0 -15px;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;}
.productbox .probox li{width:33.33%;overflow:hidden;float:left;text-align:center;flex-shrink:0;padding:10px 15px;}
.productbox .probox li a{display:block;width:100%;height:100%;overflow:hidden;background:#f5f5f5;border-radius:5px;position:relative;padding:10px;}
.productbox .probox li a::before,.productbox .probox li a::after{content:"";position:absolute;left:0;height:3px;bottom:0;overflow:hidden;}
.productbox .probox li a::before{width:100%;background:#ccc;}
.productbox .probox li a::after{width:0;background:#ff7e00;-webkit-transition:.5s;-moz-transtion:.5s;transition:.5s;}
.productbox .probox li p{width:100%;overflow:hidden;position:relative;}
.productbox .probox li p em{display:block;width:100%;padding-bottom:60%;position:relative;}
.productbox .probox li p em img{width:100%;min-height:100%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}
.productbox .probox li span{display:block;width:100%;font-size:18px;color:#095eb3;padding:12px 0 5px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.productbox .probox li:hover a::after{width:100%;}
.productbox .probox li:hover span{color:#ff7e00;}
.productbox .probox li:hover em{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

@media only screen and (max-width:1023px){
.productbox .clabox li div{max-height:300px;}
.productbox .probox{width:calc(100% + 20px);margin:0 -10px;}
.productbox .probox li{padding:10px;}
.productbox .probox li a{padding:5px;}
.productbox .probox li span{padding-top:8px;}
}
@media only screen and (max-width:767px){
.productbox .clabox li{width:33.33%;}
.productbox .probox{width:calc(100% + 10px);margin:0 -5px;}
.productbox .probox li{padding:5px;width:50%;}
.productbox .probox li:nth-child(9){width:100%;}
.productbox .probox li a::before,.productbox .probox li a::after{height:2px;}
}
@media only screen and (max-width:424px){
.productbox{padding:20px 0 25px;}
.productbox .clabox{padding:10px 0 20px;}
.productbox .clabox li{width:50%;}
.productbox .probox li{padding:5px;}
.productbox .probox li span{font-size:16px;}
}

/*xbanner*/
.xbanner{background:url(../images/bgpic1.jpg) left center no-repeat;}
.xbanner .w1200{max-height:180px;}
.xbanner .pic{height:180px;width:180px;padding:0 15px;background:#fff;float:right;text-align:center;line-height:1.2;color:#666;overflow:hidden;}
.xbanner .txt{width:720px;float:left;overflow:hidden;color:#fff;line-height:1.2;padding:25px 0;}
.xbanner .txt p{font-size:56px;}
.xbanner .txt span{display:block;width:100%;font-size:24px;color:#cce5ff;padding:4px 0;}
.xbanner .txt em{display:block;width:200%;font-size:16px;color:#84abdb;left:-50%;margin-top:-5px;text-transform:uppercase;font-style:normal;-webkit-transform:scale(.5,.5);-moz-transform:scale(.5,.5);transform:scale(.5,.5);position:relative;}

@media only screen and (max-width:1023px){
.xbanner{background-size:auto 100%;}
.xbanner .pic{display:none;}
.xbanner .txt{width:100%;text-align:center;}
}
@media only screen and (max-width:767px){
.xbanner .txt{line-height:1.5;}
.xbanner .txt p{font-size:36px;}
.xbanner .txt span{font-size:20px;padding:0 4%;}
.xbanner .txt em{display:none;}
}
@media only screen and (max-width:424px){
.xbanner .txt p{font-size:30px;}
.xbanner .txt span{padding:0;font-size:18px;}
}

/*优势*/
.youshibox{background:#f5f5f5 url(../images/ysbg.jpg) center top no-repeat;background-attachment:fixed;padding:55px 0 45px;}
.youshibox .title{width:100%;text-align:center;margin-bottom:25px;}
.youshibox .title img{max-width:100%;}
.youshibox ul li{width:100%;overflow:hidden;padding:15px 0;}
.youshibox ul li .pic{width:45%;overflow:hidden;float:right;}
.youshibox ul li .pic em{width:100%;padding-bottom:360px;position:relative;display:block;}
.youshibox ul li .pic img{min-width:100%;height:100%;position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);moz-transform:translateX(-50%);transform:translateX(-50%);}
.youshibox ul li .txt{width:53%;height:360px;overflow:hidden;float:left;}
.youshibox ul li .tit{width:100%;max-width:560px;height:110px;overflow:hidden;text-align:right;font-size:30px;font-weight:bold;line-height:1.3;float:right;padding:14px 0;}
.youshibox ul li .tit p{width:100%;color:#ff7e00;}
.youshibox ul li .tit span{width:100%;color:#095eb3;display:block;}
.youshibox ul li .text{width:100%;max-width:560px;padding:20px 83px 0 0;font-size:16px;float:right;}
.youshibox ul li .text p{width:100%;padding:10px 0 10px 15px;background:url(../images/flicon.png) left 17px no-repeat;border-bottom:1px dashed #999;}
.youshibox ul li.text1 .txt{padding-right:10px;}
.youshibox ul li.text1 .tit{background:url(../images/ysicon1.png) right bottom no-repeat;padding-right:83px;}
.youshibox ul li.text2 .pic{float:left;}
.youshibox ul li.text2 .txt{float:right;margin-left:-10px;}
.youshibox ul li.text2 .tit{background:url(../images/ysicon2.png) left bottom no-repeat;text-align:left;float:left;padding-left:93px;}
.youshibox ul li.text2 .text{padding:20px 0 0 93px;float:left;}
.youshibox ul li.text3 .tit{background:url(../images/ysicon3.png) right bottom no-repeat;padding-right:93px;}
.youshibox ul li.text3 .text{padding:20px 93px 0 0;}

@media only screen and (max-width:1023px){
.youshibox ul li .pic,.youshibox ul li .txt{width:48%;}
.youshibox ul li.text1 .txt{padding:0;}
.youshibox ul li .txt .tit{background-image:none;padding:15px 0;text-align:left;}
.youshibox ul li .txt .text{padding:0;}
.youshibox ul li .text p{background-position-y:15px;}
}
@media only screen and (max-width:767px){
.youshibox{padding:35px 0 25px;background-repeat:repeat-y;}
.youshibox .title{width:150%;margin:0 -25% 10px;}
.youshibox .title img{max-width:100%;}
.youshibox ul li .pic,.youshibox ul li .txt{width:100%;}
.youshibox ul li .pic em{padding-bottom:60%;}
.youshibox ul li .txt{height:auto;}
.youshibox ul li .txt .tit{max-width:100%;font-size:24px;height:auto;padding:25px 0 10px;line-height:1.3;}
.youshibox ul li .txt .text{max-width:100%;padding:0;font-size:15px;}
.youshibox ul li .text p{background-position-y:16px;}
}

/*简介*/
.compbox{padding:50px 0 40px;}
.compbox .home-title{display:none;}
.compbox .imgbox{width:47.5%;float:right;overflow:hidden;padding:35px 20px 35px 0;position:relative;}
.compbox .imgbox span{display:block;width:86%;height:100%;position:absolute;right:0;top:0;border:5px solid #e6e6e6;z-index:1;}
.compbox .imgbox p{width:100%;height:360px;overflow:hidden;position:relative;border:10px solid #fff;z-index:2;}
.compbox .imgbox img{min-width:100%;height:100%;position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);}
.compbox .imgbox img:hover{-webkit-transform:translateX(-50%) scale(1.1,1.1);-moz-transform:translateX(-50%) scale(1.1,1.1);transform:translateX(-50%) scale(1.1,1.1);}
.compbox .textbox{width:49.5%;height:430px;float:left;overflow:hidden;position:relative;padding-top:35px;border-bottom:1px solid #ddd;}
.compbox .textbox .tit{width:100%;height:100px;border-bottom:1px solid #ddd;line-height:1;overflow:hidden;}
.compbox .textbox .tit div{float:left;overflow:hidden;padding-right:17px;border-right:1px solid #ddd;}
.compbox .textbox .tit div strong{display:block;font-size:48px;color:#195eb3;padding-bottom:8px;}
.compbox .textbox .tit div em{display:block;color:#999;text-transform:uppercase;font-style:normal;letter-spacing:2.5px;text-align-last:justify;text-align:justify;}
.compbox .textbox .tit p{float:left;padding-left:13px;font-weight:bold;}
.compbox .textbox .tit p strong{font-size:50px;color:#ff7e00;display:inline-block;float:left;}
.compbox .textbox .tit p em{font-size:18px;color:#333;font-style:normal;padding:0 5px;position:relative;top:23px;}
.compbox .textbox .tit span{display:block;float:left;padding-left:15px;font-weight:bold;font-size:18px;color:#333;padding-top:2px;}
.compbox .textbox .txt{width:100%;height:190px;line-height:30px;color:#333;margin-top:20px;font-size:16px;text-align:justify;}
.compbox .textbox .more{width:100%;padding-top:20px;}
.compbox .textbox .more a{display:block;width:130px;height:40px;text-align:center;line-height:40px;background:#095eb3;color:#fff;font-weight:600;border-radius:5px;}
.compbox .textbox .more a:hover{background:#ffa000;}

@media only screen and (max-width:1199px){
.compbox{padding:40px 0;}
.compbox .textbox{padding:0;}
.compbox .textbox .tit{height:auto;padding:15px 0;}
.compbox .textbox .tit div{width:100%;border:0;}
.compbox .textbox .tit div em{display:none;}
.compbox .textbox .tit p{padding-left:0;}
.compbox .textbox .tit p strong{font-size:40px;}
.compbox .textbox .tit p em{font-size:30px;padding:4px 0 4px 2px;top:0;float:left;}
.compbox .textbox .tit span{padding:4px 0;font-size:30px;}
}
@media only screen and (max-width:1023px){
.compbox .imgbox{padding:20px 15px 20px 0;}
.compbox .imgbox p{height:340px;border-width:5px}
.compbox .imgbox img{min-width:100%;height:100%;position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);}
.compbox .imgbox img:hover{-webkit-transform:translateX(-50%) scale(1.1,1.1);-moz-transform:translateX(-50%) scale(1.1,1.1);transform:translateX(-50%) scale(1.1,1.1);}
.compbox .textbox{height:380px;}
.compbox .textbox .tit{padding:0 0 15px;}
.compbox .textbox .tit div strong{font-size:36px;}
.compbox .textbox .tit p strong{font-size:30px;}
.compbox .textbox .tit p em,.compbox .textbox .tit span{font-size:24px;padding-top:2px;}
.compbox .textbox .txt{line-height:1.8;margin-top:15px;font-size:15px;}
}
@media only screen and (max-width:767px){
.compbox{padding:20px 0 25px;}
.compbox .home-title{display:block;}
.compbox .imgbox{padding:10px 0;width:100%;}
.compbox .imgbox span,.compbox .textbox .more{display:none;}
.compbox .imgbox p{height:0;border:0;padding-bottom:70%;}
.compbox .textbox{height:auto;width:100%;padding:15px 0;}
.compbox .textbox .txt{height:auto;}
}
@media only screen and (max-width:424px){
.compbox .textbox .tit p em,.compbox .textbox .tit span{font-size:20px;padding-top:4px;}
}

/*应用*/
.casebox .cont{padding:5px 0 40px;}
.casebox .cont ul{width:calc(100% + 30px);margin:0 -15px;overflow:hidden;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;}
.casebox .cont ul li{width:33.33%;overflow:hidden;float:left;flex-shrink:0;padding:10px 15px 15px;text-align:center;}
.casebox .cont ul li:nth-child(4),.casebox .cont ul li:nth-child(5){width:50%;}
.casebox .cont ul li a{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.casebox .cont ul li p{width:100%;border:1px solid #ddd;overflow:hidden;}
.casebox .cont ul li p em{width:100%;padding-bottom:255px;position:relative;display:block;}
.casebox .cont ul li p em img{width:100%;min-height:100%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}
.casebox .cont ul li span{width:100%;display:block;background:rgba(0,0,0,.75);position:absolute;left:0;bottom:0;font-size:18px;padding:10px;color:#ddd;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.casebox .cont ul li:hover span{color:#fff;}

@media only screen and (max-width:1023px){
.casebox .cont ul{width:calc(100% + 20px);margin:0 -10px;}
.casebox .cont ul li{padding:10px;}
.casebox .cont ul li p em{padding-bottom:65%;}
.casebox .cont ul li:nth-child(4) em,.casebox .cont ul li:nth-child(5) em{padding-bottom:45%;}
.casebox .cont ul li span{font-size:16px;padding:5px;}
}
@media only screen and (max-width:767px){
.casebox .cont{padding:5px 0 30px;}
.casebox .cont ul{width:calc(100% + 10px);margin:0 -5px;}
.casebox .cont ul li{padding:5px;width:50%;}
.casebox .cont ul li:nth-child(5){width:100%;}
.casebox .cont ul li:nth-child(4) em,.casebox .cont ul li:nth-child(5) em{padding-bottom:65%;}
}
@media only screen and (max-width:424px){
.casebox .cont ul li span{font-size:14px;}
}

/*资讯*/
.title-small{width:100%;height:50px;background:#095eb3;display:none;margin-bottom:15px;padding:12px;line-height:1;}
.title-small i{display:block;width:5px;height:26px;background:#ff7e00;border-radius:2px;float:left;overflow:hidden;}
.title-small p{font-size:24px;color:#fff;font-weight:bold;float:left;padding:1px 0 1px 12px;}
.title-small a{color:#fff;float:right;text-transform:uppercase;font-size:16px;padding:5px 3px;}
.title-small a:hover{color:#ff7e00;}

.newsbox{padding:35px 0;background:#f5f5f5;}
.newsbox .w1200{padding-top:25px;}
.newsbox .w1200 > div{width:48%;overflow:hidden;}
.newsbox ul li{width:100%;overflow:hidden;}
.newsbox ul li .date{width:20%;overflow:hidden;border-right:1px solid #ccc;text-align:center;line-height:1;padding:7px 5px;position:absolute;left:0;top:20px;}
.newsbox ul li .date p{font-size:50px;font-weight:bold;color:#666;}
.newsbox ul li .date span{font-size:16px;display:block;width:100%;white-space:nowrap;}
.newsbox ul li .tit{width:100%;float:left;padding:3px 0;font-size:16px;font-weight:bold;}
.newsbox ul li .tit a{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#666;}
.newsbox ul li .txt{width:100%;float:left;font-size:14px;height:3em;overflow:hidden;margin-top:7px;color:#666;}
.newsbox ul li:hover .tit a{color:#ff7e00;}
.newsbox ul li:hover .txt{color:#333;}
.newsbox .left{float:left;}
.newsbox .left ul li .pic{width:100%;overflow:hidden;background:#fff;border:1px solid #ddd;margin-bottom:10px;}
.newsbox .left ul li .pic a{display:block;width:100%;padding-bottom:280px;position:relative;}
.newsbox .left ul li .pic img{max-width:100%;max-height:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.newsbox .left ul li .text{padding:20px 4% 20px 24%;position:relative;overflow:hidden;}
.newsbox .list{float:right;}
.newsbox .list ul li{background:#fff;margin-bottom:25px;padding:20px 4% 20px 24%;position:relative;}
.newsbox .list ul li:first-child{display:none;}

@media only screen and (max-width:1023px){
.newsbox{padding:25px 0;}
.newsbox .w1200{padding-top:15px;}
.newsbox .left ul li .text,.newsbox .list ul li{padding:15px 10px 15px 100px;}
.newsbox ul li .date{width:85px;top:15px;padding:2px 5px;}
.newsbox ul li .tit{padding:0 0 5px;}
.newsbox ul li .txt{margin-top:0;}
.newsbox .left ul li .pic{margin-bottom:0;}
.newsbox .left ul li .pic a{padding-bottom:230px;}
.newsbox .list ul li{margin-bottom:15px;}
}
@media only screen and (max-width:767px){
.title-small{display:block;}
.title-small p{padding-top:2px;}
.newsbox{padding:15px 0 30px;}
.newsbox .home-title{display:none;}
.newsbox .w1200 > div{width:100%;}
.newsbox .left ul li .text,.newsbox .list ul li{border-bottom:1px dashed #ccc;background:none;margin:5px 0 0;padding:15px 0 15px 72px;}
.newsbox ul li .date{width:62px;padding:1px 5px 2px;line-height:1.2}
.newsbox .left ul li .pic a{padding-bottom:50%;}
.newsbox ul li .date p{font-size:36px;}
.newsbox ul li .date span{font-size:12px;}
.newsbox ul li .tit{padding-bottom:2px;}
.newsbox ul li .txt{line-height:1.2;height:2.4em;}
}
@media only screen and (max-width:424px){
.newsbox .left ul li .pic a{padding-bottom:65%;}
}

/*faq*/
.zixunbox{padding:50px 0 35px;}
.faqbox{width:62.5%;float:left;overflow:hidden;}
.faqbox .title-small{display:block;}
.faqbox .cont{width:100%;overflow:hidden;}
.faqbox .pic{width:38.5%;padding-bottom:360px;overflow:hidden;float:left;position:relative;}
.faqbox .pic img{height:100%;position:absolute;top:0;left:50%;-webkit-transform:translateX(-68%);-moz-transform:translateX(-68%);transform:translateX(-68%);}
.faqbox ul{width:59%;float:right;overflow:hidden;}
.faqbox ul li{width:100%;height:90px;overflow:hidden;padding:10px;}
.faqbox ul li:nth-child(even){background:#f5f5f5;}
.faqbox ul li .tit{width:100%;height:24px;padding-left:35px;background:url(../images/wen.png) left center no-repeat;font-size:16px;font-weight:bold;margin-bottom:5px;}
.faqbox ul li .tit a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#666;}
.faqbox ul li .txt{width:100%;height:3em;padding-left:35px;background:url(../images/da.png) left 1px no-repeat;color:#666;overflow:hidden;}
.faqbox ul li:hover .tit a{color:#ff7e00;}
.faqbox ul li:hover .txt{color:#333;}

.orderbox{width:34%;overflow:hidden;float:right;}
.orderbox .title{width:100%;height:50px;overflow:hiddedn;margin-bottom:15px;line-height:1;}
.orderbox .title a{display:block;float:left;font-size:24px;font-weight:bold;padding-bottom:5px;}
.orderbox .title span{width:100%;display:block;float:left;color:#666;font-size:16px;padding-top:5px;}
.orderbox .cont{width:100%;overflow:hidden;}
.orderbox .feed{width:100%;max-width:420px;margin:0 auto;}
.orderbox ul li{width:100%;overflow:hidden;height:34px;float:left;margin-bottom:10px;padding-left:60px;position:relative;border:1px solid #ddd;background:#fafafa;border-radius:5px;}
.orderbox ul li span{display:block;width:60px;height:32px;font-size:16px;line-height:32px;text-align:center;color:#666;position:absolute;left:0;top:0;}
.orderbox ul li .bg,.orderbox  ul li .area,.orderbox  ul .code input{display:block;width:100%;height:32px;line-height:24px;padding:4px 9px 4px 0;background:none;float:left;}
.orderbox ul .li_1{width:75%;}
.orderbox ul .li_4{height:125px;}
.orderbox ul .li_4 .area{height:123px;}
.orderbox ul .code{width:220px;padding-left:70px;}
.orderbox ul .code span{width:70px;}
.orderbox ul .code img{position:absolute;right:15px;top:5px;cursor:pointer;}
.orderbox ul .code .red{width:15px;right:0;top:3px;padding:0;color:#f00;position:absolute;left:auto;}
.orderbox ul .li_3{height:49px;padding: 9px 0 0;border:0;background:none;margin:0;}
.orderbox ul .li_3 p{width:44%;max-width:150px;float:left;height:40px;background:#095eb3;border-radius:5px;margin-right:15px;}
.orderbox ul .li_3 p input{display:block;width:100%;height:40px;font-size:16px;padding:8px;color:#fff;text-align:center;cursor:pointer;background:none;font-weight:bold;}
.orderbox ul .li_3 p.cz{background:#999;}

@media only screen and (max-width:1023px){
.zixunbox{padding:35px 0;}
.faqbox{width:60%;}
.faqbox .pic{display:none;}
.faqbox ul{width:100%;}
.orderbox{width:37%;}
}
@media only screen and (max-width:767px){
.faqbox{width:100%;}
.faqbox .pic{width:100%;padding-bottom:30%;display:block;}
.faqbox .pic img{width:100%;height:auto;top:-25%;left:0;-webkit-transform:none;-moz-transform:none;transform:none;}
.faqbox ul{width:100%;padding-top:5px;}
.faqbox ul li{height:100px;padding:15px 10px;}
.orderbox{width:100%;padding-top:30px;}
.orderbox .title{display:none;}
.orderbox .cont{padding:15px 10px 20px;background:#f5f5f5;}
}
@media only screen and (max-width:424px){
.zixunbox{padding:30px 0;}
.faqbox ul li{height:90px;padding:10px;}
}

/*links*/
.linkbox{padding-bottom:15px;}
.linkbox ul{width:100%;overflow:hidden;padding:5px 0 5px 100px;background:url(../images/links.png) left center no-repeat;min-height:50px;}
.linkbox ul li{float:left;}
.linkbox ul li .txt{display:none;}
.linkbox ul a{float:left;padding-right:10px;display:block;font-size:15px;}

@media only screen and (max-width:1023px){
.linkbox{display:none;}
}