.bg-color {
  background: #fff;
}

/*头部*/
#top_line_bj{ height: 3rem; line-height: 3rem; background: #e6e6e6; width: 100%;}
#top_line .right{ text-align: right; color: #999999;}
#top_line .right a{ color: #999999; padding: 0 10px;}
#top_index #logo{ padding: 2%;}
#top_index #logo img{ max-width: 100%;}
#top_index #nav{ padding: 0;}
#top_index #nav{ margin: 0;}
#top_index #nav li{ float: right; margin: 6% 2% 0; height: 3rem;  text-align: center; font-size: 1.7rem; position: relative;}
#top_index #nav li a{ color: #666666;}
#top_index #nav li:hover a{ color: #3866ed;}
#top_index #nav li::before{ position: absolute; left: 50%; bottom: 0; content: ''; height: 2px;  background: #3866ed; width: 0; transition:0.3s;}
#top_index #nav li:hover::before{ width: 100%; left: 0;}
@media only screen and (max-width:1200px){
  #top_index #nav li{ margin: 6% 1.5% 0; font-size: 1.5rem;}
}
/*@media only screen and (max-width:1000px){
  #top_index #nav li{ margin: 0; width: 25%; font-size: 1.5rem; line-height: 3rem;}
}
@media screen and (max-width:765px){
  #top_bj{ background: rgba(0,0,0,0.4);}
  #top_index #logo img{ max-width: 80%;}
  #top_index #nav li{ margin: 0; width: 25%; font-size: 1.5rem; line-height: 3rem;}
}
*/


#top_index .sp_nav{ float: right; cursor:pointer; margin: 5% 0 0 0 !important; height: 3rem; text-align: right; padding-right: 0; padding-left: 6%; }
.sp_nav span{display:block;background:#356bef;width:30px;height:2px;position:absolute;transition:all ease 0.5s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{position:fixed;z-index:9;background:rgba(0,0,0,0.8);width:100%;height: auto;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; padding: 3% 0;}
.nav_show{top:14%;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{ border-top:1px #666 solid;margin-left:3%; width: 94%; position:relative;line-height:50px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #666 solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#efefef;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#666;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}

@media (min-width: 765px) and (max-width: 1200px){
  .nav_show{top:10%;}
}




#banner .swiper-container {
  padding-bottom:40px;
  border-bottom: 1px solid #e6e6e6;
}
#banner .swiper-wrapper{
}
#banner .swiper-slide {
  width:1332px;
  transition-timing-function:linear;
}
@media only screen and (max-width:1200px){
  #banner .swiper-slide {
    width:770px;
  }
}
@media only screen and (max-width:980px){
  #banner .swiper-slide {
    width:471px;
  }
}
@media only screen and (max-height:480px){
  #banner .swiper-slide {
    width:471px;
  }
}
#banner .swiper-slide img{
  width:100%;
  border-radius: 4px;
}
#banner .swiper-slide .title{
  position:absolute;
  transform:rotate(90deg);
  transform-origin:left top;
  left:-3px;
  font-size:11px;
  color: rgb(102, 102, 102);
} 
#banner .swiper-button-next, .swiper-button-prev{
  width:86px !important;
  height:112px !important;
  background-size:86px 112px !important;
  margin-top:-56px !important;
  outline:none;
}
#banner .swiper-button-next{
  background-image:url(../images/cursor-next.png);
}
#banner .swiper-button-prev{
  background-image:url(../images/cursor-prev.png);
}   
#banner .swiper-pagination-bullet{
  background:none;
  opacity:1;
  margin:0 6px !important;
  width:9px;
  height:9px;
  position:relative;
  outline:none;
  vertical-align:middle;
}
#banner .swiper-pagination-bullet span{
  width:3px;
  height:3px;
  background:#CCC;
  display:block;
  border-radius:50%;
  margin-top:3px;
  margin-left:3px;
}
#banner .swiper-pagination-bullet i{
  background:#000;
  height:1px;
  width:20px;
  position:absolute;
  top:4px;
  transform:scaleX(0);
  transform-origin:left;
  z-index:3;
  transition-timing-function:linear;
}
#banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
  width:9px;
  height:9px;
  margin-top:0;
  margin-left:0;
  background:#000;
  position:relative;
  z-index:1;
}
#banner .swiper-pagination-bullet-active i{
  animation:middle 6s;
}
#banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
  animation:first 6s;
}
#banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
  animation:last 6s;
}       
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}   
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
} 



