/** = general = **/
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.padding-7px {
    padding: 0 7px;
}

.padding-15px {
    padding: 0 15px;
}

.padding-10px-left {
    padding-left: 10px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover, a:focus {
    color: #009c84;
}

p {
    /*margin: 20px 0;
    line-height: 1.8em;*/
	line-height:30px;
    color: #565656;
}

#header .nav {
    background: rgba(0, 167, 142, .7);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width:1200px;
}

.subpage #header .nav {
    background: rgba(0, 167, 142, 1);
}

#header .nav .pure-menu {
    /*padding: 6px;*/
	height:105px;
	position:relative;
}

#header .nav .pure-menu-list {
    /*margin-left: 30px;*/
	position:absolute;
	top:0;
	left:490px;
}

#header .nav .pure-menu-link {
    color: #e7cc65;
    padding: 15px 6px 6px 6px;
    font-size: 17px;
    font-weight: bold;
}

#header .nav .pure-menu-link:hover, #header .nav .pure-menu-link:focus {
    background: none;
}

#header .nav .pure-menu-list .pure-menu-link:hover, #header .nav .pure-menu-list .pure-menu-link:focus {
    border-bottom: 1px solid #e7cc65;
}
#header .nav .pure-menu-link.on {
    border-bottom: 1px solid #e7cc65;
}

.content-header {
    border-bottom: 1px solid #ccc;
}

.content-header:after {
    content: ' ';
    display: block;
    clear: both;
}

.content-header .breadcrum {
    float: right;
    margin-top: 15px;
	font-size:14px;
}

.content-header .title {
    float: left;
    font-size: 25px;
    /*margin: 10px 0 0;*/
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #009c84;
    border-width: 0;
	font-size:22px;
	line-height:59px;
	margin:0;
}

.content-body .title {
    font-size: 24px;
	color:#333333;
    font-weight:bold;
}

.content-body .list {
    padding-left: 0;
    list-style-type: none;
}

.content-body .list li {
    padding: 0px 0;
}

#footer {
    font-size: 90%;
    margin-top: 60px;
    padding: 10px 0 15px 0;
    background: #e0e7ed;
	min-width: 1200px;
}

.footer-nav {
    padding-left: 0;
}

.footer-nav li {
    display: inline-block;
    padding: 0 15px;
	height:14px;
	line-height:14px;
	color:#333333;
    border-right: 1px solid #0c0c0c;
	font-size:15px;
}

.footer-nav li:first-child {
    padding-left: 0;
}

.footer-nav li:last-child {
    border-right: none;
}

.footer-nav li a {
    text-decoration: none;
    color: #333333;
}

.footer-nav li a:hover, .footer-nav li a:focus {
    color: #009c84;
}

.footer .note {
    margin:0;
	color:#333333;
	font-size:15px;
	padding:0;
	line-height:24px;
}
.footer .note *{
	color:#333333;
	font-size:15px;
	padding:0;
	margin:0;
	line-height:24px;
}
.footer .note a{
	color:#333333;
}

.footer .title {
    font-size: 15px;
	line-height:30px;
	font-weight:100;
	margin:0;
	padding:0;
	padding-top:10px;
}

.clear2::after {
    content: ' ';
    display: block;
    clear: both;
}

/** = home page = **/

#header .icon_nav {
    position: absolute;
    bottom: -0;
    min-height: 100px;
    width: 100%;
    background: rgba(213, 213, 213, .6);
}

#header .icon_nav .pure-menu {
    width: 776px;
    margin: 5px auto;
    text-align: center;
}

#header .icon_nav .icon_item {
    display: inline-block;
    padding: 60px 50px 10px;
    background-position: 50% 10px;
    background-repeat: no-repeat;
}

.icon-group {
    background-image: url('../images/group.png')
}

.icon-group:hover, .icon-group:active {
    background-image: url('../images/group_active.png')
}


.icon-culture {
    background-image: url('../images/culture.png')
}

