.block_title h3 {
  line-height: 45px;
  text-align: center;
  font-size: 32px;
  color: #0976e1;
  font-weight: normal;
}
.block_title p {
  line-height: 32px;
  text-align: center;
  font-size: 22px;
  color: #999;
}
.banner_wrap {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner_content_m {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 45%;
  text-align: left;
  margin-left:55%
}
.banner_title_m {
  font-size: 50px;
  color: #f0bc5e;
  font-weight:bold;
  margin-bottom: 3px;
}
.banner_desc_m {
  font-size: 22px;
  padding:3px;
  color: #fff;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.banner_title {
  font-size: 44px;
  color: #f0bc5e;
}
.banner_desc {
  font-size: 30px;
  color: #fff;
}


.product_adv_wrap {
  background-color: #f6f6f6;
  padding-top: 60px;
}
.adv_content {
  padding-top: 64px;
  padding-bottom: 96px;
}
.adv_item {
  float: left;
  width: 200px;
  padding-top: 224px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.adv_item+.adv_item {
  margin-left: 133px;
}
.adv_item:nth-child(1) {
  background-image: url("./../img/wjh/prod_adv1.png");
}
.adv_item:nth-child(2) {
  background-image: url("./../img/wjh/prod_adv2.png");
}
.adv_item:nth-child(3) {
  background-image: url("./../img/wjh/prod_adv3.png");
}
.adv_item:nth-child(4) {
  background-image: url("./../img/wjh/prod_adv4.png");
}
.adv_item:nth-child(1):hover {
  background-image: url("./../img/wjh/prod_adv1_on.png");
}
.adv_item:nth-child(2):hover {
  background-image: url("./../img/wjh/prod_adv2_on.png");
}
.adv_item:nth-child(3):hover {
  background-image: url("./../img/wjh/prod_adv3_on.png");
}
.adv_item:nth-child(4):hover {
  background-image: url("./../img/wjh/prod_adv4_on.png");
}
.adv_item_title {
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.adv_item_desc {
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.product_func_wrap {
  padding-top: 60px;
  background-color: #fff;
}
.func_content {
  padding-top: 80px;
}
.func_item {
  float: left;
  width: 330px;
  height: 400px;
  margin-left: 105px;
  margin-bottom: 85px;
  border: 1px solid #e5e5e5;
  padding-top: 240px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.func_item:nth-child(3n+1) {
  margin-left: 0;
}
.func_item:nth-child(1) {
  background-image: url("./../img/wjh/prod_func1.png");
}
.func_item:nth-child(2) {
  background-image: url("./../img/wjh/prod_func2.png");
}
.func_item:nth-child(3) {
  background-image: url("./../img/wjh/prod_func3.png");
}
.func_item:nth-child(4) {
  background-image: url("./../img/wjh/prod_func4.png");
}
.func_item:nth-child(5) {
  background-image: url("./../img/wjh/prod_func5.png");
}
.func_item:nth-child(6) {
  background-image: url("./../img/wjh/prod_func6.png");
}
.func_item:nth-child(7) {
  background-image: url("./../img/wjh/prod_func7.png");
}
.func_item:nth-child(8) {
  background-image: url("./../img/wjh/prod_func8.png");
}
.func_item:nth-child(9) {
  background-image: url("./../img/wjh/prod_func9.png");
}
.func_item_title {
  margin: 0 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.func_item_desc {
  padding: 10px 15px 0 15px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.func_item:hover {
  transform: scale(1.1);
  transition: 0.5s;
  box-shadow: 0 0 30px 1px rgba(0,0,0,0.25);
}
.product_group_wrap {
  padding-top: 60px;
  background-color: #f6f6f6;
}
.group_content {
  padding-top: 70px;
}
.group_item {
  float: left;
  width: 300px;
  height: 280px;
  margin-left: 150px;
}
.group_item:nth-child(3n+1) {
  margin-left: 0;
}
.group_item_title {
  padding-left: 85px;
  padding-top: 24px;
  height: 85px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
}
.group_item_edu .group_item_title {
  background-image: url("./../img/wjh/icon_edu.png");
}
.group_item_gov .group_item_title {
  background-image: url("./../img/wjh/icon_gov.png");
}
.group_item_bank .group_item_title {
  background-image: url("./../img/wjh/icon_bank.png");
}
.group_item_design .group_item_title {
  background-image: url("./../img/wjh/icon_design.png");
}
.group_item_company .group_item_title {
  background-image: url("./../img/wjh/icon_company.png");
}
.group_item_army .group_item_title {
  background-image: url("./../img/wjh/icon_army.png");
}
.group_item_desc {
  padding: 16px 12px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.prod_block_title {
  margin-bottom: 60px;
}
.prod_block_title h3 {
  line-height: 58px;
  font-size: 34px;
  font-weight: bold;
  color: #0976e1;
}
.prod_block_title p {
  line-height: 58px;
  font-size: 34px;
  color: #666;
}
.prod_block_content {
  line-height: 36px;
  font-size: 14px;
  color: #999;
}
.prod_introduce_wrap {
  background-color: #f6f6f6;
}
.prod_introduce {
  padding-right: 600px;
  height: 600px;
  padding-top: 100px;
  background: url("./../img/wjh/prod_intro.png") right center no-repeat;
}
.prod_define_wrap {
  background-color: #fff;
}
.prod_define {
  height: 672px;
  padding-top: 110px;
  padding-left: 600px;
  background: url("./../img/wjh/prod_define.png") left center no-repeat;
}
.prod_define .prod_block_title {
  text-align: right;
}
.prod_module_wrap {
  background-color: #f6f6f6;
}
.prod_module {
  padding-top: 140px;
  padding-bottom: 100px;
}
.module_title {
  margin-bottom: 60px;
  line-height: 50px;
  font-size: 34px;
  font-weight: bold;
  color: #0976e1;
}
.module_func {
  width: 312px;
}
.module_child {
  width: 203px;
}
.module_detail {
  width: 685px;
}
.module_content td,
.module_content th {
  padding: 12px 0;
  text-align: center;
  line-height: 36px;
  border: 1px solid #e5e5e5;
}
.cell_title {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  line-height: 60px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.cell_title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #0976e1;
  border-radius: 50%;
}
.module_content .cell_detail {
  padding-left: 80px;
  padding-right: 240px;
  text-align: left;
}
.safe_block_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
.safe_block_title p {
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #999;
}
.can_do_wrap {
  padding-top: 80px;
  background-color: #f1f5ff;
}
.can_do_content {
  height: 660px;
  padding: 60px 0;
  position: relative;
  background: url("./../img/wjh/can_do_bg.png") center no-repeat;
}
.can_do_left {
  position: absolute;
  top: 80px;
  left: 0;
}
.can_do_left:after {
  content: '';
  position: absolute;
  top: 200px;
  left: 0;
  width: 260px;
  border-bottom: 1px solid #e2e9f7;
}
.can_do_right {
  position: absolute;
  top: 80px;
  right: 0;
}
.can_do_right:after {
  content: '';
  position: absolute;
  top: 200px;
  right: 0;
  width: 260px;
  border-bottom: 1px solid #e2e9f7;
}
.can_do_item {
  width: 260px;
}
.can_left_top {
  position: absolute;
  top: 0;
  left: 0;
}
.can_left_bottom {
  position: absolute;
  top: 200px;
  left: 0;
}
.can_right_top {
  position: absolute;
  top: 0;
  right: 0;
}
.can_right_bottom {
  position: absolute;
  top: 200px;
  right: 0;
}
.can_do_item_title {
  line-height: 60px;
  font-size: 18px;
  color: #2a3a63;
  font-weight: normal;
  margin-top: 24px;
}
.can_do_item_desc {
  line-height: 20px;
  font-size: 14px;
  color: #2a3a63;
  margin-bottom: 40px;
}
.centet_item {
  font-size: 16px;
  color: #2a3a63;
  width: 164px;
  line-height: 40px;
  text-align: center;
}
.center_top {
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -82px;
}
.center_right {
  position: absolute;
  top: 330px;
  right: 330px;
}
.center_bottom {
  position: absolute;
  top: 420px;
  left: 50%;
  margin-left: -82px;
}
.center_left {
  position: absolute;
  top: 330px;
  left: 330px;
}
.private_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  background-color: #f6f9ff;
}
.backup_wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.encrypt_wrap,
.traceless_wrap {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 620px;
}
.safe_cloud_block {
  height: 100%;
  position: relative;
}
.block_left_content {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-25%);
  width: 530px;
}
.block_left_title {
  line-height: 80px;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}
.title_color {
  color: #0e418e;
}
.block_left_item_title {
  padding-left: 18px;
  padding-top:8px;
  line-height: 50px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  position: relative;
}
.block_left_item_title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  margin-top: -5px;
  border-left: 4px solid #4595f4;
}
.block_left_item_desc {
  line-height: 30px;
  font-size: 14px;
  color: #1B2733;
}
.block_left_pic {
  position: absolute;
  top: 90px;
  right: 0;
  width: 690px;
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block_right_content {
  position: absolute;
  top: 10%;
  right: 0;
  width: 500px;
}
.block_right_title {
  line-height: 80px;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}
.title_color {
  color: #3891e5;
}
.block_right_item_title {
  padding-left: 18px;
  padding-top:8px;
  line-height: 50px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  position: relative;
}
.block_right_item_title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  margin-top: -5px;
  border-right: 4px solid #4595f4;
}
.block_right_item_desc {
  line-height: 30px;
  font-size: 14px;
  color: #1B2733;
}
.video_right_item_desc {
	padding-top:50px;
  line-height: 40px;
  font-size: 18px;
  color: #666;
}
.block_right_pic_wrap {
  position: absolute;
  top: 10%;
  left: 30px;
  width: 480px;
  height: 595px;
  border: 4px solid #cad6e2;
}
.block_right_pic {
  position: absolute;
  top: 90px;
  width: 680px;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video_right_pic {
  position: absolute;
  width: 690px;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case_nav_wrap {
  background-color: #eee;
}
.case_nav_item {
  float: left;
  width: 400px;
}
.case_nav_item a {
  display: block;
  line-height: 70px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.case_nav_item.on {
  background-color: #3891e5;
}
.case_nav_item.on a {
  color: #fff;
}
.case_content {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #fff;
}
.case_list {
  margin-bottom: 100px;
  border-left: 1px solid #eee;
}
.case_list_item {
  float: left;
  width: 25%;
  height: 150px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.case_list_item a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.case_list_item:nth-child(1),
.case_list_item:nth-child(2),
.case_list_item:nth-child(3),
.case_list_item:nth-child(4) {
  border-top: 1px solid #eee;
}
.pagination {
  text-align: center;
}
.pagination li {
  margin: 0 3px;
  display: inline-block;
  width: 50px;
  border: 1px solid #b9b9b9;
  line-height: 40px;
}
.pagination li a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.pagination li.disabled {
  color: #999;
}
.pagination li.active {
  border-color: transparent;
  background-color: #0e418e;
  color: #fff;
}
.page_num {
  margin: 0 3px;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  color: #333;
}
.page_num.active {
  border: none;
  background-color: #3891e5;
  color: #fff;
}
.choose_wrap {
  background: url("./../img/wjh/choose_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 90px;
}
.safe_block_title.choose_title h3 {
  color: #fff;
}
.choose_content {
  padding-top: 60px;
}
.choose_nav {
  height: 65px;
  text-align: center;
}
.choose_nav_item {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 5px;
  width: 208px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #93a6ba;
  cursor: pointer;
}
.choose_nav_item.on {
  margin-top: 0;
  line-height: 65px;
  font-weight: bold;
  background: linear-gradient(to bottom, #378fe5, #3060fe);
}
.choose_nav_item:hover {
  color: #fff;
}
.choose_list {
  height: 430px;
  background-color: #fff;
}
.choose_item {
  display: none;
  height: 100%;
  position: relative;
  background-position: 650px center;
  background-repeat: no-repeat;
}
.choose_item.on {
  display: block;
}
.choose_item_detail {
  position: absolute;
  top: 180px;
  left: 60px;
  transform: translateY(-50%);
  width: 550px;
}
.choose_item_detail h4 {
  line-height: 60px;
  font-size: 20px;
  color: #666;
}
.choose_item_detail p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.choose_item_pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 570px;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
}
.start_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("./../img/wjh/start_bg.jpg") center no-repeat;
  background-size: cover;
}
.start_title {
  text-align: center;
  line-height: 60px;
  margin-bottom: 25px;
  font-size: 30px;
  color: #3891e5;
  font-weight: normal;
}
.start_try {
  display: block;
  margin: 0 auto;  
  border: 1px solid #fff;
  width: 120px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top:30px;
  border-radius: 5px;
  background-color: #4595f4;  
}
.start_try:hover {
  color: #fff;
}

.start_wrap_m {
	display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("./../img/wjh/start_bg.jpg") center no-repeat;
  background-size: cover;
}

.start_title_m {
	flex:2;
  text-align: center;
  font-size: 30px;
  color: #3891e5;
  font-weight: normal;
}
.start_try_x {
	flex:1;
  display: block;
  border: 1px solid #fff;
  width: 120px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  height:45px;
  padding-top:8px;
  border-radius: 5px;
  background-color: #4595f4;  
}
.start_try_x:hover {
  color: #fff;
}



@media screen  and (max-width: 1280px){
				
			  .start_try_m {
             display: block;
             margin-left:56%;
             border: 1px solid #fff;
             width: 120px;
             text-align: center;
             line-height: 40px;
             font-size: 16px;
             color: #fff;
             cursor: pointer;
             margin-top:30px;
             border-radius: 5px;
             background-color: #4595f4;  
        }
}

.start_try_m {
  display: block;
  margin-left:38%;
  border: 1px solid #fff;
  width: 120px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top:30px;
  border-radius: 5px;
  background-color: #4595f4;  
}


.start_try_m:hover {
  color: #fff;
}

.start_try_left {
  display: block;
  margin: 0 auto;  
  border: 1px solid #fff;
  width: 160px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top:500px;  
  border-radius: 5px;
  background-color: #0e418e;  
}
.start_try_left:hover {
  color: #fff;
}

.weui-btn_blue {
    background-color: #0E418E;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.7rem;
}

.weui-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
}

.about_nav_wrap {
  background-color: #eee;
}
.about_nav_item {
  float: left;
  width: 600px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.about_nav_item.on {
  background-color: #0e418e;
  color: #fff;
}
.introduce_wrap {
  display: block;
}
.profile_wrap {
  padding-top: 63px;
  padding-bottom: 120px;
  background: url("./../img/wjh/profile_bg.jpg") center no-repeat;
  background-size: cover;
}
.profile_title h3 {
  font-size: 32px;
  color: #0e418e;
  line-height: 46px;
  font-weight: normal;
}
.profile_title p {
  font-size: 22px;
  color: #999;
  line-height: 32px;
}
.profile_desc {
  float: left;
  width: 600px;
  padding-top: 36px;
  padding-right: 70px;
}
.profile_desc p {
  text-indent: 2em;
  line-height: 36px;
  font-size: 14px;
  color: #1B2733;
}
.profile_pic_list {
  float: left;
  width: 600px;
}
.profile_pic_item {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile_pic_item:nth-child(1) {
  width: 320px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.profile_pic_item:nth-child(2) {
  width: 270px;
  height: 200px;
  margin-bottom: 10px;
}
.profile_pic_item:nth-child(3) {
  width: 200px;
  height: 200px;
  margin-right: 10px;
}
.profile_pic_item:nth-child(4) {
  width: 390px;
  height: 200px;
}
.culture_wrap {
  height: 680px;
  background: url("./../img/wjh/culture_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 90px;
}
.culture_title {
  margin-bottom: 146px;
}
.culture_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  color: #0976e1;
  font-weight: normal;
}
.culture_title p {
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #999;
  position: relative;
}
.culture_title p:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 60px;
  margin-left: -30px;
  border-bottom: 2px solid #0976e1;
}
.culture_content h3 {
  line-height: 80px;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: normal;
}
.culture_content p {
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.team_left {
  float: left;
  width: 50%;
  height: 680px;
  background: url("./../img/wjh/team_left.jpg") center no-repeat;
  position: relative;
}
.team_left_content {
  position: absolute;
  top: 140px;
  right: 200px;
  width: 400px;
}
.team_left_title {
  margin-bottom: 60px;
}
.team_left_title h3 {
  line-height: 45px;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}
.team_left_title p {
  line-height: 32px;
  font-size: 22px;
  color: #85c0fb;
}
.team_left_desc {
  text-indent: 2em;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.team_right {
  float: left;
  width: 50%;
  height: 680px;
  background: url("./../img/wjh/team_right.jpg") center no-repeat;
  position: relative;
}
.team_right_title {
  position: absolute;
  top: 140px;
  left: 135px;
}
.team_right_title h4 {
  line-height: 45px;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}
.team_right_title p {
  line-height: 55px;
  font-size: 22px;
  color: #fff;
}
.honor_wrap {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 100px;
}
.honor_title {
  margin-bottom: 60px;
}
.honor_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  color: #0976e1;
  font-weight: normal;
}
.honor_title p {
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #999;
  position: relative;
}
.honor_title p:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 60px;
  margin-left: -30px;
  border-bottom: 2px solid #0976e1;
}
.honor_slide_wrap {
  height: 560px;
  position: relative;
}
.honor_slide_item {
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide_btn_left {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  cursor: pointer;
  background: url("./../img/wjh/slide_left.png") center no-repeat;
}
.slide_btn_right {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -45px;
  width: 50px;
  height: 90px;
  cursor: pointer;
  background: url("./../img/wjh/slide_right.png") center no-repeat;
}
.contact_wrap {
  padding-top: 85px;
  padding-bottom: 100px;
  background: #fff;
}
.contact_content {
  padding-bottom: 50px;
  position: relative;
}
.company_title {
  margin-bottom: 30px;
  padding-right: 45px;
  display: inline-block;
  line-height: 80px;
  font-size: 30px;
  color: #333;
  border-bottom: 1px solid #999;
}
.contact_info {
  line-height: 60px;
  padding-left: 52px;
  font-size: 22px;
  color: #666;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 36px;
}
.contact_info .contact_info_title {
  font-weight: bold;
}
.contact_tel {
  background-image: url("./../img/wjh/icon_tel.png");
}
.contact_qq {
  background-image: url("./../img/wjh/icon_qq.png");
}
.contact_address {
  background-image: url("./../img/wjh/icon_address.png");
}
.contact_url {
  background-image: url("./../img/wjh/icon_url.png");
}
.qr_code {
  position: absolute;
  top: 44px;
  right: 195px;
  width: 220px;
  padding-top: 198px;
  background: url("./../img/wjh/qr_code.png") center top no-repeat;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #666;
}
.contact_title {
  margin-bottom: 70px;
}
.contact_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  color: #0976e1;
  font-weight: normal;
}
.contact_title p {
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #999;
  position: relative;
}
.contact_title p:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 60px;
  margin-left: -30px;
  border-bottom: 2px solid #0976e1;
}
.contact_map {
  height: 550px;
}
.map {
  width: 100%;
  height: 100%;
}
.join_wrap {
  background-color: #fff;
  padding: 90px 0;
  display: none;
}
.join_block_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  color: #0e418e;
}
.join_block_title p {
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  color: #999;
}
.job_list_content {
  padding-top: 38px;
}
.job_item {
  padding: 40px 0;
  border-top: 1px dashed #b9b9b9;
  border-bottom: 1px dashed #b9b9b9;
}
.job_item_content {
  position: relative;
}
.job_item_content:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 80px;
  width: 35px;
  height: 30px;
  margin-top: -15px;
  background: url("./../img/wjh/icon_job.png") center no-repeat;
}
.job_item_title {
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.job_item_desc {
  line-height: 34px;
  font-size: 14px;
  color: #1B2733;
}
.num_color {
  color: #3891e5;
}
.job_item_detail {
  margin-top: 25px;
  display: none;
}
.job_item_detail.on {
  display: block;
}
.job_detail_title {
  line-height: 32px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.job_detail_desc {
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
.apply_flow {
  padding-top: 80px;
}
.apply_content {
  padding-top: 56px;
}
.apply_content_item {
  margin-bottom: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.apply_content_item_title {
  font-weight: bold;
}
.about_us_wrap {
  display: none;
}
.solution_block_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  color: #000;
  font-weight: normal;
}
.solution_block_title p {
  text-align: center;
  line-height: 33px;
  font-size: 22px;
  color: #999;
  position: relative;
}
.solution_block_title p:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  border-bottom: 4px solid #4595f4;
}
.problem_wrap {
  padding-top: 90px;
  background-color: #fff;
}
.problem_list {
  padding-top: 118px;
}
.problem_item {
  float: left;
  width: 310px;
  height: 354px;
  padding-left: 115px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 114px 115px;
}
.problem_item+.problem_item {
  margin-left: 135px;
}
.problem_item:nth-child(1) {
  background-image: url("./../img/wjh/icon_01.png");
}
.problem_item:nth-child(2) {
  background-image: url("./../img/wjh/icon_02.png");
}
.problem_item:nth-child(3) {
  background-image: url("./../img/wjh/icon_03.png");
}
.problem_item_title {
  line-height: 70px;
  font-size: 24px;
  color: #666;
  font-weight: normal;
}
.problem_item_desc {
  line-height: 32px;
  font-size: 16px;
  color: #1B2733;
}
.solution_title_wrap {
  padding-top: 95px;
  background-color: #f6f6f6;
}
.solution_list_wrap {
  padding-top: 130px;
  padding-bottom: 100px;
}
.solution_item_title {
  margin-bottom: 30px;
  line-height: 70px;
  font-size: 22px;
  color: #666;
  font-weight: bold;
}
.solution_item_desc {
  margin-bottom: 38px;
  padding-left: 24px;
  position: relative;
  line-height: 38px;
  font-size: 16px;
  color: #1B2733;
}
.solution_item_desc:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #0976e1;
  border-radius: 50%;
}
.solution_jzcd_wrap {
  background-color: #f6f6f6;
  padding: 100px 0;
}
.solution_bbgl_wrap {
  background-color: #fff;
  padding: 100px 0;
}
.solution_xmgl_wrap {
  background-color: #f6f6f6;
  padding: 100px 0;
}
.solution_jzcd {
  padding-left: 496px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
.solution_bbgl {
  padding-right: 600px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
.solution_xmgl {
  padding-left: 496px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
.client_wrap {
  padding-top: 90px;
  padding-bottom: 160px;
  background-color: #fff;
}
.client_content {
  margin-top: 30px;
  height: 540px;
}
.client_slide_list {
  position: relative;
}
.client_bg {
  position: absolute;
  top: 100px;
  left: -50px;
  width: 1218px;
  height: 384px;
  background: url("./../img/wjh/client_bg.png") center no-repeat;
  background-size: contain;
}
.swiper_slide {
  width: 100%;
  height: 510px;
}
.client_slide_item {
  margin: 0 32px;
  height: 374px;
  margin-top: 50px;
  margin-bottom: 85px;
  position: relative;
  box-shadow: 0 0 32px 2px rgba(0,0,0,0.2);
}
.client_slide_item_left {
  float: left;
  width: 580px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.client_slide_item_right {
  float: right;
  width: 556px;
  height: 100%;
  padding-top: 65px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #fff;
}
.client_slide_item_title {
  line-height: 45px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.client_slide_item_desc {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.slide_num {
  position: absolute;
  top: 40px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #368ee7, #3163fc);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
}
.slide_page {
  position: absolute;
  right: 60px;
  bottom: 40px;
}
.slide_btn {
  float: left;
  font-size: 22px;
  color: #666;
  padding: 0 12px;
  cursor: pointer;
}
.client_slide_container .swiper-pagination .swiper-pagination-bullet {
  background-color: #0976e1;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
}
.client_slide_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.client_slide_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border: 2px solid #0976e1;
  border-radius: 50%;
}
.function_wrap {
  padding: 100px 0 30px 0;
  background-color: #fff;
}
.function_title_desc {
  margin: 36px 0;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #666;
}
.func_back_list {
  padding-top: 50px;
}
.func_back_item {
  float: left;
  width: 600px;
  height: 180px;
  padding-top: 18px;
  padding-left: 116px;
  padding-right: 50px;
  line-height: 30px;
  font-size: 16px;
  color: #1B2733;
}
.func_back_item_1 {
  background: url("./../img/wjh/icon_01.png") left top no-repeat;
}
.func_back_item_2 {
  background: url("./../img/wjh/icon_02.png") left top no-repeat;
}
.func_back_item_3 {
  background: url("./../img/wjh/icon_03.png") left top no-repeat;
}
.func_back_item_4 {
  background: url("./../img/wjh/icon_04.png") left top no-repeat;
}
.func_back_item_5 {
  background: url("./../img/wjh/icon_05.png") left top no-repeat;
}
.solution_job_left_wrap {
  background-color: #f6f6f6;
}
.solution_job_left {
  position: relative;
  height: 500px;
}
.solution_job_left_content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 600px;
  padding-right: 70px;
}
.solution_job_left_pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 532px;
  height: 340px;
}
.solution_job_left_pic img {
  width: 100%;
}
.solution_job_right_wrap {
  background-color: #fff;
}
.solution_job_right {
  position: relative;
  height: 500px;
}
.solution_job_right_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 600px;
}
.solution_job_right_pic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 532px;
  height: 340px;
}
.solution_job_right_pic img {
  width: 100%;
}
.solution_job_title {
  font-size: 32px;
  color: #666;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 12px;
}
.solution_job_item {
  margin-bottom: 40px;
  padding-left: 24px;
  line-height: 36px;
  font-size: 16px;
  color: #1B2733;
  position: relative;
}
.solution_job_item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background-color: #0976e1;
  border-radius: 50%;
}
.know_base_wrap {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #fff;
}
.know_base_content {
  margin-top: 50px;
  height: 440px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
.know_base_desc {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 43px;
  background-color: #fff;
  box-shadow: 0 0 70px 1px rgba(0,0,0,0.17);
  width: 552px;
}
.know_base_desc p {
  line-height: 38px;
  font-size: 16px;
  color: #1B2733;
}
.solution_medical_wrap {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fff;
}
.solution_medical_list {
  padding-top: 50px;
}
.tab_3_item {
  float: left;
  width: 310px;
  padding-top: 12px;
  padding-left: 116px;
  line-height: 30px;
  font-size: 16px;
  color: #1B2733;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.tab_3_item+.tab_3_item {
  margin-left: 135px;
}
.icon_01 {
  background-image: url("./../img/wjh/icon_01.png");
}
.icon_02 {
  background-image: url("./../img/wjh/icon_02.png");
}
.icon_03 {
  background-image: url("./../img/wjh/icon_03.png");
}
.news_nav_wrap {
  background-color: #eee;
}
.news_nav_item {
  float: left;
  width: 400px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
.news_nav_item.on {
  background-color: #0e418e;
  color: #fff;
}
.news_content_wrap {
  background-color: #fff;
  padding: 100px 0;
}
.news_content {
  display: none;
}
.news_content.on {
  display: block;
}
.news_list {
  padding-bottom: 60px;
}
.news_item {
  margin-bottom: 40px;
  padding: 20px 15px;
  border: 1px solid #e5e5e5;
  height: 220px;
}
.news_item:hover {
  border-color: transparent;
  box-shadow: 0 0 30px 3px rgba(0,0,0,0.15);
}
.news_item_time {
  float: left;
  margin-right: 25px;
}
.news_item_date {
  float: left;
  padding-left: 33px;
  padding-right: 4px;
  line-height: 36px;
  font-size: 30px;
  color: #888;
  background: url("./../img/wjh/icon_time.png") left center no-repeat;
  background-size: 27px;
}
.news_item_time_right {
  float: left;
}
.news_item_time_year {
  line-height: 16px;
  font-size: 10px;
  color: #888;
}
.news_item_pic {
  float: left;
  margin-right: 25px;
  width: 250px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_item_right {
  float: left;
}
.news_item_title {
  line-height: 36px;
  font-size: 18px;
  color: #0e418e;
  font-weight: bold;
}
.news_item_type {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.news_item_detail {
  line-height: 26px;
  width: 660px;
  font-size: 14px;
  color: #1B2733;
}
.news_page_wrap {
  text-align: center;
}
.news_detail_wrap {
  padding-top: 85px;
  padding-bottom: 120px;
  background-color: #fff;
}
.bread_crumb {
  font-size: 16px;
  color: #333;
}
.bread_crumb span {
  color: #0976e1;
}
.news_detail {
  margin-top: 30px;
  padding: 60px 70px 25px 70px;
  box-shadow: 0 0 30px 3px rgba(0,0,0,0.1);
}
.news_detail_title {
  margin-bottom: 12px;
  line-height: 70px;
  font-size: 32px;
  color: #333;
  font-weight: normal;
  border-bottom: 2px solid #ccc;
}
.news_detail_time {
  line-height: 30px;
  font-size: 16px;
  color: #999;
  margin-bottom: 36px;
}
.news_detail_content {
  padding-bottom: 80px;
}
.news_detail_content p {
  line-height: 50px;
  font-size: 16px;
  color: #666;
}
.news_detail_next {
  float: left;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.news_detail_back {
  float: right;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.news_video_wrap {
  margin: 0 auto;
  width: 900px;
  height: 506px;
}
.news_video_wrap video {
  width: 100%;
  height: 100%;
}
.coop_block_title h3 {
  text-align: center;
  line-height: 45px;
  font-size: 32px;
  font-weight: normal;
  color: #666;
}
.coop_block_title p {
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #999;
}
.cooperation_system_wrap {
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: #fff;
}
.coop_system_content {
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}
.coop_system_item {
  float: left;
  width: 280px;
  height: 300px;
  padding: 25px;
  padding-bottom: 0;
  border: 1px solid #eee;
}
.coop_system_item:hover {
  background-color: #3891e5;
}
.coop_system_item:hover .coop_system_item_title,
.coop_system_item:hover .coop_system_item_detail p {
  color: #fff;
}
.coop_system_item+.coop_system_item {
  border-left-color: transparent;
}
.coop_system_item_title {
  padding-top: 45px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50px 42px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #0e418e;
  font-weight: bold;
}
.system_xmhz .coop_system_item_title {
  background-image: url("./../img/wjh/icon_xmhz.png");
}
.system_xmhz:hover .coop_system_item_title {
  background-image: url("./../img/wjh/icon_xmhz_on.png");
}
.system_ptdl .coop_system_item_title {
  background-image: url("./../img/wjh/icon_ptdl.png");
}
.system_ptdl:hover .coop_system_item_title {
  background-image: url("./../img/wjh/icon_ptdl_on.png");
}
.system_jpdl .coop_system_item_title {
  background-image: url("./../img/wjh/icon_jpdl.png");
}
.system_jpdl:hover .coop_system_item_title {
  background-image: url("./../img/wjh/icon_jpdl_on.png");
}
.system_hxdl .coop_system_item_title {
  background-image: url("./../img/wjh/icon_hxdl.png");
}
.system_hxdl:hover .coop_system_item_title {
  background-image: url("./../img/wjh/icon_hxdl_on.png");
}
.system_qyzdl .coop_system_item_title {
  background-image: url("./../img/wjh/icon_qyzdl.png");
}
.system_qyzdl:hover .coop_system_item_title {
  background-image: url("./../img/wjh/icon_qyzdl_on.png");
}
.coop_system_item_detail p {
  line-height: 22px;
  font-size: 12px;
  color: #1B2733;
}
.join_process_wrap {
  padding-top: 85px;
  padding-bottom: 160px;
  background-color: #f7f7f7;
}
.join_process_content {
  padding: 50px 25px 0 25px;
}
.join_process_item {
  float: left;
  width: 150px;
  padding-top: 165px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333;
  background-position: center top;
  background-repeat: no-repeat;
}
.join_process_item+.join_process_item {
  margin-left: 100px;
  position: relative;
}
.join_process_item+.join_process_item:before {
  content: '';
  position: absolute;
  left: -100px;
  top: 0;
  width: 100px;
  height: 150px;
  background: url("./../img/wjh/icon_arrow_right.png") center no-repeat;
}
.process_tjsq {
  background-image: url("./../img/wjh/icon_tjsq.png");
}
.process_tjsh {
  background-image: url("./../img/wjh/icon_tjsh.png");
}
.process_qyhz {
  background-image: url("./../img/wjh/icon_qyhz.png");
}
.process_zcpx {
  background-image: url("./../img/wjh/icon_zcpx.png");
}
.process_ywkz {
  background-image: url("./../img/wjh/icon_ywkz.png");
}
.apply_join_wrap {
  padding-top: 90px;
  padding-bottom: 85px;
  background-color: #fff;
}
.apply_join_content {
  padding-top: 55px;
  position: relative;
}
.join_form {
  float: left;
  padding-left: 72px;
  width: 600px;
  position: relative;
}
.join_form:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -130px;
  height: 260px;
  border-right: 1px solid #ccc;
}
.form_item {
  margin-bottom: 35px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
}
.form_item label {
  float: left;
  width: 105px;
}
.form_item input {
  float: left;
  width: 280px;
  height: 40px;
  border: 1px solid #999;
}
.form_item textarea {
  float: left;
  width: 280px;
  height: 80px;
  border: 1px solid #999;
}
.form_submit {
  display: block;
  margin-left: 105px;
  text-align: center;
  line-height: 50px;
  width: 280px;
  background-color: #0e418e;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
}
.form_submit:hover {
  color: #fff;
}
.join_contact {
  float: right;
  width: 600px;
  padding-left: 200px;
}
.join_qr {
  padding-bottom: 60px;
}
.join_qr_title {
  line-height: 45px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  position: relative;
}
.join_qr_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: -64px;
  width: 45px;
  height: 45px;
  background: url("./../img/wjh/icon_scan.png") left center no-repeat;
}
.join_qr_pic {
  width: 185px;
  height: 185px;
  background-position: center;
  background-repeat: no-repeat;
}
.join_tel h4 {
  line-height: 45px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  position: relative;
}
.join_tel h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: -64px;
  width: 45px;
  height: 45px;
  background: url("./../img/wjh/icon_tel.png") left center no-repeat;
}
.join_tel p {
  line-height: 45px;
  font-size: 20px;
  color: #000;
}
.medium_line {
    padding-bottom: 30px;
    margin-top:30px;
    overflow: hidden;
    border-bottom: #fff 1px solid;
    margin-left:300px;
    margin-right:300px;
}

.encrypt_wrap .cloud-video {
	background:#ebebeb;
  width: 680px;
  height: 410px;
  margin: 0 auto;
  position: relative;
  margin-top: 90px;
}
.encrypt_wrap .cloud-video video {
  width: 100%;
  height: 100%;
}
.encrypt_wrap .cloud-video .video-icon {
  position: absolute;
  left: 50%;
  top: 130px;
  margin-left: -55px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url("../img/cloud-icon.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}