img {
    max-width: 100%;
}
body{
	position: relative;
	padding-bottom: 180px;
}

/*header*/
.header {
    width: 100%;
    height: 80px;
    background: #ffffff;
    z-index: 99;
    padding: 0;
    box-sizing: border-box;
}

.header .head {
    width: 1400px;
    margin: 0 auto;
}
.swiper-pagination1{
	bottom: 30px !important;
}
.swiper-pagination-bullet{
	width:12px;
	height: 12px;
}
.swiper-pagination-bullet-active{
	color: #fff;
	background: #fff;
}
.header .logo {
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.header .logo img {
    height: 50px;
}

.header .logo img:nth-child(2) {
    display: none;
}

.header .nav {
    height: 80px;
}

.header .nav ul {
    height: 80px;
}

.header .nav ul li {
    float: left;
    margin-left: 67px;
    font-size: 16px;
    line-height: 80px;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}

.header .nav ul li a {
    display: block;
    color: #111111;
    font-size: 18px;
}

.header .nav ul li:hover,
.header .nav ul li.active {
    border-color: #bd1732;
}

.header.active {
    background: transparent;
    /*border-color: transparent;*/
}

.header.active .logo img {
    display: block;
}


.header.active .nav ul li:hover,
.header.active .nav ul li.active {
    border-color: #bd1732;
}

.header.active2 {
    border-color: transparent;
    position: absolute;
}

.footer {
    width: 100%;
    padding: 35px 0 40px;
    background: #f8f8f8;
    position: absolute;
    bottom:0px;
    height: 50px;
}

.footer .foot {
    width: 1400px;
    margin: 0 auto;
}

.footer .logo img {
    height: 50px;
    vertical-align: top;
}

.footer .nav ul li {
    float: left;
    margin-left: 85px;
    font-size: 14px;
    width: 85px;
}

.footer .nav ul li a {
    color: #000;
    display: inline-block;
}

.footer .nav ul li a:first-of-type {
    font-size: 16px;
    margin: 6px 0;
}

.footer .nav ul li a:hover {
    opacity: 0.8;
}

.footer .nav ul li img {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.footer .nav ul li:first-of-type a {
    cursor: default;
}

.footer .nav ul li:first-of-type a:hover {
    opacity: 1;
}

.footer .copyRight {
    margin-top: 6px;
    font-size: 14px;
    color: #000;
}

.title-big {
    width: 100%;
    border-bottom: 2px solid #bd1732;
}

.title-big p {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    height: 50px;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #f8f8f8;
}

.content {
    /*padding-top: 80px;*/
}
.news.content {
	border-top: 1px solid #e8e8e8;
}
.about.content {
	border-top: 1px solid #e8e8e8;
}
.banner {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b9bbbd;
    margin: 0 13px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f8f8f8;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
    bottom: 80px;
}

.banner .bxslider {
    width: 100%;
    height: 765px;
}

.banner .bxslider>div {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .bxslider>div .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .bxslider>div .text p {
    color: #fff;
    font-size: 48px;
    letter-spacing: 24px;
    width: 50%;
    box-sizing: border-box;
}

.banner .bxslider>div .text p:first-of-type {
    text-align: right;
    padding-right: 40px;
}

.banner .bxslider>div .text p:nth-child(2) {
    padding-left: 40px;
    text-align: left;
}

.banner .bxslider>div .text.text2 {
    margin-top: -50px;
}

.banner .bxslider>div .text.text2 p {
    width: 100%;
    text-align: right;
    letter-spacing: 16px;
    box-sizing: border-box;
}

.banner .bxslider>div .text.text2 p:first-of-type {
    padding-right: 120px;
}

.common-title {
    width: 100%;
    padding-top: 45px;
}

.common-title .common-title-main {
    width: 1200px;
    margin: 0 auto;
}

.common-title p {
    font-size: 14px;
}

.common-title p a {
    color: #8d8d8f;
    display: inline-block;
}

.common-title p img {
    vertical-align: middle;
    margin: 0 5px;
}

.common-title p span {
    color: #1e1e1f;
}

.pc {
    display: block !important;
}

.mb {
    display: none !important;
}

/*弹窗*/
.alertBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
}

.alertBox .box {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12rem;
    overflow: hidden;
}

.alertBox .box .alert-text {
    display: table;
    text-align: center;
    padding: 0.8rem 0;
    height: 2.2rem;
    width: 8.2rem;
    margin: 0 auto;
}

.alertBox .box .alert-text>span {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    font-size: 0.52rem;
}

.alertBox .box .alert-btn {
    text-align: center;
}

.alertBox .box .alert-btn a {
    display: inline-block;
    width: 4.4rem;
    height: 0.92rem;
    line-height: 0.92rem;
    background: #0092FF;
    border-radius: 4px;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.52rem;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all 0.3s;
}

.alertBox .box .alert-btn .btn-sure {
    background: #0092FF;
    margin-bottom: 1.2rem;
}

.alertBox .apply-close {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    background: url(../image/close.png) no-repeat;
    background-size: 0.4rem 0.4rem;
}

.pop {
    z-index: 999;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 90%;
    padding: 0 0.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pop .pop-con .close {
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 auto 0.4rem;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.52rem;
}

.pop .pop-con .close img {
    height: 0.4rem;
    margin-right: 0.4rem;
}

.pop .pop-con .swiper-container-pop {
    background: #fff;
}

.pop .pop-con .swiper-container-pop .btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.92rem;
    border-top: 1px solid #c9c9c9;
}

.pop .pop-con .swiper-container-pop .btn img {
    width: 0.28rem;
    vertical-align: middle;
    margin: 0 0.2rem;
}

.pop .pop-con .swiper-container-pop .btn .swiper-button-next {
    background: #fff;
    right: 0;
}

.pop .pop-con .swiper-container-pop .btn .swiper-button-prev {
    background: #fff;
    left: 0;
    border-right: 1px solid #c9c9c9;
}

.pop .pop-con .swiper-container-pop .btn .swiper-button-next,
.pop .pop-con .swiper-container-pop .btn .swiper-button-prev {
    width: 50%;
    height: 1.92rem;
    line-height: 1.92rem;
    z-index: 10;
    text-align: center;
    font-size: 0.44rem;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pop .pop-con .swiper-container-pop .swiper-slide {
    width: 100%;
}

.pop .pop-con .swiper-container-pop .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 9rem;
}

.pop .pop-con .swiper-container-pop .swiper-slide .img img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
}

.pop .pop-con .swiper-container-pop .swiper-slide .img span {
    position: absolute;
    bottom: 0.2rem;
    left: 0.32rem;
    font-size: 0.36rem;
    color: #acacac;
}

.pop .pop-con .swiper-container-pop .swiper-slide .img span i {
    font-size: 0.6rem;
    color: #fff;
}

.pop .pop-con .swiper-container-pop .swiper-slide .text {
    padding: 0.66rem;
    font-size: 0.52rem;
    color: #666;
    line-height: 0.8rem;
    max-height: 8.8rem;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.home .home-news {
    width: 100%;
    margin-bottom: 40px;
    
}

.home .home-news .news-list {
    width: 100%;
    padding-top: 12px;
    padding-left: 15px;
    box-sizing: border-box;
}

.home .home-news .news-list li {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.home .home-news .news-list li a {
    float: left;
    width: 70%;
    font-size: 16px;
    color: #1b1b1b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.home .home-news .news-list li a p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home .home-news .news-list li a p:hover {
	color:#bd1732;
}
.home .home-news .news-list li span {
    float: right;
    /*color: #b6b6b6;*/
}

.home .home-news .news-list li:last-of-type {
    margin-bottom: 15px;
}

.home .home-news .news-list li:hover a {
    color: #bd1732;
}

.home .home-two {
    width: 100%;
}

.home .home-two .company-news,
.home .home-two .industry-news {
    width: 49%;
}

.home .home-two .company-news ul,
.home .home-two .industry-news ul {
    padding-bottom: 50px;
}

.home .home-two .company-news ul li,
.home .home-two .industry-news ul li {
    position: relative;
    /*width: 100%;*/
    height: 350px;
    margin-top: 30px;
    overflow: hidden;
    padding: 15px;
    border:1px solid #ccc;
}

.home .home-two .company-news ul li img,
.home .home-two .industry-news ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.home .home-two .company-news ul li .text-box,
.home .home-two .industry-news ul li .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px 60px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.home .home-two .company-news ul li .text-box span,
.home .home-two .industry-news ul li .text-box span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.home .home-two .company-news ul li .text-box p,
.home .home-two .industry-news ul li .text-box p {
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.home .home-two .company-news ul li .text-box a,
.home .home-two .industry-news ul li .text-box a {
    position: absolute;
    bottom: 40px;
    right: 70px;
    display: inline-block;
    padding-left: 20px;
    background: url("../image/arrow.png") no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.home .home-two .company-news ul li:hover img,
.home .home-two .industry-news ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.about .inner-content,
.work .inner-content,
.news .inner-content,
.info .inner-content {
    /*padding: 45px 0 ;*/
}

.inner-content {
    width: 1200px;
    margin: 0 auto;
}

.news-main {
    width: 1200px;
    margin: 0 auto;
}

.left-menu {
    position: absolute;
    top: 130px;
    left: 17%;
    width: 135px;
    z-index: 999;
}

.left-menu ul {
    width: 100%;
}

.left-menu ul li {
    line-height: 70px;
    border-right: 3px solid transparent;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.left-menu ul li a {
    width: 100%;
    font-size: 20px;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.left-menu ul li a:hover {
    color: #bd1732;
}

.left-menu ul li.active {
    border-color: #bd1732;
}

.right-content {
    width: 100%;
    min-height: 500px;
    padding-left: 270px;
    margin-top: 33px;
    box-sizing: border-box;
}

.right-content .model {
    width: 100%;
    padding: 45px 0 20px;
    background: url("../image/bottom-line.png") no-repeat center bottom;
    background-size: 100% auto;
}
.right-content .model .font_box{
	font-size: 12px;
	padding:10px 0;
	line-height: 25px;
}
.right-content .model .model-con {
    width: 100% !important;
    overflow: hidden;
}


.right-content .model .model-con p.tit,.right-content .model p.tit {
    font-size: 20px;
    color: #000;
    padding: 0 0 30px;
    font-weight: 700;
}

.right-content .model .model-con p.text {
    font-size: 16px;
    color: #222222;
    line-height: 2.0;
    padding-bottom: 20px;
}

.right-content .model .model-con img {
    display: block;
    margin: 0 auto;
    /*width: 100%;*/
    /*max-width: 100% !important;*/
    /*height: auto !important;*/
    /*margin-bottom: 12px;*/
}

.right-content .model .model-con .signature {
    width: 100%;
    padding-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #222;
}

.right-content .model .model-con .lead-four {
    padding-bottom: 30px;
}

.right-content .model .model-con .lead-four p {
    font-size: 16px;
    color: #222222;
    line-height: 2;
    overflow: hidden;
    padding: 5px 0;
}

.right-content .model .model-con .lead-four p span {
    float: left;
    display: block;
}

.right-content .model .model-con .lead-four p span:first-of-type {
    width: 75px;
    font-weight: bold;
}

.right-content .model .model-con .lead-four p span:nth-child(2) {
    width: 100%;
    line-height: 1.7;
}

.right-content .model .model-con .lead-four p:first-of-type {
    padding-bottom: 10px;
}

.right-content .model .model-con .history-box {
    width: 100%;
    padding-bottom: 40px;
}

.right-content .model .model-con .history-box ul {
    background: url("../image/line.png") no-repeat 145px 40px;
}

.right-content .model .model-con .history-box ul li {
    width: 100%;
    padding-top: 10px;
}

.right-content .model .model-con .history-box ul li .year {
    position: relative;
    width: 138px;
    padding-right: 38px;
    font-size: 18px;
    text-align: center;
}

.right-content .model .model-con .history-box ul li .year span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.right-content .model .model-con .history-box ul li .year:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../image/dot1.png") no-repeat center center;
}

.right-content .model .model-con .history-box ul li .event {
    width: 70%;
    font-size: 16px;
    color: #222;
    line-height: 40px;
}

.right-content .model .model-con .history-box ul li .event p {
    position: relative;
}

.right-content .model .model-con .history-box ul li .event p:first-of-type {
    margin-top: 60px;
}

.right-content .model .model-con .history-box ul li .event p:before {
    position: absolute;
    top: 11px;
    left: -37px;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url("../image/dot2.png") no-repeat center center;
}

.right-content .model .model-con .history-box ul li:last-of-type .event p:last-of-type {
    padding-top: 10px;
    line-height: 1;
}

.right-content .model .model-con .news-list {
    width: 100%;
    padding-bottom: 20px;
}

.right-content .model .news-list li {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    font-size: 15px;
    line-height: 45px;
}

.right-content .model .news-list li a {
    color: #222222;
    width: 100%;
    display: block;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom:1px dotted #ccc; 
}

.right-content .model .news-list li a p {
    float: left;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-content .model .news-list li a:hover p {
	color: #bd1732;
}
/*.right-content .model .news-list li a:hover span {*/
/*	color:#222222;*/
/*}*/
.right-content .model .news-list li span {
    float: right;
}

/*.right-content .model .news-list li:hover a {*/
/*    color: #bd1732;*/
/*}*/

.right-content .model .model-con .into-team-list {
    width: 100%;
}
.right-content .model .model-con .teamBox{
	/*	-moz-column-count:4;*/
	/* Firefox */
 /*       -webkit-column-count:4;*/
	/* Safari 和 Chrome */
 /*       column-count:4;*/
	/*-moz-column-gap:1em;*/
	/*-webkit-column-gap:1em;*/
	/*column-gap:1em;*/
	
}
.right-content .model .model-con .teamBox li
{
	/*-moz-page-break-inside:avoid;*/
	/*-webkit-column-break-inside:avoid;*/
	/*break-inside:avoid;*/
	/*float:none !important ;*/

}
.right-content .model .model-con .teamBox li a{
	width:100%;
}

.right-content .model .model-con .teamBox li a p{
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}
	
	
.right-content .model .model-con .into-team-list li {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    overflow: hidden;
}
.right-content .model .model-con .into-team-list li:nth-child(3n) {
	margin-right: 0%;
}

.right-content .model .model-con .into-team-list li a img {
    display: block;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    margin: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.right-content .model .model-con .into-team-list li .font_box p{
	font-size: 12px;
}

.right-content .model .model-con .into-team-list li .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.right-content .model .model-con .into-team-list li .text-box span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.right-content .model .model-con .into-team-list li .text-box p {
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.right-content .model .model-con .into-team-list li .text-box a {
    position: absolute;
    bottom: 40px;
    right: 70px;
    display: inline-block;
    padding-left: 20px;
    background: url("../image/arrow.png") no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.right-content .model .model-con .into-team-list li:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.right-content .model .model-con .into-team-list li:nth-child(even) {
    /*margin-right: 0;*/
}

.right-content .model .model-con.news-detail {
    min-height: 500px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.right-content .model .model-con.news-detail p.title {
    font-size: 28px;
    color: #333;

}

.right-content .model .model-con.news-detail p.date {
    font-size: 14px;
    color: #999;
}

.right-content .model .model-con.news-detail div.news-detail-content {
    width: 100%;
    font-size: 14px;   
    line-height: 26px;
    padding: 30px 0 40px;
    text-align: left;
}
div.news-detail-content div,div.news-detail-content p,div.news-detail-content span{
    line-height: 2.0;
     max-width: 100% !important;
    /*color: #2f2f2f;*/
    
}
div.news-detail-content p span:first-child{

}
.right-content .model .model-con.news-detail div.news-detail-content p {
    /*padding-top: 10px;*/
    max-width: 100% !important;
}

.right-content .model .model-con.news-detail div.news-detail-content img {
    /*max-width: 70% !important;*/
    /*width: auto;*/
    /*height: auto;*/
    /*margin: 10px auto 0;*/
}

.right-content .model:first-of-type {
    padding-top: 0;
}

.right-content .model:last-of-type {
    background-image: none;
}
/*去除公司介绍的br标签*/
.right-content .about-intro .model-con>br{
	display:none!important;
}

.join .join-content {

    margin: 0 auto;
}

.join .join-content .join-body {

    margin: 0 auto;
    padding-bottom: 40px;
}

.join .join-content .join-body .join-choose {
    width: 100%;
    /*padding-left:29px;*/

}

.join .join-content .join-body .join-choose ul,
.sel ul {
    width: calc(100% - 135px);
}

.join .join-content .join-body .join-choose ul li,
.sel li {
    display: inline-block;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1e1e1f;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.join .join-content .join-body .join-choose ul li a,
.sel li a {
    display: block;
}

.join .join-content .join-body .join-choose ul li.active,
.sel li.active {
    background: #e3e4e5;
}

.join .join-content .join-body .join-choose ul li.active:hover,
.sel li.active:hover,
.sel li:hover {
    background: #e3e4e5;
}

.join .join-content .join-body .join-choose ul .site:hover {
    background: #e8ebed;
}

.join .join-content .join-body .join-choose ul .typezp:hover {
    background: #e8ebed;
}

.join .join-content .join-body .join-choose ul:first-of-type {
    width: 135px;
}

.join .join-content .join-body .join-choose .join-job-detail .line-mobile {
    width: 85%;
}

.join .join-content .join-body .join-choose .join-job-detail ul {
    width: calc(100% - 135px);
}

.join .join-content .join-body .join-choose .join-job-detail ul:first-of-type {
    width: 135px;
}

.join .join-content .join-body .join-choose .join-job-detail p {
    width: 15%;
    line-height: 50px;
    font-size: 16px;
    text-align: right;
    padding: 25px 30px 0 0;
    box-sizing: border-box;
}

.join .join-content .join-body .join-list-box {
    min-height: 240px;
}

.join .join-content .join-body .join-list-box .noHave {
    width: 100%;
    height: 240px;
}

.join .join-content .join-body .join-list-box .noHave p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 240px;
}

.join .join-content .join-body .join-list-box span {
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

.join .join-content .join-body .join-list-box span.job {
    width: 62%;
    padding-left: 19px;
}

.join .join-content .join-body .join-list-box span.job-type,
.join .join-content .join-body .join-list-box span.job-num,
.join .join-content .join-body .join-list-box span.job-add {
    width: 19%;
    text-align: center;
}

.join .join-content .join-body .join-list-box span.job-time {
    width: 11%;
    text-align: center;
}

.join .join-content .join-body .join-list-box .join-tit {
    width: 100%;
    height: 50px;
    background: #e3e4e5;
    border-radius: 8px;
    font-size: 18px;
    color: #1e1e1f;
    line-height: 50px;
    font-weight: bold;
}

.join .join-content .join-body .join-list-box .join-list {
    padding: 15px 0;
}

.join .join-content .join-body .join-list-box .join-list li {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #ccc;
}
.join .join-content .join-body .join-list-box .join-list:last-child{
    border:0px;
}

.join .join-content .join-body .join-list-box .join-list li a span.job {
    padding-left: 19px;
}

.join .join-content .join-body .join-list-box .join-list li:before {
    position: absolute;
    top: 20px;
    left: 45px;
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    background: #0b569e;
    border-radius: 10px;
    
}

.join .join-content .join-body .join-list-box .page {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.join .join-content .join-body .join-list-box .page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.join .join-content .join-body .join-list-box .page a.prev-more,
.join .join-content .join-body .join-list-box .page a.next-more {
    background: url("../image/arrow4.png") no-repeat center;
}

.join .join-content .join-body .join-list-box .page a.prev-more:hover,
.join .join-content .join-body .join-list-box .page a.next-more:hover {
    background-image: url("../image/arrow4-hover.png");
}

.join .join-content .join-body .join-list-box .page a.prev,
.join .join-content .join-body .join-list-box .page a.next {
    background: url("../image/arrow2.png") no-repeat center;
}

.join .join-content .join-body .join-list-box .page a.prev:hover,
.join .join-content .join-body .join-list-box .page a.next:hover {
    background-image: url("../image/arrow2-hover.png");
}

.join .join-content .join-body .join-list-box .page a.prev,
.join .join-content .join-body .join-list-box .page a.prev-more {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.join .join-content .join-body .join-list-box .page a:hover,
.join .join-content .join-body .join-list-box .page a.active {
    color: #c8364d;
}

.join .join-content .join-body .job-detail {
    padding: 15px 0 40px;
    font-size: 16px;
    background: url("../image/bottom-line.png") no-repeat center bottom;
    background-size: 100% auto;
}

.join .join-content .join-body .job-detail p.dot {
    position: relative;
    padding-left: 73px;
    line-height: 50px;
}

.join .join-content .join-body .job-detail p.dot:before {
    position: absolute;
    top: 20px;
    left: 51px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #0b569e;
    border-radius: 10px;
}

.join .join-content .join-body .job-detail .top {
    width: 100%;
}

.join .join-content .join-body .job-detail .top p {
    display: inline-block;
    padding-right: 100px;
    float: left;
}

.join .join-content .join-body .job-detail .text {
    padding-left: 73px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.8;
}

.join .job-contact {
    
    margin-bottom: 100px;
    background-size: 100% auto;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.join .job-contact>div {
    width: 50%;
    float: left;
    height: 70px;
    box-sizing: border-box;
    text-align: center;
    line-height: 70px;
}

.join .job-contact>div:first-of-type {
    border-right: 1px solid #3e3a3b;
}

.join .job-contact>div img {
    vertical-align: middle;
}

.join .job-contact>div p {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
}

.join .job-contact>div p span {
    display: inline-block;
    padding-right: 20px;
}

.join .job-contact>div p a {
    color: #000;
}

.contact .contact-content {
    width: 1380px;
    margin: 0 auto;
}

.contact .contact-content .contact-list {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.contact .contact-content .contact-list li {
    width: 100%;
    margin-bottom: 30px;
    height: 240px;
}

.contact .contact-content .contact-list li .img-box {
    width: 37%;
    height: 100%;
}

.contact .contact-content .contact-list li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .contact-content .contact-list li .text-box {
    position: relative;
    width: 63%;
    height: 100%;
    box-sizing: border-box;
}

.contact .contact-content .contact-list li .text-box .text-content {
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 40px);
}

.contact .contact-content .contact-list li .text-box p {
    overflow: hidden;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 34px;
}

.contact .contact-content .contact-list li .text-box p:first-of-type {
    padding-left: 0;
    font-size: 16px;
    line-height: 60px;
    padding-bottom: 10px;
}

.contact .contact-content .contact-list li .text-box p:last-of-type {
    line-height: 1;
    padding-top: 5px;
}

.contact .contact-content .contact-list li .text-box p span,
.contact .contact-content .contact-list li .text-box p a {
    cursor: default;
    display: inline-block;
    float: left;
}

.contact .contact-content .contact-list li .text-box p span {
    width: auto;
}

.contact .contact-content .contact-list li .text-box p a {
    width: 85%;
}

.contact .contact-content .contact-list li .text-box p:last-of-type a {
    cursor: pointer;
    width: auto;
}

@media screen and (max-width: 1800px) {
    .inner-content {
        width: 1100px;
    }

    .right-content {
        padding-left: 64px;
    }

    .left-menu {
        left: 12%;
    }
}

@media screen and (max-width: 1680px) {
    .inner-content {
        width: 1064px;
    }

    .left-menu {
        left: 10%;
    }

    .common-title .common-title-main,
    .join .join-content {
        width: 1185px;
    }
}

@media screen and (max-width: 1550px) {
    .inner-content {
        width: 1100px;
    }

    .right-content {
        padding-left: 100px;
    }

    .left-menu {
        left: 8%;
    }
}

@media screen and (max-width: 1440px) {
    .header .head {
        width: 1200px;
    }

    .left-menu {
        left: 12%;
    }

    .inner-content {
        width: 960px;
    }

    .right-content {
        padding-left: 130px;
    }

    .right-content .model .model-con .history-box ul {
        background: url(../image/line.png) no-repeat 145px 61px;
    }

    .right-content .model .model-con .history-box ul li .event {
        width: 70%;
    }

    .footer .foot {
        width: 1200px;
    }

    .footer .nav ul li {
        margin-left: 55px;
    }

    .common-title .common-title-main,
    .join .join-content {
        width: 100%;
    }

    .join .join-content .join-body {
        width: 100%;
    }

    .contact .contact-content .contact-list {
        width: 1050px;
    }
    
    .common-title p {
    	padding-left: 40px;
    }
}

@media screen and (max-width: 1366px) {
    .left-menu {
        left: 14%;
        width: 120px;
    }

    .left-menu ul li {
        line-height: 50px;
    }

    .inner-content {
        width: 960px;
    }

    .right-content {
        padding-left: 160px;
    }

    .right-content .model .model-con .history-box ul li .event {
        width: 70%;
    }

    .banner .bxslider {
        height: 100Vh;
    }

    .main {
        width: 1000px;
    }

    .header {
        padding: 0 65px;
    }

    .header .head {
        width: 1100px;
        height: 10%;
    }

    .contact .contact-content {
        width: 100%;
        margin: 0 auto;
    }

    .contact .contact-content .contact-list {
        width: 1000px;
    }


    .footer .foot {
        position: relative;
        width: 1100px;
    }

    .footer .nav ul li {
        margin-left: 45px;
    }

    .footer .copyRight {
        position: absolute;
        right: -50px;
        top: -6px;
    }

    .home .home-two .company-news ul li,
    .home .home-two .industry-news ul li {
        height: 300px;
    }

    .common-title .common-title-main {
        width: 1000px;
    }

    .news-main {
        width: 1000px;
    }

    .join .join-content {
        width: 100%;
    }

    .join .join-content .join-body {
        width: 1000px;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }
    .join .join-content .join-body .join-choose ul li{
    	height: ;
    }
    .left-menu{
    	left: 0 !important;
    	top: 0 !important;
    	padding:0 !important;
    	margin: 0 !important;
    	position: relative !important;
    }
	.left-menu,.left-menu ul{
		
		display: block !important;
		width: 100% !important;
	}

	.left-menu ul{
		height: 32px;
		overflow: hidden;
	}
	.join .join-content .join-body .join-choose ul li, .sel li{
		margin: 0 5px 5px 0;
		font-size: 12px !important;
			width: 70px !important;
	
	}
	.join .join-content .join-body .join-choose ul, .sel ul{
		width: 100% !important;
		font-size: 12px !important;
		width: 70px;
	
		
	}
	.join .join-content .join-body .join-choose ul li a{
		font-size: 12px !important;
	}
	.left-menu li{
		border: 1px solid #ffd9d6 !important;
		width:100px !important;
		height: 30px !important;
		float: left !important;
		line-height: 30px !important;
		text-align: center;
		margin-left: 2px;
	}
	.left-menu li a{
		font-size: 12px !important;
	}
    .news-main {
        width: 100%;
        padding: 0 0.6rem;
        box-sizing: border-box;
    }
	.head .bx-wrapper{
		margin: auto !important;
	}
    .news-main .right-content {
        padding: 0;
    }

    .main,
    .inner-content {
        width: 100%;
        padding: 0 0.6rem;
        box-sizing: border-box;
    }

    .title-big-two {
        width: 100%;
        font-size: 0.56rem;
        color: #333;
        line-height: 1;
        background: url("../image/bottom-line.png") no-repeat center bottom;
        background-size: 100% auto;
    }

    .title-big {
        width: 100%;
        border-bottom: 1px solid #bd1732;
    }

    .title-big p {
        font-size: 0.56rem;
        height: 1.4rem;
        line-height: 1.4rem;
        padding: 0 0.6rem;
    }
	.banner{
		height: 200px;
	}
	.banner .bxslider{
		height: 100%;
	}
    .banner .bx-wrapper {
        display: none;
    }

    .banner .home-swiper {
        width: 100%;
        height: 18rem;
    }

    .banner .home-swiper .swiper-pagination-bullet {
        background: #b9bbbd;
        opacity: 1;
    }

    .banner .home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f8f8f8;
    }
	.banner .swiper-slide{
		background-size: cover;
	}
	.banner .bxslider>div .text p{
		font-size: 22px;
		letter-spacing:5px;
	}
	.banner .bxslider>div .text.text2 p:first-of-type{
		padding-right: 70px;
	}
	.banner .bxslider>div .text.text2{
		margin-top: 0px;
	}
    .banner .home-swiper .swiper-slide .text {
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .banner .home-swiper .swiper-slide .text p {
        width: 100%;
        text-align: center;
        font-size: 1.32rem;
        line-height: 2rem;
        color: #fff;
        letter-spacing: 0.2rem;
    }
	.right-content .model .news-list li a p{
		width: 70%;
	}
    .content {
        padding-top: 0;
    }

    .back-top {
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        background: #d1d3d4;
        text-align: center;
    }

    .back-top img {
        vertical-align: middle;
    }

    .back-top span {
        font-size: 0.38rem;
        color: #7a7b7e;
    }

    .mb-header {
        width: 100%;
    }

    .mb-header .head .logo {
        width: 100%;
    }

    .mb-header .head .logo a {
        display: block;
        padding: 0.44rem 0 0 0.6rem;
    }

    .mb-header .head .logo a img {
        width: 4.36em;
    }

    .mb-header .head .swiper-container {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: 48px;
    }

    .mb-header .head .swiper-container .home-nav-swiper {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .mb-header .head .swiper-container .home-nav-swiper .swiper-slide {
        width: 20%;
        /*width: 84.5px;*/
        padding: 0.48rem 0 0.36rem;
        text-align: center;
    }
	
    .mb-header .head .swiper-container .home-nav-swiper .swiper-slide a {
        display: inline-block;
        height: 100%;
        font-size: 0.5rem;
        box-sizing: border-box;
        border-bottom: 3px solid transparent;
    }

    .mb-header .head .swiper-container .home-nav-swiper .swiper-slide-active a {
        border-color: #bd1732;
    }
    .mb-header .head .swiper-container .nav-page {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mb-header .head .swiper-container .nav-page .swiper-button-next,
    .mb-header .head .swiper-container .nav-page .swiper-button-prev {
        z-index: 999;
        top: 0;
        margin-top: 0;
        width: 1rem;
        height: 100%;
        opacity: 1 !important;
        background: #ffffff url("../image/arrow.jpg") no-repeat center 45%;
    }

    .mb-header .head .swiper-container .nav-page .swiper-button-prev {
        display: none;
        left: 0px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mb-header .head .swiper-container .nav-page .swiper-button-prev.active {
        display: block;
    }

    .mb-header .head .swiper-container .nav-page .swiper-button-next {
        right: 0px;
        display: block;
    }

    .mb-header .head .swiper-container .nav-page .swiper-button-next.active {
        display: none;
    }

    .footer {
        padding: 0.48rem 0.6rem;
        box-sizing: border-box;
    }

    .footer .foot {
        width: 100%;
    }

    .footer .logo img {
        width: 3.56rem;
        height: auto;
    }

    .footer .nav ul li {
        float: left;
        margin-left: 1.08rem;
        font-size: 0.4rem;
        width: 3rem;
    }

    .footer .nav ul li a:first-of-type {
        font-size: 0.48rem;
        margin: 0 0 0.4rem 0;
    }

    .footer .nav ul li a:hover {
        opacity: 1;
    }

    .footer .nav ul li img {
        display: block;
        width: 100%;
        margin-top: 0.4rem;
    }

    .footer .copyRight {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        margin-top: 0.72rem;
        font-size: 0.4rem;
    }

    .home .home-news {
        width: 100%;
        padding: 0.6rem 0;
    }

    .home .home-news .news-list {
        width: 100%;
        padding-top: 0.5rem;
        padding-left: 0.3rem;
    }

    .home .home-news .news-list li {
        width: 100%;
        margin-top: 0.4rem;
    }

    .home .home-news .news-list li a {
        font-size: 0.48rem;
        width: 70%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
    }

    .home .home-news .news-list li a p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home .home-news .news-list li:last-of-type {
        margin-bottom: 15px;
    }

    .home .home-news .news-list li:hover a {
        color: #1b1b1b;
    }

    .home .home-two {
        width: 100%;
    }

    .home .home-two .company-news,
    .home .home-two .industry-news {
        width: 100%;
    }

    .home .home-two .company-news ul,
    .home .home-two .industry-news ul {
        padding-bottom: 1.2rem;
    }

    .home .home-two .company-news ul li,
    .home .home-two .industry-news ul li {
        position: relative;
        height: 7.4rem;
        margin-top: 0.4rem;
    }

    .home .home-two .company-news ul li img,
    .home .home-two .industry-news ul li img {
        width: 100%;
        height: 6rem;
        object-fit: cover;
        vertical-align: top;
    }

    .home .home-two .company-news ul li .text-box,
    .home .home-two .industry-news ul li .text-box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 1.4rem;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        overflow: hidden;
    }

    .home .home-two .company-news ul li .text-box span,
    .home .home-two .industry-news ul li .text-box span {
        display: inline-block;
        width: auto;
        line-height: 1.6rem;
        font-size: 0.48rem;
        color: #000000;
        float: right;
    }

    .home .home-two .company-news ul li .text-box p,
    .home .home-two .industry-news ul li .text-box p {
        width: 70%;
        float: left;
        line-height: 1.6rem;
        font-size: 0.48rem;
        color: #000000;
        letter-spacing: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home .home-two .company-news ul li .text-box a,
    .home .home-two .industry-news ul li .text-box a {
        display: none;
    }

    .home .home-two .company-news ul li:hover,
    .home .home-two .industry-news ul li:hover {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
    }

    .home .home-two .company-news ul li:hover img,
    .home .home-two .industry-news ul li:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
    }

    .about .inner-content,
    .work .inner-content,
    .news .inner-content,
    .info .inner-content {
        padding: 0;
    }
    .right-content {
        width: 100%;
        padding: 0 0.6rem;
    }

    .right-content .model {
        padding: 0.2rem 0 0.5rem;
        background: url("../image/mb-line.jpg") no-repeat center bottom;
        background-size: 100% auto;
    }

    .right-content .model .model-con {
        width: 100% !important;
    }

    .right-content .model .model-con p.tit {
        font-size: 0.56rem;
        padding: 0.6rem 0;
    }

    .right-content .model .model-con p.text {
        font-size: 0.48rem;
        color: #222222;
        line-height: 0.92rem;
        padding-bottom: 0.44rem;
    }

    .right-content .model .model-con img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
        margin-bottom: 0.32rem;
    }

    .right-content .model .model-con .signature {
        padding-top: 0.4rem;
        font-size: 0.48rem;
    }

    .right-content .model .model-con .lead-four {
        padding-bottom: 0.6rem;
    }

    .right-content .model .model-con .lead-four p {
        font-size: 0.48rem;
        text-align: justify;
        padding-bottom: 0.2rem;
    }

    .right-content .model .model-con .lead-four p span {
        float: left;
        display: block;
    }

    .right-content .model .model-con .lead-four p span:first-of-type {
        width: 100%;
        font-weight: bold;
    }

    .right-content .model .model-con .lead-four p span:nth-child(2) {
        width: 100%;
    }

    .right-content .model .model-con .lead-four p:first-of-type {
        padding-bottom: 0.32rem;
    }

    .right-content .model .model-con .history-box {
        width: 100%;
        padding-bottom: 0.8rem;
    }

    .right-content .model .model-con .history-box ul {
        /*background: url("../image/line.png") no-repeat 2.32rem 0.36rem;*/
        /*background-size: 0.06rem 92%;*/
        background: none !important;
    }

    .right-content .model .model-con .history-box ul li {
        width: 100%;
        padding-top: 0.2rem;
    }

    .right-content .model .model-con .history-box ul li .year {
        width: 2.44rem;
        padding-right: 0.6rem;
    }

    .right-content .model .model-con .history-box ul li .year span {
        font-size: 0.52rem;
        text-align: left;
    }

    .right-content .model .model-con .history-box ul li .year span.line-span {
        padding-left: 0.52rem;
    }

    .right-content .model .model-con .history-box ul li .year:after {
        right: 0.36rem;
        width: 0.68rem;
        height: 0.68rem;
        background-size: contain;
    }

    .right-content .model .model-con .history-box ul li .event {
        width: 10rem;
        font-size: 0.48rem;
        /*line-height: 0.88rem;*/
    }

    .right-content .model .model-con .history-box ul li .event p {
        position: relative;
    }

    .right-content .model .model-con .history-box ul li .event p:first-of-type {
        margin-top: 1.6rem;
    }

    .right-content .model .model-con .history-box ul li .event p:before {
        /*top: 1.7rem;*/
        /*left: -0.88rem;*/
        /*width: 0.36rem;*/
        /*height: 0.36rem;*/
        /*background-size: 100% 100%;*/
    }

    .right-content .model .model-con .history-box ul li:last-of-type .event p:last-of-type {
        padding-top: 10px;
        line-height: inherit;
    }

    .right-content .model .model-con .news-list {
        width: 100%;
        padding-bottom: 0.4rem;
    }

    .right-content .model .model-con .news-list li {
        width: 100%;
        overflow: hidden;
        line-height: 1rem;
        font-size: 0.48rem;
    }

    .right-content .model .model-con .news-list li a {
        color: #222222;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
    }

    .right-content .model .model-con .news-list li a p {
        float: left;
        width: 95%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .right-content .model .model-con .news-list li span {
        float: right;
    }

    .right-content .model .model-con .news-list li:hover a {
        color: #bd1732;
    }

    .right-content .model .model-con .news-list.news-list2 li a p {
        width: 100%;
    }

    .right-content .model .model-con .into-team-list li {
        width: 100%;
        height: 7.4rem;
        margin-right: 0;
        margin-bottom: 0.4rem;
    }

    .right-content .model .model-con .into-team-list li a img {
        width: 100%;
        height: 6rem;
    }

    .right-content .model .model-con .into-team-list li .text-box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 1.4rem;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        overflow: hidden;
    }

    .right-content .model .model-con .into-team-list li .text-box span {
        display: inline-block;
        width: auto;
        line-height: 1.6rem;
        font-size: 0.48rem;
        color: #000000;
        float: right;
    }

    .right-content .model .model-con .into-team-list li .text-box p {
        width: 70%;
        float: left;
        line-height: 1.6rem;
        font-size: 0.48rem;
        color: #000000;
        letter-spacing: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .right-content .model .model-con .into-team-list li .text-box a {
        display: none;
    }

    .right-content .model .model-con .into-team-list li:hover {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
    }

    .right-content .model .model-con .into-team-list li:hover a img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
    }

    .right-content .model .model-con.news-detail {
        /*min-height: 12rem;*/
        /*text-align: center;*/
        width: 100%;
    }

    .right-content .model .model-con.news-detail p.title {
        font-size: 1rem;
        padding: 0.8rem 0;
        margin: 0 auto;
    }

    .right-content .model .model-con.news-detail p.date {
        font-size: 0.48rem;
    }

    .right-content .model .model-con.news-detail div.news-detail-content {
        width: 100%;
        font-size: 0.48rem;
        line-height: 0.96rem;
        padding: 0.6rem 0 0.8rem;
        color: #444;
    }
    
    .news-detail-content p, .news-detail-content span {
    	width:100%!important;
    }

    .right-content .model .model-con.news-detail div.news-detail-content p {
        /*padding-top: 0.24rem;*/
    }

    .right-content .model .model-con.news-detail div.news-detail-content img {
        max-width: 100%!important;
        width: 100% !important;
        height: auto !important;
        /*margin: 0.24rem auto 0;*/
    }

    .right-content .model.about-organization .model-con img {
        height: auto;
    }

    .right-content .model:first-of-type {
        padding-top: 0;
    }

    .right-content .model:last-of-type {
        background-image: none;
    }
}

/* 下拉滚动*/
.maka-Arrow {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    text-align: center;

    z-index: 1999;
    animation-name: arrowing;
    -webkit-animation-name: arrowing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes arrowing {
    0% {
        transform: translateY(-5px);
        opacity: 0.8;
    }

    50% {
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(-5px);
        opacity: 0.8;
    }
}

/* 分页*/
/*pages*/
.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    height: 34px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}

.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #0099ff;
}

.pagination li.thisclass {
    background: #09f;
    color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
    background: transparent;
    border-color: #09f;
    color: #fff;
    cursor: default;
}

#gotop {
    display: block;
    width: 48px;
    height: 49px;
    position: fixed;
    bottom: 150px;
    right: 20px;
    background: url(../../image/backTop.png) no-repeat;
    cursor: pointer;
}

#gotop:hover {
    background-position: -48px 0;
}
#main-work{
	width: 100% !important;
}
.model-con{
	width: 100% !important;
}
.homeImgList{
	margin-top: 30px;
 display: flex;
  flex-flow:  row nowrap;
  justify-content: space-between;
      overflow: auto;
    width: 100%;
  
}
.homeImgList li{
	padding: 10px 10px;
	border: 1px solid #ccc;
	width: 30%;
	height: 200px;
	min-width: 300px;
}
.homeImgList li a {
	transition: all 1s;
}
.homeImgList li:hover a{
	transition: all 1s;
	transform: scale(1.05);
}
.homeImgList li .text-box{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding:5px;
	position: absolute;
	bottom:0px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	
}
.homeImgList li .text-box span,.homeImgList li .text-box p{
	width: 100%;
	font-size: 12px;
	color:#fff;
}
.homeImgList li .text-box p{
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
