@font-face {
  font-family: 'iconfont';
  /* project id 971715 */
  src: url('//at.alicdn.com/t/font_971715_gtlyv4r2wg7.eot');
  src: url('//at.alicdn.com/t/font_971715_gtlyv4r2wg7.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_971715_gtlyv4r2wg7.woff2') format('woff2'), url('//at.alicdn.com/t/font_971715_gtlyv4r2wg7.woff') format('woff'), url('//at.alicdn.com/t/font_971715_gtlyv4r2wg7.ttf') format('truetype'), url('//at.alicdn.com/t/font_971715_gtlyv4r2wg7.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1300px;
  margin: 0 auto;
}
.head_box {
  height: 30px;
  line-height: 30px;
  background: #114192;
}
.head_box p {
  display: inline-block;
  color: #cbd6ea;
  font-size: 14px;
}
.head_box span {
  display: inline-block;
  float: right;
  color: #cbd6ea;
  font-size: 14px;
}
.head_box span img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  margin-top: -2px;
}
.head .head-box {
  height: 96px;
}
.head .head-box .logo {
  width: 424px;
  margin-top: 6px;
  float: left;
}
.head .head-box .logo img {
  width: 100%;
  height: 100%;
}
.head .head-box .nav {
  float: right;
  text-align: right;
  height: 96px;
  line-height: 91px;
}
.head .head-box .nav ul {
  font-size: 0px;
  height: 100%;

}
.head .head-box .nav ul .nLi {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 19px;
  border-bottom: 5px solid transparent;
}
.head .head-box .nav ul .nLi h3 {
  font-size: 18px;
}
.head .head-box .nav ul .nLi h3 a {
  color: #333333;
}
.head .head-box .nav ul .nLi:hover {
  border-bottom: 5px solid #114192;
}
.head .head-box .nav ul .nLi:hover h3 a {
  color: #114192;
  font-weight: bold;
}
.head .head-box .nav ul .on {
  border-bottom: 5px solid #114192;
}
.head .head-box .nav ul .on h3 a {
  color: #114192;
  font-weight: bold;
}
.banner {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 800px;
}
.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .hd {
  position: absolute;
  bottom: 4%;
  right: 45.8%;
}
.banner .hd ul li {
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.749);
  width: 17px;
  height: 17px;
}
.banner .hd ul .on {
  background: #114192;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  min-width: 1200px;
  z-index: -1;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 300px;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title {
  text-align: center;
  margin-top: 80px;
}
.title h4 {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.title h4::after {
  content: "";
  position: absolute;
  background: url(../img/title.png) no-repeat center;
  width: 23px;
  height: 20px;
  right: -56px;
  top: 14px;
}
.title h4::before {
  content: "";
  position: absolute;
  background: url(../img/title.png) no-repeat center;
  width: 23px;
  height: 20px;
  left: -56px;
  top: 14px;
}
.title p {
  font-size: 32px;
  color: rgba(43, 43, 43, 0.388);
  text-transform: uppercase;
  margin-top: 10px;
}
.page_1 .bd_1 {
  margin-top: 70px;
}
.page_1 .bd_1 .cont {
  display: flex;
}
.page_1 .bd_1 .cont .text_box {
  background-color: #114192;
  width: 250px;
  height: 528px;
  padding: 50px 22px 0 22px;
}
.page_1 .bd_1 .cont .text_box p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.143;
}
.page_1 .bd_1 .cont .text_box h4 {
  margin-top: 80px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.page_1 .bd_1 .cont .text_box a {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.502);
  border-style: solid;
  width: 108px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.page_1 .bd_1 .cont .zw_1 {
  flex: 1;
  padding-left: 78px;
  position: relative;
}
.page_1 .bd_1 .cont .zw_1 .hd a {
  position: absolute;
  top: 32%;
  font-size: 40px;
  color: #a8a8a8;
}
.page_1 .bd_1 .cont .zw_1 .hd .prev {
  left: 30px;
}
.page_1 .bd_1 .cont .zw_1 .hd .next {
  right: 0px;
}
.page_1 .bd_1 .cont .zw_1 .hd a:hover {
  color: #114192;
}
.page_1 .bd_1 .cont .zw_1 ul {
  height: 528px !important;
}
.page_1 .bd_1 .cont .zw_1 ul li {
  display: inline-block;
  width: 300px;
  position: relative;
  margin-right: 12px;
}
.page_1 .bd_1 .cont .zw_1 ul li .img-box {
  width: 100%;
  height: 438px;
}
.page_1 .bd_1 .cont .zw_1 ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page_1 .bd_1 .cont .zw_1 ul li .text {
  background-color: #313131;
  width: 249px;
  height: 115px;
  margin: 0 auto;
  position: absolute;
  left: 25px;
  top: 414px;
  text-align: center;
  padding: 0 30px;
  padding-top: 50px;
}
.page_1 .bd_1 .cont .zw_1 ul li .text h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.page_1 .bd_1 .cont .zw_1 ul li .text p {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.143;
  margin-top: 24px;
  display: none;
}
.page_1 .bd_1 .cont .zw_1 ul li .text .more {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  width: 108px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  display: none;
  margin-top: 94px;
}
.page_1 .bd_1 .cont .zw_1 ul li:hover .text {
  width: 100%;
  left: 0px;
  top: 110px;
  background-color: #114192;
  height: 418px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_1 .bd_1 .cont .zw_1 ul li:hover .text p {
  display: block;
}
.page_1 .bd_1 .cont .zw_1 ul li:hover .text .more {
  display: block;
}
.page_2 .bd_2 {
  background: url(../img/bj2.jpg) no-repeat center;
  height: 796px;
  margin-top: 55px;
  padding-top: 62px;
}
.page_2 .bd_2 .bd_box {
  background-color: #ffffff;
  width: 100%;
  height: 674px;
  padding: 0 43px;
  padding-top: 39px;
}
.page_2 .bd_2 .bd_box ul {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.page_2 .bd_2 .bd_box ul li {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.page_2 .bd_2 .bd_box ul li .img-box {
  width: 385px;
  height: 282px;
}
.page_2 .bd_2 .bd_box ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page_2 .bd_2 .bd_box ul li a .text {
  position: absolute;
  bottom: 10px;
  left: 30px;
  background-color: rgba(17, 65, 146, 0.8);
  width: 334px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
}
.page_3 {
  background: url(../img/1_05.jpg) no-repeat center;
  height: 868px;
  padding-top: 147px;
  position: relative;
}
.page_3 .wz_box {
  width: 587px;
  float: right;
  padding-left: 75px;
}
.page_3 .wz_box .title_1 h4 {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.page_3 .wz_box .title_1 h4::after {
  content: "";
  position: absolute;
  background: url(../img/title.png) no-repeat center;
  width: 23px;
  height: 20px;
  right: -56px;
  top: 14px;
}
.page_3 .wz_box .title_1 h5 {
  margin-top: 15px;
  font-size: 32px;
  font-family: "042";
  color: rgba(43, 43, 43, 0.388);
  text-transform: uppercase;
}
.page_3 .wz_box .text_box {
  margin-top: 35px;
}
.page_3 .wz_box .text_box p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 2.143;
  text-indent: 2em;
}
.page_4 .bd_4 {
  margin-top: 75px;
}
.page_4 .bd_4 .left_box {
  width: 653px;
  float: left;
}
.page_4 .bd_4 .left_box ul li {
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 46px;
  margin-bottom: 45px;
}
.page_4 .bd_4 .left_box ul li a {
  display: flex;
}
.page_4 .bd_4 .left_box ul li a .text_box {
  flex: 1;
  padding-right: 60px;
}
.page_4 .bd_4 .left_box ul li a .text_box h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  margin-bottom: 25px;
}
.page_4 .bd_4 .left_box ul li a .text_box h4 img {
  width: 18px;
  height: 16px;
  margin-right: 15px;
  margin-top: -4px;
}
.page_4 .bd_4 .left_box ul li a .text_box p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
  line-height: 2.143;
}
.page_4 .bd_4 .left_box ul li a .more {
  background-color: #f7f7f7;
  width: 122px;
  height: 122px;
  text-align: center;
}
.page_4 .bd_4 .left_box ul li a .more h4 {
  font-size: 50px;
  font-family: "Microsoft YaHei";
  color: #114192;
  text-transform: uppercase;
}
.page_4 .bd_4 .left_box ul li a .more p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #888888;
}
.page_4 .bd_4 .left_box ul li:hover .text_box h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #114192;
  margin-bottom: 25px;
}
.page_4 .bd_4 .left_box ul li:hover .more {
  background-color: #114192;
  width: 122px;
  height: 122px;
  text-align: center;
}
.page_4 .bd_4 .left_box ul li:hover .more h4 {
  color: #fff;
}
.page_4 .bd_4 .left_box ul li:hover .more p {
  color: #ffffff;
}
.page_4 .bd_4 .right_box {
  width: 537px;
  margin-left: 110px;
  float: right;
  background-color: #114192;
  height: 601px;
  padding: 38px;
  position: relative;
}
.page_4 .bd_4 .right_box .img-box {
  width: 100%;
  height: 335px;
}
.page_4 .bd_4 .right_box .img-box img {
  width: 100%;
  height: 100%;
}
.page_4 .bd_4 .right_box .text_box {
  margin-top: 45px;
}
.page_4 .bd_4 .right_box .text_box h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #fff;
  margin-bottom: 25px;
}
.page_4 .bd_4 .right_box .text_box h4 img {
  width: 18px;
  height: 16px;
  margin-right: 15px;
  margin-top: -4px;
}
.page_4 .bd_4 .right_box .text_box p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fff;
  text-transform: uppercase;
  line-height: 2.143;
}
.page_4 .bd_4 .right_box .more .link {
  width: 460px;
  height: 1px;
  position: absolute;
  bottom: 28px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.451);
}
.page_4 .bd_4 .right_box .more span {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  color: #114192;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 38px;
}
.foot {
  background: #3c3c3c;
  height: 442px;
  margin-top: 55px;
  padding-top: 60px;
}
.foot .f_text {
  float: left;
  width: 1114px;
}
.foot .f_text .f_nav ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 60px;
}
.foot .f_text .f_nav ul li a {
  color: #ffffff;
}
.foot .f_text .f_lx {
  margin-top: 70px;
}
.foot .f_text .f_lx .dh {
  display: inline-block;
  vertical-align: top;
}
.foot .f_text .f_lx .dh h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.foot .f_text .f_lx .dh h5 {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
  margin-right: 30px;
}
.foot .f_text .f_lx .dh h5 spen{
	 font-size: 16px;
}
.foot .f_text .f_lx .dh h5 img {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  margin-top: -6px;
}
.foot .f_text .f_lx .dh p {
  color: #ababab;
  font-size: 14px;
  margin-top: 18px;
}
.foot .f_text .f_lx .dz {
  display: inline-block;
  vertical-align: top;
  width: 588px;
  padding: 0  60px 0 60px ;
  border-left: 1px solid rgba(255, 255, 255, 0.412);
}
.foot .f_text .f_lx .dz p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #d7d7d7;
  line-height: 2.143;
}
.foot .f_text .f_bq {
  margin-top: 80px;
}
.foot .f_text .f_bq p {
  color: #9b9b9b;
  font-size: 14px;
}
.foot .f_text .f_bq p a {
  color: #9b9b9b;
}
.foot .f_er {
  float: right;
}
.foot .f_er p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.foot .f_er .er_box {
  width: 175px;
  height: 175px;
  background: #fff;
  margin-top: 27px;
  padding: 12px;
}
.foot .f_er .er_box img {
  width: 100%;
  height: 100%;
}
.n_page {
  padding-top: 78px;
  padding-bottom: 100px;
}
.n_page .n_title {
  margin-bottom: 80px;
}
.n_page .n_title .tit_box {
  float: left;
  margin-top: 8px;
}
.n_page .n_title .tit_box p {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 18px;
}
.n_page .n_title .tit_box h4 {
  color: #000000;
  font-size: 60px;
  position: relative;
  font-weight: bold;
}
.n_page .n_title .tit_box h4 span {
  position: relative;
  z-index: 1;
}
.n_page .n_title .tit_box h4::before {
  content: "";
  background-color: #ff770f;
  width: 278px;
  height: 45px;
  display: inherit;
  bottom: -5px;
  left: -20px;
  position: absolute;
}
.n_page .n_title .text_box {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  line-height: 2.3;
  float: right;
}
.n_page .n_title .text_box span {
  background-color: #ff770f;
  width: 80px;
  height: 26px;
}
.n_page .content-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n_page .content-list ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 70px;
}
.n_page .content-list ul li .img-box {
  width: 200px;
  height: 282px;
  margin: 0 auto;
}
.n_page .content-list ul li .img-box img {
  width: 100%;
  height: 100%;
}
.n_page .content-list ul li .text {
  margin-top: 35px;
}
.n_page .content-list ul li .text h4 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 14px;
}
.n_page .content-list ul li .text p {
  background-color: #ff770f;
  width: 120px;
  line-height: 30px ;
  height: 30px;
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
}
.n_about {
  padding-top: 90px;
  padding-bottom: 100px;
}
.n_about .abtou_1 {
  margin-bottom: 74px;
}
.n_about .abtou_1 h4 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.n_about .abtou_1 .link {
  background-color: #fda841;
  width: 41px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.n_about .abtou_1 p {
  font-size: 16px;
  color: #333333;
  line-height: 1.875;
}
.n_lx {
  padding-top: 90px;
  padding-bottom: 100px;
}
.n_lx .lx_1 {
  margin-bottom: 74px;
  float: left;
}
.n_lx .lx_1 h4 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.n_lx .lx_1 .link {
  background-color: #fda841;
  width: 41px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.n_lx .lx_1 p {
  font-size: 16px;
  color: #333333;
  line-height: 1.875;
}
.n_lx .er_1 {
  float: right;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  width: 216px;
  height: 255px;
  padding: 20px;
  text-align: center;
}
.n_lx .er_1 img {
  width: 100%;
  height: 177px;
}
.n_lx .er_1 p {
  line-height: 20px;
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
}
.n_lx .er_1 p img {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
