@charset "utf-8";

*, *::before, *::after {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.header {
    width: 100%;
    z-index: 99999999;
    background: #fff;
}

.menu {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 20px;
    z-index: 99999;
}

.logo {
    float: left;
    margin-top: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

/*.nav{height:100px; line-height:100px; position:relative; z-index:1;float:left;margin-left: 60px;}

.nav a{ color:#000;  }

.nav .nLi{ float:left;  position:relative; display:inline;}

.nav .nLi h3{ float:left;  }

.nav .nLi h3 a{ display:block; padding:0 17px; font-size:16px; font-weight:normal;color: #666;}

.nav .sub{ display:none;left:0px; top:100px;min-width: 140px; position:absolute;line-height:30px; padding:10px 0; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); }

.nav .sub li{ zoom:1;position: relative; }

.nav .sub a{ display:block; padding:0 10px; 	-webkit-transition: .5s; -o-transition: .5s; transition: .5s;color: #17232d; font-size: 14px;}

.nav .sub a:hover{ background:#2a5aa3; color:#fff;  }

.nav .on h3 a{ color:#fff;background: #2a5aa3;}*/

.menu .tel {
    float: right;
    line-height: 20px;
    margin-top: 30px;
}

.menu .tel strong {
    color: #000;
    font-size: 28px;
    font-family: Impact;
    font-weight: normal;
    line-height: 40px;
    background: url(../images/i_tel.png) left center no-repeat;
    padding-left: 30px;
}


#menu {
    position: fixed;
    top: 50%;
    right: 2.5em;
    width: 2em;
    z-index: 70;
    padding: 0;
    margin-top: -5em;
    -webkit-transition: opacity 0.6s 0s;
    -moz-transition: opacity 0.6s 0s;
    -ms-transition: opacity 0.6s 0s;
    -o-transition: opacity 0.6s 0s;
    transition: opacity 0.6s 0s;
}

#menu li {
    margin: 1em;
    background: transparent;
    border: 1px solid #2a5aa3;
    -webkit-border-radius: 5px;
    -mos-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    text-indent: 999em;
    -webkit-transition: All 0.5s 0s;
    -moz-transition: All 0.5s 0s;
    -ms-transition: All 0.5s 0s;
    -o-transition: All 0.5s 0s;
    transition: All 0.5s 0s;
    -webkit-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
    transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
}

#menu li.active {
    border: 1px solid #2a5aa3;
    background: #2a5aa3;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: All 0.5s 0s;
    -moz-transition: All 0.5s 0s;
    -ms-transition: All 0.5s 0s;
    -o-transition: All 0.5s 0s;
    transition: All 0.5s 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#menu li a {
    text-decoration: none;
    outline: none;
}

#menu li a, #menu li.active a {
    display: block;
}

.section-inner {
    width: 100%;
    z-index: 99;
    min-height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}

.section-inner {
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
}

#section1 {
    position: relative;
}

#section1 .swiper-container {
    width: 100%;
    height: 100%;
}

#section1 .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background: none;
    border: 1px solid #fff;
}

#section1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

#section1 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 90px;
}

.m1_box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    background: rgb(24 24 24 / 0.5);
    line-height: 64px;
    width: 100%;
    z-index: 999999;
}

.m1_til {
    float: left;
    padding-left: 30px;
    width: 180px;
    background: url(../images/laba.png) left center no-repeat;
}

.m1_til h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.txtScroll-left {
    position: relative;
    float: left;
    width: 1020px;
}

.txtScroll-left .bd {
    overflow: hidden;
}

.txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-left .bd ul li {
    float: left;
    height: 64px;
    line-height: 64px;
    text-align: left;
    _display: inline;
    width: 860px;
    font-size: 14px;
    margin-right: 80px;
}

.txtScroll-left .bd ul li a {
    color: #fff;
}

.txtScroll-left .bd ul li span {
    color: #fff;
    float: right;
}


