@charset "utf-8";
@font-face {font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);}
@font-face{font-family:'din'; src: url('../font/din.OTF');}
@font-face {font-family: roboto_l; src: url(../font/ROBOTO-LIGHT-10.TTF);}
@font-face {font-family: Barlow-Bold; src: url(../font/Barlow-Bold.TTF);}
@font-face{ font-family:LEMONMILK; src:url(../font/LEMONMILK-1.OTF);}
@font-face {font-family: "Opensans-Regular";src: url("../font/font.woff2");}
@font-face {font-family: "Roboto-Bold";src: url("../font/Roboto-Bold.woff2");}
@font-face {font-family: Humanist521BT;src: url("../font/Humanist521BT.TTF");    }
@font-face{ font-family:Dosis_el; src:url(../font/DOSIS-EXTRALIGHT-8.TTF);}
@font-face {
  font-family: "阿里妈妈数黑体 Bold";font-weight: 700;src: url("../font/Alimama_ShuHeiTi_Bold.woff2") format("woff2"),
  url("../font/Alimama_ShuHeiTi_Bold.woff") format("woff");
  font-display: swap;
}
/* CSS Document */
*{ font-family:Opensans-Regular; padding: 0; margin:0;}
html{ overflow-x:hidden;max-width: 640px; margin: 0 auto;}
body{padding:0;margin:0; -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;background:#fff;}
a{text-decoration:none;outline-style:none;/*FF使用*/ outline:none; color:#333;}
a:hover{color:#005ABB;}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img,ul,li,em{border:none; list-style:none; font-style:normal;}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0;}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.top_blank{height:55px;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.blank60{height:60px;}
.blank70{height:70px;}
.blank80{height:80px;}

.page_box{ margin:0 15px; }


/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

.col_2  li{width: 48%;}
.col_3  li{width: 31%; margin-right:3.5%;}
.col_4  li{width: 24%; margin-right:1.33%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n){ margin-right:0;}

.flex_space{display: flex;justify-content:space-between;flex-wrap:wrap;}
.flex_start{display: flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}

/*===========================header=============================*/
.header {background:#fff; width: 100%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); box-sizing:border-box; padding:8px 15px 8px 15px; position:fixed; z-index:200;display: flex;align-items: center;}
.header .logo {}
.header .logo h2{font-size:18px; color:#000; letter-spacing:1px; margin-bottom:8px;}
.header .logo h2 span{ color:#005ABB;}
.header .logo p{font-size:12px; color:#777; letter-spacing:2.2px;}
.header .logo img{height: 38px; margin-bottom:5px;}



/*菜单按钮*/
.nav_btn{width: 40px;height: 40px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none;}
.nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:#005ABB;border-radius:3px;}
.nav_btn .line:before,.nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:#005ABB;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.nav_btn .line:after{transition-property: top,transform;top: 8px;}
.nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.nav_btn_active .line:after,.nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

/*搜索表单*/
.search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; margin-top:10px;}
.search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}
.search_box form {height:46px;}
.search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8);-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

/*内页搜索表单*/
.serch_n { position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; box-sizing:border-box;}
.serch_n input[type="text"] {width: 100%;height:44px;background:rgba(255,255,255,0.8);-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.serch_n .btn {position: absolute;top:0px;right:0px;width:50px ;height:100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}
.serch_n button{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}


.lag{ text-align:center;}
.lag a{display: inline-block; line-height: 36px; width:25%; margin:0 10px; background: #005ABB; color: #fff; border-radius: 36px;} 

/*弹出菜单*/
.nav_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0;background: #fff;z-index: 102; display:none;}
.nav_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}

.nav_box .menu{overflow-x: hidden;overflow-y: auto;}
.nav_box .menu .item{border-bottom: 1px solid #e1e6f0; padding:15px 15px; font-size:16px;}
.nav_box .menu .item i{float:right; color:#ccc; transition:0.3s all;}
.nav_box .menu .item.active i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.nav_box .menu .con{ padding:0 0 0 30px; display:none; background-color:#fff;}
.nav_box .menu .con li{border-bottom: 1px solid #e1e6f0; padding:15px 0px; font-size:15px; color:#666;}
.nav_box .menu .con li.curr{color:#2258B9;}
.nav_box .menu .con li:hover{color:#2258B9;}

/*电话*/
.nav_box .tel{text-align:center; margin-top:35px; font-size:20px; font-family:din; color:#fff; background:#005ABB; padding:15px; border-radius:5px; letter-spacing:1px;} 
.nav_box .tel i{ font-size:18px; margin-right:5px;}


/*焦点图*/
#banner{position:relative; z-index:0; overflow:hidden;}
#banner .swiper-slide{ position:relative;}
#banner .swiper-slide .pic{width:100%; overflow:hidden;}
#banner .swiper-slide .pic img{width:100%; display:block; animation: o-scale 10s linear infinite;}
/*文本*/
#banner .txt{ position:absolute;z-index: 2;left: 0;top:0; right:0; bottom:0; padding:0 15px; box-sizing:border-box; /*text-shadow: rgba(255,255,255,1) 1px 1px 2px;*/}
#banner .txt h3{font-size:20px; color:#fff;  margin-bottom:15px;}
#banner .txt h5{font-size:13px; color:#fff; font-weight:normal;}

/*分页器*/
#banner .swiper-pagination{text-align:center;}
#banner .swiper-pagination-bullet{width:8px;height: 8px; display: inline-block;  background: rgba(255,255,255,0.6);  opacity:1; margin:0 3px; transition:0.3s all; border-radius:8px;}
#banner .swiper-pagination-bullet-active{  background: rgba(255,255,255,1); width:20px; }



/*页面标题*/
.main_tit{ padding:30px 0 20px; position:relative; text-align:center;}
.main_tit h3{ font-size:20px; color:#000; font-weight:normal;}
.main_tit h3:after {content: "";display: block;width: 20px;background: #00b0ec;height: 3px;margin: 10px auto 10px auto; border-radius:3px;}
.main_tit h5{ font-size:13px; color:#666;text-transform:uppercase; font-weight:normal;}


/* 横线 */
.xian{height: 8px;background: #f2f2f2;}

.more_1{ text-align:center; margin:25px 0px 0px 0px;  }
.more_1 a{ text-transform:uppercase; display:inline-block; line-height:38px; border-radius:5px; width:100%; background:#f0f0f0; color:#555;}
.more_1 a:hover{background:#00b0ec; color:#fff;}

.more_2{ text-align:center; margin:20px 0 0px 0;}
.more_2 a{width:50%;line-height:36px; border-radius:40px; font-size:14px; border:solid 1px #EB3D00; background:#fff; display: block;text-align: center; color:#EB3D00; margin:20px auto; transition:0.3s all;}
.more_2 a:hover{background:#00b0ec; color:#fff;}


/*================产品中心=====================*/
.pro_cate_list{ margin-bottom:25px;}
.pro_cate_list li{ border-radius:5px; overflow:hidden; position:relative; margin-bottom:15px;transition:0.3s all;}
.pro_cate_list li .pic{overflow:hidden;}
.pro_cate_list li .pic img{ width:100%; display:block; opacity:1; transition:0.5s all; }
.pro_cate_list li .txt{padding: 25px 15px 12px 15px;background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.8) 99%); color: #fff; position:absolute; left:0; bottom:0; width:100%; box-sizing:border-box;}
.pro_cate_list li .txt h3{ font-size:16px; font-weight:normal;}
.pro_cate_list li .txt p{ font-size:14px;  }
.pro_cate_list li:hover{ transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}

/*关于我们*/
.about_bg{background:url(../images/bg1.jpg) no-repeat center; background-size:cover;}
.index_about{ line-height:1.8;  padding-bottom:30px;}
.index_about .desc{  margin-top:15px;}
/*轮播图*/
index_about .pic{ width:100%; }
index_about .pic img{ width:100%; display:block;}

/*焦点图*/
#focus {width:100%;}
#focus .swiper-slide{border-radius:5px; overflow:hidden;}
#focus .swiper-slide img{width:100%;height:100%; object-fit: cover;  display:block;}
/*分页器*/
#focus .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.5); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#focus .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 25px;border-radius: 30px;opacity: 1.0;}
#focus .swiper-pagination{bottom:2px;}





/*首页新闻列表*/
.index_news li{line-height:3; padding-left:15px; border-bottom:dashed 1px #ccc; position:relative;}
.index_news li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ddd; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.index_news li span{float:right; margin-top:2px; color:#999;font-size:12px; margin-left:10px;}



/*文章列表*/
.news_list li{ border-bottom:solid 1px #e8e8e8; padding:10px 0px; position:relative;}
.news_list li a{display: block; }
.news_list li .txt{padding-right: 20px;}
.news_list li .txt h5{font-size:14px; font-weight:normal; margin-bottom:6px; line-height:1.8;}
.news_list li .txt p{  color:#999; font-size:13px;}
.news_list li i.arr{color: #ccc; float:right; font-size:14px; margin-top:15px;}







/*底部1*/
.footer{padding:35px 15px 15px 15px; background: url(../images/foot_map.png) no-repeat center top #333; background-size: contain; margin-top:50px;}

.footer h5{font-size: 12px;color: #787878;font-weight: normal; text-align:center;}
.footer h3,.footer h3 a{ font-size:22px; color:#11c7c9; margin:10px 0 30px;font-family:din; text-align:center; font-weight:normal;}

.footer p{ text-align:center;}
.footer p,.footer p a{ font-size:12px; color:rgba(255,255,255,0.5); line-height:1.6; margin-bottom:10px;}
.footer p i{margin-right:5px;}

.footer .copy_right{margin-top:25px; border-top:solid 1px rgba(255,255,255,0.08); padding-top:15px;  /*text-transform:uppercase*/}
.footer .copy_right p,.footer .copy_right p a{color:rgba(255,255,255,0.5); font-size:11px;  margin-bottom:5px;}

/*弹出预约*/
.yuyue{padding:15px 15px 30px; text-align:center; display:none;}
.yuyue .tit{font-size:15px; font-weight:bold; color:#000; }
.yuyue .info{ line-height:1.5; color:#888; font-size:12px; margin:10px 0;}




/*内页banner=*/
.page_ban{position:relative; overflow:hidden;}
.page_ban .pic{ height:125px;}
.page_ban .txt{position:absolute; left:20px; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; justify-content:center;}
.page_ban .txt h2 { font-size:20px; font-weight:normal; color:#fff; opacity:0.7; text-transform:uppercase; font-family:Dosis_el; margin-bottom:5px;}
.page_ban .txt h5 { font-size:20px; font-weight:normal; color:#fff; letter-spacing:1px;}


/*位置*/
.pos{width:100%; background:rgba(255,255,255,.06); border-top: rgba(255,255,255,.2) 1px solid; position:relative; margin-top:-36px; line-height:36px; z-index:9;}
.pos{font-size:12px; color:rgba(255,255,255,0.8); }
.pos a{ color:rgba(255,255,255,0.8);}
.pos .ico{ margin-left:10px;}
.pos svg{height: 16px; width: 20px; vertical-align: middle;fill: rgba(255,255,255,0.8);}



/*====移动端导航====*/

#m_n_nav{width: 100%; background:#2258B9; position:relative; height: 36px; line-height:36px; z-index:9; }
#m_n_nav h3{font-size: 12px; color:rgba(255,255,255,0.8); font-weight:normal; padding-left:30px; position:relative;}
#m_n_nav h3 a{color:rgba(255,255,255,0.8);}
#m_n_nav h3 i.ico{ position:absolute; left:10px; top:-1px;}
#m_n_nav h3 i.ico svg{height: 16px; width: 16px; vertical-align: middle;fill: rgba(255,255,255,0.8);}

#bnt_sub_nav { position: absolute; right:12px; top: 7px; cursor: pointer; }
#bnt_sub_nav img { display: block; height: 20px; transition:0.3s all; opacity:0.8;}
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#sub_nav_content{background: #fff; display: none; box-shadow: 0 3px 5px #ccc; z-index: 9;}


/* 同级导航 */
.sub_nav{}
.sub_nav li{height:46px;line-height:46px;position:relative;background:#fff;  border-bottom:1px solid #e1e6f0; z-index: 999; }
.sub_nav li:last-child{border-bottom:0;}
.sub_nav li a{margin:0 20px; display:block;color:#5b5349; height: 40px; font-weight: 400; font-size:14px; }
.sub_nav li.curr a{color:#00b0ec;}


/*======================图片列表======================*/	
.pic_list{}
.pic_list li{margin-bottom:15px; transition:0.5s all; position:relative; background:#f8f8f8;}
.pic_list li .pic{width:100%;background:#000; }
.pic_list li .pic img{width:100%; display:block;opacity:0.98;}
.pic_list li .txt { padding:12px 10px; }
.pic_list li .txt h5{font-size:15px; margin-bottom:8px;}
.pic_list li .txt p{font-size:13px; line-height:1.6; color:#555;}




/*======================图文列表======================*/	
.list_pic_txt{}
.list_pic_txt li{ border-bottom:solid 1px #f1f4f7; padding-bottom:15px;  margin-top:15px;}
.list_pic_txt li .pic{width:38%;float:left; overflow:hidden; margin-right:10px;}
.list_pic_txt li .pic img{width:100%; display:block; border-radius:3px;}
.list_pic_txt li .txt{}
.list_pic_txt li .txt h5{font-size:15px; line-height:1.6; margin-bottom:5px; font-weight:normal;}
.list_pic_txt li .txt p{line-height:24px; text-align:justify; color:#a0a9b4;}
.list_pic_txt li .txt .txt_info{  margin-top:10px;}
.list_pic_txt li .txt span{color: #9aa5b2; font-size: 12px; margin-right:10px;}

/*======================产品内容页======================*/
.pro_box1{ margin-top:15px;}
.pro_box1 .pic{height:200px; border:solid 1px #e8e8e8; overflow:hidden;}
.pro_box1 .pic img{max-height:125%; object-fit: cover;}
.pro_box1 .txt{}
.pro_box1 h1{ font-size:22px; color:#000; margin:0px 0 8px 0; line-height:1.6; text-align:center;}
.pro_box1 .txt .desc{ line-height:1.8; font-size:12px; padding:10px 15px; text-align:justify; background:#f4f5f7; border-radius:5px; margin-top:15px;}

/*按钮*/
.pro_box1 .txt  .ft{ margin-top:15px;}
.pro_box1 .txt  .ft li{text-align:center;}
.pro_box1 .txt  .ft li a{display:inline-block;   line-height: 38px; border-radius:46px; width:60%; transition:0.3s all; text-align: center; background:#11c7c9; font-size: 16px; color:#fff;}
.pro_box1 .txt  .ft li a:hover{width:80%;}

.pro_tit{ background:#E0E9FA; height:40px; margin:30px 0 20px 0; border-radius:10px 0 10px 0; overflow:hidden;}
.pro_tit h5{ line-height:40px; font-weight:normal;  font-size:16px; background:#2258B9; color:#fff; padding:0 25px;}






.xq_tit{font-size:16px; background: #f2f2f2; margin-bottom:25px;}
.xq_tit h4{ background:#2258B9; color:#fff;  padding:12px 15px; display:inline-block; font-weight:normal;}


/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.8);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

.buy_form{width:100%; height:100%; padding:25px; background:#fff; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:15px; right:15px; cursor:pointer;}

.buy_form .tit{font-size:18px; color:#000; margin-bottom:10px; font-weight:bold;}
.buy_form .info{ line-height:1.6; font-size:14px; color:#888;margin-bottom:15px}

.buy_form li{ margin-bottom:8px;}

.buy_form input{padding:12px 15px;width:100%; box-sizing:border-box; background:#f2f2f2; border:none;border-radius:3px;}
.buy_form textarea{padding:10px;width:100%; box-sizing:border-box;height:90px;background:#f2f2f2; border:none;border-radius:3px;}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:16px; margin-top:10px; cursor:pointer; text-align:center; color:#fff; background:#2258B9; border-radius:3px; padding:10px; transition:0.3s all; width:100%;}
.buy_form .submit:hover{ background:#f90; color:#fff; text-decoration:none;}


/* 新闻内容页 */
nav{height:40px; line-height:40px; background:#005ABB; color:#fff; font-size:24px;}
nav i{width:46px; text-align:center; display:block;}
nav a{color:#fff;}
.ntitle{ margin-top:20px; border-bottom:dotted 1px #ddd; margin-bottom:10px; }
.ntitle h1{font-size:20px; line-height:1.8;}
.ntitle span{font-size: 12px; color: #888;margin:5px 5px  8px 0; display:inline-block;}

.neirong{line-height:2; overflow: hidden; font-size:14px; color:#555;}
.neirong img{max-width:100%; }
.neirong p{margin-bottom:15px; text-align:justify;}

.neirong table{ border:1px solid #ddd; border-collapse:collapse;   font-size:14px; line-height:25px;}
.neirong table td{padding:5px; border:1px solid #ddd;}

.backprev{ display:inline-block; margin:15px auto;width: 50px;height: 50px;background: #00A0E9 url(../images/icon-back.png) no-repeat center center;border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.bot_info{border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:1.8; padding:6px 0;}
.bot_info p a{margin-right:5px;}


/*相关阅读*/
.xg_tit{}
.xg_tit h5{font-size:16px; margin:20px 0 15px 0; font-weight:bold; position:relative; padding-left:12px;}
.xg_tit h5:after {width:4px;height:15px; 
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background:#06c;
}


/* 表单样式 */
.biaodan{width:100%;}
.biaodan li{margin-bottom:10px;}
.biaodan input[type=text]{width: 100%; line-height:45px;border-radius: 4px;border:0px solid #eee; background:#f4f5f6; padding-left:3%;font-size: 14px;  box-sizing:border-box;}
.biaodan input:focus{border:1px solid #00b0ec; background:#fff;}
.biaodan textarea:focus{border:1px solid #00b0ec; background:#fff;}
.biaodan textarea{width: 100%;height: 90px;font-size: 14px;border-radius: 5px;border:0px solid #ddd; background:#f4f5f6;padding: 3%;padding-top: 5px; box-sizing:border-box;}
.biaodan select{width: 100%; height:34px; box-sizing:border-box; background:#f2f2f2; line-height: 34px;border-radius: 3px;border:1px solid #ddd;font-size: 14px;padding-left: 2%;}

.biaodan .input{position:relative;}
.biaodan .input img{ position:absolute; right:0px; top:3px;}

.biaodan .submit {cursor: pointer; border-radius: 4px;background:#2258B9;color: #fff;border:0px solid #fff;display: block;width:100%; height: 46px;font-size: 16px; margin-top:15px;}
.biaodan .submit:hover{background: #00b0ec;opacity: 1.0;}





/*----百度编辑器前端table表格样式----*/
#preview h4{font-size: 13px; font-weight: normal; line-height: 46px;}
#preview h4 span{float: right; color:#9aa5b2; font-size: 13px;}
#preview h4 a i{ color:#F18805;}

#preview table.noBorderTable td,#preview table.noBorderTable th,#preview table.noBorderTable caption{border:1px dashed #ddd !important}
#preview table.sortEnabled tr.firstRow th,#preview table.sortEnabled tr.firstRow td{padding-right:20px; background-repeat: no-repeat;background-position: center right; background-image:url(../../themes/default/images/sortable.png);}
#preview table.sortEnabled tr.firstRow th:hover,#preview table.sortEnabled tr.firstRow td:hover{background-color: #EEE;}
#preview table{margin-bottom:10px;border-collapse:collapse;display:table;}
#preview td,#preview th{ background:white; padding: 5px 10px;border: 1px solid #DDD;}
#preview caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
#preview th{border-top:1px solid #DDD;background:#F7F7F7;}#preview table tr.firstRow th{border-top:2px solid #BBB;background:#F7F7F7;}
#preview tr.ue-table-interlace-color-single td{ background: #fcfcfc; }
#preview tr.ue-table-interlace-color-double td{ background: #f7faff; }
#preview td p{margin:0;padding:0;}

#preview table td:nth-child(1){width:30%;}
#preview table td:nth-child(3){width:20%;}
#preview table td:nth-child(4){width:20%;}


/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 36px;
  right: 10px;border-radius: 50%; z-index:999999;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #00b0ec;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 50px;
  }
}
.cd-top:hover{background-color:#00b0ec;transition: all 0.3s ease 0s;}


