a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
}
article, footer, header, menu, nav, section {
	display: block;
}
a {
	color:#666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
li, ol, ul {
	list-style: none;
	overflow: hidden;
}
b, strong {
	font-weight: 700;
}
h2{font-size:2.4rem;font-weight: bold;}
h3{font-size:1.6rem;font-weight: normal;}
h4{font-size:1.4rem;font-weight: normal;}
html {
	font-size: 62.5%;
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important;
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important;
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important;
}
body {
	max-width: 750px;
}
}
body {
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background-color: #fff;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	color: #333;
	padding-top: 7rem;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}

/*页码*/

/*首页轮播图焦点*/
#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: #fff; opacity: .5;}
#page .swiper-pagination-bullet-active{background: #fff;opacity: 1;}

/*头部*/
.header{
	width: 100%;
	max-width: 750px;
	height: 7rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header .logo {
}
.header .logo img{
	height: 3.7rem;
	float: left;
	margin: 1.65rem 0 0 1.5rem;
}

.header .logo .logo2 {
	display: none;
}


.header .btn{
	float: right;
	margin: 1.5rem 1.5rem 0 0;
}
.btn{width:2.4rem;float:right;position:relative;cursor:pointer;height:4rem;}
.btn span{display:block;background:#0068b7; /*按钮颜色*/ width:2.4rem;height:.2rem;left: 0;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:1.1rem;}
.btn span:nth-of-type(2){top:2rem;}
.btn span:nth-of-type(3){top:2.9rem;}
.sp_nav_se span:nth-of-type(1){top:2rem;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:2rem;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 7rem;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px #e5e5e5 solid;
    box-shadow: -5px 5px 10px #333;   /*左阴影*/
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 0px;
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #d51419; /*一级选中后颜色*/
}









.header .search .hide{
	display: none;
}
.header .search.show .hide{
	display: block;
}
.header .search.show .jjj {
	display: none;
}
.header .search {
	float: right;
	margin-top: 2.5rem;
	margin-right: 2rem;
}
.header .search .jjj {
	width: 2.3rem;
}
.header .search input {
	height: 2.5rem;
	border: .1rem solid #0068b7;
	border-radius: 1.25rem;
	padding: 1rem;
}
.header .search button {
	border: 0;
	background: none;
}
.header .search button img {
	width: 2.3rem;
}
#footer {
	padding: 3rem 1.5rem 2rem;
	background: #272a2f;
}
#footer .qr {
	width: 25%;
	display: inline-block;
	border-radius: .3rem;
	border: .3rem solid #fff;
}
#footer .method {
	margin: 2rem 0;
	color: #fff;
	font-size: 1.4rem;
}
#footer .method img {
	width: 1.9rem;
	margin-right: .8rem;
	vertical-align: text-bottom;
}
#footer .method li {
	line-height: 3.5rem;
}
#footer .icp {
	color: #939597;
	font-size: 1.2rem;
	line-height: 1.8rem;
}





