@charset "utf-8";
@-webkit-keyframes moveCount {
  form {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes moveCount {
  form {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes moveCount {
  form {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes moveCount {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "opensans";
  src: url("../font/opensans.woff2") format("woff2"),
    url("../font/opensans.woff") format("woff"),
    url("../font/opensans.ttf") format("truetype"),
    url("../font/opensans.eot") format("embedded-opentype"),
    url("../font/opensans.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff2") format("woff2"),
    url("../font/Roboto-Regular.woff") format("woff"),
    url("../font/Roboto-Regular.ttf") format("truetype"),
    url("../font/Roboto-Regular.eot") format("embedded-opentype"),
    url("../font/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*样式初始化*/
header,
footer,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt {
  font-weight: normal;
}
/*li{list-style-type:none;}*/
.banner li {
  list-style-type: none;
}
/*img{max-width:100%; max-height:100%; border:none;vertical-align: bottom}*/
input[type="text"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="search"],
input[type="button"],
input[type="tel"],
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ddd;
  outline: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #000000;
}
/*p{margin: 0}*/
a:hover,
a:focus {
  text-decoration: none;
  color: #ef851e;
  transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}
button {
  border: none;
  padding: 0;
}
.clear {
  clear: both;
}
.wide {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*样式初始化*/

/*动画时间*/
.trans {
  transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
big,
small,
sub,
sup,
input,
select,
textarea {
  font-size: 12px;
  color: #333;
  -webkit-text-size-adjust: none;
  outline: 0;
  -webkit-text-size-adjust: none;
}
header,
footer,
section,
aside,
nav,
hgroup,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
  outline: 0;
}
h1,h2,h3,h4,h5,h6,b,cite,em/*,strong*/,i {
  font-weight: normal;
}
/*li{list-style-type:none;}*/
em {
  font-style: normal;
}
img {
  border: none;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="tel"],
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ddd;
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*文字大小，颜色，行距定义*/
.fz_12px {
  font-size: 12px;
}
.fz_14px {
  font-size: 14px;
}
.fz_16px {
  font-size: 16px;
}
.fc_red {
  color: #ff0000;
}
.fc_grey {
  color: #aaa;
}
.fc_gory {
  color: #666;
}
.fc_white {
  color: #fff;
}
.fc_yellow {
  color: #ff6600;
}
.flh_150 {
  line-height: 150%;
}
.flh_180 {
  line-height: 180%;
}

/*float*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*form*/
.form_input {
  color: #333;
  height: 20px;
  line-height: 20px;
}
.form_area {
  color: #333;
  line-height: 180%;
  resize: none;
  overflow: auto;
}
.form_button {
  border: none;
  background: #505050;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  overflow: hidden;
  width: 80px;
  font-size: 16px;
}
.form_focus {
  border-color: red;
}
.form_input.center {
  text-align: center;
}

/*padding*/
.clear {
  margin: 0px auto;
  clear: both;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
}
.blank3 {
  margin: 0px auto;
  clear: both;
  height: 3px;
  font-size: 1px;
  overflow: hidden;
}
.blank6 {
  margin: 0px auto;
  clear: both;
  height: 6px;
  font-size: 1px;
  overflow: hidden;
}
.blank9 {
  margin: 0px auto;
  clear: both;
  height: 9px;
  font-size: 1px;
  overflow: hidden;
}
.blank12 {
  margin: 0px auto;
  clear: both;
  height: 12px;
  font-size: 1px;
  overflow: hidden;
}
.blank15 {
  margin: 0px auto;
  clear: both;
  height: 15px;
  font-size: 1px;
  overflow: hidden;
}
.blank20 {
  margin: 0px auto;
  clear: both;
  height: 20px;
  font-size: 1px;
  overflow: hidden;
}
.blank25 {
  margin: 0px auto;
  clear: both;
  height: 25px;
  font-size: 1px;
  overflow: hidden;
}
.blank30 {
  margin: 0px auto;
  clear: both;
  height: 30px;
  font-size: 1px;
  overflow: hidden;
}
.clean {
  zoom: 1;
}
.clean:after,
.clean:before {
  content: "";
  display: table;
}
.clean:after {
  clear: both;
}

/*a*/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.red {
  color: red;
  text-decoration: none;
}
a.red:hover {
  color: red;
  text-decoration: underline;
}

/*win_alert*/
.win_alert {
  position: fixed;
  left: 0;
  top: 30%;
  background: #fff;
  border: 1px #ccc solid;
  opacity: 0.95;
  filter: alpha(opacity=95);
  width: 400px;
  z-index: 100000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding-top: 7px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.win_alert .win_close {
  height: 14px;
  padding: 5px 0;
}
.win_alert .win_close .close {
  float: right;
  padding: 0;
  line-height: 100%;
  font-size: 16px;
  margin-right: 17px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: none;
  border: 0;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  color: #000;
  outline: 0;
}
.win_alert .win_close .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.win_alert .win_tips {
  padding: 12px 30px 26px 80px;
  background: url(../manage/images/frame/win_warning.jpg) no-repeat 30px 8px;
  line-height: 23px;
  border-bottom: 1px #dbdbdb solid;
  margin-bottom: 1px;
}
.win_alert .win_btns {
  padding: 10px 4px 10px 0;
  background: #ededed;
  text-align: right;
}
.win_alert .win_btns .btn {
  height: 23px;
  line-height: 23px;
  text-align: center;
  padding: 0 17px;
  border: 1px #b7b7b7 solid;
  background: #fff;
  color: #7d7070;
  cursor: pointer;
  margin-right: 12px;
  font-size: 14px;
}
.win_alert .win_btns .btn_sure {
  border: 1px #30ad8f solid;
  background: #37bd9c;
  color: #fff;
}

/*pic_box*/
.pic_box span {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.pic_box img {
  vertical-align: middle;
}

/*评价星号*/
.star {
  background: url(../images/global/star.png) no-repeat;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.star_s0,
.star_s1,
.star_s2,
.star_s3,
.star_s4,
.star_s5 {
  height: 14px;
  width: 70px;
}
.star_s0 {
  background-position: -70px -20px;
}
.star_s1 {
  background-position: -56px -20px;
}
.star_s2 {
  background-position: -42px -20px;
}
.star_s3 {
  background-position: -28px -20px;
}
.star_s4 {
  background-position: -14px -20px;
}
.star_s5 {
  background-position: 0 -20px;
}
.star_b0,
.star_b1,
.star_b2,
.star_b3,
.star_b4,
.star_b5 {
  width: 100px;
  height: 19px;
}
.star_b0 {
  background-position: -100px -59px;
}
.star_b1 {
  background-position: -80px -59px;
}
.star_b2 {
  background-position: -60px -59px;
}
.star_b3 {
  background-position: -40px -59px;
}
.star_b4 {
  background-position: -20px -59px;
}
.star_b5 {
  background-position: 0 -59px;
}
.star_h1,
.star_h2,
.star_h3,
.star_h4,
.star_h5 {
  width: 100px;
  height: 19px;
}
.star_h1 {
  background-position: -80px -99px;
}
.star_h2 {
  background-position: -60px -99px;
}
.star_h3 {
  background-position: -40px -99px;
}
.star_h4 {
  background-position: -20px -99px;
}
.star_h5 {
  background-position: 0 -99px;
}
/*头部公共样式*/
#header {
}
#header .header_top {
  width: 100%;
  min-height: 52px;
  background: #333333;
}
#header .phone {
  float: left;
  padding-top: 18px;
  padding-left: 25px;
  background: url(../images/phone.png) no-repeat left 14px;
  color: white;
  font-size: 14px;
}
#header .phone span {
  font-size: 16px;
  color: #f38413;
}
#header .func {
  float: right;
}
#header .func .language {
  float: left;
  width: 100px;
  height: 21px;
  margin-top: 16px;
  background: url(../images/earth.png) no-repeat left center;
  color: white;
}
#header .func .language a {
  color: white;
}
#header .language span {
  padding-left: 30px;
  font-size: 14px;
}
#header .func .follow {
  float: left;
  height: 21px;
  margin-top: 18px;
  margin-left: 20px;
}
#header .func .follow a {
  margin-right: 25px;
}
#header .func .follow a:last-child {
  margin-right: 20px;
}
#header .search_box {
  float: left;
  position: relative;
}
#header .search_box input[name="Keyword"] {
  width: 190px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 20px;
  margin-top: 10px;
  margin-right: 1px;
  border-radius: 2px;
}
#header .search_box .submit {
  position: absolute;
  top: 20px;
  left: 6px;
  width: 13px;
  height: 13px;
  background: url(../images/search.jpg) no-repeat center center;
  border: none;
}
#nav {
  height: 120px;
}
#nav .logo {
  float: left;
  margin-top: 17px;
  display: inline-block;
}
#nav .logo_msg {
  float: left;
  border-left: 1px solid #bdbdbd;
  margin-top: 17px;
  margin-left: 10px;
  padding-left: 10px;
}
#nav .logo_msg .detail {
}
#nav .nav {
  float: right;
  height: 120px;
}
#nav .nav .list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 47px 0; /*line-height: 114px;*/
}
#nav .nav .list:hover,
#nav .nav .list.on {
  border-bottom: 5px solid #f38413;
  background: #f1f1f1;
}
#nav .nav .list .title {
  padding: 0 20px;
  font-size: 19px;
}
#nav .nav .list .title {
  font-family: "Roboto";
}
#nav .nav .list:hover .title,
#nav .nav .list.on .title {
  color: #ef851e;
}
#nav .nav .list .sub {
  position: absolute;
  top: 118px;
  display: none;
  z-index: 999;
}
#nav .nav .list .sub .item {
  width: 320px;
  height: 59px;
  background: rgba(243, 131, 19, 0.9);
  line-height: 59px;
  border-bottom: 1px solid #f7ac61;
}
#nav .sub .item a {
  padding-left: 28px;
  font-size: 18px;
  color: white;
  font-family: "Roboto";
}
#nav .sub .item a:hover,
#nav .sub .item:hover a {
  color: white;
}
#m_nav {
  display: none;
}

