﻿@charset "utf-8";
/*Unicode????????????*/
/*????????????*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*????????????*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*??????????????????????????????????????????*/
/*=========????????????=======================================================================================*/
* {
  word-wrap: break-word;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
img {
  border: none;
}
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
}
input[readonly="readonly"] {
  background-color: #f5f5f5;
}
input:focus {
  outline: none;
}
/*??????webkit?????????????????????????????????????????????*/
input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #333;
}
/*
----------------------------------------------  
*   ????????????????????????
----------------------------------------------  
*/
/*
----------------------------------------------  
*   ??????????????????
----------------------------------------------  
*/
.top-wrap {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 100;
}
.top-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  display: none;
}
.top-wrap .top {
  width: 1110px;
  margin: 0 auto;
}
.top-wrap .top:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top-wrap .top .logo {
  float: left;
  display: block;
  padding: 15px 0;
}
.top-wrap .top .logo img {
  height: 54px;
}
.top-wrap .top .nav {
  float: right;
}
.top-wrap .top .nav ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top-wrap .top .nav ul li {
  float: left;
}
.top-wrap .top .nav ul li:hover {
  background-color: #f5f5f5;
}
.top-wrap .top .nav ul li a {
  display: block;
  font-size: 14px;
  height: 84px;
  line-height: 84px;
  padding: 0 30px;
}
.top-wrap .top .nav ul li.reg_link {
  padding: 0 20px;
}
.top-wrap .top .nav ul li.reg_link:hover {
  background: transparent;
}
.top-wrap .top .nav ul li.reg_link a {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  color: #333333;
  background-color: #ffffff;
  display: block;
  margin-top: 26px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.top-wrap .top .nav ul li.reg_link a:hover {
  border: 1px solid #0076c1;
  color: #0076c1;
}
.top-wrap .top .nav ul li.login_link {
  padding: 0;
}
.top-wrap .top .nav ul li.login_link:hover {
  background: transparent;
}
.top-wrap .top .nav ul li.login_link a {
  border: 1px solid #0076c1;
  border-radius: 20px;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  color: #ffffff;
  background-color: #0076c1;
  display: block;
  margin-top: 26px;
}
.section {
  position: relative;
  min-height: 600px;
  z-index: 99;
}
.section .box {
  width: 1110px;
  margin: 0 auto;
}
.section .box .title {
  font-size: 26px;
  text-align: center;
  padding-top: 40px;
}
.section .box .subtitle {
  width: 688px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.section.section1 {
  background-color: #0076c1;
}
.section.section2 {
  background-color: #fff;
}
.section.section3 {
  background-color: #ebeced;
}
.section.section4 {
  background-color: #fff;
}
.section.section5 {
  background-color: #ebeced;
}
.banner-wrap {
  width: 100%;
  height: 740px;
  background: url("img/banner_bg.jpg") no-repeat center center;
}
.banner-wrap .banner {
  width: 1110px;
  height: 740px;
  margin: 0 auto;
  background: url("img/banner_main.png") no-repeat center center;
}
/*????????????*/
.features-wrap {
  padding: 80px 0;
  text-align: center;
}
.features-wrap .item {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 20px 0;
}
.features-wrap .item .imgbox {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  cursor: pointer;
}
.features-wrap .item .imgbox img {
  width: 90px;
  height: 90px;
}
.features-wrap .item .desc {
  padding-top: 20px;
}
.features-wrap .item .desc span {
  font-size: 14px;
  color: #333;
  display: block;
}
.features-wrap .item .desc p {
  font-size: 12px;
  color: #999;
  display: block;
  padding-top: 5px;
}
/*????????????*/
.scenarios-wrap {
  padding: 80px 0;
  text-align: center;
}
.scenarios-wrap .item {
  display: inline-block;
  width: 258px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 0 7px;
  overflow: hidden;
}
.scenarios-wrap .item:hover .desc {
  background-color: #0076c1;
}
.scenarios-wrap .item:hover .desc span {
  color: #fff;
}
.scenarios-wrap .item:hover .desc p {
  color: #fff;
}
.scenarios-wrap .item .imgbox {
  width: 100%;
  height: 240px;
  background-color: #cccccc;
  margin: 0 auto;
}
.scenarios-wrap .item .imgbox img {
  width: 100%;
  height: 240px;
}
.scenarios-wrap .item .desc {
  padding: 20px 30px;
}
.scenarios-wrap .item .desc span {
  font-size: 14px;
  color: #333;
  display: block;
}
.scenarios-wrap .item .desc p {
  font-size: 12px;
  color: #999;
  display: block;
  padding-top: 5px;
  text-align: justify;
}
/*????????????*/
.advantage-wrap {
  padding: 80px 0;
  text-align: center;
}
.advantage-wrap .item {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 0 20px;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 0;
}
.advantage-wrap .item:hover {
  border: 1px solid #0eb5f3;
}
.advantage-wrap .item .imgbox {
  margin: 0 auto;
}
.advantage-wrap .item .desc {
  padding-top: 30px;
}
.advantage-wrap .item .desc span {
  font-size: 14px;
  color: #333;
  display: block;
}
.advantage-wrap .item .desc p {
  font-size: 12px;
  color: #999;
  display: block;
  padding-top: 10px;
  text-align: center;
}
.news-wrap {
  width: 1110px;
  padding: 80px 0;
  margin: 0 auto;
}
.news-wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news-wrap .profiles {
  width: 389px;
  float: right;
}
.news-wrap .profiles span {
  font-size: 26px;
  color: #333;
  display: block;
  border-left: 4px solid #27b141;
  padding-left: 20px;
  height: 26px;
  line-height: 20px;
}
.news-wrap .profiles img {
  width: 100%;
  height: 300px;
  display: block;
  border: 1px solid #e5e5e5;
  margin: 30px auto 20px;
}
.news-wrap .profiles p {
  font-size: 14px;
  color: #666;
}
.news-wrap .profiles p a {
  color: #666;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news-wrap .profiles p a:hover {
  color: #0076c1;
}
.news-wrap .taber {
  float: left;
}
.news-wrap .taber:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news-wrap .taber .tab_index {
  float: left;
}
.news-wrap .taber .tab_index span {
  width: 202px;
  height: 205px;
  line-height: 205px;
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.news-wrap .taber .tab_index span.dt {
  background: url("../images/new_dt_normal.png") no-repeat center center;
}
.news-wrap .taber .tab_index span.dt.current {
  background: url("../images/new_dt_current.png") no-repeat center center;
  color: #fff;
}
.news-wrap .taber .tab_index span.zx {
  background: url("../images/new_zx_normal.png") no-repeat center center;
}
.news-wrap .taber .tab_index span.zx.current {
  background: url("../images/new_zx_current.png") no-repeat center center;
  color: #fff;
}
.news-wrap .taber .tab_conts {
  float: left;
  width: 430px;
  padding-left: 40px;
}
.news-wrap .taber .tab_conts .top {
  margin-top: 30px;
}
.news-wrap .taber .tab_conts .top span {
  font-size: 18px;
  color: #333;
  display: block;
}
.news-wrap .taber .tab_conts .top p {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 26px;
  padding-top: 14px;
}
.news-wrap .taber .tab_conts .top p a {
  color: #999;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news-wrap .taber .tab_conts .top p a:hover {
  color: #27b141;
}
.news-wrap .taber .tab_conts ul {
  margin-top: 40px;
}
.news-wrap .taber .tab_conts ul li {
  border-bottom: 1px dashed #e5e5e5;
}
.news-wrap .taber .tab_conts ul li:last-child {
  border-bottom: none;
}
.news-wrap .taber .tab_conts ul li a {
  font-size: 14px;
  color: #666;
  line-height: 49px;
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news-wrap .taber .tab_conts ul li a:hover {
  color: #0076c1;
}
.news-wrap .taber .tab_conts ul li a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news-wrap .taber .tab_conts ul li a span {
  float: right;
  display: block;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
/*
----------------------------------------------  
*   ????????????
----------------------------------------------  
*/
.link {
  width: 1110px;
  margin: 80px auto;
}
.link img {
  width: 100%;
}
.foot {
  background-color: #242626;
}
.foot .box {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 160px;
}
.foot .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .box .fnav {
  float: left;
}
.foot .box .fnav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .box .fnav .item {
  float: left;
  width: 110px;
  margin-right: 46px;
}
.foot .box .fnav .item span {
  color: #fff;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #494c4b;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.foot .box .fnav .item a {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 26px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.foot .box .fnav .item a:hover {
  text-decoration: underline;
  color: #27b141;
}
.foot .box .side {
  float: right;
}
.foot .box .side:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .box .side .item {
  float: left;
  margin-left: 14px;
}
.foot .box .side .item img {
  width: 100px;
}
.foot .box .side .item span {
  color: #999;
  display: block;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
}
.bottom {
  background-color: #1f2121;
}
.bottom .box {
  width: 1110px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
  line-height: 40px;
  height: 40px;
}
.bottom .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.bottom .box .left_side {
  float: left;
}
.bottom .box .right_side {
  float: right;
}
.backtop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  width: 60px;
  text-align: center;
  z-index: 101;
}
.backtop img {
  width: 30px;
  margin: 0 auto;
}
.backtop span {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
  display: block;
}
/*
----------------------------------------------  
*    ??????banner
----------------------------------------------  
*/
.inside_banner {
  height: 300px;
  background-color: #40bc8c;
  overflow: hidden;
}
/*
=========================================================================================
*   ?????????????????????
=========================================================================================
*/
.aboutus {
  background-color: #ffffff;
  padding: 100px 0 100px;
}
.aboutus .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.aboutus .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.aboutus .describe a {
  color: #999;
}
.aboutus .content {
  width: 1110px;
  margin: 0 auto;
}
.aboutus .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.aboutus .describe {
  width: 900px;
  margin: 0 auto;
  font-size: 15px;
  padding: 30px 0 0;
  color: #666;
  font-size: 14px;
}
.abouthumb {
  background-color: #f5f5f5;
  padding: 110px 0 110px;
}
.abouthumb .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.abouthumb .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.abouthumb .describe a {
  color: #999;
}
.abouthumb .content {
  width: 1110px;
  margin: 0 auto;
}
.abouthumb .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.abouthumb:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.abouthumb .left_side {
  float: left;
  width: 736px;
  height: 406px;
  overflow: hidden;
}
.abouthumb .left_side .box {
  width: 740px;
}
.abouthumb .left_side .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.abouthumb .left_side .box .imgbox {
  position: relative;
  float: left;
  width: 366px;
  height: 201px;
  display: block;
  margin: 0 4px 4px 0;
  overflow: hidden;
}
.abouthumb .left_side .box .imgbox img {
  position: absolute;
}
.abouthumb .right_side {
  position: relative;
  float: right;
  width: 370px;
  height: 406px;
  overflow: hidden;
}
.abouthumb .right_side img {
  position: absolute;
}
.abouthumb .content {
  overflow: hidden;
}
.contactus {
  background-color: #ffffff;
  padding: 90px 0 90px;
  text-align: center;
}
.contactus .column {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.contactus .describe {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 16px 0 40px;
}
.contactus .describe a {
  color: #999;
}
.contactus .content {
  width: 1110px;
  margin: 0 auto;
}
.contactus .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contactus:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contactus .item {
  display: inline-block;
  width: 340px;
  text-align: center;
}
.contactus .item img {
  padding-bottom: 20px;
}
.contactus .item p {
  display: block;
  color: #333;
  font-size: 14px;
}
.category_guide {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.category_guide ul li {
  display: inline-block;
  padding: 30px;
}
.category_guide ul li a {
  font-size: 14px;
  color: #333;
  padding-bottom: 28px;
}
.category_guide ul li a:hover {
  border-bottom: 4px solid #27b141;
  color: #27b141;
}
.category_guide ul li a.current {
  border-bottom: 4px solid #27b141;
  color: #27b141;
}
/*
=========================================================================================
*   ?????????????????????
=========================================================================================
*/
.news_wrap {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.news_wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news_wrap .category {
  float: left;
  width: 180px;
}
.news_wrap .category a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background: url("img/help_item.jpg") no-repeat left center;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.news_wrap .category a:first-child {
  border-top: 1px solid #e5e5e5;
}
.news_wrap .category a:hover {
  background: url("img/help_item_current.jpg") no-repeat left center;
  color: #27b141;
}
.news_wrap .category a.current {
  background: url("img/help_item_current.jpg") no-repeat left center;
  color: #27b141;
  font-weight: bold;
}
.news_wrap .content {
  float: right;
  width: 890px;
  text-align: justify;
  padding-left: 40px;
  color: #666;
  padding-bottom: 60px;
}
.news_wrap .content .news_list a {
  display: block;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  overflow: hidden;
  /*for IE*/
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.news_wrap .content .news_list a:hover .info span {
  color: #27b141;
}
.news_wrap .content .news_list a:first-child {
  border-top: none;
  padding-top: 0;
}
.news_wrap .content .news_list a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news_wrap .content .news_list a .imgbox {
  float: left;
  width: 250px;
  height: 160px;
  overflow: hidden;
}
.news_wrap .content .news_list a .imgbox img {
  width: 100%;
}
.news_wrap .content .news_list a .info {
  float: right;
  width: 620px;
}
.news_wrap .content .news_list a .info span {
  font-size: 18px;
  color: #333;
  display: block;
}
.news_wrap .content .news_list a .info strong {
  font-size: 14px;
  color: #777;
  display: block;
  font-weight: normal;
  padding-top: 3px;
}
.news_wrap .content .news_list a .info p {
  font-size: 14px;
  color: #777;
  display: block;
  padding-top: 16px;
  line-height: 26px;
}
.news_wrap .content .news_show .title {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.news_wrap .content .news_show .info {
  font-size: 14px;
  text-align: center;
  color: #999;
  padding-top: 10px;
}
.news_wrap .content .news_show .contents {
  padding: 40px 0 60px;
}
.news_wrap .content .news_show .contents img {
  max-width: 890px;
}
/*
=========================================================================================
*   ?????????????????????
=========================================================================================
*/
.help_wrap {
  width: 1110px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.help_wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.help_wrap .category {
  float: left;
  width: 180px;
}
.help_wrap .category .item .name a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background: url("img/help_item.jpg") no-repeat left center;
  padding-left: 30px;
  cursor: pointer;
}
.help_wrap .category .item .name a:hover {
  background: url("img/help_item_current.jpg") no-repeat left center;
  color: #27b141;
}
.help_wrap .category .item .name a.current {
  background: url("img/help_item_current.jpg") no-repeat left center;
  color: #27b141;
  font-weight: bold;
}
.help_wrap .category .item .box {
  padding: 5px 0;
  display: none;
}
.help_wrap .category .item .box.current {
  display: block;
}
.help_wrap .category .item .box a {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 38px;
  padding-left: 30px;
}
.help_wrap .category .item .box a:hover {
  color: #27b141;
}
.help_wrap .category .item .box a.current {
  color: #27b141;
}
.help_wrap .content {
  float: right;
  width: 849px;
  text-align: justify;
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
  margin-left: 40px;
  color: #666;
  padding-bottom: 60px;
}
.help_wrap .content .title {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
.help_wrap .content .help_list {
  padding: 40px 0;
}
.help_wrap .content .help_list ul {
  padding-left: 14px;
}
.help_wrap .content .help_list ul li {
  list-style: circle outside;
  color: #999;
}
.help_wrap .content .help_list ul li:last-child a {
  border-bottom: none;
}
.help_wrap .content .help_list ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 37px;
  border-bottom: 1px solid #e5e5e5;
}
/*
=========================================================================================
*   ?????????????????????
=========================================================================================
*/
.category_guide {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.category_guide ul li {
  display: inline-block;
  padding: 30px;
}
.category_guide ul li a {
  font-size: 14px;
  color: #333;
  padding-bottom: 28px;
}
.category_guide ul li a:hover {
  border-bottom: 4px solid #27b141;
  color: #27b141;
}
.category_guide ul li a.current {
  border-bottom: 4px solid #27b141;
  color: #27b141;
}
.location {
  display: block;
}
.location .box {
  width: 640px;
  margin: 0 auto;
}
.location .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.location .box .backlist {
  float: left;
  height: 194px;
  line-height: 194px;
  display: block;
  color: #fff;
  font-size: 30px;
}
.location .box .btn {
  float: right;
  margin-top: 65px;
}
.location .box .btn:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.location .box .btn .prev,
.location .box .btn .next {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: 10px;
}
.location .box .btn .prev {
  float: left;
  background: url("../images/prevbtn.png") no-repeat center center;
}
.location .box .btn .prev:hover {
  background: url("../images/prevbtn_hover.png") no-repeat center center;
}
.location .box .btn .next {
  float: right;
  background: url("../images/nextbtn.png") no-repeat center center;
}
.location .box .btn .next:hover {
  background: url("../images/nextbtn_hover.png") no-repeat center center;
}
.case_wrap {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0;
}
.case_wrap .box {
  width: 1140px;
}
.case_wrap .box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.case_wrap .box a {
  float: left;
  display: block;
  width: 350px;
  margin: 0 30px 30px 0;
  height: 225px;
  padding-bottom: 30px;
}
.case_wrap .box a img {
  width: 100%;
}
.case_wrap .box a span {
  padding-top: 14px;
  display: block;
  color: #333;
  font-size: 16px;
}
.case_wrap .box a p {
  display: block;
  font-size: 12px;
  color: #666;
}
.show_case_layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 201;
}
.show_case_layer .cover_layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.show_case_layer .box {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
.show_case_layer .box .go_down {
  position: absolute;
  top: 40%;
  right: 14px;
}
.show_case_layer .box .content {
  width: 640px;
  background-color: #fff;
  height: 500px;
  z-index: 202;
  overflow: hidden;
  border: 4px solid #eee;
}
.show_case_layer .box .content .c_show {
  width: 658px;
  overflow-y: auto;
  overflow-x: hidden;
}
.show_case_layer .box .content .c_show .title {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  line-height: 46px;
  background-color: #fff;
  font-size: 18px;
  text-indent: 18px;
}
.show_case_layer .box .content .c_show .close_btn {
  position: absolute;
  right: 16px;
  top: 4px;
  cursor: pointer;
  line-height: 46px;
  font-size: 16px;
}
.case_show {
  display: block;
  margin: 80px auto;
  width: 640px;
}
.case_show img {
  display: block;
  margin: 0 !important;
}
.part .box {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
.part.imgleft:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.part.imgleft .imgbox {
  float: left;
}
.part.imgleft .info {
  float: right;
  text-align: right;
  margin-top: 140px;
}
.part.imgleft .info:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.part.imgleft .info .title {
  font-size: 20px;
  color: #000;
}
.part.imgleft .info .subtitle {
  width: 300px;
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}
.part.imgright:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.part.imgright .imgbox {
  float: right;
}
.part.imgright .info {
  float: left;
  text-align: left;
  margin-top: 140px;
}
.part.imgright .info:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.part.imgright .info .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.part.imgright .info .subtitle {
  width: 300px;
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}
.intrpart {
  padding: 60px 0 0 0;
}
.intrpart img {
  display: block;
  margin: 0 auto;
}
.intrpart .title {
  text-align: center;
  font-size: 20px;
}
.intrpart .subtitle {
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}
.message-from-wrap {
  width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}
.message-from-wrap table tr th {
  font-size: 14px;
  font-weight: normal;
}
.message-from-wrap table tr td {
  padding-left: 10px;
  font-size: 14px;
}
.message-from-wrap table tr td input {
  width: 400px;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  padding: 6px 10px;
  margin: 10px 0;
}
.message-from-wrap .btn-box {
  padding-top: 30px;
}
.message-from-wrap .btn-box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.message-from-wrap .btn-box .goahead {
  float: left;
  padding: 10px 40px;
  font-size: 14px;
  color: #ffffff;
  background-color: #2c8bea;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 12px;
}
.message-from-wrap .btn-box .close {
  float: left;
  padding: 10px 40px;
  font-size: 14px;
  color: #666666;
  background-color: #e5e5e5;
  cursor: pointer;
  border-radius: 3px;
}
.slide-service-wrap {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 78px;
  margin-top: -185px;
  z-index: 1000;
}
.slide-service-wrap .box .item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.slide-service-wrap .box .item:hover {
  background-color: #f5f5f5;
}
.slide-service-wrap .box .item .icon {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fff;
  cursor: pointer;
}
.slide-service-wrap .box .item .icon img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.slide-service-wrap .box .item .icon span {
  text-align: center;
  font-size: 12px;
  color: #999;
  display: block;
}
.slide-service-wrap .box .item .detail {
  position: absolute;
  right: 90px;
  top: 0;
  width: 290px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  text-align: center;
  display: none;
}
.slide-service-wrap .box .item .detail .recontents ul {
  padding: 14px 0;
}
.slide-service-wrap .box .item .detail .recontents ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.slide-service-wrap .box .item .detail .recontents ul li {
  float: left;
  width: 42%;
  padding: 2px 0;
}
.slide-service-wrap .box .item .detail .recontents ul li a {
  color: #666;
  display: block;
  text-align: right;
  background: url("img/q1.gif") no-repeat 38px center;
  background-size: auto 20px;
}
.slide-service-wrap .box .item .detail .recontents ul li a:hover {
  text-decoration: underline;
}
.slide-service-wrap .box .item .detail .recontents .phone {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
}
.slide-service-wrap .box .item .detail .recontents .qrcode {
  padding: 20px 0 30px 0;
  text-align: center;
}
.slide-service-wrap .box .item .detail .recontents .qrcode img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.slide-service-wrap .box .item .detail .recontents .qrcode span {
  display: block;
  font-size: 12px;
  color: #aaa;
}
.slide-service-wrap .box .item .detail .recontents .qrcode p {
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #444;
}
.player-wrap {
  width: 900px;
  margin: 100px auto;
  background-color: #111;
  padding: 40px 40px 10px 40px;
}
.player-wrap .thumbs {
  position: relative;
  margin: 20px 0;
}
.player-wrap .thumbs .content {
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.player-wrap .thumbs ul {
  height: 118px;
  overflow: hidden;
}
.player-wrap .thumbs ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.player-wrap .thumbs ul li {
  float: left;
  width: 160.8px;
  margin: 0 14px 0 0;
  cursor: pointer;
}
.player-wrap .thumbs ul li.current img {
  border-color: #ff5a00;
}
.player-wrap .thumbs ul li img {
  width: 156.8px;
  border: 2px solid #f5f5f5;
  display: block;
}
.player-wrap .thumbs ul li span {
  text-align: center;
  color: #666;
  padding: 6px 0 0 0;
  display: block;
}
.player-wrap .thumbs .control {
  position: absolute !important;
  top: 11px;
  width: 10px;
  height: 59px;
  opacity: .33;
  cursor: pointer;
  background-color: #f5f5f5 !important;
}
.player-wrap .thumbs .control.prev {
  left: 0;
  background: url("img/prev.png") no-repeat center center;
}
.player-wrap .thumbs .control.next {
  right: 0;
  background: url("img/next.png") no-repeat center center;
}
.player-wrap .thumbs .control:hover {
  opacity: .66;
}
