@charset "utf-8";
/* CSS Document */
/*html,body { user-select: none; -moz-user-select: none; -webkit-user-select: none; }*/

* {
  touch-action: pan-y;
}
body,a,ul,ol,span,dl,dd,h1,h2,h3,h4,h5,h6,p,
li,input,select,textarea,form {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 10px;  
  height: 10px;  
  background-color: #eee;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
	background: #eee;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);  
    background-color: #c3c3c3;  
}

html {
  height: 100%;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB";
}
body {
  width: 100%;
  height: 100%;
}
li {
  list-style: none;
}
img {
  border: none;
}
input,select,textarea,button {
  outline: none;
  border: none;
  background-color: transparent;
}
em,i,dfn {
  font-style: normal;
}
textarea {
  resize: none;
}
a { color:inherit; text-decoration:none; }
.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.t32 {
  margin-top: 32px;
}
.t16 {
  margin-top: 16px;
}
a,header,
.menu,.nav .nav li,
.menu li,.nav .top h1.logo,
.top h1.logo{
  transition: all 0.2s linear 0s;
}
.box { 
  width: 1200px; 
  margin: 0 auto;
}
/**********************首页*********************/
.top {
  width: 100%;
  height: 167px;
  background: #ffffff;
}
.header {
  margin: 0 auto;
  width: 1200px;
}
.logo {
  background: url(../Image/logo.jpg) no-repeat;
  width: 330px;
  height: 55px;
  text-indent: -999999px;
  margin-top: 32px;
  float: left;
}
.header-infor {
  padding: 43px 0 0 16px;
  width: 600px;
  float: left;
}
.header-infor p.text {
  font-weight: bold;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
}
.header-infor p.text-small {
  font-weight: bold;
  color: #2655cb;
}
.header-tel {
  padding-left: 50px;
  float: right;
  margin-top: 32px;
  background: url(../Image/tel.png) left no-repeat;
}
.header-tel span.info {
  font-size: 14px;
  color: #5a5a5a;
}
.header-tel h3.mobile {
  font-size: 28px;
  color: #2655cb;
  font-family: fantasy;
}
.nav {
  float: left;
  clear: both;
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background: #016bbf;
}
.menu {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.menu a {
  height: 50px;
  padding: 0 40px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
.menu a:hover,.menu a.on {
  background-color: #86c328;
  color: #fff;
}

.banner{
  text-align: center;
  width: 100%;
  height: 550px;
}




.I_case {
  width: 100%;
  height: 590px;
  background: url(../Image/aboutBg.jpg) top center no-repeat #f0eff4;
}
/*I_title*/
.I_title{
  text-align: center;
  padding-top: 67px;
  padding-bottom: 35px;
}
.I_title h3{
  font-size: 32px;
  color: #016bbf;
  margin-bottom: 16px;
  font-weight: bold;
}
.I_title h3 span{
  color: #1d1d1d;
  font-weight: normal;
}
.I_title small{
  display: inline-block;
  font-size: 20px;
  color: #999999;
  margin:0 auto;
  position: relative;
}
.I_title small:before{
  position: absolute;
  content: '';
  display: block;
  right:calc(100% + 30px);
  top:50%;
  height: 3px;
  width: 100px;
  background:url('../Image/line.png') no-repeat center;
}
.I_title small:after{
  height: 3px;
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  left:calc(100% + 30px);
  top:50%;
  background:url('../Image/lines.png') no-repeat center;
}

.I_proSide {
  width: 270px;
  height: 420px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 31px;
  background-image: linear-gradient(0deg,#67a1f1 2%,#3180f0);
  box-shadow: 0 10px 20px 0 rgb(50 57 73 / 30%);
}
.I_proSide h4 {
  text-align: center;
  color: #fff;
  width:100%;
  font-size: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  margin-bottom: 40px;
  padding-bottom:15px;
}
.I_proSide small {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: block;
  height: 200px;
}
.I_proSide a {
  width: 177px;
  display: block;
  text-align: center;
  color: #67a1f1;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 15px;
  line-height: 42px;
}
.I_proSide a:hover{
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

.I_product_con {
  float: right;
  background: #fff;
  width: 908px;
}
.product_list a {
  float:left;
  width: 200px;
  height: 200px;
  margin-right: 6px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.product_list a b {
  width: 100%;
  height: 100%;
}
.product_list a b img {
  width: initial;
  min-width: 100%;
  height: 200px;
}
.zpro_video {
  max-width: 100%;
  max-height: 600px;
  margin:0 auto;
}
.product_list a:after{
  display:block;
  content: '';
  position: absolute;
  width:100%;
  height: 100%;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border:1px solid #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro-imgs {
  position: relative;
  display:block;
  overflow: hidden;
}
.pro-imgs img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.product_list a:hover b img{
  -webkit-transform: translate(-50%,-50%) scale(1.02);
  -moz-transform: translate(-50%,-50%) scale(1.02);
  -ms-transform: translate(-50%,-50%) scale(1.02);
  -o-transform: translate(-50%,-50%) scale(1.02);
  transform: translate(-50%,-50%) scale(1.02);
}

.product_list a>p {
  display:block;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding:0 25px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.product_list a:hover>p {
  background: #86c328;
}
.pro_icon {
  margin-top: 16px;
  clear: both;
  width: 100%;
  float: left;
}
.pro_icon>a{
  float:left;
  margin-right: 24px;
  margin-bottom: 36px;
  position: relative;
  width: 272px;
  height: 88px;
}
.pro_icon>a>b{
  float:left;
  background: #fff;
  border-radius: 50%;
  border:4px solid #eeeeee;
  width: 106px;
  height: 106px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.pro_icon>a>div{
  float:left;
  position: absolute;
  right: 0;
  top:0;
  height: 100%;
  background: #eeeeee;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:53px;
  width: 220px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_icon>a:hover>div{
  background: #016bbf;
}
.pro_icon>a:hover>b{
  border:4px solid #8fc7f4;
}
.pro_icon>a>div p{
  color: #1d1d1d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_icon>a:hover>div p {
  color: #fff;
}
.pro_icon>a>div span{
  font-size: 14px;
  color: #ffffff;
  display: block;
  background: #86c328;
  text-align: center;
  width: 90px;
  line-height: 24px;
  border-radius: 12px;
  margin:0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.img_jz{
    position: relative;
    display:block;
    overflow: hidden;
}
.pro_icon .img_jz img {
  width: 106px;
  height: 106px;
}
.img_jz img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.i-advantage {
  float: left;
  clear: both;
  margin: 16px 0;
  width: 100%;
}
/*advantage*/
.I_advantage{
  background: url("../Image/advantage.jpg") top center no-repeat;
  height: 640px;
  width: 100%;
  clear: both;
}
.I_advantage .title h3 b{
  font-size: 64px;
}
.I_advantage .warpper>.pic_change{
    float:left;
}
.I_advantage_con {
  width: 1200px;
  margin: 32px auto;
}
.pic_change {
  width: 530px;
  float: left;
}

.adv_text{
  float:right;
  width: 635px;
}
.text_change h4{
  margin-top: 12px;
  padding-left: 20px;
  font-size: 26px;
  color: #1d1d1d;
  position: relative;
  padding-bottom:15px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom:43px;
}
.text_change h4:after{
  position: absolute;
  bottom:0;
  left:20px;
  display: block;
  content: '';
  width: 52px;
  height: 2px;
  background: #016bbf;
}
.text_change ul{
  padding-left: 20px;
}
.text_change ul li{
  font-size: 16px;
  color: #666666;
  margin-bottom: 14px;
}
.change_controll {
  margin-top: 40px;
  display:flex;
  justify-content: space-between;
}
.change_controll a{
  cursor: pointer;
  text-align: center;
  display: block;
  border:1px solid #86c328;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  line-height: 50px;
  font-size: 18px;
  color: #86c328;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.change_controll a:hover{
  color: #fff;
  background: #86c328;
}

/*company*/
.companybg{
}
.com_text{
    float:right;
    width: 696px;
}
.companybg .warpper>img{
    float:left;
}
.com_text>h5{
    margin-bottom: 8px;
    font-size: 22px;
    color: #1d1d1d;
}
.com_text>p{
    font-size: 15px;
    color: #999999;
}

.com_text>small{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    display:block;
    height: 110px;
    margin-top: 27px;
}
.com_text ul{
    display:flex;
    align-items: center;
    margin-bottom:19px;
    justify-content: space-between;
}
.com_text ul li{
    text-align: center;
}
.com_text ul li span{
    width:1px;
    height: 62px;
    background: #d2d2d2;
    display: block;
}
.com_text ul li b{
    display: block;
    font-size: 36px;
    color: #016bbf;
}
.com_text ul li small{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.com_text>a{
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #86c328;
    width: 124px;
    line-height: 38px;
    border-radius: 4px;
}
.com_text>a:hover{
    background:none;
}
.more{ display:inline-block; transition: 0.6s;  position:relative; }
.more:hover{ color: #86c328; }
.more:before{ content:""; width:100%; height:1px; background:#86c328; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

/*exper*/
.exper{
  margin-top: 40px;
  display:flex;
  justify-content: space-between;
}
.exper li{
  width: 282px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 10px rgba(22, 95, 172, 0.23);
  -moz-box-shadow: 0 0 10px rgba(22, 95, 172, 0.23);
  box-shadow: 0 0 10px rgba(22, 95, 172, 0.23);
}
.exper li:hover{
  background: #fff;
}
.exper li b{
  width: 100%;
  height: 190px;
}
.exp_text{
  text-align: center;
  height: 164px;
}
.exp_text span{
  display: inline-block;
  position: relative;
  width: 50px;
  text-align: center;
  top: -39px;
}
.exp_text span i{
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  z-index: 1;
  left: 0px;
  width:100%;
  line-height: 54px;
  text-align: center;
}
.exp_text span:before{
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  background: #8fc31f;
  left:0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.exp_text p{
  font-size: 20px;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom:10px;
  margin-top: 23px;
}
.exp_text small{
  color: #666666;
  line-height: 24px;
  font-size: 15px;
}

/*slovent*/
.slovent{
    display: flex;
    justify-content: space-between;
}
.slovent>a{
    display: block;
    text-align: center;
}
.slovent>a b{
    width: 177px;
    height: 177px;
    border:1px solid #98c831;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:14px;
    background: #fff;
}
.slovent>a p{
    text-align: center;
    margin-top: 17px;
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1d;
    background: #fff;
    line-height: 34px;
    border-radius: 20px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.slovent>a:hover p {
    color: #fff;
    background: #98c831;
}

/*apply*/
.apply{
    padding-bottom: 40px;
}
.apply>h5{
    line-height: 43px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    margin-top: 37px;
    background:url("../Image/casetitbg.png") no-repeat center bottom;
}
.apply>div{
    display: flex;
    justify-content: space-between;
}
.apply>div a{
    display: block;
}
.apply>div a b{
    width: 280px;
    height: 280px;
}
.apply>div a b img{
    height: 100%;
    min-width: 100%;
}
.apply>div a p{
    line-height: 48px;
    color: #1d1d1d;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.apply>div a:hover p{
    background: #98c831;
    color: #fff;
}

/*coop*/
.coop{
  background: #f9f9f9;
  padding-bottom: 90px;
  height: auto!important;
  overflow: hidden!important;
  overflow: visible;
}
.swiper-coop {
  margin-top: 16px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 60px!important;
}
.swiper-coop .swiper-slide{
  background: #fff;
  border:1px solid #eeeeee;
  width: 200px;
  height: 90px;
  float: left;
  margin-right: 10px;
}
.swiper-coop .swiper-slide a{
  display: block;
  height: 100%;
  width: 100%;
}



/*******************************/
.sub-banner{
  background: url("../Image/sub-banner.jpg") no-repeat center;
  height: 236px;
  margin-top: 51px;
}
.sub-banner h3{
  width: 48%;
  padding-top: 35px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sub-banner small{
  display: block;
  font-size: 15px;
  color: #ffffff;
}
.sub-banner .box>span{
  display: block;
  margin-top: 19px;
  font-weight: bold;
  line-height: 38px;
  padding-left:56px;
  background: url("../Image/tel02.png") no-repeat left center;
  color: #fff;
  font-size: 30px;
  font-family: fantasy;
}

.index_news .index_news_right{
  float: left;
  width:574px;
}
.index_news .index_news_right .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index_news .index_news_right a:hover .imgbox img{
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.index_news .news-right-title{
  float:right;
  width: 280px;
  font-size:18px;
  color:#333333;
  padding-top: 15px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index_news .index_news_right:hover .news-right-title{
  color:#0e66bf;
}
.index_news .index_news_right .news-right-title>p{
  font-size: 17px;
  color: #1d1d1d;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.index_news .index_news_right .news-right-title>small{
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
.index_news .index_news_right .news-right-title>.des{
  width:100%;
  font-size:14px;
  color:#666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: 350ms 0s all ease;
}
.index_news .index_news_right .news-right-title:hover>.des,.index_news .index_news_right .news-right-title:hover>p,.index_news .index_news_right .news-right-title:hover>small{
  color: #0058b1;
}
.index_news{
  padding-top:30px;
}
.index_news .index_news_right>a{
  clear: both;
  display: block;
  margin-bottom: 35px;
}
.index_news .index_news_right .news-right-time{
  font-size:14px;
  color:#757575;
  padding:0 20px;
  background: #f4f4f4;
  padding-bottom: 10px;
}
.index_news .index_news_left{
  float: right;
  width:600px;
}
.index_news .index_news_left_list{
    margin-bottom: 45px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.index_news .index_news_left .index_news_left_list {
    margin-bottom: 15px;
}
.index_news_left .index_news_left_list a {
  margin-bottom: 16px;
  display: block;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 31px;
}
.index_news_left .index_news_left_list a .text{
    width: 100%;
    float:none;
}


.index_news .index_news_left_list .time{
    float: left;
    width:87px;
    height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    padding-right:27px;
    margin-right: 20px;
    border-right:1px solid #e5e5e5;
}

.index_news .index_news_left_list .time .fir{
    font-size:40px;
    color: #666666;
}
.index_news .index_news_left_list .time .sec{
    font-size:16px;
    color: #666666;
}
.index_news .index_news_left_list .text{
  float: right;
  width: 430px;
  position: relative;
}
.index_news .index_news_left_list .text .fir{
    font-size:17px;
    color:#1d1d1d;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_news .index_news_left_list:hover .text .fir{
    color:#165fac;
}
.index_news .index_news_left_list .text .con{
    font-size:14px;
    color:#666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news .index_news_left_list:hover .text .con {
    color:#165fac;
}

.newstit{
  width: 100%
  margin-bottom: 30px;
  height: 40px;
}
.newstit h3{
    float:left;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 18px;
}
.newstit a{
    float:right;
    font-size: 15px;
    color: #016bbf;
}
.imgbox{
    float:left;
    background: #f8f9fb;
    width: 269px;
    height: 164px;
}

.productInfo {
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 218px;
  padding: 32px 16px;
  float: left;
  background-color: #01a165;
  color: #fff;
}
.productInfo h4.info {
  font-size: 22px;
  font-weight: bold;
}
.productInfo p.en {
  font-size: 14px;
  line-height: 25px;
}

.search {
  margin-top: 8px;
  float: right;
  padding-right: 120px;
}
.search-input {
  background-color: #0b3d8e;
  border-radius: 5px;
  text-indent: 16px;
  width: 400px;
  font-size: 16px;
  color: #7baaf5;
}
.search-button {
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 16px 32px;
  line-height: 22px;
  font-size: 16px;
  margin-left: -8px;
  text-align: center;
  color: #fff;
  background-color: #426ca9;
}
.search-button:hover {
  opacity: .9;
}
/*子页search*/
.sub-search {
  padding-top: 10px;
  width: 600px;
  float: right;
}
.sub-search-input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  float: left;
  padding: 8px 0;
  line-height: 34px;
  background-color: #ffffff;
  border: 1px solid#ededed;
  text-indent: 16px;
  width: 400px;
  font-size: 16px;
  color: #2c2c2c;
}
.sub-search-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  float: left;
  padding: 8px 32px;
  line-height: 34px;
  font-size: 16px;
  margin-left: -8px;
  text-align: center;
  color: #fff;
  background-color: #2f68c5;
}
.sub-search-button:hover {
  opacity: .8;
}


.productList {
  width: 250px;
  float: left;
}
.proDetail {
  padding-top: 16px;
  width: 930px;
  float: right;
}
.proDetail li.cp {
  position: relative;
  float: left;
  margin: 8px 4px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 8px;
}

.proDetail li.cp a img {
  border-radius: 5px;
  border: 5px solid #f0f0f0;
  width: 280px;
  height: 280px;
  transition: 400ms ease all;
}
.proDetail li.cp a img:hover {
  border: 5px solid #01a165;
  transition: 600ms ease all;
}
.proDetail li.cp:before,
.proDetail li.cp:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: #01a165;
  transition: 400ms ease all;
}

.proDetail li.cp:hover:before,
.proDetail li.cp:hover:after {
  width: 100%;
  transition: 600ms ease all;
}

.company {
  width: 100%;
  float: left;
  clear: both;
}
.sub-company {
  margin: 32px auto;
  width: 1200px;
  background-color: #eef7fb;
  height: auto!important; 
  overflow:hidden!important; 
  overflow: visible; 
}
.company-con {
  background: url(../Image/companyBg.jpg) top left no-repeat #eef7fb;
  width: 1200px;
  margin: 0 auto;
  min-height: 830px;
}
.company-infor {
  float: left;
  width: 500px;
}
.company-infor ul {
  padding: 100px 100px 0 100px;
}
.company-infor li {
  height: 60px;
  margin: 2px;
  text-align: center;
  width: 135px;
  color: #ffffff;
  float: left;
  padding: 16px 0;
  border-radius: 5px;
  background-color: rgba(1,161,101,0.7);
}
.company-infor li span {
  font-size: 24px;
  font-weight: bold;
}
.company-infor li p {
  font-size: 16px;
}
.about {
  float: right;
  padding: 40px 40px 0 0;
  width: 630px;
}

.aboutTitle {
  font-weight: bold;
  font-size: 22px;
  color: #232323;
}
.aboutCon {
  padding: 16px 0;
  line-height: 30px;
  font-size: 14px;
  color: #888888;
}

.about-list {
  width: 100%;
  margin-top: 16px;
}
.about-list a {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 0 24px;
  line-height: 55px;
  background-color: #01a165;
}
.aboutCon a:hover {
  background-color: #0081b3;
  color: #efefef;
}
.companyDetail{
  text-align: left;
  width: 1200px;
  margin: 15px auto 0;
}
.companyDetail h5 { 
  color:#2e2e2e; 
  font-size:24px; 
  display:block; 
  font-weight:bold; 
  line-height:70px; 
}

.companyDetail li.companyInfo, .pro { 
  background: #fff; 
  height: auto!important; 
  overflow:hidden!important; 
  overflow: visible; 
  border-radius: 5px; 
  padding: 25px; 
  margin:15px 0; 
}
.companyDetail li.companyInfo span, .proTitle { 
  font-size:24px; 
  display:block; 
  color:#025cac; 
  margin:0 0 15px 0;
}
.comCon, .proCon{ 
  font-size: 14px;
  color: #646464; 
  line-height:25px;
}
.comCon_2 { 
  width:50%; 
  float:left; 
  font-size:14px; 
  color: #646464; 
  line-height:25px; 
} 

.I_news {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.i-news-con {
  width: 560px;
  float: left;
}
.i-news-con li {
  border: 4px solid #f9f9f9;
  clear: both;
  padding: 12px 16px;
  margin-bottom: 16px;
  transition: all 0.2s linear 0s;
}
.i-news-con li a {
  display: block;
}
.i-news-dz {
  background-color: #0080fe;
  border-radius: 2px;
  padding: 4px;
  color: #ffffff;
  font-size: 12px;
}
.i-news-detail h6.i-news-title {
  display: inline-block;
  transition: all 0.2s linear 0s;
  font-size: 16px;
  color: #222222;
}
.i-news-detail span.i-news-time {
  display: inline-block;
  color: #bfbfbf;
  font-size: 12px;
  float: right;
}
.i-news-detail span.i-news-time span.iconfont {
  vertical-align: middle;
  margin-right: 6px;
}
.i-news-description {
  transition: all 0.2s linear 0s;
  margin-top: 5px;
  line-height: 25px;
  font-size: 14px;
  color: #7f8c8d;
  height: 70px;
}
.i-news-con li:hover {
  border-color: #0080fe;
}

/**
* CARD
**/
.card {
  position: relative;
  width: 290px;
  float: left;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.card__thumb {
  height: 190px;
  overflow: hidden;
  background-color: #000;
}
.card__thumb img {
  display: block;
  opacity: 0.8;
  transition: all 0.2s linear 0s;
}
.card:hover .card__thumb img {
  opacity: 1;
}

.card__body {
  position: relative;
  padding: 20px;
}
.card:before,
.card:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: #2283e9;
  transition: 400ms ease all;
}

.card:hover:before,
.card:hover:after {
  width: 100%;
  transition: 600ms ease all;
}

.card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background-color:#2283e9;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
}
.card__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.card__subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  color:#2283e9;
}
.card__description {
  font-size: 14px;
  color: #666C74;
  line-height: 25px;
}
.card__footer {
  color: #A3A9A2;
  margin-top: 8px;
  font-size: 11px;
}


/*****************子页-company*********************/
.biaoti{
  height:70px; 
  font-size:14px; 
  border-bottom:1px solid #eaeaea; 
  width: 100%; 
  background: #f6f6f6;
}
.biaotiCon{ 
  width:1200px; 
  margin: 0 auto; 
  text-indent:35px; 
  font-size:14px; 
  line-height:70px; 
  color:#646464;
}
.biaotiCon .iconfont {
  font-size: 14px;
}
.biaotiCon a {
  color: #646464;
}
.biaotiCon a:hover {
  color:#025cac;
}


.abstract{
  background-image: linear-gradient(225deg,#00bcfa,#0094d9);
  padding: 8px 16px;
  height: 334px;
  width: 680px; 
  float: right; 
  line-height: 32px; 
  color:#fff;
  font-size: 14px; 
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


.comCon, .proCon{ 
  font-size: 14px;
  color: #646464; 
  line-height:25px;
}
.comCon_2 { 
  width:50%; 
  float:left; 
  font-size:14px; 
  color: #646464; 
  line-height:25px; 
} 

.contactIntro{ 
  background:url(../Image/contactPic.jpg); 
  height: 60px; 
  width: 100%;
  overflow: hidden;
}
.contactIntro span{
  background:rgba(0,0,0,0.5);
  font-weight: 100;
  height: 60px;
  position: relative;
  bottom: 0;
  color: #fff;
  text-indent: 25px; 
  font-size: 18px;
  line-height: 60px;
  display: block;
}


/********news*****/
.news,.contact,.video{ 
  width: 1200px; 
  margin: 24px auto;
}
/**************新闻样式*************/
.cloumn-con {
 width: 800px;
 float: left;
}
.cloumn-bd {
  height: auto!important; 
  overflow: hidden!important; 
  overflow: visible; 
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(27,95,160,.1);
  margin-bottom: 10px;
}
.section-title h1 {
  padding-bottom: 16px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #2c2e3b;
  text-indent: 24px;
}
.recommond-wrapper li {
  padding: 20px 22px;
  border-top: 1px solid #f0f2f7;
}
.recommond-wrapper li a {
  display: block;
}
.recommond-wrapper li:hover {
  background-color: #f9fafb;
}
.recommond-wrapper li a:hover {
  color: #06c;
}
.recommond-wrapper li h3 {
  height: 24px;
  line-height: 24px;
  font-weight: 600;
}
.recommond-wrapper li p.desc {
  padding: 8px 0;
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #828a92;
}
.recommond-wrapper li .time {
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #828a92;
  display: inline-block;
}
.recommond-wrapper li .time span.iconfont {
  vertical-align: middle;
  font-size: 12px;
  padding-right: 4px;
}
.cloumn-side {
  width: 380px;
  float: right;
}
.hots-wrapper {
  padding: 15px 0 0 25px;
}
.hots-wrapper .title {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.hots-wrapper ul li {
  padding-bottom: 16px;
}
.hots-wrapper ul li .title h4 {
  position: relative;
  left: 32px;
  width: 80%;
  color: #2c2e3b;
  cursor: pointer;
  font-size: 14px;
}
.hots-wrapper ul li .title h4 a {
  font-weight: 100;
  display: inline-block;
  min-height: 48px;
  max-height: 48px;
  line-height: 24px;
}
.hots-wrapper .title .nums {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 14px;
  background: #e6f1fb;
  cursor: pointer;
  line-height: 14px;
  text-align: center;
  color: #06c;
  font-size: 12px;
  border-radius: 2px;
}
.hots-wrapper ul li .title h4 a:hover {
  color: #06c;
}
.hots-wrapper a span.hotchange {
  height: 18px;
  line-height: 18px;
  display: inline-block;
  margin-left: 7px;
  color: #999;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 0 6px;
}

.host-pro li {
  height: 68px;
  width: 100%;
  clear: both;
  padding: 8px 0;
  border-bottom: 1px solid #f0f2f7;
}
.host-pro li:hover {
  background-color: #f9fafb;
}

.host-pro .pic {
  margin: 0 8px;
  float: left;
}
.host-pro .pic img {
  width: 90px;
}
.host-pro .name {
  margin-left: 16px;
  float: left;
  width: 180px;
  color: #2c2e3b;
  cursor: pointer;
  font-size: 14px;
}

.zy_news {
  height: auto!important; 
  overflow: hidden!important; 
  overflow: visible; 
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(27,95,160,.1);
  margin-bottom: 10px;
}
.zy_news h3{ 
  width:100%; 
  display:block; 
  color:#333333; 
  font-size:20px; 
  font-weight:bold; 
  line-height:35px;
}
.read {
  float: right;
}
.women_speak, .men_speak {
  cursor: pointer;
  width: 40px;
}
.meta { 
  border-bottom:1px solid #ebecf1; 
  height:45px; 
  width:100%;
}
.meta span { 
  display:block; 
  float:left; 
  height:45px; 
  color:#999999; 
  line-height:45px;
}
.meta small { 
  display:block; 
  float:right; 
  margin:10px 0 0 0;
}

.nPic { width: 100%; text-align:center; }

.index_tel{
  width: 100%;
}
.index_tel p{
  line-height: 22px;
  color: #666666;
  padding-left:13px;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
}
.index_tel p span{
  color: #86c328;
  font-weight: bold;
}
.index_tel>a{
  display: block;
  line-height: 40px;
  padding-left: 63px;
  background:#86c328 url("../Image/kf.png") no-repeat 27px center;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.index_tel>a:hover{
  background:#016bbf url("../Image/kf.png") no-repeat 27px center;
  color: #fff;
}

.inside_page { 
  padding: 16px 0; 
  line-height: 35px; 
  color:#333333; 
  font-size: 16px;
}
.inside_page img { max-width:1070px;}
.Pic {
  border: 5px solid #cccccc;
  border-radius: 5px;
  float: left;
}
.Pic img {
  width: 420px;
  height: 420px;
}
.pic_name {
  background: #01a165;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.inside_detail {
  width: 400px;
  height: 395px;
  padding: 16px 24px;
  background-color: #f8f8f9;
  border: 1px solid #edeff0;
  border-radius: 4px;
  float: left;
  margin-left: 16px;
}
.inside_detail h4 {
  color: red;
  font-size: 18px;
}
.proNr {
  margin-top: 16px;
  float: left;
  width: 100%;
}
.proNr img {
  max-width: 90%;
}
.proTitle {
  width: 100%;
  height: 50px;
  background-color: #f8f8f9;
}
.proTitle span {
  display: block;
  font-size: 16px;
  width: 150px;
  background-color: #00a770;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}

.pro-img { 
  padding: 16px 0; 
  line-height: 35px; 
  color:#333333; 
  font-size: 16px;
}
.pro-img .pic {
  width: 400px;
  height: 300px;
  border: 5px solid #cccccc;
  border-radius: 5px;
  float: left;
}
.pro-img .pic img {
  width: 400px;
  height: 300px;
}

.pro-text {
  width: 100%;
}
.pro-rwm {
  margin-top: 8px;
  line-height: 20px;
  width: 115px;
  text-align: center;
}

.product-side {
  margin-top: 160px;
  min-height: 930px;
  background-image: linear-gradient(0deg,#67a1f1 2%,#3180f0);
  box-shadow: 0 10px 20px 0 rgba(50,57,73,.3);
  width: 250px;
  float: left;
}
.product-side li a {
  display: block;
  line-height: 55px;
  color: #5a5a5a;
}
.product-side li a:hover,.product-side li a.on {
  background: hsla(0,0%,100%,.1);
  color: #fff;
}
.sub-products {
  width: 1200px;
  margin: 150px auto 0;
}
.sub-products-con {
  height: auto!important; 
  overflow: hidden!important; 
  overflow: visible;
  padding: 24px;
  width: 752px;
  float: left;
  background-color: #ffffff;
}
.sub-pro-detail {
  margin-top: 140px;
  padding-top: 12px;
  width: 930px;
  float: right;
}


.lxwm-con {
  width: 370px;
  float: left;
  margin: 24px 0;
}
.lxwm-item {
  background-color: #2f9833;
  padding: 32px;
  font-size: 14px;
  height: 220px;
  color: #ffffff;
}
.lxwm-item p span.text {
  font-size: 14px;
}
.lxwm-item h3.telephone {
  font-weight: bold;
  font-size: 32px;
}
.lxwm-intro {
  margin-top: 32px;
  line-height: 25px;
  color: #f1f1f1;
}

.lxwm-detail {
  background-color: #eeeeee;
  padding: 32px;
  height: 240px;
  clear: both;
  text-align: center;
}
.lxwm-detail h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2f9833;
}
.erm {
  text-align: center;
  padding: 8px 8px;
  display: inline-block;
}
.f-code {
  margin-top: 24px;
  font-size: 14px;
  color: #798590;
}
.f-code img {
  width: 150px;
  height: 150px;
}
.f-code p.sm {
  margin-top: 12px;
}

/*****************message********************/
.message {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 16px;
}
.message-title {
  background-color: #f8f8f9;
  font-size: 16px;
  border-left: 3px solid #2283e9;
  padding: 8px 0 8px 16px;
}
.messageCon {
  width: 540px;
  float: left;
  margin-top: 16px;
}
.map {
  width: 580px;
  float: right;
}
.messageCon li {
  width: 100%;
  margin-bottom: 8px;
}
.messageCon img {
  vertical-align: top;
}
.messageCon input, .messageCon textarea {
  border: 1px solid #f8f8f9;
  background:#f8f8f9;
  padding-right: 30px;
  width: 80%;
  padding: 13px 8px;
}

.messageCon input:focus, .messageCon textarea:focus{
  background: #fff;
  border: 1px solid #555;
  box-shadow: 0 0 3px #aaa;
}
.message .but {
  border-radius: 3px;
  width: 320px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #2283e9;
  border-color: #2283e9;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}


/*******************footer********************/
.footer {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 48px;
  position: relative;
  padding-top:31px;
  background: #303030;
}

.footp {
  color: #666;
  font-size: 14px;
  line-height: 50px;
  background: #191919;
}
.footp a {
  color: #666;
  font-size: 14px;
  padding: 0 4px;
}
.footp a:hover{
  color: #fff;
}

.footer_list>div{
  width: 24%;
  float: left;
  height: 305px;
  border-left:1px solid #454545;
}
.footer_list>div>h3{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left:60px;
  position: relative;
  left:-22px;
  top: -5px;
  margin-bottom: 7px;
  line-height: 44px;
}
.footer_list>div>a,.footer_list>div>p{
  font-size: 14px;
  color: #999999;
  display: block;
  padding-left: 36px;
  margin-bottom: 9px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.footer_list>div>a:hover{
  color: #fff;
  text-decoration: underline;
}

.wxchatpic{
  margin-left: 36px;
  text-align: center;
  width: 110px;
}
.wxchatpic img{
  width: 100%;
}
.wxchatpic p{
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
}

/***********************page********************************/

#page{
  text-align:center; 
  width:100%; 
  margin:50px 0; 
  float:left; 
  clear:both;
}
#page a{
  padding:0.5em 0.64em 0.43em 0.64em;
  margin:2px;
  color:#666666; 
  border-radius:5px; 
  border:1px solid #e4e6ef; 
  text-decoration:none;
}
#page a:hover{
  padding:0.5em 0.64em 0.43em 0.64em;
  margin:2px;
  color:#fff;
  border-radius:5px; 
  border:1px solid #ff6600; 
  background-color:#ff6600;
}
#page a:active{
  padding:0.5em 0.64em 0.43em 0.64em;
  margin:2px;
  color:#fff; 
  border-radius:5px; 
  border:1px solid #ff6600; 
  background-color:#ff6600;
}
#page span.current{
  padding:0.5em 0.64em 0.43em 0.64em;
  margin:2px;
  color:#fff; 
  border-radius:5px; 
  border:1px solid #ff6600; 
  background-color:#ff6600; 
  font-weight:bold;
}
#page span.disabled{ display:none; }

#prev_next{
  float: left;
  clear: both;
  width:100%; 
  border-top:1px solid #ebecf1; 
  padding:15px 0; 
  margin:10px 0;
}
#prev_next li{ 
  height: 35px; 
  line-height: 35px; 
  width: 100%;
}
#prev_next li a:hover{ color:#0087c7;}



.bayWindow {
  position:fixed;
  top: 120px; 
  right: 8px;
  z-index:99999;
  width: 120px;
  background:#00a46b;
  border-radius: 3px;
  padding: 16px;
}
.bayWindow h4 {
  width:100%;
  color:#ffffff;
  font-size:16px;
  text-align:center;
  font-weight:bold;
  padding: 12px 0 14px 0;
}
.close {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: 60px;
  transition:All 0.4s ease-in-out;
}
.close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  background-color: rgba(0, 0, 0, 0.9);
}
.window {
  padding:10px 0 0 0;
}
.w-ewm {
  text-align: center;
  background: #ffffff;
  padding: 8px 2px;
  border-radius: 3px;
}
.w-ewm p {
  font-size: 12px;
}
.window li {
  padding: 8px 0;
  text-align: center;
  color:#fff;
  font-size: 14px;
  border-bottom:1px solid rgba(255,255,255,0.3);
}
.window li span {
  font-size: 12px;
}
.window li p.focus {
  font-family: fantasy;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}


.cp_type .hd {
  text-align:center;
  background-color:#01a165;
  padding:20px;
}
.cp_type .hd p {
  height:40px;
  line-height:40px;
  font-size:28px;
  font-weight:bold;
  color:#fff;
}
.cp_type .hd span {
  display:block;
  height:20px;
  line-height:20px;
  font-size:14px;
  color:#fff;
  text-transform:uppercase;
}

.cp_type .bd {
  background-color:#f5f5f5;
}
.cp_type .bd ul li {
  border-bottom:1px solid #e3e3e3;
}
.cp_type .bd ul li.on { margin-bottom:1px;}
.cp_type .bd ul li p {
  height:60px;
  line-height:60px;
}
.cp_type .bd ul li p a {
  display:block;
  width:100%;
  padding-left: 40px;
  overflow: hidden;
  line-height:60px;
  color:#333;
  font-size:16px;
  white-space:nowrap;
  text-overflow: ellipsis;
  background:url(../Image/mulu_jt01.png) 12px center no-repeat;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_type .bd ul li a span {
  display:block;
  width: 50px;
  height: 60px;
  background:url(../Image/mulu1.png) center center no-repeat;
  cursor:pointer;
  float:right;
  opacity: 0.6;
  opacity: 1;
}

.cp_type .bd ul li p:hover, .cp_type .bd ul li.on p, .cp_type .bd ul li p a.on {
  background-color:#28aa7a;
}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a {
  color:#fff;
  background:url(../Image/mulu_jt02.png) 12px center no-repeat;
}
.cp_type .bd ul li p:hover a, .bd ul li p a.on {
  color:#fff;
  background:url(../Image/mulu_jt02.png) 12px center no-repeat;
}

.cp_type .bd ul li p:hover span, .cp_type .bd ul li a.on span {
  background:url(../Image/mulu2.png) center center no-repeat;
  opacity: 1;
}
