﻿@import url('reset.css');
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: "sans-serif";
}
.header {
  width: 100%;
  height: 160px;
}
.header .headerBox {
  max-width: 1200px;
  height: 160px;
  margin: 0 auto;
}
.header .headerBox .logo {
  background: url('../Images/logo.png') no-repeat center;
  width: 556px;
  height: 128px;
  float: left;
  margin-top: 5px;
}
.header .headerBox .tel {
  background: url('../Images/tel.png') no-repeat right;
  width: 209px;
  height: 68px;
  float: right;
  margin-right: 30px;
}
.header .headerBox .bj {
  width: 200px;
  height: 68px;
  float: right;
}
.header .headerBox .searchBox {
  width: 430px;
  height: 35px;
  float: right;
  padding-top: 30px;
}
.header .headerBox .searchBox input {
  border: 2px solid #b5060c;
  float: left;
  height: 30px;
  width: 372px;
}
.header .headerBox .searchBox button {
  height: 34px;
  background: #b5060c;
  color: #fff;
  border: 0px;
  padding: 0 15px;
  float: right;
}
.menuNav {
  width: 100%;
  background: #b5060c;
  height: 60px;
  margin: 0 auto;
  /* 本例子css */
}
.menuNav .navold {
  width: 1200px;
  margin: 0 auto;
}
.menuNav .navold li {
  float: left;
  line-height: 48px;
  width: 133px;
  text-align: center;
}
.menuNav .navold li a {
  color: #fff;
  font-size: 15px;
}
.menuNav .navold li.ck,
.menuNav .navold li:hover {
  background: #fff;
  border-top: 2px solid #b5060c;
  height: 46px;
}
.menuNav .navold li.ck a,
.menuNav .navold li:hover a {
  color: #b5060c;
}
.menuNav .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menuNav .navBar {
  position: relative;
  z-index: 1;
  height: 60px;
  line-height: 60px;
}
.menuNav .nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", SimSun, SimHei;
  font-size: 14px;
}
.menuNav .nav a {
  color: #fff;
}
.menuNav .nav h3 {
  font-size: 100%;
}
.menuNav .nav .m {
  float: left;
  position: relative;
  z-index: 1;
}
.menuNav .nav .s {
  float: left;
  width: 3px;
  text-align: center;
  color: #D4D4D4;
  font-size: 16px;
}
.menuNav .nav h3 a {
  display: block;
  width: 133px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.menuNav .nav .sub {
  display: none;
  position: absolute;
  left: -3px;
  top: 60px;
  z-index: 1;
  width: 133px;
  border: 1px solid #E6E4E3;
  border-top: 0;
  background: #fff;
}
.menuNav .nav .sub li {
  text-align: center;
  padding: 0 8px;
  margin-bottom: -1px;
}
.menuNav .nav .sub li a {
  display: block;
  border-bottom: 1px solid #E6E4E3;
  padding: 8px 0;
  height: 28px;
  line-height: 28px;
  color: #666;
}
.menuNav .nav .sub li a:hover {
  color: #b5060c;
}
.menuNav .nav .block {
  height: 3px;
  width: 135px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 57px;
  overflow: hidden;
  display: none;
}
.aboutus {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #f9f9f9;
}
.aboutus .tit {
  background: url('../Images/tit.png') no-repeat left;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.aboutus .youshi {
  background: url('../Images/aboutys.png') no-repeat;
  width: 1200px;
  height: 877px;
  margin: 0 auto;
}
.aboutus .youshi .ysbox {
  position: absolute;
}
.aboutus .youshi .ysbox .video {
  width: 547px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutus .youshi .ysbox .video .bgpicbox {
  position: relative;
  width: 547px;
  height: 450px;
  overflow: hidden;
  background: #EEE;
  float: left;
}
.aboutus .youshi .ysbox .video .bgpicbox img {
  width: 547px;
  height: 450px;
  display: block;
}
.aboutus .youshi .ysbox .video .bgpicbox .text {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  height: 40px;
  text-align: center;
}
.aboutus .youshi .ysbox .video .bgpicbox .text a {
  line-height: 40px;
  color: #FFF;
  font-size: 16px;
  margin-left: 0.5em;
}
.aboutus .youshi .ysbox .video .bgpicbox .videobtn {
  /*background: url('../Images/video/videobtn.png');*/
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 10;
  top: 198px;
  left: 248px;
  background: url('../Images/video/spbf.png');
}
.aboutus .youshi .ysbox .more {
  position: absolute;
  top: 25px;
  left: 1150px;
}
.aboutus .youshi .ysbox .more2 {
  position: absolute;
  top: 325px;
  left: 1150px;
}
.aboutus .youshi .ysbox .more3 {
  position: absolute;
  top: 522px;
  left: 450px;
}
.aboutus .youshi .ysbox .more4 {
  position: absolute;
  top: 760px;
  left: 450px;
}
.aboutus .youshi #mylist td {
  line-height: 21px;
}
.aboutus .youshi #mylist td.one {
  width: 50px;
}
/* 我们的客户 */
.customer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.customer .tit {
  background: url('../Images/tit_customer.png') no-repeat center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.customer .casebox {
  width: 100%;
  position: relative;
}
.customer .casebox .layB {
  width: 1200px;
  padding: 0px;
  min-height: 400px;
}
.customer .casebox .layB .tbC {
  width: 1200px;
  position: relative;
}
.customer .casebox .prev {
  background: url(../Images/Customer/left1.png) no-repeat;
  width: 49px;
  height: 91px;
  position: absolute;
  height: 276px;
  top: 240px;
  left: 50%;
  margin-left: -680px;
}
.customer .casebox .next {
  background: url(../Images/Customer/right1.png) no-repeat;
  width: 49px;
  height: 91px;
  position: absolute;
  height: 276px;
  top: 240px;
  left: 50%;
  margin-left: 640px;
}
.customer .casebox .prev:hover {
  background: url(../Images/Customer/left2.png) no-repeat;
}
.customer .casebox .next:hover {
  background: url(../Images/Customer/right2.png) no-repeat;
}
.customer .casebox .layB .slide {
  width: 1200px;
  overflow: hidden;
}
.customer .casebox .layB .slide li {
  width: 393.3px;
  height: 280px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
}
.customer .casebox .layB .slide li img {
  display: block;
  width: 393.3px;
  height: 280px;
}
.customer .casebox .layB .slide li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 45px;
  height: 45px;
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  /*display: none;*/
}
.customer .casebox .layB .slide li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 390px;
  height: 45px;
  background: #000;
  opacity: .3;
  filter: alpha(opacity=50);
}
.customer .casebox .layB .slide li p a,
.customer .casebox .layB .slide li p a:visited {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.customer .casebox .layB .slide li p a:hover {
  color: #f60;
}
.customer .casebox .layB .slide li:first-child {
  margin-left: 0px;
}
.customer .casebox .layB .slide li:nth-child(4) {
  margin-left: 0px;
}
.customer .casebox .layB ul {
  overflow: hidden;
  zoom: 1;
  /*li:hover {
                p { display: block; }
            }*/
}
.customer .customertype {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 50px;
  background: #DFE0E0;
  margin-bottom: 10px;
  border-top: 2px solid #b5060c;
}
.customer .customertype ul li {
  float: left;
  line-height: 50px;
  font-size: 20px;
  height: 50px;
  width: 171.4px;
  text-align: center;
  font-family: 'Microsoft YaHei';
}
.customer .customertype ul li:hover {
  background: #fff;
}
.products {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.products .tit {
  background: url('../Images/products/titProducts.png') no-repeat center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.products .m-slide {
  position: relative;
  width: 1198px;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
}
.products .m-slide .bottom-shadow {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background: #e6e6e6;
  border-bottom: 1px solid #e5e5e5;
}
.products .m-slide .tab {
  float: left;
}
.products .m-slide .tab li {
  *margin-bottom: -3px;
  border-top: 1px solid #e5e5e5;
  width: 193px;
  border-right: 1px solid #e5e5e5;
}
.products .m-slide .tab li:first-child {
  border-top: 0;
}
.products .m-slide .tab li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.products .m-slide .tab a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 190px;
  height: 75px;
  border-left: 3px solid #fff;
}
.products .m-slide .tab a b {
  position: absolute;
  left: 0;
  top: 32px;
  width: 4px;
  height: 11px;
  overflow: hidden;
}
.products .m-slide .tab a span {
  position: absolute;
  overflow: hidden;
}
.products .m-slide .tab a .title {
  left: 17px;
  top: 6px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.products .m-slide .tab a .des {
  left: 18px;
  top: 30px;
  height: 30px;
  line-height: 30px;
  color: #999999;
}
.products .m-slide .tab .first a {
  height: 50px;
}
.products .m-slide .tab li:hover a {
  border-left: 3px solid #b5060c;
}
.products .m-slide .tab li:hover a b {
  background: url(../Images/products/dot.png) no-repeat;
}
.products .m-slide .img {
  float: left;
  position: relative;
  width: 1000px;
  overflow: hidden;
}
.products .m-slide .img li {
  float: left;
}
.products .m-slide .img li .contextBox {
  margin: 10px 0 0 20px;
}
.products .m-slide .img li .contextBox li {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
}
.products .m-slide .img li .contextBox li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 45px;
  height: 45px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.products .m-slide .img li .contextBox li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 45px;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.products .m-slide .img li .contextBox li p a,
.products .m-slide .img li .contextBox li p a:visited {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.products .m-slide .img li .contextBox li p a:hover {
  color: #f60;
}
.products .m-slide .img li .contextBox li.Five {
  width: 215px;
  height: 175px;
  margin-left: 20px;
  margin-top: 10px;
}
.products .m-slide .img li .contextBox li.Four {
  width: 415px;
  height: 175px;
  margin-left: 20px;
  margin-top: 10px;
}
.products .m-slide .img li .contextBox li.Three {
  width: 415px;
  height: 175px;
  margin-left: 20px;
}
.products .m-slide .img li .contextBox li.Two {
  width: 215px;
  height: 175px;
  margin-left: 20px;
}
.products .m-slide .img li .contextBox li.One {
  width: 300px;
  height: 360px;
}
.products .m-slide .img .first {
  display: block;
}
.shebei {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.shebei .tit {
  width: 1198px;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  height: 52px;
}
.shebei .tit .title {
  font-size: 18px;
  color: #666;
  line-height: 52px;
  margin-left: 20px;
  float: left;
  font-family: 'Microsoft YaHei';
}
.shebei .imgbox {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.shebei .imgbox ul li {
  float: left;
}
.shebei .imgbox ul .one {
  width: 292px;
  margin-left: 20px;
}
.shebei .imgbox ul .two {
  width: 210px;
  margin-left: 20px;
}
.shebei .imgbox ul .two a {
  margin-bottom: 11px;
  float: left;
}
.shebei .imgbox ul .three {
  width: 305px;
  margin-left: 20px;
}
.shebei .imgbox ul .three a {
  margin-bottom: 15px;
  float: left;
}
.shebei .imgbox ul .four {
  width: 300px;
  margin-left: 20px;
}
.footer {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #141d26;
}
.footer .footerbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
}
.footer .footerbox .comboxleft {
  width: 540px;
  height: 130px;
  border-right: 1px solid #2b343b;
  float: left;
}
.footer .footerbox .comboxleft .footerlogo {
  background: url('../Images/footerlogo.png') no-repeat;
  width: 500px;
  height: 124px;
  float: left;
}
.footer .footerbox .comboxcenter {
  width: 300px;
  float: left;
  padding-left: 40px;
}
.footer .footerbox .comboxcenter .icolist {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.footer .footerbox .comboxcenter .icolist .ico01 {
  width: 39px;
  height: 39px;
  background-image: url('../Images/ico1.png');
  float: left;
  margin-left: 5px;
}
.footer .footerbox .comboxcenter .icolist .ico02 {
  width: 39px;
  height: 39px;
  background-image: url('../Images/ico2.png');
  float: left;
  margin-left: 45px;
}
.footer .footerbox .comboxcenter .icolist .ico03 {
  width: 39px;
  height: 39px;
  background-image: url('../Images/ico3.png');
  float: left;
  margin-left: 45px;
}
.footer .footerbox .comboxcenter h3 {
  font-size: 18px;
  color: #899aab;
  font-weight: normal;
}
.footer .footerbox .comboxcenter .content {
  line-height: 26px;
  margin-top: 10px;
  color: #526171;
}
.footer .footerbox .comboxright {
  width: 299px;
  height: 130px;
  border-left: 1px solid #2b343b;
  float: right;
  text-align: center;
  color: #8fc31f;
  line-height: 30px;
}
.footer .footerbox .comboxright li {
  float: right;
  margin-left: 20px;
  width: 116px;
  text-align: center;
}
.footer .footerLink {
  border-top: 1px solid #2b343b;
  border-bottom: 1px solid #2b343b;
  width: 100%;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  color: #526171;
}
.footer .footerLink a {
  color: #526171;
  padding: 0 10px;
}
.footer .copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
  color: #526171;
}
.footer .copyright a {
  color: #526171;
}
.footer2 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
.footer2 .footerLink {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #526171;
}
.footer2 .footerLink a {
  color: #526171;
  padding: 0 10px;
}
.footer2 .copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
  color: #526171;
}
.footer2 .copyright a {
  color: #526171;
}
.sideNavArea {
  position: fixed;
  bottom: 150px;
  z-index: 2000;
  right: 15px;
  margin: 0 auto;
}
.sideNav li {
  background: #999999;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
  position: relative;
}
.sideNav li a {
  background-color: #999;
  border: 1px solid #999;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../Images/iconAssist.png');
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0s;
}
.sideNav li a:hover {
  background-color: #ffffff;
  border-color: #DFE0E0;
}
.sideNav li a.tel {
  background-position: 0 0;
}
.sideNav li a.tel:hover {
  background-position: 0 -40px;
}
.sideNav li a.app {
  background-position: -40px 0;
}
.sideNav li a.app:hover {
  background-position: -40px -40px;
}
.sideNav li a.wechat {
  background-position: -80px 0px;
}
.sideNav li a.wechat:hover {
  background-position: -80px -40px;
}
.sideNav li a.goTop {
  background-position: -120px 0px;
}
.sideNav li a.goTop:hover {
  background-position: -120px -40px;
}
.showArea {
  display: none;
  padding: 10px;
  background: #FFF;
  position: absolute;
  right: 42px;
  top: 0;
  border: 1px solid #DFE0E0;
  /* 	border-right: none; */
}
.showArea img {
  float: left;
}
.sideNav li:hover .showArea {
  display: block;
  overflow: visible;
}
/* 幻灯片 */
.fullSlide {
  width: 100%;
  position: relative;
  height: 460px;
  background: #000;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 460px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 460px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background: url(../images/touming.png) repeat-x;
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 5px;
  background: url(../images/tg_flash_p.png) -18px 0;
  overflow: hidden;
  line-height: 9999px;
}
.fullSlide .hd ul .on {
  background-position: 0 0;
}
.path {
  width: 1198px;
  height: 43px;
  line-height: 43px;
  margin: 0 auto;
  border: 1px solid #eee;
  background: url(../Images/path.jpg) right 0 no-repeat #fff;
  margin-bottom: 10px;
  color: #666;
  margin-top: 10px;
}
.path em {
  padding-left: 34px;
  background: url(../Images/icons1.png) 10px -964px no-repeat;
}
.path a,
.path span {
  margin: 0 5px;
  color: #666;
}
.Tybox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.Tybox .side {
  width: 230px;
  float: left;
  overflow: hidden;
}
.Tybox .side .SideBox {
  margin-bottom: 10px;
  background: #F8F8F8;
}
.Tybox .side .SideBox .hd {
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  background: #DFE0E0;
}
.Tybox .side .SideBox .hd h3 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  color: #737373;
}
.Tybox .side .SideBox .hd a {
  color: #737373;
}
.Tybox .mainContent {
  float: right;
  width: 950px;
  overflow: hidden;
}
.Tybox .mainContent .textContent {
  margin-bottom: 10px;
}
.Tybox .mainContent .textContent .hd {
  padding-right: 10px;
  background: url(../Images/icons.png) 0 -889px repeat-x;
  height: 38px;
  line-height: 38px;
  border: 1px solid #E3E3E3;
  font-size: 16px;
}
.Tybox .mainContent .textContent .hd ul li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.Tybox .mainContent .textContent .hd ul li a {
  display: inline-block;
  zoom: 1;
  padding: 0 20px 0 35px;
}
.Tybox .mainContent .textContent .hd .on {
  background: url(../Images/icons.png) 0 -1404px #D10008;
  color: #fff;
  margin: -1px;
  height: 40px;
}
.Tybox .mainContent .textContent .hd .on a {
  color: #fff;
  background: url(../Images/icons.png) 14px -1219px no-repeat;
  background-position: 10px -178px;
}
.Tybox .mainContent .textContent .bd {
  padding: 6px 15px;
  border: 1px solid #E3E3E3;
  border-top: 0;
  overflow: hidden;
}
/*  侧栏-栏目导航 */
.sideMenuBox {
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.sideMenuBox .hd {
  height: 45px;
  line-height: 45px;
  background: url(../Images/bg2.png) 0 -7px no-repeat;
}
.sideMenuBox .hd h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-weight: normal;
}
.sideMenuBox .bd {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
}
.sideMenuBox .bd ul li {
  line-height: 33px;
  text-align: center;
  margin-bottom: 10px;
}
.sideMenuBox .bd ul li a {
  height: 33px;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  background: #F8F8F8;
  overflow: hidden;
}
.sideMenuBox .bd ul li a:hover {
  background: #737373;
  color: #fff;
  border: 1px solid #737373;
  text-decoration: none;
  /*background: url(../Images/bg2.png) 0 -330px no-repeat;*/
}
.sideMenuBox .bd ul li.on a {
  background: #737373;
  color: #fff;
  border: 1px solid #737373;
  text-decoration: none;
  /*background: url(../Images/bg2.png) 0 -330px no-repeat;*/
}
.sideMenuBox .bd ul li:last-child {
  margin-bottom: 0;
}
/*  侧栏-按行排列 */
#SideRow {
  background: #fff;
}
#SideRow .bd {
  background: #F8F8F8;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
}
#SideRow .list li {
  vertical-align: top;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #E3E3E3;
}
#SideRow .list li a {
  display: block;
  background: url(../Images/icons.png) right -784px no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
