* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, a {
    color: #333333;
}

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

.w1520 {
    margin: 0 auto;
    width: 1520px;
}

.w1560 {
    margin: 0 auto;
    width: 1560px;
}

.w1760 {
    margin: 0 auto;
    width: 1760px;
}

.f7 {
    background: #f7f7f7;
}

.header {
    height: 90px;
    /*width: 100%;*/
    box-sizing: border-box;
    /*padding: 0 80px;*/
}

.header2, .head-top {
    display: none;
}

.logo {
    display: inline-block;
    margin-top: 20px;
}

.logo img {
    vertical-align: top;
}

.logo img:nth-child(2) {
    margin-top: 15px;
    margin-left: 15px;
}

.nav-list {
    float: right;
    margin-top: 36px;
}

.nav-list li {
    float: left;
    font-size: 16px;
}

.nav-list li::after {
    content: "/";
    padding: 0 20px;
    font-size: 16px;
    color: #d0d2d4;
}

.nav-list li:last-child::after {
    content: "";
    padding: 0;
}

.nav-list li a {
    color: #222222;
}

.nav-list li a:hover, .nav-list li.on a {
    color: #0671be;
}

.header2 {
    /*display: block;*/
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, .7);*/
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 2.5%;
    border-bottom: 1px solid #e3e3e3;
}

.head-top {
    height: 50px;
    width: 100%;
    display: none;
}

.header2 .logo img {
    /*height: 42px;*/
    /*margin-top: 4px;*/
    height: 32px;
    margin-top: 8px;
}

.nav-sj {
    width: 32px;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.nav-sj div {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    background: #0671be;
}

.nav-sj div:last-child {
    margin-bottom: 0;
}

.head-main2 {
    position: fixed;
    top: 50px;
    width: 180px;
    /*left: 0;*/
    right: 0;
    background: #fff;
    display: none;
}

.head-main2 li {
    line-height: 48px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.head-main2 li a {
    font-size: 18px;
    color: #333;
}

.banner {
    width: 100%;
    /*height: 100vh;*/
}

.swiper-container1 {
    width: 100%;
    height: 100%;
}

.swiper-slide1 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide1 img {
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-slide1 div {
    position: absolute;
    /*width: 1520px;*/
    height: auto;
    left: 50%;
    margin-left: -760px;
    bottom: 130px;
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.swiper-slide1.swiper-slide-active div {
    -webkit-animation: fadeInUp 1.3s both 0s;
    animation: fadeInUp 1.3s both 0s;
}

.swiper-slide1 h2 {
    font-size: 48px;
    line-height: 48px;
    color: #f7f7f7;
    display: inline-block;
    padding-bottom: 18px;
    border-bottom: 2px solid #f7f7f7;
}

.swiper-slide1 p {
    font-size: 20px;
    color: #f7f7f7;
    line-height: 20px;
    padding-top: 20px;
}

.page1 {

}

.page1 .swiper-pagination-bullet, .page3 .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.page1 .swiper-pagination-bullet-active, .page3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1d68d9;
    /*border-radius: 50px;*/
}

.swiper-container-horizontal > .page1.swiper-pagination-bullets {
    bottom: 25px;
}

.right-nav {
    position: fixed;
    /* top: 55%; */
    /*right: 0;*/
    /* transform: translateY(-50%); */
    bottom: 50px;
    z-index: 99;
    right: -140px;
}

.right-nav > div {
    position: relative;
    width: 192px;
    height: 50px;
    background: #fe8c1d;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
    position: relative;
    right: 0px;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
    /*float: right;*/
    /*display: block;*/
}

.right-nav > div:nth-child(2), .right-nav > div:nth-child(4) {
    width: 142px;
    right: 0px;
}

.right-nav > div:last-child {
    margin-bottom: 0;
}

.right-nav > div > img, .right-nav > div > a > img {
    padding-top: 11px;
    padding-left: 18px;
    /*display: block;*/
}

.right-nav > div a {
    display: inline-block;
    width: 100%;
}

.right-nav > div p {
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-left: 2px;
    font-size: 14px;
}

.right-nav > div:nth-child(1).on {
    /*width: 190px;*/
    /*right: 90px;*/
}

.right-nav > div:nth-child(2).on, .right-nav > div:nth-child(4).on {
    /*width: 140px;*/
    right: 90px;
}

.right-nav > div:nth-child(2) p, .right-nav > div:nth-child(4) p {
    margin-left: 10px;
}

.right-nav > div.on {
    right: 140px;
    /*width: 190px;*/
}

.right-nav > div .ma-right {
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    /*left: -105px;*/
    right: 200px;
    top: 0;
    /*margin-top: -47px;*/
    display: none;
}

.right-nav > div .ma-right h2 {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    /*padding-left: 18px;*/
    text-align: center;
}

.wx-icon div img {
    width: 98px;
    height: 98px;
    display: block;
}

.index-gsgk {
    padding-top: 60px;
    padding-bottom: 40px;
}

.title {
    text-align: center;
    position: relative;
}

.title h2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    line-height: 30px;
}

.title p {
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-top: 12px;
}

.title span {
    width: 20px;
    display: block;
    height: 3px;
    background: #999999;
    margin: 16px auto 0;
    position: relative;
    z-index: 2;
}

.title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 1px;
}

.index-gsgk-main2 {
    text-align: center;
    padding: 0 100px;
}

.index-gsgk-main2 h3 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding: 42px 0;
}