/* 首页 */
.tit_in{ color: #333333; font-size: 3rem;}
.tit_in span{ color: #cccccc; font-family: arial; font-size: 2rem; text-transform: uppercase; padding-left: 2%;}
/*@media screen and (max-width:765px){
  .tit_in{ font-size: 2rem;}
  .tit_in span{ font-size: 1rem;}
}*/
.more{ float: right;}
.more img{ max-width: 100%;}

#cply li{ border:1px solid #dcdcdc; padding: 5%; margin-bottom: 5%;}
#cply li .num{ float: left; color: #999999; font-family: arial; height: 106px; line-height: 160px;}
#cply li .pic{ float: right; width: 106px; height: 106px; overflow: hidden;}
#cply li .pic img{ margin-left: 0; transition:0.3s;}
#cply li:hover .pic img{  margin-left: -106px;}
#cply li .tit{ clear: both; line-height: 2rem;}
#cply li .tit p{ color: #666666; font-size: 2rem;}
#cply li .tit span{ color: #d9d9d9; font-family: arial; text-transform: uppercase;}
#cply li:hover{ background: #356bef;}
#cply li:hover .tit p,#cply li:hover .tit span,#cply li:hover .num{ color: #fff;}


.hui{ background: #f2f2f2; width: 100%;}
.slideTxtBox_cp{ text-align:left;}
.slideTxtBox_cp .hd{ height: auto; position:relative; }
.slideTxtBox_cp .hd ul{ height:auto; text-align: center;}
.slideTxtBox_cp .hd ul li{ float: left; width: 12%; height: 4.5rem; line-height: 4.5rem; padding: 0; text-align: center; cursor:pointer;}
.slideTxtBox_cp .hd ul a{ color: #666666;}
.slideTxtBox_cp .hd ul li.on{ height: 4.5rem; background:#356bef; color: #fff;}
.slideTxtBox_cp .hd ul li.on a{ color: #fff;}
.slideTxtBox_cp .bd ul{ padding:2% 0 0;  zoom:1;  }
.slideTxtBox_cp .bd li{ text-align:center; transition:0.3s; background: #fff; overflow: hidden; margin-bottom: 5%;}
.slideTxtBox_cp .bd li .pic{ display: block; width: 100%; overflow: hidden;}
.slideTxtBox_cp .bd li .pic img{ width: 100%; max-height: auto; transition: 0.3s; }
.slideTxtBox_cp .bd li .tit{ border:1px solid #e6e6e6; padding-bottom: 3%; transition: 0.3s; }
.slideTxtBox_cp .bd li .tit .left{text-align: left; padding: 2% 0 0 2%; line-height: 2rem;}
.slideTxtBox_cp .bd li .tit .right{ width: 32px; height: 32px; margin: 5% 2% 0 0; overflow: hidden;}
.slideTxtBox_cp .bd li .tit .right img{ margin-left: 0; transition: 0.3s;}
.slideTxtBox_cp .bd li .tit p{ width:100%; height:4rem; line-height: 4rem; color: #666666; transition: 0.3s; font-size: 2rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: 0.3s;}
.slideTxtBox_cp .bd li .tit span{ color: #999999; font-size: 1.2rem; transition: 0.3s;}

.slideTxtBox_cp .bd li:hover .tit{ background: #6498fe;}
.slideTxtBox_cp .bd li:hover .tit p{ color: #fff;}
.slideTxtBox_cp .bd li:hover .tit span{ color: #fff;}
.slideTxtBox_cp .bd li:hover .pic img{transform: scale(1.1);}
.slideTxtBox_cp .bd li:hover .right img{ margin-left: -32px;}
@media screen and (max-width:765px){
  .slideTxtBox_cp .bd li img{ height: 140px;}
  .slideTxtBox_cp .hd{ margin-top: 3%; padding: 0 2%;}
  .slideTxtBox_cp .bd li .tit p{ font-size: 1.5rem;}
  .slideTxtBox_cp .hd ul li{ width: 33%;}
}
@media (min-width: 765px) and (max-width: 1000px){
  .slideTxtBox_cp .hd{ margin-top: 3%; padding: 0 2%;}
}


#indexNews{ padding-top: 3%;}
#indexNews li{width: 100%;height: auto; padding: 0 1% 3%; margin-bottom: 3%; border-bottom: solid 1px #dcdcdc; transition: 0.3s; position: relative;}
#indexNews li .news_pic{ padding: 0;}
#indexNews li .news_pic img{ width: 100%;}
#indexNews li .right{ padding: 0 0 0 3% !important; line-height: 3rem;}
#indexNews li .news_title p{ text-align: left; float: left; width: 75%; color: #363636; font-size: 1.5rem; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 25px; font-weight: bold; transition:0.3s;}
#indexNews li .news_title span{ display: block; float: right; width: 25%; font-size: 0.8rem; color: #666;}
#indexNews li .news_info{ color: #999999; font-size: 0.8em; line-height: 2.2rem;}
#indexNews li::before{ position: absolute; left: 50%; bottom: -1px; width: 0; content: ''; height: 2px; background: #356bef; transition:0.3s;}
#indexNews li:hover::before{ left: 0; width: 100%; }
#indexNews li:nth-of-type(3){ margin: 0;}
#indexNews li:hover .news_title p{ color: #356bef;}

.xwpic .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 7%;
}
.xwpic .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.xwpic .swiper-slide img{ width: 100%;}
.xwpic .swiper-slide .tit{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; text-align: left; color: #fff; padding-left: 5%; height: 4rem; line-height: 4rem; background: rgba(0,0,0,0.6);}
.xwpic .swiper-pagination{ right: 2% !important; width: auto !important; left: auto !important;}
.xwpic .swiper-pagination-bullet{ background: #fff !important;}


#ysbj{ background: #4b78ef; width: 100%; position: relative;}
#ysbj .main{ position: relative; z-index: 3;}
.ys_font{ color: #fff;}
.ys_font .tit{ font-size: 3rem; position: relative; line-height: 5rem; padding-bottom: 2%;}
.ys_font .tit::before{ position: absolute; content: ''; left: 0; bottom: 0; height: 1px; background: #fff; width: 10%;}
.ys_font .content{ line-height: 3rem; padding: 3% 0 10%; font-size: 1.5rem;}
.ys_pic{ position: relative; box-shadow:0px 0px 15px #2c59d2; padding: 0 !important; color: #fff;}
.ys_pic .pic{ width: 100%;}
.ys_pic .pic img{ width: 100%;}
.ys_pic .tit{ position: absolute; left: 5%; top: 5%; z-index: 1; width: 90%;}
.ys_pic .tit .left,.ys_pic .tit .right{padding: 0;}
.ys_pic .tit .left p{ font-size: 3rem;}
.ys_pic .tit .left span{ font-size: 1.5rem;}
.ys_pic .tit .right{ text-align: right; padding-top: 5%; font-weight: bold;}
.ys_pic .content{ position: absolute; left: 5%; top: 20%; z-index: 1; width: 80%;}
.ys_pic .content p{ font-size: 2.5rem;}
.ys_pic .content span{ display: block; font-size: 1.5rem; margin-bottom: 5%;}
#ysbj #yspic{ position: absolute; right: 0; top: 12%; z-index: 1;}




#mapbj{ background: url(../images/mapbj.png) no-repeat center bottom #fff; width: 100%;}
.map{ text-align: center;}
.map img{ max-width: 100%;}
.mapnr{ padding-top: 35%;}
.mapnr span{ display: block; color: #666666; font-size: 1.5rem;}
.mapnr p{ color: #4b78ef; font-size: 3rem; padding-top: 20%; font-weight: bold;}
@media screen and (max-width:765px){
  .mapnr{ padding: 3% 0;}
  .mapnr p{ padding: 0;}
}
#mapbj1{ background: url(../images/mapbj.png) no-repeat center bottom #f7f7f7; width: 100%;}


/*底部*/
#footbj{ background: url(../images/end_bj.png) no-repeat right top #356bef; width: 100%; height: auto; overflow: hidden; }
#footnr{ color: #fff;}
#footnr #end_line{ border-top: 1px solid #7298f4; height: 4rem; line-height: 4rem; color: #9ab5f7;}
#footnr #end_logo{ border-bottom: 1px solid #7298f4; padding-bottom: 1%; margin-bottom: 3%;}
#footnr #end_logo i,#footnr #end_logo p,#footnr #end_logo span{ display: block; float: left; height: 50px; line-height: 50px; padding: 0 2% 0 0;}
#footnr #end_logo p{ font-size: 3rem; font-weight: bold;}
#footnr #end_logo i img{ max-width: 100%;}
@media screen and (max-width:765px){
  #footnr #end_logo i,#footnr #end_logo p,#footnr #end_logo span{ padding: 0; height: 35px; line-height: 35px; text-align: center;}
  #footnr #end_logo p{ font-size: 1.7rem;}
  #footnr #end_logo span{ font-size: 0.8rem;}
}
.end_nav li{ height: 3rem; line-height: 3rem; padding: 0; text-align: center;}
.end_nav li a{ color: #fff;}
.end_nav:nth-of-type(2) li a{ color: #aebef7;}

#end_tel{ text-align: center;}
#end_tel p{  font-size: 3rem; font-family: arial;}
#end_tel span{ display: block; color: #aebef7;}
#end_tel #end_lx{ margin: 2% auto 0; background: url(../images/end_pc.png) no-repeat 10% center #6498fe; padding-left: 10%; width: 45%; height: 3rem; line-height: 3rem; text-align: center;}
@media (min-width: 765px) and (max-width: 1200px){
  #end_tel #end_lx{ width: 70%;}
  #end_tel p{ font-size: 2.5rem;}
}
@media screen and (max-width:765px){
  #end_tel #end_lx{ width: 70%;}
  #end_tel p{ font-size: 2.5rem;}
}
#end_wx img{ max-width: 100%;}


/*公共*/
.pro-sider {
  /*float: left;
  width: 260px;*/
}
.in-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 10% 0 10% 10%;
}
.in-title h3 {
  font-size: 2rem;
  color: #333333;
  margin: 0;
}
.in-title em {
  font-size: 1rem;
  font-family: arial;
  text-transform: uppercase;
  color: #999999;
}


.pro-sider-ul {
  border-top: none;
  overflow: hidden;
  padding: 5% 10%;
}
@media screen and (max-width:765px){
  .pro-sider-ul{ padding: 0;}
}
.pro-sider-ul .ul-li {
  height: auto;
}
.pro-sider-ul .ul-li-li {
  padding: 0 2% 0 10%;
  font-size: 1rem;
  height: auto;
}
.pro-sider-ul a {
  position: relative;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.3rem;
  color: #666666;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:0.3s;
}
.pro-sider-ul a i{ float: left; height: 4.5rem; line-height: 4.5rem; vertical-align: middle; padding-right: 5%;}
.pro-sider-ul a i img{ display: inline-block;}
.pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider-ul .ul-li:hover,
.pro-sider-ul .ul-li.active {

}
.pro-sider-ul .ul-li:hover a,
.pro-sider-ul .ul-li.active a {
  background: #3866ed;
  padding-left: 5%;
  color: #fff;
}
.pro-sider-ul .ul-li:hover div.icon,
.pro-sider-ul .ul-li.active div.icon {
  background: #1e8e54 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}


#yyhy{ border-top:1px solid #ededed; padding: 10% 10% 10% 15%;}
#yyhy li{ position: relative; height: 92px; cursor: pointer;}
#yyhy li .pic{ position: absolute; left:  0; top: 0; width: 92px; height: 92px; z-index: 1; overflow: hidden;}
#yyhy li .pic img{ margin-left: 0; transition:0.3s;}
#yyhy li .font{ z-index: 2; padding-top: 27px;}
#yyhy li .font p{ color: #666666; font-size: 2rem; font-weight: bold;}
#yyhy li .font span{ font-family: arial; font-size: 1rem; text-transform: uppercase; color: #d9d9d9;}
#yyhy li:hover .pic img{ margin-left: -92px;}
#yyhy li:hover p,#yyhy li:hover .font span{ color: #333333;}




.pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e8e54;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */