@charset "UTF-8";

/* 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,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 10px; }

.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display: flex;justify-content: flex-start;flex-wrap:wrap;}

/**/
.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;}


/*===========================header=============================*/
.header {background:#fff; width: 100%; box-shadow: 0 3px 6px rgba(0,0,0,0.1); box-sizing:border-box; padding:10px 10px 10px 10px; position:relative;}
.header .logo {}
.header .logo img{height:30px; display:block;}
.header .logo .txt{margin-left:5px;display: flex;flex-direction:column; justify-content:center; }
.header .logo .txt h2{color:#000;font-size:18px;}


/*menu*/
.nav_btn{position: absolute;top: 10px;right: 10px;width: 40px !important;height: 30px !important; transition: 0.5s;cursor: pointer;border:none;padding: 0;outline: none;background:none;}
.nav_btn_active{ z-index:99999999;}

.nav_btn .menu-label {color: #000;font-size:13px;display: inline-block;line-height: 30px;margin-right:2px;vertical-align:top; }
.nav_btn .menu-icon {height: 30px;width: 30px;border: 1px dotted #000;border-radius: 50%;display: inline-block;}
.nav_btn .menu-icon i {display: block;width: 12px;height: 2px;top: 13px;left: 9px;background: #000;position: relative;transition: all .2s ease-in-out;}
.nav_btn .menu-icon i:after, .nav_btn .menu-icon i:before {display: block;width: 7px; height: 2px;background: #000;content: '';left: 2px;position: absolute;}
.nav_btn .menu-icon i:before {top: -3px;transition: all 0.3s;}
.nav_btn .menu-icon i:after {top: 3px;transition: all 0.3s;transition-delay: 0.05s;}

.nav_btn_active .menu-label{color: #fff;}
.nav_btn_active .menu-icon{ border-color:#fff;}
.nav_btn_active .menu-icon i{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 .menu-icon i:after, .nav_btn_active .menu-icon i:before {width:11px;background: #fff; top: 0px; left:0;}
.nav_btn_active i:after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.nav_btn_active i:before { -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.mask {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.5);display: none;}


.header-nav {display: block;width:76%; position: fixed;top: 0;right:-76%; bottom: 0;opacity: 1;transition: 0.4s;
 /*transform: translateX(240px);*/
 visibility: hidden\9;
 height: 100%;
 overflow: auto;
 z-index: 1090;
 background: #333;
 }
.header-nav-active {opacity: 1; display:block;/*transform: translateX(0);*/}
.am-offcanvas-content{ padding:0;}
.menu_tit{line-height:40px; text-align:center; color: rgba(255,255,255,.4); border-bottom:solid 1px rgba(0,0,0,.15);}


#nav .am-list > li{background: none; padding:15px 0; box-shadow:none !important; border:0; border-bottom:solid 1px rgba(0,0,0,.15);}
#nav .am-list > li a{padding:0 0 0 20px ;font-size:14px; color: rgba(255,255,255,.7);}
#nav .am-fr[class*="am-icon-"]{ color:rgba(255,255,255,.4) !important; font-size:18px;}
#nav .am-list > li ul{}
#nav .am-list > li ul li{padding:15px 5px 2px 40px; display: block;border:0;}
#nav .am-list > li ul li a{font-size:14px;display:block;padding:0;color:rgba(255,255,255,.5);}

#nav .am-list > li.curr > a,#nav .am-list > li ul li.curr a{ color:rgba(255,255,255,.7);}

.canvas-page{transition: 0.4s;}
.offcanvas-page{transform: translateX(-76%); }


#nav .am-list > li,.menu_foot{transform: translateX(76%);transition: 0.4s;transform: translate3d(50%,0,0);opacity: 0;}
.header-nav-active #nav .am-list > li,.menu_foot{transform: translateX(0px);transform: translate3d(0,0,0);opacity: 1;}

/**/
.ban{background:url(../images/ban.png) no-repeat center bottom; padding:50px 0; background-size:cover;display:flex; text-align:center; align-items:center;}
.ban img{ max-width:80%;}



/**/
#banner{position:relative; z-index:0; background:#000; overflow:hidden;}
#banner .swiper-slide{ position:relative;}

#banner .swiper-slide .pic{width:100%; height:180px; overflow:hidden;}
#banner .swiper-slide .pic img{width:100%; animation: o-scale 10s linear infinite;}
	

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


@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  


/**/
.menu_nav{display:flex; display: -webkit-flex; /* Safari */ flex-wrap:wrap; justify-content:space-between; margin:20px 5px 10px 5px;}
/*.menu_nav a{width:18.5%; text-align:center;color:#fff;padding: 10px 0; background:#146BBB;}*/
.menu_nav a{width:25%; text-align:center; margin-bottom:12px;}
.menu_nav .menu_ico{width:52px; height:52px; border-radius:50%; background:#9FC139; display:block; margin:auto; margin-bottom:8px;}

.menu_nav .menu_icohome{ background:url(../images/menu_icohome.png) no-repeat center center #6F99ED; background-size:62% auto;}
.menu_nav .menu_ico0{ background:url(../images/menu_ico0.png) no-repeat center center #0f8ee7; background-size:62% auto;}
.menu_nav .menu_ico1{ background:url(../images/menu_ico1.png) no-repeat center center #6F99ED; background-size:62% auto;}
.menu_nav .menu_ico2{ background:url(../images/menu_ico2.png) no-repeat center center #9297F2; background-size:56% auto;}
.menu_nav .menu_ico3{ background:url(../images/menu_ico3.png) no-repeat center center #FB8585; background-size:56% auto;}
.menu_nav .menu_ico4{ background:url(../images/menu_ico4.png) no-repeat center center #64D2E3; background-size:56% auto;}
.menu_nav .menu_ico5{ background:url(../images/menu_ico5.png) no-repeat center center #F3A672; background-size:60% auto;}
.menu_nav .menu_ico6{ background:url(../images/menu_ico6.png) no-repeat center center #6F99ED; background-size:60% auto;}
.menu_nav .menu_ico7{ background:url(../images/menu_ico7.png) no-repeat center center #5FDABB; background-size:60% auto;}
.menu_nav .menu_icotel{ background:url(../images/menu_icotel.png) no-repeat center center #D584FA; background-size:62% auto;}



/*1*/
.index_title{ padding:25px 0 18px 0;}
.title_z{ font-size:20px; text-align:center; color:#111; text-transform:uppercase; }
.title_f{ font-size:12px; color:#666; text-align:center; margin-top:12px;}

.title_z span{position: relative; font-family:Roboto-Bold;}
.title_z span:before,.title_z span:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
}
.title_z span:before{left: -50px;}
.title_z span:after {right: -50px;}



/*  */
.xian{height: 8px;background: #f8f8f8;}

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

.more_2{ text-align:center; margin:10px 0 30px 0;}
.more_2 a{width:50%;line-height:40px; border-radius:40px; font-size:14px; border:solid 1px #e8e8e8; background:#fafafa; display:inline-block;text-align: center; color:#333;}
.more_2 a:hover{background:#0f8ee7; color:#fff; border:solid 1px #0f8ee7;}



/*=====================================*/
.service{margin-bottom:10px;}
.service .swiper-wrapper{ padding-bottom:40px; }
.service .swiper-slide{ width:100%; background:#f4f5f6; border-radius:5px; overflow:hidden;}
.service .swiper-slide .pic{width:50%;}
.service .swiper-slide img{width:100%; display:block;}
.service .swiper-slide .txt{width:50%; padding:0px 10px 0px 15px; box-sizing:border-box; text-align:justify; line-height:1.6; font-size:12px; display:flex; flex-direction:column; justify-content:center;}
.service .swiper-slide .txt h5 { font-size:14px; color:#000; margin-bottom:5px;}


/*1*/
.tonglan_1{background:url(../images/tonglan_1.jpg) no-repeat center; height:160px; color:#fff; display:flex;align-items:center;}
.tonglan_1  h5{ font-size:18px; margin-bottom:15px;}
.tonglan_1  p{ font-size:12px;}
.tonglan_1 a{display: block;width: 110px;height:32px;line-height: 32px; background:rgba(255,255,255,.25); border:solid 1px rgba(255,255,255,.45); text-align:center; border-radius:38px; color:#fff; margin-top:20px;}

/*=====================================*/
.news {}
.news dl{ width:100%;box-shadow: 0px 5px 10px rgba(0,0,0,.1); margin-bottom:15px;}
.news dt{ background: #ece3ee; padding:15px 15px; font-size:15px; color:#fff; border-radius:5px 5px 0 0;}
.news dt span{font-size:12px; float:right;}
.news dd{ border:solid 0px #ddd;}
.news .tit1{background:#06c;}
.news .tit2{background:#0f8ee7}


.news dd{ padding:15px 15px; background:#fff;}
.news dd li{line-height:2; background: url(../images/dian.png) no-repeat left center; padding-left: 12px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news dd li span{float:right; color:#888; margin-left:10px; font-size:13px;}



/**/
.news_list li{ border-bottom:solid 1px #e8e8e8; padding:15px 0px; position:relative;}
.news_list li a{display: block; }
.news_list li .txt{padding-right: 15px;}
.news_list li .txt h5{font-size:14px; margin-bottom:10px; font-weight:normal; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news_list li .txt p{  color:#999; font-size:13px;}
.news_list li i.arr{color: #ccc; float:right; font-size:15px; margin-top:10px;}


/*============================================*/	
.pic_art_list{}
.pic_art_list li{ border-bottom:solid 1px #f1f4f7; padding-bottom:15px;  margin-top:15px;}
.pic_art_list li .pic{width:35%;float:left; overflow:hidden; margin-right:10px;}
.pic_art_list li .pic img{width:100%; display:block; border-radius:3px;}
.pic_art_list li .txt{}
.pic_art_list li .txt h5{font-size:14px; margin-bottom:10px; line-height:1.6;}
.pic_art_list li .txt p{line-height:2em; text-align:justify; color:#a0a9b4;}
.pic_art_list li .txt .txt_info{ text-align:right; margin-top:10px;}
.pic_art_list li .txt span{color: #9aa5b2; font-size: 12px; margin-left:10px;}
.pic_art_list li .txt .time{font-size:12px; color:#888;}


/*1*/
.footer{padding:25px 10px 15px 10px; /*background:url(../images/footer_bg.jpg) no-repeat center #15569D*/ background:url(../images/foot_map.png) no-repeat center top #014099; background-size:contain;}
.footer p,.footer p a{ font-size:14px; color:rgba(255,255,255,0.5); line-height:2.5em;}
.footer p i{margin-right:5px;}

.footer .copy_right{margin-top:10px; border-top:solid 1px rgba(255,255,255,0.1); padding-top:10px;  /*text-transform:uppercase*/}
.footer .copy_right p,.footer .copy_right p a{color:rgba(255,255,255,0.3); font-size:12px;}


/**/
.page_ban{ width:100%; position:relative; overflow:hidden; background-size:cover; color:#fff; height:100px;}
.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; justify-content:center; align-items:center;}
.page_ban .txt h5 { font-size:20px; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); font-family: LEMONMILK;}
.page_ban .txt h3 { font-size:16px; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }


/*========*/

#m_n_nav{background: #fafafa; border-bottom:solid 1px #e8e8e8;line-height: 36px;height: 36px;position: relative;z-index: 99; width: 100%; }
#m_n_nav #bnt_back {position: absolute;left: 15px;top:2px;}
#m_n_nav #bnt_back img { height: 15px; }
#m_n_nav h3{font-size: 12px;color:#888;line-height:36px; font-weight:normal; padding-left:10px;}
#m_n_nav h3 a{color:#333;}
#bnt_sub_nav { position: absolute; right:12px; top: 7px; cursor: pointer; }
#bnt_sub_nav img { display: block; height: 20px; transition:0.3s all;}
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

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


/*  */
.sub_nav{}
.sub_nav li{height:40px;line-height:40px;position:relative;background:#fff;  border-bottom:1px solid #e7e7e7; 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:#DA251E;}


.pro_nav{ text-align:center; margin:5px 5px 20px 5px;}
.pro_nav a{display:inline-block; padding:10px 15px; border:solid 1px #e8e8e8; border-radius:30px; margin:5px 2px; font-size:12px;}
.pro_nav a.curr{background:#06c; color:#fff;  border:solid 1px #06c;}


/*============================================*/	
.pic_list{}
.pic_list li{width:48%;  margin-bottom:10px; transition:0.5s all; position:relative;}
.pic_list li .pic{width:100%; }
.pic_list li .pic img{width:100%; display:block; border-radius:3px;}
.pic_list li .txt { text-align:center;background:#fff; line-height:30px; font-size:13px;}



/*  */
.ntitle{ margin-top:20px; border-bottom:dotted 1px #ddd; margin-bottom:10px;  text-align:center;}
.ntitle h1{font-size:18px; line-height:1.8em;}
.ntitle span{font-size: 12px; color: #888;margin:5px 5px  10px 0; display:inline-block;}

.neirong{line-height:2em; overflow: hidden; font-size:14px; color:#555;}
.neirong img{max-width:100%;  border-radius:3px;}
.neirong p{margin-bottom:10px;}

.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;
}




/*============================================*/

/**/
#pro_pic{position:relative; z-index:0; overflow:hidden; border:solid 1px #e8e8e8; margin:20px 10px 10px 10px;}
#pro_pic .swiper-slide{}
#pro_pic .swiper-slide .pic img{width:100%; display:block; opacity:1;}
	
/**/
#pro_pic .swiper-pagination{text-align:center;}
#pro_pic .swiper-pagination-bullet{width:6px;height: 6px; display: inline-block;  background: rgba(0,0,0,0.2);  opacity:1; margin-right:3px; transition:0.3s all; border-radius:8px;}
#pro_pic .swiper-pagination-bullet-active{  background: rgba(0,0,0,0.5); width:20px; }
#pro_pic .swiper-pagination{bottom:10px;}

/**/
.pro_box1{ background:#fff; box-sizing:border-box; margin-top:20px;}
.pro_box1  h1{font-size:18px;color: rgba(17,17,17,1);line-height:1.5em;margin: 20px 0 10px 0; font-weight:bold;}
.pro_box1 .pic{height:200px; border:solid 1px #e8e8e8; box-sizing:border-box; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.pro_box1 .pic img{max-width:100%; max-height:100%; display:block;}
.pro_box1  p{line-height:1.5; color:#666; margin:10px 0; text-align:justify;}

/**/
.pro_box1 .ft{ margin-top:25px;}
.pro_box1 .ft li{ width:30%; margin:0 1.5%; float:left;}
.pro_box1 .ft li a{display:block; border-radius: 5px;height: 40px; box-sizing:border-box; text-align: center;border: 1px solid #ff6347; font-size: 16px;  line-height: 40px; color: #ff6347;}

.pro_box1 .ft li.chat a{background-color: #df3033;border: 1px solid #df3033;color: #fff;}
.pro_box1 .ft li.wechat a{background-color: #2bad13;border: 1px solid #2bad13;color: #fff;}



.pro_box1 .info1{ background:#f2f2f2; font-size:12px; text-align:justify; padding:10px 15px; line-height:24px;}
.pro_box1 .info1 span{font-size:12px; color: #f00; font-weight:bold;}
.pro_box1 .cpjl{ background:url(../images/fwys1.png) no-repeat 10px center; background-size:46px auto; line-height:60px; border:solid 1px #e8e8e8;   padding-left:60px; font-size:16px; margin-top:15px;}


/**/
.xgzy {margin-top:15px;}
.xgzy .tit{ font-size:18px; }
.xgzy li{width: 48%; height: 60px; float: left; margin:10px 0; border-radius:5px;}
.xgzy li:nth-child(2n){ float:right;}
.xgzy li img {margin-right: 5px;vertical-align: middle;}
.xgzy a {display: block;height: 100%; padding-left: 10px;padding-top: 12px;  box-sizing:border-box;  border:solid 1px #e8e8e8;}

/**/
.xg_tit h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:4px;height:18px; 
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background:#004EA2;
}


.xg_art{}
.xg_art h5{font-size:16px; margin:20px 0 15px 0; font-weight:bold; position:relative; padding-left:12px;}
.xg_art h5:after {width:4px;height:15px; 
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background:#06c;
}
.xg_art ul li{line-height:2.4; font-size:14px; background:url(../images/dian.png) no-repeat left center; padding-left:15px; box-sizing:border-box;}
.xg_art ul li span{float:right; font-size:12px; margin-left:10px; color:#888;}

/**/
.liuyan{margin-bottom:50px;}
.message_input {margin-top:25px;}
.message_input ul{ display:flex; justify-content:space-between;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #a1a7b2;font-size:14px;font-family:Microsoft Yahei;}
.message_input ul li{ width: 46%;} 
.message_input span{display: block;font-size:14px; } 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid #ddd;width: 100%;padding:6px 0;} 
.message_input input:focus,.message_input textarea:focus {border-bottom: 1px solid #004EA2;}
.message_input textarea{clear: both;display: block;border: none;background: none;outline: none;border-bottom: 1px solid #ddd;width: 100%;padding: 10px 0;box-sizing: border-box;min-height: 80px;} 

.message_input .form-group input{width:50%; }

.message_input .submit{ border:none;outline: none; font-size:18px; cursor:pointer; text-align:center; color:#fff; background:#004EA2; transition:0.3s all; width:100%; height:50px; line-height:50px;}
.message_input .submit:hover{  transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0,0,0,.3);}
.message_input .submit i{margin-left:10px;}


/**/
.ctrl{margin-top: 40px; display: flex;justify-content: space-between;}
.ctrl a{position: relative; height: 50px;width:33%; background-color: #e7e7e7; box-sizing: border-box;z-index: 99;transition: 0.3s;}
.ctrl a:before{
	content: "";
	position: absolute;
	bottom: 0;left: 0;
	width: 100%;height: 1px;
	background-color: #014099;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
a#back:after,a#prev:after,a#next:after{
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 100%;height: 100%;
	background-image: url(../images/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}

.ctrl a:hover:before{height: 100%;opacity: 1;}
a#back:hover:after{background-image: url(../images/btn-back2.png);}
a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
a#next:hover:after{background-image: url(../images/btn-next2.png);}



/*--------*/
.jxwz_table{}
.jxwz_table table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:12px; line-height:20px;text-align:center;}
.jxwz_table table tr:nth-child(1){ font-size:12px; background:#eff3f8; font-weight:bold; }
.jxwz_table table td{padding:3px 3px; border:1px solid #D5DFEC;}
.jxwz_table table td:nth-child(2){text-align:left;}



.biaoge{margin-top:20px;}
.biaoge table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
.biaoge table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold; }
.biaoge table td{padding:5px 10px; border:1px solid #D5DFEC;}
.biaoge table td:nth-child(2){text-align:left;}

/*----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: #15569D;
  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:#15569D;transition: all 0.3s ease 0s;}