.index_title {
  position: relative;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.index_title span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.index_title span em {
  display: block;
  position: absolute;
  width: 53px;
  height: 2px;
  margin-top: 17px;
  top: 0;
}
.index_title span .e1 {
  left: -70px;
  background: url(../images/title_bg.jpg) no-repeat center center;
}
.index_title span .e2 {
  right: -70px;
  background: url(../images/title_bg.jpg) no-repeat center center;
}

.choose {
  min-height: 549px;
}
.choose .title {
  padding-top: 68px;
  margin-bottom: 27px;
}
.choose .brief {
  width: 1130px;
  margin: 10px 30px;
  line-height: 25px;
  font-size: 16px;
  color: #4e4e4e;
  text-align: center;
}
.choose .content {
  margin-top: 62px;
  text-align: center;
}
.choose .content .choose_box {
  float: left;
  display: none;
}
.choose .content .choose_box.on {
  float: left;
  display: block;
}
.choose .content .list {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 411px;
  margin: 0 15px 50px 10px;
  background: url(../images/choose_bg.png) no-repeat center center;
  vertical-align: top;
}
.choose .content .list:hover {
  background: url(../images/choose_bg_on.png) no-repeat center center;
}
.choose .content .list .photo {
  /*position: absolute;top: 25px;left: 22px;*/
  float: left;
  width: 270px;
  height: 270px;
}
.choose .content .list .photo img {
  width: 224px;
  height: 224px;
  border-radius: 110px;
}
.choose .content .list .name {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin: 15px auto 0 auto;
  background: url(../images/double_border.png) no-repeat bottom center;
}
.choose .content .list .name a {
  font-size: 18px;
  color: black;
}
.choose .content .list .detail {
  float: left;
  width: 210px;
  margin: 23px 30px 0 30px;
  font-size: 16px;
  font-family: opensans;
}
.choose .content .list:hover a,
.choose .content .list:hover .detail {
  color: #ffffff;
}
.choose .point {
  text-align: center;
}
.choose .point .item {
  display: inline-block;
  vertical-align: middle;
}
.choose .point .item .point_show {
  display: none;
}
.choose .point .item.on .point_show {
  display: block;
}
.choose .point .item .point_hide {
  display: block;
}
.choose .point .item.on .point_hide {
  display: none;
}

.featured {
  margin-bottom: 63px;
  /* background: url(../images/choose_bg.jpg) no-repeat center center; */
}
.featured .title {
  padding: 60px 0;
}
.featured .top_tab {
}
.featured .top_tab .list {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 30px;
  margin-right: 7px;
  background: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.featured .top_tab .list:last-child {
  margin-right: 0;
}
.featured .top_tab .list .img_hide {
  padding-top: 18px;
}
.featured .top_tab .list .img_show {
  display: none;
  padding-top: 18px;
}
.featured .top_tab .list.on .img_hide {
  display: none;
}
.featured .top_tab .list.on .img_show {
  display: block;
}
.featured .top_tab .list .name {
  padding-top: 8px;
  font-size: 19px;
  font-family: "Roboto";
}
.featured .top_tab .list.on {
  background: #cc0000;
}
.featured .top_tab .list.on .name {
  color: white;
}
.featured .content {
  margin-top: 53px;
}
.featured .des {
  display: none;
}
.featured .des.on {
  display: block;
}
.featured .des .list {
  display: inline-block;
  width: 274px;
  height: 390px;
  margin-right: 28px;
  border: 1px solid #c6c6c6;
  vertical-align: top;
}
.featured .des .list:last-child {
  margin-right: 0;
}
.featured .des .list:hover {
  border: 1px solid #cc0000;
}
.featured .des .list:hover a {
  color: #cc0000;
}
.featured .des .list .photo {
  width: 274px;
  height: 200px;
  overflow: hidden;
}
.featured .des .list .photo:hover img {
  transform: scale(1.05);
}
.featured .des .list .name {
  padding: 10px 25px 5px 25px;
  background: url(../images/double_border.png) no-repeat 25px 50px;
  text-align: left;
}
.featured .des .list .name a {
  font-size: 16px;
  font-family: "Roboto";
}
.featured .des .list .brief {
  margin: 5px 0 20px 25px;
  font-size: 16px;
  color: #999;
  font-family: opensans;
}
.featured .des .list .more {
  width: 129px;
  height: 46px;
  line-height: 46px;
  margin-left: 25px;
  background: #868686;
  text-align: center;
}
.featured .des .list:hover .more {
  background: #cc0000;
}
.featured .des .list .more a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: white;
  font-family: "Roboto";
}

.case {
  width: 100%;
  min-height: 861px;
  background: url(../images/index_case_bg.jpg) repeat-y center center;
}
.case .index_title {
  padding-top: 52px;
}
.case .index_title span {
  color: white;
}
.case .content {
  width: 1200px;
  overflow: hidden;
  text-align: center;
}
.case .brief {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 25px 0 30px 0;
}
.case .list {
  position: relative;
  display: inline-block;
  width: 570px;
  height: 278px;
  margin: 15px 12px 15px 13px;
  border: 1px solid #e2dedb;
  background: #ec1c1d;
}
.case .list .img {
  position: absolute;
  top: 0;
  width: 360px;
  height: 100%;
}
.case .list .detail {
  position: absolute;
  top: 0;
  width: 343px;
  height: 278px;
}
.case .list .name {
  margin-top: 55px;
  margin-left: 85px;
  padding-bottom: 20px;
  background: url(../images/double_border.png) no-repeat 0 34px;
  text-align: left;
}
.case .list .name a {
  font-size: 18px;
  font-family: "Roboto";
}
.case .list .des {
  margin: 25px 0 25px 85px;
  font-size: 16px;
  color: #505050;
  text-align: left;
  font-family: opensans;
}
.case .case_logo {
  position: absolute;
  top: 94px;
  width: 86px;
  height: 86px;
}
.case .more {
  margin-left: 85px;
  width: 129px;
  height: 46px;
  line-height: 46px;
  background: #868686;
  text-align: center;
  font-family: "Roboto";
}
.case .list:hover .more {
  background: #cc0000;
}
.case .more a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: white;
}
.case .e1 .case_logo {
  background: url(../images/case_logo_1.png) no-repeat center center;
}
.case .e1:hover .case_logo {
  background: url(../images/case_logo_on_1.png) no-repeat center center;
}
.case .e2 .case_logo {
  background: url(../images/case_logo_1.png) no-repeat center center;
}
.case .e2:hover .case_logo {
  background: url(../images/case_logo_on_1.png) no-repeat center center;
}
.case .e3 .case_logo {
  background: url(../images/case_logo_1.png) no-repeat center center;
}
.case .e3:hover .case_logo {
  background: url(../images/case_logo_on_1.png) no-repeat center center;
}
.case .e4 .case_logo {
  background: url(../images/case_logo_1.png) no-repeat center center;
}
.case .e4:hover .case_logo {
  background: url(../images/case_logo_on_1.png) no-repeat center center;
}
.case .e1 .img,
.case .e2 .img {
  left: 0;
}
.case .e3 .img,
.case .e4 .img {
  right: 0;
}
.case .e1 .detail,
.case .e2 .detail {
  right: 0;
  background: url(../images/case_left_bg.png) no-repeat right center;
}
.case .e3 .detail,
.case .e4 .detail {
  left: 0;
  background: url(../images/case_right_bg.png) no-repeat right center;
}
.case .e1 .case_logo,
.case .e2 .case_logo {
  left: 199px;
}
.case .e3 .case_logo,
.case .e4 .case_logo {
  right: 199px;
}
.case .e3 .name,
.case .e4 .name,
.case .e3 .des,
.case .e4 .des,
.case .e3 .more,
.case .e4 .more {
  margin-left: 30px;
}
.case .btn {
}
.case .btn .left_btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 10px 0px;
  margin-right: 23px;
  background: url(../images/case_left_btn.png) no-repeat center center;
  border-right: 5px;
}
.case .btn .right_btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px; /*margin: 10px 15px;*/
  margin-left: 0;
  background: url(../images/case_right_btn.png) no-repeat center center;
  border-right: 5px;
}
.case .btn .left_btn:hover {
  background: url(../images/case_left_btn_on.png) no-repeat center center;
}
.case .btn .right_btn:hover {
  background: url(../images/case_right_btn_on.png) no-repeat center center;
}
.case .content_1200 {
  display: none;
}

