* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.section {
    position: relative;
    overflow: hidden;
}

.header {
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
}

.header-sj {
    display: none;
}

.nav_pholist {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    width: 140px;
    background: #ff7f26;
    z-index: 998;
}

.nav_pholist li {
    line-height: 38px;
    text-align: center;
    border-top: 1px solid #fff;
}

.nav_pholist li a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.logo {
    margin-top: 14px;
}

.header ul.nav-ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 98px;
}

.header ul.nav-ul > li {
    display: inline-block;
    float: left;
    line-height: 97px;
    font-size: 16px;
    margin-right: 48px;
    position: relative;
}

.header ul.nav-ul > li:last-child {
    margin-right: 0;
}

.header ul.nav-ul > li > a {
    color: #222222;
    /*padding: 0 20px 0 18px;*/
    line-height: 97px;
    min-width: 64px;
    text-align: center;
    display: inline-block;
}

.header ul.nav-ul > li:hover > a, .header ul.nav-ul > li.on > a {
    color: #00a3e8;
    border-bottom: 3px solid #00a3e8;
}

.nav-ul2 {
    position: absolute;
    /*width: 570px;*/
    width: 250px;
    background: #fff;
    top: 100px;
    left: -28px;
    padding: 28px 40px 0px 25px;
    box-sizing: border-box;
    /*display: none;*/
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
    box-shadow: 5px 5px 5px 0px rgba(5, 1, 1, .1);
    /*min-height: 220px;*/
}

/*.header ul.nav-ul > li:nth-last-child(2) .nav-ul2, .header ul.nav-ul > li:last-child .nav-ul2 {*/
    /*left: auto;*/
    /*right: -60px;*/
/*}*/

.nav-ul2.on {
    opacity: 1;
    /*display: block;*/
    z-index: 999;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
}

.nav-ul2 ul {
    width: 196px;
    display: inline-block;
}

.nav-ul2 ul li {
    margin-bottom: 6px;
}

.nav-ul2 ul li:last-child {
    margin-bottom: 0;
}

.nav-ul2 ul li a {
    line-height: 33px;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    height: 33px;
}

.nav-ul2 ul li a p, .nav-ul2 ul li a span {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
}

