@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
input {
  outline: none;
}
.container {
  width: 1050px;
  padding: 0;
}
.header {
  padding: 10px;
  border-top: 2px solid #686868;
}
.header .header_r > div {
  display: inline-block;
  vertical-align: bottom;
}
.header .header_r .header_r_1 {
  margin-right: 30px;
  margin-bottom: 10px;
}
.header .header_r .header_r_1 div {
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
}
.header .header_r .header_r_1 div input {
  padding-left: 10px;
  height: 28px;
  width: 145px;
  border: none;
}
.header .header_r .header_r_1 div button {
  text-align: center;
  width: 20px;
  height: 28px;
  border: none;
  background: none;
  outline: none;
}
.header .header_r .header_r_2 {
  background: url("../images/img1.png") no-repeat left;
  padding-left: 40px;
}
.header .header_r .header_r_2 p {
  font-size: 15px;
  color: #292929;
  line-height: 1.806;
}
.header .header_r .header_r_2 span {
  font-size: 18px;
  color: #292929;
  font-weight: bold;
  line-height: 1.556;
}
.header_meau {
  height: 40px;
  background-color: #686868;
}
.header_meau .header_meau1 > li {
  position: relative;
  padding-left: 2px;
  line-height: 40px;
  text-align: center;
  float: left;
  width: 12.5%;
  background: url("../images/img2.png") no-repeat left;
}
.header_meau .header_meau1 > li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
}

