/****/

* {

  margin: 0;

  padding: 0;

  transition: background .4s, opacity .4s, border-color .4s;

  -webkit-transition: background .4s, opacity .4s, border-color .2s;

}



body,

html {

  color: #333;

  overflow-x: hidden;

  font: 14px/2 "Century Gothic", "Microsoft Yahei", "Hiragino Sans GB", sans-serif;

  background: #fff;

}



ul,

li {

  list-style-type: none;

}



table {

  border-color: #e5e5e5;

  width: 100%;

  border-collapse: collapse;

}



td,

th {

  border-color: #e5e5e5;

  padding: 10px;

}



table.hide_line,

table.hide_line td {

  border: none !important;

}



input,

button,

select,

textarea {

  outline: none;

  resize: none;

  font: 14px/2 "Century Gothic", "Microsoft Yahei", "Hiragino Sans GB", sans-serif;

  background: none;

  color: #999;

  text-indent: 1em;

  margin: 0;

  padding: 0;

  border: 1px solid #ebebeb;

}



img {

  border: 0;

  vertical-align: middle;

}



a {

  color: #333;

  text-decoration: none;

}



a:hover {

  color: #20a1e4
}



input[type="button"],

input[type="submit"] {

  -webkit-appearance: none;

}



small {

  color: #999;

  font-style: normal;

}



hr {

  height: 1px;

  border: none;

  background-color: #efefef;

}



.hide,

.gg_widget h4,

.gg_widget .desc {

  display: none;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.mt_15 {

  margin-top: 15px;

}



.mt_20 {

  margin-top: 20px;

}



.mt_40 {

  margin-top: 40px;

}



.w {

  width: 1310px;

  margin: 0 auto;

}



.bg {

  background: #f9f9f9;

}



.container {

  margin-top: 100px;

}



.clearfix {

  *zoom: 1;

}



.clearfix:before,

.clearfix:after {

  display: table;

  content: "";

  line-height: 0;

}



.clearfix:after {

  clear: both;

}



a.more {

  width: 140px;

  line-height: 45px;

  display: block;

  text-align: center;

  border: 1px #d2d2d2 solid;

  margin: 50px auto 0;

  border-radius: 30px;

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

}



a.more:hover {

  background: #20a1e4;

  color: #fff;

  border-color: #20a1e4;

}



.scale_img img {

  transition: All 1s ease-in-out;

  -webkit-transition: All 1s ease-in-out;

  -moz-transition: All 1s ease-in-out;

  -o-transition: All 1s ease-in-out;

}



.scale_img img:hover {

  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

}





/*top-header*/

.header {

  height: 100px;

  overflow: hidden;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 20;

  background: #fff;

  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);

}



.header .logo a {

  display: block;

  width: 100%;

  height: 66px;

  overflow: hidden;

  padding: 17px 0;

}



.header .logo img {

  height: 100%;

  max-width: 100%;

}



.lang {

  width: 110px;

  margin: 0 10px;

}



.lang .curr {

  position: relative;

  height: 36px;

  padding: 32px 20px 29px 46px;

  line-height: 36px;

}



.lang .curr i {

  width: 16px;

  height: 16px;

  position: absolute;

  right: 0;

  top: 42px;

  background: url(../image/lang_icon.png) no-repeat center center;

}



.lang .lang_list {

  border-top: 3px #20a1e4 solid;

}



.lang:hover .lang_list {

  display: block;

}



.lang .lang_list a {

  padding: 10px 0 10px 46px;

  border: 1px #e8e8e8 solid;

  border-top: none;

}



.lang a.en {

  display: block;

  background: #fff url(../image/en.png) no-repeat 10px center;

}



.lang a.cn {

  display: block;

  background: #fff url(../image/cn.png) no-repeat 10px center;

}



.lang a:hover {

  color: #20a1e4;

}



.header .search_ico {

  width: 35px;

  height: 35px;

  display: block;

  background: url(../image/search.png) no-repeat center center;

  margin: 32px 0;

}



.search .search_close {

  float: right;

  display: block;

  width: 35px;

  height: 35px;

  background: url(../image/se_close.png) no-repeat center center;

  margin: 32px 0;

  cursor: pointer;

}



/*menu*/

.nav {

  max-width: 775px;

}



.nav_ul_big>li {

  float: left;

  position: relative;

  z-index: 10;

}



.nav_ul_big>li>a {

  font-size: 16px;

  color: #333;

  padding: 0 20px;

  text-align: center;

  display: block;

  height: 97px;

  line-height: 97px;

  border-bottom: 3px #fff solid;

  position: relative;

  z-index: 1001;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.header.en .nav_ul_big>li>a {

  padding: 0 27px;

}



.nav_ul_big>li>a:hover,

.nav_ul_big li.curr a,

.nav_ul_big>li:hover>a {

  color: #20a1e4;

  border-color: #20a1e4;

}



#nav_ul_small {

  position: absolute;

  display: none;
  
  width: 150%;

  text-align: center;

  z-index: 1000;

  background: #fff;

  top: 100px;

  left: -25%;

  right: 0;

  border-left: 1px #e8e8e8 solid;

  border-right: 1px #e8e8e8 solid;

}



#nav_ul_small li {
  border-bottom: 1px solid #eee;

  position: relative;

}



#nav_ul_small li .menu_2 {

  padding: 15px 0;

  display: block;

  line-height: 20px;

  color: #333;

}



.header.en #nav_ul_small li .menu_2 {

  padding: 15px 5px
}



#nav_ul_small li .menu_3 {

  padding: 15px 10px;

  display: block;

  line-height: 20px;

  color: #333;

}



#nav_ul_small li a:hover,

#nav_ul_small li:hover .menu_2 {

  background: #f3f3f3;

  color: #20a1e4;

}



#nav_ul_small li:hover #nav_ul_small2 {

  display: block;

}



#nav_ul_small2 {

  display: none;

  height: 0;

  padding-left: 100%;

  min-width: 150px;

  position: absolute;

  top: -1px;

}



#nav_ul_small2 li {

  border: 1px solid #eee;

  background: #fff;

  margin-bottom: -1px;

}



/*æœç´¢*/

.searchformzone {

  width: 100%;

  height: 100px;

  overflow: hidden;

  position: relative;

}



.searchformzone .searchform {

  float: left;

  width: 90%;

}



.searchformzone .input {

  border: none;

  width: 100%;

  height: 100px;

  line-height: 100px;

}



.searchformzone .search_submit a {

  position: absolute;

  z-index: 1;

  right: 5px;

  top: 0;

  width: 36px;

  height: 36px;

  background: url(../image/searchicon.png) no-repeat center center;

  text-indent: -99999px;

}



/*banner*/

.banner {

  width: 100%;

  position: relative;

  z-index: 1;

  overflow: hidden;

  background: #e3e8ee url(../image/loading.gif) 50% no-repeat;

}



.banner .slides {

  position: relative;

  z-index: 1;

}



.banner .slides li {

  display: none;

}



.banner .slides li a {

  display: block;

  width: 100%;

  height: 100%;

  text-align: center;

}



.banner .slides li img {

  width: 100%;

}



.flex-control-nav {

  position: absolute;

  bottom: 45px;

  z-index: 2;

  width: 100%;

  text-align: center;

}



.flex-control-nav .flex-active {

  background: #fff;

  position: relative;

}



