
@font-face {
  font-family: 'SansHans';
  src: url('/fonts/NotoSansHans-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansHans-b';
  src: url('/fonts/NotoSansHans-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansHans-l';
  src: url('/fonts/NotoSansHans-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AgencyFB';
  src: url('/fonts/AgencyFB.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/fonts/HelveticaNeueLTPro-ThEx_0.otf');
  font-weight: normal;
  font-style: normal;
}
.xb_top{ position:fixed;top:0px;width:100%;margin:0 auto; background:#FFF;z-index: 101;}
.header {
  height: 96px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
   
}
.header .logo {
  float: left;
  margin-top: 22px;
}
.header .txt {
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-top: 36px;
  margin-left: 17px;
  padding-left: 17px;
  border-left: 1px solid #E1E1E1;
  font-family: '黑体';
  color: #083c6d;
}
.header .header-tel {
  float: right;
  font-size: 16px;
  margin-top: 32px;
  color: #4a4a4a;
  line-height: 30px;
  height: 30px;
  font-family: 'SansHans';
}
.header .header-tel span {
  float: left;
  line-height: 30px;
}
.header .header-tel .number {
  font-family: 'AgencyFB';
  font-size: 28px;
  color: #083c6d;
}
.header .header-search {
  float: right;
  margin-top: 34px;
  position: relative;
  margin-right: 48px;
}
.header .header-search .search-btn {
  width: 18px;
  height: 18px;
  display: block;
  background: url("/images/heade-search.png") no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
}
.header .header-search input {
  font-size: 14px;
  width: 220px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 40px;
}
.header .header-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.header .header-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.header .header-search input:-ms-input-placeholder {
  color: #ccc;
}
.header .header-search input::-webkit-input-placeholder {
  color: #ccc;
}
.header .header-search input:focus {
  border-color: #083c6d;
}
.nav {
  min-height: 50px;
  background-color: #083c6d;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 0;
}
.nav .nav-list {
  display: inline-block;
  position: relative;
  z-index: 200;
}
.nav .nav-list li {
  float: left;
  height: 50px;
  position: relative;
}
.nav .nav-list li > a {
  display: block;
  padding: 0 41px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.nav .nav-list li > a:hover {
  background-color: #44a3d9;
}
.nav .nav-list li .navv {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 50px;
  background: url("../image/mask-bg.png") repeat;
  padding: 10px 0;
}
.nav .nav-list li .navv a {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.nav .nav-list li .navv a:hover {
  background-color: #44a3d9;
}
.nav .nav-list li.active > a,
.nav .nav-list li:hover > a {
  background-color: #44a3d9;
}
.home-banner {
  overflow: hidden;
  width: 100%;
  height: 625px;
}
.home-banner .home-banner-slick {
  height: 625px;
  overflow: hidden;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.home-banner .slick-dots {
  z-index: 100;
  bottom: 30px;
  line-height: 0;
}
.home-banner .slick-dots li {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  padding: 4px;
}
.home-banner .slick-dots li button {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #E5E5E5;
  padding: 0 0;
}
.home-banner .slick-dots li.slick-active {
  border-color: #83CE1D;
}
.home-banner .slick-dots li.slick-active button {
  background-color: #83CE1D;
}
.home-about {
  height: 555px;
  padding-top: 75px;
  background: url("/images/home-about-bg.jpg") no-repeat center 0;
}
.home-about .about-txt {
  height: 404px;
  padding-left: 370px;
  position: relative;
  padding-top: 110px;
  width: 840px;
  float: left;
}
.home-about .about-txt .title {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: 'SansHans';
}
.home-about .about-txt .title:after {
  display: inline-block;
  content: '';
  width: 80px;
  border-bottom: 1px solid #44a3d9;
  position: relative;
  top: -8px;
  margin-left: 15px;
}
.home-about .about-txt .pic {
  width: 330px;
  height: 404px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
}
.home-about .about-txt .content {
  font-size: 14px;
  line-height: 30px;
  color: #4a4a4a;
  height: 150px;
  overflow: hidden;
  margin-top: 22px;
}
.home-about .about-txt .more-btn {
  float: right;
  font-size: 14px;
  display: block;
  position: relative;
  text-decoration: underline;
  color: #999;
  margin-top: 45px;
}
.home-about .about-txt .more-btn:hover {
  color: #083c6d;
}
.home-about .about-txt .more-btn:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #083c6d;
}
.home-about .about-txt:before {
  content: '';
  display: block;
  width: 96px;
  height: 40px;
  border-top: 10px solid #083c6d;
  border-right: 10px solid #083c6d;
  position: absolute;
  left: 330px;
  top: 30px;
}
.home-about .about-txt:after {
  content: '';
  display: block;
  width: 96px;
  height: 40px;
  border-bottom: 10px solid #083c6d;
  border-right: 10px solid #083c6d;
  position: absolute;
  left: 330px;
  bottom: 30px;
}
.home-about .service-box {
  float: right;
  width: 326px;
  height: 404px;
  background-color: #083c6d;
  text-align: center;
  padding: 20px 30px;
}
.home-about .service-box .title {
  font-size: 18px;
  line-height: 30px;
  height: 70px;
  overflow: hidden;
  color: #fff;
  font-family: 'SansHans-l';
}
.home-about .service-box .title .big {
  font-family: 'SansHans-b';
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.home-about .service-box .input-box {
  margin-top: 30px;
}
.home-about .service-box .input-box p {
  margin-bottom: 16px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.home-about .service-box .input-box p input {
  border: none;
  width: 190px;
  height: 30px;
  line-height:30px;
  float: right;
  padding: 0 10px;
}
.home-about .service-box .input-box p input:focus,
.home-about .service-box .input-box p input:hover {
  outline: auto;
  outline-color: #44a3d9;
}
.home-about .service-box .input-box p span {
  float: left;
  width: 56px;
  height: 30px;
  text-align: right;
  overflow: hidden;
}
.home-about .service-box .input-box .submit {
  height: 35px;
  width: 100%;
  line-height: 35px;
  border: none;
  background-color: #44a3d9;
  font-size: 16px;
  color: #fff;
}
.home-about .service-box .input-box .submit:hover {
  background-color: #37a221;
}
.home-billboard {
  background-color: #d5d5d5;
  padding-top: 50px;
  padding-bottom: 120px;
}
.home-billboard .home-billboard-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  position: relative;
}
.home-billboard .home-billboard-box .billboard-slick {
  width: 780px;
  height: 484px;
  float: left;
}
.home-billboard .home-billboard-box .billboard-cooper {
  width: 900px;
   height: 464px;
   margin:0 auto;
   padding:10px 0;
  
 
}
.home-billboard .home-billboard-box .billboard-cooper li{
	width:300px;height:222px;float:left; list-style:none; text-align:center;}
	.home-billboard .home-billboard-box .billboard-cooper li:hover{ background:#d5d5d5;}
.home-billboard .home-billboard-box .billboard-cooper li i{display: inline-block;width:60px;height:60px; background:#083c6d;line-height:60px;color:#ffffff;font-size:20px;margin:30px auto;border-radius:50%}
.home-billboard .home-billboard-box .billboard-cooper li span{display:block;font-size:20px;line-height:24px;}
.home-billboard .home-billboard-box .billboard-cooper li p{padding:0 10px; line-height:24px;}

.home-billboard .home-billboard-box .billboard-slick .box {
  width: 780px;
  height: 484px;
  position: relative;
}
.home-billboard .home-billboard-box .billboard-slick .box .txt {
  width: 340px;
  height: 220px;
  background: url("/images/w-bg.png") no-repeat 0 0;
  position: absolute;
  top: 145px;
  left: 25px;
  padding: 30px;
}
.home-billboard .home-billboard-box .billboard-slick .box .txt .title {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.home-billboard .home-billboard-box .billboard-slick .box .txt .title a:hover {
  color: #083c6d;
}
.home-billboard .home-billboard-box .billboard-slick .box .txt .content {
  margin-top: 18px;
  font-size: 14px;
  color: #838383;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}
.home-billboard .home-billboard-box .txt-list {
  float: left;
  margin-left: 35px;
  margin-top: 35px;
}
.home-billboard .home-billboard-box .txt-list:after {
  display: block;
  content: '';
  width: 400px;
  height: 546px;
  background: url("/images/txt-list-bg.png") no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: -31px;
  z-index: 10;
}
.home-billboard .home-billboard-box .txt-list li {
  width: 410px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 9px;
  background-color: #F7F7F7;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  overflow:hidden;
  padding-left: 36px;
  position: relative;
  z-index: 100;
}
.home-billboard .home-billboard-box .txt-list li i {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
  width: 61px;
  height: 54px;
  position: relative;
  overflow: hidden;
}
.home-billboard .home-billboard-box .txt-list li i img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.home-billboard .home-billboard-box .txt-list li.active,
.home-billboard .home-billboard-box .txt-list li:hover {
  color: #fff;
  background-color: #44a3d9;
}
.home-billboard .home-billboard-box .txt-list li.active:before,
.home-billboard .home-billboard-box .txt-list li:hover:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #44a3d9;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}

.home-engineering {
  padding-top: 50px;
  padding-bottom: 70px;
}
.home-engineering .container {
  overflow: hidden;
}
.home-engineering .engineering-list {
  margin: 0 -10px;
  margin-top: 30px;
}
.home-engineering .engineering-list li {
  float: left;
  width: 406px;
  height: 386px;
  margin: 0 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.home-engineering .engineering-list li:hover {
  background-color: #44a3d9;
}
.home-engineering .engineering-list li:hover .txt {
  color: #fff;
}
.home-engineering .engineering-list li:hover .txt .en {
  color: #fff;
}
.home-engineering .engineering-list li:hover .pic img {
  transform: scale(1.2);
}
.home-engineering .engineering-list li .pic {
  width: 100%;
  height: 278px;
  position: relative;
  overflow: hidden;
}
.home-engineering .engineering-list li .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.home-engineering .engineering-list li .txt {
  height: 108px;
  padding: 30px;
}
.home-engineering .engineering-list li .txt .cn {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.home-engineering .engineering-list li .txt .en {
  font-size: 14px;
  color: #999;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.home-quotation {
  height: 192px;
  background: url("../image/home-input-bg.png") no-repeat center 0;
}
.home-quotation .quotation-title {
  float: left;
  position: relative;
  margin-left: 60px;
  margin-top: 70px;
}
.home-quotation .quotation-title .cn {
  font-size: 22px;
  color: #4a4a4a;
}
.home-quotation .quotation-title .en {
  font-size: 14px;
  color: #999;
  line-height: 1;
}
.home-quotation .quotation-title:after {
  content: '';
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #083c6d;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -7px;
}
.home-quotation .quotation-form {
  float: right;
  padding-top: 48px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.home-quotation .quotation-form .input-box {
  float: left;
}
.home-quotation .quotation-form .input-box p {
  margin-bottom: 20px;
}
.home-quotation .quotation-form .input-box input {
  margin-left: 12px;
  background-color: #fff;
  height: 32px;
  width: 280px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 16px;
  border: none;
}
.home-quotation .quotation-form .input-box input:focus,
.home-quotation .quotation-form .input-box input:hover {
  outline: auto;
  outline-color: #44a3d9;
}
.home-quotation .quotation-form .textarea-box {
  float: left;
  vertical-align: top;
  margin-left: 40px;
}
.home-quotation .quotation-form .textarea-box textarea {
  margin-left: 12px;
  vertical-align: top;
  height: 84px;
  width: 288px;
  resize: none;
  border: none;
  font-size: 14px;
  padding: 10px;
  overflow: auto;
}
.home-quotation .quotation-form .textarea-box textarea:focus,
.home-quotation .quotation-form .textarea-box textarea:hover {
  outline: auto;
  outline-color: #44a3d9;
}
.home-quotation .quotation-form .submit {
  float: left;
  margin-left: 43px;
  width: 123px;
  height: 38px;
  line-height: 38px;
  margin-top: 23px;
  color: #fff;
  border: none;
  font-size: 16px;
  background-color: #44a3d9;
}
.home-quotation .quotation-form .submit:hover {
  background-color: #37a221;
}
.home-video {
  margin-top: 155px;
  background-color: #f7f7f7;
  height: 610px;
}
.home-video .video-title {
  font-size: 30px;
  position: relative;
  top: -75px;
}
.home-video .video-title .en {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}
.home-video .video-title .en .big {
  font-size: 60px;
}
.home-video .video-title .cn {
  font-family: 'SansHans';
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.home-video .video-title:after {
  content: '';
  display: block;
  border-bottom: 3px solid #44a3d9;
  width: 120px;
  margin-top: 30px;
}
.home-video .video-box {
  width: 560px;
  position:relative;
  height: 355px;
}
.home-video .left-box,
.home-video .right-box {
  position: relative;
}
.home-video .left-box:before,
.home-video .right-box:before {
  content: '';
  width: 12px;
  height: 190px;
  display: block;
  position: absolute;
  background: url("/images/video-bg01.png");
  left: 35px;
  top: 265px;
}
.home-video .right-box:before {
  background: url("/images/video-bg02.png");
}
.home-video .txt {
  line-height: 30px;
  height: 30px;
  width: 340px;
  overflow: hidden;
  font-size: 20px;
  float: left;
  margin-left: 100px;
  margin-top: 40px;
}
.home-video .more-btn {
  float: right;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: underline;
  color: #999;
  margin-top: 40px;
}
.home-video .more-btn:hover {
  color: #083c6d;
}
.home-video .more-btn:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #083c6d;
}
.home-brand {
  padding: 60px 0;
}
.home-brand .brand-slick {
  width: 1140px;
  margin: 0 auto;
  margin-top: 50px;
}
.home-brand .brand-slick .box {
  width: 228px;
  height: 96px;
  padding: 0 6px;
}
.home-brand .brand-slick .box p {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.3;
}
.home-brand .brand-slick .box p:hover {
  opacity: 1;
}
.home-brand .brand-slick .slick-prev,
.home-brand .brand-slick .slick-next {
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -18px;
}
.home-brand .brand-slick .slick-prev:before,
.home-brand .brand-slick .slick-next:before {
  display: none;
}
.home-brand .brand-slick .slick-prev:hover:before,
.home-brand .brand-slick .slick-next:hover:before {
  color: #000;
}
.home-brand .brand-slick .slick-prev {
  left: -50px;
  background: url(../image/pro-arrow-l.png) no-repeat 0 0;
}
.home-brand .brand-slick .slick-prev:hover {
  background: url(/images/pro-arrow-l-a.png) no-repeat 0 0;
}
.home-brand .brand-slick .slick-next {
  right: -50px;
  background: url(../image/pro-arrow-r.png) no-repeat 0 0;
}
.home-brand .brand-slick .slick-next:hover {
  background: url(/images/pro-arrow-r-a.png) no-repeat 0 0;
}
.home-title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.home-title:after {
  content: '';
  display: block;
  width: 40px;
  border-bottom: 1px solid #44a3d9;
  margin: 0 auto;
  margin-top: 12px;
}
.home-title .cn {
  font-family: 'SansHans';
  font-size: 36px;
  line-height: 50px;
}
.home-title .en {
  color: #666;
  font-size: 14px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.home-news-knowledge {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.home-news-knowledge .box-title .cn {
  font-family: 'SansHans';
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.home-news-knowledge .box-title .en {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.home-news-knowledge .home-news {
  width: 50%;
  float: left;
  padding-right: 75px;
}
.home-news-knowledge .home-news .home-news-list {
  margin-top: 40px;
}
.home-news-knowledge .home-news .home-news-list li {
  height: 153px;
}
.home-news-knowledge .home-news .home-news-list li .pic {
  width: 164px;
  height: 114px;
  position: relative;
  float: left;
}
.home-news-knowledge .home-news .home-news-list li .txt {
  width: 360px;
  float: right;
}
.home-news-knowledge .home-news .home-news-list li .txt .title {
  font-size: 20px;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.home-news-knowledge .home-news .home-news-list li .txt .date {
  font-size: 12px;
  color: #ccc;
  margin: 5px 0;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.home-news-knowledge .home-news .home-news-list li .txt .content {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999;
}
.home-news-knowledge .home-news .home-news-list li:hover .txt .title {
  color: #083c6d;
}
.home-news-knowledge .home-news .home-news-list li + li {
  border-top: 1px solid #EEEEEE;
  padding-top: 24px;
}
.home-news-knowledge .home-knowledge {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.home-news-knowledge .home-knowledge .knowledge-list {
  margin-top: 40px;
}
.home-news-knowledge .home-knowledge .knowledge-list li {
  height: 153px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.home-news-knowledge .home-knowledge .knowledge-list li .txt {
  width: 450px;
  float: left;
}
.home-news-knowledge .home-knowledge .knowledge-list li .txt .title {
  padding-left: 45px;
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
}
.home-news-knowledge .home-knowledge .knowledge-list li .txt .title:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4a4a4a;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -3px;
}
.home-news-knowledge .home-knowledge .knowledge-list li .txt .content {
  padding-left: 45px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
}
.home-news-knowledge .home-knowledge .knowledge-list li .right-box {
  float: right;
  padding-right: 20px;
}
.home-news-knowledge .home-knowledge .knowledge-list li .right-box .date {
  font-family: 'HelveticaNeue';
  color: #999;
  font-size: 22px;
  line-height: 1;
  font-weight: 100;
}
.home-news-knowledge .home-knowledge .knowledge-list li .right-box .more-arrow {
  margin-top: 55px;
  float: right;
  width: 38px;
  height: 16px;
  background: url("/images/news-arrow.png") no-repeat center right;
  margin-right: 20px;
  border-left: 1px solid #ccc;
  display: none;
}
.home-news-knowledge .home-knowledge .knowledge-list li:hover .txt .title {
  color: #083c6d;
}
.home-news-knowledge .home-knowledge .knowledge-list li:hover .txt .title:before {
  background-color: #083c6d;
}
.home-news-knowledge .home-knowledge .knowledge-list li:hover .right-box .date {
  color: #083c6d;
}
.home-news-knowledge .home-knowledge .knowledge-list li:hover .right-box .more-arrow {
  display: block;
}
.home-link {
  text-align: center;
  padding: 40px 0;
  line-height: 0;
}
.home-link .link-list {
  display: inline-block;
}
.home-link .link-list li {
  float: left;
    margin: 0 18px 18px;
  width: 120px;
  height: 50px;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.home-link .link-list li:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.footer {
  padding: 20px 0;
  background-color: #083c6d;
}
.footer .footer-logo {
  margin-right: 5px;
  float: left;
  width: 350px;
  overflow: hidden;
  
}
.footer .footer-logo p{color:#ffffff; line-height:32px;font-size:14px;}
.footer .footer-logo i{padding-right:5px;}
.footer .footer-logo  span{font-family: 'AgencyFB';
    font-size: 30px;
   
	}
.xb_copy{line-height:50px;color:#ffffff;text-align:center; background:#d5d5d5;}
.xb_foot_menu{color:#ffffff;width:191px;float:left;}
.navfoot{}
.navfoot a{display:block;line-height:32px;float:left;padding:0 5px; text-align:left;width:181px;  list-style:none;color:#ffffff;}
.xb_foot_menu p{line-height:36px;}
.xb_foot_menu h5{ font-weight:normal;font-size:20px; text-align:left;}
.xb_foot_menu h5 i{margin-right:5px;}
.xb_foot_menu li a{color:#ffffff;padding-bottom:10px;}
.xb_foot_menu list li a:hover{border-bottom:1px #f5f5f5 solid;color:#ffffff;}

.footer .footer-information {
  width: 804px;
  text-align: center;
  float: left;
  color: #ffffff;
  margin-top: 15px;
  line-height: 22px;
  padding: 0 20px;
}

.footer .footer-information .site-map {
  margin-left: 20px;
}
.footer .ewm {
  float: left;
  width: 95px;
  height: 95px;
  padding: 5px;
  background-color: #646464;
}
.footer .ewm p {
  width: 100%;
  height: 100%;
  position: relative;
}
.breadcrumbs-nav {
  background-color: #F1F1F1;
  color: #999;
  text-align: right;
  line-height: 40px;
}
.breadcrumbs-nav .container {
  padding-left: 300px;
}
.breadcrumbs-nav a {
  color: #999;
}
.breadcrumbs-nav a:hover {
  color: #083c6d;
}
.insider-banner {
  width: 100%;
  overflow: hidden;
  height: 364px;
}
.insider-banner img {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.contact-banner {
  height: 747px;
}
.contact-box {
  padding-bottom: 80px;
  padding-top: 70px;
  text-align: center;
}
.contact-box .name {
  font-size: 22px;
  line-height: 40px;
}
.contact-box .name:after {
  content: '';
  display: block;
  width: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
.contact-box .site {
  margin-top: 35px;
  color: #083c6d;
  font-size: 22px;
  line-height: 30px;
}
.contact-box .contact-details {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.contact-box .contact-details .cut {
  color: #ccc;
  margin: 0 20px;
}
.contact-box .contact-details a {
  color: #333;
}
.contact-box .contact-details a:hover {
  color: #083c6d;
}
.contact-box .baidu-map {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  padding: 0 14px;
  margin-top: 35px;
  background-color: #083c6d;
}
.contact-box .baidu-map:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url("/images/all-icon.png") no-repeat 0 -72px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.case-box {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}
.case-box .tab {
  text-align: center;
  margin-top: 36px;
}
.case-box .tab a {
  line-height: 38px;
  text-align: center;
  padding: 0 20px;
  min-width: 130px;
  display: inline-block;
  background-color: #EDEDED;
  color: #4a4a4a;
  border-radius: 3px;
  margin: 0 8px;
  margin-bottom: 10px;
}
.case-box .tab a.active,
.case-box .tab a:hover {
  color: #fff;
  background-color: #083c6d;
}
.case-box .case-list {
  margin: 0 -7px;
  margin-top: 30px;
}
.case-box .case-list li {
  float: left;
  width: 386px;
  margin: 0 19px;
  margin-bottom: 40px;
}
.case-box .case-list li .pic {
  background-color: #083c6d;
  height: 253px;
  position: relative;
  overflow: hidden;
}
.case-box .case-list li .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.case-box .case-list li .pic:hover img {
  transform: scale(1.1);
}
.case-box .case-list li .txt {
  height: 114px;
  border: 1px solid #083c6d;
  border-top: none;
  padding: 0 14px;
}
.case-box .case-list li .txt .title {
  display: block;
  height: 69px;
  border-bottom: 1px solid #083c6d;
  line-height: 68px;
  font-size: 18px;
  color: #666;
  padding: 0 6px;
  overflow: hidden;
}
.case-box .case-list li .txt .title:hover {
  color: #083c6d;
}
.case-box .case-list li .txt .more-btn {
  color: #666;
  height: 44px;
  line-height: 44px;
  padding-left: 6px;
  padding-right: 35px;
  position: relative;
  display: block;
  overflow: hidden;
}
.case-box .case-list li .txt .more-btn:hover {
  color: #083c6d;
}
.case-box .case-list li .txt .more-btn:hover:after {
  background-position: 0 -69px;
}
.case-box .case-list li .txt .more-btn:after {
  content: '';
  display: block;
  width: 32px;
  height: 8px;
  background: url("/images/arrow-icon.png") no-repeat 0 -90px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -4px;
}
.honor-box {
  padding-top: 50px;
  padding-bottom: 120px;
}
.honor-box .honor-slick {
  margin-top: 90px;
}
.honor-box .honor-img-slick {
  background-color: #fff;
  width: 323px;
  height: 432px;
  float: left;
  margin-left: 225px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.honor-box .honor-img-slick p {
  width: 323px;
  height: 432px;
  position: relative;
}
.honor-box .txt-list {
  width: 430px;
  height: 432px;
  float: right;
  margin-right: 140px;
  padding-right: 90px;
  overflow-y: auto;
}
.honor-box .txt-list p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 30px;
  height: 32px;
  overflow: hidden;
  padding: 0 15px;
  border: 1px solid transparent;
  cursor: pointer;
}
.honor-box .txt-list p.active,
.honor-box .txt-list p:hover {
  border: 1px solid #177AD2;
}
.honor-box .txt-list::-webkit-scrollbar-track {
  background-color: #d5d5d5;
  border: 1px solid #fff;
}
.honor-box .txt-list::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.honor-box .txt-list::-webkit-scrollbar-button {
  display: none;
}
.honor-box .txt-list::-webkit-scrollbar-thumb {
  background-color: #083c6d;
}
.inside-title {
  text-align: center;
  max-width: 1259px;
  margin: 0 auto;
}
.inside-title .cn {
  font-size: 36px;
  font-family: 'SansHans';
  line-height: 50px;
}
.inside-title .en {
  font-size: 14px;
  color: #666;
}
.inside-title .en:after {
  content: '';
  display: block;
  width: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #44a3d9;
  margin-top: 10px;
}
.inside-box img {
  max-width: 100%;
}
.inside-box .left-box {
  position: relative;
  top: -135px;
  width: 296px;
  float: left;
}
.inside-box .left-box .menu-title {
  width: 290px;
  height: 135px;
  background: url("/images/menu-title.png") no-repeat 0 0;
  padding-left: 46px;
  padding-right: 40px;
  padding-top: 35px;
  color: #fff;
}
.inside-box .left-box .menu-title .cn {
  font-family: 'SansHans-l';
  font-size: 29px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.inside-box .left-box .menu-title .en {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.inside-box .left-box .padding {
  height: 40px;
  background-color: #F6F6F6;
  width: 290px;
  border-left: 6px solid #EFEFEF;
}
.inside-box .left-box .left-menu {
  width: 290px;
}
.inside-box .left-box .left-menu li a {
  background-color: #F6F6F6;
  border-left: 6px solid #EFEFEF;
  width: 290px;
  padding: 15px 74px 15px  40px;
  font-size: 16px;
  line-height: 36px;
  color: #4a4a4a;
  height: 100%;
  display: block;
  position: relative;
}
.inside-box .left-box .left-menu li a:after {
  display: block;
  content: '';
  width: 39px;
  height: 7px;
  background: url("/images/arrow-icon.png") no-repeat 0 0;
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -4px;
}
.inside-box .left-box .left-menu li.active a,
.inside-box .left-box .left-menu li:hover a {
  font-weight: bold;
  border-left-color: #1E83DE;
  background-color: #083c6d;
  border-right: none;
  color: #fff;
  width: 296px;
  padding-left: 70px;
  padding-right: 80px;
}
.inside-box .left-box .left-menu li.active a:after,
.inside-box .left-box .left-menu li:hover a:after {
  background: url("/images/arrow-icon.png") no-repeat 0 -17px;
  right: 20px;
}
.inside-box .left-box .left-menu li + li {
  border-top: 1px solid #EFEFEF;
}
.inside-box .left-box .left-contact {
  min-height: 306px;
  margin-top: 40px;
  padding-left: 46px;
  padding-bottom: 20px;
  padding-right: 40px;
  width: 290px;
  background: #083c6d url("/images/left-contact.jpg") no-repeat 0 0;
}
.inside-box .left-box .left-contact .title {
  color: #fff;
  height: 90px;
  padding-top: 17px;
}
.inside-box .left-box .left-contact .title .cn {
  font-family: 'SansHans-l';
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.inside-box .left-box .left-contact .title .en {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.inside-box .left-box .left-contact .information {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.inside-box .left-box .left-contact .information  i{margin-right:5px;}
.inside-box .left-box .left-contact .information a {
  color: #fff;
}
.inside-box .left-box .left-contact .information p {
  margin-top: 20px;
  padding-left: 0px;
  position: relative;
}
.inside-box .left-box .left-contact .information p:before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 2px;
  background: url("/images/all-icon.png") no-repeat 0px 0px;
}
.inside-box .left-box .left-contact .information .tel {
  font-size: 24px;
  line-height: 30px;
}
.inside-box .left-box .left-contact .information .tel:before {
  background-position: 0px 4px;
}
.inside-box .left-box .left-contact .information .nyemail:before {
  background-position: 0px -23px;
}
.inside-box .left-box .left-contact .information .qq:before {
  background-position: 0px -46px;
}
.inside-box .left-box .left-contact .information .address:before {
  background-position: 0px -71px;
}
.inside-box .right-box {
  float: right;
  width: 920px;
  padding-top: 60px;
}
.inside-box .right-box .contact-btn {
  width: 316px;
  height: 127px;
  background: url("/images/contact-btn.png") no-repeat 0 0;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.about-box {
  padding-top: 50px;
  
}
.about-box .about01 {
  margin-top: 50px;
  height: 420px;
  position: relative;
  background-color: #F8F8F8;
}
.about-box .about01 .pic {
  float: left;
  width: 370px;
  height: 420px;
  position: relative;
}
.about-box .about01 .txt {
  float: right;
  margin-top: 40px;
  width: 640px;
  margin-right: 110px;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  color: #4a4a4a;
  height: 340px;
}
.about-box .about01 .txt .title {
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}
.about-box .about01:after {
  content: '';
  display: block;
  width: 512px;
  height: 404px;
  position: absolute;
  background: url("/images/about-bg01.png") no-repeat 0 0;
  left: 30px;
  top: -20px;
}
.about-box .about02 {
  margin-top: 80px;
  height: 480px;
  position: relative;
  background-color: #F8F8F8;
  margin-bottom: 90px;
}
.about-box .about02 .about02-box {
  position: relative;
  height: 480px;
}
.about-box .about02 .about02-box .pic {
  float: right;
  width: 400px;
  height: 230px;
  margin-top: 140px;
  position: relative;
}
.about-box .about02 .about02-box .txt {
  float: left;
  margin-top: 85px;
  width: 655px;
  font-size: 16px;
  line-height: 36px;
  color: #4a4a4a;
}
.about-box .about02 .about02-box .txt .title {
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}
.about-box .about02 .about02-box .txt .progress-list {
  padding-right: 70px;
  height: 288px;
  overflow-y: auto;
}
.about-box .about02 .about02-box .txt .progress-list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #44a3d9;
  margin-right: 15px;
  position: relative;
  top: -4px;
}
.about-box .about02 .about02-box .txt .progress-list::-webkit-scrollbar-track {
  background-color: #d5d5d5;
  border: 1px solid #fff;
}
.about-box .about02 .about02-box .txt .progress-list::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.about-box .about02 .about02-box .txt .progress-list::-webkit-scrollbar-button {
  display: none;
}
.about-box .about02 .about02-box .txt .progress-list::-webkit-scrollbar-thumb {
  background-color: #083c6d;
}
.about-box .about02 .about02-box:after {
  content: '';
  display: block;
  width: 353px;
  height: 340px;
  position: absolute;
  background: url("/images/about-bg02.png") no-repeat 0 0;
  right: 180px;
  top: -20px;
}
.about-box .team-box {
  margin-top: 30px;
}
.about-box .team-box .team-slick {
  height: 440px;
}
.about-box .team-box .team-slick .box {
  height: 440px;
  width: 1259px;
}
.about-box .team-box .team-slick .box .pic {
  float: left;
  width: 396px;
}
.about-box .team-box .team-slick .box .pic p {
  width: 396px;
  height: 365px;
  position: relative;
  background-color: #FBFBFC;
}
.about-box .team-box .team-slick .box .pic .mask {
  background-color: #083c6d;
  line-height: 75px;
  height: 75px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
}
.about-box .team-box .team-slick .box .right-box {
  width: 863px;
  height: 100%;
  border: 1px solid #C3CED7;
  border-left: none;
  float: left;
  position: relative;
}
.about-box .team-box .team-slick .box .right-box .intro-txt {
  width: 420px;
  height: 100%;
  background-color: #FBFBFC;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 36px;
  overflow-y: auto;
  float: left;
  padding: 20px 30px;
  position: relative;
}
.about-box .team-box .team-slick .box .right-box .intro-txt::-webkit-scrollbar {
  width: 6px;
  background-color: #E7E7E7;
}
.about-box .team-box .team-slick .box .right-box .intro-txt::-webkit-scrollbar-button {
  display: none;
}
.about-box .team-box .team-slick .box .right-box .intro-txt::-webkit-scrollbar-thumb {
  background-color: #5DA6E8;
}

.about-box .team-box .team-slick .box .right-box .team-case {
  margin-left: 12px;
  float: left;
  width: 420px;
  height:100.5%;
  overflow-y:auto;
    position: relative;
}

.about-box .team-box .team-slick .box .right-box .team-case::-webkit-scrollbar {
  width: 6px;
  background-color: #E7E7E7;
}
.about-box .team-box .team-slick .box .right-box .team-case::-webkit-scrollbar-button {
  display: none;
}
.about-box .team-box .team-slick .box .right-box .team-case::-webkit-scrollbar-thumb {
  background-color: #5DA6E8;
}


.about-box .team-box .team-slick .box .right-box .team-case .team-case-title {
  line-height: 75px;
  height: 75px;
  overflow: hidden;
  font-size: 24px;
  padding: 0 20px;
}
.about-box .team-box .team-slick .box .right-box .team-case .team-case-list li {
  float: left;
  width: 185px;
  margin: 0 8px;
}
.about-box .team-box .team-slick .box .right-box .team-case .team-case-list li .pic {
  position: relative;
  height: 132px;
  width: 185px;
}
.about-box .team-box .team-slick .box .right-box .team-case .team-case-list li .txt {
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #4a4a4a;
  overflow: hidden;
}
.about-box .team-box .team-slick .box .right-box .team-case .team-case-list li .txt a {
  color: #4a4a4a;
}
.about-box .team-box .team-slick .box .right-box .team-case .team-case-list li .txt a:hover {
  color: #083c6d;
}
.about-box .team-box .team-slick .slick-dots {
  z-index: 100;
  bottom: -25px;
  line-height: 0;
}
.about-box .team-box .team-slick .slick-dots li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 4px;
}
.about-box .team-box .team-slick .slick-dots li button {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #083c6d;
  padding: 0 0;
}
.about-box .team-box .team-slick .slick-dots li.slick-active button {
  border: none;
  background-color: #83CE1D;
}
.about-box .certificate-box {
  margin-top: 60px;
  border-top: 4px solid #083c6d;
}
.about-box .certificate-box .certificate-title {
  font-size: 20px;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
}
.about-box .certificate-box .certificate-list li {
  float: left;
  width: 291px;
}

.about-box .certificate-box .certificate-list li +li{
    margin-left: 30px;
}

.about-box .certificate-box .certificate-list li .pic {
  width: 291px;
  height: 208px;
  position: relative;
}
.about-box .certificate-box .certificate-list li .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/mask-bg.png") repeat;
  z-index: 100;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s;
}
.about-box .certificate-box .certificate-list li .pic .mask:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.about-box .certificate-box .certificate-list li .txt {
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  color: #4a4a4a;
}

.news-box .news-list li {
  height: 175px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.news-box .news-list li .pic {
  float: left;
  width: 220px;
  height: 145px;
  position: relative;
  overflow: hidden;
}
.news-box .news-list li .pic img {
  transform: scale(1);
  transition: 0.5s;
}
.news-box .news-list li .pic:hover img {
  transform: scale(1.1);
}
.news-box .news-list li .txt {
  width: 660px;
  float: right;
}
.news-box .news-list li .txt .title {
  font-size: 16px;
  line-height: 40px;
  height: 30px;
  overflow: hidden;
}
.news-box .news-list li .txt .title a {
  color: #222;
}
.news-box .news-list li .txt .content {
  margin-top: 15px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  height: 44px;
  overflow: hidden;
}
.news-box .news-list li .txt .read-more {
  margin-top: 25px;
  display: block;
  width: 101px;
  border: 1px solid #ADADAD;
  font-size: 12px;
  color: #ADADAD;
  text-align: center;
  height: 23px;
  line-height: 23px;
}
.news-box .news-list li:hover .txt .title a {
  color: #083c6d;
}
.news-box .news-list li:hover .txt .read-more {
  color: #fff;
  background-color: #083c6d;
  border: 1px solid #083c6d;
}
.news-box .inside-page {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
.news-box .inside-page a:hover,
.news-box .inside-page .cpb {
  color: #fff;
  background-color: #083c6d;
  border-color: #083c6d;
}
.news-box .inside-page a {
  border: 1px solid #CBCBCB;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 25px;
  height: 27px;
  margin: 0 5px;
}
.join-box {
  padding-top: 50px;
}
.join-box .join01 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 90px;
}
.join-box .join01 img {
  max-width: 100%;
}
.join-box .join02 {
  height: 628px;
  background: url("/images/join02-bg.jpg") no-repeat center 0;
  padding-top: 60px;
  text-align: center;
}
.join-box .join02 .inside-title {
  color: #fff;
}
.join-box .join02 .inside-title .en {
  color: #fff;
  opacity: 0.3;
}
.join-box .join02 .inside-title:after {
  border-color: #fff ;
}
.join-box .join02 .benefit-list {
  margin-top: 50px;
  display: inline-block;
}
.join-box .join02 .benefit-list li {
  float: left;
  width: 259px;
  height: 339px;
  background: url("/images/benifits-bg.jpg") no-repeat 0 0;
  margin: 0 55px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.join-box .join02 .benefit-list li .icon img {
  transform: rotate(0deg);
  transition: all 0.6s;
}
.join-box .join02 .benefit-list li .icon img:hover {
  transform: rotate(45deg);
}
.join-box .join02 .benefit-list li .title {
  margin-top: 15px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #4a4a4a;
  font-weight: bold;
}
.join-box .join02 .benefit-list li .content {
  margin-top: 30px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.join-box .join03 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.join-box .join03 .certificate-box {
  margin-top: 50px;
  overflow-x: auto;
  height: 305px;
}
.join-box .join03 .certificate-box::-webkit-scrollbar-track {
  background-color: #E4E6E3;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.join-box .join03 .certificate-box::-webkit-scrollbar {
  height: 5px;
  background-color: #fff;
}
.join-box .join03 .certificate-box::-webkit-scrollbar-button {
  display: none;
}
.join-box .join03 .certificate-box::-webkit-scrollbar-thumb {
  background-color: #083c6d;
}
.join-box .join03 .certificate-list {
  width: 100000px;
}
.join-box .join03 .certificate-list li {
  float: left;
  width: 291px;
}
.join-box .join03 .certificate-list li .pic {
  width: 291px;
  height: 208px;
  position: relative;
}
.join-box .join03 .certificate-list li .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/mask-bg.png") repeat;
  z-index: 100;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s;
}
.join-box .join03 .certificate-list li .pic .mask:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.join-box .join03 .certificate-list li .txt {
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  color: #4a4a4a;
}
.join-box .join03 .certificate-list li + li {
  margin-left: 30px;
}
.join-box .join04 {
  height: 590px;
  margin-top: 90px;
  padding-top: 60px;
  background: url("/images/message-bg.jpg") no-repeat center 0;
}
.join-box .join04 .message-box {
  width: 660px;
  margin-top: 55px;
}
.join-box .join04 .message-box .input-box {
  position: relative;
}
.join-box .join04 .message-box .input-box input {
  border: 1px solid #E1E1E1;
  color: #989898;
  font-size: 14px;
  line-height: 34px;
  height: 36px;
  width: 320px;
  margin-bottom: 14px;
  padding-right: 20px;
  padding-left: 40px;
  border-radius: 3px;
}
.join-box .join04 .message-box .input-box input:focus {
  border-color: #083c6d;
}
.join-box .join04 .message-box .input-box:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/images/mes-icon01.png") no-repeat center center;
  position: absolute;
  left: 15px;
  top: 11px;
}
.join-box .join04 .message-box .tel:before {
  background: url("/images/mes-icon02.png") no-repeat center center;
}
.join-box .join04 .message-box .email:before {
  background: url("/images/mes-icon03.png") no-repeat center center;
}
.join-box .join04 .message-box .address:before {
  background: url("/images/mes-icon04.png") no-repeat center center;
}
.join-box .join04 .message-box .textarea {
  float: left;
  position: relative;
}
.join-box .join04 .message-box .textarea:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/images/mes-icon05.png") no-repeat center center;
  position: absolute;
  left: 15px;
  top: 11px;
}
.join-box .join04 .message-box .textarea textarea {
  font-family: '微软雅黑';
  border: 1px solid #E1E1E1;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 116px;
  width: 660px;
  margin-bottom: 25px;
  padding: 5px 20px 5px 40px;
  border-radius: 3px;
}
.join-box .join04 .message-box .textarea textarea:focus {
  border-color: #083c6d;
}
.join-box .join04 .message-box .submit {
  float: left;
}
.join-box .join04 .message-box .submit input {
  color: #fff;
  font-size: 14px;
  background-color: #083c6d;
  border: none;
  line-height: 34px;
  height: 36px;
  text-align: center;
  width: 660px;
  border-radius: 3px;
}
.join-box .join04 .message-box .submit input:hover {
  background-color: #81CF19;
}
.news-show {
  padding-bottom: 100px;
}
.news-show img {
  max-width: 100%;
  max-height: 100%;
}
.news-show .title {
  text-align: center;
  line-height: 30px;
}
.news-show .title h1 {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #083c6d;
  font-size: 30px;
  font-weight: bold;
}
.news-show .title .info {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  color: #888;
  background-color: #EEEEEE;
}
.news-show .title .info .keyword {
  margin: 0 50px;
}
.news-show .content {
  padding-top: 30px;
  font-size: 16px;
  color: #555;
  line-height: 36px;
}
.news-show .page-change {
  margin-top: 50px;
}
.news-show .page-change .prev,
.news-show .page-change .next {
  float: left;
  width: 540px;
  background-color: #CCCCCC;
  text-align: center;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  display: block;
  color: #444;
}
.news-show .page-change .prev:hover,
.news-show .page-change .next:hover {
  background-color: #515151;
  color: #fff;
}
.news-show .page-change .return {
  float: left;
  width: 179px;
  background-color: #083c6d;
  text-align: center;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  display: block;
  color: #fff;
}
.news-show .page-change .return:hover {
  background-color: #44a3d9;
}
.news-show .page-change .return img {
  vertical-align: middle;
  margin-right: 10px;
}
.pro-box .pro-title {
  font-size: 30px;
  text-align: center;
}
.pro-box .big-img-slick {
  width: 677px;
  height: 419px;
  margin: 0 auto;
  margin-top: 30px;
}
.pro-box .big-img-slick p {
  width: 677px;
  height: 419px;
  position: relative;
}
.pro-box .big-img-slick .slick-prev,
.pro-box .big-img-slick .slick-next {
  width: 35px;
  height: 10px;
  top: 478px;
}
.pro-box .big-img-slick .slick-prev:before,
.pro-box .big-img-slick .slick-next:before {
  display: none;
}
.pro-box .big-img-slick .slick-prev:hover:before,
.pro-box .big-img-slick .slick-next:hover:before {
  color: #000;
}
.pro-box .big-img-slick .slick-prev {
  left: 0px;
  background: url(/images/pro-slick-l.png) no-repeat 0 0;
}
.pro-box .big-img-slick .slick-prev:hover {
  background: url(/images/pro-slick-l-a.png) no-repeat 0 0;
}
.pro-box .big-img-slick .slick-next {
  right: 0px;
  background: url(/images/pro-slick-r.png) no-repeat 0 0;
}
.pro-box .big-img-slick .slick-next:hover {
  background: url(/images/pro-slick-r-a.png) no-repeat 0 0;
}
.pro-box .pro-tab {
  margin-top: 77px;
  border-bottom: 1px solid #eee;
}
.pro-box .pro-tab li {
  float: left;
  position: relative;
}
.pro-box .pro-tab li a {
  display: block;
  text-align: center;
  width: 140px;
  overflow: hidden;
  margin-right: 3px;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  color: #4a4a4a;
}
.pro-box .pro-tab li.active a,
.pro-box .pro-tab li:hover a {
  color: #fff;
  background-color: #083c6d;
}
.pro-box .pro-tab li.active:after,
.pro-box .pro-tab li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid  transparent;
  border-right: 5px solid  transparent;
  border-top: 5px solid #083c6d;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.pro-box .tab-box {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a;
  min-height: 400px;
  display: none;
}
.pro-box .box-show {
  display: block;
}
.pro-box .download-list li {
  height: 54px;
  padding: 10px 0;
  padding-right: 20px;
  line-height: 33px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}
.pro-box .download-list li .txt {
  float: left;
  color: #4a4a4a;
  width: 650px;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
}
.pro-box .download-list li .txt:hover {
  color: #083c6d;
}
.pro-box .download-list li .download-btn {
  float: right;
  width: 106px;
  height: 33px;
  background: url("/images/down-btn.png") no-repeat 0 0;
}
.pro-box .related-title {
  font-size: 22px;
  height: 40px;
  position: relative;
  line-height: 0;
  overflow: hidden;
  text-align: center;
}
.pro-box .related-title:after {
  display: block;
  content: '';
  height: 8px;
  width: 100%;
  z-index: -1;
  border-top: 1px solid #E6E6E6;
  position: absolute;
  border-bottom: 1px solid #E6E6E6;
  left: 0;
  top: 16px;
}
.pro-box .related-title p {
  display: inline-block;
  line-height: 40px;
  overflow: hidden;
  height: 40px;
  padding: 0 15px;
  background-color: #fff;
}
.pro-box .related-pro {
  margin-top: 50px;
}
.neon-box {
  padding-bottom: 80px;
}
.neon-box .neon-list li {
  position: relative;
  padding-top: 35px;
  height: 310px;
  margin-bottom: 60px;
}
.neon-box .neon-list li .pic {
  background-color: #CFCFCF;
  width: 445px;
  height: 275px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.neon-box .neon-list li .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.neon-box .neon-list li .pic:hover img {
  transform: scale(1.1);
}
.neon-box .neon-list li .txt {
  float: right;
  width: 540px;
  height: 275px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  background-color: #F6F6F6;
  padding-left: 110px;
  padding-top: 30px;
  padding-right: 20px;
}
.neon-box .neon-list li .txt .title {
  display: block;
  color: #333;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.neon-box .neon-list li .txt .title:hover {
  color: #083c6d;
}
.neon-box .neon-list li .txt .content {
  margin-top: 16px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  height: 92px;
  overflow: hidden;
}
.neon-box .neon-list li .txt .content:before {
  display: block;
  content: '';
  border-top: 2px solid #44a3d9;
  width: 27px;
  height: 20px;
}
.neon-box .neon-list li .txt .more-btn {
  display: block;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  float: left;
  background-color: #44a3d9;
  margin-top: 25px;
  color: #fff;
  overflow: hidden;
}
.neon-box .neon-list li .txt .more-btn:hover {
  background: #083c6d;
}
.neon-box .neon-list li .txt .more-btn:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 7px;
  margin-left: 12px;
  background: url("/images/arrow-icon.png") no-repeat 0 -32px;
  position: relative;
  top: -1px;
}
.lighting-box {
  padding-bottom: 80px;
}
.lighting-box .lighting-list li {
  position: relative;
  padding-top: 70px;
  height: 360px;
  margin-bottom: 60px;
}
.lighting-box .lighting-list li .pic {
  background-color: #CFCFCF;
  border: 3px solid #44a3d9;
  width: 474px;
  height: 285px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
}
.lighting-box .lighting-list li .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.lighting-box .lighting-list li .pic:hover img {
  transform: scale(1.1);
}
.lighting-box .lighting-list li .txt {
  float: right;
  width: 606px;
  height: 290px;
  margin-right: 10px;
  border: 1px solid #DCDCDC;
  padding-left: 200px;
  padding-top: 50px;
  padding-right: 50px;
  box-shadow: 5px 5px #F5F3F3;
}
.lighting-box .lighting-list li .txt .title {
  display: block;
  color: #333;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.lighting-box .lighting-list li .txt .title:hover {
  color: #083c6d;
}
.lighting-box .lighting-list li .txt .content {
  margin-top: 25px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.lighting-box .lighting-list li .txt .more-btn {
  display: block;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  float: left;
  background-color: #44a3d9;
  margin-top: 25px;
  color: #fff;
  overflow: hidden;
}
.lighting-box .lighting-list li .txt .more-btn:hover {
  background-color: #083c6d;
}
.lighting-box .lighting-list li .txt .more-btn:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 7px;
  margin-left: 12px;
  background: url("/images/arrow-icon.png") no-repeat 0 -32px;
  position: relative;
  top: -1px;
}
.lighting-box .municipal01 {
  position: relative;
  padding-top: 40px;
}
.lighting-box .municipal01 .pic {
  position: absolute;
  left: 50px;
  top: 0;
  height: 370px;
  width: 305px;
  padding: 10px;
}
.lighting-box .municipal01 .pic .pic-bg {
  width: 100%;
  height: 210px;
  background-color: #083c6d;
  position: absolute;
  left: 0;
  top: 0;
}
.lighting-box .municipal01 .txt {
  border: 1px solid #083c6d;
  height: 295px;
  padding-left: 395px;
  padding-top: 60px;
  padding-right: 30px;
}
.lighting-box .municipal01 .txt .content {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
}
.lighting-box .municipal02 .municipal-title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.lighting-box .municipal02 .municipal-title .cn {
  font-size: 30px;
  font-family: 'SansHans-l';
  line-height: 40px;
}
.lighting-box .municipal02 .municipal-title .en {
  color: #ccc;
  font-size: 14px;
}
.lighting-box .municipal02 .intro-txt {
  width: 800px;
  padding: 10px 25px;
  border: 1px solid #3C83C7;
  line-height: 30px;
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
}
.lighting-box .municipal02 .intro-txt:before {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url("/images/arrow-icon.png") no-repeat 0 -47px;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -7px;
}
.lighting-box .municipal03 {
  height: 393px;
  position: relative;
  margin-top: 70px;
}
.lighting-box .municipal03 .pic {
  width: 584px;
  height: 393px;
  position: relative;
  float: right;
}
.lighting-box .municipal03 .txt {
  padding: 50px;
  height: 225px;
  background: url("/images/bg-95.png") repeat;
  width: 430px;
  position: absolute;
  left: 0;
  top: 80px;
  color: #fff;
}
.lighting-box .municipal03 .txt .cn {
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}
.lighting-box .municipal03 .txt .en {
  font-size: 14px;
  line-height: 18px;
  max-height: 72px;
  overflow: hidden;
}
.lighting-box .tourist01 {
  height: 360px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 37px;
}
.lighting-box .tourist01 .pic {
  width: 417px;
  height: 322px;
  position: relative;
  float: left;
}
.lighting-box .tourist01 .txt {
  width: 480px;
  padding-left: 17px;
  float: left;
}
.lighting-box .tourist01 .txt .title {
  height: 56px;
  border-left: 4px solid #083c6d;
  padding-left: 16px;
}
.lighting-box .tourist01 .txt .title .cn {
  font-size: 24px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  color: #083c6d;
}
.lighting-box .tourist01 .txt .title .en {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #ccc;
}
.lighting-box .tourist01 .txt .content {
  font-size: 16px;
  padding-left: 20px;
  color: #4a4a4a;
  margin-top: 31px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.lighting-box .tourist01 .txt .img {
  margin-top: 40px;
}
.lighting-box .tourist02 {
  height: 376px;
  margin-top: 40px;
  position: relative;
}
.lighting-box .tourist02 .pic {
  float: right;
  width: 583px;
  height: 376px;
  position: relative;
}
.lighting-box .tourist02 .txt {
  width: 322px;
  float: left;
  line-height: 30px;
  color: #4a4a4a;
  padding-top: 45px;
  height: 255px;
  overflow: hidden;
}
.lighting-box .tourist02 .title {
  position: absolute;
  border-left: 10px solid #1575CC;
  height: 80px;
  width: 360px;
  left: 200px;
  bottom: 2px;
  padding-left: 10px;
  padding-top: 5px;
}
.lighting-box .tourist02 .title span {
  color: #fff;
}
.lighting-box .tourist02 .title .cn {
  font-size: 24px;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
}
.lighting-box .tourist02 .title .en {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #ccc;
}
.lighting-box .tree01 {
  height: 310px;
}
.lighting-box .tree01 .pic {
  height: 310px;
  width: 457px;
  position: relative;
  float: right;
}
.lighting-box .tree01 .txt {
  width: 450px;
  height: 310px;
  float: left;
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 30px;
}
.lighting-box .tree01 .txt .title {
  height: 50px;
  border-left: 5px solid #116BBC;
  padding-left: 22px;
  line-height: 1;
}
.lighting-box .tree01 .txt .title .cn {
  font-size: 30px;
}
.lighting-box .tree01 .txt .title .en {
  margin-top: 6px;
  font-size: 16px;
  color: #999;
}
.lighting-box .tree01 .txt .content {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 45px;
  height: 120px;
  overflow: hidden;
}
.lighting-box .tree02 {
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}
.lighting-box .tree02 .tree-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.lighting-box .tree03 {
  margin-top: 40px;
  position: relative;
  height: 380px;
}
.lighting-box .tree03 .pic {
  background-color: #fff;
  width: 384px;
  height: 251px;
  border: 3px solid #fff;
  position: absolute;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
}
.lighting-box .tree03 .pic1 {
  left: 35px;
  top: 0;
  z-index: 100;
}
.lighting-box .tree03 .pic2 {
  left: 200px;
  top: 125px;
  z-index: 50;
}
.lighting-box .tree03 .pic2:after {
  content: '';
  display: block;
  width: 100px;
  height: 8px;
  background-color: #083c6d;
  position: absolute;
  right: -50px;
  top: 45px;
}
.lighting-box .tree03 .txt {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 275px;
}
.lighting-box .tree03 .txt:after {
  content: '';
  display: block;
  width: 40px;
  border-bottom: 3px solid #083c6d;
  margin-top: 35px;
}
.lighting-box .tree03 .txt .title {
  font-size: 30px;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
}
.lighting-box .tree03 .txt .content {
  margin-top: 12px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  height: 48px;
  overflow: hidden;
}
.lighting-box .temple01 {
  height: 405px;
  border-bottom: 1px solid #F6F6F6;
  padding-top: 53px;
}
.lighting-box .temple01 .pic {
  float: right;
  width: 491px;
  height: 297px;
  position: relative;
  border-right: 28px solid #083c6d;
  background-color: #083c6d;
}
.lighting-box .temple01 .pic i {
  display: block;
  width: 144px;
  height: 131px;
  position: absolute;
  left: -144px;
  top: -53px;
}
.lighting-box .temple01 .txt {
  padding-top: 100px;
  width: 365px;
}
.lighting-box .temple01 .txt .title {
  line-height: 1;
}
.lighting-box .temple01 .txt .title:after {
  display: block;
  content: '';
  width: 40px;
  border-bottom: 3px solid #083c6d;
  margin-top: 15px;
}
.lighting-box .temple01 .txt .title .cn {
  font-size: 30px;
  height: 30px;
  overflow: hidden;
}
.lighting-box .temple01 .txt .title .en {
  margin-top: 8px;
  font-size: 16px;
  color: #999;
  height: 16px;
  overflow: hidden;
}
.lighting-box .temple01 .txt .content {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 14px;
  height: 112px;
  overflow: hidden;
}
.lighting-box .temple02 {
  padding-top: 50px;
}
.lighting-box .temple02 .temple-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.billboard-box {
  padding-bottom: 80px;
}
.billboard-box .billboard-list li {
  position: relative;
  height: 275px;
  margin-bottom: 50px;
  background-color: #F6F6F6;
}
.billboard-box .billboard-list li .pic {
  background-color: #CFCFCF;
  width: 445px;
  height: 275px;
  float: left;
  position: relative;
  overflow: hidden;
}
.billboard-box .billboard-list li .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.billboard-box .billboard-list li .pic:hover img {
  transform: scale(1.1);
}
.billboard-box .billboard-list li .txt {
  float: right;
  width: 445px;
  height: 275px;
  padding: 0 25px;
  padding-top: 30px;
}
.billboard-box .billboard-list li .txt .title {
  display: block;
  color: #333;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.billboard-box .billboard-list li .txt .title:hover {
  color: #083c6d;
}
.billboard-box .billboard-list li .txt .content {
  margin-top: 16px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  height: 92px;
  overflow: hidden;
}
.billboard-box .billboard-list li .txt .content:before {
  display: block;
  content: '';
  border-top: 2px solid #44a3d9;
  width: 27px;
  height: 20px;
}
.billboard-box .billboard-list li .txt .more-btn {
  display: block;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  float: left;
  background-color: #44a3d9;
  margin-top: 30px;
  color: #fff;
  overflow: hidden;
}
.billboard-box .billboard-list li .txt .more-btn:hover {
  background-color: #083c6d;
}
.billboard-box .billboard-list li .txt .more-btn:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 7px;
  margin-left: 12px;
  background: url("/images/arrow-icon.png") no-repeat 0 -32px;
  position: relative;
  top: -1px;
}
.billboard-box .billboard-list li:nth-child(even) .pic {
  float: right;
}
.billboard-box .billboard-list li:nth-child(even) .txt {
  float: left;
}
.inside-page {
  width: 100%;
  text-align: center;
}
.inside-page a:hover,
.inside-page .cpb {
  color: #fff;
  background-color: #083c6d;
  border-color: #083c6d;
}
.inside-page a {
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 12px;
  line-height: 26px;
  height: 26px;
  background-color: #E3E3E3;
  margin: 0 2px;
}
.map {
  padding: 30px 50px;
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #083c6d solid 2px;
  border-bottom: none;
  margin: 20px 0 20px 0;
  background: #fff;
}
.map dl dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #083c6d;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dd {
  overflow: hidden;
  padding-top: 10px;
}
.map dd .first {
  padding: 10px 0 0 20px;
  clear: both;
  line-height: 30px;
}
.map dd .first a {
  color: #b87500;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #083c6d;
  color: #fff;
}
#focus_Box {
  position: relative;
  width: 765px;
  height: 325px;
  margin: 60px auto;
}
#focus_Box ul {
  position: relative;
  width: 710px;
  height: 275px;
}
#focus_Box ul li {
  z-index: 0;
  position: absolute;
  width: 445px;
  background: #fff;
  height: 275px;
  top: 0px;
  cursor: pointer;
  left: 377px;
  text-align: center;
}
#focus_Box ul li img {
  max-width: 100%;
  max-height: 275px;
}
#focus_Box ul li p {
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  position: absolute;
  overflow:hidden;
  left: 0;
  bottom: 0;
}
#focus_Box ul li p a:hover {
  color: #083c6d;
}
#focus_Box .prev,
#focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 131px;
}
#focus_Box .prev {
  background: url(../image/pro-arrow-l.png) no-repeat 0 0;
  left: -70px;
}
#focus_Box .prev:hover {
  background: url(/images/pro-arrow-l-a.png) no-repeat 0 0;
}
#focus_Box .next {
  background: url(../image/pro-arrow-r.png) no-repeat 0 0;
  right: -70px;
}
#focus_Box .next:hover {
  background: url(/images/pro-arrow-r-a.png) no-repeat 0 0;
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  background: url("/images/modal-bg.png") repeat;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.modal .box {
  position: absolute;
  overflow: hidden;
  width: 700px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  background-color: #FFF;
  margin-top: -250px;
}
.modal .box img {
  transform: scale(1);
  transition: all 0.3s;
}
.modal .box .close,
.modal .box .bigger,
.modal .box .smaller {
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  background: #083c6d;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  user-select: none;
  padding-left: 3px;
}
.modal .box .close:hover,
.modal .box .bigger:hover,
.modal .box .smaller:hover {
  background: #44a3d9;
}
.modal .box .bigger {
  line-height: 45px;
  top: 50px;
}
.modal .box .smaller {
  top: 100px;
}
.small-img-box {
  width: 670px;
  margin: 0 auto;
  margin-top: 12px;
}
.small-img-box .page-btn {
  display: block;
  float: left;
  width: 35px;
  height: 10px;
  cursor: pointer;
  margin-top: 37px;
}
.small-img-box i.prev {
  background: url(/images/pro-slick-l.png) no-repeat 0 0;
}
.small-img-box i.prev:hover {
  background: url(/images/pro-slick-l-a.png) no-repeat 0 0;
}
.small-img-box i.next {
  background: url(/images/pro-slick-r.png) no-repeat 0 0;
}
.small-img-box i.next:hover {
  background: url(/images/pro-slick-r-a.png) no-repeat 0 0;
}
.small-img-box .list-box {
  float: left;
  width: 584px;
  height: 84px;
  overflow: hidden;
  margin: 0 8px;
}
.small-img-box .list-box .small-img-list {
  position: relative;
  height: 84px;
  width: 5000px;
}
.small-img-box .list-box .small-img-list li {
  float: left;
  cursor: pointer;
  height: 84px;
  width: 146px;
  padding: 0 5px;
  opacity: 0.5;
}
.small-img-box .list-box .small-img-list li p {
  height: 84px;
  width: 136px;
  position: relative;
  border: 3px solid transparent;
}
.small-img-box .list-box .small-img-list .active {
  opacity: 1;
}
.small-img-box .list-box .small-img-list .active p {
  border: 3px solid #44a3d9;
}


.search_mask,.mdown,.mdown1 {
    background: url(/images/tm-bg.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

    .search_mask .s_box,.mdown .s_box,.mdown1 .s_box {
        width: 350px;
        height: 136px;
        padding: 25px;
        top: 50%;
        left: 50%;
        margin-left: -175px;
        position: absolute;
        margin-top: -68px;
        background: #fff;
    }

        .search_mask .s_box .text1,.mdown .s_box .text1,.mdown1 .s_box .text1 {
            text-align: center;
            line-height: 24px;
            color: #666;
            font-size: 16px;
            font-style: normal;
        }

        .search_mask .s_box #sure,.mdown .s_box #sures,.mdown1 .s_box #suress {
            width: 140px;
            height: 36px;
            display: block;
            margin: 20px auto 0;
            background: #0058b2;
            border-radius: 2px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 36px;
            letter-spacing: 5px;
        }


.honor-img-slick p .mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/bg50.png") repeat;
  z-index: 100;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s;
}
.honor-img-slick p .mask:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.name{ border:1px solid #ddd; position:relative; background:#fff}
.name em{ position:absolute; left:10px; top:6px; font-size:14px}
.name .inp{ text-indent:50px; width:100%; border:0; line-height:36px;}
.email{ border:1px solid #ddd; margin-top:10px;; position:relative; background:#fff}
.email em{ position:absolute; left:10px; top:6px; font-size:14px}
.email .inp{ text-indent:50px; width:100%; border:0; line-height:36px;}
.neirong{ border:1px solid #ddd; margin-top:10px;; position:relative; background:#fff}
.neirong em{ position:absolute; left:10px; top:6px; font-size:14px}
.neirong .textarea{ padding-left:50px; border:0; line-height:36px; height:80px; width:216px}
.btn { margin-top:20px}
.btn button{ background:#44a3d9; color:#fff; font-size:16px; line-height:40px; display:block; width:100%; border:0; border-radius:2px; cursor:pointer}
