@charset "utf-8";
/* CSS Document 
** author:永易搜
** URL:http://www.yongyisou.com/
** tips:CSS文件非专业勿动，编码格式为utf-8
*/
*{ padding:0px; margin:0px;}
li{list-style:none;}
img{border:none;border:0;}
a{text-decoration:none;color:#000;}
a:hover{color:#f00;}
a:focus {outline:0; } 
html{font:normal 14px/1.5 "microsoft yahei",tahoma,arial,sans-serif;background:#fff;}
body{background:#fff;}
input,input:focus,select,select:focus{outline:none;}
input,input:focus{text-indent:5px}
h1{ font-size:20px}
h2{ font-size:18px}
h3{ font-size:16px}
h4{ font-size:14px}
/*通用调用*/
.w1200{width:1200px;height:auto;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}

/*   首页    index.html   */
.header{overflow: hidden; }
.head{height:42px;  position: relative;background: #f7f6f6;}
.header span{color:#888888; line-height: 42px; }
.header .header_b{color:#888888; line-height: 42px; }
.header .header_b .head_l{position: relative; }
.header .header_b .head_l:hover a{color:#1165c6; }
.header .header_b a{ margin: auto 10px 0 3px; color:#888888;  }
.header .header_b a .top_icon{width: 20px;height: 20px;position: relative;background: url(../images/icon_1.png) no-repeat;top: 10px;    }
.header .weixin a .top_icon{background-position: -10px -6px;}
.header .shouji a .top_icon{background-position: -36px -7px;margin-top: 1px;}
.header .lianxi a .top_icon{background-position: -65px -6px;}
.header .weixin:hover a .top_icon{background-position: -10px -28px;}
.header .shouji:hover a .top_icon{background-position: -36px -29px;}
.header .lianxi:hover a .top_icon{background-position: -65px -28px;}

.ewm_code{width:90px;height:90px;position:absolute;top:42px;display:none;z-index:999; 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.header .header_b .weixin .ewm_code{left: -20px; }
.header .header_b .shouji .ewm_code{left: -5px; }
.header .header_b .head_l:hover .ewm_code{display: inline-block; }

.top_logo{height:115px; }
.top_logo a{margin: 28px 0;display: block; }
.top_logo a .top_img{display: block;float: left; }
.top_logo .line{width: 2px;height:50px;border-left: 1px solid #e3e3e3;margin: 9px 0 0 15px;   }
.top_logo .top_a{width: 179px;height:50px;margin-top: 6px;float: left;margin-left: 20px;
    font-size: 18px;color: #888;
}

.top_logo .top_r{ height:50px; margin: 32px 0; position: relative;overflow: hidden; }
.top_logo img{display: block;float: left;margin-right: 8px;margin-top: 4px; }
.top_logo .top_phone{height:50px;overflow: hidden; }
.top_logo .top_phone .p1{ font-size:14px;color: #999; }
.top_logo .top_phone .p2{ font-size:30px;color: #f9ab15;margin-top: -8px; }
/* 导航 */
.nav{ width:100%; height:64px; background:#1165c6;}
.nav{ height:64px; overflow: visible;}
.nav .nav_ul{ height:64px; overflow: visible;}
.nav .nLi{width:150px; height:64px;float:left; text-align:center; color:#FFF; line-height:64px; position: relative; }
.nav .nLi .nav_a{display:block; width:150px; height:64px;color:#FFF; font-size: 16px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
    }
.nav .nLi .nav_a:hover{background:#f9bc04;color:#FFF;  }
.nav .nav_ul .on .nav_a{background:#f9bc04;  }
.nav .sub{display:none; width:213px; left:0; top:64px;position:absolute; background:rgba(0,0,0,0.7); height:auto; z-index: 5;font-size: 16px;  }
.nav .sub li{zoom:1; height: 53px; line-height: 53px;  }
.nav .sub a{display:block; padding:0 10px; color:#fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.nav .sub a:hover{background:rgba(0,0,0,0.75); color:#fff;  }
/* banner */
.banner{width:100%;height:500px;overflow:hidden;position:relative; }
.banner .bd{position:relative;height:500px;z-index:0; }
.banner .bd li{width:100%;height:500px;zoom:1;vertical-align:middle;

}
.banner .bd li .pic_a{display:block;width:100%;height:100%; position: relative;}
.banner .bd .pic1{background: url(../images/banner1.jpg) no-repeat center center;}
.banner .bd .pic2{background: url(../images/banner2.jpg) no-repeat center center;}
.banner .bd .pic3{background: url(../images/banner3.jpg) no-repeat center center;}
.banner .hd{position:absolute;z-index:1;bottom: 25px;overflow:visible;float:left; left:50%; margin-left: -120px; width: 240px; height: 3px; font-size:0;}
.banner .hd ul{zoom:1;overflow:visible; width: 240px;  }
.banner .hd ul li{float:left;width:50px;height:2px; margin:0px 10px;text-align:center; background-color: #e9e9e9; position: relative; 
    overflow: visible; 
}
.banner .hd ul li.on{background-color: #f39700; }
.banner .hd ul li:hover{cursor:pointer; }
.banner_ctr{height:90px;position:absolute;top:45%;z-index:2;left:50%;margin-left:-600px; }
.banner_ctr a{display:block;width:47px;height:79px; background: url(../images/banner_btn.png) no-repeat 0 0; position:absolute; 
    opacity:0;filter: alpha(opacity=0); -moz-opacity:0;  -khtml-opacity:0;
}
.banner_ctr a.prev{left:-90px; }
.banner_ctr a.next{right:-1280px; background-position: -47px 0px; }
.banner_ctr a.prev:hover{background-position: 0 -79px;  }
.banner_ctr a.next:hover{background-position: -47px -79px;  }
.banner_ctr a:hover{opacity:0.7;filter:alpha(opacity=70); }

/*  搜索  */
.search{height: 60px;background: #f9f9f9;  }
.search_s{height: 60px;  }
.search .hot{height: 60px;line-height: 60px;font-size: 14px;color: #777777;   }
.search .hot a{font-size: 14px;color: #777777;display: inline-block;margin:0 10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 1s;
    -o-transition: all 0.3s; 
}
.search .hot a:hover{color: #075f9d;}
.search .search_r{height: 60px;}
.search .search_r .select{height: 34px;width: 90px;position: relative;top: 13px;border: 1px solid #dcdcdc;color: #999; background:#fff;}
.search .search_r .select option{ line-height: 40px;}

.search .search_r .input_l{height: 36px;width: 229px;position: relative;top: 13px;margin-left: -1px;   }
.search .search_r input{height: 32px;width: 225px;border: 1px solid #dcdcdc;color: #999; text-indent: 1rem; 
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.search .search_r input:hover{border: #ccc 1px solid;}
.search .search_r .fdj{position: absolute;  height: 31px; width: 36px;top: 0px; right: 3px; }
.search .search_r .fdj:hover{cursor:pointer; }
.search .search_r .fdj img{display: inline-block; margin: 8px;}



/*  推荐  */
.recommend{margin: 50px auto;overflow: hidden;  }
.recommend .rec_l{width: 260px;overflow: hidden;   }
.rec_l .title_top{height: 90px;background: #075f9d;   }
.rec_l .title_top .title_bg{font-size: 22px; color: #fff;margin: 0px auto;  width: 150px;height: 40px;line-height: 40px;top:25px;
  position: relative;
}
.rec_l .title_top .title_bg .icon_bg{width: 40px;height: 40px; 
  background: url(../images/rec_icon.png) no-repeat;background-position: -54px -2px;
}
.rec_l .text{ width: 258px;overflow: hidden;border:1px solid #e4e4e4;

}
.rec_l .text ul{width:215px;margin: 0 auto; overflow: hidden;  }
.rec_l .text li{border-bottom: 1px solid #e4e4e4; overflow: hidden;  }
.rec_l .text a{display: block;height: 60px;line-height: 60px;color: #314152;    
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.rec_l .text span{display: inline-block;position: relative;width: 20px;height: 20px;top: 6px;
    margin-left: 15px;   background: url(../images/rec_icon.png) no-repeat;background-position: -198px -6px;

 }
.rec_l .text li:hover span{background-position: -198px -22px;  }
.rec_l .text li:hover a{color: #075f9d;margin-left: 10px;}

.rec_l .text .tel{width:215px;height: 90px; margin: 0 auto; overflow: hidden; }
.rec_l .text .tel .phone_bg{width: 45px;height: 65px; background: url(../images/rec_icon.png) no-repeat;background-position: -125px -3px;    }

.rec_l .text .tel .tel_l{width: 155px;height: 50px;margin-left: 12px;margin-top: 20px;    }
.rec_l .text .tel .tel_l .p1{font-size: 14px; color: #333;  }
.rec_l .text .tel .tel_l .p2{font-size: 18px; color: #333;   }

/* 推荐 右边 */
.recommend .rec_r{width: 915px;overflow: hidden;  }
.recommend .rec_r .title{width: 915px;height:35px;border-bottom: 1px solid #e8e8e8;  }

.rec_r .title {width:930; height:35px;border-bottom: 1px solid #f0f0f0;   }
.rec_r .title .title_l{ font-size:18px;color: #444;font-weight: bold;width:200px; height: 35px;line-height: 35px;   }
.rec_r .title .title_l .icon{ width: 30px;height: 30px;
    background: url(../images/rec_icon.png) no-repeat;background-position: -8px -5px;
}
.rec_r .title a{font-size:14px;color: #999;float: right;height: 35px;line-height: 35px;  }
.rec_r .title a:hover{color: #1165c6;  }

.index_ul{height:auto; overflow:hidden; width:940px; }

.index_ul li{float: left;overflow: hidden;border:1px solid #e4e4e4;   }
.index_ul1 li{width:287px; height: 225px;margin: 23px 11px 0px 0px;  }
.index_ul li a{display:block;  
    transition: all 0.2s;  
    -moz-transition: all 0.2s;  
    -webkit-transition: all 0.2s;  
    -o-transition: all 0.2s;  
}
.index_ul1 li a{width:287px;height:225px;   }
.index_ul li a .div_img{position: relative;overflow: hidden;  }
.index_ul1 li a .div_img{width:287px;height: 178px;  }
.index_ul li a .div_img .img{
    transition: all 0.3s;  
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;  
    -o-transition: all 0.3s;  
}
.index_ul li:hover a .div_img .img{transform: scale(1.2);  }
.index_ul li .jia{position: absolute;background: rgba(0, 0, 0, 0.3);z-index: 5;margin-top: -183px; 
     transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;  
    -o-transition: all 0.3s;  
    opacity:0;  
    filter:alpha(opacity=0);       /* IE */
    -moz-opacity:0;              /* 老版Mozilla */
    -khtml-opacity:0;  
}
.index_ul1 li .jia{width:287px;height: 178px;  }
.index_ul li .jia img{display: block; transform: scale(1.2); 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.index_ul1 li .jia img{margin: 70px auto; }
.index_ul li:hover .jia{ opacity:1; 
    filter:alpha(opacity=100);       /* IE */
    -moz-opacity:1;              /* 老版Mozilla */
    -khtml-opacity:1; }
.index_ul li:hover .jia img{    transform: scale(1); 
    opacity:1; 
    filter:alpha(opacity=100);       /* IE */
    -moz-opacity:1;              /* 老版Mozilla */
    -khtml-opacity:1;}

.index_ul li a .font{color: #666;text-align: center;font-size: 16px; 
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s; 

}
.index_ul1 li a .font{width: 287px;  height: 48px; line-height: 48px; }
.index_ul li:hover .font{color:#fff; background: #075f9d; }





/* <!--   关于我们 --> */
.our{height: 470px;background: url(../images/our_bg.jpg) no-repeat center;}
.our_s{ overflow: hidden;}
.our_s .img{display: block; margin: 60px 0; }

.our_r{width: 750px;height:350px; }
.our_r .title{overflow: hidden;margin-top: 70px;}
.our_r .title .p1{font-size: 26px;color: #fff;  }
.our_r .title .p2{ font-size: 14px;color: #fff; }

.our_r .cont{color: #fff;margin-top: 50px;   }

.more{ width: 170px;height: 50px; margin-top: 50px; background: #f9ab15; overflow: hidden;   }
.more a{display: block;width: 170px;height: 50px;  }
.more a .more_s{width: 100px;height: 50px;line-height: 50px;text-align: center;font-size: 14px;color: #fff;}
.our_more a .more_s{background: #556a81; }

.more a .more_s span{ 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;  
 }
.more:hover a .more_s span{margin-left: 10px; }

.more a .arrows{position: relative;width: 70px;height: 50px;  }
.our_more a .arrows .arrows_s{background: #556a81;}

.more a .arrows .arrows_s{position: absolute;width: 10px;height: 90px; margin: -10px 0 0 -7px;
    transform:rotate(9deg);
    transform:rotate(9deg);
 -ms-transform:rotate(9deg);
 -moz-transform:rotate(9deg);
 -webkit-transform:rotate(9deg); 
 -o-transform:rotate(9deg); 
     transition: all 0.9s;
     -moz-transition: all 0.9s;
     -webkit-transition: all 0.9s;
     -o-transition: all 0.9s;
}
.more:hover a .arrows .arrows_s{width: 100px;height: 90px;}
.more a .arrows .img{position: absolute;z-index: 50; margin: 18px 0 0 30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.3s; 
}
.more:hover a .arrows .img{margin-left: 20px;  }

/* 案例 */
.case{overflow: hidden;  }
.case .case_title{overflow: hidden;margin: 45px auto 35px;  }
.case .case_title h5{font-size: 26px;color: #333; text-align: center; }
.case .case_title p{font-size: 14px;color: #999;  text-align: center;  }

.picScroll{ margin:10px auto; position:relative; width:1200px; background:#fff; overflow:hidden;    }
.picScroll .prev,.picScroll .next{display:block; position:absolute; top:180px; left:0px; width:33px; height:63px; 
    background:url(../images/arrows_case.png) no-repeat;  
 }
.picScroll .prev{background-position:-13px -73px;}
.picScroll .next{ left:auto; right:0px; background-position:-63px -73px;   }
.picScroll .prev:hover{ background-position:-13px -5px;   }
.picScroll .next:hover{ background-position:-63px -5px;   }

.picScroll .tempWrap{width: 1072px !important; margin: 0 auto;    }
.picScroll ul{overflow:hidden; zoom:1;    }
.picScroll ul li{width:305px;height: 410px;padding: 15px;float:left; overflow:hidden; margin-right: 30px;border: 1px solid red; border:1px solid #eee; 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.picScroll ul li:hover{border:1px solid #075f9d;  }
.picScroll ul li a{display: block;width:305px;height: 410px;   }

.picScroll ul li .img{width: 305px;height: 187px;overflow: hidden;   }

.picScroll ul li img{display:block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
    
.picScroll ul li:hover img{transform: scale(1.2);  }

.picScroll ul p{font-size: 20px;color: #333;width:305px;height: 70px;line-height: 70px;text-align: center; 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.picScroll ul li:hover a p{color:#075f9d; }
.picScroll ul .text{font-size: 14px;color: #777;  }
.picScroll ul .case_more{width: 150px;height: 40px;line-height: 40px;text-align: center;  border:1px solid #eee;margin: 28px auto;
    font-size: 14px;color: #999;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.3s; 
}
.picScroll ul .case_more:hover{border:1px solid #075f9d;background: #075f9d;color: #fff;   }

/* <!-- 新闻咨询 --> */
.news{overflow: hidden;margin-top: 60px;  }
.news_title{overflow: hidden;height: 121px;background: #f4f5f6;background: url(../images/news_bg1.jpg) no-repeat center;  
  
}
.news_title .title_s{overflow: hidden; }
.news_title .title{width: 150px;height: 121px;margin: 30px 0;  }
.news_title .title h5{font-size: 26px;color: #333; }
.news_title .title p{font-size: 14px;color: #999; }

.news_title .phone{height: 60px;width: 600px; margin: 30px 0;  }
.news_title .phone img{display: block; float: left;margin-top: 9px;  }

.news_title .title_s .phone .phone_s{margin-left: 10px; }
.news_title .title_s .phone .phone_s p{font-size: 14px;color: #fff;  }
.news_title .title_s .phone .phone_s h5{font-size: 28px;color: #f0f3f7;  }

.news_ul{margin-top: 15px;height: 384px; }
.news_ul ul{width: 1340px;margin: 0 auto;  }
.news_ul li{float: left; height: 88px;width: 530px;margin: 40px 140px 0 0;   }
.news_ul li a{display: block;height: 88px;width: 530px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.3s; 
}
.news_ul li:hover a{margin-left: 15px;}

.news_ul .time{height: 88px;width: 88px; background: #eaf0f7;     }
.news_ul .time .p1{font-size: 30px;color: #666; text-align: center;margin-top: 6px;  }
.news_ul .time .p2{font-size: 16px;color: #666;text-align: center;   }

.news_ul .text{height: 88px;width: 420px; }
.news_ul .text .title{font-size: 18px;color: #333; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
.news_ul li:hover .text .title{color: #075f9d;}

.news_ul .text .content{font-size: 14px;color: #777;margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_more{margin: 40px auto 50px;}
.news_more a .more_s{background: #075f9d;  }
.news_more a .arrows .arrows_s{background: #075f9d;  }


.link{overflow: hidden; background: #f7f7f7; padding-bottom: 40px;   }
.link_s{margin-top: 70px; position: relative;border-top: 1px solid  rgba(7, 95, 157, 0.3);   } 

.link_s .title{width: 170px;height: 45px;border: 1px solid  rgba(7, 95, 157, 0.3); text-align: center;line-height: 45px;
   font-size: 24px;color: #075f9d;margin: -25px auto 0;background: #f7f7f7;position: relative;
}
.link_s .title span{display: inline-block;width: 25px;height: 10px;position: absolute; background: #f7f7f7;  }
.link_s .title .span1{top: -7px;left: 31px;   }
.link_s .title .span2{bottom: -7px;right: 31px;   }

.link_s .friendship{width:1200px;overflow: hidden;margin-top: 20px;line-height: 25px;   }
.link_s .friendship1{margin-top: 30px; }
.link_s .friendship .title_s{font-size: 18px;color: #444;font-weight: bold;    }
.link_s .friendship .title_s img{display: inline-block;position: relative;top: 4px;   }

.link_s .friendship .text{width: 1030px;overflow: hidden; }
.link_s .friendship .text a{font-size: 14px;color: #666;margin: 0 10px; }
.link_s .friendship .text a:hover{color: #075f9d;}

/* foot */
.foot{height: 345px; background-color: #1a1e29;   }

.foot .foot_up{width:1200px; height:260px; overflow:hidden;  }
.foot .foot_up .infor{ width:340px; height:210px;display:block;float:left;margin: 40px  75px 0 0; }
.foot .foot_up .infor .logo_f{width:183px; height:54px; display:block;overflow:hidden;  }
.foot .foot_up .infor .logo_f .img{width:183px; height:54px; float:left;   }

.foot .foot_up .infor .address{width:340px;height:110px; margin-top: 20px;   }
.foot .foot_up .infor .address .phone_f{width:340px; height:50px; overflow:hidden;  }
.foot .foot_up .infor .address .phone_f .img{float:left;margin: 7px 10px 0 0;   }

.foot .foot_up .infor .address .phone_f .font{height:40px; line-height: 35px; color: #f9bc04; font-size: 30px;  }

.foot .foot_up .infor .address .site{ overflow: hidden; color: #bababa;font-size: 14px;  }
.foot .foot_up .infor .address .add{height:25px; line-height: 15px;   }
.foot .foot_up .infor .address .adt{height:30px; line-height: 30px;margin-top: -5px;  }

.foot .foot_up .about{width:230px; height:195px;float:right; overflow:hidden;float:right; margin-top: 40px;  }
.foot .foot_up .about .h{font-size:18px; color:#fff; height:48px;   }
.foot .foot_up .about .telephone{width:230px;height:140px;  }
.foot .foot_up .about .telephone img{display: block;height:102px;width:102px;margin-bottom:5px;  }

.foot .foot_up .about  .con{width:102px; height:140px;   }
.foot .foot_up .about  .con .text{ width:102px; color:#fff; text-align:center;   }

.foot .foot_up .contact{width:450px; height:210;float:left;margin-top: 40px;   }
.foot .foot_up .contact .text{width:120px;overflow: hidden; margin-right: 30px; }  
.foot .foot_up .contact ul{width:120px;overflow: hidden;   }
.foot .foot_up .contact ul li{width:120px; height:40;   }
.foot .foot_up .contact ul li a{display: block;width:120px;height:40px;line-height: 40px;color:#afafaf; border-bottom: 1px solid #2b303c; 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.foot .foot_up .contact ul li a:hover{ border-bottom: 1px solid #fff; color: #fff; }

.foot .foot_up .contact p{color:#efefef; font-size:18px;height:50px;   }
.foot .foot_up .contact li{color:#bababa; line-height:26px;   }

.foot_bottom{height:85px; background:#11141b;color:#fff; overflow:hidden;  }
.foot_bottom .last{width: 800px;height:85px;float:left;   } 
.foot_bottom .last p{font-size: 14px; color:#50545c;height: 28px;line-height: 28px;}
.foot_bottom .last .p1{margin-top: 16px;}
.foot_bottom .last a{color:#50545c;}
.foot_bottom .last a:hover{color:#1165c6;}
.foot_bottom .cop {float:right;width: 340px;height:85px;margin-top: 8px;   }
.foot_bottom .cop img{position: relative;top: 18px;float: right; margin-left: 10px;}

/*list.html */
.banner2{height: 232px;background: url(../images/banner_1.jpg) no-repeat center;}
.crumbs{font-size: 14px; color: #666; height: 60px;line-height: 60px;margin-left: 303px}
.crumbs a{font-size: 14px; color:#666;}
.crumbs a:hover{color: #1165c6;}

.clear{clear: both;}

.list_l{width:280px;margin-bottom: 50px; }
.list_l .title .img{width:280px;height: 193px;background: url(../images/list_l1.jpg) no-repeat;  margin-top: -110px;}
.list_l .title .img img{display: inline-block;font-size: 44px; color: #fff; margin: 50px 0 0 20px;}
.list_l .title .img .title_s{width:30px;height: 5px;background: #f9ab15;margin: 15px 0 0 20px;}
.list_l .title .img .p2{font-size: 24px; color: #fff; margin: 20px 0 0 20px;  }
.list_l .title .title_ul {overflow: hidden; }
.list_l .title .title_ul li{height: 60px;line-height: 60px;}
.list_l .title .title_ul li a{display: block;height: 58px;line-height: 58px;border: 1px solid #e4e4e4; padding-left: 35px; border-top:none;
    transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s; 
}
.list_l .title .title_ul li:hover a,.list_l .title .title_ul li.on a{background: #075f9d;border: 1px solid #075f9d;border-top: none;color: #fff;}
.list_l .title .title_ul li a span{display: inline-block;position: relative;width: 20px;height: 20px;top: 6px; background: url(../images/rec_icon2.png) no-repeat;background-position: -6px -5px;}
.list_l .title .title_ul li:hover a span,.list_l .title .title_ul li.on a span {background-position: -6px -21px;  }
.list_l .div1{border: 1px solid #e4e4e4;margin-top: 20px;   }
.list_l  .div1_title{height: 85px;line-height: 85px;text-align: center;font-size: 23px; color: #0b4281;border-bottom: 1px solid #e4e4e4;  }
.list_l  .div1_title span{font-size: 16px;  }
.list_l .div1 .text{overflow: hidden; padding: 20px; }
.list_l .div1 .text a{display: inline-block;font-size: 14px; color: #333;padding: 10px 10px;border: 1px solid #e4e4e4;border-radius: 5px; 
   margin: 5px;background: #f6f6f6;
   transition: all 0.5s;
   -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s; 
}
.list_l .div1 .text a:hover{background: #075f9d;color: #fff;}
.list_l .div1 .div1_img{border: 1px solid #e4e4e4;margin-top: 20px;width: 237px;margin: 20px auto;  }
.list_l .div1 .div1_img:hover{
    -moz-box-shadow:0px 0px 20px #eee; -webkit-box-shadow:0px 0px 20px #eee; box-shadow:0px 0px 20px #eee;
}

.list_l .div1 .div1_img a{display: block; width: 237px;overflow: hidden;  }
.list_l .div1 .div1_img .img{ width: 237px;height:146px;overflow: hidden;  }
.list_l .div1 .div1_img .img img{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.list_l .div1 .div1_img:hover .img img{transform: scale(1.2);}


.list_l .div1 .div1_img .text_name{height: 45px;line-height: 45px;text-align: center;font-size: 16px; color: #333;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.list_l .div1 .div1_img:hover .text_name{color: #075f9d; }

.list_l .list_phone{width:280px;height:96px;background: url(../images/list_l4.png) no-repeat;margin: 20px auto 0;   }
.list_l .list_phone p{position: relative;font-size: 14px; color: #444;top: 15px; left: 90px;  }
.list_l .list_phone h5{position: relative;font-size: 22px; color: #0b4281; top: 15px; left: 90px;  }


/*  list.html 右边 */
.list_r{width: 890px;overflow: hidden;}
.list_r .list_title{height: 35px; margin: 20px 0 1px; border-bottom: 1px solid #e2e2e2; }
.list_r .list_title .title_l{font-size: 18px;color: #333;font-weight: bold;  }
.list_r .list_title .title_l span{display: inline-block;width: 22px;height: 22px;background: url(../images/title_icon.png) no-repeat; 
  background-position:  1px 2px;position: relative;top: 5px;
}
.list_r .list_title .title_r{font-size: 13px;color: #999; position: relative;top: 8px;   }
.list_r .list_ul{width: 890px;overflow: hidden; margin-top: 10px; }
.list_r .list_ul li{height: 177px;width: 890px;border-bottom: 1px solid #eee;  }
.list_r .list_ul li:hover{border-top: none;}
.list_r .list_ul li.last{border-bottom: 1px solid #eee;  }
.list_r .list_ul li.last:hover{border-bottom: none; }
.list_r .list_ul li .lis{display: block;height: 177px;width: 884px;margin: 2px auto 0; 
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;}
.list_r .list_ul li:hover .lis{-moz-box-shadow:0px 0px 20px #eee; -webkit-box-shadow:0px 0px 20px #eee; box-shadow:0px 0px 20px #eee;}

.list_r .list_ul .time{width: 92px;height: 92px;background: #eaf0f7;color: #666;margin-top: 28px;
    -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;
}
.list_r .list_ul li:hover .time{margin-left: 10px;background: #1165c6;  }

.list_r .list_ul .time .time_top{font-size: 30px;text-align: center;height:33px;line-height: 33px; width: 92px;margin: 15px auto 0; 

}
.list_r .list_ul .time .time_year{font-size: 16px;text-align: center;height:25px;line-height: 25px; width: 92px;

}
.list_r .list_ul li:hover .time .time_top{color: #fff;}
.list_r .list_ul li:hover .time .time_year{color: #fff;}

.list_r .list_ul .text{width: 750px; height: 130px; margin-top: 22px;padding: 0 5px 0 ; }
.list_r .list_ul .text .title{display: block;color: #333;font-size: 18px;height: 35px;line-height: 35px;  
    text-overflow: ellipsis; overflow: hidden;white-space: nowrap; 
     -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;
}


.list_r .list_ul li .text .title:hover{color: #1165c6;overflow: hidden;  }
.list_r .list_ul .text .content{color: #666;font-size: 14px;height: 45px; margin-top:10px;  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_r .list_ul .text .content a{color: #666; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;  }
.list_r .list_ul .text .content a:hover{color:#1165c6;  }

.news_detail{height: 30px; width: 850px;margin-top: 10px;   }

.news_detail .author{font-size: 14px;color: #999; }
.news_detail .number{font-size: 14px;color: #999;margin-left: 30px;  }
.news_detail .icon{display: inline-block; width: 20px;height: 20px;background: url(../images/list_logo.png) no-repeat; position: relative;top:5px; }
.news_detail .author .icon{background-position: -5px -5px;  }
.news_detail .number .icon{background-position: -32px -6px; }
.news_detail .arrows .icon{background-position: -63px -5px; }

.news_detail .arrows{float:left;width: 330px;height: 20px;margin-left: 35px;color: #999;  }
.news_detail .arrows a{color: #999;margin: 0 10px; 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.news_detail .arrows a:hover{color:#1165c6;  }

.paging{height: 40px;text-align: center; margin: 50px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
 }
 .paging a{display: inline-block; padding: 10px 20px; border:solid 1px #eaeaea; margin: 0 5px; color: #666;}
 .paging span{display: inline-block; padding: 10px 10px;margin: 0 5px; color: #666; }
 .paging .on{background: #1165c6; padding: 11px 21px; color: #fff; }
 .paging .s{display: inline-block;border:solid 1px rgba(233, 233, 233, 1);padding: 10px 20px; color: rgba(0, 0, 0, 0); }

 .paging .ss{color: #999; }
 .paging a:hover{background: #1165c6; padding: 11px 21px; color: #fff;border:0;}
 .paging .s:hover{color: rgba(0, 0, 0, 0);}
 .paging .s.on{background: #1165c6;}
 .paging .pn{background-position: -2px -22px;}
 .paging .s .pn{position: absolute; width: 15px;height:15px; margin: 2px -5px;background:url(../images/paging_bg.png) no-repeat ;}
 .paging .s .prev{background-position: -2px -43px;  }
 .paging .s .next{background-position: -14px -43px; }
 .paging a.s .prev{background-position: -2px -3px;  }
 .paging a.s .next{background-position: -14px -3px; }
 .paging a.s:hover .prev,.paging a.s.on .prev{background-position: -2px -22px;}
 .paging a.s:hover .next,.paging a.s.on .next{background-position: -14px -22px;}

 /* list_img.html */
.sidebar_ul{width: 278px; border: 1px solid #e4e4e4;border-top: none;}
.sidebar_ul ul li .linkbox{width: 280px;height:60px;line-height: 60px; font-size:16px;color: #000; position:relative;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s; }
.sidebar_ul ul li .ico{display: inline-block;width: 20px;height: 20px; vertical-align:middle;margin-left:47px;background: url(../images/rec_icon2.png) no-repeat;background-position: -6px -5px; }/*折叠状态*/
.sidebar_ul ul li.open .linkbox,.sidebar_ul ul li:hover .linkbox{background:#075f9d;color: #fff;}/*展开状态*/
.sidebar_ul ul li.open .ico,.sidebar_ul ul li:hover .ico {background-position: -6px -21px;}
.sidebar{ width: 234px;padding: 10px 22px; background: #f6f6f6;display: none;}
.sidebar li{width: 235px;height:35px;line-height: 35px;margin-left: 30px;}
.sidebar li a{display: block;width: 235px;height:35px;font-size: 14px;color: #333; transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s; }
.sidebar li:hover a {color: #075f9d;margin-left: 10px;}
.list_img{overflow: hidden;width: 890px;  }
.index_ul2{margin-top: 20px;width: 950px;  }
.index_ul2 li{float:left; width: 284px;height: 220px;margin: 0 16px 16px 0;     border: 1px solid #e4e4e4;  }
.index_ul2 li a{width: 284px;height: 220px; display: block;  }
.index_ul2 li .div_img{width: 284px;height: 175px;  }
.index_ul2 li .div_img img{display: block;  }
.index_ul2 li .div_img .jia{width: 284px;height: 175px; margin-top: -175px;  }
.index_ul2 li .div_img .jia img{display: block;margin: 65px auto;  }
.index_ul2 li .font{width: 284px;height: 45px;line-height: 45px;text-align: center; font-size: 16px;color: #666;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
 .index_ul2 li:hover .font{color: #fff;background: #0f5aad;}

/* our.html  -->  荣誉资历 */
.index_ul3{ width: 1200px;margin: 50px auto; overflow: hidden;   }
.index_ul3 ul{width: 1230px; overflow: hidden;  }
.index_ul3 ul li{float: left;width: 284px;overflow: hidden; margin: 0 18px 18px 0  }
.index_ul3 ul li a{width: 284px;  }
.index_ul3 .div_img{width: 284px;height: 175px;  }
.index_ul3 .div_img .jia{width: 284px;height: 175px;  }


/* content.html */
.content_img{width: 890px;overflow: hidden;margin-bottom: 50px;}
.content_r{width: 890px;overflow: hidden; }
.news_h1{width: 890px;height: 70px;}
.news_h1 h1{font-size: 26px;color: #333;text-align: center; margin-top: 40px;}
.news_h1 .text{font-size: 14px;color: #999;margin: 0 auto;width: 325px;height: 25px;line-height: 25px;margin-top: 10px;  }

.news_h2{height: 40px;}
.news_h1 h2{font-size: 26px;color: #0f5aad;text-align: center;    }
.news_h1 img{display: block; margin: 0px auto;position: relative; top: 12px;  }

.article{width: 890px;overflow: hidden; margin: 20px auto 0px;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;
   padding: 15px 0  30px; line-height: 200%;
}
.article_1{border-top: none;font-size: 14px;color: #333;}
.news_tontent_link{width: 890px;height: 35px;margin: 25px 0;  }
.news_tontent_link ul{width: 890px;overflow: hidden; }
.news_tontent_link li{overflow: hidden;max-width: 450px;font-size: 14px;color: #333; overflow: hidden;height: 27px;line-height: 27px; }
.news_tontent_link li a{color: #333;
    -webkit-transition: all .2s ease-out; 
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.news_tontent_link li span{color: #c7c7c7;  }
.news_tontent_link li a,.news_tontent_link li span{max-width: 385px;height: 27px;line-height: 27px;display: block;float: right;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.news_tontent_link li a:hover{color: #1165c6; }
.news_tontent_link ul .ll{float: left;  }
.news_tontent_link ul .uu{float: right;  }

.related{width: 890px;overflow: hidden; }
.related .title{width: 145px;height: 38px;line-height: 38px; background: url(../images/title_1.png) no-repeat;font-size: 16px;color: #fff;  }
.related .related_ul{width: 910px;overflow: hidden; margin: 20px 0 50px; }
.related .related_ul li{float: left; width: 434px;height: 30px; line-height: 30px;text-overflow: ellipsis; overflow: hidden;white-space: nowrap; margin-right: 20px; }
.related .related_ul li a{display: block;width: 434px;height: 30px; line-height: 30px;font-size: 14px;color: #666; 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.related .related_ul li:hover a{color: #1165c6; }
.related .related_ul li span{display: inline-block;   width: 10px;height: 15px;background:url(../images/title_2.png) no-repeat;
   background-position: -10px -4px;position: relative; top: 2px;
}
.related .related_ul li:hover span{background-position: -10px -16px;   }

/* content_img.html */
#preview{text-align:center; width:400px;height:380px;}
.jqzoom{ width:400px;position:relative;height: 247px; overflow:hidden;}
.jqzoom img{display: block;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;margin-top:14px;}

#spec-n5{width:400px; height:76px;overflow:hidden; }

#spec-left{background:url(../images/l_button.png) no-repeat center;width:19px; height:52px;margin-top: 14px; cursor:pointer; float:left;}
#spec-right{background:url(../images/r_button.png) no-repeat center;width:19px; height:52px;margin-top: 14px; cursor:pointer; float:left;}

#spec-list{ width:360px;overflow:hidden;height: 76px; float:left;}

#spec-list ul{overflow:hidden;height:76px; float:left; }

#spec-list ul li{width:62px; height:76px;float:left;padding-left: 5px;padding-right: 5px}
#spec-list ul li img{border:1px solid #ccc;display: block;width:56px; height:56px;padding:2px;}

/*jqzoom*/
.jqzoom{padding:0;}
.zoomdiv{z-index:100; position:absolute; top:1px; left:50px; width:350px;height:350px;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}

/*   preview-->css END  放大镜 right 边    */

.pro_detail{width:890px;overflow: hidden;margin-top: 30px;   }
 
.pro_detail .pro_intro{width: 460px;overflow: hidden; height: 340px; }
.pro_detail .pro_intro .pro_title{height: 45px;overflow: hidden;color: #333333;font-size: 22px; border-bottom: 1px solid #eee; }
.pro_detail .pro_intro .pro_title a{float: right; color: #999999;font-size: 14px;border: 1px solid #eee; display: block;padding: 5px 8px;
    transition: all 0.3s;  
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.pro_detail .pro_intro .pro_title a:hover{background: #075f9d; color: #fff;}
.pro_detail .pro_intro .text{ height: 125px;  }
.pro_detail .pro_intro .text ul {height: 99px;padding: 13px 0px;}
.pro_detail .pro_intro .text ul li{color: #666;font-size: 14px;width: 225px;height: 32px;line-height: 32px; overflow: hidden; float:left;}
.pro_detail .pro_intro .text ul li span{color: #333;font-size: 14px;font-weight: bold;}

.pro_detail .pro_intro .pro_phone{height: 170px;background: #f4f5f6;} 
.pro_phone .ph_consult{width: 295px;overflow: hidden;  }
.pro_phone .ph_consult .ph_top{margin: 25px 0 0 25px; height: 38px;}
.pro_phone .ph_consult .ph_top img{float: left;   }
.pro_phone .ph_consult .ph_top .ph_div{ height: 40px;margin-left: 10px;width: 220px; }
.pro_phone .ph_consult .ph_top .ph_div .p1{color: #666;font-size: 14px;margin-top: -5px;}
.pro_phone .ph_consult .ph_top .ph_div .p2{color: #075f9d;font-size: 26px;font-weight: bold;margin-top: -7px;    }

.pro_phone .ph_consult .ph_bottom{background: #075f9d;width: 160px;height: 60px;font-size: 18px;margin: 22px 0 0 25px; 
    transition: all 0.3s;  
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.pro_phone .ph_consult .ph_bottom a{display: block;width: 160px;height: 60px;color: #fefefe; }
.pro_phone .ph_consult .ph_bottom:hover a{background: #f9ab15;color: #fff;    }
.pro_phone .ph_consult .ph_bottom .div{width: 105px;height: 30px;position: relative;margin:0px auto;top: 16px;    }
.pro_phone .ph_consult .ph_bottom .div img{display: inline-block;position: relative;top: 3px;    }

.pro_phone .weixin{width: 102px;overflow: hidden; margin: 20px 25px 0 0 ;  }
.pro_phone .weixin .img{display: block;   }
.pro_phone .weixin .title{width: 85px;height: 30px;line-height: 30px;margin: -2px auto 0;   }
.pro_phone .weixin .title img{display: inline-block;position: relative;top: 5px;left: 0px;   }

/*  case.html  */
.case_s{width: 890px;overflow: hidden;margin-top: 38px;  }

.case_s ul{width: 912px;overflow: hidden;}
.case_s ul li{float: left;width: 255px;height: 375px;border: 1px solid #eee;padding: 15px;margin: 0 14px 15px 0; 
    transition: all 0.3s;  
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;  
    -o-transition: all 0.3s;  
}
.case_s ul li:hover{border: 1px solid #075f9d; }
.case_s ul li a{display: block;width: 255px;height: 375px; }

.case_s p{width: 255px;font-size: 20px;color: #333;text-align: center;margin: 18px 0;  
    transition: all 0.3s;  
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;  
    -o-transition: all 0.3s; 
}
.case_s ul li:hover p{color: #075f9d;}


.case_s .img{width: 254px;height: 155px;overflow: hidden;   }
.case_s .img img{display: block; 
    transition: all 0.3s;  
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;  
    -o-transition: all 0.3s;  
}
.case_s ul li:hover .img img{transform: scale(1.2);  }

.case_s .text{width: 255px;font-size: 14px;color: #777;   }
.case_s .case_more{width: 150px;height: 40px;line-height: 40px; text-align: center;border: 1px solid #eee;
  margin: 30px auto;font-size: 14px;color: #999;
  transition: all 0.3s;  
  -moz-transition: all 0.3s;  
  -webkit-transition: all 0.3s;  
  -o-transition: all 0.3s;  
} 
.case_s .case_more:hover{border: 1px solid #075f9d;color: #fff;background: #075f9d;}

/* our.html */
.banner3{height: 110px;background: url(../images/banner_our.jpg) no-repeat center;}
.banners{position: relative;height: 50px;top: 30px;  }
.banners .banners_l{overflow: hidden;}
.banners .banners_l a{display: inline-block;  width: 105px;height: 50px;line-height: 50px;text-align: center; background:rgba(0,0,0,0.5);
    margin-right: 35px; font-size: 16px;color: #fff; 
    transition: all 0.3s;  
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;  
    -o-transition: all 0.3s;  
}
.banners .banners_l .on,.banners .banners_l a:hover{background:rgba(0,0,0,0.8);color: #fff; }
.banners .banners_r{ color: #d9d9d9; height: 20px;position: relative;top: 15px;  }
.banners .banners_r a{ color: #d9d9d9;  }
.banners .banners_l .on,.banners .banners_l a:hover{background:rgba(0,0,0,0.8);color: #fff; }

.our_content{overflow: hidden;font-size: 14px;color: #666;line-height: 200%;margin-bottom: 50px;  }
.our_content h2{font-size: 30px;color: #333;text-align: center; width: 1200px;height: 50px;line-height: 50px;  }
.our_content .h2_1{margin: 55px 0 25px; }
.our_content p{margin: 25px 0 25px; font-size: 30px;color: #333;text-align: center;font-weight: bold;   }
.our_content  img{display: block;margin: 20px auto; }

/*标签集合*/
.process_label{width: 1200px; overflow:hidden; margin:50px auto;}
.labeltwo{overflow: hidden; border-top:solid 2px #394751;}
.labeltwo h3{width: 1198px; height: 48px; text-indent: 10px; line-height: 48px; font-size: 16px; color: #333; font-weight: 400;border:solid 1px #e9e9e9;}
.labeltwo .label_a{margin:24px 0; width:1200px; overflow: hidden;}
.labeltwo .label_a a{display:block; margin:0 10px 10px 0; padding:5px 10px; color: #888; border:solid 1px #e9e9e9; float: left; border-radius:30px;}
.labeltwo .label_a a:hover{background: #075f9d; color: #fff;border:solid 1px #075f9d;  }

.article1{ border:none;}
.main_contact .contact{ width:1200px; height:auto; overflow:hidden;  margin:0 auto; margin-bottom:50px}
.main_contact .title{  margin:50px auto;   text-align:center; }
.main_contact .link_way{ width:1090px; height:auto; overflow:hidden; margin:0 auto;}
.main_contact .link_way ul{ width:1100px; }
.main_contact .link_way ul li{ width:328px; height:88px; float:left; border:1px solid #eee; margin-right:35px;  }
.main_contact .link_way ul li.qq{ background:url(../images/icon_qq.png) no-repeat 50px 25px ;}
.main_contact .link_way ul li.tel_li{ background:url(../images/icon_tel.png) no-repeat 50px 25px ;}
.main_contact .link_way ul li.email{ background:url(../images/icon_email.png) no-repeat 50px 25px ;}
.main_contact .link_way ul li .nr{ width:220px; height:50px; margin-top:15px; line-height:25px;  margin-left:100px; color:#666;}
.conntact_eles{ width:1200px; height:auto; overflow:hidden;}
.conntact_eles .cont_fl{ width:380px; height:auto; margin:30px auto; text-align:center}
.conntact_eles .cont_fl h2{ font-style:normal; font-size:24px; color:#333; text-align:center; width:380px;}
.conntact_eles .cont_fl p{ color:#666666; font-size:14px; line-height:60px}
.conntact_eles .cont_fl img{ width:188px; height:188px; overflow:hidden}
.conntact_eles .cont_fl p.wx{ color:#c9c6c3; font-size:16px; line-height:50px; width:185px; height:auto; margin:0 auto;text-align:center}
.conntact_eles .map{ width:710px; height:395px; margin-right:30px; margin-top:30px}










/* 

   border: 1px solid red;

transform:rotate(9deg);
   transform:rotate(9deg);
-ms-transform:rotate(9deg);
-moz-transform:rotate(9deg);
-webkit-transform:rotate(9deg); 
-o-transform:rotate(9deg); 
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 1s;
    -o-transition: all 0.4s; 

*/


/*列表*/

/*内容*/