.flex-control-nav .flex-active::after {

  content: "";

  width: 16px;

  height: 16px;

  position: absolute;

  left: -4px;

  top: -4px;

  border: 1px #fff solid;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

}



.flex-direction-nav {

  display: none;

  position: absolute;

  z-index: 3;

  width: 100%;

  top: 45%;

}



.flex-direction-nav li a {

  display: block;

  width: 50px;

  height: 50px;

  overflow: hidden;

  cursor: pointer;

  position: absolute;

}



.flex-direction-nav li a.flex-prev {

  left: 40px;

  background: url(../image/prev.png) center center no-repeat;

}



.flex-direction-nav li a.flex-next {

  right: 40px;

  background: url(../image/next.png) center center no-repeat;

}



.flex-control-nav li {

  height: 12px;

  margin: 0 5px;

  display: inline-block;

}



.flex-control-nav li a {

  display: inline-block;

  width: 10px;

  height: 10px;

  background: #fff;

  background: rgba(255, 255, 255, .5);

  text-indent: -9999px;

  cursor: pointer;

  border-radius: 6px;

  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

}



/*index*/

.index_tt {

  padding: 50px 0;

  text-align: center;

}



.index_tt h4 {

  font-size: 26px;

  color: #000;

  font-weight: normal;

}



.index_tt p {

  font-size: 14px;

  color: #999;

  padding: 0 15%;

}



/* äº§å“ä¸­å¿ƒ */

.index_pdt {

  padding: 0 0 60px;

  background: url(../image/pdt_bg.jpg) no-repeat center top;

  background-size: cover;

}



.index_pdt .index_cate {

  background: #fff;

  box-shadow: 0px 0px 16px 0px rgba(60, 60, 60, 0.1);

  margin-top: -42px;

  position: relative;

  z-index: 2;

}



.index_pdt .index_cate li {

  float: left;

}



.index_pdt .index_cate span {

  width: 52px;

  height: 40px;

  display: block;

  margin: 0 auto;

}



.index_pdt .index_cate img {

  width: 100%;

  height: 100%;

}



.index_pdt .index_cate a {

  display: block;

  padding: 32px 10px;

  text-align: center;

  position: relative;

}



.index_pdt .index_cate a::after {

  content: "";

  width: 1px;

  height: 56px;

  background: #eee;

  position: absolute;

  right: 0;

  top: 15px;

}



.index_pdt .index_cate p {

  font-size: 15px;

  line-height: 22px;

}



.index_pdt.en .index_cate p {

  height: 44px;

}



.index_pdt .index_cate a:hover {

  background: #f8f8f8;

}



.index_pdt .index_cate li:last-child a::after {

  display: none;

}



.index_pdt .list {

  width: 1220px;

  margin-left: -10px;

}



.index_pdt .list .item {

  padding: 10px;

}



.index_pdt .list .item a {

  display: block;

  background: #fff;

  padding-bottom: 30px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}



.index_pdt .list .item span {

  display: block;

  width: 100%;

  text-align: center;

  height: auto;

  overflow: hidden;

}

.index_pdt .list .item .span-box-img {
    box-sizing: border-box;
    height: 425px;
    display:inline-block;
        line-height:425px;

    text-align: center;
  padding: 20px 0;
}



.index_pdt .list .item img {
  width: 70%;
    display:inline-block;
}



.index_pdt .list .item h4 {

  font-size: 15px;

  padding: 10px;

  text-align: center;

  position: relative;

}



.index_pdt .list .item h4::after {

  content: "";

  width: 16px;

  height: 2px;

  background: #20a1e4;

  position: absolute;

  left: 50%;

  margin-left: -8px;

  top: 0;

}



.index_pdt .list .item p {

  display: block;

  height: 50px;

  line-height: 25px;

  color: #999;

  padding: 0 30px;

  overflow: hidden;

}



.index_pdt .list .item a:hover {

  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -10px, 0);

  transform: translate3d(0, -10px, 0);

}





/* è§£å†³æ–¹æ¡ˆ */

.index_sol {

  padding-bottom: 60px
}



.index_sol .sol_cate {

  text-align: center;

  margin: -30px auto 40px;

}



.index_sol .sol_cate li {

  display: inline-block;

  padding: 0 15px;

  position: relative;

}



.index_sol .sol_cate li::after {

  content: "";

  width: 1px;

  height: 15px;

  background: #e6e6e6;

  position: absolute;

  right: 0;

  top: 13px;

}



.index_sol .sol_cate li:last-child::after {

  display: none;

}



.index_sol .sol_cate li a {

  display: block;

  padding: 5px 12px;

  border-radius: 40px;

  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

}



.index_sol .sol_cate li a:hover {

  background: #20a1e4;

  color: #fff;

}



.index_sol .pc-banner {

  width: 80%;

  position: relative;

  margin: 0 auto;

}



.index_sol .pc-banner .swiper-slide {

  opacity: .1;

  transition: opacity ease-in .3s;

  -webkit-transition: opacity ease-in .3s;

}



.index_sol .pc-banner .swiper-slide .list {

  position: relative;

  background: #fff;

  box-shadow: 0px 0px 25px 0px rgba(60, 60, 60, 0.19);

  padding-top: 25px;

}



.index_sol .pc-banner .swiper-slide .list .text {

  display: none;

  padding: 0 20px 20px;

  background: #fff;

  text-align: center;



}



.index_sol .pc-banner .swiper-slide.swiper-slide-active .list .text {

  display: block;

}



.index_sol .pc-banner .swiper-slide .list h4 {

  font-size: 16px;

  padding: 10px 20px 6px;

}



.index_sol .pc-banner .swiper-slide .list p {

  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}







/* ä¼˜åŠ¿   */

.index_adv {

  background: #f9f9f9;

  padding-bottom: 60px;

}



.index_adv .gg_li {

  overflow: hidden;

}



.index_adv .gg_li h4 {

  display: block;

  font-size: 24px;

  color: #20a1e4;

  line-height: 30px;

}



.index_adv .gg_li .desc {

  display: block;

  color: #666;

  line-height: 32px;

}



.index_adv .gg44 span {

  display: block;

  width: 50%;

  float: left;

  height: 450px;

  overflow: hidden;

}



.index_adv .gg44 span img {

  width: 100%;

}



.index_adv .gg44 .text {

  width: 50%;

  float: left;

  background: url(../image/adv1.png) no-repeat 92px 45px;

  min-height: 215px;

}



.index_adv .gg44 .text h4 {

  padding: 50px 0 0 115px;

}



.index_adv .gg44 .text .desc {

  width: 60%;

  max-width: 600px;

  padding-left: 115px;

}



.index_adv .gg45 {

  width: 47%;

  padding-left: 50%;

  padding-right: 3%;

  margin-top: -116px;

}



.index_adv .gg45 span {

  display: block;

  width: 232px;

  height: 232px;

  float: left;

  margin-left: -116px;

}



.index_adv .gg45 .text {

  width: 60%;

  max-width: 600px;

  padding: 10px 0 40px 200px;

  background: url(../image/adv2.png) no-repeat 185px top
}



.index_adv .gg46 span {

  width: 40%;

  float: right;

  height: 450px;

}



.index_adv .gg46 span img {

  width: 100%;

}



.index_adv .gg46 .text {

  width: 60%;

  max-width: 600px;

  float: right;

  background: url(../image/adv3.png) no-repeat left top;

  overflow: hidden;

  min-height: 180px;

}



