﻿@charset "UTF-8";
@media only screen and (min-width: 1200px) {
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}

i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.slideBox{ width:100%;  overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.ico {
  background: url(../images/pcico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0085da;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*dialog-layout*/
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
html {
  min-width: 1280px;
}
.banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  z-index: 1;
}

.iabout {
  height: 440px;
  position: relative;
  z-index: 20;
}
.iabout .img {
  width: 600px;
  height: 440px;
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 20;
  overflow: hidden;
}
.iabout .tit1 {
  width: 180px;
  height: 180px;
  padding: 10px;
  background: #0085da;
  position: absolute;
  left: 600px;
  top: -143px;
  z-index: 20;
}
.iabout .tit1 .con {
  border: 1px solid #ed858d;
  color: #fff;
  width: 118px;
  height: 153px;
  padding: 25px 30px 0;
}
.iabout .tit1 .con .en {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  font-family: arial;
}
.iabout .tit1 .con h3 {
  line-height: 22px;
}
.iabout .tit1 .con h3 span {
  font-size: 18px;
  display: block;
}
.iabout .txtcon {
  width: 482px;
  height: 300px;
  padding: 140px 68px 0 150px;
  float: right;
  background: url(../images/iabout-txtbg.jpg) no-repeat right top;
  color: #fff;
  line-height: 24px;
}
.iabout .txtcon .tit {
  font-size: 24px;
}
.iabout .txtcon .tit s {
  width: 50px;
  height: 2px;
  display: block;
  background: #0085da;
  margin: 15px 0 18px;
}
.iabout .txtcon .txt {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.iabout .txtcon .more {
  width: 143px;
  height: 21px;
  padding-top: 13px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-top: 20px;
  text-align: center;
  line-height: 43px;
  border: 1px solid #999999;
  border-radius: 20px;
  display: block;
}
.iabout .txtcon .more s {
  width: 52px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background-position: -34px 0;
}
.iabout .txtcon .more:hover {
  background: #0085da;
  border-color: #0085da;
}
/*iproduct*/
.iproduct {
  padding: 30px 0 0;
  position: relative;
  height: 805px;
}
.iproduct .w1200 {
  position: relative;
  z-index: 10;
}
.iproduct .t {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.iproduct .tab {
  width: 100%;
  min-height: 1px;
}
.iproduct .tab a {
  width: 118px;
  height: 34px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  display: block;
  float: left;
  margin-right: 10px;
}
.iproduct .tab a:hover {
  background: #0085da;
  color: #0085da;
  color: #fff;
}
.iproduct .bg {
  width: 50%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  height: 450px;
  background: #f6f6f6;
}
.iproduct .tab {
  width: 100%;
}
.iproduct .next,
.iproduct .prev {
  width: 36px;
  height: 36px;
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-color: #444444;
  position: absolute;
  right: 48px;
  top: -35px;
  cursor: pointer;
  background-position: -24px -11px;
  border-radius: 100%;
}
.iproduct .next:hover,
.iproduct .prev:hover {
  background-color: #0085da;
}
.iproduct .next {
  background-position: -72px -11px;
  right: 1px;
}
.iproduct .iproCon {
  width: 100%;
  height: 605px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.iproduct .iproCon .list {
  width: 200%;
  position: relative;
}
.iproduct .iproCon .itemcon {
  width: 50%;
  float: left;
  overflow: hidden;
}
.iproduct .iproCon .itemlist {
  width: 110%;
}
.iproduct .iproCon .item {
  width: 380px;
  height: 285px;
  margin: 0 30px 30px 0;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
}
.iproduct .iproCon .item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.iproduct .iproCon .item .txt {
  width: 350px;
  height: 210px;
  padding: 75px 0 0 30px;
  position: absolute;
  left: 0;
  top: 285px;
  background: url(../images/red80.png) repeat 0 0;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.iproduct .iproCon .item .txt h3 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.iproduct .iproCon .item .txt .line {
  width: 49px;
  height: 1px;
  display: block;
  margin: 10px 0 60px;
  background: #fff;
}
.iproduct .iproCon .item .txt .more {
  width: 98px;
  height: 16px;
  padding-top: 8px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  display: block;
}
.iproduct .iproCon .item .txt .more s {
  width: 32px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background-position: -106px 0;
}
.iproduct .iproCon .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.iproduct .iproCon .item:hover img {
  transform: scale(1.08);
}
.iproduct .iproCon .item:hover .txt {
  left: 0;
  top: 0;
}
/*inews*/
.inews {
  position: relative;
  padding: 80px 0;
}
.inews .inewsCon {
  width: 900px;
  position: relative;
  overflow: hidden;
}
.inews .inewsCon .list {
  width: 105%;
  position: relative;
}
.inews .inewsCon .item {
  width: 278px;
  float: left;
  display: block;
  margin-left: 32px;
}
.inews .inewsCon .item img {
  width: 278px;
  height: 156px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inews .inewsCon .item .time {
  color: #999999;
  display: block;
  margin: 20px 0 2px;
  font-size: 16px;
  font-family: arial;
}
.inews .inewsCon .item h3 {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inews .inewsCon .item:first-child {
  margin-left: 0;
}
.inews .inewsCon .item:hover h3 {
  color: #0085da;
}
.inews .inewsCon .item:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
.inews .title {
  width: 272px;
  text-align: right;
}
.inews .title h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.inews .title .en {
  width: 252px;
  height: 65px;
  line-height: 65px;
  margin: 18px 0 30px;
  padding-left: 20px;
  display: block;
  text-align: left;
  background: #d11b2e;
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  font-family: arial;
}
.inews .title .link {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  display: block;
}
.inews .title .link s {
  width: 180px;
  height: 1px;
  margin-top: 20px;
  display: block;
  float: left;
  background: #ddd;
}
.inews .title .link:hover {
  color: #0085da;
}
.inews .title .more {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.inews .title .more s {
  width: 26px;
  height: 7px;
  margin-right: 15px;
  background-position: -152px 0;
}
/***********category css*************/
.nyIcon {
  background: url(../images/nyicon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/*wrapper*/
.wrapper {
  padding: 0 0 36px;
  min-height: 220px;
  background: #f5f5f5;
}
.wrapper .noinfor {
  padding: 0 0 20px;
  text-align: left;
  color: red;
}
/*nybanner*/
.nybanner {
  width: 100%;
  height: 250px;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.nybanner h3 {
  font-size: 34px;
  padding: 70px 0 6px;
}
.nybanner .en {
  font-size: 40px;
  font-family: arial;
  font-weight: bold;
}
.nybanner .line {
  width: 50px;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: 10px;
}
/*menu*/
.menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #ddd;
   border-top: 1px solid #ddd;
}
.menu .list {
  width: 1199px;
  margin: 0 auto;
  border-left: 1px solid #ddd;
}
.menu li {
  width: auto;
  margin-right: 1px;
  height: 60px;
  float: left;
  border-right: 1px solid #dddddd;
  position: relative;
}
.menu li .nav1 {
  width: auto;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  display: block;
  text-align: center;
}
.menu li .nav1 s {
  border-style: solid dashed dashed dashed;
  border-color: #0085da transparent transparent transparent;
  border-width: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
.menu li:hover,
.menu li.hover {
  border-right-color: #0085da;
}
.menu li:hover .nav1,
.menu li.hover .nav1 {
  background: #0085da;
  color: #fff;
}
.menu li:hover .nav1 s,
.menu li.hover .nav1 s {
  display: block;
}
/*sitepath*/
.sitepath {
  height: 50px;
  line-height: 50px;
  text-align: right;
}
.sitepath s {
  width: 20px;
  height: 18px;
  background-position: 0 0;
  margin-right: 4px;
}
/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.reLink a:hover {
  color: #0085da;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin: 0 5px;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  float: left;
  background: #fff;
}
.pager ul a.current {
  background-color: #666666;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #666666;
  color: #fff;
}
.pager ul a:hover {
  background: #666666;
  color: #fff;
}
/*n-gridlist*/
.n-gridlist {
  width: 105%;
}
.n-gridlist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.n-gridlist .item a {
  width: 100%;
  display: block;
}
.n-gridlist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.n-gridlist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.n-gridlist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.n-gridlist .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.n-gridlist .item:hover {
  background: #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.n-gridlist .item:hover h3 {
  color: #fff;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #0085da;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 55px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .n-gridlist {
  width: 115%;
}
.relateNews .n-gridlist .item {
  margin: 0 33px 20px 0;
  width: 350px;
}
.relateNews .n-gridlist .item img {
  width: 350px;
  height: 263px;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 530px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 180px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
  font-size: 16px;
}
/*aboutPage*/
.aboutPage {
  padding: 30px 40px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.aboutPage .erro {
  width: auto;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
/*newsPage*/
.newsPage .item {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item .text {width:868px; display: block;
}
.newsPage .item .img { width: 300px;
  height: 168px;
  display: block;margin-right: 30px;  overflow: hidden;
}
.newsPage .item img {
  width: 300px;
  height: 168px;
  display: block; transition: ease-in-out .4s;
  
}
.newsPage .item h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}

  .showProduct .right{
    width: 95%;
    padding: 30px;
    border: 1px solid #eee;
  }

  .showProduct .ul_1.clear {
    padding-top:50px;
  }

  .showProduct .ul_1 .right .share_rTitle .dl_1 {
    line-height: 43px;
  }

  .showProduct .right .content .r_1 {
  }

  .showProduct .right .content .r_1 .sub_left img {
    display: block;
    border: 1px solid #ccc;
  }

  .showProduct .right .content .r_1 .sub_right {
    width: 508px;
  }
  .proRtitle {
    min-height: 56px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sub_left, .s_left {
    float: left;
  }
  .showProduct .right .content .r_1 .sub_left img {
    display: block;
    border: 1px solid #ccc;
  }
  .showProduct .right .content .r_1 .sub_right {
    width: 508px;
  }
  .right, .sub_right, .s_right {
    float: right;
  }
  .showProduct .right .content .r_1 .sub_right .proName {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
  }
  .showProduct .right .content .r_1 .sub_right .canShu, .showProduct .right .content .r_1 .sub_right .canShu p, .showProduct .right .content .r_1 .sub_right .canShu span, .showProduct .right .content .r_1 .sub_right .canShu td {
    line-height: 32px !important;
    font-size: 16px !important;
    color: #090909 !important;
  }
  .showProduct .right .content .r_1 .sub_right .canShu table {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .showProduct .right .content .r_1 .sub_right .canShu table, .showProduct .right .content .r_1 .sub_right .canShu td {
    border: 0px !important;
  }
  .showProduct .right .content .r_1 .sub_right .canShu tr {
    padding-bottom: 10px !important;
    display: block !important;
    width: 100% !important;
  }
  .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(1), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(3), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(5), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(7), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(9), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(11), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(13), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(15), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(17) {
    background: #0088da !important;
    color: #fff !important;
    text-align: justify !important;
    width: 120px !important;
    padding: 0 22px !important;
    text-align: justify !important;
    text-align-last: justify !important;
  }
  .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(2), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(4), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(6), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(8), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(10), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(12), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(14), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(16), .showProduct .right .content .r_1 .sub_right .canShu td:nth-child(18) {
    background: none !important;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    width: 300px !important;
    padding: 0 19px !important;
  }
  .r_call {
    line-height: 48px;
    min-height: 48px;
    padding-left: 60px;
    background: url(../images/left_01.png) no-repeat center left;
    font-size: 18px;
    float: right;
    margin-top: 25px;
  }
  .x5 {
    background: url(../images/x5.png) no-repeat center right;
  }
  .txtBox {
    padding-top: 45px;
  }
  .proRtitle h2, .proRtitle p {
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 41px;
    line-height: 39px;
  }
  .shareTitle3 {
    background: url(../images/t5.png) no-repeat center bottom;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .shareTitle3 .cn {
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0;
    font-size: 25px;
    padding-bottom: 6px;
  }
  .showProduct .right .content .r_1 .sub_right .bt {
    line-height: 42px;
    padding-top: 20px;
    text-align: center;
    float: left;
  }
  .showProduct .right .content .r_1 .sub_right .bt a{
    color: #fff;
    background: #0088da;

  }
  .showProduct .right .content .r_1 .sub_right .bt a {
    display: inline-block;

    text-align: center;
    font-size: 17px;

    border-radius: 100px;

    padding: 6px 33px;
  }
.newsPage .item .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.newsPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.newsPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.newsPage .item:hover .img img {transform: scale(1.1)
}
.newsPage .item:hover h3 {
  color: #0085da;
  text-indent: 5px;
}
.newsPage .item:hover .time .day span {
  background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
/*showNews*/
.showNews {
  padding: 30px 40px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .shareNew {
  padding-bottom: 25px;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
/*showProduct*/
.showProduct {
  padding: 30px 40px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.showProduct .pro-tit {
  margin-bottom: 40px;
}
.showProduct .pro-tit h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px; padding-top:40px;
}
.showProduct .pro-tit s {
  width: 4px;
  height: 50px;
  display: block;
  background: #0085da;
  float: left;
  margin-right: 10px;
}
.showProduct .pro-tit h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.showProduct .pro-tit .mark {
  line-height: 20px;
  color: #999;
}
.showProduct .pro-tit .mark span {
  margin-right: 6px;
}
.showProduct img {
  max-width: 100%;display:block;margin:0 auto;
}
.showProduct .shareNew {
  padding-bottom: 25px;
}
.showProduct .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showProduct .infoImg {
  margin-bottom: 40px;
}
.showProduct .infoImg .imgf {
  width: 600px;
  height: 450px;

}
.showProduct .infoImg .txt {
  line-height: 32px;
  height:160px;
  overflow: hidden;
}
.showProduct .infoImg .btn {
  margin-top: 15px;
}
.showProduct .infoImg .btn a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  background: url(../images/detail-btnbg.png) no-repeat -140px center;
}
.showProduct .infoImg .btn a:hover {
  background-position: left center;
  color: #0085da;
}
/*msgPage*/
.msgPage {
  padding: 55px 40px 55px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.formData {
  width: 1000px;
}
.formData .item {
  height: 40px;
  line-height: 40px;
  width: 462px;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.formData .item label {
  width: 85px;
  float: left;
  color: #333;
  padding-right: 5px;
  text-align: right;
}
.formData .item .red {
  color: #0085da;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: 2px;
}
.formData .item input {
  width: 360px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 10px;
  border: 0px;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 5px;
}
.formData .item .msg-box {
  position: absolute;
  left: 90px;
}
.formData .item.mr30 {
  margin-right: 68px;
}
.formData .item.youxiang {
  margin-right: 70px;
}
.formData .item.liuyan {
  width: 100%;
  height: 96px;
}
.formData .item.liuyan textarea {
  width: 882px;
  float: left;
  height: 76px;
  border: 0px;
  background: #f5f5f5;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  overflow: hidden;
  color: #333;
  resize: none;
  font-family: "microsoft yahei";
}
.formData .itemsub {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.formData .itemsub label {
  width: 85px;
  float: left;
  color: #333;
  padding-right: 5px;
  text-align: right;
}
.formData .itemsub .msg-box {
  position: absolute;
  left: 90px;
}
.formData .itemsub input[type=text] {
  width: 147px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 6px;
  font-size: 14px;
  background: #f5f5f5;
  color: #333;
  text-indent: 10px;
}
.formData .itemsub img {
  height: 32px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.formData .btn {
  width: 100px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #fff;
  margin-left: 8px;
  background: #0085da;
}
.formData .btn[type=reset] {
  background: #aaa;
  margin-right: 9px;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  width: 105%;
}
.searchPage .item {
  width: 280px;
  height: 274px;
  float: left;
  margin: 0 25px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.searchPage .item a {
  width: 100%;
  display: block;
}
.searchPage .item img {
  width: 280px;
  height: auto;
  display: block;
}
.searchPage .item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
}
.searchPage .item .bg {
  position: absolute;
  width: 280px;
  padding-top: 86px;
  height: 124px;
  left: -280px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.searchPage .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.searchPage .item:hover {
  background: #fff;
}
.searchPage .item:hover h3 {
  color: #fff;
  background: #333;
}
.searchPage .item:hover .bg {
  left: 0;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #0085da;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
.erro {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  min-height: 500px;
}
.rightFix {
  width: 48px;
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  z-index: 990;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #0085da;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #0085da;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #0085da;
  border-color: #0085da;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-xcx {
  background-position: 11px -39px;
}
.rightFix .fix-xcx:hover {
  background-position: -33px -39px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.contact .box3 {
  padding-top: 40px;
  overflow: hidden;
}
.contact .box3 h3 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.contact .box3 p {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  padding-bottom: 46px;
  text-align: center;
}
.contact .box3 b {
  color: #d10000;
  font-weight: 100;
}
.contact .box3 ul {
  width: 115%;
}
.contact .box3 li {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 330px;
  padding: 0 20px;
  padding-right: 0;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  color: #828282;
}
.contact .box3 li span {
  padding-right: 10px;
}
.contact .box3 li input {
  width: 275px;
  border: none;
  outline: none; font-size:14px;font-family:"microsoft yahei";color:#333;
}
.contact .box3 textarea {
  border: 1px solid #e5e5e5;
  width: 1094px;
  height: 144px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  outline: none;
  overflow: hidden; font-size:14px;font-family:"microsoft yahei";color:#333;
}
.contact .box3 .btn {
  border: none;
  background: #eb2633;
  width: 280px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
  float: right;
  cursor: pointer;
  transition: ease-in-out .2s;
  margin-bottom: 50px;
}
.contact .box3 .btn:hover {
  width: 340px;
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;
  transition: all ease 300ms;
}
.ewmbox .close:hover {
  transform: rotate(180deg);
}
.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.left {
  float: left;
}
.right {
  float: right;
}
.head_main {
  background: #393939;
  line-height: 30px;
  height: 30px;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.head_main .right ul {
  display: inline-block;
}
.head_main .right li {
  float: left;
  color: #999;
  padding-left: 10px;
}
.head_main .right a {
  color: #999;
  position: relative;
  padding-right: 10px;
}
.head_main .right a img {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 30px;
  border-radius: 3px;
  display: none; z-index:10;
}
.head_main .right a:hover {
  color: #fff;
}
.head_main .right a:hover img {
  display: block;
}
.head_main .right i {
  margin-right: 7px;
  vertical-align: middle;
  height: 25px;
}
.head_main .right .i1 {
  width: 19px;
  background-position: -190px 0px;
}
.head_main .right .i2 {
  width: 19px;
  background-position: -223px 0;
}
.head_main .right .i3 {
  width: 19px;
  background-position: -252px 0;
}
.logo {
  padding: 20px 0;
}
.logo .left img {
  display: block;
}
.logo .right i {
  width: 31px;
  height: 31px;
  background-position: -282px 0;
  float: left;
  margin-top: 30px;
}
.logo .right p {
  padding-left: 43px;
  color: #999;
  line-height: 18px;
  font-size: 17px;
  padding-bottom: 10px;
}
.logo .right h3 {
  padding-left: 43px;
  font-size: 29px;
  color: #333;
  line-height: 28px;
  font-family: arial;
  line-height: 32px;
}
.nav_main {
  border-top: 1px solid #ebebeb;
  width: 100%;
  line-height: 49px;
  height: 49px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #0085da;
}
.nav_main li:first-child {
  background: none;
}
.nav_main ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav_main li {
  float: left;
  position: relative;
  text-align: center;
  z-index: 9;
  background: url(../images/split.png) left center no-repeat;
  padding: 0 53px;
}
.nav_main li a {
  position: relative;
  font-size: 16px;
  width: 80px;
  display: block;
  text-align: center;
  zoom: 1;
}
.nav_main li a i {
  width: 80px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 7px;
  display: block;
  transition: ease-in-out 0.2s;
  z-index: 9;
}
.nav_main li a p {
  width: 100%;
  height: 49px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 49px;
  color: #fff;
}
.nav_main li:hover{
  background: #0000cc;
}
.nav_main li a:hover,
.nav_main li a.hover,
.nav_main li #hover2 {
  cursor: pointer;
}
.nav_main li a:hover i,
.nav_main li a.hover i,
.nav_main li #hover2 i {
  width: 80px;
  bottom: 0;
  background: url(../images/nav_on.png) no-repeat center;
}
.nav_main li a:hover p,
.nav_main li a.hover p,
.nav_main li #hover2 p {
  color: #fff;
}
.nav_main dl {
  width: 120px;
  border-radius: 0 0 3px 3px;
  padding-bottom: 3px;
  display: none;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 49px;
  z-index: 1555;
  border-top: none;
}
.nav_main dl dd {
  height: 40px;
  border-top: 1px solid #ddd;
  text-align: center;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  line-height: 40px;
}
.nav_main dl dd a {
  color: #666;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.nav_main dl dd a:hover {
  color: #0085da;
}
.nav_main dl dd a {
  transition: ease-in-out 0.2s;
  line-height: 40px;
}
.banner_main .slideTxtBox {
  width: 100%;
  overflow: hidden;
  height: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner_main .slideTxtBox .hd {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 46px;
  text-align: center;
}
.banner_main .slideTxtBox .hd ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.banner_main .slideTxtBox .hd ul li {
  width: 45px;
  height: 5px;
  background: #fff;
  float: left;
  margin: 0 5px;
}
.banner_main .slideTxtBox .hd ul li.on {
  background: #0085da;
}
.banner_main .slideTxtBox .bd ul {
  zoom: 1;
}
.banner_main .slideTxtBox .bd li {
  width: 1920px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
  text-align: center;
}
.banner_main .slideTxtBox .bd li img {
  display: block;
  width: 1920px;
  height: 700px;
}
.banner_main .prev,
.banner_main .next {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  background: url(../images/banner-btn.png) no-repeat 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner_main .prev:hover,
.banner_main .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner_main .prev {
  left: 65px;
  background-position: 0 center;
}
.banner_main .next {
  right: 65px;
  background-position: -76px center;
}
.search_main {
  background: #f5f5f7;
  padding: 25px 0;
  height: 50px;
  line-height: 50px;
}
.search_main b {
  color: #3c83ff;
}
.search_main a {
  padding: 0 16px;
}
.search_main a:hover {
  color: #3c83ff;
}
.search_main .right {
  position: relative;
}
.search_main .right .input {
  width: 428px;
  background: #fafafa;
  height: 18px;
  line-height: 18px;
  padding: 15px 0px;
  border: none;
  border: 1px solid #e6e6e6;
  border-right: none;
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 10px;
  outline: none;
}
.search_main .right .btn {
  width: 61px;
  height: 50px;
  border: none;
  background-position: -321px 0;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}
.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 30px;
  padding-top: 47px;
  padding-bottom: 8px;
  font-weight: bold;
}
.index_title h3 b {
  color: #3c83ff;
}
.index_title img {
  display: block;
  margin: 0 auto 25px;
}
.floor_1 {
  margin-bottom: 80px;
}
.floor_1 .body .left {
  width: 225px;
  background: #3c83ff; z-index:2;  position:relative;
  height: 554px;
}
.floor_1 .body .left li {
  border-bottom: 1px solid #4c8dff;
  line-height: 75px; height:75px; *vertical-align:top;
  font-size: 16px;
  padding: 0 40px; position:relative;
}
.floor_1 .picScroll-left{position:relative; height:211px;   }
.floor_1		.picScroll-left .hd{   }
.floor_1		.picScroll-left .hd .prev,.picScroll-left .hd .next{ width: 40px;cursor:pointer;
    height: 80px;
    background: #bcbcbc;
    text-align: center;
    position: absolute;
    top:50%; margin-top:-40px;
    left: -85px;}
.floor_1 .picScroll-left .hd .next{    left: auto;
    right: -85px;}
.floor_1 .picScroll-left2{ padding-top:50px;}
.floor_1 .picScroll-left .hd .next i{background-position:-178px -57px;   }
.floor_1 .picScroll-left .hd .prev i,.picScroll-left .hd .next i{width: 13px;
    height: 22px;
    background-position: -162px -57px;
    margin-top: 32px;}
.floor_1		.picScroll-left .bd{   }
.floor_1		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.floor_1		.picScroll-left .bd ul li{ margin-right:16px; float:left; _display:inline; overflow:hidden; text-align:center;width:282px;  }
.floor_1		.picScroll-left .bd ul li img{width: 282px; height: 211px;    display: block;    transition: ease-in-out .2s;}
.floor_1		.picScroll-left .bd ul li:hover img{ transform: scale(1.1);}

.floor_1 .picScroll-left .hd .next:hover {
  background: #0085da;
}
.floor_1 .picScroll-left .hd .prev:hover {
  background:#0085da;
}


.floor_1 .body .left li dl{position:absolute;left:225px; top:0;display:none; z-index:10;background:#fff;border:1px solid #ddd; border-left:none;width:170px;border-bottom:none;}
.floor_1 .body .left li dl dd{height:44px;line-height:44px;text-align:center;font-size:12px; border-bottom:1px solid #ddd;}
.floor_1 .body .left li dl dd a{color:#333;height:44px;line-height:44px;text-align: left;margin-left: 15px;font-size: 14px;}
.floor_1 .body .left li dl dd:hover{background:#0085da;color:#fff;}
.floor_1 .body .left li dl dd a:hover{color:#fff;}
.floor_1 .body .left li a {
  color: #fff;
  width: 100%;
  height:75px;overflow:hidden;
  display: block;
}
.floor_1 .body .left li:hover {
  background: #0085da;
}
.floor_1 .body .left li:hover dl{display:block;}
.floor_1 .body .left .box {
  text-align: center;
  color: #fff;
}
.floor_1 .body .left .box img {
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  padding-bottom: 18px;
}
.floor_1 .body .left .box h3 {
  background: url(../images/f1_line.png) center center no-repeat;
}
.floor_1 .body .left .box p {
  font-size: 28px;
  padding-top: 10px;
}
.floor_1 .body .right {
  width: 950px; z-index:1; position:relative;
}
.floor_1 .body .right .tit {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #ebebeb;
}
.floor_1 .body .right .tit .fl {
  background: url(../images/f1_tit.png) left no-repeat;
  width: 250px;
  padding-left: 29px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.floor_1 .body .right .tit .fr {
  font-size: 16px;
  padding-right: 23px;
}
.floor_1 .body .right .tit a:hover {
  color: #0085da;
}
.floor_1 .body .right .slideTxtBox {
  margin-top: 20px;
  position: relative;
}
.floor_1 .body .right .slideTxtBox .hd {
  position: absolute;
  right: 323px;
  bottom: 20px;
  z-index: 10;
}
.floor_1 .body .right .slideTxtBox .hd li {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #fff;
  float: left;
  margin-left: 10px;
}
.floor_1 .body .right .slideTxtBox .hd .on {
  background: #0085da;
}
.floor_1 .body .right .slideTxtBox .bd .img {
  float: left;
}
.floor_1 .body .right .slideTxtBox .bd .img img {
  width: 579px;
  height: 435px;
  display: block;
}
.floor_1 .body .right .slideTxtBox .bd .text {
  border: 1px solid #dedede;
  width: 220px;
  float: left;
  border-left: none;
  height: 433px;
  padding: 0 40px;
}
.floor_1 .body .right .slideTxtBox .bd .text h3 {
  font-weight: bold;
  font-size: 22px;
  padding-top: 50px;
  padding-bottom: 32px;
}
.floor_1 .body .right .slideTxtBox .bd .text span {
  display: block;
  width: 20px;
  height: 3px;
  background: #7e7e7e;
  margin-bottom: 20px;
}
.floor_1 .body .right .slideTxtBox .bd .text p {
  line-height: 30px;
  color: #666;
  padding-bottom: 54px;
}
.floor_1 .body .right .slideTxtBox .bd .text a {
  display: block;
  width: 106px;
  height: 31px;
  line-height: 31px;
  background: #3c83ff;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: ease-in-out .2s;
}
.floor_1 .body .right .slideTxtBox .bd .text .wxbtn {
  background: #0085da;
}
.floor_1 .body .right .slideTxtBox .bd .text a:hover {
  width: 100%;
}
.floor_1 .body .right .bott {
  overflow: hidden;
  margin-top: 22px;
}
.floor_1 .body .right .bott ul {
  width: 115%;
}
.floor_1 .body .right .bott li {
  width: 305px;
  float: left;
  margin-right: 16px;
  font-size: 15px;
  line-height: 45px;
}
.floor_1 .body .right .bott li .img {
  display: block;

  overflow: hidden;
}
.floor_1 .body .right .bott li img {
  width: 100%;

  display: block;
  transition: ease-in-out .2s;
}
.floor_1 .body .right .bott li i {
  width: 16px;
  height: 16px;
  background-position: 0 0;
  float: right;
  margin-top: 15px;
}
.floor_1 .body .right .bott li:hover img {
  transform: scale(1.1);
}
.floor_1 .body .right .bott li:hover a {
  color: #0085da;
}
.floor_2_main {
  background: url(../images/f2_bg.png) no-repeat center center;
  width: 100%;
  height: 179px;
}
.floor_2_main .left h3 {
  font-size: 38px;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 27px;
}
.floor_2_main .left p {
  color: #fff;
}
.floor_2_main .left p i {
  width: 22px;
  height: 21px;
  background-position: -24px 0;
  margin-right: 10px;
}
.floor_2_main .left p span {
  margin-right: 20px;
}
.floor_2_main .right {
  padding-top: 42px;
}
.floor_2_main .right i {
  width: 83px;
  height: 83px;
  background-position: 0 -31px;
  float: left;
  margin-top: 15px;
}
.floor_2_main .right p {
  background: url(../images/f2_line.png) center center no-repeat;
  width: 194px;
  text-align: center;
  color: #fff;
  margin-left: 103px;
}
.floor_2_main .right h3 {
  color: #fff;
  font-size: 28px;
  margin-left: 103px;
  padding-bottom: 10px;
  font-weight: bold;
}
.floor_2_main .right a {
  display: block;
  width: 194px;
  height: 31px;
  line-height: 31px;
  border-radius: 3px;
  text-align: center;
  background: #0085da;
  color: #fff;
  margin-left: 103px;
  transition: ease-in-out .2s;
}
.floor_2_main .right a:hover {
  background: #3c83ff;
}
.floor_3_main {
  background: #eee;
  padding-bottom: 84px;
  *padding-bottom: 104px;
}
.floor_3_main li {
  background: #fff;
  height: 190px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.floor_3_main li .left {
  width: 570px;
}
.floor_3_main li .left img {
  float: left;
  display: block;
  width: 99px;
  height: 65px;
  padding-top: 30px;
}
.floor_3_main li .left h3 {
  font-size: 28px;
  color: #0085da;
  font-weight: bold;
  margin-left: 129px;
  padding-top: 30px;
}
.floor_3_main li .left span {
  display: block;
  width: 20px;
  height: 2px;
  background: #a6a6a6;
  margin: 18px 0;
  margin-left: 129px;
  transition: ease-in-out .2s;
}
.floor_3_main li .left p {
  line-height: 23px;
  margin-left: 129px;
  height: 92px;
  overflow: hidden;
  font-size: 20px;
}
.floor_3_main li .right {
  padding-right: 20px;
}
.floor_3_main li .right img {
  width: 540px;
  height: 190px;
  display: block;
}
.floor_3_main .l2 .left {
  float: right;
  width: 540px;
  padding-right: 20px;
}
.floor_3_main .l2 .right {
  float: left;
  padding-right: 0;
  padding-left: 20px;
}
.floor_3_main li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_3_main li:hover span {
  width: 140px;
}
.floor_7_main {
  background: #0074be;
  overflow: hidden;
  margin-bottom: 10px;
}
.floor_7 .title {
  color: #fff;
}
.floor_7 .title p {
  color: #fff;
}
.floor_7 {
  padding: 60px 0 40px 0;
  position: relative;
}
.liuc {
  position: relative;
}
.liuc .bd {
  overflow: hidden;
  width: 100%;
  *zoom: 1;
  position: relative;
}
.liuc li {
  float: left;
margin-top: 20px;}
.liuc li .jtou {
  width: 120px;
  height: 100px;
  background: url(../images/jtou.png) no-repeat center;
  float: left;
  display: block;
}
.liuc li img {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
}
.liuc li p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: left;
}
.liuc li:last-child .jtou {
  display: none;
}
.liuc a.btn {
  width: 45px;
  height: 45px;
}
.liuc a.btn.prev {
  background-position: -100px -98px;
}
.liuc a.btn.prev:hover {
  background-position: -150px -98px;
}
.liuc a.btn.next {
  background-position: -200px -98px;
}
.liuc a.btn.next:hover {
  background-position: -250px -98px;
}
.liuc li:hover img {
  animation: flipInY 1.2s ease-out forwards;
  -webkit-animation: flipInY 1.2s ease-out forwards;
}
.floor_4_main { background:#23a981;
  background: linear-gradient(to right, #3888ed, #23a981);
  padding-bottom:80px;
  width: 100%;
 
}
.floor_4_main .index_title h3 {
  color: #fff;
}
.floor_4_main .body li {
  float: left;
  width: 290px;
  margin: 5px;
  background: #fff;
}
.floor_4_main .body li .img {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
}
.floor_4_main .body li .img img {
  display: block;
  position: absolute;
  left: 0;
  width:100%;
  height: 225px;
  top:0px;
  transition: ease-in-out .2s;
}
.floor_4_main .body li .img i {
  width: 36px;
  height: 19px;
  background-position: -105px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
}
.floor_4_main .body li .text {
  display: block;
  width:100%;

  text-align: center;
}
.floor_4_main .body li .text h3 {
  font-size: 18px;
line-height: 40px;
}
.floor_4_main .body li .text span {
  display: block;
  width: 16px;
  height: 2px;
  background: #3c83ff;
  margin: 15px auto;
}
.floor_4_main .body li .text p {
  line-height: 22px;
  color: #666;
  padding: 0 30px;
}
.floor_4_main .body .l2 .img i {
  background-position: -146px 0;
  bottom: auto;
  top: 0;
}
.floor_4_main .body .l2 .text {
  float: left;
}
.floor_4_main .body li:hover {
  background: #0085da;
}
.floor_4_main .body li:hover .img i {
  background-position: -105px -19px;
}
.floor_4_main .body li:hover .img img {
  transform: scale(1.1);
}
.floor_4_main .body li:hover .text h3 {
  color: #fff;
}
.floor_4_main .body li:hover .text span {
  background: #fff;
}
.floor_4_main .body li:hover .text p {
  color: #fff;
}
.floor_4_main .body .l2:hover .img i {
  background-position: -146px -19px;
}
.floor_4_main .more {
  text-align: center;
  padding-top: 60px;
}
.floor_4_main .more a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3c83ff;
  color: #fff;
  padding: 8px 32px;
  margin: 0 10px;
  border: 1px solid #3c83ff;
}
.floor_4_main .more a:first-child {
  border: 1px solid #fff;
  background: none;
}
.floor_4_main .more a:hover {
  background: #0085da;
  border: 1px solid #0085da;
}
.floor_4_main .more a:first-child:hover {
  background: #0085da;
}
.floor_5_main {
  background: url(../images/f5_bg.png) center top no-repeat;
  width: 100%;
  height: 520px;
}
.floor_5_main .left {
  padding-top: 110px;
}
.floor_5_main .right {
  width: 600px;
}
.floor_5_main .right h3 {
  font-size: 26px;
  padding-top: 145px;
  font-weight: bold;
}
.floor_5_main .right span {
  display: block;
  width: 45px;
  height: 2px;
  background: #2ab773;
  /*margin: 36px 0;*/
  margin: 36px 0 10px 0;
}
.floor_5_main .right p {
  line-height: 30px;
}
.floor_5_main .right .bott {
  padding-top:100px;
}
.floor_5_main .right .bott a {
  width: 149px;
  height: 42px;
  background: #0085da;
  display: block;
  text-align: center;
  margin-top: 10px;
  transition: ease-in-out .2s;
}
.floor_5_main .right .bott a i {
  width: 36px;
  height: 5px;
  background-position: -92px -55px;
  margin-top: 21px;
  float: left;
  margin-left: 52px;
}
.floor_5_main .right .bott a:hover {
  background: #3c83ff;
}
.floor_5_main .right .bott .fr {
  color: #fff;
}
.floor_5_main .right .bott .fr h4 {
  font-size: 26px;
  font-family: arial;
}
.floor_5_main .right .bott .fr span {
  width: 18px;
  background: #fff;
  margin: 18px 0 0;
}
.floor_6 {
  padding-bottom: 100px;
}
.floor_6 .floor_5_1 {
  width: 1200px;
  height: 452px;
}
.floor_6 .floor_5_1 .floor_5_z {
  float: left;
  width: 600px;
  height: 452px;
  position: relative;
}
.floor_6 .floor_5_1 .floor_5_z a {
  display: block;
}
.floor_6 .floor_5_1 .floor_5_z .dk {
  height: 213px;
  width: 600px;
  border-top: none;
}
.floor_6 .floor_5_1 .floor_5_z .img {
  height: 240px;
  width: 600px;
  overflow: hidden;
  display: block;
  position: relative;
}
.floor_6 .floor_5_1 .floor_5_z img {
  height: 338px;
  width: 600px;
  background-size: 100%;
  display: block;
  transition: all .36s ease;
  position: absolute;
  left: 0;
  top: -49px;
}
.floor_6 .floor_5_1 .floor_5_z h3 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  width: 600px;
  display: block;
  padding-top: 30px;
}
.floor_6 .floor_5_1 .floor_5_z p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  width: 600px;
  margin-top: 18px;
  height: 98px;
}
.floor_6 .floor_5_1 .floor_5_z i {
  display: block;
  font-size: 16px;
  color: #434343;
  margin: 0;
  padding: 0;
  width: 198px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: #e5e5e5 solid 1px;
  border-radius: 6px;
}
.floor_6 .floor_5_1 .floor_5_z em {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #0085da;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Arial";
  position: absolute;
  left: 0;
  top: 0;
}
.floor_6 .floor_5_1 .floor_5_z em span {
  display: block;
  font-size: 60px;
  color: #fff;
  line-height: 50px;
  padding-top: 14px;
}
.floor_6 .floor_5_1 .floor_5_z:hover h3 {
  color: #0085da;
}
.floor_6 .floor_5_1 .floor_5_z:hover p,
.floor_6 .floor_5_1 .floor_5_z:hover i span {
  color: #333;
}
.floor_6 .floor_5_1 .floor_5_z i:hover {
  background-color: #0085da;
  color: #fff;
  border: #0085da solid 1px;
  cursor: pointer;
}
.floor_6 .floor_5_1 .floor_5_z a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.floor_6 .floor_5_1 .floor_5_y {
  float: right;
  width: 550px;
  height: 452px;
}
.floor_6 .floor_5_1 .floor_5_y ul {
  display: block;
  width: 550px;
  height: 452px;
  margin: 0 auto;
}
.floor_6 .floor_5_1 .floor_5_y ul li {
  height: 103px;
  width: 550px;
  margin: 0 auto;
  margin-bottom: 28px;
  position: relative;
  border-bottom: #b9b9b9 dashed 1px;
  padding-bottom: 28px;
}
.floor_6 .floor_5_1 .floor_5_y ul li em {
  float: left;
  display: block;
  width: 98px;
  height: 98px;
  border: #e5e5e5 solid 1px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: "Arial";
  position: absolute;
  left: 0;
  top: 0;
}
.floor_6 .floor_5_1 .floor_5_y ul li em span {
  display: block;
  font-size: 60px;
  color: #333;
  line-height: 50px;
  padding-top: 14px;
}
.floor_6 .floor_5_1 .floor_5_y ul li a {
  display: block;
  width: 550px;
  height: 100px;
  cursor: pointer;
}
.floor_6 .floor_5_1 .floor_5_y ul li h3 {
  width: 400px;
  float: right;
  height: 100px;
}
.floor_6 .floor_5_1 .floor_5_y ul li p {
  font-size: 18px;
  color: #333;
  width: 400px;
  line-height: 18px;
}
.floor_6 .floor_5_1 .floor_5_y ul li p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-top: 18px;
  font-weight: normal;
}
.floor_6 .floor_5_1 .floor_5_y ul li:hover i,
.floor_6 .floor_5_1 .floor_5_y ul li:hover i span {
  color: #2e63bc;
}
.floor_6 .floor_5_1 .floor_5_y ul li.li1 {
  display: none;
}
.floor_6 .floor_5_1 .floor_5_y ul li:hover p {
  font-weight: bold;
  color: #0085da;
}
.floor_6 .floor_5_1 .floor_5_y ul li:hover em,
.floor_6 .floor_5_1 .floor_5_y ul li:hover em span {
  color: #0085da;
}
.floor_6 .floor_5_1 .floor_5_y ul li.li1 {
  display: none;
}
.bottom_main {
  background: #0074be;
  padding-top: 50px;
  padding-bottom: 16px;
}
.bottom_main .fl {
  width: 130px;
}
.bottom_main .fl img {
  width: 130px;
  height: 130px;
}
.bottom_main .fr {
  width: 985px;
}
.bottom_main .fr .left h3 {
  font-size: 18px;
  color: #dfdfdf;
  padding-bottom: 30px;
}
.bottom_main .fr .left span {
  display: block;
  width: 20px;
  height: 2px;
  background: #0085da;
  margin-bottom: 22px;
}
.bottom_main .fr .left p {
  color: #dfdfdf;
  padding-bottom: 14px;
}
.bottom_main .fr .left li {
  color: #fff;
  float: left;
  width: 221px;
}
.bottom_main .fr .left ul {
  border-bottom: 1px solid #f1f1f1;

}
.bottom_main .fr .left h4 {
  font-weight: 100;
  color: #999;
  font-size: 12px;
  padding-top: 22px;
}
.bottom_main .fr .left h4 a {
  color: #999;
}
.bottom_main .fr .left h4 a:hover {
  color: #fff;
}
.bottom_main .fr .right {
  width: 210px;
  overflow: hidden;
}
.bottom_main .fr .right ul {
  width: 150%;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
}
.bottom_main .fr .right li {
  width: 149px;
  float: left;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
}
.bottom_main .fr .right li a {
  color: #f1f1f1;
}
.bottom_main .fr .right li a:hover {
  color: #fff;
}
.bottom_main .fr .right .a {
  margin-top: 41px;
}
.bottom_main .fr .right .a a {
  background: #0085da;
  width: 190px;
  height: 38px;
  line-height: 38px;
  display: block;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.bottom_main .fr .right .a a i {
  width: 6px;
  height: 12px;
  background-position: -196px 0px;
  position: absolute;
  right: 18px;
  top: 15px;
  transition: ease-in-out .2s;
}
.bottom_main .fr .right .a a:hover {
  background: #3c83ff;
}
.bottom_main .fr .right .a a:hover i {
  right: 30px;
}
/*# sourceMappingURL=style.css.map */


.proShow .right{
  width: 955px;
  padding: 30px;
  border: 1px solid #eee;
}

.proShow .ul_1.clear {
  padding-top:50px;
}

.proShow .ul_1 .right .share_rTitle .dl_1 {
  line-height: 43px;
}

.proShow .right .content .r_1 {
}

.proShow .right .content .r_1 .sub_left img {
  display: block;
  border: 1px solid #ccc;
}

.proShow .right .content .r_1 .sub_right {
  width: 508px;
}
.proRtitle {
  min-height: 56px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.clear {
  clear: both;
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sub_left, .s_left {
  float: left;
}
.proShow .right .content .r_1 .sub_left img {
  display: block;
  border: 1px solid #ccc;
}
.proShow .right .content .r_1 .sub_right {
  width: 508px;
}
.right, .sub_right, .s_right {
  float: right;
}
.proShow .right .content .r_1 .sub_right .proName {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
}
.proShow .right .content .r_1 .sub_right .canShu, .proShow .right .content .r_1 .sub_right .canShu p, .proShow .right .content .r_1 .sub_right .canShu span, .proShow .right .content .r_1 .sub_right .canShu td {
  line-height: 32px !important;
  font-size: 16px !important;
  color: #090909 !important;
}
.proShow .right .content .r_1 .sub_right .canShu table {
  width: 100% !important;
  margin: 0 auto !important;
}
.proShow .right .content .r_1 .sub_right .canShu table, .proShow .right .content .r_1 .sub_right .canShu td {
  border: 0px !important;
}

  .mmm{ display:none;}
  .pc{ display:block;}
}
/*手机*/
@media only screen and (max-width: 768px) {

  .pc {
    display: none;
  }

  .mmm {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }
  .ease {
    transition: all .3s linear;
  }
  a,
  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #333;
    text-decoration: none;
  }
  html {
    width: 100%;
    min-height: 100%;
  }
  body {
    width: 100%;
    min-height: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font: .24rem/1.6 "Microsoft Yahei", Arial;
    color: #333;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  body:before,
  body:after {
    content: "";
    width: 100%;
    display: block;
  }
  body:before {
    height: 1rem;
  }
  body:after {
    height: .9rem;
  }
  img {
    border: 0px;
  }
  em,
  b {
    font-style: normal;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    font-size: .2rem;
  }
  ul,
  ol {
    list-style-type: none;
  }
  input,
  button,
  textarea {
    outline: none;
    font-family: "Microsoft Yahei", Arial;
    font-size: .24rem;
    -webkit-appearance: none !important;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
  }
  .hidden {
    display: none;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
  /*公用样式*/
  .layout {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    background: #000;
    opacity: 1;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .por {
    position: relative;
  }
  .poa {
    position: absolute;
  }
  .tac {
    text-align: center;
  }
  .ico,
  .icobef:before,
  .icobef:after {
    background: url(../images/ico.png) no-repeat;
    display: inline-block;
    background-size: 5rem auto;
    vertical-align: middle;
  }
  .icobef:before,
  .icobef:after {
    content: "\20";
    display: block;
  }
  /*清除浮动*/
  .clearfix {
    *zoom: 1;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 1rem; box-shadow: 1px 2px .04rem rgba(0, 0, 0, 0.2);
  }
  .header .logo {
    margin: .23rem 0 0 76px;
    display: block;
  }
  .shadow3 .right{
    width: 95%;
    padding: 30px;
    border: 1px solid #eee;
  }

  .shadow3 .ul_1.clear {
    padding-top:50px;
  }

  .shadow3 .ul_1 .right .share_rTitle .dl_1 {
    line-height: 43px;
  }

  .shadow3 .right .content .r_1 {
  }

  .shadow3 .right .content .r_1 .sub_left img {
    display: block;
    border: 1px solid #ccc;
  }

  .shadow3 .right .content .r_1 .sub_right {
    width: 508px;
  }
  .proRtitle {
    min-height: 56px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .s_left {
    float: left;
  }
  .shadow3 .right .content .r_1 .sub_left img {
    display: block;
    border: 1px solid #ccc;
  }
  .shadow3 .right .content .r_1 .sub_right {
    width: 508px;
  }
  .right, .s_right {
    float: right;
  }
  .shadow3 .right .content .r_1 .sub_right .proName {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
  }
  td {
    line-height: 32px !important;
    font-size: 16px !important;
    color: #090909 !important;
  }
  table {
    width: 100% !important;
    margin: 0 auto !important;
  }
  td {
    border: 0px !important;
  }
  tr {
    padding-bottom: 10px !important;
    display: block !important;
    width: 100% !important;
  }
  td:nth-child(1), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(3), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(5), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(7), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(9), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(11), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(13), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(15), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(17) {
    background: #0088da !important;
    color: #fff !important;
    text-align: justify !important;
    width: 120px !important;
    padding: 0 22px !important;
    text-align: justify !important;
    text-align-last: justify !important;
  }
  td:nth-child(2), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(4), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(6), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(8), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(10), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(12), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(14), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(16), .shadow3 .right .content .r_1 .sub_right .canShu td:nth-child(18) {
    background: none !important;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    width: 300px !important;
    padding: 0 19px !important;
  }
  .r_call {
    line-height: 48px;
    min-height: 48px;


    font-size: 18px;
    float: right;
    margin-top: 18px;
  }
  .x5 {
    background: url(../images/x5.png) no-repeat center right;
  }
  .txtBox {
    padding-top: 45px;
  }
  .proRtitle h2, .proRtitle p {
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 41px;
    line-height: 39px;
  }
  .shareTitle3 {
    background: url(../images/t5.png) no-repeat center bottom;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .shareTitle3 .cn {
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0;
    font-size: 25px;
    padding-bottom: 6px;
  }
  .content .r_1 .sub_right .bt {
    line-height: 42px;
    padding-top: 20px;
    text-align: center;
    float: left;
  }
  .content .r_1 .sub_right .bt a{
    color: #fff;
    background: #0088da;

  }
  .content .r_1 .sub_right .bt a {
    display: inline-block;

    text-align: center;
    font-size: 16px;

    border-radius: 100px;

    padding: 0px 20px;
  }
  li{
    list-style: none;
  }
  .header .logo img {
    height: .55rem;
    display: block;
  }
  .header .navBtn {
    width: .8rem;
    height: 1rem;
    text-align: center;
    position: absolute;
    right: .2rem;
    top: 0;
    z-index: 11;
    background: #fff;
  }
  .header .navBtn span {
    width: .64rem;
    height: .03rem;
    display: block;
    left: .2rem;
    z-index: 11;
    position: absolute;
    background: #3c83ff;
    transition-duration: .5s;
  }
  .header .navBtn span:first-child {
    top: .37rem;
  }
  .header .navBtn span:nth-child(2) {
    top: .61rem;
    transition-duration: .1s;
  }
  .header .navBtn span:nth-child(3) {
    top: .61rem;
  }
  .header .navBtn.close {
    z-index: 222;
  }
  .header .navBtn.close span {
    z-index: 222;
  }
  .header .navBtn.close span:nth-child(2) {
    left: -100%;
    opacity: 0;
  }
  .header .navBtn.close span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .header .navBtn.close span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
  .header .topsearch {
    width: .45rem;
    height: .45rem;
    position: absolute;
    left: .31rem;
    top: .3rem;
    text-align: center;
  }
  .header .topsearch:before {
    width: .45rem;
    height: .45rem;
    margin: .0rem auto 0;
    background-position: 0 0;
  }
  .header .on:before {
    background-position: -1.63rem 0;
  }
  /*tsearch*/
  .header .tsearch {
    width: 100%;
    height: 1rem;
    padding: .2rem 3%;
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 1122;
    background: #efefef;
    border-top: 1px solid #d3d3d3;
  }
  .header .tsearch .txt {
    width: 75%;
    color: #000;
    text-indent: .68rem;
    color: #666;
    font-size: .22rem;
    height: .6rem;
    background: none;
    border: 1px solid #bbb;
    position: absolute;
    left: 3%;
    top: .2rem;
  }
  .header .tsearch .btn {
    color: #fff;
    font-size: .22rem;
    width: 20%;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    border: 0px;
    background: #3c83ff;
    position: absolute;
    right: 3%;
    top: .2rem;
  }
  .header .tsearch:before {
    width: .45rem;
    height: .45rem;
    position: absolute;
    left: .3rem;
    top: .3rem;
    background-position: 0 0;
  }
  .header .tsearch.bsearch {
    display: block;
    position: relative;
    z-index: 10;
    margin: .3rem auto;
    background: none;
    border-top: 0;
    top: 0;
  }
  .header .tsearch.bsearch .txt {
    height: .76rem;
  }
  .header .tsearch.bsearch .btn {
    height: .76rem;
    line-height: .76rem;
  }
  .header .tsearch.bsearch:before {
    top: .36rem;
  }
  /* banner */
  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner,
  .banner li a {

    display: block;
    width: 100%;
  }
  .banner .list {
    float: left;
    width: 500%;
  }
  .banner .list li {
    float: left;
    width: 20%;
  }
  .banner .list img {
    display: block;
    width: 100%;
  }
  .banner {
    position: relative;
  }
  .banner .tip {
    text-align: center;
    height: .05rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.34rem;
    z-index: 10;
  }
  .banner .tip li {
    padding: .04rem;
    margin: 0 .05rem;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
  }
  .banner .tip li span {
    width: .45rem;
    height: .05rem;
    display: block;
    background: #fff;
  }
  .banner .tip li.cur span {
    width: .45rem;
    height: .05rem;
    background: #3c83ff;
  }
  .index_tit {
    text-align: center;
  }
  .index_tit h3 {
    font-weight: bold;
    font-size: .35rem;
    padding-top: .2rem;
  }
  .index_tit h3 b {
    color: #3c83ff;
  }
  .index_tit img {
    width: 4.63rem;
  }
  .floor_2 {
    padding-bottom: .6rem;
  }
  .floor_2 dl {
    margin: 0 3% 0;
  }
  .floor_2 dd {
    width: 32%;
    float: left;
    border: 1px solid #ddd;
    margin-right: 2%;
    text-align: center;
    margin-bottom: .2rem;
    line-height: .5rem;
  }
  .floor_2 dd a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .floor_2 dd:nth-child(3n) {
    margin-right: 0;
  }
  .floor_2 .picturePage {
    padding-bottom: 0;
  }
  .floor_2 .picturePage .item h3 {
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: .54rem;
  }
  .floor_2 .picturePage .item h3 i {
    width: .17rem;
    height: .17rem;
    background-position: -4.18rem 0;
    float: right;
    margin-top: .185rem;
  }
  .floor_2 img {
    margin-bottom: .1rem;
  }
  .more {
    width: 4rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #1fae6f;
    color: #fff;
    margin: 0 auto;
    margin-top: .2rem;
  }
  .more a {
    color: #fff;
    font-size: .28rem;
    display: block;
    width: 100%;
    height: 100%;
  }
  .floor_3 {
    background: url(../images/f3_bg.jpg) no-repeat center top;
    background-size: 6.4rem auto;
    width: 100%;
    height: 2.5rem;
    padding: 0 .2rem;
  }
  .floor_3 .body {
    padding-top: .53rem;
  }
  .floor_3 .left {
    color: #fff;
    font-size: .33rem;

    line-height: .33rem;
  }
  .floor_3 .left span {
    padding-top: .05rem;
    display: block;
  }
  .floor_3 .right {
    border-left: 1px solid #fff;

    box-sizing: border-box;
    height: .7rem;
    color: #fff;
    padding-left: .2rem;
  }
  .floor_3 .right span {
    display: block;
    width: 1.33rem;
    height: .27rem;
    line-height: .35rem;overflow:hidden;
    background: #1fae6f;
    border-radius: .03rem;
    font-size: .18rem;
  }
  .floor_3 .right i {
    width: .18rem;
    height: .18rem;
    background-position: -4.4rem 0;
    float: left;
    margin-left: .12rem;
    margin-right: .12rem;
    margin-top: .045rem;
  }
  .floor_3 .right p {
    font-size: .36rem;
    font-family: arial;
  }
  .floor_3 .bott {
    color: #fff;
    font-size: .19rem;
    margin-top: .3rem;
  }
  .floor_3 .bott i {
    width: .23rem;
    height: .22rem;
    background-position: -4.62rem 0;
    margin-right: .04rem;
  }
  .floor_3 .bott span {
    margin-right: .05rem;
  }
  .floor_4 {
    background: #f5f5f7;
    padding-bottom: .6rem;
  }
  .floor_4 .swiper-container {
    border: 1px solid #d6d6d6;
    margin: 0 .2rem;
    background: #fff;


  }
  .floor_4 .swiper-container .swiper-slide {
    padding: .2rem;
  }
  .floor_4 .swiper-container .img img {
    display: block;
    width: 100%;
  }
  .floor_4 .swiper-container .text {
    height: .75rem;
    line-height: .75rem;
    background: #3c83ff;
    color: #fff;
    text-align: center;
    font-size: .28rem;
  }
  .floor_4 .swiper-container .text img {
    height: .65rem;
    display: inline-block;
    vertical-align: middle;
  }
  .floor_4 .swiper-container p {
    margin: 10px;
  }
  .floor_4 .swiper-container-horizontal > .swiper-pagination-bullets,
  .floor_4 .swiper-pagination-custom,
  .floor_4 .swiper-pagination-fraction {
    bottom: .34rem;
  }
  .floor_4 .swiper-pagination-bullet-active {
    background: #1fae6f;
  }
  .floor_5 {
    background: linear-gradient(to right, #3888ed, #23a981);
    padding-bottom: .5rem;
  }
  .floor_5 .index_tit {
    padding-bottom: .4rem;
  }
  .floor_5 .index_tit h3 {
    color: #fff;
  }
  .floor_5 .picturePage .item {
    background: none;
    margin-bottom: .1rem;
  }
  .floor_5 .picturePage .item h3 {
    color: #fff;
  }
  .floor_5 .more {
    background: none;
    border: 1px solid #fff;
  }
  .floor_6 {
    padding: 0 .2rem;
    padding-bottom: .6rem;
  }
  .floor_6 .body{text-align:center;}
  .floor_6 .index_tit {
    background: none;
    padding-bottom: .4rem;
  }
  .floor_6 .body img {
    max-width: 100%;
  }
  .floor_6 .body h3 {

    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    padding-top: .34rem;
    background-size: 3.09rem auto;
  }
  .floor_6 .body p {
    padding-top: .3rem;text-align:left;
  }
  .floor_6 .more {
    background: #3c83ff;
  }
  .floor_7 {
    background: #f5f5f7;
    padding-bottom: .6rem;
  }
  .floor_7 .newsPage {
    padding-bottom: .1rem;
    margin-top: .3rem;
  }
  .floor_7 .newsPage .item {
    padding-right: 0;
  }
  .floor_7 .newsPage .item img {
    margin-right: 0;
    width: 2.32rem;
    border-radius: .05rem;
    height: 1.31rem;
  }
  .floor_7 .newsPage .item:last-child {
    border: none;
  }
  .floor_7 .newsPage .item {
    border-bottom: 1px solid #e6e6e6;
    background: none;
  }
  .floor_7 .newsPage .item h3 {
    width: 3.26rem;
    line-height: .45rem;
    font-size: .26rem;
    padding-top: 0;
  }
  .floor_7 .newsPage i {
    width: .28rem;
    height: .28rem;
    background-position: -3.8rem 0;
    margin-right: .1rem;
  }
  .floor_7 .more {
    background: #666;
  }
  /*.g-top*/
  .g-top {
    width: .84rem;
    height: .84rem;
    position: fixed;
    right: .1rem;
    bottom: 1.5rem;
    display: block;
    z-index: 99;
    background-position: 0 -.54rem;
  }
  /*footer*/
  .footer {
    width: 100%;
    padding: .2rem 3%;
    background: #fff;
    color: #444;
    font-size: .24rem;
    text-align: center;
  }
  /*bnav*/
  .footer .bnav {
    width: 100%;
  }
  .footer .bnav li {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
  .footer .bnav li a {
    width: 100%;
    display: block;
  }
  .footer .bnav li .nav1 {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    color: #444;
    font-size: .26rem;
    display: block;
  }
  .footer .bnav li .nav1:after {
    width: .25rem;
    height: .32rem;
    display: block;
    float: right;
    background-position: -.48rem 0;
    margin-top: .24rem;
  }
  .footer .bnav li .box {
    padding-bottom: .2rem;
    display: none;
  }
  .footer .bnav li .box a {
    height: .4rem;
    line-height: .4rem;
    font-size: .22rem;
    color: #444;
    opacity: .8;
  }
  .footer .bnav li.hover .nav1:after {
    display: block;
  }
  .footer .copyright {
    width: 100%;
    padding: .2rem 0;
    line-height: .45rem;
    font-size: .22rem;
  }
  .footer .copyright a {
    color: #444;
  }
  /* navBar */
  .navBar {
    width: 5rem;
    height: .7rem;
    position: fixed;
    bottom: .2rem;
    left: 50%;
    margin-left: -2.5rem;
    z-index: 100;
    background: #3c83ff;
    border-radius: .35rem;
    box-shadow: .01rem .01rem .05rem #3c83ff;
  }
  .navBar ul {
    width: 100%;
    height: .7rem;
    margin: 0 auto;
  }
  .navBar li {
    float: left;
    width: 25%;
    height: .7rem;
    border-left: 1px solid #78a7f9;
  }
  .navBar li a {
    width: 100%;
    height: .7rem;
    font-size: .22rem;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: .35rem 0 0 .35rem;
  }
  .navBar li a.hover {
    background: #2767d7;
  }
  .navBar li a:before {
    width: .60rem;
    height: .7rem;
    display: block;
    margin: 0 auto;
  }
  .navBar li:nth-child(1) {
    border: none;
  }
  .navBar li:nth-child(1) a:before {
    background-position: 0rem -1.4rem;
  }
  .navBar li:nth-child(2) a:before {
    background-position: -.58rem -1.4rem;
  }
  .navBar li:nth-child(3) a:before {
    background-position: -1.16rem -1.4rem;
  }
  .navBar li:nth-child(4) a:before {
    background-position: -1.80rem -1.4rem;
  }
  .navBar li:nth-child(3) a.hover {
    border-radius: 0 .35rem .35rem 0;
  }
  /*subNav*/
  .ease {
    transition: all .3s linear;
  }
  .subNav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 111;
    background: #252525;
    transform: translateX(100%);
  }
  .subNav .con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .subNav .title {
    height: 1rem;
    position: relative;
    padding-top: .04rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #cccccc;
    background: #fff;
  }
  .subNav .title .logo {
    padding: .2rem 3% 0 5%;
    display: block;
  }
  .subNav .title .logo img {
    height: .55rem;
    display: block;
  }
  .subNav .title .close {
    position: absolute;
    width: 1rem;
    height: .98rem;
    top: 0;
    right: 0px;
  }
  .subNav .title .close:before,
  .subNav .title .close:after {
    width: .4rem;
    height: .03rem;
    display: block;
    content: "\20";
    right: .3rem;
    top: .4rem;
    z-index: 11;
    position: absolute;
    background: #666666;
  }
  .subNav .title .close:before {
    transform: rotate(45deg);
    top: 50%;
  }
  .subNav .title .close:after {
    transform: rotate(-45deg);
    top: 50%;
  }
  .subNav .list {
    padding-top: .5rem;
  }
  .subNav .list li {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .8rem;
    text-align: center;
  }
  .subNav .list li a {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #444444;
    color: #fff;
  }
  .subNav .list li:hover,
  .subNav .list li.hover {
    background: #444444;
  }
  .subNav .subTel {
    margin-left: .4rem;
    margin-top: .3rem;
  }
  .subNav .subTel span {
    font-size: .22rem;
    line-height: .28rem;
    color: #333333;
  }
  .subNav .subTel a {
    color: #3c83ff;
    font-size: .46rem;
    display: block;
    font-weight: normal;
  }
  .subNavShow2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /***********************index css*****************/
  /*prolist*/
  .prolist .item {
    width: calc(48.5%);
    margin-right: 3%;
    margin-bottom: .2rem;
    float: left;
    position: relative;
  }
  .prolist .item a {
    width: 100%;
    display: block;
  }
  .prolist .item h3 {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background: #fff;
  }
  .prolist .item figure {
    width: 100%;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
  }
  .prolist .item figure img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
  }
  .prolist .item:nth-child(2n) {
    margin-right: 0;
  }
  /*ipro*/
  .iproduct {
    width: 100%;
    padding: .5rem 3% .4rem;
    background: #f0f0f0;
  }
  .iproduct .title {
    width: 100%;
    margin-bottom: .25rem;
    font-size: .34rem;
    font-weight: bold;
    color: #3c83ff;
  }
  .iproduct .title span {
    color: #999999;
    text-transform: uppercase;
    margin-left: .15rem;
  }
  .iproduct .title:after {
    width: .54rem;
    height: .3rem;
    margin-top: .1rem;
    background-position: -1.2rem 0;
  }
  .iproduct .tab {
    width: 100%;
    margin-bottom: .2rem;
  }
  .iproduct .tab a {
    width: 31.3%;
    margin-left: 3%;
    margin-bottom: .2rem;
    height: .68rem;
    line-height: .68rem;
    display: block;
    float: left;
    text-align: center;
    background: #fff;
  }
  .iproduct .tab a:nth-child(3n+1) {
    margin-left: 0;
  }
  .iproduct .morebtn {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    display: block;
    text-align: center;
    background: #fff;
  }
  /*inews*/
  .inews .title {
    width: 100%;
    height: 2.04rem;
    margin-bottom: .4rem;
    background: #bc2030;
    color: #fff;
    padding: .4rem 3% 0;
    font-size: .34rem;
    position: relative;
  }
  .inews .title .more {
    width: .84rem;
    height: .84rem;
    display: block;
    position: absolute;
    right: 3%;
    top: .58rem;
    background-position: -1.02rem -.5rem;
  }
  .inews .title span {
    display: block;
    font-size: .5rem;
    line-height: .5rem;
  }
  .inews .imglist {
    width: 6rem;
    padding-bottom: .4rem;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
  }
  .inews .imglist .list {
    width: 500%;
  }
  .inews .imglist .item {
    float: left;
    width: 6rem;
    padding-bottom: .4rem;
    background: #fff;
    display: block;
  }
  .inews .imglist .item a {
    display: block;
    width: 100%;
  }
  .inews .imglist .item img {
    width: 6rem;
    height: 3.38rem;
    display: block;
  }
  .inews .imglist .item .time {
    color: #666666;
    font-family: arial;
    display: block;
    padding: .3rem 0 .15rem;
  }
  .inews .imglist .item h3 {
    font-size: .3rem;
    color: #333333;
  }
  .inews .tip {
    width: 100%;
    height: .2rem;
    position: absolute;
    left: 0;
    bottom: .2rem;
  }
  .inews .tip span {
    width: .14rem;
    height: .14rem;
    border-radius: 100%;
    margin-right: .14rem;
    display: inline-block;
    vertical-align: top;
    background: #999999;
  }
  .inews .tip span.cur {
    background: #3c83ff;
  }
  /*iabout*/
  .iabout {
    width: 100%;
    padding-bottom: .8rem;
    position: relative;
    z-index: 20;
    background: #343434 url(../images/iaboutbg.jpg) no-repeat center bottom;
    background-size: 100% auto;
    color: #fff;
  }
  .iabout .img {
    width: 6rem;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .iabout .img img {
    width: 100%;
    display: block;
  }
  .iabout .tit1 {
    width: 3.5rem;
    height: 2rem;
    padding: .1rem;
    background: #da0a1b;
    position: absolute;
    right: 0;
    top: -.42rem;
    z-index: 20;
  }
  .iabout .tit1 .con {
    border: 1px solid #ed858d;
    color: #fff;
    padding: .28rem .3rem .3rem;
  }
  .iabout .tit1 .con .en {
    font-size: .34rem;
    line-height: .34rem;
    font-weight: bold;
    margin-bottom: .15rem;
    display: block;
    text-transform: uppercase;
  }
  .iabout .tit1 .con h3 {
    line-height: .35rem;
    font-size: .24rem;
  }
  .iabout .tit1 .con h3 span {
    font-size: .26rem;
    display: block;
  }
  .iabout .tit2 {
    font-size: .34rem;
    color: #fff;
    padding: .45rem 3% .18rem;
  }
  .iabout .txtcon {
    padding: 0 3% .5rem;
    font-size: .26rem;
    line-height: .5rem;
    color: #fff;
  }
  .iabout .more {
    width: 2.8rem;
    height: .7rem;
    line-height: .66rem;
    margin-left: 3%;
    color: #fff;
    text-align: center;
    border: .02rem solid #999999;
    font-weight: bold;
    display: block;
  }
  /**************category****************/
  .cateList {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #3c83ff;
    color: #fff;
    position: relative;
  }
  .cateList .goBack {
    width: .8rem;
    height: .8rem;
    padding-top: .25rem;
    position: absolute;
    left: .1rem;
    top: 0;
  }
  .cateList .goBack:before {
    width: .2rem;
    height: .32rem;
    display: block;
    margin: 0 auto;
    background-position: -.86rem 0;
  }
  .cateList h3 {
    font-size: .3rem;
  }
  .cateList h3 s {
    width: .22rem;
    height: .18rem;
    margin-left: .1rem;
    background-position: -1.23rem 0;
  }
  .cateList .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: .8rem;
    padding: .3rem 3% .2rem;
    z-index: 11;
    background: #fff;border-bottom:1px solid #ddd;
    display: none;
  }
  .cateList .box a {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: .15rem;
    height: .62rem;
    line-height: .6rem;
    border: 1px solid #dddddd;
    font-size: .26rem;
    text-align: center;
    display: block;
    float: left;
  }
  .cateList .box a:nth-child(2n) {
    margin-right: 0;
  }
  .cateList .box a.on {
    background: #3c83ff;
    border-color: #3c83ff;
    color: #fff;
  }
  .dialog-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #000;
    opacity: .8;
  }
  /*content*/
  .content {
    width: 100%;
    padding: .3rem 0 .3rem;
    background: #f0f0f0;
  }
  .content.iteam {
    padding: 0 3% .4rem;
  }
  /*newsPage*/
  .newsPage {
    padding-bottom: .4rem;
  }
  .newsPage .item {
    width: 94%;
    padding-right: .1rem;
    height: 1.5rem;
    display: block;
    background: #fff;
    margin: 0 auto .22rem;
  }
  .newsPage .item img {
    width: 2.66rem;
    height: 1.5rem;
    display: block;
    margin-right: .2rem;
  }
  .newsPage .item h3 {
    padding-top: .2rem;
    font-size: .26rem;
    line-height: .34rem;
    height: .88rem;
    margin-bottom: .06rem;
    overflow: hidden;
    color: #333333;
  }
  .newsPage .item .time {
    color: #999;
    font-size: .22rem;
  }
  .newsPage .item:first-child {
    padding-top: 0;
  }
  /*picturePage*/
  .picturePage {
    width: 100%;
    padding-bottom: 5%;
  }
  .picturePage .item {
    width: 45.5%;
    margin-left: 3%;
    margin-bottom: .3rem;
    float: left;
    background: #fff;

  }
  .picturePage .item a {
    display: block;
    width: 100%;
  }
  .picturePage .item figure {


    overflow: hidden;
    position: relative;

  }
  .picturePage .item img {
    width: 100%;
    min-height: 100%;

  }
  .picturePage .item h3 {
    text-align: center;
    line-height: .6rem;
    height: .6rem;
  }
  .searchPage .list {
    width: 100%;
    padding: 0;
  }
  .searchPage .list .item img {
    height: auto;
  }
  .seeMore {
    width: 94%;
    margin: 0 auto;
    height: .7rem;

    display: block;
    text-align: center;
    background: #fff;
  }
  .seeMore a{
    float: left;
    margin: 7px 5px;
    padding: 2px 10px;
    border: 1px solid #999;
  }
  /*reLink*/
  .reLink {
    margin: .2rem 3% .2rem;
    border: 1px solid #dddddd;
    color: #333;
  }
  .reLink .prevLink,
  .reLink .nextLink {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    position: relative;
    overflow: hidden;
    text-indent: .18rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  .reLink .prevLink:before,
  .reLink .nextLink:before {
    width: 0.16rem;
    height: 0.26rem;
    position: absolute;
    right: .18rem;
    top: .18rem;
    background-position: -4.45rem 0;
  }
  .reLink .nextLink {
    border-bottom: 0;
  }
  /*showInfo*/
  .showInfo {
    padding: 0 0 .2rem;
    overflow: hidden;
  }
  .showInfo article {
    width: 100%;
    padding: .3rem 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dddddd;
  }
  .showInfo article .title {
    margin: 0 2%;
    font-size: .36rem;
    line-height: .44rem;
    text-align: center;
  }
  .showInfo article .mark {
    font-size: .22rem;
    padding: .2rem 0 0;
    text-align: center;
    color: #666666;
  }
  .showInfo article .mark span {
    margin: 0 .06rem;
  }
  .showInfo .img {
    width: 94%;
    margin: .25rem auto;
  }
  .showInfo .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .showInfo .contxt {
    padding: .2rem 3% .4rem;
    line-height: .42rem;
    color: #666666;
  }
  .showInfo .contxt img {
    max-width: 100%;display:block;margin:0 auto;
    height: auto !important;
  }
  .showInfo .contxt iframe{width:100%;}
  /*imessage*/
  .imessage {
    margin-top: .6rem;
    margin-bottom: .4rem;
  }
  .imessage h2 {
    color: #333333;
    margin-bottom: .3rem;
    text-align: center;
    font-size: .28rem;
  }
  .imsg {
    width: 93%;
    margin: 0 auto;
  }
  .imsg .item {
    width: 100%;
    height: .67rem;
    box-sizing: border-box;
    margin-bottom: .28rem;
    position: relative;
    line-height: .67rem;
    border: 1px solid #aaaaaa;
    background: #fff;
  }
  .imsg .item span.red {
    position: absolute;
    left: .05rem;
    top: .02rem;
    color: red;
  }
  .imsg .item s {
    width: .35rem;
    height: .32rem;
    position: absolute;
    right: .1rem;
    top: .18rem;
  }
  .imsg .item s {
    background-position: -1.05rem -.98rem;
  }
  .imsg .item:nth-child(2) s {
    background-position: -1.46rem -.98rem;
  }
  .imsg .item:nth-child(3) s {
    background-position: -1.82rem -.98rem;
  }
  .imsg .item .txt {
    width: 100%;
    height: .65rem;
    text-indent: .2rem;
    line-height: .65rem;
    border: 0px;
    background: none;
    outline: none;
    color: #666;
  }
  .imsg .item.liuyan {
    width: 100%;
    margin-bottom: .2rem;
    height: 2.08rem;
  }
  .imsg .item.liuyan textarea {
    width: 100%;
    color: #666;
    overflow: hidden;
    box-sizing: border-box;
    padding: .1rem 0;
    text-indent: .2rem;
    height: 2.08rem;
    font-family: "微软雅黑";
    resize: none;
    border: 0;
    background: none;
  }
  .imsg .submit {
    width: 100%;
    height: .68rem;
    cursor: pointer;
    border: 0;
    line-height: .68rem;
    text-align: center;
    color: #fff;
    display: block;
    background: #3c83ff;
  }
  /*proPage*/
  .proPage .item {
    margin: 0 3% .4rem;
    background: #fcfafb;
    border-bottom: .04rem solid #e7e5e6;
  }
  .proPage .item a {
    display: block;
    width: 100%;
  }
  .proPage .item a img {
    width: 100%;
    display: block;
  }
  .proPage .item h3 {
    height: 1rem;
    line-height: 1rem;
    color: #333333;
    font-size: .28rem;
    font-weight: bold;
    padding-left: .2rem;
  }
  /*aboutPage*/
  .aboutPage {
    padding: .3rem 3% .4rem;
    color: #666;
    line-height: .38rem;
    box-sizing: border-box;
  }
  .aboutPage img {
    max-width: 100%;
  }
  /*contactPage*/
  .contactPage {
    padding-bottom: .3rem;
  }
  .contactPage .txtcon {
    padding: .2rem 3% .3rem;
  }
  .contactPage .imessage {
    position: relative;
  }
  .contactPage .miaod {
    position: absolute;
    width: 100%;
    height: .01rem;
    display: block;
    opacity: 0;
    left: 0;
    top: -1rem;
  }
  .contactPage .title {
    margin: .2rem 3% .2rem;
    color: #61b32e;
    font-size: .34rem;
    font-weight: bold;
  }
  .contactPage .mapArea {
    width: 100%;
    overflow: hidden;
    margin-top: .2rem;
  }
  .BMap_bubble_content {
    font-size: .2rem;
  }
  /*fenx*/
  #nativeShare {
    margin: 0 auto;
    width: 100%;
    padding-top: 0.3rem;
    max-width: 640px;
    min-width: 320px;
  }
  #nativeShare .label {
    margin-left: 0.2rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.6rem;
  }
  #nativeShare .list {
    width: 5.4rem;
    float: right;
  }
  #nativeShare .list span {
    height: 0.9rem;
    width: 0.9rem;
    padding: 0;
    display: inline-block;
  }
  #nativeShare .list span i {
    margin: 0 auto;
    width: 0.63rem;
    height: 0.63rem;
    display: block;
  }
  #nativeShare .weibo i {
    background-image: url('../images/weibo.png');
    background-size: cover;
  }
  #nativeShare .weixin i {
    background-image: url('../images/weixin_friend.png');
    background-size: cover;
  }
  #nativeShare .weixin_timeline i {
    background-image: url('../images/weixin.png');
    background-size: cover;
  }
  #nativeShare .qq i {
    background-image: url('../images/qq.png');
    background-size: cover;
  }
  #nativeShare .qzone i {
    background-image: url('../images/qqzone.png');
    background-size: cover;
  }
  #nativeShare .more i {
    background-image: url('../images/more.png');
    background-size: cover;
  }
  #nativeShare .list span.qzone,
  #nativeShare .list span.more {
    width: 0.73rem;
  }
  #fenxiang {
    display: none;
  }
  .fenx {
    height: 1.0rem;
    width: 100%;
  }
  .fenx .tt {
    margin-left: 0.2rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.6rem;
  }
  .fenx .bdsharebuttonbox {
    width: 80%;
    float: right;
  }
  .fenx .bdsharebuttonbox a {
    margin-left: 0.2rem;
  }
  #bdfx a {
    height: 0.6rem;
    width: 0.6rem;
    margin: 0;
    padding: 0;
    margin: 0px 0.08rem;
    display: inline-block;
  }
  #bdfx .d1 {
    background: url(../images/qqzone.png) no-repeat center;
    background-size: 100% 100%;
  }
  #bdfx .d2 {
    background: url(../images/weibo.png) no-repeat center;
    background-size: 100% 100%;
  }
  embed {
    width: 100% !important;
    height: auto !important;
  }
  .erro img{max-width:100%;}
  .floor_1{text-align:center;}
  .sitepath a { color: #554331; text-align: center; text-transform: Capitalize; font-size: 0.24rem; margin-right: 2%; display: inline-block; margin-left: 2%; }
  .sitepath a a:hover { color: #554331; }
  /*sitepath*/
  .sitepath { padding: 0 2%;
    line-height: .6rem;
    background: #fff; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

}
/*字体*/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}