html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.clear {
  clear: both;
}
.banner a img {
  width: 100%;
}
@font-face {
  font-family: 'sy';
  src: url('../fonts/sy_r.TTF') format('truetype');
}
body,
html {
  font-family: "sy";
}
body {
  padding-top: 100px;
}
/* y */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
.nav {
  width: 100%;
  height: 75pt;
  box-shadow: 0 0 10px 0 rgba(2, 2, 2, 0.06);
  background: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
.nav .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.nav .content .logo img {
  max-height: 61px;
}
.nav .content ul {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nav .content ul .nav_li {
  margin: 0 25px;
  height: 100%;
}
.nav .content ul .nav_li .top_link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.nav .content ul .nav_li .top_link a {
  font-size: 1pc;
  color: #333;
}
.nav .content ul .nav_li .top_link a:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background-image: url(../images/sj.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
.nav .content ul .nav_li .bot_links {
  position: absolute;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  left: 0;
  top: 75pt;
  background: #f7f7f7;
}
.nav .content ul .nav_li .bot_links .box {
  margin: 0 auto;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-left: 75pt;
  -ms-flex-align: center;
  align-items: center;
}
.nav .content ul .nav_li .bot_links .box .links a {
  margin: 10px 75pt 10px 0;
  font-size: 1pc;
  height: 1pc;
  color: #666;
  float: left;
}
.nav .content ul .nav_li .bot_links .box .links a:hover,
.nav .content ul .nav_li.active .top_link a,
.nav .content ul .nav_li:hover .top_link a {
  color: #c4261d;
}
.nav .content ul .nav_li.active .top_link a:after,
.nav .content ul .nav_li:hover .top_link a:after {
  opacity: 1;
}
.nav .content ul .nav_li:hover .bot_links {
  max-height: 350px;
}
.nav .content ul .search_li {
  cursor: pointer;
  overflow: hidden;
  width: 14px;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -ms-flex-align: center;
  align-items: center;
}
.nav .content ul .search_li input {
  height: 100%;
  width: 100%;
  display: none;
  font-size: 9pt;
  color: #333;
}
.nav .content ul .search_li input::-webkit-input-placeholder {
  font-size: 9pt;
  color: #dedede;
}
.nav .content ul .search_li input:-ms-input-placeholder,
.nav .content ul .search_li input::-ms-input-placeholder {
  font-size: 9pt;
  color: #dedede;
}
.nav .content ul .search_li input::placeholder {
  font-size: 9pt;
  color: #dedede;
}
.nav .content ul .search_li:hover {
  width: 140px;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #dedede;
}
.nav .content ul .search_li:hover input {
  display: block;
}
.footer .top_bg {
  background: #eae8e9;
}
.footer .top_bg .content .top_box {
  width: 100%;
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .top_bg .content .top_box .qr_box {
  -ms-flex: 1;
  flex: 1;
}
.footer .top_bg .content .top_box .qr_box ._tit {
  font-size: 1pc;
  color: #333;
  margin-bottom: 35px;
}
.footer .top_bg .content .top_box .qr_box .qr_list img {
  border: 4px solid #fff;
  border-radius: 5px;
  margin-right: 60px;
}
.footer .top_bg .content .top_box .links {
  padding-right: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4261d;
  border-top: 0;
  border-bottom: 0;
}
.footer .top_bg .content .top_box .links .index_link {
  width: 100%;
}
.footer .top_bg .content .top_box .links .index_link span {
  font-size: 1pc;
  color: #333;
  display: inline-block;
  text-align-last: justify;
  width: 85px;
  line-height: 24px;
}
.footer .top_bg .content .top_box .links .index_link span:hover {
  color: #c4261d;
}
.footer .top_bg .content .top_box .links a {
  width: 85px;
  line-height: 24px;
  text-align-last: justify;
  margin-left: 110px;
  font-size: 1pc;
  color: #333;
}
.footer .top_bg .content .top_box .links a:hover {
  color: #c4261d;
}
.footer .top_bg .content .top_box .address {
  -ms-flex: 1;
  flex: 1;
  padding-left: 72pt;
}
.footer .top_bg .content .top_box .address p {
  margin-top: 35px;
  font-size: 17px;
  color: #333;
  display: flex;
  align-items: flex-start;
}
.footer .top_bg .content .top_box .address p img {
  margin-right: 10px;
}
.footer .bt_c {
  background: #333;
  padding: 15px 0;
}
.footer .bt_c p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.am-breadcrumb {
  text-align: right;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.am-breadcrumb > li + li:before {
  content: ">";
}
.am-breadcrumb li.am-active {
  font-size: 12px;
  color: #c01811;
}
.am-breadcrumb li a {
  font-size: 12px;
  color: #333;
  font-family: "微软雅黑";
}
.am-breadcrumb li:first-child {
  padding-left: 16px;
  position: relative;
}
.am-breadcrumb li:first-child:after {
  position: absolute;
  top: 22px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c01811;
}
.am-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
}
.am-header h1 a {
  display: block;
}
.am-header h1 a img {
  width: 70px;
  height: auto !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
  margin-bottom: 6px;
}
.am-header .am-btn {
  background: #fff;
  color: #c4261d ;
  outline: none;
}
.am-offcanvas-bar {
  background: #f2f2f2;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  content: "\f105";
}
.am-offcanvas-bar .am-icon-angle-left:before {
  content: "\f105";
}
.am-offcanvas-bar .am-menu-nav > li > a {
  height: 60px;
  line-height: 60px;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  top: 50% !important;
  right: 10px;
  transform: translateY(-50%);
}
.am-offcanvas-bar .morenav.active span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.am-offcanvas-bar .am-nav > li > a {
  padding-left: 0;
}
.am-offcanvas-bar:after {
  background: #f2f2f2;
}
.am-offcanvas-bar .am-menu-sub {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.am-offcanvas-bar .am-menu-sub a {
  color: #333;
  font-size: 14px;
  padding: 12px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background-color: #fff !important;
  color: #333 !important;
}
.am-offcanvas-bar .am-menu-nav > li:first-child a {
  border-top: 1px solid none;
  border-top: none;
}
.am-offcanvas-bar .am-menu-nav > li > a {
  color: #666;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav > li > a:hover {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .aside {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3rem;
  right: 1rem;
  font-size: 1.4rem;
}
.am-offcanvas-bar .aside a {
  color: #fff;
}
.warp .nav {
  z-index: 99;
}
.warp .nav .content ul .nav_li .bot_links .box .links {
  width: 65%;
  height: 100%;
  height: 240px;
}
.warp .nav .content ul .nav_li .bot_links .box .links a {
  width: 25%;
  margin: 10px 0;
  padding: 0 12px 0 15px;
  position: relative;
  line-height: 1.2;
}
.warp .nav .content ul .nav_li .bot_links .box .links a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #666;
}
.warp .nav .content ul .nav_li .bot_links .box .links a:hover:before {
  background: #C4261D;
}
.warp .nav .content ul .nav_li .bot_links .box ._img {
  width: 35%;
}
.warp .index_box .content_1 .content {
  max-width: 100%;
  position: relative;
}
.warp .index_box .content_1 .content .rg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 710px;
}
.warp .index_box .content_1 .content .rg .i_title h4 span {
  bottom: -25px;
}
.warp .index_box .content_1 .content .rg .i_title i {
  margin-top: 10px;
}
.warp .index_box .content_3 .list .item ._img span {
  overflow: hidden;
}
.warp .index_box .content_3 .list .item ._img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.warp .index_box .content_3 .list .item:hover ._img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.warp .index_box .content_4 .hy_banner .swiper-slide ._img {
  overflow: hidden;
}
.warp .index_box .content_4 .hy_banner .swiper-slide ._img img {
  width: 100%;
  height: auto;
}
.warp .index_box .content_4 .hy_banner .swiper-slide img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.warp .index_box .content_4 .hy_banner .swiper-slide:hover ._img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.left_nav {
  float: left;
}
.left_nav .nav_tit > a {
  display: block;
  width: 210px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #eeeeee;
  background: url(../images/nav_first_bg.png) no-repeat center;
}
.left_nav .nav_tit > ul .pro {
  cursor: pointer;
}
.left_nav .nav_tit > ul .pro.active span {
  border-bottom: 1px solid #eee;
}
.left_nav .nav_tit > ul .pro.active ul {
  display: block;
}
.left_nav .nav_tit > ul .pro:hover::after,
.left_nav .nav_tit > ul .pro.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.left_nav .nav_tit > ul .pro:hover span,
.left_nav .nav_tit > ul .pro.active span {
  position: relative;
}
.left_nav .nav_tit > ul .pro:hover span::after,
.left_nav .nav_tit > ul .pro.active span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #c01811;
}
.left_nav .nav_tit > ul .pro:hover > span,
.left_nav .nav_tit > ul .pro.active > span {
  background: #fff url(../images/pro.png) no-repeat right 30px center;
  color: #c01811;
}
.left_nav .nav_tit > ul .pro span {
  display: block;
  width: 210px;
  height: 50px;
  background: #f7f7f7 url(../images/pro_g.png) no-repeat right 30px center;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
}
.left_nav .nav_tit > ul .pro ul {
  margin: 0;
  display: none;
}
.left_nav .nav_tit > ul .pro ul li a {
  display: block;
  width: 210px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #eee;
}
.left_nav .nav_tit > ul .pro ul li a:hover {
  color: #c01811;
}
.left_nav .nav_tit > ul > li:hover,
.left_nav .nav_tit > ul > li.active {
  position: relative;
}
.left_nav .nav_tit > ul > li:hover::after,
.left_nav .nav_tit > ul > li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #c01811;
}
.left_nav .nav_tit > ul > li:hover > a,
.left_nav .nav_tit > ul > li.active > a {
  background: #fff;
  color: #c01811;
}
.left_nav .nav_tit > ul > li > a {
  display: block;
  width: 210px;
  height: 50px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
}
.all_center {
  padding-bottom: 100px;
}
.all_center .choose_product {
  text-align: center;
  display: none;
  margin: 10px auto;
}
.all_center .choose_product .am-selected {
  margin-bottom: 15px;
}
.all_center .choose_product button,
.all_center .choose_product span,
.all_center .choose_product i {
  font-size: 14px !important;
}
.all_center .center_r {
  float: right;
  width: 80%;
  padding: 30px;
}
.all_center .center_r > h4 {
  border-bottom: 2px solid #eee;
  font-size: 20px;
  color: #c01811;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page {
  text-align: center;
  margin: 50px auto 0;
}
.page a {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  border: solid 1px #dcdcdc;
}
.page a:hover,
.page a.active {
  background-color: #c01811;
  color: #fff;
}
.contact01 .center_r .center .left {
  float: left;
  width: 48%;
}
.contact01 .center_r .center .left ul li {
  border-bottom: 1px dashed #999;
  padding: 17px 0;
}
.contact01 .center_r .center .left ul li:first-child {
  padding-top: 0;
}
.contact01 .center_r .center .left ul li p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.contact01 .center_r .center #allmap {
  width: 48%;
  float: right;
  height: 500px;
}
.contact02 .center_r .center {
  overflow-x: scroll;
}
.contact02 .center_r .center ul {
  min-width: 768px;
}
.contact02 .center_r .center ul li {
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  background: url(../images/xia.png) no-repeat right 30px center;
}
.contact02 .center_r .center ul li.active .span_list {
  background: #f3f9ff url(../images/shang.jpg) no-repeat right 30px center;
}
.contact02 .center_r .center ul li.active .xinxi {
  display: block;
  background: #fff;
}
.contact02 .center_r .center ul li span {
  display: inline-block;
  height: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  width: 18%;
  color: #666;
  font-size: 16px;
}
.contact02 .center_r .center ul li span:first-child {
  text-align: left;
  padding-left: 25px;
}
.contact02 .center_r .center ul li span.more {
  display: none;
}
.contact02 .center_r .center ul li .xinxi {
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 28px;
  background: #fff;
  display: none;
}
.contact02 .center_r .center ul li .xinxi h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #c01811;
}
.contact02 .center_r .center ul li .xinxi p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.contact02 .center_r .center ul li .xinxi a.btn {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #0460bc;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.contact02 .center_r .center ul li .xinxi #uplaodForm .send {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #dd514c;
  text-align: center;
  border-color: #dd514c;
  font-size: 16px;
  border-radius: 2px;
  width: 98px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.contact02 .center_r .center ul li .xinxi #uplaodForm .send input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
}
.contact02 .center_r .center ul li .xinxi #uplaodForm .am-btn {
  font-size: 16px;
}
.contact02 .center_r .center ul li .xinxi #uplaodForm .uploadDisc {
  line-height: 38px;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-style: normal;
}
.contact02 .center_r .center ul li:first-child {
  background-color: #c01811;
  background-image: none ;
}
.contact02 .center_r .center ul li:first-child span {
  color: #fff;
}
.dangjian .center_r .center .list ul li a {
  height: 240px;
  display: block;
  padding: 18px 0;
  border-bottom: 1px dashed #999;
}
.dangjian .center_r .center .list ul li a .left {
  width: 55%;
  float: left;
  padding-top: 10px ;
}
.dangjian .center_r .center .list ul li a .left h5 {
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  max-height: 30px;
}
.dangjian .center_r .center .list ul li a .left .line {
  width: 80px;
  height: 2px;
  background-color: #c01811;
  margin: 15px 0;
}
.dangjian .center_r .center .list ul li a .left p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.dangjian .center_r .center .list ul li a .left .lookmore {
  width: 120px;
  height: 42px;
  background-color: #c01811;
  text-align: center;
  line-height: 42px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.dangjian .center_r .center .list ul li a .left .lookmore:hover {
  background-color: #eb2720;
}
.dangjian .center_r .center .list ul li a .pic {
  width: 38%;
  float: right;
  overflow: hidden;
}
.dangjian .center_r .center .list ul li a .pic img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.dangjian .center_r .center .list ul li a .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.dangjian .center_r .center .list ul li a:hover .left h5 {
  color: #000;
}
.dangjian_detail .center_r .center .detail {
  border-bottom: 1px dashed #999;
  padding-bottom: 15px;
}
.dangjian_detail .center_r .center .detail img {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.dangjian_detail .center_r .center .detail h5,
.dangjian_detail .center_r .center .detail h6 {
  text-align: center;
}
.dangjian_detail .center_r .center .detail h5 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.dangjian_detail .center_r .center .detail h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.dangjian_detail .center_r .center .detail p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.dangjian_detail .center_r .center .upNext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}
.dangjian_detail .center_r .center .upNext a {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.dangjian_detail .center_r .center .upNext a:hover {
  color: #c01811;
}
.show_detail .center_r .center .top {
  text-align: center;
  padding: 0 0 30px;
  border-bottom: 1px dashed #eee;
}
.show_detail .center_r .center .top h5 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 30px;
}
.show_detail .center_r .center h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.show_detail .center_r .center p {
  font-size: 14px;
  color: #666666;
}
.show_detail .center_r .center .return {
  width: 120px;
  height: 42px;
  background-color: #c01811;
  text-align: center;
  line-height: 42px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  margin: 20px auto;
}
.show_detail .center_r .center img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.show_detail .center_r .center .swiper-container .swiper-button-next,
.show_detail .center_r .center .swiper-container .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -35px;
  background-image: none;
  width: 30px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 50px;
}
.show_detail .center_r .center .swiper-container .swiper-button-next i,
.show_detail .center_r .center .swiper-container .swiper-button-prev i {
  font-size: 20px;
  color: #fff;
}
.show_detail .center_r .center .swiper-container .swiper-button-next {
  right: 0;
}
.show_detail .center_r .center .swiper-container .swiper-button-prev {
  left: 0;
}
.show_detail .center_r .center .swiper-container .swiper-wrapper .swiper-slide a {
  text-align: center;
}
.show_detail .center_r .center .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.show_detail .center_r .center .swiper-container .swiper-wrapper .swiper-slide a h5 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}
.show_detail .center_r .center .swiper-container .swiper-wrapper .swiper-slide a h6 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.zhuanjia .center_r .center .list {
  overflow: hidden;
}
.zhuanjia .center_r .center .list ul {
  margin: 0 -10px;
}
.zhuanjia .center_r .center .list ul li {
  padding: 0 10px;
  margin-bottom: 45px;
}
.zhuanjia .center_r .center .list ul li a {
  text-align: center;
  display: block;
}
.zhuanjia .center_r .center .list ul li a span {
  overflow: hidden;
}
.zhuanjia .center_r .center .list ul li a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.zhuanjia .center_r .center .list ul li a h5 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}
.zhuanjia .center_r .center .list ul li a h6 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.zhuanjia .center_r .center .list ul li a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.zhuanjia .center_r .center .list ul li a:hover h5 {
  color: #000;
}
.zhuanjia .center_r .center .list ul li a:hover h6 {
  color: #333;
}
.zhuanjia_detail .center_r .center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.zhuanjia_detail .center_r .center h5 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.zhuanjia_detail .center_r .center h6 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.zhuanjia_detail .center_r .center p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.bigdata .center_r .center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bigdata .center_r .center p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.service01 .center_r .center .smalltit {
  margin: 30px 0;
  height: 60px;
  position: relative;
}
.service01 .center_r .center .smalltit::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.service01 .center_r .center .smalltit span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  background: #fff url(../images/service01.png) no-repeat center;
}
.service01 .center_r .center ul li {
  margin-bottom: 30px;
}
.service01 .center_r .center ul li h4 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #333333;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.service01 .center_r .center ul li h4 span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #333333;
}
.service01 .center_r .center ul li h4 i {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
}
.service01 .center_r .center ul li p {
  padding-left: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.service02 .center_r .center .smalltit {
  margin: 30px 0;
  height: 60px;
  position: relative;
}
.service02 .center_r .center .smalltit::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.service02 .center_r .center .smalltit span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  background: #fff url(../images/service02.png) no-repeat center;
}
.service02 .center_r .center .swiper-container .swiper-button-next,
.service02 .center_r .center .swiper-container .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -35px;
  background-image: none;
  width: 30px;
  height: 50px;
  background-color: #c01811;
  text-align: center;
  line-height: 50px;
}
.service02 .center_r .center .swiper-container .swiper-button-next i,
.service02 .center_r .center .swiper-container .swiper-button-prev i {
  font-size: 20px;
  color: #fff;
}
.service02 .center_r .center .swiper-container .swiper-button-next {
  right: 0;
}
.service02 .center_r .center .swiper-container .swiper-button-prev {
  left: 0;
}
.service02 .center_r .center .swiper-container .swiper-wrapper .swiper-slide a {
  text-align: center;
}
.service02 .center_r .center .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.service02 .center_r .center .swiper-container .swiper-wrapper .swiper-slide a p {
  font-size: 18px;
  line-height: 60px;
  color: #666666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service02 .center_r .center .swiper-container .swiper-wrapper .swiper-slide:hover p {
  color: #c4261d;
}
.service03 .center_r .center .smalltit {
  margin: 30px 0;
  height: 60px;
  position: relative;
}
.service03 .center_r .center .smalltit::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.service03 .center_r .center .smalltit span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  background: #fff url(../images/service02.png) no-repeat center;
}
.service03 .center_r .center > ul > li {
  border-bottom: 1px solid #eee;
}
.service03 .center_r .center > ul > li.active {
  border-bottom: 0 solid #000;
}
.service03 .center_r .center > ul > li.active h4 {
  background: #c01811 url(../images/pro_w.png) no-repeat right 30px center;
  color: #fff;
}
.service03 .center_r .center > ul > li.active ul {
  display: block;
}
.service03 .center_r .center > ul > li h4 {
  height: 50px;
  background-color: #c01811;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  background: url(../images/pro_g.png) no-repeat right 30px center;
}
.service03 .center_r .center > ul > li ul {
  display: none;
  margin: 0;
}
.service03 .center_r .center > ul > li ul li {
  height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px dashed #eee;
}
.service03 .center_r .center > ul > li ul li span {
  font-size: 14px;
  color: #666666;
}
.service03 .center_r .center > ul > li ul li a {
  font-size: 14px;
  color: #999999;
  display: block;
  padding-left: 25px;
  background: url(../images/dow.png) no-repeat left center;
}
.service03 .center_r .center > ul > li ul li a:hover {
  background: url(../images/dow_h.png) no-repeat left center;
  color: #c01811;
}
.service04 .center_r .center .smalltit {
  margin: 30px 0;
  height: 60px;
  position: relative;
}
.service04 .center_r .center .smalltit::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.service04 .center_r .center .smalltit span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  background: #fff url(../images/service04.png) no-repeat center;
}
.service04 .center_r .center ul li {
  border-bottom: 1px dashed #dedede;
}
.service04 .center_r .center ul li.active {
  border-bottom: 1px dashed #c01811;
  padding-bottom: 10px;
}
.service04 .center_r .center ul li.active h4 {
  color: #c01811;
  background: url(../images/pro_top.png) no-repeat right center;
}
.service04 .center_r .center ul li.active p {
  display: block;
}
.service04 .center_r .center ul li h4 {
  font-size: 14px;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
  background: url(../images/pro_g.png) no-repeat right center;
}
.service04 .center_r .center ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: none;
}
.service04 .center_r .center .shabix {
  height: auto;
  min-height: 120px;
}
.service04 .center_r .center .shabix div > span {
  display: block;
}
.service04 .center_r .center .dispx li a {
  color: #333;
}
.service04 .center_r .center .dispx li span.am-block {
  overflow: hidden;
}
.service04 .center_r .center .dispx li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service04 .center_r .center .dispx li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.service04 .center_r .center .business_swiper {
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.service04 .center_r .center .business_swiper .swiper-slide {
  border: 1px solid #eee;
  margin-bottom: 0;
  cursor: pointer;
}
.service04 .center_r .center .business_swiper .swiper-slide span {
  overflow: hidden;
}
.service04 .center_r .center .business_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  filter: #808080;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service04 .center_r .center .business_swiper .swiper-slide:hover img {
  filter: grayscale(0%);
  filter: rgba(128, 128, 128, 0);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.service04 .center_r .center .business_swiper .swiper-pagination {
  bottom: 0px;
}
.service04 .center_r .center .am-paragraph {
  text-align: left;
}
.award_page .swiper-slide {
  margin-bottom: 0;
}
.award_page .active_page_nav {
  width: 100%;
  height: 62px;
  background: url(../images/sub_nav_bg.jpg) repeat-x;
  text-align: center;
}
.award_page .active_page_nav .inner {
  margin: 0 auto;
  height: 100%;
  display: inline-block;
}
.award_page .active_page_nav ul li {
  float: left;
  width: 100px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.award_page .active_page_nav ul li a {
  color: #fff;
  display: block;
}
.award_page .active_page_nav ul li.bg {
  background: url(../images/sub_active_bg.jpg) no-repeat center top;
}
.award_page .active_page_nav ul li.bg a {
  color: #251e1f ;
  font-weight: bolder;
}
.award_page .active_page_nav ul li.bg a:hover {
  color: #000;
}
.award_page .active_page_nav ul li.active,
.award_page .active_page_nav ul li:hover {
  background-color: #fff;
}
.award_page .active_page_nav ul li.active a,
.award_page .active_page_nav ul li:hover a {
  color: #000;
}
.award_page .content {
  max-width: 1002px;
}
.award_page .content .title {
  margin: 60px 0 50px;
  display: block;
  width: 100%;
}
.award_page .item1 .con {
  margin-bottom: 40px;
  padding: 30px 35px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #333;
  position: relative;
}
.award_page .item1 .con .article {
  font-size: 16px;
  color: #666666;
  position: relative;
  text-indent: 0;
}
.award_page .item1 .con .article h3 {
  font-size: 18px;
  color: #333;
}
.award_page .item1 .con .article:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #333;
  position: absolute;
  left: -35px;
  top: -30px;
}
.award_page .item1 .con .article:after {
  content: '';
  width: 10px;
  height: 70px;
  background-color: #b5923e;
  position: absolute;
  left: -36px;
  top: 0;
}
.award_page .item1 .rules_title {
  color: #a6823e;
  font-size: 26px;
  font-weight: bolder;
  margin: 32px auto 10px;
}
.award_page .item1 .rules {
  border: 1px solid #898989;
  border-collapse: collapse;
}
.award_page .item1 .rules td {
  padding: 10px 0 10px 60px;
  font-size: 18px;
  color: #313131;
}
.award_page .item1 .rules .bd {
  border-right: solid 1px #898989;
}
.award_page .item1 .rules .bg {
  background: #c9c9c9;
}
.award_page .item1 .rules .bg1 {
  background: #a6823e;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.award_page .item1 .rules h2 {
  color: #a6823e;
  font-size: 26px;
  font-weight: bolder;
  margin: 32px auto 10px;
}
.award_page .item2 .disc {
  color: #a6823e;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 20px;
  line-height: 1;
}
.award_page .item2 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.award_page .item2 ul li {
  float: left;
  overflow: hidden;
  text-align: center;
  width: 330px;
}
.award_page .item2 ul li h3 {
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #A7823E;
  position: relative;
  font-weight: normal;
  font-size: 18px;
}
.award_page .item2 ul li h3:after {
  content: '';
  border-style: solid dashed dashed dashed;
  border-color: #A7823E transparent transparent transparent;
  border-width: 15px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
}
.award_page .item2 ul li .words {
  font-size: 14px;
  padding: 25px 30px 10px;
  line-height: 2;
  text-align: justify;
  height: 210px;
  overflow-y: scroll;
  border: 1px dashed #999999;
  border-top: none;
  position: relative;
}
.award_page .item2 ul li .words:after {
  content: '';
  width: 300px;
  height: 2px;
  background: #333;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-48%);
}
.award_page .item4 .jdt {
  margin-top: 35px;
  position: relative;
}
.award_page .item4 .jdt .img-box {
  width: 250px;
  border-right: 10px #000 solid;
}
.award_page .item4 .jdt .img-box ul {
  width: 100%;
  padding: 15px 0;
}
.award_page .item4 .jdt .img-box ul li {
  text-align: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  height: 90px;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1), 0 -1px 0 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  line-height: 1;
  color: #7d7d7d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.award_page .item4 .jdt .img-box ul li:last-child {
  margin-bottom: 0;
}
.award_page .item4 .jdt .img-box ul li .en {
  font-size: 20px;
}
.award_page .item4 .jdt .img-box ul li .ch {
  font-size: 22px;
  margin-top: 10px;
}
.award_page .item4 .jdt .img-box ul li.active,
.award_page .item4 .jdt .img-box ul li:hover {
  background: #A40000;
}
.award_page .item4 .jdt .img-box ul li.active .en,
.award_page .item4 .jdt .img-box ul li:hover .en {
  color: #000;
}
.award_page .item4 .jdt .img-box ul li.active .ch,
.award_page .item4 .jdt .img-box ul li:hover .ch {
  color: #fff;
}
.award_page .item4 .jdt .con {
  width: 730px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0 15px 0;
}
.award_page .item4 .jdt .con .wra {
  position: relative;
  height: 100%;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
  padding-right: 20px;
}
.award_page .item4 .jdt .con .wra::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #999;
  position: absolute;
  right: -10px;
  top: 0;
}
.award_page .item4 .jdt .con .wra::after {
  content: '';
  width: 72%;
  height: 4px;
  background: #999;
  position: absolute;
  right: 0px;
  bottom: -1px;
}
.award_page .item4 .jdt .con .jdt-tit {
  display: none;
  color: #999;
}
.award_page .item4 .jdt .con .jdt-tit.active {
  display: block;
}
.award_page .item4 .jdt .con .jdt-tit ul li {
  font-size: 17px;
  padding-left: 40px;
  line-height: 40px;
  background: url(../images/bg8.jpg) no-repeat 0px 50%;
}
.award_page .item4 .jdt .con .jdt-tit ul li.bg {
  background: url(../images/bg8.jpg) no-repeat 0px 20%;
}
.award_page .item4 .jdt .con .jdt-tit ul li.bg1 {
  background: url(../images/bg8.jpg) no-repeat 0px 8%;
}
.award_page .item4 .jdt .con .jdt-tit h2 {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 20px;
  color: #000 ;
  margin-bottom: 5px ;
  font-weight: bolder;
}
.award_page .item5 .title {
  margin-bottom: 70px;
}
.award_page .item5 .con {
  border: 2px solid #999;
  padding: 50px 20px 50px 200px;
  margin-top: 20px;
  position: relative;
}
.award_page .item5 .con:before {
  content: '';
  width: 149px;
  height: 137px;
  background: url(../images/sj_08.png) no-repeat top left;
  position: absolute;
  left: -2px;
  top: -20px;
}
.award_page .item5 .con:after {
  content: '';
  width: 99%;
  height: 0;
  border-bottom: 1px dashed #999;
  position: absolute;
  bottom: 10px;
  left: 1%;
}
.award_page .item5 .con li {
  font-size: 17px;
  line-height: 2;
  color: #666;
}
.award_page .item6 .review_list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.award_page .item6 .review_list li {
  width: 330px;
  height: 320px;
}
.award_page .item6 .review_list span {
  overflow: hidden;
  height: 200px;
}
.award_page .item6 .review_list img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.award_page .item6 .review_list .info {
  height: 120px;
  text-align: center;
  padding: 0 20px;
  background: #f2f2f2;
}
.award_page .item6 .review_list .info h4 {
  font-size: 18px;
  color: #666666;
  line-height: 1;
  padding-top: 30px;
  margin-bottom: 10px;
}
.award_page .item6 .review_list .info p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
  color: #a10301;
}
.award_page .item6 .history_mobile_swiper {
  display: none;
}
.award_page .item6 .ej {
  background: url(../images/bg19.jpg) no-repeat center bottom;
  background-size: 100%;
  height: 470px;
  padding-top: 20px;
}
.award_page .item6 .ej .life_focus {
  width: 650px;
  height: 390px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  padding-right: 70px;
  float: right;
}
.award_page .item6 .ej .life_focus .life_focus_imgs_wrap {
  width: 280px;
  height: 390px;
  margin-left: 5px;
}
.award_page .item6 .ej .life_focus ul.life_focus_imgs {
  width: 280px;
  height: 9999em;
  position: absolute;
  left: 0;
  top: 0;
}
.award_page .item6 .ej .life_focus ul.life_focus_imgs li {
  height: 390px;
  overflow: hidden;
}
.award_page .item6 .ej .life_focus .life_focus_desc h3 {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 280px;
  text-align: center;
  z-index: 99;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
}
.award_page .item6 .ej .life_focus .life_focus_nav_wrap {
  width: 370px;
  height: 390px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.award_page .item6 .ej .life_focus ul.life_focus_nav {
  width: 300px;
}
.award_page .item6 .ej .life_focus ul.life_focus_nav li {
  float: left;
  margin: 0 0px 5px 5px;
  position: relative;
  width: 65px;
  height: 95px;
}
.award_page .item6 .ej .life_focus ul.life_focus_nav li img {
  width: 100%;
  height: 100%;
}
.award_page .item6 .ej .life_focus ul.life_focus_nav li.cur {
  border: 1px solid #f00;
}
.award_page .item6 .ej .sj {
  background: #f00 url(../images/sj.jpg);
  height: 512px ;
}
.award_page .item6 .ej .slideBox {
  width: 680px;
  height: 455px;
  left: 47px;
  top: 30px;
  overflow: hidden;
  position: relative;
}
.award_page .item6 .ej .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  width: 680px;
  height: 455px;
}
.award_page .item6 .ej .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.award_page .item6 .ej .slideBox .bd img {
  width: 680px;
  height: 455px;
  display: block;
}
.award_page .item6 .ej .sj .slideBox .next {
  background-position: -34px 0px;
  left: 620px;
  width: 34px;
  height: 65px;
  top: 190px;
}
.award_page .item6 .ej .sj .slideBox .prev {
  background-position: 0px 0;
  left: 20px;
  width: 34px;
  height: 65px;
  top: 190px;
}
.award_page .item6 .ej .sj .slideBox .next:hover {
  background-position: -102px 0;
  left: 620px;
  width: 34px;
  height: 65px;
  top: 190px;
}
.award_page .item6 .ej .sj .slideBox .prev:hover {
  background-position: -68px 0;
  left: 20px;
  width: 34px;
  height: 65px;
  top: 190px;
}
.award_page .item6 .ej .words {
  float: left;
  width: 340px;
  height: 450px;
  padding: 110px 40px 0;
}
.award_page .item6 .ej .words .num {
  font-size: 44px;
  line-height: 1;
  color: #B5923E;
  margin-bottom: 24px;
}
.award_page .item6 .ej .words .name {
  color: #333;
  font-size: 20px;
}
.award_page .item6 .third {
  background: url(../images/bg19.jpg) no-repeat center bottom;
  background-size: 100%;
  height: 450px;
  padding: 30px 0 30px 50px;
  margin-top: 20px;
}
.award_page .item6 .third .award_swiper {
  width: 680px;
  height: 390px;
  float: left;
}
.award_page .item6 .third .award_swiper .swiper-button-next,
.award_page .item6 .third .award_swiper .swiper-container-rtl .swiper-button-prev {
  width: 30px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 10px 20px;
}
.award_page .item6 .third .award_swiper .swiper-button-next:hover,
.award_page .item6 .third .award_swiper .swiper-container-rtl .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.award_page .item6 .third .award_swiper .swiper-button-prev,
.award_page .item6 .third .award_swiper .swiper-container-rtl .swiper-button-next {
  width: 30px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
  background-size: 10px 20px;
}
.award_page .item6 .third .award_swiper .swiper-button-prev:hover,
.award_page .item6 .third .award_swiper .swiper-container-rtl .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.award_page .item6 .third .words {
  width: 270px;
  float: right;
  height: 450px;
  padding: 110px 40px 0;
}
.award_page .item6 .third .words .num {
  font-size: 44px;
  line-height: 1;
  color: #B5923E;
  margin-bottom: 24px;
}
.award_page .item6 .third .words .name {
  color: #333;
  font-size: 20px;
}
.award_page .item7 .apply_tab .tabNav {
  width: 676px;
  height: 34px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.award_page .item7 .apply_tab .tabNav li {
  width: 50%;
  float: left;
  cursor: pointer;
  height: 34px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom-color: #dedede;
  line-height: 34pxZ;
}
.award_page .item7 .apply_tab .tabNav li.active,
.award_page .item7 .apply_tab .tabNav li:hover {
  background-image: linear-gradient(0deg, #d5d5d5 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
.award_page .item7 .apply_tab .tabPane {
  margin-top: 30px;
}
.award_page .item7 .apply_tab .tab_item {
  display: none;
}
.award_page .item7 .apply_tab .tab_item.active {
  display: block;
}
.award_page .item7 .apply_tab .tab_item .am-form {
  width: 500px;
  float: left;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel {
  overflow: hidden;
  margin-bottom: 15px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .am-form-label {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  float: left;
  width: 130px;
  margin: 0;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .am-form-label font {
  color: #a70001;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con {
  float: right;
  width: 370px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con select {
  font-size: 16px;
  height: 42px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con select option {
  min-height: 40px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload {
  overflow: hidden;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .box {
  float: left;
  width: 140px;
  height: 140px;
  border: solid 1px #dedede;
  background: #fff url(../images/plus_10.jpg) no-repeat center;
  background-size: 30px;
  position: relative;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .box input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  top: 0;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .box img {
  width: 100%;
  height: 100%;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .one_img_notice {
  width: 200px;
  float: right;
  height: 140px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con input[type='text'],
.award_page .item7 .apply_tab .tab_item .am-form .panel .con input[type='number'],
.award_page .item7 .apply_tab .tab_item .am-form .panel .con input[type='tel'],
.award_page .item7 .apply_tab .tab_item .am-form .panel .con input[type='email'] {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 16px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .box {
  width: 140px;
  height: 140px;
  border: solid 1px #dedede;
  background: #fff url(../images/plus_10.jpg) no-repeat center;
  background-size: 30px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .box.hasFile {
  background-image: url(../images/file.png);
  background-size: 60px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .box input[type='file'] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .file_notice {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 15px;
}
.award_page .item7 .apply_tab .tab_item .am-form .panel .con textarea {
  width: 100%;
  height: 80px;
  resize: none;
  font-size: 16px;
}
.award_page .item7 .apply_tab .tab_item .am-form .submit {
  padding-left: 130px;
}
.award_page .item7 .apply_tab .tab_item .am-form .submit button {
  width: 185px;
  height: 55px;
  background-color: #910021;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
}
.award_page .item7 .apply_tab .tab_item .aside {
  width: 368px;
  float: right;
}
.award_page .item7 .apply_tab .tab_item .aside h4 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 20px;
}
.award_page .item7 .apply_tab .tab_item .aside .scan_code {
  margin: 0px 0 30px;
  overflow: hidden;
}
.award_page .item7 .apply_tab .tab_item .aside .scan_code .qr_code {
  width: 80px;
  height: 80px;
  float: left;
}
.award_page .item7 .apply_tab .tab_item .aside .scan_code .notice {
  height: 80px;
  padding-left: 25px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  float: left;
}
.award_page .item7 .apply_tab .tab_item .aside .scan_code .notice p {
  font-size: 18px;
  line-height: 24px;
}
.award_page .item7 .apply_tab .tab_item .aside .scan_code .notice p.red {
  color: #a30200;
}
.award_page .item7 .apply_tab .tab_item .aside h3 {
  font-size: 30px;
  color: #b49560;
  line-height: 1;
  margin-bottom: 20px;
}
.award_page .item7 .apply_tab .tab_item .aside .slideTxtBox .picList li {
  font-size: 16px;
  color: #666;
  padding-left: 15px;
  position: relative;
  line-height: 24px;
}
.award_page .item7 .apply_tab .tab_item .aside .slideTxtBox .picList li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b49560;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.award_footer {
  height: 300px;
  background-color: #434343;
}
.award_footer .content {
  max-width: 1000px;
  color: #fff;
}
.award_footer .content .l {
  margin-top: 70px;
  margin-right: 50px;
}
.award_footer .content .l h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: normal;
}
.award_footer .content .l p {
  font-size: 24px;
  line-height: 1;
}
.award_footer .content .phone {
  float: left;
  width: 222px;
  position: relative;
  height: 300px;
  margin-left: 48px;
}
.award_footer .content .phone img {
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: 0;
}
.award_footer .content .info {
  padding-top: 57px;
  float: right;
}
.award_footer .content .info .www {
  height: 48px;
  line-height: 48px;
  border: 1px solid #dedede;
  padding: 0 15px;
}
.award_footer .content .info h4 {
  line-height: 1;
  font-size: 24px;
  margin-top: 16px;
}
.award_footer .content .info .attr {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.rearch_result font {
  color: #c4261d;
}
.rearch_result .item {
  margin-top: 50px;
}
.rearch_result .item_title {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #c4261d;
}
.rearch_result .item_title span {
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #c4261d;
  display: inline-block;
}
.rearch_result .article_item .list li {
  position: relative;
  border-bottom: 1px dashed #eee;
  padding: 30px 0;
  transition: border-color 0.5s linear;
}
.rearch_result .article_item .list li a {
  overflow: hidden;
}
.rearch_result .article_item .list li .img {
  overflow: hidden;
  width: 30%;
  float: right;
  border: 1px solid #eee;
  display: block;
}
.rearch_result .article_item .list li .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.rearch_result .article_item .list li .img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.rearch_result .article_item .list li .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 70%;
  height: 100%;
  padding: 30px 30px 30px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.rearch_result .article_item .list li .info .title {
  font-size: 18px;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  transition: color 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rearch_result .article_item .list li .info .title:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #c01811;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rearch_result .article_item .list li .info .disc {
  font-size: 14px;
  color: #666;
  transition: color 0.5s;
}
.rearch_result .article_item .list li .info .disc .disc {
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 3.9em;
}
.rearch_result .article_item .list li:hover {
  border-color: #999;
}
.rearch_result .article_item .list li:hover .info .title {
  color: #000;
}
.rearch_result .picture_item .list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rearch_result .picture_item li {
  margin: 30px 1.5% 0 0;
  width: 18.8%;
  text-align: center;
  line-height: 1;
}
.rearch_result .picture_item li:nth-child(5n) {
  margin-right: 0;
}
.rearch_result .picture_item li h4 {
  margin-top: 15px;
  color: #333;
}
.rearch_result .picture_item li p {
  margin-top: 10px;
  color: #666;
}
.rearch_result .picture_item li span {
  overflow: hidden;
}
.rearch_result .picture_item li span img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: block;
}
.rearch_result .picture_item li span:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.rearch_result .file_item li {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
  position: relative;
}
.rearch_result .file_item li .name {
  font-size: 14px;
  color: #666;
  line-height: 42px;
  padding-right: 120px;
  display: block;
}
.rearch_result .file_item li .am-btn {
  height: 42px;
  line-height: 42px;
  padding: 0;
  width: 100px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
.rearch_result .file_item li .am-btn:hover {
  background-color: #c4261d;
  border-color: #c4261d;
  color: #fff;
}
@media screen and (max-width: 1410px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .warp {
    max-width: 100%;
    overflow-x: hidden;
  }
  .warp .index_box .content_1 .content {
    padding: 0;
  }
  .warp .index_box .content_1 .content .rg {
    padding-right: 10px;
  }
  .warp .index_box .content_1 .content .rg .i_title h4 span {
    font-size: 60px;
  }
  .warp .index_box .content_1 .content .rg .more {
    margin-top: 10px;
  }
  .warp .index_box .content_2 #certify .swiper-slide {
    width: auto;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img {
    height: 290px;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img img {
    height: 100%;
    width: auto;
  }
  .warp .index_box .content_4 .hy_banner .swiper-slide ._img {
    width: 100%;
  }
  .warp .index_box .content_4 .hy_banner .swiper-slide ._img img {
    width: 100%;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list img {
    margin-right: 30px;
  }
  .footer .top_bg .content .top_box .links a {
    margin-left: 85px;
  }
}
@media screen and (max-width: 1200px) {
  .all_center .center_r {
    padding: 10px 0;
    width: 75%;
  }
  .warp .index_box .content_1 {
    padding-top: 120px;
  }
  .warp .index_box .content_3 .list .item ._img {
    height: auto;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img {
    height: 270px;
  }
  .warp .index_box .content_2 #certify .swiper-button-prev {
    left: 0;
  }
  .warp .index_box .content_2 #certify .swiper-button-next {
    right: 0;
  }
  .warp .index_box .content_4 .hy_banner ._img img {
    height: auto;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list img {
    width: 100px;
    height: 100px;
  }
  .footer .top_bg .content .top_box .links a {
    margin-left: 72px;
  }
}
@media screen and (max-width: 1200px) {
  .award_page .content .title {
    margin: 50px 0 40px;
  }
  .award_page .active_page_nav ul li {
    width: 96px;
    font-size: 16px;
  }
  .award_page .item4 .jdt .img-box {
    width: 200px;
  }
  .award_page .item4 .jdt .img-box ul li .en {
    font-size: 16px;
  }
  .award_page .item4 .jdt .img-box ul li .ch {
    font-size: 18px;
  }
  .award_page .item4 .jdt .con {
    width: calc( 100% - 200px);
  }
  .award_page .item4 .jdt .con .wra {
    overflow-y: scroll;
    padding-left: 20px;
  }
  .award_page .item4 .jdt .con .wra:after {
    display: none;
  }
  .award_page .item4 .jdt .con .jdt-tit ul li,
  .award_page .item4 .jdt .con .jdt-tit ul li.bg,
  .award_page .item4 .jdt .con .jdt-tit ul li.bg1 {
    font-size: 14px;
    background-size: 20px;
    background-position: 0 10%;
  }
  .award_page .item5 .con {
    padding: 30px 20px 30px 120px;
  }
  .award_page .item5 .con:before {
    width: 100px;
    height: 92px;
    background-size: 100%;
  }
  .award_page .item5 .con ul li {
    font-size: 14px;
  }
  .award_page .item6 .review_list li {
    width: 32.5%;
    margin-right: 1.2%;
    height: auto;
  }
  .award_page .item6 .review_list span {
    height: auto;
  }
  .award_page .item6 .ej {
    height: 360px;
  }
  .award_page .item6 .ej .words {
    padding: 0px 20px;
    height: 360px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: calc(100% - 480px);
  }
  .award_page .item6 .ej .words .num {
    font-size: 26px;
  }
  .award_page .item6 .ej .words .name {
    font-size: 16px;
  }
  .award_page .item6 .ej .life_focus {
    width: 440px;
    height: 300px;
    margin-right: 30px;
  }
  .award_page .item6 .ej .life_focus .life_focus_imgs_wrap {
    width: 215px;
    height: 300px;
    margin-top: 30px;
  }
  .award_page .item6 .ej .life_focus .life_focus_imgs_wrap ul.life_focus_imgs {
    width: 215px;
  }
  .award_page .item6 .ej .life_focus .life_focus_imgs_wrap ul.life_focus_imgs li {
    height: 300px;
  }
  .award_page .item6 .ej .life_focus .life_focus_imgs_wrap ul.life_focus_imgs img {
    width: 215px;
    height: 300px;
  }
  .award_page .item6 .ej .life_focus .life_focus_nav_wrap {
    width: 225px;
    height: 300px;
  }
  .award_page .item6 .ej .life_focus ul.life_focus_nav {
    width: 225px;
  }
  .award_page .item6 .ej .life_focus ul.life_focus_nav li {
    width: 51px;
    height: 72px;
  }
  .award_page .item6 .third {
    height: 350px;
    padding: 20px 0 20px 30px;
  }
  .award_page .item6 .third .award_swiper {
    width: 60%;
    height: auto;
    float: none;
    padding-top: 5%;
  }
  .award_page .item6 .third .words {
    width: 40%;
    height: 350px;
    padding-top: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .award_page .item6 .third .words .num {
    font-size: 26px;
  }
  .award_page .item6 .third .words .name {
    font-size: 16px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form {
    width: 60%;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .am-form-label {
    width: 90px;
    font-size: 14px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con {
    width: calc(100% - 100px);
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .box {
    width: 120px;
    height: 120px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .one_img_notice {
    height: 120px;
    font-size: 12px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .box {
    width: 120px;
    height: 120px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .file_notice {
    font-size: 12px;
  }
  .award_page .item7 .apply_tab .tab_item .aside {
    width: 40%;
    padding-left: 20px;
  }
  .award_page .item7 .apply_tab .tab_item .aside h4 {
    font-size: 16px;
  }
  .award_page .item7 .apply_tab .tab_item .aside h3 {
    font-size: 18px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .words {
    font-size: 14px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .slide_title {
    font-size: 18px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .slideTxtBox .picList li {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    line-height: 1.2em;
  }
  .award_page .item7 .apply_tab .tab_item .aside .slideTxtBox .picList li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 4px;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .award_footer {
    height: 240px;
    margin-top: 100px;
  }
  .award_footer .content .l h2 {
    font-size: 36px;
  }
  .award_footer .content .l .en {
    font-size: 20px;
  }
  .award_footer .content .info {
    float: right;
  }
  .award_footer .content .info .www {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .award_footer .content .info h4 {
    font-size: 18px;
  }
  .award_footer .content .info .attr {
    font-size: 14px;
  }
  .award_footer .content .phone {
    height: 240px;
    margin-left: 10%;
    margin-right: 0;
  }
  .award_footer .content .phone img {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 10px;
  }
  body {
    padding-top: 49px;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .header {
    display: none;
  }
  .am-header {
    height: 49px;
    display: block;
    box-sizing: border-box;
  }
  .am-header .header_wra .am-header-title {
    font-size: 14px;
    width: 70px;
    padding: 0;
    display: inline-block;
  }
  .all_center {
    padding-bottom: 10px;
  }
  .all_center .content .choose_product {
    display: block;
  }
  .all_center .content .left_nav {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .all_center .content .left_nav a {
    width: 100%;
  }
  .all_center .content .center_r {
    width: 100%;
  }
  .all_center .content .center_r > h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page {
    margin-top: 10px;
  }
  .page a {
    padding: 0 5px;
  }
  .zhuanjia .center_r .center .list ul li {
    margin-bottom: 20px;
  }
  .dangjian_detail .center_r .center .upNext {
    flex-direction: column;
    align-items: flex-start;
  }
  .dangjian_detail .center_r .center .upNext a {
    margin-bottom: 10px;
  }
  .contact01 .center_r .center .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .contact01 .center_r .center #allmap {
    width: 100%;
    float: none;
  }
  .award_footer .content .phone {
    margin-right: 0px;
    margin-left: 10%;
  }
  .footer .top_bg .content .top_box {
    padding: 30px 0;
  }
  .footer .top_bg .content .top_box .qr_box {
    display: block;
  }
  .footer .top_bg .content .top_box .qr_box ._tit {
    margin-bottom: 20px;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list img {
    margin-right: 10px;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list img:last-child {
    margin-right: 0;
  }
  .footer .top_bg .content .top_box .links {
    display: none;
  }
  .footer .top_bg .content .top_box .address {
    padding-left: 0;
  }
  .footer .top_bg .content .top_box .address p {
    margin-top: 20px;
  }
  .warp {
    max-width: 100%;
    overflow-x: hidden;
  }
  .warp .i_title h4 {
    line-height: 1;
    font-size: 20px;
  }
  .warp .i_title h4 span {
    font-size: 60px;
    line-height: 1;
  }
  .warp .i_title i {
    margin-top: 15px;
  }
  .warp .index_box .home-banner .swiper-button-next,
  .warp .index_box .home-banner .swiper-button-prev {
    width: 20px;
    height: 50px;
    margin-top: -25px;
    border-radius: 10px;
  }
  .warp .index_box .home-banner .home_paginatio {
    bottom: 0;
  }
  .warp .index_box .home-banner .home_paginatio .swiper-pagination-bullet {
    width: 30px;
    border-radius: 2px;
    margin: 0 4px;
  }
  .warp .index_box .content_1 {
    padding: 100px 0;
  }
  .warp .index_box .content_1 .content {
    padding: 0;
    margin-bottom: 20px;
  }
  .warp .index_box .content_1 .content .rg {
    padding: 30px 10px 0 20px;
  }
  .warp .index_box .content_1 .content .rg .i_title h4 span {
    bottom: -9px;
    font-size: 40px;
  }
  .warp .index_box .content_1 .content .rg .rg_text p {
    font-size: 14px;
  }
  .warp .index_box .content_2 {
    padding: 70px 0 30px;
  }
  .warp .index_box .content_2 .i_title h4 span {
    font-size: 50px;
    top: 10%;
  }
  .warp .index_box .content_2 .content {
    padding: 0 10px;
  }
  .warp .index_box .content_2 #certify {
    margin-top: 30px;
  }
  .warp .index_box .content_2 #certify .swiper-slide {
    width: auto;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img {
    height: 250px;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img img {
    height: 100%;
    width: auto;
  }
  .warp .index_box .content_2 #certify .swiper-slide p {
    line-height: 60px;
  }
  .warp .index_box .content_2 #certify .swiper-button-prev,
  .warp .index_box .content_2 #certify .swiper-button-next {
    top: 50%;
    width: 20px;
    height: 50px;
    border-radius: 10px;
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .warp .index_box .content_2 #certify .swiper-button-prev {
    left: 10px;
  }
  .warp .index_box .content_2 #certify .swiper-button-next {
    right: 10px;
  }
  .warp .index_box .content_3 {
    padding: 60px 0;
  }
  .warp .index_box .content_3 .i_title h4 span {
    top: 10%;
  }
  .warp .index_box .content_3 .list {
    margin: 30px 0 0;
  }
  .warp .index_box .content_3 .list .item {
    margin-right: 10px;
    width: 100%;
  }
  .warp .index_box .content_3 .list .item ._img {
    height: auto;
  }
  .warp .index_box .content_3 .list .item:last-child {
    margin-right: 0;
  }
  .warp .index_box .content_3 .list .item .txt {
    padding: 10px;
    height: auto;
    min-height: 120px;
  }
  .warp .index_box .content_3 .list .item .txt h4 {
    margin-bottom: 10px;
  }
  .warp .index_box .content_3 .list .item .txt p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
  }
  .warp .index_box .content_4 {
    padding: 60px 0 30px;
  }
  .warp .index_box .content_4 .i_title h4 span {
    top: 10%;
  }
  .warp .index_box .content_4 .txt {
    margin-top: 20px;
  }
  .warp .index_box .content_4 .txt p {
    font-size: 14px;
  }
  .warp .index_box .content_4 .hy_banner {
    width: 100%;
    margin: 30px 0;
  }
  .rearch_result .item {
    margin-top: 30px;
  }
  .rearch_result .item_title {
    height: 36px;
    line-height: 36px;
  }
  .rearch_result .item_title span {
    width: 120px;
    font-size: 18px;
  }
  .rearch_result .article_item .list li .info .title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .rearch_result .article_item .list li .info .disc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 2.6em;
  }
  .rearch_result .picture_item li {
    margin: 20px 2% 0 0;
    width: 23.5%;
  }
  .rearch_result .picture_item li:nth-child(5n) {
    margin-right: 2%;
  }
  .rearch_result .picture_item li:nth-child(4n) {
    margin-right: 0;
  }
  .rearch_result .picture_item li h4,
  .rearch_result .picture_item li p {
    font-size: 14px;
  }
  .rearch_result .file_item li {
    padding: 15px 0;
  }
  .rearch_result .file_item li .am-btn {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .dangjian .center_r .center .list ul li a {
    height: auto;
  }
  .dangjian .center_r .center .list ul li a .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .dangjian .center_r .center .list ul li a .pic {
    width: 100%;
    float: none;
  }
  .award_footer .content .phone {
    margin-left: 0;
  }
  .footer .top_bg .content .top_box {
    display: block;
    overflow: hidden;
  }
  .footer .top_bg .content .top_box .qr_box {
    width: 50%;
    float: left;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list img {
    width: 120px;
    height: 120px;
  }
  .footer .top_bg .content .top_box .address {
    width: 50%;
    float: right;
    padding-top: 25px;
  }
  .footer .top_bg .content .top_box .address p {
    margin-top: 18px;
  }
  .warp .index_box .content_1 {
    padding: 60px 0 50px;
  }
  .warp .index_box .content_1 .content .lf {
    width: 100%;
    padding-right: 10px;
  }
  .warp .index_box .content_1 .content .rg {
    width: 100%;
    position: unset;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img {
    height: 225px;
  }
  .warp .index_box .content_3 .list .item {
    margin-right: 10px;
    width: 49%;
  }
  .warp .index_box .content_3 .list .item:last-child,
  .warp .index_box .content_3 .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .rearch_result .article_item .list li .info .title {
    margin-bottom: 10px;
  }
  .rearch_result .picture_item li {
    margin: 20px 2% 0 0;
    width: 31.33%;
  }
  .rearch_result .picture_item li:nth-child(5n) {
    margin-right: 2%;
  }
  .rearch_result .picture_item li:nth-child(4n) {
    margin-right: 2%;
  }
  .rearch_result .picture_item li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .award_footer {
    height: auto;
  }
  .award_footer .content .l {
    display: none;
  }
  .award_footer .content .phone {
    margin: 0 auto;
    float: none;
    width: 180px;
    height: 240px;
    margin-top: 30px;
  }
  .award_footer .content .phone img {
    height: 240px;
    position: unset;
  }
  .award_footer .content .info {
    padding-top: 40px;
    float: none;
  }
  .award_footer .content .info .www {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .award_footer .content .info h4 {
    font-size: 18px;
  }
  .award_footer .content .info .attr {
    font-size: 14px;
    margin-top: 20px;
  }
  .award_page .active_page_nav {
    display: none;
  }
  .award_page .content .title {
    margin: 30px 0 20px;
  }
  .award_page .item1 .con {
    padding: 30px 20px;
    font-size: 14px;
  }
  .award_page .item1 .con .article:before {
    display: none;
  }
  .award_page .item1 .con .article:after {
    left: -20px;
  }
  .award_page .item1 .rules_title {
    font-size: 18px;
  }
  .award_page .item1 .rules td,
  .award_page .item1 .rules .bg1 {
    padding: 10px;
    font-size: 14px;
  }
  .award_page .item2 .disc {
    font-size: 18px;
  }
  .award_page .item2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .award_page .item2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .award_page .item2 ul li:last-child {
    margin-bottom: 0;
  }
  .award_page .item4 .jdt .img-box {
    width: 100%;
    float: none;
    border: none;
  }
  .award_page .item4 .jdt .img-box ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .award_page .item4 .jdt .img-box ul li {
    width: 48%;
    height: 60px;
  }
  .award_page .item4 .jdt .img-box ul li .en {
    font-size: 14px;
  }
  .award_page .item4 .jdt .img-box ul li .ch {
    font-size: 16px;
  }
  .award_page .item4 .jdt .con {
    width: 100%;
    position: unset;
    padding: 0;
  }
  .award_page .item4 .jdt .con .wra {
    padding: 0;
    border: none;
  }
  .award_page .item4 .jdt .con .wra::before,
  .award_page .item4 .jdt .con .wra::after {
    display: none;
  }
  .award_page .item4 .jdt .con .jdt-tit ul li,
  .award_page .item4 .jdt .con .jdt-tit ul li.bg,
  .award_page .item4 .jdt .con .jdt-tit ul li.bg1 {
    font-size: 14px;
    line-height: 2;
    padding-left: 30px;
    background-size: 15px;
    background-position: 0 5px;
  }
  .award_page .item4 .jdt .con .jdt-tit h2 {
    padding-left: 0;
    font-size: 18px;
  }
  .award_page .item5 .con {
    padding: 20px;
  }
  .award_page .item5 .con:before {
    width: 30px;
    height: 28px;
    background-size: cover;
    top: -6px;
  }
  .award_page .item5 .con li {
    font-size: 14px;
  }
  .award_page .item6 .review_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .award_page .item6 .review_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .award_page .item6 .review_list li:last-child {
    margin-bottom: 0;
  }
  .award_page .item6 .review_list li img {
    width: 100%;
  }
  .award_page .item6 .history_mobile_swiper {
    display: block;
    margin-top: 20px;
  }
  .award_page .item6 .history_mobile_swiper img {
    width: 100%;
    display: block;
  }
  .award_page .item6 .history_mobile_swiper .swiper-slide {
    margin-bottom: 0;
  }
  .award_page .item6 .history_mobile_swiper .swiper-pagination {
    bottom: 0px;
  }
  .award_page .item6 .ej {
    background: none;
    height: auto;
  }
  .award_page .item6 .ej .words {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    text-align: center;
  }
  .award_page .item6 .ej .words .num {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .award_page .item6 .ej .words .name {
    font-size: 14px;
  }
  .award_page .item6 .ej .life_focus {
    display: none;
  }
  .award_page .item6 .third {
    height: auto;
    background: none;
    padding: 0;
  }
  .award_page .item6 .third .award_swiper {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .award_page .item6 .third .words {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    text-align: center;
  }
  .award_page .item6 .third .words .num {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .award_page .item6 .third .words .name {
    font-size: 14px;
  }
  .award_page .item7 .apply_tab {
    margin-top: 20px;
  }
  .award_page .item7 .apply_tab .tabNav {
    width: 100%;
  }
  .award_page .item7 .apply_tab .tabPane {
    margin-top: 20px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form {
    width: 100%;
    float: none;
    display: block;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .am-form-label {
    width: 100%;
    float: none;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con {
    width: 100%;
    float: none;
    display: block;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .box {
    width: 100px;
    height: 100px;
    background-size: 20px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .img_upload .one_img_notice {
    height: 100px;
    font-size: 12px;
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .box {
    width: 100px;
    height: 100px;
    background-size: 20px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .panel .con .file_upload .file_notice {
    font-size: 12px;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .submit {
    padding-left: 0;
    text-align: center;
  }
  .award_page .item7 .apply_tab .tab_item .am-form .submit button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .award_page .item7 .apply_tab .tab_item .aside {
    margin-top: 20px;
    width: 100%;
  }
  .award_page .item7 .apply_tab .tab_item .aside h4 {
    font-size: 16px;
  }
  .award_page .item7 .apply_tab .tab_item .aside h3 {
    font-size: 22px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .words {
    font-size: 14px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .scan_code {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .award_page .item7 .apply_tab .tab_item .aside .scan_code .notice p {
    font-size: 16px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .slide_title {
    font-size: 18px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .slideTxtBox .picList li {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    line-height: 24px;
  }
  .award_page .item7 .apply_tab .tab_item .aside .slideTxtBox .picList li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -4px;
  }
  .footer .top_bg .content .top_box {
    display: block;
    overflow: hidden;
  }
  .footer .top_bg .content .top_box .qr_box {
    width: 100%;
    float: left;
  }
  .footer .top_bg .content .top_box .qr_box ._tit {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
  .footer .top_bg .content .top_box .qr_box .qr_list img {
    margin-right: 0;
    width: 100px;
    height: 100px;
  }
  .footer .top_bg .content .top_box .address {
    width: 100%;
    float: right;
    padding-top: 10px;
  }
  .footer .top_bg .content .top_box .address p {
    margin-top: 18px;
    overflow: hidden;
    font-size: 14px;
  }
  .footer .top_bg .content .top_box .address p img {
    width: 20px;
    height: 20px;
    float: left;
  }
  .footer .top_bg .content .top_box .address p span {
    width: calc(100% - 30px);
    float: right;
  }
  .footer .bt_c p {
    font-size: 12px;
  }
  .warp .index_box .i_title h4 {
    line-height: 1;
    font-size: 20px;
  }
  .warp .index_box .i_title h4 span {
    font-size: 50px;
    line-height: 1;
  }
  .warp .index_box .i_title i {
    margin-top: 15px;
  }
  .warp .index_box .content_2 .i_title h4 span {
    font-size: 40px;
  }
  .warp .index_box .content_2 #certify .swiper-slide {
    width: 100%;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img {
    height: auto;
  }
  .warp .index_box .content_2 #certify .swiper-slide ._img img {
    width: 100%;
    height: auto;
  }
  .warp .index_box .content_3 .list .item {
    margin-right: 0px;
    width: 100%;
  }
  .am-breadcrumb {
    display: none;
  }
  .service04 .center_r .center .smalltit {
    margin: 15px 0;
  }
  .service04 .center_r .center ul li.shabix span {
    font-size: 14px;
  }
  .service04 .center_r .center ul li.shabix .niancolor {
    margin: 0 10px;
  }
  .service04 .center_r .center ul.dispx {
    display: block;
    overflow: hidden;
  }
  .service04 .center_r .center ul.dispx li {
    width: 49%;
    float: left;
    margin: 0 2% 10px 0;
  }
  .service04 .center_r .center ul.dispx li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .service04 .center_r .center ul.dispx li img {
    width: 100%;
  }
  .service04 .center_r .center ul.dispx li span {
    font-size: 14px;
  }
  .service04 .center_r .center .business_swiper {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .service02 .center_r .center .swiper-container .swiper-wrapper .swiper-slide a p {
    font-size: 14px;
  }
  .page a {
    display: none;
    padding: 0 10px;
    margin: 0 5px;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
  .page a.disabled {
    pointer-events: none;
    color: #ccc;
    border-color: #ccc;
  }
  .dangjian .center_r .center .list ul li a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact02 .center_r .center {
    overflow-x: hidden;
  }
  .contact02 .center_r .center .job_list {
    width: 100%;
    min-width: 100%;
  }
  .contact02 .center_r .center .job_list .th {
    display: none;
  }
  .contact02 .center_r .center .job_list .tr {
    width: 100%;
    padding: 5px 0;
    background: none;
  }
  .contact02 .center_r .center .job_list .tr .span_list {
    overflow: hidden;
    padding-bottom: 20px;
    background: url(../images/xia.png) no-repeat center 98%;
  }
  .contact02 .center_r .center .job_list .tr span {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    float: left;
    text-align: left;
  }
  .contact02 .center_r .center .job_list .tr span:before {
    margin-right: 4px;
  }
  .contact02 .center_r .center .job_list .tr .job {
    width: 50%;
  }
  .contact02 .center_r .center .job_list .tr .job:before {
    content: '招聘职位：';
  }
  .contact02 .center_r .center .job_list .tr .num {
    width: 50%;
    float: right;
    text-align: right;
  }
  .contact02 .center_r .center .job_list .tr .num:before {
    content: '招聘人数：';
  }
  .contact02 .center_r .center .job_list .tr .education {
    width: 50%;
  }
  .contact02 .center_r .center .job_list .tr .education:before {
    content: '学历：';
  }
  .contact02 .center_r .center .job_list .tr .place {
    width: 50%;
    float: right;
    text-align: right;
  }
  .contact02 .center_r .center .job_list .tr .place:before {
    content: '办公地点：';
  }
  .contact02 .center_r .center .job_list .tr .time {
    width: 100%;
  }
  .contact02 .center_r .center .job_list .tr .time:before {
    content: '发布时间：';
  }
  .contact02 .center_r .center .job_list .tr.active {
    background: none;
  }
  .contact02 .center_r .center .job_list .tr.active .span_list {
    background: none;
    background: url(../images/shang.jpg) no-repeat center 98%;
  }
  .contact02 .center_r .center .job_list .tr .xinxi {
    padding: 10px 0;
  }
  .rearch_result .article_item .list li {
    padding: 20px 0 0;
  }
  .rearch_result .article_item .list li .img {
    float: none;
    width: 100%;
  }
  .rearch_result .article_item .list li .info {
    position: unset;
    transform: translateY(0);
    width: 100%;
    padding: 20px 0;
  }
  .rearch_result .article_item .list li .info .title {
    margin-bottom: 10px;
  }
  .rearch_result .picture_item li {
    margin: 20px 3% 0 0;
    width: 48.5%;
  }
  .rearch_result .picture_item li:nth-child(5n) {
    margin-right: 3%;
  }
  .rearch_result .picture_item li:nth-child(4n) {
    margin-right: 3%;
  }
  .rearch_result .picture_item li:nth-child(3n) {
    margin-right: 3%;
  }
  .rearch_result .picture_item li:nth-child(2n) {
    margin-right: 0%;
  }
  .rearch_result .file_item li .name {
    padding-right: 100px;
  }
  .rearch_result .file_item li .am-btn {
    width: 80px;
  }
}
