@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src: url("font/SOURCEHANSANSCN-REGULAR.woff2") format("woff2"),
       url("font/SOURCEHANSANSCN-REGULAR.woff") format("woff"),
       url("font/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"),
       url("font/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"),
       url("font/SOURCEHANSANSCN-REGULAR.svg") format("svg"),
       url("font/SOURCEHANSANSCN-REGULAR.otf") format("opentype");
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
p,
blockquoteth,
td {
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus{
  outline: none;
}
html, body {
  font-size: 20px;
  min-width: 320px;
  width: 100%;
}

body {
  font-family: "SOURCEHANSANSCN-REGULAR"; 
  background: #fff;
  margin: 86px auto 0;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
input, textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
}

div,
dl,
dt,
dd,
ul,
ol,
p,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
td,
tr,
th,
body {
  box-sizing: border-box
}

em,
i {
  font-style: normal;
  font-style: normal;
}

.ab_trans {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*@toadmin public_style Begin*/

.tc {
  text-align: center;
}

.fw500 {
  font-weight: 500;
}


/*@toadmin public_style End*/


/*  头部  header_top   */

.header_top_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.header_top_fixed_black{
  background: #273444;
}

.header_top_scroll {
  background: #273444;
}

.header_top {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  height: 86px;
  line-height: 86px;
  font-size: 16px;
}

.header_top .header_menu {
  float: left;
}
.header_top .header_menu, .header_top .header_contact, .header_select{
  height: 82px;
  line-height: 82px;
}

.header_top .logo {
  width: 111px;
  height: 58px;
  float: left;
  position: relative;
  top: 14px;
  top: 0;
  height: 86px;
}/*jesse 2018.1.23*/

.header_top .header_menu .wechat-logo {
  width: 130px;
  height: 50px;
  float: left;
  position: relative;
  top: 6px;
  margin-left: 15px;
}

.navicon {
  display: none;
}

.header_top .header_menu .header_nav {
  float: right;
  margin-left: 20px;
}

.header_top .header_menu .header_nav ul li {
  display: inline-block;
  padding: 0 15px;
  border-bottom: 4px solid transparent;
}
.header_top .header_menu .header_nav ul li.active{
  border-bottom-color: #A5D1FB;
}
.header_top .header_menu .header_nav ul li a {
  color: #fff;
  transition: all .3s;
}

.header_top .header_menu .header_nav ul li a:hover {
  color: #0070D2;
}

.header_top .header_contact {
  float: right;
}

.header_top .header_contact a {
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

.header_select {
  margin-left: 15px;
  float: right;
}
.header_select select {
  float: left;
  margin-top: 7px;
  margin-left: -4px;
}
.header_select img {
  display: inline-block;
  float: left;
}

.header_select ul{
  overflow: hidden;
}
.header_select li{
  display: inline-block;
  float: left;
  color: #fff;
}
.header_select li a{
  color: #fff;
}
.header_select li a:hover{
  color: #0070D2;
}
.header_select li.zh-hans:before {
  content: '/';
  display: inline-block;
  margin: 0 2px;
  color: #fff;
}
.header_select .contact_wx{
  display: inline-block;
  margin-left: 15px;
}
.header_select .contact_wx img{
  width: 1.5rem;    
  width: 1.5rem;
  vertical-align: middle;
  float: none;
}
.qrcode{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  display: none;
}
.qrcode .content {
  width: 100%;
  height: 100%;
  background: url(../images/Wechatimg.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 320px;
}
.qrcode .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../images/close.png);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
    cursor: pointer;
}


.header_top .header_contact a:hover {
  background: #FEAE00;
  border-color: #FEAE00;
  color: #fff;
}

.header_top .header_contact>a:last-child {
  padding: 10px 35px;
  margin-left: 16px;
}

.header_top .header_contact a.header_contact_bg {
  background: #0070D2;
  color: #fff;
  border-color: #0070D2;
}

.header_top .header_contact a.header_contact_bg:hover {
  background: #0466BC;
}

.header_top .header_contact span {
  color: #000;
}

.header_top .header_contact em {
  color: #8492a6;
  margin-right: 50px;
  margin-left: 20px;
  border-left: 1px solid #979797;
  padding-left: 20px;
}



/*   banner   */
.banner {
  position: relative;
  background: #FFF;
}

.banner .banner_bg_img {
  width: 94%;
  position: relative;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
}/*jesse 2018.1.23*/

.banner_slide_img {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 9;
  text-align: center;
  overflow: hidden;
}
.banner_slide_img img{
  width: auto;
  height: 100vh;
}

.banner_slide_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  overflow: hidden;
}

.banner_slide_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_img_phone{
  position: absolute;
  z-index: 10;
  left: 7%;
  top: 4rem;
  width: 35%;
}/*jesse 2018.1.23*/

.banner .banner_img_phone img{
  width: 80%;
}/*jesse 2018.1.23*/


.banner .banner_info {
  position: absolute;
  z-index: 10;
  left: 45%;
  bottom: 25%;
  width: 50%;
  text-align: left;
} /*jesse 2018.1.23*/

.banner .banner_info h1 {
  /*font-size: 2.3rem;*/
  font-size: 2rem; /*jesse 2018.1.23*/
  color: #343B3E;
  margin-bottom: .6rem;
  font-weight: normal
}

.banner .banner_info h6{
  font-size: .7rem;
  margin-top: .3rem;
} /*jesse 2018.1.23*/

.banner .banner_info h6 a{
  color: #1BC4EF;
  border: none;
  padding: 0;
  margin-top: .8rem;
} /*jesse 2018.1.23*/

.banner .banner_info a {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #0070D2;
  border-radius: 6px;
  margin-top: 2rem;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  color: #16325C;
}

.banner_info_phone a:hover {
  background: #FEAE00 !important;
  border-color: #FEAE00 !important;
  color: #fff !important;
}

.banner .banner_info a.bg_color {
  background: #0070D2;
  color: #fff;
}

.banner .banner_info a.bg_color:hover,
.footer_title a.bg:hover,
.banner_info_phone .bg_color:hover {
  background: #0466BC !important;
  border-color: #0466BC !important;
}

.info_table .fixed_white,
.banner .fixed_white {
  width: 94%;
  height: 5rem;
  margin: -3rem auto 0;
  background: #fff url(../images/line_repeat.png) repeat-x center -2px;
  position: relative;
  z-index: 11;
}

.banner .banner_info_phone {
  display: none;
}

.fixed_white_home {
  width: 100%;
  height: 5rem;
  margin: 0rem auto 0;
  background: #fff url(../images/line_repeat.png) repeat-x center -2px;
  position: relative;
  z-index: 11;
}

#usage{
  background: #FFFFFF;
}

.contact_nav {
  width: 70%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.contact_nav ul {
  overflow: hidden;
}

.contact_nav ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 5rem;
  position: relative;
  letter-spacing: 1px;
}

.contact_nav ul li a {
  color: #333d46;
  font-size: 1.1rem;
  display: block;
}

.contact_nav ul li a i {
  display: inline-block;
  text-align: left;
}

.contact_nav ul li a img {
  display: block;
  margin: 0 auto 1.4rem;
  height: 8rem;
}

.contact_nav ul>li:first-child {
  float: left;
}

.contact_nav ul>li:last-child {
  float: right;
}

.contact_nav ul li a.nav_last_a img {
  height: 10rem;
}

.contact_nav ul li a.nav_last_a span {
  color: #0070D2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 10rem;
}

.apply_info_box {
  position: relative;
  z-index: 1;
    padding-bottom: 40px;
}

.clearfix::after {
  content:"";
  display:block;
  clear:both;
}

.apply_info_box .apply_info {
  background: -webkit-linear-gradient(right, #EEF8FF ,#FFFFFF);
  background: -o-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: -moz-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: linear-gradient(to left, #EEF8FF , #FFFFFF);/*jesse 2018.1.23*/
  height: 85rem;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

.apply_info_box .apply_info h2 {
  /*margin-top: 2rem;*/
  font-weight: bold;
  color: #444;
  font-size: 1.7rem;
  line-height: 1.4;
}
.apply_info_box .apply_info h5 {
  margin-top: 3rem;
  color: #777;
  font-size: .9rem;
  line-height: 1.4;
}
.apply_info_box .apply_info .apply_info_bg{
  background: #FFFFFF;
  height: 20rem;
  transform:skewY(165deg);
  -webkit-transform:skewY(165deg);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:skewY(165deg);     /*兼容-moz-引擎浏览器*/
}
.apply_info_box .apply_info .apply_info_bg2{
  background: -webkit-linear-gradient(right, #EEF8FF ,#FFFFFF);
  background: -o-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: -moz-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: linear-gradient(to left, #EEF8FF , #FFFFFF);
  height: 20rem;
  transform:skewY(165deg);
  -webkit-transform:skewY(165deg);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:skewY(165deg);     /*兼容-moz-引擎浏览器*/
}

.apply_info_box .apply_info h2.apply_info_title1,
.apply_info_box .apply_info h5.apply_info_title1{
  position: absolute;
  top: 3rem;
  left:15%
}
.apply_info_box .apply_info h2.apply_info_title2,
.apply_info_box .apply_info h5.apply_info_title2{
  position: absolute;
  top: 18rem;
  left: 50%;
  text-align: left;
  padding-right: 2rem;
}
.apply_info_box .apply_info h2.apply_info_title3,
.apply_info_box .apply_info h5.apply_info_title3{
  position: absolute;
  top: 42rem;
  left: 15%;
  z-index: 99;
}
.apply_info_box .apply_info h2.apply_info_title4,
.apply_info_box .apply_info h5.apply_info_title4{
  position: absolute;
  top: 61rem;
  left: 50%;
  z-index: 99;
  text-align: left;
  padding-right: 2rem;
}
#apply_info_bg1{
  position: absolute;
  top: -11rem; bottom: 0; right: 0; left: 0;
  z-index: -1;
}
#apply_info_bg2{
  height: 27rem;
  position: absolute;
  top: 30rem; bottom: 0; right: 0; left: 0;
  z-index: 3;
}
#apply_info_bg3{
  height: 27rem;
  position: absolute;
  top: 75rem; bottom: 0; right: 0; left: 0;
  z-index: 7;
}
#apply_info_bg4{
  position: absolute;
  top: 54rem; bottom: 0; right: 0; left: 0;
  z-index: 5;
}
#phone1{
  width: 30%;
  position: absolute;
  top: 9rem; bottom: 0; right: 0; left: 10%;
  z-index: 2;
}
#phone2{
  width: 30%;
  position: absolute;
  top: 30rem; bottom: 0; right: 0; left: 50%;
  z-index: 4;
}
#phone3{
  width: 30%;
  position: absolute;
  top: 55rem; bottom: 0; right: 0; left: 10%;
  z-index: 6;
}
#arrow1{
  width: 18%;
  position: absolute;
  top: 9rem; bottom: 0; right: 0; left: 50%;
}
#arrow2{
  width: 20%;
  position: absolute;
  top: 35rem; bottom: 0; right: 0; left: 30%;
  z-index: 99;
}
#arrow3{
  width: 14%;
  position: absolute;
  top: 48rem; bottom: 0; right: 0; left: 40%;
  z-index: 99;
}
#simple-share {
  display: block;
  width: 18%;
  margin: 1% auto;
}
#already {
  margin-top: 1rem;
}

.apply_info_table{
  background: #FFFFFF;
  padding-top: 3rem;
}

.apply_info_table .info_table .info_table_title{
  text-align: center;
}
.apply_info_table .info_table .info_table_title h1{
  font-weight: bold;
  font-size: 1.7rem;
  color: #444;
}
.apply_info_table .info_table .info_table_title h5{
  font-size: .9rem;
  color: #777;
  margin-top: .8rem;
}
.apply_info_table .info_table .info_table_content{
  width: 90%;
  margin: 4rem auto;
  overflow: hidden;
  text-align: left;
}
.info_table_content ul {
  overflow: hidden;
}
.info_table_content ul li {
  float: left;
  /*display: inline-block;*/
  width: 50%;
  margin-bottom: 5rem;
  position: relative;
  letter-spacing: 1px;
}
.info_table_content img{
  width: 20%;
}
.info_table_content .info_table_text{
  font-size: .9rem;
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 25%;
}
.info_table_content .info_table_text .text_title{
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
}
.info_table_content .info_table_text .text_con{
  color: #777;
}
/* for swiper-slide */
.text-banner p a {
  color: #fff;
  text-decoration: underline;
}
.text-banner h1{
  font-size: 1.5rem;
  color: #FFF;
  margin-bottom: .6rem;
  font-weight: bold;
}
.text-banner p {
  font-size: 1rem;
  color: #FFF;
}
.text-slide1 {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 25%;
  text-align: center;
  padding: 0 auto;
  z-index: 10;
}
.text-slide1 h1,
.text-slide1 p {
  color: #fff;
  font-weight: normal;
}
.text-slide1 h1.above-video {
  color: #FFF;
  font-weight: bold;
}
.text-slide1 p.above-video {
  color: #FFF;
}
.text-slide2 {
  position: absolute;
  left: 15%;
  width: 90%;
  top: 25%;
  text-align: left;
  padding: 0 auto;
  z-index: 10;
}

