@charset "utf-8";
/*头部*/

.header_all{
	height: 120px;
	background: rgba(255,255,255,0.6);
	/*background:#f3f3f3;*/
	width: 100%;
    z-index: 9;
    position: absolute;
    top: 0px;

}
.light{
	background:#0067bb;
	color:#fff !important;
}
.light1{
	background-color:#0067bb;
	color:#fff !important;
}
.header_img{
	margin-top: 30px;
	float: left;
}
.header_drop_down{
	float: right;
	margin-top: 65px;
	position: relative;
}
.header_drop_down ul{
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}
.header_drop_down ul li{
    width: 115px;
    height: 56px;
    text-align: center;
	display:inline-block;
}
.header_drop_down ul li a:hover{
	color: #fff;
   background-color: #0067bb;
}
.header_drop_down ul li a{
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 2;
}
#nav{
	position: relative;
}
.nav li{
	cursor: pointer;
}
.pages {
    z-index: 0 !important;
}
.son_wrap{
	position: absolute;
    background: #E6E6E6;
    width: 1920px;
    text-align: center;
    top: 53px;
    left: -639px;
    display: none; 
    z-index: 999;
    height: 350px;
    border-top: 1px solid #999999;
}
.son_wrap1{
	position: absolute;
    background: #E6E6E6;
    width: 1920px;
    text-align: center;
    top: 53px;
    left: -639px;
    display: none; 
    z-index: 999;
    height: 400px;
	border-top: 1px solid #999999;
}
.son_wrap .son_wrap_flex p{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
	    height: 35px;
    line-height: 50px;
}
.son_wrap .son_wrap_flex section:hover p{
	color: #FFFFFF;
}
.son_wrap_flex{
	width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 35px;
}
.son_wrap_flex section{
	width: 259px;
    padding-bottom: 14px;
    margin-right: 53px;
    height: 252px;
	display: inline-block;
}
.son_wrap_flex section:nth-of-type(4){
	margin-right: 0;
}
.son_wrap_flex section:nth-of-type(8){
	margin-right: 0;
}
.son_wrap_flex section:hover{
	background: #0067BB;
}
.son_wrap_flex section img{
	padding-top: 10px;
}
.son_wrap_flex2{
	width: 1030px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 20px;
}
.son_wrap_flex2 section{
	width: 170px;
    margin-bottom: 40px;
    margin-right: 116px;
    height: 159px;
	display: inline-block;
}
.son_wrap_flex2 section:hover{
	background: #0067BB;
}
.son_wrap_flex2 section img{
	padding: 15px 15px 0 15px;
    width: 90%;
    width: 140px;
    height: 110px;
}
.son_wrap_flex2 section:nth-of-type(4){
	margin-right: 0;
}
.son_wrap_flex2 section:nth-of-type(8){
	margin-right: 0;
}
.son_wrap1 .son_wrap_flex2 section p{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
}
.son_wrap1 .son_wrap_flex2 section:hover p{
	color: #FFFFFF;
}
.nav li:hover .son_wrap{
	display: block;
}
.nav li:hover .son_wrap1{
	display: block;
}
/*banner*/
.banner{
	width:100%;
	height:100%;
}
.banner img{
	width:100%;
	height:100%;
}
#container{
			width: 100%;
			/*height: 500px;*/
			height: 100%;
			overflow: hidden;
	}
.sections,.section {
		height:100%;
	}
#container,.sections {
		position: relative;
	}
/*.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
#section0{
		background-image: url(../img/banner.png);
	}
#section1{
		background-image: url(../img/banner.png);
	}
#section2{
		background-image: url(../img/banner.png);
	}
#section3{
		background-image: url(../img/banner.png);
	}*/
