html {
  color: #000;
  background: #FFF;
}
body {
  font-size: 12px;
  font-family: "microsoft yahei";
  line-height: 20px;
  min-width: 1200px;
}
* {
  padding: 0;
  margin: 0;
}
.clearboth { clear:both; display:block; height:0;font-size:0; overflow:hidden;}
a {
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.height_5{ height:5px; display:block; clear:both; overflow:hidden;}
.height_10{ height:10px; display:block; clear:both; overflow:hidden;}
.height_20{ height:20px; display:block; clear:both; overflow:hidden;}
.height_30{ height:30px; display:block; clear:both; overflow:hidden;}
.height_40{ height:40px; display:block; clear:both; overflow:hidden;}
.height_50{ height:50px; display:block; clear:both; overflow:hidden;}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.ver-mid {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.ft_14 {
  font-size: 14px;
}
.ft_16 {
  font-size: 16px;
}
.ft_18 {
  font-size: 18px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.mar_10 {
  margin: 10px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.word_nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@font-face {
  font-family: "小标宋";
  src: url('../font/小标宋.TTF');
}
.dis_table {
  display: table;
  width: 100%;
  text-align: center;
}
.dis_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.fulldiv {
  width: 100%;
  height: 100%;
}
.fanzhuan {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  border-bottom: 1px solid #a09f9f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header.white {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-color: #333 ;
}
.logobox {
  font-size: 0;
  padding-top: 12px;
}

.logobox i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.logobox .circle1 {
  width: 45px;
  height: 45px;
  background-image: url(logo_circle1.png);
  position: relative;
  z-index: 2;
}
.logobox .circle2 {
  width: 36px;
  height: 36px;
  background-image: url(logo_circle2.png);
  position: relative;
  z-index: 1;
  margin-left: -18px;
}
.logobox:hover .circle1 {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.logobox:hover .circle2 {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.navbar {
  float: right;
}
.nav li {
  float: left;
  position: relative;
}
.nav li h3 a {
  display: block;
  height: 67px;
  line-height: 67px;
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  padding: 0 20px;
  border-bottom: 2px solid transparent;
}
.nav li.on h3 a,
.nav li.active h3 a {
  border-bottom-color: #fff;
}
.nav li .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  white-space: nowrap;
  height: 40px;
  z-index: 4;
}
.nav li .sub a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  color: #fff;
}
.nav li .sub a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav li.active .sub {
  display: block;
  font-size: 0;
}
.header.white .nav li h3 a:hover {
  color: #00AEEF;
}
.header.white .nav li.on h3 a,
.header.white .nav li.active h3 a {
  border-bottom-color: #00AEEF;
}
.header.white .sub-nav-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-nav-bg {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.homebanner {
  position: relative;
  background-size: cover;
  color: #fff;
  display: table;
  width: 100%;
  text-align: center;
}
.hb_bg {
  width: 100%;
  height: 100%;
  background: rgba(22, 35, 44, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.hb_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 3;
}
.hb_txt .inner {
  width: 60%;
  margin: 0 auto;
  display: none;
}
.hb_txt .h2 {
  font-family: '小标宋';
  font-size: 0.6rem;
  line-height: 80px;
  margin-bottom: 15px;
  position: relative;
}
.hb_txt .desc {
  font-size: 18px;
  line-height: 35px;
  position: relative;
}
.ab_more{ height:20px; line-height:20px; font-weight:bold;  }
.home_box{ width:1200px; margin:0 auto; overflow: hidden; }
.home_num {
  padding: 0.5rem 0;
  text-align: center;
}
.home_num .item {
  width: 25%;
  float: left;
  position: relative;
  cursor:pointer; 
}
.home_num .item:after {
  content: '';
  display: block;
  width: 0;
  height: 72px;
  border-right: 1px solid #d6d6d6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -36px;
}
.home_num .item:hover .img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.home_num .item:last-child:after {
  display: none;
}
.home_num .img {
  vertical-align: top;
  margin-top: 0rem;
  margin-right: 0.1rem; margin-left:60px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s; float: left; width:80px; height:75px; background-size:100% ;
}
.home_num .txt {
  display: inline-block; margin-left:20px;  float:left
}
.home_num .txt .no {
  font-size: 32px;
  line-height:50px;
  font-weight: bold;
  display: inline-block; 
}
.home_num .txt .no i {
  font-style: normal;
  font-size: 0.15rem;
  line-height: 0.4rem;
  color: #727171;
  vertical-align: text-top;
  margin-left: 10px;
}
.home_num .txt .name {
  color: #727171;
  font-size: 0.16rem;
  text-align: left; line-height:25px; 
}
.home_yw {
  padding:40px 0px 50px 0px;
  background: url(home_yw_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.home_yw a {
  color: #fff;
}
.yw_title {
  width: 1.5rem;
  float: left;
}
.yw_title p {
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding: 0.4rem 0;
  cursor:pointer;
}
.yw_title p.on {
  font-weight: bold;
}
.yw_content {
  margin-left: 1.6rem;
  position: relative;
  overflow: hidden;
}
.yw_right{padding-left:10px;  }
.yw_content .grid {
  padding-left: 21px;
  position: relative; margin-top:10px;
}
.yw_content .grid .name {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.35rem;
}
.yw_content .grid .desc {
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin: 0.2rem 0;
  color: #d0d1d2;
}
.yw_content .grid .sort_name {
  font-size: 0.18rem;
}
.yw_content .grid .line {
  width: 0.19rem;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(home_yw_line.png) no-repeat;
  background-position: center -2.5rem;
  background-size: 100% auto;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.yw_content .grid:nth-child(3n+1) .line {
  background-position: center -0.3rem;
}
.yw_content .grid:nth-child(3n+2) .line {
  background-position: center -2.5rem;
}
.yw_content .grid:nth-child(3n+3) .line {
  background-position: center -1.4rem;
}
.yw_content .yw_sortlist {
  padding: 0.2rem 0;
  margin-left: -0.6rem;
}
.yw_content .yw_sortlist li {
  padding-left: 0.6rem;
  float: left;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.yw_content .yw_sortlist li img {
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.yw_content .yw_sortlist li:hover img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.blue_line {
  display: inline-block;
  width: 53px;
  height: 2px;
  background: #00AEEF;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.home_foot {
  padding: 30px 0; width:100%; margin:0 auto;
}
.home_section {
  padding: 30px 0; width:100%; margin:0 auto;
}
.home_case_title {
  text-align: center;
}
.home_case_title .title {
  font-size: 0.3rem;
  color: #454545;
  line-height: 0.4rem;
}
.sortlist {
  text-align: center;
  padding: 0.25rem 0;
}
.sortlist a {
  display: inline-block;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #555;
  padding: 0 0.2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sortlist a span {
  position: relative;
  z-index: 2;
}
.sortlist a:after,
.sortlist a:before {
  display: block;
  width: 50%;
  height: 0.32rem;
  background: #00AEEF;
  content: '';
  position: absolute;
  left: -50%;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sortlist a:after {
  left: auto;
  right: -50%;
}
.sortlist a:hover,
.sortlist a.on {
  color: #fff;
}
.sortlist a:hover:after,
.sortlist a.on:after {
  right: 0;
}
.sortlist a:hover:before,
.sortlist a.on:before {
  left: 0;
}
.caseList_width{ width:100%;  overflow:hidden; float:left; }
.caseList{ width:290px; height:auto; margin:5px 5px 5px 5px; float:left; position:relative; overflow:hidden; -webkit-box-shadow: 0 2px 15px 1px rgba(0,0,0,0.1); box-shadow: 0 2px 15px 1px rgba(0,0,0,0.1); -webkit-appearance: none; border-radius:0px;}
.caseList ul{ width:1350px; height:auto; margin: auto;}
.caseList li{ width:290px; height:268px; float:left; background:#ccc; margin:0px 26px 0px 0px; position:relative; overflow:hidden;}
.caseList li .caseThum{ width:290px; height:218px; position:relative; overflow:hidden;}
.caseList li .caseThum img{ position:absolute; left:0px; top:0px;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s; width:290px; height:218px;}
.caseList li .caseName{ width:270px; padding-left:10px; padding-right:10px; height:50px; line-height:50px;  font-size:16px; color:#3e3e3e; border-bottom:1px solid #f2f2f2; overflow: hidden;  }
.caseList li .caseBottom{ width:100%; height:105px; position:absolute; left:0px; bottom:-55px; -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s; background:#fff;}
.caseList li .caseInfo{ width:290px; height:55px; color:#d1d1d1;}
.caseList li .caseInfo .caseIcon{ width:35px; padding-left:25px; height:15px; float:left; font-size:8px; line-height:15px; margin-top:20px; margin-left:10px;}
.caseList li .caseInfo .caseIcon.ll{ background:url(../images/icons.png) -20px 0px no-repeat;}
.caseList li .caseInfo .caseIcon.pl{ display: none;}
.caseList li .caseInfo .caseTime{ width:100px; height:15px; float:right; margin-top:20px; font-size:8px; line-height:15px; text-align:right; margin-right:10px;}
.caseList li:hover .caseBottom{ bottom:0px; background: #ffa700; color: #FFFFFF;}
.caseList li:hover .caseBottom .caseName,.caseList li:hover .caseInfo{ color: #FFFFFF;}
.caseList li:hover .caseBottom .caseName{ border-bottom: 1px solid #ffba38;}
.caseList li:hover .caseThum img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.caseList li:hover .caseInfo .caseIcon.ll{ background-position: -20px 0px;}
.case_list {
  margin: 10px -10px;
  overflow: hidden;
}
.case_list .imgbox {
  width: 100%;
  position: relative;
}
.case_list .imgbox .img {
  display: block;
  width: 100%;
  height: 150px; /*首页图片高固定*/
}
.case_list .imgbox .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
}
.case_list .imgbox .txt {
  top: 50%;
  position: relative;
  z-index: 3;
  margin-top: -27px;
}
.case_list .imgbox .name {
  font-size: 18px;
  margin-bottom: 12px;
}
.case_list .line span {
  position: absolute;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.case_list .line .top {
  width: 0px;
  height: 1px;
  left: 8%;
  top: 8%;
}
.case_list .line .bottom {
  width: 0px;
  height: 1px;
  right: 8%;
  bottom: 8%;
}
.case_list .line .left {
  width: 1px;
  height: 0;
  top: 8%;
  left: 8%;
}
.case_list .line .right {
  width: 1px;
  height: 0;
  bottom: 8%;
  right: 8%;
}
.case_list .title {
  text-align: center;
  font-size: 0.15rem;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_list .title .blackline {
  zoom: 1;
  vertical-align: middle;
  height: 1px;
  overflow: hidden;
  margin-right: 10px;
  background: #333;
  display: inline-block;
  width: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.case_list .title span {
  color: #737373;
  margin-left: 0.3rem;
}
.case_list li {
  width: 25%;
  padding: 0 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.case_list li:hover .imgbox .back {
  opacity: 1;
}
.case_list li:hover .line .top,
.case_list li:hover .line .bottom {
  width: 84%;
}
.case_list li:hover .line .left,
.case_list li:hover .line .right {
  height: 84%;
}
.case_list li:hover .title .blackline {
  width: 40px;
}
.bg_gray {
  background-color: #f1f1f1;
}
.btn {
  display: inline-block;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0 0.18rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn_graymore {
  display: inline-block;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0 0.48rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #efefef;
  color: #787878;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btn_graymore:hover {
  color: #00AEEF;
  border: 1px solid #00AEEF;
  background: transparent;
}
.home_liucheng {
  background: url(home_liucheng_bg.jpg) no-repeat;
  background-attachment:fixed;
  background-size: cover;
  padding: 0.5rem 0 0.5rem 0;
}
.home_liucheng a{ color:#FFFFFF}
.jrsh{ width:900px; padding:30px 0px; margin:0 auto; line-height:40px; font-size:18px; text-align:center; color:#FFFFFF;}
.jrsh_A{ width:250px; margin:25px; padding:10px 0; float:left;background: url(jrsh_A.png);}
.jrsh_A i{ font-size:32px; font-weight:900;}
.jrsh_more a{ width:250px; height:40px; line-height:40px; display:block; margin:20px auto 0px; background-color:#ce3538;border-radius:25px;}
.icon_circle {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.07rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.icon_circle .inner {
  margin: 0 auto;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.14rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 3;
  position: relative;
}
.icon_circle .icon {
  width: 50%;
}
.icon_circle .title {
  font-size: 0.16rem;
  font-weight: bold;
}
.icon_circle .dot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: trail_ 2s infinite linear;
  transform-style: preserve-3d;
  animation: trail_ 2s infinite linear;
}
.icon_circle .dot:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  box-shadow: 0 0 12px #00aaea;
  left: 0;
  margin-left: -5px;
  width: 8px;
  height: 8px !important;
  border-radius: 50%;
  background-color: #00aaea;
}
@-webkit-keyframes particle_ {
  from {
    -webkit-transform: rotateX(90deg) rotateY(0deg);
    transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateY(-360deg);
    transform: rotateX(90deg) rotateY(-360deg);
  }
}
@keyframes particle_ {
  from {
    transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    transform: rotateX(90deg) rotateY(-360deg);
  }
}
@-webkit-keyframes trail_ {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
  }
}
@keyframes trail_ {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.home_lc_dl {
  width: 33.3%;
  float: left;
  overflow: hidden;
}
.home_lc_dl .line:after,
.home_lc_dl .line:before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0.62rem;
  top: 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: height ease 0.8s;
  -moz-transition: height ease 0.8s;
  -ms-transition: height ease 0.8s;
  transition: height ease 0.8s;
}
.home_lc_dl .line:before {
  height: 0;
  background: #00aaea;
}
.home_lc_dl dt {
  position: relative;
  overflow: hidden;
  height: 2.4rem;
}
.home_lc_dl dt:after,
.home_lc_dl dt:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  left: 1.25rem;
  top: 0.625rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: width ease 0.8s;
  -moz-transition: width ease 0.8s;
  -ms-transition: width ease 0.8s;
  transition: width ease 0.8s;
}
.home_lc_dl dt:before {
  width: 0;
  background: #00aaea;
}
.home_lc_dl dt.on:before {
  width: 100%;
}
.home_lc_dl dd {

  position: relative;
  overflow: hidden;
  color: #fff;
  height: 1.8rem;
  padding-right: 0.25rem;
}
.home_lc_dl dd .icon_circle {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.16rem;
  float: left;
}
.home_lc_dl dd .icon_circle .inner {
  padding-top: 0.16rem;
}
.home_lc_dl dd .icon_circle .icon {
  width: 60%;
}
.home_lc_dl dd .txt {
  margin-left: 1.35rem;
}
.home_lc_dl dd .txt .title {
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.home_lc_dl dd .txt .title:after {
  content: '';
  height: 9px;
  width: 0;
  background: url(icon_jiantou.png) right 3px no-repeat;
  border-bottom: 3px solid #00AEEF;
  margin-left: 14px;
  -webkit-transition: width ease 0.5s;
  -moz-transition: width ease 0.5s;
  -ms-transition: width ease 0.5s;
  transition: width ease 0.5s;
}
.home_lc_dl dd .txt .desc {
  font-size: 0.14rem;
  line-height: 0.25rem;
}
.home_lc_dl dd .line:after,
.home_lc_dl dd .line:before {
  top: 0.9rem;
}
.home_lc_dl dd:last-child .line {
  display: none;
}
.home_lc_dl dd:nth-of-type(1) .icon_circle .dot {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.home_lc_dl dd:nth-of-type(2) .icon_circle .dot {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.home_lc_dl dd:nth-of-type(3) .icon_circle .dot {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.home_lc_dl dt.on .line:before,
.home_lc_dl dd.on .line:before {
  height: 100%;
}
.home_lc_dl dt.on .txt .title:after,
.home_lc_dl dd.on .txt .title:after {
  display: inline-block;
  width: 0.5rem;
}
.home_lc_dl:last-child dt:after,
.home_lc_dl:last-child dt:before {
  display: none;
}
.home_lc_dl dt.on .icon_circle,
.home_lc_dl dd.on .icon_circle {
  border-color: #00aaea;
}
.home_lc_dl dt.on .icon_circle .inner,
.home_lc_dl dd.on .icon_circle .inner {
  background: #00aaea;
}
.home_lc_dl dt.on .icon_circle .dot:after,
.home_lc_dl dd.on .icon_circle .dot:after {
  display: block;
}
.home_about{ }
.home_qianyue{ }
.home_about,
.home_news,
.home_qianyue {
  width: 32%;
  color: #474747;
  font-size: 14px;
  float: left;
}
.home_about .desc {
  font-size: 14px;
  line-height: 25px;
  height: 130px;
  overflow: hidden; 
}
.home_about h1{ float:left}
.block_name {
  font-size: 18px;
  line-height: 0.35rem;
  margin-bottom: 15px;
}
.home_about_p {
  line-height: 30px;
  padding: 5px 0;
}
.home_about_p i {
  font-size: 5px;
  color: #00aaea;
  margin-right: 12px;
}
.wrap_lg {
  width: 100%;
  margin: 0 auto;
}
.icon_bluecircle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(icon_bluecircle.png) no-repeat;
  vertical-align: middle;
}
.news_tab{ }
.news_tab a,
.news_tab span {
  display: inline-block;
  font-size: 18px;
  line-height: 0.35rem;
  margin-bottom: 12px;
  margin-right: 0.5rem;
  border-bottom: 3px solid transparent;
}
.news_tab a.on,
.news_tab span.on {
  border-color: #00AEEF;
}
.home_news {
  margin: 0 2%; 
}
.home_zzy {
  padding: 30px 0;   
}
.in_tit_name h2{ font-size:36px; font-weight:900; height:50px; line-height:50px; text-align:center;}
.in_tit_name .enname{ font-size:18px;line-height:25px; text-align:center; color:#bcbcbc; }
.yewu{ width:1200px; overflow:auto;zoom:1; margin:0 auto; padding-bottom:0PX; color:#19397d;}
.yewu .m_name{ float:left; width:100%; text-align:center; font-weight:normal}
.yewu .m_name h2{ font-weight:normal; font-size:14px;height:30px; line-height:30px; }
.yewu span{display:none;}
.Mbox_w { width:180px; height:220px; float:left;margin:20px 30px 20px; background-color:#FFF;}
.yewu .m_boxA a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y1.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxA {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverA:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxB a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y2.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxB {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverB:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxC a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y3.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxC {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverC:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxD a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y4.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxD {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverD:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxE a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y5.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxE {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverE:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxF a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y6.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxF {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverF:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxG a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y7.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxG {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverG:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxH a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y8.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxH {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverH:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxI a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y9.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxI {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverI:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }
.yewu .m_boxJ a{width:180px; height:180px;display:block; display:block;overflow:hidden;cursor:hand; color:#FFFFFF;background:url(y10.gif) center no-repeat; background-size:60% 70%;}
.yewu .m_boxJ {float:left;width:180px; height:180px; display:block; display:block;overflow:hidden;}
.yewu .coverJ:hover span{width:140px;height:130px; padding:45px 20px 0px 20px; line-height:30px;display:block; text-align:center; font-size:16px;background:url(yewu_bg.png) 0px 0px; }

.news_content{ }
.news_ul{ padding:10px;overflow:auto;zoom:1; border:#ebebeb solid 1px; background-color:#FFFFFF}
.news_li{ height:30px; line-height:30px; border-bottom:#ebebeb dotted 1px;overflow:hidden;}
.in_ndatel{ float:left;width:75%;overflow:hidden; }
.in_ndater{ float:right; width:25%; overflow:hidden; text-align:right;color: #595959;}
.isimagenews{ width:100%; height:118px;overflow:hidden; float:left; margin-bottom:2px;}
.isimagenews_img{ width:157px; height:118px;overflow:hidden; float:left;}
.isimagenews_r{ width:210px; height:118px;overflow:hidden; float: right;}
.isimagenews_img img{ width:100%;}
.isimagenews_txt{ height:30px; line-height:27px;overflow:hidden; float:left; font-weight:bold;}
.isimagenews_zy{ height:55px; line-height:18px; overflow:hidden;font-size:12px; color:#999999; float:left}
.isimagenews_more span{ float:left;}
.isimagenews_more span a{ padding:0 10px; height:25px; line-height:25px; display:block; text-align:center; margin-top:4px; color:#FFF; background-color:#39b778; }
.ul{
float:left; width:100%;
}
.ul li a:hover {
  color: #00AEEF;
}
.newsblock {
  border: 1px solid #ebeaea;
  margin-top: 17px;
  padding: 12px 15px;
  color: #666;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.newsblock .time {
  float: left;
  text-align: center;
  width: 55px; height:55px; background-color:#cbcaca;
  font-size: 12px;
  margin-top: 6px;
}
.newsblock .time span {
  font-size: 0.3rem;
  font-weight: bold;
  width: 55px; height:30px; line-height:30px; display:block; background-color:#dddada;
}
.newsblock .txt {
  margin-left: 0.85rem;
}
.newsblock .txt .title {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; margin-top:2px;
}
.newsblock .txt .title a {
  color: #666;
}
.newsblock .txt .title a:hover {
  color: #00AEEF;
}
.newsblock .txt .desc {
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  font-size: 12px;
  color: #787878; 
}
.newsblock .txt .tag {
  float: right;
  text-align: right;
  font-size: 12px;
}
.home_link {
  padding: 30px 0; width:1200px; margin:0 auto; background-color:#fff
}
.logolist li {
  width: 14.28%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.15rem 1% 0.05rem 1%;
  border: 1px solid #eaeaea;
  margin: -1px 0 0 -1px;
}
.logolist li img {
  width: 100%;
  height: 50px;
}
.logolist li:hover {
  border-color: #00AEEF;
  position: relative;
  z-index: 2;
}
.baojia {
  background: #e7e7e7;
  color: #7c7c7c;
}
.baojia .title {
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #3e3e3e;
}
.baojia .subtitle {
  font-size: 14px;
  color: #3e3e3e;
}
.baojia_form {
  padding: 20px 0;
}
.baojia_form .input {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  outline: none;
  line-height: 0.45rem;
  height: 0.45rem;
  padding: 0 0.1rem;
}
.baojia_form .input.large {
  width: 40%;
  margin-right: 0;
}
.baojia_form .btn_tijiao {
  width: 9%;
  background: #00AEEF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  line-height: 0.45rem;
  height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
.footer {
  background: #fff;
  padding: 0.7rem 0 0.4rem;
  color: #919191;
}
.footer a {
  color: #919191;
}
.footer a:hover {
  color: #00AEEF;
}
.footer dl {
  width: 25%;
  margin-right: 3%;
  float: left;
}
.footer dl dt {
  font-size: 15px;
  margin-bottom: 5px;
  color: #5c5b5b;
}
.footer dl dd {
  line-height: 28px;
}
.footer dl.sm {
  width: 17%;
}
.footer .friendlink a {
  margin-right: 8px;
}
.f_icon {
  float: right;
}
.f_icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #00AEEF;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.f_icon a.icon_qq {
  background-image: url(icon_white_qq.png);
}
.f_icon a.icon_weixin {
  background-image: url(icon_white_weixin.png);
}
.f_icon a.icon_shouji {
  background-image: url(icon_white_shouji.png);
}
.f_icon a.icon_liuyan {
  background-image: url(icon_white_liuyan.png);
}
.f_btm {
  margin-top: 0.6rem;
}
.izl-rmenu {
  margin-right: 0;
  width: 82px;
  position: fixed;
  right: 2px;
  top: 50%;
  -webkit-box-shadow: #DDD 0px 1px 5px;
  -moz-box-shadow: #DDD 0px 1px 5px;
  box-shadow: #DDD 0px 1px 5px;
  z-index: 999;
}
.izl-rmenu .consult {
  background-image: url(../images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center -77px;
  display: block;
  height: 76px;
  width: 82px;
}
.izl-rmenu .consult .phone {
  background-color: #f7f7ff;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #000;
  font-size: 18px;
  text-align: center;
  display: none;
  box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone {
  display: inline !important;
}
.izl-rmenu .cart {
  background-image: url(../images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  width: 82px;
  height: 76px;
  font-size: 12px;
  line-height: 16px;
  color: #45BDFF;
  text-align: center;
}
.izl-rmenu a.cart:hover .pic {
  display: block;
}
.izl-rmenu .btn_top {
  background-image: url(../images/float_top.gif);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 39px;
  width: 82px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
  background-image: url(../images/float_top.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.izl-rmenu .cart .pic {
  display: none;
  position: absolute;
  left: -150px;
  top: 65px;
  width: 148px;
  height: 148px;
  background: url(../images/ewm.png);
}
#udesk-feedback-tab {
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -76px;
  -webkit-box-shadow: #DDD 0px -1px 5px;
  -moz-box-shadow: #DDD 0px -1px 5px;
  box-shadow: #DDD 0px -1px 5px;
  z-index: 10000;
  cursor: pointer;
  background-image: url(../images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 76px;
  width: 82px;
  background-color: #FFF!important;
  z-index: 999;
}
.home_about_img {
  width: 100%;
  height: 150px; margin-bottom:6px;
  background-repeat: no-repeat;
  background-size:100% 100%; 
}

@media (max-width: 1600px) {
  .newsblock .txt .title {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
  .wrap {
    width: 95%;
  }
  .baojia_form .input {
    width: 20%;
  }
  .baojia_form .input.large {
    width: 40%;
  }
  .baojia_form .btn_tijiao {
    width: 15%;
  }
}
.bottom_width{width:100%; margin:0px auto; padding:0px 0 0 0; background-color:#f1f1f1}
.foot_bg {width:1200px ;overflow:auto;zoom:1;  margin:0px auto; padding:20px 0; background-color:#f1f1f1; border-bottom:#eee solid 1px;}
.foot_ul{ width:110px;overflow:auto;zoom:1; border-right:#CCCCCC solid 1px; float:left; margin-right:15px; }
.foot_ul h3{ font-size:18px;margin-bottom:10px; color:#525252}
.foot_ul li{ margin:5px 0px; }
.foot_ul li a{color:#757575}
.foot_contact{ width:320px; float: right; margin-left:15px; }
.foot_contact h3{ font-size:18px; margin-bottom:10px; color:#fe7402}
.foot_contact li{ margin:5px 0px; color:#757575}
.foot_weixin img{ margin-bottom:5px;}
.foot_weixin{ width:120px; padding-top:0px; float: right;  margin-right:30px; text-align: center;   }
.foot_cop{ width:100%; margin:0px auto; padding:10px 0; color:#757575; background:url(../images/foot_cop.jpg) bottom #fafafa repeat-x; float:left; }
.foot_cop h1{ font-size:20px; margin-bottom:5px; color:#525252}
.foot_cop h3{ font-size:20px; margin-bottom:5px; color:#525252}
.foot_cop ul{ width:1200px;overflow:auto;zoom:1; margin:0 auto; text-align: center}
.foot_cop li{ text-align: center; margin:5px 0;}
.w_360{ width:328px; margin-bottom:10px;float: right; border-left:1px solid #DDD; padding-left:50px; padding-right:0px; }
.o_1{ width:100%; height:30px; line-height:30px; margin:0 auto 10px; clear:both;}
.o_1 h3{ font-size:18px; color:#604D3F; display:inline; font-weight:normal;}
.o_1 span{ font-size:0.9em; color:#999999; padding:0 15px;}
.o_1 a{	color: #99CAF9;	font-size: 0.9em;text-decoration: none;}
.o_1 a:hover{ color:#C1553B;}
.form_3{ padding:10px 0; }
.input_3{ color:#B9B9B9; width:300px; height:30px; line-height:30px; overflow:hidden; border:none;padding:0 10px;outline:none; margin-bottom:10px;
    -moz-box-shadow: 3px 3px 4px #DFDFDF;
    -webkit-box-shadow: 3px 3px 4px #DFDFDF;
    box-shadow: 3px 3px 4px #DFDFDF;
	border:1px solid #FFF;
}
.input_3:hover{
    -moz-box-shadow: 3px 3px 4px #C8C8C8;
    -webkit-box-shadow: 3px 3px 4px #C8C8C8;
    box-shadow: 3px 3px 4px #C8C8C8;
	border:1px solid #EEE;
	}
.textarea_3{color:#B9B9B9; width:300px; height:60px; line-height:20px; overflow:hidden; border:none;padding:10px;outline:none;
    -moz-box-shadow: 3px 3px 4px #DFDFDF;
    -webkit-box-shadow: 3px 3px 4px #DFDFDF;
    box-shadow: 3px 3px 4px #DFDFDF;
	margin-bottom:15px;
	border:1px solid #FFF;
	
}
.textarea_3:hover{border:1px solid #EEE;
    -moz-box-shadow: 3px 3px 4px #C8C8C8;
    -webkit-box-shadow: 3px 3px 4px #C8C8C8;
    box-shadow: 3px 3px 4px #C8C8C8;
}
.input_4{ color:#B9B9B9; width:60px; height:30px; line-height:30px; overflow:hidden; border:none;padding:0 10px;outline:none; float:left;
    -moz-box-shadow: 3px 3px 4px #DFDFDF;
    -webkit-box-shadow: 3px 3px 4px #DFDFDF;
    box-shadow: 3px 3px 4px #DFDFDF;
	border:1px solid #FFF;
}
.input_4:hover{
    -moz-box-shadow: 3px 3px 4px #C8C8C8;
    -webkit-box-shadow: 3px 3px 4px #C8C8C8;
    box-shadow: 3px 3px 4px #C8C8C8;
	border:1px solid #EEE;
	}
.btn_3{
	border: none;
	width: 90px;
	height: 30px;
	overflow: hidden;
	cursor:pointer;
	outline:none;
	float: right;
	margin-right:6px;
	background-color:#D4BA9B; color:#FFF; font-size:0.9em; 
    -moz-box-shadow: 3px 3px 4px #DFDFDF;
    -webkit-box-shadow: 3px 3px 4px #DFDFDF;
    box-shadow: 3px 3px 4px #DFDFDF;}
.btn_3:hover{background-color:#CE4C2C; color:#FFF;}