﻿@charset "utf-8";
/* CSS Document */
html, body {
    background: #f3f3f3!important;
}
#about {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
}
#about .profile {
    background: url("../img/about_profile_bg.png") no-repeat;
    background-position: right bottom;
    padding: 100px 0;
}
#about .profile .img {
    width: 40%;
    text-align: left;
}
#about .profile .img>img {
    width: 100%;
    height: auto;
}
#about .profile .box {
    width: 60%;
    box-sizing: border-box;
    padding-left: 6%;
    text-align: left;
}
#about .profile .box>.tit {
    padding: 30px 0;
    font-weight: 700;
    font-size: 56px;
    color: #222;
}
#about .profile .box>.tit>p {
    font-size: 30px;
}
#about .profile .box>.txt {
    color: #444;
    font-size: 16px;
    line-height: 28px;
}
#about .profile .box>.txt>p {
    margin-bottom: 30px;
}
#about .honor {
    position: relative;
}
#about .honor .img {
    width: 60%;
    text-align: left;
}
#about .honor .img>img {
    width: 100%;
    height: auto;
}
#about .honor .box {
    position: absolute;
    z-index: 3;
    left: 0;
    top: -6%;
    width: 45%;
    height: 100%;
    padding-left: 20%;
    padding-top: 6%;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(38,87,161,1);
    text-align: left;
}
#about .honor .box:after {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    right: -50px;
    width: 100%;
    height: 100%;
    opacity: .051;
    background: url("../img/robot.png") no-repeat;
    background-position: right bottom;
    background-size: 720px auto;
    content: '';
}
#about .honor .box>.tit {
    position: relative;
    z-index: 6;
    padding: 20px 0;
    font-weight: 700;
    font-size: 56px;
    color: rgba(255,255,255,1);
}
#about .honor .box>.tit:after {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: rgba(255,255,255,1);
    content: '';
}
#about .honor .box>.tit>p {
    font-size: 30px;
}
#about .honor .box>.txt {
    position: relative;
    z-index: 5;
    padding-top: 50px;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    line-height: 32px;
}
#about .honor .box>.txt>p {
    margin-bottom: 10px;
}
#about .video {
    margin: 0 auto;
    padding: 80px 0;
}
#about .video>.tit {
    text-align: center;
    padding: 30px 0;
}
#about .video>.tit>h3 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 46px;
}
#about .video>.statistics {
    margin: 0 auto;
    width: 76%;
    padding: 100px 0;
}
#about .video>.statistics>ul {
    margin: 0 auto;
}
#about .video>.statistics>ul>li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}
#about .video>.statistics>ul>li>.num {
    color: rgba(38,87,161,1);
    background-image: -webkit-linear-gradient(bottom, rgba(38,87,161,1), rgba(65,126,255,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
#about .video>.statistics>ul>li>.num>span {
    font-size: 78px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: -2px;
}
#about .video>.statistics>ul>li>.txt {
    font-weight: 500;
    font-size: 16px;
    color: #555;
}
#about .video>.container {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
#about .video>.container>a {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    width: 110px;
    height: 110px;
}
#about .video>.container>a:after {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid rgba(255,255,255,1);
    border-bottom: 10px solid transparent;
    content: '';
}
#about .video>.container>a:before {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -40px;
    width: 100%;
    padding: 10px 0;
    color: rgba(255,255,255,1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    content: 'VIDEO';
    transition: all .35;
}
#about .video>.container>a>img {
    width: 100%;
    height: auto;
    animation: myrotate 1s linear infinite;
}
#about .video>.container>.video-img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#about .video>.container>.video-source {
    width: 70%;
    height: 70%;
}

@media only screen and (max-width: 1460px) {
#about .honor .box {
    width: 50%;
    padding-top: 3%;
}
#about .honor .box:after {
    background-size: 500px auto;
}
#about .profile .box>.tit {
    font-size: 46px;
}
#about .profile .box>.tit>p {
    font-size: 24px;
}
#about .honor .box>.tit {
    font-size: 46px;
}
#about .video>.statistics {
    width: 86%;
}
#about .video>.statistics>ul>li>.num>span {
    font-size: 64px;
}
#about .video>.statistics>ul>li>.txt {
    font-size: 15px;
}
}

@media only screen and (max-width: 1280px) {
#about .profile .box>.txt {
    font-size: 15px;
    line-height: 26px;
}
#about .honor .box {
    width: 65%;
    padding-left: 30%;
}
#about .honor .box>.tit {
    font-size: 36px;
}
#about .video>.tit>h3 {
    font-size: 20px;
}
}