/*我们的服务*/
.us_service_all{
	border-bottom: 1px solid rgba(22, 44, 89, 0.5);
	padding-bottom: 80px;
}
.us_service{
	margin-top: 80px;
}
.service_four{
	/*margin-top: 50px;*/
}
.service_four ul li{
   width: 293px;
   height:350px;
   display: inline-block;
}
.service_four ul li:hover{
  background: #0067bb;
}
.service_four ul a:nth-of-type(1) .img_01{
	padding-top: 38px;
	background: url(../img/01-1.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(1):hover .img_01{
	background: url(../img/01-1-1.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(2) .img_01{
	padding-top: 38px;
	background: url(../img/02-2.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(2):hover .img_01{
	background: url(../img/02-2-2.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(3) .img_01{
	padding-top: 38px;
	background: url(../img/03-3.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(3):hover .img_01{
	background: url(../img/03-3-3.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(4) .img_01{
	padding-top: 38px;
	background: url(../img/04-4.png) center no-repeat;
	height: 170px;
}
.service_four ul a:nth-of-type(4):hover .img_01{
	background: url(../img/04-4-4.png) center no-repeat;
	height: 170px;
}
.service_four ul li .text_01{
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  padding-top: 20px;
  text-align: center;
}
.service_four ul li:hover .text_01{
  color: #fff;
}
.service_four ul li .text_02{
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
  padding: 0 10px;
}
.service_four ul li:hover .text_02{
  color: #fff;
}
.service_four ul li .look_more{
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);
  line-height:3;
  text-align: center;
  background: url(../img/05-5.png) no-repeat;
  background-position:175px 14px;
}
.service_four ul li:hover .look_more{
  background:url(../img/05-5-5.png) no-repeat;
  background-position:175px 14px;
  color: #fff;
}
/*我们的生态体系*/
.us_ecology_systemp_all{
	margin-top: 80px;
}
.us_ecology_four{
	margin-top:50px;
}
.us_ecology_four ul li{
  float: left;
}
.text_us_ecology{
	text-align: center;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 2.2;
}
.shujutu_1 img{
	width: 100%;
}
/*我们的技术领域*/
.us_technology_all{
	background: #f2f2f2;
	height: 1053px;
}
.us_technology_eight ul a li{
	width: 270px;
	height: 350px;
	/*float: left;*/
	background: #fff;
	/*margin-right: 50px;*/
	margin-bottom: 40px;

}
.us_technology_eight ul a{
	width: 270px;
	height: 350px;
	/*float: left;*/
	background: #fff;
	margin-right: 40px;
	margin-bottom: 40px;
	display:inline-block;

}
.us_technology_eight ul a:nth-of-type(4){
	margin-right: 0px !important;
}
.us_technology_eight ul a:nth-of-type(8){
	margin-right: 0px !important;
}
.us_technology_eight ul a:nth-of-type(12){
	margin-right: 0px !important;
}
.us_technology_eight ul a li p:nth-of-type(1){
	text-align: center;
	padding-top: 40px;
}
.us_technology_eight ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.us_technology_eight ul a li p:nth-of-type(2){
	text-align: center;
	font-size: 24px;
	  font-family: "Microsoft YaHei";
	  color: rgb(51, 51, 51);
	  line-height: 1;
	  padding: 40px 10px 30px 10px;
	  /*border-bottom: 1px solid;*/
}
.us_technology_eight ul a li:hover p:nth-of-type(2){
	  color: #0067bb;
}
.us_technology_eight ul a li p:nth-of-type(2) i{
	  padding: 0px 115px 0px 115px;
	  border-bottom: 1px solid #999999;
}
.us_technology_eight ul a li p:nth-of-type(3){
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.5;
  text-align: center;
  padding: 0 10px 40px 10px;
}
.us_technology_eight ul a li p:nth-of-type(4){
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #448fcc;
  line-height: 1.667;
  text-align: center;
    border-width: 1px;
  border-color: rgb(68, 143, 204);
  border-style: solid;
  border-radius: 6px;
      width: 140px;
    margin-left: 25%;
   background: url(../img/454544.png) no-repeat;
  background-position:100px 9px;
  padding: 4px 0;
}
.us_technology_eight ul a li:hover p:nth-of-type(4){
	background: #0067bb  url(../img/05-5-5.png) no-repeat;;
	color: #fff;
	background-position:100px 9px;
}
.img-aoqi{
 /*-webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s; 
    -ms-transition: all ease-out .5s;*/
   -webkit-transition: all .4s;
    transition: all .4s;
}
.img-aoqi:hover{
/*' -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -ms-transform: scale(1.08)'*/
    box-shadow: #aaaaaa 0px 10px 30px;
    -webkit-box-shadow: #919191 0px 10px 30px;
    -moz-box-shadow: #aaaaaa 0px 10px 30px;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
/*涉外申请优势*/
.get_advance{
	margin-bottom: 80px;
}
.get_advance ul{
		display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.get_advance ul a{

	    display: inline-block;
	width: 25%;
}
.get_advance ul a li p{
	text-align: center;
	margin: 20px 0 0 0;
}
.get_advance ul a:nth-of-type(1) p{
	text-align: left;
}
.get_advance ul a:nth-of-type(4) p{
	text-align: right;
}
.get_advance ul a:nth-of-type(1) p:nth-of-type(2){
	padding: 0 60px 0 0;
	text-align: center;
}
.get_advance ul a:nth-of-type(4) p:nth-of-type(2){
	padding: 0 0 0 60px;
		text-align: center;
}
.get_advance ul a li p:nth-of-type(2){

  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0 60px;
}
/*我们的优势*/
.our_advance_all{
	background: url(../img/8578587587.png);
	height: 882px;
}
/*about us*/
.about_us_all{
	margin-top: 80px;
	background: url(../img/683450633966053591.png) center center no-repeat;
	height: 807px;
}
.about_us_left{
	width: 50%;
	padding-top: 40PX;
	float: left;
}
.about_us_left video{
	width: 600px;
	height: 360px;
}
.about_us_left p:nth-of-type(1){
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  margin-top: 25PX;
}
.about_us_left p:nth-of-type(2){
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  margin-bottom: 30PX;
}

.about_us_left p:nth-of-type(3){
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 2.2;
}

.about_us_left p:nth-of-type(4) a{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(68, 143, 204);
  line-height: 4;
}
.about_us_right{
	width: 50%;
	float: right;
}
.about_us_right P{
	width: 346PX;
	height: 484px;
	 padding: 245px 0 0 0px;
	 float: right;
}
.about_us_right P img{
	width: 100%;
	height: 100%;
}

/*新闻动态*/
.news_link_up{}
.news_link_up .news_link_up_first{
     width: 55%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.news_link_up .news_link_up_first li{
	display:inline-block;
	width: 160px;
	height: 35px;
	text-align: center;
	height: 30px;
	line-height: 30px;
    margin-left: 45px;
	    cursor: pointer;
}
.news_link_up .news_link_up_first i{
	border-right: 1px solid;
	height: 20px;
	float: right;
	margin-top: -25px;
}
.news_link_up .news_link_up_first li p {
    width: 120px;
}
.news_link_down_left{
	width: 42%;
	position: relative;
	float: left;
}
.news_link_down_left_img{
	width: 493px;
	height: 345px;
}
.news_link_down_left_img img{
	width: 100%;
	height: 100%;
}
.news_link_down_left_text{
	width: 418px;
	margin: auto;
	background: #f2f2f2;
	height: 110px;
	position: absolute;
	top: 290px;
	left: 38px;
}
.news_link_down_left_text1{
	position: absolute;
	left: 70px;
	margin-top: -30px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
}
.run_detail{
	position: absolute;
    bottom: -38px;
    right: 200px;
    width: 115px;
    height: 25px;
    border: 1px solid #333333;
    cursor: pointer;
}
.run_detail .over_hid {
    width: 85px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -42px;
}
.run_detail span {
    width: 85px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42px;
}
.run_detail i {
    width: 17px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 40%;
    right: -4px;
    transform: rotate(30deg);
    margin-left: -42px;
}
.news_link_down_right{
	width: 57%;
	float: right;
}
.news_link_down_right ul li{
	height: 120px;
	background: #F2F2F2;
	margin-bottom: 20px;
}
.news_link_down_right ul li:hover{
	background: #0067bb;
}
.news_link_down_right ul li:hover .news_link_down_right_left{
	background: #FFFFFF;
}
.news_link_down_right ul li:hover .news_link_down_right_right p:nth-of-type(1){
	color: #FFFFFF;
}
.news_link_down_right ul li:hover .news_link_down_right_right p:nth-of-type(2){
	color: #FFFFFF;
}
.news_link_down_right_left{
	width: 80px;
	height: 80px;
	margin: 20px;
	float: left;
}
.news_link_down_right_left p{
	text-align: center;
}
.news_link_down_right_left p:nth-of-type(1){
	font-size: 36px;
	font-family: "微软雅黑";
	color: #333333;
}
.news_link_down_right_left p:nth-of-type(2){
	border-top: 2px solid #333333;
    width: 64px;
    margin-left: 8px;
    padding-top: 6px;
}
.news_link_down_right_left p:nth-of-type(3){
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
}

.news_link_down_right_right{
	width: 540px;
	float: right;
	margin-bottom: 20px;
}

.news_link_down_right_right p:nth-of-type(1){
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
	padding: 20px 0 25px 0;
}
.news_link_down_right_right p:nth-of-type(2){
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666666;
}
.news_link_down_gs{
	margin-top: 50px;
	display: none;
}
.news_link_down_hy{
	
	margin-top: 50px;
}
.gsdt{
	background: #0067BB;
	color: #FFFFFF;
}
/*合作客户*/
.customer_img{
	width: 94%;
	margin: 0 auto;
}
/*尾部*/
.foot{
	padding-top: 43px;
}
.foot_all{
	width: 100%;
	height: 200px;
	background: #F2F2F2;
	margin-top: 80px;
}
.foot_left{
	width: 71%;
	float: left;
}
.foot_nav ul li{
	display: inline-block;
	margin-right: 50px;
}
.foot_nav ul li a{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
.foot_nav_line{
	width: 100%;
	border-bottom: 1px solid #333333; 
	padding-top: 21px;
}
.foot_gsdz{
	padding-top: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
.foot_lxfx{
	padding-top: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
.foot_lxfx span:nth-of-type(1){
	margin-right: 24px;
}
.foot_by{
	padding-top: 15px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
.foot_by span:nth-of-type(1){
	margin-right: 120px;
}
.foot_by span:nth-of-type(2) a{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
.foot_right{
	float: right;
	width: 26%;
}
.foot_erweima{
	float: left;
	width: 50%;
}
.foot_gzdt{
	float: right;
	width: 50%;
}
.foot_gzdt p:nth-of-type(1){
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	padding: 21px 0 13px 0;
}
.foot_gzdt p:nth-of-type(2){
	border-bottom: 1px solid #333333;
	height: 1px;
	width: 40px;
}
.foot_gzdt p:nth-of-type(3){
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	padding-top: 25px;
}
/*内页头部*/

.header_all_inside{
	height: 120px;
	background: rgba(255,255,255);
}
.header_img_inside{
	margin-top: 30px;
	float: left;
}
.header_drop_down_inside{
	float: right;
	margin-top: 65px;
	position: relative;
}
.header_drop_down_inside ul{
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}
.header_drop_down_inside ul li{
    width: 115px;
    height: 56px;
    text-align: center;
	display:inline-block;
}
.header_drop_down_inside ul li a{
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
     line-height: 2;
     width: 100%;
     display: block;
}
.header_drop_down_inside ul li a:hover{
   color: #fff;
   background: #0067BB;
}
/*内页banner图*/
.banner_inside{
	width: 100%;
	height: 100%;
}
.banner_inside img{
	width: 100%;
	height: 100%;
}
/*位置导航*/
.weizhi_all{
	border-bottom: 1px solid #e6e6e6;
	height: 1px;
	    padding-bottom: 60px;
}
.weizhi_inside{
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666666;
}
/*内页下部分*/
.inside_all{
	margin-top: 50px;
}
.inside_left{
	width: 258px;
	float: left;
}
.inside_left_up{
	border: 1px solid #cccccc;
}
.inside_left_up .inside_left_up_title{
	height: 60px;
	line-height: 60px;
	padding-left: 21px;
	background: #0067bb;
	color: #FFFFFF;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.inside_left_up ul {
    margin: 0 20px 0px 20px;
}
.inside_left_up ul li{
	height: 59px;
	line-height: 59px;
	text-align: center;
    border-bottom:1px dashed #CCCCCC;
}
.inside_left_up ul li:last-of-type{
    border-bottom:none;
}
.team_li_four{
	height:100% !important;
	    margin-left: 13px;
    width: 220px;
}
.team_down_list p{
  border-bottom: 1px dashed #CCCCCC;
      padding-right: 0px;
    width: 210px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.team_down_list p span{
	height: 40px;
    border-right: 6px solid #0067BB;
    float: right;
    margin-top: 10px;
    line-height: 59px;
    margin-right: -26px;
    display: none;
}
.team_down_list p:hover span{
    display: block;
}  
.team_down_list p:hover a{
    color: #0067BB;
}
    
.team_down_list p:last-of-type{
  border-bottom: none;
}
.team_down_list p a{
	font-size: 16px !important;
	  font-family: "PingFang";
  color: rgb(102, 102, 102);
}
.team_li_four span{
	margin-right: -34px !important;
}
.team_i_img{
	padding-right: 18px;
    float: right;
	padding-top: 24px;
}
.inside_left_up ul li span{
	height: 40px;
    border-right: 6px solid #0067BB;
    float: right;
    margin-top: 10px;
    line-height: 59px;
    margin-right: -20px;
    display: none;
}
.inside_left_up ul li a{
  font-size: 18px;
  font-family: "PingFang";
  color: rgb(102, 102, 102);
}
.inside_left_up ul .team_li_four:hover .team_down_list a{
  color: #0067BB;
  font-style: normal !important;
}
.inside_left_up ul li:hover a{
  color: #0067BB;
  font-style: italic;
}
.italicall{
  font-style: italic;
}
.italicalla{
	color: #0067BB !important;
}
.italicallspan{
	display: block !important;
}
.italicallspan4{
	margin-right: -50px !important;
	display: block !important;
}
.team_li_four1{
	    margin-left: 20px;
}
.inside_left_up ul li:hover span{
   display: block;
}

.inside_left_down{
	margin-top: 50px;
	border: 1px solid #cccccc !important;
}
.inside_left_down .inside_left_down_title{
	height: 60px;
	line-height: 60px;
	padding-left: 21px;
	background: #0067bb;
	color: #FFFFFF;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.inside_left_down .inside_left_down_title span{
	height: 60px;
	line-height: 60px;
	padding-left: 21px;
	background: #0067bb;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "微软雅黑";
	float: right;
	font-weight: normal;
	margin-right: 6px;
}
.inside_left_down ul {
    margin: 0 20px 0px 13px;
}
.inside_left_down ul li{
	height: 59px;
	line-height: 59px;
    border-bottom:1px dashed #CCCCCC;
}
.inside_left_down ul li:last-of-type{
    border-bottom:none;
}
.inside_left_down ul li span{
	height: 40px;
    border-right: 6px solid #0067BB;
    float: right;
    margin-top: 10px;
    line-height: 59px;
    margin-right: -20px;
    display: none;
}
.inside_left_down ul li a{
  font-size: 17px;
  font-family: "PingFang";
  color: rgb(102, 102, 102);
}
.inside_left_down ul li:hover a{
  color: #0067BB;
}
.inside_left_down ul li:hover span{
   display: block;
}
.inside_right{
	float: right;
	width: 900px;
}
.wenzhang_title{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #0067BB;
	font-size: 18px;
    color: #0067bb;
    font-family: "微软雅黑";
}
.wenzhang_title img{
	margin-right: 10px;
}
.inside_right_textarea{
	width: 100%;
}
.inside_right_photo{
	margin-top: 30px;
}
.inside_right_photo ul{
	/*display: flex;*/
	flex-wrap: wrap;
	justify-content: space-between;
}
.inside_right_photo ul li{
	width: 280px;
	height: 245px;
	margin: 0px 30px 20px 0;
    display:inline-block;
}
.inside_right_photo ul li:nth-of-type(3){
	margin-right:0 !important;
}
.inside_right_photo ul li:nth-of-type(6){
	margin-right:0 !important;
}
.inside_right_photo ul li:nth-of-type(9){
	margin-right:0 !important;
}
.inside_right_photo ul li:nth-of-type(12){
	margin-right:0 !important;
}
.inside_right_photo ul li p{
	text-align: center;
	line-height: 2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.inside_right_photo ul li p a{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
}
.inside_right_photo ul li img{
	width: 100%;
	height: 220px;
}
/*新闻列表*/
.inside_right_news_list ul li{
	height: 172px;
	border-bottom: 1px dashed #bbbbbb;
}
.inside_right_news_list ul li p:nth-of-type(1){
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
	padding-top: 37px;
}
.inside_right_news_list ul li:hover p:nth-of-type(1){
	color: #0067BB;
}
.inside_right_news_list ul li p:nth-of-type(2){
	padding-top: 8px;
}
.inside_right_news_list ul li p:nth-of-type(2) span:nth-of-type(1){
	background: url(../img/140527185653622498.jpg) no-repeat;
	height: 15px;
	width: 15px;
	margin-right: 30px;
    padding-left: 25px;
    background-position: 00px 3px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
}
.inside_right_news_list ul li:hover p:nth-of-type(2) span:nth-of-type(1){
	color: #0067BB;
	background: url(../img/281247271148393174.png) center no-repeat;
	background-position: 00px 3px;
}
.inside_right_news_list ul li p:nth-of-type(2) span:nth-of-type(2){
	background: url(../img/803391030983236853.jpg) no-repeat;
	height: 15px;
	width: 15px;
    padding-left: 35px;
    background-position: 00px 3px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
}
.inside_right_news_list ul li:hover p:nth-of-type(2) span:nth-of-type(2){
	color: #0067BB;
	background: url(../img/280992809774080906.jpg) center no-repeat;
	background-position: 00px 3px;
}
.inside_right_news_list ul li p:nth-of-type(3){
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666666;
	padding-top: 15px;
    line-height: 1.5;
}
.inside_right_news_list ul li:hover p:nth-of-type(3){
	color: #0067BB;
}
/*公司动态*/
.news_list_detail_title{
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
}
.news_list_detail_time{
	text-align: center;
	line-height: 2;
}
.news_list_detail_time span:nth-of-type(1){
	margin-right: 50px;
	font-size: 14px;
	color: #666666;
}
.news_list_detail_time span:nth-of-type(1) img{
	margin-right: 10px;
}
.news_list_detail_time span:nth-of-type(2) img{
	margin-right: 10px;
}
.news_list_detail_time span:nth-of-type(2){
	font-size: 14px;
	color: #666666;
}
.news_list_detail_textarea{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.news_list_detail_fenye{
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666666;
}
.inside_right_recruit ul li{
	padding-top: 50px;
}
.inside_right_recruit ul li .recruitment{
	height: 100px;
	background: #F2F2F2;
	display: flex;
	line-height: 100px;
	justify-content: space-around;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
}
.inside_right_recruit ul li .recruitment div:nth-of-type(4){
	    padding-top: 38px;
}
.det_explain{
	background: #F2F2F2;
}
/*联系我们*/
.inside_right_content_us ul li{
	height: 185px;
	border-bottom: 1px dashed #AAAAAA;
}
.inside_right_content_us ul li p:nth-of-type(1){
	padding-top: 50px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #333333;
	font-weight: bold;
}
.inside_right_content_us ul li p:nth-of-type(2){
	margin-top: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
}
.inside_right_content_us ul li p:nth-of-type(3){
	margin-top: 20px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
}
/*会员*/
.inside_members{
	margin-top: 80px;
}
.inside_members_title{
	text-align: center;
}
.inside_members_title p:nth-of-type(1){
	font-size: 30px;
	font-family: "微软雅黑";
	color: #333333;
	height: 20px;
	line-height: 0px;
}
.inside_members_title p:nth-of-type(2){
     font-size: 16px;
     font-family: "微软雅黑";
     color: #0067BB;
     font-weight: bold;
}
.inside_members_title p:nth-of-type(2) span:nth-of-type(1){
     margin-right: 10px;
}
.inside_members_title p:nth-of-type(2) span:nth-of-type(2){
     margin-left: 10px;
}
.inside_members_title p:nth-of-type(3){
     margin-top: 50px;
     width: 1200px;
}
.inside_members_title p:nth-of-type(3) img{
     width: 100%;
}
.members_regulations_1{
	margin-top: 80px;
}
.members_regulations_1 div{
	text-align: center;
}
.members_regulations_1 div:nth-of-type(1){
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
}
.members_regulations_1 div:nth-of-type(2){
	margin-top: 10px;
}
.members_regulations_1 div:nth-of-type(3){
	width: 1200px;
	margin-top: 40px;
}
.members_regulations_1 div:nth-of-type(3) img{
	width: 100%;
}
.members_regulations_2{
	margin-top: 80px;
}
.members_regulations_2 div{
	text-align: center;
}
.members_regulations_2 div:nth-of-type(1){
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
}
.members_regulations_2 div:nth-of-type(2){
	margin-top: 10px;
}
.members_regulations_2 div:nth-of-type(3){
	width: 1200px;
	margin-top: 40px;
}
.members_regulations_2 div:nth-of-type(3) img{
	width: 100%;
}
.members_regulations_img{
	margin-top: 80px;
	width: 100%;
}
.members_regulations_img img{
	width: 100%;
}
.members_regulations_3{
	margin-top: 80px;
}
.members_regulations_3 div{
	text-align: center;
}
.members_regulations_3 div:nth-of-type(1){
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
}
.members_regulations_3 div:nth-of-type(2){
	margin-top: 10px;
}
.members_regulations_3 section:nth-of-type(1){
	margin-top: 65px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #0067BB;
}
.section_img {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 80px 0;
}
.section_img li{
	width: 216px;
	height: 216px;
	position:relative;
}
.section_img li img{
	width: 100%;
	height: 100%;
}
.section_mask{
	position: absolute;
	top: 30px;
    padding: 0 10px;
    display: none;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #FFFFFF;
    line-height: 1.7;
}
.section_img li:hover .section_mask{
	display: block;
}
.section_img li:hover img{
 filter:alpha(Opacity=40);
 -moz-opacity:0.4;
 opacity: 0.8;
display: none;
}
.section_img li:hover{
  background: #0067BB;
}
.members_regulations_3 section:nth-of-type(2){
	font-size: 20px;
	font-family: "微软雅黑";
	color: #0067BB;
}
.members_regulations_3_img_1{
	margin: 50px 0 95px 0;
	width: 1200px;
}
.members_regulations_4{
	margin-top: 80px;
}
.members_regulations_4 div{
	text-align: center;
}
.members_regulations_4 div:nth-of-type(1){
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
}
.members_regulations_4 div:nth-of-type(2){
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
	margin-top: 10px;
}
.members_regulations_4 div:nth-of-type(3){
	margin-top: 10px;
}
.members_regulations_4 div:nth-of-type(4){
	width: 1200px;
	margin-top: 90px;
}
.members_regulations_5{
	margin-top: 80px;
}
.members_regulations_5 div{
	text-align: center;
}
.members_regulations_5 div:nth-of-type(1){
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
}
.members_regulations_5 div:nth-of-type(2){
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
	margin-top: 10px;
}
.members_regulations_5 div:nth-of-type(3){
	margin-top: 10px;
}
.members_regulations_5 div:nth-of-type(4){
	width: 1200px;
	margin-top: 90px;
}
.members_regulations_5_img {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pages_all a {
    /* background: red; */
    margin-left: 17px;
    width: 18px;
}
.pages_all span {
    margin-left: 20px;
    font-size: 18px;
    color: #0067bb;
}
.xiala_lanmu{
	display:none;
}
.xiala_lanmu p{
 width:100%;
 height:30px;
 background: rgba(255,255,255,0.6);
 /*background:#f3f3f3;*/
}