.icon-culture:hover, .icon-culture:active {
    background-image: url('../images/culture_active.png')
}

.icon-ai {
    background-image: url('../images/ai.png')
}

.icon-ai:hover, .icon-ai:active {
    background-image: url('../images/ai_active.png')
}


.icon-school {
    background-image: url('../images/school.png')
}

.icon-school:hover, .icon-school:active {
    background-image: url('../images/school_active.png')
}


.icon-service {
    background-image: url('../images/service.png')
}

.icon-service:hover, .icon-service:active {
    background-image: url('../images/service_active.png')
}


#home #header {
	position:relative;
	min-width: 1200px;
    /*background: url('../images/banner_home.jpg') no-repeat 0 0;*/
}

/* == home:main == */
#main {
    margin-top: 70px;
    font-size: 13px;
}

.news-section-nav .pure-menu-link {
    padding: 8px 21px;
}

.news-section-nav {
    position: relative;
}

.news-section-nav .more {
    position: absolute;
    top: 10px;
    right: 20px;
    text-decoration: none;
    color: #999;
}

.news-section-nav .more:hover, .news-section-nav .more:focus {
    color: #009c84;
}

.news-section-nav .pure-menu-link:hover,  .news-section-nav .pure-menu-link:active, .section-title-active {
    padding: 8px 21px;
    background: #009c84;
    color: #fff !important;
}

.news-title {
    /*padding: 8px 0;*/
    border-bottom: 1px dashed #ccc;
}

.new-title:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.news-titles-padding {
    padding: 0 25px;
}

.news-title .title {
    font-size: 16px;
	line-height:25px;
}

.news-title .title a {
    text-decoration: none;
    color: #0c0c0c;
}

.news-title-active .title a, .news-title .title a:hover, .news-title .title a:focus {
    color: #009c84;
}

.news-title .subtitle {
    font-size: 13px;
    color: #999;
	line-height:25px;
}

.video-padding {
    padding: 0 0 0 10px;
}

.video-holder {
	margin:22px 0 0 0;
}
.video-holder img{
	display:block;
}

/* = about page = */
#about #header {
    min-height: 310px;
    background: url('../images/banner_about.jpg') no-repeat 0 0;
}
#header {
    min-width: 1200px;
}

#about #main {
    margin-top: 20px;
}

.page-title {
    margin-bottom: 0;
    /*padding-bottom: 15px;*/
    color: #009c84;
	font-weight:100;
	font-size:28px;
	height:58px;
	line-height:58px;
	margin:0;
}

.left-nav-padding {
    padding-right: 40px;
}

.left-nav {
    padding-right: 25px;
}

.left-nav ul  {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
    list-style-position: inside;
}

.left-nav .menu.first-level li:first-child {
    border-top: 1px solid #ccc;
}

.left-nav .menu li a  {
    display: block;
    padding: 10px;
}

.left-nav li {
    display: block;
    border-bottom: 1px solid #ccc;
}

.left-nav .second-level li:last-child, .left-nav .third-level li:last-child {
    border-width: 0;
}

.left-nav .menu li a {
    text-decoration: none;
    color: #0c0c0c;
}

.left-nav .first-level li a {
    padding-left: 20px;
}

.left-nav .second-level li a {
    padding-left: 25px;
}

.left-nav .third-level li a {
    padding-left: 35px;
}

.left-nav .first-level li a, .left-nav .second-level li a {
    background: url('./images/black_square.png') no-repeat;
}

.left-nav .first-level li a:hover, .left-nav .first-level li a:focus,.left-nav .second-level li a:hover, .left-nav .second-level li a:focus, .menu li a.selected {
    background: url('./images/white_square.png') no-repeat;
}

.left-nav .first-level li > a, .left-nav .first-level li > a:hover, .left-nav .first-level li > a:focus {
    background-position: 5px 14px;
    background-size: 8px;
}

.left-nav .second-level li > a, .left-nav .second-level li > a:focus, .left-nav .second-level li > a:hover {
    background-position: 14px 15px;
    background-size: 6px;
}