.index_info {
  min-height: 330px;
  background: #f5f3f4;
}
.index_info .content_left {
  position: relative;
  float: left;
  width: 149px;
  height: 174px;
  padding-top: 78px;
  padding-left: 53px;
}
/*.index_info .left_title{padding-top: 80px;padding-left: 34px;padding-bottom: 69px;border: 1px solid #424242;font-size: 34px;font-weight: bold;}*/
/*.index_info .border_lf{position: absolute;top: 83px;left: 76px;width: 1px;height: 38px;border-left:1px solid #9a9999;}
.index_info .border_bt{position: absolute;width: 120px;height: 1px;border-bottom: 1px solid #9a9999;}*/
.index_info .left_title {
  width: 151px;
  height: 176px;
  background: url(../images/index_news.jpg) no-repeat center center;
}
.index_info .content_right {
  float: left;
  width: 985px;
  height: 261px;
  overflow: hidden;
}
.index_info .content_right .list {
  float: left;
  width: 950px;
  margin-top: 75px;
  margin-left: 35px;
}
.index_info .list .detail {
  float: left;
  width: 515px;
}
.index_info .list a {
  font-size: 18px;
  font-family: "Roboto";
}
.index_info .list .author {
  width: 11px;
  height: 14px;
  margin-top: 20px;
  background: url(../images/author.png) no-repeat left center;
}
.index_info .list .author span {
  padding-left: 20px;
  font-size: 16px;
  font-family: "Roboto";
}
.index_info .list .brief {
  margin-top: 40px;
  font-size: 16px;
  font-family: "opensans";
}
.index_info .list .photo {
  float: left;
  width: 302px;
  height: 183px;
}
.index_info .list .time {
  float: left;
  width: 100px;
  margin-left: 10px;
  margin-top: 65px;
  text-align: center;
  font-family: "opensans";
}
.index_info .list .time .date {
  font-size: 33px;
}
.index_info .list .time .year {
  font-size: 16px;
}
.index_info .list .border_right {
  float: right;
  width: 2px;
  height: 116px;
  margin-top: 35px;
  border-right: 1px solid #424242;
}
.index_info .btn {
  position: absolute;
  top: 100px;
  left: -20px;
}
.index_info .btn .left_btn {
  float: left;
  width: 44px;
  height: 42px;
  background: url(../images/info_left.jpg) no-repeat center center;
  cursor: pointer;
}
.index_info .btn .right_btn {
  float: left;
  width: 44px;
  height: 42px;
  background: url(../images/info_right.jpg) no-repeat center center;
  cursor: pointer;
}

