@charset "utf-8";

body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea,
p {
  margin: 0;

  padding: 0;

  font-style: normal;

  font-weight: normal;

  font-size: 14px;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;

  vertical-align: top;
}

body {
  font-family: "PingFangM", "微软雅黑", Arial, sans-serif;
  color: #4c4c4c;
  background: #fff;
}

a {
  text-decoration: none;

  color: #4c4c4c;
}

.clear {
  clear: both;

  height: 0;

  line-height: 0;

  font-size: 0;

  display: block;

  overflow: hidden;
}

.clearfix:after {
  clear: both;

  content: ".";

  display: block;

  height: 0;

  visibility: hidden;

  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;

  display: inline;
}

.fr {
  float: right;

  display: inline;
}

a:hover {
  color: #da251c;
}

input:focus {
  outline: 0 none;
}

/*common*/

body,
html {
  background: #fff;
  min-width: 1200px;
}

.banner_text {
  min-width: 1200px;
}

textarea:focus {
  outline: 0 none;
}

html,
body {
  width: 100%;

  min-width: 1200px;
}

::-moz-placeholder {
  color: #afb0b4;
}

::-webkit-input-placeholder {
  color: #afb0b4;
}

:-ms-input-placeholder {
  color: #afb0b4;
}

* {
  -webkit-animation-fill-mode: both !important;

  -ms-animation-fill-mode: both !important;

  -moz-animation-fill-mode: both !important;

  -o-animation-fill-mode: both !important;

  animation-fill-mode: both !important;
}

.pre {
  position: relative;
}

.animate_top {
  -webkit-animation: s1-1 0.7s ease;

  -ms-animation: s1-1 0.7s ease;

  -moz-animation: s1-1 0.7s ease;

  -o-animation: s1-1 0.7s ease;

  animation: s1-1 0.7s ease;
}

@-webkit-keyframes s1-1 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(40px);
  }
}

@-ms-keyframes s1-1 {
  0% {
    opacity: 0;

    -ms-transform: translateY(40px);
  }
}

@-moz-keyframes s1-1 {
  0% {
    opacity: 0;

    -moz-transform: translateY(40px);
  }
}

@-o-keyframes s1-1 {
  0% {
    opacity: 0;

    -o-transform: translateY(40px);
  }
}

@keyframes s1-1 {
  0% {
    opacity: 0;

    transform: translateY(40px);
  }
}

.animate_opa0 {
  -webkit-animation: s1-2 0.7s ease;

  -ms-animation: s1-2 0.7s ease;

  -moz-animation: s1-2 0.7s ease;

  animation: s1-2 0.7s ease;
}

@-webkit-keyframes s1-2 {
  100% {
    opacity: 0;

    -webkit-transform: translateY(-40px);
  }
}

@-ms-keyframes s1-2 {
  100% {
    opacity: 0;

    -webkit-transform: translateY(-40px);
  }
}

@-moz-keyframes s1-2 {
  100% {
    opacity: 0;

    -webkit-transform: translateY(-40px);
  }
}

@keyframes s1-2 {
  100% {
    opacity: 0;

    -webkit-transform: translateY(-40px);
  }
}

.lang_box {
  margin-top: 15px;
  position: relative;
  margin-right: 30px;
  height: 40px;
}

.lang_box .t_box {
  padding-left: 25px;
  background: url(../images/x1.png) no-repeat 0 center;
  background-size: auto 19px;
}

.lang_box .t_box a {
  color: #fff;
  background: url(../images/x2_1.png) no-repeat right center;
  background-size: auto 6px;
  padding-right: 13px;
}

.lang_box:hover .t_box {
  background: url(../images/x1_1.png) no-repeat 0 center;
  background-size: auto 19px;
}

.lang_box:hover .t_box a {
  background: url(../images/x2.png) no-repeat right center;
  background-size: auto 6px;
}

.lang_box .b_box {
  position: absolute;
  top: 25px;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: #fff;
  display: none;
}

.lang_box .b_box p {
  font-size: 12px;
  text-align: center;
  padding: 7px;
  cursor: pointer;
}

.lang_box .b_box a {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.lang_box:hover .b_box {
  display: block;
}

.lang_box:hover .t_box a {
  color: #e0060d;
}

.header_inner {
  width: 1200px;

  margin: 0 auto;
}

.o_header .header_logo a {
  display: block;

  width: 70px;

  height: 100px;

  background: url(../images/logo1.png) no-repeat center center;
  background-size: auto 20px;
}

.o_header .nav li .a,
.o_header .search_box span,
.o_header .phone,
.o_header .link a {
  color: #5e5e5e;
}

.o_header .nav li .a:hover {
  color: #e60012;
}

.o_header .search_box span {
  background: url(../images/i6.png) no-repeat 0 center;
}

.o_header .link a {
  border-color: #5e5e5e;
}

.o_sub_nav {
  border-top: 1px solid #e5e5e5;

  position: absolute;

  top: 50px;

  left: 50%;

  margin-left: -600px;

  width: 1160px;

  background: #fff;

  border-top: 1px solid #ebecec;

  display: none;

  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.o_sub_nav .in {
  position: relative;
  padding: 30px 0 1px;
}

.o_sub_nav:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 265px;
  background: url(../images/ct1.png) no-repeat 0 0;
  background-size: 100%;
}

.o_sub_nav .in .t {
  border-bottom: 1px solid #e5e5e5;

  padding-bottom: 27px;

  margin-bottom: 30px;
}

.o_sub_nav .item {
  width: 195px;
  float: left;
  margin-right: 40px;
  display: inline;
}

.o_sub_nav .item .hd {
  font-size: 15px;
  color: #e50213;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.o_sub_nav_2 .item {
  width: 100% !important;
}

.o_sub_nav_2 .item dl dd {
  float: left;
  margin: 0 60px 20px 0;
  display: inline;
}

.o_sub_nav dt {
  margin-bottom: 10px;
}

.o_sub_nav .in .b {
  padding-left: 70px;
}

.o_sub_nav dt a {
  color: #de3731;

  font-size: 18px;
}

.o_sub_nav .t dt a {
  color: #333;
}

.o_sub_nav dd {
  margin-bottom: 27px;
}

.o_sub_nav dd a {
  font-size: 14px;
  color: #333;
}

.o_sub_nav dd a:hover {
  color: #e50213;
}

.o_sub_nav dt a:hover {
  font-weight: bold;
}

.o_sub_nav .item:first-child {
  width: 200px;
}

.o_sub_nav .item:first-child .fr {
  margin-right: 40px;
}

.o_sub_nav .f {
  background: #f9f9fb;
  height: 28px;
  line-height: 28px;
  padding: 27px 20px 27px 50px;
}

.o_sub_nav .f dl {
  position: relative;
  z-index: 1;
}

.bf_btn {
  position: absolute;
  width: 67px;
  height: 67px;
  top: 50%;
  left: 50%;
  margin: 50px 0 0 -34px;
  background: url(../images/bf1.png) no-repeat 0 center;
  background-size: 67px;
}

.bf_btn:hover {
  background: url(../images/bf2.png) no-repeat 0 center;
  background-size: 67px;
}

.o_sub_nav .f dt {
  margin-right: 70px;
}

.o_sub_nav .f img {
  width: 168px;
}

.o_sub_nav_1 {}

.o_sub_nav_1 .item .hd {
  padding-left: 54px;
  padding-top: 10px;
}

.o_sub_nav_1 .item:nth-child(1) .hd {
  background: url(../images/n1.png) no-repeat 0 center;
  background-size: auto 42px;
}

.o_sub_nav_1 .item:nth-child(2) .hd {
  background: url(../images/n3.png) no-repeat 0 center;
  background-size: auto 42px;
}

.o_sub_nav_1 .item:nth-child(3) .hd {
  background: url(../images/n12.png) no-repeat 0 center;
  background-size: auto 42px;
}

.o_sub_nav_1 .item:nth-child(4) .hd {
  background: url(../images/n15.png) no-repeat 0 center;
  background-size: auto 42px;
}

.o_sub_nav_1 .item:nth-child(4) .box:nth-child(2) .hd {
  background: url(../images/n16.png) no-repeat 0 center;
  background-size: auto 42px;
}

.o_sub_nav_1 .item:nth-child(5) .hd {
  background: url(../images/v51.png) no-repeat 0 5px;
  background-size: auto 34px;
  padding-bottom: 25px;
}

.o_sub_nav_1 {
  overflow: hidden;
}

.o_sub_nav_1 .item:nth-child(5) {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  background: #44434f;
  margin-right: 0;
  padding: 0 15px 80px;
}

.o_sub_nav_1 .item:nth-child(5) .hd {
  color: #fff;
  margin-bottom: 30px;
}

.o_sub_nav_1 .item:nth-child(5) dd a {
  color: #fff;
}

.o_sub_nav_1 .item:nth-child(5) dd {
  text-indent: 67px;
}

.o_sub_nav_1 .item:nth-child(5) {
  padding-top: 22px;
}

.o_sub_nav_1 .item:nth-child(5) dd a {
  display: block;
  background: url(../images/07.png) no-repeat 30px center;
}

.o_sub_nav_1 .item:nth-child(5) dd:nth-child(2) a {
  background: url(../images/08.png) no-repeat 30px center;
}

.o_sub_nav_1 .item:nth-child(5) dd:nth-child(3) a {
  background: url(../images/09.png) no-repeat 30px center;
}

.o_sub_nav_1 .item:nth-child(5) dd:nth-child(4) a {
  background: url(../images/10.png) no-repeat 30px center;
}

.o_sub_nav_1 .item:nth-child(5) dd:nth-child(5) a {
  background: url(../images/07.png) no-repeat 30px center;
}

.o_sub_nav_1 .item:nth-child(5) dd:nth-child(6) a {
  background: url(../images/08.png) no-repeat 30px center;
}

.o_sub_nav_1 .item:nth-child(5) dd:nth-child(7) a {
  background: url(../images/09.png) no-repeat 30px center;
}

.o_sub_nav .f a {
  margin: 0 40px;
}

.o_sub_nav_2 dl {
  float: left;
}

.o_sub_nav .f dt {
  margin-left: -20px;
}

.banner {
  width: 100%;

  height: 700px;

  min-width: 1200px;

  position: relative;
}

.o_banner {
  width: 100%;
  height: 480px;
  background: #f7f8fa;
}

.o_banner .in {
  width: 1200px;
  margin: 0 auto;
}

.o_banner .img {
  margin-top: 80px;
}

.o_banner .d0 img {
  height: 32px;
  margin-bottom: 10px;
}

.o_banner .text {
  width: 600px;
  padding-top: 53px;
}

.o_banner .text .d1 {
  font-size: 36px;
  color: #E31924;
  margin-bottom: 28px;
  font-weight: bold;
}

.o_banner .text .d2 li {
  line-height: 32px;
}

.o_banner .text .d2 img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.o_banner .text .d2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 34px;
  min-height: 1px;
}

.o_banner .text .d3 a {
  float: left;
  margin-right: 10px;
}

.o_banner .text .d3 .a1 {
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e0060d;
  font-size: 14px;
  color: #fff;
}

.o_banner .text .d3 .a1:hover {
  background: #cd0c12;
}

.o_banner .text .d3 .a2 {
  width: 130px;
  height: 38px;
  border: 1px solid #666666;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #666;
}

.o_banner .text .d3 .a2:hover {
  background: #cd0c12;
  border: 1px solid #cd0c12;
  color: #fff;
}

.o_banner .text .d3 .a3 {
  margin-top: 10px;
}

.ex_banner {
  background: url(../images/anlilogo.png) #f8f7fc no-repeat center 70%;
  background-size: auto 250px;
  height: 370px;
  line-height: 480px;
}

.ex_banner p {
  font-size: 45px;
  color: #e0060d;
  text-align: center;
}

.banner .d1 img {
  width: 650px;
}

.index_main .modal_3 .r_box .d3 .b li {
  width: 16.66%;
  text-align: center;
  margin-right: 0;
  line-height: 122px;
}

.index_main .modal_3 .r_box .d3 .b li img {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.banner .d1 .p3 a {
  display: inline-block;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-indent: 44px;

  font-size: 18px;

  color: #fff;

  border-radius: 3px;

  background: url(../images/i1.png) #dd3730 no-repeat 19px center;
}

.banner .list {
  width: 1200px;

  background: rgba(0, 0, 0, 0.5);

  position: absolute;

  bottom: 0;

  left: 50%;
  margin-left: -600px;

  height: 100px;
}

.banner .d1 {
  text-align: center;
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
}

.banner .list .in {
  width: 1200px;

  margin: 0 auto;
}

.banner .list .item {
  width: 25%;
  height: 100px;
  position: relative;
  line-height: 100px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.5s linear;

  text-indent: 110px;

  transition: transform 0.5s linear;
}

.banner .list .item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}

.banner .list .item:nth-child(1) {
  background: url(../images/v51.png) no-repeat 48px center;
  background-size: auto 45px;
}

.banner .list .item:nth-child(2) {
  background: url(../images/v52.png) no-repeat 48px center;
  background-size: auto 45px;
}

.banner .list .item:nth-child(3) {
  background: url(../images/v53.png) no-repeat 48px center;
  background-size: auto 45px;
}

.banner .list .item:nth-child(4) {
  background: url(../images/v54.png) no-repeat 48px center;
  background-size: auto 45px;
}

.banner .list .item img {
  margin-top: 30px;
}

.banner .list .item:nth-child(4):after {
  display: none;
}

.banner .list .item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.banner .list .item_4 {
  border: 0 none;
}

.banner .list .item i {
  display: block;

  position: absolute;

  right: 10px;

  bottom: 0;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.banner .list .item:hover .p1 {
  color: #dd3730;
}

.banner .list .item:hover i {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.banner .list .item p {
  padding-left: 18px;
}

.banner .list .item .p1 {
  padding-top: 30px;

  padding-bottom: 23px;

  color: #fff;

  font-size: 18px;
}

.banner {
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.banner .list .item .p2 {
  color: #d0d0d0;

  font-size: 16px;
}

#num-nav1 {
  position: absolute;

  bottom: 10px;

  left: 0;

  text-align: center;

  width: 100%;

  z-index: 9;
}

#num-nav1 a {
  background: rgba(255, 255, 255, 0.4);

  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff, endcolorstr=#7Fffffff);

  height: 4px;

  width: 24px;

  text-align: center;

  line-height: 116px;

  border-radius: 0;

  color: #fff;

  margin-right: 10px;

  overflow: hidden;

  display: inline-block;
}

.slideBox1 .hd {
  display: block;
}

#num-nav1 .active-slide {
  background: #fff;
}

.slideBox .hd a {
  position: absolute;

  width: 80px;

  height: 80px;

  top: 50%;

  left: 10%;

  margin: -40px 0 0 0;

  z-index: 3;

  cursor: pointer;

  background: url(../images/arr_l.png) no-repeat center center;

  display: none;
}

#next2 {
  margin: -40px 0 0 0;

  right: 10%;

  left: auto;

  background: url(../images/arr_r.png) no-repeat center center;
}

#prev2:hover {
  opacity: 0.8;
}

#next2:hover {
  opacity: 0.8;
}

.slideBox1 .effect {
  width: 100%;

  height: 100%;
}

.slideBox {
  position: relative;

  width: 100%;
}

.slideBox .bd {
  position: relative;

  height: 100%;

  z-index: 0;
}

.slideBox .bd ul {
  width: 100% !important;
}

.slideBox .bd li {
  width: 100% !important;

  height: 700px;
}

.footer {
  width: 100%;
  /* background: #404142; */
}

.footer .t {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 20px;
  border-bottom: 1px solid #555;
}

.footer .t li {
  float: left;

  width: 25%;

  height: 58px;

  background: url(../images/gg1.png) no-repeat 100px 0;
  background-size: 45px;
}

.footer .t .li_2 {
  background: url(../images/gg2.png) no-repeat 100px 0;
  background-size: 45px;
}

.footer .t .li_3 {
  background: url(../images/gg3.png) no-repeat 100px 0;
  background-size: 45px;
}

.footer .t .li_4 {
  background: url(../images/gg4.png) no-repeat 100px 0;
  background-size: 45px;
}

.footer .t li p {
  padding-left: 160px;
}

.footer .t li .p1 {
  font-size: 16px;

  color: #fff;

  margin-bottom: 3px;
}

.footer .t li .p2 {
  font-size: 14px;

  color: rgba(255, 255, 255, 0.6);
}

.footer .t li:hover .p1 {
  color: #e0060d;
}

.footer .in {
  width: 1200px;
  margin: 0 auto;
  padding: 56px 0 30px;
}

.footer .l_box {
  margin-right: 100px;
}

.footer .l_box .logo {
  margin-bottom: 18px;
}

.footer .l_box .logo img {
  width: 117px;
}

.footer .l_box p {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #ccc;
  padding-left: 28px;
}

.footer .l_box .p1 {
  background: url("../images/v21.png") 0 center no-repeat;
  background-size: 16px 16px;
}

.footer .l_box .p2 {
  background: url("../images/v22.png") 0 center no-repeat;
  background-size: 16px 16px;
}

.footer .l_box .p3 {
  background: url("../images/v23.png") 0 center no-repeat;
  background-size: 16px 16px;
}

.footer .r_box {
  width: 630px;
}

.footer .r_box dl {
  width: 25%;
}

.footer .r_box dt {
  font-size: 17px;
  color: #fff;
  margin-bottom: 28px;
  width: 100%;
}

.footer .r_box dd a {
  font-size: 14px;
  color: #ccc;
}

.footer .r_box dd a:hover {
  color: #ddd;
}

.footer .r_box dd {
  margin-bottom: 17px;
}

.footer_b {
  width: 100%;
  text-align: center;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #404142;
}

.footer_b img {
  margin-right: 25px;
  vertical-align: middle;
  height: 22px;
}

.footer_b p {
  width: 1200px;
  margin: 0 auto;
  color: #ccc;
  font-size: 14px;
  position: relative;
}

.footer_b p:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -275px;
  top: 28px;
  width: 1px;
  height: 14px;
  background: #aaa;
}

.footer .b .r {
  color: #9f9f9f;

  font-size: 14px;
}

.footer .b .r a {
  color: #9f9f9f;

  font-size: 14px;
}

.footer .b .r a:hover {
  color: #fff;
}

a:hover {
  -webkit-transition: all 0.1s linear;

  transition: all 0.1s linear;
}

.com_hd {
  text-align: center;

  padding-bottom: 50px;
}

/* text-align: center;
padding-bottom: 50px;
padding-top: 50px;
background: #fafafa; */

.new-title {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background: #fafafa;
  margin: 0 !important;
}

.com_hd .p1 {
  font-size: 32px;

  color: #e0060d;
  position: relative;

  margin-bottom: 20px;
}

.com_hd .p1 span {
  display: inline-block;
}

.com_hd .p2 {
  font-size: 14px;

  color: #666;

  line-height: 32px;
  width: 966px;
  margin: 0 auto;
}

.loginBox {
  width: 100%;
  min-height: calc(100vh - 69px);
  background-image: url('../images/zhuanjiaBG.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.index_main {
  width: 100%;
  height: 100%;
  position: relative;
  /* height: 91.4%; */
}

.index_mains {
  width: 100%;
  /* height: 91.4%;
  overflow-x: hidden; */
}

.expertsText {
  width: 440px;
  /* position: fixed;
  top: 23%;
  left: 16%; */
  padding-top: 172px;
  padding-left: 130px;
  float: left;
}

.expertsText p img {
  width: 27px;
  height: 19px;
  margin: 10px 5px;
}

.expertsText p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  margin-bottom: 3.5%;
}

.expertsText p:first-child {
  font-size: 30px;
  font-weight: 600;
  color: #E60012;
  line-height: 56px;
  margin-bottom: 6.3%;
}

.required-xing {
  color: #E60012;
}

.check {
  display: none;
  color: #E60012;
}

::-webkit-input-placeholder {
  padding-left: 15px;
  color: #777;
}

.footerText {
  width: 100%;
  position: fixed;
  bottom: 10px;
  text-align: center;
}

.expertsForm {
  width: 440px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 27px 10px 0 30px;
  float: right;
  margin-top: 128px;
  margin-right: 200px;
  margin-bottom: 67px;
  transition: all 0.4s ease-in;
}

.expertsForms {
  width: 440px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 27px 10px 0 30px;
  float: right;
  margin-top: 20px;
  margin-right: 70px;
  margin-bottom: 67px;
  transition: all 0.4s ease-in;
}

.expertsForm-title {
  font-size: 24px;
  font-weight: 600;
  color: #E61318;
  margin-bottom: 8px;
}

.expertsForm-plan {
  font-size: 14px;
  color: #777777;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
}

.option>div:nth-child(1) {
  width: 16%;
  height: 100%;
  text-align: right;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  float: left;
  align-items: center;
  display: flex;
}

.option>div:nth-child(2) {
  width: 75%;
  height: 100%;
  /* line-height: 40px; */
  /* padding-left: 5px; */
  position: relative;
  float: left;
}


.option>div:nth-child(2) input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #666;
  /* placeholder字体大小  */
  font-size: 14px;
  /* placeholder位置  */
  text-align: left;
  padding-left: 0px;
}

.option>div:nth-child(1) span {
  font-size: 14px;
  font-weight: bold;
  /* color: #333333; */
}

.phone_testnum {
  width: 60% !important;
  float: left;
}

.button {
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, #E97528 0%, #E90713 100%);
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none;
  font-size: 19px;
  border-radius: 5px;
}

.prompt {
  font-size: 11px;
  font-weight: 400;
  color: #777777;
  line-height: 25px;
}

.textarea textarea::-webkit-input-placeholder {
  position: relative;
  left: -15px;
}

.submit {
  margin-top: 77px !important;
  height: 43px !important;
  margin-bottom: 40px !important;
  width: 384px;
}