.left-nav .third-level li > a {
    background: none;
}

.left-nav .menu li a:hover, .left-nav .menu li a:focus, .left-nav .menu li a.selected {
    background-color: #009c84;
    color: #fff;
}

.intro-list-item {
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}

.intro-list-item .title {
    font-weight: 500;
    font-size: 18px;
	color:#333333;
	line-height:40px;
}
.intro-list-item .title a {
    color: #333333;
}
.intro-list-item .text {
    font-weight: 500;
    font-size: 14px;
	color:#666666;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-top:10px;
}

.intro-list-item .title a:hover, .intro-list-item .title a:focus {
    color: #009c84;
} 

.intro-list-item .address {
    padding: 35px 0 0 30px;
    color: #999;
    background: url('../images/icon_location.jpg') no-repeat 0 30px;
}

.pager-link {
    text-align: center;
}

.pager-link .link {
    display: inline-block;
    padding: 0;
	font-size:16px;
	line-height:40px;
	width:40px;
	text-align:center;
}

.pager-link .selected, .pager-link .link:hover, .pager-link .link:focus {
    color: #009c84;
    border-bottom: 2px solid #009c84;
}

.list-summary {
    margin: 30px 0 20px;
    padding-left: 0;
    list-style: none;
}

.list-summary li {
    margin: 15px 0;
}

.company-contact .item {
    display: inline-block;
    padding: 15px 55px;
}

.company-contact .phone {
    background: url('../images/phone_icon.jpg') no-repeat 0 0;
}

.company-contact .name {
    background: url('../images/name_icon.jpg') no-repeat 0 0;
}

.company-contact .web {
    background: url('../images/web_icon.jpg') no-repeat 0 0;
}

p.honor-pics {
    margin: 0 0 20px;
}

.list-honor-row::after {
    content: '';
    display: block;
    clear: both;
}

.list-honor-item {
    float: left;
}

.list-honor-item.column-second {
    margin: 0 35px;
}

.list-honor-item .holder {
    text-align: center;
}