.box {
	padding: 3rem 1.5rem;
}
.title {
	height: 4rem;
	position: relative;
}
.title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .3rem;
	background-color: #1f7fec;
}
.title h2 {
	float: left;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	font-size: 2rem;
	padding: 0 4.5rem 0 3rem;
	background: url(../images/llindex_13.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.title h2:after {
	content: "";
	position: absolute;
	left: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: .4rem;
	height: 2rem;
	border-radius: .2rem;
	background-color: #fff;
}
.title a {
	float: right;
	color: #1F7FEC;
	line-height: 1.4rem;
	margin-top: 1.2rem;
}



.index1 .ad {
	margin-top: 1.5rem;
}
.index1 .ad img {
	width: 100%;
}
.index1 .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.index1 .list li {
	width: 48%;
	height: 4rem;
	line-height: 4rem;
	background: #f8fbff;
	border: .1rem solid #5ba1f1;
	border-radius: 2rem;
	margin-bottom: 1.2rem;
	text-align: center;
}
.index1 .list li img {
	width: 2.5rem;
}
.index1 .list li a {
	color: #1f7fec;
}
.index1 .text {
	margin-top: 1.5rem;
}
.index1 .text .tit {
	color: #262626;
	font-size: 1.7rem;
	font-weight: bold;
}
.index1 .text .cont {
	margin-top: 1.5rem;
	color: #666666;
	font-size: 1.4rem;
	line-height: 2.3rem;
}

.index1 .text .cont {
	margin-top: 1.5rem;
	color: #666666;
	font-size: 1.4rem;
	line-height: 2.3rem;
}

.index2 .special {
	margin-top: 1.5rem;
}
.index2 .special a {
	display: flex;
	justify-content: space-between;
}

.index2 .special img {
	width: 40%;
}
.index2 .special .text {
	width: 57%;
	position: relative;
}
.index2 .special .text .tit {
	font-size: 1.5rem;
	color: #262626;
	font-weight: bold;
}
.index2 .special .text .cont {
	font-size: 1.2rem;
	color: #979797;
	margin-top: .6rem;
}
.index2 .special .text .date {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #1f7fec;
	font-size: 14px;
}
.index2 .list {
	margin-top: 1rem;
}
.index2 .list li {
	height: 4rem;
	line-height: 4rem;
	border-bottom: .1rem solid #f3f3f3;
}
.index2 .list li a {
	display: flex;
	color: #646464;
	justify-content: space-between;
}
.index2 .list li span {
	color: #989898;
	font-size: 1.2rem;
}

.index3 .list {
	margin-top: 1.5rem;
}
.index3 .list li {
	margin-bottom: 1rem;
}
.index3 .list li:last-child {
	margin-bottom: 0;
}
.index3 .list li a {
	display: flex;
	justify-content: space-between;
}
.index3 .list li .img {
	width: 42%;
	height: 11.8rem;
	position: relative;
}
.index3 .list li .img img {
	/* width: 14.5rem;
	height: 11.8rem; */
	height: 100%;
	width: 100%;
}


.index3 .list li .img .bz {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #e61313;
	padding: .2rem .7rem;
	border-radius: 0 0 .5rem 0;
}



.index3 .list li .text {
	width: 58%;
	padding-left: 3%;
	border: .1rem solid #efefef;
	border-left: 0;
	box-sizing: border-box;
	padding: 0.5rem 0.5rem 0.5rem 3%;
}
.index3 .list li .text .tit {
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
}
.label {
	margin: .5rem 0;
	height: 2.3rem;
	overflow: hidden;
}
.label span {
	line-height: 1.5rem;
	display: inline-block;
	color: #1469bf;
	background: #f0f7ff;
	border: .1rem solid #daecff;
	border-radius: .2rem;
	margin-right: .8rem;
	padding: .3rem;
	font-size: 1.2rem;
	margin-right: .5rem;
}
.label span:last-child {
	margin-right: 0;
}
.index3 .list li .text .cont {
	box-sizing: border-box;
	padding-left: 1.5rem;
	font-size: 1.2rem;
}
.index3 .list li .text .address {
	background: url(../images/index_35.png) no-repeat left top .2rem;
	background-size: 1.2rem 1.2rem;
}
.index3 .list li .text .area {
	margin-top: .5rem;
	background: url(../images/index_38.png) no-repeat left top .2rem;
	background-size: 1.2rem 1.2rem;
}
	
.index4 {
	background: url(../images/index_47.jpg) no-repeat;
	background-size: 100% auto;
	height: 9rem;
}
.index4 li {
	float: left;
	width: 25%;
	text-align: center;
	height: 5.5rem;
	margin-top: 1.75rem;
}
.index4 li img {
	height: 3rem;
}
.index4 li p {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: .5rem;
}
	
.index5 .list {
	margin-top: 1.5rem;
}
.index5 .list li {
	margin-bottom: 1rem;
}
.index5 .list li:last-child {
	margin-bottom: 0;
}
.index5 .list li a {
	display: flex;
	justify-content: space-between;
}
.index5 .list li .img {
	width: 34%;
}
.index5 .list li .img img {
	/* width: 11.73rem;
	height: 8.9rem; */
	height: 100%;
	width: 100%;
}
.index5 .list li .text {
	width: 66%;
	box-sizing: border-box;
	border: .1rem solid #f2f2f2;
	border-left: 0;
	padding: .5rem 2% .5rem 2%;
}
.index5 .list li .text .tit {
	color: #313131;
	font-size: 1.5rem;
	font-weight: bold;
}
.index5 .list li .text .cont {
	color: #989898;
	font-size: 1.2rem;
	margin-top: .5rem;
}
.index6 .tit {
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	background: url(../images/index_54.png) no-repeat center;
	background-size: 100% 100%;
}
.index6 .tit h2 {
	font-size: 2rem;
	background-image:-webkit-linear-gradient(top,#fffcc9,#fffde5,#fffffb);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.index6 .list {
	margin-top: 1rem;
}
.index6 .list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	border: .1rem solid #f2f2f2;
	margin-top: 1rem;
}
.index6 .list li:nth-child(3n) {
	margin-right: 0;
}
.index6 .list li img {
	/* height: 2.87rem; */
	height: 100%;
	width: 100%;
}
.line {
	width: 100%;
	height: 1rem;
	background: #f2f2f2;
}




.banner {
	position: relative;
}
.banner .tit {
	width: 40%;
	position: absolute;
	left: 1.5rem;
	bottom: 0;	
	padding: 1.5rem 1rem;
	color: #fff;
	background: url(../images/banner_bg_04.jpg) no-repeat right bottom #1960CA;
	background-size: 5rem;
}
.banner .tit h2 {
	font-size: 2rem;
	letter-spacing: .15rem;
}
.banner .tit p {
	font-weight: bold;
	padding-top: .5rem;
	font-size: 1.2rem;
	white-space: nowrap
}

.zynav {
	padding: 1.5rem 1.5rem .5rem;
}
.zynav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zynav ul li {
	width: 48%;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	background: #fafafa;
	border: .1rem solid #f0f0f0;
	margin-bottom: 1rem;
}
.zynav ul li.cur {
	border-color: #1960ca;
}
.zynav ul li.cur a {
	background: #fff;
	color: #1960ca;
}
.zynav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}

.page .tit {
	font-size: 1.9rem;
	text-align: center;
}
.page .cont {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	color: #656565;
	line-height: 2.3rem;
}
.page .cont h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.page .cont h1 {
	font-size: 2rem;
}

.honor .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honor .list li {
	width: 48%;
	margin-bottom: 1.5rem;
}
.honor .list li img {
	border: .1rem solid #ededed;
	box-sizing: border-box;
}
.honor .list li p {
	margin-top: .8rem;
	text-align: center;
}

.partner .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partner .list li {
	width: 48%;
	margin-bottom: 1rem;
	border: .1rem solid #f2f2f2;
	box-sizing: border-box;
}


.news .list li {
	height: 4rem;
	line-height: 4rem;
	border-bottom: .1rem solid #f3f3f3;
}
.news .list li a {
    display: flex;
    color: #646464;
    justify-content: space-between;
}
.news .list li span {
    color: #989898;
    font-size: 1.2rem;
}

.article .tit h2 {
	color: #343434;
	font-size: 1.9rem;
	text-align: center;
}
.article .tit p {
	color: #979797;
	margin-top: 1rem;
	font-size: 1.2rem;
	text-align: center;
}
.article .cont {
	margin-top: 1rem;
	padding: 2rem 0;
	color: #4d4c4c;
	line-height: 2.3rem;
	border: .1rem solid #ededed;
	border-left: 0;
	border-right: 0;
}
.article .rel p {
	margin-top: 1.5rem;
	color: #1F7FEC;
}
.article .rel a {
	color: #1F7FEC;
}


.space .list {
	margin-top: 0 !important;
}


.contact .tit {
	background: url(../images/contact_03.png) no-repeat center;
	background-size: 100%;
	height: 4rem;
}

.contact .method {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.contact .method .img {
	width: 30%;
}
.contact .method .img img {
	box-sizing: border-box;
	padding: .4rem;
	background: #F5F6F7;
	border: .1rem solid #e6e6e6;
	border-radius: .5rem;
}
.contact .method .text  {
	width: 70%;
	box-sizing: border-box;
	position: relative;
}
.contact .method .text li {
	font-size: 1.3rem;
}
.contact .method .text li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 5%;
}
.contact .method .text li:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
.contact .method .text li:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 5%;
}
.contact .method .text img {
	width: 1.9rem;
	margin-right: .8rem;
	vertical-align: text-bottom;
}
.contact .map {
	margin-top: 2rem;
	width: 100%;
}
.contact .map img {
	width: 100%;
}

