@charset "UTF-8";
/**
 * 
 * @authors shluoying.com (you@example.org)
 * @date    2020-10-12 16:32:36
 * @version $Id$
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,table,th,tr,td{margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block; *display:inline; *zoom:1}
audio:not([controls]){display:none; height:0}
[hidden]{display:none}
html{font-size:62.5%; -ms-text-size-adjust:62.5%; -webkit-text-size-adjust:62.5%}
body{font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; color:#333; background-color:#fff; }
a:active,a:hover{outline:0}

.iconplay h3{margin:10px 0}
.img-box h2{margin:15px 0}

ol,ul,li{list-style:none;}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-webkit-box-sizing:content-box; box-sizing:content-box; height:0}
mark{background:#ff0; color:#000}
code,kbd,pre,samp{font-family:monospace, serif; _font-family:'courier new', monospace; font-size:1em}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none}
img{border:0; -ms-interpolation-mode:bicubic;-webkit-transition: all 1s; transition: all 1s;}
svg:not(:root){overflow:hidden; _zoom:1}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em}
legend{border:0; padding:0; white-space:normal; *margin-left:-7px}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button; cursor:pointer; *overflow:visible;border: none;}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box; box-sizing:border-box; padding:0; *height:13px; *width:13px}
input[type="search"]{-webkit-appearance:textfield; -webkit-box-sizing:content-box; box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0; padding:0}
button, input, textarea {
    resize: none;
    border: none;
    outline: none;
}
textarea{overflow:auto; vertical-align:top}
table{border-collapse:collapse; border-spacing:0}
a{color:#757575; text-decoration:none}
a:hover{color:#ff6700; text-decoration:none}
.clearfix:after{content:"\200B"; display:block; height:0; clear:both;}
/*content:"\200B";这个参数，Unicode字符里有一个“零宽度空格”，即 U+200B*/
.clearfix{*zoom:1;}/*IE/7/6*/
a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}
 .box .product{ position: relative;
    width: 100%;
    height: 980px;}
 .box .product    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
.box .product .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}
/*head*/
.languagebox{position: absolute; left:-100px; top: 0; color: #777}
.languagebox i{display: inline-block; font-size:20px; margin-right: 3px; vertical-align: middle;}
.languagebox select{border:1px solid #777;border-radius: 3px;background:#fff}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
    text-align: center
}
.swiper-container.banner{margin-top:100px}
.banner img {
    width: 100%;
    animation: bgIn1 15s forwards;
    overflow: hidden;
}
 .container1 {
        margin:0 auto;
        width: 1170px;
    }
@media (min-width: 1350px) {
    .container {
        width: 100%;
        padding: 0 9%;
    }
}

@media (max-width: 1349px) {
    .container {
        padding: 0 15px;
    }
}

.header {
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;

}

@media (max-width: 1199px) {
    .header {
        height: 66px;
        box-shadow: 0 0 5px #bbb;
    }
}

.header .logo {
    position: absolute;
    left: 50px;
    top: 12px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1280px) {
    .header .logo {
        left: 25px;
    }
}

@media (max-width: 1199px) {
    .header .logo {
        top: 8px;
    }
    .header .logo img{
        
    }
}

.header .logo a {
    display: block;

    height: 100%;
}

.header .logo img {
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header .nav-collapse {
    position: relative;
    z-index: 10;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}

@media (max-width: 1199px) {
    .header .logo img {
        height: 50px;
    }

    .header .nav-collapse {
        display: block;
        margin-top: 13px;
        margin-right: 15px;
    }

    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 15px;
        right: 20px;
        display: block;
        margin-top: 10px;
        border: none;
    }

    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .header .nav-collapse {
        position: absolute;
        top: 13px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

.header .navbg {
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    height: 50px;

    background-color: rgba(0, 0, 0, .6);
}
.banner-bottom-top {
    background-color: #ddd;
    min-height: 96px;
}
.bottom-header{
    position: relative;
}
.bottom-head {
    text-align: center;
    border-right:1px solid #EBEBEB;
    padding: 0; 
    float: left;
    width: 162px;
    height:96px;
    
}
.banner-bottom-top {
    background-color: #ddd;
    min-height: 96px;
}
.bottom-head:nth-child(7) {
    border-right: none;
}
.bottom-head a {
    text-decoration: none;      
    display: block; 
    height: 96px;
    position: relative;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;position:relative;
}

.buy-media{
  height: 96px;
  overflow: hidden;
  padding: 30px;
    width: 100%;
    background-color:#f7f7f7

}
.bottom-head  h6{
    font-size: 1em;
    color:#6a686a;
    font-family: "Microsoft YaHei",微软雅黑;
    margin: 0.5em 0 0;
}

.bottom-header{
    position: relative;
}
.header-bottom {
    position: absolute;
    z-index: 999;
    width: 1141px;
    height:96px;
}
.bottom-head a:hover .buy-media{
    height:150px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 162px;
    background-color: #fff;
    position: absolute;
    bottom:0;
    left: 0;
}
.bottom-head a:hover .buy-media h6{
    font-family: "Microsoft YaHei",微软雅黑;
    color:#800d11;
}
i.buy{
    width: 32px;
    height: 32px;
    background: url(../images/buchangqi.png) no-repeat ;
    display: block;
    margin: 0 auto;
}
i.rent{
    width: 32px;
    height: 32px;
    background: url(../images/shensuoqi.png) no-repeat;
    display: block;
    margin: 0 auto;
}
i.pg{
    width: 32px;
    height: 32px;
    background: url(../images/xiangjiaojietou.png) no-repeat;
    display: block;
    margin: 0 auto;
}

i.sell{
    width: 32px;
    height: 32px;
    background: url(../images/peijian.png) no-repeat;
    display: block;
    margin: 0 auto;
}
i.loan{
    width: 32px;
    height: 32px;
    background: url(../images/fangshuitaoguan.png) no-repeat;
    display: block;
    margin: 0 auto;
}
i.apart{
    width: 32px;
    height: 32px;
    background: url(../images/jianzhenqi.png) no-repeat;
    display: block;
    margin: 0 auto;
}
i.deal{
    width: 32px;
    height: 32px;
    background: url(../images/famen.png) no-repeat;
    display: block;
    margin: 0 auto;
}

.header-bottom {
    position: absolute;
    z-index: 999;
    width: 1141px;
    height:96px;
}
.bottom-head a:hover .buy-media{
    height:150px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 162px;
    background-color: #fff;
    position: absolute;
    bottom:0;
    left: 0;
}
.bottom-head a:hover .buy-media h6{
    font-family: "Microsoft YaHei",微软雅黑;
    color:#800d11;
}
.header .nav{margin-left:400px}

@media (max-width: 1199px) {
    .header .nav {
        margin-left: 0%;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(2, 162, 190, .9);
    }

    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }

}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}
    .header .nav .nav-list1>li {
        float: left;
        margin: 0 25px;
    }

    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 94px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        position: relative;
        z-index: 2;
        font-weight: lighter;
        display: inline-block;
        padding: 0 10px;
        -webkit-transition: all .4s;
        transition: all .4s;
        color: #010101;
    }

    .header .nav .nav-list1>li>a:before {}
    .header .nav .nav-list1>li:hover a,
    .header .nav .nav-list1>li.active a {
        border-bottom: 6px solid #02a2be;
        color: #02a2be;
        font-weight: bold;
    }

    .header .nav .nav-list1>li:hover a:before,
    .header .nav .nav-list1>li.active a:before {
        width: 100%;
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 280px;
        padding: 0;

        text-align: center;
        text-align: left;
    }

    .header .nav .nav-list1 .nav-list2 li {
        display: inline-block;

        list-style: none;
    }

    .header .nav .nav-list1 .nav-list2 li:last-child {
        border-bottom: none;
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 14px;
        line-height: 50px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-align: center;

        color: #fff;
    }

    .header .nav .nav-list1 .nav-list2 li>a:before {
        font-family: 'iconfont' !important;

        margin-right: 6px;

        content: '\e72f';
    }

    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #d7000f;
    }