.submit div:first-child {
  display: none;
}

.submit div:nth-child(2) {
  width: 100%;
  padding-left: 0;
}

.phone_test_p {
  width: 30%;
  height: 100%;
  background: #E14C46;
  float: right;
  color: #fff;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  cursor: pointer;
}

.option>div:nth-child(2) input {
  background: #FFFFFF;
  border-radius: 1px;
  border: 1px solid #EEEEEE;
  width: 100%;
  height: 100%;
  text-indent: 20px;
}

.option {
  width: 100%;
  height: 35px;
  margin-top: 12px;
  position: relative;
  transition: all 1s;
}

.selectList {
  width: 100%;
  height: 198px;
  overflow: scroll;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 10;
  position: absolute;
  top: 45px;
  display: none;
}

.selectList li {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 38px;
  padding-left: 24px;
}

.selectList li:hover {
  background: #e3c7c6;
  color: #FFFFFF;
}

.hide {
  /* height: 0; */
  display: none;
  /* opacity: 0; */
  /* visibility: hidden; */
}

.shows {
  opacity: 0;
  transition: all 1s;
  /* filter:Alpha(opacity=0); */
}

.select_red {
  color: #fff;
  background: #E14C46 !important;
}

.selectList li:hover {
  color: #fff;
  background: #E14C46;
}

input:focus,
textarea:focus {
  border: 1px solid #E60012 !important;
}

.textarea {
  width: 95%;
  /* height: 50px; */
  height: 28px;
}

.textarea>div:nth-child(2) {
  width: 100%;
}

.textarea textarea {
  /* width: 100%; */
  width: 324px;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 5px 0 0 20px;
}

.checkboxs {
  /* height: 130px; */
  height: 140px;
}

.radios {
  height: 100px;
}

.checkboxs div:nth-child(1),
.radios div:nth-child(1),
.textarea div:nth-child(1) {
  width: 100%;
  height: 30px
}

.checkboxs div:nth-child(2) {
  width: 100%;
  height: 110px;
  /* height: 100px; */
}

.radios div:nth-child(2) {
  width: 100%;
  /* height: 100px; */
  height: 80px;
}

.checkboxs div span:nth-child(1),
.radios div span:nth-child(1) {
  width: 100%;
  text-align: left;
}

.RadioStyle,
.checkboxStyle {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

.RadioStyle input,
.checkboxStyle input {
  display: none
}

.RadioStyle label {
  width: 116px;
  height: 28px;
}

.checkboxStyle label {
  width: 86px;
  height: 28px;
}

.RadioStyle label,
.checkboxStyle label {

  text-align: center;
  display: flex;
  margin: 4px 8px 4px 0;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 1px;
  border: 1px solid #979797;
  color: #777777;
  font-size: 12px;
}

.checkboxStyle label:nth-child(8n),
.RadioStyle label:nth-child(6n) {
  margin-right: 0;
}

.RadioStyle input:checked+label,
.checkboxStyle input:checked+label {
  background: rgba(230, 0, 18, 0.2);
  border-radius: 1px;
  border: 1px solid #E60012;
  color: #E60012;
}

.radios>div>label {
  width: 120px;
}

.index_main .modal_1 {
  width: 100%;

  background: #ffffff;

  min-height: 745px;

  padding-top: 55px;
}

.index_main .modal_1 .in {
  display: none;
}

.index_mains .submitIcon {
  width: 191px;
  height: 191px;
  margin: 68px auto 0;
}

.index_mains .submitTitle {
  font-size: 27px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
}

.index_mains .submitStep {
  width: 47.9%;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(144, 41, 49, 0.2);
  border-radius: 12px;
  margin: 26px auto 0;
  padding: 23px 56px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.index_mains .line,
.index_mains .line1 {
  width: 256px;
  height: 8px;
  border-radius: 6px;
  position: absolute;
}

.index_mains .line {
  background: linear-gradient(270deg, #EAC3C1 0%, #E14C46 100%);
  top: 55px;
  left: 132px;
}

.index_mains .line1 {
  background: #EAC3C1;
  top: 55px;
  right: 132px;
}

.index_mains .submitStep .step {
  width: 114px;
  z-index: 1;
}

.index_mains .submitStep .step img {
  margin: 0 auto 3px;
  display: block;
}

.index_mains .submitStep .step p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.index_mains .stepImg {
  width: 800px;
  border-radius: 12px;
  margin: -130px auto 0;
  position: relative;
}

.index_mains .stepImg img {
  width: 100%;
}

.index_mains_m .stepImg_m {
  width: 360px;
  border-radius: 12px;
  margin: -75px auto 0;
  position: relative;
}

.index_mains_m .stepImg_m img {
  width: 100%;
  height: 100px;
}

.index_mains .pink {
  color: #F06671;
}

.index_mains .submitPrompt {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  margin-top: 16px;
}

/* 移动端提交页样式 */
.index_mains_m .submitIcon {
  width: 98px;
  height: 98px;
  margin: 61px auto 0;
  padding-top: 20px;
}


.index_mains_m .submitTitle {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}

.index_mains_m .submitStep {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(144, 41, 49, 0.2);
  border-radius: 12px;
  margin: 34px 20px 0 20px;
  padding: 9px 24px 10px 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.index_mains_m .line,
.index_mains_m .line1 {
  width: 31%;
  height: 3px;
  border-radius: 6px;
  position: absolute;
}

.index_mains_m .line {
  background: linear-gradient(270deg, #EAC3C1 0%, #E14C46 100%);
  top: 45px;
  left: 65px;
}

.index_mains_m .line1 {
  background: #EAC3C1;
  top: 45px;
  right: 75px;
}

.index_mains_m .submitStep .step {
  width: 114px;
  z-index: 1;
}

.index_mains_m .submitStep .step img {
  /* width: 32px; */
  /* height: 32px; */
  margin: 0 auto 3px;
  display: block;
}

.index_mains_m .submitStep .step p {
  font-size: 9px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

.index_mains_m .pink {
  color: #F06671;
}

.index_mains_m .submitPrompt {
  font-size: 12px;
  margin-top: 15px;
  padding: 0 45px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.index_main .modal_1 .img_box {
  text-align: center;
  padding-bottom: 20px;
  background: #fff;
  width: 100%;
}

.index_main .modal_1 .img_box>img {
  width: 1020px;
}

.index_main .modal_1 .list_modal ul {
  width: 1200px;
  margin: 0 auto;
}

.index_main .modal_1 .list_modal li {
  float: left;
  cursor: pointer;
  padding: 0 60px;
  width: 80px;
  height: 100px;
}

.index_main .modal_1 .list_modal {
  padding: 10px 0 0;
  background: #fafafa;
  width: 100%;
  text-align: center;
}

.index_main .modal_1 .list_modal ul {}

.index_main .modal_1 .list_modal li .p1 {
  text-align: center;
  margin-bottom: 8px;
}

.index_main .modal_1 .list_modal li .p1 img {
  /* width: 60px; */
  height: 50px;
}

.index_main .modal_1 .list_modal li .p2 {
  font-size: 16px;
  color: #111;
  text-align: center;
}

.index_main .modal_1 .info_modal {
  padding: 15px 0 20px;
  background: #fafafa;
}

.index_main .modal_1 .info_modal .item {
  width: 1170px;
  padding: 50px 0 0 30px;
  margin: 0 auto;
  display: none;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  position: relative;
}

.index_main .modal_1 .list_modal li {
  position: relative;
}

.index_main .modal_1 .list_modal li:after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 100px;
  left: 87px;
  content: "";
  display: block;
  background: url("../images/jt.png") center bottom no-repeat;
  background-size: 100%;
  display: none;
  z-index: 1;
}

.index_main .modal_1 .list_modal_2 li:after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -40px;
  left: 87px;
  content: "";
  display: block;
  background: url("../images/q01.png") center bottom no-repeat;
  background-size: 100%;
  display: none;
}

.index_main .modal_1 .list_modal li.on:after {
  display: block;
}

.index_main .modal_1 .info_modal .item .l_box {
  width: 322px;
  border-right: 1px solid #d8d8d8;
  padding-right: 25px;
  margin-right: 25px;
  min-height: 254px;
}

.index_main .modal_1 .info_modal .item .l_box .p1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.index_main .modal_1 .info_modal .item .l_box .p2 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.index_main .modal_1 .info_modal .item .r_box {
  width: 743px;
}

.index_main .modal_1 .info_modal .item li {
  float: left;
  width: 338px;
  margin-right: 40px;
  display: inline;
  margin-bottom: 20px;
}

.index_main .modal_1 .info_modal .item ul {
  margin-right: -50px;
}

.index_main .modal_1 .info_modal .item li .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 17px;
  position: relative;
}

.index_main .modal_1 .info_modal .item li .p2 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}

.index_main .modal_1 .info_modal .item li .p1:after {
  width: 5px;
  height: 5px;
  background: linear-gradient(45deg,
      rgba(252, 76, 47, 1) 0%,
      rgba(238, 34, 35, 1) 100%);
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  border-radius: 50%;
}

.index_main .modal_1 .info_modal .item li .p1 img {
  vertical-align: -4px;
  margin-left: 3px;
  width: 36px;
}

.index_main .modal_1 .list_modal li:hover p,
.index_main .modal_1 .list_modal li.on p {
  color: #ee2223;
}

.index_main .modal_yon {
  width: 100%;
  background: rgba(245, 245, 249, 1);
  min-height: 738px;
}

.index_main .modal_yon .in {
  width: 1200px;
  margin: 0 auto;
  padding-top: 92px;
  display: none;
}

.index_main .modal_yon .img_box {
  width: 540px;
  height: 510px;
  position: relative;
}

.index_main .modal_yon .img_box .text {
  position: absolute;
  top: 144px;
  left: -28px;
  background: #fff;
  padding: 43px 0 0 40px;
  width: 373px;
  padding-bottom: 40px;
}

.index_main .modal_yon .text .h {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.index_main .modal_yon .text .b p {
  font-size: 15px;
  color: #333333;
  margin-bottom: 15px;
  position: relative;
}

.index_main .modal_yon .text .b p:after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 7px;
  width: 5px;
  height: 5px;
  background: rgba(229, 2, 19, 1);
  border-radius: 50%;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
}

.index_main .modal_yon .list li {
  float: left;
  width: 260px;
  height: 246px;
  padding-left: 40px;
  margin: 0 0 10px 10px;
  display: inline;
  background: #fff;
  border-top: 4px solid #fff;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.index_main .modal_yon .list li .text .b p {
  margin-bottom: 9px;
}

.index_main .modal_yon .list {
  width: 635px;
}

.index_main .modal_yon .list li .h {
  padding-top: 43px;
}

.index_main .modal_yon .list li:nth-child(3) .d {
  margin-right: 37px;
}

.index_main .modal_yon li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  box-shadow: 0 0 10px #999;
  border-top: 4px solid #e50213;
}

.index_main .modal_nc {
  width: 100%;
  background: #fff;
  min-height: 716px;
}

.index_main .modal_nc .in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 92px;
  text-align: center;
  display: none;
}

.index_main .modal_qxy {
  width: 100%;
  background: #fff;
  min-height: 640px;
}

.index_main .modal_qxy .in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
  text-align: center;
  display: none;
}

.index_main .modal_kfpt {
  width: 100%;
  background: #f5f5f9;
  min-height: 873px;
}

.index_main .modal_kfpt .in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
  text-align: center;
  display: none;
}

.index_main .btn_link {
  width: 112px;
  height: 40px;
  background: rgba(229, 2, 19, 1);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  margin: 20px auto 0;
  display: block;
}

.index_main .modal_kfpt .com_hd {
  margin-bottom: 20px;
}

.modal_jstx {
  width: 100%;
  background: #fff;
  min-height: 630px;
}

.index_main .modal_jstx .in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  display: none;
  padding-bottom: 30px;
  text-align: center;
}

.index_main .modal_jstx ul {
  /* margin-right: -80px; */
}

.index_main .modal_jstx li {
  float: left;
  width: 33.33%;
  height: 60px;
  margin: 0 50px 70px 0;
  margin-right: 0px;
  display: inline;
  position: relative;
  text-align: left;
  padding-left: 70px;

  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;

  box-sizing: border-box;
  padding-right: 30px;
}

.index_main .modal_jstx li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.index_main .modal_jstx li .img {
  position: absolute;
  top: 0;
  left: 0;
}

.index_main .modal_jstx li .img img {
  width: 45px;
}

.index_main .modal_jstx li .p1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
  font-weight: bold;
}

.index_main .modal_jstx li .p2 {
  font-size: 14px;
  color: #808492;
  line-height: 26px;
}

.ej_header {
  position: absolute !important;
}

.index_main .modal_2 {
  width: 100%;

  background: #fff;

  min-height: 540px;

  padding-top: 77px;
}

.index_main .modal_2 .in {
  width: 1200px;

  margin: 0 auto;
  padding-bottom: 70px;

  display: none;
}

.picScroll-left {
  position: relative;
}

.picScroll-left .hd {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 40px;
  height: 124px;
  float: right;
  overflow: hidden;

  cursor: pointer;
  background: url("../images/z2.png") rgba(0, 0, 0, 0.5) center center no-repeat;
  position: absolute;
  top: -300px;

  left: -0;
  z-index: 5;
}

.picScroll-left .hd .next {
  background: url("../images/z1.png") rgba(0, 0, 0, 0.5) center center no-repeat;
  position: absolute;
  top: -300px;
  left: auto;

  right: -0;
  z-index: 5;
}

.picScroll-left .hd .prevStop {
  background-position: 0 0;
}

.picScroll-left .hd .nextStop {
  background: url("../images/i9.png") 0 0 no-repeat;
}

.picScroll-left .hd ul {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.picScroll-left .hd ul li {
  display: inline-block;
  width: 24px;
  height: 4px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #ccc;
}

.picScroll-left .hd ul li.on {
  background: #eb0013;
}

.picScroll-left .bd {
  overflow: hidden;
  width: 1200px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  width: 200px;
  height: 467px;
  margin-right: 0;
  float: left;
  _display: inline;
  position: relative;
  text-align: center;
}

.picScroll-left .bd ul li .text {
  padding-top: 145px;
}

.picScroll-left .bd ul li .text span {
  display: block;
  margin-top: 30px;
}

.index_main .picScroll-left .bd ul li .img img {
  display: block;
}

.index_main .picScroll-left .bd ul li .mc {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  opacity: 1;
}

.index_main .picScroll-left .bd ul li:hover .mc {
  background: rgba(207, 45, 46, 0.8);
}

.index_main .picScroll-left .bd ul li .text {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;
}

.index_main .picScroll-left .bd ul li .text .p1 {
  padding-left: 10px;
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 15px;
}

.index_main .picScroll-left .bd ul li .text .p2 {
  font-size: 12px;
  height: 118px;
  color: #fff;
  padding-left: 10px;
}

.index_main .picScroll-left .bd ul li .text .p1 span {
  display: block;
  font-size: 18px;
  position: relative;
}

.index_main .picScroll-left .bd ul li .text .p1 span:after {
  content: "";

  display: block;

  height: 3px;

  width: 30px;

  position: absolute;
  left: 50%;
  margin-left: -15px;

  top: 42px;

  background: #fff;
}

.index_main .picScroll-left .bd ul li .text .p1 em {
  display: block;
  height: 76px;

  font-style: normal;
}

.index_main .picScroll-left .bd ul li .text .p2 {
  padding: 0 14px;
  padding-left: 20px;
  line-height: 20px;
}

.index_main .picScroll-left .bd ul li .text .p3 a {
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
  background: url(../images/v32.png) no-repeat right center;
  padding-right: 20px;
}

.picScroll-left .bd ul li:hover .mc {
  opacity: 1;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.index_main .picScroll-left .bd ul li:hover .p2 {
  display: block;
}

.index_main .picScroll-left .bd ul li:hover .text {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.index_main .modal_3 {
  width: 100%;

  height: 840px;
  background: url(../images/bg001.png) no-repeat center 0;
  background-size: 1920px auto;

  overflow: hidden;
  position: relative;
}

.index_main .modal_3 .com_hd .p1 {
  text-align: center;
  font-size: 36px;
  color: #e0060d;
}

.index_main .modal_3 .bd {
  padding-top: 55px;
  width: 100%;
}

.index_main .modal_3 .inner {
  width: 1200px;

  position: absolute;

  top: 0;

  left: 50%;

  margin-left: -600px;

  display: none;
}

.index_main .modal_3 .l_box {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.index_main .modal_3 .l_box ul {
  margin-right: -70px;
}

.index_main .modal_3 .l_box li {
  float: left;
  font-size: 20px;
  margin-right: 62px;
  cursor: pointer;
  margin-bottom: -1px;
  position: relative;
}

.index_main .modal_3 .l_box li p {
  color: #333;
  font-size: 18px;
  border-bottom: 4px solid #fff;
  padding-bottom: 23px;
}

.index_main .modal_3 .l_box li.on {
  color: #fff;
}

.index_main .modal_3 .l_box li.on p {
  color: #e0060d;
  border-bottom: 4px solid #e0060d;
}

.index_main .modal_3 .r_box {
  padding-top: 50px;
}

.index_main .modal_3 .r_box .item {
  display: none;
}

.index_main .modal_3 .r_box .d1 .p1 {
  font-size: 32px;
  color: #333;
  position: relative;
  margin-bottom: 24px;
}

.index_main .modal_3 .r_box .d1 .p1 a {
  position: absolute;
  top: 0;
  right: 0;
  width: 172px;
  height: 48px;
  background: #e0060d;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  text-align: center;
}

.index_main .modal_3 .r_box .d1 .p1 a:hover {
  background: #cd0d14;
}

.index_main .modal_3 .r_box .d1 .p2 {
  font-size: 18px;
  color: #333;
  height: 95px;
  overflow: hidden;
  margin-bottom: 57px;
  line-height: 32px;
  width: 890px;
}

.index_main .modal_3 .r_box .d2 {
  margin-bottom: 63px;
}

.index_main .modal_3 .r_box .d2 a {
  display: inline-block;

  font-size: 18px;

  color: #fff;

  width: 172px;

  height: 48px;

  line-height: 48px;

  text-indent: 40px;

  border: 1px solid #fff;

  border-radius: 3px;
  background: url(../images/v32.png) no-repeat 137px center;
}

.index_main .modal_3 .r_box .d2 a:hover {
  color: #e61a19;
}

.index_main .modal_3 .r_box .d3 {
  padding-top: 65px;
}

.index_main .modal_3 .r_box .d3 li {
  float: left;

  width: 24%;

  margin-right: 1%;

  margin-bottom: 20px;
}

.index_main .modal_3 .r_box .d3 li a {
  font-size: 16px;

  color: #d1d0d0;
}

.index_main .modal_3 .r_box .d3 .h {
  font-size: 18px;

  color: #333;

  position: relative;
}

.index_main .modal_3 .r_box .d3 .h:after {
  content: "";

  display: block;

  height: 1px;

  width: 1005px;

  position: absolute;

  overflow: hidden;

  right: 0;

  top: 12px;

  background: #d9d9d9;
}

.index_main .modal_3 .r_box .d3 .b {
  text-align: center;
  margin-top: 62px;
  background: #fff;
  width: 1200px;
  height: 122px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.index_main .modal_3 .r_box .f a {
  display: block;

  font-size: 14px;

  color: #fff;

  width: 112px;

  height: 40px;

  line-height: 40px;

  text-align: center;
  background: linear-gradient(45deg,
      rgba(252, 76, 47, 1) 0%,
      rgba(238, 34, 35, 1) 100%);
  border-radius: 2px;

  margin-left: 200px;
}

.index_main .modal_3 .r_box .f a:hover {
  background: #f14a43;
}

.banner .d1 .p3 a:hover {
  background-color: #f14a43;
}

video {
  border: 0 none;
  width: 100%;
}

.banner video {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
}

.index_main .modal_3 .r_box .f {
  padding-top: 66px;
}

.index_main .modal_4 {
  width: 100%;

  background: url(../images/bg1.jpg) #fff no-repeat center center;

  min-height: 897px;
}

.index_main .modal_4 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 76px;

  display: none;
}

.index_main .modal_4 .ft {
  text-align: center;

  padding-top: 34px;
}

.index_main .modal_4 .ft a {
  display: inline-block;

  font-size: 18px;

  color: #fff;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  border-radius: 3px;

  background: #dd3730;
}

.index_main .modal_4 .bd ul {
  margin-right: -35px;
}

.index_main .modal_4 .bd li {
  float: left;

  width: 585px;

  height: 166px;

  border: 1px solid #e6e6e6;

  background: url(../images/i19.png) #fff no-repeat 20px 35px;

  margin: 0 28px 25px 0;

  display: inline;

  cursor: pointer;
}

.index_main .modal_4 .bd li p {
  padding-left: 128px;
}

.index_main .modal_4 .bd li .p1 {
  padding-top: 30px;

  padding-bottom: 12px;

  font-size: 20px;

  color: #545454;
}

.index_main .modal_4 .bd li .p2 {
  font-size: 18px;

  width: 424px;

  color: #545454;
}

.index_main .modal_4 .bd li:hover .p1 {
  color: #dd3730;
}

.index_main .modal_4 .bd li:hover {
  box-shadow: 0 6px 10px #efefef;
}

.index_main .modal_4 .bd .li_2 {
  background-position: -590px 35px;
}

.index_main .modal_4 .bd .li_3 {
  background-position: 20px -155px;
}

.index_main .modal_4 .bd .li_4 {
  background-position: -590px -155px;
}

.index_main .modal_4 .bd .li_5 {
  background-position: 20px -345px;

  width: 1198px;

  height: 130px;
}

.index_main .modal_4 .ft a:hover {
  background: #f14a43;
}

.index_main .modal_4 .bd .li_5 .p2 {
  width: 900px;
}

.index_main .modal_5 {
  width: 100%;

  background: url(../images/bg2.jpg) #fff no-repeat center center;

  min-height: 485px;
}

.index_main .modal_5 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 68px;

  display: none;
}

.index_main .modal_5 .ft {
  text-align: center;

  padding-top: 50px;
}

.index_main .modal_5 .ft a {
  display: inline-block;

  font-size: 18px;

  color: #fff;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  border-radius: 3px;

  background: #dd3730;
}

.index_main .modal_5 .bd {
  width: 1120px;

  margin: 0 auto;
}

.index_main .modal_5 .bd ul {
  margin-right: -156px;
}

.index_main .modal_5 .bd li {
  float: left;

  width: 110px;

  margin-right: 100px;

  background: url(../images/i20.png) no-repeat 10px 0;

  text-align: center;

  color: #fff;

  padding-top: 70px;
}

.index_main .modal_5 .bd li a {
  color: #fff;
}

.index_main .modal_5 .bd li:hover {
  background: url(../images/i21.png) no-repeat 10px 0;
}

.index_main .modal_5 .bd li:hover a {
  color: #dd3730;
}

.index_main .modal_5 .bd .li_2 {
  background-position: -161px 0;
}

.index_main .modal_5 .bd .li_3 {
  background-position: -320px 0;
}

.index_main .modal_5 .bd .li_4 {
  background-position: -494px 0;
}

.index_main .modal_5 .bd .li_5 {
  background-position: -671px 0;
}

.index_main .modal_5 .bd .li_6 {
  background-position: -870px 0;
}

.index_main .modal_5 .bd .li_7 {
  background-position: -164px 0;
}

.index_main .modal_5 .bd .li_2:hover {
  background-position: -161px 0;
}

.index_main .modal_5 .bd .li_3:hover {
  background-position: -320px 0;
}

.index_main .modal_5 .bd .li_4:hover {
  background-position: -494px 0;
}

.index_main .modal_5 .bd .li_5:hover {
  background-position: -671px 0;
}

.index_main .modal_5 .bd .li_6:hover {
  background-position: -870px 0;
}

.index_main .modal_5 .bd .li_7:hover {
  background-position: -164px 0;
}

.index_main .modal_5 .com_hd .p1 {
  color: #fff;
}

.index_main .modal_5 .com_hd {
  margin-bottom: 80px;
}

.index_main .modal_6 {
  width: 100%;

  background: #fff;

  min-height: 860px;
}

.index_main .modal_6 .ft {
  text-align: center;

  padding: 46px 0;
}

.index_main .modal_6 .ft a {
  display: inline-block;

  font-size: 18px;

  color: #fff;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  border-radius: 3px;

  background: #dd3730;
}

.index_main .modal_6 .ft a:hover {
  background: #f14a43;
}

.index_main .modal_6 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 75px;

  display: none;
}

.index_main .modal_6 .bd {
  width: 801px;

  margin: 0 auto;

  position: relative;
}

.index_main .modal_6 .bd .map_1 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -82px 0 0 175px;
}

.index_main .modal_6 .bd .map_2 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -17px 0 0 202px;
}

