@charset "UTF-8";

/*basic css*/

html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    /* font-test*/
    font-family: CODE_BOLD;
    src: url('../fonts/iconfont.woff'),
    url('../fonts/iconfont.ttf'),
    url('../fonts/iconfont.eot'); /* IE9 */
}

body {
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
    background-color: #fff;
    color: #222222;
}

input, textarea, button {
    padding: 0;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

/*img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
*/
select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.box {
    width: 73%;
    max-width: 1400px;
    margin: auto;
    min-width: 1100px;
}

input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999; 
}


/*about1*/
.about1 {

}

.about1 .title {
    font-size:40px;
    line-height: 1;
    margin: 70px 0 50px 0;
    font-weight: bold; text-align:center
}

.about1 .editor {
    font-size:14px;
    line-height: 1.5;
    color: #666666;
    padding-bottom: 50px;
}

.about1 .editor p{ line-height:40px;}

.about2 {
    padding: 90px 0 130px 0;
}

.about2 .title {
    font-size: 40px;
    color: #097bc8;
    font-weight: bold; text-align:center
}

.about2_list {
    margin-top: 70px;
}

.about2_list li {
    width: calc(25% - 22.5px);
    float: left;
    margin: 20px 30px 10px 0;
    background: rgba(0, 0, 0, .5);
    border-top: 4px solid #097bc8;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    height: 400px;
    cursor: crosshair;
}
.about2_list li:before{
    width:100%;
    content:'';
    background:#097bc8;
    position:absolute;
    top:0;
    left:0;
    height:0px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.about2_list li:hover:before{
    height:100%;
}

.about2_list li:nth-child(4n) {
    margin-right: 0;
}

.about2_list .ico {

    position: relative;

    z-index: 2;
}

.about2_list .lans {
    position: absolute;
/*    bottom: 30px;*/ top:150px;
    left: 30px;
    width: calc(100% - 60px);
}

.about2_list .n1 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.about2_list .n2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 30px;
}

.about2 {
    background: url(../images/e1958243abc84822a9651910cf963040.gif) center center no-repeat;
    background-size: cover;
}

.about3 {
    padding: 100px 0;
}

.about3 .left {
    width: 50%;
    float: left;
}

.about3 .right {
    width: 550px;
    float: right;
}

.about_news {
}

.about_news a {
    line-height: 1.5;
    padding: 35px 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: block;
}

.about_news a:hover .n1 {
    color: #097bc8;
}

.about_news a:hover .n2 {
    color: #097bc8;
}

.about_news a:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #097bc8;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about_news a:hover:after {
    width: 100%;
}

.about_news .n1 {
    font-size: 26px;
    color: #444444;
}

.about_news .n2 {
    font-size: 20px;
    color: #444444;
}

.about_news .num {
    position: absolute;
    right: 0;
    font-size: 100px;
    color: #f3f3f3;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about_news a:hover .num {
    opacity: 1;
}

.about3 .title {
    font-size: 60px;
    color: #222222;
    margin: 10px 0 60px 0;
    font-weight: bold;
}

.about4_list {
    position: relative;
    padding-bottom: 100px;
}

.about4 .title {
    font-size: 60px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 40px; margin-top:50px;
}

.about4 .swiper-slide {
    border: 10px solid #eeeeee;
    box-sizing: border-box;
}

.swiper-button-next {
    background: url('../images/arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #097bc8;
    top: -50px;
    right: 0;
}

.swiper-button-prev {
    background: url('../images/arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border: 1px solid #000000;
    top: -50px;
    left: auto;
    right: 60px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: url('../images/arrow_on.png') center center no-repeat;
    border: 1px solid #097bc8;
}

.logo_other {
    padding-bottom: 100px;
}

.logo_other a {
    width: calc(16.6% - 16.7px);
    padding-top: calc(8.3% - 17px);
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 20px 20px 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden;
    filter: gray;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.logo_other a:nth-child(6n) {
    margin-right: 0;
}

.logo_other a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo_other a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width: 1550px) {
    .about2_list .n1 {
        font-size: 50px;
    }

    .about2_list li {
        height: 350px;
    }

    .about1 .title, .about2 .title, .about3 .title, .about4 .title {
        font-size: 50px;
    }

    .about3 .title, .about4 .title {
        margin-bottom: 30px;
    }

    .about2_list {
        margin-top: 50px;
    }

    .about2 {
        padding: 80px 0 100px 0;
    }

    .about4 .swiper-slide {
        border: 5px solid #eeeeee
    }

    .about3 .right {
        width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .about1 .title, .about2 .title {
        font-size: 45px;
        margin: 50px 0 20px 0;
    }

    .about_news {
        margin-bottom: 50px;
    }

    .about3 .title, .about4 .title {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .about1 .editor {
        font-size: 17px;
        line-height: 1.5;
        padding-bottom: 60px;
    }

    .about2 {
        padding: 40px 0 80px 0;
    }

    .about2_list li, .about2_list li:nth-child(4n) {
        width: 48%;
        margin: 10px 0;
        height: 250px;
    }

    .about2_list li:nth-child(odd) {
        margin-right: 4%;
    }

    .about2_list .ico img {
        width: 35px;
    }

    .about2_list .n1 {
        font-size: 45px;
    }

    .about2_list {
        margin-top: 30px;
    }

    .about3 .left, .about3 .right {
        width: 100%;
        float: none;
    }

    .about_news a {
        padding: 25px 0;
    }

    .about_news .n1 {
        font-size: 22px;
    }

    .about_news .n2 {
        font-size: 16px;
    }
    .about_news .num{
        font-size:70px
    }

    .about3 {
        padding: 50px 0;
    }

    .about4_list {
        padding-bottom: 80px;
    }

    .logo_other a:nth-child(6n), .logo_other a {
        width: calc(33.3% - 15px);
        padding-top: calc(17.3% - 15px);
    }

    .logo_other a:nth-child(3n) {
        margin-right: 0;
    }

    .logo_other {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 980px) {
    .about1 .title, .about2 .title {
        font-size: 32px;
        margin: 30px 0 10px 0;
    }

    .about3 .title, .about4 .title {
        font-size: 32px;
    }

    .about2_list li, .about2_list li:nth-child(4n) {
        padding: 5%;
        height: 210px;
    }

    .about_news a {
        padding: 15px 0;
    }

    .about_news .n1 {
        font-size: 18px;
    }
    .about_news .num{
        font-size:50px
    }

    .about_news .n2 {
        font-size: 14px;
    }

    .about2_list .ico img {
        width: 30px;
    }

    .about2_list .lans {
        position: absolute;
        bottom: 15px;
        left: 5%;
        width: calc(100% - 10%);
    }

    .about2_list .n2 {
        font-size: 13px;
        line-height: 18px;
    }

    .about2_list {
        margin-top: 15px;
    }

    .about1 .title, .about2 .title {
        font-size: 27px;
    }

    .about2_list .n1 {
        font-size: 35px;
    }

    .about2 {
        padding: 20px 0 50px 0;
    }

    .about1 .editor {
        font-size: 14px;
        padding-bottom: 40px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: -30px;
    }

    .swiper-button-prev {
        right: 40px;
    }

    .about4_list {
        padding-bottom: 50px;
    }

    .logo_other {
        padding-bottom: 30px;
    }
}