@media (min-width: 1930px) {
      .header .nav .nav-list1>li {
       margin: 0 35px;
    }
}
@media (max-width: 1900px) {
    .header .nav .nav-list1>li {
        margin: 0 15px;
    }
}
@media (max-width: 1720px) {
.header .seach-phone{width:250px}
.languagebox{left:0}
.header .phone{display: none;}
 .header .nav .nav-list1>li {
        margin: 0 1px;
    }
}
@media (max-width: 1280px) {
    .header .nav .nav-list1>li {
        margin: 0 1px;
    }

    .header .nav .nav-list1>li>a {
        padding: 0 13px;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }

    .header .nav .nav-list1>li {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);

        opacity: 0;
    }

    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }

}

@media (max-width: 1199px) {

    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }

    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }

    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }

    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }

    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }

    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
        text-align: center;
    }

    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .header .fade-out ul.nav-list1>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }

}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}


@media (min-width: 1200px) {
    .header.fixed-header {
        height: 66px;
        box-shadow: 0 0 5px #bbb;
         line-height: 66px;
         visibility: visible !important;
    }
    .header.fixed-header .languagebox{
        margin-top: -15px;
    }
     .header.fixed-header  .phone{
        margin-top: -15px;
    }
    .header.fixed-header  .nav .nav-list1>li:hover a, .header.fixed-header  .nav .nav-list1>li.active a{
        border-bottom: 3px solid #02a2be;
    }
        .header.fixed-header .phone .icon-dianhua {
        left: 36px;
    }

    .header.fixed-header .find {
        height: 66px;
        line-height: 66px;
        padding-bottom: 18px;
    }

    .header.fixed-header .logo {
        top: 6px;
    }
    .header.fixed-header .logo a img {
        height: 54px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header.fixed-header .nav .nav-list1 .nav-list2 {
        top: 70px;
    }

    .header.fixed-header .nav .nav-list1>li>a {
        line-height: 60px;
    }

    .header.fixed-header .wechate a {
        line-height: 70px;
    }

    .header.fixed-header .language ul li {
        line-height: 70px;
    }

    .header.fixed-header .pc-search {
        margin-top: 21px;
    }

    .header.fixed-header .header-right-ico .header-ico {
        margin-top: 15px;
    }
}

.header .seach-phone {
    /* font-family: 'impact'; */
    position: absolute;
    right: 0;
    top: 0;
    width: 366px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header .phone.phone1 {
    display: none;
}

.header .phone {
    font-family: 'impact';
    float: left;
    padding-left: 43px;
    font-size: 32px;
    position: relative;
    color: #02a2be;
    
}


.header .phone:before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;


    font-size: 36px;
    background: url(../images/tel.png) no-repeat;
    background-size: 100% 100%;
    content: "";
}



@media (max-width: 1199px) {
    .header .phone {
        display: none;
    }

    .header .phone.phone1 {
        font-family: 'impact';
        display: block;
        width: 100%;
        text-align: center;
        font-size: 28px;
        padding: 0;
    }

    .header .phone:before {
        display: none;
    }

    .p-phone {
        display: inline-block;
        font-size: 32px;
        transform: rotate(90deg);
    }
}

@media (max-width:767px) {
    .header .phone.phone1 {
        font-size: 28px;
    }
}


/*搜索*/
.header .find {
    float: right;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #02a2be url(../images/find-ico.png) center no-repeat;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header.fixed-header.course .find {
    color: #6c6c6c;
}

@media (max-width: 1440px) {
    .languagebox{display:none}
    .header .seach-phone {
        width: auto;
    }

    .header .seach-phone .phone {
        font-size: 30px;
        padding-right: 30px;
    }

    .header .find {
        /* padding-left: 20px;
        padding-right: 20px; */
    }
}

@media (max-width: 1280px) {
    .header .seach-phone .phone {
        font-size: 20px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .header .seach-phone {
        background: none;
        height: 66px;
        line-height: 66px;
        margin-right: 9%;
    }

    .header .find {
        height: 66px;
        line-height: 66px;
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .header .find {
        width: 66px;
    }
    .header .seach-phone{
        margin-right: 17%;
    }
    .header .find{
        background-size: 18px 18px;
    }
}

/*搜索弹窗*/
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(2, 162, 190, .9);
}

.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}

@media (min-width: 768px) {
    
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    font-size: 24px;
    background: none;
}

/* .header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    

    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '&#xe60b';

    color: #fff;
} */
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
        background: url(../images/find-ico.png) no-repeat;
    }
}

.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}


@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}

.header .search-box.search-xs.show {
    z-index: 66;
}

.header .search-box.search-xs.show .search {
    left: 0;
}

.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}

@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}

@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}

.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}

.header .search-box.search-xs .input-submit:before {
    color: #104384;
}

.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;
    display: none;

    cursor: pointer;
}

.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #8cc63f;
}

.header .search-lg {
    top: 0;
}

.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}

.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 90%;
    max-width: 800px;
    margin: auto;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.header .search-lg .search p {
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}

.header .search-lg .input-text {
    font-size: 16px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0 10px;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;

    color: #fff;
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
    color: #fff;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
    color: #fff;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
    color: #fff;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
    color: #fff;
}

.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}

@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}

.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.online {
    position: fixed;
    z-index: 9;
    right: 15px;
    width: 45px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 1440px) {
    .online {
        right: 5px;
    }
}

@media (min-width: 992px) {
    .online {
        top: 40%;
    }
}
@media (max-width: 640px) {
    .languagebox {
        display: none;
    }
}
@media (max-width: 991px) {
    .online {
        bottom: 0px;
    }
}

