@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
 
		/*font-family: '思源黑体' '微软雅黑' "Source Han Sans CN", "Microsoft YaHei UI", sans-serif, serif;*/
		/*font-family:"Source Han Sans CN","Source Han Sans",STHeiti,Arial,"Microsoft Yahei","Hiragino Sans GB","Simsun,sans-self";*/
	list-style-type: none;
	line-height: 150%;
	letter-spacing: 0.5px;
}

body {
	background: #fff;
  min-width: 1200px;
  overflow-x: hidden;
}
img {
	max-width: 100%;
	 
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}
.fc{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-center;
  align-items: center;
}
.fl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.hide{
  display: none
}

.w1200{
  width: 1200px;
	margin: 0 auto!important;
	display: block;
}
.w1400{
  width: 1400px;
  margin: 0 auto!important;
  display: block;
}
.head{
  background: #fff;
  padding-top: 10px;
}

.nav {
	list-style: none;
	margin: 0 auto;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
}
.nav li a:hover{
	background-color: #017ecb;
}
.nav li a:focus {
	-moz-outline-style: none;
}
.nav li .sub-nav {
	position: absolute;
	top: 50px;
	left: -1px;
	list-style: none;
	background-color: #222;
	display: none;
    z-index: 99;
}
.nav li .sub-nav li {
	text-align: center;
	clear: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	position: relative;
    padding: 0;
}
.nav li .sub-nav li a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 120px;
	padding: 0;
    color: #fff;
	display: inline-block;
}
.nav li .sub-nav li a:hover{
    background-color: #017ecb;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  text-align: left;
  

  float: left;
  padding-left:30px;
  z-index: 999;
/*  position: absolute;*/
  top: 0;
  right: 0;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 display: inline-block;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px 0;
  margin: 0 15px;
  font-size: 18px;
  width: auto;

  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   border-bottom: 2px solid #fff;
}
#cssmenu > ul > li > a img{
  width: 25px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ea5404;
  border-bottom: 2px solid #ea5404;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: -10px;
  width: 100%;

}
#cssmenu.align-right li:hover > ul {
  right: 0;

}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
  width: 100%;
}
#cssmenu ul ul li a {
  padding: 10px;
  width: 100%;
  width: 125px;
  line-height: 150%;
  display: block;
  font-size: 14px;
  background: #fff;
  text-decoration: none;
  color: #060606;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
}
#cssmenu ul li:nth-child(2) ul li a{
  width: 250px;
}
#cssmenu ul li:nth-child(2):hover ul{
  left: -70px;
}
#cssmenu ul li:nth-child(3) ul li a{
  width: 190px;
}
#cssmenu ul li:nth-child(3):hover ul{
  left: -40px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #ea5404;

}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;

}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1{
  background-image: url(../images/b_right.png);
}
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1{
    background-image: url(../images/b_left.png);
}

.top{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0;
  background-color: #efefef;
}

.head_r_tel{
  /*width: 1030px;*/
  color: #ff7800;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  float: right;
  padding-right:150px;
}
.head_r_tel .s1{
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
 
}
.head_r_tel .s1 img{
   margin-bottom: -3px;
}

