@charset "utf-8";
/**一些公用的css**/
* {
  margin: 0 auto;
  padding: 0;
  border: 0;
}
* html body {
  overflow: visible;
}
* html iframe,
* html frame {
  overflow: auto;
}
* html frameset {
  overflow: hidden;
}
body {
  color: #000;
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif !important;
  min-width: 1200px;
}
input,
select,
button {
  vertical-align: middle;
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0;
  font: 12px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}
li {
  list-style-type: none;
}
img {
  border: 0 none;
  margin-right: 0px
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
hr {
  margin: 0 auto;
}
ol,
ul {
  margin-bottom: 0;
}
/* 去掉链接的虚线框 */
a {
  outline: none;
  color: black;
}
h1 {
  font-size: 24px;
  font-weight: bold;
    
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-weight: bold;
  font-size: 18px;
}
h4 {
    font-weight: bold;
    font-size: 16px;
}
h5 {
font-weight: bold;
  font-size: 14px;
}
h6 {
font-weight: bold;
  font-size: 12px;
}
/* 鼠标样式 */
.pointer {
  cursor: pointer;
}
/**一些宽度**/
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.form-inline .form-control.w80 {
  width: 80px;
}
.form-inline .form-control.w100 {
  width: 100px;
}
.form-inline .form-control.w120 {
  width: 120px;
}
.form-inline .form-control.w100 {
  width: 100px;
}
.form-inline .form-control.w150 {
  width: 150px;
}
.form-inline .form-control.w200 {
  width: 200px;
}
.form-inline .form-control.w300 {
  width: 300px;
}
.form-inline .form-control.w350 {
  width: 350px;
}
.form-inline .form-control.w400 {
  width: 400px;
}
/*菜单栏及头样式*/
.container-fluid,
.container {
  padding: 0;
}
.row {
  margin: 0;
}
/*******bigpage 分页******/
.bigpage {
  text-align: center;
  margin: 30px auto;
  line-height: 31px;
  height: 31px;
  font-size: 14px;
}
.bigpage .prev,
.bigpage .next {
  padding: 6px 15px;
  text-decoration: none;
  color: #333333;
}
.bigpage .to-first,
.bigpage .to-last {
  padding: 6px 10px;
  text-decoration: none;
  color: #333333;
}
.bigpage a {
  border: 1px solid #e0e0e0;
  /*padding: 5px 10px; */
  margin: 0 8px;
  border-radius: 20px;
  color: #333333;
  background: #ffffff;
  padding: 9px 15px;
}
.bigpage .pageCurr {
  background: #d0101b;
  color: white;
  border: 1px solid #d0101b;
  padding: 9px 15px;
  margin: 0 8px;
  border-radius: 20px;
}
.bigpage a:hover {
  background: #d0101b;
  color: white;
  border: 1px solid #d0101b;
}

.topnewopen{  width: 100%; background-color:#f0f0f0;height: 35px; line-height:35px;}
.topnewopen .textshao{ width:1200px; text-align:left; font-size:12px; color:#666666}
.topnewopen .textshao .leftcont{ float:left}
.topnewopen .textshao .rightcont{ float:right; text-align:right;}


.maintopgo{width:1200px;margin:0px auto;height: 55px;line-height: 55px;color:#666666;background:#FFFFFF;text-align:left;font-size:13px;padding-left: 10px;}
.maintopgo a{margin-right: 1px;color:#666666;border-right: 1px solid #999;padding-right: 8px;}
.maintopgo a:hover {color:red;}

.header {
  width: 100%;
  background: url("img/header-bg.jpg") top center;
  height: 120px;
  padding:20px 0px;
  /* .menu {
     width: 100%;
     margin: 0 auto;
     height: 50px;
     background: #0398e0;
     text-align: center;
     cursor: pointer;
     a { color: #ffffff;
       font-size: 16px; }
     & > ul { width: 1200px; }
     & > ul > li {
       float: left;
       width: 150px;
       height: 50px;
       line-height: 50px;
     }
     & > ul > li.active {
       background: #2baeef;
     }
     .sub-menu {
       display: none;
       position: relative;
       top: -1px;
       z-index: 2;
       height: 200px;
       width: 150px;
       padding: 10px 0;
       border-right: 1px solid #e8e9e9;
       background: url("..img/menu-bg.png") repeat;
       li {
         height: 36px;
         line-height: 36px;
       }
       a {
         font-size: 14px;
       }
     }
     .more-menu {
       text-align: center;
     }
     .more-menu .middle {
       margin: 0 22px;
     }
     .more-menu a.first {
       margin-right: 20px;
     }
     .no-border { border-right: 0; }
     .active .sub-menu {
       background: #0598df;
     }
   }*/
}
.header .top {
  width: 1200px;
}
.header .top img {
  vertical-align: top;
}
.header .top-right {
  display: inline-block;
  margin-left: 136px;
}
.header .top-right p {
  padding-left: 3px;
  margin: 10px 0 0;
}
.header .top-right p a {
  color: #4c4c4c;
  font-size: 14px;
  margin-right: 15px;
}

.header .logo{float:left; height:100px;}
.header .toplistnav{float: left;height: 100px;width: 590px;margin-left: 60px;font-size:15px;}


.header .toplistnav li{float:left; background:url(img/back01.png) repeat-y right; width:85px;text-align:center; margin-right:25px;}
.header .toplistnav li img{width:50px; display:block; padding-bottom:8px;margin: 0px auto;}
.header .toplistnav li.listnav{background:none}
.header .toplistnav a{float:left; color:#0e93d8}

.header .search {
  width: 400px;
  height: 36px;
  background: url("img/search.png");
  cursor: pointer;
}
.header .search input {
  background: transparent;
  height: 35px;
  line-height: 35px;
  width: 340px;
  padding-left: 10px;
}
.header .search input:focus {
  outline: transparent auto 5px;
}





.header .top-right-tel{float:right; width:240px; height:54px; line-height:32px; text-align:center; color:#333;margin-top: 10px;}
.header .top-right-tel span{color:#fff;}
.header .top-right-tel b{color:#ffea00;}
.telrtt{float:right;_display:inline;  width:230px;}
.telico{background:url("img/toptel.png") no-repeat 0 0;}
.telcon{background-position:2px 7px;padding-left:10px; font-weight:bold; font-family:'微软雅黑'; font-size:14px;}
.telconnr{float:right; padding-top:2px; padding-right:14px;}
.telconnr a{padding:0px 3px;}





.top-nav {
  height: 80px;
  background-color: #0e93d8;
  min-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.top-nav-top {
  height: 55px;
  line-height:55px;
  background-color: #0e93d8;
  min-width: 1150px;
  margin: 0 auto;
  text-align: center;
  color:#fff;
}

.top-nav-top span.linehh{ margin:0px 2px;}

.top-nav .nav-ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  _zoom: 1;
  *display: inline;
}

.top-nav-top .nav-ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  width:1200px;
  _zoom: 1;
  *display: inline;
}

.top-nav .nav-ul-top {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  _zoom: 1;
  *display: inline;
}

.top-nav ul {
  padding: 0;
  margin: 0;
}
.top-nav ul li {
  list-style: none;
  float: left;
}

.top-nav-top ul li {padding:0px 21px; float:left;text-align:center; background:url("img/line1.png") no-repeat right; }

.top-nav-top ul li a{ color:#fff; font-size:16px; font-weight:500;}

.top-nav ul li .nav-img {
  height: 43px;
  width: 64px;
}
.top-nav ul li .nav-img img {
  height: 30px;
  margin-top: 13px;
}
.top-nav ul li .nav-title {
  font-size: 16px;
  color: #FFF777;
  font-weight: 600;
  margin-top: 4px;
}
.top-nav ul li a {
  color: #fff;
}
.top-nav ul li a:hover {
  color: #FFF777;
  text-decoration: none;
}
.top-nav .nav-ul .gk-ul {
  margin-top: 13px;
  overflow: hidden;
}
.top-nav .nav-ul .gk-ul li {
  margin: 0 0 0 20px;
  font-size: 14px;
  _display: inline;
}
.top-nav .nav-ul .gk-ul li a {
  position: relative;
}
.top-nav .nav-ul .gk-ul a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #FFF777;
  transform: scale(0);
  transition: all 0.3s;
}
.top-nav .nav-ul .gk-ul li a:hover:before {
  transform: scale(1);
}
.top-nav .hr {
  float: left;
  width: 1px;
  height: 56px;
  background: #c9c9c9;
  margin: 12px 15px 0 40px;
  _display: inline;
}
.fl {
  float: left;
}
.footer {
  text-align: center;
}
.footer .city {
  background: #0e93d8;
  border: 1px solid #0e93d8;
  height: 33px;
  line-height: 33px;
  color: #ffffff;
  font-size: 14px;
}
.footer .city ul {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
}


.footer .city a {
  color: #ffffff;
  font-size: 14px;
  padding:0px 5px;
}
.footer .copyright {
  color: #004276;
  padding-top: 15px;
  font-size: 12px;
  background: white;
  width: 1200px;
  padding-bottom: 10px;
}
.footer .copyright a {
  color: #004276;
}
.footer .copyright li {
  line-height: 28px;
  height: 28px;
}
.footer .copyright li span {
  color: red;
}
.footer .copyright .qq {
  vertical-align: sub;
}
.fixed-goTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: none;
}
.fixed-goTop li {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-image: url("img/fixed.png");
  cursor: pointer;
}
.fixed-goTop .contact {
  background-position: -81px 0px;
}
.fixed-goTop .contact:hover {
  background-position: -160px 0px;
}
.fixed-goTop .top {
  background-position: -240px 0px;
  background-image: none;
}
.fixed-goTop .top:hover {
  background-position: -320px 0px;
}

.fixed-goTop .zxkf {
  background-position: 0px 0px;
}

.fixed-goTop .zxkf:hover {
  background-position: 0px 0px;
}

.fixed-goTop .weixin {
  background-position: -400px 0px;
}
.fixed-goTop .weixin:hover {
  background-position: -480px 0px;
}
.fixed-goTop img {
  position: absolute;
  top: 25px;
  left: -130px;
  display: none;
}
.container {
  width: 1200px !important;
  margin: 0 auto;
  background: #ffffff;
  padding-top: 10px;
}

.container .navigation{width:1200px; margin:0px auto; background:url("img/home.gif") no-repeat 0 48%; padding-left:25px; height:30px; line-height:30px; 
overflow:hidden; margin-top:5px; margin-bottom:10px;color:#999; font-size:13px;}
.container .navigation a{color:#999;}		
.container .navigation a:visited {color:#999;}	
.container .navigation a:hover {color:#999;}	
.container .navigation a:active {color:#999;}

.container a:hover,
.container a:link {
  text-decoration: none;
}

.topads{width:1200px; margin: 0px auto; display: block; padding-top: 0px; padding-bottom: 20px; background: #fff;}
.dianhuatel{margin:0px auto; width:1200px; height:auto; color:#004276;}
.dianhuatel h1{ font-size:22px; line-height:30px; height:30px;}
.dianhuatel table{border-collapse:collapse; border:1px #0099CC solid}
.dianhuatel td{font-size:12px; padding:5px; text-indent:0em;border-collapse:collapse; border:1px #0099CC solid}
.dianhuatel td p{font-size:12px; padding-left:2px; text-indent:0em;}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1850px) {
  .fixed-goTop {
    right: 215px;
  }
}


#rtflash{width:330px;margin:0 0 25px 0;position: relative;}
#rtflash #rtplay{width:330px;height: 240px;list-style: none;position:absolute;top:0px;left:0px;}
#rtflash #rtplay li{display: none;position:absolute;top:0px;left:0px;}
#rtflash #rtplay li img{float: left;}
#rtbutton{display:none}
#rtbutton li{margin-left: 10px;float: left;}
#rtbutton li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#rtprev{width:40px;height:63px;position: absolute;top:50px;left:10px;z-index: 1000;}
#rtnext{width:40px;height:63px;position: absolute;top:50px;right:10px;z-index: 1000;}


/*底部微信二维码*/
.footer-weixin{
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 122px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(0,0,0,.7);
	z-index: 999;
}
.wx-container{
	width: 1200px;
}
.wx-left{float: left; color: white;  padding-left: 190px;}
.wx-left h3{font-size: 26px;line-height: 26px;margin-top: 30px;color: #fff;font-weight: 700;letter-spacing: 2px;}
.wx-left h3 span{color: #f04845;}
.wx-left p{font-size: 16px;letter-spacing: 2px;
	line-height: 16px;
	color: #fff;
	margin-top: 20px;
	font-weight: 400;}
.wx-right{float: right;
	width: 484px;
	height: 220px;
	margin-right: 50px;
	position: relative;
	top: -98px;
}
.wx-right img{
	display: block;
	width: 100%;
}
.wx-close{
	width: 22px;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: url("img/closegb.png");
}
#pagelist a{ margin-left:5px;}