* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.wd_1200 {
  max-width: 1300px;
  margin: 0 auto;
}

.wd_1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.clear{  clear:both;}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.top_header {
  height: 169px;
  background: url(../images/navbj_01.jpg) repeat-x top center;
  z-index: 999;
  position: relative;
  width: 100%;
}

.top_header .header {
  position: relative;
}

.top_header .header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.top_header .header .header_blue {
  padding-left: 174px;
  height: 133px;
}

.top_header .header .header_blue .logowz {
  height: 100px;
  margin-top: 30px;
  color: #ffffff;
}

.top_header .header .header_blue .logowz h1 {
  letter-spacing: 6px;
}

.top_header .header .header_blue .header_phone_box {
  position: relative;
  padding-left: 65px;
  padding-top: 30px;
  color: #ffffff;
}

.top_header .header .header_blue .header_phone_box img {
  position: absolute;
  top: 38px;
  left: 0;
}

.top_header .header .header_blue .header_phone_box p {
  font-size: 18px;
  font-family: 'å¾®è½¯é›…é»‘';
}

.top_header .header .header_blue .header_phone_box p b {
  font-size: 30px;
}

.top_header .header .header_nav {
  padding-left: 174px;
}

.top_header .header .header_nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 128px;
  background: url(../images/line1.png) no-repeat right center;
}

.top_header .header .header_nav li .sec {
  height: 0;
  background: #ffffff;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 29px;
  left: 0px;
  width: 100%;
}

.top_header .header .header_nav li .sec a {
  background: #ffffff;
  color: #000000;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  width: 100%;
  display: block;
}

.top_header .header .header_nav li .sec a:hover {
  background-color: #f37004;
  color: #ffffff;
}

.top_header .header .header_nav li .sec a+a {
  border-top: 1px dashed #c5c5c5;
}

.top_header .header .header_nav li a {
  color: #000000;
}

.top_header .header .header_nav li:hover>a {
  color: #f37004;
}

.x-banner .owl-nav {
  z-index: 10;
  position: absolute;
  width: 79%;
  top: 50%;
  left: 10%;
  display: flex;
  justify-content: space-between;
}

.x-banner .banner_left {
  background: url(../images/banner_left.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}

.x-banner .banner_right {
  background: url(../images/banner_right.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}

.x-banner .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 12px;
  outline: none;
  background: #e5e5e5;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.x-banner .owl-dots button.owl-dot.active {
  background: #fbab2e;
}

.title_box {
  text-align: center;
}

.title_box h1 {
  color: #f37004;
  font-size: 36px;
}

.title_box h1 b {
  color: #000000;
}

.title_box p {
  padding-top: 15px;
  font-size: 18px;
  color: #a2a2a2;
  text-transform: uppercase;
}

.cp_box {
  padding-top: 50px;
}

.cp_box .cp_category {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  width: 204px;
  background: #033f97;
  margin-right: 22px;
}

.cp_box .cp_category li {
  width: 100%;
  height: calc(49px + 3vh);
  line-height: calc(49px + 3vh);
  text-align: center;
  float: left;
}

.cp_box .cp_category li+li {
  border-top: 1px solid #eee;
}

.cp_box .cp_category li a {
  font-size: 16px;
  color: #fff;
}

.cp_box .cp_category li.active,
.cp_box .cp_category li:hover {
  background-color: #f37004;
  /* height: 100%; */
}

.cp_box .cp_category li.active a,
.cp_box .cp_category li:hover a {
  color: #ffffff;
}

.cp_box .cp_list {
  /* height: 38rem; */
  float: left;
  width: calc(100% - 226px);
  padding-top: 40px;
}

.cp_box .cp_list li>ul li {
  float: left;
  margin-right: 18px;
  margin-bottom: 26px;
  width: calc((100% - 73px)/ 4);
}

.cp_box .cp_list li>ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;

}

.cp_box .cp_list li>ul li:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cp_box .cp_list li>ul li p {
  text-align: center;
  color: #000000;
  padding-top: 14px;
}

.cp_box .cp_list li>ul li:nth-child(4n) {
  margin-right: 0;
}

.case_box {
  padding-top: 57px;
  padding-bottom: 48px;
}

.case_box .case_list {
  padding-top: 28px;
}

.case_box .case_list .owl-stage-outer {
  z-index: 10;
}

.case_box .case_list .owl-item .banner-item {
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.case_box .case_list .owl-item .banner-item img {
  width: 100%;
  display: block;
}

.case_box .case_list .owl-item .banner-item div {
  display: none;
}

.case_box .case_list .owl-item .banner-item:hover div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(3, 63, 151, 0.6);
  padding: 10px;
  text-align: center;
}