#SideRow .list li a:hover {
  background-position: right -730px;
  text-decoration: none;
  color: #0068B7;
}
#SideRow .list .last {
  border-bottom: 0;
}
#SideRow .list .on a {
  background-position: right -730px;
  text-decoration: none;
  color: #0068B7;
}
.xBox {
  margin-bottom: 10px;
}
.xBox .xHd {
  height: 43px;
  line-height: 43px;
  border: 1px solid #E3E3E3;
  background: url(../Images/icons.png) 0 -885px;
  position: relative;
}
.xBox .xHd h3 {
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*background: url(../Images/icons.png) 0 -1400px;*/
  padding: 0 35px;
  color: #fff;
  margin: -1px;
  height: 45px;
  font-weight: normal;
  background: #DFE0E0;
}
.xBox .xHd h3 a {
  color: #737373;
}
.xBox .xHd i {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: 8px;
  height: 8px;
  background: url(../Images/icons.png) 0 -1470px no-repeat;
}
.xBox .xBd {
  border: 1px solid #E3E3E3;
  border-top: 0;
  padding: 15px;
  overflow: hidden;
}
/*page*/
.pagin {
  position: relative;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.pagin .message {
  float: left;
  line-height: 30px;
}
.pagin .blue {
  color: #056dae;
  font-style: normal;
}
.pagin .paginList {
  float: right;
}
.pagin .paginList .paginItem {
  float: left;
}
.pagin .paginList .paginItem a {
  float: left;
  height: 28px;
  border: 1px solid #DDD;
  text-align: center;
  line-height: 30px;
  border-left: none;
  color: #3399d5;
  padding: 0 12px;
}
.pagin .paginList .paginItem:first-child a {
  border-left: 1px solid #DDD;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagin .paginList .paginItem:last-child a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagin .paginList .paginItem:hover {
  background: #f5f5f5;
}
.pagin .paginList .paginItem.more:hover {
  background: #FFF;
}
.pagin .paginList .paginItem.more a {
  color: #737373;
}
.pagin .paginList .disabled a {
  color: #737373;
}
.pagin .paginList .active {
  background: #3399d5;
}
.pagin .paginList .active a {
  color: #fff;
  border: 1px solid #3399d5;
}
.pagin .paginList .active:hover {
  background: #3399d5;
}
.pagin .paginList .more,
.pagin .paginList .more a:hover {
  cursor: default;
}
.imglist {
  float: left;
  width: 100%;
}
.imglist li {
  width: 50%;
  float: left;
  margin: 12px 0 2px 0;
  text-align: center;
}
.imglist li img {
  width: 424px;
  padding: 5px;
  border: 2px solid #e5e5e5;
  height: 280px;
}
.imglist li img:hover {
  border: 2px solid #526171;
}
.imglistmin {
  float: left;
  width: 100%;
}
.imglistmin li {
  width: 33%;
  float: left;
  margin: 12px 0 2px 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.imglistmin li img {
  width: 270px;
  height: 203px;
  padding: 5px;
  border: 2px dashed #e5e5e5;
}
.imglistmin li img:hover {
  border: 2px solid #526171;
}
.imglistHonor {
  float: left;
  width: 100%;
}
.imglistHonor li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  /*img:hover { border: 2px solid #526171; }*/
}
.imglistHonor li img {
  width: 430px;
  height: 592px;
  padding: 5px;
  border: 2px dashed #e5e5e5;
}
.banner {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
  margin-top: 10px;
}
#v_box {
  width: 700px;
  height: 520px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 522222;
  margin-top: -305px;
  margin-left: -350px;
  border-radius: 5px;
  box-shadow: #333 0px 0px 10px;
  _position: absolute;
  *border: 1px solid #333;
  border: 1px solid #333;
  display: none;
}
#v_box h3 {
  color: #333;
  height: 46px;
  font-size: 18px;
  padding-left: 28px;
  line-height: 46px;
  overflow: hidden;
  font-weight: bold;
}
#v_box div {
  width: 650px;
  margin: 0 auto;
  background: #000;
}
#shut {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 8px;
  right: 10px;
  color: #333;
  font-size: 30px;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
