body {
    position: relative;
}

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

.swiper-button-prev:after, .swiper-button-next:after {
    color: #3894FF;
}

/**********************************/

main {
    padding-top: 55px;
    background-color: #F2F2F2;
}

#main .position {
    text-align: left;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ********************************* */

#product_info {
    padding: 30px;
    height: 400px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

/* left */

#product_info .left {
    width: 960px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#product_info .img_box {
    width: 570px;
    height: 450px;
    margin-top: 20px;
}

#product_info .img_box img {
    width: 420px;
    height: 280px;
}

#product_info .cont_box {
    width: 500px;
    padding-left: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}

#product_info .cont_box strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

#product_info .cont_box>span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 14px;
}

#product_info .cont_box p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

#product_info .cont_box i, #product_info .cont_box .iphone {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #3894FF;
    border-radius: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    font-style: normal;
}

#product_info .cont_box i {
    cursor: pointer;
}

#product_info .cont_box .iphone {
    background-color: #ffff;
    color: #101010;
    border: 1px solid #DCE0E7;
    margin-left: 15px;
}

/*轮播图*/

#product_info .img_box {
    width: 400px;
}

#product_info .img_box .gallery-top {
    height: 260px;
}

#product_info .img_box .gallery-thumbs {
    height: 120px;
}

#product_info .img_box .gallery-top .swiper-slide {
    width: 400px;
    height: 260px;
    background-size: cover;
}

#product_info .img_box .gallery-thumbs .swiper-slide {
    margin-top: 20px;
    width: 120px;
    height: 90px;
    background-size: cover;
}

/* right */

#product_info .right {
    width: 260px;
    border-left: 1px solid #C9C9C9;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}

#product_info .right>p {
    color: #6F6F6F;
    font-size: 14px;
    border-bottom: 1px dotted #BBBBBB;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

#product_info .right img {
    width: 150px;
    height: 150px;
    margin-top: 15px;
}

#product_info .right>p:last-child {
    border-bottom: 0;
    text-align: center;
}

/* /**********相关产品推荐******* */

#relevant {
    z-index: 10 !important;
    box-sizing: border-box;
    margin: 30px auto 50px auto;
}

#relevant .swiper-container {
    width: 100%;
    height: 200px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 20px 45px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 10 !important;
}

#relevant img {
    min-width: 195px;
    min-height: 130px;
    width: 195px;
    height: 130px;
}

#relevant h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#relevant h2 strong {
    display: inline-block;
    border-bottom: 3px solid #0169CA;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

#relevant .swiper-slide {
    text-align: center;
}

#relevant .swiper-slide p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 10px;
}

#relevant .swiper-button-next, #relevant .swiper-button-prev {
    width: 50px;
    right: 0;
    top: 20px;
    height: 200px;
    background-color: #fff;
}

#relevant .swiper-button-prev {
    left: 0;
}

.swiper-button-prev {
    left: 5px;
}

.swiper-button-next {
    right: 5px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
}

/* ************正文*********** */

#txt_box {
    padding-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#txt_box .left {
    width: 900px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 10px;
}

#txt_box .left img {
    min-height: 225px;
    max-width: 100%;
}

#txt_box .left h2 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
    background-repeat: no-repeat;
    font-size: 20px;
    background-image: url(../img/h1.svg);
    padding-left: 25px;
    background-position: 0 7px;
}

#txt_box .left h3 {
    background-image: url(../img/h2.svg);
    padding-left: 15px;
    background-position: 0 6px;
    font-size: 18px;
    color: rgba(0, 0, 0, .68);
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
    background-repeat: no-repeat;
}

#txt_box .left ol, #txt_box .left ul {
    padding-left: 50px;
}

#txt_box .left ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, .6);
}

#txt_box .left ul {
    padding-left: 40px;
    color: rgba(0, 0, 0, .6);
}

#txt_box .left ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

#txt_box .left ul li::before {
    content: "·";
    color: #4370f5;
    margin-right: 6px;
    margin-bottom: 5px;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 1;
}

