/* reset style */
*{ outline: none; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px; 
}
fieldset, img {
    border: 0 none;
}
img {
    /*max-width: 100%;*/
    height: auto;
}
.video embed, .video object, .video iframe {
    width: 100%;
    height: auto;
}
dl, ul, ol, menu, li {
    list-style: none;
}
input, select, textarea {
    vertical-align: middle;
    outline: none;
}
button {
    border: 0 none;
    outline: none;
    cursor: pointer;
}
body, th, td, input, select, textarea, button {
    font-family: "微软雅黑", "Open Sans", sans-serif;
}
a {
    text-decoration: none;
    outline: none;
    font-family: "微软雅黑", "Open Sans", sans-serif;
    color: #333;
}
a:active, a:hover,a:focus {
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
   
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

body{ min-width: 1250px; }

/* common style */
.text-center{ text-align: center; }
.fl{ float: left; }
.fr{ float: right; }
.clearfix{ clear: both; }
.container-full{ margin: 0px 20px; }
.container{ width: 1200px; margin: 0 auto; }
.pt80{ padding-top: 80px; }
.mt15{ margin-top: 15px; }
/* effect style */
.transition{
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.transition-200ms{
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}


img.scale {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

img.scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.error{ border-color: #C30D23 !important; color: #C30D23; }


/* header style */
header { margin-bottom: 20px;  }
header .logo-search{ height: 130px; }
header .logo-search .logo{ margin-top: 30px; }

.topsearch{ margin-top: 45px; }
.topsearch .input-box{ width: 457px; position: relative; }
.topsearch input{ width: 336px; height: 30px; line-height: 30px; padding: 2px 10px; border:1px solid #1479D7; font-size: 14px;}
.topsearch button{ position: absolute; top: 0px; right: 0px; width: 99px; height: 36px; 
  background:#1479D7; color: #fff; border:none; font-size: 16px; letter-spacing: 5px; line-height: 36px; }
.topsearch p{ margin-top: 10px; font-size: 12px; color: #666; }
.topsearch p a{ display: inline-block; margin: 0px 2px; color: #666; }
.topsearch p a:hover{ color: #1479D7; }

header .main-menu{ width: 100%; height: 45px; line-height: 45px; background: #1479D7; }
header .main-menu ul li{ position: relative; display: inline-block; vertical-align: top; margin:0px 80px 0px 10px; }
header .main-menu ul li:last-child{ margin-right: 0; }
header .main-menu ul li a{ display: block;  font-size: 16px; color: #fff; }
header .main-menu ul li.current a{  color: #fff; }
header .main-menu ul li a:hover{ color: #eee; }

header .main-menu ul li ul.sub{ display: none; position: absolute; z-index: 9; left: -51px; width: 170px; background: #1479D7; border-top: 1px solid #4C9BE3;}
header .main-menu ul li ul.sub li{ width: 170px; margin: 0; text-align: center; border-bottom: 1px solid #4C9BE3; }



/* 首页 幻灯css */

.focusBox { float:left; position: relative; width: 534px; height: 280px; margin-bottom:10px;  overflow: hidden;  text-align: left; background:#fff; }
.focusBox .pic img { width:100%; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; font-weight: bold; text-decoration: none; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; 
  background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=80);opacity:0.8;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/* top news */

.new-list{ width: 490px; margin-left: 20px; }

.box-head{ margin-bottom: 20px; border-bottom: 2px solid #1479D7;  }
.box-head h3{padding: 6px 25px; background: #1479D7; color: #fff; font-size: 16px;  }
.box-head a.more{ margin-top: 12px; }

.line-head{ margin-bottom: 20px; border-bottom: 2px solid #C9DFF4;  }
.line-head h3{ margin-bottom:-2px; padding: 6px 0px 6px 0px; border-bottom: 4px solid #1479D7; color: #333; font-size: 16px;  }
.line-head a.more{ margin-top: 12px; }

.list-box{ margin: 20px 0px; }

.article_list{}
.article_list li { line-height: 2.5em;   }
.article_list li a{display:inline-block; padding-left: 10px; background: url(../images/dot.png) no-repeat left center;}
.article_list li a:hover{ color: #1479D7; }
.article_list li span.date{ float: right; font-size: 13px; color: #666; }
.list-box .article_list li:first-child a{background: none; padding-left: 0;}

.list-box .article_list li:first-child{ list-style: none; font-weight: bold; font-size: 16px; }

.content-top{ margin-bottom: 10px; }
.right-login .zjxt, .right-login .gyszl{ width: 131px; margin-left: 25px; padding: 20px 0px; text-align: center; background: #eee; }
.right-login a{ display: block; text-align: center; }
.right-login .icon{ display: inline-block; width: 50px; height: 50px; background: url(../images/icon.png); }
.right-login .zjxt{ margin-bottom: 30px; }
.right-login .gyszl .icon{ background-position: -80px 0px; }
.right-login .gyszl a:hover .icon{ background-position: -80px -58px; }
.right-login .zjxt a:hover .icon{ background-position: 0px -59px; }


/* content middle */

.content-middle{  }
.content-middle .content-left{ float: left; width: 578px; }
.content-middle .content-right{ float: right; width: 576px;  }

.home-contact{}
.home-contact h3{margin-bottom: 10px; font-size: 16px; font-weight: bold; }
.home-contact .home-contact-top, .home-contact .home-contact-bottom{ padding: 5px 22px 22px 5px; }
.home-contact .home-contact-top{ height: 130px; background: url(../images/home-contact.png) no-repeat; }
.home-contact .home-contact-top .con{width:389px; padding: 20px 20px 10px 20px; background-color:rgba(255,255,255,0.7);
 filter:Alpha(opacity=70); }
.home-contact .home-contact-top .con p{ line-height: 2em; }
.home-contact .home-contact-top .con p a{ color: #000; }
.home-contact .home-contact-bottom{ height: 139px; background: #EEF7FF; }
.home-contact .home-contact-bottom .con{ padding: 30px 20px 30px; }
.home-contact .home-contact-bottom .con p{ line-height: 1.8em; }

.home-ad2{ margin-top: 20px; }

.cqgg-list{ margin-top: 40px; }


/* friend link */

.friend-link{ padding: 25px 30px 10px; background: #eee; }
.friend-link h2{ padding-left: 25px; background: url(../images/link.png) no-repeat left top; font-size: 16px; }
.friend-link ul{ margin: 10px 0px 15px; }
.friend-link ul li{ display: inline-block; margin-right: 10px; line-height: 2em;  }

/* footer */

.footer{ margin-top: 15px; }
.footer p{ text-align: center; line-height: 2em; }
.footer p.img{ margin: 15px 0px; }
.footer p span{ margin: 0px 5px; }

/*page style */
.banner{ margin-bottom: 20px; }
.banner .container{position: relative;  }
.banner p{ position: absolute; top: 68px; width: 100%;  text-align: center; }
.banner p span{ font-size: 22px; font-weight: bold; margin: 0px 30px; }
.banner img{  }

#page-content{ margin-bottom: 50px; }
.page h3.title { font-size: 22px; font-weight: normal; margin: 10px 0px 20px; }
.page .sidebar{  width: 245px;  }
.page .right-content{ width: 910px; }

.page .sidebar .head{ padding: 15px 15px; background: #eee; }
.page .sidebar .head h3{ font-size: 22px; border-left: 4px solid #1479D7; padding-left: 15px; }
.page .sidebar ul{ margin-top: 10px; }
.page .sidebar ul li{ margin-top: 5px;  }
.page .sidebar ul li a{ display: block; line-height: 43px; height: 43px; padding-left: 30px; font-size: 16px; background: #F8F8F8; }
.page .sidebar ul li a:hover{ background: #1479D7; color: #fff; }

.about-content p{ margin-bottom: 20px; line-height: 2em; font-size: 16px; }
.about-content ul{ text-align: center; }
.about-content ul li{ display: inline-block; margin: 0px 10px 20px 0px; }
.about-content ul li.last{ margin-right: 0px; }
.about-content ul li a{ display:block; border:1px solid #ccc; overflow: hidden;}
.about-content ul li a img{ display: block; }
.about-content ul li p{ line-height: 2em; font-size: 16px; color: #666; }


.article-details p{ line-height: 2em; margin-bottom: 10px; }
.article-details .article-info{ text-align: center; margin: 40px 0px; color: #666; }
.article-details .article-info div{ display: inline-block; margin: 0px 20px; padding-left: 30px; }
.article-details .article-info .post-date{ background: url(../images/post-date.png) no-repeat left 2px; }
.article-details .article-info .post-author{ background: url(../images/post-author.png) no-repeat left top; }

.news-list-page .article_list li{ border-bottom: 1px dashed #eee; line-height: 3em; }
.news-detail-page .banner .container{ background: #eee; }
.news-detail-page .banner h2{ padding: 10px 20px; }

.pagination{ display: block; margin-top: 50px;  }
.pagination li{ display: inline-block; margin: 0 15px;   }
.pagination li:first-child{ margin-left: 0; }
.pagination li a, .pagination li span{ display: inline-block; padding: 3px 3px; 
  text-align: center; width: 20px;
  border:1px solid #ddd; background: #F8F8F8; }
.pagination li.active span{ border-color: #1479D7; color: #fff; background: #1479D7; }

/* gong */
.gong  .head{ margin: 20px 0px; padding: 12px 15px; background: #eee; }
.gong  .head h3{ font-size: 16px; border-left: 3px solid #1479D7; padding-left: 15px; }
.gong .gong-list{ min-height: 180px; }
.gong .gong-list li{ padding-left: 10px; line-height: 2em;  }
.gong .gong-list li a:hover{ color: #1479D7; }

.page .right-login{ width: 378px; height: 300px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
.gong .login-head{ padding: 10px 15px 16px; height: 25px; background: #2984D9; color: #fff; font-size: 18px; }
.gong .login-head h4{ font-weight: normal; margin-top: 2px; }
.gong .login-head a{  display: inline-block;  padding: 6px 20px; background: #ffcc66; border-radius: 15px; font-size: 14px; }
.gong .login-head a:hover{ background: #EEBF04; }
.login-box{ padding: 20px; }
.login-box .layui-form-item{ margin-bottom: 10px; }
.login-box input{ width: 325px; height: 40px; line-height: 40px; padding: 2px 8px; margin-bottom: 10px;  }
.login-box .code{ display: inline-block; width: 120px; }
.login-box .codeimg{ display: inline-block; vertical-align: top; cursor: pointer; }
.login-box .btn{ display: block; width: 100%; padding: 10px 0px; background: #2984D9; color: #fff; letter-spacing: 5px; font-size: 16px;  }
.login-box .btn:hover{ background: #056DCE; }

.gong h2.title{ font-weight: normal; margin: 60px 0 0 0; }
.gong .form-box{ margin: 50px auto 100px; width: 800px;  }
.gong .form-box .layui-form-item{ margin-bottom: 20px; }
.gong .form-box .tip-text{ display: block; margin: 25px 12px 25px 110px; color: #97a8be; }
.gong-content{ min-height: 500px; }
.gong-info{ padding: 20px 0px; }
.gong-info p{margin-bottom: 30px;}
.gong-info p span{ display: inline-block; width: 100px; vertical-align: top;}


.zhuan  .head{ margin: 20px 0px; padding: 12px 15px; background: #eee; }
.zhuan  .head h3{ font-size: 16px; border-left: 3px solid #1479D7; padding-left: 15px; }
.zhuan .zhuan-list{ min-height: 180px; }
.zhuan .zhuan-list li{ padding-left: 10px; line-height: 2em;  }
.zhuan .zhuan-list li a:hover{ color: #1479D7; }

.zhuan .login-head{ padding: 10px 15px 16px; height: 25px; background: #2984D9; color: #fff; font-size: 18px; }
.zhuan .login-head h4{ font-weight: normal; margin-top: 2px; }
.zhuan .login-head a{  display: inline-block;  padding: 6px 20px; background: #ffcc66; border-radius: 15px; font-size: 14px; }
.zhuan .login-head a:hover{ background: #EEBF04; }


.zhuan h2.title{ font-weight: normal; margin: 60px 0 0 0; }
.zhuan .form-box{ margin: 50px auto 100px; width: 800px;  }
.zhuan .form-box .layui-form-item{ margin-bottom: 20px; }
.zhuan .form-box .tip-text{ display: block; margin: 25px 12px 25px 110px; color: #97a8be; }
.zhuan-content{ min-height: 500px; }
.zhuan-info{ padding: 20px 0px; }
.zhuan-info p{margin-bottom: 30px;}
.zhuan-info p span{ display: inline-block; width: 100px; vertical-align: top;}


/* fance box */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px 'Arial Bold',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Arial Bold',Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}