/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
  {
  font: 14px/1.0 "Arial", "Microsoft YaHei", "黑体", "宋体", "KaiTi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer
}

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

html {}

body {
  width: 100%;
  overflow-x: hidden;
  color: #333;
  background: #fff;
}

.clear_both::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}



.head_box {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
}

.head_box .logo_a {
  display: inline-block;
  height: 100%;
  width: 254px;
  background: url(../img/logo.jpg) no-repeat center;
}

.head_box ul {
  float: right;
  height: 100%;
  font-size: 0;
}

.head_box ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.head_box ul li>a {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #333;
  position: relative;
}

.head_box ul li>a i {
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  background: url(../img/jtx.png) no-repeat center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.head_box ul li>a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #e5820c;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.head_box ul li>p {
  display: none;
  position: absolute;
  z-index: 9;
  padding: 10px 0;
  width: 150%;
  text-align: center;
  /* left: 0; */
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.head_box ul li>p a {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.head_box ul li:hover>a::after {
  width: 100%;
}

.head_box ul li:hover>a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../img/jtxh.png) no-repeat center;
}

.head_box ul li:hover>a {
  color: #e5820c;
}

.head_box ul li>p a:hover {
  color: #e5820c;
}

.head_box ul li.active_li>a {
  color: #e5820c;
}

.head_box ul li.active_li>a::after {
  width: 100%;
}

.title_box {
  position: relative;
}
.title_box .p5{
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_box img {
  width: 100%;
  vertical-align: top;
}

.title_box h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  color: #fff;
  font-size: 40px;
  margin-top: -50px;
}

.title_box h2 small {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 16px;
}

.title_box p {
  position: absolute;
  z-index: 8;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 0;
  height: 60px;
  line-height: 60px;
  width: 1200px;
}

.title_box p>a {
  display: inline-block;
  width: 33.33%;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #0b7dc4;
}

.title_box .p5>a {
  width: 20%;
}