.index_adv .gg46 .text h4 {

  padding: 0 80px 0 25px;

}



.index_adv .gg46 .text .desc {

  padding: 0 80px 40px 25px;

}



.index_adv .gg47 {

  width: 60%;

  margin-right: 40%;

  height: 232px;

  margin-top: -232px;

  position: relative;

  z-index: 1;

  overflow: visible;

}



.index_adv .gg47 span {

  display: block;

  width: 232px;

  height: 232px;

  position: absolute;

  right: -116px;

}



.index_adv .gg47 .text {

  max-width: 800px;

  float: right;

  padding-top: 55px;

  background: url(../image/adv4.png) no-repeat left 50px;

}



.index_adv .gg47 .text h4 {

  padding: 5px 180px 0 25px
}



.index_adv .gg47 .text .desc {

  padding: 0 180px 0 25px;

}



.index_adv.en .desc {

  line-height: 22px;

}



@media screen and (max-width:1360px) {



  .index_adv .gg44 span img,

  .index_adv .gg46 span img {

    height: 100%;

  }

}



/* å…³äºŽ */

.index_about {

  background: url(../image/about_bg.jpg) no-repeat center top;

  background-size: cover;

  padding: 0 0 80px;

}



.index_about .index_tt h4 {

  color: #fff;

}



.index_about .index_tt p {

  color: #73ade4;

}



.index_about a.more {

  color: #fff;

}



.index_about a.more:hover {

  background: #fff;

  color: #20a1e4;

  border-color: #fff;

}



.index_about .gg_li {

  padding-top: 30px;

}



.index_about .gg_li span {

  display: block;

  width: 50%;

  float: left;

  position: relative;

}



.index_about .gg_li span::after {

  content: "";

  border: 3px #4b90ce solid;

  position: absolute;

  left: -30px;

  top: -30px;

  right: 30px;

  bottom: 30px;

  z-index: 0;

}



.index_about img {

  width: 100%;

  position: relative;

  z-index: 1;

}

.index_about .gg_li span .vid {

  width: 100%;

  position: relative;

  z-index: 1;

}



.index_about .gg_li .text {

  width: 50%;

  float: left;

}



.index_about .gg_li .desc {

  display: block;

  color: #fff;

  padding-left: 36px;

  line-height: 25px;

}





/* æ–°é—»  */

.index_news {

  padding-bottom: 60px;

}



.index_news a {

  display: block;

  overflow: hidden;

}



.index_news .rec {

  width: 45%;

}



.index_news .rec span {

  display: block;

  width: 100%;

  height: 410px;

  overflow: hidden;

}



.index_news .rec img {

  height: 100%;

  width: 100%;

}



.index_news .rec .news_t {

  padding: 20px 0 10px;

  font-size: 16px;

  line-height: 25px;

  font-weight: normal;

}



.index_news .rec .desc {

  color: #999;

}



.index_news .rec .time {

  display: block;

  font-size: 12px;

  color: #ccc;

  padding-top: 5px;

}



.index_news .com {

  width: 53%;

  padding-left: 2%;

}



.index_news .com span {

  display: none;

}



.index_news .com a {

  padding: 25px 25px 25px 120px;

  position: relative;

}



.index_news .com a:hover {

  box-shadow: 0px 0px 25px 0px rgba(60, 60, 60, 0.19);

}



.index_news .com .news_t {

  font-weight: normal;

  font-size: 16px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.index_news .com .desc {

  font-size: 12px;

  color: #999;

  height: 48px;

}



.index_news .com .time2 {

  display: block;

  padding: 0 20px;

  position: absolute;

  left: 0;

  top: 25px;

  height: 80px;

  text-align: center;

  color: #666;

  border-right: 1px #e5e5e5 solid;

}



.index_news .com .time2 em {

  display: block;

  font-style: normal;

  font-size: 35px;

  line-height: 48px;

}





.owl-carousel .owl-wrapper:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}



/* display none until init */

.owl-carousel {

  display: none;

  padding: 0;

  position: relative;

  width: 100%;

  -ms-touch-action: pan-y;

}



.owl-carousel .owl-wrapper {

  display: none;

  position: relative;

  -webkit-transform: translate3d(0px, 0px, 0px);

}



.owl-carousel .owl-wrapper-outer {

  overflow: hidden;

  position: relative;

  width: 100%;

}



.owl-carousel .owl-wrapper-outer.autoHeight {

  -webkit-transition: height 500ms ease-in-out;

  -moz-transition: height 500ms ease-in-out;

  -ms-transition: height 500ms ease-in-out;

  -o-transition: height 500ms ease-in-out;

  transition: height 500ms ease-in-out;

}



.owl-carousel .owl-item {

  float: left;

}



.owl-controls .owl-page,

.owl-controls .owl-buttons div {

  cursor: pointer;

}



.owl-controls {

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



/* fix */

.owl-carousel .owl-wrapper,

.owl-carousel .owl-item {

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

}



.owl-theme .owl-controls .owl-buttons div {

  position: absolute;

  top: 175px;

  width: 55px;

  height: 105px;

  margin: 0;

  padding: 0;

  overflow: hidden;

  _display: none;

}



.owl-theme .owl-controls .owl-buttons div:hover {

  color: #666;

}



.owl-theme .owl-controls .owl-buttons .owl-prev {

  left: -90px;

  background: url(../image/l.png) no-repeat center center;

}



.owl-theme .owl-controls .owl-buttons .owl-next {

  right: -90px;

  background: url(../image/r.png) no-repeat center center;

}



/*footer*/

.footer {

  margin: 0 auto;

  clear: both;

  width: 100%;

  color: #aeaeae;

  background: #444 url(../image/ft_bg.png) no-repeat center top;

  background-size: cover;

  padding-top: 58px;

}



.footer .ft_nav {

  width: 760px;

  min-height: 260px;

  margin-bottom: 20px;

}



.footer.en .ft_nav {

  width: auto;

}



.footer .ft_nav li {

  width: 20%;

  float: left;

}



.footer h4 {

  font-size: 18px;

  color: #fff;

  padding-bottom: 20px;

  font-weight: normal;

  position: relative;

}



.footer h4::after {

  content: "";

  width: 36px;

  height: 1px;

  background: #8f8f8f;

  position: absolute;

  left: 0;

  bottom: 10px;

}



.footer .ft_nav li a {

  color: #aeaeae;

  display: block;

  margin-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.footer .ft_nav li a:hover {

  color: #fff;

}



.footer .ft_tel {

  width: 290px;

  min-height: 260px;

  padding: 0 20px 0 0;

}



.footer .ft_tel h3 {

  font-size: 32px;

  color: #fff;

  line-height: 50px;

}



.footer.en .ft_tel {

  width: 350px;

  padding-bottom: 50px;

}



.footer .ft_code {

  width: 128px;

  min-height: 260px;

  background: url(../image/code_bg.png) no-repeat left 70px;

}



.footer .ft_code img {

  width: 100px !important;

  height: 100px !important;

  margin: 27px 0 0 13px;

}



.footer .copyright {

  line-height: 75px;

  color: #888;

  border-top: 1px #565656 solid;

}



.footer .copyright a {

  color: #888;

}



.footer .copyright a:hover {

  color: #fff;

}



/*page_banner*/

.page_banner {

  width: 100%;

  position: relative;

  background-color: #000;

  overflow: hidden;

}



.page_banner img {

  width: 100%;

  max-height: 600px;

  opacity: .6;

  filter: alpha(opacity=60);

  transform: matrix(1.05, 0, 0, 1.05, 0, 0);

  -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);

  -webkit-animation: minus 5s 0s ease both infinite;

  -moz-animation: minus 5s 0s ease both infinite;

  animation: minus 5s 0s ease both infinite;

  animation-iteration-count: 1;

  -webkit-animation-iteration-count: 1;

}



@keyframes minus {

  from {

    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);

    transform: matrix(1.05, 0, 0, 1.05, 0, 0);

  }



  to {

    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);

    transform: matrix(1, 0, 0, 1, 0, 0);

  }

}