.partner {
  margin: 30px 0;
}
.partner .list {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 150px;
  margin: 20px 45px 20px 0;
  text-align: center;
}
.partner .list.mr0 {
  margin-right: 0;
}

.latest_news {
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.latest_news .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 5px;
  font-weight: bold;
  color: #e4761a;
}
.latest_news .img {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  height: 35px;
  overflow: hidden;
}

#footer {
}
#footer .nav {
  background: #1e1e1e;
  text-align: left;
}
#footer .nav .list {
  display: inline-block;
  width: auto;
  margin-right: 45px;
  vertical-align: top;
}
#footer .nav .title {
  padding-top: 75px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: url(../images/double_border.png) no-repeat bottom left;
  font-size: 18px;
  color: white;
  text-align: left;
  font-family: "Roboto";
}
#footer .nav .list .item {
  margin: 20px 0;
  padding-left: 25px;
  background: url(../images/footer_style.png) no-repeat center left;
  text-align: left;
}
#footer .nav .list .item a {
  font-size: 16px;
  color: #757575;
  font-family: opensans;
}
#footer .nav .list .address {
  min-height: 24px;
  padding-left: 35px;
  background: url(../images/footer_address.png) no-repeat top left;
}
#footer .nav .list .email {
  height: 16px;
  padding-left: 35px;
  background: url(../images/footer_email.png) no-repeat center left;
}
#footer .nav .list .phone {
  height: 23px;
  padding-left: 35px;
  background: url(../images/footer_phone.png) no-repeat center left;
}
#footer .nav .list .web {
  height: 21px;
  padding-left: 35px;
  background: url(../images/footer_web.png) no-repeat center left;
}
#footer .nav .list .item_1 {
  font-size: 18px;
  color: white;
}
#footer .nav .list .item_1 span {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  color: #757575;
}
#footer .nav .list.mr0 {
  margin-right: 0;
}
#footer .nav .list:last-child {
  width: 350px;
}
#footer .message {
  min-height: 74px;
  background: #111111;
}
#footer .copyright {
  float: left;
  margin-top: 32px;
  font-size: 16px;
  color: #969696;
}
#footer .copyright a {
  font-size: 16px;
  color: #969696;
}
#footer .share {
  float: right;
  text-align: right;
}
#footer .share .item {
  display: inline-block;
  margin-top: 17px;
  margin-left: 20px;
  vertical-align: middle;
}

