@charset "UTF-8";
@font-face {
    font-family: 'geoslab703_md_btmedium';
    src: url("../fonts/geo703m-webfont.eot");
    src: url("../fonts/geo703m-webfont.eot") format('embedded-opentype'),
         url("../fonts/geo703m-webfont.woff2") format('woff2'),
         url("../fonts/geo703m-webfont.woff") format('woff'),
         url("../fonts/geo703m-webfont.ttf") format('truetype'),
         url("../fonts/geo703m-webfont.svg#geoslab703_md_btmedium") format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 设置默认字体 */ 
body, button, input, select, textarea {
    font-family: "Microsoft YaHei","simsun","Arail";
    font-size: 14px;
    outline:none;
    color:#828282 ;
    position:relative;
}
ul,ol{padding:0;margin-bottom:0px;}
li{list-style:none;}
.fl{float: left}
.fr{float: right}
/*公共样式开始-------------*/
    /*头部*/

.menu{width:100%;overflow:hidden;height:80px;}
.menu ul{position:relative;float:left;left:50%;}
.menu ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 9px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}
.menu ul li div{padding-bottom:10px;}
.menu ul li a,.menu ul li a:hover{color:#666666;}
.menu ul li i{width: 100%; height: 1px;display: block;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
    background:#e00013;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  } 
.menu ul li:hover i,.menu ul li.cur i{
  -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

@media (min-width: 768px){
  .menu{height:120px;}
  .menu ul li{margin:0 20px;margin-top:45px;}
}
@media (min-width:992px) {
  .menu{height:140px;}
  .menu ul li{margin:0 20px;margin-top:60px;}
}

@media (max-width:992px){
  .menu ul li div{padding-bottom:2px;}
  .menu {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .menu ul li {
    margin: 0 17px;
  }
}

@media (max-width:544px){
  .menu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu ul li {
    margin: 0 7px;
    font-size: 12px;
  }
}


/*QQ在线客服*/
/*.QQ_s{width:135px;height:102px;position:fixed;right:10px;top:100px;z-index:9999999}
.QQ_y{width:135px;overflow:hidden;overflow:hidden;height:102px}
.QQ_x{width:135px;height:295px;overflow:hidden;background:url(../images/qq_s_03.png) no-repeat;display:none;padding-top:110px}
.qq_i{width:84px;height:30px;overflow:hidden;overflow:hidden;background:url(../images/qq_s_i_03.jpg) no-repeat;display:block;margin:0 auto;color:#fff;line-height:220%;text-indent:28px;font-size:13px;margin-bottom:5px}
.qq_i:hover{color:#fff}*/


.gf-logo h1{width: 146px;height: 50px;margin-top:30px;margin-bottom:5px;position: absolute; top:0; left: 4%;z-index: 2;}
.gf-logo h1 a{background:url("../images/logo.png") no-repeat center;display:block;-moz-background-size: auto 50px;-o-background-size: auto 50px;background-size: auto 50px;height:60px;width:438px;}
.gf-logo h1 a:focus {
    outline: none;
}

/*------------------------------- 侧边栏 -------------------------------------*/
.aside-nav {
    position: fixed;
    right: 7px;
    top: 50%;
    transform:translateY(-50%);
    z-index: 10000;
}
.aside-nav-close {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    line-height: 52px;
    background: #e75c1e;
    border-radius: 50%;
    text-align: center;
    visibility: visible;
    cursor: pointer;
}
.aside-nav-in.close {
    transform: translateX(100px);
    visibility: hidden;
    transition: .3s;
}
.aside-nav-one {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    height:54px;
    width:54px;
    line-height: 52px;
    text-align: right;
}

.aside-nav-one-img {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
    width: 54px;
    height: 54px;
    text-align: center;
    transition: .3s;
}
.aside-nav-one-img img{
    width: 22px;
}
.more-width:hover .aside-nav-one-img {
    left: -73px;
}
.more-width-call:hover .aside-nav-one-img {
    left: -102px;
}
.aside-nav-one-desc {
    position: absolute;
    right: 0;
    padding-right: 16px;
    width: 54px;
    height: 54px;
    font-size: 14px;
    line-height: 52px;
    background: #074889;
    color: #074889;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s, color .1s;
}

.aside-nav-one-desc .qq-name{
    display: inline-block;
    margin-right: 15px;
}

.aside-nav-one-desc .qq-name i{
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.aside-nav-one-desc .qq-name span{
  font-size: 14px;
  color: #074889;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.qq-name-box{
    position: absolute;
    right: 0px;
}
.more-width:hover .aside-nav-one-desc {
    width: 125px;
    color: #fff;
    transition: .3s;
}
.more-width-call:hover .aside-nav-one-desc {
    width: 156px;
}

.more-width-qq:hover .aside-nav-one-desc {
    width: 281px;
}

.more-width-qq:hover .aside-nav-one-desc span{
    transition:.3s .1s;
    color: #fff;
}

.more-width-qq:hover .aside-nav-one-img{
    left: -223px;
}

.aside-nav-one-qrcode {
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.aside-nav-one:hover .aside-nav-one-qrcode {
    left: -140px;
    opacity: 1;
    visibility: visible;
}

/*------------------------------- 侧边栏end -------------------------------------*/


.gf-pnav{position: absolute;height:60px;margin-top: 30px;padding-right: 4%;top: 0;right: 0; z-index:3;}
.gf-pnav a {
    color: #fff;
    z-index: 2;
    font-size: 15px;
    margin-top: 21px;
    margin-left: 20px;
    overflow: hidden;
    display: inline-block;
}
.gf-pnav a:focus {
    outline: none;
}
.gf-pnav a i{width: 100%; height: 1px;margin-top:10px; display: block;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
        background:#e00013;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
} 
.gf-pnav a:hover i{
    -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}
.gf-header .focus-text{position: absolute;left: 4%;z-index: 2;color:#fff;}
.gf-state{border-bottom: 1px solid #dedede; }

.neirong{display: none;} 

/*手机菜单样式开始-----------*/
.buttonset {
    position:absolute;right:4%;top:15px;z-index:1000;
 transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -moz-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-moz-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-moz-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-o-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
    
}
.nav-moblie {
    width: 25px;
    height:35px;
    position: relative;
    cursor: pointer;
    display: table;
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    
}
.nav-moblie a {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-top:16px;
    position: relative;
    top: 50%;
    width: 100%;
    -moz-border-radius:2px;
         border-radius:2px;
    
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.nav-moblie a:after,
.nav-moblie a:before {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    -moz-border-radius:2px;
         border-radius:2px;
    content:'';
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.nav-moblie a:after { 
    top: 8px;
    width: 80%;
}
.nav-moblie a:before { 
    left: auto;
    right: 0;
    top: -8px;
    width: 70%;
}
.nav-moblie a:focus{
    outline:none;
}
.buttonset.on{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
         transform: rotate(90deg);
}
.buttonset.on .nav-moblie a:after,.buttonset.on .nav-moblie a:before{
    width: 100%;

 transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -o-transition: -o-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 -moz-transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -moz-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
 transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -moz-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -o-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    top:0;
    
}
.buttonset.on .nav-moblie a:before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.buttonset.on .nav-moblie a{
    background: rgba(0, 0, 0, 0);
}
.buttonset.on .nav-moblie a:after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}

.neirong { display: block; position: fixed;width:100%; top: 0; z-index: 1000; /*left: -163px;*/overflow-y: auto; left: 0;touch-action: pan-y; -webkit-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.neirong .neirong-bd{
  padding-bottom: 20px;
  padding-top: 65px;
  padding-left: 17px;
  padding-right: 17px;
  visibility: hidden;
}
.neirong a {display: block; height:47px; line-height: 47px; color:#f2f2f2; font-size: 16px; border-bottom: 1px solid #333;
-moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
     transition: all .35s ease-out;}
.neirong a:hover{background:#1f1f1f;color:#fff;}
.content{ left: 0; position: relative;}
.content.content-on{ left:120px;}
.neirong.neirong-on{left: 0;}
.body-on{position: relative;overflow: hidden;}
.html-on{overflow: hidden;}
.neirong-close {
    display: none;
    width: 30px;
    height: 24px;
    background: url("../images/nav_close.png") no-repeat 7px center;
    position: absolute;
    top: 20px;
    right: 4%;
    visibility: hidden;
}
.neirong.neirong-hide{
  background-color:rgba(0,0,0,.8); height:0;
    -moz-transition:background 0.35s linear,height 0.25s ease-in 200ms;
      -o-transition:background 0.35s linear,height 0.25s ease-in 200ms;
         transition:background 0.35s linear,height 0.25s ease-in 200ms;
}
.neirong.neirong-show{
  background-color:#000; height:100%;}
.neirong.neirong-show .neirong-bd,.neirong.neirong-show .neirong-close{visibility: visible;}
.neirong.neirong-hide a{opacity: 0;
-webkit-transform: scale(1.1) translateY(-24px);
   -moz-transform: scale(1.1) translateY(-24px);
     -o-transform: scale(1.1) translateY(-24px);
        transform: scale(1.1) translateY(-24px);}
.neirong.neirong-show a{opacity: 1;-webkit-transform: none;
   -moz-transform: none;
     -o-transform: none;
        transform: none;}
.neirong a:nth-of-type(2){ -moz-transition-delay: 300ms,300ms; -o-transition-delay: 300ms,300ms; transition-delay: 300ms,300ms;}
.neirong a:nth-of-type(3){ -moz-transition-delay: 350ms,350ms; -o-transition-delay: 350ms,350ms; transition-delay: 350ms,350ms;}
.neirong a:nth-of-type(4){ -moz-transition-delay: 400ms,400ms; -o-transition-delay: 400ms,400ms; transition-delay: 400ms,400ms;}
.neirong a:nth-of-type(5){ -moz-transition-delay: 450ms,450ms; -o-transition-delay: 450ms,450ms; transition-delay: 450ms,450ms;}
.neirong a:nth-of-type(6){ -moz-transition-delay: 500ms,500ms; -o-transition-delay: 500ms,500ms; transition-delay: 500ms,500ms;}
.neirong a:nth-of-type(7){ -moz-transition-delay: 550ms,550ms; -o-transition-delay: 550ms,550ms; transition-delay: 550ms,550ms;}
.neirong a:nth-of-type(8){ -moz-transition-delay: 600ms,600ms; -o-transition-delay: 600ms,600ms; transition-delay: 600ms,600ms;}
.neirong a:nth-of-type(9){ -moz-transition-delay: 650ms,650ms; -o-transition-delay: 650ms,650ms; transition-delay: 650ms,650ms;}
.neirong a:nth-of-type(10){ -moz-transition-delay: 700ms,700ms; -o-transition-delay: 700ms,700ms; transition-delay: 700ms,700ms;}
.neirong a:nth-of-type(11){ -moz-transition-delay: 750ms,750ms; -o-transition-delay: 750ms,750ms; transition-delay: 750ms,750ms;}

/*手机版头部*/
.buttonset .show{ 
    background-color: rgba(0,0,0,.8);
 -moz-transition: all .3s;
   -o-transition: all .3s;
      transition: all .3s;}
.buttonset-black .buttonpush{background:url("../images/button_black.png") no-repeat center;}
.buttonset-black .buttonpush.show{background: rgba(0,0,0,.8) url("../images/buttonset.png") no-repeat center;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}

.ctrl-more {
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  line-height: 50px;
  font-size: 0;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: .45s;
}
.ctrl-more:hover {
  background: #074889;
  border: 1px solid #074889;
}
.ctrl-more i {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  width: 4px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 50%;
  transition: .45s;
}
.ctrl-more:hover i {
  background: #fff;
}
        
footer {
  background: #074889;
}
.footer-in {
  margin: 0 auto;
  width: 1400px;
}
.footer-l {
  display: inline-block;
  padding-top: 85px;
  vertical-align: top;
}
.footer-l ul li {
  float: left;
  margin-right: 80px;
}
.footer-l ul li:last-child {
  margin-right: 0px;
}
.footer-l dl {
  margin: 0;
  /*height: 57px;*/
}
.footer-l dt {
  margin-bottom: 25px;
}
.footer-l dt a {
  padding-bottom: 4px;
  font-size: 14px;
  color: #ffffff;
}
.footer-l dd {
}
.footer-l dd a {
  line-height: 32px;
  font-size: 14px;
  color: #c1c1c1;
  transition: .3s;
}
.footer-l dd a:hover {
  color: #ffffff;
}

.footer-r {
  display: inline-block;
  float: right;
  margin-top: 73px;
  vertical-align: top;
}
.f-share {
  font-size: 0;
  text-align: right;
}
.f-share-one {
  position: relative;
  display: inline-block;
  border: 1px solid #838383;
  margin-right: 40px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s;
}
.f-share:hover .f-share-one {
  opacity: .2;
}
.f-share .f-share-one:hover {
  opacity: 1;
}
.f-share-one:last-child {
  margin-right: 0;
}
.fs-one-qrcode {
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(20px);
  padding: 7px;
  background: rgba(255, 255, 255, .1);
  opacity: 0;
  visibility: hidden;
  transition: .35s .05s;
}
.f-share-one:hover .fs-one-qrcode {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
.f-belongs {
  padding-top: 28px;
  /*border-top: 1px solid #373737;*/
  margin-top: 35px;
}
.f-belongs-one {
  line-height: 32px;
  font-size: 14px;
  color: #BABABA;
  text-align: right;
}

.copyright {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 32px;
  color: #c1c1c1;
}
.copyright::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #063F77;
}
.copyright-l {
  display: inline-block;
  width: calc(100% - 360px);
  font-size: 0;
}
.copyright-r,
.copyright-l,
.copyright-l h2,
.copyright-l > ul,
.copyright-l > ul > li {
  display: inline-block;
  vertical-align: top;
}
.copyright-l > ul {
  width: calc(100% - 70px);
}
.copyright-l h2 {
  position: relative;
  top: 0px;
  margin: 0;
  margin-right: 10px;
  /*line-height: 21px;*/
  line-height: 16px;
  font-size: 12px;
  color: #515151;
}
.copyright-l > ul > li {
  margin-right: 55px;
  font-size: 12px;
}
.copyright-l > ul > li a {
  color: #515151;
  transition: .3s;
}
.copyright-l > ul > li a:hover {
  color: #c1c1c1;
}

.copyright-r {
  float: right;
  font-size: 12px;
  color: #515151;
}

.about-desc {
  padding-top: 148px;
  padding-bottom: 135px;
  text-align: center;
}
.about-desc h2 {
  position: relative;
  margin: 0;
  margin-bottom: 78px;
  line-height: 42px;
  font-size: 28px;
  color: #464646;
}
.about-desc h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 28px;
  height: 3px;
  background: #d51b32;
}
.about-desc p.desc {
  margin: 0;
  line-height: 35px;
  font-size: 14px;
}

.about-desc.letmove h2,
.about-desc.letmove p.desc {
  transform: translateY(40px);
  transition: transform .8s .0s, opacity .8s .0s;
  opacity: 0;
}
.about-desc.letmove p.desc {
  transform: translateY(50px);
  transition: transform .8s .1s, opacity .8s .1s;
}
.about-desc.move h2,
.about-desc.move p.desc {
  transform: translateY(0);
  opacity: 1;
}

/*fixed头部样式*/
.navbar-fixed {
    position: fixed;
    top: -70px;
    opacity: 0;
    filter: alpha(opacity:0);
    background: #fff;
    /*background: transparent;*/
    height: 70px;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 0 6px 2px rgba(0, 0, 0, .15);
         box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3), 0 0 6px 2px rgba(0, 0, 0, .15);
    -moz-transition: all .5s .1s ease;
    -o-transition: all .5s .1s ease;
    transition: all .5s .1s ease;
}
.logo{padding:11.5px 0;}
.right_menu a {
    display: inline-block;
    padding-top: 24px;
    margin-left: 40px;
    font-size: 15px;
    color: #c1c1c1;
    overflow: hidden;
}
.right_menu a:focus,
.logo a:focus {
    outline: none;
}
.right_menu i{width: 100%; height: 1px;margin-top:10px; display: block;
-webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
     -o-transform: translateX(-100%);
        transform: translateX(-100%);background:#e00013;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
} 
.right_menu a:hover i{
    -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}
.navbar-fixed.show{opacity:1;top:0px;}
.navbar-fixed .buttonset{top:10px;}
.navbar-fixed .nav-moblie a,.navbar-fixed .nav-moblie a:before,.navbar-fixed .nav-moblie a:after{background-color:#666666;}
@media(max-width:768px){
    .navbar-fixed{height:50px;top:-50px;}
    .logo img{width:120px;height:40px;}
    .logo{padding:5px 0;}
}

/*banner图样式*/
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner picture img {
    -webkit-animation: banner_inside 20s ease 1 forwards;
       -moz-animation: banner_inside 20s ease 1 forwards;
         -o-animation: banner_inside 20s ease 1 forwards;
            animation: banner_inside 20s ease 1 forwards;
}
@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
                transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
             transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
           transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
           -moz-transform: scale(1.23);
             -o-transform: scale(1.23);
                transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.banner_txt{text-align:center;position: absolute;top: 55%;z-index: 9;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); width: 100%;}
.banner_txt1{font-size:24px;width:100%;font-weight:bold;text-align:center;left:0;color:#fff;
    -webkit-animation: fadeInUp4 1.4s .4s ease both;
    -o-animation: fadeInUp4 1.4s .4s ease both;
       animation: fadeInUp4 1.4s .4s ease both;
    -moz-animation: fadeInUp4 1.4s .4s ease both;
}
.banner_txt2{width:90%;margin:0 auto;font-size:14px;line-height:24px;color:#ffffff;margin-top:15px;-webkit-animation:fadeInUp5 1.4s .8s ease both;
    -o-animation:fadeInUp5 1.4s .8s ease both;
   animation:fadeInUp5 1.4s .8s ease both;
    -moz-animation:fadeInUp5 1.4s .8s ease both;
}

/*.btn-circle*/
.btn-circle {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*.btn-circle:active {
    transform: translateY(1px);
}*/
.btn-circle-hover,
.btn-circle-click {
    position: absolute;
    z-index: -2;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 0;
    height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #074889;
}
.btn-circle-hover {
    opacity: 0;
}
.btn-circle-click {
    /*background: #99000c;*/
    background: #1181F1;
}



/*product*/
.product {
  margin-bottom: 45px;
}
.product_txt{margin-top:100px;margin-bottom:65px;text-align:center;color:#777777;}
.product_txt1{font-size:45px;font-weight:bold;margin-bottom:40px;}
.product_txt2{font-size:16px;}
.case_list {margin-top:0}
.more_button{position:relative;overflow:hidden; z-index:1;width:48px;height:48px;border:1px solid #d1d1d1;-moz-border-radius:100%;border-radius:100%;color:#e0e0e0;text-align:center;line-height:48px;display:block;margin:0 auto;
  font-size: 12px;
    -o-transition: all 1.7s ease;
    -moz-transition: all 1.7s ease;
    transition: all 1.7s ease;
    -webkit-mask-image: radial-gradient(white, black);
            mask-image: radial-gradient(white, black);
}
.more_button:focus{outline:none;}
.more_button:hover {
    background: #074889;
    color: #fff;
    border: 1px solid #074889;
}
.more_button i {
  display: block; 
  -webkit-transform: scale(0);  
     -moz-transform: scale(0);  
       -o-transform: scale(0);  
          transform: scale(0);
  width: 100%;
  height: 100%;
    background: -moz-radial-gradient(#074889, #ffffff,#074889,#ffffff,#074889,#ffffff,#074889,#ffffff,#074889);
    background: -o-radial-gradient(#074889, #ffffff,#074889,#ffffff,#074889,#ffffff,#074889,#ffffff,#074889);
    background: radial-gradient(#074889, #ffffff,#074889,#ffffff,#074889,#ffffff,#074889,#ffffff,#074889);
    opacity: 0;
    -o-transition: 1.2s, opacity 1.8s;
    -moz-transition: 1.2s, opacity 1.8s;
    transition: 1.2s, opacity 1.8s;
    -moz-border-radius: 50%;
         border-radius: 50%;
}
.more_button:hover i {
  -webkit-transform: scale(10);
     -moz-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
    opacity: 1;
    -o-transition: 3s, opacity .3s;
    -moz-transition: 3s, opacity .3s;
    transition: 3s, opacity .3s;
}
.dot2 span,.dot1 span{position:absolute;color:#d1d1d1;left:50%;top:50%;
  -webkit-transform: translateX(-50%)translateY(-50%); 
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
  -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
       animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
/*dot1*/
.dot1 span{
  color: #d1d1d1;
}
.dot1 span:nth-child(1){
    -o-transition: all 0.4s .5s ease, color .3s;
    -moz-transition: all 0.4s .5s ease, color .3s;
    transition: all 0.4s .5s ease, color .3s;
  left:30%;
}
.dot1 span:nth-child(2){
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
  left:50%;
}
.dot1 span:nth-child(3){
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  left:70%;
}
.more_button:hover .dot1 span:nth-child(1){
  left: 120%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot1 span:nth-child(2){
  left: 120%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot1 span:nth-child(3){
  left: 120%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
  color: #fff;
}

/*dot2*/
.dot2 span:nth-child(1){
  left:-20%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
    color:#d1d1d1
}
.dot2 span:nth-child(2){
  left:-20%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
    color:#d1d1d1
}
.dot2 span:nth-child(3){
  left:-20%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
    color:#d1d1d1
}
.more_button:hover .dot2 span:nth-child(1){
  left:30%;
    -o-transition: all 0.4s .5s ease, color .3s;
    -moz-transition: all 0.4s .5s ease, color .3s;
    transition: all 0.4s .5s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot2 span:nth-child(2){
  left:50%;
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot2 span:nth-child(3){
  left:70%;
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  color: #fff;
}

@media (max-width: 1200px) {
  .banner {
    position: relative;
    height: 50vh;
  }
  .banner img.img-responsive {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    max-width: none;
    height: 100%;
    animation: none;
  }


  .copyright {
    text-align: center;
  }
  .copyright-l {
    display: none;
  }
  .copyright-r {
    float: none;
  }
  
  .footer-r {
    float: none;
    width: 100%;
  }
  .f-share {
    text-align: center;
  }
  .f-belongs-one {
    line-height: 26px;
    text-align: center;
  }
}

/*手机菜单样式结束*/
@media (max-width: 767px){
    .gf-pnav {display: none;}
    .gf-logo h1{margin-top:10px;}
    .gf-logo h1, .gf-logo h1 a {width: 300px;height: 40px;line-height: 40px;-moz-background-size:auto 40px;-o-background-size:auto 40px;background-size:auto 40px;}
}

@media(min-width:768px){
    .buttonset{display:none;}
}
@media(min-width:992px){
    .buttonset{display:none;}
    .gf-pnav a{margin-left:40px;}

  .m-totop,
  .f-footer {
    display: none;
  } 

  i.f-arrow {
    display: none;
  }
}

@media (max-width: 992px) {
  .m-totop {
    line-height: 52px;
    font-size: 16px;
    color: #DCDBDB;
    text-align: center;
    background: #000;
  }

  .footer-l {
    padding-top: 40px;
    width: 100%;
  }
  .footer-l ul li {
    margin-right: 0;
    /*margin-bottom: 8px;*/
    margin-bottom: 0;
    width: 100%;    
  }
  .footer-l dt {
    padding-bottom: 12px;
    border-bottom: 1px solid #063A6E;
    margin-bottom: 8px;
    line-height: normal;
    font-weight: normal;
  }
  i.f-arrow {
    display: inline-block;
    float: right;
    position: relative;
    top: 15px;
    height: 11px;
    /*margin-top: 6px;*/
    margin-right: 4px;
    vertical-align: top;
  }
  i.f-arrow img {
    width: 6px;
    vertical-align: top;
  }
  .footer-l dl,
  .footer-l dt,
  .footer-l dd {
    line-height: 1;
  }
  .footer-l dt a {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 3px;
    font-size: 17px;
    color: #ffffff;
    vertical-align: top;
  }
  .footer-l dd a {
    position: relative;
    top: -5px;
    line-height: 28px;
  }
  .footer-sub-menu {
    display: none;
    padding-left: 15px;
  }

  .footer-r {
    margin-top: 20px;
  }

  .f-belongs {
    padding-top: 20px;
    margin-top: 26px;
  }
  .copyright {
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 22px;
	font-size:14px;
  }
}

@media (min-width: 768px) {
  span.br-pc {
    display: block;
  }
  span.br-m {
    display: inline;
  }
}

@media (max-width: 1200px){
  .QQ_s{display: none}
}

@media (max-width: 768px){
    /*.banner> img{height:300px;width:auto;}*/  
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }  

  span.br-pc {
    display: inline;
  }
  span.br-m {
    display: block;
  }

  .banner {
      position: relative;
      height: auto;
  }

/*
  .banner img.img-responsive {
    position: relative;
    left: 0;
    transform: translateX(0%);
    min-width: 0;
    width: 100%;
    max-width: none;
    animation: none;
  }
*/  
  .banner img.img-responsive {
    position: relative;
    left: 0;
    transform: translateX(0%);
    min-width: 0;
    width: 100%;
	height:200px;
    max-width: none;
    animation: none;
  }


  .f-share {
    display: none;
  }
  .f-belongs-one {
    line-height: 28px;
    text-align: right;
  }
  .f-belongs {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
  .f-belongs-one {
    font-size: 15px;
  }
  
  .product_txt {
    margin-top: 90px;
    margin-top: 1.2rem;
    margin-bottom: 55px;
    margin-bottom: 0.733333rem;
    text-align: left;
  }
  .product_txt1 {
    margin-bottom: 30px;
    margin-bottom: 0.4rem;
    line-height: 80px;
    line-height: 1.066667rem;
    font-size: 56px;
    font-size: 0.746667rem;
  }
  .product_txt2 {
    line-height: 42px;
    font-size: 24px;
  }

  .footer-l {
    padding-top: 40px;
  }
  .footer-r {
    margin-top: 27px;
  }

  .copyright {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 31px;
  }
  .copyright .container {
    height: 16px;
  }
  .copyright-r {
    width: 100%;
    text-align: left;
  }
  .copyright-r span.cip-r {
    float: right;
  }
}
@media (min-width: 768px){
    .banner_txt{top:55%}
    .banner_txt1{font-size:36px;}
    .banner_txt2{font-size:16px;width:600px;margin-top:20px;line-height:30px;}
}
@media (min-width:992px) {
    .banner_txt{top:57%}
    .banner_txt1{font-size:40px;}
    .banner_txt2{width:800px;}
}
@media (min-width:1110px) {
    .banner_txt{top:55%}
}
@media (min-width:1200px) {
    .banner_txt1{font-size:45px;}
    .banner_txt2{width:800px;margin-top:25px;line-height:30px;}   
}
@media (min-width:1440px) {
    .banner_txt{top:55%}
    .banner_txt1{font-size:55px;}
    .banner_txt2{margin-top:35px;line-height:35px;}
    
}
@media (min-width:1770px) {
    .banner_txt{top:50%}
    
}
@media (min-width: 768px) {
  .fix-nav-btm {
    display: none;
  }
}

@media (max-width: 768px) {
  html, body {
     /*height:100%;*/
     /*overflow: auto;*/
     /*overflow-x: hidden;*/
     /*margin: 0;*/
     /*transform: translate3d(0, 0, 0);*/
     /*-webkit-overflow-scrolling : touch;*/
  }
  
  footer {
    padding-bottom: 63px;
  }
  
  .aside-nav {display: none;}

  .fix-nav-btm-all {
  }
  .content,
  .fix-nav-btm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 63px;
    background: #0c0c0c;
    /*overflow-x: hidden;*/
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-overflow-scrolling : touch;*/
  }
  .fix-nav-btm {
    top: auto;
    bottom: 0;
    z-index: 999;
    font-size: 0;
    text-align: center;
  }
  .fnb-one {
    display: inline-block;
    margin: 9px 5% 0;
    vertical-align: top;
  }
  .fnb-one-img {
    margin-bottom: 3px;
  }
  .fnb-one-img img {
    width: 28px;
  }
  .fnb-one-desc {
    font-size: 12px;
  }
  .fnb-one-desc img {
    position: relative;
    top: 0px;
    margin-left: 4px;
    width: 4px;
  }

  .prevnext-m {
    display: none;
  }

  .banner_txt {
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner_txt1,
  .banner_txt2 {
    width: 100%;
    text-align: left;
  }
  .banner_txt1 {
    line-height: 80px;
    line-height: 1.066667rem;
    font-size: 56px;
    font-size: 0.746667rem;
  }
  .banner_txt2 {
    margin-top: 28px;
    margin-top: 0.373333rem;
    line-height: 42px;
    font-size: 24px;
    color: #bebebe;
  }
  
  .product {
    margin-bottom: 0;
  }

  .prevnext-m {
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px dashed #888;
    margin-top: 80px;
    width: 100%;
  }
  a.prev-m,
  a.next-m {
    display: inline-block;
    float: left;
  }
  a.next-m {
    float: right;
  }
  a.prev-m i,
  a.next-m i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #e4e4e4;
    border-radius: 50%;
  }
  a.prev-m img,
  a.next-m img {
    width: 8px;
  }
  a.prev-m span,
  a.next-m span {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #515151;
  }

  
  .about-desc {
      padding: 60px 15px;
      text-align: left;
  }

  .about-desc h2 {
      margin-bottom: 50px;
      line-height: 28px;
      font-size: 18px;
  }

  .about-desc h2::after {
    left: 0;
      transform: translateX(0);
      bottom: -18px;
      width: 20px;
      height: 2px;
  }
  .about-desc p.desc {
      line-height: 30px;
  }
}

@media (max-width: 544px) {
/*
  .banner{
    height: 100vh;
    height: calc(100vh - 126px);
    margin-top: 63px;
  }
*/
  .banner{
    height: 200px;;
    margin-top: 63px;
  }

  .banner_txt{
    top: 50%;
  }

  .banner_txt1{font-size:30px;}

  .banner_txt2 {
    line-height: 30px;
    line-height: 0.666667rem;
    font-size: 22px;
    font-size: 0.4rem;
    color: #bebebe;
  }

  .product_txt2 {
    line-height: 30px;
    line-height: 0.666667rem;
    font-size: 22px;
    font-size: 0.4rem;
  }


}


@font-face {
    font-family: gothic; 
    src: url("../fonts/GOTHIC.TTF")
}
@font-face {
    font-family: gothicb; 
    src: url("../fonts/gothicb.ttf")
}







/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////所有网站公共样式 begin////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*列表页公共样式begin-------------------------------------------------------------------------------------------------------------------------------------*/

.group:before,
.group:after {content: "\0020"; display: block; height: 0; overflow: hidden;}
.group:after {clear: both;}
.group {zoom: 1;}


.newslist2 li{ font-size:16px; line-height:45px; height:45px; border-bottom:1px solid #e5e5e5; padding:0 10px;}
.newslist2 li a{ display:block; float:left; width:570px; background: url(icon.jpg) no-repeat center left; padding-left:25px; }
.newslist2 li span{ display:block; float:right;font-size:14px; width:100px; color:#888;}
.newslist2 li a:hover{ text-decoration:none;color:#346200;}
.newslist2 li:hover{ background:#f6f6f6;}

.newscop li{border-bottom:1px solid #e5e5e5; padding:15px 15px;}
.newsimg{ width:160px; height:120px;}
.newstext{ width:520px; font-size:14px;}
.newstext h2{ font-size:14px; font-weight:normal; }
.newstext p{color:#888888; font-size:13px;line-height:22px; padding:10px 0;  text-indent:2em;}
.newstext span{ display:block; font-family:Arial, Helvetica, sans-serif; color:#555;}
.newscop li a:hover{ text-decoration:none;color:#346200;}
.newscop li:hover{background:#f6f6f6;}

/*图片列表*/
.piclist li{ float:left; padding:20px 0; margin:0 11px 0 12px;}
.piclist .pic {width:290px;margin:auto;position:relative;}
.piclist .text {width:290px;height:auto;background-color:#000;FILTER:alpha(opacity=60);opacity:0.7;-moz-opacity:0.7;position:absolute;left:0px;bottom:0px;}
.piclist .imgbt {width:240px;height:30px;padding:0px 10px;}
.piclist .imgbt span {display:block;}
.piclist .span_a {width:190px;line-height:30px;float:left;font-size:14px;color:#FF3366;padding-right:10px;}
.piclist .span_b {width:50px;line-height:30px;float:left;font-size:16px;color:#FF3366;font-family:Georgia, "Times New Roman", Times, serif;text-align:right;}
.piclist .imgtext {width:260px;height:auto;float:left;padding:10px;color:#fff;line-height:20px; font-size:15px;}

.piclist1{ width:100%;font-size:16px;}
.piclist1 ul li{ float:left; margin:12px 11px 12px 12px; text-align:center;background:#eee;}
.piclist1 ul li:hover{background:#030000;  }
.piclist1 ul li a:hover{ background:#030000; color:#fff; text-decoration:none;}
.piclist1 ul li p{ height:45px; line-height:45px;}

.mxpiclist{ width:100%;font-size:16px;}
.mxpiclist ul li{ float:left; margin:20px 22px; text-align:center;}
.mxpiclist ul li:hover{background:#eee; }
.mxpiclist ul li a:hover{background:#eee;text-decoration:none;}
.mxpiclist ul li p{ height:45px; line-height:45px;font-size:13px;}






/*标题+时间列表1*/
.tit_time_list_1{ padding:0 10px;}
.tit_time_list_1 li{ height:45px; line-height:45px; border-bottom:1px dotted #cccccc;overflow:hidden;}
.tit_time_list_1 li:hover{ background:#F0F0F0;}
.tit_time_list_1 li a{ float:left;background:url(../bt_180003_images/icon_16.gif) no-repeat 10px center;width:76%;padding-left:35px; font-size:15px;height:45px; line-height:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tit_time_list_1 li span{ color:#555555; float:right; font-size:13px; padding-right:10px;height:45px; line-height:45px;overflow:hidden;}
/*图片+标题列表*/
.pic_tit_list_1{padding:0px 10px;}
.pic_tit_list_1 li{ width:212px; margin:10px 10px; float:left; text-align:center;background-color:#E0E1E2;overflow:hidden;}
.pic_tit_list_1 li a:hover{ text-decoration:none; background-color:#3462A9; display:block; color:#ffffff;}
.pic_tit_list_1 li img{ margin:2px;padding:2px;}
.pic_tit_list_1 li p{ line-height:35px; height:35px;font-size:13px;overflow: hidden;padding-left:10px;padding-right:10px;}
.pic_tit_list_1 li p:hover{color:#ffffff;}
/*图片+标题+简短介绍列表*/
.pic_tit_con_list_1{ width:98%; margin:0 auto;}
.pic_tit_con_list_1 li{padding:15px 10px 15px 10px; border-bottom:1px dotted #cccccc;}
.pic_tit_con_list_1 li:hover{ background:#F0F0F0;}
.pic_tit_con_list_1 li .infoimg{ width:200px; height:150px;border:1px solid #e5e5e5;margin-right:40px;}
.pic_tit_con_list_1 li .infocon{}
.pic_tit_con_list_1 li .infocon h2{ font-size:15px;color:#3462A9;font-weight:bold;line-height:35px; height:35px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_tit_con_list_1 li .infocon p{ color:#888888; font-size:14px;line-height:24px;padding:2px 0 10px 0;height:105px;overflow: hidden;}
.pic_tit_con_list_1 li .infocon .more{  text-align:center; float:right;color:#CC0000;margin-top:5px;display:block;  width:100px; height:25px; line-height:25px;  border:1px solid #cccccc;}
/*图片+标题+时间+简短介绍列表*/
.pic_tit_con_time_list_1{ width:98%; margin:0 auto;}
.pic_tit_con_time_list_1 li{padding:10px 15px 25px 10px; border-bottom:1px solid #e5e5e5;}
.pic_tit_con_time_list_1 li:hover{ background:#F0F0F0;}
.pic_tit_con_time_list_1 li .infoimg{ width:200px; height:150px;border:1px solid #cccccc;margin-right:40px;}
.pic_tit_con_time_list_1 li .infocon{}
.pic_tit_con_time_list_1 li .infocon h2{ font-size:15px;color:#3462A9;font-weight:bold;line-height:35px; height:35px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_tit_con_time_list_1 li .infocon p{color:#888888; font-size:14px;line-height:24px; padding:2px 0 0px 0;height:76px;overflow: hidden;}
.pic_tit_con_time_list_1 li .infocon span{ display:inline-block; background:url(../bt_180003_images/icon_10.png) no-repeat center left; color:#333333;font-size:13px;padding-left:25px;margin-top:10px; font-family:Arial, Helvetica, sans-serif;}
/*时间+标题+简短介绍列表1*/
.time_tit_con_list_1 li{ padding:20px;border-bottom:1px dotted #cccccc;}
.time_tit_con_list_1 li:hover{ background-color:#F0F0F0;}
.time_tit_con_list_1 li .infotime{ margin-right:20px;width:80px; height:80px; background-color:#cccccc; font-size:15px; text-align:center; line-height:30px; color:#333;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; border-radius:5px;}
.time_tit_con_list_1 li .infotime b{ width:70px; height:45px; line-height:45px; margin:0 auto; font-size:20px; display: block; background-color:#ffffff;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-webkit-border-radius:10px; border-radius:10px; }
.time_tit_con_list_1 li .infocon{}
.time_tit_con_list_1 li .infocon h2{ font-size:15px;color:#3462A9;font-weight:bold;line-height:23px; height:23px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.time_tit_con_list_1 li .infocon p{color:#888888;font-size:14px;line-height:25px; padding-top:5px;height:50px;overflow: hidden;}
/*时间+标题+简短介绍列表2*/
.time_tit_con_list_2{ width:98%; margin:0 auto;}
.time_tit_con_list_2 li{ border-bottom:1px dotted #cccccc; padding:15px 10px;}
.time_tit_con_list_2 li h3{ font-size:14px;color:#3462A9;line-height:40px;font-weight:bold; height:40px;background: url(../bt_180003_images/icon_10.png) no-repeat left center;padding-left:25px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.time_tit_con_list_2 li h3 span{ float:right; display:inline;font-weight:normal; font-size:14px;font-weight:normal; color:#666666;}
.time_tit_con_list_2 li p{ text-indent:2em; line-height:24px;font-size:14px; color:#777777;height:50px;overflow: hidden;}
.time_tit_con_list_2 li:hover{ background:#F0F0F0;}
/*时间+标题+简短介绍列表3*/
.time_tit_con_list_3 {width:100%; margin:0 auto;}
.time_tit_con_list_3 li{padding:15px;border-bottom:1px dotted #cccccc;}
.time_tit_con_list_3 li:hover{ background-color:#F0F0F0;}
.time_tit_con_list_3 .infotime{ margin-right:25px;background:#dbdbdb; width:60px; height:70px; text-align:center; font-size:16px; color:#555;line-height:35px; font-family: Arial, Helvetica, sans-serif; }
.time_tit_con_list_3 .infotime span{ display:block;  background:#3462A9; color:#fff;}
.time_tit_con_list_3 .infocon{}
.time_tit_con_list_3 .infocon h1{ font-weight:normal; color:#3462A9;font-size:16px;line-height:23px; height:23px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.time_tit_con_list_3 .infocon p{ color:#666; line-height:22px;font-size:14px;padding-top:8px;height:44px;overflow: hidden;}

/*列表页公共样式end-------------------------------------------------------------------------------------------------------------------------------------*/


/*网站信息列表翻页样式 begin*/
.articlelist_page_1{font-family: Microsoft YaHei;color:#000000;font-size:16px;line-height:24px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.articlelist_page_1 div{font-family:Microsoft YaHei;font-size:16px;color: #000000;line-height:24px;text-decoration:none;}
.articlelist_page_1 th{font-family:Microsoft YaHei;font-size:16px;color: #000000;line-height:24px;text-decoration:none;}
.articlelist_page_1 td{font-family:Microsoft YaHei;font-size:16px;color: #000000;line-height:24px;text-decoration:none;}
.articlelist_page_1 p{font-family:Microsoft YaHei;font-size:16px;color: #000000;line-height:24px;text-decoration:none;}
.articlelist_page_1 span{font-family:Microsoft YaHei;font-size:16px;color: #666666;line-height:24px;text-decoration:none;}
.articlelist_page_1 li{font-family:Microsoft YaHei;font-size:16px;color: #000000;line-height:24px;text-decoration:none;}
.articlelist_page_1 a    { font-family:Microsoft YaHei;font-size:16px;color: #000000;line-height:24px;text-decoration:none;}
.articlelist_page_1 a:hover   { font-family:Microsoft YaHei;font-size:16px;color: #cc0000;line-height:24px;text-decoration:none;}
/*网站信息列表翻页样式 end*/



/*网站信息列表新的翻页样式 begin*/
.infolist_page_1{margin:20px auto 0 auto; text-align:center; padding-top:0px;display:inline-block;}
.infolist_page_1 a{display:inline-block;width:60px;background:#ffffff;height:40px; vertical-align:middle; line-height:40px; font-size:14px; border:1px solid #e5e5e5; margin-left:-1px; float:left;text-decoration:none; color:#333; outline:none;}
.infolist_page_1 a:hover{ background:#074889; color:#fff;background-repeat:no-repeat; }
.infolist_page_1 span{display:inline-block;min-width:45px; padding:0 5px;background:#ffffff;color:#333;height:40px; vertical-align:middle; line-height:40px; font-size:14px; border:1px solid #e5e5e5; margin-left:-1px;float:left;}
.infolist_page_1 span.current{ background:#074889; color:#FFF}
/*网站信息列表新的翻页样式 end*/


/*文章内容翻页样式 begin*/
.articlecontent_page_1{font-family: Microsoft YaHei;color:#000000;font-size:14px;line-height:24px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.articlecontent_page_1 div{font-family:Microsoft YaHei;font-size:14px;color: #000000;line-height:24px;text-decoration:none;}
.articlecontent_page_1 th{font-family:Microsoft YaHei;font-size:14px;color: #000000;line-height:24px;text-decoration:none;}
.articlecontent_page_1 td{font-family:Microsoft YaHei;font-size:14px;color: #000000;line-height:24px;text-decoration:none;}
.articlecontent_page_1 p{font-family:Microsoft YaHei;font-size:14px;color: #000000;line-height:24px;text-decoration:none;}
.articlecontent_page_1 span{font-family:Microsoft YaHei;font-size:14px;color: #666666;line-height:24px;text-decoration:none;}
.articlecontent_page_1 li{font-family:Microsoft YaHei;font-size:14px;color: #000000;line-height:24px;text-decoration:none;}
.articlecontent_page_1 a    { font-family:Microsoft YaHei;font-size:14px;color: #000000;line-height:24px;text-decoration:none;}
.articlecontent_page_1 a:hover   { font-family:Microsoft YaHei;font-size:14px;color: #cc0000;line-height:24px;text-decoration:none;}
/*文章内容翻页样式 end*/

/*ping dao zuo ce yang shi begin*/
.channel_left_list_1,.channel_left_list_1 a    { color: #333333; text-decoration: none; font-size:12px;}
.channel_left_list_1 a:hover   { color: #003399; text-decoration: underline; font-size:12px;}
/*ping dao zuo ce yang shi end*/




A.s_class_01    { COLOR: #0b4788; text-decoration: none; font-size:12px;}
A.s_class_01:hover   { COLOR: #ff0000; text-decoration: underline; font-size:12px;}
A.s_class_02    { COLOR: #ff0000; text-decoration: none;font-size: 12px;font-weight:bold;}
A.s_class_02:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px;font-weight:bold;}

A.s_class_03    { COLOR: #0b4788; text-decoration: none;font-size: 12px;}
A.s_class_03:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px;}
A.s_class_04    { COLOR: #ff0000; text-decoration: none;font-size: 12px;}
A.s_class_04:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px;}

A.s_class_05    { COLOR: #333333; text-decoration: none;font-size: 12px; font-weight:bold;}
A.s_class_05:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px; font-weight:bold;}
A.s_class_06    { COLOR: #ff0000; text-decoration: none;font-size: 12px; font-weight:bold;}
A.s_class_06:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px; font-weight:bold;}

A.s_class_07    { COLOR: #333333; text-decoration: none;font-size: 12px;}
A.s_class_07:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px;}
A.s_class_08    { COLOR: #ff0000; text-decoration: none;font-size: 12px;}
A.s_class_08:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px;}

A.s_class_09    { COLOR: #1851A5; text-decoration: none;font-size: 12px;}
A.s_class_09:hover   { COLOR: #1652B6; text-decoration: underline;font-size: 12px;}
A.s_class_10    { COLOR: #ff0000; text-decoration: none;font-size: 12px;}
A.s_class_10:hover   { COLOR: #ff0000; text-decoration: underline;font-size: 12px;}

.nav_01,.nav_01 A    { COLOR: #999999; text-decoration: none;}
.nav_01 A:hover   { COLOR: #ff0000; text-decoration:underline;}
.nav_02,.nav_02 A    { COLOR: #1851A5; text-decoration: none;}
.nav_02 A:hover   { COLOR: #1652B6; text-decoration:underline;}


.title_01,.title_01 A    { COLOR: #666666; text-decoration: none;font-weight:bold;}
.title_01 A:hover   { COLOR: #ff6600; text-decoration:underline;font-weight:bold;}
.title_02,.title_02 A{ COLOR: #0044BB; font-size: 12px; text-decoration: none;}
.title_02 A:hover{ COLOR: #333333; font-size: 12px; text-decoration: underline;}



.commenttitle,.commenttitle A    { font-size: 14px;COLOR: #ff5500; text-decoration: none;font-weight:bold;}
.commenttitle A:hover   { font-size: 14px;COLOR: #000; text-decoration:underline;font-weight:bold;}
.site_bottom,.site_bottom A    { COLOR: #666666; text-decoration: none;}
.site_bottom A:hover   { COLOR: #666666; text-decoration:underline;}

.input_01 {border:1px solid #CECECE; background:#F1F1F1;text-align:left;}

/*show news start*/
.content_container_print{OVERFLOW: hidden; width: 700px;}
.Print_1,.Print_1 a    { color: #004499; text-decoration: none; font-size:12px;}
.Print_1 a:hover   { color: #FF6C00; text-decoration: underline; font-size:12px;}
.content_container_jianjie{OVERFLOW: hidden; width: 250px;}
.content_container_01{text-align:left;OVERFLOW: hidden; width: 98%;margin:0 auto;padding-top:10px;}/*资讯*/
.content_container_02{text-align:left;OVERFLOW: hidden; width: 98%;margin:0 auto;}/*单页*/
.content_container_03{text-align:left;OVERFLOW: hidden; width: 98%;margin:0 auto;}/*产品*/
.content_container_04{text-align:left;OVERFLOW: hidden; width: 98%;margin:0 auto;}/**/
/*biao ti he nei rong yang shi*/
.contentshow_futitle_01{font-size: 16px; color:#004a95;line-height:26px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_title_01{padding-bottom:15px;font-size: 25px;font-weight:normal;color:#333333;line-height:40px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_title_01_2{font-size:18px;font-weight:normal;color:#333333;line-height:26px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_other_01,.contentshow_other_01 a{background:#eee;color:#888888;height:30px;line-height:30px;font-size:13px;text-decoration:none;}
.contentshow_other_01 a:hover{ color: #CC0000;text-decoration: underline;}
.contentshow_zaiyao_1{padding:10px;border: #E0E5ED 1px solid;color:#243E63;font-size:14px;table-layout: fixed;word-break: break-all; word-wrap: break-word;margin-bottom:20px;}
.contentshow_content_01{font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_content_01 div{font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_content_01 th{font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_content_01 td{padding:5px;font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_content_01 p{font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;margin:0;padding:0;}
.contentshow_content_01 img{MaX-width: 100%!important;HEIGHT: auto!important;width:expression(this.width > 750 ? "750px" : this.width)!important;}
.contentshow_content_01 span{font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_content_01 li{font-family: Microsoft YaHei;color:#333333;font-size:15px;line-height:28px;table-layout: fixed;word-break: break-all; word-wrap: break-word;}
.contentshow_biaoqian_1 a    { font-family:arial;font-size:12px;color: #243E63;line-height:20px;text-decoration:underline;}
.contentshow_biaoqian_1 a:hover   { font-family:arial;font-size:12px;color: #ff6600;line-height:20px;text-decoration:none;}
/*shan yi ye xia yi ye yang shi*/
#contentshow_foot{ margin:10px 0; position:relative; padding:15px 0; border-bottom:1px solid #e9e9e9;border-top:1px solid #e9e9e9;}
#contentshow_foot h1{ display:block;line-height:35px;height:35px;font-size:15px;color:#777777;font-weight:bold;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#contentshow_foot h1 a{ color:#333333; font-weight:normal;}
#contentshow_foot h1 a:hover{ color:#3462A9;}
#contentshow_foot a.link_back{ position:absolute; top:32px; right:0; color:#ffffff; background:#09AAEB; padding:0 25px; font-size:14px; height:30px; line-height:30px;border-radius:3px;}
#contentshow_foot a.link_back:hover{background:#3462A9; color:#fff;border-radius:3px;}
/*show news end*/



/*she zhi nei rong zhong tu pian xian shi da xiao yi mian wang ye cheng po start*/
.con_img_1{MaX-width: 100%!important;HEIGHT: auto!important;width:expression(this.width > 650 ? "650px" : this.width)!important;}
/*.con_img_1{MaX-width: 100%!important;HEIGHT: auto!important;width:expression(this.width > 300 ? "100%" : this.width)!important;}*/
/*she zhi nei rong zhong tu pian xian shi da xiao yi mian wang ye cheng po end*/

/*comment start*/
.comment_Content_1{ border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;height:40px;width:500px;line-height:20px; }
.comment_Content_2{ border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;height:20px;width:150px;line-height:20px; }
.comment_CheckCode_1{ border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;height:20px;width:60px;line-height:20px; }
.comment_button_1 {border-right: #aCa899 1px solid;border-top: #ffffff 1px solid; font-size: 9pt;font-weight:bold; BaCKGROUND: #EEEEE0;border-left: #FFFFFF 1px solid;border-bottom: #aCa899 1px solid;height:24px;}
/*comment end*/
.line_3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BaD5F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BaD5F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BaD5F3;
}
.line_right_dotted {
	border-right-width: 1px;
	border-right-style: dotted;

	border-right-color: #CCCCCC;
}
.line_bottom_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:1px;
}
.line3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}


#toollinks {
	padding-RIGHT: 5px; border-top: #b2b2b2 1px dashed; padding-LEFT: 5px; margin: 10px 0px 5px; color: #666; line-height: 20px; padding-TOP: 5px;padding-bottom: 5px; border-bottom: #b2b2b2 1px dashed; HEIGHT: 34px; TEXT-aLIGN: center
}
#toollinks a:link {
	border-right: #b2c9d3 1px solid; padding-RIGHT: 8px; border-top: #b2c9d3 1px solid; padding-LEFT: 8px; BaCKGROUND: #f7f9ff; padding-bottom: 4px; margin-LEFT: 5px; border-left: #b2c9d3 1px solid; width: 75px; color: #000; padding-TOP: 4px; border-bottom: #b2c9d3 1px solid; TEXT-aLIGN: center
}

#toollinks a:visited {
	border-right: #b2c9d3 1px solid; padding-RIGHT: 8px; border-top: #b2c9d3 1px solid; padding-LEFT: 8px; BaCKGROUND: #f7f9ff; padding-bottom: 4px; margin-LEFT: 5px; border-left: #b2c9d3 1px solid; width: 75px; color: #000; padding-TOP: 4px; border-bottom: #b2c9d3 1px solid; TEXT-aLIGN: center
}
#toollinks a:hover {
	border-right: #7f99ae 1px solid; padding-RIGHT: 8px; border-top: #7f99ae 1px solid; padding-LEFT: 8px; BaCKGROUND: #a3bacc; padding-bottom: 4px; margin-LEFT: 5px; border-left: #7f99ae 1px solid; width: 75px; color: #fff; padding-TOP: 4px; border-bottom: #7f99ae 1px solid; TEXT-aLIGN: center
}
#toollinks a:active {
	border-right: #7f99ae 1px solid; padding-RIGHT: 8px; border-top: #7f99ae 1px solid; padding-LEFT: 8px; BaCKGROUND: #a3bacc; padding-bottom: 4px; margin-LEFT: 5px; border-left: #7f99ae 1px solid; width: 75px; color: #fff; padding-TOP: 4px; border-bottom: #7f99ae 1px solid; TEXT-aLIGN: center
}

/**/
.header_01			{ font-family: Tahoma, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold; background-color: #1C6EaC; }
.tableborders		{ background: #D6E0EF; border: 1px solid #1C6EaC; } 
.singleborder		{ font-size: 0px; line-height: 1px; padding: 0px; background-color: #F8F8F8 }
.tdborder		{ background: #698CC3; }
.Replyborder1 		{border: 1px dashed #698CC3;background:#F6FaFD;color: #4875B7;}
.Replytopic	 	{color: #2288E3;}



td.TableTitle1 { background-color: #1C6EaC; color: #FFFFFF; }
td.TableTitle2 { background-color: #E4E8EF; }
td.TableBody1 { background-color: #FFFFFF; line-height: normal; }
td.TableBody2 { background-color: #E4E8EF; line-height: normal; }
.tableBorder5 { border: 1px #1C6EaC solid; background-color: #D6E0EF; }
.normalTextSmall { font-size : 11px; color : #FF6600; font-family: Verdana, arial, Helvetica, sans-serif; }
.magicframe { border:1px solid #CCCCCC; }
.PageInput { border: solid 1px #D6E0EF; BaCKGROUND-color: #FaFaFa; height : 18px; FONT-FaMILY: arial; font-size:11.5px; }
.ContentFont {font-size: 10pt;color : #555555}


.img01 {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.UserTableRow1 {
	background-color:#FFFEF7;
}
.UserTableRow2 {
	background-color:#ffffff;
}
.UserTableBorder {
	border: 0px #cccccc solid ; 
	background-color: #cccccc;
	font: 12px;
	width: 100%;
}
th
{
    background-image: url(../bt_180003_images/member_td_bg01.gif);
    /*background-color: #dededf;
    background-color: #cccccc;*/
    color: #000000;
    font-size: 12px;
    font-weight:bold;
    height: 28px;
}
td.TableRow2005 {
	background-color: #EEEEE6;
	height: 25;
	padding-right: 5px;
	padding-left: 5px;
}
.Button {
	border-right: #aCa899 1px solid;
	border-top: #ffffff 1px solid; 
	font-size: 9pt; BaCKGROUND: #F1F1F1;
	border-left: #FFFFFF 1px solid;
	border-bottom: #aCa899 1px solid;
	height:24px;font-weight:bold;padding-left:5px;
}

.sys_button_1{border:none;width:160px; height:45px; background: url(../bt_180003_images/button_1.png) no-repeat center; text-align:center; color:#FFF; font-size:20px; font-family:Microsoft YaHei; cursor:pointer;}
.sys_button_1:hover{border:none;width:160px; height:45px; background: url(../bt_180003_images/button_1_2.png) no-repeat center; text-align:center; color:#FFF; font-size:20px; font-family:Microsoft YaHei; cursor:pointer;}

a.sys_button_2{display:inline-block;border:none;width:160px; height:45px; background: url(../bt_180003_images/button_1.png) no-repeat center; text-align:center; color:#FFF; font-size:20px;line-height:45px;font-family:Microsoft YaHei; cursor:pointer;text-decoration:none;}
a.sys_button_2:hover{display:inline-block;border:none;width:160px; height:45px; background: url(../bt_180003_images/button_1_2.png) no-repeat center; text-align:center; color:#FFF; font-size:20px;line-height:45px;font-family:Microsoft YaHei; cursor:pointer;text-decoration:none;}

/*comment form style start*/
DIV#addDP DIV.addRows {
	margin-TOP: -1px; BaCKGROUND: #ff6600; margin-LEFT: 0px; width: 70px; TEXT-aLIGN: center
}
#addQuestion DIV.addRows {
	margin-TOP: -1px; BaCKGROUND: #ff6600; margin-LEFT: 0px; width: 70px; TEXT-aLIGN: center

}
DIV#addDP DIV.addRows a {
	padding-RIGHT: 3px; DISPLaY: block; padding-LEFT: 3px; padding-bottom: 0px; color: #fff; padding-TOP: 0px
}
#addQuestion DIV.addRows a {
	padding-RIGHT: 3px; DISPLaY: block; padding-LEFT: 3px; padding-bottom: 0px; color: #fff; padding-TOP: 0px
}
DIV#addDP DIV.addRows a:hover {
	BaCKGROUND: #ff6600; color: #fff


}
.number {
	color: #ff5500
}
DIV#addDP DIV {
	padding-RIGHT: 0px; DISPLaY: block; padding-LEFT: 0px; padding-bottom: 2px; padding-TOP: 2px;TEXT-aLIGN: left;
}
DIV#addDP UL.Star {
	margin-TOP: 8px; margin-LEFT: 6em
}
DIV#addDP UL.Star LI {
	FLOaT: left; margin-bottom: 0px; margin-RIGHT: 8px; LIST-STYLE-TYPE: none
}
DIV#addDP UL.Star LI SPaN.Select {
	border-right: #ffcc00 1px solid; padding-RIGHT: 5px; border-top: #ffcc00 1px solid; DISPLaY: block; padding-LEFT: 5px; FLOaT: left; padding-bottom: 5px; border-left: #ffcc00 1px solid; padding-TOP: 5px; border-bottom: #ffcc00 1px solid
}

DIV#addDP UL.Star LI SPaN.Select IMG {
	VERTICaL-aLIGN: middle
}
/*comment form style end*/

/*guestbook form style start*/

.g_guide_title {
	width: 100%; line-height: 26px; HEIGHT: 26px
}
#gbook {
	border-right: #eaeaea 1px solid; border-top: #eaeaea 1px solid; padding-bottom: 6px; margin: 0px 0px 5px 0px; border-left: #eaeaea 1px solid; width: 100%; border-bottom: #eaeaea 1px solid; HEIGHT: 160px
}
#gbook .g_left {
	FLOaT: left; width: 130px; HEIGHT: 120px
}
#gbook .g_left .g_head {
	border-right: #ccc 5px dotted; border-top: #ccc 5px dotted; margin: 5px; border-left: #ccc 5px dotted; width: 80%; border-bottom: #ccc 5px dotted; HEIGHT: 90px
}
#gbook .g_left .g_head IMG {
	border-right: #f2f2f2 3px solid; border-top: #f2f2f2 3px solid; border-left: #f2f2f2 3px solid; border-bottom: #f2f2f2 3px solid
}
#gbook .g_left .g_text {
	padding-LEFT: 6px; font-size: 12px; BaCKGROUND: url(../bt_180003_images/guestbook/ip_bg.gif) no-repeat 50% bottom; margin: 0px; width: 110px; line-height: 16px; HEIGHT: 52px! important; TEXT-aLIGN: left
}
#gbook .g_right {
	margin-TOP: 5px; padding-LEFT: 6px; font-size: 12px; FLOaT: left; width: 633px; border-bottom: #ccc 1px solid; HEIGHT: 20px; TEXT-aLIGN: left

}
#gbook .g_p_content {
	border-right: #eaeaea 1px solid; padding-RIGHT: 3px; border-top: #eaeaea 1px solid; margin-TOP: 5px; padding-LEFT: 6px; font-size: 11px; FLOaT: left; padding-bottom: 5px; OVERFLOW: hidden; border-left: #eaeaea 1px solid; width: 633px; line-height: 18px; padding-TOP: 3px; border-bottom: #eaeaea 1px solid; HEIGHT: 150px; TEXT-aLIGN: left
}
#gbook .g_receive {
	border-right: #ccc 1px dashed; padding-RIGHT: 0px; border-top: #ccc 1px dashed; margin-TOP: 5px; padding-LEFT: 3px; font-size: 12px; FLOaT: left; padding-bottom: 3px; border-left: #ccc 1px dashed; width: 618px; color: #FF6600; line-height: 18px; padding-TOP: 3px; border-bottom: #ccc 1px dashed; BaCKGROUND-color: #f5f5f5; TEXT-aLIGN: left
}
/*guestbook form style end*/

/*input、textarea的placeholder 文字颜色、大小设置 begin*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #cccccc;font-size: 14px;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #cccccc;font-size: 14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #cccccc;font-size: 14px;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #cccccc;font-size: 14px;}
/*input、textarea的placeholder 文字颜色、大小设置 end*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////所有网站公共样式 end//////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