.arrow_box1 {
    width: 200px;
    position: absolute;
    top: 150px;
    left: 100px;
    background: #C7BA2C;
    border: 4px solid #fff;
    z-index: 999;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box1:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #C7BA2C;
    border-width: 12px;
    margin-left: -12px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 18px;
    margin-left: -18px;
}

.arrow_box {
    padding: 10px 0;
    border-radius: 6px;
}

.arrow_box span {
    line-height: 25px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding-left: 10px;
}

.arrow_box {
    display: none;
}


.arrow_box2 {
    width: 200px;
    position: absolute;
    top: 150px;
    /*left: 100px;*/
    left: 50px;
    background: #6666cc;
    border: 4px solid #fff;
    z-index: 999;
}

.arrow_box2:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #6666cc;
    border-width: 12px;
    margin-left: -12px;
}


.arrow_box3 {
    width: 200px;
    position: absolute;
    top: 150px;
    /*left: 100px;*/
    left: 50px;
    background: #ff9900;
    border: 4px solid #fff;
    z-index: 999;
}

.arrow_box3:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ff9900;
    border-width: 12px;
    margin-left: -12px;
}


.arrow_box4 {
    width: 200px;
    position: absolute;
    top: 150px;
    /*left: 100px;*/
    left: 50px;
    background: #2c60c7;
    border: 4px solid #fff;
    z-index: 999;
}

.arrow_box4:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #2c60c7;
    border-width: 12px;
    margin-left: -12px;
}


.arrow_box5 {
    width: 200px;
    position: absolute;
    top: 150px;
    left: 100px;
    background: #2CC1BF;
    border: 4px solid #fff;
    z-index: 999;
}

.arrow_box5:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #2CC1BF;
    border-width: 12px;
    margin-left: -12px;
}


.zt_p1:hover .arrow_box1 {
    display: block;
}

.zt_p2:hover .arrow_box2 {
    display: block;
}

.zt_p3:hover .arrow_box3 {
    display: block;
}

.zt_p4:hover .arrow_box4 {
    display: block;
}

.zt_p5:hover .arrow_box5 {
    display: block;
}

.zt_p {
    position: relative;
}