.skill .list li {
	margin-bottom: 1.5rem;
}
.skill .list li a {
	display: flex;
	justify-content: space-between;
}
.skill .list img {
	width: 35%;
}
.skill .list .text {
	position: relative;
	width: 65%;
	box-sizing: border-box;
	border: .1rem solid #eeeeee;
	padding: 1.5% 1.5% 1.5% 3%;
}
.skill .list .text .tit {
	color: #353535;
	font-size: 1.5rem;
	font-weight: bold;
}
.skill .list .text .cont {
	color: #686868;
	font-size: 1.2rem;
	margin-top: .5rem;
}
.skill .list .text .info {
	width: 100%;
	color: #1f7fec;
	position: absolute;
	bottom: 4%;
	left: 5%;
	font-size: 1.2rem;
}


.swiper-container2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container2 .swiper2-button-prev {
	border-radius: 50%;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 1.5rem;
	width: 3.5rem;
	height: 3.5rem;
	background: url(../images/space_06.png) no-repeat center rgba(0,0,0,.5);
}
.swiper-container2 .swiper2-button-next {
	border-radius: 50%;
	position: absolute;
	z-index: 1000;
	top: 50%;
	right: 1.5rem;
	width: 3.5rem;
	height: 3.5rem;
	background: url(../images/space_08.png) no-repeat center rgba(0,0,0,.5);
}
.swiper-container2 img {
	width: 100%;
}

.detail .text {
	margin-top: 1.5rem;	
}
.detail .text .tit {
	font-size: 1.9rem;
	margin-bottom: 1rem;
}
.detail .text .cont {
	color: #666666;
	margin-top: 1.5rem;
	line-height: 2.1rem;
}
.detail .button {
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-top: 2rem;
}
.detail .button a {
	width: 48%;
	text-align: center;
	height: 3.5rem;
	line-height: 3.5rem;
	border-radius: .5rem;
}
.detail .button img {
	height: 1.8rem;
	margin-right: .5rem;
}
.detail .button a:first-child {
	color: #1f7fec;
	border: .1rem solid #1f7fec;
}
.detail .button a:last-child {
	color: #fff;
	background-color: #e53030;
	border: .1rem solid #e53030;
}
.detail .other {
	margin-top: 2rem;
}
.detail .other .tit {
	height: 3.2rem;
	background: #f6f6f6;
}
.detail .other .tit h2 {
	color: #1f7fec;
	font-size: 1.5rem;
	margin-left: 1rem;
	display: inline-block;
	height: 3rem;
	line-height: 3.2rem;
	border-bottom: .2rem solid #1F7FEC;
}
.detail .other .cont {
	margin-top: 1rem;
	font-size: 1.3rem;
	color: #656565;
	line-height: 2.1rem;
}
.detail .other .item {
	margin-top: 1.5rem;
}
.detail .other .item .tit2 {
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	background: url(../images/detail1_11.jpg) no-repeat left;
	background-size: .3rem 1.4rem;
	padding-left: .7rem;
}
.detail .other .item .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail .other .item .list li {
	width: 48%;
	margin-top: 1rem;
}
.detail .other .item .list li p {
	text-align: center;
	background-color: #fafafa;
	padding: .5rem 0;
	border: .1rem solid #f0f0f0;
	box-sizing: border-box;
	color: #323232;
}
.detail .other .item .cont {
	color: #323232;
}


.result .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.result .list li {
	width: 48%;
	background: #FAFAFA;
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 3.2rem 0;
	box-sizing: border-box;
	border: .1rem solid #EEEEEE;
}
.result .list h3 {
	font-size: 1.5rem;
	color: #333333;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.result .list img {
	height: 4.5rem;
}

.
.demand .tit3 {
	display: flex;
	justify-content: space-between;
}
.demand .tit3 {
	display: flex;
	justify-content: space-between;
}
.demand .tit3 h3 {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #1960CA;
	position: relative;
	padding-left: 1rem;
}
.demand .tit3 h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #1960CA;
	width: .3rem;
	height: 100%;
	border-radius: .15rem;
}
.demand .tit3 span {
	colro: #666666;
	font-size: 1.2rem;
}
.demand .tit3 span img {
	width: .8rem;
	margin-bottom: .3rem;
	margin-left: .1rem;
}
.demand .list li {
	margin-top: 1.5rem;
	box-sizing: border-box;
	border: .1rem solid #EEEEEE;
}
.demand .list div {
	border-bottom: .1rem solid #EEEEEE;
	overflow: hidden;
}
.demand .list .left {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 1rem;
	color: #333333;
}
.demand .list .right {
	float: right;
	width: 30%;
	padding: 1rem;
	box-sizing: border-box;
	border-left: .1rem solid #EEEEEE;
	background: #F9F9F9;
	text-align: center;
	color: #333333;
}
.demand .list .info {
	color: #1F7FEC;
	background: #DFEEFF;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1rem;
}


.skill-result .list li {
	margin-bottom: 1.5rem;
}
.skill-result .list a {
	display: flex;
	justify-content: space-between;
}

.skill-result .list img {
	width: 35%;
}
.skill-result  .list .text {
	width: 65%;
	background: #EEEEEE;
	box-sizing: border-box;
	padding: 1rem;
	position: relative;
}
.skill-result .list .text h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1.5rem;
}
.skill-result .list .text .cont {
	color: #666666;
	font-size: 1.3rem;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
}
.skill-result .list .text .price {
	color: #EC3F3F;
}
.skill-result .list .text .info {
	color: #1F7FEC;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	font-size: 1.3rem;
}


.think-tank .tit {
	border-bottom: .1rem solid #EEEEEE;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.think-tank .tit h3 {
	color: #333333;
	border-bottom: .2rem solid #1960CA;
	font-size: 1.8rem;
	display: inline-block;
	padding-bottom: 1rem;
	font-weight: bold;
}
.think-tank .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.think-tank .list li {
	width: 48%;
	margin-top: 2rem;
	text-align: center;
}
.think-tank .list .img {
	width: 58%;
	margin: 0 auto;
	border: .1rem solid #EEEEEE;
	border-radius: 50%;
	overflow: hidden;
}
.think-tank .list .img img {
	width: 100%;
	height: 100%;
}
.think-tank .list h3 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 1rem;
	color: #333333;
}
.think-tank .list p {
	color: #666666;
	margin-top: .5rem;
}

.skill-result-detail>.tit {
	font-size: 1.7rem;
	color: #333333;
	border-bottom: .1rem solid #E7E7E7;
	padding-bottom: 1rem;
}
.skill-result-detail .intro {
	color: #666666;
	line-height: 2.3rem;
	padding: 1rem 0;
}
.skill-result-detail .img {
	width: 100%;
	margin: 1rem 0;
}
.skill-result-detail .an {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}
.skill-result-detail .an a {
	width: 47%;
	text-align: center;
	border-radius: .3rem;
	line-height: 3.3rem;
}
.skill-result-detail .an a:first-child {
	background: #fff;
	border: .1rem solid #1F7FEC;
	color: #1F7FEC;
}
.skill-result-detail .an a:last-child {
	background: #D72020;
	border: .1rem solid #D72020;
	color: #fff;
}
.skill-result-detail .detail {
	margin: 2rem 0;
	padding-bottom: 1rem;
	border-bottom: .1rem solid #CFCFCF;
}
.skill-result-detail .detail .tit {
	line-height: 3.8rem;
	background-color: #F9F9F9;
	color: #1F7FEC;
	text-align: center;
	border-bottom: .2rem solid #1F7FEC;
	font-weight: bold;
	font-size: 1.5rem;
}
.skill-result-detail .detail .cont {
	color: #666666;
	padding: 1rem 0;
	line-height: 2.2rem;
}
.skill-result-detail .rel {
	color: #1F7FEC;
}
.skill-result-detail .rel a {
	color: #1F7FEC;
}

