/*公共*/
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
  }
}
#showdata {
  display: none;
}
.cuya {
  font-family: "cuya";
}
@font-face {
  font-family: 'cuya';
  src: url('cuya.ttf');
}
body {
  scrollbar-arrow-color: #fff;
  /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
  /*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
  /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
  /*滚动条阴影的颜色*/
  scrollbar-track-color: #0046aa;
  /*滚动条背景颜色*/
  scrollbar-base-color: black;
  /*滚动条的基本颜色*/
  Cursor: url(mouse.cur);
  /*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/
}
::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px;
}
::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  display: none;
  width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar:horizontal {
  height: 10px;
}
::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
  border-radius: 5px;
  background: #0046aa;
}
::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red;
}
::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red;
}
body {
  overflow-x: hidden;
}
img {
  border: 0;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
em,
i {
  font-style: normal;
}
a {
  font-size: 16px;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #e51e01;
}
.w1300 {
  width: 1400px;
  margin: 0 auto;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.h30 {
  height: 30px;
}
.h60 {
  height: 60px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/*公共*/
header {
  width: 100%;
  margin: 0 auto;
}
.logoImg {
  margin: 25px 0 5px 0px;
}
.top_wz {
  background: #e6f1fb;
  font-size: 14px;
  color: #595959;
  height: 40px;
  line-height: 40px;
}
.top_tel {
  padding: 25px 0px 0 30px;
}
.qh_nav {
  height: 118px;
  line-height: 118px;
  width: 800px;
}
.qh_nav li {
  float: left;
  line-height: 118px;
  height: 118px;
  width: 12.5%;
}
.qh_nav li a {
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  height: 118px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
}
.qh_nav li a:hover {
  color: #fff;
  background: #026cd0;
}
.qh_nav li .act {
  color: #fff;
  background: #026cd0;
}
.qh_nav .qh_nav1 ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  top: 160px;
  padding: 20px 2%;
  box-sizing: border-box;
  overflow: hidden;
  transition: .5s;
  text-align: center;
  z-index: 9999;
}
.qh_nav .qh_nav1 ul a {
  width: 12.6%;
  color: #fff;
  margin: 20px 0.5% 0 0;
  display: inline-block;
  height: 250px;
}
.qh_nav .qh_nav1 ul a span {
  color: #fff;
  text-align: center;
  display: block;
  transition: all .3s;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qh_nav .qh_nav1 ul a img {
  width: 100%;
  display: block;
}
.qh_nav .qh_nav1 ul a:hover {
  background: none;
}
.qh_nav .qh_nav1 ul a:hover span {
  color: #fff;
  background: linear-gradient(45deg, #1574cd, #60b62b);
}
.qh_nav .qh_nav1:hover ul {
  visibility: visible;
  opacity: 1;
  top: 130px;
}
.tit {
  margin: 49px auto 26px auto;
  box-sizing: border-box;
  color: #1b7dce;
  font-size: 48px;
  text-align: center;
}
.tit strong {
  display: block;
  color: #1b7dce;
}
.tit strong u {
  color: #ff3c00;
  text-decoration: none;
}
.tit b {
  display: block;
  text-align: center;
  color: #2e2e2e;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  position: relative;
}
.tit b::before {
  position: absolute;
  content: "";
  width: 71px;
  height: 4px;
  background: #044bb2;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.sycp_lb {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 50px;
}
.sycp_lb a {
  display: inline-block;
  padding: 12px 25px;
  position: relative;
  overflow: hidden;
  transition: all .2s;
  background: #e3e1e1;
  color: #444444;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 16px;
}
.sycp_lb a:hover {
  background: #00aced;
  color: #fff;
}
.sycp_pic li {
  width: 33.33333333%;
  float: left;
}
.sycp_pic li a {
  display: block;
  margin-right: 10px;
}
.sycp_pic li a h4 {
  position: relative;
  overflow: hidden;
}
.sycp_pic li a h4 img {
  width: 100%;
  display: block;
  transition: all .5s;
}
.sycp_pic li a ol {
  text-align: center;
  margin-bottom: 30px;
  height: 30px;
  line-height: 30px;
  transition: all .5s;
}
.sycp_pic li a:hover ol {
  background: #0046aa;
  color: #fff;
}
.sycp_pic li a:hover h4 img {
  transform: scale(1.1);
}
.syal {
  overflow: hidden;
  width: 1400px;
  margin: 0px auto;
}
.syal li {
  float: left;
  margin-right: 20px;
  width: 350px;
}
.syal li a {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.syal li a img {
  display: block;
  width: 100%;
  transition: all .3s;
}
.syal li a ol {
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 10px 0 0 0;
}
.cpmore {
  position: relative;
  z-index: 99;
}
.cpmore::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 20px;
  z-index: 15;
}
.cpmore a {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  width: 197px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
  background: #fff;
}
.cpmore a:hover {
  background: #044bb2;
  color: #fff;
}
.sygsjj {
  background: url(1_22.jpg) bottom center no-repeat;
  height: 663px;
  overflow: hidden;
  padding-top: 80px;
  box-sizing: border-box;
}
.sygsjj dl dt {
  padding: 80px 0px;
  width: 750px;
  margin-left: 90px;
}
.sygsjj dl dt h3 {
  font-size: 36px;
  color: #0051c7;
  margin-bottom: 20px;
}
.sygsjj dl dt .gs_con {
  line-height: 200%;
}
.sygsjj dl dt a {
  width: 190px;
  height: 50px;
  line-height: 50px;
  background: #e60012;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
  margin-top: 30px;
}
.sygsjj dl dd {
  width: 318px;
  padding-top: 50px;
}
.sygsjj dl dd em {
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: right;
}
.sygsjj dl dd i {
  display: block;
  font-size: 50px;
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.sygsjj dl dd img {
  margin-top: 20px;
}
.sygsjj dl dd p {
  background: url(tel2.png) left 66px no-repeat;
  font-size: 40px;
  padding-left: 65px;
  padding-top: 50px;
  line-height: 80%;
  color: #fff;
}
.sygsjj dl dd p u {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}
.sygsjj dl dd p b {
  font-family: "cuya";
  font-weight: normal;
}
/*左右滚动*/
.syry {
  overflow: hidden;
  margin: 0px auto 60px auto;
  background: #f9f8f8;
  padding-bottom: 60px;
}
.syry h2 {
  padding: 50px 0;
}
.syry h2 img {
  display: block;
  margin: 0 auto;
}
.syry h2 b {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #302c2c;
  font-weight: normal;
  margin-top: 20px;
}
.sysb h2 {
  color: #026cd0;
  font-size: 36px;
  margin-bottom: 20px;
}
.sysb h2 em {
  font-size: 18px;
  color: #bebebe;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.sysb h2 a {
  float: right;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
}
.sysb h2 a:hover {
  background: #ff3c00;
  color: #fff;
}
.sysb li {
  float: left;
  width: 30.95975232%;
  margin-right: 20px;
}
.sysb li div img {
  display: block;
  width: 100%;
}
.sysb li ol {
  background: #f3f3f3;
  text-align: center;
  color: #000;
  height: 50px;
  line-height: 50px;
  transition: all .3s;
}
.sysb li:hover ol {
  background: #044bb2;
  color: #fff;
}
#focus_Box {
  position: relative;
  width: 1180px;
  height: 440px;
  margin: 0px auto 0 auto;
  padding-top: 20px;
}
#focus_Box ul {
  position: relative;
  height: 440px;
}
#focus_Box li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 146px;
  cursor: pointer;
  left: 377px;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: 10px 20px 20px rgba(51, 51, 51, 0.63);
}
#focus_Box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: .5s;
}
#focus_Box li:hover img {
  transform: scale(1.05, 1.05);
}
#focus_Box li:hover p {
  background: #003c9a;
  color: #fff;
  font-size: 20px;
}
#focus_Box li p {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 18px;
  transition: all .3s;
  display: none;
}
#focus_Box .prev {
  background: url(btnl.png) no-repeat;
  left: -90px;
  top: 290px;
}
#focus_Box .prev:hover {
  left: -110px;
  opacity: 1;
}
#focus_Box .next {
  background: url(btnr.png) no-repeat;
  right: -90px;
  top: 290px;
}
#focus_Box .next:hover {
  right: -110px;
  opacity: 1;
}
#focus_Box a.imgs-scroll-btn {
  display: block;
  position: absolute;
  z-index: 110;
  top: 7px;
  right: 15px;
  width: 51px;
  height: 23px;
  overflow: hidden;
  background: url(share-btn.png) no-repeat;
  text-indent: -999px;
}
#focus_Box .prev,
#focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 51px;
  height: 101px;
  top: 204px;
  transition: 0.5s;
  opacity: 0.6;
}
.almore {
  text-align: center;
  margin: 80px auto;
  width: 610px;
}
.almore a {
  margin: 10px auto;
  width: 300px;
  height: 56px;
  display: block;
  float: left;
}
.almore a:nth-of-type(1) img {
  display: block;
}
.almore a:nth-of-type(2) {
  background: #026cd0;
  color: #fff;
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
}
.sycp_r {
  width: 77%;
}
.gg1 {
  background: url(gg1.jpg) center top no-repeat;
  height: 892px;
}
.gg1 h2 {
  padding: 192px 0 20px 0;
  text-align: center;
}
.gg1 h2 img {
  display: block;
  margin: 0 auto 20px auto;
}
.gg1 h2 strong {
  font-size: 30px;
  color: #3c3c3c;
  font-weight: normal;
}
.gg1 ul {
  margin-top: 70px;
}
.gg1 ul li {
  float: left;
  margin-left: 40px;
}
.gg1 ul li img {
  display: block;
}
.gg1 ul li span {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #424242;
}
.gg1 ul li:nth-of-type(1) span,
.gg1 ul li:nth-of-type(3) span,
.gg1 ul li:nth-of-type(5) span {
  margin-bottom: 50px;
}
.gg1 ul li:nth-of-type(2) img,
.gg1 ul li:nth-of-type(4) img,
.gg1 ul li:nth-of-type(6) img {
  margin-top: 153px;
  margin-bottom: 30px;
}
.synews {
  overflow: hidden;
  height: 728px;
  background: url(nbj.jpg) top center no-repeat;
}
.news3 {
  margin-top: 30px;
}
.news3 dl {
  float: left;
  width: 48%;
  margin-right: 1%;
  background: #f8f8f8;
  margin-bottom: 20px;
  transition: all .3s;
  height: 160px;
}
.news3 dl dt {
  float: left;
  width: 30%;
  height: 160px;
}
.news3 dl dt img {
  width: 100%;
  display: block;
  height: 100%;
}
.news3 dl dd {
  float: left;
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}
.news3 dl dd h4 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.news3 dl dd p {
  color: #464646;
  font-size: 14px;
}
.news3 dl dd em {
  display: block;
  color: #ff0000;
  font-size: 14px;
  margin-top: 10px;
}
.news3 dl:hover {
  background: #026cd0;
}
.news3 dl:hover h4,
.news3 dl:hover p,
.news3 dl:hover em {
  color: #fff;
}
/*产品上下滚动*/
.anliroll {
  height: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
.anliroll li {
  float: left;
  width: 23.25581395%;
  background: #fff;
  margin: 2% 0 0 1.4%;
}
.anliroll li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.anliroll li a h4 {
  overflow: hidden;
}
.anliroll li a img {
  width: 100%;
  display: block;
  transition: all .5s;
}
.anliroll li a ol {
  line-height: 55px;
  color: #555;
  width: 100%;
  transition: all .3s;
  font-size: 20px;
  border-bottom: 1px solid #e1dfdf;
  padding: 10px 10px;
  box-sizing: border-box;
}
.anliroll li a ol a {
  color: #555;
  font-size: 20px;
}
.anliroll li a ol b {
  display: block;
  background-size: 30px 30px;
  padding-left: 35px;
}
.anliroll li a span {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 6%;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  padding: 10px 20px;
}
.anliroll li a:hover {
  color: #fff;
}
.anliroll li a:hover img {
  transform: scaleX(1.2) scaleY(1.2);
}
.anliroll li a:hover ol {
  background: #004ca2;
  color: #fff;
  padding-left: 25px;
}
.anliroll li a:hover span {
  background: #fff;
  color: #000;
  border: 1px solid #1574cd;
}
#footer {
  background: #026cd0;
}
.footer_con {
  padding: 30px 0;
}
.footer_con ul {
  overflow: hidden;
}
.footer_con ul li {
  display: block;
  float: left;
  color: rgba(255, 255, 255, 0.521);
  border-right: 1px solid #4e98de;
}
.footer_con ul li h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 10px 0;
}
.footer_con ul li h4 em {
  font-size: 14px;
  color: #828282;
  padding-left: 10px;
  text-transform: uppercase;
}
.footer_con ul li a,
.footer_con ul li p {
  color: #fff;
}
.footer_con ul li h3 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}
.footer_con ul li:nth-of-type(1) {
  width: 189px;
  height: 240px;
}
.footer_con ul li:nth-of-type(1) a {
  display: block;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.footer_con ul li:nth-of-type(2) {
  width: 473px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  height: 240px;
  line-height: 180%;
}
.footer_con ul li:nth-of-type(2) a {
  display: block;
  width: 100%;
  margin: 9px 0;
}
.footer_con ul li:nth-of-type(3) {
  width: 233px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  height: 240px;
}
.footer_con ul li:nth-of-type(3) a {
  display: block;
  width: 100%;
  margin: 6px 0;
}
.footer_con ul li:nth-of-type(4) {
  width: 188px;
  float: right;
}
.footer_con ul li:nth-of-type(4) p {
  line-height: 200%;
}
.footer_con ul li:nth-of-type(4) img {
  display: block;
  margin: 0 auto;
}
.footer_con ul li:nth-of-type(4) {
  width: 256px;
  float: right;
  border-right: 0;
  text-align: center;
}
.footer_con ul li:nth-of-type(4) p {
  line-height: 200%;
}
.footer_con ul li:nth-of-type(4) img {
  display: block;
  margin-bottom: 20px;
}
.copyright {
  text-align: center;
  background: #012445;
  padding: 10px 0;
}
.copyright p {
  text-align: center;
  color: #fff;
}
.copyright p img {
  vertical-align: middle;
  margin-right: 20px;
}
/*地图*/
#dituContent {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f3f1ec;
  color: #000000;
  text-align: left;
  height: 400px;
}
.zs_fl {
  text-align: center;
}
.zs_fl li {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 30px;
  background: #f00018;
  color: #fff;
  margin: 0 5px 5px 0;
  transition: all .3s;
}
.zs_fl li a {
  display: block;
  color: #fff;
}
.zs_fl li:hover {
  background: linear-gradient(#60b62b, #1574cd);
}
/*内页banner*/
.nb {
  position: relative;
  height: 500px;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-bottom: 20px;
}
.nb .rtCont {
  padding-top: 100px;
}
.nb .rtCont a p {
  color: #fff;
}
.nb1 {
  background: url(gb.jpg) top center no-repeat;
  background-size: cover;
}
.nb2 {
  background: url(g1.jpg) bottom center no-repeat #000000;
}
.nb3 {
  background: url(g2.jpg) bottom center no-repeat #000000;
}
.nb4 {
  background: url(g3.jpg) bottom center no-repeat #000000;
}
.nb5 {
  background: url(g4.jpg) bottom center no-repeat #000000;
}
.nb6 {
  background: url(g5.jpg) bottom center no-repeat #000000;
}
.gsw {
  text-align: center;
  font-size: 46px;
  color: #000;
  padding-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
.gsw::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #0046aa;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gsw b {
  color: #006dd4;
}
.gsw em {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.rtCont {
  position: relative;
  padding-top: 20px;
}
.rtCont ul {
  margin: 10px auto;
  width: 1400px;
  overflow: hidden;
}
.rtCont li {
  float: left;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.rtCont li a {
  display: block;
  position: relative;
  transition: all .2s ease;
}
.rtCont li a img {
  display: block;
  font-size: 0px;
  width: 168px;
  height: 168px;
  transition: all .2s ease;
  border: 10px solid #cccccc;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.rtCont li a p {
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  display: block;
  color: #000;
  margin-bottom: 20px;
  transition: all .3s;
  background: #ff9c00;
}
.rtCont li a:hover img {
  border-color: #0031a2;
}
.rtCont li a:hover p {
  background: #0031a2;
  color: #fff;
}
.lxwz li {
  width: 31%;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  padding: 50px 0;
  height: 200px;
  margin-bottom: 50px;
  margin-left: 20px;
}
.lxwz li img {
  display: block;
  margin: 0 auto 30px auto;
}
.lxwz li span {
  display: block;
  padding-left: 80px;
  margin-top: 5px;
}
.newsc .listc ul,
.newsc .listc li {
  width: 100%;
}
.newsc .listc li {
  transition: .3s;
}
.newsc .listc li.grayc {
  background-color: #f8f8f8;
}
.newsc .listc li a {
  padding: 50px 0;
  display: block;
}
.newsc .listc li:nth-of-type(even) {
  background: #f7f7f7;
}
.newsc .listc li:hover {
  background-color: #0e4295;
}
.newsc .listc li:hover .numc img {
  border: 1px solid #fa1e2f;
}
.newsc .listc li:hover .centerc {
  left: -16px;
}
.newsc .listc .centerc {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  left: 0;
}
.newsc .listc .numc {
  display: block;
  width: 104px;
  border-right: 1px solid #ddd;
  line-height: 60px;
  font-size: 72px;
  color: #d2d2d2;
}
.newsc .listc .numc img {
  width: 104px;
}
.newsc .listc .fontc {
  display: block;
  width: 83.7%;
  font-size: 18px;
  line-height: 30px;
}
.newsc .listc .fontc .introc {
  font-size: 14px;
  color: #bbb;
}
.newsc .listc .fontc p {
  font-size: 18px;
}
.newsc .listc li:hover .numc,
.newsc .listc li:hover .fontc p,
.newsc .listc li:hover .fontc .introc {
  color: #fff;
}
.f-cbc:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.neaxtpg a {
  float: left;
  display: inline-block;
  width: 42%;
  text-align: center;
  padding: 10px 2%;
  border: 1px solid #ccc;
  margin: 0 1%;
}
.neaxtpg a:hover {
  background: #0e4295;
  color: #ffffff;
}
.neaxtpg {
  margin-bottom: 50px;
}
.n_main {
  overflow: hidden;
  margin-top: 20px;
}
.nmain_l {
  width: 21%;
  margin-bottom: 30px;
}
.nmain_l h1 {
  height: 95px;
  background: #0048a6;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  padding-top: 45px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.nmain_l h1 em {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.733);
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.nmain_l .nmenu {
  background: #0975da;
}
.nmain_l .nmenu li {
  line-height: 48px;
  font-size: 15px;
  display: block;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #0462b9;
  background: url(tb.png) 20px 30px no-repeat;
  color: #fff;
}
.nmain_l .nmenu li .act {
  background: linear-gradient(45deg, #1574cd, #60b62b);
  color: #fff;
  padding-left: 25px;
}
.nmain_l .nmenu li a {
  display: block;
  padding-left: 40px;
  color: #fff;
}
.nmain_l .nmenu li a:hover {
  background: linear-gradient(45deg, #1574cd, #60b62b);
  color: #fff;
  padding-left: 25px;
}
.nmain_l .nmenu li .iconfont {
  position: absolute;
  right: 10px;
  font-size: 16px;
}
.nmain_l .nmenu li ._act {
  background: #0048a6;
  color: #fff;
}
.nmain_l .nmenu li ._act .ion {
  color: #fff;
}
.nmain_l .nmenu li ._act:hover {
  background: #0048a6;
  color: #fff;
}
.nmain_l .nmenu li ._act:hover .ion {
  color: #fff;
}
.nmain_l .l_lx {
  background: rgba(0, 0, 0, 0.548);
}
.nmain_l .l_lx dt {
  height: 50px;
  line-height: 70px;
  font-size: 26px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 0 20px;
}
.nmain_l .l_lx dd {
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  color: #fff;
}
.nmain_l .l_lx dd p {
  color: #fff;
  line-height: 160%;
}
.gs_conwz {
  line-height: 200%;
  margin-bottom: 20px;
}
.gs_conwz .ab_tit {
  font-size: 26px;
  color: #000;
}
.gs_conwz .abchan-tag {
  display: inline-block;
  background: url(pcat_xian.gif) repeat-x center;
  padding: 0 20px;
  font-size: 16px;
  color: #6e6e6e;
}
.gs_conwz .abchan-tag span {
  display: block;
  padding: 0 10px;
  background: #fff;
  color: #a9a9a9;
}
.gs_wz {
  margin-top: 20px;
  line-height: 200%;
}
.gs_wz p {
  line-height: 200%;
  margin-bottom: 15px;
}
.chr-top {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.chr-top h3 {
  font-size: 24px;
  color: #000;
}
.chr-top h3 span {
  float: right;
  color: #6e6e6e;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
.chr-top h3 span i {
  color: #000000;
}
.chr-top h3 span a {
  color: #6e6e6e;
}
.chr-top h3 span a:hover {
  color: #000000;
}
.chr-top h3 u {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}
.nmain_r1 {
  width: 95%;
  margin: 0 auto;
}
.syg_r {
  width: 550px;
  padding-right: 55px;
  margin-top: 80px;
}
.syg_r h3 {
  font-size: 34px;
}
.syg_r h3 em {
  font-size: 40px;
  color: #bbc1c9;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.max-case {
  width: 600px;
  height: 450px;
  background: #eee;
  float: left;
  position: relative;
  margin: 80px 0 0 30px;
}
.max-case li {
  width: 600px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.max-case li > a > img {
  width: 600px;
  height: 450px;
}
.max-case li strong {
  font-size: 20px;
  color: #000;
  line-height: 50px;
  text-align: center;
  width: 600px;
  display: block;
  font-weight: normal;
}
.max-case li p {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.596);
  padding: 5px 20px;
}
.number {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 99999;
  right: 10px;
  bottom: 5px;
  text-align: center;
}
.number span {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  color: #666;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 26px;
}
.number-on {
  background: #fca321;
  color: #fff;
}