.index_main .modal_6 .bd .map_3 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 47px 0 0 215px;
}

.index_main .modal_6 .bd .map_4 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 55px 0 0 258px;
}

.index_main .modal_6 .bd .map_5 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 95px 0 0 239px;
}

.index_main .modal_6 .bd .map_6 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 97px 0 0 187px;
}

.index_main .modal_6 .bd .map_7 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 215px 0 0 165px;
}

.index_main .modal_6 .bd .map_8 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 230px 0 0 160px;
}

.index_main .modal_6 .bd .map_9 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -177px 0 0 218px;
}

.index_main .modal_6 .bd .map_10 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 85px 0 0 -202px;
}

.index_main .modal_6 .bd .map_11 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 210px 0 0 41px;
}

.index_main .modal_6 .bd .map_12 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -49px 0 0 161px;
}

.index_main .modal_6 .bd .map_13 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 238px 0 0 140px;
}

.index_main .modal_6 .bd .map_14 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 153px 0 0 237px;
}

.index_main .modal_6 .bd .map_15 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: 183px 0 0 273px;
}

.index_main .modal_6 .bd .map_16 {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -97px 0 0 -189px;
}

.c-map-dot {
  position: absolute;

  width: 20px;

  height: 20px;

  -webkit-box-shadow: inset #dd3730 0 0 5px;

  box-shadow: inset #dd3730 0 0 5px;

  border-radius: 50%;

  cursor: pointer;

  background-color: #f7f8fa;
}

.c-map-dot.style-3,
.c-map-dot.style-3:after {
  -webkit-box-shadow: inset #dd3730 0 0 5px;

  box-shadow: inset #dd3730 0 0 5px;
}

.c-map-dot,
.c-map-dot-explain-txt {
  display: inline-block;

  vertical-align: middle;
}

.c-map-dot-layer {
  width: 8px;

  height: 8px;

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -4px 0 0 -4px;

  background-color: #dd3730;

  border-radius: 50%;

  cursor: pointer;

  opacity: 1;
}

.c-map-dot-layer:after {
  content: "";

  position: absolute;

  width: 8px;

  height: 8px;

  -webkit-box-shadow: inset #dd3730 0 0 5px;

  box-shadow: inset #dd3730 0 0 5px;

  border-radius: 50%;

  top: 0;

  left: 0;

  opacity: 0;
}

.c-map-bubble {
  left: 50%;

  bottom: 100%;

  margin-left: -100px;

  margin-bottom: 10px;

  width: 200px;

  text-align: center;

  -webkit-transition: 0.3s all ease-out;

  transition: 0.3s all ease-out;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(5px);

  -ms-transform: translateY(5px);

  transform: translateY(5px);

  cursor: default;

  pointer-events: none;
}

.c-bubble {
  position: absolute;

  color: #dd3730;

  z-index: 6;
}

.c-map-dot:after {
  content: "";

  position: absolute;

  width: 20px;

  height: 20px;

  -webkit-box-shadow: inset #dd3730 0 0 5px;

  box-shadow: inset #dd3730 0 0 5px;

  border-radius: 50%;

  top: 0;

  left: 0;

  opacity: 0;
}

.c-map-dot.animate:hover:after {
  -webkit-animation: warn 2s ease-out 0.1s infinite;

  animation: warn 2s ease-out 0.1s infinite;
}

@-webkit-keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

@-webkit-keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  5% {
    opacity: 8;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}

@keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  5% {
    opacity: 8;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}

.index_main .modal_7 {
  width: 100%;

  min-height: 530px;

  background: #fafafa;
}

.index_main .modal_7 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 60px;

  display: none;
}

.index_main .modal_7 .bd .h {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}

.index_main .modal_7 .bd .h span {
  font-weight: bold;
}

.index_main .modal_7 .bd .l_box .b a {
  display: block;
  width: 375px;
  height: 264px;
  background: #fff;
  margin-right: 30px;
}

.index_main .modal_7 .bd .l_box .b img {
  width: 100%;
  height: 195px;
  display: block;
}

.index_main .modal_7 .bd .l_box .b .text {
  width: 100%;
  height: 69px;
  line-height: 69px;
  font-size: 16px;
  text-indent: 15px;
}

.index_main .modal_7 .bd .h a {
  font-size: 14px;
  color: #999;
  margin-top: 3px;
}

.index_main .modal_7 .item_3 li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 14px;
  margin-bottom: 22px;
}