.list-honor-item .image {
    display: block;
    width: 220px;
    height: 140px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.title-content {
    font-weight: 500;
}

.list-p {
    margin: 8px 0;
}

.history-holder {
    margin-top: 35px;
    padding-top: 22px;
    background: url('../images/history_dot.jpg') no-repeat 50% 0;
}

.history-row {
    background-image: url('../images/history_dot.jpg'), url('../images/history_line.png');
    background-repeat: no-repeat, repeat-y;
    background-position: 50% 50%, 50% 20px;
}

.history-row .title {
    font-size: 23px;
}

.history-row .image {
    width: 320px;
}

.history-row .padding {
    padding: 0px 60px;
}

.product-intro .padding-left {
    padding-left: 45px;
}

.product-intro .padding-right {
    padding-right: 45px;
}

.product-intro img {
    display: block;
    margin-top: 20px;
    max-width: 400px;
}

.equipment-content .padding-left {
    /*padding-left: 45px;*/
}

.equipment-content .padding-right {
    padding-right: 70px;
}

.equipment-content .title {
    font-size: 21px;
}

.equipment-content .padding-left img {
    max-width: 300px;
}

.news-highlight .padding-right {
    padding-right: 30px;
}

.news-highlight .padding-left {
    /*padding-left: 20px;*/
}


.news-hot .title h3 {
    float: left;
    width: 85%;
    font-weight: 100;
}

.news-hot .title .icon-hot {
    width: 40px;
    float: right;
    margin: 11px 0;
    text-align: center;
    border-radius: 4px;
    background: #f30;
    color: #fff;
}

.news-hot .teaser {
    margin-top: 0;
    color: #999;
}

.news-latest-holder {
    margin: 15px 0;
}

.news-latest {
    margin: 0;
    font-weight: 100;
}

.news-latest:last-child {
    border-bottom: 1px solid #ccc;
}

.news-latest a {
    padding: 15px 0;
    display: block;
    border-top: 1px solid #ccc;
}

.news-latest .text {
    display: block;
    width: 400px;
    float: left;
}

.news-latest .date {
    display: block;
    width: 90px;
    float: right;
	text-align:right;
}

.old-news-item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.old-news-item:hover, .old-news-item:focus {
    color: #009c84;
}

.old-news-item .date .day {
    /*padding: 18px;*/
	display:inline-block;
	width:100px;
	height:50px;
	font-size:38px;
	color:#999;
	line-height:50px;
	padding-bottom:10px;
	padding-top:10px;
}
.old-news-item .month {
    /*padding: 18px;*/
	width:100px;
	height:30px;
	font-size:18px;
	color:#999;
	line-height:30px;
	padding-top:10px;
}


.old-news-item .date .day {
    border-bottom: 1px solid #ccc;
}

.old-news-item .padding-right {
    padding-right: 50px;
}

.old-news-item .date {
    color: #ccc;
    text-align: center;
}

.old-news-item .day {
    font-size: 30px;
}

.news-article {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news-article .header {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.news-article .header .title {
    margin-bottom: 15px;
    font-size: 25px;
}

.news-article .header .meta {
    margin-top: 0;
    color: #999;
}

.news-article .text {
    text-indent: 25px;
}

.news-article-footer .news-pager-link{
    float: left;
    width: 80%;
}

.news-article-footer .share {
    float: right;
    /*width: 40px;*/
}
.news-article-footer .share{
    width: 50px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #c8c8c8;
    background: url(../images/share.png) no-repeat 20px center;
    padding-left: 50px;
    color: #888888;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    transition: all 0.4s 
}
.news-article-footer .share:hover{
    color: #009d85;
}
.news-article-footer .share .bdsharebuttonbox{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.news-article-footer .share .bds_more{
    width: 100%;
    height: 100%;
    background: none;
}
.bdshare_popup_box{ display:none !important;}

.contact-item {
    /*margin: 15px 0;*/
	margin-top:40px;
    padding: 20px 0;
    border: 1px solid #ccc;
}

.contact-item .logo {
    float:left;
    width: 30%;
}

.contact-item .logo .img-holder {
    margin: 24px 0 0 0;
    text-align: center;
}

.contact-item .detail {
    float: left;
    width: 68%;
    border-left: 1px solid #ccc;
}

.contact-item .detail .padding-left {
    padding-left: 80px;
}

.contact-item .detail .title {
    font-size:18px;
    font-weight: bold;
    margin: 0;
}

.contact-item .detail .list {
    margin-top: 10px;
}

.contact-item .detail .list li {
    padding: 3px 0;
}

.text-noindent {
    text-indent: 0;
}

.job-item .title {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.job-item.opened .title {
    border-color: #009c84;
    color: #009c84;
}

.job-item.opened {
    border-bottom: 1px solid #ccc;
}

.job-item .title .icon {
    float: right;
    color: #009c84;
}

.job-item .detail .list {
    padding-left: 10px;
    list-style: number;
}

.job-item .detail .contact {
    font-weight: bold;
    font-size: 16px;
    color: #009c84;
}

.contact-info .detail {
    float: left;
    width: 70%;
}

.contact-info .qrcode {
    float: right;
    width: 25%;
    max-width: 150px;
    margin: 0;
    text-align: right;
}

.contact-info .qrcode img {
    display: inline-block;
    width: 100px;
    margin: 35px 0 0 60px;
}

.contact-form .input {
    display: block;
    width: 100%;
	height:40px;
    line-height: 40px;
    margin: 10px 0;
    padding-left: 10px;
    border: #ccc solid;
    border-width: 0 0 1px;
    background: url('../images/star.png') no-repeat 0 0;
    background-size: 7px;
    color: #666;
	font-size:14px;
}

.contact-form .column-left {
    float: left;
    width: 40%;
}

.contact-form .column-right {
    float: right;
    width: 50%;
}

.contact-form .btn {
    display: block;
	font-size:14px;
    width: 180px;
    margin: 35px auto;
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
}
.contact-form .btn:hover{ background:#009c84; color:#fff;}


/**/
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{
	    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.clear { clear: both; font-size: 1px; width: 1px; height: 0; visibility: hidden; zoom: 1; }
.clear:after{visibility:hidden;display:block;font-size:0;content:"1";clear:both;height:0;}

.news_banner{ width:390px; height:280px;}
.footer_yqlj{ width:298px; height:51px; background-color:transparent; box-sizing:border-box; padding:0 18px; border:#333333 1px solid; margin-top:25px;}
.i_news_title{ padding-top:15px;}
.i_news_txt{ padding-bottom:14px;}
.f_fx_c{ margin-top:2px;}
.f_fx{ margin:0 5px;}
.bds_weixin{ background: url(../images/fx_ico1.png) no-repeat !important; width:29px !important; height:29px !important; box-sizing:border-box;}
.bds_tsina{ background: url(../images/fx_ico2.png) no-repeat !important; width:29px !important; height:29px !important; box-sizing:border-box;}
.bds_qzone{ background: url(../images/fx_ico3.png) no-repeat !important; width:29px !important; height:29px !important; box-sizing:border-box;}
.bds_weixin:hover{ background: url(../images/fx_ico1_on.png) no-repeat !important;}
.bds_tsina:hover{ background: url(../images/fx_ico2_on.png) no-repeat !important;}
.bds_qzone:hover{ background: url(../images/fx_ico3_on.png) no-repeat !important;}


.industry_title{ font-size:24px; color:#333333; line-height:50px; margin:40px 0 0 0;}
.industry_text{ font-size:14px; color:#333333; line-height:25px; margin:0;}
.meeting_txt{ line-height:25px; margin-top:10px;}
.meeting_txt *{ font-size:14px; color:#555555; line-height:25px;}

.ms_title{ font-size:22px; color:#333333; line-height:30px;}
.i_nav_a a{ color:#777; transition:transform 0.3s}
.i_nav_a a:hover{ color:#777; transform: rotateY(360deg)}
.i_news_li{ cursor:pointer;}

.top_nav{ position:absolute; top:35px; left:490px; padding:0; margin:0; list-style: none;}
.top_nav li{ float:left; padding:0; margin:0 2px; list-style: none;}
.top_nav li a{ display:block; width:83px; height:35px; padding:0; margin:0; line-height:35px; text-align:center; font-size:17px; font-weight:bold; color:#e7cc65;}
.top_nav li a.on,.top_nav li a:hover{ background:#e7cc65; color:#00a68e;}


.content{ font-size:16px; color:#666666; line-height:30px;}
.content *{ line-height:30px;}
.content p{ padding:10px 0; margin:0;}
.content img{ max-width:100%; height:auto !important;}

.content2{ font-size:14px; color:#666666; line-height:30px;}
.content2 *{ line-height:30px;}
.content2 p{ padding:10px 0; margin:0;}
.content2 img{ max-width:100%; height:auto !important;}


.fullSlide2{ width:100%;  position:relative;  height:280px; background:#000;  }
	.fullSlide2 .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden; width:100%;  height:280px; }
	.fullSlide2 .bd ul{ width:100% !important; padding:0; margin:0;}
	.fullSlide2 .bd li{ width:100% !important;  height:280px; overflow:hidden; text-align:center;  }
	.fullSlide2 .bd li a{ display:block; height:280px; padding:0; margin:0;}
	.fullSlide2 .bd li a .f_txt{ background:rgba(0,0,0,0.6); height:40px; text-align:left; width:100%; position:absolute; left:0px; bottom:0px; font-size:14px; color:#fff; line-height:40px; padding-left:8px; padding-right:95px; box-sizing:border-box;}
	.fullSlide2 .bd li a .f_txt span{ font-size:12px; line-height:20px;}

	.fullSlide2 .hd{  position:absolute; z-index:1; bottom:0px; right:0; height:34px; line-height:30px;  text-align:center;
	}
	.fullSlide2 .hd ul{ text-align:right; padding:0; margin:0; padding-right:15px;  }
	.fullSlide2 .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px;  margin:0 5px; overflow:hidden; 
		line-height:9999px; background:#fff;
	}
	.fullSlide2 .hd ul .on{ background:#ffd600; }
	.fullSlide2 .prev,
	.fullSlide2 .next{ position:absolute; left:100px; top: 355px; display:block; width:50px; height:99px; overflow:hidden; cursor:pointer; background:url(../images/banner_left.png) repeat;  }
	.fullSlide2 .prev img,
	.fullSlide2 .next img{ margin-left:0px; margin-top:0px;}
	.fullSlide2 .next{ left:auto; right:100px; background:url(../images/banner_right.png) repeat;}
	.fullSlide2 .prev:hover{ background:url(../images/banner_left_on.png) repeat;}
	.fullSlide2 .next:hover{ background:url(../images/banner_right_on.png) repeat;}

/*招聘*/
.invite-page .list {
	/*border: 1px solid #e0e0e0;*/
}
.invite-page .invite-box {
	position: relative;
	border-bottom: 1px solid #e0e0e0
}
.invite-page .invite-box:last-child {
	border-bottom: none
}
.invite-page .invite-box .hd {
	cursor: pointer;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	height: 60px;
	line-height: 60px
}
.invite-page .invite-box .hd:hover .name {
	color: #009d85
}
.invite-page .invite-box .hd:hover .site {
	color: #3c5e55
}
.invite-page .invite-box .hd:hover .people {
	color: #3c5e55
}
.invite-page .invite-box .hd:hover .icon {
	color: #009d85;
	/*background-color: #3c5e55*/
}
.invite-page .invite-box .hd:hover .name{
	margin-left: 10px
}
.invite-page .invite-box .hd.active {
	/*background-color: #3c5e55;*/
	color: #009d85;
	border-bottom:#009d85 1px solid;
}
.invite-page .invite-box .hd.active .name {
	color: #009d85
}
.invite-page .invite-box .hd.active .site {
	color: #fff
}
.invite-page .invite-box .hd.active .people {
	color: #fff
}
.invite-page .invite-box .hd.active .icon {
	/*background-color: #fff;*/
	color: #009d85;
}
.invite-page .invite-box .name {
	float: left;
	width: 32%;
	padding-left: 25px;
	color: #555555;
	font-size: 16px;
	transition: all 0.3s;
	line-height:60px;
}
.invite-page .invite-box .site {
	float: left;
	width: 30%;
	font-size: 14px;
	color: #666
}
.invite-page .invite-box .people {
	float: left;
	font-size: 14px;
	color: #666
}
.invite-page .invite-box .icon {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 29px;
	padding-left:1px;
	height: 30px;
	margin-top: -15px;
	line-height: 29px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	font-style: normal;
	/*background-color: #c0c0c0*/
	color:#009d85;
	font-size:30px;
}
.invite-page .invite-box .bd {
	display: none;
	background-image: url("../images/bg01.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 25px 25px 25px;
	background-color: #fff
}
.invite-page .invite-box .bd>div {
	margin-top: 25px
}
.invite-page .invite-box .bd h4 {
	margin-bottom: 0px;
	margin-top:0;
	font-size: 16px;
	color: #555555
}
.invite-page .invite-box .bd .p {
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666
}
.invite-page .invite-box .bd .throw {
	display: inline-block;
	width: 140px;
	height: 40px;
	margin-top: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #1767b1;
	border-radius: 4px
}
.invite-page .invite-box .bd .throw:hover {
	opacity: .9
}
.recruit_lx{ font-size:16px; color:#009d85; line-height:30px; font-weight:bold; margin-top:10px;}


.section-nav{
    position: relative;
}
.section-nav .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-nav .more img{
    width: 30px;
}

.news-article video{
    max-width: 100%;
}