/*面包屑*/
.location {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.location .home {
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 20px;
  background: url(../images/home.png) no-repeat 0 center;
  margin-right: 10px;
}
.location .bread {
  display: inline-block;
  vertical-align: bottom;
  min-height: 20px;
}
.location .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.location .border {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 142px;
  border-bottom: 3px solid #333333;
}
.location a {
  font-size: 14px;
  font-family: "opensans";
}
/*面包屑 end*/

/*左侧公共*/
.commen_msg {
  margin-top: 25px;
}
.commen_msg .name {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.commen_msg .list {
  padding: 15px 0;
  border: 1px solid #c6c6c6;
  border-bottom: none;
}
.commen_msg .list:last-child {
  border-bottom: 1px solid #c6c6c6;
}
.commen_msg .list .photo {
  float: left;
  width: 57px;
  height: 57px;
  margin: 0 10px;
}
.commen_msg .list .brief {
  float: left;
  width: 185px;
  font-size: 14px;
  color: #3a3a3a;
  font-family: opensans;
}
.commen_contact {
  margin-top: 20px;
  margin-bottom: 50px;
  background: #1f75c1;
  padding-bottom: 16px;
}
.commen_contact .name {
  padding-top: 16px;
  padding-left: 34px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
.commen_contact .list {
  padding-top: 20px;
  font-size: 14px;
  color: white;
}
.commen_contact .list a {
  color: white;
}
.commen_contact .list .photo {
  float: left;
  padding-left: 34px;
}
.commen_contact .list .brief {
  float: left;
  width: 150px;
  margin-left: 18px;
}
.commen_contact .list .detail {
  margin-top: 5px;
}
/*左侧公共 end*/

/*产品列表页*/
.main_left {
  float: left;
  width: 285px;
  margin-top: 46px;
  margin-right: 30px;
}
.main_left .title {
  width: 251px;
  height: 61px;
  line-height: 61px;
  padding-left: 34px;
  background: #ef851e;
  font-size: 24px;
  color: white;
}
.main_left .cate {
  border-bottom: 1px solid #dbdada;
}
.main_left .second_cate {
  width: 285px;
  min-height: 64px;
  line-height: 64px;
  background: #eeeeee;
}
.main_left .second_cate a {
  padding-left: 20px;
  font-size: 15px;
  color: #060606;
  font-family: opensans;
}
.main_left .second_cate:hover,
.main_left .cate.on .second_cate {
  background: #e2f2ff;
}
.main_left .third_cate {
  padding: 6px 0;
  background: #eeeeee;
  line-height: normal;
}
.main_left .third_cate {
  display: none;
}
.main_left .third_cate.on,
.main_left .cate.on .third_cate {
  display: block;
}
.main_left .third_cate .list {
  padding: 13px 0;
  background: url(../images/cate_style.jpg) no-repeat 30px center;
}
.main_left .third_cate .list a {
  padding-left: 48px;
  color: #4e4e4e;
}
.main_left a:hover,
.main_left .list a:hover,
.main_left .list.on a {
  color: #ef851e;
}
.main_left .second_cate.on a {
  color: #ef851e;
}
.main_right {
  float: left;
  width: 885px;
  margin-top: 46px;
}
.main_right .content {
  width: 1200px;
  margin: 10px auto;
  word-wrap: break-word;
}
.products {
}
.products .main_right ul {
  margin-top: 29px;
  text-align: left;
}
.products .main_right ul li {
  display: inline-block;
  vertical-align: top;
  width: 274px;
  height: 459px;
  margin-right: 25px;
  margin-bottom: 35px;
  border: 1px solid #c6c6c6;
}
.products .main_right ul li.mr0 {
  margin-right: 0;
}
.products .pro_pic {
  width: 274px;
  height: 274px;
  overflow: hidden;
  text-align: center;
}
.products .pro_pic:hover img {
  transform: scale(1.05);
}
.products .main_right ul li:hover {
  border: 1px solid #ef851e;
}
.products .main_right .pro_msg .name {
  padding: 5px 23px 20px 23px;
  background: url(../images/double_border.png) no-repeat 25px 55px;
  text-align: left;
}
.products .main_right .pro_msg .name a {
  font-size: 17px;
  color: #0c0c0c;
  font-family: "Roboto";
}
.products .main_right .pro_msg .name a:hover {
  color: #ef851e;
}
.products .main_right .pro_msg .brief {
  margin: 10px 22px 10px 22px;
  text-align: left;
  font-size: 16px;
  color: #505050;
  font-family: opensans;
}
.products .main_right .pro_msg .btn {
  margin-left: 21px;
  text-align: left;
}
.products .main_right .pro_msg .btn .item {
  display: inline-block;
  width: 113px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.products .main_right .pro_msg .btn a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 16px;
  font-family: "Roboto";
}
.products .main_right .pro_msg .more {
  margin-right: 8px;
  background: #ef851e;
}
.products .main_right .pro_msg .inquiry {
  background: #1f75c1;
}
/*产品列表页 end*/

/*询盘页面*/
.inquiry {
}
#lib_inquire_list > form {
}
#lib_inquire_list > form {
  padding-top: 25px;
  overflow: hidden;
  overflow: hidden;
  margin: 0 auto;
}
#lib_inquire_list > form .rows {
  margin: 10px 0;
  clear: both;
}
#lib_inquire_list > form .rows .inquiry_msg {
  text-indent: 40px;
  font-size: 14px;
  margin: 10px 0px;
}
#lib_inquire_list > form .rows label {
  width: 25%;
  overflow: hidden;
  float: left;
  height: 35px;
  line-height: 35px;
  text-indent: 40px;
  color: #000000;
  font-size: 16px;
  text-align: right;
  margin-right: 5px;
}
#lib_inquire_list > form .rows span {
  width: 70%;
  overflow: hidden;
  float: left;
  display: block;
  padding-left: 5px;
}
#lib_inquire_list > form .rows span .input {
  width: 70%;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ddd;
  padding-left: 5px;
  font-size: 16px;
}
#lib_inquire_list > form .rows span select {
  height: 33px;
  font-size: 16px;
}
#lib_inquire_list > form .rows span .contents {
  width: 68%;
  height: 100px;
}

