@charset "utf-8";
/*
 * 
 * www.dookay.com
 */

.affix{
  position: fixed;
}

/* icon */
.icon-phone{
  width: 13px;
  height: 23px;
  margin-top: 4px;
}
.icon-microblog{
  width: 20px;
  height: 20px;
  margin-top: 4px;

  background-position: -30px 0;
}
.icon-microblog:hover{
  background-position:-150px -90px;
}
.icon-wechat{
  width: 20px;
  height: 20px;
 
  margin-top: 4px;
  background-position: -60px 0;
}
.icon-wechat:hover{
  background-position: -180px -90px;
}
.icon-tel{
  width: 18px;
  height: 18px;
  margin: 5px 10px 0 0;
  background-position: -90px 0;
}
.icon-horizontal-1,
.icon-horizontal-2,
.icon-horizontal-3{
  width: 30px;
  height: 4px;
  background-position:-205px 0;
}
.icon-horizontal-2{
  background-position:-205px -5px;
}
.icon-horizontal-3{
  background-position:-205px -10px;
}

.icon-eye{
  width: 20px;
  height: 11px;
  margin: 5px 5px 0 0;
  background-position: -180px -30px;
}
.icon-plus-circle{
  float: right;
  margin: 2px 0 0 10px;
  width: 19px;
  height: 19px;
  background-position: -150px -30px;
}
.icon-next,
.icon-prev{
  width: 30px;
  height: 51px;
  background-position: -240px 0;
}
.icon-next{
  background-position: -270px 0;
}
.icon-down,
.icon-up{
  width: 33px;
  height: 19px;
  margin:26px 0 0 19px;
  background-position: 0 -90px;
}
.icon-down{
  margin:28px 0 0 19px;
  background-position: 0 -120px;
}
.icon-wechat-blank{
  width: 24px;
  height: 19px;
  margin:6px 0 0 4px;
  background-position:0 -30px;
}
.icon-microblog-blank{
  width: 23px;
  height: 18px;
  margin:6px 0 0 5px;
  background-position: -30px -30px;
}
.icon-phone-blank{
  width: 14px;
  height: 23px;
  margin:4px 0 0 9px;
  background-position: -60px -30px;
}
.icon-tel-blank{
  width: 22px;
  height: 22px;
  margin:5px 0 0 5px;
  background-position: -90px -30px;
}
.icon-backtop{
  width: 17px;
  height: 16px;
  margin:8px 0 0 9px;
  background-position: -120px -30px;
}
.icon-download{
  width: 20px;
  height: 20px;
  background-position: -210px -30px;
}
.icon-download-white{
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background-position:-210px -60px;
}
/* 箭头组件 */
.arrow{
  display: block;
  width: 20px;
  height: 20px;
  background:url(/public/images/index/arrow.png) left top no-repeat;
}
.arrow-news{
  width: 52px;
  height: 25px;
  background-position: -180px -30px;
}
.arrow-1{
  width: 64px;
  height: 30px;
  background-position: -180px 0;
}
.arrow-2,
.arrow-3,
.arrow-4{
  width: 58px;
  height: 18px;
  background-position: 0 -2px;
}
.arrow-3{ background-position: -60px -2px;}
.arrow-4{ background-position: -120px -2px;}

.arrow-5,
.arrow-6,
.arrow-7{
  width: 52px;
  height: 25px;
  background-position: 0 -60px;
}
.arrow-6{background-position: -60px -60px;}
.arrow-7{
  margin-left: 5px;
  background-position: -120px -60px;
}

.arrow-8{
  width: 23px;
  height: 40px;
  background-position: 0 -90px;
}

.arrow-sm-1{
  width: 8px;
  height: 17px;
  background-position: -30px -30px;
}
.arrow-sm-2{
  width: 8px;
  height: 17px;
  background-position: 0 -30px;
}
.arrow-sm-3{
  width: 12px;
  height: 6px;
  background-position:-120px -30px;
}
/* 面包屑 */
.breadcrumb{
  height: 42px;
  line-height: 42px;
  font-size: 12px;
}
.breadcrumb li{
  float: left;
  padding-right: 6px;
  cursor: default;
}
.breadcrumb a{
  margin-right: 6px;
}

