.header {
    background: #fbfbfb;
    position: fixed;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.wps {
    margin: 0 12px;
}
.cl {
    zoom: 1;
}
.header h1 {
    float: left;
    margin: 0;
    padding: 15px 0;
}
.header h1 a {
    display: block;
    line-height: 1;
}
.header-tel {
    height: 72px;
    line-height: 72px;
}
.y {
    float: right;
}
.call-num {
    font-size: 24px;
    color: #333;
    display: block;
    float: left;
    margin-right: 50px;
    position: relative;
}
a {
    text-decoration: none;
    outline: 0;
}
.call-btn {
    border: none;
    margin-top: 11px;
    height: 46px;
    display: block;
    width: 166px;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    float: left;
    background-color: #4581fb;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    border-radius: 20px;
    padding: 0 !important;
}
.header h1 img {
    width: 140px;
    vertical-align: middle;
}
.header .nav {
    float: right;
    margin-left: 170px;
    width: 50%;
    position: absolute;
}
.header .nav li {
    display: inline-block;
    zoom: 1;
    margin: 0 -2px;
    position: relative;
}
.header .nav li a {
    display: block;
    height: 72px;
    line-height: 72px;
    padding: 0 22px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.article-con a {
    color: #3363d8;
}
.header .nav .sub-menu {
    transition: all .3s ease 0s;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    height: auto;
    overflow: visible;
    opacity: 0;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    width: 100%;
}
.header .nav .sub-menu a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 108px;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 14px-webkit-transition:background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
}
.header .nav li.hover .sub-menu {
    display: block;
    height: 100%;
    background-color: #fff;
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.header .nav li.hover a {
    color: #333;
    background: #fff;
}
.header .nav li.hover li a:hover {
    background: #3398fc;
    color: #fff;
}
.sidemenu, #pull, .menu_bg, .wap-zixun {
    display: none;
}
.s-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: .9;
    -moz-opacity: .9;
}
.img-inner img {
    width: 100%;
}
.dialog.active {
    display: block;
}
button.pop {
    display: block;
    margin: 0 auto;
}
.succeed {
    background: url(../images/h07.jpg) center top no-repeat;
    background-size: cover;
    padding: 30px 0 75px;
    margin-top: 80px;
}
.succeed .tit-i h3 {
    color: #ffffff;
}
.succeed_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.succeed_box:nth-child(4n) {
    margin-right: 0;
}
.succeed_box {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.succeed_box_img {
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.succeed_box_img img {
    transition: all 0.6s ease-in-out;
    transform: scale(1);
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.succeed_box:hover .succeed_box_img img {
    transform: scale(1.1);
}
.succeed_box h4 {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news {
    padding: 80px 0;
    background: #f8f8f8 url(../picture/brand_bg.png) no-repeat center;
    border: 1px #f0f0f0 solid;
    border-width: 1px 0;
    overflow: hidden;
}
.index-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.index-title .title-line {
    height: 20px;
}
.index-title .tips {
    font-size: 15px;
    line-height: 15px;
    color: #888;
}
.index-news .news-list {
    float: left;
    width: 400px;
}
.index-news .list-s {
    margin: 0 15px;
    background: #fff;
    border: 1px #f2f2f2 solid;
}
.index-news .s {
    padding-top: 40px;
}
.index-news .m {
    position: relative;
    height: 100px;
}
.index-news .m img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news .m p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    background: rgba(0,0,0,.2);
    color: #eee;
}
.index-news ul {
    padding: 10px 15px;
}
.index-news li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    padding-left: 10px;
    background: url(../picture/lidot.gif) no-repeat left center;
}
.index-news li span {
    float: right;
    margin-left: 10px;
    font-size: 12px;
    color: #888;
}
.index-title {
    text-align: center;
}

.whact img {width: 100%;}

.whact {width: 140px;}

#fd {
    padding-top: 50px;
    background: #100f32;
}
.index-fd {
    margin-top: 50px;
}
#fd .fd-top {
    overflow: hidden;
    color: #fff;
    padding-bottom: 50px;
}
#fd dl {
    float: left;
    width: 20%;
}
#fd dl dt {
    font-size: 16px;
    padding-bottom: 20px;
    color: #ffffff;
}
#fd .ul-fd li {
    line-height: 26px;
}
#fd .ul-fd li a {
    color: #a8a8af;
    font-size: 15px;
}
#fd .fd-copy {
    color: #a3a3a9;
    background-color: #000022;
    overflow: hidden;
    padding: 30px 0;
}
.fd-copy p {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.fd-copy p span {
    margin-right: 15px;
    color: #a3a3a9;
}
.fd-copy p span a {
    color: #a3a3a9;
}
.side {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 0;
    top: 250px;
    z-index: 100;
}
.side ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 2px;
}
.side ul li .sidebox {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0px;
    right: 0px;
    color: rgb(255, 255, 255);
    border-radius: 5px 0px 0px 5px;
    transition: all 0.3s ease 0s;
    background: rgb(0, 0, 34);
    overflow: hidden;
}
.side ul li img {
    float: right;
}
.side2 {
    position: fixed;
    width: 50px;
    right: 0px;
    z-index: 100;
    top: 430px;
    height: 80px;
}
.side2 ul li {
    width: 50px;
    height: 50px;
}
.side ul li a {
    font-size: 15px;
}
.side2 ul li a {
    display: block;
    background-color: #e4392a;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.side2 ul li a img {
    vertical-align: middle;
    display: inline-block;
}
#fd .tel {
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
    color: #ffffff;
    line-height: 1.5;
}
#toolbar {
    display: none;
}
.head-div {
    padding-top: 85px;
}
.side ul li a:hover .sidebox {
    width: 200px;
    padding-left: 15px;
    background: #e4392a;
}
.register {
    background: #f5f5f5;
    margin-bottom: -50px;
}

.box {
    padding: 50px 0;
    background-color: #fff;
}
.box .m1200 {
    position: relative;
}
.m1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}




















.pager-load-more a, .line-blue-btn, .line-white-btn, .blue-btn {
    width: 170px;
    height: 45px;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #294DF7;
    background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    background-image: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    background-image: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    background-image: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%);
    transition: all 0.75s ease;
}

.blue-btn:hover {
    background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: -o-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: -moz-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
    background-image: linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%);
}