@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}
textarea {
    -webkit-appearance: none;
}
.clear {
	clear:both;
}

img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
body {
	font-family:"Arial";
	font-size:14px;
}
@font-face {
	font-family: 'georgia';
	src: url('../fonts/georgia.eot');
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'),
	url('../fonts/georgia.ttf') format('truetype'),
	url('../fonts/georgia.svg#minijianyaya') format('svg');
	font-weight: normal;
	font-style: normal;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.container1{
	width:84%;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}

.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
	background-color:#fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:20px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
	line-height:100px;
    background: url("../images/li.png") no-repeat right center;
}
.menupc li:last-child{
    background: none;
}
.menupc li a{
	display:block;
	color: #333;
    font-size: 18px;
	padding: 0px 48px 0px 40px;
}
.menupc li:hover a{
    color:#0068b6;
    font-weight: bold;
}
.menupc li a:hover{
    color:#0068b6;
    font-weight: bold;
}
.menupc li .current{
    color:#0068b6;
    font-weight: bold;
}
.menupc ul{
	background:#fff !important;
	position: absolute;
	display:none;
	left: 0;
	top:100px;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 40px;
	width:100%;
}
.menupc ul li a{
	display: block;
	font-size: 18px;
    position:relative;
	color:#0068b6 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 15px;
    margin: 0px 7px;
    background-color: #fff !important;
    font-weight: normal !important;
    border-bottom: 1px dashed #c5c5c5;
}
.menupc ul li:last-child a{
    border-bottom: none;
}
.menupc ul li a:hover{
    background-color: #0068b6 !important;
    color: #fff !important;
    font-weight: normal !important;
    margin: 0px
}
.menupc ul li .current{
    background-color: #0068b6 !important;
    color: #fff !important;
    font-weight: normal !important;
    margin: 0px
}
.menupc ul.subnav {
	display: block;
}


/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
	.yx a{
		padding-top:10px;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.nav-fr{
		display:none;
	}
}