.zt_p2 {
    transition: all 0.8s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transform: translate(40px, 360px);
    -ms-transform: translate(40px, 360px);
    -webkit-transform: translate(40px, 360px);
    -o-transform: translate(40px, 360px);
    -moz-transform: translate(40px, 360px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.zt_p3 {
    transition: all 0.8s;
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transform: translate(40px, 360px);
    -ms-transform: translate(40px, 360px);
    -webkit-transform: translate(40px, 360px);
    -o-transform: translate(40px, 360px);
    -moz-transform: translate(40px, 360px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.zt_p4 {
    transition: all 0.8s;
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transform: translate(40px, 360px);
    -ms-transform: translate(40px, 360px);
    -webkit-transform: translate(40px, 360px);
    -o-transform: translate(40px, 360px);
    -moz-transform: translate(40px, 360px);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.active .zt_p4, .active .zt_p3, .active .zt_p2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}


.zt_yq {
    /*width: 400px;*/
    width: 300px;
    float: left;
    height: 200px;
    cursor: pointer;
}

.zt_p {
    /*width: 400px;*/
    width: 300px;
}


.zt_yq1 {
    background: url("../images/q1.png") no-repeat center
}

.zt_yq2 {
    background: url("../images/q2.png") no-repeat center
}

.zt_yq3 {
    background: url("../images/q3.png") no-repeat center
}

.zt_yq4 {
    background: url("../images/q4.png") no-repeat center
}

.zt_yq5 {
    background: url("../images/q5.png") no-repeat center
}


.zt_yq1 h5 {
    padding-top: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: url("../images/xx.jpg") no-repeat center 100px;
}

.zt_yq2 h5 {
    padding-top: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: url("../images/xx.jpg") no-repeat center 100px;
}

.zt_yq3 h5 {
    padding-top: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: url("../images/xx.jpg") no-repeat center 100px;
}

.zt_yq4 h5 {
    padding-top: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: url("../images/xx.jpg") no-repeat center 100px;
}

.zt_yq5 h5 {
    padding-top: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: url("../images/xx.jpg") no-repeat center 100px;
}

.zt_yq1 h5 span {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.zt_yq2 h5 span {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.zt_yq3 h5 span {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.zt_yq4 h5 span {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.zt_yq5 h5 span {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.zt_p p {
    line-height: 60px;
    font-size: 16px;
    color: #6a6a6a;
    text-align: center;
}


/*#section2{padding-top: 100px;}#section3{padding-top: 100px;}#section4{padding-top: 100px;}#section5{padding-top: 100px;}*/


.com_til {
    text-align: center;
    height: 150px;
}

.com_til h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-150px, 0px);
    -moz-transform: translate(-150px, 0px);
    -ms-transform: translate(-150px, 0px);
    -o-transform: translate(-150px, 0px);
    transform: translate(-150px, 0px);
    transition: all 1s;
}

.com_til span {
    font-size: 18px;
    color: #cccccc;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(150px, 0px);
    -moz-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    -o-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
    transition: all 1s;
}


.m3_box {
    position: relative;
}

#section3 .swiper-button-next, #section3 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/next.png);
    background-size: 100%;
    right: -100px;
    left: auto;
}

#section3 .swiper-button-prev, #section3 .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/prev.png);
    background-size: 100%;
    left: -100px;
    right: auto;
}

#section3 .swiper-button-next, #section3 .swiper-button-prev {
    outline: none;
    width: 62px;
    height: 62px;
}

.img img {
    width: 100%;
}


#section3 em {
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

#section3 a:hover em {
    font-size: 24px;
    line-height: 40px;
    height: 100%;
    padding-top: 30%;
    background: rgba(42, 90, 162, 0.9);
    -webkit-transition: height .5s;
    transition: height .5s;
}

#section3 a:hover em:before {
    content: "";
    position: absolute;
    top: 59%;
    left: 50%;
    width: 74px;
    height: 3px;
    background: #fff;
    margin-left: -37px;
}

.m4_box .list {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.m4_box .list h5 {
    font-size: 102px;
    font-weight: bold;
    color: #2c60c7;
}

.m4_box .list h5 em {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.m4_box .list p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}


.active .com_til h2, .active .com_til span {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition-delay: 0.7s;
}


.m5_left {
    width: 614px;
    float: left;
}

.m5_right {
    width: 586px;
    float: right;
}

.focusBox {
    position: relative;
    width: 586px;
    /*height: 440px;*/
    overflow: hidden;
    text-align: left;
    background: white;

    height: 336px;
}

.focusBox .pic img {
    width: 586px;
    /*height: 440px;*/
    display: block;
    height: 336px;
}

.focusBox .pic li {
    position: relative;
}

.focusBox .pic li em {
    background: #1a6ce9;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 133px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-style: normal;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100px;
    width: 100%;
    background: #19335c;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 100px;
    line-height: 100px;
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 40px;
    font-size: 18px;
    text-decoration: none;
}

.focusBox .txt li em {
    border: 1px solid #fff;
    width: 85px;
    height: 36px;
    border-radius: 18px;
    position: absolute;
    right: 30px;
    top: 35px;
    text-align: center;
    line-height: 36px;
}

.focusBox .txt li:hover em {
    color: #fff;
    background: #2a5aa3;
    border-color: #2a5aa3;
}


.m5_left1 {
    width: 100%;
    background: #fff;
    margin-bottom: 5px;
    height: 180px;
}

.m5_left1 .info {
    width: 350px;
    padding-top: 20px;
    margin-right: 20px;
}

.m5_left1 .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #000;
}

.m5_left1 .info h3 a {
    color: #000;
}

.m5_left1 a:hover h3 {
    color: #2a5aa3;
}

.m5_left1 a:hover p {
    color: #2a5aa3;
}

.m5_left1 a:hover span {
    color: #2a5aa3;
}

.m5_left1 .info > p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    height: 75px;
}

.m5_left1 .info > span {
    font-size: 14px;
    color: #c6c6c6;
}


.m5_left2 {
    width: 100%;
    background: #fff;
    padding: 22px 30px;
}

.m5_left2 ul li {
    background: url(../images/newsico.jpg) left no-repeat;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
}

.m5_left2 ul li h3 a {
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m5_left2 ul li span {
    line-height: 50px;
    color: #666666;
}

.m5_left2 ul li:hover h3 a {
    color: #2a5aa3;
}


.foot_fastMenu {
    background: #1c1c21;
    padding: 27px 0 21px;
    border-bottom: 1px #27272c solid;
}

.foot_fastMenu li {
    float: left;
    width: 25%;
}

.foot_fastMenu li .ff_box {
    display: block;
    padding: 0 5%;
    color: #dadada;
}

.foot_fastMenu li ._img {
    margin-top: 5px;
    display: block;
    width: 45px;
    margin-right: 10px;
    position: relative;
}

.foot_fastMenu li ._imgico {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.foot_fastMenu li .columns {
    font-size: 18px;
    line-height: 1.5;
}

.foot_fastMenu li .p {
    font-size: 14px;
    color: #939393;
    line-height: 1.5;
}

.foot_fastMenu li :hover ._imgico {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #2c60c7;
}

.foot_fastMenu li :hover .columns {
    color: #2c60c7;
}

.foot_fastMenu li :hover .p {
    color: #2c60c7;
}

.foot_fastMenu li :hover ._out {
    opacity: 0;
}

.foot_fastMenu li ._img i {
    font-size: 32px;
}

.pull-left {
    float: left !important;
}

.oh {
    overflow: hidden;
}

.footer {
    width: 100%;
    background: #1c1c21;
}

.footer .ft_top {
    width: 100%;
    height: 250px;
    padding-top: 30px;
    position: relative;
    z-index: 99999;
}

.footer .ft_top .ft {
    width: 180px;
    margin-left: 60px;
}

.footer .ft_top .ft h4 {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.footer .ft_top .ft h4 i {
    color: #b1b3bb;
    font-size: 18px;
}

.footer .ft_top .ft ul {
    margin-top: 10px;
}

.footer .ft_top .ft ul li {
    color: #bbbbbb;
    font-size: 16px;
    line-height: 35px;
}

.footer .ft_top .ft ul li a {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 35px;
}

.footer .ft_top .ft ul li a:hover {
    color: #fff;
}

.footer .ft_top .ft5 {
    width: 152px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.ft_bottom {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #131418;
    border-top: 1px solid #414141;
}

.ft_bottom span {
    font-size: 14px;
    color: #cccccc;
}

.ft_bottom span a {
    color: #cccccc;
}

canvas {
    position: absolute;
    width: 100%;
    left: 0;
}


.imghover_big {
    overflow: hidden;
    display: block;
    position: relative;
}

.imghover_big img {
    -webkit-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
}

.imghover_big:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes scaleout {
    0% {

        -webkit-transform: scale(1.0)

    }

    100% {

        -webkit-transform: scale(0.8);

    }

}

@keyframes scaleout {
    0% {

        transform: scale(1.0);

        -webkit-transform: scale(1.0);

    }

    100% {

        transform: scale(1.1);

        -webkit-transform: scale(0.8);

    }

}


@-webkit-keyframes moveUpDown {

    from {
        -webkit-transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(5px)
    }

}

@keyframes moveUpDown {

    from {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(5px)
    }

}

.imgZoom img, .imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.main {
    padding-top: 100px;
}


.bg-1 {

    background-color: #F0F0F0;

    position: relative;

    overflow: hidden;

}

.new-list {

    position: relative;

    z-index: 22;

    padding-top: 40px;

    padding-bottom: 73px;

}

.new-list li {

    background: #fff;

}

.new-list li a {

    display: block;

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.new-list li a .time {

    position: absolute;

    left: 10px;

    top: 50%;

    width: 140px;

    height: 112px;

    line-height: 112px;

    margin-top: -56px;

    text-align: center;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    transition: all .4s ease;

}

.new-list li a .time > div {

    display: inline-block;

    vertical-align: middle;

    line-height: 1.2;

}

.new-list li a .time .day {

    font-size: 48px;

    font-weight: bold;

    line-height: 1.5;

    color: #666666;

}

.new-list li a .time .year {

    font-size: 18px;

    line-height: 1.5;

    color: #000;

}

.new-list li a .nr {

    margin-left: 130px;

    height: 222px;

    padding: 34px 70px 34px 34px;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    transition: all .4s ease;

}

.new-list li a .nr .img {

    width: 260px;

    padding: 4px;

    background: #F5F5F5;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.new-list li a .nr .img > div {

    width: 100%;

    position: relative;

    padding-bottom: 58.56574%;

}

.new-list li a .nr .img > div img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.new-list li a .nr .title {

    margin-left: 298px;

}

.new-list li a .nr .title span {

    margin-top: 15px;

    height: 48px;

    line-height: 48px;

    width: 100%;

    overflow: hidden;

    font-size: 18px;

    color: #333;

    margin-bottom: 12px;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    transition: all .4s ease;

}

.new-list li a .nr .title .p {

    font-size: 14px;

    color: #666;

    line-height: 25px;

    height: 50px;

    overflow: hidden;

    width: 100%;

}

.new-list li + li {

    margin-top: 12px;

}

.new-list li a:hover .nr {

    margin-left: 145px;

}

.new-list li a:hover .time {

    left: 5px;

}

.new-list li a:hover .nr .title span {

    color: #2a5aa3;

}

.new-list li a:hover .nr .title .p {

    color: #2a5aa3;

}


.nr_lm {

    width: 100%;

    height: 48px;

    background-color: #fff;

    border-bottom: 1px solid #e5e5e5;

    box-shadow: 0 0 10px #ccc;

}

.nr_lm .now-menu {

    float: left;

    height: 48px;

    line-height: 48px;

    background: url(../images/bg_sign06.jpg) no-repeat left center;

    padding-left: 25px;

    font-size: 14px;

}

.nr_lm ul {

    float: right;

}

.nr_lm ul li {

    float: left;

    line-height: 48px;

    height: 48px;

    margin-right: 23px;

    font-size: 15px;

}

.nr_lm ul li a {

    display: block;

    padding: 0 18px;

}

.nr_lm ul li a.active {
    color: #fff;

    background: #113c74;
}

.new-box {

    position: relative;

    z-index: 22;

    margin-top: 40px;

    margin-bottom: 73px;

    background: #fff;

    padding-top: 40px;
    padding-bottom: 50px;

    padding-left: 50px;

    padding-right: 50px;

}

.news-title {

    width: 100%;

    padding: 30px 0 20px;

    border-bottom: 1px solid #f5f5f5;

}

.news-title .title {

    width: 100%;

    padding: 0 20px;

    font-size: 30px;

    color: #000;

    text-align: center;

}

.news-title .date {

    width: 100%;

    text-align: center;

    font-size: 14px;

    color: #999;

    margin-top: 10px;

    padding: 0 20px;

}

.news-content {

    width: 100%;

    padding: 20px 40px;

    line-height: 26px;

}

.next-prev {

    width: 100%;

    border-top: 1px solid #f5f5f5;

    padding: 20px 40px;

}

.next-prev .left {

    font-size: 14px;

    font-family: "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif;

    width: calc(100% - 150px);

    display: inline-block;

    float: left;

}

.next-prev .left a {

    display: block;

    clear: both;

    color: #666;

    margin: 5px 0;

    transition: color 0.3s;

    width: 460px;

}

.next-prev .left a {

    display: block;

    clear: both;

    color: #666;

    margin: 5px 0;

    transition: color 0.3s;

    width: 460px;

}

.over-line1 {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.next-prev .right {

    width: 110px;

    height: 40px;

    display: inline-block;

    float: right;

    margin-top: 5px;

    background-color: #032a6e;

    color: #fff;

    line-height: 40px;

    text-align: center;

    font-size: 14px;

}


#pages {
    text-align: center;
    height: 100px;
    font-size: 14px;
}

#pages li {
    display: inline-block;
    margin: 0 2px;
}

#pages li a {
    display: block;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

#pages li span {
    display: block;

    padding: 8px 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;

    background: #2b5da8;
    color: #fff;
}


.nav {

    width: 60%;

    margin-top: 8px;

}

.fix {
    *zoom: 1;
    *clear: both;
}

.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.nav .nav_li {

    float: left;

    padding: 0 2%;

}

.nav .nav_li .nav_a {

    font-size: 16px;

    display: block;

    padding-bottom: 18px;

    height: 93px;

    line-height: 93px;

}

.nav .nav_li .setNav {

    width: 12.5%;
    /*width: 23.5%;*/

    /*left: 0;*/

    /*right: 0;*/

    background: #fff url(../images/white.9.png) repeat;

    display: none;

    border-top: 1px #f0f0f0 solid;

}

@media (max-width: 767px) {
    
    .nav .nav_li .setNav {
        width: 20.5% !important;
    }
}


.nav .nav_li .setNav .set-img {
    width: 25%;
    padding-top: 25px;
}

.nav .nav_li .setNav .set-img img {
    height: 150px;
    width: 100%;
}

.nav .nav_li .setNav .setCon .tit {
    font-size: 22px;
    color: #4e4e4e;
    margin-bottom: 20px;
}

.nav .nav_li .setNav .setMenu {
    /*width: 32%;*/
    width: 20%;
    padding-top: 20px;
    /*padding-top: 6px;*/
    padding-right: 3%;
    padding-left: 3%;
    /*border-right: 1px #ccc solid;*/
}

.nav .nav_li .setNav .setMenu li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ccc solid;

    text-align: center;

    margin-bottom: 8px;
}

.nav .nav_li .setNav .setMenu li a {
    display: block;
    position: relative;
    color: #4a4a4a;
    font-size: 14px;
}

.nav .nav_li .setNav .setCon {
    width: 42%;
    padding: 30px 5% 50px 2%;
    border-right: 1px #ccc solid;
}

.nav .nav_li .setNav .setCon .p {
    color: #666;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.nav .nav_li .setNav .set_close {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/icons.png) 0 0 no-repeat;
    right: 0;
    bottom: 7%;
}

.nav .line {
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 4px;
    font-size: 3px;
    background-color: #2a5aa3;
    display: none;
}

.nav .nav_li .setNav .tech-menuItems {
    border: none;
}

.c {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}


.sd-inp1 {

    display: block;

    width: 90px;

    height: 56px;

    position: absolute;

    text-align: center;

    left: calc(50% - 45px);

    bottom: 80px;

    background: url(../images/in-down.png) center bottom no-repeat;

    z-index: 6;

    line-height: 1.2;

    font-size: 14px;

    color: #fff;

    cursor: pointer;

}

.sd-inp1 em {

    font-style: normal;

}


.sd-inp1 {

    animation: sd-inp1 0.8s linear infinite alternate both;

    -webkit-animation: sd-inp1 0.8s linear infinite alternate both;

    -moz-animation: sd-inp1 0.8s linear infinite alternate both;

    -o-animation: sd-inp1 0.8s linear infinite alternate both;

}


@keyframes sd-inp1 {

    0% {

        transform: translateY(5px);

        -ms-transform: translateY(5px);

        -webkit-transform: translateY(5px);

        -o-transform: translateY(5px);

        -moz-transform: translateY(5px);

    }


    100% {

        transform: translateY(-5px);

        -ms-transform: translateY(-5px);

        -webkit-transform: translateY(-5px);

        -o-transform: translateY(-5px);

        -moz-transform: translateY(-5px);

    }

}


@-webkit-keyframes sd-inp1 {

    0% {

        transform: translateY(5px);

        -ms-transform: translateY(5px);

        -webkit-transform: translateY(5px);

        -o-transform: translateY(5px);

        -moz-transform: translateY(5px);

    }


    100% {

        transform: translateY(-5px);

        -ms-transform: translateY(-5px);

        -webkit-transform: translateY(-5px);

        -o-transform: translateY(-5px);

        -moz-transform: translateY(-5px);

    }

}


@-moz-keyframes sd-inp1 {

    0% {

        transform: translateY(5px);

        -ms-transform: translateY(5px);

        -webkit-transform: translateY(5px);

        -o-transform: translateY(5px);

        -moz-transform: translateY(5px);

    }


    100% {

        transform: translateY(-5px);

        -ms-transform: translateY(-5px);

        -webkit-transform: translateY(-5px);

        -o-transform: translateY(-5px);

        -moz-transform: translateY(-5px);

    }

}


@-o-keyframes sd-inp1 {

    0% {

        transform: translateY(5px);

        -ms-transform: translateY(5px);

        -webkit-transform: translateY(5px);

        -o-transform: translateY(5px);

        -moz-transform: translateY(5px);

    }


    100% {

        transform: translateY(-5px);

        -ms-transform: translateY(-5px);

        -webkit-transform: translateY(-5px);

        -o-transform: translateY(-5px);

        -moz-transform: translateY(-5px);

    }

}


#section1 .swiper-button-prev:after {

    content: '';

}


#section1 .swiper-button-next:after {

    content: '';

}


#section1 .swiper-button-prev {

    background: url(../images/in-huanj1.png) center center no-repeat;

    left: 5%;

}


