.about_us .banner img{
   max-width: 1920px;
    margin: auto;
    display: inherit;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.content_box{
	width: 1200px;
	margin: auto;
}
.content_box .list-con li a{
	font-size: 16px;
	color: #333333;
}
.content_box .list-con li{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #F5F5F5;
}
.content_box .list-con .list_hover:hover a{
	color: #12539b !important;
}
.content_box .list-con li:last-child{
	margin-bottom: 40px;
}
.content{
    position: relative;
}
.about_us .banner .text_box{
	color: #fff;
	font-size: 44px;
	text-align: center;
	line-height: 320px;
}
.about_us .banner .text_box p {
	line-height: 320px;
}
#tab_nav{
	border-bottom: 1px solid #EEEEEE;
    height: 79px;
    line-height: 79px;
    font-size: 18px;
    text-align: center;
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 20;
    margin-bottom: 30px;
    
   /* height: 88px;
    line-height: 88px;
    background: #FAFAFA;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 2px 4px #eee;
    -moz-box-shadow: 0 2px 4px #eee;
    -webkit-box-shadow: 0 2px 4px #eee;
    box-shadow: 0 2px 4px #eee;

    position: absolute;
    width: 100%;
    top: 320px;
    z-index: 20;*/
}
#tab_nav li , #tab_nav li  a{
    display: inline-block;
    color: #999;
    font-size: 18px;
    cursor: pointer;
}
#tab_nav li{
    margin: 0  50px;
}
#tab_nav .active ,#tab_nav .active a{
    color: #12539b;
    height: 79px;
}

#tab_nav ul>.active:after {
	content: "";
	display: block;
	border-bottom: 1px solid #12539b;
	margin: auto;
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	animation: 1s linear 0s widthChange;
	-webkit-animation:1s linear 0s widthChange;
	/* Safari and Chrome */
	animation-fill-mode: forwards;
	/*动画播放完毕时停止，不回到初始状态*/
	-webkit-animation-fill-mode: forwards;
	width: 0;
}

@keyframes widthChange {
	form {
		width: 0;
	}
	to {
		width: 100%
	}
}

@-webkit-keyframes widthChange {
	/* Safari and Chrome */
	form {
		width: 0;
	}
	to {
		width:100%;
	}
}