/* 分页 */
.pagination ul{
  float: right;
}
.pagination li{
  float: left;
  padding: 0 3px;
}
.pagination a{
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  color: #666;
}
.pagination a:hover,
.pagination .active a{color:#d7a54a;}
.pagination .active a{ text-decoration: underline;}
.pagination .txt{
  line-height: 22px;
  color: #bbb;
}
.pagination input{
  width: 25px;
  height: 16px;
  line-height: 16px;
  padding:1px 4px;
  text-align: center;
  color: #bbb;
  border:1px solid #eee;
}
.pagination .btn{
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}
.pagination .disabled a{
  pointer-events: none;
  cursor: default;
  opacity: .65;
  filter: alpha(opacity=65);
}

.pager{
  position: absolute;
  z-index: 2;
  width: 72px;
}
.pager a{
  display: block;
  height: 72px;
  background-color: #fff;
}
.pager .bx-next{
  background-color: #fff;
}
.pager .bx-next:hover{background-color: #fb9127}
.pager .bx-next:hover .icon{
  background-position: -60px -90px;
}
.pager .bx-prev:hover{background-color: #fb9127}
.pager .bx-prev:hover .icon{
  background-position: -60px -120px;
}
/* 文章内容 */
article{
  font-size: 14px;
  line-height: 30px;
}

/* bxslide */
.bx-wrapper{
  position: relative;
  z-index: 1;
}
.bx-wrapper .bx-viewport {
  overflow:hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-controls-direction a{
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -45px;
  display: block;
  width: 40px;
  height: 90px;
  opacity: .4;
  filter:alpha(opacity=40);
}
.bx-controls-direction .bx-next{
  left: auto;
  right: -80px;
}
.bx-controls-direction a:hover{
  opacity: 1;
  filter:alpha(opacity=100);
}
.bx-controls-direction a .icon{
  margin-top: 20px;
  margin-left: 5px;
}

.bx-pager .bx-pager-item{
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
.bx-pager .bx-pager-item a{
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -10000px;
  background:url(/public/images/index/icon.png) -150px 0;
  cursor: pointer;
}
.bx-pager .bx-pager-item .active{
  background-position: -120px 0;
}
/* header头部 */
header{
  height: 80px;
  background-color: #fff;
}
header .container{ width: 1200px;}
header .brand{
  float: left;
  width: 240px;
 /*  padding-top: 9px; */
  height: 80px;
}
header .menu-content{
  height: 80px;
}
header .brand a{
  /* display:block;
  height: 100%;
  text-indent: -10000px;
  background: url("/public/images/index/index1.png") right top no-repeat; */
}
.header-menu{
  /*height: 30px;
  background-color: #f9f9f9;*/
}
.header-menu>.container>a{
  font-size: 12px;
  line-height: 30px;
}
.menu-top{
  float: right;
}
.menu-top li{
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
}
.menu-top .login{
  color: #999;
}
.menu-top .login a{
  margin-right: 7px;
  color:#f98818;
}
.menu-top .dropdown{
  position: relative;
}
.menu-top .dropdown:hover .dec-line{
  position: absolute;
  left: 0px;
  top: 29px;
  width: 30px;
  height: 1px;
  background-color: #fcfcfc;
  overflow: hidden;
  z-index: 1002;
}
.menu-top .menu-item-a{
  width: 30px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.menu-top .menu-item-a:hover{
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  background-color: #fcfcfc;
}
.menu-top .menu-phone{
  width: 95px;
}
.menu-top .menu-phone:hover .icon-phone{
  background-position:-120px -90px;
}
.menu-top .menu-phone:hover a{
  color: #f98818;
}
.menu-top .menu-item-a:hover a{
  margin-bottom: -1px;
}
.menu-top .menu-item a{
  position: relative;
  float: left;
  margin-left: 9px;
}
.menu-top .menu-item .wechat,
.menu-top .menu-item .weibo{
  margin-left: 7px;
}
.menu-top .menu-item .app{
  margin-left: 10px;
  /*padding-right: 7px;*/
  /*color: #f98818;*/
}
.menu-top .menu-item .dropdown-menu{
    left: -1px;
    top: 29px;
    /* width: 130px; */
    /* height: 130px; */
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 15px;
    padding-bottom: 10px;
    color: #f98818;
}
.menu-top .weichat .dropdown-menu{
  left: -138px;
}
.menu-top .weichat:hover .icon-wechat{
  background-position: -180px -90px;
}
.menu-top .menu-item:hover .dropdown-menu{
  display: block;
}
.menu-top .tel-service{
  margin-left: 9px;
  font-size: 17px;
  color: #f98818;
  cursor: inherit;
}
.menu-top .regist{
  color: #999;
}
.menu-top .regist a{margin: 0 7px;}

.nav-main{
  clear: right;
  float: right;
  margin: 15px 0;
  /* margin-top: 31px; */
}
.nav-main ul{
  /* position: relative;
  display: block;
  float: left; */
  float: right;
}
.nav-main li{
    font-size: 16px;
    float: left;
    padding: 15px 12px 0;
    position: relative;
}
.nav-main li a{
  font-family: "Microsoft YaHei";
  color: #333;
}
/*.nav-main li a{*/
  /*display: inline-block;*/
  /*white-space: nowrap;*/
  /*height: 30px;*/
  /*line-height: 30px;*/
  /*border-bottom: 2px solid #fff;*/
/*}*/
.nav-main .active a,.nav-main li a:hover{
  color: #f98818;
  border-color: #f98818;
}
.nav-main .open a{
  color: #f98818;
}
.nav-main .active .dropdown-menu a,
.nav-main .open .dropdown-menu a{
  color: #666;
}
.nav-main .active .dropdown-menu a:hover,
.nav-main .open .dropdown-menu a:hover{
  color: #f98818;
}
.nav-main .dropdown-menu{
  /* left:111px;
  top:21px; */left: -28px;
    top: 37px;
  padding:28px 0 0;
  min-width:0;
    width:520px;;
  margin: 0;
  /*background: url("../images/nav-bg.png");*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  /*border-top: 2px solid #f8a32f;*/
    /*height:250px;*/
}
.dropdown-blank{
  padding:40px 0  0 0;
  border-top: 2px solid #f8a32f;
    background-color: #fdf8f4;
    overflow: hidden;
    height: 235px;
}
.nav-main .dropdown-menu .arrow{
  position: absolute;
  left: 50%;
  top: 22px;
  z-index: 1;
  margin-left: -6px;
}
.w-auto{
    width: 305px;
}
/*.nav-main .about-nav .dropdown-menu{*/
    /*display: block;*/
/*}*/
/*.nav-main .product-nav .dropdown-menu{*/
    /*display: block;*/
/*}*/
/*.nav-main .news-nav .dropdown-menu{*/
    /*display: block;*/
/*}*/
/*.nav-main .research-info-nav .dropdown-menu{*/
    /*display: block;*/
/*}*/
.about-nav .dropdown-menu .arrow-sm-3{
    left: 13.5%;
}
.product-nav .dropdown-menu .arrow-sm-3{
    left: 38.5%;
}
.news-nav .dropdown-menu .arrow-sm-3{
    left: 63.5%;
}
.research-info-nav .dropdown-menu .arrow-sm-3{
    left: 87%;
}
.all-nav-list{
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
}
.all-nav-list ul{
    width: 100%;
    /*display: inline-block;*/
}
.all-nav-list li{
    float: none;
    margin: 0;
    font-size: 13px;
}
.all-nav-list li a{
    line-height: 30px;
}
.border-control{
    border-right: 1px solid #febe7f;
}
.nav-table{
    margin-bottom: 30px;
    width: 100%;
}
.nav-table td{
    vertical-align: top;
    width: 33%;
    height: 190px;
}
.nav-table h4{
    color: #626469;
}
.nav-main .dropdown-menu li a:hover{
    background-color:transparent;
}
.nav-main .dropdown-menu li.active a{
    color: #f98818;
    color: #f98818;
    background-color: transparent;
}
.nav-main .dropdown-menu li.active a .arrow-f{
   background-position:0 -150px;
}
.control-list li a{
    /*padding-left: 25px;*/
    /*padding-right: 30px;*/
    display: block;
    width: 100%;
}
.arrow-f{
    display: inline-block;
    width:20px;
    height: 30px;
    vertical-align: middle;
    background:url(/public/images/index/icon.png) no-repeat;
    background-position: 0 -178px;
}
.all-nav-list a:hover .arrow-f{
    background-position: 0 -150px;
}

.about-nav .nav-bg1{
    background:url(/public/images/index/index-bg1.png) no-repeat center;
}
.product-nav .nav-bg1{
    background:url(/public/images/index/index-bg2.png) no-repeat center;
}
.news-nav .nav-bg1{
    background:url(/public/images/index/index-bg3.png) no-repeat center;
}
.research-info-nav .nav-bg1{
    background:url(/public/images/index/index-bg4.png) no-repeat center;
}
.control-list{
    display: none;
    /*padding-left: 20px;*/
}

/* footer底部 */
footer{
  font-size: 12px;
  padding: 46px 0;
  background-color: #fff;
}
footer .brand{
  float: left;
  width: 240px;
  height: 66px;
}
footer .brand a{
  display: block;
  height: 100%;
  text-indent: -10000px;
  background: url("/public/images/index/index1.png") left center no-repeat;
}
footer nav{
  float: right;
  padding-top: 2px;
  margin-right: -6px;
}
footer nav a{
  margin: 0 6px;
}
footer .copyright{
  clear: right;
  float: right;
  padding-top: 3px;
}

/* 标题组件 */
.t-style-1:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.t-style-1{ display: inline-block;}

* html .t-style-1{ height: 1%;}

.t-style-1{
  display: block;
  font-size: 30px;
  font-weight: bold;
}
.t-style-1 small{
  display: block;
  padding-top: 9px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.t-style-1 .icon{
  margin-top: 15px;
}
.t-style-1.text-right .icon{
  float: right;
}
.t-style-1.text-gary-light{
  color: #d2d2d2;
}

.t-style-2{height: 26px;}
.t-style-2 h3{
  float: left;
  margin-right:16px;
  font-size: 24px;
  font-weight: bold;
}
.t-style-2 h4{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.t-style-2 .icon{ margin-top: 3px;}
.t-style-2.text-right h3{
  float: right;
  margin-left: 16px;
  margin-right: 0;
}
.t-style-2.text-right .icon{float: right;}


.t-style-3 li{
  float: left;
  padding:0 9px;
}
.t-style-3 a{
  display: block;
  width: 188px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #f98818;
  background-color: #fff;
  border:1px solid #f98818;
}
.t-style-3 a:hover{
  background: #f98818;
  color: #fff;
}
/*.t-style-3 a span{
  margin-right: 5px;
  font-size: 14px;
  color: #f98818;
}*/
.t-style-3 .active a{
  background-color:#f98818;
  color: #fff;
}
.t-style-3 .active a span{
  display: none;
}
/* 块头部组件 */
.block-main{
  position: relative;
  z-index: 1;
  height: 524px;
  background:url(/public/images/index/bg-block-main-index.png) center top no-repeat;
}
.block-main .container{
  position: relative;
  z-index: 2;
}
.block-main h2{
  padding-top: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 330px;
  text-align: right;
}
.block-main .pic{
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 3;
  width: 403px;
  min-height: 276px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, .05);
}
.block-main .pic img{
  width: 403px;
  height: 276px;
}
.block-main section{
  position:absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 653px;
  height: 258px;
  padding-left: 100px;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #fff;
}
.block-main .bg-blank{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 373px;
  width: 50%;
}
.block-main .arrow-1{
  position: absolute;
  right: 28px;
  top: 0;
  z-index:2;
}
.block-main section p{
  line-height: 24px;
  text-align: justify;
}

/* 内容块箭头 */
.container-arrow{
  position: relative;
  z-index: 2;
}
.container-arrow .arrow-left,
.container-arrow .arrow-right{
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
}
.container-arrow .arrow-right{
  left: auto;
  right: 30px;
}

/* 新闻动态块 */
.block-news{
  position: relative;
  z-index: 2;
  margin-top: -120px;
}
.block-news .container{
  background-color: #fff;
  min-height: 690px;
}
.block-news .block-header{
  position: relative;
  z-index: 1;
  background-color: #e0d0ac;
}
.block-news .block-header .t-style-1{
  position: relative;
  z-index: 11;
  float: left;
  width: 200px;
  height: 87px;
  padding-right: 40px;
  padding-top: 33px;
  background-color: #666;
}
.block-news .block-header .t-style-1 .icon{
  margin-top: 10px;
}
.block-news .block-header .t-style-1 .arrow-sm-2{
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
}
.block-news .arrow-left{
  left: 90px;
}
.block-news .block-header ul{
  margin-left: 240px;
}
.block-news .block-header li{
  float: left;
}
.block-news .block-header li a{
  position: relative;
  z-index: 1;
  display: block;
  height: 120px;
  line-height: 120px;
  width: 173px;
  text-align: center;
  font-size: 36px;
  color: #f6f6f6;
  border-right: 1px solid #e5d9bc;
}
.block-news .block-header .disabled a {
    background-color: #999;
    cursor: text;
    border-right: 1px solid #aaa;
}
.block-news .block-header .disabled a:hover {
    background-color: #999;
    cursor: text;
}
.block-news .block-header li a:hover{
  background-color: #dec999;
}
.block-news .block-header li a .arrow{
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
  display: none;
}
.block-news .block-header .active{
  position: relative;
  z-index: 10;
}
.block-news .block-header .active a,
.block-news .block-header .active a:hover{
  background-color: #f98818;
}
.block-news .block-header .active a .arrow{display: block;}
.block-news .block-header .other a{
  border-right: none;
  width: 164px;
  font-size: 18px;
}

.list-news > li{
  height: 171px;
  padding-right: 30px;
}
.list-news li.last-child{
  height: auto;
}
.list-news .date{
  float: left;
  border-top: 1px solid #7b7b7b;
  width: 240px;
  height: 126px;
  padding-top: 44px;
  color: #949494;
  text-align: center;
  background-color: #666;
}
.list-news .date b{
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #d2d2d2;
  font-weight: normal;
}
.list-news .cnt{
  margin-left: 287px;
  height: 146px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}
.list-news .pic{
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 38px;
  overflow: hidden;
}
.list-news .pic img{
  min-width: 120px;
  height: 120px;
}
.list-news .cnt strong{
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 20px;
  /*margin-left: 158px;*/
}
.list-news .cnt .view-count{
  font-style: normal;
}
.list-news .cnt .view-count .icon-eye{
  /*margin-left: 10px;*/
}
.list-news .cnt .tags a{
  font-size: 14px;
  margin-right: 10px;
  text-decoration: underline;
  font-weight: normal;
  color: #e3d1ad;
}
.list-news .cnt p{
  line-height: 24px;
  height: 44px;
  overflow: hidden;
  display: block;
  display: block;
  /*margin-left: 158px;*/
  /*display:box;*/
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.list-news .cnt .more{
  color: #f98818;
  margin-left: 38px;
}
.list-news .operate{
  padding-top: 14px;
}
.list-news li:first-child .cnt{border-top-color: #fff; }
.list-news li.ie-first-child .cnt{border-top-color: #fff;}

.block-news .pager{
  right: -73px;
  top: 50%;
  margin-top: -12px;
}
.block-news .txt li a{
  font-size: 24px;
}

/* 侧导航 */
.menu-aside{
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 1000;
}
.menu-aside li{
  margin-top: 1px;
  width: 32px;
  height: 32px;
}
.menu-aside a{
  display: block;
  height: 32px;
  background-color: #e0d0ac;
  border-radius: 4px;
}
#backtop{
  display: none;
}
.menu-aside a:hover{
  background-color:#dbc491;
}

/* box */
.box-main{
  position: relative;
  z-index: 2;
  min-height: 105px;
  padding-top: 50px;
  margin-top: -105px;
  background-color: #fff;
}
.bg-quotes{
  background-image:url(/public/images/about/bg-quotes.png);
  background-repeat: no-repeat;
  background-position: center 110px;
}
/* 该页无内容 */
.in-progress{
  position: relative;
  width: 100%;
  height: 350px;
  background: url(/public/images/in-progress-bg.png) 140px 76px no-repeat;
  background-color: #fff;
  padding-top: 220px;
  z-index: 3;
}
.in-progress h5{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #999;
  text-indent: 650px;
}
.in-progress p{
  font-size: 18px;
  line-height: 18px;
  padding-top: 24px;
  color: #999;
  text-indent: 655px;
}
/* 错误界面 */
.noah-error{
  height: 695px;
  text-align: center;
}
.noah-error img{
  margin-top: 45px;
}

.icon-time {
    width: 19px;
    height: 19px;
    background:url(/public/images/index/order.png) no-repeat;
}