#lib_inquire_list > form .rows .pro_img {
  width: 150px;
  height: 150px;
  background: #fff;
  float: left;
}
#lib_inquire_list > form .rows .pro_msg {
  float: left;
  width: 60%;
  margin-left: 20px;
}
#lib_inquire_list > form .rows .pro_msg .pro_name {
  color: #000000;
  margin: 10px 0px;
}
/*询盘页面 end*/

/*留言*/
.feedback {
  margin-top: 46px;
}
#lib_feedback_form {
  width: 100%;
  clear: both;
  overflow: hidden;
}
#lib_feedback_form .rows {
  width: 100%;
  clear: both;
  margin: 20px 0;
}
#lib_feedback_form .rows label {
  width: 20%;
  overflow: hidden;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: right;
  color: #555;
  font-size: 16px;
}
#lib_feedback_form .rows span {
  width: 75%;
  overflow: hidden;
  float: left;
  display: block;
  padding-left: 5px;
}
#lib_feedback_form .rows span .input {
  width: 280px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
  padding-left: 5px;
  font-size: 16px;
}
#lib_feedback_form .rows span .contents {
}
#lib_feedback_form .rows span .vcode {
  text-transform: uppercase;
  width: 50px;
}
#lib_feedback_form .rows span img {
  margin-top: 2px;
}
#lib_feedback_form .rows .form_area {
  width: 300px;
  height: 100px;
  padding: 5px;
}

/*翻页*/
#turn_page {
  text-align: center;
  height: 35px;
  line-height: 35px;
  clear: both;
  margin-bottom: 30px;
}
#turn_page li {
  border: 1px #cecece solid;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  background: url(../images/turn_page_bg_.jpg) repeat-x center center;
  border: 1px solid #cecece;
  vertical-align: top;
  margin: 0 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
#turn_page li em {
  width: 7px;
  height: 12px;
  display: none;
  vertical-align: middle;
  margin-top: 10px;
}
#turn_page li:first-child {
  display: none;
}
#turn_page font,
#turn_page a {
  width: 32px;
  height: 33px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#turn_page .page_item_current {
  background: #ea6129;
  color: white;
  cursor: default;
}
#turn_page .page_button,
#turn_page .page_noclick {
  width: auto;
  padding: 0 12px;
}
#turn_page .page_noclick {
  cursor: no-drop;
}
/*.icon_page_prev{background:url(../images/global/normal.png) no-repeat -391px -24px;}*/
/*.icon_page_next{background:url(../images/global/normal.png) no-repeat -408px -24px;}*/
.icon_page_prev {
  background: #ffffff;
}
.icon_page_next {
  background: #ffffff;
}
#turn_page .other_page {
  background: url(../images/turn_page_bg_.jpg) repeat-x center center;
  border: 1px solid #cecece;
}
#turn_page .other_page a {
  color: #585858;
}

/*联系我们*/
.contact {
  margin-top: 46px;
  text-align: left;
}
/*.contact .list{display:inline-block;vertical-align: top;width: 250px;margin-top: 35px;margin-bottom: 20px;font-size: 16px;}
.contact .list .img{margin-bottom: 30px;}
.contact .list .name{display:inline-block;margin-bottom: 20px;}
.contact .list .brief{text-align: left;}
.contact .list .detail{display:inline-block;margin-bottom: 20px;}
.contact .address{margin-left: 52px;}
.contact .address .img{margin-left: 47px;}
.contact .address .name{width: 100%;}
.contact .address .detail{width: 100%;}
.contact .phone{margin-left: 200px;}
.contact .phone .img{margin-left: 65px;}
.contact .phone .name{width: 65px;}
.contact .phone .detail{margin-left: 20px;}
.contact .email{margin-left: 190px;}
.contact .email .img{margin-left: 53px;}
.contact .email .name{width: 53px;}
.contact .email .detail{margin-left: 30px;}*/
.contact iframe {
  width: 100% !important;
}
.contact .description {
  width: 100%;
  margin: 20px 10px;
  overflow: hidden;
}
.contact .mao {
  width: 100%;
  overflow: hidden;
}
/*联系我们 end*/