.index_main .modal_7 .item_3 li .tit {
  font-size: 14px;
  width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

.index_main .modal_7 .item_3 li .time {
  font-size: 14px;
  color: #666;
}

.index_main .modal_7 .item_3 {
  width: 371px;
  overflow: hidden;
}

.index_main .modal_7 .item_3 li:hover .tit {
  color: #e0060d;
}

.index_main .modal_7 .item .img img {
  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.index_main .modal_7 .item a:hover .img img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.index_main .modal_7 .item a:hover .p3 span {
  -webkit-animation-name: flymovee;

  -webkit-animation-duration: 0.3s;

  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes flymovee {
  0% {
    background-position-x: 95%;
  }

  100% {
    background-position-x: 100%;
  }
}

.picScroll-left1 {
  width: 762px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}

.index_main .modal_7 .ft {
  text-align: center;
  padding-left: 50px;
  margin-top: -15px;
}

.picScroll-left1 .next {
  position: absolute;
  width: 29px;
  height: 39px;
  background: url(../images/b2.png) 0 0 no-repeat;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.picScroll-left1 .prev {
  position: absolute;
  width: 29px;
  height: 39px;
  background: url(../images/b1.png) 0 0 no-repeat;
  bottom: 0;
  right: 29px;
  z-index: 1;
}

.index_main .modal_7 .ft a {
  display: block;

  font-size: 14px;

  padding: 0 0 12px;
  color: #999999;

  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  background: url(../images/v31.png) 65% 6px no-repeat;
}

.index_main .modal_7 .ft a:hover {
  color: #da251c;
}

.index_main .modal_8 {
  width: 100%;

  min-height: 380px;

  background: #fff;
}

.index_main .modal_8 .in {
  text-align: center;

  padding-top: 72px;

  display: none;
}

.index_main .modal_8 .in .bd {
  width: 1200px;
  margin: 0 auto;
}

.index_main .modal_8 .in .bd li {
  float: left;
  width: 16.66%;
  text-align: center;
}

.index_main .modal_8 .in .bd li img {
  width: 80%;
}

.index_main .modal_safe {
  width: 100%;

  min-height: 673px;

  background: #fafafa;
}

.index_main .modal_safe .in {
  text-align: center;

  padding-top: 72px;

  display: none;
}

.index_main .modal_safe .in .bd {
  width: 1200px;
  margin: 0 auto;

  overflow: hidden;
}

.index_main .modal_safe .in .bd li {
  float: left;
  width: 20%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.index_main .modal_safe .in .bd li p {
  font-size: 18px;
}

.index_main .modal_safe .in .bd li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.index_main .modal_8 .in .bd li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.index_main .modal_8 .in .bd li {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.index_main .modal_safe .sla_box {
  width: 1200px;
  margin: 70px auto 0;
  padding-bottom: 70px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.index_main .modal_safe .sla_box .l_box {
  font-size: 32px;
  color: #333;
  width: 483px;
  text-align: left;
}

.index_main .modal_safe .sla_box ul {
  margin-right: -130px;
}

.index_main .modal_safe .sla_box li {
  float: left;
  position: relative;
  margin-right: 128px;
}

.index_main .modal_safe .sla_box li .s1 {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: -35px;
}

.index_main .modal_safe .sla_box li .s2 {
  font-size: 36px;
  position: relative;
}

.index_main .modal_safe .sla_box li .s2 em {
  font-style: normal;
}

.index_main .modal_safe .sla_box li .s2:after {
  content: "";

  display: block;
  position: absolute;

  overflow: hidden;

  left: 0;

  top: 50px;

  width: 46px;
  height: 4px;
  background: rgba(224, 6, 13, 1);
}

.index_main .modal_safe .sla_box li .s3 {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 65px;
  left: 0;
}

.index_main .num_modal {
  width: 100%;
  height: 376px;
  background: url(../images/bg22.jpg) center 0 no-repeat;
}

.index_main .num_modal .in {
  padding-top: 170px;
  width: 1200px;
  margin: 0 auto;
}

.index_main .num_modal {
  margin-right: -150px;
}

.index_main .num_modal .item {
  margin-right: 95px;
  position: relative;
}

.index_main .num_modal .item p {
  color: #ff4040;
  margin-bottom: 10px;
}

.index_main .num_modal .item .p2 {
  font-size: 14px;
}

.index_main .num_modal .item .p1 .s1 {
  font-size: 50px;
}

.index_main .num_modal .item .p1 .s2 {
  font-size: 20px;
}

.footer .ewm_box .h {
  color: #eee;
  margin-bottom: 20px;
}

.pie {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e95549;
  position: relative;
  margin-top: 20px;
}

.pieLeftInner,
.pieRightInner {
  width: 120px;
  height: 120px;
  background-color: #e5e5e5;
  border-radius: 100px;
  position: absolute;
}

.pieLeftInner {
  clip: rect(0px, 120px, 120px, 60px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pieRightInner {
  clip: rect(0px, 60px, 120px, 0px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pieLeft,
.pieRight {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1;
}

.pieLeft {
  clip: rect(0px, 120px, 120px, 60px);
}

.pieRight {
  clip: rect(0px, 60px, 120px, 0px);
}

.pieInner {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 20px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
  color: #e25a4a;
}

/*prograss*/
.prograss {
  background: #eee;
  height: 15px;
  width: 80%;
  position: relative;
  border-radius: 2px;
  margin-top: 10px;
}

.prograss .bar {
  background: #e95549;
  height: 100%;
  width: 10%;
  border-radius: 2px 0 0 2px;
}

.prograss_bar_yellow {
  background: #f8b757 !important;
}

.com_modal_9 {
  width: 100%;

  height: 165px;

  background: url(../images/bg.png) no-repeat center center;
}

.com_modal_9 .in {
  text-align: center;
}

.com_modal_9 .in p {
  color: #333333;
  padding-top: 40px;
}

.com_modal_9 .in p span {
  font-size: 36px;
  color: #fff;
}

.com_modal_9 .in p a {
  display: block;

  font-size: 14px;

  color: #fff;

  margin: 12px auto 0;

  line-height: 40px;

  text-align: center;

  width: 112px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.com_modal_9 .in p a:hover {
  background: rgba(229, 2, 19, 0.8);
}

/* .index_main .modal_1 .img:hover img {



	-webkit-transform: scale(1.1);



	-ms-transform: scale(1.1);



	transform: scale(1.1);



	-webkit-transition: -webkit-transform .5s linear;



	transition: transform .5s linear;



} */

.index_main .modal_1 .bd {
  /* background: #fafafa; */
  padding-bottom: 40px;
  -webkit-animation-delay: 0.5s;

  -moz-animation-delay: 0.5s;

  -ms-animation-delay: 0.5s;

  -o-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.index_main .picScroll-left .bd ul {
  padding: 20px 0 !important;
}

.index_main .modal_2 li .info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  height: 486px;
  margin-top: -243px;
  background: #ee2223;
  text-align: center;
  z-index: 1;
  display: none;
}

.index_main .modal_2 li .info .box {
  padding: 120px 30px 0;
}

.index_main .modal_2 li .info .box .d1 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 38px;
}

.index_main .modal_2 li .info .box .d2 {
  font-size: 16px;
  color: #fff;
  height: 140px;
}

.index_main .modal_2 li .info .box .d3 a {
  display: inline-block;
  width: 120px;
  height: 32px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.index_main .modal_2 li:first-child .info {
  margin-left: 0;
  left: 0;
}

.index_main .modal_2 li:nth-child(6) .info {
  margin-left: 0;
  left: auto;
  right: 0;
}

.index_main .modal_2 li:nth-child(1) .info {
  background: url(../images/p1.jpg) no-repeat center center;
  background-size: cover;
}

.index_main .modal_2 li:nth-child(2) .info {
  background: url(../images/p2.jpg) no-repeat center center;
  background-size: cover;
}

.index_main .modal_2 li:nth-child(3) .info {
  background: url(../images/p3.jpg) no-repeat center center;
  background-size: cover;
}

.index_main .modal_2 li:nth-child(4) .info {
  background: url(../images/p4.jpg) no-repeat center center;
  background-size: cover;
}

.index_main .modal_2 li:nth-child(5) .info {
  background: url(../images/p5.jpg) no-repeat center center;
  background-size: cover;
}

.index_main .modal_2 li:nth-child(6) .info {
  background: url(../images/p6.jpg) no-repeat center center;
  background-size: cover;
}

.o_banner_list {
  width: 100%;

  background: #f9f9f9;

  height: 127px;
}

.o_banner_list .in {
  width: 1200px;

  margin: 0 auto;
}

.o_banner_list .item {
  width: 25%;

  height: 127px;

  border-right: 1px solid #e2e2e2;

  margin-right: -1px;

  position: relative;
}

.o_banner_list .item_4 {
  border: 0 none;
}

.o_banner_list .item:hover .p1 {
  color: #dd3730;
}

.o_banner_list .item:hover {
  background-color: #eee;

  -webkit-animation-name: flymover;

  -webkit-animation-duration: 0.3s;

  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes flymover {
  0% {
    background-position-y: center;
  }

  100% {
    background-position-y: 30px;
  }
}

.o_banner_list .item p {
  padding-left: 83px;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.o_banner_list .item img {
  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.o_banner_list .item .p1 {
  padding-top: 30px;

  padding-bottom: 16px;

  color: #dd3730;

  font-size: 18px;
}

.o_banner_list .item .p2 {
  color: #a1a1a1;

  font-size: 14px;
}

.o_banner_list .item .img {
  position: absolute;

  top: 30px;

  left: 15px;
}

.o_banner_list .item:hover p {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.o_banner_list .item:hover .img {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.pro_main .com_hd .p1 {
  font-size: 32px;
}

.pro_main .com_hd .p2 {
  font-size: 16px;

  line-height: 30px;
}

.pro_main .modal_1 {
  width: 100%;

  background: #fff;

  min-height: 650px;
}

.pro_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 98px;
}

.pro_main .modal_1 .com_hd {
  margin-bottom: 0;
}

.pro_main .modal_1 .img {
  margin-right: 80px;
}

.pro_main .com_text p {
  font-size: 16px;

  color: #8b8b8b;

  padding-left: 22px;

  line-height: 30px;

  margin-bottom: 3px;

  background: url(../images/i25.png) no-repeat 0 8px;
}

.pro_main .modal_1 .com_text p {
  margin-bottom: 30px;
}

.pro_main .com_text p span {
  color: #dd3730;
}

.pro_main .modal_1 .com_text {
  width: 614px;

  padding-top: 50px;
}

.pro_main .modal_2 {
  width: 100%;

  height: 610px;

  position: relative;

  overflow: hidden;
}

.pro_main .modal_2 .in {
  width: 1200px;

  padding-top: 73px;

  display: none;

  position: absolute;

  top: 0;

  margin-left: -600px;

  left: 50%;

  z-index: 1;
}

.pro_main .modal_2 .com_hd p {
  color: #fff;
}

.pro_main .modal_2 ul {
  text-align: center;
}

.pro_main .modal_2 li {
  width: 280px;

  height: 300px;

  background: #fff;

  display: inline-block;

  margin: 0 7px;

  vertical-align: top;
}

.pro_main .modal_2 li:hover .p1 {
  color: #dd3730;
}

.pro_main .modal_2 li .p0 {
  text-align: center;

  padding-top: 20px;

  height: 120px;
}

.pro_main .modal_2 li .p1 {
  text-align: center;

  font-size: 20px;

  color: #292929;

  margin-bottom: 25px;
}

.pro_main .modal_2 li .p2 {
  padding-left: 40px;

  padding-right: 40px;
}

.pro_main .modal_2 li .p2 span {
  color: #7c7c7c;

  margin-right: 6px;
}

.pro_main .modal_2 .li_2 .p1 {
  background-position: -215px 30px;
}

.pro_main .modal_2 .li_3 .p1 {
  background-position: -520px 30px;
}

.pro_main .modal_2 .li_4 .p1 {
  background-position: -825px 30px;
}

.pro_main .modal_3 {
  width: 100%;
}

.pro_main .modal_3 .in {
  display: none;
}

.pro_main .modal_3 .com_hd {
  padding-bottom: 37px;

  margin-bottom: 0;

  background: url(../images/bg21.png) no-repeat center 0;

  padding-top: 80px;
}

.pro_main .modal_3 .bd {
  background: #f9f9f9;

  padding-bottom: 50px;
}

.pro_main .modal_3 .bd_in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 56px;
}

.bd_in .text {
  width: 590px;
}

.bd_in .text .d1 {
  font-size: 26px;

  color: #292929;

  margin-bottom: 20px;
}

.bd_in .text .d2 {
  font-size: 16px;

  color: #8b8b8b;

  margin-bottom: 70px;

  line-height: 30px;
}

.bd_in .btn {
  padding-top: 28px;
}

.bd_in .btn a {
  display: block;

  font-size: 18px;

  color: #fff;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  border-radius: 3px;

  background: #dd3730;
}

.bd_in .btn a:hover {
  background: #f14a43;
}

.pro_main .modal_3 .img {
  margin-right: 50px;
}

.pro_main .modal_4 {
  width: 100%;

  background: #fff;

  padding-bottom: 50px;
}

.pro_main .modal_4 .in {
  display: none;
}

.pro_main .modal_4 .bd {
  width: 1200px;

  margin: 0 auto;

  padding-top: 97px;
}

.pro_main .modal_4 .bd_in .text {
  width: 630px;
}

.pro_main .modal_4 .bd_in .img {
  margin-right: -50px;
}

.pro_main .modal_5 {
  width: 100%;

  background: #f9f9f9;

  min-height: 590px;
}

.pro_main .modal_5 .in {
  display: none;
}

.pro_main .modal_5 .bd {
  width: 1200px;

  margin: 0 auto;

  padding-top: 70px;
}

.pro_main .modal_5 .bd_in .text {
  width: 576px;
}

.pro_main .modal_5 .bd_in .img {
  margin-right: 60px;
}

.pro_main .modal_5 .bd_in .d3 {
  font-size: 16px;

  color: #8b8b8b;

  margin-bottom: 8px;
}

.pro_main .modal_6 {
  width: 100%;

  min-height: 814px;

  background: #fff;

  background: url(../images/bg21.png) no-repeat center 0;
}

.pro_main .modal_6 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 86px;

  display: none;

  padding-bottom: 40px;
}

.pro_main .modal_6 .bd {
  margin-right: -30px;
}

.pro_main .modal_6 .item {
  width: 384px;

  background: #f9f9f9;

  margin-right: 24px;
}

.pro_main .modal_6 .item .text {
  padding: 34px 23px 42px;
}

.pro_main .modal_6 .item .text .p1 {
  font-size: 20px;

  height: 26px;

  overflow: hidden;

  color: #545454;
}

.pro_main .modal_6 .item .text .p2 {
  font-size: 16px;

  color: #9a9a9a;

  height: 116px;

  overflow: hidden;

  padding: 16px 0;
}

.pro_main .modal_6 .item .text .p3 span {
  font-size: 16px;

  color: #bfbfbf;

  padding-right: 43px;

  background: url(../images/i23.png) no-repeat right center;
}

.pro_main .modal_6 .item a:hover .p1 {
  color: #dd3730;
}

.pro_main .modal_6 .item .img {
  overflow: hidden;

  position: relative;
}

.pro_main .modal_6 .item .img img {
  width: 384px;

  height: 253px;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.pro_main .modal_6 .item a:hover .img img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.pro_main .modal_6 .item a:hover .p3 span {
  -webkit-animation-name: flymove1;

  -webkit-animation-duration: 0.3s;

  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes flymove1 {
  0% {
    background-position-x: 95%;
  }

  100% {
    background-position-x: 100%;
  }
}

.pro_main .modal_6 .ft {
  text-align: center;

  padding-top: 46px;
}

.pro_main .modal_6 .ft a {
  display: inline-block;

  font-size: 18px;

  color: #fff;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  border-radius: 3px;

  background: #dd3730;
}

.pro_main .modal_6 .ft a:hover {
  background: #f14a43;
}

.pro_main .modal_7 {
  width: 100%;

  min-height: 661px;

  background: url(../images/bg5.jpg) no-repeat center 0;
}

.pro_main .modal_7 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 68px;

  display: none;
}

.pro_main .modal_7 .com_hd p {
  color: #fff;
}

.pro_main .modal_7 .bd ul li {
  background: #fff;

  height: auto;

  width: 280px;
}

.pro_main .modal_7 li .img {
  height: 130px;

  padding-top: 10px;
}

.pro_main .modal_7 li .text {
  background: #f9f9f9;

  padding: 16px 14px 0;

  text-align: left;

  height: 180px;
}

.pro_main .modal_7 li .text .p1 {
  margin-bottom: 16px;

  font-size: 20px;

  color: #292929;

  text-align: left;
}

.pro_main .modal_7 li .text .p2 {
  margin-bottom: 16px;

  font-size: 16px;

  height: 76px;

  line-height: 26px;

  color: #7c7c7c;

  text-align: left;
}

.pro_main .modal_7 li .text .p3 {
  font-size: 16px;

  color: #b1b1b1;

  text-align: left;
}

.pro_main .modal_7 .picScroll-left .hd .prev {
  left: 0;

  top: -280px;
}

.pro_main .modal_7 .picScroll-left .hd .next {
  right: 0;

  top: -280px;
}

.pro_main .modal_7 .picScroll-left .hd {
  bottom: -47px;
}

.pro_main .modal_7 .picScroll-left li {
  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;

  margin-right: 20px;
}

.pro_main .picScroll-left .bd ul {
  padding-top: 10px !important;
}

.pro_main .modal_7 .picScroll-left .picList li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.pro_main .modal_7 .picScroll-left li:hover .p3 {
  color: #dd3730;
}

.pro_main .modal_7 .picScroll-left li:hover .p1 {
  color: #dd3730;
}

.search_banner .d1 .p3 a {
  text-align: center;

  text-indent: 0;

  background: #dd3730;
}

.search_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;
}

.search_main .modal_1 li {
  padding: 50px 0 35px;

  border-bottom: 1px dashed #ededed;
}

.search_main .modal_1 li .img {
  margin-right: 48px;

  width: 220px;

  height: 140px;

  overflow: hidden;
}

.search_main .modal_1 li:hover img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.search_main .modal_1 li .img img {
  width: 220px;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.search_main .modal_1 li .text {
  width: 930px;
}

.search_main .modal_1 li .time {
  margin-right: 35px;
}

.search_main .modal_1 li .time .p1 {
  font-size: 22px;

  color: 404040;
}

.search_main .modal_1 li .time .p2 {
  font-size: 16px;

  color: #cecece;
}

.search_main .modal_1 li .txt {
  width: 830px;
}

.search_main .modal_1 li .txt .p1 {
  font-size: 22px;

  color: #373737;

  margin-bottom: 17px;
}

.search_main .modal_1 li .txt .p2 {
  font-size: 16px;

  color: #828282;

  margin-bottom: 20px;
}

.search_main .modal_1 li .txt .p3 {
  font-size: 16px;

  color: #b1b1b1;
}

.search_main .modal_1 li:hover .txt .p1 {
  color: #dd3730;
}

.search_main .modal_1 li:hover .txt .p3 {
  color: #dd3730;
}

.search_banner .d1 .p3 .a2 {
  text-align: center;

  text-indent: 0;

  color: #fff;

  border: 1px solid #fff;

  background: transparent;

  margin-left: 12px;
}

.search_banner .d1 .p3 .a2:hover {
  background: #fff;

  color: #dd3730;
}

.friend_banner .d2 {
  margin-left: -228px;
}

.pager {
  text-align: center;

  padding: 50px 0;
}

.pager .inner {
  display: inline-block;
}

.pager a {
  display: inline-block;

  height: 34px;

  line-height: 34px;

  background: #efefef;

  font-size: 18px;

  color: #888787;

  margin: 0 4px;

  padding: 0 15px;
}

.pager .on,
.pager a:hover {
  background: #dd3730;

  color: #fff;
}

.solution_main .modal_1 {
  width: 100%;

  min-height: 470px;

  background: #fff;
}

.solution_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 85px;
}

.solution_main .modal_1 li {
  float: left;

  width: 33%;

  text-align: center;

  border-left: 1px solid #f0f0f0;

  margin-left: -1px;
}

.solution_main .modal_1 ul {
  overflow: hidden;
}

.solution_main .modal_1 li .p1 {
  font-size: 50px;

  margin-bottom: 25px;

  color: #dd3730;
}

.solution_main .modal_1 li .p1 em {
  font-size: 64px;

  font-style: normal;
}

.solution_main .modal_1 li .p2 {
  font-size: 18px;

  color: #898787;

  line-height: 30px;
}

.solution_main .modal_2 {
  width: 100%;

  height: 607px;

  position: relative;

  overflow: hidden;
}

.solution_main .modal_2 .in {
  width: 1200px;

  padding-top: 73px;

  display: none;

  position: absolute;

  top: 0;

  left: 50%;

  margin-left: -600px;

  z-index: 1;
}

.solution_main .modal_2 .com_hd {}

.solution_main .modal_2 .com_hd .p1 {
  color: #fff;

  margin-bottom: 0;
}

.solution_main .modal_2 .picScroll-left .bd ul li {
  width: 1129px;

  margin-right: 0;

  background: #fff;

  overflow: hidden;

  height: 220px;
}

.solution_main .modal_2 .picScroll-left .bd ul li .img img {
  width: 310px;

  height: 220px;
}

.solution_main .modal_2 .picScroll-left .bd ul li .text {
  width: 810px;
}

.solution_main .modal_2 .picScroll-left .bd ul li .text .p1 {
  padding: 35px 40px 0;

  font-size: 18px;

  color: #898787;

  text-align: left;

  line-height: 34px;
}

.solution_main .modal_2 .picScroll-left .bd ul li .text .p2 {
  text-align: right;

  color: #898787;

  font-size: 18px;

  padding-right: 20px;
}

.solution_main .modal_2 .tempWrap {
  margin: 0 auto;
}

.solution_main .modal_2 .picScroll-left .hd .prev,
.solution_main .modal_2 .picScroll-left .hd .next {
  top: -155px;

  background: url(../images/i27.png) 0 0 no-repeat;
}

.solution_main .modal_2 .picScroll-left .hd .next {
  background: url(../images/i28.png) 0 0 no-repeat;

  right: -40px;
}

.solution_main .modal_2 .picScroll-left .hd ul li.on {
  background: #fff;
}

.solution_main .modal_2 .picScroll-left .hd ul li {
  background: rgba(255, 255, 255, 0.2);
}

.solution_main .modal_2 .picScroll-left .hd {
  bottom: -55px;
}

.solution_main .modal_3 {
  width: 100%;

  min-height: 1225px;

  background: #fff;
}

.solution_main .modal_3 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 95px;

  display: none;
}

.solution_main .modal_3 ul {
  margin-right: -40px;
}

.solution_main .modal_3 li {
  float: left;

  width: 378px;

  height: 431px;

  border: 1px solid #eaeaea;

  text-align: center;

  margin: 0 30px 35px 0;

  display: inline;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.solution_main .modal_3 li .img {
  width: 100%;

  height: 378px;

  height: 198px;

  margin-bottom: 30px;

  overflow: hidden;
}

.solution_main .modal_3 li .img img {
  height: 378px;

  height: 198px;
}

.solution_main .modal_3 li .p1 {
  font-size: 24px;

  color: #333;

  margin-bottom: 20px;
}

.solution_main .modal_3 li .p2 {
  font-size: 16px;

  color: #827e7e;

  margin-bottom: 30px;

  height: 70px;

  line-height: 26px;
}

.solution_main .modal_3 li .p3 {
  width: 317px;

  border-top: 1px solid #d2d2d2;

  line-height: 50px;

  color: #827e7e;

  font-size: 16px;

  text-align: center;

  margin: 0 auto;
}

.solution_main .modal_3 li:hover {
  box-shadow: 0 5px 6px #ccc;

  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.solution_main .modal_3 li:hover .p1 {
  color: #dd3730;
}

.solution_main .modal_4 {
  width: 100%;

  min-height: 850px;

  background: #f1f1f1;
}

.solution_main .modal_4 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 70px;

  display: none;
}

.solution_main .modal_4 .l_box {
  width: 440px;

  height: 535px;

  background: #fff;
}

.solution_main .modal_4 .l_box .img {
  width: 440px;

  height: 393px;

  overflow: hidden;
}

.solution_main .modal_4 .l_box:hover img,
.solution_main .modal_4 .r_box li:hover img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.solution_main .modal_4 .l_box .img img {
  width: 440px;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;

  height: 393px;
}

.solution_main .modal_4 .l_box .text {
  padding: 25px 30px 0;
}

.solution_main .modal_4 .l_box .text .p1 {
  font-size: 24px;

  color: #292929;

  margin-bottom: 10px;
}

.solution_main .modal_4 .l_box .text .p2 {
  font-size: 16px;

  color: #827e7e;

  margin-bottom: 10px;
}

.solution_main .modal_4 .l_box .text .p3 {
  text-align: right;

  font-size: 16px;

  color: #827e7e;
}

.solution_main .modal_4 .l_box:hover .text .p1 {
  color: #dd3730;
}

.solution_main .modal_4 .r_box {
  width: 670px;

  background: #fff;

  padding: 40px 30px 0;

  height: 495px;
}

.solution_main .modal_4 .r_box li {
  padding-bottom: 40px;
}

.solution_main .modal_4 .r_box li a {
  display: block;
}

.solution_main .modal_4 .r_box li .text {
  width: 443px;

  border-bottom: 1px solid #e3e3e3;

  margin-left: 32px;

  padding-bottom: 13px;
}

.solution_main .modal_4 .r_box li .img {
  width: 190px;

  height: 120px;

  overflow: hidden;
}

.solution_main .modal_4 .r_box li .img img {
  width: 190px;

  height: 120px;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.solution_main .modal_4 .r_box li .p1 {
  font-size: 24px;

  color: #292929;

  margin-bottom: 10px;

  height: 31px;

  overflow: hidden;
}

.solution_main .modal_4 .r_box li .p2 {
  font-size: 14px;

  color: #827e7e;

  margin-bottom: 10px;

  height: 38px;

  overflow: hidden;
}

.solution_main .modal_4 .r_box li .p3 {
  font-size: 16px;

  color: #c4c4c4;
}

.solution_main .modal_4 .r_box li:hover .p1 {
  color: #dd3730;
}

.solution_main .modal_5 {
  width: 100%;

  min-height: 340px;

  background-repeat: no-repeat;

  background-position: center 0;
}

.solution_main .modal_5 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 118px;

  text-align: center;

  display: none;
}

.solution_main .modal_5 .p1 {
  margin-bottom: 20px;
}

.solution_main .modal_5 .p2 {
  font-size: 18px;

  color: #fff;

  margin-bottom: 24px;
}

.solution_main .modal_5 .p3 a {
  display: inline-block;

  font-size: 18px;

  color: #dd3730;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  border-radius: 3px;

  background: #fff;

  margin: 0 6px;

  border: 1px solid #fff;
}

.solution_main .modal_5 .p3 .a2 {
  background: transparent;

  border: 1px solid #fff;

  color: #fff;
}

.solution_main .modal_5 .p3 .a1:hover {
  background: #dd3730;

  color: #fff;
}

.solution_main .modal_5 .p3 .a2:hover {
  background: #fff;

  color: #dd3730;
}

.solution_main .modal_6 {
  width: 100%;

  min-height: 376px;

  background: #fff;
}

.solution_main .modal_6 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 70px;

  text-align: center;

  display: none;
}

.num-nav {
  position: absolute;

  bottom: 20px;

  left: 20px;

  text-align: center;

  z-index: 9;
}

.num-nav a {
  background: #ebe5e5;

  height: 16px;

  width: 16px;

  text-align: center;

  line-height: 116px;

  border-radius: 50%;

  margin-right: 10px;

  overflow: hidden;

  display: inline-block;
}

.num-nav .active-slide {
  background: #e60012;
}

.over {
  height: 1570px !important;

  overflow: hidden;

  z-index: 1;

  background: #3c4451;
}

.img-holder1 {
  height: 870px !important;
}

.over1 {
  height: 610px !important;

  overflow: hidden;

  z-index: 1;
}

.over2 {
  height: 520px !important;

  overflow: hidden;

  z-index: 1;
}

.mask {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);

  display: none;

  z-index: 98;
}

.server_pop,
.baoming_pop {
  position: fixed;

  top: 50%;

  left: 50%;

  width: 960px;

  height: 628px;

  margin: -320px 0 0 -480px;

  background: #fff;

  z-index: 99;

  display: none;
}

.server_pop .inner,
.baoming_pop .inner {
  position: relative;
}

.server_pop .close_btn,
.baoming_pop .close_btn {
  position: absolute;

  top: 23px;

  right: 23px;

  font-size: 30px;

  color: #82828b;
}

.server_pop .d1,
.baoming_pop .d1 {
  text-align: center;

  font-size: 28px;

  color: #e60012;

  margin-bottom: 22px;

  padding-top: 50px;
}

.server_pop .d2,
.baoming_pop .d2 {
  text-align: center;

  font-size: 16px;

  color: #929292;

  margin-bottom: 50px;
}

.server_pop .d3,
.baoming_pop .d3 {
  padding-left: 60px;

  margin-bottom: 34px;
}

.server_pop .d3 ul,
.baoming_pop .d3 ul {
  margin-right: -60px;
}

.server_pop .d3 li,
.baoming_pop .d3 li {
  float: left;

  margin-right: 58px;

  margin-bottom: 12px;

  display: inline;
}

.server_pop .d3 li label,
.baoming_pop .d3 li label {
  width: 50px;

  font-size: 18px;

  color: #3b3b3b;

  margin-top: 8px;
}

.server_pop .d3 .text,
.baoming_pop .d3 .text {
  width: 310px;

  height: 20px;

  line-height: 20px;

  padding: 10px;

  font-size: 18px;

  border: 1px solid #ececec;
}

.server_pop .d3 .textarea_box textarea,
.baoming_pop .d3 .textarea_box textarea {
  width: 752px;

  height: 110px;

  padding: 10px;

  border: 1px solid #ececec;

  resize: none;
}

.server_pop .d4,
.baoming_pop .d4 {
  padding-left: 110px;
}

.server_pop .d4 input,
.baoming_pop .d4 input {
  border: 0 none;

  cursor: pointer;

  background: #e60012;

  font-size: 18px;

  color: #fff;

  width: 166px;

  height: 44px;

  line-height: 44px;

  text-align: center;
}

.slideBox2 .bd li {
  width: 383px;

  height: 447px;
}

.sub_nav {
  width: 244px;

  background: #fff;

  margin-right: 19px;
}

.sub_nav .bd li {
  border-bottom: 1px solid #e1e1e1;
}

.sub_nav .bd li:last-child {
  border-bottom: 3px solid #e60012;
}

.sub_nav .bd li a {
  display: block;

  height: 48px;

  line-height: 48px;

  color: #292929;

  font-size: 18px;

  background: #fff;

  padding-left: 27px;

  background: url(../images/i7.png) no-repeat 90% center;
}

.sub_nav .bd li .on,
.sub_nav .bd li a:hover {
  background-color: #e60012;

  color: #fff;
}

.sub_nav_2 .hd {
  background: #e60012;

  height: 54px;

  line-height: 54px;

  font-size: 22px;

  padding-left: 27px;

  color: #fff;

  cursor: pointer;
  /*  background: url(../images/a_b.png)  #e60012 no-repeat 91% center; */
}

.sub_nav_2 .hd.on {
  background: url(../images/a_t.png) #e60012 no-repeat 91% center;
}

.sub_nav .bd li .on,
.sub_nav .bd li a:hover {
  color: #e60012;

  background: url(../images/i9.png) no-repeat 90% center;
}

.friend_main .modal_1 {
  width: 100%;

  min-height: 510px;
}

.friend_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 75px;
}

.friend_main .modal_1 ul {
  margin-right: -30px;
}

.friend_main .modal_1 li {
  width: 280px;

  background: #fff;

  float: left;

  margin-right: 27px;

  text-align: center;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.friend_main .modal_1 li:hover {
  box-shadow: 0 5px 6px #ccc;

  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.friend_main .modal_1 li .img {
  width: 280px;

  height: 124px;

  background: #f4f4f4;

  line-height: 124px;

  text-align: center;
}

.friend_main .modal_1 li .img img {
  vertical-align: middle;
}

.friend_main .modal_1 li .text {
  padding: 20px 16px 0;

  border: 1px solid #f4f4f4;

  height: 150px;
}

.friend_main .modal_1 li .p1 {
  text-align: center;

  font-size: 22px;

  color: #373737;

  margin-bottom: 20px;
}

.friend_main .modal_1 li .p2 {
  font-size: 16px;

  color: #8b8b8b;
}

.friend_main .modal_2 {
  width: 100%;

  min-height: 360px;

  background: #f4f4f4;

  text-align: center;
}

.friend_main .modal_2 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 75px;

  display: none;
}

.friend_main .modal_2 .bd {
  margin-top: 35px;

  position: relative;
}

.friend_main .modal_2 .bd i {
  position: absolute;

  width: 960px;

  height: 1px;

  background: #dd3730;

  left: 50%;

  margin-left: -480px;

  top: 50px;
}

.friend_main .modal_2 .bd ul {
  margin-right: -170px;

  position: absolute;

  left: 100px;

  top: 0;
}

.friend_main .modal_2 .bd li {
  float: left;

  width: 130px;

  text-align: center;

  margin-right: 163px;

  background: #f4f4f4;
}

.friend_main .modal_2 .bd li .img {
  height: 109px;

  background: #f4f4f4;
}

.friend_main .modal_2 .bd li .text {
  font-size: 20px;
}

.friend_main .modal_2 .bd .li_2 {
  -webkit-animation-delay: 0.3s;

  -moz-animation-delay: 0.3s;

  -ms-animation-delay: 0.3s;

  -o-animation-delay: 0.3s;

  animation-delay: 0.3s;
}

.friend_main .modal_2 .bd .li_3 {
  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  -ms-animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  animation-delay: 0.6s;
}

.friend_main .modal_2 .bd .li_4 {
  -webkit-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  -ms-animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  animation-delay: 0.9s;
}

.friend_main .modal_3 {
  width: 100%;

  min-height: 500px;

  background: #fff;
}

.friend_main .modal_3 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 75px;

  display: none;
}

.friend_main .modal_3 ul {
  margin-right: -30px;
}

.friend_main .modal_3 li {
  float: left;

  width: 557px;

  height: 175px;

  background: #f4f4f4;

  padding: 30px 0 30px 30px;

  margin-right: 24px;
}

.friend_main .modal_3 li .img {
  margin-right: 30px;

  width: 240px;

  height: 175px;

  overflow: hidden;
}

.friend_main .modal_3 li:hover img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.friend_main .modal_3 li .img img {
  width: 240px;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.friend_main .modal_3 li .text {
  width: 263px;
}

.friend_main .modal_3 li .p1 {
  font-size: 22px;

  color: #373737;

  margin-bottom: 21px;

  padding-top: 10px;
}

.friend_main .modal_3 li .p2 {
  font-size: 16px;

  color: #8b8b8b;

  margin-bottom: 16px;
}

.friend_main .modal_3 li .p3 a {
  display: inline-block;

  width: 110px;

  height: 36px;

  line-height: 36px;

  font-size: 16px;

  text-align: center;

  border-radius: 3px;
}

.friend_main .modal_3 li .p3 .a1 {
  background: #dd3730;

  color: #fff;

  border: 1px solid #dd3730;

  margin-right: 20px;
}

.friend_main .modal_3 li .p3 .a2 {
  border: 1px solid #dd3730;

  color: #dd3730;
}

.friend_main .modal_3 li .p3 .a1:hover {
  background: #f24841;
}

.friend_main .modal_3 li .p3 .a2:hover {
  background: #dd3730;

  color: #fff;
}

.friend_main .modal_4 {
  width: 100%;

  min-height: 678px;

  background: url(../images/bg6.jpg) no-repeat center center;
}

.friend_main .modal_4 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 70px;

  display: none;
}

.friend_main .modal_4 .item {
  padding-bottom: 48px;
}

.friend_main .modal_4 .item .hd {
  text-align: center;

  color: #fff;

  font-size: 32px;

  margin-bottom: 45px;
}

.friend_main .modal_4 .item .bd ul {
  margin-right: -40px;
}

.friend_main .modal_4 .item .bd li {
  float: left;

  width: 215px;

  height: 85px;

  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  margin-right: 38px;

  display: inline;

  padding: 35px 0 0 55px;
}

.friend_main .modal_4 .item .bd li .p1 {
  margin-bottom: 10px;
}

.friend_main .modal_4 .item .bd li .p1 span {
  font-size: 34px;
}

.friend_main .modal_4 .item .bd li .p1 em {
  font-size: 16px;

  font-style: normal;
}

.friend_main .modal_4 .item .bd li .p2 {
  font-size: 18px;
}

.friend_main .modal_4 .item .bd .last_li {
  padding-left: 15px;

  width: 255px;
}

.friend_main .modal_4 .item .ft {
  text-align: center;

  color: #fff;

  font-size: 18px;

  padding-top: 25px;
}

.friend_main .modal_4 .item .ft span {
  font-size: 34px;
}

.t1_num {
  display: inline-block;
  margin: 2px 4px 0 4px;
  vertical-align: top;
}

.t1_num i {
  width: 43px;
  height: 66px;
  display: inline-block;
  background: url(../images/number1.png) no-repeat;
  background-position: 0 0;
  text-indent: -999em;
  float: left;
}

.t2_num {
  display: inline-block;
  margin: 2px 4px 0 4px;
  vertical-align: top;
}

.t2_num i {
  width: 43px;
  height: 66px;
  display: inline-block;
  background: url(../images/number1.png) no-repeat;
  background-position: 0 0;
  text-indent: -999em;
  float: left;
}

.t3_num {
  display: inline-block;
  margin: 2px 4px 0 4px;
  vertical-align: top;
}

.t3_num i {
  width: 43px;
  height: 66px;
  display: inline-block;
  background: url(../images/number1.png) no-repeat;
  background-position: 0 0;
  float: left;
  text-indent: -999em;
}

.modal_4 .t1_num,
.modal_4 .t2_num,
.modal_4 .t3_num,
.modal_4 .t4_num,
.modal_4 .t5_num,
.modal_4 .t6_num,
.modal_4 .t7_num,
.modal_4 .t8_num,
.modal_4 .t9_num {
  display: inline-block;
  margin: 2px 4px 0 4px;
  vertical-align: top;
}

.modal_4 .t1_num i,
.modal_4 .t2_num i,
.modal_4 .t3_num i,
.modal_4 .t4_num i,
.modal_4 .t5_num i,
.modal_4 .t6_num i,
.modal_4 .t7_num i,
.modal_4 .t8_num i,
.modal_4 .t9_num i {
  width: 43px;
  height: 66px;
  display: inline-block;
  background: url(../images/number.png) no-repeat;
  background-position: 0 0;
  text-indent: -999em;
  float: left;
}

.friend_main .modal_4 .item .bd li .p1 i {
  -webkit-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

  margin-right: -20px;
}

.friend_main .modal_4 .item .bd li .p1 span {
  margin-top: -28px;

  margin-left: -15px;

  margin-bottom: -20px;

  margin-right: 10px;
}

.friend_main .modal_4 .item .ft span i {
  -webkit-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

  margin-right: -20px;
}

.friend_main .modal_4 .item .ft span {
  margin-top: -28px;

  margin-left: -10px;

  margin-bottom: -20px;

  margin-right: 10px;
}

.sj_banner li,
.sj_banner {
  height: 320px !important;
}

.sj_banner p {
  text-align: center;
}

.sj_banner .d1 {
  left: 0;

  margin: 0;

  width: 100%;
}

.sj_main .modal_1 {
  width: 1200px;

  margin: 0 auto 70px;

  background: #fff;

  margin-top: -45px;

  position: relative;

  z-index: 1;
}

.sj_main .modal_1 .in {
  padding: 60px 96px 0;
}

.sj_main .modal_1 .hd {
  font-size: 26px;

  color: #575757;

  text-align: center;

  margin-bottom: 45px;
}

.sj_main .modal_1 .bd .t li {
  float: left;

  width: 20%;

  margin-bottom: 20px;
}

.sj_main .modal_1 .bd .t {
  border-bottom: 1px solid #ebebeb;

  margin-bottom: 14px;

  padding-bottom: 13px;
}

.sj_main .modal_1 .bd .t li label {
  color: #575757;

  font-size: 18px;

  height: 20px;

  line-height: 20px;

  display: inline-block;

  cursor: pointer;
}

.sj_main .modal_1 .bd .t li .on {}

.sj_main .modal_1 .bd .b .ts {
  font-size: 18px;

  color: #de3731;

  margin-bottom: 30px;
}

.sj_main .modal_1 .bd .b ul {
  margin-right: -40px;
}

.sj_main .modal_1 .bd .b li {
  float: left;

  width: 470px;

  height: 52px;

  border: 1px solid #bbb;

  margin: 0 36px 17px 0;

  position: relative;
}

.sj_main .modal_1 .bd .b li .text {
  width: 470px;

  height: 52px;

  line-height: 52px;

  border: 0 none;

  background: #fff;

  text-indent: 15px;

  font-size: 18px;
}

.sj_main .modal_1 .bd .b li .send_btn {
  position: absolute;

  top: 0;

  right: 18px;

  font-size: 18px;

  color: #de3731;

  line-height: 52px;
}

.sj_main .modal_1 .bd .b li .yzm_img {
  position: absolute;

  top: 0;

  height: 52px;

  right: 0;
}

.sj_main .modal_1 .bd .b .select_li select {
  display: block;

  width: 470px;

  height: 52px;

  line-height: 52px;

  color: #999;

  text-indent: 15px;

  font-size: 18px;

  background: url(../images/i29.png) no-repeat 95% center;
}

.sj_main .modal_1 .bd .b .select_li span {
  display: block;

  width: 470px;

  height: 52px;

  line-height: 52px;

  color: #999;

  text-indent: 15px;

  font-size: 18px;

  background: url(../images/i29.png) no-repeat 95% center;
}

.sj_main .modal_1 .bd .b .select_li .select_sub {
  position: absolute;

  top: 52px;

  left: -1px;

  width: 100%;

  border: 1px solid #bbb;

  background: #fff;

  display: none;
}

.sj_main .modal_1 .bd .b .select_li .select_sub a {
  display: block;

  width: 100%;

  height: 52px;

  line-height: 52px;

  color: #999;

  text-indent: 15px;

  border-bottom: 1px solid #bbb;
}

.sj_main .modal_1 .bd .b .select_li .select_sub a:last-child {
  border: 0 none;
}

.sj_main .modal_1 .bd .f {
  padding-top: 45px;

  text-align: center;

  padding-bottom: 55px;
}

.sj_main .modal_1 .bd .f .submit_btn {
  display: block;

  width: 309px;

  height: 55px;

  line-height: 55px;

  text-align: center;

  background: #de3731;

  color: #fff;

  font-size: 18px;

  margin: 0 auto 28px;
}

.sj_main .modal_1 .bd .f .tip {
  display: inline-block;
}

.sj_main .modal_1 .bd .f .tip label {
  padding-left: 25px;

  color: #6f6f6f;

  font-size: 18px;

  height: 20px;

  line-height: 20px;

  display: block;

  background: url(../images/i1.jpg) no-repeat 0 center;

  cursor: pointer;
}

.sj_main .modal_1 .bd .f .tip .on {
  background: url(../images/i2.jpg) no-repeat 0 center;
}

.case_banner .d1 {
  left: 0;

  margin: 0;

  text-align: center;

  width: 100%;

  padding-top: 180px;
}

.case_banner .d1 p {
  text-align: center;
}

.case_main .gaidu_modal {
  width: 100%;

  min-height: 146px;

  background: #fff;
}

.case_main .gaidu_modal .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 32px;
}

.case_main .gaidu_modal .item {
  margin-bottom: 15px;
}

.case_main .gaidu_modal .item .s1 {
  float: left;

  color: #de3731;

  font-size: 18px;

  line-height: 34px;

  margin-right: 40px;
}

.case_main .gaidu_modal .item a {
  float: left;

  margin-right: 16px;

  display: inline;
}

.case_main .gaidu_modal .item .s1 a:hover {
  background: transparent;

  color: #de3731;
}

.case_main .gaidu_modal .item .s1 a {
  color: #de3731;

  font-size: 18px;
}

.case_main .gaidu_modal .item .s2 {
  width: 1100px;

  margin-left: 0;
}

.case_main .gaidu_modal .item .s2 a {
  display: block;

  width: 100px;

  height: 34px;

  text-align: center;

  line-height: 34px;

  border-radius: 3px;

  font-size: 18px;

  color: #787878;

  margin-bottom: 10px;
}

.case_main .gaidu_modal .item a:hover,
.case_main .gaidu_modal .item a.on {
  background: #de3731;

  color: #fff;
}

.case_main .modal_1 {
  width: 1200px;

  margin: 0 auto;

  padding: 50px 0;
}

.case_main .modal_1 ul {
  margin-right: -25px;
}

.case_main .modal_1 li {
  float: left;

  width: 285px;

  height: 235px;

  background: #fff;

  margin: 0 20px 25px 0;

  display: inline;

  position: relative;

  text-align: center;
}

.case_main .modal_1 li:hover .mc {
  display: block;
}

.case_main .modal_1 li .img {
  height: 115px;

  margin-bottom: 10px;
}

.case_main .modal_1 li .img img {
  vertical-align: middle;

  width: 238px;

  height: 115px;
}

.case_main .modal_1 li .text .p1 {
  font-size: 20px;

  color: #292929;

  margin-bottom: 16px;
}

.case_main .modal_1 li .text .p2 {
  font-size: 16px;

  color: #aaa;

  padding: 0 15px;
}

.case_main .modal_1 li .mc {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 235px;

  line-height: 235px;

  background: rgba(66, 66, 66, 0.9);

  text-align: center;

  display: none;
}

.case_main .modal_1 li .mc span {
  display: inline-block;

  width: 160px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  background: #de3731;

  font-size: 20px;

  border-radius: 5px;

  color: #fff;
}

.dynamic_banner .d1 {
  left: 0;

  margin: 0;

  text-align: center;

  width: 100%;

  padding-top: 100px;
}

.dynamic_banner .d1 p {
  text-align: center;
}

.dynamic_banner .search_banner_box {
  position: absolute;

  top: 250px;

  width: 520px;

  height: 56px;

  left: 50%;

  margin-left: -260px;

  background: #fff;

  border-radius: 5px;

  overflow: hidden;
}

.dynamic_banner .search_banner_box .text {
  float: left;

  width: 380px;

  height: 56px;

  line-height: 56px;

  text-indent: 20px;

  border: 0 none;
}

.dynamic_banner .search_banner_box .submit_btn {
  position: absolute;

  top: 0;

  right: 0;

  width: 140px;

  height: 56px;

  line-height: 56px;

  border: 0 none;

  border-radius: 0 5px 5px 0;

  font-size: 18px;

  background: url(../images/i30.png) #dd3730 no-repeat 32px center;

  text-indent: 64px;

  text-indent: 30px;

  color: #fff;
}

.dynamic_main .gaidu_modal {
  text-align: center;

  padding: 25px 0;

  line-height: 44px;

  border-bottom: 1px solid #cfcfcf;

  width: 100%;

  max-width: 1280px;

  min-width: 1280px;

  margin: 0 auto;

  margin-bottom: 43px;
}

.dynamic_main .gaidu_modal a {
  font-size: 22px;

  color: #636363;

  white-space: nowrap;

  padding: 0 30px;
}

.dynamic_main .gaidu_modal a:hover,
.dynamic_main .gaidu_modal .on {
  color: #dd3730;
}

.dynamic_main .modal_1 {
  width: 1200px;

  margin: 0 auto;

  padding: 0 0 50px;
}

.dynamic_main .modal_1 ul {
  margin-right: -25px;
}

.dynamic_main .modal_1 .item {
  display: none;
}

.dynamic_main .modal_1 li {
  float: left;

  width: 290px;

  height: 434px;

  background: #efefef;

  margin: 0 13px 30px 0;

  display: inline;

  position: relative;

  text-align: center;
}

.dynamic_main .modal_1 li .img {
  height: 180px;

  width: 290px;

  overflow: hidden;

  margin-bottom: 30px;
}

.dynamic_main .modal_1 li .img img {
  height: 180px;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;

  width: 290px;
}

.dynamic_main .modal_1 li:hover img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.dynamic_main .modal_1 li .text {
  padding: 0 16px;

  text-align: left;
}

.dynamic_main .modal_1 li .text .p1 {
  font-size: 22px;

  color: #3b3b3b;

  height: 58px;

  overflow: hidden;

  margin-bottom: 20px;
}

.dynamic_main .modal_1 li .text .p2 {
  font-size: 16px;

  color: #828282;

  margin-bottom: 23px;

  height: 78px;

  overflow: hidden;

  line-height: 26px;
}

.dynamic_main .modal_1 li .text .p3 {
  font-size: 16px;

  color: #a1a1a1;
}

.dynamic_main .modal_1 li:hover .text .p1 {
  color: #dd3730;
}

.dynamic_d_main .gaidu_box {
  background: #efefef;

  line-height: 60px;

  margin-bottom: 40px;
}

.dynamic_d_main .gaidu_box .in {
  width: 1200px;

  margin: 0 auto;

  color: #9f9f9f;

  font-size: 16px;
}

.dynamic_d_main .gaidu_box .in a:hover {
  color: #dd3730;
}

.dynamic_d_main .modal_0 {
  width: 1200px;

  margin: 0 auto;
}

.dynamic_d_main .modal_0 .l_box {
  width: 864px;
}

.dynamic_d_main .modal_0 .l_box .hd {
  margin-bottom: 30px;
}

.dynamic_d_main .modal_0 .l_box .hd .p1 {
  font-size: 32px;

  color: #292929;

  border-bottom: 1px dashed #d4d4d4;

  padding-bottom: 28px;

  margin-bottom: 22px;
}

.dynamic_d_main .modal_0 .l_box .hd .p2 {
  font-size: 14px;

  color: #919191;
}

.dynamic_d_main .modal_0 .l_box .bd p {
  font-size: 16px;

  color: #8b8b8b;

  line-height: 30px;

  margin-bottom: 20px;
}

.dynamic_d_main .modal_0 .r_box {
  width: 280px;
}

.dynamic_d_main .modal_0 .r_box.fixed {
  position: fixed;

  top: 0;

  left: 50%;

  margin-left: 320px;
}

.dynamic_d_main .modal_0 .r_box li {
  margin-bottom: 22px;
}

.dynamic_d_main .modal_1 {
  width: 100%;

  background: #efefef;
}

.dynamic_d_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;

  padding: 50px 0 10px;
}

.dynamic_d_main .modal_1 .hd {
  text-align: center;

  font-size: 30px;

  margin-bottom: 30px;
}

.dynamic_d_main .modal_1 .bd li {
  background: #fff;
}

.platform_banner {
  overflow: hidden;

  height: 420px;
}

.platform_banner .effect {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;
}

.platform_banner .d1 {
  left: 0;

  margin: 0;

  width: 100%;

  text-align: center;
}

.platform_banner .d1 .p3 a {
  text-indent: 0;

  text-align: center;

  background: #dd3730;
}

.platform_list {
  height: 163px;
}

.platform_list .item {
  height: 163px;
}

.platform_list .item_1 {
  background: url(../images/i31.png) no-repeat 20px 30px;
}

.platform_list .item_2 {
  background: url(../images/i31.png) no-repeat -280px 30px;
}

.platform_list .item_3 {
  background: url(../images/i31.png) no-repeat -580px 30px;
}

.platform_list .item_4 {
  background: url(../images/i31.png) no-repeat -900px 30px;
}

.platform_list .item p {
  padding-left: 75px;
}

.platform_list .item:hover {
  background-color: #eee;

  -webkit-animation-name: flymoverc;

  -webkit-animation-duration: 0.3s;

  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes flymoverc {
  0% {
    background-position-y: 30px;
  }

  100% {
    background-position-y: 20px;
  }
}

.platform_main .modal_1 {
  width: 100%;

  min-height: 914px;
}

.platform_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 80px;

  display: none;
}

.platform_main .modal_1 .bd {
  width: 1200px;

  height: 620px;

  position: relative;

  margin: 0 auto;

  margin-top: 100px;
}

.platform_main .modal_1 .bd .item {
  width: 358px;

  height: 502px;

  border: 1px solid #e6e6e6;

  position: absolute;

  background: #fff;
}

.platform_main .modal_1 .bd .item .img {
  width: 100%;

  text-align: center;

  height: 120px;

  padding-top: 31px;

  background: #f5f5f5;

  border-bottom: 1px solid #e6e6e6;
}

.platform_main .modal_1 .bd .item .img i {
  display: block;

  margin: 0 auto;

  width: 100px;

  height: 65px;

  background: url(../images/i35.png) no-repeat center 0;
}

.platform_main .modal_1 .bd .item_1 .img i {
  background: url(../images/i35.png) no-repeat center 0;
}

.platform_main .modal_1 .bd .item_2 .img i {
  background: url(../images/i36.png) no-repeat center 0;
}

.platform_main .modal_1 .bd .item_3 .img i {
  background: url(../images/i37.png) no-repeat center 0;
}

.platform_main .modal_1 .bd .item_1.on .img i {
  background: url(../images/i35_on.png) no-repeat center 0 !important;
}

.platform_main .modal_1 .bd .item_2.on .img i {
  background: url(../images/i36_on.png) no-repeat center 0 !important;
}

.platform_main .modal_1 .bd .item_3.on .img i {
  background: url(../images/i37_on.png) no-repeat center 0 !important;
}

.platform_main .modal_1 .bd .item_2.a1 {
  left: 481px;
}

.platform_main .modal_1 .bd .item_2.a2 {
  left: 360px;
}

.platform_main .modal_1 .bd .item .img p {
  font-size: 24px;

  color: #757575;
}

.platform_main .modal_1 .bd .item .text p {
  padding-top: 34px;
}

.platform_main .modal_1 .bd .item .text p span {
  display: block;

  text-align: center;

  font-size: 20px;

  color: #959595;

  margin-bottom: 18px;
}

.platform_main .modal_1 .bd .item .text .all_btn {
  display: block;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  background: #dd3730;

  font-size: 18px;

  color: #fff;

  border-radius: 3px;

  margin: 0 auto;

  display: none;
}

.platform_main .modal_1 .bd .item_1 {
  left: 0;

  top: 0;
}

.platform_main .modal_1 .bd .item_2 {
  left: 430px;
}

.platform_main .modal_1 .bd .item_3 {
  right: 0;
}

.platform_main .modal_1 .bd .item.on {
  width: 478px;

  height: 574px;

  border: 1px solid #eb0013;

  box-shadow: 0 5px 6px #fef5f6;

  top: -36px;

  z-index: 1;

  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_1 .bd .item.on .img {
  background: url(../images/img41.jpg) no-repeat center 0;

  height: 156px;
}

.platform_main .modal_1 .bd .item.on .img p {
  color: #fff;

  font-size: 28px;

  margin-top: 20px;
}

.platform_main .modal_1 .bd .item.on .text .all_btn {
  display: block;

  margin-top: 10px;
}

.platform_main .modal_1 .bd .item.on .text .all_btn:hover {}

.platform_main .modal_1 .bd .item.on .text p span {
  float: left;

  width: 50%;

  text-align: center;
}

.platform_main .modal_1 .bd .item_2 .text p span {
  float: left;

  width: 50%;

  text-align: center;
}

.platform_main .modal_1 .bd .item.on .img i {
  background: url(../images/i35_on.png) no-repeat center 0;
}

.platform_main .modal_1 .bd .item_1.on .all_btn {
  margin-top: 90px !important;
}

.platform_main .modal_1 .bd .item_3.on .all_btn {
  margin-top: 90px !important;
}

.platform_main .modal_1 .bd .item_2.on {
  left: 360px;
}

.platform_main .modal_2 {
  width: 100%;

  min-height: 970px;

  background: #f9f9f9;
}

.platform_main .modal_2 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 80px;

  text-align: center;

  display: none;
}

.platform_main .modal_3 {
  width: 100%;

  min-height: 750px;

  background: #fff;
}

.platform_main .modal_3 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 73px;

  text-align: center;

  display: none;
}

.platform_main .com_hd .p2 {
  line-height: 32px;
}

.platform_main .modal_3 .bd {
  width: 1040px;

  margin: 0 auto;

  position: relative;
}

.platform_main .modal_3 .bd img {
  margin-left: -86px;
}

.platform_main .modal_3 .bd dt {
  font-size: 20px;

  color: #ff4545;

  margin-bottom: 6px;
}

.platform_main .modal_3 .bd dd {
  font-size: 16px;

  color: #a4a4a4;

  line-height: 26px;
}

.platform_main .modal_3 .bd dl {
  position: absolute;
}

.platform_main .modal_3 .bd .dl_1 {
  top: 24px;

  left: 0;

  width: 244px;

  text-align: right;
}

.platform_main .modal_3 .bd .dl_2 {
  top: 364px;

  left: 42px;

  width: 225px;

  text-align: right;
}

.platform_main .modal_3 .bd .dl_3 {
  top: 38px;

  left: 800px;

  width: 153px;

  text-align: left;
}

.platform_main .modal_3 .bd .dl_4 {
  top: 353px;

  left: 800px;

  width: 153px;

  text-align: left;
}

.platform_main .modal_4 {
  width: 100%;

  min-height: 680px;

  background: #f9f9f9;
}

.platform_main .modal_4 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 80px;

  display: none;
}

.platform_main .modal_4 ul {
  margin-right: -24px;
}

.platform_main .modal_4 li {
  width: 280px;

  height: 341px;

  background: #fff;

  float: left;

  margin-right: 24px;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_4 li:hover .p1 {
  color: #dd3730;
}

.platform_main .modal_4 li .p1 {
  padding-top: 142px;

  text-align: center;

  font-size: 20px;

  color: #292929;

  margin-bottom: 25px;

  background: url(../images/i32.png) no-repeat 105px 30px;
}

.platform_main .modal_4 li .p2 span {
  display: block;

  text-align: center;

  color: #7c7c7c;

  margin-bottom: 12px;
}

.platform_main .modal_4 .li_2 .p1 {
  background-position: -200px 30px;
}

.platform_main .modal_4 .li_3 .p1 {
  background-position: -505px 30px;
}

.platform_main .modal_4 .li_4 .p1 {
  background-position: -810px 30px;
}

.platform_main .modal_4 li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_5 {
  width: 100%;

  min-height: 670px;
}

.platform_main .modal_5 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 75px;

  display: none;
}

.platform_main .modal_5 li {
  float: left;

  width: 33.33%;

  margin-bottom: 36px;

  text-align: center;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_5 li p {
  font-size: 18px;

  color: #686868;

  padding-top: 14px;
}

.platform_main .modal_5 li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_5 li:hover p {
  color: #dd3730;
}

.platform_main .modal_6 {
  width: 100%;

  min-height: 700px;

  background: #f9f9f9;
}

.platform_main .modal_6 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 80px;

  text-align: center;

  display: none;
}

.platform_main .modal_6 li {
  display: inline-block;

  margin: 0 10px;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_6 li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_8 {
  width: 100%;

  min-height: 916px;

  background: #fff;
}

.platform_main .modal_8 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 80px;

  display: none;
}

.platform_main .modal_8 .bd {
  width: 1148px;

  height: 167px;

  margin: 0 auto;

  margin-top: 310px;

  position: relative;

  background: url(../images/i34.png) no-repeat center 0;
}

.platform_main .modal_8 .bd li {
  position: absolute;
}

.platform_main .modal_8 .bd li .img {
  width: 85px;

  height: 85px;

  margin: 0 auto;

  background: url(../images/i33.png) no-repeat center 0;

  text-align: center;

  line-height: 85px;

  color: #fff;

  font-size: 18px;

  margin-bottom: 20px;
}

.platform_main .modal_8 .bd li .text {
  font-size: 14px;

  color: #4e4e4e;

  line-height: 26px;
}

.platform_main .modal_8 .bd .li_1 {
  width: 270px;

  text-align: center;

  top: -31px;

  left: 0;

  -webkit-animation-delay: 0.5s;

  -moz-animation-delay: 0.5s;

  -ms-animation-delay: 0.5s;

  -o-animation-delay: 0.5s;

  animation-delay: 0.5s;
}

.platform_main .modal_8 .bd .li_2 {
  width: 320px;

  text-align: center;

  top: -247px;

  left: 239px;

  -webkit-animation-delay: 0.8s;

  -moz-animation-delay: 0.8s;

  -ms-animation-delay: 0.8s;

  -o-animation-delay: 0.8s;

  animation-delay: 0.8s;
}

.platform_main .modal_8 .bd .li_3 {
  width: 232px;

  text-align: center;

  top: 56px;

  left: 560px;

  -webkit-animation-delay: 1.1s;

  -moz-animation-delay: 1.1s;

  -ms-animation-delay: 1.1s;

  -o-animation-delay: 1.1s;

  animation-delay: 1.1s;
}

.platform_main .modal_8 .bd .li_4 {
  width: 215px;

  text-align: center;

  top: -91px;

  left: 833px;

  -webkit-animation-delay: 1.4s;

  -moz-animation-delay: 1.4s;

  -ms-animation-delay: 1.4s;

  -o-animation-delay: 1.4s;

  animation-delay: 1.4s;
}

.platform_main .modal_8 .bd .li_2 .text {
  margin-bottom: 20px;
}

.platform_main .modal_8 .bd .li_4 .text {
  margin-bottom: 20px;
}

.platform_main .modal_7 {
  width: 100%;

  min-height: 661px;

  background: url(../images/bg5.jpg) no-repeat center 0;
}

.platform_main .modal_7 .in {
  width: 1200px;

  margin: 0 auto;

  padding-top: 68px;

  display: none;
}

.platform_main .modal_7 .com_hd p {
  color: #fff;
}

.platform_main .modal_7 .bd ul li {
  background: #fff;

  height: auto;

  width: 280px;
}

.platform_main .modal_7 li .img {
  height: 130px;

  padding-top: 10px;
}

.platform_main .modal_7 li .text {
  background: #f9f9f9;

  padding: 16px 14px 0;

  text-align: left;

  height: 180px;
}

.platform_main .modal_7 li .text .p1 {
  margin-bottom: 16px;

  font-size: 20px;

  color: #292929;

  text-align: left;
}

.platform_main .modal_7 li .text .p2 {
  margin-bottom: 16px;

  font-size: 16px;

  height: 76px;

  line-height: 26px;

  color: #7c7c7c;

  text-align: left;
}

.platform_main .modal_7 li .text .p3 {
  font-size: 16px;

  color: #b1b1b1;

  text-align: left;
}

.platform_main .modal_7 .picScroll-left .hd .prev {
  left: -60px;

  top: -208px;
}

.platform_main .modal_7 .picScroll-left .hd .next {
  right: -40px;

  top: -208px;
}

.platform_main .modal_7 .picScroll-left .hd {
  bottom: -47px;
}

.platform_main .modal_7 .picScroll-left li {
  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;

  margin-right: 20px;
}

.platform_main .picScroll-left .bd ul {
  padding-top: 10px !important;
}

.platform_main .modal_7 .picScroll-left .picList li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.platform_main .modal_7 .picScroll-left li:hover .p3 {
  color: #dd3730;
}

.platform_main .modal_7 .picScroll-left li:hover .p1 {
  color: #dd3730;
}

.general_banner .d1 .p3 a {
  text-align: center;

  text-indent: 0;

  background: #dd3730;
}

.general_main .modal_1 {
  min-height: 790px;

  width: 100%;

  background: #fff;
}

.general_main .modal_1 .in {
  width: 1200px;

  margin: 0 auto;

  padding: 64px 0 0;
}

.general_main .modal_1 .hd {
  text-align: center;

  margin-bottom: 45px;
}

.general_main .modal_1 .t {
  text-align: center;

  margin-bottom: 40px;
}

.general_main .modal_1 .b ul {
  margin-right: -25px;
}

.general_main .modal_1 .b li {
  float: left;

  width: 248px;

  padding: 0 15px;

  height: 165px;

  border: 1px solid #e8e8e8;

  padding-top: 125px;

  text-align: center;

  margin-right: 25px;

  background: url(../images/i38.png) no-repeat 20px 10px;

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.general_main .modal_1 .b li:hover {
  box-shadow: 0 5px 6px #ccc;

  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.general_main .modal_1 .b li .p1 {
  font-size: 22px;

  color: #3d3d3d;

  margin-bottom: 20px;
}

.general_main .modal_1 .b li .p2 {
  font-size: 16px;

  color: #8b8b8b;

  line-height: 24px;
}

.general_main .modal_1 .b .li_2 {
  background-position: -290px 10px;
}

.general_main .modal_1 .b .li_3 {
  background-position: -595px 10px;
}

.general_main .modal_1 .b .li_4 {
  background-position: -900px 10px;
}

.general_main .modal_2 {
  min-height: 618px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_2 .in {
  width: 1200px;

  margin: 0 auto;

  text-align: center;

  padding: 48px 0 0;

  display: none;
}

.general_main .modal_3 {
  min-height: 570px;

  width: 100%;

  background: #fff;
}

.general_main .modal_3 .in {
  width: 1200px;

  margin: 0 auto;

  text-align: center;

  padding: 74px 0 0;

  display: none;
}

.general_main .modal_4 {
  min-height: 575px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_4 .in {
  width: 1200px;

  margin: 0 auto;

  text-align: center;

  padding: 43px 0 0;

  display: none;
}

.general_main .modal_6 {
  min-height: 910px;

  width: 100%;

  background: #fff;
}

.general_main .modal_6 .in {
  width: 1200px;

  margin: 0 auto;

  text-align: center;

  padding: 74px 0 0;

  display: none;
}

.general_main .modal_6 .com_hd {
  margin-bottom: 0;
}

.general_main .modal_7 {
  min-height: 910px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_7 .in {
  margin: 0 auto;

  text-align: center;

  padding: 60px 0 0;

  display: none;
}

.general_main .modal_8 {
  min-height: 428px;

  width: 100%;

  background: #fff;
}

.general_main .modal_8 .in {
  text-align: center;

  padding: 87px 0 0;

  display: none;

  margin: 0 auto;
  width: 1200px;
}

.general_main .modal_8 .in ul {
  margin-right: -30px;
}

.general_main .modal_8 .in li {
  float: left;

  width: 270px;

  margin-right: 30px;

  position: relative;
}

.general_main .modal_8 .in li:hover img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.general_main .modal_8 .in li img {
  width: 100%;

  -webkit-transition: -webkit-transform 0.5s linear;

  transition: transform 0.5s linear;
}

.general_main .modal_8 .in li .img {
  width: 270px;

  height: 180px;

  overflow: hidden;
}

.general_main .modal_8 .in li p {
  position: absolute;

  bottom: -50px;

  left: 50%;

  width: 209px;

  height: 70px;

  margin-left: -105px;

  text-align: center;

  border-radius: 6px;

  color: #fff;

  font-size: 22px;

  padding-top: 12px;
}

.general_main .modal_8 .in .li_1 p {
  background: rgba(252, 170, 97, 0.9);
}

.general_main .modal_8 .in .li_2 p {
  background: rgba(252, 102, 97, 0.9);
}

.general_main .modal_8 .in .li_3 p {
  background: rgba(65, 172, 44, 0.9);
}

.general_main .modal_8 .in .li_4 p {
  background: rgba(236, 105, 65, 0.9);
}

.general_main .modal_9 {
  min-height: 690px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_9 .in {
  text-align: center;

  padding: 63px 0 0;

  display: none;
}

.general_main .modal_10 {
  min-height: 745px;

  width: 100%;

  background: #fff;
}

.general_main .modal_10 .in {
  text-align: center;

  padding: 82px 0 0;

  display: none;
}

.general_main .modal_11 {
  min-height: 850px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_11 .in {
  text-align: center;

  padding: 70px 0 0;

  display: none;
}

.general_main .modal_12 {
  min-height: 718px;

  width: 100%;
}

.general_main .modal_12 .in {
  text-align: center;

  padding: 66px 0 0;

  display: none;
}

.general_main .modal_13 {
  min-height: 458px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_13 .in {
  text-align: center;

  padding: 70px 0 0;

  display: none;
}

.general_main .modal_14 {
  min-height: 650px;

  width: 100%;
}

.general_main .modal_14 .in {
  text-align: center;

  padding: 80px 0 0;

  display: none;
}

.general_main .modal_15 {
  min-height: 480px;

  width: 100%;

  background: #f4f4f4;
}

.general_main .modal_15 .in {
  text-align: center;

  padding: 70px 0 0;

  width: 1200px;

  margin: 0 auto;

  display: none;
}

.general_main .modal_15 .bd ul li {
  background: #fff;

  width: 280px;

  height: 260px;

  margin-right: 16px;
}

.general_main .modal_15 li .img {
  height: 150px;
}

.general_main .modal_15 li .text {
  padding: 10px 0 0;

  text-align: center;
}

.general_main .modal_15 li .text .p1 {
  margin-bottom: 10px;

  font-size: 20px;

  color: #292929;
}

.general_main .modal_15 li .text .p2 {
  font-size: 16px;

  line-height: 26px;

  color: #7c7c7c;
}

.general_main .modal_15 .picScroll-left .hd .prev {
  left: -60px;

  top: -208px;
}

.general_main .modal_15 .picScroll-left .hd .next {
  right: -40px;

  top: -208px;
}

.general_main .modal_15 .picScroll-left .hd {
  bottom: -47px;
}

.general_main .modal_15 .picScroll-left li {
  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.general_main .modal_15 .picScroll-left .bd ul {
  padding-top: 10px !important;
}

.general_main .modal_15 .picScroll-left .picList li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.general_main .modal_15 .picScroll-left li:hover .p1 {
  color: #dd3730;
}

.general_main .modal_15 .com_hd {
  margin-bottom: 10px;
}

.case_d_banner .d1 .p3 a {
  display: inline-block;

  width: 170px;

  height: 56px;

  line-height: 56px;

  text-align: center;

  font-size: 18px;

  color: #fff;

  text-indent: 0;

  border-radius: 3px;

  background: #dd3730;
}

.case_d_main .modal_1 {
  width: 100%;

  min-height: 875px;
}

.case_d_main .modal_1 .in {
  padding-top: 60px;

  width: 1200px;

  margin: 0 auto;
}

.case_d_main .modal_1 .t {
  margin-bottom: 58px;
}

.case_d_main .modal_1 .t .img img {
  width: 480px;

  height: 267px;
}

.case_d_main .modal_1 .t .text {
  width: 100%;

  background: #f5f5f5;

  padding-bottom: 20px;
}

.case_d_main .modal_1 .t .text p {
  padding-left: 50px;

  width: 1030px;
}

.case_d_main .modal_1 .t .text .p1 {
  padding-top: 22px;

  padding-bottom: 26px;
}

.case_d_main .modal_1 .t .text .p1 img {
  width: 236px;

  vertical-align: middle;
}

.case_d_main .modal_1 .t .text .p1 span {
  display: inline-block;

  width: 236px;

  height: 100px;

  line-height: 100px;

  background: #fff;
}

.case_d_main .modal_1 .t .text .p2 {
  padding-bottom: 26px;

  font-size: 16px;

  color: #858585;
}

.case_d_main .modal_1 .t .text .p3 {
  font-size: 16px;

  color: #858585;
}

.case_d_main .modal_1 .b .d1 {
  font-size: 22px;

  color: #535353;

  margin-bottom: 30px;
}

.case_d_main .modal_1 .b .d2 {
  font-size: 16px;

  color: #858585;

  margin-bottom: 30px;

  border-left: 6px solid #dd3730;

  background: #f5f5f5;

  padding-right: 43px;

  padding-top: 38px;

  padding-bottom: 1px;

  padding-left: 32px;
}

.case_d_main .modal_1 .b .d2 p {
  font-size: 16px;

  color: #858585;

  margin-bottom: 34px;

  padding-left: 25px;

  background: url(../images/i39.png) no-repeat 0 7px;
}

.case_d_main .modal_1 .b .d3 .p1 {
  font-size: 22px;

  color: #535353;

  margin-bottom: 18px;
}

.case_d_main .modal_1 .b .d3 .p2 {
  font-size: 16px;

  color: #858585;
}

.case_d_main .modal_2 {
  width: 100%;

  min-height: 582px;

  background: #f5f5f5;
}

.case_d_main .modal_2 .in {
  padding-top: 50px;

  width: 1200px;

  margin: 0 auto;
}

.case_d_main .modal_2 .bd ul li {
  background: #fff;

  width: 379px;

  height: 380px;

  margin-right: 30px;
}

.case_d_main .modal_2 li .img {
  height: 170px;

  border-bottom: 1px solid #f5f5f5;

  text-align: center;

  line-height: 170px;
}

.case_d_main .modal_2 li .img img {
  vertical-align: middle;

  width: 277px;
}

.case_d_main .modal_2 li .text {
  padding: 35px 18px 0;

  text-align: left;
}

.case_d_main .modal_2 li .text .p1 {
  margin-bottom: 25px;

  font-size: 22px;

  color: #3b3b3b;
}

.case_d_main .modal_2 li .text .p2 {
  font-size: 16px;

  line-height: 22px;

  color: #828282;

  height: 44px;

  overflow: hidden;

  margin-bottom: 30px;
}

.case_d_main .modal_2 li .text .p3 {
  font-size: 16px;

  color: #c6c6c6;
}

.case_d_main .modal_2 .picScroll-left .hd .prev {
  left: -60px;

  top: -268px;
}

.case_d_main .modal_2 .picScroll-left .hd .next {
  right: -50px;

  top: -268px;
}

.case_d_main .modal_2 .picScroll-left .hd {
  bottom: -47px;
}

.case_d_main .modal_2 .picScroll-left li {
  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.case_d_main .modal_2 .picScroll-left .bd ul {
  padding-top: 10px !important;
}

.case_d_main .modal_2 .picScroll-left .picList li:hover {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  -webkit-transition: -webkit-transform 0.3s linear;

  transition: transform 0.3s linear;
}

.case_d_main .modal_2 .picScroll-left li:hover .p1 {
  color: #dd3730;
}

.case_d_main .modal_2 .picScroll-left li:hover .p3 {
  color: #dd3730;
}


.right-img {
  margin-right: 80px;
  margin-top: 90px;
}

.right-img>img {
  width: 340px;
}

.ejy_main .modal_1 {
  min-height: 508px;
  width: 100%;
  margin-top: 60px;
}

.ejy_main .modal_1 .in {}

.ejy_main .modal_1 .hd {
  width: 100%;
  background: #fff;
  height: 59px;
  position: absolute;
  top: 480px;
  border-bottom: 1px solid #d8d8d8;
}

.ejy_main .modal_1 .hd.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.ejy_main .modal_1 .hd ul {
  width: 1200px;
  margin: 0 auto;
}

.ejy_main .modal_1 .hd li {
  float: left;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  border-bottom: 6px solid #fff;
  line-height: 53px;
  margin-right: 35px;
  display: inline;
  cursor: pointer;
}

.ejy_main .modal_1 .hd .on {
  border-bottom: 6px solid #e0060d;
}

.ejy_main .modal_1 .bd {
  background: #fafafa;
  padding: 70px 0 63px;
}

.ejy_main .modal_1 .d1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 26px;
}

.ejy_main .modal_1 .d2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 41px;
  line-height: 30px;
}

.ejy_main .modal_1 .d3 p {
  font-size: 14px;
  color: #333;
  margin-bottom: 23px;
}

.ejy_main .modal_1 .d3 p img {
  margin-right: 10px;
  vertical-align: -4px;
  width: 18px;
}

.ejy_main .modal_1 .item {
  width: 1200px;
  margin: 0 auto;
}

.ejy_main .modal_1 .l_box {
  width: 560px;
}

.ejy_main .modal_1 .r_box img {
  width: 591px;
}

.ejy_main .modal_3 {
  min-height: 830px;
  width: 100%;
}

.ejy_main .modal_3 .in {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.ejy_main .modal_3 .in .bd img {
  width: 1200px;
}

.ejy_main .hd .p1 {
  font-size: 32px;
  color: #e0060d;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}

.ejy_main .hd .p1:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 60px;
  width: 30px;
  height: 3px;
  background: #666666;
}

.ejy_main .modal_3 .hd .p2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.ejy_main .modal_4 {
  background: #fafafa;
  padding-bottom: 60px;
}

.ejy_main .modal_4 .in {
  padding: 57px 0 0;
  width: 1200px;
  margin: 0 auto;
}

.ejy_main .modal_4 li {
  float: left;
  width: 399px;
  height: 210px;
  border-right: 1px solid #f3f4f9;
  border-bottom: 1px solid #f3f4f9;
  background: #fff;
  text-align: center;
  position: relative;
}

.ejy_main .modal_4 li .img {
  padding-top: 50px;
  height: 95px;
}

.ejy_main .modal_4 li .img img {
  width: 64px;
}

.ejy_main .modal_4 li .text {
  font-size: 18px;
  color: #333;
}

.ejy_main .modal_4 li .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e41419;
  display: none;
}

.ejy_main .modal_4 li .info p {
  padding: 15px 15px 0px 15px;
  color: #fff;
  text-align: left;
  line-height: 30px;
}

.ejy_main .modal_4 li:hover .info {
  display: block;
  overflow-y: auto;
}

.ejy_main .modal_5 {
  background: #fff;
  min-height: 750px;
}

.ejy_main .modal_5 .in {
  padding: 57px 0 0;
  width: 1200px;
  margin: 0 auto;
}

.ejy_main .modal_5 .hd .p1 {
  margin-bottom: 70px;
}

.ejy_cyy_main .modal_5 .hd .p2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.ejy_main .modal_5 ul {
  margin-right: -20px;
}

.ejy_main .modal_5 li {
  float: left;
  width: 590px;
  min-height: 270px;
  border: 1px solid #e8e8e8;
  margin: 0 15px 15px 0;
  display: inline;
}

.ejy_cyy_main .modal_5 {
  background: #fff;
  min-height: 550px;
}

.ejy_cyy_main .modal_5 li {
  float: left;
  width: 389px;
  min-height: 258px;
  border: 1px solid #e8e8e8;
  margin: 0 15px 15px 0;
  display: inline;
}

.ejy_main .modal_5 li .item {
  padding: 48px 34px 20px 100px;
}

.ejy_main .modal_5 li .item .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.ejy_main .modal_5 li .item .p2 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.ejy_main .modal_5 .li_1 {
  background: url(../images/q1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 .li_2 {
  background: url(../images/q1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 .li_3 {
  background: url(../images/q1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 .li_4 {
  background: url(../images/q1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 li:hover {
  border: 1px solid #e0060d;
  box-shadow: 0 0 6px 6px rgba(196, 197, 205, 0.2);
}

.ejy_main .modal_5 li:hover .item .p1 {
  color: #e0060d;
}

.ejy_main .modal_5 .li_1:hover {
  background: url(../images/q1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 .li_2:hover {
  background: url(../images/q1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 .li_3:hover {
  background: url(../images/q1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_5 .li_4:hover {
  background: url(../images/q1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_6 {
  background: #fafafa;
  min-height: 680px;
}

.ejy_main .modal_6 .in {
  padding: 66px 0 40px;
  width: 1200px;
  margin: 0 auto;
}

.ejy_main .modal_6 li {
  float: left;
  width: 390px;
  height: 450px;
  border: 1px solid #e8e8e8;
  margin-right: 15px;
  display: inline;
  background: #fff;
  box-shadow: 0 0 6px 6px rgba(196, 197, 205, 0.2);
  margin-bottom: 15px;
}

.ejy_main .modal_6 ul {
  margin-right: -25px;
}

.ejy_main .modal_6 li a {
  display: block;
  padding: 32px;
}

.ejy_main .modal_6 li .img {
  width: 330px;
  height: 145px;
  line-height: 145px;
  text-align: center;
  margin-bottom: 36px;
  background: #f4f4f4;
}

.ejy_main .modal_6 li .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90px;
  max-width: 250px;
}

.ejy_main .modal_6 li .text {
  text-align: center;
}

.ejy_main .modal_6 li .text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 14px;
}

.ejy_main .modal_6 li .text .p2 {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.ejy_main .modal_6 li:hover {
  border: 1px solid #e0060d;
}

.ex_main .num_modal {
  background: #fff;
  height: 110px;
}

.ex_main .num_modal .in {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 20px;
}

.ex_main .num_modal .num_box {}

.ex_main .num_modal .item {
  margin-right: 145px;
  position: relative;
}

.ex_main .num_modal .item p {
  color: #333;
  margin-bottom: 5px;
}

.ex_main .num_modal .item .p2 {
  font-size: 14px;
  color: #999;
}

.ex_main .num_modal .item .p1 .s1 {
  font-size: 32px;
}

.ex_main .num_modal .item .p1 .s2 {
  font-size: 14px;
}

/* .ex_main .num_modal .item .p1 {
	font-weight: bold;
} */

.ex_main .modal_6 li {
  height: 390px;
}

.ex_main .ex_modal {
  background: #fafafa;
}

.ex_main .ex_modal .in {
  padding-top: 45px;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 45px;
}

.ex_main .ex_modal .h {
  height: 130px;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);

  padding-left: 62px;
  padding-right: 107px;
}

.ex_main .ex_modal .h li {
  float: left;
  width: 13.66%;
  text-align: center;
  padding-top: 29px;
  border-top: 4px solid #fff;
  position: relative;

  margin-right: 33px;
}

.ex_main .ex_modal .h li:last-child {
  margin-right: 0px;
}

/* 
.ex_main .ex_modal .h .on {
	border-top: 4px solid #E0060D;
} */

.ex_main .ex_modal .h li:after {
  width: 38px;
  height: 20px;
  position: absolute;
  top: 126px;
  left: 0px;
  right: 0px;
  margin: auto;
  content: "";
  display: block;
  background: url(../images/q01.png) center bottom no-repeat;
  background-size: 100%;
  display: none;
}

.ex_main .ex_modal .h .on:after {
  display: block;
}

.ex_main .ex_modal .h li img {
  height: 64px;
}

.ex_main .ex_modal .b {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.ex_main .ex_modal .b .item {
  padding: 65px 0 46px 80px;
  display: none;
}

.ex_main .ex_modal .b .item .l_box {
  width: 750px;
  min-height: 288px;
  padding-right: 78px;
  border-right: 1px solid #d8d8d8;
  margin-right: 26px;
}

.ex_main .ex_modal .b .item .r_box {
  padding-left: 30px;
}

.ex_main .ex_modal .b .item .l_box dt {
  font-size: 32px;
  color: #333333;
  margin-bottom: 17px;
  font-weight: bold;
}

.ex_main .ex_modal .b .item .l_box dd {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.ex_main .ex_modal .b .item .l_box dd img {
  width: 14px;
  height: 14px;
  margin-top: 8px;
  margin-right: 12px;
}

.ex_main .ex_modal .b .item .r_box dt {
  color: #333333;
  font-size: 18px;
  height: 48px;
}

.ex_main .ex_modal .b .item .r_box dd {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.o_banner_jry .d0 img {
  margin-left: -2px;
}

.ejy_jry_main .modal_1 .d2 dl {
  margin-bottom: 20px;
}

.ejy_jry_main .modal_1 .d2 dt {
  font-weight: bold;
  font-size: 18px;
}

.ejy_jry_main .modal_1 .d2 dd {
  font-size: 14px;
}

.ejy_jry_main .modal_5 .li_1 {
  background: url(../images/jryq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_jry_main .modal_5 .li_2 {
  background: url(../images/jryq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_jry_main .modal_5 .li_3 {
  background: url(../images/jryq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_jry_main .modal_5 .li_1:hover {
  background: url(../images/jryq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_jry_main .modal_5 .li_2:hover {
  background: url(../images/jryq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_jry_main .modal_5 .li_3:hover {
  background: url(../images/jryq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_yxy_main .modal_5 .li_1 {
  background: url(../images/yxyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_yxy_main .modal_5 .li_2 {
  background: url(../images/yxyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_yxy_main .modal_5 .li_3 {
  background: url(../images/yxyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_yxy_main .modal_5 .li_1:hover {
  background: url(../images/yxyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_yxy_main .modal_5 .li_2:hover {
  background: url(../images/yxyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_yxy_main .modal_5 .li_3:hover {
  background: url(../images/yxyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_txy_main .modal_5 .li_1 {
  background: url(../images/txyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_txy_main .modal_5 .li_2 {
  background: url(../images/txyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_txy_main .modal_5 .li_3 {
  background: url(../images/txyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_txy_main .modal_5 .li_1:hover {
  background: url(../images/txyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_txy_main .modal_5 .li_2:hover {
  background: url(../images/txyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_txy_main .modal_5 .li_3:hover {
  background: url(../images/txyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_1 .d4 .h {
  margin-bottom: 24px;
}

.ejy_main .modal_1 .d4 .h a {
  float: left;
  width: 105px;
  height: 42px;
  background: rgba(232, 232, 232, 1);
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #fafafa;
}

.ejy_main .modal_1 .d4 .h .on {
  background: #e0060d;
  color: #fff;
  position: relative;
}

.ejy_main .modal_1 .d4 .b p {
  display: none;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}

.ejy_main .modal_1 .d4 .h .on:after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -7px;
  content: "";
  display: block;
  background: url("../images/jt3.png") center 0 no-repeat;
  background-size: 100%;
}

.ejy_cwy_main .modal_5 .li_1 {
  background: url(../images/cwyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_2 {
  background: url(../images/cwyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_3 {
  background: url(../images/cwyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_4 {
  background: url(../images/cwyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_5 {
  background: url(../images/cwyq1_5.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_6 {
  background: url(../images/cwyq1_6.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_1:hover {
  background: url(../images/cwyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_2:hover {
  background: url(../images/cwyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_3:hover {
  background: url(../images/cwyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_4:hover {
  background: url(../images/cwyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_5:hover {
  background: url(../images/cwyq1_5_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cwy_main .modal_5 .li_6:hover {
  background: url(../images/cwyq1_6_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_1 {
  background: url(../images/cyyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_2 {
  background: url(../images/cyyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_3 {
  background: url(../images/cyyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_4 {
  background: url(../images/cyyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}


.ejy_cyy_main .modal_5 .li_1:hover {
  background: url(../images/cyyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_2:hover {
  background: url(../images/cyyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_3:hover {
  background: url(../images/cyyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cyy_main .modal_5 .li_4:hover {
  background: url(../images/cyyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}



.o_banner_gcy .d0 {
  /* margin-left: 20px; */
}

.ejy_gcy_main .modal_5 .li_1 {
  background: url(../images/gcyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_2 {
  background: url(../images/gcyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_3 {
  background: url(../images/gcyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_4 {
  background: url(../images/gcyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_5 {
  background: url(../images/gcyq1_5.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_1:hover {
  background: url(../images/gcyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_2:hover {
  background: url(../images/gcyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_3:hover {
  background: url(../images/gcyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_4:hover {
  background: url(../images/gcyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gcy_main .modal_5 .li_5:hover {
  background: url(../images/gcyq1_5_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gyl_main .modal_5 li {
  min-height: 390px;
}

.ejy_gyl_main .modal_5 .li_1 {
  background: url(../images/gylq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gyl_main .modal_5 .li_2 {
  background: url(../images/gylq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gyl_main .modal_5 .li_3 {
  background: url(../images/gylq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gyl_main .modal_5 .li_1:hover {
  background: url(../images/gylq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gyl_main .modal_5 .li_2:hover {
  background: url(../images/gylq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_gyl_main .modal_5 .li_3:hover {
  background: url(../images/gylq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_1 .r_box img {
  width: 270px;
}

.ejy_zzy_main .modal_1 .l_box {
  width: 698px;
}

.ejy_main .modal_4 li .info p {
  height: 147px;
  overflow: hidden;
}

.ejy_zzy_main .modal_5 .li_1 {
  background: url(../images/zzyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_2 {
  background: url(../images/zzyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_3 {
  background: url(../images/zzyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_4 {
  background: url(../images/zzyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_1:hover {
  background: url(../images/zzyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_2:hover {
  background: url(../images/zzyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_3:hover {
  background: url(../images/zzyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zzy_main .modal_5 .li_4:hover {
  background: url(../images/zzyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_main .modal_4 li .info p {
  display: table-cell;
  vertical-align: middle;
}

.ejy_zcy_main .modal_5 .li_1 {
  background: url(../images/zcyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_2 {
  background: url(../images/zcyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_3 {
  background: url(../images/zcyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_4 {
  background: url(../images/zcyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_5 {
  background: url(../images/zcyq1_5.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_1:hover {
  background: url(../images/zcyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_2:hover {
  background: url(../images/zcyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_3:hover {
  background: url(../images/zcyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_4:hover {
  background: url(../images/zcyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_zcy_main .modal_5 .li_5:hover {
  background: url(../images/zcyq1_5_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_1 {
  background: url(../images/cgyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_2 {
  background: url(../images/cgyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_3 {
  background: url(../images/cgyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_4 {
  background: url(../images/cgyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_1:hover {
  background: url(../images/cgyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_2:hover {
  background: url(../images/cgyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_3:hover {
  background: url(../images/cgyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_cgy_main .modal_5 .li_4:hover {
  background: url(../images/cgyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.cgy_modal_4 .item {
  display: none;
}

.cgy_modal_4 .h {
  text-align: center;
  margin-bottom: 35px;
}

.cgy_modal_4 .h a {
  display: inline-block;
  width: 280px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
}

.cgy_modal_4 .h .a1 {
  background: url(../images/s1.png) no-repeat right center;
  background-size: auto 100%;
  text-indent: 80px;
  margin-right: -20px;
}

.cgy_modal_4 .h .a2 {
  background: url(../images/s2.png) no-repeat 0 center;
  background-size: auto 100%;
  text-indent: 30px;
}

.cgy_modal_4 .h .a1.on {
  background: url(../images/s1_on.png) no-repeat right center;
  background-size: auto 100%;
  color: #fff;
}

.cgy_modal_4 .h .a2.on {
  background: url(../images/s2_on.png) no-repeat 0 center;
  background-size: auto 100%;
  color: #fff;
}

.ejy_main .picScroll-left .bd ul li {
  float: left;
  width: 390px;
  height: 450px;
  border: 1px solid #e8e8e8;
  margin-right: 12px;
  display: inline;
  background: #fff;
  box-shadow: 0 0 6px 6px rgba(196, 197, 205, 0.2);
  margin-bottom: 15px;
}

.ejy_main.ejy_cyy_main .picScroll-left .bd ul li {
  height: 500px;
}

.ejy_main.ejy_cyy_main .picScroll-left .bd ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 145px;
  max-width: 338px;
}

.ejy_main .picScroll-left .bd ul li:hover {
  border: 1px solid #e0060d;
}

.ejy_main .picScroll-left .bd ul li a {
  display: block;
  padding: 26px;
}

.ejy_main .picScroll-left .bd ul li .img {
  width: 338px;
  height: 145px;
  line-height: 145px;
  text-align: center;
  margin-bottom: 36px;
  background: #f4f4f4;
}

.ejy_main .picScroll-left .bd ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90px;
  max-width: 250px;
}

.ejy_main .picScroll-left .bd ul li .text {
  padding-top: 0;
}

.ejy_main .picScroll-left .bd ul li .text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 14px;
}

.ejy_main .picScroll-left .bd ul li .text .p2 {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.ejy_main .picScroll-left .hd .prev,
.ejy_main .picScroll-left .hd .next {
  display: block;
  width: 40px;
  height: 124px;
  float: right;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.ejy_main .picScroll-left .hd .next {
  background: url(../images/z1.png) #fff center 60% no-repeat;
  background-size: 14px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 6px 2px 0px rgba(196, 197, 205, 0.08);
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 50%;
  right: -83px;
}

.ejy_main .picScroll-left .hd .prev {
  background: url(../images/z2.png) #fff center 60% no-repeat;
  background-size: 14px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 6px 2px 0px rgba(196, 197, 205, 0.08);
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 50%;
  left: -83px;
}

.ejy_main .picScroll-left .hd .next:hover {
  background: url(../images/z1_h.png) #fff center 60% no-repeat;
  background-size: 14px;
}

.ejy_main .picScroll-left .hd .prev:hover {
  background: url(../images/z2_h.png) #fff center 60% no-repeat;
  background-size: 14px;
}

.ejy_rly_main .modal_5 .li_1 {
  background: url(../images/rlyq1_1.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_2 {
  background: url(../images/rlyq1_2.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_3 {
  background: url(../images/rlyq1_3.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_4 {
  background: url(../images/rlyq1_4.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_1:hover {
  background: url(../images/rlyq1_1_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_2:hover {
  background: url(../images/rlyq1_2_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_3:hover {
  background: url(../images/rlyq1_3_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .modal_5 .li_4:hover {
  background: url(../images/rlyq1_4_h.png) no-repeat 50px 49px;
  background-size: 32px auto;
}

.ejy_rly_main .picScroll-left .bd ul li {
  height: 370px;
}

.index_main .picScroll-left .hd .prev {
  background: url(../images/z11.png) rgba(0, 0, 0, 0.5) center center no-repeat;
  background-size: 22px;
}

.index_main .picScroll-left .hd .next {
  background: url(../images/z22.png) rgba(0, 0, 0, 0.5) center center no-repeat;
  background-size: 22px;
}

.ejy_cwy_main .modal_4 li {
  width: 19.9%;
}

.ejy_cyy_main .modal_4 li {
  width: 24.9%;
}

.ejy_main .modal_5 .in {
  padding-bottom: 60px;
}

.ejy_cgy_main .modal_4 li {
  width: 24.9%;
}

.ejy_gyl_main .modal_4 li {
  width: 24.9%;
}

.ejy_txy_main .modal_4 li {
  width: 24.9%;
}

.ejy_zzy_main .modal_4 li {
  width: 19.9%;
}

.ejy_zcy_main .modal_4 li {
  width: 19.9%;
}

.ejy_rly_main .modal_4 li {
  width: 24.9%;
}

.video_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9911;
  display: none;
}

.video_pop .in {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 960px;
  height: 526px;
  margin: auto;
  /*  */
}

.video_pop .close_btn {
  position: absolute;
  top: -40px;
  right: -27px;
  font-size: 30px;
  color: #aeaeae;
  z-index: 2222;
}

.dongfang::after {
  left: 20px !important;
}

.shuangliang::after {
  left: -10px !important;
}

.feihe::after {
  left: -25px !important;
}

.luzhou::after {
  left: 20px !important;
}

.sany::after {
  left: 5px !important;
}

.daoxiangcun::after {
  left: 30px !important;
}

.active-cover {
  width: 375px;
  height: 187.5px !important;
  margin-bottom: 0px !important;
}

.index-bip {
  width: 100%;
  height: 600px;
  background: url(../images/index_kuangjia.jpg) no-repeat center 40%;
  background-size: auto 600px;
}

.index_main .mobile_list_modal {
  display: none;
}

.mobile_bd,
.m_ex_main,
.m_modal_2,
.m_modal_7,
.m_footer,
.menu_box,
.m_header,
.m_mask {
  display: none;
}

@media all and (max-width: 1000px) {

  html,
  body {
    min-width: 100%;
  }

  .banner {
    height: 316px;
    min-width: auto;
    background: url(../images/banner2.png) no-repeat center center;
    background-size: auto 100%;
  }

  .banner {
    margin-top: 45px;
  }

  .banner video {
    width: 100%;
    height: 100%;
    display: none;
  }

  .banner .d1 img {
    width: 286px;
  }

  .banner .d1 {
    top: 75px;
  }

  .banner .bf_btn {
    width: 32px;
    height: 32px;
    background-size: 100%;
    margin: 20px 0 0 -16px;
  }

  .banner .list {
    width: 100%;
    margin: 0;
    left: 0;
    height: 74px;
  }

  .banner .list .in {
    width: auto;
  }

  .ejy_main .modal_6 {
    padding: 0 !important;
  }

  .right-img {
    margin-right: 0;
  }

  .ejy_main .picScroll-left .hd .next {
    display: none;
  }

  .banner .list .item {
    height: 74px;
    line-height: 100px;
    font-size: 10px;
    text-indent: 0;
    text-align: center;
  }

  .banner .list .item:after {
    display: none;
  }

  .banner .list .item:nth-child(1) {
    background: url(../images/v51.png) no-repeat center 11px;
    background-size: auto 30px;
  }

  .banner .list .item:nth-child(2) {
    background: url(../images/v52.png) no-repeat center 11px;
    background-size: auto 30px;
  }

  .banner .list .item:nth-child(3) {
    background: url(../images/v53.png) no-repeat center 11px;
    background-size: auto 30px;
  }

  .banner .list .item:nth-child(4) {
    background: url(../images/v54.png) no-repeat center 11px;
    background-size: auto 30px;
  }

  .video_pop .in {
    width: 320px;
    height: 100px;
  }

  .my-video-dimensions {
    width: 100%;
    height: 200px;
  }

  .index_main .modal_1 {
    min-height: 360px;
    padding-top: 40px;
  }

  .com_hd {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .com_hd .p1 {
    font-size: 18px;
  }

  .com_hd .p2 {
    font-size: 12px;
    padding: 0 16px;
    width: auto;
    line-height: 20px;
  }

  .index-bip {
    width: 100%;
    height: 192px;
    background: url(../images/index_kuai_tu.png) no-repeat center 0;
    background-size: auto 192px;
  }

  .new-title {
    padding-top: 25px;
  }

  .index_main .modal_1 .info_modal {
    display: none;
  }

  .index_main .modal_1 .list_modal {
    display: none;
  }

  .index_main .mobile_list_modal {
    display: block;
  }

  .index_main .mobile_list_modal li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
  }

  .index_main .mobile_list_modal {
    background: #fafafa;
    padding: 5px 0;
  }

  .index_main .mobile_list_modal li img {
    width: 40px;
    margin-bottom: 14px;
  }

  .index_main .mobile_list_modal li .p2 {
    font-size: 12px;
  }

  .index_main .mobile_list_modal .box {
    margin: 12px;
    background: #fff;
    padding: 15px 0 5px;
  }

  .index_main .modal_jstx .in {
    width: auto;
    padding-top: 0;
  }

  .index_main .modal_jstx li {
    width: auto;
    float: none;
    display: block;
    margin: 0 12px;
    margin-bottom: 8px;
    height: auto;
    box-shadow: 0px 0px 8px 0px rgba(218, 218, 218, 0.5);
    border: 1px solid rgba(233, 233, 233, 1);
    padding: 20px 10px 20px 77px;
  }

  .index_main .modal_jstx li .p1 {
    font-size: 14px;
  }

  .index_main .modal_jstx li .p2 {
    font-size: 12px;
    line-height: 20px;
  }

  .index_main .modal_jstx li .img img {
    width: 35px;
  }

  .index_main .modal_jstx li .img {
    top: 21px;
    left: 22px;
  }

  .pc_bd,
  .pc_ex_main,
  .pc_modal_2,
  .pc_modal_7 {
    display: none;
  }

  .mobile_bd,
  .m_ex_main,
  .m_modal_2,
  .m_modal_7 {
    display: block;
  }

  .swiper-pagination-bullet-active {
    background: #e0060d;
  }

  .ex_main .ex_modal .in {
    width: auto;
  }

  .ex_main .ex_modal .b .item .l_box {
    width: auto;
    min-height: auto;
    padding-right: 0;
    border-right: 0px;
    margin-right: 0;
  }

  .ex_main .ex_modal .b .item {
    padding: 0;
  }

  .m_ex_main .bd {
    padding: 0 0;
    position: relative;
  }

  .ex_main .ex_modal .b .item .l_box dt {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
  }

  .ex_main .ex_modal .b .item .l_box dt img {
    height: 70px;
    display: inline-block;
  }

  .ex_main .ex_modal .b .item .l_box dd {
    padding: 0 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    text-align: center;
    bottom: -30px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
  }

  .ex_main .ex_modal .swiper-slide {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    min-height: 400px;
  }

  .ex_main .ex_modal .b {
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
  }

  .index_main .modal_2 {
    min-height: auto;
    padding-top: 30px;
  }

  .index_main .modal_2 .in {
    width: auto;
    padding-bottom: 30px;
  }

  .index_main .modal_jstx li:hover {
    -webkit-transform: translateY(0);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
  }

  .index_main .modal_2 ul {
    padding: 0 12px;
  }

  .index_main .modal_2 li {
    background: #ccc;
    position: relative;
    padding: 0 17px;
    padding-top: 12px;
    height: 53px;
    overflow: hidden;
    margin-bottom: 1px;
  }

  .index_main .modal_2 li img {
    width: 40px;
  }

  .index_main .modal_2 li .text {
    position: absolute;
    top: 12px;
    left: 17px;
  }

  .index_main .modal_2 li .info1 {
    padding-left: 68px;
    margin-top: 13px;
  }

  .index_main .modal_2 li .info1 p {
    color: #fff;
    position: relative;
  }

  .index_main .modal_2 li .info1 .d2 {
    font-size: 12px;
    margin-top: 25px;
    line-height: 26px;
    padding-bottom: 12px;
  }

  .index_main .modal_2 li a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
  }

  .index_main .modal_2 li.on {
    height: auto;
  }

  .index_main .modal_2 li.on .info1 {
    margin-top: 0;
  }

  .index_main .modal_2 li.on .info1 .d1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    margin-left: 0;
    top: 30px;
    width: 25px;
    height: 2px;
    background: #fff;
  }

  .index_main .modal_7 {
    padding-bottom: 70px;
  }

  .index_main .modal_7 .in {
    width: auto;
    padding-top: 20px;
  }

  .index_main .modal_7 .bd .h {
    text-align: center;
    color: #e0060d;
  }

  .index_main .modal_7 .com_hd {
    display: none;
  }

  .index_main .modal_7 {
    min-height: auto;
  }

  .index_main .modal_7 .l_box {
    display: block;
    float: none;
  }

  .index_main .modal_8 {
    min-height: auto;
  }

  .index_main .modal_8 .in {
    display: block;
    padding-top: 25px;
  }

  .index_main .modal_8 .in .bd {
    width: auto;
  }

  .index_main .modal_8 .in .bd li {
    width: 40%;
    margin: 0 4.5%;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px 0;
  }

  .index_main .modal_8 .in .bd li img {
    width: 80%;
  }

  .index_main .modal_safe {
    min-height: auto;
  }

  .index_main .modal_safe .in {
    display: block;
    padding-top: 25px;
  }

  .index_main .modal_safe .sla_box {
    width: auto;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .index_main .modal_safe .sla_box .l_box {
    float: none;
    display: block;
    width: auto;
    font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
  }

  .index_main .modal_safe .sla_box .r_box {
    float: none;
    display: block;
  }

  .index_main .modal_safe .sla_box ul {
    margin: 0;
    padding-left: 22px;
  }

  .index_main .modal_safe .sla_box li {
    margin-right: 0;
    width: 33.33%;
    text-align: left;
  }

  .index_main .modal_safe .sla_box li .s2 {
    font-size: 20px;
  }

  .index_main .modal_safe .sla_box li .s2:after {
    width: 34px;
    height: 3px;
    top: 35px;
  }

  .index_main .modal_safe .sla_box li .s1 {
    font-size: 12px;
    position: absolute;
    top: -19px;
    left: 2px;
  }

  .index_main .modal_safe .sla_box li .s3 {
    top: 48px;
  }

  .index_main .modal_safe .in .bd li p {
    display: none;
  }

  .index_main .modal_safe .in .bd li img {
    width: 100%;
  }

  .index_main .modal_safe .in .bd {
    width: auto;
    padding-bottom: 20px;
  }

  .index_main .num_modal {
    height: 230px;
    background-size: cover;
    margin: 0;
  }

  .index_main .num_modal .in {
    width: auto;
    padding-top: 43px;
    padding-left: 27px;
  }

  .index_main .num_modal .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .index_main .num_modal .item .p1 .s1 {
    font-size: 24px;
  }

  .index_main .num_modal .item .p1 .s2 {
    font-size: 11px;
  }

  .index_main .num_modal .item .p2 {
    font-size: 11px;
  }

  .footer,
  .footer_b {
    display: none;
  }

  .m_ex_main {
    min-height: 500px;
  }

  .m_ex_main .in {
    display: none;
  }

  .index_main .modal_2 {
    min-height: 500px;
  }

  .index_main .modal_8 .in {
    display: none;
  }

  .index_main .modal_7 .in,
  .index_main .modal_8 {
    min-height: 350px;
  }

  .m_footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    /* background: #404142; */
  }

  .m_footer .t {
    overflow: hidden;
  }

  .m_footer .t li {
    float: left;
    width: 25%;
    padding-top: 60px;
    background: url(../images/gg1.png) no-repeat center 0;
    background-size: 43px;
    text-align: center;
    color: #a9acad;
  }

  .m_footer .t li .p1 {
    font-size: 12px;
    color: #a9acad;
  }

  .m_footer .t li .p2 {
    font-size: 0.22rem;
    color: #a9acad;
  }

  .m_footer .t .li_2 {
    background: url(../images/gg2.png) no-repeat center 0;
    background-size: 43px;
  }

  .m_footer .t .li_3 {
    background: url(../images/gg3.png) no-repeat center 0;
    background-size: 43px;
  }

  .m_footer .t .li_4 {
    background: url(../images/gg4.png) no-repeat center 0;
    background-size: 43px;
  }

  .ewm_modal {
    margin-top: 0.7rem;
  }

  .ewm_modal p {
    display: block;
    color: #8f8f8f;
    margin-top: 0.3rem;
    text-align: center;
  }

  .ewm_modal img {
    width: 3.4rem;
  }

  .m_footer .m {
    padding-bottom: 33px;
  }

  .m_footer .m dl {
    background: #404142;
  }

  .m_footer .m dl dt a {
    display: block;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    color: #fff;
  }

  .m_footer .m .dl dt a {
    background: url(../images/x2_1.png) no-repeat 95% center;
    background-size: 13px;
  }

  .m_footer .m .dl.on dt a {
    background: url(../images/x2.png) no-repeat 95% center;
    background-size: 13px;
  }

  .m_footer .m dt {
    margin: 0 17px;
    border-bottom: 0.5px solid #666666;
  }

  .m_footer .m dd {
    padding: 0 0 0 34px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
    overflow: hidden;
    background: #2d2f31;
  }

  .m_footer .m dd a {
    color: #cdcdcd;
    font-size: 14px;
    display: block;
    float: left;
    width: 33%;
    margin-bottom: 20px;
  }

  .m_footer .m dl.on dd {
    display: block;
  }

  .m_footer .kefu_box {
    margin-bottom: 0.84rem;
  }

  .m_footer .kefu_box .d1 {
    color: #fff;
    width: 2.2rem;
    background: url(../images/i16.png) #4b4b4b no-repeat 0.2rem 0.2rem;
    background-size: 0.5rem;
    padding: 0.15rem 0;
    padding-left: 1rem;
  }

  .m_footer .kefu_box .p1 {
    font-size: 0.26rem;
    color: #fff;
  }

  .m_footer .kefu_box .p2 {
    font-size: 0.2rem;
    color: #9f9f9f;
  }

  .m_footer .kefu_box .d2 {
    padding: 0.15rem 0;
    color: #fff;
    padding-left: 1rem;
    width: 2.2rem;
    background: url(../images/i16.png) #4b4b4b no-repeat 0.2rem -0.85rem;
    background-size: 0.5rem;
  }

  .m_footer .kefu_box .d3 a {
    display: block;
    color: #9e9e9e;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ewm_modal {
    text-align: center;
  }

  .ewm_modal .ewm_img img {
    margin-bottom: 20px;
    width: 152px;
  }

  .ewm_modal .ewm_img p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
  }

  .ewm_modal .link {
    color: #a9acad;
    font-size: 0.22rem;
  }

  .ewm_modal .link a {
    font-size: 0.22rem;
    color: #a9acad;
  }

  .m_footer .b {
    padding: 0.5rem 0;
  }

  .m_footer .b p {
    color: #9f9f9f;
    font-size: 12px;
    line-height: 24px;
  }

  .m_footer .b p a {
    color: #9f9f9f;
    font-size: 0.24rem;
  }

  .m_footer .b .r {
    color: #9f9f9f;
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }

  .m_footer .b .r a {
    color: #9f9f9f;
    font-size: 0.24rem;
  }

  .m_footer .b .l {
    padding-top: 0.1rem;
    text-align: center;
  }

  .m_footer .ewm_box {
    position: relative;
  }

  .tel_num_box {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    margin: 28px 16px;
  }

  .tel_num_box a {
    background: url(../images/m1.png) no-repeat 0 center;
    background-size: 18px;
    padding-left: 30px;
    color: #fff;
  }

  .index_main .modal_7 .swiper-slide {
    width: 267px !important;
  }

  .index_main .modal_7 .bd .l_box .b {
    margin-left: 16px;
  }

  .index_main .modal_7 .bd .l_box .b a {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .index_main .modal_7 .bd .l_box .b img {
    height: auto;
  }

  .index_main .modal_7 .ft {
    margin-top: 20px;
    padding-left: 0;
  }

  .index_main .modal_7 .ft a {
    width: 72px;
    height: 26px;
    background: rgba(229, 2, 19, 1);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin: 0 auto;
    padding: 0;
    border: 0;
  }

  .index_main .modal_7 {
    padding-bottom: 0;
  }

  .index_main .modal_7 .in {
    min-height: 330px;
  }

  .index_main .modal_2 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 90%;
    margin-left: 0;
    top: 30px;
    width: 14px;
    height: 9px;
    background: url(../images/x2_1.png) no-repeat 0 0;
    background-size: 14px;
  }

  .index_main .modal_2 li.on:after {
    background: url(../images/x2.png) no-repeat 0 0;
    background-size: 14px;
  }

  .m_header {
    width: 100%;
    z-index: 9;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
  }

  .m_header .phone-num {
    display: block;
    color: #e60012;
    padding-top: 18px;
    font-size: 24px;
    /* width: 100%; */
    text-align: right;
    /* margin-left: 40px; */
    float: right;
  }

  .m_header .phone-header-more {
    width: 25px;
    height: 25px;
    background: transparent url(../images/i2_1.png) 0 0 no-repeat;
    background-size: 25px;
    float: right;
    margin-top: 24px;
    margin-right: 10px;
  }

  .m_header .header_logo a {
    display: block;
    width: 80px;
    height: 45px;
    background: url(/static_new/img/icon/logo.png) no-repeat 0 0;
    background-size: 60px auto;
    margin-left: 10px;
    margin-top: 15px;
  }

  .m_header .nav_btn {
    position: absolute;
    top: 15px;
    right: 17px;
    width: 20px;
    height: 20px;
    background: transparent url("../images/i2_1.png") 0 0 no-repeat;
    background-size: 20px;
  }

  .m_header .nav_btn.active {
    background: transparent url("../images/i2_1_on.png") 0 0 no-repeat;
    background-size: 20px;
  }

  .menu_box {
    position: fixed;
    top: 44px;
    right: 0%;
    width: 314px;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    z-index: 2;
    overflow-y: auto;
  }

  .menu_box .inner {
    padding: 0 15px 25px;
  }

  .menu_box .ft {
    text-align: center;
  }

  .menu_box .ft a {
    display: block;
    width: 266px;
    height: 36px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: url(../images/w1.png) #e0060d no-repeat 70px center;
    background-size: 18px;
    margin: 30px auto;
  }

  .menu_box .bd li .a {
    display: block;
    color: #000;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: url(../images/ic_6.png) no-repeat 98% center;
    background-size: 0.18rem;
    border-bottom: 1px solid #f5f5f5;
  }

  .m_sub_box {
    padding: 0 14px;
    display: none;
  }

  .menu_box {
    display: none;
  }

  .menu_box .m_sub_box .item {
    padding: 25px 0 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .menu_box .m_sub_box .item {
    border-top: 1px solid #f5f5f5;
  }

  .menu_box .m_sub_box .item a {
    font-size: 14px;
    color: #333;
    float: left;
    width: 50%;
    margin: 0 0 30px;
    text-align: center;
  }

  .m_footer .m dl.on dd {}

  .menu_box .bd li .a.has_child {
    background: url(../images/x13_1.png) no-repeat 95% center;
    background-size: auto 7px;
  }

  .menu_box .bd li .a.has_child.on {
    background: url(../images/x13.png) no-repeat 95% center;
    background-size: auto 7px;
    border-bottom: 0 none;
  }

  .m_menu_box .bd li dd {
    display: block;
  }

  .hidden {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .m_mask {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;
    background: rgba(0, 0, 0, 0.3);

    display: none;
  }

  .ex_banner {
    height: 200px !important;
    background-size: auto 200px;
    line-height: 260px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .o_banner .in {
    width: auto;
  }

  .ex_banner p {
    font-size: 20px;
  }

  .ex_main .num_modal .item {
    margin-right: 0;
    width: 50%;
    margin-bottom: 10px;
  }

  .ex_main .num_modal .in {
    width: auto;
    padding: 20px 0 10px;
  }

  .ex_main .num_modal {
    height: auto;
  }

  .ex_main .num_modal .num_box {
    margin-right: 0;
    padding: 0 0 0 30px;
  }

  .ex_main .num_modal .item .p1 .s1 {
    font-size: 14px;
  }

  .ejy_main .modal_6 .in {
    padding-top: 0;
  }

  .ejy_main .hd .p1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ejy_main .modal_6 {
    padding: 0 20px;
  }

  .ejy_main .modal_6 .in {
    width: auto;
  }

  .ejy_main .modal_6 ul {
    margin-right: 0;
  }

  .ex_main .modal_6 li {
    height: auto;
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }

  .ejy_main .modal_6 li .img {
    width: auto;
    height: auto;
  }

  .ejy_main .modal_6 li a {
    padding: 15px;
  }

  .ejy_main .modal_6 li .img {
    margin-bottom: 15px;
  }

  .ejy_main .modal_6 li .text .p1 {
    font-size: 16px;
  }

  .ejy_main .modal_6 li .text .p2 {
    font-size: 12px;
    line-height: 24px;
  }

  .ejy_main .modal_6 li .img {
    line-height: 100px;
  }

  .m_ex_main {
    width: 100%;
    overflow: hidden;
  }

  .ejy_main .hd .p1:after {
    top: 30px;
  }

  .o_banner {
    height: auto;
    position: relative;
    padding-bottom: 30px;
  }

  .ex_main .ex_modal .b .item .l_box dd img {
    margin-top: 2px;
    margin-right: 5px;
  }

  .ex_main .ex_modal {
    background: url(../images/d100.png) no-repeat 0 center;
    background-size: 100% 100%;
  }

  .o_banner .text {
    width: auto;
    float: none;
    display: block;
    padding-top: 70px;
  }

  .index_main .modal_7 .item a:hover .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .index_main .modal_8 .in .bd li:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
  }

  .o_banner .img {
    float: none;
    display: block;
  }

  .o_banner .d0 {
    text-align: center;
  }

  .o_banner .text .d1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .o_banner .text .d2 {
    text-align: center;
    font-size: 12px;
    padding: 0 6px;
    line-height: 22px;
  }

  .ejy_main .modal_1 .hd {
    display: none;
  }

  .o_banner .text .d3 {
    text-align: center;
    margin-top: 180px;
  }

  .o_banner .text .d3 .a1 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .o_banner .text .d3 a {
    display: inline-block;
    font-size: 12px;
    float: none;
  }

  .o_banner .text .d3 .a2 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .o_banner .text .d3 a {
    font-size: 12px;
  }

  .o_banner .img {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .o_banner .img img {
    width: 160px !important;
  }

  .o_banner .d0 img {
    height: 22px;
  }

  .ejy_main .modal_1 {
    margin-top: 0;
    min-height: 300px;
    padding-bottom: 20px;
  }

  .ejy_main .modal_1 .bd {
    padding: 0;
    padding-top: 20px;
  }

  .ejy_main .modal_1 .item {
    width: auto;
    padding: 0 20px;
  }

  .ejy_main .modal_1 .l_box {
    width: auto;
  }

  .ejy_main .modal_1 .d1 {
    font-size: 18px;
    text-align: center;
    color: #e0060d;
  }

  .ejy_main .modal_1 .d2 {
    line-height: 24px;
  }

  .ejy_main .modal_1 .d4 {
    display: none;
  }

  .ejy_main .modal_1 .r_box {
    float: none;
  }

  .ejy_main .modal_1 .r_box img {
    width: 100%;
  }

  .ejy_main .modal_1 .d2 {
    margin-bottom: 10px;
  }

  .ejy_main .modal_3 {
    min-height: auto;
  }

  .ejy_main .modal_3 .in {
    width: auto;
    padding: 15px;
  }

  .ejy_main .modal_3 .in .bd img {
    width: 100%;
  }

  .ejy_main .modal_4 .in {
    width: auto;
    padding: 0 15px;
    padding-top: 25px;
  }

  .ejy_main .hd .p1:after {
    display: none;
  }

  .ejy_cwy_main .modal_4 li,
  .ejy_cyy_main .modal_4 li,
  .ejy_cgy_main .modal_4 li,
  .ejy_main .modal_4 li {
    width: 49.5%;
  }

  .ejy_main .modal_4 {
    padding-bottom: 20px;
  }

  .ejy_main .modal_5 .in {
    width: auto;
    padding: 25px 15px;
  }

  .ejy_main .modal_5 .hd .p1 {
    margin-bottom: 20px;
  }

  .ejy_cwy_main .modal_5 .li_1 {
    float: none;
    display: block;
  }

  .ejy_cyy_main .modal_5 .li_1 {
    float: none;
    display: block;
  }

  .ejy_main .modal_5 ul {
    margin: 0;
  }

  .ejy_main .modal_5 li {
    width: 100%;
    min-height: auto;
  }

  .ejy_main .modal_5 li .item {
    padding: 18px 14px 10px 60px;
  }

  .ejy_main .modal_5 li .item .p1 {
    font-size: 16px;
  }

  .ejy_main .modal_5 li .item .p2 {
    font-size: 12px;
    line-height: 24px;
  }

  .ejy_main .modal_5 li {
    background-position: 15px 19px !important;
    margin-right: 0;
  }

  .ejy_main .modal_4 li .text {
    font-size: 14px;
  }

  .ejy_main .modal_5 {
    min-height: auto;
  }

  .ejy_main .modal_6 .in {
    padding-top: 25px;
  }

  .ejy_main .modal_6 {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }

  .ejy_main .modal_6 .in {
    padding: 15px;
  }

  .ejy_main .modal_6 .tempWrap {
    width: 100% !important;
  }

  .picScroll-left .bd {
    width: auto;
  }

  .ejy_main .picScroll-left .bd ul {
    width: 100% !important;
  }

  .ejy_main .picScroll-left .bd ul li,
  .ejy_main .modal_6 li {
    width: 100% !important;
    margin-right: 0;
    float: none !important;
    display: block !important;
    border: 0 none;
    height: auto;
    box-shadow: none;
  }

  .ejy_main .picScroll-left .bd ul li .img {
    width: 100%;
  }

  .ejy_main .picScroll-left .bd ul li .text .p1 {
    font-size: 16px;
  }

  .ejy_main .picScroll-left .bd ul li .text .p2 {
    font-size: 12px;
    line-height: 24px;
  }

  .ejy_main .picScroll-left .bd ul li .img {
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px;
  }

  .cgy_modal_4 .h {
    display: none;
  }

  .ejy_main .modal_4 li .info p {
    line-height: 28px;
  }

  .index_main .modal_1 .in {
    display: block;
  }

  .o_banner_zzy .img {
    top: 146px;
  }

  .index_main .modal_2 li:nth-child(1) {
    background: url(../images/bb1.png) no-repeat center center;
    background-size: 100%;
  }

  .index_main .modal_2 li:nth-child(2) {
    background: url(../images/bb2.png) no-repeat center center;
    background-size: 100%;
  }

  .index_main .modal_2 li:nth-child(3) {
    background: url(../images/bb3.png) no-repeat center center;
    background-size: 100%;
  }

  .index_main .modal_2 li:nth-child(4) {
    background: url(../images/bb4.png) no-repeat center center;
    background-size: 100%;
  }

  .index_main .modal_2 li:nth-child(5) {
    background: url(../images/bb5.png) no-repeat center center;
    background-size: 100%;
  }

  .index_main .modal_2 li:nth-child(6) {
    background: url(../images/bb6.png) no-repeat center center;
    background-size: 100%;
  }



  .cwy_banner .img {
    top: 135px;
  }

  .cyy_banner .img {
    top: 135px;
  }

  .o_banner_gcy .img {
    top: 106px;
  }

  .o_banner_cgy .img {
    top: 123px;
  }

  .o_banner_gyl .img {
    top: 121px;
  }

  .o_banner_zzy .img {
    top: 146px;
  }

  .ejy_main .picScroll-left .bd ul li:hover {
    border: 0 none;
  }

  .video_pop .close_btn {
    position: absolute;
    top: -40px;
    right: -7px;
    font-size: 30px;
    color: #aeaeae;
    z-index: 2222;
  }
}

.input-box {
  /* justify-content: space-between; */
  width: 100%;
  border-radius: unset;
  /* padding: 0.05rem 0; */
  height: auto;
  line-height: normal;
  margin: 0px 10px;
}

.input-box {
  width: 350px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 3px;
  display: flex;
  line-height: 55px;
}

.input-box .China {
  font-size: 16px;
  line-height: 55px;
  padding: 0 10px 0 10px;
}

.China {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 55px;
  padding: 0 20px 0 30px;
}

.input-box input {
  line-height: 25px;
  height: 25px;
  margin: 15px 0;
  font-size: 16px;
}

input-box input {
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 16px;
}

.apply-but {
  margin: 20px 10px;
  /* border: 0.03rem solid #FFFFFF; */
  background: transparent;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: unset;
  /* padding: 0.05rem 0; */
}

input {
  border-width: 0;
  border-color: white;
  border-style: none;
  background: none;
}

.apply-but {
  width: 350px;
  height: 55px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 55px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}


/* sem菜单栏展开 */
.menu_box {
  display: none;
  position: fixed;
  top: 61px;
  left: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  height: 100%;
  z-index: 100;
  overflow-y: auto;
}

.menu_box ul li {
  text-align: center;
  padding: 0px 30px;
}

.menu_box ul li a {
  display: block;
  color: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.menu_box ul li .on {
  color: #E60012;
}

.hidden {
  overflow: hidden;
}

.selected {
  display: block !important;
}