.text-slide3 {
  position: absolute;
  width: 100%;
  top: 20%;
  text-align: center;
  padding: 0 auto;
  z-index: 10;
}
.text-slide3 h1 {
  color: #1BD3EE;
  letter-spacing: 0.3rem;
}
.text-slide3 h2 {
  color: #FFF;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}

.text-slide4 {
  position: absolute;
  left: 15%;
  width: 90%;
  top: 25%;
  text-align: left;
  padding: 0 auto;
  z-index: 10;
}
.text-slide4 h1,h2 {
  display: inline-block;
}
.text-slide4 h2 {
  font-size: 1.2rem;
  color: #00A5EF;
  margin-left: 1rem;
}

a.standardlink {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 1rem;
  border-radius: 6px;
}

a.bg1 {
  border: 1px solid #0070D2;
  background: #0070D2;
  color: #FFF;
}
a.bg1-2 {
  border: 1px solid #0070D2;
  background: #FFF;
  color: #0070D2;
}
.text-slide1>a:hover {
  background: #0466BC;
}
.text-slide1>a.bg1-2:hover {
  background: #0070D2;
  color: #FFF;
}

a.bg2 {
  border: 2px solid #FFF;
  background: #114C8E;
  color: #FFF;
}
.text-slide2>a:hover {
  border: 2px solid #FFF;
  background: #FFF;
  color: #000;
}

a.bg3 {
  border: 2px solid #1BD3EE;
  background: #03192e;
  color: #1BD3EE;
}
.text-slide3>a:hover {
  background: #1BD3EE;
  color: #000;
}

a.bg4 {
  border: 2px solid #00A5EF;
  background: #181938;
  color: #00A5EF;
}
.text-slide4>a:hover {
  background: #00A5EF;
  color: #000;
}

/* swiper */
.swiper-container.gallery-top {
  width: 100%;
  top: -86px;
}
.swiper-wrapper-thumb {
  transform: translate3d(27%,0,0)!important;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 0;
}
.gallery-thumbs .swiper-slide {
  border: 2px solid black;
  width: 15%;
  opacity: 0.2;
}
.gallery-thumbs .swiper-slide img {
  display: block;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 5%;
  height: 6px;
  background: #aaa;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/*   视频    */
.video_say article{
  background: #ffffff;
}
.video_say_less_margin{
  margin: 0 auto 4rem;
}

.video_say h1, .apply_info_box h1, .video_say_less_margin.client_video h1{
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #424E58;
  margin-bottom: 4rem;
  width: 86%;
  margin: 0 auto 4rem;
  line-height: 2rem;
}

.video_say dl {
  width: 25%;
  float: left;
}

.video_say dl dd, .video_relative {
  /*	height: 15rem;*/
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.video_say dl dd>img, .video_relative>img {
  width: 100%;
}

.video_say dl dd img, .video_relative img {
  display: block;
}

.video_say dl dd .bottom_color, .video_relative .bottom_color {
  height: .5rem;
  background: #FF9736
}

.video_say dl dd .ic_play, .video_relative .ic_play {
  width: 2.2rem;
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
}

.video_say dl dt {
  background: #99A8C5;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
}
.video_say .swiper-container{
  width: 54rem;
  top: 0;
  margin: auto;
  padding-bottom: .5rem;
}
.video_say .swiper-container .swiper-button-next, .video_say .swiper-container .swiper-button-prev{
  width: 13.5rem;
  height: 22rem;
  background: none;
  top: 1.1rem;
}
.video_say .swiper-container .swiper-button-next{
  right: 0;
}
.video_say .swiper-container .swiper-button-prev{
  left: 0;
}
.video_say .swiper-container .swiper-slide{
  background: #fff;
  box-shadow: 0 0rem 0.14rem 0 rgba(0, 0, 0, 0.2);
}
.video_say .swiper-container .swiper-slide>a{
  display: block;
}
.video_say .swiper-container .swiper-slide>a:hover{
  text-decoration: none;
}
.video_say_box .swiper-slide .text{
  text-align: center;
  color: #2D353C;
  display: none;
  position: relative;
}
.video_say_box .swiper-slide.swiper-slide-active .text{
  display: block;
}
.video_say_box .swiper-slide .text img{
  position: absolute;
  left: 9%;
  top: -.4rem;
  width: 1.4rem;
  margin-left: -.7rem;
}
.video_say_box .swiper-slide .text p{
  width: 64%;
  font-size: .8rem;
  line-height: 1.3rem;
  height: 3.9rem;
  overflow: hidden;
  margin: 1.4rem auto;
  text-align: left;
}
.video_say dl dt h3, .video_say_box .text h3 {
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 1.6;
}

.video_say dl dt h4{
  font-size: .85rem;
}
.btn-more{
  margin-bottom: .5rem;
  text-align: center;
}
.btn-more a:hover{
  background: #0070D2;
  color: #fff;
}
.apply_info_box .btn-more a{
  margin-top: 0;
}

/*  service   */

.service {
  clear: both;
  width: 80%;
  margin: 0 auto;
  padding: 167px 0;
  min-width: 990px;
}

.service h1 {
  width: 90%;
  margin: 0 auto 84px;
  text-align: center;
  font-size: 1.7rem;
  color: #424E58;
  font-weight: normal;
  letter-spacing: -1px;
}

.service .service_main {
  overflow: hidden;
  position: relative;
}

.service .service_main_img {
  width: 50%;
  float: left;
  font-size: 0;
}

.service .service_main_info {
  /*width: 41%;
    float: right;
    position: relative;
    font-size: 0;*/
  width: 41%;
  height: 100%;
  float: right;
  position: absolute;
  font-size: 0;
  left: 59%;
}

.service_main_info:before {
  content: "";
  display: inline-block;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
}

.service .service_main_info .v1 {
  position: absolute;
  top: 0;
}

.service .service_main_info .v3 {
  position: absolute;
  bottom: 0;
}

.service .service_main_info .v2 {
  position: absolute;
}

.service .service_main_info .service_main_section {
  /*	margin-bottom: 2.6rem;*/
}

.service .service_main_info .service_main_section h2 {
  font-size: 1rem;
  /*margin-bottom: .2rem;*/
  color: #222729;
  font-weight: normal;
}

.service .service_main_info .service_main_section p {
  color: #565758;
  line-height: 1.6;
  font-size: .76rem;
}

.service .service_main_info>.service_main_section:last-child {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0
}

.service .service_main_info .section2 {
  /*position: absolute;
    top: 38%;*/
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: static;
}

/*.footer_bg {*/
  /*background: url(../images/bottom_background.jpg) no-repeat center center;*/
  /*background-size: 100% 100%;*/
  /*padding: 4rem 0 0;*/
/*}*/

.footer_bg .footer .footer_title {
  padding: 2rem 4rem 2rem;
  position: relative;
  text-align: left;
  background: linear-gradient(#20B6FF, #0576E4);
  color: #fff;
  overflow: hidden;
}


.footer_bg .footer .footer_title h1 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  width: 90%;
  margin: 0 auto .5rem;
}

.footer_bg .footer .footer_title p {
  font-size: 0.8rem;
  color: #fff;
  width: 90%;
  margin: 0 auto 0;
}

.footer_bg .footer .footer_title p a {
  color: #0070D2;
  padding: 0;
  border: none;
  text-decoration: underline;
}

.footer_bg .footer .footer_title a {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  border-radius: 6px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

.footer_bg .footer .footer_title .footer_title_bg{
  background: #0070D2; !important;
  border-color: #0070D2; !important;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  right: 10%;
  top:2.8rem;
}
.footer_bg .footer .footer_title a.bg {
  background: #0070D2;
  color: #fff;
  border-color: #0070D2;
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
}

.footer_title_fl{
  float: left;
  margin-left: 5%;
}
.footer_title_fl_txt{
  margin-top: 10px;
}
.footer_bg .footer .footer_title .footer_title_fl h1, .footer_bg .footer .footer_title .footer_title_fl p{
  width: 100%;
}

/* 立即试用 */
.main-content-body{
  float: right;
  height: auto;
  margin-right: 5%;
  width: 14.4rem;
}
.body-line{
  height: 1.8rem;
  margin-bottom: .8rem;
  color: #333;
}
.main-content-body.section-b {
  text-align: center;
}
.main-content-body .backgrd-img {
  height: 10rem !important;
}
.main-content-body.section-b h2 {
  font-size: 1rem;
  color: white;
}
.body-line select {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 0 0 40px;
  color: rgb(51, 51, 51);
  background: white;
  font-size: inherit;
}
.body-line select option {
  background: white;
}
.img-in-input{
  height: 1.8rem;
}
.error-message{
  font-size: .65rem;
  top: -.5rem;
  color: #fff;
}
.body-line input{
  border-color: #fff;
}
.section-a img{
  height: 1.6rem;
  top: .1rem;
}
.submit-button{
  padding: .4rem .8rem;
  float: right;
  margin: .2rem 0 .5rem;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
.submit-button:hover{
  background: #0466BC;
}


.footer_bg .footer {
  background: #273444;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
  font-size: .7rem;
  padding-bottom: 3rem;
}
.footer_bg .footer.footerNo{
  padding-bottom: 0;
}
.footer_bottom_bg .footerOpacity{
  opacity: 0;
  font-size: .6rem;
  text-align: center;
}

.footer_bg .footer .footer_nav {
  max-width: 1330px;
  margin: 2rem auto 0;
  padding: 0 12%;
  font-size: .5rem;
}/*jesse 2018.1.25*/

.footer_bg .footer .footer_nav dl {
  width: 20%;
  float: left;
}

.footer_bg .footer .footer_nav dl dt {
  color: #fff;
  line-height: 2.3;
  font-size: .7rem;
}

.footer_bg .footer .footer_nav dl dd {
  line-height: 2.3;
  position: relative;
}

.footer_bg .footer .footer_nav dl dd a {
  color: #bbb;
}

.footer_bg .footer .footer_nav dl dd img {
  width: 4.5rem;
}

.footer_bg .footer .footer_nav .contact_wx img {
  width: 1.5rem;
}

.footer_bg .footer .footer_nav .contact_wb img,
.footer_bg .footer .footer_nav .contact_mail img {
  width: 1.5rem;
  margin: 1rem 0 0 1rem;
}

.footer_bg .footer .footer_nav>dl:last-child {
  width: 10%;
}

.footer_bg .footer .footer_nav>dl:last-child dt {
  margin-bottom: .4rem
}

.footer_bg .footer .footer_nav>dl:nth-child(4) {
  width: 20%;
}

.footer.footer2019{
  padding: 0 0 5rem;
}
.footer_bg .footer .footer_nav.footer_nav2019{
  padding: 0 5%;
  text-align: center;
  overflow: hidden;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl,
.footer_bg .footer .footer_nav.footer_nav2019>dl:nth-child(4){
  width: auto;    
  float: none;
  display: inline-block;
  padding-top: 3rem;
  margin-left: 70px;
  text-align: left;
  vertical-align: top;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl.callW{
  margin-left: 0;
}
.footer_bg .footer .footer_nav dl.callW dd a{
  font-size: 18px;
  font-weight: bold;
}
.footer_bg .footer .footer_nav dl.callW dd a:hover{
  color: #fff;
}
.footer_bg .footer .footer_nav.footer_nav2019 dl.callW dd{
  color: #bbb;
  font-size: 14px;
}
.footer_bg .footer .footer_nav dl dd a.app_store img{
  margin-bottom: .5rem;
}

.footer_bg .footer .footer_nav dl dd p {
  background: #fff;
  min-width: 4.6rem;
  padding: .3rem .5rem .2rem;
  font-size: .6rem;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: -20px;
  left: 5.6rem;
  display: none;
  white-space: nowrap;
  animation: show_p 1.5s;
  -webkit-animation: show_p 1.5s;
  -moz-animation: show_p 1.5s;
  -ms-animation: show_p 1.5s;
  -o-animation: show_p 1.5s;
}

@keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}

@-webkit-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}

@-moz-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}

@-ms-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}

@-o-keyframes show_p {
  0% {
    opacity: 0;
    left: 6.6rem;
  }
  100% {
    opacity: 1;
    left: 5.6rem;
  }
}

.footer_bg .footer .footer_nav dl dd p img {
  width: 92%;
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.footer_bg .footer .footer_nav dl dd p:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -20px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.footer_bg .footer .footer_nav .img_wx {
  padding: .3rem .3rem;
  max-width: 5.6rem;
  left: 2.7rem;
  display: none;
  animation: show_img_wx 1.5s;
  -webkit-animation: show_img_wx 1.5s;
  -moz-animation: show_img_wx 1.5s;
  -ms-animation: show_img_wx 1.5s;
  -o-animation: show_img_wx 1.5s;
}

@keyframes show_img_wx {
  0% {
    opacity: 0;
    left: 3.6rem;
  }
  100% {
    opacity: 1;
    left: 2.7rem;
  }
}

@-webkit-keyframes show_img_wx {
  0% {
    opacity: 0;
    left: 3.6rem;
  }
  100% {
    opacity: 1;
    left: 2.7rem;
  }
}

@-moz-keyframes show_img_wx {
  0% {
    opacity: 0;
    left: 3.6rem;
  }
  100% {
    opacity: 1;
    left: 2.7rem;
  }
}

@-ms-keyframes show_img_wx {
  0% {
    opacity: 0;
    left: 3.6rem;
  }
  100% {
    opacity: 1;
    left: 2.7rem;
  }
}

@-o-keyframes show_img_wx {
  0% {
    opacity: 0;
    left: 3.6rem;
  }
  100% {
    opacity: 1;
    left: 2.7rem;
  }
}

.footer_bottom_bg {
  background: #273444;
  color: #fff;
  font-size: .7rem;
}

.footer_bottom_bg .footer_bottom {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 1rem;
}

  .footer_bottom_bg .footer_bottom.footer_bottom_no,
  .footer_bottom_phone.footer_bottom_no{
    padding-bottom: 0;
  }

.footer_bottom_bg .footer_bottom p {
  width: 11%;
  float: left;
}
.footer_bottom_bg .footer_bottom p a {
  color: #fff;
}

.footer_bottom_bg .footer_bottom p em,
.footer_bottom_bg em {
  display: inline-block;
  background: #333;
  border-radius: 6px;
  position: relative;
  height: 30px;
  margin-top: 0px;
}

.footer_bottom_bg em b {
  position: absolute;
  right: .2rem;
  top: .4rem;
  z-index: 10;
}

.footer_bottom>.lang-select {
  margin-left: 6rem;
  display: none;
}

.footer_bottom_bg em b img {
  width: 55%;
}

.bottom_phone_top p em {
  float: left;
  top: 0;
}

/*
select {
  font-size: .6rem;
  padding: 0.2rem 1.7rem .8rem 1.3rem;
  font-family: "Microsoft YaHei";
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  position: relative;
  z-index: 11;
  -moz-appearance: none;
  margin-top: 4px;
}
*/

select option {
  background: #333;
}

.footer_bottom_bg .footer_bottom>p:last-child {
  width: auto;
  float: right;
  text-align: right;
  color: #ABA8A8;
}

.footer_bottom_bg .footer_bottom p span {
  margin-right: 6rem;
  display: block;
  font-size: .6rem;
  line-height: 1.7;
}

.footer_bottom_bg .footer_bottom p.ys-tk{
  line-height: 30px;
  margin-left: 6rem;
}
.footer_bottom_bg .footer_bottom p.ys-tk a{
  color: #ABA8A8;
}

.footer_nav_phone {
  display: none;
}

.footer_bottom_phone {
  display: none;
}

.top_menu_phone {
  display: none;
}

.power {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  display: none;
}
.power .close_icon{
  position: absolute;    
  top: 10px;
  left: 50%;
  margin-left: 300px;
  width: 40px;
  cursor: pointer;
}

#example_video_1,
#example_video_2,
#example_video_3,
#example_video_4,
#example_video_5,
#example_video_10,
#example_video_11,
#example_video_12,
#new_video_1,
#new_video_2,
#new_video_3,
#new_video_4,
#apply_video_1,
#apply_video_2,
#apply_video_3,
#apply_video_4,
#apply_video_5,
#apply_video_6,
#apply_video_7,
#apply_video_8,
#apply_video_9,
#apply_video_10,
#video1,
#video2,
#video3
#video4,
#vide5,
#vide6,
#vide7,
#vide8,
#vide9,
#vide10,
#vide11,
#vide12{
  width: 600px;
  height: 340px;
  position: fixed;
  left: 50%;
  top: -400px;
  margin-left: -300px;
  z-index: 99999;
}

#apply_video_1,
#apply_video_2,
#apply_video_3,
#apply_video_4,
#apply_video_5,
#apply_video_6,
#apply_video_7,
#apply_video_8,
#apply_video_9,
#apply_video_10{
  background: #000;
}

.partners, .help_info_box{
  clear: both;
  padding-top: 50px;
  padding-bottom: 100px;
}
.partners h1, .help_info_box h1, .digita h1, .share_plat h1 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #424e58;
  letter-spacing: -1px;
  margin: 0 auto 40px;
}

.partners .contents, .partners .partners-tab {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.index-tab ul{
  width: 920px;
  overflow: hidden;
  margin: auto;
  border-bottom: 1px solid #dedede;
}
.index-tab li{
  float: left;
  color: #979797;
  margin-right: 80px;
  width: 170px;
  padding: 10px 0;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.index-tab li:last-child{
  margin-right: 0;
}
.index-tab li.active{
  color: #0070D2;
  border-bottom-color: #0070D2;
}

.help_info_box{
  margin-bottom: 20px;
}
.help_tab ul{
  width: 740px;
  margin: auto;
}
.help_tab li{
  width: 110px;
  margin-right: 100px;
  text-align: center;
}
.help_tab li .help_icon{
  display: inline-block;
  width: 40px;
  height: 16px;
}
.help_tab li .help_icon img{
  width: auto;
  height: 100%;    
  position: relative;
  top: -2px;
}
.help_tab li.active .default_icon, .help_tab li .active_icon{
  display: none;
}
.help_tab li.active .active_icon{
  display: inline-block;
}
.help-no{
  display: none;
}
.help-box .help-item{
  width: 960px;
  margin: 30px auto 0;
  overflow: hidden;
}
.help-box .swiper-container{
  width: 100%;
}
.help-img{
  float: left;
  width: 200px;
  text-align: center;
  margin-right: 50px;
}
.help-img img{
  width: 100%;
}
.help-img p{
  margin-top: 1.4rem;
  font-size: .9rem;
}
.help-form{
  overflow: hidden;
  color: #9a9a9a;
  box-shadow: 0 0px 8px 1px #dedede;
  margin: 15px;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help-form dl{
  width: 100%;
  font-size: .7rem;
}

.swiper-button-next-help, .swiper-button-prev-help{
  display: none;
}

.help-form dl dt{
  font-size: .8rem;
  font-weight: normal;
}
.help-form dl dd{
  margin-top: 12px;
}
.help-form dl dd span{
  display: inline-block;
  width: 14px;
  height: 14px;
  float: left;
  position: relative;
  top: 3px;
  background: url('../images/oval_noneselected.svg') center no-repeat;
  background-size: 100% 100%;
}
.help-form dl dd p {
  padding-left: 6px;
  display: inline-block;
  width: 94%;
}
.help-form dl.active{
  color: #4b4b4b;
}
.help-form dl dt.user_after{
  color: #0070D2;
}
.help-form dl dd.user_after span{
  background: url('../images/oval_selected.svg') center no-repeat;
  background-size: 100% 100%;
}

.help-form .help_over{
  overflow: hidden;
}
.help-form .user_before{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.help-form .user_after{
  width: 48%;
  float: right;
}
.help-form dl dd.user_after p{
  color: #4b4b4b;
}

.share_plat{
  padding-bottom: 80px;
}
.share_plat_box{
  overflow: hidden;
}
.share_plat_box .swiper-container{
  width: 1000px;
  margin: auto;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -500px;
  overflow: hidden;
}
.share_plat_box .swiper-slide{
  float: left;
  width: 210px;
  text-align: left;
  margin: 0 20px;
}
.share_plat_item{
  padding: 15px 18px 15px 16px;
  margin: 4px;
  height: 160px;
  box-shadow: 0 0px 4px 1px #dedede;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.plat_text{
  width: 100%;
  text-align: center;
  position: relative;
}
.plat_text .plat_icon{
  width: 1.4rem;
  margin-right: .4rem;
  margin-left: -1.6rem;
  position: relative;
  top: -2px;
}
.plat_logo{
  float: right;
  width: 72px;
}
.plat_text h6{
  font-size: .8rem;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin-bottom: .4rem;
}
.plat_text p{
  color: #a0a0a0;
  font-size: .75rem;
  line-height: 1.6;
}
.plat_logo img{
  float: left;
  height: 26px;
  width: auto;
  vertical-align: top;
  margin: 0 10px 16px 0;
}
.plat_logo img:nth-child(2n){
  margin-right: 0;
}
.plat_logo img.all_width{
  width: 100%; 
  height: auto;
}
.plat_img{
  width: 320px;
  margin: auto;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -160px;
}
.plat_img img{
  width: 100%;
}
.plat_line{
  width: 840px;
  left: 50%;
  margin-left: -420px;
  position: relative;
}
.plat_line p{
  width: 100%;
  color: #4b4b4b;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
}
.plat_line1 img{
  margin-left: 6%;
}
.plat_line1, .share_plat_box ul.plat_list2{
  margin-top: -3px;
}
.plat_line1{
  margin-bottom: 10px;
}
.plat_line1 p{
  bottom: -4px;
}
.plat_line2 img{
  width: 95%;
  margin-bottom: -4px;
}
.plat_line2 p{
  top: -8px;
}
.plat_line .palt_mobile{
  display: none;
}

.partners-logo{
  margin: 20px auto 10px;
}
.partners-logo .contents{
  overflow: hidden;
}
.partners-logo .contents>div {
  float: left;
  width: 23%;
  height: auto;
  margin: 15px 1%;
  box-shadow: 0 0px 8px 1px #dedede;
  padding: 15px 0;
}
.partners-logo .contents.contents-kh>div{
  width: 31.3%;
}
.partners-logo .contents.contents-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-logo .contents.contents-flex>div{
  margin: 15px 40px;
}
.icon-no{
  display: none;
}

.partners .contents{
  text-align: left;
}
.icon-logo {
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  cursor: default;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.icon-logo img{
  width: auto;
  height: 100%;    
  opacity: 1;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
}
.icon-logo:hover img{    
  opacity: 0.9;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.digita{
  clear: both;
  padding-bottom: 100px;
}

.digita2{
  padding-bottom: 50px;
}
.digita-box{
  width: 80%;
  margin: 0 auto 1.5rem;
  max-width: 1080px;
}
.digita-box ul{
  overflow: hidden;
}
.digita-box li{
  float: left;
  width: 33.3%;
  text-align: center;
  font-size: .8rem;
}
.digita-box li .digita-circle{
  width: 66%;
  margin: .2rem auto .8rem;
}

/* 产品二级导航 */
.mainheader {
  background: #fff;
  top: 86px;
  left: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  display: none;
}
.mainheader .product_nav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.nav_cont{
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
}
.nav_cont .grey-bleed {
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-list-container.menu-contain-left{
  flex: 2;
  padding: 10px 20px 10px 10px;
}
.nav_cont .flexarea-container {
  flex: 5;
}
.menu-list-container h5 {
  font-size: .9rem;
  display: block;
  margin: 0 0 4px;
  padding: 0 0 8px;
  border-bottom: 1px solid #BABABA;
  color: #6D6E6F;
  line-height: normal4;
}
.featured-top-menu-list{
  margin-bottom: 15px;
}
.menu-list-container .featured-top-menu-list > li {
  display: block;
  line-height: normal;
  padding: 0;
  margin: 0;
  position: relative;
}
.menu-list-container li a{
  font-size: .75rem;
  padding: 4px 0;
  margin: 0;
  display: block;
  text-decoration: none;
  white-space: normal;
  font-weight: 400;
  color: #6D6E6F;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.menu-list-container li a:hover {
  color: #0070D2;
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nav_cont .flexarea{
  display: flex;
  justify-content: space-between;
}
.double-banner{
  margin: 10px;
  flex: 1;
}
.double-banner>a{
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  transition: transform 250ms ease, box-shadow 250ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
.double-banner>a:hover{
  transform: scale(1.04);
  box-shadow: 0 5px 30px rgba(31, 36, 43, 0.3);
}


@media screen and (min-width: 2100px) {
  .apply_info_box .apply_info {
    max-width: 1800px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 1250px) {
  .header_top .header_contact span {
    display: none;
  }
  .header_top .header_contact em {
    display: none;
  }
  .footer_bg .footer .footer_nav.footer_nav2019{
      padding: 0;
  }
}

@media screen and (max-width: 1180px) {
  .banner .banner_info {
    /*top: 3.3rem;*/
    top: 10rem;
  }/*jesse 2018.1.23*/
  .banner .banner_info h1 {
    /*font-size: 1.8rem;*/
    font-size: 1.4rem;
  }
  .swiper-slide h1 {
    font-size: 1.4rem;
  }
  .banner .banner_info a {
    padding: 8px 20px;
  }
  .contact_nav ul li a {
    font-size: 1.06rem;
  }
  .contact_nav ul li a i {
    text-align: center;
  }
  .contact_nav ul li a img {
    height: 6rem
  }
  .contact_nav ul li a.nav_last_a img {
    height: 8rem
  }
  .contact_nav ul li a.nav_last_a span {
    line-height: 8rem;
    font-size: .8rem
  }
  .video_say dl dt h3 {
    font-size: 1rem;
  }
  .video_say dl dt p {
    font-size: .8rem;
  }
}

@media screen and (max-width: 990px) {
  body {
    margin: 0 auto;
  }
  .help-view-top {
    margin-top: 260px!important;
  }
  .header_top_fixed {
    position: relative;
    background: #273444;
  }
  .header_top .header_menu .header_nav {
    display: none;
  }
  .header_top .header_contact {
    display: none;
  }
  .header_top, .header_top .logo {
    height: 60px;
    line-height: 60px;
  }
  .navicon {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navicon img {
    width: 60%;
    margin-top: 0.8rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
  }
  .info_table .fixed_white,
  .banner .fixed_white,
  .banner .banner_info,
/*
  .header_select {
    display: none;
  }
*/
  .header_top .header_menu, .header_top .header_contact, .header_select {
    height: 60px;
    line-height: 60px;
    padding-right: 45px;
  }
  #wechat-qr {
    display: none;
  }
  .top_menu_phone {
    display: none;
    width: 100%;
    position: relative;
    left: 0;
    padding: 0 5%;
    /*top: 60px;*/
    background: #F9FAFC;
    padding: .5rem 0 0;
    z-index: 999;
    box-shadow: 1px 1px 5px #ccc;
  }
  .top_menu_phone ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .top_menu_phone ul li {
    border-bottom: 1px solid #DCE0E9;
    padding: 1rem 3% 1rem 1%;
  }
  .top_menu_phone ul li a {
    color: #8492A6;
    display: block;
  }
  .top_menu_phone ul li img {
    float: right;
    width: 1.2rem;
    height: auto;
  }
  img.rotate_a{
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
  }
  .phone_product{
      display: none;
  }
  .phone_product p{
      color: #8492A6;
      margin-top: 10px;
  }
  .phone_product p>em{
      float: right;
      margin: 0 4px;
  }
  .top_menu_phone .product_p ul{
      display: none;
  }
  .top_menu_phone .product_p ul li{
      border: none;
      padding: 10px 0 0 0;
  }
  .top_menu_phone ul>li:last-child {
    border-bottom: none;
  }
  .top_menu_phone ul>li:last-child a {
    display: inline-block;
  }
  .top_menu_phone ul li a.contact{
    display: inline-block;
  }
  .top_menu_phone ul li i {
    color: #ADAEAE;
  }

  .phone_product {
    display: none;
  }
  .phone_product p {
    color: #8492A6;
    margin-top: 10px;
  }
  .phone_product p>em {
    float: right;
  }
  .phone_product ul {
    display: none;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .phone_product .product_p ul li {
    border: none;
    padding: 10px 0 0 0;
  }
  .top_menu_phone ul li.contact{
    width: 90%;
    margin: 1.4rem auto;
    background: #0070D2;
    color: #fff;
    border-radius: 20px;
    padding: 6px 0;
    text-align: center;
  }
  .top_menu_phone ul li.contact a{
    color: #fff;
    display: inline-block;
    text-align: center;
  }
  .banner_img_phone{
    display: none;
  }
  .banner .banner_info_phone {
    display: block;
    position: absolute;
    z-index: 10;
    width: 86%;
    left: 7%;
    bottom: 10%;
    text-align: center;
  }
  .banner .banner_info_phone h2 {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: normal;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
  }
  .swiper-slide video,
  .text-slide1 a.bg1-2,
  .j-view .j-view-video {
    display: none;
  }
  .text-banner h1,
  .text-banner h2,
  .text-banner p {
    text-align: center;
    margin: 0 auto;
  }
  .text-banner h1{
    font-size: 1.2rem;
  }
  .text-banner p{
    font-size: .9rem;
  }
  .text-banner>a {
    display: block;
    width: 60%;
    padding: 5px 10px;
    margin: 0.5rem auto;
  }
  .text-banner {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 30%;
    text-align: center;
    padding: 0;
    z-index: 10;
  }
  .text-slide2>a {
    background: #FFF;
    color: #000;
  }
  .text-slide3>a {
    background: #1BD3EE;
    color: #000;
  }
  .text-slide4>a {
    background: #00A5EF;
    color: #000;
}
  .banner .banner_info_phone>h2:first-child {
    margin-top: 1.5rem;
  }
  .banner .banner_info_phone a {
    display: block;
    line-height: 2rem;
    margin: 0.5rem auto;
    border: 1px solid #979797;
    border-radius: 6px;
    color: #163257;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
  }
  .banner .banner_info_phone a.bg_color {
    background: #0070D2;
    color: #fff;
    border-color: #0070D2;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
#example_video_5,
#example_video_10,
#example_video_11,
#example_video_12,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4, {
    height: auto;
    width: 100%;
    position: fixed;
    margin-left: 0;
    left: 0;
    top: -600px;
    z-index: 99999;
  }
  .contact_nav ul li {
    display: block;
    width: 100%;
    margin: 2rem 0 3.6rem;
  }
  .apply_info_box .apply_info {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .apply_info_box .apply_info .apply_info_img img {
    width: 60%;
    max-width: 100%;
    display: block;
    margin: 0 auto 5rem;
  }
  .apply_info_box .apply_info .apply_info_img>img:first-child {
    margin-right: auto;
  }
  .apply_info_box .apply_info .apply_info_img>img:last-child {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: right;
    margin-bottom: 0;
  }
  .apply_info_box .apply_info .apply_info_p {
    margin-top: 1.6rem;
    padding: 0 3%;
  }
  .apply_info_box .white_bottom {
    display: none;
  }
  .video_say dl {
    width: 100%;
    float: left;
  }
  .service {
    width: 100%;
    min-width: 320px;
  }
  .service .service_main_img {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  .service .service_main_info {
    width: 90%;
    padding-right: 3%;
    position: static;
    height: auto;
  }
  .service .service_main_info .service_main_section {
    position: static;
  }
  .service .service_main_info:before {
    content: "";
    display: inline;
  }
  .service .service_main_info .service_main_section p {
    font-size: 14px!important;
  }
  .service .service_main_info .service_main_section {
    margin-bottom: 1.5rem;
  }
  .service .service_main_info .section2 {
    position: static;
  }
  .service .service_main_info>.service_main_section:last-child {
    position: static;
  }
  .footer_bg .footer .footer_title {
    padding: 1rem 0 1rem;
  }
  .footer_bg .footer .footer_title h1 {
    font-size: 1.7rem;
  }
  .footer_bg .footer .footer_title .footer_title_bg{
    right: 10%;
    top: 2rem;
  }
  /*.footer_bg .footer .footer_title a {*/
    /*display: block;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
    /*line-height: 3.6rem;*/
    /*padding: 0;*/
  /*}*/
  .footer_bg .footer .footer_nav {
    display: none;
  }
  .footer_bottom_bg .footer_bottom {
    display: none;
  }
  .footer_bottom_bg em b {
    position: absolute;
    right: 0;
    top: .4rem;
    z-index: 10;
  }
  .footer_bottom_bg em b img {
    width: 50%;
  }
  .footer_bg .footer {
    padding-bottom: 0;
    overflow: inherit;
  }
  .footer_nav_phone {
    display: block;
    margin-top: 4rem;
    border-top: 1px solid #979797;
    color: #fff;
  }
  .footer_nav_phone ul li {
    border-bottom: 1px solid #979797;
    padding: 1rem 3% 1rem 5%;
    position: relative;
  }
  .footer_nav_phone ul li em {
    float: right;
    font-size: 1.3rem;
    position: relative;
    top: -.3rem;
  }
  .footer_nav_phone ul li .lx_a{
    color: #fff;
  }
  .footer_nav_phone ul li .lx_a img{
    width: auto;
    margin: 0 10px 0 0;
    height: 1rem;
  }
  .footer_nav_phone ul li .phone_nav {
    margin-top: 1rem;
    display: none;
    /*position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 111;*/
  }
  .footer_bg {
    -webkit-background-size: 100% 900px;
    background-size: 400% 1100px;
    background-position: top center;
  }
  /*.footer_nav_phone ul li:nth-child(1) .phone_nav {
        background: #2c303b;
    }

    .footer_nav_phone ul li:nth-child(2) .phone_nav {
        background: #232732;
    }

    .footer_nav_phone ul li:nth-child(3) .phone_nav {
        background: #1b1f2a;
    }

    .footer_nav_phone ul li:nth-child(4) .phone_nav {
        background: #111520;
    }

    .footer_nav_phone ul li:nth-child(5) .phone_nav {
        background: #000000;
    }*/
  .footer_nav_phone ul li .phone_nav p {
    line-height: 2;
    margin-bottom: .1rem;
  }
  .footer_nav_phone ul li .phone_nav p a {
     color: #bbb;
     display: block;
   }
  .footer_nav_phone ul li .phone_nav .contact_phone_wx img {
    width: 30%;
  }

  .footer_nav_phone ul li .phone_nav h4 {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-right: 8%;
  }
  .footer_nav_phone ul li .phone_nav h4 img {
    width: 100%;
    margin-bottom: .4rem;
  }
  .footer_bottom_phone {
    display: block;
    padding: 1rem 4% 2rem;
  }
  .footer_bottom_phone .bottom_phone_top {
    margin-bottom: 3rem;
  }
  .footer_bottom_phone .bottom_phone_top i {
    display: inline-block;
    background: #333;
    padding: .5rem .8rem;
    border-radius: 6px;
  }
  .footer_bottom_phone .bottom_phone_top a {
    color: #fff;
    float: right;
    position: relative;
    top: .5rem;
  }
  .footer_bottom_phone h6 {
    text-align: center;
    color: #ABA8A8;
    margin-bottom: .5rem;
    font-size: .7rem;
    letter-spacing: -1px;
  }
  .footer_bottom_bg em {
    top: 0;
  }
  /*.header_top .header_menu .logo img {*/
    /*width: 64%*/
  /*}*/
  .header_top .logo img {
    width: 64%
  } /*jesse 2018.1.23*/
  .header_top .header_menu .wechat-logo img {
    width: 64%
  }
  .header_top .header_menu .wechat-logo {
    top: 4px;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
#example_video_5,
#example_video_10,
#example_video_11,
#example_video_12,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4 {
    width: 96%;
    height: 340px;
    position: fixed;
    left: 50%;
    top: -400px;
    margin-left: -48%;
    z-index: 99999;
  }
  .video_say_less_margin, .help_info_box, .apply_info_box, .partners{
    margin-top: -30px;
  }
  .video_say h1, .apply_info_box h1{
    margin-bottom: 2rem;
  }
  .apply_info_table .info_table .info_table_content h5{
    font-size: .8rem;
  }
  .info_table_content ul li{
    margin-bottom: 6rem;
  }
  .video_say_box{
    width: 100%;
  }
  .video_say .swiper-container{
    width: 160%;
    margin-left: -30%;
  }
  .index-tab ul{
    width: 86%;
  }
  .partners-tab li{
    width: 25%;
    padding: 12px 2%;
    margin-right: 0;
    height: 68px;
    line-height: 22px;
  }
  .help_tab li{
    width: 25%;
    margin-right: 0;
  }
  .help-box .help-item{
    width: 100%;
  }
  .help-img{
    float: none;
    margin: auto;
    width: 30%;
  }
  .help-img p{
    display: none;
  }
  .help-form{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_title_fl{
    float: none;
    text-align: center;
    margin: 1rem 0;
  }
  .main-content-body{
    float: none;
    width: 76%;
    margin: auto;
  }
  .submit-button{
    width: 100%;
  }
  .digita, .partners{
    padding-bottom: 40px;
  }
  .help_info_box{
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .help-box .help-item{
    margin-top: 20px;
  }
  .digita-box{
    margin-bottom: 0;
  }
  .share_plat_box .swiper-container{
    width: 140%;    
    left: -20%;
    margin-left: 0;
  }
  .share_plat_box .swiper-container.swiper-container-share2{
    margin-top: -50px;
  }
  .share_plat_box .swiper-slide{
    background: #fff;
    float: none;
    width: auto;
    margin: auto;
  }
  .share_plat_box .swiper-container-3d .swiper-slide-shadow-left{
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.3),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.3),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.3),rgba(0,0,0,0));
  }
  .share_plat_box .swiper-pagination-bullet-active{
    background: #007AFF;
  }
  .plat_img{
    width: 50%;
    left: 0;
    margin-left: auto;
    top: -24px;
    z-index: 2;
  }
  .share_plat_item{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plat_line2{   
    top: -52px;
  }
  .plat_line img{
    display: none;
  }
  .plat_line .palt_mobile{
    display: block; 
    width: 5px;
    margin: auto; 
  }
  .plat_line i{
    display: block;
    width: 11px;
    height: 10px;
    margin: auto;
    position: relative;
  }
  .plat_line i.icon1 {
    background: url(../images/plat/Triangle1.png) no-repeat;
    background-size: 100% auto;
    -webkit-animation: goOne 2s linear infinite;
    -moz-animation: goOne 2s linear infinite;
    -ms-animation: goOne 2s linear infinite;
    -o-animation: goOne 2s linear infinite;
    animation: goOne 2s linear infinite;
  }
  .plat_line i.icon2 {
    background: url(../images/plat/Triangle2.png) no-repeat;
    background-size: 100% auto;
    -webkit-animation: goTwo 2s linear infinite;
    -moz-animation: goTwo 2s linear infinite;
    -ms-animation: goTwo 2s linear infinite;
    -o-animation: goTwo 2s linear infinite;
    animation: goTwo 2s linear infinite;
}
  @keyframes goOne { 
    0% {
      top: -34px;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes goTwo { 
    0% {
      bottom: 0px;
    }
    100% {
      bottom: 34px;
    }
  }
     
  .plat_line p{
    text-align: center;
    margin: 5px 0;
    position: static;
  }
  .plat_line2 p{
    margin: -5px 0 0;
  }
  .plat_text p{
    font-size: .9rem;
  }
  .plat_text h6{
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  body{
    overflow-x: hidden;
  }
  .banner_slide_img {
    height: 350px;
    text-align: center;
  }
  .banner_slide_img img{
    height: 350px;
    width: 900px;
    object-fit: cover;
  }
  .digita-box li{
    float: none;
    width: 50%;
    margin: auto;
    margin-bottom: 1.6rem;
  }
  .video_say .swiper-container .swiper-button-next, .video_say .swiper-container .swiper-button-prev{
    width: 10rem;
    height: 18rem;
  }
  .partners .contents{
    overflow: hidden;
    width: 94%;
    padding: 0 3% 10px;
  }
  .partners .contents div{
    float: left;
    width: 47%;
    margin: 18px 0 0;
    padding: 5px 0;   
  }
  .partners .contents div:nth-child(2n){
    margin-left: 6%;
  }
  .partners-logo .contents.contents-kh>div{
    width: 30%;
  }
  .partners-logo .contents.contents-kh>:nth-child(2n){
    margin-left: 0;
  }
  .partners-logo .contents.contents-kh>div:nth-child(3n+2){
    margin-left: 5%;
    margin-right: 5%
  }
  .icon-logo{
    height: 30px;
  }
  .partners h1{
    margin-bottom: 10px;
  }
  .partners h1, .help_info_box h1, .digita h1, .share_plat h1{
    width: 86%;
    margin-bottom: 30px;
  }
  .client_video.video_say_less_margin{
    margin-bottom: 40px;
  }
  .client_video h1{
    font-size: 1.4rem;
    width: 66%;
    margin-bottom: 30px;
  }
  .help_info_box h1>span{
    display: block;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 401px) and (max-width: 640px) {
  body,
  html {
    font-size: 16px;
  }
  .apply_info_box .apply_info h2{
    font-size: 1.4rem;
  }
  .apply_info_box .apply_info h5{
    font-size: .9rem;
  }
  .apply_info_table .info_table .info_table_content{
    margin: 4rem auto 0rem;
  }
  .apply_info_table .info_table .info_table_content h5{
    font-size: .8rem;
  }
  .info_table_content ul li{
    margin-bottom: 8rem;
  }
  .video_say{
    margin: 0 auto 4rem;
  }
  .video_say h1, .apply_info_box h1, .partners h1, .help_info_box h1, .digita h1, .share_plat h1, .video_say_less_margin.client_video h1 {
    font-size: 1.4rem;
    width: 86%;
  }
  .service h1 {
    font-size: 1.4rem;
    letter-spacing: 0
  }
  .footer_bg .footer .footer_title h1 {
    font-size: 1.4rem;
  }
  .footer_bg .footer .footer_title {
    padding: 1rem 0 1rem;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
#example_video_5,
#example_video_10,
#example_video_11,
#example_video_12,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4 {
    height: auto;
  }
  .footer_bottom_bg em b {
    position: absolute;
    right: -.3rem;
    top: .4rem;
    z-index: 10;
  }
  .footer_bottom_bg em b img {
    width: 40%;
  }
}

@media screen and (min-width: 321px) and (max-width: 400px) {
  body,
  html {
    font-size: 15px;
  }
  .apply_info_table .info_table .info_table_content{
      margin: 4rem auto 0rem;
  }
  .info_table_content ul li{
      margin-bottom: 10rem;
  }
  .video_say h1, .apply_info_box h1, .partners h1, .help_info_box h1, .digita h1, .share_plat h1, .video_say_less_margin.client_video h1 {
    font-size: 1.4rem;
    width: 86%;
  }
  .service h1 {
    font-size: 1.4rem;
    letter-spacing: 0
  }
  .footer_bg .footer .footer_title h1 {
    font-size: 1.4rem;
  }
  .footer_bg .footer .footer_title {
    padding: 1rem 0 1rem;
  }
  .footer_bg .footer .footer_title a{
    padding: 10px 10px;
  }
  .footer_bg .footer .footer_title .footer_title_bg{
    width: 26%;
    text-align: center;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
#example_video_5,
#example_video_10,
#example_video_11,
#example_video_12,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4 {
    height: auto;
  }
  .footer_bottom_bg em b {
    position: absolute;
    right: -.5rem;
    top: .9rem;
    z-index: 10;
  }
  .footer_bottom_bg em b img {
    width: 40%;
  }
}

@media screen and (max-width: 320px) {
  body,
  html {
    font-size: 14px;
  }
    .apply_info_table .info_table .info_table_content{
        margin: 4rem auto 0rem;
    }
    .info_table_content ul li{
        margin-bottom: 12rem;
    }
  .video_say h1, .apply_info_box h1, .partners h1, .help_info_box h1, .digita h1, .share_plat h1, .video_say_less_margin.client_video h1 {
    font-size: 1.3rem;
    width: 86%;
  }
  .service h1 {
    font-size: 1.3rem;
    letter-spacing: 0
  }
  .footer_bg .footer .footer_title h1 {
    font-size: 1.1rem;
  }
  .footer_bg .footer .footer_title {
    padding: 1rem 0 1rem;
  }
  .footer_bottom_phone h6 {
    letter-spacing: -1px
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
#example_video_5,
#example_video_10,
#example_video_11,
#example_video_12,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4 {
    height: auto;
  }
  .footer_bottom_bg em b {
    position: absolute;
    right: -.5rem;
    top: .9rem;
    z-index: 10;
  }
  .footer_bottom_bg em b img {
    width: 40%;
  }
}

.jobs-view-about {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #7B7979;
  margin: 5px auto 55px;
}

.jobs-view-about h1 {
  font-size: 30px;
  color: #373E49;
  padding-bottom: 20px;
}

.jobs-view-about small {
  font-size: 22px;
  color: #8492A6;
}

.jobs-view-nav {
  width: 100%;
  height: 60px;
  border-bottom: solid 1px #C5C5C5;
  text-align: center;
  margin-bottom: 50px;
  line-height: 64px;
}

.jobs-view-nav a {
  /*font-size: 22px;
    color: #8492A6;
    border: solid 1px transparent;
    padding: 17px 39px 15px 35px;
    padding: 17px 37px 13px 35px\0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 10px;*/
  line-height: 60px;
  display: inline-block;
  font-size: 22px;
  color: #8492A6;
  border: solid 1px transparent;
  padding: 0 39px;
  padding: 17px 37px 13px 35px\0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 10px;
}

.jobs-view-nav a.on {
  border-color: #C5C5C5;
  color: #3D464D;
  border-bottom: transparent!important;
  background: white;
}

.jobs-view-content {
  max-width: 900px;
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #3D464D;
  line-height: 31px;
  margin-top: 60px;
}

.jobs-view-content .j-view {
  padding: 20px;
}

.j-view .j-view-video {
  overflow: hidden;
  height: 225px;
  margin: 0 auto 2rem;
}

.j-view .j-view-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jobs-view-content .j-view .title {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #1E96FD;
  line-height: 40px;
  vertical-align: middle;
  margin-top: 20px;
  font-weight: normal;
}

.jobs-view-content .j-view .title * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  color: #1E96FD;
}

.jobs-view-content .j-view .jobs-work-img {
  width: 100%;
  height: 90px;
  text-align: center;
  border-bottom: dotted 2px #979797
}

.jobs-view-content .j-view .jobs-wrap {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.jobs-view-content .j-view .jobs-list {
  width: 100%;
  margin-top: 20px;
}

.jobs-view-content .j-view .jobs-list li {
  text-align: center;
  margin-bottom: 90px;
}

.jobs-view-content .j-view .jobs-list li span {
  display: inline-block;
  font-size: 22px;
  color: #3D464D;
  margin-top: 8px;
}

.jobs-view-content .j-view .jobs-list li b {
  font-weight: 400;
}

.jobs-view-content .j-view .jobs-list li span i {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #1E96FD;
  display: block;
}

.jobs-view-content .j-view .jobs-list li p {
  margin-top: 30px;
  text-align: left;
  font-size: 16px;
  color: #3D464D;
}

.jobs-view-content .j-view .news-list {
  width: 100%;
}

.jobs-view-content .j-view .news-list li {
  width: 100%;
  float: left;
  margin-bottom: 75px;
  padding: 10px;
  box-sizing: border-box;
  height: 230px;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(0) !important;
  box-shadow: rgba(1,2,2,0.08) 0px 1px 1.96px 0.04px;
  -webkit-box-shadow: rgba(1,2,2,0.08) 0px 1px 1.96px 0.04px;
  cursor: pointer;
}

.jobs-view-content .j-view .news-list li:hover {
  box-shadow: 0 10px 35px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 35px 5px rgba(0,0,0,0.2);
  transform: translateY(-8px) !important;
}

.img-container {
  height: 210px;
  width: 300px !important;
  display: inline-block;
  float: left !important;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.jobs-view-content .j-view .news-list li img {
/*
  float: left;
  width: 25%;
*/
}

.jobs-view-content .j-view .news-list li>div:last-child {
  padding-left: 350px;
}

.jobs-view-content .j-view .news-list li div h3 {
  width: 100%;
  font-size: 22px;
  color: #3D464D;
  display: block;
  height: 49px;
  line-height: 49px;
}

.jobs-view-content .j-view .news-list li div h3 b {
  float: left;
  font-weight: normal;
  margin-left: 2%;
  display: block;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3D464D;
}

.jobs-view-content .j-view .news-list li div h3 i {
  float: right;
  margin-right: 2%;
  width: 25%;
  text-align: right;
}

.jobs-view-content .j-view .news-list li div p {
  padding: 2%;
  font-size: 16px;
  text-decoration: none;
  color: gray;
}

.jobs-view-content .j-view .page-break {
  width: 100%;
  text-align: center;
}

.jobs-view-content .j-view .page-break * {
  vertical-align: middle;
  display: inline-block;
}

.jobs-view-content .j-view .page-break a {
  border: solid 1px #eee;
  padding: 0 10px;
  color: #505050;
}

.jobs-view-content .j-view .page-break i {
  color: #505050;
}

.jobs-view-content .j-view .page-break .text {
  border: solid 1px #eee;
  border-radius: 3px;
  width: 50px;
  text-align: center;
  outline: none;
  font-size: 18px;
  margin: 0 7px;
}

.jobs-view-content .j-view .page-break .btn {
  border: solid 1px #eee;
  border-radius: 3px;
  width: 50px;
  margin: 0 5px;
  font-size: 18px;
  outline: none;
  text-align: center;
}

.jobs-view-content .j-view p {
  text-indent: 2em;
}

.download-view-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 260px;
}

.download-view-btn a {
  margin: 0 30px;
}

.law-view-content {
  max-width: 1250px;
  width: 85%;
  padding: 89px 140px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
  border-radius: 18px;
  border: solid 1px #E8E8E8;
  margin: 156px auto 135px;
  background: #fff;
}

.law-view-content h1 {
  font-size: 26px;
  color: #333D46;
  padding-bottom: 16px;
}

.law-view-content b {
  font-size: 18px;
  color: #333D46;
  display: block;
  padding-top: 50px;
  padding-bottom: 16px;
}

.law-view-content span {
  font-size: 16px;
  color: #333D46;
  display: block;
  line-height: 25px;
}

.page-body {
  max-width: 1200px;
  width: 100%;
  min-height: 900px;
  display: block;
  background: url(../img/bg.png) center top no-repeat;
  margin: -80px auto 180px auto;
}

.help-view-top {
  width: 90%;
  margin: 160px 5% 0;
  float: left;
  font-size: 26px;
  color: #3C4858;
  line-height: 68px;
}

.help-view-top em {
  display: inline-block;
  width: 30px;
}

.help-view-top .a1 {
  color: #006DD5;
  text-decoration: underline;
}

.help-view-top .a2 {
  background: #0070D2;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3) inset;
  padding: 15px 33px 13px;
  border-radius: 8px;
  font-size: 18px;
  margin-left: 10px;
  white-space: nowrap;
}

.help-view-content {
  width: 90%;
  margin: 100px 5% 0;
  float: left;
  font-size: 26px;
  color: #3C4858;
}

.help-view-content .title * {
  display: inline-block;
  vertical-align: middle;
}

.help-view-content .title img {
  margin-right: 10px;
}

.help-view-content .title .more {
  float: right;
  color: #3D464D;
}

.help-view-content .title.space {
  margin-top: 145px;
}

.help-view-content .s-title {
  margin-top: 40px;
  color: #7B8994;
}

.help-view-content .a-list {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.help-view-content .a-list li {
  width: 30%;
  height: 220px;
  float: left;
  margin-right: 5%;
  border: solid 1px #C9C9C9;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 2%;
}

.help-view-content .a-list li:nth-child(3n) {
  margin-right: 0;
}

.help-view-content .a-list li b {
  font-size: 26px;
  color: #3D464D;
  border-bottom: solid 2px #1FB5FE;
  padding: 3px 8px;
  font-weight: inherit;
  line-height: 90px;
}

.help-view-content .s-list li b {
  border-bottom: solid 2px #FF794A !important;
}

.help-view-content .a-list li small {
  font-size: 18px;
  color: #8492A6;
}

.help-view-content .v-list {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.help-view-content .v-list li {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 5%;
  border: solid 1px #C9C9C9;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.help-view-content .v-list li .play {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 30%;
  left: 50%;
  margin-left: -31px;
}

.help-view-content .v-list li i {
  font-size: 16px;
  color: #3D464D;
  padding: 10px 0;
  display: block;
}

.help-view-content .f-list {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.help-view-content .f-list li {
  width: 33%;
  display: block;
  float: left;
  text-align: left;
  margin-bottom: 15px;
}

.help-view-content .f-list li a {
  padding-left: 25px;
  color: #3D464D;
  font-size: 18px;
  position: relative;
}

.help-view-content .f-list li a:before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #D8D8D8;
  position: absolute;
  top: 5px;
  left: 5px;
}

.help-view-content .v-list li:nth-child(3n) {
  margin-right: 0;
}

.page-search {
  display: none
}

.page-body .b-block {
  width: 100%;
  height: 270px;
}

.page-body .t-title {
  text-align: center;
  font-size: 48px;
  color: #3D464D;
}

.loading-banner {
  position: relative;
  overflow: hidden;
}

.loading-banner .a1 {}

.loading-banner .a2 {
  position: absolute;
  animation: jump 2s forwards;
  -webkit-animation: jump 2s forwards;
}

.loading-banner .a3 {
  position: absolute;
  animation: show-top 2s forwards;
  -webkit-animation: show-top 2s forwards;
}

.loading-banner .a4 {
  position: absolute;
}

.loading-banner .a5 {
  position: absolute;
  /*animation:short-1 1.5s infinite;
    -webkit-animation:short-1 1.5s infinite;*/
}

.loading-banner .a6 {
  position: absolute;
  animation: short-2 1.1s infinite;
  -webkit-animation: short-2 1.1s infinite;
}

.loading-banner .a7 {
  position: absolute;
  animation: short-1 2s infinite;
  -webkit-animation: short-1 2s infinite;
}

.loading-banner .a8 {
  position: absolute;
  animation: short-2 1.8s infinite;
  -webkit-animation: short-2 1.8s infinite;
}

.loading-banner .a9 {
  position: absolute;
  animation: short-1 1.6s infinite;
  -webkit-animation: short-1 1.6s infinite;
}

.loading-banner .a10 {
  position: absolute;
  animation: short-2 1.9s infinite;
  -webkit-animation: short-2 1.9s infinite;
}

.banner_block {
  width: 100%;
  height: 50px
}

@keyframes jump {
  0% {
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -650px;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 50%;
    left: 50%;
    margin-top: -340px;
    margin-left: -610px;
  }
  100% {
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -560px;
  }
}

@-webkit-keyframes jump {
  0% {
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -650px;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 50%;
    left: 50%;
    margin-top: -339px;
    margin-left: -600px;
  }
  100% {
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -560px;
  }
}

@keyframes show-top {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: -339px;
    margin-left: -660px;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-top: -339px;
    margin-left: -600px;
    transform: scale(1);
  }
}

@-webkit-keyframes show-top {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: 5%;
    left: -3%;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    top: 0;
    left: 0;
    transform: scale(1);
  }
}

@keyframes move-side {
  0% {
    left: -3%;
  }
  50% {
    left: 3%
  }
  100% {
    left: -3%;
  }
}

@-webkit-keyframes move-side {
  0% {
    left: -3%;
  }
  50% {
    left: 3%
  }
  100% {
    left: -3%;
  }
}

@media screen and (max-width: 1200px) {
  @keyframes jump {
    0% {
      opacity: 0;
      top: 1%;
      left: -1.2%;
    }
    25% {
      opacity: 1;
    }
    50% {
      top: -0.5%;
      left: 5%
    }
    100% {
      top: 0.5%;
      left: 7%
    }
  }
  @-webkit-keyframes jump {
    0% {
      opacity: 0;
      top: 1%;
      left: -1.2%;
    }
    25% {
      opacity: 1;
    }
    50% {
      top: -0.5%;
      left: 5%
    }
    100% {
      top: 0.5%;
      left: 7%
    }
  }
  @keyframes show-top {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      top: 5%;
      left: -3%;
      transform: scale(0.6);
    }
    100% {
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(1);
    }
  }
  @-webkit-keyframes show-top {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      top: 5%;
      left: -3%;
      transform: scale(0.6);
    }
    100% {
      opacity: 1;
      top: 0;
      left: 0;
      transform: scale(1);
    }
  }
}

@keyframes short-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes short-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes short-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes short-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 667px) {
  .page-body {
    min-width: 140px;
    background: url(../img/bg.png) center top no-repeat;
    background-size: 1280px;
    margin-top: 0;
    margin-bottom: 70px;
  }
  .jobs-view-about {
    width: 90%;
    font-size: 14px;
    padding: 0 5%;
    margin-bottom: 30px;
  }
  .jobs-view-about h1 {
    font-size: 18px;
  }
  .jobs-view-nav {
    height: 40px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .jobs-view-nav a {
    font-size: 16px;
    padding: 0px 16px 0px 12px;
    margin: 0 1%;
    line-height: 40px;
  }
  .jobs-view-content {
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
    line-height: 26px;
  }
  .jobs-view-content .j-view .jobs-list li {
    margin-bottom: 45px;
  }
  .jobs-view-content .j-view .title b {
    font-size: 20px;
    font-weight: normal;
  }
  .jobs-view-content .j-view .jobs-wrap {
    margin-top: 10px;
  }
  .jobs-view-content .j-view .title img {
    width: 15px;
  }
  .jobs-view-content .j-view .jobs-list {
    margin-top: 5px;
  }
  .jobs-view-content .j-view .jobs-list li span {
    font-size: 16px;
  }
  .jobs-view-content .j-view .jobs-list li p {
    font-size: 14px;
  }
  .jobs-view-content .j-view .jobs-work-img {
    width: 100%;
    height: 60px;
    text-align: left;
    border-bottom: dotted 1px #979797;
  }
  .jobs-view-content .j-view .jobs-work-img img {
    width: 70%;
  }
  .jobs-view-content .j-view .news-list li img {
    display: none;
  }
  .jobs-view-content .j-view .news-list li>div:last-child {
    width: 100%;
    padding: 0;
  }
  .jobs-view-content .j-view .news-list li div h3 {
    white-space: normal;
    overflow: visible;
    display: block;
    height: auto;
    min-height: 45px;
    font-size: 14px;
  }
  .jobs-view-content .j-view .news-list li div p {
    font-size: 14px;
    /*最小字体14px(原12px)*/
  }
  .jobs-view-content .j-view .news-list li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    height: auto;
  }
  .img-container {
    display: none;
  }
  .jobs-view-about small {
    font-size: 14px;
    color: #8492A6;
  }
  .download-view-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .download-view-btn a {
    display: inline-block;
    margin: 0;
    padding-bottom: 40px;
  }
  .law-view-content {
    width: 100%;
    max-width: none;
    padding: 55px 5%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 40px auto;
  }
  .law-view-content h1 {
    font-size: 26px;
    color: #333D46;
    padding-bottom: 16px;
  }
  .law-view-content b {
    font-size: 18px;
    color: #333D46;
    display: block;
    padding-top: 50px;
    padding-bottom: 16px;
  }
  .law-view-content span {
    font-size: 16px;
    color: #333D46;
    display: block;
    line-height: 25px;
  }
  .help-view-top {
    text-align: left;
    margin: 150px 5% 0!important;
    font-size: 16px;
    line-height: 38px;
  }
  .help-view-top br,
  .help-view-top em {
    display: none;
  }
  .help-view-top .a2 {
    padding: 7px 18px 8px;
    border-radius: 8px;
    font-size: 16px;
  }
  .help-view-content {
    font-size: 18px;
  }
  .help-view-content .a-list {
    margin-top: 0;
  }
  .help-view-content .a-list li {
    width: 100%;
    margin: 15px 0 3px;
    height: 190px;
    padding: 0 10%;
  }
  .help-view-content .a-list li b {
    font-size: 18px;
  }
  .help-view-content .a-list li small {
    font-size: 16px;
  }
  .help-view-content .v-list li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .help-view-content .f-list li {
    width: 100%;
  }
  .help-view-content .title.space {
    margin-top: 55px;
  }
  .banner_block {
    width: 100%;
    height: 20px
  }
  .service_main_info {
    width: 90%;
    margin: 0 5%;
    text-align: center!important;
  }
}

.w-100p {
  width: 100%;
}

.clear {
  clear: both;
}

@media(max-width:1800px) {}

@media screen and (max-width: 1280px) {
  #usage::before, #footer_title::before {
    display: block;
    content: " ";
    margin-top: -100px !important;
    padding-bottom: 100px;
  }
}

#usage::before, #footer_title::before {
  display: block;
  content: " ";
  margin-top: -107px !important;
  padding-bottom: 107px;
}
#footer_title::before{
  padding-bottom: 86px;
}

.download_banner_bg_img {
  width: 100%;
}

.bottom_color2 {
  background: #60DCDE
}

.bottom_color3 {
  background: #C9B7F1
}

.bottom_color4 {
  background: #1BC4EF
}

.service_title {
  letter-spacing: 2px;
}

.j_view_p {
  width: 100%;
  text-align: center;
}

.law_background {
  background: #f9f9f9;
}

@media screen and (max-width: 560px) {
  .help-form{
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    margin: 5px 0 0;
  }
  .help-form dt{
    display: none;
  }
  .help-form .user_before, .help-form .user_after{
    float: none;
    width: 86%;
    margin: 0 auto 2px;
  }
  .swiper-button-next-help, .swiper-button-prev-help{
    width: 18px;
    background-size: 18px 44px;
    display: block;
  }
  .swiper-button-next-help{
    right: 5px;
  }
  .swiper-button-prev-help{
    left: 5px;
  }
  .help_over{
    margin-bottom: 6px;
  }
  .help-form dl{
    font-size: .9rem;
  }
  .help-form dl dd span{
    top: 1px;
  }
  .help_tab li .help_icon{
    width: 20px;
    height: 12px;
  }
}

.link-to-zhilian {
  text-align: center;
}

.link-to-zhilian>a {
  width: 300px;
  height: 50px;
  display: block;
  text-decoration: none;
  background: none;
  border: solid 1px #0070D2;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.apply_trave{
  display: block;
  margin-top: 50px;
}
.apply_info_boxMobile{
  display: none;
}
.apply_trave h1{
  margin-bottom: 30px;
}
.apply_trave_tab{
    min-width: 100%;
    overflow-x: auto;
    height: 117px;
    overflow-y: hidden;
    text-align: center;
}
.apply_trave_tab ul{
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  border: none;
  -webkit-overflow-scrolling: touch;
}
.apply_trave_tab li{
  margin-right: 0;
  padding: 0;
  width: 130px;
  display: inline-block;
  float: none;
}
.apply_trave_tab li.active{
  border-bottom: none;
}
.apply_trave_tab_li{
  overflow: hidden;
  position: relative;
}
.apply_trave_icon{
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-bottom: 4px solid transparent;
}
.apply_trave_tab li.active .apply_trave_icon{
    border-bottom-color: #0070D2;
}
.jt_icon{
  float: right;
  margin: 15px 10px 0;
  width: 22px;
}
.apply_trave_icon img{
  width: auto;
  height: 40px;
}
.apply_trave_icon p{
  font-size: 16px;
  margin-top: 10px;
}
.apply_trave_tab li.active .default_icon, .apply_trave_tab li .active_icon{
  display: none;
}
.apply_trave_tab li.active .active_icon {
    display: inline-block;
}
.apply_trave_line{
  width: 800px;
  height: 1px;
  background: #dedede;
  margin: auto;
  margin-top: -21px;
}
.apply_trave .btn-more{
  margin-top: 2rem;
}
.apply_trave_box{
  padding: 50px 0;
}
.apply_trave_box .swiper-slide{
  text-align: center;
}
.apply_trave_item{
  text-align: center;
  position: relative;
  height: 18rem;
}
.apply_trave_item2{
  display: inline-block;
  margin: 0 25px;
}
.apply_vedio, .apply_trave_text{
  display: inline-block;
  width: auto;
  height: 100%;
  margin: auto;
}
.apply_trave_item .video_relative{
  margin: auto;
  width: auto;
  height: 100%;
}
.apply_trave_item .video_relative>img{
  width: auto;
  height: 100%;
}
.apply_trave_item .video_relative .ic_play{
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.apply_trave_text{
  text-align: left;
  font-size: 16px;
  position: relative;
  width: 12rem;
}
.apply_trave_text .apply_trave_p{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.apply_trave_text .apply_trave_p p{
  margin-bottom: 20px;
  overflow: hidden;
}
.apply_trave_text .apply_trave_p p:last-child{
  margin-bottom: 0;
}
.apply_trave_text .apply_trave_p p img{
  width: .9rem;
  margin: 0 6px;    
  position: relative;
  top: 2px;
  float: left;
}
.apply_trave_text .apply_trave_p p>span{
  float: left;
  width: 8rem;
}
.apply_trave_text .apply_trave_p p{
  padding: 0 1.2rem;
}
.apply_traveLeft{
  text-align: right;
}
.apply_trave_box .apply_trave_slide .apply_trave_item2{
  float: left;
  width: 50%;
  margin: 0;
  padding: 1rem 1.5rem;
  text-align: left;
}
.apply_trave_box .apply_trave_slide .apply_trave_item2:first-child {
  text-align: right;
}
.apply_traveLeft .apply_trave_p{
  right: -24px;
  z-index: -1;
}
.apply_trave_textRight .apply_trave_p{
  left: -24px;
  z-index: -1;
}
.apply_trave_text .apply_trave_p h6{
  font-size: 18px;
  padding: 0 1.2rem.3rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #0370d2;
  display: inline-block;
  position: relative;
}
.apply_traveLeft .apply_trave_p h6{
  padding-left: 45px;
}
.apply_trave_textRight .apply_trave_p h6{
  padding-right: 45px;
}
.apply_trave_p .apply_dot{
   position: absolute;
   width: 15px;
   height: 15px;   
   bottom: -7px;
   background: #fff url('../images/apply_trave_dot.png') center no-repeat ;
   background-size: 100% 100%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
}
.apply_traveLeft .apply_trave_p .apply_dot{
   left: 0;
}
.apply_trave_textRight .apply_trave_p .apply_dot{
   right: 0;
}


@media screen and (min-width: 2100px) {
  .apply_info_box .apply_info {
    max-width: 1800px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 1180px) {
  .video_say dl dt h3 {
    font-size: 1rem;
  }
  .video_say dl dt p {
    font-size: .8rem;
  }
}

@media screen and (max-width: 990px) {
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4, 
  #apply_video_1,
  #apply_video_2,
  #apply_video_3,
  #apply_video_4,
  #apply_video_5,
  #apply_video_6,
  #apply_video_7,
  #apply_video_8,
  #apply_video_9,
  #apply_video_10,
  #video1,
  #video2,
  #video3
  #video4,
  #vide5,
  #vide6,
  #vide7,
  #vide8,
  #vide9,
  #vide10,
  #vide11,
  #vide12{
    height: auto;
    width: 100%;
    position: fixed;
    margin-left: 0;
    left: 0;
    top: -600px;
    z-index: 99999;
  }
  .apply_info_box .apply_info {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
    height: 78rem;
  }
  .apply_info_box .apply_info .apply_info_img img {
    width: 60%;
    max-width: 100%;
    display: block;
    margin: 0 auto 5rem;
  }
  .apply_info_box .apply_info .apply_info_img>img:first-child {
    margin-right: auto;
  }
  .apply_info_box .apply_info .apply_info_img>img:last-child {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: right;
    margin-bottom: 0;
  }
  .apply_info_box .apply_info .apply_info_p {
    margin-top: 1.6rem;
    padding: 0 3%;
  }
  .apply_info_box .white_bottom {
    display: none;
  }
  .video_say dl {
    width: 100%;
    float: left;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4, 
  #apply_video_1,
  #apply_video_2,
  #apply_video_3,
  #apply_video_4,
  #apply_video_5,
  #apply_video_6,
  #apply_video_7,
  #apply_video_8,
  #apply_video_9,
  #apply_video_10,
  #video1,
  #video2,
  #video3
  #video4,
  #vide5,
  #vide6,
  #vide7,
  #vide8,
  #vide9,
  #vide10,
  #vide11,
  #vide12{
    width: 96%;
    height: 340px;
    position: fixed;
    left: 50%;
    top: -800px;
    margin-left: -48%;
    z-index: 99999;
  }
  .video_say_less_margin, .help_info_box, .apply_info_box, .partners, .video_say_less_margin.client_video{
    margin-top: -56px;
  }
  .apply_trave{
    margin-top: -16px;
  }
  .video_say h1, .apply_info_box h1, .video_say_less_margin.client_video h1{
    margin-bottom: 2rem;
  }
  .apply_info_table .info_table .info_table_content h5{
    font-size: .8rem;
  }
  .info_table_content ul li{
    margin-bottom: 6rem;
  }
  .video_say_box{
    width: 100%;
  }
  .video_say .swiper-container{
    width: 160%;
    margin-left: -30%;
  }

  .apply_trave{
    display: none;
  }
  .apply_info_boxMobile{
    display: block;
  }
}
@media screen and (min-width: 401px) and (max-width: 640px) {
  .apply_info_table .info_table .info_table_content{
    margin: 4rem auto 0rem;
  }
  .apply_info_table .info_table .info_table_content h5{
    font-size: .8rem;
  }
  .info_table_content ul li{
    margin-bottom: 8rem;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4 {
    height: auto;
  }
  #apply_video_1,
  #apply_video_2,
  #apply_video_3,
  #apply_video_4,
  #apply_video_5,
  #apply_video_6,
  #apply_video_7,
  #apply_video_8,
  #apply_video_9,
  #apply_video_10,
  #video1,
  #video2,
  #video3
  #video4,
  #vide5,
  #vide6,
  #vide7,
  #vide8,
  #vide9,
  #vide10,
  #vide11,
  #vide12{
    top: -1000px;
    height: 98%;
  }
}

@media screen and (min-width: 321px) and (max-width: 400px) {
  .apply_info_table .info_table .info_table_content{
      margin: 4rem auto 0rem;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4{
    height: auto;
  }
  #apply_video_1,
  #apply_video_2,
  #apply_video_3,
  #apply_video_4,
  #apply_video_5,
  #apply_video_6,
  #apply_video_7,
  #apply_video_8,
  #apply_video_9,
  #apply_video_10,
  #video1,
  #video2,
  #video3
  #video4,
  #vide5,
  #vide6,
  #vide7,
  #vide8,
  #vide9,
  #vide10,
  #vide11,
  #vide12{
    top: -1000px;
    height: 98%;
  }
}

@media screen and (max-width: 320px) {
  .apply_info_table .info_table .info_table_content{
    margin: 4rem auto 0rem;
  }
  #example_video_1,
  #example_video_2,
  #example_video_3,
  #example_video_4,
  #new_video_1,
  #new_video_2,
  #new_video_3,
  #new_video_4{
    height: auto;
  }
  #apply_video_1,
  #apply_video_2,
  #apply_video_3,
  #apply_video_4,
  #apply_video_5,
  #apply_video_6,
  #apply_video_7,
  #apply_video_8,
  #apply_video_9,
  #apply_video_10,
  #video1,
  #video2,
  #video3
  #video4,
  #vide5,
  #vide6,
  #vide7,
  #vide8,
  #vide9,
  #vide10,
  #vide11,
  #vide12,{
    top: -1000px;
    height: 98%;
  }
}

@media screen and (max-width: 667px) {
  .page-body {
    min-width: 140px;
    background: url(../img/bg.png) center top no-repeat;
    background-size: 1280px;
    margin-top: 0;
    margin-bottom: 70px;
  }
  .jobs-view-about {
    width: 90%;
    font-size: 14px;
    padding: 0 5%;
    margin-bottom: 30px;
  }
  .jobs-view-about h1 {
    font-size: 18px;
  }
  .jobs-view-nav {
    height: 40px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .jobs-view-nav a {
    font-size: 16px;
    padding: 0px 5px;
    margin: 0;
    line-height: 40px;
  }
  .jobs-view-content {
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
  }
  .jobs-view-content .j-view .jobs-list li {
    margin-bottom: 45px;
  }
  .jobs-view-content .j-view .title b {
    font-size: 20px;
    font-weight: normal;
  }
  .jobs-view-content .j-view .jobs-wrap {
    margin-top: 10px;
  }
  .jobs-view-content .j-view .title img {
    width: 15px;
  }
  .jobs-view-content .j-view .jobs-list {
    margin-top: 5px;
  }
  .jobs-view-content .j-view .jobs-list li span {
    font-size: 16px;
  }
  .jobs-view-content .j-view .jobs-list li p {
    font-size: 14px;
  }
  .jobs-view-content .j-view .jobs-work-img {
    width: 100%;
    height: 60px;
    text-align: left;
    border-bottom: dotted 1px #979797;
  }
  .jobs-view-content .j-view .jobs-work-img img {
    width: 70%;
  }
  .jobs-view-content .j-view .news-list li img {
    display: none;
  }
  .jobs-view-content .j-view .news-list li>div:last-child {
    width: 100%;
    padding: 0;
  }
  .jobs-view-content .j-view .news-list li div h3 {
    white-space: normal;
    overflow: visible;
    display: block;
    height: auto;
    min-height: 45px;
    font-size: 14px;
  }
  .jobs-view-content .j-view .news-list li div p {
    font-size: 14px;
    /*最小字体14px(原12px)*/
  }
  .jobs-view-content .j-view .news-list li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    height: auto;
  }
  .img-container {
    display: none;
  }
  .jobs-view-about small {
    font-size: 14px;
    color: #8492A6;
  }
  .download-view-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .download-view-btn a {
    display: inline-block;
    margin: 0;
    padding-bottom: 40px;
  }
  .law-view-content {
    width: 100%;
    max-width: none;
    padding: 55px 5%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 40px auto;
  }
  .law-view-content h1 {
    font-size: 26px;
    color: #333D46;
    padding-bottom: 16px;
  }
  .law-view-content b {
    font-size: 18px;
    color: #333D46;
    display: block;
    padding-top: 50px;
    padding-bottom: 16px;
  }
  .law-view-content span {
    font-size: 16px;
    color: #333D46;
    display: block;
    line-height: 25px;
  }
  .help-view-top {
    text-align: left;
    margin: 150px 5% 0!important;
    font-size: 16px;
    line-height: 38px;
  }
  .help-view-top br,
  .help-view-top em {
    display: none;
  }
  .help-view-top .a2 {
    padding: 7px 18px 8px;
    border-radius: 8px;
    font-size: 16px;
  }
  .help-view-content {
    font-size: 18px;
  }
  .help-view-content .a-list {
    margin-top: 0;
  }
  .help-view-content .a-list li {
    width: 100%;
    margin: 15px 0 3px;
    height: 190px;
    padding: 0 10%;
  }
  .help-view-content .a-list li b {
    font-size: 18px;
  }
  .help-view-content .a-list li small {
    font-size: 16px;
  }
  .help-view-content .v-list li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .help-view-content .f-list li {
    width: 100%;
  }
  .help-view-content .title.space {
    margin-top: 55px;
  }
  .banner_block {
    width: 100%;
    height: 20px
  }
  .service_main_info {
    width: 90%;
    margin: 0 5%;
    text-align: center!important;
  }
}

.w-100p {
  width: 100%;
}

.clear {
  clear: both;
}

@media(max-width:1800px) {}

@media screen and (max-width: 1280px) {
  #usage::before, #footer_title::before {
    display: block;
    content: " ";
    margin-top: -100px !important;
    padding-bottom: 100px;
  }
}


.help-content.help-finance {
  background-image: url(../images/finance_need.png);
}
.help-content.help-senior {
  background-image: url(../images/senior_need.png);
}
.help-content.help-it {
  background-image: url(../images/it_need.png);
}
.help-content.help-employee {
  background-image: url(../images/employee_need.png);
}
.help-content {
  background-size: contain;
  background-repeat: no-repeat;
  height: 380px;
  width: 550px;
  margin: 0 auto;
}

/* 底部new */
.footer_bg2{
  background: #f9f9f9;
  margin-top: 5rem;
}
.footer_bg2 .footer .footer_nav{
  margin-top: 0;
}
.footer_bg2 .footer.footer_B{
  background: transparent;
  padding-bottom: 0;
}
.footer_bottom_bg2{
  background: #5992c9
}
.footer_bg2 .footer .footer_nav dl dt, .footer_bg2 .footer .footer_nav dl dd a{
  color: #656565;
}
.footer_bg2 .footer .footer_nav .app_store{
  display: inline-block;
  margin-bottom: .5rem;
}
.footer_bg2 .footer .footer_nav .app_store img{
  width: 3.5rem;
  display: block;
}
.footer_bg2 .footer .footer_nav dl{
  width: 18%;
  font-size: .8rem;
}
.footer_bg2 .footer .footer_nav dl dd{
  font-size: .7rem;
  color: #656565;
}
.footer_bg2 .footer .footer_nav dl.callW{
  width: 38%;
  margin-right: 8%;
}
.call_icon{
  width: 1.8rem;    
  margin-bottom: .4rem
}
.footer_bg2 .footer .footer_nav dl.callW dd{
  font-size: .7rem;
  line-height: normal;
}
.footer_bg2 .footer .footer_nav dl.callW a.lx{
  font-size: 1rem;
  color: #5992C8;
  font-weight: bold;
  margin: .8rem 0;
  display: inline-block;
}
.footer_bgImg img{
  width: 100%;
}


@media screen and (max-width: 667px) {
  .help-content {
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 280px;
    margin: 0 auto;
  }
 }

@media screen and (max-width: 900px){
  .footer_bg2{
    background: transparent;
    margin-top: 0;
  }
  .footer_bg2 .footer.footer_B{
    background: #5992c9;
  }
  .footer_nav_phone{
    border-top-color: #fff;
    margin-top: 2rem;
  }
  .footer_nav_phone ul li .phone_nav p a{
    color: #fff;
  }
  .footer_nav_phone ul li{
    border-color: #fff;
  }
}

/* 联系顾问*/
.contact_gw{
  width: 100%;
  height: auto;
  background: url('../images/contactBg.jpg') top no-repeat;
  position: relative;
  background-size: 100% 100%;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}
.contact_gwnew{
  background: #fff;
}
.contact_box{
  margin: 0 15%;
  position: relative;
  overflow: hidden;
}
.contact_gw .main-content-body{
  margin-right: 0;
  background: #fff;
  padding: 1rem;
  width: 55%;
}
.contact_gw .contact_line{
  background: url('../images/contact_line.png') center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: .8rem;
  margin-bottom: .8rem;
}
.contact_gw .body-line{
  margin-bottom: .5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.contact_gw .contact_line p>span{
  color: #6b9dcb;
}
.contact_gw .body-line .img-in-input{
  float: left;
  font-size: .8rem;
  width: 4.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.contact_gw .body-line input,
.contact_gw .body-line select{
  font-size: .8rem;
  background: #f2f7fd;
  float: right;
  width: -webkit-calc(100% - 4.5rem);
  width: calc(100% - 4.5rem);
  padding: 0 15px;
  border-color: #f2f7fd;
}
.contact_gw .password_none{
  display: none;
}
.contact_gw .body-line select{
  background: #f2f7fd url('../images/contact_sj.png') right 15px center no-repeat;
  background-size: 10px auto;
  padding-right: 27px;
}
.contact_gw .body-line input:focus,
.contact_gw .body-line select:focus{
  border-color: #0070D2;
}
.section-b{
  display: none;
}
.contact_gw>h6{
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.contact_gw .submit-button{
  background: #5992c9;
  border: 1px solid #5992c9;
  font-size: .8rem;
}
.contact_gw .submit-button:hover{
  background: #fff;
  color: #5992c9;
}
.contact_gw .main-content-body p{
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
  color: #656565;
}
.contact_gw .main-content-body .contact_line p{
  font-size: .9rem;
}
.contact_gw .error-message{
  color: #5992c9;
  font-size: .7rem;
  text-indent: 0;
  padding-left: 4.5rem;
}
.contact_gw .main-content-body img{
  border-radius: 0;
  position: relative;
  height: .7rem;
  top: -0.1rem;
  padding-right: 10px;
}
.contact_gw .main-content-body img#image-captcha{
  padding: 0;
  margin: 0;
  width: 4rem;
  height: auto;
}
.contact_gw .body-line .img-in-input>span{
  display: inline-block;
  width: 1.4rem;
  height: 1.8rem;
  text-align: center;
}
.contact_fl{
  float: left;
  color: #fff;
  width: 50%;
}
.contact_gw .line img{
  width: 25%;
  height: auto;
  position: static;
  border-radius: 0;
  padding: 0;
}
.contact_fl .text{
  margin-bottom: 1rem;
}
.contact_fl .text h6{
  font-size: .95rem;
  margin-bottom: .5rem;
}
.contact_fl .text p{
  color: #fffbf8;
  font-size: .8rem;
}
.contact_fl_box{
  color: #fffbf8;
  background: rgba(97, 171, 236, .6);
  padding: 2rem;
  position: absolute;
  top: 50%;
  right: 55%;
  width: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact_fl_box h6{
  color: #fffbf8;
  display: inline-block;
  font-size: .95rem;
  border-bottom: 1px dotted #fffbf8;
  padding-bottom: .8rem;
  margin-bottom: .8rem;
}
.contact_fl_box p{
  color: #fffbf8;
  font-size: .75rem;
  line-height: 1.4rem;
}
.contact_fl_box p>span{
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: .5rem;
}
.contact_fl_box p img{
  width: auto;
  height: .75rem;
  position: relative;
  top: 0rem;
  border-radius: 0;
}
.contact_foot{
  color: #fff;
  font-size: .7rem;
  text-align: right;
  margin: 1.5rem 12%;
}
.contact_fl_box.contact_fl_box_mobile{
  display: none;
}
.contact_gw .ts{
  font-size: .7rem;
  position: absolute;
  bottom: 2rem;
  color: #fff;
  right: 52%;
  left: 12%;
}
.contact_gw p.align_right{
  text-align: right;
}
.contact_gw .centerL{
  /* text-align: center; */
  margin-top: 1.5rem;
}
.contact_gw .contact_fl_box .submit-button{
  background: #fff;
  color: #0466BC;
  border: 1px solid #0466BC;
  float: none;
  display: inline-block;
}
.contact_gw .contact_fl_box .submit-button:hover{
  background: #0466BC;
  color: #fff;
}

.contact_gw .section-new{
  font-size: 1.2rem;
  color: #fff;
  margin: 1rem auto 5rem;
  text-align: center;
  width: 18rem;
  float: none;
}
.contact_gw .section-new .image-logo{
  width: 12rem;
  height: 6rem;
  margin: 0 auto 2rem;
}
.contact_gw .section-new.main-content-body h1{
    font-size: 1.5rem;
    margin: auto;
    line-height: 1.6;
}
.contact_gwnew .main-content-body .email-sended{
  background: no-repeat top/50% url('../images/bitmap_icon.png');
  margin-bottom: 1.5rem;
}
.contact_fl_box .phone_t, .contact_gw .line_phone{
	display: none;
}

.contact_bottom{
	position: absolute;
	bottom: 0;
	right: 55%;
	color: #fff;
	font-size: .7rem;
	line-height: 1.6;
	padding-right: 1rem;
	text-align: justify;
}


@media screen and (max-width: 990px){
  .contact_box{
    margin: 0 5%;
  }
  .contact_gw .main-content-body{
    padding-bottom: 4rem;
  }
  .footer_nav_phone2{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .contact_gw{
    background: url(../images/contactBg_mobile.jpg) top no-repeat;
    background-size: 100% 100%;
  }
  .contact_gwnew{
    background: #fff;
  }
  .contact_fl,
  .contact_gw .main-content-body{
    width: 100%;
    float: none;
  }
  .contact_gw .main-content-body{
    padding-bottom: 0;
    height: 25rem;
  }
  .contact_fl_box{
    position: static;    
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 1rem;
  }
  .contact_gw .ts{
    position: static;
    width: 94%;
    margin: auto;
  }
  .contact_gwnew .main-content-body .backgrd-img{
    height: 12rem!important;
  }
  .contact_bottom{
  	position: static;
  }
  .contact_fl_box .pc_t{
	display: none;
  }
  .contact_fl_box .phone_t, .contact_gw .line_phone{
  	display: block;
  }
  .contact_gw .line_phone{
  	margin: .2rem 0;
  }
  .contact_fl_box{
  	position: static;
  	width: 100%;
  }
}