@media only screen and (max-width: 1080px) {
#about .profile .img {
    width: 100%;
    height: 360px;
    float: none;
    overflow: hidden;
}
#about .profile .img>img {
    position: relative;
    z-index: 1;
    top: -65%;
}
#about .profile .box {
    width: 100%;
    float: none;
    padding-left: 0;
}
#about .honor .img {
    width: 100%;
    float: none;
}
#about .honor .box {
    float: none;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 7%;
}
#about .honor .box:after {
    background-size: 36% auto;
}
#about .honor .box>.txt>p {
    display: block;
    float: left;
    width: 50%;
}
#about .video>.tit>h3 {
    font-size: 16px;
    line-height: 28px;
}
#about .video>.statistics {
    padding: 30px 0;
}
#about .video>.statistics>ul>li {
    width: 33.33%;
    margin-bottom: 20px;
}
#about .video>.statistics>ul>li>.num>span {
    font-size: 42px;
}
}

@media only screen and (max-width: 840px) {
#about .video>.tit>h3 {
    font-size: 14px;
    line-height: 24px;
}
#about .video>.statistics>ul>li {
    width: 50%;
}
#about .video>.statistics>ul>li>.num>span {
    font-size: 56px;
}
}

@media only screen and (max-width: 640px) {
#about .profile .img {
    height: 240px;
}
#about .profile .box>.tit {
    padding: 20px 0;
    font-size: 28px;
}
#about .profile .box>.tit>p {
    font-size: 18px;
}
#about .profile .box>.txt {
    font-size: 14px;
    line-height: 24px;
}
#about .profile .box>.txt>p {
    margin-bottom: 20px;
}
#about .honor .box>.tit {
    font-size: 28px;
}
#about .honor .box>.txt>p {
    font-size: 14px;
}
#about .video>.tit>h3 {
    font-size: 13px;
}
#about .video>.statistics>ul>li {
    margin-bottom: 10px;
}
#about .video>.statistics>ul>li>.num>span {
    font-size: 36px;
}
#about .video>.statistics>ul>li>.txt {
    height: 40px;
    font-size: 14px;
}
#about .video>.container>a {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
}
#about .video>.container>.video-source {
    width: 100%;
    height: 100%;
}
}

@media only screen and (max-width: 420px) {
#about .profile .box>.tit {
    font-size: 24px;
}
#about .profile .box>.tit>p {
    font-size: 16px;
}
#about .profile .img {
    height: 200px;
}
#about .honor .box>.tit {
    font-size: 24px;
}
#about .honor .box>.txt {
    padding-top: 30px;
}
#about .honor .box>.txt>p {
    font-size: 12px;
}
#about .video {
    padding: 50px 0;
}
#about .video>.statistics>ul>li>.txt {
    height: 32px;
    font-size: 12px;
}
}
 @keyframes myrotate {
 0% {
transform:rotate(0deg);
}
 25% {
transform:rotate(90deg);
}
 50% {
transform:rotate(180deg);
}
 75% {
transform:rotate(270deg);
}
 100% {
transform:rotate(360deg);
}
}
 @-webkit-keyframes myrotate {
 0% {
-webkit-transform:rotate(0deg);
}
 25% {
-webkit-transform:rotate(90deg);
}
 50% {
-webkit-transform:rotate(180deg);
}
 75% {
-webkit-transform:rotate(270deg);
}
 100% {
-webkit-transform:rotate(360deg);
}
}



/* history */
#history {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 50px 0;
}
#history {
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 0;
    background: url("../img/history_bg.jpg") no-repeat;
    background-size: cover;
}
#history>.title {
    position: relative;
    width: 86%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 45px;
    color: #333;
    text-align: left;
    font-weight: 400;
}
#history>.container {
    position: relative;
    margin: 0 auto;
    padding: 70px 0 20px 0;
}
#history>.container .prev {
    position: absolute;
    z-index: 3;
    left: -30px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: rgba(38,87,161,1);
    border-radius: 100%;
    transition: all .35s;
}
#history>.container .next {
    position: absolute;
    z-index: 3;
    right: -30px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: rgba(38,87,161,1);
    border-radius: 100%;
    transition: all .35s;
}
#history>.container .prev>i, #history>.container .next>i {
    color: #fff;
    font-size: 20px;
}
#history>.container .prev:hover, #history>.container .next:hover {
    background: rgba(146,191,46,1);
}
#history>.container .box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
}
#history>.container .box .swiper-container {
    width: 100%;
    height: 100%;
}
#history>.container .box .swiper-wrapper:hover {
    z-index: 11;
    position: relative;
}
#history>.container .box .swiper-slide {
    text-align: left;
}
#history>.container .box .swiper-slide>.img {
    width: 42%;
    text-align: center;
}
#history>.container .box .swiper-slide>.img>img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
#history>.container .box .swiper-slide>.con {
    text-align: left;
    box-sizing: border-box;
    padding: 0 50px;
    width: 50%;
}
#history>.container .box .swiper-slide>.con>.tit {
    font-size: 10rem;
    font-weight: bold;
    color: rgba(38,87,161,1);
}
#history>.container .box .swiper-slide>.con>.txt {
    padding: 30px 0;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
#history>.container .box .swiper-slide>.con>.txt>p {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
#history>.container .box .swiper-slide>.con>.txt>p:after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(38,87,161,1);
    content: '';
}
#history>.container .years {
    position: relative;
    width: 100%;
    margin: 10px auto;
}
#history>.container .years:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}
#history>.container .years .swiper-container {
    position: relative;
    z-index: 99;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}
#history>.container .years .swiper-slide {
    font-size: 18px;
    cursor: pointer;
    padding-top: 30px;
    box-sizing: border-box;
    font-weight: 600;
    color: #333;
    text-align: center;
    transition: all .35s;
}
#history>.container .years .swiper-slide:after {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 28px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 100%;
    content: '';
    transition: all .35s;
}
#history>.container .years .active-nav {
    position: relative;
    padding-top: 0;
    bottom: 0;
    z-index: 11;
    color: rgba(38,87,161,1);
    font-size: 30px;
}
#history>.container .years .active-nav:after {
    background: rgba(38,87,161,1);
}
#history>.container .years .active-nav:before {
    margin-left: -20px;
    width: 40px;
    height: 40px;
    opacity: 1;
}

@media only screen and (max-width: 1460px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1080px) {
#history>.title {
    font-size: 36px;
}
#history>.container .box {
    height: auto;
}
#history>.container .box .swiper-container {
    height: auto;
}
#history>.container .box .swiper-wrapper {
    height: auto;
}
#history>.container .box .swiper-slide>.img {
    float: none;
    width: 100%;
    text-align: left;
}
#history>.container .box .swiper-slide>.con {
    float: none;
    padding: 20px;
    width: 100%;
}
}

@media only screen and (max-width: 840px) {
#history>.container .wrap {
    width: 100%;
}
#history>.container .box {
    padding: 50px 30px;
}
}

@media only screen and (max-width: 640px) {
#history>.container {
    padding: 20px 0;
}
#history>.container .years {
    display: none;
}
#history>.container .prev {
    left: -10px;
}
#history>.container .next {
    right: -10px;
}
#history>.container .box {
    padding: 30px;
    border-left: 2px solid #ccc;
}
#history>.container .box .swiper-wrapper {
    display: block;
}
#history>.container .box .swiper-slide {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
#history>.container .box .swiper-slide:last-of-type {
    border-bottom: 0;
}
#history>.container .box .swiper-slide>.con>.tit {
    position: relative;
    font-size: 4rem;
}
#history>.container .box .swiper-slide>.con>.txt {
    font-size: 14px;
    line-height: 24px;
}
#history>.container .box .swiper-slide>.con>.txt>p {
    font-size: 14px;
    line-height: 24px;
}
}

@media only screen and (max-width: 420px) {
#history>.container .box {
    padding: 20px;
}
#history>.container .box .swiper-slide>.con>.tit {
    font-size: 2rem;
}
}


/* yanfachangxin */
#rd {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 100px 0;
}
#rd .container {
    margin: 0 auto;
}
#rd .container>.item {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: all .35s;
}
#rd .container>.item>.img {
    float: left;
    width: 50%;
}
#rd .container>.item>.img>img {
    width: 100%;
    height: auto;
}
#rd .container>.item>.box {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 4vw 7.404vw 0 5.729vw;
    text-align: left;
}
#rd .container>.item>.box>.tit {
    position: relative;
    padding-bottom: 15px;
}
#rd .container>.item>.box>.tit:after {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: rgba(38,87,161,1);
    content: '';
}
#rd .container>.item>.box>.tit h3 {
    position: relative;
    z-index: 9;
    font-size: 4.5rem;
    color: #333;
    font-weight: normal;
}
#rd .container>.item>.box>.tit .num {
    position: absolute;
    z-index: 1;
    left: -20px;
    top: -50px;
    font-size: 20rem;
    font-family: Arial;
    color: rgba(38,87,161,.1);
}
#rd .container>.item>.box>.txt {
    position: relative;
    z-index: 8;
    margin: 25px auto;
    font-size: 1.6rem;
    color: #666;
    line-height: 2.8rem;
}
#rd .container>.item>.box>.txt>p {
    font-size: 1.6rem;
    color: #666;
    line-height: 2.8rem;
    margin-bottom: 10px;
}
#rd .container>.item>.box>.txt>p>span {
    display: inline-block;
    font-size: 1.8rem;
    color: #333;
    margin-right: 20px;
}
#rd .container>.item:nth-child(even)>.img {
    float: right;
}
#rd .container>.item:nth-child(even)>.box {
    float: left;
}
#rd .container>.item:hover {
    background: #fff;
}

@media only screen and (max-width: 1080px) {
#rd .container>.item>.box>.tit h3 {
    font-size: 2.8rem;
}
#rd .container>.item>.img {
    float: none;
    width: 100%;
}
#rd .container>.item>.box {
    float: none;
    width: 100%;
}
}

@media only screen and (max-width: 640px) {
#rd .container>.item>.box>.tit h3 {
    font-size: 2rem;
}
#rd .container>.item>.box>.txt {
    margin: 25px auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
#rd .container>.item>.box>.txt>p {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
#rd .container>.item>.box>.txt>p>span {
    font-size: 1.6rem;
}
}


/* news */

#news {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
    padding-bottom: 50px;
}
#news .headlines {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin: 100px auto 50px auto;
}
#news .headlines>.img {
    text-align: left;
    width: 50%;
    background: #000;
}
#news .headlines>.img img {
    width: 100%;
    height: auto;
    transition: all .35s;
}
#news .headlines>.con {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 50px;
    box-sizing: border-box;
}
#news .headlines>.con>.tip {
    text-align: left;
    padding: 10px 0;
}
#news .headlines>.con>.tip>span {
    display: inline-block;
    background: rgba(146,191,46,1);
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
}
#news .headlines>.con>.time {
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
    color: #999;
    font-family: Arial;
    font-weight: 100;
    transition: all .35s;
}
#news .headlines>.con>.tit {
    text-align: left;
}
#news .headlines>.con>.tit>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 36px;
    color: #333;
    transition: all .35s;
}
#news .headlines>.con>.txt {
    margin: 20px auto;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .35s;
}
#news .headlines>.con>.details {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 50px;
}
#news .headlines>.con>.details>a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    transition: all .35s;
}
#news .headlines>.con>.details>a>span {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #666;
    margin-right: 5px;
    font-family: "Microsoft YaHei";
    transition: all .35s;
}
#news .headlines>.con>.details>a>i {
    color: #666;
    font-size: 16px;
}
#news .headlines>.con>.details>a:hover {
    background: rgba(38,87,161,1);
    border: 1px solid rgba(38,87,161,1);
}
#news .headlines>.con>.details>a:hover>span {
    color: #fff;
}
#news .headlines>.con>.details>a:hover>i {
    color: #fff;
}
#news .headlines>.con>.tit>a:hover {
    color: rgba(38,87,161,1);
}
#news .headlines>.img:hover img {
    opacity: .6;
}
#news .list {
    margin: 50px auto 0;
}
#news .list>ul {
    margin: 0 auto;
}
#news .list>ul>li {
    display: block;
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
    height: 0;
    padding-bottom: 36%;
    position: relative;
    background: #fff;
    transition: all .35s;
}
#news .list>ul>li:nth-child(3n) {
    margin-right: 0;
}
#news .list>ul>li .img {
    text-align: center;
    overflow: hidden;
}
#news .list>ul>li .img>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .8s;
}
#news .list>ul>li .con {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}
#news .list>ul>li .con>.tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .35s;
}
#news .list>ul>li .con>.txt {
    margin: 5px auto;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .35s;
}
#news .list>ul>li .time {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    font-size: 12px;
    color: #999;
}
#news .list>ul>li .details {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 10px;
    padding: 7px 20px;
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    transition: all .35s;
}
#news .list>ul>li .details>span {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #666;
    opacity: 0;
    margin-right: 5px;
    font-family: "Microsoft YaHei";
    transition: all .35s;
}
#news .list>ul>li .details>i {
    color: #999;
    font-size: 16px;
}
#news .list>ul>li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.16);
}
#news .list>ul>li:hover .img>img {
    transform: scale(1.3);
}
#news .list>ul>li:hover .con>.tit {
    color: rgba(38,87,161,1);
}
#news .list>ul>li:hover .con>.txt {
    color: #777;
}
#news .list>ul>li:hover .details {
    right: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#news .list>ul>li:hover .details>span {
    opacity: 1;
}
#news .view {
    background: #fff;
    padding: 100px;
    box-sizing: border-box;
    margin: 50px auto;
}
#news .view>.title {
    font-size: 32px;
    color: #333;
    transition: all .35s;
}
#news .view>.time {
    font-size: 14px;
    color: #999;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
#news .view>.text {
    text-align: left;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}
#news .view>.text>p {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
#news .view>.pageurl {
    text-align: left;
    padding-top: 30px;
}
#news .view>.pageurl a {
    display: inline-block;
    margin-bottom: 30px;
    padding-right: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eee;
    color: #666;
    transition: all .35s;
}
#news .view>.pageurl a>strong {
    font-weight: 400;
    display: inline-block;
    color: #666;
    padding: 15px 40px;
    border-right: 16px solid #fff;
    margin-right: 40px;
    transition: all .35s;
}
#news .view>.pageurl a:hover>strong {
    background: rgba(38,87,161,1);
    color: #fff;
}
#news .view>.pageurl a:hover {
    color: rgba(38,87,161,1);
}

@media only screen and (max-width: 1460px) {
#news .list>ul>li {
    padding-bottom: 38%;
}
}

@media only screen and (max-width: 1280px) {
#news .headlines>.con>.time {
    padding: 10px 0;
}
#news .headlines>.con>.tit>a {
    font-size: 28px;
}
#news .headlines>.con>.txt {
    margin: 12px auto;
    font-size: 15px;
    line-height: 28px;
}
#news .headlines>.con>.view {
    bottom: 30px;
}
#news .list>ul>li {
    padding-bottom: 40%;
}
#news .list>ul>li .con>.tit {
    font-size: 18px;
}
#news .view {
    padding: 50px
}
#news .view>.title {
    font-size: 24px;
}
#news .view>.time {
    font-size: 12px;
}
#news .view>.text>p {
    font-size: 14px;
    line-height: 24px;
}
#news .view>.pageurl a {
    padding-right: 20px;
    font-size: 12px;
}
#news .view>.pageurl a>strong {
    padding: 12px 20px;
    margin-right: 20px;
}
}

@media only screen and (max-width: 1080px) {
#news .headlines>.con>.tip>span {
    font-size: 12px;
}
#news .headlines>.con>.tit>a {
    font-size: 24px;
}
#news .headlines>.con>.txt {
    margin: 10px auto;
    font-size: 14px;
}
#news .list>ul>li {
    width: 48%;
    margin-right: 0;
    padding-bottom: 56%;
}
#news .list>ul>li:nth-child(3n) {
    margin-right: 0;
}
#news .list>ul>li:nth-child(even) {
    float: right;
}
}

@media only screen and (max-width: 840px) {
#news .headlines>.img {
    float: none;
    width: 100%;
}
#news .headlines>.con {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
}
#news .headlines>.con>.view {
    position: relative;
    z-index: 3;
    bottom: 0;
    left: 0;
}
#news .list>ul>li {
    padding-bottom: 60%;
}
#news .view>.title {
    font-size: 18px;
}
#news .view>.pageurl {
    text-align: center;
}
#news .view>.pageurl a {
    padding: 0;
    display: inline-block;
    margin: 0 10px;
}
#news .view>.pageurl a>span {
    display: none;
}
#news .view>.pageurl a>strong {
    border: 0;
    margin-right: 0;
    padding: 10px 20px;
}
}

@media only screen and (max-width: 740px) {
#news .list>ul>li {
    padding-bottom: 70%;
}
}

@media only screen and (max-width: 640px) {
#news .headlines {
    padding: 20px;
}
#news .list>ul>li {
    display: block;
    float: none!important;
    width: 100%;
    margin-right: 0;
    height: auto;
    padding-bottom: 30px;
}
#news .list>ul>li .time {
    position: relative;
    left: 30px;
    bottom: 0;
}
}