blockquote {
    padding: 20px;
    background-color: #F5F5F5;
    margin: 15px 0;
}

#txt_box .left p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 16px;
    margin-top: 0;
}

#txt_box .right {
    width: 380px;
}

#column, #right_ready {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

#column h2, #right_ready h2 {
    padding-bottom: 7px;
    border-bottom: 3px solid #BBBBBB;
}

#column h2 strong, #right_ready h2 strong {
    border-bottom: 3px solid #0169CA;
    padding-bottom: 7px;
    font-size: 18px;
}

#column li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #F5F5F5;
    border-radius: 50%;
    background-image: url(../img/css_sprites_2.png);
    background-position: -115px -10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

#column li:nth-child(2) span {
    background-position: -63px -10px;
}

#column li:nth-child(3) span {
    background-position: -9px -64px;
}

#column li:nth-child(4) span {
    background-position: -63px -63px;
}

#column li:nth-child(5) span {
    background-position: -9px -9px;
}

#column li a {
    margin-top: 5px;
}

#column li {
    margin-top: 15px;
}

/* 热门阅读 */

#right_ready li {
    margin-top: 20px;
    position: relative;
}

#right_ready .cont {
    position: absolute;
    left: 100px;
    top: 0;
    width: 240px;
    height: 60px;
}

#right_ready img {
    max-width: 90px;
    min-height: 60px;
    width: 90px;
    height: 60px;
}

#right_ready li h3 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

#right_ready li .mark {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #999999;
    font-size: 12px;
}

.head {
    height: 151px;
    border-top: 7px solid #96ddfd;
}

.page {
    margin: 0 auto;
    width: 1240px;
}

.bline {
    width: 50px;
    height: 5px;
    background-color: #0169CA;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.telephone {
    font-size: 18px;
    color: #101010;
}

.head .page .logo {
    margin-top: 41px;
}

.head .page .logo a {
    display: block;
    width: 180px;
    height: 68px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}

.head .page .slogan h1 {
    margin: 55px 0 0 18px;
    width: 252px;
    height: 49px;
    text-align: left;
    font-size: 18px;
    color: #383838;
}

.head .page .slogan h1 span {
    display: block;
    margin-bottom: 1px;
    line-height: 25px;
}

.hotline {
    margin-top: 47px;
}

.head .page img {
    width: 61px;
    height: 61px;
}

.head .page .fr span {
    display: block;
}

.head .page .fr .helpline {
    font-size: 18px;
    text-align: top left;
}

.head .page .fr .telephone {
    font-size: 26px;
    text-align: top left;
}

/* 导航栏 */

nav {
    height: 60px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #ebebeb;
}

nav .page ul {
    width: 1240px;
    height: 60px;
    border: 2px 0 2px 0 solid #ebebeb;
}

nav .page ul li {
    float: left;
}

nav .page ul li a {
    display: block;
    width: 137px;
    height: 60px;
    font-size: 16px;
    font-family: "SourceHanSansSC-bold";
    line-height: 60px;
    color: #0c0c0c;
}

nav .page ul .li-now a {
    background-color: #96ddfd;
}

nav .page ul li a:hover {
    background-color: #96ddfd;
}

/* 产品列表背景图 */

.proj-bg {
    width: 100%;
    height: auto;
}

.proj-bg img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* 当前位置 */

.current-location {
    padding-top: 22px;
    height: 36px;
    background-color: #F2F2F2;
}

.cur {
    height: 21px;
}

.curent {
    height: 21px;
    line-height: 21px;
    color: #101010;
    font-size: 14px;
    text-align: center;
}

.current-location .cur a {
    height: 21px;
    line-height: 21px;
    color: #101010;
    font-size: 14px;
    text-align: center;
}

.current-location .cur a:hover {
    color: #0169CA;
}

.current-location .cur .index .left-arr {
    height: 21px;
    line-height: 21px;
    color: #101010;
    font-size: 14px;
    text-align: center;
}

