@charset "utf-8";
/*
 * 深圳华清视讯
 * 请尊重他人劳动成果，你可以模仿页面，但是请自己写代码！
 * 技术支持：QQ2863868475
 * 2021-05-03
 * coyright ： tengcee.com
*/
@import url("public.css");
@import url("page.css");
.top { position:fixed; top:0; left:0; z-index:100000; width:100%; height:90px; /*background-image: url(../images/black.png);*/}
.top1{background-image: url(../images/black1.png);}
.logo { float: left; padding-left: 0%; padding-top: 5px; padding-bottom: 5px; }
.logo img { height:80px;}
.logo_right { float: right; padding-top: 10px; height: 120px; }
.navbox{ display:inline; float: left; padding-left: 40px; box-sizing: border-box;}
.navright { float:right; position: absolute; top: 20px; right: 10%; }
.navright .top_tel{ width:180px; font-size: 18px; line-height: 35px; color: #FFFFFF; height: 35px; margin-top: 10px; }
.navright .top_tel span{ color:#fff; font-size:18px;}
.navright .top_tel img{ float:left; margin-right:10px;}

.transition {transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all;}
.top_on {top:0px;position: fixed;left:0; height: 60px !important;background-image: url(../images/black.png);}
.top_on .logo { padding-top:0px;}
.top_on .logo img { height:60px;}
.top_on .nav { height:60px;}
.top_on .nav li { height:60px; line-height:60px; }
.top_on .nav li i{ bottom: 5px; }
.top_on .nav dl { top:60px;}
.top_on .navright{ height:60px; top:5px;}
.top_on .imenu {margin-top:25px;}

.nav { line-height: 90px; height: 90px; position:relative; float: left; }
.nav li { float: left; font-size: 16px; line-height: 90px; height: 90px; position:relative;transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; }
.nav li a {color:#FFFFFF; text-decoration:none; padding-left:25px; padding-right:24px; display:block; }
.nav li a:hover { color:#22ac38; text-decoration:none;}
.nav li i { width: 0px;height: 3px; background-color: #22ac38; position: absolute; bottom:15px;left:50%; margin-left: 0px; border-radius: 5px;transition: .5s all;}
.nav li:hover i{ display: block;transition:all .5s;width: 40px;margin-left: -20px;}
.nav .cur a { color:#22ac38; text-decoration:none; padding-left:30px; padding-right:30px;}
.nav dl{ width:100%; font-size:13px; position:absolute; top:90px; left:0px; background-image: url(../images/ico_arr1.png?v=1); background-repeat: no-repeat; background-position: center top; padding-top: 7px; display: none;}
.nav dl dd { height:40px; line-height:40px; text-align: center; background-image: url(../images/nav_bg2.png?v=1); white-space: nowrap; }
.nav dl dd a{ color:#FFFFFF !important; padding:0px; }
.nav dl dd a:hover{ color:#FFFFFF; opacity:0.9; background-color: #0090fd; }
.nav .nav_line { background-image: url(../images/nav_line.png); background-repeat: no-repeat; background-position: left top; float: left; height: 45px; width: 2px; }
.nav li.mainmenu { background-image: url(../images/ico_arr4.png); background-repeat: no-repeat; background-position: 5px center; }
/*wap*/
.nav_wap{ display: none;height:3em; line-height:3em; width: 100%; position:relative; background-color: #0e4b8e;font-size:1rem;}
.nav_wap li { float:left; width: 16.6%; text-align:center; font-size:1rem; position:relative;}
.nav_wap li a{ color: #fff; }
.imenu { float: right; margin-top:22px; margin-right: 10px; display: none }
.imenu .dh{width: 25px; cursor: pointer; color: #ce3538; font-size: 1.4rem;}
@media screen and (max-width:1650px){
    .navright {right: 3%; }
}
@media screen and (max-width:1400px){
    .navright {right: 0; }
    .nav li a { padding-left:20px; padding-right:20px;}
}
@media screen and (max-width:1200px){
    .logo{ width:50%;padding-top: 15px; padding-left: 10px; box-sizing: border-box;}
    .navbox{ width: 50%; }
    .nav{ display: none; }
    .navright{ right:100px; }
    .imenu{ display: block; }
    .top_on .imenu {margin-top:14px;}
}
@media screen and (max-width:750px){
	.top{ height: 70px;}
    .logo{ width:50%;}
    .navbox{ width: 50%; }
    .top_tel{ display: none; }
    .top_on .logo { padding-top:5px !important;}
    .logo img{ width: 100%;height: auto; }
    .top_on .logo img{ width: 100%;height: auto; }
}
@media screen and (max-width:400px){
    .logo{ width:60%; padding-top: 10px;}
    .navbox{ width: 40%; }
}
/*左侧菜单*/
.overlay{position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.6);z-index: 999998;}
.nav_close{ position: absolute; top:38px; right: 18px;}
.nav_close img{ width: 35px; height: 35px; }
.navbox_logo{ width:100%; }
.navbox_logo span{ width:100%; float: left; }
.navbox_logo span img{ width: 100%; height: auto }
.navbox_contact{ width: 100%; position: relative;; margin-top:1em; }
.nav_tel{ width:160px; height:45px; float:right; color:#fff; background-color:#0090fd; text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px; font-size:.8rem; line-height:45px; background-image: url(../images/ico_tel31.png); background-repeat: no-repeat; background-position: 20px center;}
.nav_tel a{color: #fff;line-height:45px; display: block;}

.wapnav{position:fixed;width:160px; left: -200px; top:0px; z-index: 999999;padding:0;overflow-y: hidden;background-color: #293133; height: 100%; padding:20px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; filter:alpha(opacity=95); -moz-opacity:095;   -khtml-opacity: 0.95;}
.nav2{position:relative; float: right; margin:1em 0; width: 100%;}
.nav2 li{float:left; line-height:45px; overflow:visible; width: 100%;margin-top:-1px; font-weight: normal; border-bottom:solid 1px #343b3d;font-size:.8rem;color:#fff; text-align: center; box-sizing: border-box;  background-repeat: no-repeat; background-position:25px center;}
.nav2 li a{ color:#fff!important; font-size:.8rem; }
.nav2 li.on a,.nav2 li:hover a{ color:#fff; text-decoration:none; background-color:none; }

/*banner*/
.banner { position: relative; width: 100%; height: 750px; overflow: hidden;z-index:9; }
.banner .swiper-container { width: 100%; height: 100%; color: #fff; text-align: center; }
.banner .swiper-slide {position: relative;overflow: hidden;}
.banner .swiper-slide a {display: block;}
.banner .swiper-pagination {position: absolute;width: 100%;z-index: 20;left: 0;bottom: 30px !important;text-align: center;}
.swiper-pagination-bullet-active{background-color: #03bfcb;}
.swiper-pagination-bullet { width: 35px; border-radius: 5px; }
.banner .imgBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 0px; float: left;}
.banner .swiper-button-next,.banner .swiper-button-prev{/* display: none;*/ background-repeat: no-repeat;background-position: center center; width: 40px; height: 40px;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain; top: 50%;filter:alpha(opacity=0);opacity:0;}
.banner .swiper-button-next{ background-image:url('../images/arrow-right2.png'); right: 25px;}
.banner .swiper-button-prev{ background-image:url('../images/arrow-left2.png'); left: 25px;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{ filter:alpha(opacity=80);opacity:.8;}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{ filter:alpha(opacity=80);opacity:.8;}
.banner .prev_btn,.banner .next_btn{ display: none;}
.btnlist{ width: 100%; position: relative; padding-top:50px; text-align: center;}
@media screen and (max-width:1200px){
    .banner{ height:550px;}
}
@media screen and (max-width:1000px){
    .banner{ height:480px;}
    .btnlist{ padding-top: 10px; }
}
@media screen and (max-width:760px){
    .banner{ height:320px;}
}
@media screen and (max-width:600px){
    .banner{ height:240px;}
    .banner a.prev_btn,.banner a.next_btn{ display: none; }
    .banner .swiper-pagination{ bottom: 10px !important; }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 10px; }
}
/*主要css*/
.main { float: left; width: 100%; position: relative; padding-bottom: 10px; }
.main1 { position: relative; background-color:#f9f9f9; width:100%; padding-top: 30px; padding-bottom: 30px; }
.main2 { position: relative; background-color:#fff; width:100%; float:left; }
.title { text-align: center; width: 100%; position:relative; background-image: url(../images/line3.png); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 4px; }
.title2 { text-align: center; width: 100%; position:relative;}
.title h3 { width:100%; line-height:40px; height:40px; font-size:36px; color:#333; text-align:center; font-weight:bold; color: #0090fd; }
.title h3 i{ font-style:normal; color:#21ab3b;}
.title p { font-size: 15px; line-height: 30px; font-weight: normal; color: #999999; width: 100%; position:relative; padding-bottom:5px; }
.title p b { color:#eab100; position:relative; }
.title2 h3{width:100%; line-height:40px; height:40px; font-size:36px; color:#333; text-align:center; font-weight:bold; color: #fff; }
@media screen and (max-width:1200px){
    .title{padding:5px 0; box-sizing: border-box; margin-bottom: 8px;}
    .title h3 { font-size: 1.6rem; line-height: 1.8em; height: 1.8em;}
    .title p{ padding: 5px 10px; box-sizing: border-box; font-size: .9rem; line-height: 1.4em; }
}
@media screen and (max-width:750px){
    .main1 { padding: 10px 0;}
}
/*栏目分类*/
.catlist{ width: 100%; text-align: center;  font-size: 0px; padding-top:20px;}
.catlist div{ padding: 0px;display:inline-block; background-color: #d9d9d9; width: 160px; border-left: solid 1px #fff; overflow: hidden; text-transform: capitalize;}
.catlist div a{line-height: 50px; height: 50px;color:#4b4a4a;display: block; text-align: center; font-size: 14px;}
.catlist div.on,.catlist div a:hover { background-color:#00b63e; color:#fff !important; text-decoration:none;}
.catlist div.on a{ color: #fff; }
.catlist div:nth-child(1){ border-top-left-radius: 25px;  border-bottom-left-radius: 25px; border-left: none;}
.catlist div:last-child{ border-top-right-radius: 25px;  border-bottom-right-radius: 25px; }

.more { height: 50px; width: 300px; margin-right: auto; margin-left: auto; }
.more a { width:100%; line-height:50px; height:50px; border:1px solid #0480df; display:block; text-align:center; color:#0480df; font-size:15px; margin-top:10px; }
@media screen and (max-width:750px){
    .more{ width: 200px; }
}
/*搜索*/
.so { height: 40px; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e2e2e2; font-size: .9rem; padding:10px 0; }
.hotkey { float: left; width: 900px; height: 40px; line-height: 40px; color:#666666; }
.hotkey a{  color:#999999; padding-left:5px; padding-right:10px;}
.sobox { float: right; width: 280px; line-height: 35px; height: 35px;}
.input1 { line-height:40px; height:40px; width:80%; float:left; color: #fff; padding-left: 40px; background-repeat: no-repeat; background-position: 10px center; border: 0px solid #e2e2e2; font-size: 14px; background-image: url(../images/ico_so.png);border-top-left-radius: 20px;border-bottom-left-radius: 20px; box-sizing: border-box;background-color: #0090fd;}
.button1 { line-height: 40px; background-color: #037bd5; text-align: center; float: left; height: 40px; width:20%; font-size: .9rem; color: #FFFFFF; border: none; border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
@media screen and (max-width:1200px){
    .hotkey{ width: 65%; overflow: hidden; }
    .sobox{ width: 35%; }
    .input1{ width: 80%;}
    .button1{ width: 20%; }
}
@media screen and (max-width:750px){
    .hotkey{ display: none; }
    .sobox{ width: 100%; padding:10px; box-sizing: border-box; }
    .input1{ width: 80%;}
    .button1{ width: 20%; }
}
/*产品*/
.products{ width: 100%; float: left;position: relative; margin:20px 0; background-color: #fff;}
.pleft{ width: 240px; float: left; background-color: #0090fd; position: relative;}
.pbox{ width: 960px; float: right; position: relative; padding:5px 10px; box-sizing: border-box;}
.pleft .ptitle{ width: 100%; padding: 20px; background-color: #0273c8; height: 80px; box-sizing: border-box; }
.pleft .ptitle h3{ width: 100%; font-size: 20px; color: #fff; padding-left: 30px; background-image: url('../images/ico_class.png'); background-repeat: no-repeat; background-position: left center; line-height: 40px; }
.pmenulist{ width: 100%; position: relative; float: left; box-sizing: border-box;}
.pmenulist li{ width: 100%; box-sizing: border-box; line-height: 70px;float: left; font-size: 16px; border-bottom: solid 1px #0281e2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pmenulist li a{ display: block; padding:0 20px 0 40px;width: 100%; box-sizing: border-box; background-image: url('../images/ico_arr.png'); background-repeat: no-repeat; background-position: 10px center; color: #fff;}
.pmenulist li a:hover{ background-color: #21ab3b; color: #fff;}
.plist{ width: 100%; float: left; position: relative; }
.plist li{ width: 33.3%; float: left;padding:10px; box-sizing: border-box; position: relative;}
.plist li .pin{ width: 100%; float: left; position: relative;}
.plist li .thumb{ width: 100%; float: left; position: relative; border: solid 1px #f5f5f5; overflow: hidden;}
.plist li .thumb img{ width: 100%; height: auto; }
.plist li .info{ width: 100%; float: left; position: relative; padding:5px 10px; background-color: #f5f5f5; box-sizing: border-box;}
.plist li .info .tit{ width: 100%; line-height: 2.5em; font-size:16px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; padding:0; border-bottom: solid 1px #eae8e8;}
.plist li .info dt{ width: 100%; float: left; line-height: 35px; color: #999;}
@media screen and (max-width:1200px){
    .pleft{ width: 25%;}
	.pbox{ width: 75%;}
	.pmenulist li{font-size: .9rem; line-height: 50px;}
	.pmenulist li a{padding:0 10px 0 20px;background-image: url('../images/ico_arr.png'); background-position: 2px center;} 
	.plist li{ padding:5px; }
}
@media screen and (max-width:750px){
    .pleft{ width: 100%;}
	.pbox{ width: 100%;}
	.pleft .ptitle{ display: none; }
	.pmenulist li{font-size: .7rem; line-height: 40px; width: 33.3%; text-align: center;}
	.pmenulist li a{padding:0 5px;background-image: url('../images/ico_arr.png'); background-position: 2px center;} 
	.plist li{ padding:5px; width: 50%; }
}
/*热门产品*/
.hotproducts{ width: 100%; margin:30px 0 0 0; position: relative; background-color: #eaeaea; float: left; padding:20px 0;}
.hotlist{ width: 100%; float: left; position: relative; margin: 30px 0; background-color: #fff;}
.hotlist li{ width: 100%; float: left;padding:0px; box-sizing: border-box; position: relative;}
.hotlist li .hotin{ width: 100%; float: left; position: relative;}
.hotlist li .thumb{ width: 70%; float: left; position: relative; border: solid 0px #e2e2e2; overflow: hidden; box-sizing: border-box;height: 520px; padding:0 13%; background-color: #fff;}
.hotlist li .thumb img{ width: 100%; height: auto; }
.hotlist li .info{ width: 30%; float: left; position: relative; padding:20px 30px; background-color: #0090fd; box-sizing: border-box; height: 520px;}
.hotlist li .info .tit{ width: 100%; line-height: 1.8em; font-size:18px;padding:10px 0 20px 0; border-bottom: solid 1px #017fde; color: #fff;}
.hotlist li .info .tit a{ color: #fff; }
.hotlist li .info dt{ width: 100%; float: left; line-height: 35px; color: #fff;}
.hotlist li .info .infobox{ width: 100%; float: left; color: #fff; padding:15px 0;}
.hotlist li .info .infobox p{ width: 100%; float: left; color: #bfe3fe; line-height: 2em; font-size: .9rem; padding:5px 0;}

.hotlist .swiper-button-next,.hotlist .swiper-button-prev{/* display: none;*/ background-repeat: no-repeat;background-position: center center; width: 40px; height: 40px;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain; top: 50%;filter:alpha(opacity=0);opacity:.3;}
.hotlist .swiper-button-next{ background-image:url('../images/arrow-right2.png'); right: 31%;}
.hotlist .swiper-button-prev{ background-image:url('../images/arrow-left2.png'); left: 25px;}
.hotlist .swiper-button-next:hover,.hotlist .swiper-button-prev:hover{ filter:alpha(opacity=80);opacity:.8;}
.hotlist:hover .swiper-button-next,.hotlist:hover .swiper-button-prev{ filter:alpha(opacity=80);opacity:.8;}
.hotlist .prev_btn,.hotlist .next_btn{ display: none;}

.btnlist{ width: 100%; padding-top: 30px; float: left;position: relative;}
.btnlist span{ width: 50%; float: left; padding:0 10px; box-sizing: border-box;}
.btnlist span a{ width: 100%; line-height: 3em; font-size: 15px; background-color: #0473c7; text-align: center; color: #fff; float: left; border-radius: 3px;}
.btnlist span a.a1{ background-color: #111;}
.btnlist span a.a2{ background-color: #21ab3b;}
@media screen and (max-width:750px){
    .hotproducts{padding:10px 0;}
    .hotlist{margin: 10px 0;}
    .hotlist li .thumb{ width: 100%;height: auto; padding:0;}
    .hotlist li .info{ width: 100%; height: auto;padding:10px; padding-bottom: 20px;}
    .hotlist li .info .tit{ line-height: 1.8em; font-size:1rem;}
    .hotlist li .info dt{line-height: 1.6em; font-size: .8rem;}
    .hotlist li .info .infobox{ padding:10px 0;}
    .hotlist li .info .infobox p{font-size: .85rem;line-height: 1.6em;}

    .hotlist .swiper-button-next,.hotlist .swiper-button-prev{top:25%;}
    .hotlist .swiper-button-next{ right: 10px;}
    .hotlist .swiper-button-prev{ left: 10px;}
}
/*关于我们*/
.about { background-image: url(../images/about_bg.jpg); background-repeat: no-repeat; background-position: center center; width: 100%; padding: 80px 0;}
.aboutbox { float: right; width: 650px; }
.about_title { font-size: 30px; line-height: 50px; font-weight: bold; color: #FFFFFF; float: left; height: 50px; width: 100%; }
.about_title i { font-size: 30px; font-style: normal; font-weight: normal; color: #0090fd; padding-left: 10px; text-transform: uppercase; }
.about_line { float: left; height: 10px; width: 60px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #0090fd; }
.about_info { line-height: 25px; color: #555555; float: left; width: 100%; padding-top:20px;}
.about_content { line-height: 2.2em; color: #999; float: left; width: 100%; font-size: 15px; }
.about_more { line-height: 45px; color: #FFFFFF; float: left; height: 45px; width: 140px; text-align: center; border:solid 1px #0090fd; }
.about_more a { color:#0090fd; text-decoration:none;}

.about_list{ width: 100%; float: left;padding:20px 0; position: relative; }
.about_list li{ width: 12.5%; float:left; padding:20px; text-align: center; box-sizing: border-box; border-right: none;}
.about_list li span{ width: 100%; line-height: 60px; text-align: center; font-size: 45px; float: left; color: #0090fd;}
.about_list li span img{ width: 60px; height: auto; }
.about_list li p{ width: 100%; line-height: 3em; text-align: center; color: #111;float: left;}
.about_list li dt{ width: 100%; line-height: 30px; text-align: center; color: #666;float: left;}
@media screen and (max-width:1200px){
    .numlist li span{ font-size: 30px; }
    .numbox{ padding-right: 20px; padding-top: 20px;}
    .numlist{padding:10px;}
}
@media screen and (max-width:750px){
    .about{ padding: 30px 0;}
    .numbox{ width: 100%; padding-right: 0px; padding-top: 0;}
    .numlist li .numin{padding:15px;}
    .numlist li span{ font-size: 26px;}
    .aboutbox{ width: 100%; padding: 15px; box-sizing: border-box; margin-top: 20px; }
    .about_title { font-size: 30px; line-height: 50px; font-weight: bold; color: #FFFFFF; float: left; height: 50px; width: 100%; }
    .about_list li{ width: 25%;padding:5px;}
    .about_content { line-height: 2em; font-size: .85rem; }
}
.youshi{ width: 100%;float: left;padding:50px 0;background-color: #f5f5f5; position: relative;}
.youshiin { width: 100%; float: left; background-color: #fff; border-radius: 10px; padding:15px 0;}
/*行业应用*/
.yingyong{ width: 100%; float: left; padding:50px 0; position: relative; background-color: #fff;}
@media screen and (max-width:750px){
	.youshi{padding:20px 0; }
}
/*案例*/
.case { width: 100%; padding-top: 40px; padding-bottom: 60px; background-color: #fff;}
.casebox{ width: 100%; position: relative; float: left; }
.caselist{ width: 100%; float: left; padding: 20px 0; position: relative;  }
.caselist li{ width: 50%; padding: 5px; float: left; box-sizing: border-box;position: relative;}
.caselist li .casein{ width: 100%; float: left; padding:0px;box-sizing: border-box; background-color: #fff;position: relative;}
.caselist span {float: left; width: 100%;background-color: #FFFFFF;position: relative;}
.caselist span img{ width: 100%; height: auto; }
.caselist .info{ width: 100%;height: 100%; background-image: url('../images/all_ulbg.png'); position: absolute; top: 0;left: 0; padding:20px 50px; box-sizing: border-box; }
.caselist p{ width:100%; line-height:45px; text-align:center; float:left; font-size: 20px; padding-top: 30%; color: #fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient:vertical; }
.caselist dt{ width:100%; line-height:25px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; color: #e2e2e2; text-align: center; height: 50px; float: left;}
.casebox .swiper-button-next,.casebox .swiper-button-prev{/* display: none;*/ background-repeat: no-repeat;background-position: center center; width: 35px; height: 35px;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain; top: 50%;filter:alpha(opacity=85);opacity:0.85;}
.casebox .swiper-button-next{ background-image:url('../images/arrow-right.png'); right: -45px;}
.casebox .swiper-button-prev{ background-image:url('../images/arrow-left.png'); left: -45px;}
.casebox .swiper-button-next:hover,.casebox .swiper-button-prev:hover{ filter:alpha(opacity=100);opacity:1;}
@media screen and (max-width:1280px){
    .casebox .swiper-button-next{ right: 5px;}
    .casebox .swiper-button-prev{ left: 5px;}
}
@media screen and (max-width:750px){
    .case {padding: 15px 0;}
    .caselist{ padding: 10px 0; }
    .caselist{padding: 10px 0; }
    .caselist .info{padding:5px 20px; position: absolute;left: 0; bottom: 0; width: 100%;}
    .caselist p{ width:100%;line-height:2em; font-size:1rem; padding-top: 30%; color: #fff; }
    .caselist dt{ display: none; }
    .caselist li:hover .info{padding:10px;}
    .caselist li:hover .info p{ font-size: 1rem; }
}
/*新闻*/
.news{ width: 100%; float: left;position: relative; padding:20px 0;}
.news1 { float: left; width: 450px; margin-top: 8px;}
.news1 li { width:100%; float:left;background-color: #fff; position: relative;}
.news1 li span { width:100%; float:left; }
.news1 li span img { width:100%; height:360px; }
.news1 li .info{ width: 100%; float: left;padding:20px; box-sizing: border-box; position: relative; }
.news1 .info p { width:100%; float:left; line-height:40px; height:40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:20px; font-weight:bold;}
.news1 .info dt { width:100%; float:left; line-height:25px; color:#999999; max-height: 50px;margin:10px 0; overflow: hidden;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient:vertical;}
.news1 .info dd { width:100%; float:left; line-height:2.5em; color:#999999;overflow: hidden;font-size: .9rem;}
.news1 .info i {text-align:center; float:right; font-style:normal; color: #0480df;}
.news1 .info i a{ color:#fff; }
.news1 .info em { float:left; padding-left:20px; color:#999999; background-image: url(../images/ico_time.png); background-repeat: no-repeat; background-position: left center; font-style: normal; }

.news2 { float: right; width: 730px; position: relative;}
.news2 li { width:100%; float:left; background-color: #fff; margin:7px 0; box-sizing: border-box; position: relative }
.news2 li .info{  width: 100%; float: left; box-sizing: border-box; position: relative; padding:15px; padding-left: 110px; overflow: hidden; height: 100px;transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all;}
.news2 h2 { width:100%; float:right; line-height:2.5em; height:2.5em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:1.1rem; font-weight:normal; }
.news2 p { width:100%; float:right; line-height:25px; color:#999; height: 25px;overflow: hidden; }
.news2 li:hover{ background-color: #0090fd; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all;}
.news2 li:hover .timebox span{ color: #fff; }
.news2 li:hover .timebox i{color: #fff; }
.news2 li:hover h2 { color: #fff; }
.news2 li:hover h2 a { color: #fff; }
.news2 li:hover p{ color: #e2e2e2; }
.news2 li:hover .timebox{ background-color: #0090fd; }
.timebox{ width:90px; height: 100px; float:left; position: absolute; top: 0px; left: 0px; background-color: #e4f2fc; padding:20px 0; box-sizing: border-box;}
.timebox span{ width:100%; float:left; line-height:30px; text-align:center; font-size:30px; font-weight:normal; padding-top:10px; color: #222;}
.timebox i { width:100%; float:left; line-height:30px; color:#999; text-align:center; font-style:normal; font-size: 12px;}
@media screen and (max-width:1200px){
    .news1{ width: 40%; }
    .news2{ width: 60%; padding-left: 20px; box-sizing: border-box; }
}
@media screen and (max-width:750px){
    .news{padding:10px 0;}
    .news1{ width: 100%; padding:10px; box-sizing: border-box; }
    .news1 li span img { width:100%; height:auto; }
    .news2{ width: 100%; padding: 10px; box-sizing: border-box; }
    .timebox{ width:70px; height: 80px; padding:10px 0; }
    .timebox span{ font-size: 1.5rem; }
    .news2 li .info{ padding-left: 80px; height: 80px;}
    .news2 h2 { line-height:2em; height:2em;font-size:1rem;  }
    .news2 p {line-height:22px;height: 22px; }
}
.links { line-height: 25px; color: #999999;  float: left; width: 100%; box-sizing: border-box;}
.links b { font-weight:normal; float:left; width:60px; text-align:center;}
.links a { color:#999999; padding-left:15px; padding-right:15px; display:block; float:left;}
@media screen and (max-width:1200px){
  .links {padding:0 10px;}  
}
/*底部*/
.bottom { width: 100%; padding: 30px 0; background-color: #111;}
.bottom1 { background-color: #1e1e1e; width: 100%; padding-top: 40px; padding-bottom: 30px; }
.footnav{ width: 100%; padding:10px 0 35px 0; text-align: center; border-bottom: solid 1px #2b2b2b; margin-bottom:40px; float: left;}
.footnav span{ background-position: 10px center; background-repeat:no-repeat; padding-left:40px; color: #666; padding-right: 40px; line-height: 40px; }
.footnav span i{color: #666; padding-right: 8px;}

.btitle{ width:100%; float:left; line-height:2.5em; font-size:1.2rem; color:#FFFFFF; }
.bottom_box1 { width: 33.3%; border-right: 1px solid #2b2b2b;float:left; box-sizing: border-box;}
.bottom_box1 ul { width:100%; float:left; }
.bottom_box1 li { width:50%; line-height:35px; float:left; padding-right: 10px; box-sizing: border-box; }
.bottom_box1 li a { color:#666; }
.bottom_box2 { width:33.3%;padding: 0 60px 0 60px;border-right: 1px solid #2b2b2b;float:left;box-sizing: border-box;}
.bottom_box2 ul { width:100%; float:left; }
.bottom_box2 li { width:50%;; line-height:35px; float:left; }
.bottom_box2 li a { color:#666; }
.bottom_box3 { float: right; width: 33.3%; padding-left: 60px; box-sizing: border-box; }
.foottel{ padding-left: 50px; box-sizing: border-box; width: 100%; float: left;background-image: url('../images/foottel.png');  background-repeat: no-repeat; background-position: left center;}
.foottel p { line-height: 25px; color: #7b7b7b; height: 25px; width: 280px; }
.foottel h2 { font-size: 26px; line-height: 30px; color: #fff; height: 30px; width: 240px; font-weight: normal; padding-bottom: 10px; }
.weixin { float: left; width: 100%; padding-top: 10px; }
.weixin span { float: left; padding: 10px; line-height: 35px; text-align: center;color: #999; }
.weixin span img { width: 100px; }
.weixin p { line-height: 30px; color: #666; height: 30px;float: left; display: inline-block; padding-left: 10px; }
.bottom2 { background-color: #000000; width: 100%; padding-top: 15px; padding-bottom: 15px; }
.copyright { line-height:2.2em; color: #999999; text-align: center; float: left; width: 100%;padding:10px; box-sizing: border-box; }
.copyright a { color:#999999; text-decoration:underline; }
/*手机版*/
.bottom_box{ position:fixed; z-index:9999; height:50px; width:100%; bottom:0px; text-align:center; margin-right: auto; margin-left: auto; background-position: center center; background-size:100%; background-color: #0480df; display: none; }
.footnav{position: relative;}
.footnav li{ float:left; width:20%; border-right: 1px solid #017ad6; border-left: 1px solid #29a2fe; box-sizing: border-box; padding: 0px; position: relative;height: 50px; }
.footnav li a{display:block;width:100%;}
.footnav li span{display:block;width:100%;text-align:center; height: 25px; position: relative;opacity: .9; line-height: 25px; color: #fff; font-size: 20px;}
.footnav li .s1{height:25px;}
.footnav li span img{max-width:25px;margin:0 auto;line-height:25px;vertical-align:middle}
.footnav li .st{ line-height:15px; font-size:0.65em; color:#FFF; width:100%; position: relative; z-index: 10; opacity: .8;}
.footnav .st{font-size: 0.86em !important;font-weight:normal}
.footnav{z-index:100;}
.big{width: 30px; border-radius: 50%; position: absolute; bottom: 20px; left: 50%; margin-left: -30px; background-color: #0480df; padding:15px; text-align: center; z-index: 9;}
.big div{ width: 100%; float: left; position: relative; }
.big img{ width:100%; height: auto; padding: 0px;}
@media screen and (max-width:1200px){
    .bottom_box1{ display: none}
    .bottom_box2{ width: 50%; padding: 0 20px 0 30px;}
    .bottom_box3{ width: 50%; padding-left:50px;}
}
@media screen and (max-width:750px){
    .footnav{ padding-bottom: 20px; margin-bottom: 15px; }
    .footnav span{ width: 100%; float: left; padding:0 10px; text-align: left; line-height: 2.5em; box-sizing: border-box;}
    .bottom { padding: 15px 0;}
    .bottom_box2{ width: 100%; padding: 0 20px 0 30px;}
    .bottom_box2 li { width:33.3%;}
    .bottom_box3{ width: 100%; padding-left:0px;}
    .foottel{ display: none; }
    .weixin{ text-align: center; }
    .weixin span { float: none; display: inline-block;}
    .bottom2 {padding: 10px 0; }
    .copyright { line-height: 1.8em; margin-top: 1em; margin-bottom: 50px;}
    .bottom_box{ display: block; }
}