.title_box p>a::after {
  content: "";
  float: left;
  width: 100%;
  height: 0;
  background: #f39620;
  margin-top: -60px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.title_box p>a.active_a::after {
  height: 60px;
}

.title_box p>a:hover::after {
  height: 60px;
}

.title_box .p5 span {
  display: none;
  position: absolute;
  z-index: 3;
  width: 20%;
  top: 60px;
  left: 0;
  background: #f9f9f9;
  text-align: center;
  padding: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.title_box .p5 span a {
  font-size: 18px;
  display: block;
  line-height: 1;
  padding: 5px 0;
}

.title_box .p5 span a i {
  color: #999;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #f9f9f9;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.title_box .p5 span a:hover i {
  color: #f39620;
  border-bottom: 1px solid #f39620;
}



.foot_box {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 50px;
}

.foot_box .foot_div {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
}

.foot_box .foot_div h6 {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #979595;
  left: 0;
  bottom: -50px;
}

.foot_box .foot_div h6 a {
  float: right;
  color: #979595;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.foot_box .foot_div h6 a:hover {
  color: #333;
}

.foot_box .foot_div p {
  float: left;
  margin-right: 8%;
}

.foot_box .foot_div p span {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.foot_box .foot_div p a {
  display: block;
  font-size: 16px;
  color: #dedede;
  line-height: 1.5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.foot_box .foot_div p a:hover {
  color: #fff;
}

.foot_box .foot_div dl {
  float: right;
  font-size: 0;
  width: 50%;
  text-align: right;
}

.foot_box .foot_div dl dt {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-right: 15%;
}

.foot_box .foot_div dl dt img {
  vertical-align: top;
  margin-bottom: 16px;
}

.foot_box .foot_div dl dd {
  display: inline-block;
  vertical-align: top;
}

.foot_box .foot_div dl dd p {
  display: block;
  float: none;
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-right: 0;
  text-align: left;
}

.foot_box .foot_div dl dd p img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.content_box {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 70px;
}

.content_box .title_h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}

.content_box .title_h3 small {
  display: block;
  font-size: 20px;
  color: #999;
  margin-top: 6px;
  text-transform: uppercase;
}

.page_div {
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}

.page_div a {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 36px;
  border: 1px solid #dedede;
  margin: 0 5px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page_div a.prev_a::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 13px;
  border-right: 8px #999 solid;
  border-top: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page_div a.prev_a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 10px;
  left: 14px;
  border-right: 8px #fff solid;
  border-top: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
}

.page_div a.next_a::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 10px;
  right: 13px;
  border-left: 8px #999 solid;
  border-top: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page_div a.next_a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
  border-left: 8px #fff solid;
  border-top: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
}

.page_div a.active {
  background: #0b7dc4;
  border: 1px solid #0b7dc4;
  color: #fff;
}

.page_div a:hover {
  background: #0b7dc4;
  border: 1px solid #0b7dc4;
  color: #fff;
}

.page_div a:hover::before {
  display: none;
}

.page_div a.prev_a:hover::before {
  display: none;
}



.business_box {}

.business_box ul {}

.business_box ul li {
  margin-bottom: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.business_box ul li:last-of-type {
  margin-bottom: 0;
}

.business_box ul li::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.business_box ul li a {
  display: block;
}

.business_box ul li em {
  float: left;
  width: 300px;
  overflow: hidden;
}

.business_box ul li em img {
  width: 100%;
  height: 180px;
  vertical-align: top;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.business_box ul li div {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 900px;
  height: 180px;
  border: 1px solid #dedede;
  border-left: none;
  padding: 36px 120px 0 36px;
}

.business_box ul li div h6 {
  font-size: 20px;
  color: #333;
  margin-bottom: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.business_box ul li div p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.business_box ul li div::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: #dedede;
  right: 90px;
  top: 39px;
}

.business_box ul li div i {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  width: 30px;
  height: 14px;
  background: url(../img/jtqh.jpg) no-repeat;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.business_box ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.business_box ul li:hover div h6 {
  color: #f39620;
  font-weight: bold;
}

.business_box ul li:hover div i {
  background-position: 0 -16px;
}

.business_box ul li:hover em img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.info_box {}

.info_box h5 {
  background: #f5f5f5;
  line-height: 1.5;
  padding: 12px 34px;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.info_box .content_div {
  padding: 0 34px;
}

.info_box .content_div h6 {
  font-size: 20px;
  color: #0b7dc4;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}

.info_box .content_div p {
  font-size: 18px;
  padding: 0 10%;
  color: #666;
  line-height: 1.5;
}

.info_box .link_div {
  margin-top: 60px;
  background: #f9f9f9;
  font-size: 0;
  height: 90px;
  line-height: 90px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.info_box .link_div a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.info_box .link_div a i {
  width: 9px;
  height: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
}

.info_box .link_div a i::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 6px;
  border-top: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
}

.info_box .link_div a i::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 6px;
  border-top: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
}

.info_box .link_div .left_a i::before {
  left: 0;
  border-right: 8px #ccc solid;
}

.info_box .link_div .left_a i::after {
  left: 1px;
  border-right: 8px #f9f9f9 solid;
}

.info_box .link_div .right_a i::before {
  right: 0;
  border-left: 8px #ccc solid;
}

.info_box .link_div .right_a i::after {
  right: 1px;
  border-left: 8px #f9f9f9 solid;
}

.info_box .link_div .left_a {
  padding-left: 36px;

}

.info_box .link_div .left_a span,
.info_box .link_div .right_a span {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.info_box .link_div .right_a {
  text-align: right;
  padding-right: 36px;
  /* overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;*/
}

.info_box .link_div .left_a i {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #dedede;
}

.info_box .link_div .right_a i {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #dedede;
}

.info_box .link_div a:hover {
  background: #0b7dc4;
  color: #fff;
}



.news_box {}

.news_box ul {}

.news_box ul li {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news_box ul li:last-of-type {
  margin-bottom: 0;
}

.news_box ul li a {
  display: block;
  font-size: 0;
  padding: 20px;
  line-height: 180px;
}

.news_box ul li a::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.news_box ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #666;
  background: #f5f5f5;
  padding: 20px;
  line-height: 1;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news_box ul li span b {
  display: block;
  font-size: 30px;
  color: #999;
  font-weight: normal;
  margin-left: -2px;
  margin-top: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news_box ul li span::after {
  content: "";
  position: absolute;
  left: 114px;
  width: 0px;
  height: 1px;
  background: #f39620;
  top: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news_box ul li div {
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  padding-left: 36px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news_box ul li div h6 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.news_box ul li div p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.news_box ul li em {
  float: right;
  overflow: hidden;
  width: 300px;
}

.news_box ul li em img {
  width: 100%;
  vertical-align: top;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.news_box ul li:hover span {
  background: #f39620;
  color: #fff;
}

.news_box ul li:hover span b {
  color: #fff;
}

.news_box ul li:hover span::after {
  width: 30px;
}

.news_box ul li:hover div {
  padding-left: 56px;
}

.news_box ul li:hover em img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news_box ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.information_box ul li div {
  width: 950px;
}



.staff_box {}

.staff_box ul {}

.staff_box ul li {
  margin-bottom: 70px;
}

.staff_box ul li:last-of-type {
  margin-bottom: 0;
}

.staff_box ul li::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.staff_box ul li em {
  float: left;
  width: 450px;
}

.staff_box ul li em img {
  width: 100%;
  vertical-align: top;
}

.staff_box ul li div {
  float: right;
  width: 750px;
  box-sizing: border-box;
  padding-left: 50px;
}

.staff_box ul li div span {
  display: block;
  font-size: 16px;
  color: #666;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b2b2b2;
}

.staff_box ul li div h6 {
  font-size: 24px;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 30px;
}

.staff_box ul li div p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.staff_box ul li:nth-of-type(even) em {
  float: right;
}

.staff_box ul li:nth-of-type(even) div {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}



.service_box {}

.service_box form {
  width: 700px;
  padding: 30px 0;
  border-radius: 4px;
  margin: 0 auto;
  background: #f9f9f9;
  box-sizing: border-box;
  text-align: center;
}

.service_box form h5 {
  font-size: 26px;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 36px;
}

.service_box form p {
  margin-bottom: 26px;
  font-size: 0;
}

.service_box form p label {
  display: inline-block;
  width: 180px;
  line-height: 50px;
  text-align: left;
  font-size: 22px;
  color: #666;
  vertical-align: top;
}

.service_box form p input {
  height: 50px;
  width: 380px;
  font-size: 20px;
  color: #333;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: none;
  box-sizing: border-box;
  padding: 0 14px;
}

.service_box form p .code_int {
  width: 234px;
  margin-right: 26px;
}

.service_box form p .code_i {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #0b7dc4;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.service_box form button {
  width: 170px;
  height: 50px;
  background: #f39620;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  display: block;
  margin-left: 250px;
}

.service_box .table_div {
  display: none;
  width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}

.service_box .table_div table {
  width: 100%;
  font-size: 16px;
  color: #666;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

.service_box .table_div table tr {
  border-bottom: 1px solid #e3e3e3;
  height: 48px;
}

.service_box .table_div table tr:last-of-type {
  border-bottom: none;
}

.service_box .table_div table tr td {
  padding-left: 20px;
}

.service_box .table_div table tr td:first-of-type {
  background: #0b7dc4;
  color: #fff;
  width: 180px;
}

.service_box .table_div .return_btn {
  width: 170px;
  height: 50px;
  background: #0b7dc4;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  display: block;
  margin: 26px auto 0;
}



.operation_box {}

.operation_box .login_div {}

.operation_box .login_div h6 {
  font-size: 24px;
  margin-bottom: 50px;
}

.operation_box .login_div form {
  width: 600px;
  padding: 50px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
}

.operation_box .login_div form p {
  color: #333;
  font-size: 0;
  margin-bottom: 30px;
}

.operation_box .login_div form p label {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  margin-right: 10px;
  font-size: 20px;
}

.operation_box .login_div form p input {
  width: 334px;
  height: 44px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 20px;
  padding-left: 14px;
}

.operation_box .login_div form .login_btn {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background: #f39620;
  color: #fff;
  font-size: 18px;
  border: none;
}

.operation_box .login_div form span {
  display: block;
  font-size: 18px;
  color: #df3c3d;
  margin-top: 50px;
}

.operation_box .operation_div {
  margin-top: -50px;
  /*	display: none;*/
}

.operation_box .operation_div ul {}

.operation_box .operation_div ul li {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-top: 50px;
}

.operation_box .operation_div ul li:nth-of-type(even) {
  margin-right: 0;
}

.operation_box .operation_div ul li em {
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.operation_box .operation_div ul li em iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* .operation_box .operation_div ul li em i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.operation_box .operation_div ul li em i img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.operation_box .operation_div ul li em i::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/tb15.png) no-repeat center;
	background-size: 50px 50px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.operation_box .operation_div ul li em video{
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
} */
.operation_box .operation_div ul li div {
  padding-top: 20px;
}

.operation_box .operation_div ul li div h6 {
  font-size: 20px;
}

.operation_box .operation_div ul li div p {
  font-size: 16px;
  color: #999;
  margin-top: 6px;
  text-transform: uppercase;
}

.operation_box .operation_div ul li .active_em i img {
  opacity: 0;
}

.operation_box .operation_div ul li .active_em i::after {
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}



.honor_box {}

.honor_box ol {
  margin-top: -40px;
}

.honor_box ol li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}

.honor_box ol li:nth-of-type(3n+3) {
  margin-right: 0;
}

.honor_box ol li em {
  display: block;
  background: #f5f5f5;
  text-align: center;
  padding: 10px 20px;
}

.honor_box ol li em img {
  width: 100%;
  vertical-align: top;
}

.honor_box ol li p {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



.media_box {}

.media_box ol {
  margin-top: -30px;
}

.media_box ol li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
}

.media_box ol li:nth-of-type(3n+3) {
  margin-right: 0;
}

.media_box ol li a {}

.media_box ol li em {
  display: block;
  border: 1px solid #dedede;
  padding-bottom: 55%;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.media_box ol li em img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
  transform: translate(-50%, -50%);
}

.media_box ol li p {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  padding: 14px 14px 0;
}

.media_box ol li:hover em {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}



.company_box {}

.company_box a {
  display: block;
  font-size: 0;
  background: #f9f9f9;
}

.company_box a em {
  display: inline-block;
  vertical-align: top;
  width: 700px;
  overflow: hidden;
}

.company_box a em img {
  width: 100%;
  vertical-align: top;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.company_box a div {
  width: 500px;
  box-sizing: border-box;
  padding: 60px 36px 30px;
  display: inline-block;
  vertical-align: top;
}

.company_box a div h6 {
  font-size: 24px;
  color: #f39620;
  font-weight: bold;
  margin-bottom: 36px;
}

.company_box a div p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}

.company_box a div>span {
  font-size: 18px;
  color: #666;
  display: inline-block;
  margin-top: 33px;
  padding-right: 24px;
  background: url(../img/jt1.png) no-repeat right;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.company_box a:hover em img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company_box a:hover div>span {
  padding-right: 34px;
}



.framework_box {}

.framework_box p {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 30px;
}

.framework_box img {
  width: auto;
  max-width: 100%;
}



.partner_box {}

.partner_box h6 {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.partner_box div {}

.partner_box div a {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  padding-bottom: 10%;
  margin-top: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.partner_box div a:nth-of-type(4n+4) {
  margin-right: 0;
}

.partner_box div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
}

.partner_box div a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}



.shareholder_box {}

.shareholder_box h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.shareholder_box p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  text-align: justify;
}

.shareholder_box p span {
  color: #333;
  font-weight: bold;
}

.shareholder_box div {
  margin-top: 30px;
}

.shareholder_box div a {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}

.shareholder_box div a:nth-of-type(4n+4) {
  margin-right: 0;
}

.shareholder_box div a em {
  display: block;
  position: relative;
  padding-bottom: 38%;
  margin-top: 30px;
  border: 1px solid #dedede;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.shareholder_box div a em img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
}

.shareholder_box div a p {
  font-size: 18px;
  color: #666;
  margin-top: 14px;
}

.shareholder_box div a:hover em {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}



.culture_box {
  width: 100%;
}

.culture_box .tab_div {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
}

.culture_box .tab_div span {
  text-align: center;
  display: inline-block;
  width: 16.66%;
  padding: 28px 0;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.culture_box .tab_div span.active {
  background: #f9f9f9;
}

.culture_box .tab_div span img {}

.culture_box .tab_div span strong {
  display: block;
  font-size: 16px;
  margin-top: 14px;
}

.culture_box .tab_dl {
  background: #f9f9f9;
}

.culture_box .tab_dl dd {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 43px;
  display: none;
}

.culture_box .tab_dl dd.active {
  display: block;
}

.culture_box .tab_dl dd p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 6px;
}

.culture_box .tab_dl dd p:last-of-type {
  margin-bottom: 0;
}

/* .culture_box .tab_dl dd p::before{
	content: "○";
	font-size: 20px;
	color: #cecece;
	margin-right: 6px;
} */
.culture_box ol {
  width: 1200px;
  margin: 40px auto 0;
}

.culture_box ol li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  padding-bottom: 29%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.culture_box ol li:last-of-type {
  margin-right: 0;
}

.culture_box ol li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.culture_box ol li strong {
  position: absolute;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  z-index: 3;
}

.culture_box ol li div {
  opacity: 0;
  position: absolute;
  top: 348px;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 150px;
  background: url(../img/tb16.png) no-repeat center 80px rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.culture_box ol li div p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 0 20px;
}

.culture_box ol li:hover div {
  opacity: 1;
  top: 0;
}



.about_box {}

.about_box .title_div {
  margin-bottom: 20px;
}

.about_box .title_div h6 {
  font-size: 24px;
  color: #f39620;
  font-weight: bold;
}

.about_box .title_div p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}

.about_box dl {
  font-size: 0;
  padding: 30px 0 30px 20px;
  background: url(../img/bg5.png) no-repeat right center #f9f9f9;
}

.about_box dl dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  width: 50%;
  text-align: justify;
}

.about_box dl dd {
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.about_box dl dd p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  padding: 0 34px;
  border-right: 1px dashed #dedede;
}

.about_box dl dd p:last-of-type {
  border-right: none;
}

.about_box dl dd p i {
  font-size: 32px;
  color: #f39620;
  margin-right: 6px;
}

.about_box dl dd p span {
  display: block;
  margin-top: 6px;
  text-align: left;
}

.about_box ol {
  position: relative;
  padding: 0 40px;
  margin-top: 30px;
}

.about_box ol::before {
  content: "";
  width: 100%;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  background: url(../img/yuan.png) no-repeat left center,
    url(../img/yuan.png) no-repeat right center,
    url(../img/xx.jpg) repeat-x center;
  z-index: -1;
}

.about_box ol li {
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  color: #666;
  line-height: 1.3;
  white-space: nowrap;
}

.about_box ol li strong {
  display: block;
}

.about_box ol li::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #0b7dc4;
  border-radius: 50%;
  margin: 16px auto 0;
  color: #0b7dc4
}

.about_box ol li:nth-of-type(even) {
  margin-top: 68px;
}

.about_box ol li:nth-of-type(even)::after {
  display: none;
}

.about_box ol li:nth-of-type(even)::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #0b7dc4;
  border-radius: 50%;
  margin: 0 auto 16px;
  color: #0b7dc4
}



.join_box {}

.join_box .more_a {
  display: block;
  margin: 40px auto 0;
  width: 130px;
  height: 36px;
  background: #f39620;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.join_box dl {
  font-size: 0;
  margin-bottom: 20px;
}

.join_box dl dt {
  background: #f5f5f5;
  height: 60px;
  padding: 0 30px;
}

.join_box dl dt h5 {
  font-size: 22px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  width: 142px;
}

.join_box dl dt h6 {
  font-size: 22px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #dedede;
}

.join_box dl dt span {
  float: right;
  width: 130px;
  height: 32px;
  border: 1px solid #dedede;
  margin-top: 13px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 32px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.join_box dl dt span.active {
  background: #f39620;
  border: 1px solid #f39620;
  color: #fff;
}

.join_box dl dt span:hover {
  background: #f39620;
  border: 1px solid #f39620;
  color: #fff;
}

.join_box dl dd {
  padding: 20px 30px;
  display: none;
}

.join_box dl dd .row_div {}

.join_box dl dd .row_div h6 {
  display: inline-block;
  vertical-align: top;
  width: 142px;
  font-size: 20px;
  color: #404040;
  padding-top: 4px;
}

.join_box dl dd .row_div div {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 142px);
  vertical-align: top;
  padding-left: 40px;
  border-left: 1px solid #dedede;
  padding-bottom: 30px;
}

.join_box dl dd .row_div div p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.join_box dl dd .row_div div p strong {}

.join_box dl dd .row_div div span {
  display: block;
  color: #0b7dc4;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

.join_box dl dd .row_div:last-of-type div {
  padding-bottom: 0;
}

.join_box dl:first-of-type dd {
  display: block;
}



.banner_box {
  position: relative;
}

.banner_box .swiper-slide img {
  width: 100%;
  vertical-align: top;
}

.banner_box .swiper-pagination {
  bottom: 40px !important;
}

.banner_box dl {
  position: absolute;
  z-index: 3;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 1200px;
  height: 80px;
  font-size: 0;
  background: url(../img/bg2.jpg) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner_box dl dt {
  display: inline-block;
  vertical-align: top;
  width: 880px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
}

.banner_box dl dt strong {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  padding-left: 30px;
  background: url(../img/gg.png) no-repeat left center;
}

.banner_box dl dt div {
  overflow: hidden;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 130px);
}

.banner_box dl dt div ul {}

.banner_box dl dt div ul li {
  height: 30px;
  line-height: 30px;
}

.banner_box dl dt div ul li a {
  display: block;
  font-size: 0;
  color: #fff;
}

.banner_box dl dt div ul li p {
  display: inline-block;
  vertical-align: top;
  /*width: calc(100% - 130px);*/
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banner_box dl dt div ul li span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 130px;
  text-align: right;
}

.banner_box dl dt div ul li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.banner_box dl dd {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  height: 100%;
}

.banner_box dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/an.jpg);
}

.welcome_box {
  padding-top: 120px;
}

.welcome_box .title_h3 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 48px;
  background: url(../img/wz1.png) no-repeat center bottom;
}

.welcome_box .div2 .title_h3 {
  background: url(../img/wz2.png) no-repeat center bottom;
}

.welcome_box .title_h3 small {
  display: block;
  font-size: 30px;
  color: #999;
  margin-top: 20px;
  text-transform: uppercase;
}

.welcome_box .div1 {
  width: 1200px;
  margin: 0 auto 120px;
  padding-top: 80px;
}

.welcome_box .div1 h5 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}

.welcome_box .div1 ol {}

.welcome_box .div1 ol li {
  float: left;
  width: 32%;
  height: 253px;
  margin-right: 2%;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div1 ol li:nth-of-type(3) {
  margin-right: 0;
}

.welcome_box .div1 ol li em {
  display: block;
  overflow: hidden;
}

.welcome_box .div1 ol li img {
  vertical-align: top;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div1 ol li>a {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg4.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 60px 40px 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div1 ol li>a::after {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  box-sizing: border-box;
  top: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.welcome_box .div1 ol li>a::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 8px;
  width: 21px;
  height: 21px;
  background: url(../img/jia.png) no-repeat;
}

.welcome_box .div1 ol li>a h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.welcome_box .div1 ol li>a p {
  font-size: 16px;
  line-height: 1.5;
}

.welcome_box .div1 ol li .link_p {
  opacity: 0;
  display: none;
  position: absolute;
  left: 40px;
  bottom: 34px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div1 ol li .link_p a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.5;
  margin-right: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div1 ol li h4 {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.welcome_box .div1 ol li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.welcome_box .div1 ol li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.welcome_box .div1 ol li:hover>a {
  opacity: 1;
}

/* .welcome_box .div1 ol li:hover .link_p{
	opacity: 1;
} */
.welcome_box .div1 ol li .link_p a:hover {
  opacity: 1;
}

.welcome_box .div2 {
  background: url(../img/bg.jpg) no-repeat left 110px;
  background-size: 100% 100%;
  padding-bottom: 80px;
}

.welcome_box .div2 dl {
  width: 1200px;
  margin: 0 auto;
}

.welcome_box .div2 dt {
  float: left;
  width: 42%;
}

.welcome_box .div2 dt a {
  display: block;
  position: relative;
  overflow: hidden;
}

.welcome_box .div2 dt img {
  width: 100%;
  height: 331px;
  vertical-align: top;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div2 dt:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.welcome_box .div2 dt p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.welcome_box .div2 dd {
  float: left;
  width: 58%;
  box-sizing: border-box;
  padding-left: 4%;
}

.welcome_box .div2 dd a {
  font-size: 0;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7eaeb;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.welcome_box .div2 dd a:last-of-type {
  margin-bottom: 0;
}

.welcome_box .div2 dd span {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  background: #fff;
  text-align: center;
  font-size: 36px;
  color: #999;
  padding: 10px 0;
}

.welcome_box .div2 dd span small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.welcome_box .div2 dd div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 76px);
  box-sizing: border-box;
  padding-left: 24px;
}

.welcome_box .div2 dd div h6 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
}

.welcome_box .div2 dd div p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}

.welcome_box .div2 dd a:hover {
  padding-left: 20px;
}



.team_box {
  width: 100%;
  padding: 100px 0 0;
}

.team_box .swiper_box {
  background: #f9f9f9;
  border-top: 1px solid #f9f9f9;
  margin-top: 148px;
}

.team_box .swiper_box .swiper-container {
  width: 1000px;
  padding-bottom: 230px;
  margin-top: -88px;
}

.team_box .swiper_box .swiper_div {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.team_box .swiper_box .swiper-button-prev {
  width: 30px;
  height: 30px;
  outline: none;
  left: 0;
  top: 93px;
  background: url(../img/jtz.png) no-repeat center;
}

.team_box .swiper_box .swiper-button-next {
  width: 30px;
  height: 30px;
  outline: none;
  right: 0;
  top: 93px;
  background: url(../img/jty.png) no-repeat center;
}

.team_box .swiper_box .swiper-slide {}

.team_box .swiper_box .swiper-slide dl {}

.team_box .swiper_box .swiper-slide dl dt {
  padding: 30px;
  border-radius: 50%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.team_box .swiper_box .swiper-slide dl dt img {
  width: 100%;
  vertical-align: top;
  border-radius: 50%;
}

.team_box .swiper_box .swiper-slide dl dd {
  text-align: center;
  display: none;
  position: absolute;
  width: 1000px;
  left: -412px;
  top: 220px;
}

.team_box .swiper_box .swiper-slide-active dl dt {
  padding: 6px;
  border: 3px solid #0b7dc4;
}

.team_box .swiper_box .swiper-slide-active dl dd {
  display: block;
}

.team_box .swiper_box .swiper-slide dl dd h4 {
  font-size: 22px;
  color: #0b7dc4;
  font-weight: bold;
  margin-bottom: 6px;
}

.team_box .swiper_box .swiper-slide dl dd h5 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.team_box .swiper_box .swiper-slide dl dd p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
.content_box .dl{
  display: flex;
  align-items: center;
  font-size: 20px;
color: #333;
margin-bottom: 10px;
}
.content_box .dl:last-child{
  margin-bottom: 30px;
}
.content_box .dl h6{
  font-weight: 500;
}