.page_banner .text {

  width: 1200px;

  height: 80px;

  position: absolute;

  top: 50%;

  margin-top: -40px;

  left: 50%;

  margin-left: -600px;

  z-index: 1;

  color: #fff;

}



.page_banner .text h4 {

  display: block;

  font-size: 32px;

  margin-bottom: 12px;

  font-weight: normal;

  line-height: 100%;

}



.page_banner .text .desc {

  display: block;

  font-size: 18px;

}



/*pageå›¾ç‰‡ç‚¹å‡»æ”¾å¤§*/

.cover {

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, .5);

  position: fixed;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  z-index: 999
}



.cover .bigimg {

  border: 5px #fff solid;

  background: #fff;

  position: absolute;

  top: 100px;

  border-radius: 5px;

  overflow: hidden;

  left: 50%;

}





/*ç›¸å†Œæ”¾å¤§*/

body.over-flow-x {

  overflow: hidden;

}



#jquery-overlay {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 90;

  width: 100%;

  height: 500px;

}



#jquery-lightbox {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1000;

  text-align: center;

  line-height: 0;

}



#jquery-lightbox a img {

  border: none;

}



#lightbox-container-image-box {

  position: relative;

  background-color: #fff;

  width: 250px;

  height: 250px;

  margin: 0 auto;

}



#lightbox-container-image {

  padding: 10px;

}



#lightbox-loading {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  text-align: center;

  line-height: 0;

  background: url(../image/loading.gif) no-repeat center center;

}



#lightbox-nav {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  z-index: 10;

}



#lightbox-container-image-box>#lightbox-nav {

  left: 0;

}



#lightbox-nav a {

  outline: none;

}



#lightbox-nav-btnPrev,

#lightbox-nav-btnNext {

  width: 49%;

  height: 100%;

  zoom: 1;

  display: block;

  transition: initial;

}



#lightbox-nav-btnPrev {

  float: left;

}



#lightbox-nav-btnNext {

  float: right;

}



#lightbox-container-image-data-box {

  background-color: #fff;

  margin: 0 auto;

  line-height: 1.4em;

  overflow: auto;

  width: 100%;

  padding: 0 10px 0;

}



#lightbox-container-image-data {

  padding: 0;

  color: #bbb;

}



#lightbox-container-image-data #lightbox-image-details {

  width: 70%;

  float: left;

  text-align: left;

}



#lightbox-image-details-currentNumber {

  display: block;

  clear: left;

  padding-bottom: 1.0em;

}



#lightbox-secNav-btnClose {

  width: 20px;

  float: right;

  padding-bottom: 0.7em;

}



/*======================================================================================*/


.tpxw {
  width: 100%;
  margin: 0 auto;
}

.ditu {
  width: 100%;
  margin: 0 auto;
}

#map {
  height: 400px;
  max-height: 600px;
  border: 1px solid #ddd;
  margin: 3%;
}

#map .map_loading {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(../images/loading.gif) no-repeat center #fff;
  background-size: cover;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.BMap_Marker.BMap_noprint {
  background: url("../images/marker.png") no-repeat center !important;
  background-size: contain !important;
}

.map_info {
  max-width: 240px;
  margin: 0 auto;
}

.map_ttl {
  color: #0070c0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  line-height: 24px;
}

.map_tel {
  border-radius: 3px;
  color: #f31;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  word-wrap: break-word;
  display: block;
  text-align: justify;
}

.map_tel span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.map_tel span:after {
  content: "ï¼š";
}

.map_tel a {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.map_adrs {
  font: 12px arial, sans-serif;
  color: #666;
  overflow: visible;
  word-wrap: break-word;
  text-align: justify;
  line-height: 18px;
  margin: 6px 0 0;
}



/*å·¦ä¾§*/

.left_box {

  width: 100%;

  border-bottom: 1px #eee solid;

  background: #f9f9f9;

}



.en .left_box {

  display: none;

}



.left_box h2 {

  width: 100px;

  font-size: 16px;

  font-weight: normal;

  text-indent: 10px;

  line-height: 60px;

  color: #20a1e4;

  position: relative;

  float: left;

}



.left_box h2::after {

  content: "";

  width: 3px;

  height: 15px;

  background: #20a1e4;

  position: absolute;

  left: 0;

  top: 24px;

}



.left_box img {

  width: 100%;

}



.left_box .gg_widget {

  border: 1px #e5e5e5 solid;

  border-top: none;

}



.side_menu {

  text-align: right;

  width: 1110px;

 

}



.side_menu>ul {

  height: 60px;
  white-space: nowrap;

}



.side_menu>ul>li {

  position: relative;

  display: inline-block;

  margin: 0 0 0 8px;

}



.side_menu em {

  display: none;

  position: absolute;

  width: 12px;

  height: 60px;

  cursor: pointer;

  right: 0;

  top: 0;

  z-index: 1
}



.side_menu em.inactive {

  background: url(../image/arr_d.png) no-repeat center center;

}



.side_menu em.active {

  background: url(../image/arr_u.png) no-repeat center center;

}



.side_menu a {

  display: block;

  padding: 0 15px;

  line-height: 60px;

}



.en .side_menu a {

  padding: 0 5px;

}



.side_menu a:hover,

.side_menu a.category_active {

  color: #20a1e4;

  border-bottom: 1px #20a1e4 solid;

  margin-bottom: -1px;

}



.side_menu ul ul {

  display: none !important;

  position: absolute;

  top: 60px;

  left: -10px;

  right: -10px;

  z-index: 10;

}



.side_menu li li a {

  display: block;

  text-decoration: none;

  background: #f9f9f9;

  color: #999;

  border: 1px #eee solid;

  border-top: none;

  padding: 15px 10px;

  ;

  text-align: center;

  line-height: 20px;

}



.side_menu li:hover ul {

  display: block !important;

}



.side_menu li li a:hover {

  border-color: #eee;

  color: #20a1e4;

  margin: 0;

}



/*å³ä¾§*/

.en .right_box {

  padding-top: 0;

}


.right_box {
  position: relative;

  width: 1200px;

  margin: 0 auto;

  padding: 0 0 50px;

  padding-top: 30px;

  min-height: 400px;

}

.right_box1 {
  position: relative;

  width: 800px;

  margin: 0 auto;

  padding: 0 0 50px;

  padding-top: 30px;

  min-height: 400px;

}

.right_box img {
  display: flex;
  width: 66%;
  margin: 10px auto;

}

.right_box video {
  width: 80%;
  display: flex;
  margin: 10px auto;
}

.right_box img {
  display: flex;
  width: 66%;
  margin: 0 auto;

}

.right_box .left {
  position: absolute;
  left: -200px;
  width: 180px;
  background-color: #f2f2f2;
}

.left .title {
  background-color: #01458e;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.left li {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #fff;
  overflow: hidden;
}



.left li:hover {
  background-color: #909090;
  margin: 5px 0;
  padding: 5px 10px;
  color: #fff;
  overflow: hidden;
}

.left li:last-child {
  margin-bottom: 0;
}

.left li:hover a {
  color: #fff;
}

.left li a {
  color: #666;
}

.left li img {
  display: inline-block;
  float: right;
  margin-top: 6px;
  width: 16px;
  height: 16px;
}

.ulShow {
  display: none;
}

.ulShow1 li {
  background-color: #909090;
}

.ulShow1 li a {
  color: #fff;

}


/*ç•™è¨€*/

.fb_con {

  width: 550px;

}



.fb_main {

  width: 620px;

  padding-top: 25px;

}



/*é¢åŒ…å±‘æ ·å¼*/

.en .path_title {

  display: block;

  margin: 10px 0 30px;

}



.path_title {

  display: none;

  height: 60px;

  border-bottom: 1px solid #ededed;

  line-height: 60px;

  margin-bottom: 20px;

}



.path_title .span_left {

  float: left;

  font-size: 22px;

}



.path_title .span_right {

  float: right;

  color: #999
}



.path_title .span_right a {

  color: #999;

}



/*äº§å“åˆ—è¡¨*/

.product_list_ul {

  margin: 0 auto 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}


.product_list_ul li {


  width: 30%;

  background: #fff;

  margin: 20px 1.5%;

  overflow: hidden;

  text-align: center;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.fuwu_list_ul {
  width: 1300px;
}

.fuwu_list_ul li {
  position: relative;
  width: 300px;
  margin: 0 25px 40px 0;
  box-sizing: border-box;
  padding: 0;
  float: left;
}

.fuwu_list_ul .videoH {
  position: relative;
}

.fuwu_list_ul .videoH .zhezhao {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);

}


.product_list_ul li:hover {

  -webkit-transform: translate3d(0, -10px, 0);

  transform: translate3d(0, -10px, 0);

}



.product_list_ul a {

  display: block;

}



.product_list_ul span {
    padding-top: 20px ;

  display: block;

  width: 100%;

}



.product_list_ul li img {
 object-fit: contain;
  width: 100%;

}

.fuwu_list_ul .videoH .zhezhao img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px !important;
}


