@charset "utf-8";
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #1b2a5a;
  color: #fff;
}
::-moz-selection {
  background-color: #1b2a5a;
  color: #fff;
}
::-webkit-selection {
  background-color: #1b2a5a;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;

}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
textarea {
  outline: 0;
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
}
input,
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
  border: none;
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.container {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: .5s;
  transition: .5s;
}
.top_t {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.right_t {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.dx {
  text-transform: uppercase;
}
.bs {
  box-sizing: border-box;
}
.f_l {
  float: left;
}
.f_r {
  float: right !important;
}
.clear {
  clear: both;
}
.over {
  overflow: hidden;
}
.display {
  display: inline-block;
}
.header {
  width: 100%;
}
.header .topbar {
  background: #0c236d;
  width: 100%;
  height: 49px;
}
.header .topbar .topbarBox {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  clear: both;
  font-size: 14px;
  height: 49px;
  line-height: 49px;
  color: #fff;
}
.header .topbar .topbarBox a {
  color: #fff;
}
.header .topbar .topbarBox img {
  position: relative;
  top: 0px;
}
.header .topbar .left {
  background: url(../images/tophome.png) left center no-repeat;
  padding-left: 29px;
  color: #fff;
  font-size: 14px;
  float: left;
  margin-left: 158px;
}
.header .topbar .right {
  float: right !important;
  color: #fff;
}
.header .topbar .right img {
  margin-right: 9px;
  vertical-align: middle;
}
.header .topbar .xunpan {
  display: inline-block;
  margin-left: 22px;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 14px;
}
.header .topbar .xunpan i {
  font-size: 12px;
  background: #fff;
  line-height: 12px;
  padding: 4px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  color: #1b2a5a;
}
.header .topbar .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 40%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #0c236d;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(12, 35, 109, 0.15);
}
.header .topbar .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0c236d;
}
.header .topbar .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.header .header_mid {
  height: 111px;
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
}
.header .header_mid .logo {
  display: inline-block;
  border: 11px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -36px;
  left: 2px;
z-index:3;
}
.header .header_mid .logo img {
  width: 122px;
  height: 122px;
  display: block;
}
.header .header_mid .nav_bg {
  height: 111px;
  width: 100%;
}

.header .header_mid .nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  height: 111px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}
.header .header_mid .nav_bg .menu .nav {
  width: 1042px;
  float: left;
  margin-left: 158px;
  height: 111px;
  font-size: 0;
}
.header .header_mid .nav_bg .menu .nav > li {
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  width: 102.02px;

}
.header .header_mid .nav_bg .menu .nav > li > a {
  display: block;
  height: 111px;
  line-height: 111px;
  font-size: 16px;
  position: relative;
  color: #333333;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
}
.header .header_mid .nav_bg .menu .nav > li > a:after {
  position: absolute;
  width: 50%;
  height: 3px;
  z-index: 2;
  left: 25%;
  background: #1b2a5a;
  bottom: 36px;
  content: " ";
  opacity: 0;
}
.header .header_mid .nav_bg .menu .nav > li:hover > a,
.header .header_mid .nav_bg .menu .nav > li.another > a,
.header .header_mid .nav_bg .menu .nav > li.on > a {
  color: #333;
}
.header .header_mid .nav_bg .menu .nav > li:hover > a:after,
.header .header_mid .nav_bg .menu .nav > li.another > a:after,
.header .header_mid .nav_bg .menu .nav > li.on > a:after {
  opacity: 1;
}
.header .header_mid .nav_bg .menu .nav > li:hover > a:before,
.header .header_mid .nav_bg .menu .nav > li.another > a:before,
.header .header_mid .nav_bg .menu .nav > li.on > a:before {
  opacity: 1;
}
.header .header_mid .nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.header .header_mid .nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.header .header_mid .nav_bg .menu .nav .no {
  background: none!important;
  padding-left: 0px!important;
}
.header .header_mid .nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 111px;
  left: 0;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.header .header_mid .nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0c236d, #0c236d);
  background-image: linear-gradient(to right, #0c236d, #0c236d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.header .header_mid .nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.header .header_mid .nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 111px;
  left: -557px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.header .header_mid .nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.header .header_mid .nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.header .header_mid .nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.header .header_mid .nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.header .header_mid .nav_bg .menu .nav .secs li.nlayer1 > a {
  display: block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .header_mid .nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0c236d, #0c236d);
  background-image: linear-gradient(to right, #0c236d, #0c236d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.header .header_mid .nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.header .header_mid .nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  display: block;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0c236d, #0c236d);
  background-image: linear-gradient(to right, #0c236d, #0c236d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.header .header_mid .nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.header .header_mid .nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}

.header .header_mid .nav_bg.fixedNav{
background:#fff;
width:100%;
}
.header .header_mid .nav_bg.fixedNav .menu  .nav{
width:1200px!important;margin-left:0px;
}
.header .header_mid .nav_bg.fixedNav .menu  .nav li{
width:119.02px;
}




.bx-footer-tow {
  overflow: hidden;
  background: #444343;
}
.link {
  width: 100%;
  height: 1px;
  height: 100px;
  border-bottom: solid 1px #999999;
}
.link h3 {
  line-height: 100px;
  float: left;
  width: 98px;
  color: #fff;
  font-size: 18px;
  margin-right: 4px;
  background: url(../images/link_bg.png) no-repeat center right;
}
.link .link_list {
  float: left;
}
.link .link_list a {
  line-height: 100px;
  padding: 0 24px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  float: left;
  transition: all ease 0.5s;
}
.link .link_list a:hover {
  color: rgba(225, 225, 225, 0.9);
  transform: translateX(5px);
}
.footer_main {
  width: 1200px;
  margin: 0 auto 0px;
  overflow: hidden;
}
.bx-footer-tow .f_tit {
  color: #fff;
  font-size: 18px;
  padding-bottom: 20px;
}
.bx-footer-tow .foot-tet {
  float: left;
  width: 424px;
  padding: 71px 0 5px;
  min-height: 205px;
  background: url("../images/footer_bg.png") no-repeat 350px 60px;
}
.bx-footer-tow .foot-tet .f_nav {
  overflow: hidden;
}
.bx-footer-tow .foot-tet p,
.bx-footer-tow .foot-tet .f_nav li a {
  transition: ease 0.5s;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.w_1 {
  width: 150px!important;
}
.w_2 {
  width: 134px!important;
}
.w_3 {
  width: 137px!important;
}
.w_4 {
  width: 117px!important;
}
.bx-footer-tow .foot-tet .f_nav li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: rgba(255, 255, 255, 0.7);
}
.bx-footer-tow .foot-pic {
  float: right;
  padding: 109px 0 0 98px;
  background: url("../images/f_phone.png") no-repeat bottom left;
  width: 238px;
  box-sizing: border-box;
  height: 318px;
}
.bx-footer-tow .foot-pic img {
  width: 80px;
  height: 80px;
}
.bx-footer-tow .foot-pic i {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 80px;
  text-align: center;
}
/*版权信息*/
.copy,
.copy a {
  width: 100%;
  background: #0c236d;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.copy .f_c {
  width: 1200px;
  margin: 0 auto;
}
.p_96 {
  padding-left: 96px;
  display: inline-block;
}
.p_50 {
  padding-left: 50px;
  display: inline-block;
}
.p_57 {
  padding-left: 57px;
  display: inline-block;
}
.copy .img1 {
  vertical-align: middle;
  margin-left: 13px;
}
.copy .img2 {
  vertical-align: middle;
  margin-left: 15px;
}
.copy .f_c  a img{
  vertical-align: middle;
  margin-left: 15px;
}