/*关于我们*/
.article {
  margin-top: 46px;
}
.article .main_right {
  float: none;
  width: 100%;
  margin: 0 auto;
}
.article .main_right .wide {
  margin: 0 auto;
}
.article .top_tab {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: left;
  background: #eaeaea;
}
.article .top_tab .list {
  display: inline-block;
  vertical-align: middle;
  min-width: 110px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0 10px;
}
.article .top_tab .list a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.article .top_tab .list.on {
  background: #f38413;
}
.article .top_tab .list.on a {
  color: white;
}
.article .top_tab .list em {
  display: none;
  width: 21px;
  height: 10px;
  background: url(../images/arrow.png) no-repeat center bottom;
}
.article .top_tab .list.on em {
  display: inline-block;
}
.video {
  position: relative;
  width: 100%;
  min-height: 707px;
  margin: 50px 0;
  background: url(../images/video_bg.jpg) repeat-y center center;
  text-align: center;
}
.video .video_content {
  width: 1200px;
  overflow-x: hidden;
  text-align: center;
}
.video .box {
  width: 100%;
  overflow: hidden;
}
.video .box .item {
  float: left;
  width: 1200px;
}
.video .box .list {
  width: 942px;
  height: 483px;
  margin: 60px auto 0 auto;
}
.video .name {
  height: 65px;
  line-height: 65px;
  margin-top: 35px;
  background: url(../images/video_name.png) no-repeat center center;
  font-size: 24px;
  text-align: center;
  color: white;
  font-family: "opensans";
}
.video .btn {
}
.video .btn .left_btn {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 25px;
  height: 48px;
  background: url(../images/video_left.png) no-repeat center center;
  cursor: pointer;
}
.video .btn .right_btn {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 25px;
  height: 48px;
  background: url(../images/video_right.png) no-repeat center center;
  cursor: pointer;
}
.course {
  position: relative;
}
.course .title {
  margin-top: 60px;
  margin-bottom: 160px;
}
.course .course_des {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.course .course_des .list {
  float: left;
  display: none;
  width: 1200px;
  min-height: 127px;
  margin-bottom: 140px;
}
.course .course_des .list .name {
  float: left;
  width: 295px;
  font-size: 86px;
  font-weight: bold;
  border-right: 2px solid #f38413;
  text-align: right;
  padding-right: 35px;
  line-height: 127px;
}
.course .course_des .list .des {
  float: left;
  width: 780px;
  margin-left: 40px;
  text-align: left;
}
.course .course_des .list.on {
  display: block;
}
.course .course_des .time_line {
  display: inline-block;
  width: 1685px;
  padding-bottom: 160px;
  text-align: center;
}
.course .course_des .time_line .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 181px;
  height: 26px;
  margin: 0 -3px;
  background: url(../images/timeline_bg.jpg) no-repeat center center;
}
.course .course_des .time_line .item span {
  position: absolute;
  left: 31%;
  top: 54px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.course .course_des .time_line .item em {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 26px;
  background: url(../images/timeline.jpg) no-repeat center center;
}
.course .course_des .time_line .item.on span {
  top: 40px;
  left: 20%;
  font-size: 50px;
}
.course .course_des .time_line .item.on em {
  width: 38px;
  height: 51px;
  top: -25px;
  left: 40%;
  background: url(../images/timeline_on.png) no-repeat center center;
}
.course .course_des .next {
  position: absolute;
  right: 5%;
  top: 40%;
  display: none;
  background: url(../images/next.png) no-repeat center center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.course .course_des .next.on {
  display: block;
}
/*关于我们 end*/

/*新闻*/
.info {
}
.info .main_right,
.info .main_right .content {
  width: 885px;
}
.info .info_title {
  margin: 20px 0 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.info .main_right .list {
  margin: 25px 0 25px 10px;
}
.info .main_right .photo {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
}
.info .main_right .photo:hover img {
  transform: scale(1.05);
}
.info .main_right .detail {
  float: left;
  width: 650px;
  margin-left: 50px;
}
.info .main_right .detail .name {
  margin: 10px 0;
}
.info .main_right .detail .name a {
  font-family: "Roboto";
  font-size: 20px;
}
.info .main_right .detail .brief {
  margin: 10px 0;
  font-size: 16px;
  font-family: "opensans";
}
.info .main_right .detail .btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-top: 15px;
  line-height: 30px;
  text-align: center;
}
.info .main_right .detail .btn a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 16px;
  font-family: "Roboto";
}
.info .main_right .detail .more {
  margin-right: 8px;
  background: #ef851e;
}
/*新闻 end*/

/*案例*/
.case_detail .main_right .list ul {
  margin-top: 29px;
  text-align: left;
}
.case_detail .main_right .list ul li {
  display: inline-block;
  vertical-align: top;
  width: 274px;
  min-height: 400px;
  margin-right: 25px;
  margin-bottom: 35px;
  border: 1px solid #c6c6c6;
}
.case_detail .main_right .list ul li.mr0 {
  margin-right: 0;
}
.case_detail .main_right .content {
  width: 885px;
  overflow: hidden;
}
.case_detail .pro_pic {
  width: 274px;
  min-height: 150px;
  overflow: hidden;
  text-align: center;
}
.case_detail .pro_pic:hover img {
  transform: scale(1.05);
}
.case_detail .main_right .list ul li:hover {
  border: 1px solid #ef851e;
}
.case_detail .main_right .pro_msg .name {
  padding: 15px 23px 20px 23px;
  background: url(../images/double_border.png) no-repeat 25px 45px;
  text-align: left;
}
.case_detail .main_right .pro_msg .name a {
  font-size: 18px;
  color: #0c0c0c;
  font-family: "Roboto";
}
.case_detail .main_right .pro_msg .name a:hover {
  color: #ef851e;
}
.case_detail .main_right .pro_msg .brief {
  margin: 22px;
  text-align: left;
  font-size: 16px;
  color: #505050;
  font-family: "opensans";
}
.case_detail .main_right .pro_msg .btn {
  margin-left: 21px;
  text-align: left;
}
.case_detail .main_right .pro_msg .btn .item {
  display: inline-block;
  width: 113px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.case_detail .main_right .pro_msg .btn a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 16px;
  font-family: "Roboto";
}
.case_detail .main_right .pro_msg .more {
  margin-right: 8px;
  background: #ef851e;
}
.case_detail .main_right .pro_msg .inquiry {
  background: #1f75c1;
}
/*案例 end*/

/*轮播*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 65px;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-pager {
  display: none;
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: -35px;
  background: url(../images/goods_left.jpg) no-repeat center center;
}
.bx-wrapper .bx-next {
  right: -35px;
  background: url(../images/goods_right.jpg) no-repeat center center;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  outline: 0;
  width: 23px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.video .bx-wrapper .bx-prev {
  top: 45%;
  left: -75px;
  background: url(../images/video_left.png) no-repeat center center;
}
.video .bx-wrapper .bx-next {
  top: 45%;
  right: -75px;
  background: url(../images/video_right.png) no-repeat center center;
}
.video embed {
  width: 100% !important;
}

/*下载*/
.download {
  height: auto;
  margin-top: 46px;
}
#lib_down_list {
  min-height: 300px;
}
#lib_down_list li {
  height: 32px;
  line-height: 32px;
  margin: 10px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  padding: 0 8px;
}
#lib_down_list li span {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}
#lib_down_list li a {
  display: inline-block;
  padding: 0 10px 0 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  background: #157aa4;
  text-decoration: none;
  position: relative;
  margin-top: 5px;
}
#lib_down_list li a em {
  width: 11px;
  height: 10px;
  background-image: url(../images/down.png);
  background-size: 100% 100%;
  position: absolute;
  left: 8px;
  top: 5px;
}
/*下载 end*/