.head_r_tel ul{
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.head_r_tel ul li{
  float: left;
  font-size: 16px;
  color:#6b6b6b;
}

.head_r_tel ul li a{
  color: #6b6b6b;
   font-size: 16px;
   font-weight:lighter;
}

.head_r_tel ul li:nth-child(1) a{
  color: #007564;
  font-weight:normal;
}

.head_r_tel ul li.b{
  padding: 0 15px;
  color: #b1b1b1;
  font-size: 16px;
}

.head_r_tel .zs{
  float: left;
}

.head_left img{
  margin-top: 10px;
}

.mbx_bt{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.mbx_dh{ 
  color: #999;
  font-size: 14px;
}
.mbx_dh a{
  color: #999;
  font-size: 14px;
  padding: 0 2px;
}
.mbx_dh a:hover{
  color: #007564
}
.mbx_dh .span2{
  float: right;
}
.head_left {
  width: 300px;
}
.head_right {
  flex: 1;
}
.news_box{
  padding: 20px 0;
}

.news_box_left{
  width: 250px;
  padding-right: 20px;
  
}
.news_box_lefts_li a{
  display: block;
  padding: 15px 0;
  font-size: 18px;
  color: #333;
  text-align: center;
  background-color:#f3f3f3;
}
.news_box_lefts_li a:hover{
  background: #007564;
  color: #fff;
  transition: 1s
}
.news_box_lefts_li a.on{
   color: #fff;
  background: #007564
}
.news_box_right{
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.news_box_right_li a{
  padding: 20px 15px ;
  border-bottom: 1px solid #eee;
}
.news_box_right_li a:hover{
  background: #f6eeea
}
.news_box_r_time{
  width: 180px;
  color: #999;
  font-size: 14px;
  text-align: right;
}

.news_box_r_text .d1{
  font-size: 16px;
  color: #444;
  padding-bottom: 5px;
}
.news_box_r_text .d2{
  font-size: 13px;
  color: #999;
}
.news_box_r_text{
  flex: 1;
  padding-right: 20px;
}
.fy{
  margin-top: 20px;
  text-align: center;
}
.fy a{
   font-size: 16px;
   color: #666;
   font-weight: bold;
   padding: 3px 8px;
   margin: 0 7px;
   border-radius: 1px;
   background: #eee;
}
.fy a.on{
  background: #ff7800;
  color: #fff;
}
.fy a:hover{
  background: #ff7800;
  color: #fff;
}

.bottom{
  background: #007564;
  padding-top: 50px;

}
.bottom_left_b .d1 img{
  margin-right: 15px;
}
.bottom_left_b .d2 .p1{
  font-size: 12px;
  color: #fff;
}
.bottom_left_b .d2 .p2{
  font-size: 26px;
  color: #fff;
}
.bottom_left_b1{
  color: #73baaf;
  font-size: 14px;
}
.bottom_left_c{
  padding-top: 20px;
}
.bottom_left_c .d1 img{
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 70px;
}
.bottom_left_c .d1{
  margin-right: 15px;
}
.bottom_left_c .d1 span{
  display: block;
  color: #73baaf;
  text-align: center;
  font-size: 14px;
}
.bottom_right{
  flex: 1;
  margin-left: 5%;
  justify-content: flex-end;
}
.bottom_r_li{
  margin-left: 30px;
 
}
.bottom_r_li span{
  display: block;
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
}
.bottom_r_li a{
  display: block;
  padding: 5px 0;
  color: #73baaf;
  font-size: 14px;
}
.bottom_r_li a:hover{
  color: #fff;
}
.bottom_left{
  width: 400px;
}
.bot_wz{
  margin-top: 30px;
  padding: 10px 0;
  color: #73baaf;
}
.bot_wz a{
  margin-top: 30px;
  padding: 10px 0;
  color: #73baaf;
}
.bot_wz span{
  display: block;
   color: #73baaf;
   font-size: 14px;

}

.bot_wz span a{
  display: block;
   color: #73baaf;
   font-size: 14px;

}



.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   margin: 0 8px;
}
.swiper-pagination-bullet{
  background: #c9c9c9;
  opacity: 1;
  width: 15px;
  height: 15px;
 
}
.swiper-pagination-bullet-active{
  background: #ea5404;
}






.cpzx{
  background: #007564;
  padding: 4% 0;
  clear: both;
  overflow: hidden;
}
.cpzx_bt{
  color: #007564;
  font-size: 42px;
  font-weight: bold;
}
.cpzx_btn{
  color: #ea5404;
}
.cpzx_btn span{
  border: 1px solid #ea5404!important;
  color: #ea5404!important;
}
.cpzx_btb{
  color: #fff;
}
.cpzx_btb span{
  border: 1px solid #fff!important;
  color: #fff!important;
}
.cpzx_bt span{
  padding:0 5px;
  display: inline-block;
  border: 1px solid #007564;
  font-weight: 500;
  font-size: 36px;
  margin-left: 20px;
  color: #007564;
}
.cpzx_li{
  padding-top: 20px;
  margin-bottom: 70px;
}
.cpzx_li ul{
  width: 100%;
  overflow: hidden;
}
.cpzx_li ul li{
  width: 218px;
  height: 36px;
  display: block;
  line-height: 36px;
  float: left;
  background-color: #007564;
  margin-top: 16px;
  text-align: center;
  margin-right: 22px;
}
.cpzx_li ul li:nth-child(5){
  margin-right: 0;
}
.cpzx_li a{
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
.cpzx_li ul .on{
  background: #fff;
  border:1px #007564 solid;
    width: 216px;
  height: 34px;
}
.cpzx_li ul .on a{
  color: #ea5404;
}

.syrb{
  background: #f0f0f0;
  padding: 5% 0;
}
.syrb_box_left{
  width: 35%;
  padding-right: 5%;
}
.syrb_box_left .d1{
  font-size: 26px;
  color: #000;
  padding: 15px 0;

}
.syrb_box_left .d2{
  font-size: 16px;
  color: #666;
  padding-bottom: 20px;
}
.syrb_box_left .d3 a{
  color: #ea5404;
  display: inline-block;
  padding: 5px 13px;
  border-radius: 20px;
  border:1px solid #ea5404;
  font-size: 14px;
}
.syrb_box_left .d3 a:hover{
  background: #ea5404;
  color: #fff;
  transition: 1s
}

.syrb_box_rli{
  /*flex: 1;*/
  width:33.3%;
}
.syrb_box_right{
  width: 65%;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 5px #e4e3e3;
}
.syrb_box_rbt{
  padding-left: 10px;
  color: #666;
  padding-bottom: 5px;
  font-size: 16px;
}
.syrb_box_rli a{
  display: block;
  padding: 10px;
}
.syrb_box_rli img{
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  height: 220px
}
.syrb_box_rli span{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-top: 10px;
}
.syrb_box_rli a:hover img{
  transition: 1s;
  border: 1px solid #ea5404;
}
.syrb_box_rli a:hover span{
   transition: 1s;
 color: #ea5404;
}

.case_bj{
  background: url(../images/01.jpg) no-repeat;
  background-size: 100%100%;
  padding: 5% 0;
  height: 500px;
}
.case_bj_1{
  background: url(../images/A01.jpg) no-repeat;
   background-size: 100%100%;
}

.case_bj_2{
  background: url(../images/A02.jpg) no-repeat;
   background-size: 100%100%;
}
.case_bj_3{
  background: url(../images/A03.jpg) no-repeat;
   background-size: 100%100%;
}
.case_bj_4{
  background: url(../images/A04.jpg) no-repeat;
   background-size: 100%100%;
}
.case_bj_5{
  background: url(../images/A05.jpg) no-repeat;
   background-size: 100%100%;
}
.case_bj_6{
  background: url(../images/A06.jpg) no-repeat;
   background-size: 100%100%;
}
.case_bj_7{
  background: url(../images/07.jpg) no-repeat;
   background-size: 100%100%;
}
.case_bj_8{
  background: url(../images/08.jpg) no-repeat;
   background-size: 100%100%;
}



.case{
  position: relative;
}
.case_bottom_tab{
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%,0);
}
.case_tab_li{
  cursor: pointer;
  width: 24.8%;
  display: block;
  float: left;
  color: #999;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  margin: 0.1%;
  background: rgba(0,0,0,0.7);
  height:40px;
}
.case_tab_li a { color:#7c7c7c;}
.case_tab_li.on{
  color: #FFFFFF;
  background:#ea5404;
}
.case_tab_li.on a{
height:40px;
line-height:40px;
 
 color:#FFFFFF;}




.case_ico{
  margin-top: 40px;
}
.case_ico p a{
   display: inline-block;
  width: auto;
  padding:0 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #525252;
  font-size: 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  
  margin-right: 7px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  
}
.case_ico p a:hover{
  border:  1px solid #ea5404;
   color: #ea5404
}
.case_text{
  color: #eee;
  font-size: 14px;
  padding-top: 10px;
  width: 600px;
}
.case_but{
  padding-top: 20px;
}
.case_but a{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  background: #ea5404;
  color: #fff;
  font-size: 15px;
  border: 1px solid #ea5404;
}
.case_but a:hover{
  background: #fff;
  color: #ea5404
}
.gcase{
  padding: 5% 0;
}
.gcase_bt{
  justify-content: space-between;
}
.gcase_bt_left{
  color: #007564;
  font-size: 26px;
  font-weight: bold;
}

.gcase_bt_left span {
    padding: 0 5px;
    color: #666;
    display: inline-block;
    border: 1px solid #999;
    font-weight: 500;
    font-size: 20px;
    margin-left: 20px;
}
.gcase_bt_right a{
  color: #ea5404;
  font-size: 16px;
  font-weight: bold;
}
.gcase_bt_right a:hover{
  color: #007564;
}
.gcase_ul{
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}
.gcase_li{
  width: 23%;
  margin: 1%;
  display: block;
  float: left;
}
.gcase_li a{
  display: block;
}
.gcase_li a img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 230px;
  margin-bottom: 15px;
  border: 1px solid #fff;
}
.gcase_li a .span1{
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.gcase_li a .span2{
   display: block;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.gcase_li a:hover img{
   border: 1px solid #ea5404;
}
.gcase_li a:hover .span1{
  color: #ea5404
}

.gcase_li a:hover .span2{
  color: #ea5404
}


.join{
   background: url(../images/bj2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  padding: 7% 0 5% 0;
  clear: both;
  overflow: hidden;
}
.join_db{
  padding: 10px 0;
  width: 640px;
}
.join_d{
  color: #131313;
  font-size: 16px;
  padding-bottom: 5px;
}
.join_d_a{
  padding-top: 20px;
}
.join_d_a a img{
  display: inline-block;
  width: 35px;
  height: 35px;
}
.join_d_a a:hover{
  background: #ea5404;
  color: #fff;
}
.join_d_a a{
  display: flex;
  align-items: center;
  width: 125px;
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  background: #fff;
  color: #007564;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.join_d_a a img{
  display: inline-block;
  margin-left: 15px;
  width: 35px;
}
.join_d_a a .img2{
    opacity: 0;
   position: absolute;
    left: 0;
   transition: 2s;
}
.join_d_a a:hover .img1{
  display: none
}
.join_d_a a:hover .img2{
  display: inline-block;
  opacity: 1;
 position: absolute;
  left: 85px;
  transition: 2s;
}
.join_e{
  overflow: hidden;
}
.join_e b{
  float: left;
  color: #131313;
  font-size: 27px;
  line-height: 40px;
}
.join_e p{
  float: left;
  font-size: 20px;
  color: #ea5404;
  margin-top: 0px;
  letter-spacing:0;
}
.join_e p span{
  font-size: 43px;
  
}
.news_banner img{
  width: 100%;
}
.sabout{
  background: #f4f4f4;
  padding: 5% 0;
  clear: both;
  overflow: hidden;
}

.sabout_box_left{
  width: 31%;
  display: block;
  float: left;
  margin-right: 2%;
}
.sabout_box_right{
  width: 67%;
}
.sabout_box_r {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.sabout_box_r img{
  width: 49%;
  height: 280px;
  display: block;
  float: left;
  margin-left: 1%;
}
.sabout_box_left_bt{
  font-size: 26px;
  font-weight: 600;
  color: #007564;
  padding-bottom: 15px;
}
.sabout_box_left_text{
  font-size: 15px;
  color: #999;
  padding-bottom: 20px;
}
.sabout_box_left_a a{
  display: inline-block;
  padding: 3px 15px;
  border-radius: 30px;
  border: 1px solid #ea5404;
  color: #ea5404;
  font-size: 15px;
}
.sabout_box_left_a a:hover{
  transition: 1s;
  color: #007564;
  border: 1px solid #007564;
}

.swiper_zz{
  background: #fff;
  padding: 30px;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.sabout_ban img{
  padding-right: 15px;
  width: 100%;
  border-right: 1px solid #eee;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:url(../images/left.png);
  left: 15px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
   background-image:url(../images/right.png);
   right: 15px;
}
.swiper-button-next:hover{
   background-image:url(../images/right1.png);
}
.swiper-button-prev:hover{
   background-image:url(../images/left1.png);
}
.swiper-button-next, .swiper-button-prev{
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
}

.news{
   background: url(../images/bj3.jpg) no-repeat;
  background-size: 100%100%;
  padding: 4% 0;
  min-height: 400px;
}
.news_con_b{
  clear: both;
  overflow: hidden;
}
.news_con_bli{
  width: 23%;
  margin: 1%;
  display: block;
  float: left;
}
.news_con_bli a{
  position: relative;
  display: block;
  background: #fff;
}
.gcase_li a{
  position: relative;
}
.gcase_li a .c_back{
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 230px;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0,0,0,0.5);
}
.gcase_li a:hover .c_back{
  display: block;
}
.news_con_bli a .d1 img{
  width: 100%;
  height: 200px;
  display: block;
}
.news_con_bli a .d2{
  color: #999;
  font-size: 13px;
  padding-bottom: 5px;
}

.news_con_bli a .d3{
  color: #000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con_bli a .d4{
   color: #999;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_con_bli a .dd{
  background: #fff;
  padding: 10px 10px 20px 10px;
  height:50px;
   
  overflow:hidden;
   
}
.news_con_bli a:hover .d3{
  transition: 1s;
  color: #ea5404;
}
.news_con_bli a:hover .d4{
  color: #ea5404;
  transition: 1s
}
.news_tab_li{
    display: inline-block;
}
.news_tab_li a{

  padding-bottom: 5px;
  margin:0 10px;
  color: #333;
  cursor: pointer;
  font-size: 15px;
}
.news_tab{
  padding: 15px 0;
}
.news_tab_li.on a{
  color: #ea5404;
  border-bottom: 1px solid #ea5404
}
.news_bt{
  padding-left: 10px;
  font-size: 26px;
  color: #007564;
  padding-bottom: 10px;
}
.news_bt span{
  color: #666;
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #666;
  font-weight: 500;
  font-size: 22px;
  margin-left: 20px;
}
.banner img{
  width: 100%;
  display: block;
}


 
 #div_pic_img_1{
  width: 300px;
  height: 225px;
 border: #ccc solid 1px; margin-left:0px; margin-top:5px; margin-bottom:5px;
 /* margin: 50px auto;*/
  overflow: hidden;
}
#div_pic_img_1 img{
  cursor: pointer;
  transition: all 0.6s;
}
#div_pic_img_1 img:hover{
  transform: scale(1.1);

 }
  #div_pic_img_11{
  width: 385px;
  height: 385px;
 border: #ccc solid 1px; margin-left:0px; margin-top:5px; margin-bottom:5px;
 /* margin: 50px auto;*/
  overflow: hidden;
}
#div_pic_img_11 img{
  cursor: pointer;
  transition: all 0.6s;
}
#div_pic_img_11 img:hover{
  transform: scale(1.15);

 }
 
 
 
 
 
 
 
 

  #div_pic_img_2{
  width: 217px;
  height: 276px;
 border: #ccc solid 0px; margin-left:0px; margin-top:5px; margin-bottom:5px;
 /* margin: 50px auto;*/
  overflow: hidden;
}
#div_pic_img_2 img{
  cursor: pointer;
  transition: all 0.6s;
}
#div_pic_img_2 img:hover{
  transform: scale(0.9);

 }
 
   #div_pic_img_3{
  width: 295px;
  height: 216px;
 border: #ccc solid 0px; margin-left:0px; margin-top:5px; margin-bottom:5px;
 /* margin: 50px auto;*/
  overflow: hidden;
}
#div_pic_img_3 img{
  cursor: pointer;
  transition: all 0.6s;
}
#div_pic_img_3 img:hover{
  transform: scale(0.9);

 }
 
 /* cp  table */
 .table_line_00 { height:45px; line-height:45px; text-align:center; font-size:24px; color:#FFFFFF; background-color:#007564; border:1px solid #d1d1d1;}
 .table_bg_1 { background-color:#fff;height:35px; line-height:35px; font-size:16px; color:#434343; border:1px solid #d1d1d1;text-align:center;}
 .table_bg_2 { background-color:#f3f3f3;height:35px; line-height:35px; font-size:16px; color:#434343;text-align:center;border:1px solid #d1d1d1;}
 .table_left_1 {font-size:22px; color:#434343; text-align:center;border:1px solid #d1d1d1;}
 .table_left_2 {background-color:#f3f3f3;font-size:22px; color:#434343; text-align:center;border:1px solid #d1d1d1;}
 
 .ddt1 { font-size:25px; color:#007564; height:35px; line-height:65px; border-bottom:1px dashed #ccc;}
 .ddt2 { font-size:22px; color:#434343; padding:15px 0;}
 .ddt3 { font-size:16px; color:#484848; padding:15px 0; line-height:24px;}
 .ddt3  p { text-indent:2rem;}

 .cp_name span{ color:#434343; font-size:18px; line-height:35px;font-weight:lighter; }
 .cp_name span a:hover{ color:#ea5404;  }

 .cp_neirong_jj_18{ font-size:18px; line-height:34px; color:#484848;}
 
 .cp_neirong_img_01 { width:900px; margin:0 auto;} 
 .cp_neirong_img_01 img{ width:285px; height:285px; text-align:center; padding:0 5px;}
 .cp_neirong_name_t01 { width:100%; font-size:25px; color:#007564; height:65px; line-height:65px; border-bottom:1px dashed #ccc;} 
 
   .cp_neirong_name_t01  .cp_order {display: none; background:#FF6633;color: #ffffff;width:200px; height:40px;line-height:40px;text-align:center;margin-left:640px; position: relative; bottom:55px; padding:5px; }
   .cp_neirong_name_t01  .cp_order a {color: #fff; display:block;}

  /* cp order */
  .cp_neirong_name_t01_right_order {
   font-size:25px;
   background:#FF6633;
   color: #ffffff;
   width:200px;
   height:40px;
   line-height:40px; 
   text-align:center;
   position:absolute;
   margin-left:640px;
   margin-top:297px;
   padding:5px 5px 5px 5px;
   display:block;
   
   }
  .cp_neirong_name_t01_right_order a{color: #fff; }
  
  /* cp order */

 .cp_neirong_name_t02 { width:900px;font-size:18px; line-height:34px; margin:20px 0; text-indent:2rem;}
 .cp_neirong_img_02 { width:900px; margin:0 auto; } 
 .cp_neirong_img_02 img{ text-align:center; padding:10px 0;}

 
 .gcal_t001 {color:#464646; font-size:30px; line-height:36px;}
 .gcal_t002 {color:#666; font-size:18px; line-height:36px;}
 .gcal_t002 p{color:#666; font-size:18px; line-height:36px; text-indent:2rem;}
 .gcal_t003_table { margin:20px 0;}
  .gcal_t003_table td { width:130px; height:46px; font-size:22px; line-height:46px; color:#333333; background-color:#e8e8e8; text-align:center; padding:0 10px;}
 
 .gcal_green{ color:#007564;  height:46px; font-size:22px; line-height:46px;text-align:left; font-weight:bold; }
 
 .job_t1 {background-color:#f3f3f3;height:45px; line-height:45px; font-size:18px; color:#434343;text-align:center;border:1px solid #d1d1d1;}
 .job_t2 {height:20px; line-height:32px; font-size:16px; color:#434343;text-align:center;border:1px solid #d1d1d1;}
 .job_t4 { text-align:left; padding:5px; }
 
 .gcal_job_rcln_table { margin:20px 0;} 
  .gcal_job_rcln_table_01 { color:#ea5404; font-size:22px; background-color:#f2f2f2; height:40px; line-height:40px; padding:5px 10px;  letter-spacing:1px; text-align:center;}
   .gcal_job_rcln_table_02 p{   font-size:18px;  line-height:30px; text-indent:2rem;}

 .tool{
    width: 90px;
    height: 90px;
    position: fixed;
    bottom:60px;
    right: 10px;
    color: #269abc;
    cursor: pointer;
    z-index: 9999;
    display: none;
}
.tool i{
    width: 90px;
    height: 90px;
    display: block;
    background: url("../images/tool.png") no-repeat;
}

 
 
 
 