.online.active {
    right: 5px;
    bottom: 80px;
}

.online a {
    display: none;
    line-height: 50px;
    position: relative;
    /* display: block; */
    width: 50px;
    height: 50px;
    margin-top: 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
    .online a {
        display: block;
    }
}

@media (max-width: 1560px) {
    .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.online a:after {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e621';
    color: #fff;
}

.online a:hover {
    background-color: #15ad0d;
}

.online a.online-email:after {
    content: '\e61f';
}

.online a.online-email:hover {
    background-color: #765099;
}

.online a.online-qq:after {
    content: '\e62d';
}

.online a.online-qq:hover {
    background-color: #3b589b;
}

.online a.online-tel:after {
    content: '\e61c';
}

.online a.online-tel:hover {
    background-color: #00affb;
}

.online a.online-weixin:after {
    content: '\e604';
}

.online a.online-weixin:hover {
    background-color: #33d055;
}

.online a.online-wechat:after {
    font-size: 22px;
    content: '\e604';
}

.online a.online-wechat:hover {
    background-color: #33d055;
}

.online a.online-top:after {
    content: '\e605';
}

.online a.online-top:hover {
    background-color: #000;
}

.online a.online-tel p,
.online a.online-whatsapp p {
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 54px;
    display: none;
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima,
.online a.online-weixin .erweima {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;
    display: block;
    display: none;
    width: 130px;
    height: 160px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img {
    width: 100%;
}

.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p {
    font-size: 13px;
    line-height: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #888;
}

.icon-online {
    font-size: 30px;
    line-height: 46px;
    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;
    display: none;
    width: 46px;
    height: 46px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #314E92;
}

@media (max-width: 991px) {
    .icon-online {
        display: block;
    }
}

.icon-online.icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media (max-width: 1199px) {
    .swiper-container.banner {
        margin-top: 66px;
    }
}

@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner .to-num {
    display: none;
}

.banner .to-num:before {
    content: '0';
}

@media (max-width: 991px) {
    .banner .to-num {
        right: 20px;
        bottom: 0;
    }
}


/* .banner .slick-arrow {} */

@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 34px;
        right: 240px;
        bottom: 0;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e601';
    color: #fff;
}

.banner .slick-arrow.slick-next {
    right: 350px;
    left: auto;
}

@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 195px;
    }
}

.banner .slick-arrow.slick-next:before {
    content: '\e827';
}

.banner .slick-arrow.slick-next:after {
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: -15px;
    float: left;
    content: '|';
    color: #fff;
}

.banner .slick-arrow:hover:before {
    color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 200px;
    height: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .banner .slick-dots {
        right: 156px;
    }
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 0;
    }
}

.banner .slick-dots li {
    /* position: absolute; */
    /* right: 0; */
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    font-weight: bold;
    font-size: 40px;
}

.banner .slick-dots li button {
    font-family: 'Agency FB';
    font-size: 25px;
    /* font-weight: bold; */
    line-height: 50px;
    display: inline-block;
    opacity: 1;
    color: #314E92;
    background: none;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .banner .slick-dots li button {
        display: none;
    }
}

.banner .slick-dots li button:before {
    content: '0';
    font-family: 'Agency FB';
}

.banner .slick-dots li button:after {
    position: absolute;
    bottom: 5px;
    right: 7px;
    display: inline-block;
    width: 30px;
    height: 3px;
    content: '';
    background-color: #314E92;
}

.banner .slick-dots li.slick-active button:after {
    width: 55px;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .img-box {
    padding-bottom: 44.66666667%;
}

.banner .slickbanner .item .videoz img {
    display: none;
}

@media (max-width:1199px) {
    .banner .slickbanner .item .videoz video {
        display: none;
    }
    .banner .slickbanner .item .videoz img {
        display: block;
    }
}

.banner .text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner .text-3 {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 13%;
}

.banner .text-4 {
    position: absolute;
    top: 32%;
    width: 50%;
    padding: 2% 0;
    color: #314E92;
    background: rgba(255, 255, 255, .6);
    padding-left: 8%;
    padding-right: 4%;
}

.banner .text-4 h2 {
    font-size: 47px;
    font-weight: bold;
}

.banner .text-4 h3 {
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'Agency FB';
}

.banner .text-4 p {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 1%;
}

@media (max-width: 1530px) {
    .banner .text-4 {
        position: absolute;
        top: 32%;
        width: 60%;
    }
    .banner .text-4 h2 {
        font-size: 45px;
        font-weight: bold;
    }
}

@media (max-width: 1199px) {
    .banner .text-4 {
        position: absolute;
        top: 32%;
        width: 80%;
    }
    .banner .text-4 h2 {
        font-size: 35px;
        font-weight: bold;
    }
    .banner .text-4 h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner .text-3,
    .banner .text {
        padding: 0 16%;
    }
    .banner .text-4 {
        position: absolute;
        top: 38%;
        width: 100%;
        padding: 2% 0;
        color: #314E92;
        background: rgba(255, 255, 255, .6);
        padding-left: 16%;
        padding-right: 16%;
        text-align: center;
    }
    .banner .text-4 h2 {
        font-size: 22px;
        font-weight: bold;
    }
    .banner .text-4 h3 {
        font-size: 20px;
    }
    .banner .text-4 p {
        display: none;
    }
}

.banner .text-1 {
    text-align: center;
}

.banner .text-1 h2 {
    font-size: 55px;
    line-height: 1.33333333;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 991px) {
    .banner .text-1 h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner .text-1 h2 {
        font-size: 18px;
    }
}

.banner .text-1 h3 {
    font-size: 56px;
    line-height: 1.52173913;
}

@media (max-width: 991px) {
    .banner .text-1 h3 {
        font-size: 24px;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .banner .text-1 h3 {
        font-size: 20px;
    }
}

.banner .text-1 p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 1.41666667;
    margin: 10px 0 0 0;
}

@media (max-width: 991px) {
    .banner .text-1 p {
        font-size: 16px;
    }
}

.banner .text-2 {
    text-align: right;
    color: #315496;
}

.banner .text-2 .pic {
    position: relative;
    display: inline-block;
}

.banner .text-2 .pic img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.banner .slick-current .text-2 h2 {
    font-size: 47px;
    font-weight: bold;
}

.banner .slick-current .text-2 h4 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
}

.banner .slick-current .text-2 h4::after {
    display: block;
    content: '';
    width: 4%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #315496;
}

.banner .slick-current .text-2 h3 span {
    display: inline-block;
    font-size: 27px;
    padding: 0 1.3%;
    margin: 10px 0;
    border-right: 1px solid #315496;
}

.banner .slick-current .text-2 h3 span:last-child {
    border-right: none;
    padding-right: 0;
}

