.content {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

img {
    max-width: 100%;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.top {
    border-bottom: 1px solid #f0f0f0;
}

.top .content {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #2D3748;

}

header .d-logo {
    display: flex;
    justify-content: space-between;
    height: 110px;
}

header .d-logo .logo {
    display: block;
    margin-top: 22.5px;
}

header .d-logo .dh {
    margin-top: 33.5px;
}

header .daohang {
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to bottom, #00ACFF 0%, #098EE6 100%, #0084DC 0%, #0084DC 100%);
    color: #fff;
}

header .daohang .content {
    display: flex;
    justify-content: space-around;
}

header .daohang .content a {
    display: block;
    width: 154px;
    text-align: center;
}

header .daohang .content a span {
    position: relative;
}

header .daohang .content a.active {
    position: relative;
    color: #0084DC;
}

header .daohang .content a .navbg {
    display: none;
}

header .daohang .content a.active .navbg {
    display: block;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 8px;
    height: 42px;
    width: 100%;
    background: #fff;
}

header .daohang .content a.active .navbg .xxx {
    position: absolute;
    width: 40px;
    border-radius: 3px;
    height: 5px;
    left: 50%;
    bottom: 0;
    background: #0084DC;
    transform: translateX(-50%)
}

header .search {
    height: 90px;
    font-size: 14px;
    line-height: 90px;
    display: flex;
    justify-content: space-between;
    color: #2D3748;
}

header .search .gjc a {
    margin-right: 10px;
    display: inline-block;
}

header .search .sousuo {
    position: relative;
}

header .search .sousuo input {
    border: 1px solid #F0F0F0;
    height: 30px;
    padding-left: 30px;
}

header .search .sousuo button {
    height: 34px;
    width: 60px;
    background: linear-gradient(180deg, #00ACFF 0%, #098EE6 36%, #0084DC 50%, #0084DC 100%);
    border: none;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

header .search .sousuo img {
    position: absolute;
    top: 38px;
    left: 8px;
}

.product {
    margin-top: 20px;
}

.product .fl {
    width: 305px;
}

.product .fl .top {
    overflow: hidden;
    color: #fff;
    text-align: center;
    height: 120px;
    background-image: url(../img/cebaintop.png);
    background-size: 100% 100%;
}

.product .fl .top h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product .fl .bom {
    margin-top: -2px;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    background-image: url(../img/cebian.png);
    background-size: 100% 100%;
}

.product .fl .bom .list {
    margin-top: 15px;
}

.product .fl .bom .list:first-child {
    margin-top: 0;
}

.product .fl .bom .list .a1 {
    background-color: #0056a0;
    display: block;
    box-sizing: border-box;
    padding: 15px 25px;
    position: relative;
}

.product .fl .bom .list .a1::after {
    content: '';
    background-image: url(../img/youj.png);
    position: absolute;
    width: 6px;
    height: 11px;
    right: 20px;
    top: 18px;
}

.product .fl .bom .list .a2 {
    display: block;
    position: relative;
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding: 10px 25px;
}

.product .fl .bom .list .a2:nth-child(2) {
    margin-top: 10px;
}

.product .fl .bom .list .a2:last-child {
    border: none;
}

.product .fl .bom .list .a2::before {
    content: '';
    background-image: url(../img/youj.png);
    position: absolute;
    width: 6px;
    height: 11px;
    left: 5px;
    top: 12px;
}

.product .fr {
    width: 860px;
}

.product .fr .fenlei {
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #f8faff;
}

.product .fr .fenlei .fl {
    width: 82%;
}

.product .fr .fenlei .fr {
    width: 10%;
    text-align: right;
    color: #0084dc;
}

.product .fr .fenlei .fl {
    display: flex;
    justify-content: space-between;
}

.product .fr .fenlei .fl a {
    padding: 0 20px;
}

.product .fr .fenlei .fl a.active {
    background: linear-gradient(to bottom, #00ACFF 0%, #098EE6 100%, #0084DC 0%, #0084DC 100%);
    color: #fff;
}

.product .fr .pro .list {
    float: left;
    width: 31%;
    margin-right: 2.333%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.product .fr .pro .list img {
    width: 100%;
    margin-bottom: 20px;
}

.product .fr .pro .list h1 {
    text-align: center;
    margin-bottom: 30px;
}

.product .fr .pro .list .btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    color: #fff;
}

.product .fr .pro .list .btn a {
    border-radius: 8px;
    padding: 11px 20px;
}

.product .fr .pro .list .btn a:nth-child(1) {
    background: #e7141a;
}

.product .fr .pro .list .btn a:nth-child(2) {
    background: #0084dc;
}

.product .fr .pro .list:nth-child(3n) {
    margin-right: 0;
}

.youshi {
    margin-top: 40px;
}

.youshi h1 {
    text-align: center;
    color: #f0f0f0;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 2px;
}

.youshi h2 {
    color: #2d3748;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 4px;
    margin-top: -30px;
}

.youshi .hlx {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.youshi .yousnr {
    width: 100%;
    display: block;
    margin-top: 30px;
}


.cganli {
    margin-top: 40px;
}

.cganli h1 {
    text-align: center;
    color: #f0f0f0;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 2px;
}

.cganli h2 {
    color: #2d3748;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 4px;
    margin-top: -30px;
}

.cganli .hlx {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.cganli .allogo {
    margin-top: 30px;
}

.jianjie {
    padding: 60px 0;
    background: #2d3748;
    min-height: 300px;
    margin-top: 40px;
}

.jianjie .content .fl {
    width: 48%;
}

.jianjie .content .fr {
    width: 48%;
    color: #fff;
}

.jianjie .content .fr p {
    color: #fff;
}

.jianjie .content .fr h1 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 5px;
    font-weight: bold;
}

.jianjie .content .fr .hlx {
    width: 100px;
    display: block;
    margin: 20px auto;
}

.jianjie .content .fr .con {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 24px;
}

.jianjie .content .fr .more {
    display: block;
    margin-top: 30px;
    font-size: 18px;
}

.newpob {
    margin-top: 80px;
}

.newpob .news {
    float: left;
    width: 60%;
    padding-right: 2%;
    box-sizing: border-box;
    border-right: 1px solid rgb(236, 236, 236);
}

.newpob .news .tit {
    border-bottom: 1px solid #777a7e;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
}

.newpob .news .tit h1 {
    color: #2d3748;
    font-weight: bold;
    font-size: 28px;
    position: relative;
}

.newpob .news .tit h1::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #0084dc;
    left: 0;
    bottom: 0;
}

.newpob .news .more {
    color: #777a7e;
}

.newpob .news .con {
    margin-top: 30px;
    color: #777a7e;
}

.newpob .news .con .top .pic {
    width: 48%;
    float: left;
}

.newpob .news .con .top .pic img {
    border-radius: 5px;
}

.newpob .news .con .top .nr {
    float: right;
    width: 48%;
}

.newpob .news .con .top .nr .d1 {
    font-size: 15px;
}

.newpob .news .con .top .nr .d1 div {
    float: left;
}

.newpob .news .con .top .nr .d1 div:nth-child(2) {
    margin-left: 20px;
}

.newpob .news .con .top .nr .d1 img {
    width: 13px;
}

.newpob .news .con .top .nr .d2 {
    color: #2d3748;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.newpob .news .con .top .nr .d3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
}

.newpob .news .con .top .nr .more {
    margin-top: 20px;
    display: block;
}

.newpob .news .con .bom {
    margin-top: 20px;
}

.newpob .news .con .bom .list {
    padding: 20px 0;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.newpob .news .con .bom .list .d1 {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.newpob .news .con .bom .list .d1 h1 {
    color: #2d3748;
    font-size: 20px;
    font-weight: bold;
}

.newpob .news .con .bom .list .d2 {
    margin: 20px 0;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.newpob .news .con .bom .list .d3 {
    font-size: 15px;
}

.newpob .news .con .bom .list .d3 div {
    float: left;
}

.newpob .news .con .bom .list .d3 div:nth-child(2) {
    margin-left: 20px;
}

.newpob .news .con .bom .list .d3 img {
    width: 13px;
}


.newpob .prob {
    float: right;
    width: 38%;
}

.newpob .prob .tit {
    border-bottom: 1px solid #777a7e;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
}

.newpob .prob .tit h1 {
    color: #2d3748;
    font-weight: bold;
    font-size: 28px;
    position: relative;
}

.newpob .prob .tit h1::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #0084dc;
    left: 0;
    bottom: 0;
}

.newpob .prob .more {
    color: #777a7e;
}

.newpob .prob .wenti {
    /* margin-top: 20px; */
}

.newpob .prob .wenti .list {
    padding: 14px 0;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.newpob .prob .wenti .list .wen {
    display: flex;
    justify-items: center;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
    color: #2d3748;
    font-size: 20px;
    font-weight: bold;
}

.newpob .prob .wenti .list .wen a {
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newpob .prob .wenti .list .da img {
    height: 35px;
    float: left;
    width: 33.91px;
}

.newpob .prob .wenti .list .da .fl {
    width: 400px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    font-size: 14px;
    color: #777a7e;
}

.yqlink {
    margin-top: 40px;
}

.yqlink .tit {
    border-bottom: 1px solid #777a7e;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
}

.yqlink .tit h1 {
    color: #2d3748;
    font-weight: bold;
    font-size: 28px;
    position: relative;
}

.yqlink .tit h1::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #0084dc;
    left: 0;
    bottom: 0;
}

.yqlink .more {
    color: #777a7e;
}

.yqlink .list {
    margin: 25px 0;
}

.yqlink .list a {
    font-size: 15px;
    color: #777a7e;
    display: inline-block;
    width: 12%;
}

footer {
    margin-top: 40px;
    background-color: #004ba0;
    overflow: hidden;
}

footer .bottom {
    background-color: #00418a;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

footer .nav {
    margin: 50px auto;
}

footer .nav .footlogo {
    width: 160px;
    float: left;
}

footer .nav .wapper {
    display: flex;
    justify-content: space-between;
    float: left;
    margin-left: 5%;
    width: 40%;
}

footer .nav .wapper .list .a1 {
    color: #c3d9fe;
    font-size: 18px;
    display: block;

}

footer .nav .wapper .list .a2 {
    color: #c3d9fe;
    display: block;
    margin: 15px 0;
    font-size: 14px;
}

footer .nav .lx {
    width: 400px;
    float: left;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}

footer .nav .lx div:nth-child(1) {
    text-align: center;
    width: 160px;
    color: #fff;
    width: 110px;
}

footer .nav .lx div:nth-child(2) {
    margin-left: 11px;
    color: #fff;
    width: 110px;
    text-align: center;
}

footer .nav .lx div:nth-child(3) {
    padding-top: 50px;
    color: #fff;
    line-height: 24px;
    margin-left: 6px;
}

.product .fr .fenlei .fl.pos {
    color: #787878;
}

.product .fr .pro .list2 {
    padding: 30px 0;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.product .fr .pro .list2 .img {
    width: 35%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
}

.product .fr .pro .list2 .img img {
    max-width: 100%;
}

.product .fr .pro .list2 .right {
    width: 58%;
    float: right;
}

.product .fr .pro .list2 .right h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #2D3748;
    margin-bottom: 30px;
}

.product .fr .pro .list2 .right .conn {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #787878;
}

.product .fr .pro .list2 .right .ck {
    margin-top: 15%;
    text-align: right;
}

.product .fr .pro .list2 .right .ck a {
    padding: 10px 15px;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
}

.product .fr .pro .list2 .right .ck a:nth-child(1) {
    background: #07A4EF;
    margin-right: 20px;
    color: #fff;
}

.product .fr .pro .list2 .right .ck a:nth-child(2) {
    background: #0056A0;
    color: #fff;
}


/* 分页 */
.page-status,
.page-index,
.page-pre,
.page-numbar a,
.page-num-current,
.page-next,
.page-num,
.page-last {
    margin: 0 3px;
    padding: 3px 7px;
    border: 1px solid #bcbcbc;
    display: inline-block;
    border-radius: 3px;
}

.pagination {
    text-align: right;
    margin-top: 30px;
}

.product .connei {
    float: left;
    width: 860px;
}


.product .connei .fenlei {
    margin-bottom: 40px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #f8faff;
}

.product .connei .fenlei .fl {
    width: 82%;
}

.product .connei .neirong {
    margin-top: 30px;
}

.product .connei .neirong .conpic {
    float: left;
    width: 50%;
}

.product .connei .neirong .contit {
    float: right;
    width: 42%;
}

/* 放大镜 */
#MagnifierWrap2 {
    position: relative;
    width: 100%;
}

.MagnifierMain {
    position: relative;
    width: 100%;
    height: 100%;
}

.MagnifierMain img {
    width: 100%;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
    /* background: #fff url(static/images/loading.gif) no-repeat center center; */
}

.MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
}

.spec-items {
    position: relative;
    width: 85%;
    height: 69px;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto;
}

.spec-items ul {
    width: 500%;
    position: absolute;
    top: 10px;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 65px;
    height: 65px;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    border: 2px solid #fff;
    cursor: pointer;

}

.spec-items li.on {
    border: 2px solid #000;
}

.spec-items li img {
    width: 100%;
}

span.spe_leftBtn,
span.spe_rightBtn {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 20px;
    height: 69px;
    line-height: 69px;
    font-family: "黑体";
    text-align: center;
    font-size: 30px;
    color: #ddd;
    cursor: default;
    background-color: #f9f9f9;
}

span.on {
    background-color: #ccc;
    color: #999;
    cursor: pointer;
}

span.spe_leftBtn {
    left: 0;
}

span.spe_rightBtn {
    right: 0;
}

.product .connei .neirong .contit h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #2D3748;
    margin-bottom: 30px;
}

.product .connei .neirong .shuxing {
    font-size: 16px;
    line-height: 26px;
    color: #555453;
}

.product .connei .neirong .dgrx {
    background: linear-gradient(to bottom, #00ACFF 0%, #098EE6 100%, #0084DC 0%, #0084DC 100%);
    color: #fff;
    text-align: center;
    padding: 5% 10%;
    font-size: 22px;
    margin: 15% 0;
    border-radius: 5px;
}

.product .connei .neirong .ljzx {
    background: #07A4EF;
    color: #fff;
    display: inline-block;
    padding: 3% 8%;
    border-radius: 5px;
}

.product .connei .neirong .czhong {
    border: 1px solid #ccc;
    height: 50px;
    margin: 5% 0 3% 0;
    line-height: 50px;
    font-size: 14px;
}

.product .connei .neirong .czhong a {
    display: inline-block;
    width: 120px;
    text-align: center;
}

.product .connei .neirong .czhong a.active {
    color: #0084DC;
    font-weight: bold;
    position: relative;
}

.product .connei .neirong .czhong a.active::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background: #0084DC;
}

.product .connei .neirong .cbottom p {
    font-size: 15px;
    line-height: 20px;
}

.product .connei .neirong .cbottom .bom2 {
    display: none;
}

.product .connei .neirong .xiangguan {
    margin-top: 5%;
}

.product .connei .neirong .xiangguan .xgtit {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #0084DC;
    background: #f8faff;
}

.product .connei .neirong .xiangguan .xgpro {
    margin-top: 3%;
}

.product .connei .neirong .xiangguan .xgpro .list {
    color: #2D3748;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    width: 31%;
    margin-right: 3%;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.product .connei .neirong .xiangguan .xgpro .list:nth-child(3n) {
    margin-right: 0
}

.cblianxi {
    border: 1px solid #ccc;
    padding: 25px;
    margin-top: 5%;
}

.cblianxi img {
    display: block;
    width: 100%;
    margin-top: -20%;
}

.cblianxi h1 {
    color: #07a4ef;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px
}

.cblianxi {
    font-size: 15px;
    line-height: 26px;
}

.product .fr .anli .list {
    display: inline-block;
    width: 30.5%;
    margin-right: 3%;
    text-align: center;
    color: #2D3748;
    font-weight: 16px;
    margin-bottom: 20px;
}

.product .fr .anli .list:nth-child(3n) {
    margin-right: 0;
}

.product .fr .anli .list img {
    width: 100%;
}

.product .fr .anli .list div {
    margin-top: 10px;
}

.product .fr .guanyu .list {
    display: flex;
    margin-bottom: 5%;
    justify-content: space-between;
}

.product .fr .guanyu .list img {
    width: 56%;
}

.product .fr .guanyu .list .gudiv {
    width: 40%;
    font-size: 14px;
    line-height: 26px;
    color: #2D3748;
}

.product .fr .guanyu .list .gudiv h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2D3748;
}

.product .fr .contact .contacttit {
    text-align: center;
    color: #2d3748;
    font-weight: bold;
    font-size: 24px;
    margin: 5% 0
}

.product .fr .contact .five {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}

.product .fr .contact .five .list {
    border-right: 1px solid #ccc;
    width: 20%;
    color: #2d3748;
    font-size: 14px;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 24px;
    text-align: center;
}

.product .fr .contact .five .list:nth-child(5) {
    border: none;
}

.product .fr .contact .five .list img {
    width: 45%;
}

.product .fr .news .list2 {
    padding: 30px 0;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.product .fr .news .list2 h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #2D3748;
    margin-bottom: 30px;
}

.product .fr .news .list2 .img {
    width: 35%;
    float: left;
}
.product .fr .news .list2 .img .time{
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    justify-items: center;
    color: rgb(90, 90, 90);
}
.product .fr .news .list2 .img .time img{
    width: 15px;
    margin-right: 5px;
}
.product .fr .news .list2 .right {
    width: 62%;
    float: right;
}

.product .fr .news .list2 .right .conn {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product .fr .news .list2 .right .ck {
    margin-top: 10%;
    text-align: right;
}

.product .fr .news .list2 .right .ck a {
    padding: 10px 15px;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    background: #07A4EF;
    color: #fff;
}