@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;
}
img {
  -webkit-user-drag: none; /* Safari */
  -khtml-user-drag: none; /* Konqueror */
  -moz-user-drag: none; /* Firefox */
  -o-user-drag: none; /* Opera */
  user-drag: none; /* 其他浏览器 */
}
.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: 1200px;
  margin: 0 auto;
}
.head_top {
  background: #fff;
  height: 130px;
  padding-top: 20px;
}
.head_top .logo {
  width: 450px;
  height: 100%;
  float: left;
}
.head_top .logo img {
  width: 100%;
  height: 100%;
}
.head_top .dh {
  float: right;
  margin-top: 15px;
}
.head_top .dh img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  width: 47px;
  height: 100%;
  margin-top: 10px;
}
.head_top .dh .dh_box {
  display: inline-block;
  vertical-align: middle;
}
.head_top .dh .dh_box p {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
}
.head {
  background: #0066b1;
}
.head .head-box {
  height: 50px;
  line-height: 50px;
}
.head .head-box .nav {
  height: 50px;
}
.head .head-box .nav ul {
  font-size: 0px;
  height: 100%;
}
.head .head-box .nav ul .nLi {
  display: inline-block;
  width: 12.2%;
  position: relative;
  text-align: center;
}
.head .head-box .nav ul .nLi h3 {
  font-size: 16px;
}
.head .head-box .nav ul .nLi h3 a {
  color: #fff;
}
.head .head-box .nav ul .nLi:hover {
  background: #00477b;
}
.head .head-box .nav ul .on {
  background: #00477b;
}
.banner {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 680px;
}
.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: 18.2%;
}
.banner .hd ul li {
  width: 10px;
  height: 10px;
  background: transparent;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.banner .hd ul .on {
  background: #0081df;
}
.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%);
}
.search {
  background: #f4f4f4;
  height: 78px;
  box-shadow: inset 0px -1px 10px 0px rgba(173, 173, 173, 0.18);
}
.search .cont {
  display: flex;
}
.search .cont .keyword {
  width: 50%;
}
.search .cont .keyword p {
  font-size: 16px;
  color: #333333;
  line-height: 78px;
}
.search .cont .keyword p a {
  color: #838383;
}
.search .cont form{
  flex: 1;
}
.search .cont .search_box {
  margin-top: 17px;
  
  font-size: 10px;
  text-align: right;
}
.search .cont .search_box input {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  background-color: #ffffff;
  width: 363px;
  height: 46px;
  padding: 0 18px;
  color: #a5a5a5;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.search .cont .search_box button {
  background-color: #0066b1;
  width: 42px;
  height: 46px;
  border: 0px;
  display: inline-block;
  vertical-align: top;
}
.page_1 {
  margin-top: 45px;
  margin-bottom: 70px;
}
.page_1 .title_tpo ul{
  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_1 .title_tpo ul li {
  display: inline-block;
  margin-right: 1px;
  background-color: #0066b1;
  width: 195px;
  height: 52px;
  text-align: center;
  line-height: 52px;
}
.page_1 .title_tpo ul li a {
  color: #fff;
  font-size: 18px;
}
.page_1 .title_tpo ul li:last-child {
  margin-right: 0px;
}
.page_1 .bd_box {
  margin-top: 38px;
  height: 870px;
  overflow: hidden;
}
.page_1 .bd_box ul li {
  margin-bottom: 22px;
}
.page_1 .bd_box ul li .cp {
  width: 283px;
  display: inline-block;
  margin-right: 18px;
}
.page_1 .bd_box ul li .cp .img-box {
  width: 100%;
  height: 225px;
  border: 1px solid #efefef;
  border-bottom: 0px ;
}
.page_1 .bd_box ul li .cp .img-box img {
  width: 100%;
  height: 100%;
}
.page_1 .bd_box ul li .cp .text {
  background-color: #efefef;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page_1 .bd_box ul li .cp .text p {
  color: #444444;
  font-size: 16px;
}
.page_1 .bd_box ul li .cp:hover .img-box {
  border-color: #0066b1;
}
.page_1 .bd_box ul li .cp:hover .text {
  background: #0066b1;
}
.page_1 .bd_box ul li .cp:hover .text p {
  color: #fff;
}
.page_1 .bd_box ul li .cp:last-child {
  margin-right: 0px;
}
.page_2 {
  background: url(../img/1_08.jpg) no-repeat center;
  height: 400px;
  padding-top: 270px;
}
.page_2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  margin-left: 84px;
}
.page_2 .dh {
  display: inline-block;
  vertical-align: middle;
}
.page_2 .dh p {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
}
.page_3 {
  margin-top: 70px;
}
.page_3 .title {
  background: url(../img/title.png) no-repeat center;
  height: 114px;
}
.page_3 .bd_box {
  margin-top: 30px;
}
.page_3 .bd_box ul li {
  margin-bottom: 30px;
}
.page_3 .bd_box ul li .text {
  float: left;
}
.page_3 .bd_box ul li .text .sz {
  background: url(../img/dbx.png) no-repeat center;
  width: 79px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  color: #ffffff;
  font-size: 34px;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
}
.page_3 .bd_box ul li .text .text_box {
  display: inline-block;
  vertical-align: top;
  width: 625px;
  padding-right: 142px;
  position: relative;
}
.page_3 .bd_box ul li .text .text_box h4 {
  font-size: 32px;
  color: #015aaa;
  font-weight: bold;
  text-transform: uppercase;
}
.page_3 .bd_box ul li .text .text_box h5 {
  font-size: 20px;
  font-family: "Source Han Sans CN";
  color: #525252;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  background-color: #f6f6f6;
  text-align: center;
  padding: 0 18px;
  height: 51px;
  line-height: 51px;
  margin: 10px 0 20px 0;
  display: inherit;
}
.page_3 .bd_box ul li .text .text_box p {
  font-size: 16px;
  color: #606060;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: justifyLeft;
}
.page_3 .bd_box ul li .text .text_box::before {
  content: "";
  position: absolute;
  background: url(../img/yy.png) no-repeat;
  height: 41px;
  width: 765px;
  bottom: -120px;
  left: -130px;
}
.page_3 .bd_box ul li .img-box {
  float: right;
  width: 434px;
  height: 302px;
}
.page_3 .bd_box ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page_3 .bd_box ul .li_2 .text {
  float: right;
  margin-top: 94px;
}
.page_3 .bd_box ul .li_2 .text .text_box {
  padding-right: 40px;
}
.page_3 .bd_box ul .li_2 .text .text_box::before {
  bottom: -82px;
}
.page_3 .bd_box ul .li_2 .img-box {
  float: left;
  width: 424px;
  height: 324px;
}
.page_3 .bd_box ul .li_2 .img-box img {
  width: 100%;
  height: 100%;
}
.page_3 .bd_box ul .li_3 {
  margin-top: 37px;
}
.page_3 .bd_box ul .li_3 .text {
  margin-top: 72px;
}
.page_3 .bd_box ul .li_3 .text .text_box {
  padding-right: 40px;
}
.page_3 .bd_box ul .li_3 .text .text_box::before {
  bottom: -107px;
}
.page_3 .bd_box ul .li_3 .img-box {
  width: 469px;
  height: 345px;
}
.page_3 .bd_box ul .li_3 .img-box img {
  width: 100%;
  height: 100%;
}
.page_3 .bd_box ul .li_4 .text {
  float: right;
  margin-top: 94px;
}
.page_3 .bd_box ul .li_4 .text .text_box {
  padding-right: 0px;
  width: 559px;
}
.page_3 .bd_box ul .li_4 .text .text_box::before {
  bottom: -67px;
}
.page_3 .bd_box ul .li_4 .img-box {
  float: left;
  width: 535px;
  height: 323px;
}
.page_3 .bd_box ul .li_4 .img-box img {
  width: 100%;
  height: 100%;
}
.page_4 {
  margin-top: 100px;
  background: url(../img/bj.png) no-repeat center;
  height: 646px;
  padding-top: 80px;
}
.page_4 .title {
  text-align: center;
  background: url(../img/title1.png) no-repeat;
  background-position: center 75px;
}
.page_4 .title h4 {
  font-size: 48px;
  color: #015aaa;
  font-weight: bold;
}
.page_4 .title p {
  font-size: 26px;
  color: #898989;
  text-transform: uppercase;
  line-height: 1.5;
}
.page_4 .bd_4 {

  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 55px;
}
.page_4 .bd_4 .bd ul li {
  width: 383px;
  margin-right: 25px;
  display: inline-block;
}
.page_4 .bd_4 .bd ul li .img-box {
  width: 100%;
  height: 276px;
}
.page_4 .bd_4 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.page_4 .bd_4 .bd ul li .text_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 12.87px 0.13px rgba(105, 105, 105, 0.18);
  text-align: center;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #585858;
  font-size: 16px;
}
.page_4 .bd_4 .hd a {
  position: absolute;
  top: 102px;
  font-size: 60px;
  color: #bfbfbf;
  cursor: pointer;
}
.page_4 .bd_4 .hd .prev {

  left: -8%;

}
.page_4 .bd_4 .hd .next {
  right:  -8%;
}
.page_4 .bd_4 .hd a:hover {
  color: #076ab3;
}
.page_5 {
  background: url(../img/bj1.png) no-repeat center;
  height: 516px;
  margin-bottom: 98px;
}
.page_5 .text_box {
  width: 593px;
  float: right;
  padding: 125px 0 0 47px;
}
.page_5 .text_box h4 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.page_5 .text_box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.549);
  text-transform: uppercase;
  line-height: 1.857;
}
.page_5 .text_box .more {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background-color: #ffffff;
  width: 127px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-top: 35px;
  border-radius: 20px ;
}
.page_5 .text_box .more a {
  font-size: 18px;
  color: #015aaa;
  font-weight: bold;
}
.page_6 .title {
  text-align: center;
  background: url(../img/title2.png) no-repeat;
  background-position: center 75px;
  margin-bottom: 74px;
}
.page_6 .title h4 {
  font-size: 48px;
  color: #015aaa;
  font-weight: bold;
}
.page_6 .title p {
  font-size: 26px;
  color: #898989;
  text-transform: uppercase;
  line-height: 1.5;
}
.page_6 .news_img {
  width: 445px;
  float: left;
}
.page_6 .news_img .img-box {
  width: 100%;
  height: 305px;
}
.page_6 .news_img .img-box img {
  width: 100%;
  height: 100%;
}
.page_6 .news_img .text {
  background-color: #f0f0f0;
  width: 100%;
  height: 90px;
  padding: 18px 20px 0 20px;
}
.page_6 .news_img .text h4 {
  font-size: 20px;
  font-family: "Source Han Sans CN";
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page_6 .news_img .text p {
  font-size: 14px;
  color: #b7b7b7;
  text-transform: uppercase;
  line-height: 1.714;
}
.page_6 .news_text {
  float: right;
  width: 755px;
  padding-left: 34px;
}
.page_6 .news_text ul li {
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0);
  width: 720px;
  height: 132px;
  border-bottom: 0px;
  position: relative;
  overflow: hidden;
  padding-right: 38px;
}
.page_6 .news_text ul li a {
  display: flex;
}
.page_6 .news_text ul li a .time {
  width: 118px;
  padding-top: 33px;
}
.page_6 .news_text ul li a .time h4 {
  font-size: 42px;
  font-family: "Arial";
  color: #898989;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.page_6 .news_text ul li a .time p {
  font-size: 14px;
  color: #898989;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.page_6 .news_text ul li a .text {
  flex: 1;
  padding-top: 30px;
  padding-left: 25px;
}
.page_6 .news_text ul li a .text h4 {
  font-size: 20px;
  font-family: "Source Han Sans CN";
  color: #646464;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}
.page_6 .news_text ul li a .text p {
  font-size: 14px;
  color: #b7b7b7;
  text-transform: uppercase;
  line-height: 1.714;
}
.page_6 .news_text ul li a .more {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background-color: #ffffff;
  width: 104px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  color: #015aaa;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  position: absolute;
  right: -19px;
  top: 20px;
  display: none;
}
.page_6 .news_text ul li::before {
  content: "";
  background-color: #e0e0e0;
  width: 1px;
  height: 86px;
  position: absolute;
  left: 116px;
  top: 24px;
}
.page_6 .news_text ul li:last-child {
  border-bottom: 1px solid #dedede;
}
.page_6 .news_text ul li:hover {
  background: #015aaa;
}
.page_6 .news_text ul li:hover .time h4 {
  color: #fff;
}
.page_6 .news_text ul li:hover .time p {
  color: #fff;
}
.page_6 .news_text ul li:hover .text h4 {
  color: #ffffff;
}
.page_6 .news_text ul li:hover .text p {
  color: rgba(255, 255, 255, 0.3);
}
.page_6 .news_text ul li:hover .more {
  display: block;
}
.page_6 .news_text ul li:hover::before {
  background: #ffffff;
}
.foot {
  background: #005bb5;
  height: 306px;
  padding-top: 64px;
  margin-top: 85px;
}
.foot .foot_1 {
  width: 420px;
  float: left;
}
.foot .foot_1 .f_logo {
  margin-bottom: 24px;
  width: 346px;
  height: 54px;
}
.foot .foot_1 .f_logo img {
  width: 100%;
  height: 100%;
}
.foot .foot_1 p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.foot .foot_1 p img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.foot .foot_2 {
  width: 497px;
  float: left;
}
.foot .foot_2 ul li {
  display: inline-block;
  background-color: #ffffff;
  width: 201px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 18px;
  margin-right: 20px;
}
.foot .foot_2 ul li a {
  font-size: 17px;
  color: #015aaa;
  font-weight: bold;
}
.foot .foot_3 {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  width: 280px ;
  float: left;
  padding-left: 48px;
}
.foot .foot_3 p {
  display: inline-block;
  vertical-align: middle;
  writing-mode: vertical-lr;
  font-size: 18px;
  font-family: "Source Han Sans CN";
  color: #ffffff;
  margin-right: 17px;
}
.foot .foot_3 .er {
  width: 180px;
  height: 180px;
  background: #fff;
  text-align: center;
  padding: 12.5px;
  display: inline-block;
  vertical-align: middle;
}
.foot .foot_3 .er img {
  width: 155px;
  height: 155px;
}
.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;
}