.product_list_ul a h4 {

  display: block;

  color: #bbb;

  padding-bottom: 5px;

}

.on {
  border-bottom: 1px solid #20a1e4;
}

.on a {
  color: #20a1e4;
}

.product_list_ul a p {

  font-size: 15px;

  display: block;

  color: #333;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  padding: 10px;

}



.product_list_ul a:hover p {

  color: #fff;
  background-color: #174ea4;

}



/*ç›¸å†Œ*/

.photo_list_ul {

  margin: 0 auto 20px;

  width: 106%;

}



.photo_list_ul li {

  background: #fff;

  float: left;

  width: 290px;

  margin: 0 20px 20px 0;

  overflow: hidden;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}



.photo_list_ul li:hover {

  -webkit-transform: translate3d(0, -10px, 0);

  transform: translate3d(0, -10px, 0);

}



.photo_list_ul li img {

  width: 100%;

}



.photo_list_ul a p {

  display: block;

  line-height: 45px;

  color: #333;

  text-align: center;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  padding: 0 8px;

}



.photo_list_ul a span {

  font-size: 14px;

  display: block;

  color: #333;

}



.photo_list_ul a:hover span {

  color: #20a1e4;

}



.photo_list_ul li .img img {

  width: 100%;

}



.photo_desc {

  margin-bottom: 20px;

  line-height: 24px;

}



/*æ–°é—»åˆ—è¡¨*/

.news_list_ul {

  width: 106%;

}



.news_list_ul li {

  width: 350px;

  height: 130px;

  padding: 20px 20px 20px 220px;

  background: #fff;

  position: relative;

  float: left;

  ;

  margin: 0 20px 20px 0;

}



.news_list_ul li:hover {

  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);

}



.news_list_ul a {

  display: block;

}



.news_list_ul h4 {

  font-weight: normal;

  font-size: 16px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.news_list_ul small {

  color: #999;

  display: block;

  padding: 5px 0 0;

}



.news_list_ul p {

  color: #999;

  line-height: 23px;

}



.news_list_ul li .image {

  position: absolute;

  top: 20px;

  left: 20px;

  width: 180px;

  height: 130px;

  z-index: 1;

  border: 1px #eee solid;

}



.news_list_ul li img {

  width: 180px;

  height: 130px;

}



/* ä¸‹è½½åˆ—è¡¨ */

.down_list_ul {

  width: 106%;

}



.down_list_ul li {

  width: 380px;

  height: 135px;

  padding: 15px 20px 20px 190px;

  background: #fff url(../image/down_list.jpg) no-repeat left center;

  position: relative;

  float: left;

  ;

  margin: 0 20px 20px 0;

}



.down_list_ul li:hover {

  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);

}



.down_list_ul a {

  display: block;

}