.about_us  h4 {
    font-size: 36px;
    color: #333;
    text-align: center;
}
.about_us .introduction{
    padding:0px 0 80px 0;
}
.about_us .introduction .box{
    overflow: hidden;
    width: 1160px;
    margin: auto;
    padding-top: 40px;
}
.about_us .introduction .box .text{
    width: 570px;
    padding-right: 20px;
    float: left;
}
.about_us .introduction .box .img{
    width: 570px;
    height: auto;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.about_us .introduction .box .img img:nth-child(1){
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
.about_us .introduction .box .img img:nth-child(2){
	width: 570px;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about_us .introduction .box .img:hover img:nth-child(2){
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.about_us .introduction .box .text p{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 26px;
}
.about_us .honour .box{
    width: 1180px;
    margin: auto;
}
.about_us .honour .box:after{
	content: "";
	display: block;
	clear: both;
}
.about_us .honour .box_list{
    width: 372px;
    height: 300px;
    line-height: 300px;
    background: #FAFAFA;
    box-shadow: 0 2px 6px 0 #ddd;
    float: left;
    margin-right: 32px;
    text-align: center;
    position: relative;
}
.about_us .honour .box_list:nth-child(3n){
    margin-right: 0;
}
.about_us .left_border{
    width: 1180px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 40px;
}
.about_us .honour .list2 .box_list{
    margin-bottom: 39px;
}
.about_us .honour .box_list img{
    vertical-align: middle;
}
.about_us .honour .hover{
    display: none;
    position: absolute;
    width: 372px;
    height: 300px;
    background: rgba(255,255,255,0.60);
    top: 0;
    left: 0;
    font-size: 18px;
    color: #0C6DB0;
}
.about_us .honour .box_list:hover .hover{
    display: block;
}
.about_us .law_politics .box{
    width: 1120px;
    margin: auto;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.about_us .circular_point{
    display: block;
}
.about_us .circular_point:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0C6DB0;
    margin-right: 20px;
}
.about_us .law_politics .box p.title {
    padding-bottom: 10px;
    padding-top: 20px;
}
.about_us .law_politics  .padding-none{
	margin-bottom: 0;
}
.law_politics{
    padding-bottom: 54px;
}
.honour {
    padding-bottom: 41px;
}
.cooperation .place{
    width: 1140px;
    padding: 0 30px;
    background: #E8F5FF;
    margin: auto;
}
.cooperation h4{
    /*padding-top: 80px;*/
    padding-bottom: 40px;
}
.cooperation .place p .active{
    background: #12539b;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
}
.cooperation .place{
    font-size: 16px;
    color: #333333;
    margin-bottom: 26px;
}
.cooperation .left{
    float: left;
    width: 48px;
    height: 56px;
    line-height: 56px;
}
.cooperation .place .right{
    float: left;
    width: 1042px;
    font-size: 0px;
}
.cooperation .place .area p span {
    /*padding: 7px 16px;
    margin:  10.5px 4px;
    display: inline-block;
    font-size: 16px;*/
}
.cooperation .place p span a , .cooperation .area p span a{
    padding: 7px 16px;
    margin:  10.5px 4px;
    display: inline-block;
    font-size: 16px;
    color: #999;
  }
.cooperation .place p span a:hover{
    background: #12539b;
    color: #FFFFFF;
    border-radius: 4px;
}
.cooperation  .area , .cooperation .city{
    overflow: hidden;
}
.place_description{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.place_description>div>p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.place_description>div{
    position: relative;
}
.place_description>div>p .append_div{
    position: absolute;
    top: 1px;
    background: #AFAFAF;;
    border-radius: 4px;
    padding: 5px 10px;
    width: 490px;
    white-space: initial;
    white-space:normal;
    color: #fff;
}
.place_description .append_div:after{
    content: "";
    display: inline-block;
    border: 6px solid;
    border-color: #AFAFAF transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    left: 20px;
}
.place_description>div{
    padding: 30px;
    width: 508px;
    height: 150px;
    background: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    float: left;
    margin-bottom: 40px;
}
.place_description>div:nth-child(2n + 1){
    margin-right: 60px;
}
.place_description>div h3{
    font-size: 18px;
    color: #12539b;
}
.place_description>div p{
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
}
.place_description>div p .align{
	width: 70px;
	display: inline-block;
	 text-align: justify;
     text-justify: inter-ideograph;/*IE*/
}
.place_description>div p:last-child{
    padding-bottom: 0;
}
.place_description>div p:nth-child(2){
    /*padding-top: 30px;*/
}
.place_description>div .title{
    padding-bottom: 30px;
}
.cooperation:after{
    content: "";
    display: block;
    clear: both;
}
#box >.introduction{
    display: block;
}
#box >div{
    /*display: none;*/
}
.content.join_us #tab_nav{
	margin-bottom: 0px;
}
.about_us .join_us .content{
	width: 1176px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 80px;
}
.cooperation{
    padding-bottom: 80px;
    /*padding-top: 80px;*/
}

/*新闻动态*/
.about_us .article{
	padding: 0 0 80px 0;
}
.article{
	width: 1180px;
	margin: auto;
}
.about_us .article h2{
	padding-bottom: 60px !important;
	text-align: center;
}
.about_us .article p{
	font-size: 18px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 20px;
}
.about_us .article .xiangguan-con span:nth-child(1){
	float: left;
}
.about_us  .article .xiangguan-con span:nth-child(2){
	float: right;
}
.about_us  .article .xiangguan-con span ,.about_us  .article .xiangguan-con span a {
	font-size: 14px;
	color: #333333;
}
 .about_us  .article .xiangguan-con{
    overflow: hidden;
    padding-top: 80px;
}
.about_us .article .time_box {
	font-size: 14px;
	color: #333333;
	text-align: right;
}
.about_us .article .time_box .time{
	padding-right: 30px;
}
.news{
    /*padding-bottom: 80px;*/
    padding-top: 80px;
}
.list-con.news{
	padding-top: 0;
	padding-bottom: 80px;
}
.news h4{
    padding-bottom: 60px ;
}
.news .banner{
    height: 320px;
    width: 100%;
}
.news>.box{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-left: 2px;
}
.news .list{
   width: 100%;
    position: relative;
    background: #FFFFFF;
 
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;

}
.news .box .list:hover{
	border: 1px solid #EEEEEE;
	box-shadow: 0 2px 4px 0 #B4D7EF;
}
.news .list a{
	height: 100%;
    display: block;
     padding: 30px;
}
.news .list:nth-child(3n){
    margin-right: 0;
}
.news .list .default_img .hide{
	display: none;
}
.news .list img{
    width: 210px;
    height: 140px;
    display: block;
    margin: auto;
}
.news .list .img{
	float:left;
	overflow: hidden;
	margin-bottom: 30px;
}
.news .list h6{
    font-size: 16px;
    color: #12539b;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	    padding-left: 30px;
}
.news .list .text{
    font-size: 14px;
    color: #555555;
    line-height: 26px;
}
.news .list .bottom{
    position: absolute;
    bottom:30px;
    width: 304px;
    top: auto;
    padding: 0 30px;
    font-size: 14px;
	color: #555555;
	    left: 895px;
}
.news .list .bottom .dian{
	float: left;
}
.news .list .bottom .time{
	float: right;
}
.news .list  .description{
	font-size: 14px;
	color: #555555;
	text-align: justify;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;  
	overflow: hidden;
	margin-top: 20px;
	overflow: hidden;
	padding-left: 30px;
}
.news .list  .more{
    width: 160px;
    height: 60px;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 38px;
}
.news .list:hover  .more{
   color:#63b42f;
}
.news .list .bottom .name{
    font-size: 14px;
    color: #555555;
    float: left;
}
.news .list .bottom .time{
    font-size: 14px;
    color: #999999;
    float: right;
}
/*加入我们*/
.about_information .box .list .require{
    background: rgba(198,238,248,0.10);
    box-shadow: 0 2px 4px 3px #D8E5EA;
    border-radius: 8px;
}
.about_information>div{
    width: 1176px;
    margin: auto;
}
.about_information h4{
    /*padding-top: 80px;*/
    padding-bottom: 60px;
}
.about_information .welfare .title , .about_us .article h2{
    font-size: 18px;
    color: #0C6DB0;
    line-height: 26px;
    padding-bottom: 40px;
}
.about_information .welfare .text{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 26px;
}
.about_information .welfare{
    padding-bottom: 40px;
}
.about_information .left_border{
    margin-bottom: 40px;
}
.about_information .show_text{
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #F5F5F5;
    border-top:1px solid #F5F5F5;
}
.about_information .show_text:hover ,.about_information .show_text:hover .showInfo{
	color: #12539b !important;
}
.about_information .show_text:hover .showInfo:after{

}
.about_information .require{
    margin-top: 19px;
    margin-bottom: 40px;
    padding: 40px 30px;
}
.about_information .require dl dt.title{
    color: #66B355;
    padding-bottom: 26px;
}
.about_information .require dd.text{
    padding-bottom: 26px;
    font-size: 14px;
    color: #000000;
}
.about_information .require dl:first-child{
    padding-bottom: 39px;
}
.about_information .require .important{
    padding-bottom: 17px;
}
.about_information .box .list .require p span{
	font-size: 16px;
	color: #333333;
}
.about_information .box .list .require p span:nth-child(2){
	padding-left: 38px;
}
.about_information .box .list .require p span:nth-child(3){
    float: right;
    font-size: 14px;
	color: #999999;
}
.about_information  .list .show_text img{
    margin-right: 30px;
    margin-left: 17px;
    vertical-align: middle;
    transform: rotate(180deg);
}
.about_information  .list .show_text .showInfo.show img{
    margin-right: 30px;
    margin-left: 17px;
    vertical-align: middle;
    transform: rotate(180deg);
}
.about_information  .list .show_text .showInfo img{
    margin-right: 30px;
    margin-left: 17px;
    vertical-align: middle;
    transform: rotate(0deg);
}
.about_information  .show_text span{
    float: right;
    height: 58px;
    display: inline-block;
    line-height: 58px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.about_information  .show_text span:after{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;

	margin-right: 30px;
    margin-left: 17px;
}
.about_information .box .list .require{
    display: none;
}
.about_information .box  .list.show  .require{
    display: block;
}
.about_information .box  .list.show img{
    transform: rotate(0deg);
}
.about_information{
    padding-bottom: 80px;
}
.contact_us .f5{
   padding-bottom: 70px;
    background: #F5F5F5;
    margin-bottom: 79px;
    padding-top: 60px;
}
.contact_us h4{
    /*padding-top: 80px;*/
    padding-bottom: 40px;
    background: #fff;
}

.contact_us .box{
    /*padding-top: 60px;*/
    width: 1068px;
    margin: auto;
}
.contact_us .box:after{
    content: '';
    display: block;
    clear: both;
}
.contact_us .box .list{
    padding-top: 115px;
    width: 336px;
    height: 290px;
    background: #FFFFFF;
    float: left;
    margin-right: 30px;
}
.contact_us .box .list:last-child{
    margin-right: 0;
}
.contact_us .box .list p{
    margin: auto;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 26px;
    padding-right: 10px;
}
.contact_us .box .list h5{
    font-size: 20px;
    color: #0C6DB0;
    text-align: center;
    padding-bottom: 20px;
}
.contact_us .box .list:nth-child(1){
    background: url("/skin/images/ustomer.png") no-repeat ;
    background-position: 0 10px;
    background-size: 100%;
}
.contact_us .box .list:nth-child(3){
    background: url("/skin/images/map.png") no-repeat center ;
    background-position: 0 10px;
    background-size: 100%;
}
.contact_us .box .list:nth-child(2){
    background: url("/skin/images/sale.png") no-repeat center ;
    background-position: 0 10px;
    background-size: 100%;
}
.contact_us .map .box{
    width: 1180px;
    height: 400px;
    margin: 0 auto 80px auto;
} 


/*分页导航*/
.list-page .pages li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    /*border: 1px solid #D3DCE6;*/
    font-size: 13px;
}
.list-page .pages li a{
    color: #475669;
    padding: 0 10px;
}
.list-page .pages .c{
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background: #20A0FF;
    color: #FFFFFF;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 4px;
}

/*客户案例*/
.customer_case  .list-tab{
    text-align: center;
}
.customer_case  .box{
    height: 80px;
    line-height: 80px;
    margin-bottom: 80px;
    background: #FAFAFA;
    box-shadow: 0 2px 4px 0 rgba(220,220,220,0.50);
}
.customer_case  .box1{

    margin-bottom: 80px;

    width: 1180px;
    margin: 0 auto;
}
.customer_case  .box2{
	padding-top:200px;
    margin-bottom: 80px;
	color:#fff;
	font-size:30px;
    width: 1180px;
    margin: 0 auto;
}
.customer_case  .box2 p{
	    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}
.customer_case  .list-tab .box>ul{
    overflow: hidden;
    display: inline-block;
}
.customer_case .list ul{
    width: 1180px;
    margin: auto;
    overflow: hidden;
}
.customer_case .banner{
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	position: relative;
}
.customer_case .banner .text_box{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.customer_case .banner img{
	max-width: 1920px;
    margin: auto;
    display: inherit;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.customer_case{
	padding-bottom: 80px;
}
.con-box{
	position: relative;
}
#b1li {
    width: 24%;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
    float: left;
    margin-bottom: 30px;
}
.customer_case .list ul li h2{
	color: #333333;
    font-weight: 500;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    font-size: 16px;
}
.customer_case .list ul li:hover h2{
	font-weight: normal;
    color: #63b42f;
}
.customer_case .hide_imglink .imglink p{
	font-size: 18px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}
.customer_case .imglink  p{
line-height: 20px;
    width: 90%;
    margin: 0 auto;
}
.customer_case .imglink  .more{
    width: 112px;
    height: 28px;
    line-height: 26px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px auto 0;
}

.customer_case .hide_imglink .imglink img{
	display: none;
}

.customer_case .list ul li .imglink{
	background: #F5F5F5;
	display: flex;
    justify-content: center;
    align-items: center; 
position: relative;	
}
.customer_case .list ul li  .txtelink{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}
.customer_case .list ul li:hover  .txtelink{

	color: #63b42f;

}
.customer_case .list ul li  img{

  vertical-align: middle;
  max-height: 240px;
}
.customer_case .list ul li:nth-child(4n){
    margin-right: 0  !important;
}
.customer_case .list ul li .canone{
   font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgb(135, 198, 95,.7);
	opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in-out;
}
.customer_case .list ul li .canone h2{
height: 120px;
}
.customer_case .list ul li .imglink:hover .canone{

	opacity: 1;
  filter: alpha(opacity=100);
}
.customer_case  .list-tab li{
    font-size: 18px;
    color: #333333;
    float: left;
    margin-right: 36px;
    cursor: pointer;
}
.customer_case  .list-tab li.active{
    color: #12539b;
}



/*百度地图样式*/
.BMapLabel{
   left: -42px !important;
    top: -88px !important;
    background: rgba(210,226,252,0.50) !important;
    border: 1px solid #8AB9FF !important;
    width: 101px !important;
    height: 101px !important;
    border-radius: 50% !important;
}
.BMap_Marker.BMap_noprint{
    height: 100px !important;

    width: 100px !important;
    border-radius: 50%;
    border: 1px solid #000 !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(210,226,252,0.50) !important;
    border: 1px solid #8AB9FF !important;

}
.BMap_Marker img{
	display: none !important;
}
.anchorBL , .BMap_cpyCtrl{
    display: none !important;
}
#mask{
	height: 400px !important;
}