.index-gsgk-main2 p {
    color: #333333;
    font-size: 14px;
    margin-bottom: 36px;
    line-height: 24px;
}

/*.index-gsgk ul {*/
/*margin: 0 180px;*/
/*}*/

.index-gsgk ul {
    /* margin: 0 180px; */
    display: block;
    /*width: 615px;*/
    margin: 0 auto;
    text-align: center;
}

.index-gsgk ul li {
    /*float: left;*/
    /*margin-right: 57px;*/
    margin: 0 30px;
    display: inline-block;
}

.index-gsgk ul li a {
    display: inline-block;
}

.index-gsgk ul li:last-child {
    margin-right: 0;
}

.index-gsgk ul li div {
    position: relative;
}

.index-gsgk ul li div img:nth-child(1) {
    display: block;
}

.index-gsgk ul li div img:nth-child(2) {
    /*display: none;*/
    opacity: 0;
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.index-gsgk ul li:hover div img:nth-child(2) {
    /*display: block;*/
    opacity: 1;
    transition: all .2s;
}

.index-gsgk ul li div h2 {
    position: absolute;
    /*display: none;*/
    opacity: 0;
    transition: all .2s;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -14px;
    color: #fff;
}

.index-gsgk ul li:hover div h2 {
    /*display: block;*/
    opacity: 1;
    transition: all .2s;
}

.index-gsgk ul li p {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    text-align: center;
}

.index-zlhy {

}

.index-zlhy-main2 {
    margin-top: 50px;
}

.index-zlhy-main2 > div {
    width: 50%;
    float: left;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.index-zlhy-main2 > div > img {

}

.zlhy-img1 {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 960px;
    top: 0;
    z-index: 2;
    margin-left: -480px;
}

.zlhy-img-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition: all .3s;
}

.index-zlhy-main2 > div:hover .zlhy-img-bg {
    opacity: 1;
    transition: all .3s;
}

.index-zlhy-main2 > div div {
    position: absolute;
    width: 100%;
    z-index: 4;
    color: #fff;
}

.index-zlhy-main2 > div div h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    margin-top: 68px;
    transition: all .6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-zlhy-main2 > div:hover div h2 {
    margin-top: 162px;
    transition: all .6s;
}

.index-zlhy-main2 > div div p {
    width: 510px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    /*margin-top: 30px;*/
}

.index-zlhy-main2 > div div a {
    display: block;
    margin: 55px auto 0;
    width: 140px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 35px;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.index-zlhy-main2 > div div a:hover {
    background: #fff;
    color: #333;
}

.index-zlhy-main2 > div:hover div a {
    opacity: 1;
    transition: all .3s;
}

.index-qtyw {
    padding: 60px 0;
}

.index-qtyw ul {
    margin-top: 65px;
    margin-bottom: 60px;
}

.index-qtyw ul li {
    float: left;
    width: 389px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.index-qtyw ul li a {
    display: block;
}

.index-qtyw ul li:nth-child(3n) {
    margin-right: 0;
}

.index-qtyw ul li a img {
    display: block;
    width: 100%;
    height: 295px;
}

.index-qtyw ul li h1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 18px;
    color: #fff;
    transition: all .5s;
}

.index-qtyw ul li:hover h1 {
    bottom: 100%;
    transition: all .5s;
}

.index-qtyw ul li:nth-child(1) h1 {
    background: rgba(6, 113, 190, .5);
}

.index-qtyw ul li:nth-child(2) h1 {
    background: rgba(38, 158, 61, .5);
}

.index-qtyw ul li:nth-child(3) h1 {
    background: rgba(255, 179, 16, .5);
}

.index-qtyw ul li div {
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    transition: all .5s;
    box-sizing: border-box;
    padding: 38px 30px;
}

.index-qtyw ul li:hover div {
    top: 0;
    transition: all .5s;
}

.index-qtyw ul li div h2 {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 22px;
}

.index-qtyw ul li div p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jiao {
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/icon-jiao.png");
    margin-top: 65px;
}

.jiao:hover {
    background: url("../images/icon-jiao-on.png");
}

.ckqb-btn {
    margin: 0 auto;
    display: block;
    width: 140px;
    height: 35px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    line-height: 33px;
    font-size: 12px;
    text-align: center;
    border-radius: 50px;
    color: #333333;
    transition: all .3s;
}

.ckqb-btn:hover {
    background: #0671be;
    border: 1px solid #0671be;
    color: #ffffff;
    transition: all .3s;
}

.index-xwzx {
    padding: 60px 0 26px;
}

.pc_five {
    /*width: 100%;*/
    /*padding-top: 10%;*/
    margin-top: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.pc_five .left {
    width: 40%;
    float: left;
    background: #fff;
}

.pc_five .left .top {
    width: 100%;
    overflow: hidden;
}

.pc_five .left .top img {
    width: 100%;
    display: block;
    height: 267px;
    transition: all .5s;
    transform: scale(1);
}

.pc_five .left .top img:hover {
    transition: all .5s;
    transform: scale(1.1);
}

.pc_five .left .bottom {
    padding: 5px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #e1e1e1;
    border-top: 0px;
}

.pc_five .left .bottom h1 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

.pc_five .left .bottom p {
    font-size: 14px;
    color: #777;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc_five .left .bottom span {
    font-size: 13px;
    color: #919191;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-top: 10px;
    display: inline-block;
}

.pc_five .left .bottom img {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.pc_five .right {
    width: 60%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.pc_five .right ul li {
    margin-bottom: 27px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.pc_five .right ul li:hover {
    border: 1px solid #1d7ad9;
    transition: all .3s;
}

.pc_five .right ul li:last-child {
    margin-bottom: 0;
}

.pc_five .right ul li .leimg {
    width: 30%;
    float: left;
    overflow: hidden;
}

.pc_five .right ul li .leimg img {
    width: 100%;
    display: block;
    height: 114px;
    transition: all .5s;
    transform: scale(1);

}

.pc_five .right ul li .leimg img:hover {
    transition: all .5s;
    transform: scale(1.1);
}

.pc_five .right ul li .rinr {
    width: 70%;
    padding: 10px 20px;
    height: 114px;
    float: left;
    border: 2px solid transparent;
    border-left: 0;
    box-sizing: border-box;

}

.pc_five .right ul li .rinr h1 {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_five .right ul li .rinr span {
    width: 20%;
    float: left;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    color: #919191;
    display: block;
    text-align: right;
}

.pc_five .right ul li .rinr p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc_five .right ul li:hover .rinr {
    /*border: 2px solid #ff9c00;*/

    border-left: 0;
}

.pc_five .ckgd {
    display: block;
    width: 175px;
    height: 39px;
    /*background: #ff9c00;*/
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 39px;
    margin: 50px auto 0;
}

.foot-top {
    min-height: 70px;
    /*background: #2f2f2f;*/
    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot-top div {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.foot-top div p {
    width: 1100px;
    display: inline-block;
    margin: 22px 0;
    font-size: 14px;
    height: 28px;
    overflow: hidden;
    transition: all 1s;
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    line-height: 28px;
    color: #333
}

.foot-top div p.on {
    overflow: unset;
    height: auto;
    transition: all 1s;
    min-height: 32px;
}

.foot-top div p a, .foot-top div span {
    vertical-align: top;
    /*padding: 0 .2%;*/
    color: #555;
    font-size: 14px;
    white-space: nowrap;
}

.foot-top div p a {
    padding-right: 30px;
}

.foot-top div span {
    display: inline-block;
    margin: 25px 0;
    color: #333;
    font-weight: bold;
}

.foot-top div img {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transition: all .5s;
    margin-top: -4px;
}

.foot-top div img.on {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.footer {
    width: 100%;
    background: #282828;
    height: 410px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .left {
    padding-top: 55px;
    width: 785px;
    height: 335px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .02);
}

.footer .left ul {
    float: left;
    margin-right: 94px;
}

.footer .left ul:last-child {
    margin-right: 0;
}

.footer .left ul li {
    font-size: 14px;
    line-height: 35px;
}

.footer .left ul li a {
    color: #828282;
}

.footer .left ul li:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 22px;
}

.footer .left ul li:first-child a {
    color: #dddddd;
}

.footer .right {
    padding-top: 55px;
    width: 415px;
    box-sizing: border-box;
    height: 335px;
}

.footer .right .phone {
    padding-left: 80px;
    position: relative;
    padding-bottom: 36px;
}

.footer .right .phone div {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.footer .right .phone::before {
    content: "";
    display: block;
    width: 785px;
    height: 1px;
    background: rgba(255, 255, 255, .02);
    /*background:#fff;*/
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .right .phone div p {
    font-size: 14px;
    line-height: 22px;
    color: #dddddd;
    font-weight: bold;
}

.footer .right .phone div h2 {
    color: #dddddd;
    font-size: 22px;
}

.ma {
    padding-left: 58px;
    padding-top: 12px;
}

.ma > div {
    display: inline-block;
    width: 116px;
    background: url("../images/ma-kuang.png") no-repeat;
    margin-right: 40px;
}

.ma > div img {
    width: 98px;
    height: 98px;
    display: block;
    margin: 11px auto 0;
}

.ma > div p {
    font-size: 14px;
    color: #828282;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}

.footer-p {
    border-top: 1px solid rgba(255, 255, 255, .02);
    /*border-top: 1px solid #fff;*/
    box-sizing: border-box;
}

.footer-p p {
    font-size: 12px;
    color: #d1d1d1;
    height: 74px;
    line-height: 74px;
    width: 1200px;
    margin: 0 auto;
}

.footer-p p a {
    color: #d1d1d1;
}

.foot-right2 {
    display: none;
}

.foot-right2 {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    background: #0671be;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    padding: 5px 0.3rem;
    /*display: block;*/
    /*border-top: 1px solid #ffffff;*/
}

.foot-right2 ul li {
    width: 33.333%;
    height: 28px;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
}

.foot-right2 ul li:last-child {
    border-right: 0px solid #fff;
}

.foot-right2 ul li a {
    color: #fff;
}

.foot-right2 ul li img {
    width: 22px;
    height: 22px;
    display: inline-table;
    line-height: 22px;
    vertical-align: middle !important;
    margin-right: 5px;
}

.head_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    display: none;
}

.nav_wrap {
    position: fixed;
    width: 90%;
    height: 100%;
    padding: 15px 5% 0;
    background: #07284c;
    z-index: 1001;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    right: 0px;
    transform: translateX(1020px);
    -webkit-transform: translateX(1020px);
    -moz-transform: translateX(1020px);
    -ms-transform: translateX(1020px);
    -o-transform: translateX(1020px);
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    display: none;
}

.nav_wrap.act {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1
}

.nav_close {
    height: 13px; /*padding-top: 20px;*/
}

.nav_close img {
    display: block;
    /*height: 100%;*/
    width: 13px;
    height: 13px;
    float: right;
}

.nav_list { /*margin-top: 15px;*/
}

.nav_list {
    position: relative;
    padding: 0 0 15px;
    height: 70%;
    top: 11%;
}

.nav_list li { /*line-height: 60px;*/
    text-align: center;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateX(500px);
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    opacity: 0
}

.nav_list li.on {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1
}

.nav_list li a {
    display: block;
    font-size: 22px;
    color: #ccc;
    letter-spacing: 10px;
}

/*.nav_list li.act a{color: #e70012;}*/
.nav_bot {
    text-align: center;
}

.nav_bot p {
    line-height: 24px;
    font-size: 12px;
    color: #e70012;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.nav_bot p b {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
}

.nav_bot p b:last-child {
    float: right;
    text-align: center;
}

.nav_bot p b a {
    font-size: 12px;
    color: #e70012;
}

.nav_bot p u {
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #e70012;
    left: 50%;
    margin-left: -1px;
    top: 6px;
}

.nav_bot div {
    line-height: 24px;
    font-size: 12px;
    color: #e70012;
    text-align: center;
    margin-bottom: 5px;
}

.nav_bot span {
    display: block;
    width: 7px;
    height: 13px;
    margin: 0 auto;
}

.nav_bot span img {
    display: block;
    width: 100%;
    height: 100%;
}

/*公司简介*/
.img-top {
    width: 100%;
    height: auto;
}

.img-top img {
    display: block;
    width: 100%;
}

.list-nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.list-nav ul {

}

.list-nav ul li {
    float: left;
    margin-right: 42px;
}

.list-nav ul li a {
    line-height: 59px;
    height: 59px;
    display: block;
    color: #333;
}

.list-nav ul li.on a, .list-nav ul li:hover a {
    color: #0671be;
    border-bottom: 2px solid #0671be;
}

.gsjj-main {
    margin-top: 60px;
}

.gsjj-main2 {
    margin: 50px auto;
    width: 1060px;

}

.gsjj-main2 p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

/*经典案例*/
.jdal-main {
    margin-top: 60px;
}

.jdal-main ul {
    margin-top: 30px;
}

.jdal-main ul li {
    padding: 30px 30px 30px 0;
    background: url("../images/icon-jia.png") no-repeat right 42px top 82px #fff;
    border-bottom: 1px solid #ebeaea;
}

.jdal-main ul li:hover {
    background: url("../images/icon-jia.png") no-repeat right 42px top 82px #f7f7f7;
}

.jdal-main ul li:last-child {
    border-bottom: 0px;
}

.jdal-img {
    width: 248px;
    height: 139px;
    display: block;
    overflow: hidden;
}

.jdal-img img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all .5s;
}

.jdal-main ul li:hover .jdal-img img {
    transform: scale(1.2);
    transition: all .5s;
}

.jdal-con {
    width: 830px;
    margin-left: 28px;
}

.jdal-con h2 {
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.jdal-main ul li:hover .jdal-con h2 {
    color: #0671be;
}

.jdal-con p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #555;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jdal-con span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #999999;
    margin-top: 20px;
}

.gkgd-btn {
    /*width: 100%;*/
    height: 46px;
    text-align: center;
    background: #ebeaea;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-top: 14px;
    cursor: pointer;
}

.gkgd-btn img {
    /*margin-top: 14px;*/
    margin: 0 auto;
}

.gkgd-btn img:first-child, .gkgd-btn:hover img:nth-child(2) {
    display: block;
}

.gkgd-btn img:nth-child(2), .gkgd-btn:hover img:first-child {
    display: none;
}

/*企业风采*/
.qyfc-main {
    margin-top: 60px;
}

/*.qyfc-main {*/
/*background: #fff;*/
/*box-sizing: border-box;*/
/*padding: 50px 40px 40px;*/
/*}*/

.qyfc-main ul {
    margin-top: 50px;
}

.qyfc-main ul li {
    float: left;
    margin-right: 30px;
    /*margin-bottom: 20px;*/
    cursor: pointer;
    width: 380px;
}

.qyfc-main ul li:nth-child(3n) {
    margin-right: 0;
}

.qyfc-main ul li > div {
    width: 380px;
    height: 238px;
    position: relative;
    overflow: hidden;
}

.qyfc-main ul li > div > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: scale(1);
}

.qyfc-main ul li:hover > div > img {
    transition: all .5s;
    transform: scale(1.2);
}

.qyfc-main ul li > div > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}

.qyfc-main ul li:hover > div > div {
    opacity: 1;
    transition: all .3s;
}

.qyfc-main ul li p {
    height: 58px;
    line-height: 58px;
    width: 100%;
    /*background: #f7f7f7;*/
    box-sizing: border-box;
    /*padding: 0 20px;*/
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    margin-bottom: 10px;
    font-size: 18px;
}

.img-main {

}

.img-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}

.img-bg > div {
    width: 818px;
    height: 512px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -409px;
    margin-top: -256px;

}

.swiper-container6 {

}

.swiper-slide6 img {
    width: 860px;
    height: 485px;
    display: block;
}

.swiper-slide6 p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.next6, .prev6 {
    width: 19px;
    height: 35px;
    margin-top: -17px;
}

.next6 {
    background: url("../images/next2.png");
    right: -40px;
}

.prev6 {
    background: url("../images/prev2.png");
    left: -40px;
}

.close2 {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}

/*展览会议*/
.content {
    margin-top: 60px;
}

.zlhy-main {
}

.zlhy-main ul {
    margin-bottom: 30px;
}

.zlhy-main ul li {
    /*float: left;*/
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.zlhy-main ul li:last-child {
    border-bottom: 0px;
}

.zlhy-main ul li .left {
    width: 365px;
    height: 206px;
    display: block;
    overflow: hidden;
}

.zlhy-main ul li .left img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all .5s;
}

.zlhy-main ul li:hover .left img {
    transform: scale(1.2);
    transition: all .5s;
}

.zlhy-main ul li .right {
    width: 805px;
}

.zlhy-main ul li .right h2 {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zlhy-main ul li:hover .right h2 {
    color: #1e7dc1;
}

.zlhy-main ul li .right p {
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    height: 72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 15px;
}

.zlhy-main ul li .right a.ljgd-btn {
    width: 130px;
    height: 36px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
    margin-top: 25px;
}

.zlhy-main ul li:hover .right a.ljgd-btn {
    background: #1e7dc1;
    color: #fff;
    border: 1px solid #1e7dc1;
}

/*新闻中心*/
.topbj {
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

.topbj .topbjj {
    max-width: 1200px;
    min-width: 320px;
    height: 100%;
    margin: 0 auto;
}

.topbj .topbj_two {
    /*max-width: 1200px;*/
    /*min-width: 320px;*/
    height: 70px;
    margin: 0 auto;
    /*padding: 0 20px;*/
    box-sizing: border-box;
}

.topbj .topbj_two .left {
    float: left;
}

.topbj .topbj_two .left a {
    width: 95px;
    height: 28px;
    display: block;
    font-size: 14px;
    color: #333333;
    float: left;
    text-align: center;
    line-height: 28px;
    margin-top: 18px;
    border: 1px solid transparent;
}

.topbj .topbj_two .left a.on, .topbj .topbj_two .left a:hover {
    border: 1px solid #1e7dc1;
    color: #1e7dc1;
    border-radius: 50px;
}

.topbj .topbj_two .right {
    line-height: 70px;
    color: #999999;
    font-size: 14px;
}

.topbj .topbj_two .right img {
    margin-top: 25px;
    vertical-align: top;
}

.topbj .topbj_two .right a {
    color: #999999;
}

.zxzx {
    width: 100%;
    height: 100%;
    /*border-bottom: 1px solid #dfdfdf;*/
}

.zxzx .content {
    /*max-width: 1200px;*/
    /*min-width: 768px;*/
    height: 100%;
    margin: 60px auto 30px;
    /*padding: 0 20px;*/
    box-sizing: border-box;
    padding: 0;
    border: 0px;
}

.zxzx .content .content-one {
    width: 100%;
    height: 100%;
}

.zxzx .content .content-one .left {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.zxzx .content .content-one .left img {
    width: 100%;
    height: 100%;
}

.zxzx .content .content-one .right {
    padding: 50px 0 0 20px;
    box-sizing: border-box;
    width: 50%;
    float: right;
    overflow: hidden;
}

.zxzx .content .content-one .right .time {
    font-size: 14px;
    color: #777;
}

.zxzx .content .content-one .right .title1 {
    font-size: 24px;
    color: #333;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
}

.zxzx .content .content-one .right p {
    font-size: 14px;
    color: #777;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zxzx .content .content-one .right .ckxq {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #777;
    margin-top: 42px;
}

.zxzx .content .content-one .right a img {
    vertical-align: middle;
    margin-right: 10px;
}

.zxzx .content .content-two {
    width: 100%;
    height: 100%;
    margin: 60px auto 0;
}

.zxzx .content .content-two ul {
    width: 100%;
    height: 100%;
}

.zxzx .content .content-two ul li {
    width: 380px;
    height: 100%;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    /*border: 1px solid #e9e9e9;*/
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s all;
}

.zxzx .content .content-two ul li:hover img {
    transform: scale(1.2);
}

.zxzx .content .content-two ul li:nth-child(3n) {
    margin-right: 0;
}

.zxzx .content .content-two ul li .img {
    overflow: hidden;
    width: 100%;
    /*height: 100%;*/
    height: 250px;
}

.zxzx .content .content-two ul li .img img {
    width: 100%;
    height: 100%;
    transition: 1s all;
    display: block;
}

.zxzx .content .content-two ul li .nr {
    width: 100%;
    height: 100%;
    padding: 30px 22px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.zxzx .content .content-two ul li .nr .title1 {
    font-size: 20px;
    color: #333333;
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.zxzx .content .content-two ul li .nr p {
    font-size: 14px;
    color: #777777;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zxzx .content .content-two ul li .dibu {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    transition: .3s all;
}

.zxzx .content .content-two ul li .dibu p {
    width: 50%;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #777777;
}

.zxzx .content .content-two ul li .dibu p:nth-child(2) {
    text-align: right;
}

.zxzx .content .content-two ul li:hover .dibu {
    background: #1e7dc1;
    color: #fff;
}

.zxzx .content .content-two ul li:hover .dibu p {
    color: #fff;
}

.zxzx .content .content-two .ckgd-btn {
    margin: 0;
}

/*新闻中心详情页*/
.hyfa-xq-main {
    padding: 20px 0;
}

.hyfa-xq-main2 {
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
}

.hyfa-xq-main2 h2 {
    font-size: 26px;
    text-align: center;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-sj {
    text-align: center;
    margin: 30px 0;
}

.hyfa-xq-sj p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    margin: 0 10px;
}

.hyfa-xq-sj p img {
    vertical-align: top;
    /*margin-top: 2px;*/
    margin: 2px 6px 0;
}

.hyfa-xq-content {

}

.hyfa-xq-content img {
    max-width: 100%;
}

.hyfa-xq-bottom {
    margin-top: 48px;
}

.hyfa-xq-bottom .left {
    width: 50%;
}

.hyfa-xq-bottom .left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-xq-bottom .left p, .hyfa-xq-bottom .left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .left p a:hover {
    color: #e60012;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png");
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
}

.hyfa-xq-bottom .right a.bds_sqq {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bds_qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bds_tsina {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bds_weixin {
    background-position: -96px 0;
}

.hyfa-xq-bottom .right a.bds_more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
}

.xwdt-xq-top {
    height: 96px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 5px #e4e4e4;
    border-top: 1px solid #eee;
}

.xwdt-xq-top .fh {
    display: inline-block;
    width: 120px;
    height: 38px;
    font-size: 13px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 36px;
    margin-top: 31px;
}

.xwdt-xq-top .fh span {
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    margin-right: 12px;
}

.xwdt-xq-top .right {
    line-height: 96px;
    color: #999999;
    font-size: 14px;
}

.xwdt-xq-top .right img {
    margin-top: 38px;
    vertical-align: top;
}

.xwdt-xq-top .right a {
    color: #999999;
}

.xwdt-xq-main {
    padding: 0 0 20px;
    background: #f7f7f7;
}

.xwdt-xq-main .hyfa-xq-main2 {
    margin-top: 20px;
    padding: 70px 50px 60px;
}

/*招贤纳士*/

.jrwm-main2 {
    padding-top: 68px;
}

.zpxx-main {
    padding: 20px 0;
}

.zpxx-main2 {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0px 15px;
}

.zpxx-main2 h2 {
    text-align: center;
    font-size: 30px;
    color: #222222;

}

.content3 {
    margin-top: 46px;
}

.content3 ul {
    /*padding-top: 50px;*/
    background-color: #ffffff;
}

.content3 ul li {
    /*padding-top: 50px;*/
    margin-bottom: 20px;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
}

.content3 ul li .abc {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    border-left: 3px solid #ff7f26;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    color: #333333;
    /*left: 5%;*/
}

.content3 ul li .abc span:nth-of-type(1) {
    /*color: #333333;*/
}

.content3 ul li .abc span:nth-of-type(2) {
    position: absolute;
    right: 220px;
    top: 0px;
}

.content3 ul li .abc span:nth-of-type(3) {
    position: absolute;
    right: 130px;
    top: 0px;
}

.content3 ul li .abc a {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url(../images/zxns-jiao2.png);
}

.content3 ul li .no {
    width: 100%;
    padding: 0 20px;
    display: none;
    box-sizing: border-box;
}

.content3 ul li .xbt {
    width: 100%;
    /*height: 50px;*/
    /*line-height: 50px;*/
    font-size: 16px;
    margin-top: 22px;
    /*font-weight: 700;*/
}

.content3 ul li div p {
    font-size: 14px;
    line-height: 30px;
}

.content3 .youxiang {
    font-size: 12px;
    width: 100%;
    background-color: #ffffff;
    padding-top: 16px;
    margin-bottom: 35px;
}

.content3 .youxiang p {
    font-size: 14px;
    line-height: 30px;
    width: 95%;
    margin-left: 2.5%;
}

/*联系我们*/
.address {
    height: 580px;
}

.lxwm-main1 {
    width: 100%;
    height: auto;
    padding: 45px 32px 40px;
    background: #f9f9f9;
    margin-top: 60px;
    box-sizing: border-box;
}

.lxwm-main1 h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 30px;
}

.lxwm-main1 h2 img {
    vertical-align: top;
    margin-right: 12px;
}

.lxwm-main1 p {
    line-height: 38px;
    font-size: 16px;
}

.lxwm-main2 {
    margin: 40px 30px;
}

.lxwm-main2 p {
    line-height: 38px;
    font-size: 16px;
    color: #222222;
}

.lxwm-main2 p span {
    font-weight: bold;
}