body {
  font-family: "microsoft yahei", Arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  background: #ffffff;
  text-align: center;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
form,
input,
button,
option,
textarea,
select {
  margin: 0px;
  padding: 0px;
}
input,
button,
textarea,
select {
  font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #272727;
  font-family: "microsoft yahei";
}
span {
  font-family: "microsoft yahei";
}
p {
  font-family: "microsoft yahei";
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
th {
  font-weight: normal;
}
img {
  border: 0;
}
h1 {
  color: #33580a;
  font-weight: normal;
  line-height: 75px;
  width: 285px;
  font-size: 21px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h4 {
  font-size: 12px;
  font-weight: bold;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
.copy {
  font-family: Arial, Helvetica, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
img {
  border: none;
}
/*头部*/
header {
  width: 1002px;
  margin: 0 auto;
  height: 113px;
}
header .top {
  width: 587px;
  float: left;
}
header .top img {
  display: block;
  float: left;
  margin-top: 14px;
}
header .top .line {
  display: block;
  width: 1px;
  height: 48px;
  margin-top: 30px;
  margin-left: 27px;
  background: #b9b9b9;
  float: left;
}
header .top .top_txt {
  float: left;
  margin: 30px 0 0 25px;
}
header .top .top_txt p {
  color: #333333;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  text-align: left;
}
header .top .top_txt span {
  font-size: 14px;
  color: #7d7d7d;
}
header .tel {
  float: right;
  margin-top: 27px;
  background: url(../images/tel.png) no-repeat left top;
  padding-left: 50px;
}
header .tel .p1 {
  color: #808080;
  font-size: 14px;
}
header .tel .p1 span {
  color: #ffcc00;
  font-size: 16px;
  font-weight: bold;
}
header .tel .p2 {
  font-size: 20px;
  font-weight: bold;
  color: #008ed1;
  line-height: 27px;
}
/*导航*/
.nav {
  width: 100%;
  height: 42px;
  background: #008ed1;
}
.nav ul {
  width: 1002px;
  margin: 0 auto;
}
.nav ul > li {
  width: 125.25px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  float: left;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav ul > li a {
  color: #ffffff;
}
.nav ul > li .sub {
  display: none;
  width: 125.25px;
  left: 0;
  top: 42px;
  position: absolute;
  line-height: 36px;
  z-index: 1000;
}
.nav ul > li .sub li {
  width: 125.25px;
  height: 36px;
  line-height: 36px;
  background: #3dbefa;
  border-bottom: 1px solid #a8cde7;
}
.nav ul > li:hover,
.nav ul > li.on {
  background: #3dbefa;
  border-bottom: 1px solid #a8cde7;
}
/*banner*/
.fullSlide {
  position: relative;
  width: 100%;
  height: 423px;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
  height: 423px !important;
}
.fullSlide .bd ul li {
  width: 100% !important;
  text-align: center;
}
.fullSlide .bd ul li a {
  display: block;
  height: 423px;
  background-position: center;
  background-repeat: no-repeat;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  text-align: center;
  z-index: 1;
}
.fullSlide .hd ul li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  border-radius: 50%;
}
.fullSlide .hd .on {
  background: #3dbefa;
}
/*首页第一栏*/
.i_1 {
  width: 1002px;
  height: 303px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: #00000004 5px 5px 13px;
  top: -35px;
  position: relative;
}
.i_1 .search {
  padding: 28px 21px;
}
.i_1 .search span {
  color: #333333;
  font-size: 16px;
  float: left;
  line-height: 30px;
}
.i_1 .search ul {
  float: left;
  line-height: 30px;
  font-size: 14px;
}
.i_1 .search ul li {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding: 0 10px;
}
.i_1 form {
  float: right;
  width: 432px;
  height: 34px;
}
.i_1 form input {
  outline: none;
  box-sizing: border-box;
  width: 334px;
  height: 34px;
  border: 1px solid #e5e5e5;
  border-right: none;
  text-indent: 1em;
}
.i_1 form button {
  width: 98px;
  height: 34px;
  cursor: pointer;
  border: none;
  float: right;
  background: #008ed1 url(../images/search.png) no-repeat 20px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 30px;
}
.i_1 .cate {
  margin-top: 40px;
}
.i_1 .cate ul li {
  width: 222px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #e5e5e5;
  margin: 0 10px;
}
.i_1 .cate ul li .iconfont {
  margin-top: 19px;
  color: #008ed1;
  display: block;
  font-size: 51px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_1 .cate ul li div {
  position: absolute;
  width: 197px;
  height: 138px;
  top: 10px;
  left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.i_1 .cate ul li p {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_1 .cate ul li span {
  color: #333333;
  font-size: 12px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_1 .cate ul li hr {
  content: "";
  border: none;
  width: 22px;
  height: 3px;
  background: #008ed1;
  margin: 10px auto 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_1 .cate ul li:hover {
  background: -webkit-linear-gradient(#3ebefb, #018fd2);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3ebefb, #018fd2);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3ebefb, #018fd2);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#3ebefb, #018fd2);
  /* 标准的语法 */
}
.i_1 .cate ul li:hover i {
  color: #ffffff;
}
.i_1 .cate ul li:hover p {
  color: #ffffff;
}
.i_1 .cate ul li:hover span {
  color: #ffffff30;
}
.i_1 .cate ul li:hover hr {
  background: #ffcc00;
}
/*首页第二栏*/
.i_2 {
  width: 1002px;
  margin: 0 auto;
}
.i_2 .title .p1 {
  color: #33333330;
  font-size: 14px;
  letter-spacing: 5px;
}
.i_2 .title .s1 {
  text-align: center;
  font-size: 26px;
  color: #008ed1;
  font-weight: bold;
  line-height: 33px;
}
.i_2 .title .s2 {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -12.7px;
  float: right;
  line-height: 34px;
}
.i_2 .title .p2 {
  color: #b2b2b2;
  font-size: 12px;
  margin-top: 13px;
}
.i_2 ul {
  margin-top: 40px;
}
.i_2 ul li {
  width: 185px;
  height: 223px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  position: relative;
}
.i_2 ul li .img {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 1px solid #0c93d3;
  border-radius: 50%;
  left: 27px;
  z-index: 1;
  overflow: hidden;
}
.i_2 ul li .img img {
  display: block;
  border-radius: 50%;
      width: 100%;
    height: 100%;
}
.i_2 ul li .info {
  position: absolute;
  width: 100%;
  height: 160px;
  background: #f2f2f2;
  bottom: 0;
}
.i_2 ul li .info p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 88px;
}
.i_2 ul li .info span {
  color: #b2b2b2;
  font-size: 12px;
  text-transform: uppercase;
}
.i_2 ul li .info hr {
  width: 17px;
  height: 1px;
  border: none;
  background: #919191;
  margin: 15px auto;
}
/*首页第三栏*/
.i_3 {
  width: 1002px;
  margin: 86px auto;
}
.i_3 .title p {
  color: #33333330;
  font-size: 14px;
}
.i_3 .title span {
  text-align: center;
  font-size: 26px;
  color: #008ed1;
  font-weight: bold;
  line-height: 33px;
}
.i_3 ul {
  margin-top: 58px;
  position: relative;
}
.i_3 ul > .iconfont {
  color: #008ed1;
  font-size: 30px;
  line-height: 59px;
}
.i_3 ul > .icon-xiangxiashuangjiantou {
  position: absolute;
  right: 93px;
  top: 86px;
}
.i_3 ul li {
  width: 197px;
  height: 59px;
  background: #f2fafe;
  display: inline-block;
  margin: 28px 14px;
}
.i_3 ul li .num {
  font-size: 70px;
  color: #e1f0fc;
  font-style: italic;
  float: left;
  margin-top: -30px;
}
.i_3 ul li p {
  color: #008ed1;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.i_3 ul li span {
  color: #c0c6ca;
  font-size: 12px;
}
/*首页第四栏*/
.i_4 {
  width: 100%;
  height: 531px;
  background: url(../images/mid.jpg) no-repeat center;
}
.i_4 .body_4 {
  width: 1002px;
  margin: 0 auto;
}
.i_4 .body_4 .title {
  padding-top: 30px;
}
.i_4 .body_4 .title .p1 {
  color: #ffffff30;
  font-size: 14px;
  letter-spacing: 5px;
}
.i_4 .body_4 .title .s1 {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  line-height: 33px;
}
.i_4 .body_4 .title .s2 {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -12.7px;
  float: right;
  line-height: 34px;
}
.i_4 .body_4 .title .p2 {
  color: #ffffff;
  font-size: 12px;
  margin-top: 13px;
}
.i_4 .body_4 ul {
  margin-top: 47px;
}
.i_4 .body_4 ul li {
  width: 235px;
  height: 309px;
  float: left;
  margin: 0 7px;
  vertical-align: top;
  background: #ffffff;
}
.i_4 .body_4 ul li .tit {
  display: block;
  width: 235px;
  height: 112px;
}
.i_4 .body_4 ul li .tit img {
  width: 100%;
  height: 100%;
}
.i_4 .body_4 ul li span {
  color: #737373;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_4 .body_4 ul li hr {
  width: 30px;
  height: 2px;
  background: #ffcc00;
  border: none;
  margin: 0 auto;
}
.i_4 .body_4 ul li p {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 20px;
  margin: 12px 26px;
      text-align: left;
}
.i_4 .body_4 ul li .more {
  display: block;
  width: 182px;
  height: 26px;
  background: #e5e5e5;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  color: #919191;
  font-size: 12px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_4 .body_4 ul li:hover span {
  color: #008ed1;
}
.i_4 .body_4 ul li:hover .more {
  color: #ffffff;
  background: #008ed1;
}
/*首页第五栏*/
.i_5 {
  width: 1002px;
  margin: 62px auto;
}
.i_5 .title .p1 {
  color: #33333330;
  font-size: 14px;
  letter-spacing: 5px;
}
.i_5 .title .s1 {
  text-align: center;
  font-size: 26px;
  color: #008ed1;
  font-weight: bold;
  line-height: 33px;
}
.i_5 .title .s2 {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -12.7px;
  float: right;
  line-height: 34px;
}
.i_5 .title .p2 {
  color: #b2b2b2;
  font-size: 12px;
  margin-top: 13px;
}
.i_5 .cont {
  margin-top: 45px;
}
.i_5 .cont .top {
  height: 365px;
}
.i_5 .cont .top img {
  float: left;
}
.i_5 .cont .top ul {
  float: right;
  width: 477px;
}
.i_5 .cont .top ul li {
  height: 120px;
}
.i_5 .cont .top ul li .tit {
  font-size: 18px;
  color: #008ed1;
  text-align: left;
  font-weight: bold;
}
.i_5 .cont .top ul li .tit > span {
  font-size: 40px;
  color: #b8d6ed;
  font-style: italic;
  font-weight: normal;
  padding-right: 10px;
}
.i_5 .cont .top ul li hr {
  width: 25px;
  height: 2px;
  background: #ffcc00;
  border: none;
  margin: 12px 0;
}
.i_5 .cont .top ul li p {
  color: #333333;
  font-size: 14px;
  text-align: left;
  line-height: 17px;
}
.i_5 .cont .bot {
  height: 365px;
  margin-top: 10px;
}
.i_5 .cont .bot img {
  float: right;
}
.i_5 .cont .bot ul {
  float: left;
  width: 477px;
}
.i_5 .cont .bot ul li {
  height: 120px;
}
.i_5 .cont .bot ul li .tit {
  font-size: 18px;
  color: #008ed1;
  text-align: left;
  font-weight: bold;
}
.i_5 .cont .bot ul li .tit > span {
  font-size: 40px;
  color: #b8d6ed;
  font-style: italic;
  font-weight: normal;
  padding-right: 10px;
}
.i_5 .cont .bot ul li hr {
  width: 25px;
  height: 2px;
  background: #ffcc00;
  border: none;
  margin: 12px 0;
}
.i_5 .cont .bot ul li p {
  color: #333333;
  font-size: 14px;
  text-align: left;
  line-height: 17px;
}
/*首页第六栏*/
.i_6 {
  width: 1002px;
  margin: 62px auto;
}
.i_6 .title .p1 {
  color: #33333330;
  font-size: 14px;
  letter-spacing: 5px;
}
.i_6 .title .s1 {
  text-align: center;
  font-size: 26px;
  color: #008ed1;
  font-weight: bold;
  line-height: 33px;
}
.i_6 .title .s2 {
  color: #d9d9d9;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -12.7px;
  position: relative;
  left: -29px;
  line-height: 34px;
}
.i_6 .title .p2 {
  color: #b2b2b2;
  font-size: 12px;
  margin-top: 13px;
}
.i_6 ul {
  margin-top: 44px;
}
.i_6 ul li {
  width: 242px;
  height: 194px;
  float: left;
  margin: 10px 4.2px;
  overflow: hidden; 
}
.i_6 ul li .img {
  display: block;
  width: 100%;
  height: 151px;
}
.i_6 ul li .tit {
  display: block;
  height: 43px;
  line-height: 43px;
  background: #eeeeee;
  color: #333333;
  font-size: 16px;
  text-align: center;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_6 ul li:hover .tit {
  background: -webkit-linear-gradient(#3fbffb, #0692d5);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3fbffb, #0692d5);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3fbffb, #0692d5);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#3fbffb, #0692d5);
  /* 标准的语法 */
  color: #ffffff;
}
/*底部*/
footer {
  width: 100%;
  height: 219px;
  background: #2f3239;
  margin-top: 50px;
}
footer .foot {
  width: 1002px;
  margin: 0 auto;
}
footer .foot .cr {
  float: left;
  text-align: left;
}
footer .foot .cr .p1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-top: 44px;
}
footer .foot .cr .p2 {
  color: #737578;
  font-size: 12px;
  margin-bottom: 18px;
}
footer .foot .cr .p3 {
  color: #bebfc0;
  font-size: 12px;
}
footer .foot .con {
  float: right;
  margin-top: 46px;
}
footer .foot .con .txt {
  float: left;
  text-align: right;
}
footer .foot .con .txt .p1 {
  color: #a8a9ab;
  font-size: 16px;
}
footer .foot .con .txt .p2 {
  color: #ffffff;
  font-size: 22px;
  background: url(../images/call.png) no-repeat left center;
  padding-left: 45px;
  margin-top: 14px;
}
footer .foot .con .txt .share {
  margin-top: 13px;
}
footer .foot .con .txt .share span {
  color: #ffffff;
  font-size: 15px;
}
footer .foot .con .txt .share .bshare-custom {
  float: right;
}
footer .foot .con .txt .share .bshare-custom a {
  width: 17px !important;
  height: 17px !important;
  padding: 0 !important;
}
footer .foot .con .txt .share .bshare-custom .bshare-weixin {
  background: url(../images/wx.png) no-repeat !important;
}
footer .foot .con .txt .share .bshare-custom .bshare-qzone {
  background: url(../images/qz.png) no-repeat !important;
}
footer .foot .con .txt .share .bshare-custom .bshare-qqim {
  background: url(../images/qq.png) no-repeat !important;
}
footer .foot .con .txt .share .bshare-custom .bshare-sinaminiblog {
  background: url(../images/wb.png) no-repeat !important;
}
footer .foot .con .wechat {
  float: right;
  padding-left: 26px;
}
.ny_banner {
  width: 100%;
  height: 333px;
}
.neiye {
  width: 1002px;
  margin: 54px auto 0;
  min-height: 400px;
}
.neiye:after {
  display: block;
  clear: both;
  content: "";
}
.side {
  width: 235px;
  float: left;
}
.side .side_c .tit {
  width: 100%;
  height: 66px;
  background: #33b9f8 url(../images/he.png) no-repeat 179px center;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  padding: 0 38px;
  box-sizing: border-box;
}
.side .side_c .tit p {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1em;
  padding-top: 15px;
}
.side .side_c .tit span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.side .side_c ul {
  border-top: none;
}
.side .side_c ul li {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  background: #f2f2f2;
  height: 46px;
  line-height: 46px;
  text-align: left;
  padding: 0 38px;
  font-size: 14px;
  box-sizing: border-box;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.side .side_c ul li:last-child {
  border: none;
}
.side .side_c ul li:hover,
.side .side_c ul li.on {
  background: #39bcf9;
}
.side .side_c ul li:hover a,
.side .side_c ul li.on a {
  color: #FFFFFF;
}
.side .side_c ul li a {
  display: block;
  color: #666666;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.side .side_c ul li a span {
  float: right;
}
.side .side_p {
  margin-top: 15px;
}
.product1,
.page1,
.news1,
.detail {
  width: 734px;
  float: right;
}
.nnn {
  width: 100%;
  height: 32px;
  border-bottom: 3px solid #e3e3e3;
  margin-bottom: 20px;
}
.nnn > span {
  float: left;
  font-size: 16px;
  color: #333333;
  background: url(../images/cru_06.png) no-repeat left center;
  padding-left: 19px;
  line-height: 23px;
}
.nnn p {
  float: right;
  font-size: 12px;
  line-height: 23px;
  color: #808080;
  background: url(../images/add_09.png) no-repeat left center;
  padding-left: 22px;
}
.nnn p span {
  color: #008ed1;
}
.product1 ul {
  margin: 0 -10px;
}
.product1 ul li {
  width: 231px;
  height: 189px;
  text-align: center;
  float: left;
  margin: 0 10px 20px;
}
.product1 ul li .photo {
  width: 100%;
  height: 151px;
  display: block;
}
.product1 ul li .photo img {
  width: 100%;
  height: 100%;
}
.product1 ul li .name {
  line-height: 38px;
  font-size: 14px;
  background: #eeeeee;
  color: #666666;
  display: block;
  width: 100%;
  height: 38px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product1 ul li:hover .name {
  color: #ffffff;
  background: #008ed1;
}
.fanye {
  margin: 20px 0;
  text-align: center;
  float: left;
}
.fanye a {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 5px;
  min-width: 22px;
  height: 22px;
  line-height: 21px;
  border-radius: 3px;
  border: 1px #999 solid;
  background: #fff;
  color: #545454;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -ms-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
}
.fanye a:hover,
.fanye a.on {
  background: #008ed1;
  border: 1px #008ed1 solid;
  color: #fff;
}
.fanye a.prev {
  background: #008ed1 url(../images/prev_11.png) no-repeat center center;
  width: 27px;
  height: 22px;
  border: none;
  border-radius: 3px;
}
.fanye a.next {
  background: #008ed1 url(../images/next_14.png) no-repeat center center;
  width: 27px;
  height: 22px;
  border: none;
  border-radius: 3px;
}
.news1 ul li {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px dashed #e3e3e3;
  text-align: left;
}
.news1 ul li::before {
  content: "";
  display: block;
  position: relative;
  top: 17.5px;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-left: 4px solid #008ed1;
  border-bottom: 2px solid transparent;
}
.news1 ul li a {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 35px;
  text-indent: 13px;
}
.news1 ul li span {
  float: right;
  color: #808080;
  font-size: 12px;
}
.slideBox {
  width: 100%;
  height: 228px;
  position: relative;
}
.slideBox .bd {
  float: left;
  width: 346px;
  height: 226px;
  margin-right: 22px;
  border: 1px solid #e5e5e5;
}
.slideBox .bd ul li {
  width: 346px;
  height: 226px;
}
.slideBox .bd ul li img {
  width: 100%;
  height: 100%;
}
.slideBox .text {
  text-align: left;
}
.slideBox .text p {
  color: #333333;
  font-size: 16px;
}
.slideBox .text p span {
  color: #008ed1;
  font-weight: bold;
}
.slideBox .text p.p2 {
  margin-top: 20px;
}
.slideBox .text .desc {
  margin-top: 10px;
}
.slideBox .text .desc span {
  color: #008ed1;
  font-weight: bold;
  font-size: 16px;
}
.slideBox .text .desc p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
}
.slideBox .hd {
  width: 364px;
  height: 63px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.slideBox .hd ul li {
  width: 95px;
  height: 61px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  margin: 0 2px;
}
.slideBox .hd ul li img {
  width: 100%;
  height: 100%;
}
.slideBox .hd ul li.on {
  border-color: #008ed1;
}
.slideBox .hd a {
  display: block;
  width: 20px;
  height: 63px;
  position: absolute;
  color: #ffffff;
  line-height: 63px;
  font-size: 18px;
}
.slideBox .hd a.prev {
  background: #dcdcdc;
  left: 0;
}
.slideBox .hd a.next {
  background: #008ed1;
  right: 0;
  top: 0;
}
.cont .pro_de {
  margin-top: 29px;
}
.cont .pro_de .tit {
  width: 100%;
  height: 34px;
  background: #eeeeee;
}
.cont .pro_de .tit p {
  float: left;
  width: 110px;
  background: #008ed1;
  line-height: 34px;
  color: #ffffff;
}
.cont .pro_de > p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
}
.other .tit {
  width: 100%;
  height: 34px;
  background: #eeeeee;
}
.other .tit p {
  float: left;
  width: 110px;
  background: #008ed1;
  line-height: 34px;
  color: #ffffff;
}
.other ul {
  margin: 23px -10px;
}
.other ul li {
  width: 231px;
  height: 189px;
  text-align: center;
  float: left;
  margin: 0 10px 20px;
}
.other ul li .photo {
  width: 100%;
  height: 151px;
  display: block;
}
.other ul li .photo img {
  width: 100%;
  height: 100%;
}
.other ul li .name {
  line-height: 38px;
  font-size: 14px;
  background: #eeeeee;
  color: #666666;
  display: block;
  width: 100%;
  height: 38px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.other ul li:hover .name {
  color: #ffffff;
  background: #008ed1;
}
.yn .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.yn .content_related {
  text-align: center;
  line-height: 30px;
}
.yn .content_btn {
  float: left;
  margin: 15px 0;
  line-height: 26px;
}
.yn .neirong1 p {
  color: #333333;
  font-size: 16px;
}
.yn .photo {
  text-align: center;
}
.yn .photo img {
  margin: 15px 0;
  width: 602px;
  height: 381px;
}
.page1 p {
  color: #333333;
  font-size: 16px;
}
.page1 .title {
  color: #333333;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.page1 .cont{
	text-align: left !important; 
}
.i_6 ul li img{
	width: 100%;
	height: 100%;
}