/*FAQ*/
.faq {
}
.faq .list {
}
.faq .list .question {
  margin-bottom: 40px;
}
.faq .list .question .photo {
  float: left;
  margin-top: 17px;
}
.faq .list .question .detail {
  float: left;
  width: 1104px;
  min-height: 79px;
  margin-left: 10px;
  background: url(../images/question_bg.jpg) no-repeat center center;
  font-size: 18px;
  line-height: 79px;
}
.faq .list .question .detail span {
  padding-left: 45px;
  font-family: "opensans";
}
.faq .list .answer {
  font-family: "opensans";
}
.faq .list .answer .photo {
  float: right;
  margin-top: 85px;
}
.faq .list .answer .detail {
  float: right;
  width: 1070px;
  min-height: 150px;
  padding: 15px;
  margin-bottom: 85px;
  margin-right: 24px;
  background: #eaf5ff;
  border-radius: 10px;
  font-size: 18px;
}
/*FAQ end*/

#main {
  position: relative;
}
.leftBtn {
  position: absolute;
  top: 46px;
  left: -10px;
  display: none;
  width: 30px;
  height: 29px;
  background: url(../images/header_navi_menu_symbol.png);
  vertical-align: middle;
}
#menu_bar {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 1000px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 1000;
  display: none;
  overflow-x: visible;
}
#menu_bar .main_left {
  max-height: 100%;
  overflow-y: auto;
  width: 285px;
}
#menu_bar .menu_content_con {
  background: #fff;
  width: 100%;
}

/*浮动窗*/
#float_chat {
  position: fixed;
  top: 150px;
  z-index: 1000;
  background: none !important;
}
#float_chat .inner_chat {
  min-height: 90px;
}
#go_top {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#go_top:hover {
  text-decoration: none;
}
.chat_box {
  margin: 0 auto;
  background: none !important;
}
.chat_box > a {
  display: block;
  text-decoration: none;
}
.chat_box > a > span {
  display: none;
}
.chat_box > a .relimg {
  width: 100px;
  height: 100px;
  padding: 6px;
  background: #e3e3e3;
  position: absolute;
  left: -120px;
  bottom: 30px;
  display: none;
}
.chat_box > a .relimg img {
  max-width: 100%;
  min-height: 100%;
}
.chat_box > a:hover .relimg {
  display: block;
}
.float_chat_1 {
  width: 95px;
  right: 0;
}
.float_chat_1 .chat_box > a {
  width: 61px;
  height: 61px;
  line-height: 61px;
  color: #fff;
}
.float_chat_1 .chat_box .code {
  width: 61px;
  height: 61px;
  line-height: 61px;
  color: #fff;
}
.float_chat_1 .chat_box > a > span {
  width: 100%;
  display: inline-block;
  text-indent: 6px;
  height: 61px;
  overflow: hidden;
}
.float_chat_1 .chat_box > a.QQ > span {
  background-color: #45a4eb;
}
.float_chat_1 .chat_box > a.WangWang > span {
  background: url(../images/wanwan.png) no-repeat center center;
}
.float_chat_1 .chat_box > a.WangWang > span:hover {
  background: url(../images/wanwan_on.png) no-repeat center center;
}
.float_chat_1 .chat_box > a.Skype > span {
  background: url(../images/skype.png) no-repeat center center;
}
.float_chat_1 .chat_box > a.Skype > span:hover {
  background: url(../images/skype_on.png) no-repeat center center;
}
.float_chat_1 .chat_box .code > span {
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(../images/code.png) no-repeat center center;
}
.float_chat_1 .chat_box .code > span:hover {
  background: url(../images/code_on.png) no-repeat center center;
}
.float_chat_1 .chat_box > a.Email > span {
  background-color: #186caa;
}
.float_chat_1 .chat_box > a.trademanager > span {
  background-color: #ffc000;
}
.float_chat_1 .chat_box > a.WeChat > span {
  background: url(../images/wechat.png) no-repeat center center;
}
.float_chat_1 .chat_box > a.WeChat > span:hover {
  background: url(../images/wechat_on.png) no-repeat center center;
}
.float_chat_1 #go_top {
  width: 61px;
  height: 61px;
  line-height: 61px;
  background: url(../images/return_top.png) no-repeat center center;
}
.float_chat_1 #go_top:hover {
  background: url(../images/return_top_on.png) no-repeat center center;
}
.float_chat_1 #go_top span {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.sitemap_box {
  text-align: left;
}
.sitemap_box .sitemap_title {
  font-size: 20px;
  color: #f38413;
}
.sitemap_box .sitemap_body {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 10px auto;
}
.sitemap_box .sitemap_body dt {
  margin: 5px 10px;
  font-size: 16px;
}
.sitemap_box .sitemap_body dd {
  width: 90%;
  margin: 5px 5%;
  font-size: 14px;
}
.sitemap_box .sitemap_body dd a {
  display: inline-block;
  width: 96%;
  padding: 0 2%;
}

.mobile_btn {
  display: none;
}

.new_btn_box {
  font-size: 0;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
}
.new_btn_box .prev {
  display: block;
  float: left;
  width: 45%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  background: url(../images/csl.png) no-repeat center left;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new_btn_box .next {
  display: block;
  float: right;
  width: 45%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  background: url(../images/csr.png) no-repeat center right;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .new_btn_box {
  }
  .new_btn_box .prev,
  .new_btn_box .next {
    font-size: 12px;
    line-height: 1.2;
  }
}

#footer .friend {
  text-align: center;
  font-size: 0;
  background-color: #1e1e1e;
  padding: 15px 0;
}
#footer .friend .img_center.title {
  width: 50px;
  color: #ffffff;
  font-size: 18px;
  margin: 5px 0;
}
#footer .friend .img_center {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  margin: 5px 20px;
}
#footer .friend .friend_content {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 635px) {
  #footer .friend {
    text-align: left;
  }
}
@media (max-width: 600px) {
  #footer .friend .friend_content {
    margin-left: 10px;
  }
  #footer .friend .img_center {
    width: 60px;
    margin: 5px 3%;
  }
}