.down_list_ul h4 {

  font-weight: normal;

  font-size: 16px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.down_list_ul small {

  color: #999;

  display: block;

  padding: 3px 0 5px;

}



.down_list_ul p {

  color: #999;

  line-height: 24px;

  height: 48px;

}



.down_list_ul .down_btn {

  display: inline-block;

  background: #20a1e4;

  color: #fff;

  text-align: center;

  padding: 0 10px;

}



.down_list_ul .down_btn:hover {

  background: #d06e0c;

}



.down_page .down_title {

  font-size: 18px;

  line-height: 50px;

  font-weight: normal;

}



.down_page .download_btn {

  margin: 10px 0;

}



.down_page .download_btn a {

  display: block;

  background: #20a1e4;

  color: #fff;

  width: 100px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  border-radius: 4px;

}



/*404*/

.error {

  width: 440px;

  height: 400px;

  text-align: center;

  position: absolute;

  left: 50%;

  margin-left: -220px;

  top: 50%;

  margin-top: -160px;

}



.error_img {

  margin: -40px auto 0;

  width: 220px;

}



.error a {

  width: 100px;

  display: block;

  margin: 0 auto;

  background: #ec3131;

  color: #fff;

  line-height: 40px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

}



/*æ ‡ç­¾åˆ—è¡¨*/

.tags_list li {

  background: url(http://www.wmweb.cc/wm4/Home/Tpl/default/Public/images/li.gif) 0px 10px no-repeat;

  line-height: 28px;

  margin-bottom: 8px;

  padding-bottom: 10px;

}



.tags_lis h3 {

  padding: 0px;

  margin: 0px;

}



.tags_p {

  padding: 0px;

  margin: 0px;

  color: #7d7d7d;

  line-height: 20px;

}



/*æ ‡ç­¾æ ·å¼*/

.tags {}



.tags ul {

  position: absolute;

  z-index: 100;

  width: 720px;

  margin-top: 10px;

}



.tags li {

  float: left;

}



.tags a {

  display: block;

  color: #bdbdbd;

  height: 16px;

  font-size: 12px;

  float: left;

  text-align: center;

  background-color: #68696D;

  padding: 3px 10px;

  margin: 5px 4px;

  -moz-border-radius: 12px;

  -webkit-border-radius: 12px;

  border-radius: 12px;

  line-height: 16px;

}



.tags a:hover {

  text-decoration: none;

  background-color: #68696D;

  color: #fff;

}



/*æ–°é—»æ˜¾ç¤º*/

.news_data {

  text-align: right;

  padding-right: 10px;

  margin: 8px 0px;

}



.news_title {

  border-bottom: 1px #eee solid;

  padding-bottom: 10px;

  margin-bottom: 10px;

  text-align: center;

}



.content_title {

  text-align: center;

}



.content_bg {

  border: #EAEAEA 1px solid;

  border-top: none;

  margin-bottom: 10px;

}



/*äº§å“å±•ç¤º*/

.product_info_box {

  background: #eee url(../image/p_bg.jpg) no-repeat center center;

  background-size: cover;

}



.product_group {

  width: 480px;

}



.product_group h1 {

  color: #20a1e4;

  font-size: 25px;

  padding: 80px 0 30px;

  line-height: 40px;

}



.product_group .attr {

  padding: 30px 0;

}



.product_group li {

  line-height: 28px;

  font-size: 18px;

  color: #666;

  margin-right: 90px;

  float: left;

  text-align: center;

  padding-top: 80px;

}



.product_group li:last-child {

  margin-right: 0;

}



.product_group li p {

  font-size: 12px;

  color: #999;

  line-height: 12px;

  padding-top: 8px;

}



.product_group li.a1 {

  background: url(http://www.wmweb.cc/wm4/Home/Tpl/default/Public/images/p1.png) no-repeat center top;

}



.product_group li.a2 {

  background: url(http://www.wmweb.cc/wm4/Home/Tpl/default/Public/images/p2.png) no-repeat center top;

}



.product_group li.a3 {

  background: url(http://www.wmweb.cc/wm4/Home/Tpl/default/Public/images/p3.png) no-repeat center top;

}



.product_group li.a4 {

  background: url(http://www.wmweb.cc/wm4/Home/Tpl/default/Public/images/p4.png) no-repeat center top;

}



.product_group .desc {

  color: #666;

  padding: 0 0 8px;

  font-size: 15px;

}



.product_group .download {

  padding-top: 10px;

  border-top: 1px #e5e5e5 dashed;

}



.product_group .download li {

  float: left;

  margin-right: 20px;

}



.product_group .download a {

  color: #999;

  background: url(../image/attch.png) no-repeat left center;

  padding: 3px 0 3px 12px;

}



.product_group .download a:hover {

  color: #333;

}



.product_content {

  line-height: 26px;

}



.product_content .pdt_attr_li {

  background: #fff;

  padding: 20px 20px 40px;

  margin-bottom: 20px;

}



.product_content .pdt_attr_h4 {

  font-size: 26px;

  font-weight: normal;

  line-height: 26px;

  padding: 10px 0 30px;

}



.product_content .attr_t {

  color: #333;

  margin-bottom: 20px;

  font-weight: normal;

  font-size: 22px;

  line-height: 50px;

}



.product_content img {

  max-width: 100%;

}



.product_group .pdt_tel {

  margin-top: 10px;

  padding-top: 10px;

}



.product_group span.tel {

  line-height: 22px;

  margin-bottom: 10px;

  display: block;

  font-size: 12px;

  background: url(../image/pdt_tel.png) no-repeat left center;

  padding-left: 20px;

}



.product_group span.tel p {

  font-size: 18px;

  color: #20a1e4;

}



.product_group span.fd a {

  width: 120px;

  background: #20a1e4;

  padding: 10px;

  text-align: center;

  color: #fff;

  display: inline-block;

  margin-right: 10px;

}



.product_group span.buy a {

  width: 120px;

  color: #fff;

  background: #ee6515;

  padding: 10px;

  text-align: center;

  display: inline-block;

}



.product_content th {

  border: 1px #e5e5e5 solid;

}





/*ç›¸å…³äº§å“*/

.related_product {

  margin: 15px 0px 10px 15px;

}



.related_title {

  color: #FFF;

  height: 34px;

  background: #eee;

  font-weight: bold;

  text-indent: 22px;

}



.erelated_title {

  color: #FFF;

  height: 34px;

  background: #eee;

  text-indent: 18px;

}



.erelated_new_title {

  text-indent: 28px;

}



/* è¯¦æƒ…é¡µè®¢è´­ */

.pdt_inquiry {

  background: #fff;

  padding: 10px 20px 20px;

  margin-top: 20px;

  position: relative;

}



.pdt_inquiry .inq_t {

  font-size: 22px;

  font-weight: normal;

  padding-bottom: 10px;

}



.pdt_inquiry .forms {

  width: 460px;

}



.pdt_inquiry dt {

  float: left;

  width: 80px;

  background: #fff;

  border: 1px #e5e5e5 solid;

  padding: 0 6px;

  text-align: right;

  line-height: 32px;

}



.pdt_inquiry dd {

  float: left;

  width: 360px;

  background: #fff;

  margin-bottom: 10px;

  border: 1px #e5e5e5 solid;

  border-left: none;

  position: relative;

}



.pdt_inquiry dd input {

  width: 100%;

  border: none;

  height: 32px;

  text-indent: 10px;

  color: #333;

}



.pdt_inquiry dd .codeimg {

  position: absolute;

  right: 0px;

  top: 0px;

  width: 20%;

}



.pdt_inquiry .area_box {

  position: absolute;

  right: 20px;

  top: 64px;

  left: 500px;

}



.pdt_inquiry .areawidth {

  width: 98%;

  height: 120px;

  background: #fff;

  color: #333;

  padding: 9px 1%;

}



.pdt_inquiry .forms_btn {

  clear: both;

}



.pdt_inquiry .submit_btn {

  cursor: pointer;

  width: 455px;

  line-height: 34px;

  background: #262626;

  color: #fff;

  border: none;

  margin: 0;

}



.pdt_inquiry .submit_btn:hover {

  background: #20a1e4;

}



/*ç›¸å…³æ–°é—»*/

.related_new {

  margin: 25px 0px 30px 15px;

}



ul.related_newlist {

  margin: 0px 15px 0px 0px;

}



/*ä¸Šä¸€ä¸ªä¸‹ä¸€ä¸ª*/

.point {

  margin: 40px 0px 25px 0px;

  text-align: center;

  line-height: 22px;

}



.point span.to_prev {

  padding: 4px 12px;

}



.point span.to_prev a {

  color: #0068b7;

}



.point span.to_prev a:hover {

  text-decoration: underline;

}



.point span.to_next {

  padding: 4px 12px;

}



.point span.to_next a {

  color: #0068b7;

}



.point span.to_next a:hover {

  text-decoration: underline;

}



/*åˆ†é¡µæ ·å¼*/
.page-box {
  position: relative;
  margin: 25px 0px;

}

.page {

  clear: both;


  font-size: 13px;

  text-align: center;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);

}

.page li {
  float: left;
}

.page .c {
  display: inline-block;

  padding: 5px 15px;

  border-radius: 3px;

  -webkit-border-radius: 5px;

  margin: 0 3px 10px;
}

.page a,

.page .current {

  display: inline-block;

  padding: 5px 15px;

  background: #ebebeb;

  border-radius: 3px;

  -webkit-border-radius: 5px;

  margin: 0 3px 10px;

}



.page a:hover,

.page .current {

  background: #20a1e4;

  color: #fff;

}





/*ç•™è¨€*/

.feedback .f_tip {

  padding-top: 25px;

  margin: 30px 0;

  border-top: 1px #ececec solid;

  padding-top: 10px;

}



.feedback dl.table {

  margin: 0;

}



.feedback dl.table dt {

  float: left;

  width: 100px;

  height: 40px;

  line-height: 40px;

  font-weight: bold;

}



.feedback dl.table dd {

  float: left;

  height: 40px;

  line-height: 40px;

  margin: 0 60px 20px 0;

}



.feedback .textwidth {

  width: 425px;

  height: 40px;

}



.feedback dl.table dd.biezhu {

  height: auto;

}



.feedback dl.table dd.biezhu textarea {

  height: 115px;

  width: 1023px;

}



.feedback .codeimg {

  background-color: #000;

  margin: 0px 0px -6px 5px;

}



.feedback .submit_btn {

  width: 160px;

  height: 40px;

  margin-right: 20px;

  background: #20a1e4;

  color: #fff;

  cursor: pointer;

  border: none;

  text-indent: 0;

}



.feedback .submit_btn.reset {

  background: #9a9a9a;

}



/*ç½‘ç«™åœ°å›¾*/

.ul_sitemap {

  margin: 10px 0px 30px 30px;

}



.ul_sitemap li {

  list-style: none;

  line-height: 26px;

  clear: both;

}



.ul_sitemap li a {

  color: #7d7d7d;

}



li.small_li_sitemap {

  clear: both;

  padding-left: 12px;

}



li.small_li2_sitemap {

  float: left;

  padding-left: 20px;

}







/* æ‚¬æµ®å®¢æœ1*/

#leftsead {

  position: fixed;

  bottom: 32%;

  right: 0;

  z-index: 79
}



*html #leftsead {

  margin-top: 258px;

  position: absolute;

  top: expression(eval(document.documentElement.scrollTop));

}



#leftsead li {

  height: 50px;

  margin-bottom: 1px;

}



#leftsead li span {

  display: block;

  width: 140px;

  height: 50px;

  padding-left: 50px;

  margin-right: -140px;

  cursor: pointer;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



#leftsead li a {

  height: 50px;

  float: right;

  display: block;

  min-width: 50px;

  max-width: 140px;

  color: #fff;

  line-height: 50px;

  border-radius: 6px 0 0 6px;

  overflow: hidden;

}



#leftsead li.qq_li span {

  background: #20a1e4 url(../image/q.png) no-repeat 12px center;

}