.case_box .case_list .owl-item .banner-item:hover div span {
  color: #ffffff;
}

.case_box .case_list .owl-nav {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.case_box .case_list .owl-nav .case_left {
  width: 28px;
  height: 57px;
  background: url(../images/case_left.png) no-repeat;
  display: inline-block;
}

.case_box .case_list .owl-nav .case_right {
  width: 28px;
  height: 57px;
  background: url(../images/case_right.png) no-repeat;
  display: inline-block;
}

.case_box .case_list .owl-nav .owl-prev,
.case_box .case_list .owl-nav .owl-next {
  width: 28px;
  height: 57px;
}

.case_box .case_list .owl-nav .owl-prev {
  position: relative;
  left: -4%;
}

.case_box .case_list .owl-nav .owl-next {
  position: relative;
  right: -98%;
}

.founder_box {
  /* padding-top: 56px; */
  background: url(../images/founder_bg.png) no-repeat top;
  position: relative;
  /* height: 882px; */
  padding: 100px 0;
}

.founder_box .founder_box1 {
  position: relative;
}

.founder_box .founder_box1 .founder_box1_item1 {
  /* max-width: 782px; */
  width: 45%;
}

.founder_box .founder_box1 .founder_box1_item1 img {
  width: 100%;
}

.founder_box .founder_box1 .founder_box1_item2 {
  position: relative;
  background-color: #ffffff;
  width: 50%;
  padding-top: 8%;
  float: left;
}
.founder_box1_item5{
    position: absolute;
    bottom: -64%;
    width: 100%;
    background: url(../images/jian.png)no-repeat right;
    }
	.founder_box1_item5 h3{color:#fff;font-size: 38px;font-weight: 500;letter-spacing: 2px;}
	.founder_box1_item5 p{color:#fff;font-size: 22px;text-transform: uppercase;}
.founder_box .founder_box1 .founder_box1_item2 p:nth-child(1) {
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  color: #0442aa;
  text-transform: uppercase;
}

.founder_box .founder_box1 .founder_box1_item2 h1 {
  font-size: 32px;
  color: #04429d;
  font-weight: 500;
}

.founder_box .founder_box1 .founder_box1_item2 h1 b {
  color: #000000;
}

.founder_box .founder_box1 .founder_box1_item2 p.founder_text {
  text-indent: 20px;
  padding-top: 4%;
  line-height: 1.8;
  color: #666666;
}

.founder_box .founder_box1 .founder_box1_item3 {
  width: 160px;
  /* position: relative; */
  /* top: -21px; */
  margin-top: 120px;
  float: left;
}
.founder_box .founder_box1 .founder_box1_item4 {
  width: 160px;
  margin-top: 120px;
  float: left;
  margin-left: 5%;
  background: #0544a0;
  border-radius: 42px;
}
.founder_box .founder_box1 .founder_box1_item3 a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
  bottom: 0;
  z-index: 2;
  padding: 10px 20px 10px 40px;
  border-radius: 40px;
  border: 1px solid #666;
  background: url(../images/ren.png) no-repeat 25px 7px;
}

.founder_box .founder_box1 .founder_box1_item4 a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  bottom: 0;
  z-index: 2;
  padding: 10px 20px 10px 40px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: url(../images/gong.png) no-repeat 25px 8px;
}

.founder_box .founder_box2 {
  margin-top: 8px;
}

.founder_box .founder_box2 li:hover {
  background: #f37004;
}

.founder_box .founder_box2 li:hover a .img .img1 {
  display: none;
}

.founder_box .founder_box2 li:hover a .img .img2 {
  display: inline-block;
}

.founder_box .founder_box2 li:hover h3 {
  color: #fff;
}

.founder_box .founder_box2 li:hover h3 span {
  color: #dddddd;
}

.founder_box .founder_box2 li {
  width: 393px;
  height: 230px;
  background-color: #f9f9f9;
  margin-right: 7px;
  text-align: center;
  padding-top: 45px;
}

.founder_box .founder_box2 li a {
  display: block;
}

.founder_box .founder_box2 li a .img {
  height: 80px;
  line-height: 80px;
}

.founder_box .founder_box2 li a .img .img1 {
  display: inline-block;
}

.founder_box .founder_box2 li a .img .img2 {
  display: none;
}

.founder_box .founder_box2 li a h3 {
  font-weight: normal;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}

.founder_box .founder_box2 li a h3 span {
  color: #999;
  font-size: 14px;
  display: block;
}

.four_ys_box {
  padding-top: 57px;
  background-color: #fafafa;
}

.four_ys_box .ys_title {
  text-align: center;
}

.four_ys_box .ys_title h1 {
  font-size: 40px;
}

.four_ys_box .ys_title h1 i {
  font-size: 60px;
  color: #f37004;
}

.four_ys_box .ys_title div {
  height: 44px;
  width: 434px;
  margin: 0 auto;
  line-height: 44px;
  color: #ffffff;
  background-color: #000000;
  display: flex;
  margin-top: 28px;
}

.four_ys_box .ys_title div p {
  font-size: 18px;
  width: 142px;
}

.four_ys_box .ys_title div b {
  flex: 1;
  background-color: #f37004;
  font-size: 30px;
}

.four_ys_box ul {
  padding-top: 46px;
}

.four_ys_box ul li {
  float: left;
  width: 100%;
}

.four_ys_box ul li:nth-child(odd)>a {
  display: flex;
}

.four_ys_box ul li:nth-child(odd)>a .yx_img_box {
  padding-right: 45px;
  float: left;
}

.four_ys_box ul li:nth-child(odd)>a .ys_text_box {
  display: flex;
  float: left;
  padding-top: 45px;
}

.four_ys_box ul li:nth-child(odd)>a .ys_text_box .ys_text {
  padding-left: 20px;
  color: #000000;
}

.four_ys_box ul li:nth-child(odd)>a .ys_text_box .ys_text h3 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.four_ys_box ul li:nth-child(odd)>a .ys_text_box .ys_text p {
  padding-top: 23px;
}

.four_ys_box ul li:nth-child(odd)>a .ys_text_box .ys_text p span {
  color: #f37004;
}

.four_ys_box ul li:nth-child(even)>a .yx_img_box {
  float: right;
}

.four_ys_box ul li:nth-child(even)>a .ys_text_box {
  width: 50%;
  display: flex;
  float: left;
  padding-right: 45px;
  padding-top: 45px;
}

.four_ys_box ul li:nth-child(even)>a .ys_text_box .ys_text {
  padding-left: 20px;
  color: #000000;
}

.four_ys_box ul li:nth-child(even)>a .ys_text_box .ys_text h3 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.four_ys_box ul li:nth-child(even)>a .ys_text_box .ys_text p {
  padding-top: 23px;
}

.four_ys_box ul li:nth-child(even)>a .ys_text_box .ys_text p span {
  color: #f37004;
}

.fw_box {
  padding-top: 50px;
  padding-bottom: 45px;
}

.fw_box .fw_list {
  background: url(../images/c3.png) no-repeat center bottom;
  padding-top: 30px;
}

.fw_box .fw_list .listx::before {
  display: table;
  content: " ";
}

.fw_box .fw_list .listx {
  padding-bottom: 60px;
}

.fw_box .fw_list .listx li {
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  float: left;
  margin-right: 36px;
  text-align: center;
  margin-top: 10px;
  padding-top: 24px;
  background: url(../images/l11.png) no-repeat center;
  width: 139px;
  height: 139px;
  box-sizing: border-box;
}

.fw_box .fw_list .listx li .tu {
  height: 45px;
  line-height: 45px;
}

.fw_box .fw_list .listx li p {
  font-size: 18px;
  line-height: 42px;
  color: #565656;
}

.fw_box .fw_list .listx li .ci {
  font-size: 20px;
  color: #ffffff;
  line-height: 29px;
}

.fw_box .fw_list .listx li .jh {
  position: absolute;
  bottom: -84px;
  left: 61px;
  width: 20px;
  height: 20px;
}

.fw_box .fw_list .listx li:nth-child(1) {
  margin-left: 59px;
}

.fw_box .fw_list .listx li:nth-child(2n) {
  margin-top: 44px;
}

.fw_box .fw_list .listx li:last-child {
  margin-right: 0;
}

.fw_box .fw_list .listx li:hover {
  background: url(../images/122.png) no-repeat center;
}

.fw_box .fw_list .listx li:hover img.img1 {
  filter: brightness(10000000%);
}

.fw_box .fw_list .listx li:hover p {
  color: #fff;
}

.fw_box .fw_list .listx li:hover .ci {
  color: #5b5b5b;
}

.hzkh_box {
  padding-top: 51px;
  background-color: #fafafa;
  padding-bottom: 45px;
}

.hzkh_box .spal_list {
  padding-top: 38px;
}

.hzkh_box .spal_list .c4-left {
  width: 50.4%;
  float: left;
}

.hzkh_box .spal_list .c4-left a {
  display: block;
  position: relative;
  overflow: hidden;
}

.hzkh_box .spal_list .c4-left a img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.hzkh_box .spal_list .c4-left a h3 {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
}

.hzkh_box .spal_list .c4-left a:hover img {
  transform: scale(1.1);
}

.hzkh_box .spal_list .c4-right {
  width: 49.6%;
  float: right;
}

.hzkh_box .spal_list .c4-right ul li {
  width: 48%;
  margin-left: 2%;
  float: left;
  margin-bottom: 20px;
}

.hzkh_box .spal_list .c4-right ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.hzkh_box .spal_list .c4-right ul li a img {
  width: 100%;
  transition: 0.5s;
}

.hzkh_box .spal_list .c4-right ul li a h3 {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
}

.hzkh_box .spal_list .c4-right ul li:hover img {
  transform: scale(1.1);
}

.news_box {
  padding-top: 50px;
  padding-bottom: 40px;
}

.news_box .news_button_list {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.news_box .news_button_list li.active {
  background-color: #033f97;
}

.news_box .news_button_list li.active a {
  color: #ffffff;
}

.news_box .news_button_list li {
  width: 180px;
  height: 42px;
  line-height: 42px;
  color: #000;
  text-align: center;
  border-radius: 20px;
  margin: 0 15px 38px;
  background-color: #dcdcdc;
}

.news_box .news_button_list li a {
  color: #000000;
}

.news_box .news_list .news-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news_box .news_list .news-center .news_center_left {
  max-width: 620px;
  width: 100%;
}

.news_box .news_list .news-center .news_center_left img {
  width: 100%;
  height: auto;
  max-height: 326px;
}

.news_box .news_list .news-center .news_center_left p:nth-child(1) {
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: #033f97;
  padding-top: 22px;
}

.news_box .news_list .news-center .news_center_left p:nth-child(2) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  padding-top: 21px;
  color: #000000;
}

.news_box .news_list .news-center .news_center_left p:nth-child(2) a {
  color: #494949;
}

.news_box .news_list .news-center .news_center_right {
  max-width: 645px;
  padding-left: 22px;
  width: 100%;
}

.news_box .news_list .news-center .news_center_right ul {
  width: 100%;
}

.news_box .news_list .news-center .news_center_right ul li {
  width: 100%;
  height: 127px;
  display: flex;
}

.news_box .news_list .news-center .news_center_right ul li .date {
  width: 145px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #e2eafb;
}

.news_box .news_list .news-center .news_center_right ul li .date .top_date b {
  font-size: 50px;
}

.news_box .news_list .news-center .news_center_right ul li .date .top_date p {
  font-size: 18px;
}

.news_box .news_list .news-center .news_center_right ul li .box4-center-text {
  width: calc(100% - 145px);
  background: #f3f6fd;
  padding: 26px 35px 0 32px;
}

.news_box .news_list .news-center .news_center_right ul li .box4-center-text p:nth-child(1) {
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_box .news_list .news-center .news_center_right ul li .box4-center-text p:nth-child(1) a {
  color: #000;
  font-size: 18px;
}

.news_box .news_list .news-center .news_center_right ul li .box4-center-text p:nth-child(2) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  padding-top: 22px;
}

.news_box .news_list .news-center .news_center_right ul li .box4-center-text p:nth-child(2) a {
  color: #000;
}

.news_box .news_list .news-center .news_center_right ul li+li {
  margin-top: 28px;
}

.yqlj_box {
  padding: 10px 0;
}

.yqlj_box a {
  padding: 0 10px;
  color: #666666;
}

.yqlj_box a:hover {
  color: #033f97;
}

.footer {
  background-color: #000000;
  color: #fff;
  padding-top: 54px;
}

.footer a {
  color: #fff;
}

.footer .dao li {
  padding-left: 35px;
  background: url(../images/footer_ABOUT.png) no-repeat left 1px;
  float: left;
  width: 200px;
}

.footer .dao li h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}

.footer .dao li a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: 215px;
}

.footer .dao li:nth-child(2) {
  background: url(../images/footer_NEWS.png) no-repeat left 1px;
}

.footer .dao li:nth-child(3) {
  width: 500px;
  background: url(../images/footer_PRODUCT.png) no-repeat left 1px;
}

.footer .ewm2 {
  padding-left: 35px;
  background: url(../images/footer_OHTER.png) no-repeat left 5px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}

.footer .ewm2 p {
  color: #fff;
}


.founder_box .w1500{max-width:1500px;}