﻿.job_list {
    padding-bottom: 40px;
}

.job_list li {
    margin-bottom: 15px;
}

.job-title1 {
    margin-top: 60px;
    color: #333;
    background: url(../images/jobbj1.png) no-repeat 98% #f7f7f7;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.job-title1 span {
    float: right;
    margin-right: 12%;
}

.job-content {
    display: none;
    background: #f8f8f8;
    padding: 20px;
}

.job-content h3 {
    font-weight: normal;
    font-size: 16px;
    color: #0075b9;
    line-height: 50px;
}

.job-content .textcontent {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}

.bellows__header {
    padding: 10px 0 10px;
}

.bellows__header h3 {
    font: 600 18px/38px "Microsoft YaHei";
    color: #666;
}

.bellows__header td {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.jian {
    background: url(../images/jobbj2.png) no-repeat 98% #747474;
}

@media(max-width: 768px){
    .job-title1{
        padding: 0 15px;
        background: url(../images/jobbj1.png) no-repeat 92% #f7f7f7;
    }
    .jian{
        background: url(../images/jobbj2.png) no-repeat 92% #747474
    }
}
.jian h3 {
    color: #fff;
}

.jian td {
    color: #fff;
}

.nav_active {
    color: #16599c !important;
    position: relative;
}

.nav_active:after {
    content: '';
    position: absolute;
    width: 54px;
    display: block;
    height: 4px;
    background: #16599c;
    left: 50%;
    bottom: 0px;
    margin-left: -27px;
}

.iconfontt {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.head_active{
    color: #16599c !important;
}

.icon-dizhi:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url('../images/position.png') no-repeat center;
}




.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #16599c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #fff;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*产品表格*/
.pro-table{
    border-top:5px solid #16589d;
}
.pro-table tr{
    line-height: 42px;
}
.pro-table .cen{
    text-align:center;
}
.pro-table .line{
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.pro-table .pad{
    text-align: left;
    padding-left:5%;
}
/*案例表格*/

.case-table tr{
    border:1px solid #dddddd;
}
.case-table td{
    border:1px solid #dddddd;
    padding-left:3%;
}
.case-table tr span,
.case-table tr p{
    line-height: 36px !important;
}
.selectClass p{
    padding:0 !important;
}


@media (max-width: 768px){
    .my-map{
        height:320px !important;
    }
}
.k-nav li{
    position: relative;
}
 .xy-sub-menu {
     z-index: 2;
	display: none;
	position: absolute;
	width: 171%;
	text-align: center;
	border-top: 2px solid #16599c;
	left: -32%;
	top: 47px;
	-webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	        box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	background: #fff;
	padding-bottom: 4px;
}
 .xy-sub-menu > li {
	border-bottom: 1px solid #e5e5e5;
}
 .xy-sub-menu > li > a {
	display: block;
	line-height: 46px !important;
	font-size: 14px !important;
	color: #989898;
	position: relative;
	padding-left: 5%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-right: 5%;
}

.xy-sub-menu > li > a:after {
	position: absolute;
	right: 12%;
	top: calc(50% - 3.5px);
	content: '';
	width: 5px;
	height: 7px;
}

 .xy-sub-menu > li > a:hover {
	background: #ececec;
	color: #4a4a4a;
}

 .xy-sub-menu > li > a:hover:after {
	background-position: 0 0;
}

.show{
    cursor:pointer;
}


.news-title{
    text-align: center;
}

.news-title h2{
    font: 500 30px/40px "Microsoft YaHei";
    color: #555555;
    
}
.news-title h2:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #cbcbcb;
    margin: 5px auto;
}



.language-group .btn{
    background: url(../images/more.png) no-repeat 90% 50%;
    padding:19.5px 31px;
    border:none;
    outline: none !important;
    box-shadow: none !important;
}

.language-group .btn span{
    color:rgba(0,0,0,.7);
    font-size: 13px;
}

.tem_header .language-group .btn span{
    color:rgba(21,21,21,.7);
}