#section1 .swiper-button-next {

    background: url(../images/in-huanj2.png) center center no-repeat;

    right: 5%;

}


#section1 .swiper-button-prev:hover {

    background: url(../images/in-huanj01.png) center center no-repeat;

}


#section1 .swiper-button-next:hover {

    background: url(../images/in-huanj02.png) center center no-repeat;

}


#section1 .swiper-button-next, #section1 .swiper-button-prev {

    width: 58px !important;

    height: 58px !important;

    background-size: 100% !important;

}

.head_content {
    margin-left: -88px;
}


.setme_none {
    display: none;
}

.setme_show {
    display: block;
}

.setMenu2 {
    position: absolute;
    left: 233px;
    /*top: 20px;*/
    top: 0px;
    /*padding: 0px 17px;*/
    padding: 18px 17px 0px;
    width: 17%;
    /*height: 100%;*/

    /*margin-left: 224px;*/
    /*margin-top: -68px;*/
    /*width: 17%;*/
    /*padding: 0px 15px 0px;*/
    /*!* width: 32%; *!*/
    /*width: 20%;*/
    /*padding-top: 20px;*/
    /*!* padding-top: 6px; *!*/
    /*padding-right: 3%;*/
    /*padding-left: 3%;*/
    /*!* border-right: 1px #ccc solid; *!*/
    background: #fff url(../images/white.9.png) repeat;
}

.c2 {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.fl2 {
    float: left;
}

.setMenu2 li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    text-align: center;
    margin-bottom: 8px;
}

.setMenu2 li a {
    display: block;
    position: relative;
    color: #4a4a4a;
    font-size: 14px;
}