.new {
    height: 21px;
    line-height: 21px;
    color: #101010;
    font-size: 14px;
    text-align: center;
}

.cur-line {
    margin: 14px auto 0;
    width: 1210px;
    height: 1px;
    background-color: #bbbbbb;
}

/* foot部分 */

.footer .topbox {
    height: 306px;
    background-color: #323232;
}

.footer .topbox .page {
    padding-top: 50px;
}

.our {
    width: 300px;
}

.company {
    width: 540px;
    border-left: 2px solid #414141;
    border-right: 2px solid #414141;
}

.our li {
    margin-left: 50px;
    width: 135px;
    height: 40px;
    line-height: 40px;
}

.footer .topbox .page .our li a {
    color: #B9B9B9;
    font-size: 16px;
}

.phone {
    margin: 0 auto;
    width: 240px;
    height: 31px;
}

.company img {
    width: 31px;
    height: 31px;
}

.company .fp-num {
    display: block;
    height: 31px;
    line-height: 31px;
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
}

.address {
    margin-top: 10px;
    margin-left: 100px;
    line-height: 35px;
    color: #B9B9B9;
    font-size: 16px;
}

.QR {
    margin-top: 15px;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.QR img {
    width: 130px;
    height: 130px;
}

.QR #QR2 {
    margin-left: 30px;
}

.QR span {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #B9B9B9;
    font-size: 16px;
}

.page-title {
    margin: 0px auto 8px;
    color: #101010;
    font-size: 36px;
    text-align: center;
}

.page-line {
    margin: 0px auto 19px;
    width: 30px;
    height: 1px;
    background-color: #0169CA;
}

/******  表单   ******/

#form-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.ms-box {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
    width: 1220px;
    height: 535px;
    background-color: #ffffff;
    border-radius: 15px 15px 20px 15px;
    overflow: hidden;
}

.ms-title {
    margin-top: 28px;
    margin-left: 56px;
    height: 60px;
    color: #000000;
    font-size: 40px;
    text-align: left;
}

.ms-word {
    margin-left: 56px;
    margin-bottom: 17px;
    width: 343px;
    height: 27px;
    color: #000000;
    font-size: 18px;
    text-align: left;
}

.ms-blueline {
    margin-left: 56px;
    margin-bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: #0169CA;
    border: 2px solid #0169CA;
}

.ms-lbox form {
    margin-top: 40px;
}

.ypersonal {
    display: block;
    margin-left: 56px;
    margin-bottom: 6px;
    height: 24px;
    color: #101010;
    font-size: 16px;
    text-align: left;
}

.yinput {
    margin-left: 56px;
    margin-bottom: 6px;
    width: 346px;
    height: 38px;
    border: 1px solid #bbbbbb;
}

.cminput {
    margin-left: 56px;
    margin-bottom: 6px;
    width: 346px;
    height: 85px;
    border: 1px solid #bbbbbb;
}

.capinput {
    float: left;
    margin-left: 56px;
    width: 131px;
    height: 38px;
    border: 1px solid #bbbbbb;
}

.capimg {
    margin-left: 7px;
    width: 113px;
    height: 40px;
}

.btn-input {
    margin-left: 56px;
    margin-top: 6px;
    width: 113px;
    height: 40px;
    background-color: #0169CA;
    color: #ffffff;
    font-size: 14px;
}

.messageboard .banner ul li {
    margin-top: 40px;
    margin-left: 2px;
    float: left;
    height: 100px;
}

.messageboard .banner ul li:nth-child(odd) {
    border-left: 1px dashed #000000;
}

.messageboard .banner ul .ms-data {
    width: 198px;
    height: 100px;
}

.messageboard .banner ul .ms-data .data1 {
    margin-top: 8px;
    margin-bottom: 20px;
    height: 37px;
    color: #101010;
    font-size: 36px;
    text-align: center;
}

.messageboard .banner ul .ms-data .adverb {
    height: 18px;
    color: #101010;
    font-size: 18px;
    text-align: center;
}

.captcha {
    height: 40px;
}