#leftsead li.msn_li span {

  background: #58d249 url(../image/msn.png) no-repeat 12px center;

}



#leftsead li.skype_li span {

  background: #12e2cd url(../image/skype.png) no-repeat 12px center;

}



#leftsead li.w_li span {

  background: #ef6311 url(../image/ww.png) no-repeat 12px center;

}



#leftsead li.ww_li span {

  background: #e8952d url(../image/ww.png) no-repeat 12px center;

}



#leftsead li.www_li span {

  background: #b1d848 url(../image/ww.png) no-repeat 12px center;

}



#leftsead li.feedback span {

  background: #e46464 url(../image/feedback.png) no-repeat 12px center;

}



#leftsead li.code_li span {

  background: #6381f1 url(../image/code.png) no-repeat 12px center;

  position: relative;

}



#leftsead li.code_li .code {

  width: 280px;

  height: 280px;

  position: absolute;

  right: 140px;

  bottom: 0;

  background: #6381f1;

  background: rgba(99, 129, 241, 0.52);

  border-radius: 5px;

  padding: 10px;

}



#leftsead li.code_li .code img {

  width: 280px;

  height: 280px;

}



#leftsead li.top_li span {

  background: #6e6e6e url(../image/gotop.png) no-repeat 12px center;

}



#remind {

  width: 100%;

  height: 50px;

  line-height: 50px;

  position: fixed;

  bottom: 0;

  left: 0;

  z-index: 10;

  color: #f5d783;

  font-size: 20px;

  text-align: center;

  background: #000;

  background: rgba(0, 0, 0, .8);

}



/* æ‚¬æµ®å®¢æœ2*/

.main-im {

  position: fixed;

  right: 10px;

  bottom: 10%;

  z-index: 100;

  width: 130px;

  height: 272px;

}



.main-im .qq-a {

  display: block;

  width: 128px;

  height: 116px;

  font-size: 14px;

  color: #0484cd;

  text-align: center;

  position: relative;

}



.main-im .qq-a span {

  bottom: 5px;

  position: absolute;

  width: 110px;

  left: 10px;

}



.main-im .qq-hover-c {

  width: 70px;

  height: 70px;

  border-radius: 35px;

  position: absolute;

  left: 30px;

  top: 10px;

  overflow: hidden;

  z-index: 9;

}



.main-im .qq-container {

  z-index: 99;

  position: absolute;

  width: 129px;

  height: 118px;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  border-bottom: 1px solid #dddddd;

  background: url(../image/qq-icon-bg.png) no-repeat center 8px;

}