#shut:hover {
  text-decoration: none;
  color: #f00;
}
#shut:active {
  color: #a40606;
}
.h1::after {
  position: absolute;
  content: '';
  display: block;
  height: 6px;
  width: 220px;
  border-top: 4px dotted #D6D6D6;
  left: 154px;
  top: 9px;
}
.li7 span {
  margin-right: -2px;
}
#mynews {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #f0f0f0;
  height: 660px;
  overflow: hidden;
  margin-top: 0px;
}
#mynews .tit {
  background: url('../Images/NewsTitle.png') no-repeat center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
#mynews .indexNewsBox {
  width: 1160px;
  margin: 0 auto;
  margin-top: 30px;
  height: 490px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
  padding: 0 20px;
}
#mynews .indexNewsBox .titleBox {
  height: 62px;
  border-bottom: 1px solid #d7d7d7;
}
#mynews .indexNewsBox .titleBox h3 {
  font-size: 18px;
  color: #333333;
  float: left;
  font-weight: normal;
  line-height: 62px;
  font-family: 'Microsoft YaHei';
}
#mynews .indexNewsBox .titleBox .more {
  background: url('../images/More.png');
  width: 49px;
  height: 17px;
  float: right;
  margin-top: 30px;
}
#mynews .indexNewsBox .left {
  float: left;
  margin-top: 20px;
  width: 480px;
}
#mynews .indexNewsBox .left .newFlash {
  width: 500px;
  margin-top: 10px;
  float: left;
  min-height: 355px;
}
#mynews .indexNewsBox .left .newFlash .focusBox {
  position: relative;
  width: 500px;
  height: 355px;
  overflow: hidden;
  font: 12px/1.5 Verdana, Geneva, sans-serif;
  text-align: left;
  background: white;
}
#mynews .indexNewsBox .left .newFlash .focusBox .pic img {
  width: 500px;
  height: 355px;
  display: block;
}
#mynews .indexNewsBox .left .newFlash .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;
}
#mynews .indexNewsBox .left .newFlash .focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 36px;
  width: 100%;
  overflow: hidden;
}
#mynews .indexNewsBox .left .newFlash .focusBox .txt li {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -36px;
}
#mynews .indexNewsBox .left .newFlash .focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#mynews .indexNewsBox .left .newFlash .focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 8px;
}
#mynews .indexNewsBox .left .newFlash .focusBox .num li {
  float: left;
  position: relative;
  width: 18px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}
