/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 'Microsoft YaHei';
  color: #333;
  outline: 0;
}
body {
  background: #fff;
  font-size: 14px;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
span:focus {
  outline: none;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清除浮动*/
/************************公共************************************/
.container {
  width: 1240px;
  margin: 0 auto;
}
.container-two {
  width: 1140px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
/*行高*/
.lh-16 {
  line-height: 16px;
}
/*16像素行距*/
.lh-18 {
  line-height: 18px;
}
/*18像素行距*/
.lh-20 {
  line-height: 20px;
}
/*20像素行距*/
.lh-22 {
  line-height: 22px;
}
/*22像素行距*/
.lh-24 {
  line-height: 24px;
}
/*24像素行距*/
.lh-26 {
  line-height: 26px;
}
/*26像素行距*/
.lh-28 {
  line-height: 28px;
}
/*28像素行距*/
.lh-30 {
  line-height: 30px;
}
/*30像素行距*/
/*内边距*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*外边距*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}
/* **********************************服务介绍************************************************ */
#nav6 .subCate,
#nav7 .subCate {
  left: -194px;
}
#nav8 .subCate {
  left: -360px;
}
.datail_main .datail_nav .pp_box .subCate a .li_box .li_txt .txt3 {
  font-size: 12px;
  color: #666;
  height: 20px;
}
.layui-form-select dl dd.layui-this {
  background-color: #f8f8f8!important;
  color: #EA2728!important;
}
.layui-form-selected dl {
  box-shadow: 0px 8px 6px 0px rgba(0, 49, 95, 0.1) !important;
  border: none!important;
}
.layui-form-select dl dd {
  padding: 0 20px !important;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  line-height: 35px!important;
  font-size: 18px;
}
.fan {
  position: relative;
}
.fan .fangan {
  width: 1200px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 3px 13px 1px rgba(53, 53, 53, 0.1);
  border-radius: 5px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fan .fangan form {
  width: 1104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fan .fangan form .layui-form-item {
  margin-bottom: 0;
}
.fan .fangan form .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 274px;
  height: 42px;
  margin-right: 14px;
}
.fan .fangan form .layui-form-item .layui-input-block .layui-input {
  padding-right: 30px;
  cursor: pointer;
  border: none;
  background: #eee;
  color: #aaa;
  height: 42px;
  border-radius: 5px;
}
.fan .fangan form .layui-form-item .layui-input-block .layui-edge {
  border-top-color: #464646;
}
.fan .fangan .name,
.fan .fangan .phone {
  width: 274px;
  height: 42px;
  margin-right: 14px;
  background: #eee;
  border: none;
  color: #aaa;
  border-radius: 5px;
}
.fan .fangan button {
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  width: 246px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.banner_jdk {
  width: 100%;
  height: 700px;
  background: url(../../../image/2020/kongjian/kjbanner.jpg) no-repeat center;
  background-size: cover;
  display: block;
}
.container1 {
  width: 1360px !important;
  margin: 0 auto;
  position: relative;
}
.shuzi {
  width: 100%;
  height: auto;
  padding: 30px 0 0;
}
.shuzi p {
  text-align: center;
  color: #616161;
}
.shuzi p.tit {
  font-size: 32px;
  text-align: center;
  font-family: AovelSans;
  text-transform: uppercase;
  color: #969696;
  letter-spacing: 4px;
}
.shuzi h3.js {
  font-size: 36px;
  letter-spacing: 8px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.shuzi p.fud {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #797979;
}
@font-face {
  font-family: 'AovelSans';
  src: url('../../js/AovelSans.ttf');
}
/*主要内容*/
.g-bd {
  position: relative;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px !important;
}
.banner-wrap {
  width: 100%;
  height: 350px;
  background-color: #fff;
  position: relative;
}
.banner-wrap .outers {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-wrap .banner_1 {
  width: 100%;
  height: 350px;
  background: url(../../../image/2020/kongjian/banner.jpg) no-repeat center;
  background-size: cover;
}
.banner-wrap .banner_2 {
  width: 100%;
  height: 350px;
  background: url(../../../image/2020/kongjian/banner1.jpg) no-repeat center;
  background-size: cover;
}
.banner-wrap .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  width: 50px;
  height: 3px;
  background: #fff;
  opacity: 0.4;
  border-radius: 3px;
}
.banner-wrap .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner-wrap .content {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.banner-wrap .banner {
  background: #000;
  width: 196px;
  height: 500px;
}
.banner-wrap .banner .subCate {
  display: none;
  background: #ffffff;
  position: absolute;
  left: 196px;
  top: 0;
  width: 550px;
  padding: 20px;
  color: #333;
  height: auto;
  z-index: 9999;
}
.gl_team {
  width: 100%;
  height: 709px;
  background: url(../../../image/2020/kongjian/team_bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.gl_team .shuzi {
  padding-top: 0;
}
.gl_team .hidden_box {
  opacity: 0;
}
.gl_team .pc-banner {
  width: 1360px;
  margin: 0 auto;
}
.gl_team .pc-banner .swiper-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 110px;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .yh {
  position: relative;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .yh .p1 {
  position: absolute;
  font-size: 18px;
  color: #fff;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: 200px;
  border-radius: 5px;
  display: block;
  border: none;
  margin: 0 auto;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box {
  width: 996px;
  position: relative;
  margin-left: -344px;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_hd {
  margin: 0 auto;
  text-align: center;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_hd .p1 {
  color: #565656;
  font-size: 32px;
  margin-bottom: 2px;
  font-weight: bold;
  margin-top: 20px;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_hd .p2 {
  color: #2B242B;
  font-size: 20px;
  font-weight: 300;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_center {
  width: 886px;
  height: 151px;
  background: #ffffff;
  box-shadow: 0px 5px 26px 1px rgba(117, 117, 117, 0.2);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_center::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 44.5%;
  width: 2px;
  height: 28px;
  background: #d61518;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_center .left_box,
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_center .right {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_center .left_box p,
.gl_team .pc-banner .swiper-container .swiper-wrapper .swiper-slide .hidden_box .hidden_center .right p {
  line-height: 28px;
  color: #565656;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.gl_team .pc-banner .swiper-container .swiper-pagination {
  bottom: 90px;
}
.gl_team .pc-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 5px;
  background: #2B242B;
  opacity: 0.2;
  border-radius: 0;
}
.gl_team .pc-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #D61518;
  opacity: 1;
}
.gl_team .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.85);
  /* margin: 1px; */
  transform: scale(0.85);
  margin-top: 70px;
  margin-bottom: 70px;
}
.gl_team .swiper-slide {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.gl_team .swiper-slide-active,
.gl_team .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 1002;
  margin-top: 92px;
}
.gl_team .swiper-slide-active .hidden_box,
.gl_team .swiper-slide-duplicate-active .hidden_box {
  opacity: 1;
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-size: cover !important;
  background-image: url(../../../image/2020/kongjian/left.png) !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-size: cover !important;
  background-image: url(../../../image/2020/kongjian/right.png) !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 41px !important;
  height: 41px !important;
  top: 36% !important;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.know-part {
  margin: 40px auto;
}
.know-part .box {
  width: 1200px;
  height: 480px;
  background: url(../../../image/2020/kongjian/quan_b.png) no-repeat center;
  background-size: cover;
  position: relative;
  margin: 20px auto;
}
.know-part .box .img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -163px;
  margin-top: -163px;
  border-radius: 50%;
}
.know-part .box .img_box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.know-part .box .img_box .item {
  width: 370px;
  height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
}
.know-part .box .img_box .item .p {
  text-align: right;
  margin-right: 30px;
}
.know-part .box .img_box .item .p .p1 {
  color: #2B242B;
  font-size: 24px;
  margin-bottom: 6px;
}
.know-part .box .img_box .item .p .p2 {
  color: #2B242B;
  font-size: 16px;
}
.know-part .box .img_box .item .pp {
  text-align: left;
  margin-left: 30px;
}
.know-part .box .img_box .item .b_r {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.know-part .box .img_box .item:hover .p1,
.know-part .box .img_box .item:hover .p2 {
  color: #EA2728;
}
.know-part .box .img_box .item:hover .b_r {
  border: 2px solid #EA2728;
}
.know-part .box .img_box .item.item1 {
  top: 74px;
  left: 202px;
}
.know-part .box .img_box .item.item2 {
  top: 205px;
  left: 166px;
}
.know-part .box .img_box .item.item3 {
  top: 337px;
  left: 202px;
}
.know-part .box .img_box .item.item4 {
  top: 74px;
  left: 752px;
}
.know-part .box .img_box .item.item5 {
  top: 205px;
  left: 798px;
}
.know-part .box .img_box .item.item6 {
  top: 337px;
  left: 760px;
}
.gate .outer {
  display: none;
}
.gate .outer.show {
  display: block;
}
.index-controller-list {
  display: flex;
  justify-content: center;
}
.index-controller-list .controller-item {
  width: 122px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  cursor: pointer;
  color: #646464;
  font-size: 18px;
  text-align: center;
  margin-bottom: 22px;
  margin-right: 20px;
}
.index-controller-list .controller-item:last-child {
  margin-right: 0px;
}
.index-controller-list .controller-item.on {
  color: #fff;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.num-part {
  margin: 80px 0 0 0;
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.num-part .shuzi {
  margin-bottom: 20px;
}
.num-part .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.num-part .lists .items {
  display: inline-block;
  margin: 24px 0;
  background: #fff;
  overflow: hidden;
  width: 438px;
  height: 346px;
  transition: all .5s;
}
.num-part .lists .items:hover {
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.12);
  transition: all .5s;
}
.num-part .lists .items:hover .bottom-box {
  background: #D61518;
}
.num-part .lists .items:hover .bottom-box .name-box {
  justify-content: space-between;
  transition: all .5s;
}
.num-part .lists .items:hover .bottom-box .txt {
  color: #fff;
}
.num-part .lists .items .img-box {
  display: inline-block;
  width: 100%;
  height: 292px;
}
.num-part .lists .items .bottom-box {
  text-align: center;
  width: 100%;
  height: 54px;
}
.num-part .lists .items .bottom-box .name-box {
  width: 80%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all .5s;
}
.num-part .lists .items .bottom-box .txt {
  font-size: 20px;
  font-weight: 400;
  color: #646464;
  line-height: 54px;
}
.num-part .lists .items .bottom-box .txt2 {
  width: 25px;
  height: 25px;
}
.strategy {
  width: 100%;
  height: 742px;
  background: url(../../../image/2020/kongjian/bj1.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  box-sizing: border-box;
}
.strategy .tit {
  color: #969696 !important;
}
.strategy .js {
  color: #FFF !important;
}
.strategy .button {
  display: flex;
  justify-content: center;
}
.strategy .button .item_button {
  width: 122px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  cursor: pointer;
  color: #646464;
  font-size: 18px;
  text-align: center;
  margin-top: 22px;
}
.strategy .button .item_button:first-child {
  margin-right: 20px;
  margin-left: -5px;
}
.strategy .button .item_button.on {
  color: #fff;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.strategy .container1 .item {
  width: 1360px;
  height: 421px;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  display: none;
  margin-top: 24px;
}
.strategy .container1 .item .strategy_click {
  width: 40px;
  height: 340px;
  cursor: pointer;
}
.strategy .container1 .item .qs {
  width: 656px;
  height: 385px;
  position: relative;
  margin-right: 18px;
}
.strategy .container1 .item .qs .right {
  width: 100%;
  height: 100%;
}
.strategy .container1 .item .qs p {
  position: absolute;
  bottom: 18px;
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.strategy .container1 .item .left {
  width: 644px;
  height: 451px;
  display: block;
  margin-top: 0;
}
.strategy .container1 .item .left .list_box {
  width: 100%;
  height: 82px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  margin-top: 8.8px;
}
.strategy .container1 .item .left .list_box:first-child {
  margin-top: 0;
}
.strategy .container1 .item .left .list_box:last-child {
  border: none;
}
.strategy .container1 .item .left .list_box .img {
  margin-right: 20px;
}
.strategy .container1 .item .left .list_box .img img {
  width: 141px;
  height: 83px;
}
.strategy .container1 .item .left .list_box.on {
  color: #D61518;
}
.strategy .container1 .item .left .list_box .test1 {
  color: #414141;
  font-size: 20px;
  font-weight: 500;
}
.strategy .container1 .item .left .list_box .test2 {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  width: 470px;
  text-overflow: ellipsis;
}
.strategy .container1 .item .left .list_box:hover .test1,
.strategy .container1 .item .left .list_box:hover .test2 {
  color: #D61518;
}
.strategy .container1 .item.on {
  display: flex;
}
.strategy .container1 .item .qus {
  display: inline-block;
  margin-top: 0;
}
.strategy .container1 .item .qus .que_item {
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-right: 1%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px dashed #ededed;
}
.strategy .container1 .item .qus .que_item img {
  width: 28px;
  height: 28px;
  margin-right: 18px;
  margin-top: 6px;
}
.strategy .container1 .item .qus .que_item .text .p1 {
  color: #414141;
  font-size: 24px;
  margin-bottom: 6px;
}
.strategy .container1 .item .qus .que_item .text .p2 {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}
.strategy .container1 .item .qus .nob {
  border-bottom: none;
}
.blue-part {
  padding: 4px 0;
  background-color: #fff;
  position: relative;
}
.blue-part .category-list {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.blue-part .category-list .item {
  display: block;
  width: 12.5%;
  margin-bottom: 10px;
}
.blue-part .category-list .item img {
  display: block;
  width: 60px;
  height: 85px;
  margin: 0 auto;
}
.blue-part .category-list .item .txt {
  font-size: 22px;
  color: #323232;
  text-align: center;
  margin-top: 20px;
}
.quality-part {
  padding-top: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.quality-part .fwlc {
  width: 1200px;
  height: auto;
  margin: 40px auto;
}
.quality-part .container-two {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 90px;
}
.quality-part .container-two .author-img {
  width: 86px;
  height: 17px;
  background: url(../../../image/2020/logo/author-icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 61px;
  right: 44px;
}
.ys-part {
  margin-top: 60px;
  box-sizing: border-box;
  width: 100%;
}
.ys-part .newcon {
  height: 490px;
  margin: 40px auto 0;
  position: relative;
}
.ys-part .newcon .newrig {
  float: left;
  width: 1360px;
  height: 426px;
}
.ys-part .newcon .newrig .item {
  width: 226px;
  height: 213px;
  float: left;
  text-align: center;
}
.ys-part .newcon .newrig .item.tt {
  background: #F9F9F9;
}
.ys-part .newcon .newrig .item.tt p {
  width: 100%;
  color: #333;
  font-size: 24px;
}
.ys-part .newcon .newrig .item.tt p:first-child {
  margin-top: 78px;
}
.ys-part .newcon .newrig .item.tt hr {
  width: 22px;
  height: 2px;
  background: #bebebe;
  margin: 12px auto;
}
.ys-part .newcon .newrig .item.tt .hr {
  text-transform: uppercase;
  font-size: 16px;
  color: #969696;
}
.more-part {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.more-part .part-title {
  width: 100%;
  height: 50px;
}
.more-part .more-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-part .more-list .item {
  padding-top: 15px;
  width: 291px;
  height: 274px;
  box-sizing: border-box;
}
.more-part .more-list .item:last-child {
  border-right: none;
}
.more-part .more-list .item .img-box {
  width: 291px;
  height: 178px;
  margin: 0 auto;
}
.more-part .more-list .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.more-part .more-list .item .more-text {
  margin: 20px auto 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
  text-align: center;
}
.more-part .more-list .item .more-text.w230 {
  width: 230px;
}
.more-part .now-zixun {
  margin: 20px auto 0;
  display: block;
  width: 126px;
  height: 46px;
  background-color: #565656;
  border-radius: 10px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.more-part .now-zixun:hover {
  background-color: #d61518;
}