@media only screen and (max-width: 420px) {
#news .headlines>.con>.tit>a {
    font-size: 20px;
}
#news .headlines>.con>.txt {
    margin: 8px auto;
    font-size: 13px;
    line-height: 24px;
}
#news .list>ul>li .con {
    padding: 30px 20px;
}
#news .list>ul>li .time {
    left: 20px;
}
#news .list>ul>li .con>.txt {
    font-size: 13px;
}
}


.into-view{
    width: 86%;
    max-width: 1560px;
    margin: 100px auto;
}
.jobIntro {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}
.joinList li > span {
    display: block;
    line-height: 50px;
    color: #000;
    border-bottom: 3px solid #e6e6e6;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
    overflow: hidden;
    font-size: 16px;
}
.jd {
    background: #fff;
    padding: 30px 20px 60px 20px;
    border-bottom: 3px solid #e6e6e6;
    display: none;
font-size: 16px;
}
.jd p{
    font-size: 16px;
    line-height: 35px;
}
.joinList .add {
    background: #575757;
    position: absolute;
    bottom: 50%;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.joinList .add_1 {
    width: 4px;
    height: 16px;
    margin-bottom: -8px;
    right: 25px;
}
.joinList .add_2 {
    width: 16px;
    height: 4px;
    margin-bottom: -2px;
    right: 19px;
}
.joinList li:hover >span, .joinList .act >span {
    color: #fff;
    background: #1f57a1;
}
.joinList li:hover .add, .joinList .act .add {
    background: #fff;
}
.joinList .act .add_1 {
    bottom: 0;
    margin-bottom: -16px;
    opacity: 0;
    display: none\9;
}
.btn-primary {
    color: #fff;
    background-color: #1f57a1;
    border-color: #1f57a1;
}
.btn-primary:hover {
    color: #ffffff !important;
}
a:hover .line2, a:active .line2{
    color: #ffffff !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*job_resume*/


.messagewr {
    width: 86%;
    max-width: 1560px;
    margin: 100px auto;
}
.row {
    position: relative
}
.row-wrap {
    margin-left: 12px;
}
#code + img {
    position: absolute;
    top: 6px;
    right: 5px;
}
.row .rowin {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    margin-bottom: 10px
}
.row .rowin:focus {
    border-color: #025d92;
}
.row .rowin::-webkit-input-placeholder, .row textarea::-webkit-input-placeholder {
color: #333 !important;
}
.row .rowin:-moz-placeholder, .row textarea:-moz-placeholder {
color:#333 !important;
}
.row .rowin::-moz-placeholder, .row textarea::-moz-placeholder {
color:#333 !important;
}
.row .rowin:-ms-input-placeholder, .row textarea:-ms-input-placeholder {
color:#333 !important;
}
.zus {
    color: #333;
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
    width: 100%;
    float: left;
}
.row textarea {
    resize: vertical;
    padding: 0;
    border: 1px solid;
    color: #bbb;
    font-family: "微软雅黑";
    padding: 12px 8px;
    width: 100%;
    height: 126px;
    font-size: 12px;
    transition: 0.35s;
    box-sizing: border-box;
    background: none;
	    margin-bottom: 6px;
}
.row textarea:focus {
    border-color: #025d92;
}
.code {
    width: 100%;
    padding-bottom: 42px;
    border-bottom: 1px solid #bbb;
}
.code .rowin {
    width: 88px;
    border-color: #025d92;
    background: #025d92;
    float: left;
}
.code span {
    display: block;
    cursor: pointer;
    width: 103px;
    height: 35px;
    border: 1px solid #00a0e9;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    float: left;
    margin-left: 11px;
    transition: 0.34s;
}
.code span:hover {
    background: #025d92;
    border-color: #025d92;
}
.rowsu {
    width: 100%;
    margin-top: 10px;
    float: left;
}
.rowsu input {
    width: 105px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #d62332;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "微软雅黑";
    transition: 0.37s;
}
.rowsu input:hover {
    background: #025d92;
}
#sex {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 10px
}
#sex option {
    color: #000
}
.yanzheng img {
    margin-top: 3px;
    border-radius: 5px;
}






@media only screen and (max-width: 768px) {
.messagewr {
    margin: 50px auto;
}
#news .view {
    padding: 0px;
    background: #f3f3f3;
}
#news .view>.text {
    padding: 10px 0;
}
#news .view {
    margin: 50px auto 0;
}
#about .profile {
    padding: 0px 0;
}
#about .profile .img {
    height: 150px;
}
}