.banner .slick-current .text-2 p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-2 h4,
.banner .slick-current .text-2 p {
    -webkit-animation: fadeInRightBig 1s 0s ease both;
    animation: fadeInRightBig 1s 0s ease both;
}

@media (max-width: 1199px) {
    .banner .text-2 .pic img {
        max-width: 200px;
    }
}

.banner .text-2 .phone-pic {
    display: none;
}

.banner .text-2 .phone-pic img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner .text-2 .phone-pic img {
        max-width: 80%;
    }
}

.banner .text-2 .note {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 1199px) {
    .banner .text-2 .note {
        max-width: 200px;
    }
}

.banner .text-2 .note h5 {
    font-size: 26px;
    margin: 0;
}

@media (max-width: 1199px) {
    .banner .text-2 .note h5 {
        font-size: 16px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note h6 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}

@media (max-width: 1199px) {
    .banner .text-2 .note h6 {
        font-size: 12px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note h6:after {
    display: block;
    width: 42px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background: url(../../images/line-1.png) no-repeat;
}

@media (max-width:991px) {
    .slick-current .text-2 p,
    .banner .slick-current .text-2 h3 span {
        display: none;
    }
    .banner .slick-current .text-2 h2 {
        font-size: 22px;
    }
    .banner .slick-current .text-2 h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .banner .text-2 .note h6:after {
        margin-top: 10px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note p {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 10px;
}

@media (max-width: 1199px) {
    .banner .text-2 .note p {
        font-size: 18px;
        letter-spacing: 0;
    }
}

.banner .text-2 .txt1,
.banner .text-2 .txt2,
.banner .text-2 .txt3,
.banner .text-2 .txt4,
.banner .text-2 .txt5 {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -8%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1,
    .banner .text-2 .txt2,
    .banner .text-2 .txt3,
    .banner .text-2 .txt4,
    .banner .text-2 .txt5 {
        top: 0;
        right: -60px;
    }
}

.banner .text-2 .txt1:before,
.banner .text-2 .txt2:before,
.banner .text-2 .txt3:before,
.banner .text-2 .txt4:before,
.banner .text-2 .txt5:before {
    display: inline-block;
    width: 51px;
    height: 56px;
    margin-right: 16px;
    content: '';
    vertical-align: middle;
    background: url(../../images/round-01.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1:before,
    .banner .text-2 .txt2:before,
    .banner .text-2 .txt3:before,
    .banner .text-2 .txt4:before,
    .banner .text-2 .txt5:before {
        width: 27px;
        height: 30px;
        margin-top: -4px;
        margin-right: 4px;
        background-size: contain;
    }
}

.banner .text-2 .txt1 p,
.banner .text-2 .txt2 p,
.banner .text-2 .txt3 p,
.banner .text-2 .txt4 p,
.banner .text-2 .txt5 p {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1 p,
    .banner .text-2 .txt2 p,
    .banner .text-2 .txt3 p,
    .banner .text-2 .txt4 p,
    .banner .text-2 .txt5 p {
        font-size: 12px;
    }
}

.banner .text-2 .txt1 p:hover,
.banner .text-2 .txt2 p:hover,
.banner .text-2 .txt3 p:hover,
.banner .text-2 .txt4 p:hover,
.banner .text-2 .txt5 p:hover {
    color: rgba(255, 255, 255, .8);
}

.banner .text-2 .txt2 {
    top: 58%;
    right: -176px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt2 {
        right: -80px;
    }
}

.banner .text-2 .txt2:before {
    background: url(../../images/round-02.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt2:before {
        width: 27px;
        height: 30px;
        background-size: contain;
    }
}

.banner .text-2 .txt3 {
    top: 80%;
    right: auto;
    left: -70px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt3 {
        left: -30px;
    }
}

.banner .text-2 .txt3:before {
    float: right;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;
    background: url(../../images/round-01.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt3:before {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 8px;
        background-size: contain;
    }
}

.banner .text-2 .txt4 {
    top: 22%;
    right: auto;
    left: -150px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt4 {
        left: -80px;
    }
}

.banner .text-2 .txt4:before {
    float: right;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;
    background: url(../../images/round-02.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt4:before {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 6px;
        background-size: contain;
    }
}

.banner .text-2 .txt4:hover {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.banner .text-3 h2 {
    font-size: 47px;
    line-height: 1.47058824;
    margin: 0;
}

.banner .text-3 h2:first-child {
    font-weight: bold;
}

.banner .text-3 h2.lastchild {
    padding-bottom: 1%;
}

.banner .text-3 h2.lastchild::after {
    content: '';
    display: block;
    width: 8%;
    height: 5px;
    margin-top: 1%;
    background: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
    .banner .text-3 h2 {
        font-size: 18px;
    }
}

.banner .text-3 h3 {
    font-family: 'Agency FB';
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    max-width: 680px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .banner .text-3 h3 {
        font-size: 16px;
        margin-top: 14px;
    }
}

.banner .text-3 a.more {
    font-size: 20px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    margin-top: 36px;
    padding: 0 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #fff;
    border-radius: 50px;
}

.banner .it-text,
.banner .it-text-1 {
    position: absolute;
    bottom: 4%;
}

.banner .it-text {
    left: 2%;
}

.banner .it-text-1 {
    left: 49%;
}

@media (max-width: 991px) {
    .banner .text-3 a.more {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        margin-top: 14px;
        padding: 0 20px;
    }
}

.banner .text-3 a.more:hover {
    color: #fff;
    border-color: #314E92;
    background-color: #314E92;
}

.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 p {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .slick-current .text-1 h3 {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.banner-in {
    padding: 0;
}

@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}

.banner-in .slick-current img {
    -webkit-animation: fadeIn 0s 0s ease both;
    animation: fadeIn 0s 0s ease both;
}

.banner-in .img-box {
    padding-bottom: 29.17083333%;
}

.banner-in .text-in {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: right;
}

.banner-in.team-in .text-in {
    color: #314E92;
    text-align: left;
}

.banner-in.team-in.job-in .text-in {
    color: #fff;
    text-align: left;
}

.banner-in.team-in .text-in h3 {
    text-shadow: 0px 0px 0px #333;
}

.banner-in .text-in h3 {
    font-size: 44px;
    font-weight: normal;
    margin: 0;
    text-shadow: 1px 1px 1px #333;
}

@media (max-width: 991px) {
    .banner-in .text-in h3 {
        font-size: 24px;
    }
}


/* .banner-in .text-in h3:after {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 0 10px;
    content: '';
    opacity: .5;
    background-color: #fff;
} */

.banner-in .text-in p {
    font-family: 'Agency FB';
    font-size: 33px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.banner-in.team-in .text-in p {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
    .banner-in .text-in p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .banner-in .text-in p {
        font-size: 16px;
    }
}

.box {
    overflow: hidden;
    padding: 60px 0;
}

.title h2 {
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    color: #02a2be;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
}

.title h2:after {
    display: block;
    width: 8%;
    height: 3px;
    margin-top: 10px;
    content: '';
    background-color: #02a2be;
}

.title span {
    font-family: 'Agency FB';
    font-size: 30px;
    font-weight: normal;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #000;
}

.content {
    position: relative;
    z-index: 9;
    max-width: 1920px;
    margin: 0 auto;
}

.box-about {
    overflow: hidden;
    background: url('../images/bg.png');
}

@media (max-width:767px) {
    .box-about {
        padding: 20px 0;
    }
}

.box-about .box-about-img {
    float: right;
    max-width: 100%;
}

@media (max-width:991px) {
    .box-about .box-about-img {
        display: none;
    }
}

.box-about .about {
    font-size: 0;
    overflow: hidden;
    /* margin-top: 50px; */
    /* background-color: #f8f8f8; */
}

@media (max-width: 991px) {
    .box-about .about {
        margin-top: 0px;
    }
}

.box-about .about .left,
.box-about .about .right {
    float: left;
    width: 59%;
}

.box-about .about .right {
    width: 41%;
    padding-right: 30px;
}

.box-about .about .right img {
    max-width: 100%;
}

.box-about .about .left .rword h3 {
    font-family: 'ITC Avant Garde Gothic';
    color: #000;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
}

.box-about .about .left .rword h4 {
    color: #02a2be;
    font-size: 23px;
    margin-bottom: 5%;
}

.box-about .about .left .rword p {
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    /* height: 0; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.box-about .about .left .rword a {
    display: block;
    font-size: 16px;
    color: #aaa;
    margin: 8% 0;
}



.box-about .about .left .rword a:hover {
    color: #314E92;
}

@media (max-width: 1199px) {
    .box-about .about .left,
    .box-about .about .right {
        width: 100%;
    }
}

.box-about .about .left .video,
.box-about .about .right .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 25%;
    vertical-align: middle;
    background-color: #02a2be;
    color: #fff;
}

@media (max-width: 767px) {
    .box-about .about .left .video,
    .box-about .about .right .video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-about .about .left .video:before,
    .box-about .about .right .video:before {
        display: none;
    }
}

.box-about .about .left .video .img-box,
.box-about .about .right .video .img-box {
    text-align: center;
    padding-bottom: 44%;
}

.box-about .about .left .video .img-box div.iconplay,
.box-about .about .right .video .img-box div.iconplay {
    display: inline-block;
    position: relative;
}

@media (max-width:1400px) {
    .box-about .about .left .video .img-box div.iconplay,
    .box-about .about .right .video .img-box div.iconplay {
        padding-right: 20px;
    }
}

@media (max-width:1199px) {
    .box-about .about .left .video .img-box div.iconplay,
    .box-about .about .right .video .img-box div.iconplay {
        padding-right: 0px;
    }
}

.box-about .about .left .video .img-box div.iconplay h3,
.box-about .about .right .video .img-box div.iconplay h3 {
    font-weight: bold;
    margin-top: 30px;
    font-size: calc(41vw / 30);
}

.box-about .about .left .video .img-box::after,
.box-about .about .right .video .img-box::after {
    display: block;
    position: absolute;
    right: 5%;
    top: 30%;
}

@media (max-width:1700px) {
    .box-about .about .left .video .img-box::after,
    .box-about .about .right .video .img-box::after {
        right: 2%;
    }
}

.box-about .about .left .video .img-box p,
.box-about .about .right .video .img-box p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Gothic';
}

.box-about .about .left .video.img-year .img-box::after {
    content: '';
}

.box-about .about .left .video.img-year .img-box p {
    font-family: '微软雅黑';
}

.box-about .about .left .video.img-year {
    background: rgba(255, 255, 255, .85);
    color: #02a2be;
}

.box-about .about .left .video.img-year h2 {
    font-family: Impact;
    font-size: calc(75vw / 30);
}

@media (max-width:1500px) {
    .box-about .about .left .video.img-year h2 {
        margin-top: 10px;
    }
    // .box-about .about .left .video .img-box div.iconplay h3,
    // .box-about .about .right .video .img-box div.iconplay h3 {
    //     margin-top: 21%;
    // }
}

.box-about .about .left .rvideo {
    position: relative;
    left: -32%;
    width: calc(100% + 100px);
}

.box-about .about .left .video .img-box img,
.box-about .about .right .video .img-box img {
    opacity: .5;
}

.box-about .about .left .video img,
.box-about .about .right .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.box-about .about .left .video .video-box,
.box-about .about .right .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.box-about .about .left .video .iframe,
.box-about .about .right .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.box-about .about .left .video .play,
.box-about .about .right .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
    height: 100%;
}

.box-about .about .left .video .play:before,
.box-about .about .right .video .play:before {
    width: 1px;
    height: 80px;
    background: #fff;
    content: '';
}

.box-about .about .left .video:hover .img-box img,
.box-about .about .right .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-about .about .left .text,
.box-about .about .right .text {
    display: inline-block;
    width: 25%;
    padding: 24px 30px;
    vertical-align: middle;
}

@media (max-width:1560px) {
    .box-about .about .left .rword a {
        margin: calc(75vw / 30) 0;
    }
    .box-about .about .left .video .img-box::after,
    .box-about .about .right .video .img-box::after {
        right: 1%;
    }
    .box-about .about .left .text,
    .box-about .about .right .text {
        padding: 20px;
    }
}

@media (max-width:1400px) {
    .box-about .about .left .rword h3 {
        font-size: 30px;
    }
    .box-about .about .left .rword h4 {
        font-size: 22px;
        margin-bottom: 3%;
    }
}

@media (max-width:1199px) {
    .box-about .about .left .rvideo {
        position: relative;
        left: 0;
        width: 100%;
    }
    .box-about .about .left .video .img-box::after,
    .box-about .about .right .video .img-box::after {
        right: 8%;
    }
}

@media (max-width: 767px) {
    .box-about .about .left .text,
    .box-about .about .right .text {
        width: 100%;
        padding: 30px 10px;
    }
    .box-about .about .right {
        padding-right: 0px;
        display: none;
    }
    .box-about .about .left .video .img-box,
    .box-about .about .right .video .img-box {
        text-align: center;
        padding-bottom: 23%;
        border-bottom: 1px solid #fff;
    }
    .box-about .about .left .rword h3 {
        font-size: 21px;
    }
    .box-about .about .left .rword h4 {
        font-size: 19px;
        margin-bottom: 3%;
    }
    .box-about .about .left .video .img-box div.iconplay h3,
    .box-about .about .right .video .img-box div.iconplay h3 {
        margin-top: 20%;
        font-size: 20px;
    }
    .box-about .about .left .video.img-year h2 {
        font-size: 26px;
    }
}


/* @media (max-width: 400px) {
    .box-about .about .left .video .img-box div.iconplay h3,
    .box-about .about .right .video .img-box div.iconplay h3 {
        margin-top: 12%;
        font-size: 24px;
    }
} */

.box-about .about .left .text h3,
.box-about .about .right .text h3 {
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    height: 20px;
    margin: 0;
    color: #314E92;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-about .about .left .text p,
.box-about .about .right .text p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1560px) {
    .box-about .about .left .text p,
    .box-about .about .right .text p {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a,
.box-about .about .right .text a {
    display: inline-block;
}

.box-about .about .left .text a.more,
.box-about .about .right .text a.more {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 22px;
    color: #999;
}

@media (max-width: 1560px) {
    .box-about .about .left .text a.more,
    .box-about .about .right .text a.more {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a.more:hover,
.box-about .about .right .text a.more:hover {
    color: #314E92;
}

.box-about .about .left .pic,
.box-about .about .right .pic {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .box-about .about .left .pic,
    .box-about .about .right .pic {
        width: 100%;
    }
}

.box-about .about .left .pic:before,
.box-about .about .right .pic:before {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}

@media (max-width: 767px) {
    .box-about .about .left .pic:before,
    .box-about .about .right .pic:before {
        display: none;
    }
}

.box-about .about .left .pic .img-box,
.box-about .about .right .pic .img-box {
    padding-bottom: 68.11594203%;
}

.box-product {
    overflow: hidden;
    padding-top: 60px;
    background-size: 100% 100%;
}

.box-product.box-product-1 {
    background: #fff;
}

.box-product .pro-sort {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    text-align: right;
}
.box-application .pro-sort {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    text-align: right;
}
.box-product.box-product-1 .pro-sort {
    text-align: left;
    display: inline-block;
}

@media (max-width: 1199px) {
    .box-product .pro-sort {
        margin-top: 10px;
        text-align: left;
    }
    .title span {
        font-size: 20px;
    }
    .box-product.box-product-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.box-product .pro-sort li {
    display: inline-block;
}

.box-product .pro-sort li a {
    font-size: 14px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
}

.box-product.box-product-1 .pro-sort li a {
    font-size: 16px;
    padding: 0px;
    margin: 0 20px;
}

@media (max-width:1440px) {
    .box-product.box-product-1 .pro-sort li a {
        margin: 0 10px;
    }
}

@media (max-width: 1199px) {
    .box-product .pro-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
    .box-product.box-product-1 .pro-sort li a {
        font-size: 16px;
        padding: 0px;
        margin: 0 10px;
    }
}

.box-product .pro-sort li.active a {
    color: #666;
    /* background-color: #314E92; */
}

.box-product.box-product-1 .pro-sort li:hover a {
    color: #314E92;
    border-bottom: 2px solid #314E92;
    font-weight: bold;
}

.box-product.box-product-1 .pro-sort li.active a {
    color: #314E92;
    border-bottom: 2px solid #314E92;
    font-weight: bold;
}

.box-product .pro-sort li:hover a {
    font-weight: bold;
    color: #314E92;
    border-bottom: 2px solid #314E92;
}

.box-product.box-product-no .pro-sort li:hover a {
    font-weight: bold;
    color: #314E92;
    border-bottom: 0px solid #314E92;
}

@media (max-width: 1199px) {
    .box-product .product {
        margin-top: 0px;
    }
}

.box-product .product .row {
    margin: 0 -20px;
    width: 100%;
}

@media (max-width: 1199px) {
    .box-product .product .row {
        margin: 0 -10px;
    }
}

.box-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .product .list {
        padding: 0 10px;
    }
}

.box-product .product .item {
    margin-top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #314E92;
}

.box-product.box-product-1 .product .item {
    background-color: #F9F9F9;
}

@media (max-width: 1199px) {
    .box-product .product .item {
        margin-top: 20px;
    }
}

// .box-product .product .item .img-box {
//     padding-bottom: 60.17567568%;
// }

.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .product .item .note {
    padding: 30px 30px 20px 30px;
}

.box-product.box-product-1 .product .item .note {
    padding: 45px 30px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note {
        padding: 20px 10px 10px 10px;
    }
    .box-product.box-product-1 .product .item .note {
        padding: 20px 10px;
    }
}

.box-product .product .item .note h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    /* text-align: center; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .box-product .product .item .note h3 {
        font-size: 16px;
    }
}

.box-product .product .item .note p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    margin: 12px 0 12px 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .box-product .product .item .note p {
        margin: 10px 0 0 0;
    }
}

@media (max-width:767px) {
    .box-product .product .item .note p {
        display: none;
    }
}

.box-product .product .item .note a.more {
    display: block;
    /* text-align: center; */
    color: #adadad;
}


/* .box-product .product .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    height: 20px;
    content: '\e612';
} */

@media (max-width: 1199px) {
    .box-product .product .item .note a.more:after {
        font-size: 30px;
    }
}

.box-product .product .item:hover {
    background-color: rgba(49, 78, 146, .8);
}

.box-product.box-product-1 .product .item:hover {
    background-color: rgba(49, 78, 146, 1);
}

.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .product .item .note h3,
.box-product .product .item .note p,
.box-product .product .item .note a.more {
    color: #fff;
}

.box-product.box-product-1 .product .item:hover .note h3,
.box-product.box-product-1 .product .item:hover .note p,
.box-product.box-product-1 .product .item:hover .note a.more {
    color: #fff;
}

.box-product.box-product-1 .product .item .note h3 {
    color: #000;
}

.box-product.box-product-1 .product .item .note p,
.box-product.box-product-1 .product .item .note a.more {
    color: #999;
}

.box-product .promore {
    margin-top: 40px;
    text-align: center;
}

.box-product .promore a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.box-product .promore a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 30px;
    content: '';
    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #0b0b0b transparent transparent;
}

.box-product .promore a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 30px;
    content: '';
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0b0b0b;
}

.box-product .promore a:hover {
    color: #314E92;
}

.box-product .promore a:hover:before {
    border-color: transparent #314E92 transparent transparent;
}

.box-product .promore a:hover:after {
    border-color: transparent transparent transparent #314E92;
}

.box-cooperation {
    background: url(../images/cooperation.jpg) no-repeat;
    background-size: 100% 100%;
}

.box-application .title h2,
.box-cooperation .title h2 {
    position: relative;
    color: #000;
}

.box-application .title h2 span,
.box-cooperation .title h2 span {
    font-family: 'ITC Avant Garde Gothic';
    color: #999;
    font-size: 29px;
}

.box-application .title h2::before,
.box-cooperation .title h2::before {
    position: absolute;
    display: block;
    width: 19%;
    height: 4px;
    bottom: -14px;
    margin-top: 10px;
    left: -10%;
    content: '';
    background-color: #314E92;
}

.box-application .title h2:after,
.box-cooperation .title h2:after {
    position: absolute;
    display: block;
    width: 18%;
    height: 4px;
    margin-top: 10px;
    border-top: 0;
    left: 9%;
    content: '';
    background-color: #02a2be;
}

.box-application .title h2::before {
    background-color: #02a2be;
    width: 18%;
}

.box-application .title h2::after {
    background-color: #314E92;
    left: 8%;
}

.box-cooperation .cooperation .img-box {
    padding-bottom: 45%;
    margin-bottom: 15px;
}

.box-cooperation .cooperation {
    padding-top: 30px;
}

.box-cooperation .cooperation .item {
    margin-top: 40px;
}

@media(max-width:767px) {
    .box-cooperation .cooperation .item {
        margin-top: 10px;
    }
}

.box-cooperation .cooperation .item p {
    text-align: center;
    color: #666;
    font-size: 17px;
}

.box-cooperation .cooperation ul li:hover .item .img-box {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}


/* .box-application {
    background-color: #f8f8f8;
} */

.box-application .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-application .row {
        margin: 0 -10px;
    }
}

.box-application .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-application .list {
        padding: 0 10px;
    }
}

.box-application .application .item {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .box-application .application .item {
        margin-top: 30px;
    }
}

.box-application .application .item h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-application .application .item .date-time span {
    color: #999;
}

@media (max-width: 991px) {
    .box-application .application .item h3 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
}

.box-application .application .item p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    margin: 16px 0 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box-application .application .item .img-box {
    margin-top: 30px;
    padding-bottom: 46.47027027%;
}

.box-application .application .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-application .application .item:hover h3 {
    font-weight: bold;
    color: #314E92;
    border-bottom-color: #314E92;
}

.box-application .application .item:hover .date-time span,
.box-application .application .item:hover p {
    color: #314E92;
}

.box-application .application .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-technology {
    position: relative;
    z-index: 4;
    margin-top: -36px;
    padding-top: 0;
}

.box-technology .title-technology {
    text-align: center;
}

.box-technology .title-technology h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .box-technology .title-technology h2 {
        font-size: 22px;
    }
}

.box-technology .title-technology h2:before {
    display: block;
    width: 3px;
    height: 123px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '';
    background: url(../../images/line-2.png) no-repeat;
}

.box-technology .title-technology p {
    font-size: 16px;
    line-height: 1.75;
    margin: 14px 0 0 0;
    color: #666;
}

.box-technology .title-technology a.more {
    line-height: 30px;
    display: inline-block;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid #e8e8e8;
}

.box-technology .list {
    overflow: hidden;
    margin-top: 60px;
}

.box-technology .list .pic {
    float: left;
    overflow: hidden;
    width: 50%;
}

@media (max-width: 991px) {
    .box-technology .list .pic {
        width: 100%;
    }
    .box-technology .list .pic img {
        width: 100%;
    }
}

.box-technology .list .pic .img-box {
    padding-bottom: 51.20671563%;
}

.box-technology .list .text {
    float: left;
    width: 50%;
    padding: 20px 7% 0 90px;
    background: url(../../images/technologybg1.jpg) right top no-repeat;
}

@media (max-width: 1199px) {
    .box-technology .list .text {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .box-technology .list .text {
        width: 100%;
        padding: 30px 15px;
    }
}

.box-technology .list .text h3 {
    font-size: 26px;
    font-weight: bold;
    color: #314E92;
}

@media (max-width: 1560px) {
    .box-technology .list .text h3 {
        font-size: 22px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .box-technology .list .text h3 {
        font-size: 18px;
    }
}

.box-technology .list .text h3 span {
    font-family: 'Agency FB';
    font-size: 34px;
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

@media (max-width: 1560px) {
    .box-technology .list .text h3 span {
        font-size: 28px;
    }
}

.box-technology .list .text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}

.box-technology .list-2 {
    background: url(../../images/technologybg2.jpg) left bottom no-repeat;
}

@media (max-width: 991px) {
    .box-technology .list-2 {
        margin-top: 0;
    }
}

.box-technology .list-2 .pic {
    float: right;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .box-technology .list-2 .pic {
        padding-left: 0;
    }
}

.box-technology .list-2 .pic .img-box {
    padding-bottom: 50.21598272%;
}

.box-technology .list-2 .text {
    padding: 20px 90px 0 7%;
    background: none;
}

@media (max-width: 1199px) {
    .box-technology .list-2 .text {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .box-technology .list-2 .text {
        padding: 30px 15px;
    }
}

.box-honor {
    background-color: #f8f8f8;
}

.box-honor .more {
    position: relative;
    z-index: 4;
    margin-top: -50px;
    text-align: right;
}

.box-honor .more a {
    line-height: 50px;
    display: inline-block;
    color: #666;
}

.box-honor .more a:hover {
    color: #314E92;
}

.box-honor .honor {
    overflow: hidden;
}

.box-honor .honor ul {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-honor .honor ul {
        margin: 0 -10px;
        margin-top: 20px;
    }
}

.box-honor .honor ul li {
    float: left;
    width: 20%;
    margin-top: 50px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-honor .honor ul li {
        margin-top: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .box-honor .honor ul li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .box-honor .honor ul li {
        width: 50%;
    }
}

.box-honor .honor ul li .img-box {
    padding-bottom: 145%;
}

.box-honor .honor ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-honor .honor ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news-sort {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    text-align: right;
}

@media (max-width: 1199px) {
    .box-news .news-sort {
        margin-top: 30px;
        text-align: center;
    }
}

.box-news .news-sort li {
    display: inline-block;
    margin-left: 20px;
}

.box-news .news-sort li:first-child {
    margin-left: 0;
}

.box-news .news-sort li a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .box-news .news-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

.box-news .news-sort li.active a {
    color: #fff;
    background-color: #314E92;
}

.box-news .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-news .row {
        margin: 0 -10px;
    }
}

.box-news .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-news .list {
        padding: 0 10px;
    }
}

.box-news .news .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .box-news .news .item {
        margin-top: 30px;
    }
}

.box-news .news .item h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-news .news .item .pic {
    position: relative;
    margin: 16px 0;
}

.box-news .news .item .pic .date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    background-color: #b4b4b4;
}

.box-news .news .item .pic .date h4 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    margin: 0;
}

.box-news .news .item .pic .date h5 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 14px;
    margin: 0;
}

.box-news .news .item .img-box {
    padding-bottom: 49.59785523%;
}

.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-news .news .item p {
    font-size: 14px;
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-news .news .item a {
    display: block;
}

.box-news .news .item a.more {
    font-size: 14px;
    line-height: 2;
    display: block;
    margin-top: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 3px solid #e0e0e0;
}

.box-news .news .item:hover h3 {
    color: #314E92;
}

.box-news .news .item:hover p {
    color: #314E92;
}

.box-news .news .item:hover .pic .date {
    background-color: #314E92;
}

.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news .item:hover a.more {
    color: #314E92;
    border-bottom-color: #314E92;
}

.bd_weixin_popup,
.bd_weixin_popup_bg {
    width: 250px !important;
    height: 300px !important;
}

.footer {
    background-color: #152549;
    margin-top: 30px;
}

.footer .foot {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #152549;
}

@media (max-width: 1560px) {
    .footer .foot {
        padding: 30px 0;
    }
}

@media (max-width: 1199px) {
    .footer .foot {
        display: none;
    }
}

.footer .foot .middle {
    float: right;
    width: 35%;
    padding: 0 4%;
    color: #fff;
}

@media (max-width: 1560px) {
    .footer .foot .middle {
        padding: 0 2%;
    }
}

.footer .foot .middle .contact .tel {
    /* position: relative; */
    color: #8FA1C7;
    text-align: right;
}

.footer .foot .middle .contact .tel p:before {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -6px;
    width: 18px;
    height: 18px;
    content: '';
    background: url(../../images/tel.png) no-repeat;
    background-size: 18px 18px;
}

.footer .foot .middle .contact .tel p {
    position: relative;
    font-size: 17px;
    text-align: right;
    margin: 0;
}

.footer .foot .middle .contact .tel h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    /* font-weight: bold; */
    margin: 0;
    color: #fff;
}

.footer .foot .middle .contact .note {
    margin: 10px 0;
}

.footer .foot .middle .contact .note p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    text-align: right;
}

.footer .foot .middle .contact .note>p {
    margin-bottom: 10px;
}

.footer .foot .middle .contact .note .erweima {
    overflow: hidden;
    text-align: right;
}

.footer .foot .middle .contact .note .erweima .erweima-tip {
    float: right;
    /* height: 136px; */
    margin-top: 74px;
    margin-right: 10px;
}
.footer .foot .middle .contact .note .erweima img {
    float: right;
    width:122px;
}
.footer .foot .middle .contact .note .erweima img.lyrz{
width: auto;
position:relative;
left:-195px
}
.footer .foot .middle .contact .note .erweima .erweima-tip p {
    text-align: right;
    color: #8FA1C7;
    font-size: 14px;
}

.footer .copytop .bdsharebuttonbox {
    display: inline-block;
    /* margin-top: 20px; */
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer .copytop .bdsharebuttonbox a {
    font-size: 16px;
    line-height: 44px;
    position: relative;
    display: inline-block;
    margin: 0 14px 0 0;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    background: none;
}

.footer .copytop .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e62d';
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
}

.footer .copytop .bdsharebuttonbox a:hover {
    opacity: 1;
}


/* .footer .copytop .bdsharebuttonbox a:hover:before {
    background-color: #999;
} */

.footer .copytop .bdsharebuttonbox .bds_sqq:before {
    content: '\e62d';
}

.footer .copytop .bdsharebuttonbox .bds_tsina:before {
    content: '\e62b';
}

.footer .copytop .bdsharebuttonbox .bds_weixin:before {
    content: '\e604';
}

.footer .copytop .bdsharebuttonbox .bds_video:before {
    content: '\e62a';
}

.footer .copytop .indexnews {
    display: inline-block;
    float: right;
    height: 50px;
    margin-top:10px
}
.footer .copytop .indexnews h5{display:inline-block}
.footer .copytop .indexnews{
    color:#dddde5
}
.footer .copytop .other-web {
    display: inline-block;
    width: 50%;
    float: left;
    color: #dddde5;
    line-height: 44px;
}

.footer .copytop .other-web a:hover {
    text-decoration: underline;
}

@media (max-width:1199px) {
    .footer .copytop .other-web {
        width: 100%;
    }
    .footer .copytop .share {
        display: none;
    }
}

.footer .copytop .other-web a {
    display: inline-block;
    padding: 0 3%;
}

.footer .copytop {
    padding: 10px 0;
    margin-left: 2%;
    margin-right: 3%;
    overflow: hidden;
    border-bottom: 1px solid #2b4376;
}

.footer .foot .left {
    float: left;
    width: 60%;
    padding: 20px 0;
}

.footer .foot .left ul {
    overflow: hidden;
}

.footer .foot .left ul li {
    float: left;
    width: 16.66666667%;
    padding: 0 3%;
}

.footer .foot .left ul li h3 {
    font-size: 16px;
    margin: 0 0 14px 0;
    color: #fff;
}

.footer .foot .left ul li a {
    font-size: 14px;
    line-height: 1.85714286;
    display: block;
    color: #8FA1C7;
}

.footer .foot .left ul li a:hover {
    color: #035cac;
}

.footer .foot .right {
    float: left;
    overflow: hidden;
    width: 15%;
    padding: 0 2%;
    text-align: right;
}

.footer .foot .right .erweima {
    display: inline-block;
    text-align: center;
}

.footer .foot .right .erweima img {
    max-width: 100%;
}

.footer .foot .right .erweima p {
    margin: 10px 0 0 0;
}

.footer .copyright {
    padding: 10px 2%;
    background-color: #09132E;
}

.footer .copyright p {
    line-height: 24px;
    margin: 0;
    color: #9a9a9a;
    text-align: center;
}

@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 14px;
    }
    .footer .foot .middle .contact .note .erweima img.lyrz{display: none;}
    .footer .copytop .indexnews{float:none}
}

.footer .copyright p span {
    display: inline-block;
    /* margin-left: 30px; */
}

@media (max-width: 991px) {
    .footer .copyright p span {
        margin-left: 0;
    }
}

.footer .copyright span,
.footer .copyright a {
    display: inline-block;
    /* float: right; */
}

.footer .copyright span {
    padding: 0 2%;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

/*搜索弹窗end*/

.fri-link{padding: 10px 2%;background-color: #09132E;color:#9a9a9a}
.fri-link li{display:inline-block;margin: 0 3px;}
.fri-link li a{color:#9a9a9a;line-height:24px;}
.fri-link li a:hover{text-decoration:   underline}
/*heart end*/
@media (max-width: 769px) {
   .container1,.header-bottom{width: 100%;}
   .banner-bottom-top,.box-about .about .left .video.img-year,.fri-link{display: none;}
   .box-about .about .left .rword h4,.box-about .about .left .rword h3{margin:2% 0 ;}
   .box-about .about .left .video .img-box div.iconplay h3{margin-top:15px}
   .box-product .pro-sort li a{padding:0}
   .box-product .pro-sort{display:block}
   .box-application .application .item{margin-top:40px}
   .box-application .pro-sort{margin-top:20px;text-align:left}
   .box .product{height: 480px;}
   .header .logo{left:5px;}
   .probgimg,.conbgimg,.aboutbgimg,.serviceimg{margin-top:66px}
}
    