.demand_intro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.demand_intro li {
	width: 33.33%;
	color: #666666;
	line-height: 2.5rem;
}
.ljxj {
	display: block;
	width: 100%;
	color: #1F7FEC;
	border: .1rem solid #1F7FEC;
	text-align: center;
	line-height: 3.5rem;
	border-radius: .5rem;
	margin-top: 1.5rem;
}


.news2 .list li {
	background: #F9F9F9;
	border: .1rem solid #EEEEEE;
	margin-bottom: 1.5rem;
	box-sizing: border-box;
	padding: 1rem;
}
.news2 .list .tit {
	color: #333333;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.news2 .list .desc {
	margin-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news2 .list .date {
	color: #666666;
}
.news2 .list .info {
	color: #1F7FEC;
}

.employers .list {
}
.employers .list li {
	margin-bottom: 1.5rem;
	padding: 0 1rem;
	height: 5rem;
	line-height: 5rem;
	border: .1rem solid #EEEEEE;
	background-color: #F9F9F9;
}
.employers .list a {
	display: flex;
	justify-content: space-between;
}
.employers .list img {
	height: 3rem;
	margin-right: 1rem;
}
.employers .list div  {
	font-weight: bold;
	color: #333333;
	font-size: 1.6rem;
}
.employers .list span {
	color: #666666;
}


.business .list img {
	width: 100%;
}
.business .list li {
	border-bottom: .1rem solid #E7E7E7;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.business .list .tit {
	color: #474747;
	margin-top: 1.5rem;
}
.business .list p {
	margin-top: 1.5rem;
	color: #666666;
	line-height: 2.2rem;
}
.business .list span {
	color: #474747;
	float: right;
	margin-top: 1.5rem;
}


.title2 {
	background-color: #F9F9F9;
	color: #1F7FEC;
	position: relative;
	font-size: 1.8rem;
	line-height: 4rem;
	margin-bottom: 1.5rem;
	padding-left: 2.5rem;
}
.title2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-1rem);
	height: 2rem;
	width: .4rem;
	border-radius: .2rem;
	background-color: #1F7FEC;
}

.pe .list li {
	background-color: #EEEEEE;
	padding: .5rem .5rem 1.5rem;
	margin-bottom: 1.5rem;
}
.pe .list .tit {
	color: #333333;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1.5rem;
	padding: 0 .5rem;
}
.pe .list .cont {
	color: #666666;
	line-height: 2.2rem;
	padding: 0 .5rem;
	margin-top: 1.5rem;
}
.pe .list .info {
	text-align: center;
	margin-top: 1.5rem;
}
.pe .list .info span {
	background-color: #1F7FEC;
	display: inline-block;
	color: #fff;
	padding: .7rem 1.2rem;
}

.pe .list img {
	width: 100%;
}


.about2 .tit {
	text-align: center;
	border-bottom: .1rem solid #EEEEEE;
}
.about2 .tit h3 {
	font-size: 1.8rem;
	font-weight: bold;
	colro: #333333;
	position: relative;
	padding-bottom: 1rem;
}
.about2 .tit h3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -.1rem;
	transform: translateX(-50%);
	width: 9rem;
	height: .2rem;
	background-color: #1960CA;
}
.about2 .cont {
	color: #666666;
	line-height: 2.2rem;
	padding: 1.5rem 0;
}


.pagination {
	margin-top: 2rem;
	text-align: center;
}
.pagination a {
	padding: .4rem .9rem;
	border: .1rem solid #eee;
	margin: 0 .5rem;
}