.header_meau .header_meau1 > li:hover > a {
  background-color: #c7af87;
  color: white;
}
.header_meau .header_meau1 > li.on > a {
  background-color:#c7af87;
}
.header_meau2 {
  display: none;
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 1px;
}
.header_meau2 li {
  position: relative;
  background-color:#c7af87;
  margin-top: 2px;
}
.header_meau2 li:hover {
  background-color:#e9bf1a;

}
.header_meau2 li:hover .header_sj{
  display: block;
}
.header_sj li{
	line-height: 38px;
  background-color: #c19e16;
}
.header_sj li:hover{
	background-color: #d6bb50
}
.banner {
  /*overflow: hidden;*/
  position: relative;
}
.banner1 {
  position: relative;
}
.banner1 .prev {
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 190px;
}
.banner1 .next {
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 190px;
}
.banner1 .ba_l {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 9;
  left: -100%;
}
.banner1 .ba_r {
  position: absolute ;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
  right: -100%;
}
.banner1 .hd {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 45%;
}
.banner1 .hd ul li {
  cursor: pointer;
  margin: 0 5px;
  text-indent: -999999px;
  overflow: hidden;
  width: 26px;
  height: 4px;
  background-color: #fff;
  border-radius: 5px;
  float: left;
  box-shadow: 0 0 3px 3px #666;
}
.banner1 .hd ul li.on {
  background-color: #686868;
}
.banner1 .bd li a {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
}
.banner1 .bd li img {
  width: 100%;
}
.banner1 .bd > div {
  overflow: visible!important;
}
.banner_d {
  padding: 0 5px;
  background-color: #efefef;
}
.banner_d .bd > div {
  width: 100%!important;
}
.banner_d li {
  width: 33.33333333%;
  padding: 0 10px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner_d li span {
  background: url("../images/img3.png") no-repeat left;
  padding-left: 30px;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 2;
}
.banner_d li a {
  color: #686868;
  line-height: 2;
}
.bo_list > ul > li {
  margin-bottom: 10px;
  margin-left: 40px;
  float: left;
  width: 323px;
}
.bo_list > ul > li .bo_list1 {
  border: 1px solid #ededed;
  border-bottom: 3px solid #686868;
}
.bo_list > ul > li .bo_list1 img {
  width: 100%;
  height: 247px;
}
.bo_list > ul > li .bo_list1_1 {
  padding: 10px;
  height: 80px;
  overflow: hidden;
  color: #333;
}
.bo_list > ul > li .bo_list1_1 > p {
  color: #333;
  font-size: 12px;
  line-height: 1.6;
  height: 60px;
  overflow: hidden;
}
.bo_list > ul > li .bo_list1_2 {
  height: 80px;
  overflow: hidden;
  padding: 5px;
}
.bo_list > ul > li .bo_list1_2 a {
  color: #333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  float: left;
  display: inline-block;
  width: 50%;
  font-size: 12px;
}
.bo_list > ul > li .bo_list1_2 a:hover {
  color: #686868;
}
.bo_list > ul > li .bo_list1_3 {
  padding: 5px;
  height: 80px;
  overflow: hidden;
}
.bo_list > ul > li .bo_list1_3 li {
  line-height: 2;
}
.bo_list > ul > li .bo_list1_3 li a {
  font-size: 12px;
  white-space: nowrap;
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.bo_list > ul > li .bo_list1_3 li span {
  font-size: 12px;
  float: right;
}
.bo_list > ul > li .bo_list1_3 li:hover a {
  color: #686868;
}
.bo_list > ul > li .bo_list1_3 li:hover span {
  color: #686868;
}
.bo_list > ul > li > a {
  color: #333333;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  display: block;
}
.bo_list > ul > li:hover .bo_list1 {
  transition: 0.1s all linear;
  box-shadow: 3px 3px 3px 3px  #bcbcbc;
}
.bo_list > ul > li:hover > a {
  color: #686868;
}
.footer {
  background-color: #4a4d52;
}
.footer .footer1_1 {
	padding-top: 20px;
  padding-right: 30px;
  background: url("../images/img10.png") no-repeat right;
  padding-bottom: 20px;
  height: 160px;
}
.footer .fq {
  padding: 20px 0 ;
}
.footer .fq a {
  display: inline-block;
  margin: 0 5px;
}
.footer .f_meau {
  padding-bottom: 30px;
}
.footer .f_meau a {
  color: #d8d9da;
}
.footer .f_meau font {
  margin: 0 5px;
  color: #d8d9da;
}
.footer p {
  line-height: 2;
  color: #d8d9da;
}
.footer1_2 {
  height: 160px;
  width: 400px;
  background: url("../images/img10.png") no-repeat right;
  padding-left:30px;
  padding-right: 30px;
}
.footer1_2 h3 {
  line-height: 2;
  font-size: 20px;
  color: #feffff;
}
.footer1_2 h3 img {
  margin-right: 15px;
}
.footer1_3 {
  padding-top: 20px;
  padding-left: 30px;
}
.footer1_3 > div {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.footer1_3 .ewm {
  margin-right: 15px;
}
.footer1_3 .f_ly h3 {
  font-size: 20px;
  color: #feffff;
}
.footer1_3 .f_ly h3 img {
  margin-right: 10px;
}
.footer1_3 .f_ly a {
  margin-top: 35px;
  border-radius: 5px;
  line-height: 26px;
  display: inline-block;
  width: 85px;
  height: 26px;
  background-color: #686868;
  color: #fff;
  text-align: center;
}
.con {
  margin: 10px auto;
}
.footer1 {
  padding: 20px 0;
}
.footer2 {
  line-height: 2;
  text-align: center;
  background-color: #262626;
  color: #dfdfdf;
}
.footer2 a {
  color: #dfdfdf;
}
.anlb_l {
  min-height: 100px;
  width: 200px;
}
.anlb_l .anlb_l1 {
  padding: 30px 15px;
  background: url(../images/img14.png) no-repeat;
  background-size: 100% 100%;
}
.anlb_l_t {
  line-height: 2;
  background: url("../images/img15.png") no-repeat bottom;
  background-size: 100%;
}
.anlb_l_t span {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  margin-right: 10px;
}
.anlb_l_t i {
  display: inline-block;
  font-size: 14px;
  color: #686868;
}
.anlb_l_ul li {
  margin: 5px 0;

  line-height: 28px;

  background-size: 100% 100%;
}
.anlb_l_ul>ul>li{
  padding-right: 10px;
}
.ejfl{
  display: none;
}
.anlb_l_ul li a {
  padding-right: 5px;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  color: #fff;
  background: /*url("../images/img16.png") no-repeat*/#c7af87;
}
.anlb_l_ul li a i{
  float: right;
}
/*.anlb_l_ul li:hover >a {
  color: #000;
}*/

.anlb_l_ul li.on >a {
  color: #000;
}
.anlb_l_d {
  height: 66px;
  border-radius: 5px;
  background:  bottom no-repeat;
}
.anlb_r {
  position: relative;
  margin-left: 20px;
  width: 820px;
  min-height: 660px;
  background: url("../images/img1.jpg") no-repeat;
  background-size: 100% 100%;
}
.anlb_r_t {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #e0e0e0;
}
.anlb_r_t a {
  color: #000;
}
.anlb_r_t font {
  color: #000;
}
.anlb_r_t a:last-child {
  color: #686868;
}
.anlb_r_d {
  padding: 20px;
  padding-bottom: 50px;
}
.anlb_r_d table {
  width: 100%;
  padding: 15px;
}
.anlb_r_d table thead {
  height: 30px;
  line-height: 30px;
  background-color: #dfdddd;
}
.anlb_r_d table thead th {
  width: 10%;
  padding: 0;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  color: #000;
}
.anlb_r_d table tbody td {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.anlb_r_d table tbody td a {
  display: inline-block;
  width: 100%;
  color: #898989;
}
.anlb_r_d table tbody tr:hover {
  background-color: #eff4fc;
}
.page {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.page a {
  display: inline-block;
  vertical-align: top;
  line-height: 3;
  margin: 0 5px;
  color: #000;
}
.page span {
  display: inline-block;
  vertical-align: top;
  line-height: 3;
  padding: 0 10px;
  color: #3fb7ff;
}
.page a:hover {
  color: #3fb7ff;
}
/*客户风采*/
.khfc li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-left: 25px ;
  width: 242px;
  margin-bottom: 20px;
}
.khfc li a {
  display: block;
}
.khfc li a > span {
  line-height: 2;
}
.khfc li img {
  width: 100%;
  height: 144px;
}
.khfc li div {
  padding: 10px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 144px;
  color: #fff;
  line-height: 1.9;
  top: -85%;
  font-size: 12px;
  background-color: rgba(45, 121, 222, 0.6);
}
.khfc li div p {
  color: #fff;
  line-height: 1.9;
  font-size: 12px;
}
.khfc li:hover a > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
  transition: 0.1s all linear;
  color: #588ee2;
  text-shadow: #d8d8d8 5px 5px 5px;
}
.khfc li:hover div {
  transition: 0.2s all linear;
  top: 0;
}
.wz_xq_t a {
  width: 60%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis ;
  line-height: 3;
  color: #000;
  font-size: 16px;
}
.wz_xq_t span {
  font-size: 16px;
  line-height: 3;
  float: right;
}
.wz_xq_d {
  line-height: 2;
  color: #333;
}
.wz_xq_d iframe{
  height: 500px!important;
}
.wz_xq_d p {
  color: #333;
}
.wz_xq_d p img {
  max-width: 100%;
}
.xwlb li {
  padding: 10px 0;
}
.xwlb li > a {
  float: left;
}
.xwlb li > a img{
  width:196px;
  height:118px;
}
.xwlb li .xwlb_r {
  margin-top: -8px;
  width: 580px;
  padding-left: 20px;
  float: left;
}
.xwlb li .xwlb_r h3 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 2;
}
.xwlb li .xwlb_r p {
  height: 74px;
  overflow: hidden;
  font-size: 12px;
  line-height: 2;
  color: #000000;
}
.xwlb li .xwlb_r a {
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 7px;
  background-color: #686868;
  color: #fff;
}
.xwlb li:hover {
  background-color: #eff4fc ;
}
.zxly li {
  margin: 20px 0;
}
.zxly li span {
  color: #4e4e4e;
  width: 75px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
.zxly li input {
  background: no-repeat;
  width: 395px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cecece;
  display: inline-block;
  vertical-align: top;
}
.zxly li textarea {
  width: 395px;
  height: 140px;
  border: 1px solid #cecece;
  resize: none;
}
.zxly .yzm i {
  margin-left: 10px;
}
.zxly .yzm i img {
  width: 76px;
  height: 35px;
}
.zxly .tj input {
  width: 108px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  background-color: #c3c3c3;
  border: none;
}
.kf {
  padding: 10px;
  width: 160px;
  min-height: 313px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
  background-color: #fff;
  border: 5px solid #686868;
}
.kf .kf_t {
  color: #686868;
  text-align: center;
  line-height: 2;
  border-bottom: 2px solid #686868;
}
.kf .kf1 {
  text-align: center;
  padding: 10px;
}
.kf .kf1 img {
  margin-right: 5px;
}
.kf .kf1 li {
  line-height: 2;
  border-bottom: 1px solid #e6e6e6;
}
.kf .kf1 li a {
  border-radius: 5px;
  display: inline-block;
  width: 76px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background-color: #686868;
}
.kf2 {
  padding: 10px;
}
.header_sj{
  display: none;
  position: absolute;
  left: 100%;
  width: 120%;
  top: 0;
  background-color: rgb(141, 148, 158);
  z-index: 99999999999999999999999;

}
.header_sj a{
  font-size: 12px!important;
}
.ejfl li a{
  font-size: 12px;
  background: none;
  background-color: /*#8d949e*/  #e9bf1a;
}
.bo_list{
  margin-top: 10px;
}

.play_dw{
	position: relative;
}
.play_dw .play{
	background: url(../images/play.png) center no-repeat;
	background-size:64px 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}