.nav-ul2 ul li a p {
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-ul2 ul li a span {
    float: right;
    font-family: SimSun;
    font-weight: bold;
}

.nav-ul2 ul li.on a, .nav-ul2 ul li:hover a {
    background: #00a3e8;
}

.nav-ul2 ul li.on a p, .nav-ul2 ul li.on a span, .nav-ul2 ul li:hover a p, .nav-ul2 ul li:hover a span {
    color: #fff;
}

.nav-ul2 .nav-img {
    width: 267px;
    height: 166px;
}

.head-phone {
    display: inline-block;
    vertical-align: top;
}

.head-phone img {
    vertical-align: top;
    margin-top: 38px;
    margin-right: 5px;
}

.head-phone p {
    display: inline-block;
    font-size: 22px;
    color: #333333;
    line-height: 100px;
}

.box1_banner {
    /*position: relative;*/
}

.swiper-container1 {
    height: 100%;
}

.swiper-slide1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/*.swiper-slide1 a > img {*/
    /*width: 1920px;*/
    /*height: 838px;*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*!*transform: translateX(-50%);*!*/
    /*margin-left: -960px;*/
    /*margin-top: -419px;*/
/*}*/
.swiper-slide1 a > img {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-slide1.swiper-slide-active a > img{
    -webkit-animation: pulse 2s both .5s;
    animation: pulse 2s both  .5s;
}
.page1 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #ffffff;
    background: transparent;
    opacity: 1;
    margin: 0 7px !important;
}

.page1 .swiper-pagination-bullet-active {
    /*opacity: 1;*/
    background: #fff;

    /*background: url("../images/page-on.png");*/
}

.swiper-container1 > .swiper-pagination {
    bottom: 45px;
}

.swiper-container1, .swiper-container2 {
    display: block;
}

.swiper-slide1 div {
    position: absolute;
    z-index: 3;
    width: 1200px;
    height: 464px;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.swiper-slide1 div img {
    display: inline-block;
}

.swiper-slide1 div img.left {
    position: absolute;
    left: -45px;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.swiper-slide1 div img.right {
    margin-top: 120px;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.swiper-slide1.swiper-slide-active div img.left {
    -webkit-animation: fadeInDown 1s both .5s;
    animation: fadeInDown 1s both .5s;
}

.swiper-slide1.swiper-slide-active div img.right {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.swiper-container2 {
    display: none;
    width: 100%;
    height: 100%;
}

.swiper-slide2 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide2 a > img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-slide2 div {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 25% 0;
}

.swiper-slide2 div img {
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide2 div img.right {
    width: 80%;
    float: left;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.swiper-slide2 div img.left {
    width: 100%;
    margin-top: 15%;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.swiper-slide2.swiper-slide-active div img.right {
    -webkit-animation: fadeInDown 1s both .5s;
    animation: fadeInDown 1s both .5s;
}

.swiper-slide2.swiper-slide-active div img.left {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.right-nav {
    position: fixed;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.right-nav div {
    position: relative;
    width: 152px;
    height: 50px;
    background: #ff7f26;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
    position: relative;
    right: -100px;
    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: -100px;
}

.right-nav > div:last-child {
    margin-bottom: 0;
}

.right-nav > div 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(2).on, .right-nav > div:nth-child(4).on {
    /*width: 140px;*/
    right: -10px;
}

.right-nav > div:nth-child(2) p, .right-nav > div:nth-child(4) p {
    margin-left: 10px;
}

.right-nav > div.on {
    right: 0px;
}

.right-nav > div img.ma-right {
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    /*left: -105px;*/
    right: 160px;
    top: 0;
    /*margin-top: -47px;*/
    display: none;
}

.foot-nav {
    display: none;
}

/*第二屏*/
.section2 {

}

.box_con {
    position: relative;
}

.box_con img.img {
    width: 100%;
    height: 100%;
}

.box_con img.img1 {
    display: block;
}

.box_con img.img2 {
    display: none;
}

.box_con2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    z-index: 10;
}

.box2-content {
    /*position: relative;*/
}

.box2-content h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-top: 88px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box2-content.on h2 {
    -webkit-animation: zoomIn 1s both .3s;
    animation: zoomIn 1s both .3s;
}

.box2-content p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 780px;
    text-align: center;
    margin: 28px auto 0;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
    /*margin-top: 28px;*/
}

.box2-content.on p {
    -webkit-animation: zoomIn 1s both .8s;
    animation: zoomIn 1s both .8s;
}

.box2-content a {
    color: #fff;
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    line-height: 36px;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
    -webkit-animation: fadeOutUp 1s both .3s;
    animation: fadeOutUp 1s both .3s;
}

.box2-content a:hover, .box2-content a.on {
    background: #ffffff;
    color: #222222;
}

.box2-content div {
    text-align: center;
    margin-top: 100px;
}

.box2-content div a {
    text-align: center;
    margin: 0 43px;
}

.box2-content > a {
    display: block;
    margin: 60px auto 0;
}

.box2-content.on div a:first-child {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
}

.box2-content.on div a:last-child {
    -webkit-animation: fadeInUp 1s both 1.8s;
    animation: fadeInUp 1s both 1.8s;
}

.box2-content.on > a:last-child {
    -webkit-animation: fadeInUp 1s both 2.2s;
    animation: fadeInUp 1s both 2.2s;
}

/*.section2 .box_con h2{*/
/*-webkit-animation: fadeOutLeft 1s both;*/
/*animation: fadeOutLeft 1s both;*/
/*}*/
/*第三屏*/
.box3-content {
    z-index: 100;
}

#box-lb {
    width: 1200px;
    margin: 88px auto;
    -webkit-animation: zoomOut 1s both .2s;
    animation: zoomOut 1s both .2s;
}

.box3-content.on #box-lb {
    -webkit-animation: zoomIn 1s both .2s;
    animation: zoomIn 1s both .2s;
}

.slide-lb {
    height: 555px;
    position: relative;
}

.slide-lb ul {
    height: 100%;
}

.slide-lb li {
    position: absolute;
    left: 200px;
    top: 0;
}

.slide-lb li img {
    width: 100%;
    display: block;
}

.slide-lb li p {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    margin-top: 48px;
    font-weight: bold;
}

.arraw {
    /*opacity: 0;*/
}

.arraw a {
    width: 21px;
    height: 37px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    z-index: 999;
}

.next3 {
    background: url(../images/icon-right.png) no-repeat;
    right: -10px;
    /*opacity: .5;*/
    /*filter: alpha(opacity=50);*/
}

.prev3 {
    background: url(../images/icon-left.png) no-repeat;
    left: -10px;
}

.swiper-container3 {
    display: none;
    margin-top: 30%;
    -webkit-animation: zoomOut 1s both .2s;
    animation: zoomOut 1s both .2s;
}

.box3-content.on .swiper-container3 {
    -webkit-animation: zoomIn 1s both .2s;
    animation: zoomIn 1s both .2s;
}

.swiper-slide3 {
    width: 100%;
}

.swiper-slide3 img {
    width: 100%;
}

.swiper-slide3 p {
    width: 100%;
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
}

/*第四屏*/
.box4-content {

}

.box4-content h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-top: 110px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box4-content.on h2 {
    -webkit-animation: zoomIn 1s both .3s;
    animation: zoomIn 1s both .3s;
}

.box4-content ul {
    margin-top: 110px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box4-content.on ul {
    -webkit-animation: zoomIn 1s both .8s;
    animation: zoomIn 1s both .8s;
}

.box4-content ul li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 26px;
    position: relative;
}

.box4-content ul li .box4-list > p {
    color: #fff;
    vertical-align: top;
    line-height: 64px;
    font-size: 20px;
    padding: 0 30px;
}

.box4-content ul li .box4-list > img {
    border: 1px solid #ffffff;
    border-radius: 100%;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

/*.box4-content ul li img:hover {*/
/*background: #ff7f26;*/
/*border: 1px solid #ff7f26;*/
/*}*/
.box4-content ul li div.box4-list:hover img {
    background: #ff7f26;
    border: 1px solid #ff7f26;
}

.box4-content ul li:nth-child(odd) p, .box4-content ul li:nth-child(odd) img {
    float: right;
}

/*.box4-content ul li:nth-child(odd) {*/
/*-webkit-animation: bounceOutLeft 1s both .3s;*/
/*animation: bounceOutLeft 1s both .3s;*/
/*}*/

/*.box4-content.on ul li:nth-child(odd) {*/
/*-webkit-animation: bounceInLeft 1s both .8s;*/
/*animation: bounceInLeft 1s both .8s;*/
/*}*/

.box4-content ul li:nth-child(even) p, .box4-content ul li:nth-child(even) img {
    float: left;
}

/*.box4-content ul li:nth-child(even) {*/
/*-webkit-animation: bounceOutRight 1s both .3s;*/
/*animation: bounceOutRight 1s both .3s;*/
/*}*/

/*.box4-content.on ul li:nth-child(even) {*/
/*-webkit-animation: bounceInRight 1s both .8s;*/
/*animation: bounceInRight 1s both .8s;*/
/*}*/

.box4-content ul li {
    /*overflow: hidden;*/
    /*height: 66px;*/
}

.box4-content ul li:hover {
    /*overflow: auto;*/
    /*height: auto;*/
}

.box4-content ul li .box4-list-content {
    position: absolute;
    background: #ffffff;
    padding: 22px 25px 18px;
    border-radius: 5px;
    width: 375px;
    box-sizing: border-box;
    bottom: 82px;
    /*opacity: 0;*/
    /*z-index: -99;*/
    display: none;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

.box4-content ul li div.box4-list:hover .box4-list-content {
    /*opacity: 1;*/
    /*z-index: 99;*/
}

.box4-content ul li .box4-list-content p {
    line-height: 26px;
    font-size: 14px;
}

.box4-content ul li:nth-child(odd) .box4-list-content {
    right: 5px;
}

.box4-content ul li:nth-child(even) .box4-list-content {
    left: 5px;
}

.box4-content ul li .box4-list-content::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid;
    border-color: #fff transparent transparent transparent;
    bottom: -16px;
}

.box4-content ul li:nth-child(odd) .box4-list-content::before {
    right: 50px;
}

.box4-content ul li:nth-child(even) .box4-list-content::before {
    left: 50px;
}

.swiper-container4 {
    display: none;
    margin-top: 10%;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box4-content.on .swiper-container4 {
    -webkit-animation: zoomIn 1s both .8s;
    animation: zoomIn 1s both .8s;
}

.swiper-slide4 {

}

.swiper-slide4 img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ffffff;
    border-radius: 100%;
}

.swiper-slide4 p {
    color: #fff;
    font-size: 18px;
}

.swiper-slide4 a p:nth-child(2) {
    text-align: center;
    font-size: 22px;
    margin: 5% 0;
}

.swiper-slide4 div {
    background: #ffffff;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
}

.swiper-slide4 div::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    z-index: 9;
}

.swiper-slide4 div p {
    color: #333333;
}

/*第五屏*/
.box5-content {
    background: #f0f0f0;
}

.box5-content .left, .box5-content .right {
    width: 50%;
    height: 100%;

}

.box5-content .right img {
    width: 100%;
    height: 100%;
    display: block;
}

.box5-content .left div {
    width: 600px;
    float: right;
    box-sizing: border-box;
    padding-top: 165px;
    padding-right: 70px;
}

.box5-content .left h2 {
    font-size: 40px;
    color: #333333;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box5-content.on .left h2 {
    -webkit-animation: zoomIn 1s both .3s;
    animation: zoomIn 1s both .3s;
}

.box5-content .left h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #555555;
    margin: 30px 0;
}

.box5-content .left p {
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box5-content.on .left p {
    -webkit-animation: zoomIn 1s both .8s;
    animation: zoomIn 1s both .8s;
}

.box5-content .left a {
    display: block;
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #333333;
    line-height: 40px;
    margin-top: 120px;
    color: #333333;
    font-size: 14px;
    padding-left: 22px;
    padding-right: 20px;
    -webkit-animation: fadeOutUp 1s both .3s;
    animation: fadeOutUp 1s both .3s;
}

.box5-content.on .left a {
    -webkit-animation: fadeInUp 1s both 1.4s;
    animation: fadeInUp 1s both 1.4s;
}

.box5-content .left a img {
    float: right;
    margin-top: 12px;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

.box5-content .left a:hover {

}

.box5-content .left a:hover img {
    /*background: #ff7f26;*/
    /*color: #ff7f26;*/
    transform: rotate(180deg);
}

/*第六屏*/
.box6-content {

}

.box6-content h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 110px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box6-content.on h2 {
    -webkit-animation: zoomIn 1s both .3s;
    animation: zoomIn 1s both .3s;
}

.box6-content ul {
    text-align: center;
    margin-top: 205px;
    display: flex;
    -webkit-animation: fadeOutUp 1s both .3s;
    animation: fadeOutUp 1s both .3s;
}

.box6-content.on ul {
    -webkit-animation: fadeInUp 1s both .8s;
    animation: fadeInUp 1s both .8s;
}

.box6-content ul li {
    display: inline-block;
    flex: 1;
}

.box6-content ul li div {
    text-align: center;
    width: 170px;
    height: 170px;
    background: #0098e5;
    border-radius: 100%;
    /*margin: 0 34px;*/
    cursor: pointer;
    transition: all .8s;
    -moz-transition: all .8s; /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s; /* Opera */
    margin: 0 auto;
}

/*.box6-content.on ul li:first-child div{*/
/*-webkit-animation: pulse 1s both 1.2s;*/
/*animation: pulse 1s both 1.2s;*/
/*}*/
/*.box6-content.on ul li:nth-child(2) div{*/
/*-webkit-animation: pulse 1s both 1.7s;*/
/*animation: pulse 1s both 1.7s;*/
/*}*/
/*.box6-content.on ul li:nth-child(3) div{*/
/*-webkit-animation: pulse 1s both 2.2s;*/
/*animation: pulse 1s both 2.2s;*/
/*}*/
/*.box6-content.on ul li:nth-child(4) div{*/
/*-webkit-animation: pulse 1s both 2.7s;*/
/*animation: pulse 1s both 2.7s;*/
/*}*/
/*.box6-content.on ul li:last-child div{*/
/*-webkit-animation: pulse 1s both 3.2s;*/
/*animation: pulse 1s both 3.2s;*/
/*}*/
.box6-content ul li.on div {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*.box6-content ul li:first-child {*/
/*margin-left: 0;*/
/*}*/

/*.box6-content ul li:last-child {*/
/*margin-right: 0;*/
/*}*/

.box6-content ul li:hover div {
    background: #ff7f26;
    transform: rotateY(360deg) !important;
    transition: all .8s;
    -moz-transition: all .8s; /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s; /* Opera */
}

.box6-content ul li img {
    margin-top: 37px;
}

.box6-content ul li p {
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}

/*第七屏*/
.box7-content {

}

.box7-content h2 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-top: 110px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box7-content.on h2 {
    -webkit-animation: zoomIn 1s both .3s;
    animation: zoomIn 1s both .3s;
}

.box7-content p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 95px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box7-content.on p {
    -webkit-animation: zoomIn 1s both .8s;
    animation: zoomIn 1s both .8s;
}

.box7-content ul {
    width: 994px;
    margin: 0 auto;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box7-content.on ul {
    -webkit-animation: zoomIn 1s both .1 .3s;
    animation: zoomIn 1s both 1.3s;
}

.box7-content ul li {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 233px;
    height: 50px;
}

.box7-content ul li:nth-child(4n) {
    margin-right: 0;
}

.box7-content ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container5 {
    margin-top: 30px;
    display: none;
    padding-bottom: 40px;
    -webkit-animation: zoomOut 1s both .3s;
    animation: zoomOut 1s both .3s;
}

.box7-content.on .swiper-container5 {
    -webkit-animation: zoomIn 1s both 1.3s;
    animation: zoomIn 1s both 1.3s;
}

.swiper-slide5 {
    width: 100%;
}

.swiper-slide5 img {
    display: block;
    width: 100%;
    height: 60px;
    /*max-width: 100%;*/
    margin: 0 auto;
}

.page5 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    border: 0px;
    background: #ffffff;
    opacity: 1;
    margin: 0 4px !important;
}

.page5 .swiper-pagination-bullet-active {
    /*opacity: 1;*/
    background: #ff7f26;

    /*background: url("../images/page-on.png");*/
}

/*footer*/
.footer {
    height: 380px;
    background: #21272f;
    box-sizing: border-box;
    padding-top: 50px;
}

.foot-mian1 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 22px;
}

.foot-wzdh {
    margin-left: 68px;
}

.foot-main2 {
    display: inline-block;
    vertical-align: top;
}

.foot-main2 h2 {
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 24px;
}

.foot-wzdh ul {
    width: 226px;
    position: relative;

}

.foot-wzdh ul li, .foot-lxfs p {
    line-height: 37px;
    font-size: 14px;
}

.foot-wzdh ul li a, .foot-lxfs p {
    color: #ffffff;
    display: block;
}

.foot-wzdh ul li:nth-child(5) {
    position: absolute;
    right: 0;
    top: 0;
}

.foot-wzdh ul li:nth-child(6) {
    position: absolute;
    right: 0;
    top: 37px;
}

.foot-wzdh ul li:nth-child(7) {
    position: absolute;
    right: 0;
    top: 74px;
}

.foot-lxfs {
    margin-left: 92px;
    /*margin-left: 45px;*/
    /*margin-right: 80px;*/
    width: 300px;
}

.foot-lxfs p:nth-child(4) {
    text-indent: 3em;
}

.footer .right {
    padding-left: 80px;
    /*padding-left: 40px;*/
    width: 346px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.foot-main2 div {
    display: inline-block;
    background-image: url("../images/ma-kuang.png");
    background-repeat: no-repeat;
    width: 116px;
    height: 135px;
    margin-top: 16px;
}

.foot-main2 div:nth-child(2) {
    margin-right: 40px;
}

.foot-main2 div img {
    margin-top: 11px;
    margin-left: 9px;
}

.foot-main2 div p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.foot-main3 {
    margin-top: 20px;
    margin-left: 70px;
}

.foot-main3 p {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    line-height: 28px;
}

.footer-sj {
    display: none;
}

/*试用申请*/
.top-img {
    height: 111px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.top-img .top-img1 {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;

}

.top-img .top-img2 {
    display: none;

}

.sqsy-main {

}

.sqsy-main > p {
    color: #555555;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: 48px;
}

.sqsy-main ul {
    width: 640px;
    margin: 20px auto 0;
}

.sqsy-main ul li {
    margin-bottom: 20px;
}

.sqsy-main ul li p {
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    width: 132px;
    text-align: right;
    font-size: 16px;
    color: #222222;
}

.sqsy-main ul li p span {
    color: #ff0000;
}

.sqsy-main ul li input[type="text"], .sqsy-main ul li textarea {
    width: 390px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.sqsy-main ul li textarea {
    padding: 10px;
    height: 100px;
}

.sqsy-main ul li input[type="submit"] {
    width: 160px;
    height: 45px;
    box-sizing: border-box;
    background: #00a0e7;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    /*display: block;*/
    margin: 30px 0 30px 115px;
}

.sqsy-main ul li:nth-child(6) p {
    line-height: 35px;
}

.sqsy-main ul li div {
    width: 390px;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
}

.sqsy-main ul li div label {
    width: 50%;
    display: inline-block;
    float: left;
    line-height: 35px;
    color: #222222;
}

.sqsy-main ul li div label input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 2px;
    -webkit-appearance: none;
    border: 1px solid #888888;
    border-radius: 0px;
    outline: none;
    width: 14px;
    height: 14px;
}

.sqsy-main ul li div label input[type="checkbox"]:checked {
    background: url("../images/icon-dui.png") no-repeat center;
}

/*软件产品*/
.top2-img {
    height: 450px;
}

.rjcp-main {
    background: #f7f7f7;
}

.rjcp-main ul {
    padding: 20px 0;
}

.rjcp-main ul li {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 20px;
}

.rjcp-main ul li:first-child {
    margin-top: 0;
}

.rjcp-main ul li div {
    display: inline-block;
}

.rjcp-main ul li div.left {
    width: 391px;
    height: 220px;
    overflow: hidden;
}

.rjcp-main ul li div.left img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -moz-transform: scale(1); /* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); /* Opera */
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
}

.rjcp-main ul li:hover div.left img {
    transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); /* Opera */
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
}

.rjcp-main ul li div.right {
    width: 690px;
}

.rjcp-main ul li div.right h2 {
    font-size: 30px;
    color: #222222;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rjcp-main ul li div.right p {
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rjcp-main ul li div.right .ckxq {
    display: block;
    width: 124px;
    height: 36px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #222222;
    margin-top: 35px;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

.rjcp-main ul li:hover div.right .ckxq {
    background: #00a3e8;
    color: #ffffff;
    border: 1px solid #00a3e8;
}

/*软件产品详情页*/
.rjcp-xq-main {

}

.rjcp-xq-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 111px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
}

.rjcp-title {
    text-align: center;
    padding-bottom: 35px;
}

.rjcp-title h2 {
    color: #111111;
    font-size: 30px;
    padding-top: 45px;
}

.rjcp-title p {
    color: #333333;
    font-size: 18px;
    line-height: 21px;
}

.rjcp-title div {
    width: 20px;
    height: 3px;
    background: #ff7f26;
    margin: 16px auto;
    /*display: inline-block;*/
    position: relative;
}

.rjcp-title div::before, .rjcp-title div::after {
    content: "";
    display: inline-block;
    width: 180px;
    height: 1px;
    background: #d0d0d0;
    vertical-align: top;
    position: absolute;
    top: 1px;
}

.rjcp-title div::before {
    right: 40px;
}

.rjcp-title div::after {
    left: 40px;
}

.rjcp-xq-main1-content {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.rjcp-xq-main1-content img {
    max-width: 100%;
}

.rjcp-p {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.rjcp-p span {
    color: #ff7f26;
    font-weight: bold;
}

.rjcp-img {
    margin: 0 auto;
    display: block;
}

.rjcp-h2 {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
}

.bg {
    background: #f7f7f7;
}

.rjcp-xq-main2 {

}

.rjcp-xq-main2-content {

}

.rjcp-xq-main2-content ul {
    text-align: center;
    margin-top: 68px;
    padding-bottom: 28px;
}

.rjcp-xq-main2-content ul li {
    display: inline-block;
    margin: 0 45px;
}

.rjcp-xq-main2-content ul li p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.rjcp-xq-main3-content {

}

.rjcp-p2 {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.rjcp-p2 span {
    font-weight: bold;
}

.rjcp-xq-main3-content ul {
    margin-top: 25px;
    padding-bottom: 20px;
}

.rjcp-xq-main3-content ul li {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    cursor: pointer;
    width: 281px;
    height: 140px;
}

.rjcp-xq-main3-content ul li:nth-child(4n) {
    margin-right: 0;
}

.rjcp-xq-main3-content ul li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
    transform: scale(1);
}

.rjcp-xq-main3-content ul li img:hover {
    box-shadow: 0 0 3px 0px rgba(0, 162, 232, .5);
    transform: scale(1.1);
}

.rjcp-xq-main5 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.rjcp-xq-main5 h2 {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.rjcp-xq-main5 ul {
    margin-top: 20px;
}

.rjcp-xq-main5 ul li {
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
}
.rjcp-xq-main5 ul li{
    box-sizing: border-box;
    padding-left: 35px;
    margin-left: -5px;
    background-image: url("../images/icon-fk.png");
    background-repeat: no-repeat;
    background-position:0 14px;
}
    /*.rjcp-xq-main5 ul li p {*/
    /*display: inline-block;*/
/*}*/

/*.rjcp-xq-main5 ul li span {*/
    /*color: #ff7f26;*/
/*}*/

/*.rjcp-xq-main5 ul li img {*/
    /*vertical-align: top;*/
    /*margin-top: 15px;*/
    /*margin-left: -5px;*/
    /*margin-right: 18px;*/
/*}*/

.zhong {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 998;
    display: none;
}

.img-fd {
    width: 1200px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    margin-top: -300px;
    top: 50%;
    z-index: 999;
    display: none;

}

.close-icon {
    position: absolute;
    top: -26px;
    right: -32px;
    cursor: pointer;
}

.next6, .prev6 {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 35px;
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
}

.prev6 {
    background: url("../images/icon-left2.png");
    left: -50px;
}

.next6 {
    background: url("../images/icon-right2.png");
    right: -50px;
}

.swiper-slide6 {
    width: 1200px;
    height: 596px;
}

.swiper-slide6 img {
    width: 100%;
    height: 100%;
    display: block;
}

/*行业方案*/
.top-nav {
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .8);
}

.top-nav ul li {
    display: inline-block;
    line-height: 60px;
    float: left;
}

.top-nav ul li a {
    padding: 0 20px;
    display: inline-block;
    color: #222222;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

.top-nav ul li.on a, .top-nav ul li:hover a {
    background: #00a3e8;
    color: #fff;
}

.hyfa-main {
    padding: 20px;
}

.hyfa-main ul {
    padding: 20px 50px;
    background: #fff;
    box-sizing: border-box;

}

.hyfa-main ul li {

    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    /*margin-top: 20px;*/
}

.hyfa-main ul li:first-child {
    margin-top: 0;
}

.hyfa-main ul li:last-child {
    border-bottom: 0px solid #e8e8e8;
}

.hyfa-main ul li div {
    display: inline-block;
}

.hyfa-main ul li div.left {
    width: 326px;
    height: 184px;
    overflow: hidden;
}

.hyfa-main ul li div.left img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -moz-transform: scale(1); /* Firefox */
    -webkit-transform: scale(1); /* Safari 和 Chrome */
    -o-transform: scale(1); /* Opera */
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
}

.hyfa-main ul li:hover div.left img {
    transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); /* Opera */
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
}

.hyfa-main ul li div.right {
    width: 735px;
}

.hyfa-main ul li div.right h2 {
    font-size: 30px;
    color: #222222;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-main ul li div.right p {
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hyfa-main ul li div.right .ckxq {
    display: block;
    width: 124px;
    height: 36px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #222222;
    margin-top: 35px;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

.hyfa-main ul li:hover div.right .ckxq {
    background: #00a3e8;
    color: #ffffff;
    border: 1px solid #00a3e8;
}

/*行业方案详情页*/
.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: #00a3e8;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx2.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;
}

/*成功案例*/
.cgal-main {
    padding: 20px 0;
}

.cgal-main div {
    background: #fff;
    width: 1120px;
    box-sizing: border-box;
    padding: 60px 64px 45px;
}

.cgal-main div h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.cgal-main ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 233px;
    height: 50px;
}

.cgal-main ul li:nth-child(4n) {
    margin-right: 0;
}

.cgal-main ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

/*技术支持*/
.jszc-main {
    padding: 20px 0;
}

.jszc-main > div {
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.jszc-main > div h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.jszc-main ul {
    width: 100%;
    /*box-sizing: border-box;*/

}

.jszc-main ul li:first-child, .jszc-main ul li:nth-child(2) {
    border-top: 1px dashed #d4d4d4;
}

.jszc-main ul li {
    width: 50%;
    float: left;
    /*box-sizing: border-box;*/
    border-bottom: 1px dashed #d4d4d4;
}

.jszc-main ul li p {
    font-size: 14px;
    color: #333333;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.jszc-main ul li p:hover {
    color: #00a3e8;
}

.jszc-main div div {
    text-align: center;
    margin-top: 50px;
}

.jszc-main div div a {
    height: 31px;
    line-height: 29px;
    font-size: 14px;
    color: #555555;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    /*width: 31px;*/
    display: inline-block;
    border-radius: 3px;
    margin: 0 3px;
    padding: 0 15px;
}

.jszc-main div div a:first-child, .jszc-main div div a:last-child {
    /*width: 76px;*/
}

.jszc-main div div a:hover ,.jszc-main div div a.current{
    background: #00a3e8;
    color: #fff;
    border: 1px solid #00a3e8;
}

/*新闻动态*/
.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 #1379d7;
    color: #00a3e8;
    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 50px;
    /*padding: 0 20px;*/
    box-sizing: border-box;
}

.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 .title {
    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%;
}

.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 .title {
    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: #00a3e8;
    color: #fff;
}

.zxzx .content .content-two ul li:hover .dibu p {
    color: #fff;
}

.zxzx .content .content-two .djgd {
    width: 100%;
    height: 46px;
    background: #ebeaea;
    padding: 13px 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
}

.zxzx .content .content-two .djgd img {
    display: block;
    width: 34px;
    height: 20px;
    margin: 0 auto;
}

/*新闻动态详情页*/
.xwdt-xq-top {
    height: 96px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 5px #e4e4e4;
}

.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;
}

.xwdt-xq-main .hyfa-xq-main2 {
    margin-top: 20px;
    padding: 70px 50px 60px;
}

/*公司简介*/
.gsjj-main {
    padding: 20px 0;
}

.gsjj-main2 {
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}

.gsjj-main2 h2 {
    font-size: 30px;
    color: #222222;
    margin-bottom: 38px;
}

.gsjj-main2 .left {
    width: 740px;
}

.gsjj-main2 .left p {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}

.gsjj-main2 .left p:last-child {
    margin-bottom: 0;
}

.gsjj-main2 .right {
    max-width: 325px;
}

.gsjj-main2 .right img {
    max-width: 100%;
}

/*荣誉资质*/
.ryzz-main {
    padding: 20px 0;
}

.ryzz-main2 {
    background: #fff;
    box-sizing: border-box;
    padding: 55px 50px 40px;
}

.ryzz-main2 h2 {
    font-size: 30px;
    text-align: center;
    color: #222222;
}

#lanrenzhijia {
    position: relative;
    margin: 40px 0 0;
    min-height: 500px;
    width: 1120px;
}

.lanren {
    width: 260px;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.lanren img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
}

.lanren p {
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    margin: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanren a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

/*招聘信息*/
.zpxx-main {
    padding: 20px 0;
}

.zpxx-main2 {
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px 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%;
}

/*联系我们*/
.lxwm-main {
    padding: 50px 0 62px;
}

.lxwm-main h2 {
    color: #111111;
    font-size: 30px;
    text-align: center;
}

.lxwm-main2 {
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 55px;
}

.lxwm-main2 .left {
    padding: 30px;
    box-sizing: border-box;
}

.lxwm-main2 .left h1 {
    font-size: 24px;
    line-height: 30px;
    color: #111111;
    margin-bottom: 26px;
}

.lxwm-main2 .left p {
    color: #111111;
    font-size: 15px;
    line-height: 32px;
}

.lxwm-main2 .right {
    width: 50%;
    height: 370px;
}

.yssp-main {
    padding: 60px 0 20px;
}

.yssp-main h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #111111;
}

.yssp-main ul {
    margin-top: 45px;
}

.yssp-main ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.yssp-main ul li:hover {
    cursor: pointer;
}

.yssp-main ul li:nth-child(3n) {
    margin: 0;
}

.yssp-main ul li p {
    line-height: 56px;
    font-size: 16px;
    color: #222222;
    height: 56px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.yssp-main ul li div {
    position: relative;
}

.yssp-main ul li .yssp-sp {
    display: block;
    width: 380px;
    height: 214px;
}

.yssp-main ul li .bf-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}

.yssp-main ul li:hover .bf-btn {
    opacity: 1;
}

.sp-kuang {
    width: 1200px;
    height: 675px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    z-index: 999;
}

.sp-kuang video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    /*margin: 0 auto;*/
}
.foot-a{
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    line-height: 28px;
    margin-left: 15px;
}