/*banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.home-banner-slick {
    overflow:hidden
}
.home-banner-slick .slick-slide {
    position:relative;
}
.home-banner-slick .slick-slide img {
    display: block;
    max-width:100%;
    margin: 0 auto;
    border:none;
}
.home-banner .slick-dots {
    z-index:10;
    bottom:13px;
    line-height:0;
    text-align:center;
}
.home-banner .slick-dots li {
    margin: 5px;
    padding:0;
    width: auto;
    height: auto;
}
.home-banner .slick-dots li button {
    background-color: rgba(255,255,255,0.6);
    width: 10px;
    height: 10px;
    border-radius: 25px;
    display:block;
}
.home-banner .slick-dots li button:before {
    content:"";
}
.home-banner .slick-dots .slick-active button {
    background-color: #0068b6;
    width: 30px;
}
.home-banner .slick-dots .slick-active button:before {
    color:transparent;
}

footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    background-color: #000;
    padding: 7px;
    overflow: hidden;
}
.footer2 p{
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #0068b6;
}
.footer1{
    background-color: #333;
    padding: 40px 0px 15px 0px;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 30%;
    padding-right: 5%;
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 25px;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
}
.footer1_fr{
    float: right;
    width: 15%;
    padding-left: 5%;
    margin-bottom: 25px;
    overflow: hidden;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}
.footer1_fc{
    float: left;
    width: 55%;
    padding-left: 5%;
    margin-bottom: 25px;
    overflow: hidden;
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
}
.footer1_fc li{
    float: left;
    width: 20%;
}
.footer1_fc li a{
    display: block;
    font-size: 18px;
    color: #fff;
    background: url("../images/title.jpg") no-repeat bottom left;
    padding-bottom: 15px;
}
.menulist{
    margin-top: 10px;
}
.menulist li{
    float: none;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist li a{
    display: block;
    font-size: 16px;
    color: #ccc;
    background: none;
    padding: 0;
}
.menulist li a:hover{
    color: #0068b6;
}

.home-part1{
    width: 100%;
    margin: 40px auto 15px auto;
    overflow: hidden;
}
.part1_fl{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 25px;
    overflow: hidden;
}
.index_title{
    border-bottom:1px solid #dbdbdb;
    line-height:30px;
}
.index_title p{
    float:left;
    font-size:20px;
    color:#333;
    font-weight: bold;
}
.index_title p:after{
    content:'';
    display:block;
    width:100%;
    height:2px;
    margin-bottom: -1px;
    margin-top:5px;
    background-color: #0068b6;
}
.index_title span{
    float: left;
    color: #666;
    text-transform: uppercase;
}
.index_title a{
    float:right;
    color:#666;
    font-size:14px;
    text-transform: uppercase;
}
.index_title a:hover{
    color:#0068b6;
}
.part1_fl_con{
    margin-top: 20px;
}
.part1_fl_con a{
    display: block;
}
.part1_fl_img{
    position: relative;
    overflow: hidden;
}
.part1_fl_img:after{
    content: '';
    display: block;
    padding-bottom: 28%;
}
.part1_fl_img img{
    transition: .5s;
}
.part1_fl_txt{
    margin-top: 20px;
}
.part1_fl_txt h3{
    font-size: 17px;
    color: #333;
    font-weight: normal;
    padding-left: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part1_fl_txt h3:before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 8px;
    height: 8px;
    top: 8px;
    background-color: #333;
    border-radius: 25px;
}
.part1_fl_txt span{
    color: #666;
}
.part1_fl_txt p{
    margin-top: 10px;
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
.part1_fl_con a:hover .part1_fl_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.part1_fl_con a:hover .part1_fl_txt h3{
    color: #0068b6;
}
.part1_fl_con a:hover .part1_fl_txt h3:before{
    background-color: #0068b6;
}

.part1_fr{
    float: right;
    width: 48.5%;
    margin-bottom: 25px;
    overflow: hidden;
}
.part1_fr_con{
    margin-top: 20px;
}
.part1_fr_con li{
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.part1_fr_con li a{
    display: block;
}
.part1_fr_con li a p{
    font-size: 17px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part1_fr_con li a span{
    color: #666;
}
.part1_fr_con li a:hover p{
    color: #0068b6;
    font-weight: bold;
}

.home-part2{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 30px 0px 15px 0px;
    overflow: hidden;
}
.part2_fl{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    overflow: hidden;
}
.part2_fl_con{
    margin-top: 20px;
}
.part2_fl_con li{
    margin-bottom: 40px;
    overflow: hidden;
}
.part2_fl_con li a{
    display: block;
}
.part2_fl_img{
    float: left;
    width: 26%;
    position: relative;
    overflow: hidden;
}
.part2_fl_img:after{
    content: '';
    display: block;
    padding-bottom: 70%;
}
.part2_fl_img img{
    transition: .5s;
}
.part2_fl_txt{
    float: right;
    width: 71%;
}
.part2_fl_txt h3{
    font-size: 17px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part2_fl_txt p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}
.part2_fl_txt span{
    display: inline-block;
    width: 110px;
    line-height: 34px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #666;
    text-align: center;
    border-radius: 5px;
}
.part2_fl_con li a:hover .part2_fl_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.part2_fl_con li a:hover .part2_fl_txt h3{
    color: #0068b6;
    font-weight: bold;
}
.part2_fl_con li a:hover .part2_fl_txt span{
    border: 1px solid #0068b6;
    background-color: #0068b6;
    color: #fff;
}
.part2_fr{
    float: right;
    width: 48.5%;
    margin-bottom: 25px;
}
.part2_fr_con{
    margin-top: 20px;
    outline: none;
    line-height: 30px;
    font-size: 17px;
    color: #333;
}
.part2_fr_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.honorlist{
    position: relative;
}
.honorlist li{
    margin: 0px 10px;
    overflow: hidden;
}
.honorlist li a{
    display: block;
    outline: none;
    margin-bottom: 20px;
}
.honor_img{
    position: relative;
    overflow: hidden;
}
.honor_img:after{
    content: '';
    display: block;
    padding-bottom: 66%;
}
.honor_img img{
    transition: .5s;
    border: none !important;
}
.honorlist li a:hover .honor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honorlist .slick-dots {
    z-index:10;
    bottom:-13px;
    line-height:0;
    text-align:center;
}
.honorlist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 10px;
    height: 10px;
}
.honorlist .slick-dots li button {
    background-color: rgba(43,138,192,0.5);
    width: 10px;
    height: 10px;
    border-radius: 25px;
    display:block;
    padding: 0;
}
.honorlist .slick-dots li button:before {
    content:"";
}
.honorlist .slick-dots .slick-active button {
    background-color: #0068b6;
}
.honorlist .slick-dots .slick-active button:before {
    color:transparent;
}

/*关于贤君*/
.inner_main{
    width: 100%;
    margin: 0 auto;
}
.inner_main_title{
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
}
.inner_title{
    float: left;
    overflow: hidden;
}
.inner_title li{
    float: left;
    line-height: 70px;
    background: url("../images/ili.png") no-repeat right center;
}
.inner_title li:last-child{
    background: none;
}
.inner_title li a{
    display: block;
    font-size: 18px;
    color: #000;
    padding: 0px 24px;
}
.inner_title li a:hover{
    color: #fff;
    background-color: #0068b6;
    font-weight: bold;
}
.inner_title li .current{
    color: #fff;
    background-color: #0068b6;
    font-weight: bold;
}
.inner_location{
    float: right;
    line-height: 70px;
    overflow: hidden;
}
.inner_location p{
    color: #666;
}
.inner_location p a{
    color: #666;
}
.inner_location p span{
    font-weight: bold;
    color: #333;
}
.inner_main_con{
    margin-top: 20px;
    overflow: hidden;
}
.inner_con_about{
    color: #666;
    line-height: 26px;
    font-size: 16px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 20px 50px 20px;
    overflow: hidden;
    margin: 5px 0px 50px 0px;
}
.inner_con_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*公司资质*/
.inner_con_honor{
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 20px 50px 20px;
    overflow: hidden;
    margin: 5px 0px 50px 0px;
}
.inner_con_honor ul{
    overflow: hidden;
}
.inner_con_honor li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_con_honor li a{
    display: block;
}
.ihonor_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}
.ihonor_img:after{
    content: '';
    display: block;
    padding-bottom: 66%;
}
.ihonor_img img{
    transition: .5s;
    border: none !important;
}
.inner_con_honor li a:hover .ihonor_img{
    border: 1px solid #0068b6;
}
.inner_con_honor li a:hover .ihonor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_txt{
    background-color: #eee;
    padding: 12px 0px;
    overflow: hidden;
}
.ihonor_txt p{
    text-align: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_con_honor li a:hover .ihonor_txt{
    background-color: #0068b6;
}
.inner_con_honor li a:hover .ihonor_txt p{
    color: #fff;
}
/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px 0px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#fff;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#0068b6;
    border:1px solid #0068b6;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #0068b6;
    border: 1px solid #0068b6;
}