#mynews .indexNewsBox .left .newFlash .focusBox .num li a,
#mynews .indexNewsBox .left .newFlash .focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
#mynews .indexNewsBox .left .newFlash .focusBox .num li span {
  z-index: 1;
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#mynews .indexNewsBox .left .newFlash .focusBox .num li.on a,
#mynews .indexNewsBox .left .newFlash .focusBox .num a:hover {
  background: #f60;
}
#mynews .indexNewsBox .center {
  width: 620px;
  margin-left: 30px;
  overflow: hidden;
  margin-top: 20px;
  float: left;
}
#mynews .indexNewsBox .center .notice {
  width: 100%;
  overflow: hidden;
}
#mynews .indexNewsBox .center .notice .tab-bd {
  padding: 5px;
}
#mynews .indexNewsBox .center .notice .tab-bd ul {
  overflow: hidden;
  zoom: 1;
}
#mynews .indexNewsBox .center .notice .tab-bd ul li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 595px;
  float: left;
  background: url('../images/2016/Dot02.png') left no-repeat;
  padding-left: 15px;
}
#mynews .indexNewsBox .center .notice .tab-bd ul li a {
  font-size: 14px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 500px;
}
#mynews .indexNewsBox .center .notice .tab-bd ul li span {
  float: right;
}
#mynews .indexNewsBox .center .notice .tab-hd {
  height: 40px;
  border-bottom: 1px solid #d7d7d7;
}
#mynews .indexNewsBox .center .notice .tab-hd ul {
  margin: 0 auto;
}
#mynews .indexNewsBox .center .notice .tab-hd ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 104px;
  text-align: center;
}
#mynews .indexNewsBox .center .notice .tab-hd ul li a {
  font-size: 14px;
}
#mynews .indexNewsBox .center .notice .tab-hd ul li.on {
  position: relative;
  background: url('../images/IndexNewsTitlebg.png') bottom no-repeat;
}
#mynews .indexNewsBox .center .notice .tab-hd ul li.on a {
  color: #c90000;
}
.newsList {
  padding: 0 10px;
}
.newsList li {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.newsList li a {
  background: url(../Images/Com/dot07.png) no-repeat left center;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 600px;
}
.newsList li .date {
  float: right;
  color: #999;
}
.newsList li .node {
  color: #999;
}
.newsList .split {
  border-bottom: 1px solid #E3E3E3;
  height: 0;
  margin: 20px 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.ShowArticle {
  overflow: hidden;
  padding: 20px 0;
  width: 915px;
  margin: 0 auto;
}
.ShowArticle .title {
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  font-family: "微软雅黑", "宋体";
}
.ShowArticle .property {
  line-height: 28px;
  padding: 2px 10px 10px 10px;
  margin: 10px 0;
  text-align: center;
  color: #666;
  border-bottom: 1px dotted #e1e1e1;
}
.ShowArticle .property .time {
  padding-left: 25px;
  background: url(../Images/Com/dot08.png) left no-repeat;
}
.ShowArticle .property span {
  display: inline-block;
  padding: 0 8px;
}
.ShowArticle .conTxt {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0 10px 0;
  width: 100%;
  overflow: hidden;
}
.ShowHonor {
  overflow: hidden;
  padding: 20px 0;
  width: 915px;
  margin: 0 auto;
}
.ShowHonor .title {
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  font-family: "微软雅黑", "宋体";
}
.ShowHonor .property {
  line-height: 28px;
  padding: 2px 10px 10px 10px;
  margin: 10px 0;
  text-align: center;
  color: #666;
  border-bottom: 1px dotted #e1e1e1;
}
.ShowHonor .property .time {
  padding-left: 25px;
  background: url(../Images/Com/dot08.png) left no-repeat;
}
.ShowHonor .property span {
  display: inline-block;
  padding: 0 8px;
}
.ShowHonor .conTxt {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0 10px 0;
  width: 100%;
  overflow: hidden;
}
.nextAndprev {
  width: 915px;
  float: left;
  margin: 0;
  overflow: hidden;
  line-height: 30px;
}
.nextAndprev a:hover {
  color: forestgreen;
}
.nextAndprev .newsBox {
  line-height: 30px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  min-height: 300px;
  margin-top: 10px;
}
#contactusTable tr td {
  line-height: 40px;
  font-size: 14px;
}
.jobtable {
  border: 1px solid #E3E3E3;
  width: 100%;
  margin: 10px 0;
  float: left;
  border-collapse: collapse;
}
.jobtable tr th,
.jobtable tr td {
  padding: 2px 5px;
  line-height: 40px;
  border: 1px solid #E3E3E3;
}
.jobtable tr th {
  color: #b5060c;
}
.jobtable tr .treabox {
  height: 100px;
}
.jobtable tr .name {
  font-size: 16px;
  font-weight: bold;
}
.t_xxTable {
  font-size: 14px;
  line-height: 25px;
  margin-top: 30px;
}
.t_xxTable tr td {
  padding: 8px 0;
}
.t_xxTable label {
  width: 122px;
  height: 25px;
  line-height: 25px;
  background: #f1f1f1;
  text-align: center;
  float: right;
  margin: 0 10px;
}
.t_xxTable i {
  color: #dd0000;
  float: right;
}
.t_xxTable input[type=text] {
  height: 23px;
  line-height: 23px;
  border: 1px solid #b8b8b8;
  outline: none;
  width: 530px;
  padding: 0 5px;
}
.t_xxTable textarea {
  width: 580px;
  height: 200px;
  border: 1px solid #b8b8b8;
  overflow: hidden;
  outline: none;
  padding: 5px;
}
.t_xxTable .t_radio span {
  margin-left: 25px;
  _margin-left: 18px;
}
.aboutcontent {
  font-size: 14px;
  line-height: 30px;
}
.aboutcontent p {
  font-size: 14px;
  line-height: 30px;
  font-family: '宋体';
}
/*用户注册*/
.regbox {
  overflow: hidden;
  padding: 20px 20px;
  width: 1158px;
  margin: 0 auto;
  border: 1px solid #DDD;
  background: #fff;
  min-height: 400px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.regbox .userLoginWrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  margin: auto;
  font-size: 14px;
  min-height: 400px;
}
.regbox .userLoginWrap .notice {
  padding: 15px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.regbox .userLoginWrap .loginCon {
  width: 100%;
  float: left;
  border-right: 1px dotted #d8d8d8;
}
.regbox .loginForm {
  float: left;
  margin-left: 100px;
  width: 650px;
}
.regbox .loginForm td {
  line-height: 30px;
  height: 50px;
}
.regbox .forminput {
  width: 300px;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  float: left;
}
.regbox .forminput:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.table {
  border: 1px solid #cad9ea;
  color: #666;
  width: 100%;
}
.table th {
  background-repeat: repeat-x;
  height: 30px;
}
.table td,
.table th {
  border: 1px solid #cad9ea;
  padding: 0 10px;
  line-height: 30px;
}
.table tr.alter {
  background-color: #f5fafe;
}