.main-im .img-qq {

  max-width: 60px;

  display: block;

  position: absolute;

  left: 6px;

  top: 3px;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.main-im .im-qq:hover .img-qq {

  max-width: 70px;

  left: 1px;

  top: 8px;

  position: absolute;

}



.main-im .im_main {

  background: #F9FAFB;

  border: 1px solid #dddddd;

  border-radius: 10px;

  background: #F9FAFB;

  display: none;

}



.main-im .im_main .im-tel {

  color: #000000;

  text-align: center;

  width: 129px;

  height: 105px;

  border-bottom: 1px solid #dddddd;

  padding-top: 10px;

}



.main-im .im_main .im-tel div {

  font-weight: bold;

  font-size: 12px;

}



.main-im .im_main .im-tel .tel-num {

  font-family: Arial;

  font-weight: bold;

  color: #e66d15;

}



.main-im .im_main .im-tel:hover {

  background: #fafafa;

}



.main-im .im_main .weixing-container {

  width: 65px;

  height: 47px;

  border-right: 1px solid #dddddd;

  background: #f5f5f5;

  border-bottom-left-radius: 10px;

  background: url(../image/weixing-icon.png) no-repeat center center;

  float: left;

}



.main-im .im_main .weixing-show {

  width: 112px;

  height: 145px;

  background: #ffffff;

  border-radius: 10px;

  border: 1px solid #dddddd;

  position: absolute;

  left: -125px;

  top: -100px;

  overflow: hidden;

}

.main-im .im_main .weixing-show img {
  width: 112px !important;
  height: 112px !important;
}

.main-im .im_main .weixing-show .weixing-sanjiao {

  width: 0;

  height: 0;

  border-style: solid;

  border-color: transparent transparent transparent #ffffff;

  border-width: 6px;

  left: 112px;

  top: 116px;

  position: absolute;

  z-index: 2;

}



.main-im .im_main .weixing-show .weixing-sanjiao-big {

  width: 0;

  height: 0;

  border-style: solid;

  border-color: transparent transparent transparent #dddddd;

  border-width: 8px;

  left: 112px;

  top: 114px;

  position: absolute;

}



.main-im .im_main .weixing-show .weixing-ma {

  width: 104px;

  height: 103px;

  padding-left: 5px;

  padding-top: 5px;

}



.main-im .im_main .weixing-show .weixing-txt {

  position: absolute;

  top: 110px;

  left: 7px;

  width: 100px;

  margin: 0 auto;

  text-align: center;

}



.main-im .im_main .go-top {

  width: 50px;

  height: 47px;

  background: #f5f5f5;

  border-bottom-right-radius: 10px;

  background: url(../image/toTop-icon.png) no-repeat center center;

  float: right;

}



.main-im .im_main .go-top a {

  display: block;

  width: 52px;

  height: 47px;

}



.main-im .close-im {

  position: absolute;

  right: 10px;

  top: -12px;

  z-index: 100;

  width: 24px;

  height: 24px;

}



.main-im .close-im a {

  display: block;

  width: 24px;

  height: 24px;

  background: url(../image/close_im.png) no-repeat left top;

}



.main-im .close-im a:hover {

  text-decoration: none;

}



.main-im .open-im {

  cursor: pointer;

  margin-left: 68px;

  width: 40px;

  height: 133px;

  background: url(../image/open_im.png) no-repeat left top;

}



.main-im .open-im.en {

  background: url(../image/open_im2.png) no-repeat left top;

}



.our-s {

  background-color: #fafafa;

  display: flex;

  justify-content: center;

  min-width: 1200px;

}



/* our service */

.our-totel {

  /* display: flex;

	background-color: #fafafa;



	height: 820px;

	text-align: center;

	flex-direction: column;

	align-items: center;

	padding: 30px 0;

	width: 1200px; */

}



.our-totel .topBox {

  padding-bottom: 30px;

}



.our-totel .topBox p {

  color: #75abe7;

  font-size: 26px;

  font-weight: normal;

}



.our-totel .topBox span {

  color: #e2e2e2;

  font-size: 20px;

  font-weight: bold;

}



.our-totel .botBox {

  display: flex;

  flex-wrap: wrap;

  width: 70%;

  margin: auto;

}



.botBox {}



.botBox .card {

  width: calc(calc(100% / 3) - 100px);

  margin: 20px 50px;

  text-align: center;

  background-color: #fff;
}

.card p {
  font-size: 18px;
}

.card img {

  width: 70%;

}

.card h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 43px;
  color: #41bafe;
  text-align: center;
  margin-top: 30px;

}

.card h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #393a3a;
  margin-top: 0;

}



.botBox .card p {

  text-align: left;

  font-size: 20px;

  padding: 10px;
}



.btn {

  color: #fff;

  padding: 10px 28px;

  font-size: 16px;

  background: -moz-linear-gradient(left, #3db6fb 0%, #3db6fb 50%, #07defd 100%);

  background: -webkit-linear-gradient(left, #3db6fb 0%, #3db6fb 50%, #07defd 100%);

  background: -o-linear-gradient(left, #3db6fb 0%, #3db6fb 50%, #07defd 100%);

  background: -ms-linear-gradient(left, #3db6fb 0%, #3db6fb 50%, #07defd 100%);

  background: linear-gradient(left, #3db6fb 0%, #3db6fb 50%, #07defd 100%);

}



.btns {



  padding: 10px 38px;

  font-size: 12px;

  background-color: #f5f5f5;

  position: relative;

  left: 220px;

}



.btn:hover {

  color: #fff;

}



.botBox .card .btn {

  /* position: relative;

	top: 30px;

	right: 90px; */





}



.message {

  background-color: #ffff;

  display: flex;

  justify-content: center;

}



/* our service */

.message-totel {

  display: flex;

  background-color: #ffff;

  /* background-color: #ddd; */

  text-align: center;

  flex-direction: column;

  align-items: flex-start;

  padding: 30px 0;

  width: 1200px;

}



.message-totel p {

  text-align: center;

  font-size: 26px;

  font-weight: normal;

  width: 100%;



}



.message-totel span {

  text-align: center;

  font-size: 16px;

  font-weight: normal;

  width: 100%;

}

.ipt-box {
  position: relative;
  width: 100%;
  height: 80px;
}

.dianhua1 {
  left: 20px;
}

.dianhua2 {
  right: 20px;
}

.dianhua {
  position: absolute;
  top: 0;
  width: 60%;
  margin: 20px 0;

}

.submin {
  background-color: #fff;
  color: #000;
  border: 1px solid #d2d2d2;
  width: 142px;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  margin: 20px auto;
  padding-right: 9px;
}

.submin:hover {
  background-color: #20a1e4;
  color: #fff;
  border: 1px solid #20a1e4;
}



.shijie {

  text-align: center;

  font-size: 26px;

  font-weight: normal;

}



.our-header {

  display: flex;

  justify-content: center;

  font-size: 26px;

  color: #75abe7;

  font-weight: normal;



}



.our-ser {

  display: flex;

  justify-content: center;

  font-size: 14px;

  color: #999;

  padding: 0 15%;

}



.message-totel span {

  font-size: 14px;

  color: #999;

}

.map-box {
  width: 1200px;
  height: 900px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.shijie {
  position: relative;
  top: 60px;
  text-align: center;
}

.map_bgi {
  position: relative;
  width: 1200px;
  margin: auto;
}

.map_bgi .name {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  color: #333;
  border-radius: 100%;
  background-color: rgba(169, 169, 169, 0.5);
}

.map_bgi .colorClassName {
  z-index: 10 !important;
  color: #fff !important;
  background-color: #e8bd15 !important;
}

.name img {
  margin-top: -50px;
}

.name .img2 {
  display: none;
}

.name1 {
  top: 315px;
  left: 860px;
}

.name2 {
  top: 342px;
  left: 875px;
}

.name3 {
  top: 285px;
  left: 903px;
}

.name4 {
  top: 295px;
  left: 940px;
}

.name5 {
  top: 184px;
  left: 820px;
}

.name6 {
  top: 360px;
  left: 825px;
}

.name7 {
  line-height: normal !important;
  top: 430px;
  left: 900px;
  padding-top: 5px;
  box-sizing: border-box;
}

.name7 img,
.name18 img {
  margin-top: 5px !important;
}

.name8 {
  top: 505px;
  left: 955px;
}

.name9 {
  top: 570px;
  left: 1070px;
}

.name10 {
  top: 310px;
  left: 735px;
}

.name11 {
  top: 360px;
  left: 757px;
}

.name12 {
  top: 285px;
  left: 625px;
}

.name13 {
  top: 197px;
  left: 560px;
}

.name14 {
  top: 250px;
  left: 535px;
}

.name15 {
  top: 240px;
  left: 580px;
}

.name16 {
  top: 265px;
  left: 575px;
}

.name17 {
  top: 280px;
  left: 512px;
}

.name18 {
  line-height: normal !important;
  padding-top: 5px;
  box-sizing: border-box;
  top: 352px;
  left: 540px;
}

.name19 {
  top: 490px;
  left: 600px;
}

.name20 {
  top: 215px;
  left: 180px;
}

.name21 {
  top: 270px;
  left: 235px;
}

.name22 {
  top: 355px;
  left: 245px;
}

.name23 {
  top: 500px;
  left: 395px;
}

.name24 {
  top: 540px;
  left: 340px;
}

.firstRow1 span {
  display: flex;
}

.firstRow1 span img {
  margin: 0;
}