/*联系我们*/
.inner_main_cons{
    padding-top: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.inner_main_contact{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    line-height:30px;
    color:#666;
    font-size:16px;
    box-shadow:0px 0px 10px #ccc;
    border-radius:5px;
    margin: 0px 0px 30px 0px;
}
.contact_title{
    color:#333;
    font-size:30px;
    text-align:center;
    margin-bottom:3%;
}
.lxfs{
    margin-bottom: 3%;
    overflow:hidden;
    padding:0 7%;
}
.lxfs1{
    /*margin-bottom:25px;*/
    overflow:hidden;
}
.lxfs1 img{
    max-width: 100%;
    height: auto;
    float:left;
}
.lxfs1 p{
    font-size:16px;
    color:#333;
    margin-left: 70px;
    line-height:25px;
}
.map{
    overflow:hidden;
}
.map img{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    display:block;
}
/*在线留言*/
.inner_main_feedback{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    line-height:30px;
    color:#666;
    font-size:16px;
    margin-bottom: 50px;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.ly_title{
    margin-bottom:3%;
    overflow:hidden;
    text-align:center;
}
.ly_title h3{
    font-size:30px;
    color:#333;
    font-weight:normal;
    line-height:50px;
}
.ly_con{
    overflow:hidden;
}
.ly{
    overflow:hidden;
    position:relative;
    line-height: 50px;
    margin-bottom: 36px;
}
.ly label{
    position:absolute;
    left:0;
    font-size:18px;
    color:#666;
}
.ly input{
    width:100%;
    color:#666;
    font-size:15px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left:13%;
    outline: none;
}
.ly_con a{
    position:absolute;
    right:5px;
    top:0;
}
.ly1{
    overflow:hidden;
}
.ly1 label{
    display:block;
    font-size:18px;
    color:#666;
    line-height: 50px;
}
.ly1 textarea{
    resize:none;
    font-size:15px;
    color:#666;
    width:100%;
    height: 350px;
    border:1px solid #ccc;
    padding:10px;
    background-color: #dbdbdb;
    outline: none;
}
.tj{
    clear: both;
    overflow:hidden;
    text-align:center;
}
.tj input{
    width:140px;
    line-height:50px;
    color:#fff;
    font-size:18px;
    text-align:center;
    border:none;
    outline:none;
    border-radius:5px;
    margin: 0px 15px;
}
.submit{
    background-color:#0068b6;
}
.reset{
    background-color:#ff980a;
}


/*人才招聘*/
.inner_con_talent{
    overflow: hidden;
    margin-bottom:15px;
    padding:40px 20px;
    border-radius:5px;
    border: 1px solid #edecec;
    box-shadow: 0px 0px 3px #d2d2d2;
    background-color: #fff;
}
.talent_fl{
    margin-bottom:25px;
    overflow:hidden;
    font-size:16px;
    color:#666;
    line-height:25px;
}
.talent_fr{
    margin-bottom:25px;
    overflow:hidden;
}
.inner_con_talent img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.inner_con_job{
    overflow: hidden;
    margin-bottom:45px;
    padding:30px 20px;
    border-radius:5px;
    border: 1px solid #edecec;
    box-shadow: 0px 0px 3px #d2d2d2;
    background-color: #fff;
}
.job_top{
    background-color:#0068b6;
    overflow: hidden;
}
.job_top li{
    line-height:50px;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.services-list {

}
.services-list li {
    list-style: none;
    margin-bottom: 10px;
}
.service-title{
    cursor: pointer;
    outline:none;
}
.service-title a{
    color:#333;
    display:block;
    min-height: 50px;
    line-height: 50px;
    background:#f2f2f2 url(../images/fr.png) no-repeat right center;
}
.service-title a:hover{
    color:#0068b6;
    background:#e6e6e6 url(../images/fr_h.png) no-repeat right center;
}
.service-title a.active {
    color:#0068b6;
    background:#e6e6e6 url(../images/fr_h.png) no-repeat right center;
}
.service-title dt{
    font-size:16px;
    text-align:center;
    text-transform:uppercase;
}
.service-content {
    background: #fff;
    color: #7b7b7b;
    overflow: hidden;
    width:100%;
    padding:0px 30px;
}
.service-info-text {
    margin:20px 0px 30px 0px;
}
.service-info-text h3{
    font-size:16px;
    color:#333;
    font-weight:bold;
    padding-left:15px;
    margin-bottom:10px;
}
.service-info-text p{
    font-size:14px;
    color:#666;
    padding:0px 15px;
    line-height:30px;
}

/*员工天地*/
.inner_con_team{
    margin-bottom: 50px;
    overflow: hidden;
}
.inner_con_team ul{
    overflow: hidden;
}
.inner_con_team li{
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0px 10px;
}
.inner_con_team li a{
    display: block;
    margin: 5px 0px;
}
.team_img{
    position: relative;
    overflow: hidden;
}
.team_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.team_img img{
    transition: .5s;
}
.team_txt{
    background-color: #fff;
    line-height: 28px;
    padding: 20px;
    overflow: hidden;
}
.team_txt p{
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team_txt span{
    float: right;
    display: inline-block;
    background: url("../images/jt.jpg") no-repeat center;
    width: 28px;
    height: 28px;
}
.inner_con_team li a:hover{
    box-shadow: 0px 0px 10px #a8a5a5;
}
.inner_con_team li a:hover .team_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_con_team li a:hover .team_txt{
    background-color: #0068b6;
}
.inner_con_team li a:hover .team_txt p{
    color: #fff;
}
.inner_con_team li a:hover .team_txt span{
    background: url("../images/jt_h.jpg") no-repeat center;
}


/*员工天地详情*/
.inner_con_teamshow{
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    overflow: hidden;
    margin: 5px 0px 50px 0px;
    background-color: #fff;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:30px 10px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    margin-bottom:20px;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color:#0068b6;
}
.show_back_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #0068b6 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*贤君资讯*/
.inner_con_news{
    margin-bottom: 50px;
    overflow: hidden;
}
.inner_con_news ul{
    overflow: hidden;
}
.inner_con_news li{
    margin-bottom: 12px;
    overflow: hidden;
}
.inner_con_news li a{
    display: block;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 10px;
    overflow: hidden;
}
.inews_date{
    float: left;
    width: 6.5%;
    background-color: #0068b6;
    padding: 16px 16px 22px 16px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.inews_date p{
    font-size: 53px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.inews_date span{
    font-size: 18px;
}
.inews_img{
    float: left;
    width: 14%;
    margin: 0 1.5% 0 1%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.inews_img:after{
    content: '';
    display: block;
    padding-bottom: 70%;
}
.inews_img img{
    transition: .5s;
}
.inews_txt{
    float: right;
    width: 77%;
    margin-top: 10px;
}
.inews_txt h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt p{
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}
.inews_txt span{
    display: inline-block;
    width: 100px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #999;
}
.inner_con_news li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.inner_con_news li a:hover .inews_date{
    background-color: #ff980a;
}
.inner_con_news li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_con_news li a:hover .inews_txt h3{
    color: #ff980a;
}
.inner_con_news li a:hover .inews_txt span{
    background-color: #ff980a;
}


/*资讯详情*/
.inner_con_newsshow{
    margin-bottom: 50px;
    overflow: hidden;
}

/*贤君产品*/
.inner_con_pro{
    box-shadow: 0px 0px 10px #ccc;
    padding: 40px 20px 50px 20px;
    overflow: hidden;
    margin: 5px 0px 50px 0px;
}
.pro_title{
    text-align: center;
}
.pro_title h3{
    font-size: 34px;
    font-weight: bold;
    color: #333;
}
.pro_title h3:after{
    content: '';
    display: block;
    width: 88px;
    margin: 10px auto;
    height: 2px;
    background-color: #0068b6;
}
.pro_title p{
    font-size: 18px;
    color: #333;
    font-family: "Arial";
}
.pro_con{
    margin-top: 37px;
}
.pro_con_t{
    overflow: hidden;
}
.pro_con_tl{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.proul li{
    margin-bottom: 55px;
    overflow: hidden;
}
.proul_title{
    border-bottom:1px solid #dbdbdb;
}
.proul_title p{
    float:left;
    font-size:30px;
    color:#333;
    font-weight: bold;
    padding-left: 60px;
}
.p1{
    background: url("../images/p1.png") no-repeat left top;
}
.p2{
    background: url("../images/p2.png") no-repeat left top;
}
.p3{
    background: url("../images/p3.png") no-repeat left top;
}
.p4{
    background: url("../images/p4.png") no-repeat left top;
}
.p5{
    background: url("../images/p5.png") no-repeat left top;
}
.proul_title p:after{
    content:'';
    display:block;
    width: auto;
    height:2px;
    margin-bottom: -1px;
    margin-top:22px;
    margin-left: -60px;
}
.proul li:nth-child(odd) .proul_title p:after{
    background-color: #0068b6;
}
.proul li:nth-child(even) .proul_title p:after{
    background-color: #ff980a;
}
.proul_info{
    margin-top: 22px;
    font-size: 20px;
    color: #333;
    line-height: 35px;
}
.pro_con_tr{
    float: right;
    width: 49%;
    margin-top: 10px;
}
.pro_con_tr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.pro_con_b{
    overflow: hidden;
}
.pro_con_bl{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.pro_con_bl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.pro_con_br{
    float: right;
    width: 49%;
}

/*合规风控*/
.pro1_con{
    margin-top: 37px;
}
.pro1_con_t{
    overflow: hidden;
    margin-bottom: 25px;
}
.pro1_con_tl{
    float: left;
    width: 48%;
    margin-right: 2%;
}
.pro1ul li{
    margin-bottom: 35px;
    overflow: hidden;
}
.pro1ul_fl{
    float: left;
    width: 90px;
    height: 90px;
    margin: 5% auto 5% 5%;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 5px;
}
.pro1ul_fl h3{
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 51px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.pro1ul_fr{
    margin-left: 190px;
}
.pro1ul_title{
    border-bottom:1px solid #dbdbdb;
    overflow: hidden;
}
.pro1ul_title p{
    float:left;
    font-size:30px;
    color:#333;
    font-weight: bold;
    padding-left: 60px;
}
.p11{
    background: url("../images/p11.png") no-repeat left top;
}
.p12{
    background: url("../images/p12.png") no-repeat left top;
}
.p13{
    background: url("../images/p13.png") no-repeat left top;
}
.p14{
    background: url("../images/p14.png") no-repeat left top;
}
.pro1ul_title p:after{
    content:'';
    display:block;
    width: auto;
    height:2px;
    margin-bottom: -1px;
    margin-top:22px;
    margin-left: -60px;
}
.pro1ul li:nth-child(odd) .pro1ul_fl{
    background-color: #0068b6;
}
.pro1ul li:nth-child(even) .pro1ul_fl{
    background-color: #ff980a;
}
.pro1ul li:nth-child(odd) .pro1ul_title p:after{
    background-color: #0068b6;
}
.pro1ul li:nth-child(even) .pro1ul_title p:after{
    background-color: #ff980a;
}

.pro1ul_info{
    margin-top: 22px;
    font-size: 20px;
    color: #333;
    line-height: 35px;
}
.pro1_con_tr{
    float: right;
    width: 49%;
    margin-top: 10px;
}
.pro1_con_tr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


.pro1_con_b{
    overflow: hidden;
}
.pro1_con_bl{
    float: left;
    width: 50%;
}
.pro1_con_bl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.pro1_con_br{
    float: right;
    width: 48%;
}


/*企业文化*/
.inner_con_culture{
    color: #666;
    line-height: 26px;
    font-size: 16px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 5% 50px 5%;
    overflow: hidden;
    margin: 5px 0px 50px 0px;
}
.culture_fl{
    float: left;
    width: 49%;
    margin-top: 5%;
}
.culture_fl li{
    padding-left: 70px;
    margin-bottom: 25px;
    background-size: 5%;

}
.culture_fl h3{
    float: left;
    font-size: 16px;
    line-height: 40px;
    width: 175px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    background-color: #0082d2;
    margin-right: 30px;
}
.c1{
    background: url("../images/c1.png") no-repeat left 5px;
}
.c2{
    background: url("../images/c2.png") no-repeat left 5px;
}
.c3{
    background: url("../images/c3.png") no-repeat left 5px;
}
.c4{
    background: url("../images/c4.png") no-repeat left 5px;
}
.culture_fl p{
    color: #666;
    line-height: 40px;
    font-size: 16px;
}
.culture_fr{
    float: right;
    width: 48%;
}
.culture_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}





@media (min-width:1501px) and (max-width:1700px){
    .menupc li a{
        padding:0px 38px 0px 30px;
    }
    .part2_fl_con li{
        margin-bottom: 20px;
    }
    .part2_fl_txt h3{
        margin-bottom: 10px;
    }
    .part2_fl_txt p{
        margin-bottom: 10px;
    }
    .inews_date{
        width: 8%;
    }
    .inews_img{
        width: 18%;
    }
    .inews_txt{
        width: 71%;
    }
    .proul li{
        margin-bottom: 35px;
    }
    .proul_info{
        margin-top: 15px;
    }
    .proul_title p:after{
        margin-top: 15px;
    }
    .pro1ul_info{
        margin-top: 15px;
    }
    .pro1ul_title p:after{
        margin-top: 15px;
    }
}

@media (min-width:1280px) and (max-width:1500px){
    .menupc li a{
        padding:0px 28px 0px 20px;
    }
    .container1{
        width:90%;
    }
    .part1_fr_con li a p{
        line-height: 25px;
    }
    .part2_fl_con li{
        margin-bottom: 20px;
    }
    .part2_fl_txt h3{
        margin-bottom: 10px;
    }
    .part2_fl_txt p{
        margin-bottom: 10px;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .contact_title{
        font-size: 26px;
    }
    .inews_date{
        width: 9%;
    }
    .inews_img{
        width: 20%;
    }
    .inews_txt{
        width: 68%;
    }
    .proul li{
        margin-bottom: 30px;
    }
    .proul_info{
        margin-top: 12px;
    }
    .proul_title p:after{
        margin-top: 12px;
    }
    .pro1ul_fr{
        margin-left: 150px;
    }
    .pro1ul li{
        margin-bottom: 30px;
    }
    .pro1ul_info{
        margin-top: 12px;
    }
    .pro1ul_title p:after{
        margin-top: 12px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .menupc li a{
        padding:0px 22px 0px 14px;
    }
    .container1{
        width:90%;
    }
    .part1_fr_con li a p{
        line-height: 25px;
    }
    .part2_fl_con li{
        margin-bottom: 20px;
    }
    .part2_fl_txt h3{
        margin-bottom: 10px;
    }
    .part2_fl_txt p{
        margin-bottom: 10px;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .contact_title{
        font-size: 26px;
    }
    .inews_date{
        width: 9%;
    }
    .inews_img{
        width: 20%;
    }
    .inews_txt{
        width: 68%;
    }
    .proul li{
        margin-bottom: 30px;
    }
    .proul_info{
        margin-top: 12px;
    }
    .proul_title p:after{
        margin-top: 12px;
    }
    .pro1ul_fr{
        margin-left: 150px;
    }
    .pro1ul li{
        margin-bottom: 30px;
    }
    .pro1ul_info{
        margin-top: 12px;
    }
    .pro1ul_title p:after{
        margin-top: 12px;
    }
}


@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .yx img{
        height: 30px;
        margin-top: 5px;
    }
    .footer1_fl{
        padding-right: 2.5%;
    }
    .footer1_fr{
        padding-left: 2.5%;
    }
    .footer1_fc{
        padding-left: 3.5%;
    }
    .part1_fr_con li{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .part2_fl_con li{
        margin-bottom: 20px;
    }
    .part2_fl_txt h3{
        margin-bottom: 5px;
    }
    .part2_fl_txt p{
        margin-bottom: 10px;
    }
    .inner_title li a{
        font-size: 16px;
    }
    .lxfs{
        padding: 0;
    }
    .lxfs1{
        margin-bottom: 15px;
    }
    .lxfs1 p{
        font-size: 14px;
        margin-left: 60px;
    }
    .contact_title{
        font-size: 26px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .inews_date{
        width: 10%;
        padding: 3px 16px 16px 16px;
    }
    .inews_img{
        width: 20%;
    }
    .inews_txt{
        width: 67.5%;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 10px;
    }
    .proul_title p{
        font-size: 24px;
        background-size: 18%;
        padding-left: 50px;
    }
    .proul_title p:after{
        margin-top: 12px;
    }
    .proul_info{
        margin-top: 12px;
        font-size: 18px;
        line-height: 30px;
    }
    .proul li{
        margin-bottom: 25px;
    }
    .pro1ul_fl{
        width: 80px;
        height: 80px;
    }
    .pro1ul_fl h3{
        line-height: 80px;
        font-size: 41px;
    }
    .pro1ul_title p{
        font-size: 24px;
        background-size: 25%;
        padding-left: 50px;
    }
    .pro1ul_title p:after{
        margin-top: 12px;
    }
    .pro1ul_info{
        margin-top: 12px;
        font-size: 18px;
        line-height: 30px;
    }
    .pro1ul li{
        margin-bottom: 25px;
    }
    .pro1ul_fr{
        margin-left: 140px;
    }

    .culture_fr img{
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .culture_fl{
        margin-top: 0px;
    }
    .culture_fl li{
        padding-left: 50px;
        background-size: 7%;
        margin-bottom: 15px;
    }
    .culture_fl h3{
        width: 120px;
        margin-right: 10px;
    }
    .inner_con_culture{
        padding: 20px 20px 50px 20px;
    }

}

@media(max-width:768px) {
    .footer1_fc{
        padding: 0 2.5%;
    }
    .inner_title li a{
        padding: 0px 15px;
    }
    .lxfs{
        margin-bottom: 0;
    }
    .contact_title{
        font-size: 20px;
    }
    .ly_title h3{
        font-size: 20px;
        line-height: 30px;
    }
    .inner_con_talent{
        padding: 20px 5px;
    }
    .inner_con_job{
        padding: 20px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .inews_date{
        width: 12%;
        padding: 3px 10px 13px 10px;
    }
    .inews_date p{
        font-size: 43px;
        margin-bottom: 10px;
    }
    .inews_img{
        width: 23%;
    }
    .inews_txt{
        width: 62.5%;
    }
    .pro_con{
        margin-top: 25px;
    }
    .pro_title h3{
        font-size: 24px;
    }
    .pro_title p{
        font-size: 16px;
    }
    .pro_con_t{
        margin-bottom: 25px;
    }
    .pro_con_tl{
        float: none;
        width: 100%;
        margin: 0;
    }
    .proul li{
        margin-bottom: 25px;
    }
    .proul_title p{
        font-size: 20px;
        background-size: 20%;
        padding-left: 40px;
    }
    .pro_con_tr{
        float: none;
        width: 100%;
    }
    .pro_con_bl{
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
    }
    .pro_con_br{
        float: none;
        width: 100%;
    }
    .proul_info{
        font-size: 16px;
        line-height: 25px;
    }

    .pro1_con{
        margin-top: 25px;
    }
    .pro1_title h3{
        font-size: 24px;
    }
    .pro1_title p{
        font-size: 16px;
    }
    .pro1_con_t{
        margin-bottom: 25px;
    }
    .pro1_con_tl{
        float: none;
        width: 100%;
        margin: 0;
    }
    .pro1ul li{
        margin-bottom: 25px;
    }
    .pro1ul_title p{
        font-size: 20px;
        background-size: 25%;
        padding-left: 40px;
    }
    .pro1_con_tr{
        float: none;
        width: 100%;
    }
    .pro1_con_bl{
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
    }
    .pro1_con_br{
        float: none;
        width: 100%;
    }
    .pro1ul_info{
        font-size: 16px;
        line-height: 25px;
    }
    .pro1ul_fl{
        width: 60px;
        height: 60px;
        margin: 2% auto 2% 2%;
    }
    .pro1ul_fl h3{
        line-height: 60px;
        font-size: 31px;
    }
    .pro1ul_fr{
        margin-left: 120px;
    }

    .culture_fl li{
        background-size: 10%;
    }
}

@media(max-width:600px) {
    .footer1{
        padding: 25px 0px 0px 0px;
    }
    .footer1_fc{
        display: none;
    }
    .footer1_fl{
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    .footer1_fl a img{
        margin-left: auto;
        max-width: 70%;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fr img{
        margin-right: auto;
    }
    .home-part1{
        margin: 20px 0px 0px 0px;
    }
    .part1_fl{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .part1_fr{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .part1_fl_txt h3{
        font-size: 16px;
    }
    .part1_fl_txt p{
        font-size: 14px;
    }
    .part1_fr_con li{
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .part1_fr_con li a p{
        font-size: 16px;
        line-height: 25px;
    }
    .home-part2{
        padding: 20px 0px 0px 0px;
    }
    .part2_fl{
        float: none;
        width: 100%;
    }
    .part2_fr{
        float: none;
        width: 100%;
    }
    .part2_fl_txt h3{
        font-size: 16px;
    }
    .part2_fl_txt p{
        font-size: 14px;
        line-height: 22px;
        height: auto;
    }
    .part2_fl_txt span{
        font-size: 14px;
    }
    .inner_title{
        float: none;
        width: 100%;
    }
    .inner_location{
        float: none;
        width: 100%;
        line-height: 50px;
    }
    .inner_title li{
        line-height: 40px;
    }
    .inner_title li a{
        font-size: 15px;
    }
    .inner_con_about{
        padding: 15px 15px 30px 15px;
        font-size: 15px;
    }
    .inner_con_honor{
        padding: 15px 10px 30px 10px;
    }
    .inner_con_honor li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .ihonor_txt{
        padding: 8px 0px;
    }
    .ihonor_txt p{
        font-size: 15px;
    }
    .ly{
        margin-bottom:0;
    }
    .tj input{
        width:100px;
        margin:0px 10px;
        line-height: 35px;
    }
    .ly label{
        font-size: 15px;
    }
    .ly1 label{
        font-size: 15px;
    }
    .contact_title{
        font-size: 18px;
    }
    .ly_title h3{
        font-size: 18px;
        line-height: 30px;
    }
    .ly1 textarea{
        height: 150px;
    }
    .tj{
        margin-bottom: 20px;
    }
    .tj input{
        font-size: 15px;
    }
    .service-title a{
        min-height:140px;
        line-height:35px;
    }
    .service-content{
        padding:0;
    }
    .talent_fl{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .job_top li{
        font-size: 15px;
        line-height: 35px;
    }
    .service-info-text h3{
        font-size: 15px;
    }
    .service-title dt{
        font-size: 15px;
    }
    .inner_con_team li{
        padding: 0px 5px;
        margin-bottom: 5px;
    }
    .team_txt{
        padding: 10px;
    }
    .team_txt p{
        font-size: 15px;
    }
    .show_title{
        padding-bottom: 15px;
    }
    .show_title h3{
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 25px;
    }
    .show_content{
        padding: 20px 5px;
    }

    .inner_con_news li{
        margin-bottom: 5px;
    }
    .inews_date{
        float: none;
        width: 100%;
        padding: 5px 15px 10px 15px;
        margin-bottom: 10px;
    }
    .inews_date p{
        font-size: 28px;
        margin-bottom: 7px;
    }
    .inews_img{
        width: 30%;
    }
    .inews_txt{
        float: right;
        width: 65%;
        margin-top: 0px;
    }
    .inews_txt h3{
        margin-bottom: 5px;
    }
    .inews_txt p{
        margin-bottom: 5px;
        line-height: 20px;
        height: 40px;
    }
    .inner_con_pro{
        padding: 25px 15px 20px 15px;
    }

    .culture_fl{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .culture_fr{
        float: none;
        width: 100%;
    }

}


@media(max-width:414px) {

}


@media(max-width:320px) {

}
















