﻿@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { background: white;  }
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; font-family:"微软雅黑" ;}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font: 12px \5b8b\4f53, arial, sans-serif; }
input, select, textarea { font-size: 100%; }
/* 去掉 table cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }
/* ie bug：th 不继承 text-align */
th { text-align: inherit; }
/* 去除默认边框 */
fieldset, img { border: none; }
/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display: block; }
/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border: none; font-variant: normal; }
/* 一致的 del 样式 */
del { text-decoration: line-through; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; }
/* 去掉列表前的标识，li 会继承 */
ol, ul { list-style: none; }
/* 对齐是排版最重要的因素，别让什么都居中 */
caption, th { text-align: left; }
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ''; }
/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* 让链接在 hover 状态下显示下划线 */
/*a:hover { text-decoration: underline; }*/
/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; }
/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus { outline: none; }
/* 清除浮动 */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; /* for ie6 & ie7 */ }
.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide { display: none; }
.block { display: block; }
/* 设置浮动，减少浮动带来的 bug */
.fl, .fr { display: inline; }
.fl { float: left; }
.fr { float: right; }
.lk-wapper{ width:1200px; margin:0 auto;}
.lk-wapper-1{ width:910px; margin:0 auto;}
.pos-re{ position:relative}
.pos-ab{ position:absolute}
.red{ color:#e9514f;}

/*内容开始*/
.lk-ban{ width: 100%; height: auto; text-align: center;}
.lk-ban img{ width: 100%;}
/*.lk-ban .arrow-left{background: url(../images/arrows.png) no-repeat left top; cursor: pointer; position: absolute;left: 10px;top: 55%;margin-top: -15px;width: 17px;height: 30px;z-index: 999;}
.lk-ban .arrow-right{background: url(../images/arrows.png) no-repeat left bottom;cursor: pointer; position: absolute;right: 10px;top: 55%;margin-top: -15px;width: 17px;height: 30px;z-index: 999;}*/
.lk-boxa{ width: 100%; padding:30px  0;}
.lk-boxa  h1 , .lk-boxb  h1 ,.lk-boxc h1 , .lk-boxe h1{ text-align: center;font-size:26px; line-height:40px; margin-bottom:5px;color:#272727; font-weight:bold}
.lk-boxa  h5 , .lk-boxb h5, .lk-boxc h5 , .lk-boxe h5{ text-align: center;font-size:16px; line-height:20px; margin-bottom:5px;color:#1b1a1a;}
.lk-boxa .line , .lk-boxb  .line ,.lk-boxc .line , .lk-boxe .line{ width: 3%; margin: 10px auto; border-bottom: 2px solid #ff9710; text-align: center;}
.lk-boxa .lk-boxa-con {overflow:hidden; padding: 40px 20px;}
.lk-boxa .lk-boxa-con ul li {float: left; min-height:256px ; width: 33.3%; text-align: center; padding: 20px; box-sizing: border-box;}
.lk-boxa .lk-boxa-con ul li img{ padding-bottom: 10px;}
.lk-boxa .lk-boxa-con h3{font-size:16px; line-height:30px;text-align: center; margin-bottom:5px;color:#222222; font-weight:bold}
.lk-boxa .lk-boxa-con p{font-size:12px; text-align: center; line-height:30px; margin-bottom:5px;color:#303030;}
.lk-boxa .lk-boxa-con ul li a{ text-decoration: none;}

.lk-boxb{ width: 100%; padding:30px  0; background: #ebebeb;}
.lk-boxb .lk-boxb-con {overflow:hidden; padding: 60px 20px;}
.lk-boxb .lk-boxb-con ul li {float: left; width: 22%; min-height: 388px; margin-right: 1%; margin-left: 2%; border: 1px solid #52cbaa; background: #fff; text-align: center; padding: 20px; box-sizing: border-box;}
.lk-boxb .lk-boxb-con ul li a{text-decoration: none;}
.lk-boxb .lk-boxb-con ul li img{ padding-bottom: 10px;}
.lk-boxb .lk-boxb-con .biaoti{background:#52cbaa; text-align: center; line-height: 38px; padding: 0 20px; color: #222222; }
.lk-boxb .lk-boxb-con p{ text-align: left; line-height: 26px; margin: 6px;}

.lk-boxc{ width: 100%; padding:30px  0; background: #fff;}
.lk-boxc .lk-boxc-con {overflow:hidden; padding: 60px 20px;}
.lk-boxc .lk-boxc-con ul li {float: left; width: 14%;  margin-right: 1%; margin-left: 1%; text-align: center; box-sizing: border-box;}
.lk-boxc .lk-boxc-con ul li a{text-decoration: none;}
.lk-boxc .lk-boxc-con ul li img{ width: 100%; box-shadow: 1px 1px 5px #d4d3d1;}

.lk-boxd{ width: 100%; padding:30px  0; height: 532px; background: url(/files/image/lk-ggw-dt.png) no-repeat center;}
.lk-boxd .lkimg2{ position: absolute; left:30px; top:80px; z-index:999;}
.lk-boxd .lkimg3{ position: absolute; right:-10px; top:200px; z-index:999;}
.lk-boxd .tel{  position: absolute; left:220px; font-size: 16px; top:400px;z-index: 999; padding: 8px 30px; line-height: 36px; background: #e04b10; color: #fff; text-align: center; border-radius:30px;}
.lk-boxd .tel a{color: #fff; display: block; text-decoration: none;}

.lk-boxe{ width: 100%; padding:30px  0; background: url(/files/image/p-sm-dt.png) no-repeat;background-size: cover;}
.lk-boxe .lk-boxe-con {overflow:hidden; padding: 20px 20px;}
.lk-boxe .lk-boxe-con table{ width:60%;   margin:0 auto}
.lk-boxe .lk-boxe-con table thead th{ text-align:center; font-size:24px; line-height:50px; padding-bottom:20px;}
.lk-boxe .lk-boxe-con table thead th span{ padding-top:30px; border-top:#FFF solid 2px;}
.lk-boxe .lk-boxe-con table thead th em{ font-size:40px; padding:0 10px; color:#ff9710; font-weight:bold; }
.lk-boxe .lk-boxe-con table tbody th{ font-size:18px; text-align:right; padding:5px 20px 5px 0;}
.lk-boxe .lk-boxe-con table tbody td{ padding:8px 0; }
.lk-boxe .lk-boxe-con table tbody td input{ border-radius:5px; border:#666 solid 1px; padding:8px 10px; width:400px;height:48px; box-sizing:border-box; line-height:30px;font-family:"微软雅黑";}
.lk-boxe .lk-boxe-con table tbody td button{ cursor:pointer; margin-top:20px; padding:5px; background:#52cbaa; color:#fff; border:none; border-radius:5px; width:180px; font-size:18px; font-family:"微软雅黑"; line-height:40px; height:50px;}
.lk-boxe .lk-boxe-con table tbody td button:hover{ background:#3ba387;}



.tanm-delay1 {
   
    -webkit-animation-delay: .1s;
  }

  .tanm-delay2 {
  
    -webkit-animation-delay: .2s;
  }
  .tanm-delay3 {
   
    -webkit-animation-delay: .3s;
  }
  .tanm-delay4 {
   
    -webkit-animation-delay: .4s;
  }
  .tanm-delay5 {
   
    -webkit-animation-delay: .5s;
  }

  .tanm-delay6 {
   
    -webkit-animation-delay: .6s;
  }


#menu-container.menu-container {position: fixed;top: 100px;left: -160px;z-index: 4;width: 200px;}
#menu-container .list-menu::-webkit-scrollbar{background: #3973DB; width:15px;}
#menu-container .list-menu{width: 160px;text-align: right;background: url(../images/bg-dh.png);background-size: contain;overflow-y:auto; }
#menu-container .list-menu li{margin:0 10px;border-bottom: 1px solid #739AE9;height:40px}
#menu-container .list-menu a{position: relative;display: block;padding: 10px;color: #fff;font-size:14px;}
#menu-container a,#menu-container a:link,#menu-container a:hover,#menu-container a:visited,#menu-container a:active {text-decoration: none;}
#menu-container .list-menu .list-menu-top{text-align:center;background: #769DE8;margin: 10px;border-radius: 5px;border-bottom: 0;}
#menu-container .list-menu .list-menu-top>a:hover{background: none;}
#menu-container .list-menu li>a:hover{background: #739AE9;}
#menu-container .menuList{position: absolute; top: 0px;left: 160px;z-index: 4;background: #407AE6;color: #fff;}
#menu-container .menuList:hover{cursor: pointer;}
#menu-container .menuList>p{margin-bottom: 0;}
#menu-container .menuTop{width: 15px; font-size: 16px; word-wrap: break-word; letter-spacing: 10px;padding: 12px;background: #407AE6;}
#menu-container .list-menu .sidebar-nav>li a.active{background: #739AE9;}
#menu-container .list-menu { scrollbar-face-color: #3973DB; scrollbar-highlight-color: #3973DB; scrollbar-shadow-color: #3973DB; scrollbar-3dlight-color: #3973DB; scrollbar-arrow-color: #3973DB; scrollbar-track-color: #3973DB; scrollbar-darkshadow-color: #3973DB; scrollbar-base-color: #3973DB;}
#menu-container .listnav {    margin-bottom: 10px;padding-left: 0;list-style: none;}
#menu-container .listnav li {    position: relative; display: block;}

/*说明页面*/
.sm-wapper{width: 975px; height: auto; margin: 0px auto 30px  auto ; padding-top: 60px;}
.sm-wapper .sm-cont-ny{width: 700px;  line-height: 30px; text-align: center; margin: 0 auto;}
.sm-wapper .sm-cont-ny p{line-height: 30px; text-align: left;}
.sm-wapper .sm-cont-ny-an{ width:300px; line-height:50px; height: 50px; margin: 30px auto 60px auto; text-align: center; color: #4a91db; border: 1px solid #4a91db; border-radius:3px ;}
.sm-wapper .sm-cont-ny-an a{color: #4a91db;font-size: 18px; display: block;text-decoration: none;}
.sm-wapper .sm-cont-ny-an a:hover{color: #fff; display: block; background: #4a91db;}
.sm-login{width: 100%;padding-bottom: 20px;  text-align: center; background: url(/files/image/p-sm-dt.png) no-repeat; background-size:cover ;}
.sm-login .sm-login-wapper{width: 975px;  margin: 0 auto;}
.sm-login .sm-login-wapper .sm-login-wapper-ny{width: 850px; height:auto;margin: 0px auto; padding-top:60px; }
.sm-login .sm-login-wapper .sm-login-wapper-ny table{ border:1px solid #fff;width: 850px; height:auto; }
.sm-login .sm-login-wapper .sm-login-wapper-ny tr{ line-height: 50px; text-align: center; color: #fff;}
.sm-login .sm-login-wapper .sm-login-wapper-ny tr a{ color: #fff;}
.sm-login .list-item{margin:30px 30px 0;}