/* webfont字体 */
@font-face {
    font-family: 'siyuan-heiti';
    src: url('https://at.alicdn.com/t/webfont_jam7qr15ow53ik9.eot'); /* IE9*/
    src: url('https://at.alicdn.com/t/webfont_jam7qr15ow53ik9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://at.alicdn.com/t/webfont_jam7qr15ow53ik9.woff') format('woff'), /* chrome、firefox */ url('https://at.alicdn.com/t/webfont_jam7qr15ow53ik9.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/webfont_jam7qr15ow53ik9.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html, body, input, textarea, select, button {
    font-family: "microsoft yahei", Helvetica, Arial !important;
}

body {
    font-family: SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Microsoft YaHei, Arial, sans-serif;
    font-size: 14px;
}

html {
    font-family: SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Microsoft YaHei, Arial, sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, select, textarea {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    font-size: 1em;;
}

.searchKey {
    color: #000;
    background: #EEEEEE !important;
    border-radius: 22px;
    text-align: center !important;
    margin: 40px 0;
    height: 48px
}

/*经销商查询*/
.whiteBGMenu {
    height: 56px;
    width: 100%;
    background: #ffffff;
    font-size: 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.whiteBGMenu h2 {
    font-weight: normal;
    line-height: 56px
}

.selectPageTool {
    display: flex;
    justify-content: space-between
}

.selectPageOption {
    width: 49%;
    margin: 2% 0;
    background: #ffffff;
    border-radius: 10px;
    height: 50px;
    line-height: 50px
}

.selectPageOption select {
    width: 90%;
    text-align: center;
    line-height: 50px;
    border: none;
    height: 50px;
    display: inline-block;
    margin-left: 5%;
    background: #fff !important;
}

/*.logo{ padding: 15px}*/
.pagination {
    display: flex;
    flex-wrap: wrap;
}

.pagination li {
    width: 35px;
    height: 35px;
    margin: 2px;
    line-height: 30px;
    text-align: center;
    padding: 0 !important
}

.pagination li.active {
    background: #000000;
    color: #fff
}

ul.agentList li {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.viewImg {
    width: 30%
}

.viewImg img {
    border-radius: 10px
}

.viewIntro {
    width: 68%;
    position: relative
}

.viewIntro h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px
}

.viewIntro span {
    font-size: 18px;
    color: #999999;
    line-height: 36px;
    display: block;
}

a.btnMap {
    position: absolute;
    background: #000000;
    color: #fff;
    padding: 2% 8%;
    border-radius: 22px;
    bottom: 0
}

a:hover {
    text-decoration: none !important
}

.bordertop {
    border-top: 1px solid #707070
}

.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

img, a {
    border: 0;
}

ul, li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
}

.clear:after, .clear:before {
    content: '';
    clear: both;
    display: table;
}

img {
    max-width: 100%;

}

div img {
    display: inline-block;
}

.img {
    overflow: hidden;
    position: relative;
}

.img:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}

/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/
.img:hover {
    background: #000
}

.img:hover img {
    opacity: .5;
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}

.pos_cell {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

*, *:after, *:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.modal, .fp_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fp_modal {
    display: table;
}

.modal {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background: rgba(0, 0, 0, 0.7);
}

.fp_modal .cell {
    display: table-cell;
    vertical-align: middle;
}

.modal_cont {
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative;
}

.modal_cont .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(https://www.axfilm.com/skin/images/close.png) no-repeat center center #ccc;
    border-radius: 100%;
    cursor: pointer;
}

.modal_cont .box {
    padding: 45px;
}

/*----------header----------*/
.header {
    line-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 1s;
    height: 50px;
}

/*滚动导航条变色*/
.scrolledDown {
    background: #000000;
    color: #ddd;
}

.logo img {
    vertical-align: middle;
    width: 150px;
    height: 40px;
}

.menu li {
    float: left;
    /*margin: 0 25px;*/
    padding: 0 25px;
}

.menu li a {
    color: #ffffff;
}

.menu li.on a, .menu li a:hover {
    color: #fff;
}

.banner {
    position: relative;
}

.banner_cur {
    left: 10%;
    right: 10%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
}

.banner_cur span {
    cursor: pointer;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-image: url(../images/cur1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_cur span:hover {
    border-color: #fb3546;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner_cur span.next {
    background-image: url(../images/cur2.png);
}

.banner .item {
    position: relative;
    font-family: Arial;
}

.banner .text {
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner .text h2 {
    font-size: 46px;
    font-weight: normal;
    color: #000;
}

.banner .text p {
    font-size: 24px;
    margin: 2em 0;
    color: #000;
}

.banner_search {
    max-width: 800px;
    margin: 0 auto;
    padding: 8px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    width: 90%;
    line-height: 48px;
}

.banner_search .box {
    background: #fff;
    border-radius: 22px;
    position: relative;
    padding-right: 147px;
}

.btnsearch {
    position: absolute;
    top: 0;
    right: 0;
    width: 147px;
    text-align: center;
}

.btnsearch a {
    line-height: 48px;
    width: 100%;
    display: block;
    color: #fff;
    background: #000;
    font-size: 16px;
    border-radius: 22px;
}

.banner_search a:hover {
    background: #000;
}

.banner_search span {
    display: inline-block;
    padding-right: 32px;
    background: url(../images/icon1.png) no-repeat right center;
}

.banner_search .span_tit {
    display: block;
    float: left;
    width: 72px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.banner_search .div_input {
    padding-left: 20px;
    overflow: hidden;
}

.div_input input {
    width: 100%;
    border: 0;
    background: none;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px; /*background: url(https://www.axfilm.com/skin/images/dots.png) no-repeat center center;*/
    border-radius: 100%;
    background: none;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background: none;
}

.details .owl-theme .owl-dots .owl-dot span:after {
    background: #be9a78
}

.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #be9a78;
}

.page1_text .img1 {
    text-align: right;
    width: 50%;
    float: right;
}

.page1_text .text {
    line-height: 30px;
    color: #878787;
    text-align: center;
    overflow: hidden;
}

.page1_text .text {
    padding: 80px 0;
}

.page_tit2 h3 {
    font-size: 48px;
    font-family: 'Times New Roman';
    font-weight: normal;
    color: #000;
    line-height: 58px;
}

.page_tit2 h2 {
    font-size: 36px;
    font-weight: normal;
    color: #06141f;
    line-height: 58px;
    margin-bottom: 30px;
}

.page1_text .text p {
    height: 120px;
    overflow: hidden;
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.btn a {
    color: #fff;
    display: inline-block;
    line-height: 44px;
    width: 140px;
    text-align: center;
    background: #000;
    margin: 0 auto;
    border-radius: 30pt;
    margin-left: 1% !important;
}

.page {
    overflow: hidden;
    padding: 60px 0;
}

.page:after {
    content: '';
    display: block;
    clear: both;
}

.page.on {
    background: #f9f9f9;
}

.page_tit {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.page_tit h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
}

.page_tit h2 {
    font-size: 28px;
}

.page_tit p {
    color: #999;
}

.page_tit p span:before, .page_tit p span:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    content: '';
    margin: 0 2px;
    margin-bottom: 2px;
}

.page_tag ul li {
    /*margin-left: -8px;*/
    display: inline-block;

}

.page_tag ul li:last-child a {
    border: none !important;
}

.page_tag {
    text-align: center;
}

.page_tag a {
    display: block;
    line-height: 20px;
    color: #7e7e7e;
    position: relative;
    padding: 5px 10px;
    /*border-right: 1px solid #7e7e7e;*/

}

.page_tag .on a, .page_tag a:hover {
    background: #d90129;
    color: #fff;
}

.page_tag .on a:before, .page_tag a:hover:before {
    color: #036d3c
}


/*axfilm*/
.axfilmAbout-p {
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    padding: 80px
}

.axfilmAbout-p h2 {
    font-size: 48px;
    display: block;
    text-align: center;
    font-weight: normal;
    line-height: 68px
}

.axfilmAbout-p span {
    font-size: 28px;
    display: block
}

.img1 img {
    display: block
}

/*首页大图*/
.gtco-cover {
    /*height: 60vh;*/
    /*height: 35vh;*/
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width: 100%;
    padding-bottom: 46%;
    text-align: center;
}

.gtco-cover-auto {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
}

.cardQiq {
    position: relative
}

.qhBtn {
    position: absolute;
    z-index: 500;
    top: 80%;
    text-align: center;
    width: 100%
}

.qhBtn a.btnqiehuan {
    border-radius: 22pt;
    height: 40px;
    line-height: 40px;
    padding: 2% 8%
}

.btngrey {
    background: #999999;
    color: #fff
}

.btnwhite {
    background: #fff;
    color: #000
}

.cardQiq {
    background: #000000; /* height: 750px;*/
    float: left;
    width: 50%
}

.picSilder {
    background: #000000; /* height: 750px;*/
    float: right;
    width: 50%
}

.ImgContent {
    max-width: 1200px;
    margin: 0px !important;
    padding: 0px !important;
    display: inline;
    color: #000;
}

.atitle {
    padding-top: 10%;
    font-size: 34px;
    line-height: 54px
}

.ImgContent h2 {
    font-size: 26pt;
    line-height: 84px;
    padding-bottom: 5%;
    color: #000;
    font-weight: bold;
}

.inputKey {
    width: 50%;
    border-radius: 32px;
    border: 1px solid #000000;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    display: inline-block
}

.btnsubmit {
    width: 24%;
    background: #000;
    color: #fff;
    font-size: 11pt;
    display: inline-block;
    border-radius: 32px;
    height: 60px;
    border: 1px solid #000;
    margin-top: 6vh;
}

.caseTit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative
}

.caseTit h3 {
    color: #000;
    font-size: 80px;
    font-weight: lighter !important;
    padding-left: 1%;
    font-family: initial
}

.caseTit a {
    border-bottom: 2px solid #000;
    height: 24pt;
    font-size: 20px;
    font-weight: initial;
    font-family: "iconfont";
    line-height: 30pt;
    margin-right: 1%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.case_list ul:after {
    content: '';
    display: block;
    clear: both;
}

.case_list li {
    width: 23% !important;
    float: left;
    text-align: left;
    margin: 1%;
    margin-bottom: 20px;
}

.case_list h4 {
    font-size: 12pt;
    color: #333333;
    font-weight: normal;
    height: 24pt;
    line-height: 24pt;
}

.case_list span {
    padding: 10px 0 15px;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}

.case_list a:hover p {
    background: url(../images/icon2.png) no-repeat bottom center;
}

.case_list ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
}

.pro_list ul {
    padding-top: 5%;
}

.case_list .img img {
    width: 100%;
    height: 215px
}

/*.case_list ul{ display: none}*/
.case_list ul.on {
    display: block;
}

.case_list ul.on li {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

/*.page_tag a:before {*/
/*	content: '|';*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: -6px;*/
/*}*/
.page_tag li:first-child a:before {
    display: none;
}

.pro_list ul:after {
    content: '';
    display: block;
    clear: both;
}

.pro_list li {
    width: 31.333%;
    float: left;
    text-align: center;
    /*padding: 1%;*/
}

.pro_list h3 {
    font-size: 12pt;
    color: #000;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_list p {

    color: #999999;
    background: no-repeat bottom center;
    line-height: 28px;
    font-size: 14px;
    height: 56px;
    overflow: hidden;
}

.btnmore {
    background: #fff;
    border-radius: 36px;
    line-height: 30px;
    font-size: 13px;
    padding: 5px 15px;
    color: #000;
    border: 1px solid #000;
}

.pro_list li:hover .btnmore {
    background: #000;
    border-radius: 36px;
    line-height: 30px;
    font-size: 13px;
    padding: 5px 15px;
    color: #fff;
}

.pro_list ul {
    margin-top: 20px;
    display: none;
}

.pro_list ul.on {
    display: flex;
    flex-wrap: wrap;
}

.pro_list ul.on li {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.about_list2 {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 30px;
}

.about_list2 ul li {
    width: 31.333%;
    margin: 0 1%;
    float: left;
}

.about_list2 ul {
    margin: 0 -1%;
}

.about_list2 .img {
    position: relative;
}

.about_list2 img {
    display: block;
}

.about_list2 .img p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    height: 42px;
}

.about_list2 .img p span {
    display: block;
    height: 20px;
    border-bottom: 1px solid #000;
    margin: 0 14px;
}

.about_list2 .img p label {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}

.about_list2 .text {
    line-height: 28px;
    color: #333;
    margin-top: 10px;
}

.his_list {
    padding-top: 20px;
    position: relative;
}

.his_list .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #d3d3d3
}

.his_list ul li {
    text-align: right;
    margin: 20px 0;
    width: 50%;
    padding-right: 50%;
    clear: both;
    position: relative;
}

.his_list ul li i {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #d3d3d3
}

.his_list ul li i:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 60px;
    height: 1px;
    background: #d3d3d3;
    top: 4px;
}

.his_list ul li:nth-child(2n) i:after {
    margin-left: 20px;
}

.his_list ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 50%;
    text-align: left;
}

.his_list ul li .text {
    padding: 0 100px;
    line-height: 28px;
    color: #262626;
}

.his_list ul li .text h3 {
    font-size: 20px;
    color: #a2774f;
    font-weight: normal;
    margin-bottom: 10px;
}

.ry_list {
    max-width: 1034px;
    margin: 0 auto;
}

.ry_list li {
    width: 30.3%;
    float: left;
    margin: 10px 1.5%;
    text-align: center;
    line-height: 40px;
}

.ry_list li .img {
    border: 10px solid #efefef;
    max-width: 270px;
    margin: 0 auto;
}

.ry_list li:nth-child(3n+1) {
    clear: both;
}

.ry_list li .img img {
    display: block;
}

.td_list {
    max-width: 1100px;
    margin: 0 auto;
}

.td_list li {
    width: 25%;
    float: left;
}

.td_list li:hover .tit p span {
    width: 100%;
}

.td_list li .box {
    margin: 17px;
}

.td_list li .img {
    position: relative;
}

.td_list li .img img {
    display: block;
}

.td_list li .tit p {
    line-height: 56px;
    background: #1c1c1c;
    padding: 0 16px;
    font-size: 16px;
    color: #c09874;
    position: relative;
}

.td_list li .tit p span {
    position: absolute;
    display: block;
    width: 48px;
    height: 4px;
    background: #be9a78;
    bottom: 0;
    right: 0;
}

.td_list li:nth-child(4n+1) {
    clear: both;
}

.td_list li .text {
    margin-top: 15px;
    line-height: 26px;
    color: #6c6c6c
}

.td_list li .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000
}

.zp_p_list {
    max-width: 1120px;
    margin: 0 auto;
    line-height: 28px;
    color: #4c4c4c
}

.zp_p_list a {
    color: #be9a78
}

.bold {
    font-weight: bold;
}

.zp_p_list .list {
    border-bottom: 1px solid #ebefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.zp_p_list .list:last-child {
    border-bottom: 0
}

.zp_p_list .list h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
    line-height: 40px;
}

.zp_p_list .text > ul > li {
    list-style: decimal;
    margin-left: 20px;
}

.zp_list .text > ul {
    max-width: 514px;
}

.zp_p_list .title {
    cursor: pointer;
    margin: 10px 0;
    line-height: 54px;
    border: 1px solid #e3e9ec;
    background: url(https://www.axfilm.com/skin/images/icon12.png) no-repeat 98% center #f9f9f9;
    padding: 0 20px;
}

.zp_p_list .title span {
    display: inline-block;
    width: 23%;
    color: #000
}

.zp_p_list .title span.span1 {
    font-size: 22px;
}

.zp_p_list .box {
    display: none;
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
}

.zp_p_list .on .title, .zp_p_list li:hover .title {
    background: url(https://www.axfilm.com/skin/images/icon12-1.png) no-repeat 98% center #be9a78;
    border-color: #be9a78;
}

.zp_p_list .on .title span, .zp_p_list li:hover .title span {
    color: #fff;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.pro_list li:nth-child(3n+1) {
    clear: both;
}

.pro_list li {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin: 1%
}

.pro_list li .area {
    display: block;
    /*margin: 12px;*/
    background: #fff;
    /*padding: 23px;*/
    /*box-shadow: 0 0 20px rgba(0,0,0,0.05)*/

}

.pro_list li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.pro_list .img2 {
    max-height: 325px;
    overflow: hidden;
}

.pro_list .img2 img {
    width: 100%
}

/*.pro_list li a:hover {*/
/*	box-shadow: 0 1px 50px rgba(0,0,0,0.1)*/
/*}*/
.pro_list li a:hover .img {
    background: #fff;
}

.text {
    text-align: left;
    padding: 10px;
    position: relative
}

.page_pro {
    padding: 0;
    /*background: #1c1c1c;*/
    position: relative;
}

.pro_owl {
    width: 50%
}

.pro_owl .owl-theme .owl-controls {
    width: auto;
    right: -60px;
    left: auto;
    width: 120px;
}

.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-image: url(../images/cur1.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    background-color: #d90129
}

.pro_owl .owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url(../images/cur2.png);
    background-color: #000000;
}

.page_pro .text {
    position: absolute;
    left: 55%;
}

.page_pro .text .box {
    max-width: 410px;
}

.page_tit2.on h3 {
    color: #fff;
    font-weight: bold;
    font-family: Arial;
}

.page_tit2.on h2 {
    color: #d90129;
    letter-spacing: 8px;
}

.page_pro .text p {
    line-height: 32px;
    color: #696969;
    height: 96px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page_pro .btn a {
    margin-left: 0;
    background: #fff;
}

.btn2 a span {
    display: inline-block;
    /*padding-right: 17px;*/
    /*!*background: url(../images/icon3.png) no-repeat right center;*!*/
    color: #000000;
    font-size: 18px;
}

.btn2 a:hover span {
    padding-right: 27px;
}

.service_list:after {
    content: '';
    display: block;
    clear: both;
}

.service_list ul li {
    width: 25%;
    float: left;
}

.service_list a {
    display: block;
    margin: 7px;
    position: relative;
}

.service_list img {
    display: block;
}

.service_list .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

.service_list .text h3 {
    font-size: 16px;
    font-weight: normal;
}

.service_list .text p {
    margin: 10px 0;
    background: bottom center no-repeat
}

.service_list .text .more {
    display: inline-block;
    padding-right: 10px;
    background: url(https://www.axfilm.com/skin/images/icon4.png) no-repeat right center;
}

.service_list a:hover .img:before {
    background: #fff;
    opacity: .95;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.service_list a:hover .text {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    color: #000;
    z-index: 100
}

.service_list a:hover .text h3 {
    color: #000;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 20px;
    padding-bottom: 15px;
}

.service_list a:hover .text p {
    color: #7f7f7f;
    padding-bottom: 20px;
    background: url(https://www.axfilm.com/skin/images/icon5.png) bottom center no-repeat;
}

.service_list a:hover .text span {
    display: none;
}

.news_list ul li {
    width: 48%;
    padding: 25px 0;
    float: left;
}

.news_list ul li:nth-child(2n) {
    float: right;
}

.news_list a {
    display: block;
}

.news_list .img {
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.news_list .text {
    overflow: hidden;
}

.news_list .p_time {
    height: auto;
    color: #a1a1a1
}

.news_list h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
}

.news_list p {
    line-height: 20px;
    color: #999;
    height: 40px;
    overflow: hidden;
}

.line {
    width: 100%;
    height: 1px;
    background: #707070;
    margin: 8px 0;
}

.news_list .line label {
    display: block;
    width: 13px;
    height: 1px;
    background: #000
}

.news_list a:hover .line label {
    width: 100%;
}

/*----------织 梦 58 d e d e 5 8.c o m----------*/
.mainer {
    margin: 0px auto;
    /*margin-top: 85px;*/
    max-width: 3840px;

    padding: 0px;
}

.Homemainer {
    margin: 0px auto;
    /*margin-top: 85px;*/
    max-width: 3840px;

    padding: 0px;
}

ul:after {
    content: '';
    display: block;
    clear: both;
}

.btn_more {
    margin-top: 20px;
    text-align: center;
}

.btn_more a {
    display: inline-block;
    padding: 0 45px;
    line-height: 42px;
    border: 1px solid #b2b2b2;
    color: #999
}

.btn_more a:hover {
    border-color: #d90129;
    color: #d90129
}

.div_pos {
    line-height: 65px;
    color: #515151;
}

.div_pos a {
    color: #000;
}

.div_pos a:hover {
    color: #fb3546
}

.details .wrap {
    max-width: 1180px;
}

.details .tit {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    line-height: 30px;
}

.details .tit h2 {
    font-size: 20px;
    font-weight: normal;
}

.details .tit p {
    color: #be9a78
}

.details .tit span {
    color: #717171
}

.details .text {
    line-height: 36px;
    color: #898989;
    padding: 20px 0;
}

.page_padd {
    padding-top: 0;
}

.page_tit3 {
    margin: 0 10px;
    padding-top: 30px;
}

.page_tit3 span {
    font-size: 20px;
}

.center {
    text-align: center;
}

.page_size {
    text-align: center;
    margin-top: 30px;
}

.page_size a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 2px;;
}

.page_size a.prev {
    background-image: url(https://www.axfilm.com/skin/images/cur3.png);
}

.page_size a.next {
    background-image: url(../images/cur4.png);
}

.page_size a:hover, .page_size a.on {
    background-color: #d90129;
}

/*----------footer----------*/
.footer {
    width: 100%;
    color: #fff;
    height: 0px;
    padding-bottom: 30%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 50px;
}

.footer .wrap1 {
    max-width: 1200px;
}

.footer .wrap {
    max-width: 1400px;
}

.footer .text {
    overflow: hidden;
}

.footer .ewm img {
    display: block;
    margin-bottom: 15px;
}

.footer .ewm {
    text-align: center;
    width: 170px;
}

.footer .list {
    padding-top: 10px;
}

.footer .list ul li {
    margin: 15px 0;
}

.footer a {
    color: #fff;
}

.news_tag {
    text-align: center;
    padding: 50px 0;
}

.news_tag ul li {
    display: inline-block;
}

.news_tag a {
    display: block;
    padding: 0 10px;
    min-width: 72px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    color: #7e7e7e;
}

.news_tag li.on a, .news_tag a:hover {
    background: #06141f;
    color: #fff;
}

.page_news .list {
    max-width: 1145px;
    margin: 0 auto;
}

.page_news .list .img {
    width: 471px;
    float: right;
    margin-left: 50px;
}

.page_news .list .text {
    border-top: 2px solid #000;
    padding-top: 30px;
    overflow: hidden;
}

.page_news .list li {
    margin-bottom: 40px;
}

.page_news .list li:after {
    content: '';
    display: block;
    clear: both;
}

.page_news h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.page_news .list a:hover {
    color: #be9a78
}

.page_news .time {
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 25px;
    background: url(https://www.axfilm.com/skin/images/icon6.png) no-repeat left center;
    color: #a8a8a8
}

.page_news p {
    line-height: 27px;
    height: 81px;
    overflow: hidden;
    color: #737373;
    margin: 30px 0;
}

.page_news .btn a {
    background: none;
    border: 2px solid #000;
    color: #000;
    line-height: 34px;
    width: 120px;
    margin-left: 0
}

.page_news .btn a:hover {
    background: #333;
    color: #fff;
}

/*----------custom----------*/
.news_details {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.news_details .box {
    width: 90%;
    margin: 0 auto;
}

.news_details .tit {
    padding: 55px 0;
    text-align: center;
}

.news_details .tit h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 25px;
}

.news_details .tit p {
    font-size: 18px;
    color: #333;
}

.news_details .text {
    font-size: 16px;
    color: #414141;
    line-height: 28px
}

.news_details .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.news_details .text img {
    margin-top: 10px;
}

.text_cur {
    line-height: 70px;
    border-top: 1px solid #e8e8e8
}

.text_cur span {
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_cur a {
    color: #000;
}

.text_cur a:hover {
    color: #be9a78;
}

.pro_list2 ul li {
    width: 25%;
    float: left;
}

.pro_list2 a {
    display: block;
    margin: 7px;
    font-size: 16px;
}

.pro_list2 ul {
    margin: 0 3px;
    margin-top: 20px;
}

.pro_list2 img {
    display: block;
}

.pro_list2 .img {
    margin-bottom: 20px;
}

.cont_list ul li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.cont_list ul li .text {
    margin-top: 20px;
    color: #434343
}

.cont_list ul li .text h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.message {
    /*max-width: 710px;*/
    margin: 0 auto;
}

.message ul li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.message ul li:last-child {
    width: 100%;
}

.message ul {
    margin-bottom: 30px;
}

.message .div_input {
    margin: 5px;
    line-height: 40px;
    /*border: 1px solid #e9e9e9;*/
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    width: 90%;
    text-align: left;
}

.div_input span {
    font-size: 24px
}

.sexInput {
    display: flex;
    flex-wrap: wrap
}

.sexInput input {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 15px
}

.sexInput label {
    line-height: 50px;
}

.div_input input.inputkey {
    border-bottom: 1px solid #000;
    height: 40px;
    line-height: 40px
}

.div_input textarea {
    width: 100%;
    height: 150px;
    border: 0;
    background: none;
    resize: none;
    padding: 10px 0;
}

.banner .item img {
    display: block;
    width: 100%;
}

.about_tag {
    line-height: 80px;
    border-bottom: 1px solid #e8e8e8
}

.about_tag ul li {
    width: 24%;
    float: left;
    text-align: center;
}

.about_tag ul li a {
    margin-left: -1px;
    border-left: 1px solid #e8e8e8;
    font-size: 16px;
    color: #222;
    display: block;
}

.about_tag ul li:first-child a {
    border-left: 0;
}

.about_tag ul li span {
    display: inline-block;
    padding-left: 50px;
}

.about_tag ul li span.span1 {
    background: url(../images/icon7.png) no-repeat left center;
}

.about_tag ul li span.span2 {
    background: url(../images/icon8.png) no-repeat left center;
}

.about_tag ul li span.span3 {
    background: url(../images/icon9.png) no-repeat left center;
}

.about_tag ul li span.span4 {
    background: url(../images/icon10.png) no-repeat left center;
}

.about_tag ul li span.span5 {
    background: url(../images/icon11.png) no-repeat left center;
}

.about_tag ul li.on a, .about_tag ul li a:hover {
    background: #000000;
}

.about_tag ul li.on span, .about_tag ul li a:hover span {
    color: #fff;
}

.about_tag ul li.on span.span1, .about_tag ul li a:hover span.span1 {
    background: url(../images/icon7-1.png) no-repeat left center;
}

.about_tag ul li.on span.span2, .about_tag ul li a:hover span.span2 {
    background: url(../images/icon8-1.png) no-repeat left center;
}

.about_tag ul li.on span.span3, .about_tag ul li a:hover span.span3 {
    background: url(../images/icon9-1.png) no-repeat left center;
}

.about_tag ul li.on span.span4, .about_tag ul li a:hover span.span4 {
    background: url(../images/icon10-1.png) no-repeat left center;
}

.about_tag ul li.on span.span5, .about_tag ul li a:hover span.span5 {
    background: url(../images/icon11-1.png) no-repeat left center;
}

.about_d_text p {
    max-width: 790px;
    margin: 0 auto;
    line-height: 30px;
    color: #6d6d6d;
    text-align: center;
}

.about_list {
    max-width: 790px;
    margin: 0 auto;
}

.about_list ul li {
    width: 33.333%;
    float: left;
    margin: 35px 0
}

.about_list .box {
    margin: 10px;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 35px 0;
    color: #ababab;
}

.about_list .box h3 {
    font-size: 56px;
    color: #323232;
    font-weight: normal;
    margin-bottom: 20px;
}

.pro_canshu {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff
}

.proimg {
    width: 35%
}

.proimg image {
    width: 100%
}

.prointro {
    width: 57%;
    padding: 0% 2%
}

.prointro dl dt {
    font-size: 130%;
    line-height: 35px
}

.prointro dl dt span {
    border-radius: 10px;
    background: #d90129;
    color: #fff;
    font-size: 70%;
    padding: 1% 2%
}

.prointro dl dt i {
    font-style: normal;
    color: #ff0000;
    font-weight: bold
}

.pro_detail {
    padding: 30px 0px
}

.pro_detail h3 {
    font-size: 120%;
    line-height: 40px
}

.aboutshop {
    border: 1px solid #eee;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    margin: 3% 0%
}

.shopImg {
    width: 25%;
    margin-right: 3%
}

.shopImg image {
    border: 1px solid #EFEFEF;
}

.shopIntro {
    width: 68%;
    font-size: 100%
}

.shopIntro h3 {
    font-size: 120%;
    line-height: 40px
}

.shopIntro p {
    line-height: 20px
}


.circle {
    border: 1px solid #eee;
    padding: 1%;
    margin: 2% 0;
}

.labellist {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #eee;
    font-size: 110%;
    padding: 1% 0
}

.labellist span {
    width: 8%;
    padding: 1% 2%;
}

.labellist ul {
    width: 87%;
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap
}

.labellist ul li a {
    display: block !important;
}

.labellist ul li {
    padding: 1% 2% !important;
    margin: 1px
}

.labellist ul li.on {
    background: #d90129
}

.labellist ul li.on a {
    color: #fff
}

.labellist ul li:hover {
    background: #d90129
}

.labellist ul li:hover a {
    color: #fff
}

.circleList ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999999;
    padding: 10px 0;
    /*background: #eeeeee*/
}

.circleList ul li div.carimg {
    width: 20%
}

.circleList ul li div.carimg img {
    width: 100%
}

.circleList ul li div.carinfo {
    width: 75%;
    padding: 0 2%
}

.carinfo h3 {
    line-height: 40px;
    font-size: 130%
}

.carinfo p {
    color: #333;
    line-height: 25px
}

.carinfo span {
    line-height: 40px;
    font-size: 120%
}

.carinfo span b {
    color: #d90129;
    font-family: Arial;
    font-weight: bold
}

.carinfo dl {
    display: flex;
    flex-wrap: wrap
}

.carinfo dl dt {
    border-radius: 15px;
    padding: 1px 10px;
    margin: 2px;
    background: #000;
    color: #fff;
    font-size: 100%
}

.carinfo dl dt span {
    font-size: 90%;
    font-family: Arial;
    color: #d90129
}

/*图库列表*/
.fixmenu {
    width: 20%;
    float: left
}

.getBg {
    text-align: center
}

.getBg .selectPageOption {
    width: 100%;
    background: #EEEEEE
}

.getBg .selectPageOption select {
    width: 90% !important;
    margin: 0 5%;
    background: none !important;
    text-align: left;
    -webkit-appearance: none;
}

.getBg .selectPageOption:hover {
    background: #fff;
}

.casealllist {
    width: 78%;
    float: right;
}

.casealllist ul.caseImglist {
    display: flex;
    flex-wrap: wrap
}

.casealllist ul.caseImglist li {
    width: 31.333%;
    margin: 1%
}

.caseImglist h3 {
    font-size: 110%;
    font-weight: normal;
    line-height: 30px;
    color: #333333
}

.casealllist ul.caseImglist li span {
    height: 50px;
    font-size: 120%;
    line-height: 25px;
    display: inline-block
}

.caseImglist img {
    height: 280px;
    width: 100%
}

/*案例详情页*/
.location {
    font-size: 18px;
    line-height: 44px
}

.case_left {
    width: 70%;
    float: left
}

.case_right {
    width: 28%;
    float: right
}

.case_right h3 {
    font-size: 18px;
    font-weight: normal
}

.aboutCase li {
    margin: 20px 0
}

.aboutCase li img {
    border-radius: 10px;
}

.aboutCase li span {
    font-size: 16px;
    line-height: 26px
}

@media only screen and (min-width: 1920px) {
    .casealllist {
        min-height: 800px
    }

    .page {
        overflow: hidden;
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .casealllist {
        min-height: 700px
    }

    .page {
        overflow: hidden;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 1400px) {
    /*首页大图*/
    .gtco-cover {
        padding-bottom: 40%;
    }

    .casealllist {
        min-height: 600px
    }

    .page {
        overflow: hidden;
        padding: 30px 0;
    }

    .location {
        font-size: 18px;
        line-height: 44px
    }

    .case_left {
        width: 70%;
        float: left
    }

    .case_right {
        width: 28%;
        float: right
    }

    .case_right h3 {
        font-size: 18px;
        font-weight: normal
    }

    .aboutCase li {
        margin: 20px 0
    }

    .aboutCase li img {
        border-radius: 10px;
    }

    .aboutCase li span {
        font-size: 16px;
        line-height: 26px
    }

    .banner_cur {
        left: 5%;
        right: 5%;
    }

    .page_tit2 h2 {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 1200px) {
    .gtco-cover {
        padding-bottom: 38%;
    }

    .casealllist {
        min-height: 600px
    }

    .labellist span {
        width: 100%;
        padding: 1% 2%;
    }

    .page_tit2 h3 {
        font-size: 38px;
    }

    .page_tit2.on h2 {
        font-size: 30px;
    }

    .page_pro .text p {
        line-height: 25px;
        margin-bottom: 10px;
        height: 75px;
    }

    .his_list ul li .text {
        padding-left: 0
    }

    .his_list ul li:nth-child(2n) .text {
        padding-left: 100px;
        padding-right: 0
    }
}

.page_list_detail {
    padding: 3% 0;
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width: 900px) {
    .gtco-cover {
        padding-bottom: 2%;
    }

    .casealllist {
        min-height: 500px
    }

    .axfilmAbout-p {
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        padding: 40px
    }

    .axfilmAbout-p h2 {
        font-size: 30px;
        display: block;
        text-align: center;
        font-weight: normal;
        line-height: 30px
    }

    .axfilmAbout-p span {
        font-size: 18px;
        display: block
    }

    .page_list_detail {
        padding: 40px 0;
        font-size: 18px;
        line-height: 18px
    }

    .header {
        background: #000000
    }

    .aboutshop {
        display: none !important
    }

    .proimg {
        width: 100%
    }

    .prointro {
        width: 100%
    }

    .pcshow {
        display: none !important;
    }

    .case_list li {
        width: 50% !important;
        float: left;
        text-align: left;
        margin: 1%;
        margin-bottom: 20px;
    }

    .menu {
        position: fixed;
        top: 40px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .menu ul li {
        float: none;
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }

    .menu ul li a {
        line-height: 45px;
        font-size: 18px;
    }

    .menu a:hover {
        text-decoration: none;
    }

    .menu ul {
        padding-top: 10px;
    }

    .header .logo {
        position: relative;
        z-index: 1001;
        line-height: 60px;
    }

    .menu_wrap {
        position: absolute;
        top: 3px;
        width: 40px;
        height: 40px;
        background: url(../pic/menu.png) no-repeat center center;
        background-size: 25px auto;
        right: 5px;
    }

    .h_menu .menu_wrap {
        background: url(../pic/menu.png) no-repeat center center;
        background-size: 25px auto;
    }

    .h_menu .menu {
        left: 0;
    }

    .header {
        line-height: 60px;
    }

    .mainer {
        margin-top: 50px !important;
    }

    .menu li.on a, .menu li a:hover {
        color: #fb3546
    }

    .banner .text h2 {
        font-size: 30px;
    }

    .banner .text p {
        font-size: 14px;
    }

    .banner_search {
        max-width: 500px;
    }

    .page1_text .text {
        padding: 20px 0;
    }

    .pro_owl {
        width: 80%;
        margin: 0 auto;
    }

    .page_pro {
        padding: 50px 0;
    }

    .page_pro .text {
        position: initial;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .page_pro .text .box {
        max-width: 100%;
    }

    .pro_owl .owl-theme .owl-controls {
        right: 0
    }

    .service_list ul li {
        width: 50%;
    }

    .service_list ul li:nth-child(2n+1) {
        clear: both;
    }

    .service_list ul li img {
        width: 100%;
    }

    .about_tag ul li span {
        padding-left: 0;
        background: none !important
    }

    .about_tag {
        line-height: 60px;
    }

    .td_list li .box {
        margin: 5px;
    }

    .td_list li {
        width: 50%;
    }

    .td_list li:nth-child(2n+1) {
        clear: both;
    }

    .td_list li img {
        width: 100%;
    }

    .ry_list li {
        width: 47%;
    }

    .ry_list li:nth-child(3n+1) {
        clear: none;
    }

    .ry_list li:nth-child(2n+1) {
        clear: both;
    }

    .page_news .list .img {
        width: 300px;
        margin-left: 20px;
    }

    .page_news .list .text {
        padding-top: 20px;
    }

    .page_news p {
        margin-top: 0;
        height: 54px;
        margin-bottom: 10px
    }

    .page_news .time {
        margin-bottom: 0
    }

    .page_news .list li {
        margin-bottom: 20px;
    }
}

.website p {
    text-align: center;
    padding-top: 100px;
    font-size: 16px
}

@media only screen and (max-width: 800px) {
    .news_list ul li {
        width: 100%;
        padding: 10px 0;
    }

    .gtco-cover {
        /*padding-bottom: 2%;*/
    }
}

@media only screen and (max-width: 750px) {
    .gtco-cover {
        /*padding-bottom: 2%;*/
    }

    .casealllist {
        min-height: 450px
    }

    .casealllist ul.caseImglist li span {
        height: 40px;
        font-size: 100%;
        line-height: 20px;
        display: inline-block
    }

    .searchKey {
        color: #000;
        background: #EEEEEE;
        border-radius: 22px;
        text-align: center;
        margin: 10px 0;
        height: 28px
    }

    /*.website{ display: none}*/
    .website p {
        text-align: center;
        padding-top: 0px !important;
        font-size: 12px
    }

    .caseTit h3 {
        color: #000;
        font-size: 20pt;
        font-weight: normal;
    }

    .caseTit a {
        border-bottom: 2px solid #000;
        height: 24pt;
        font-size: 12pt;
        font-family: "Gill Sans MT Condensed";
    }

    .location {
        font-size: 14px;
        line-height: 24px
    }

    .case_left {
        width: 100%;
    }

    .case_right {
        width: 100%;
    }

    .case_right h3 {
        font-size: 14px;
        font-weight: normal
    }

    .aboutCase li {
        margin: 20px 0
    }

    .aboutCase li img {
        border-radius: 10px;
    }

    .aboutCase li span {
        font-size: 12px;
        line-height: 24px
    }

    .pro_list .img2 img {
        width: 100%;
        height: 125px
    }

    .fixmenu {
        width: 100%;
        float: left
    }

    .getBg {
        text-align: center
    }

    .getBg .selectPageOption {
        width: 100%;
        background: #EEEEEE
    }

    .getBg .selectPageOption select {
        width: 90% !important;
        margin: 0 5%;
        background: none !important;
    }

    .getBg .selectPageOption:hover {
        background: #fff;
    }

    .casealllist {
        width: 100%;
        float: right;
    }

    .casealllist ul.caseImglist {
        display: flex;
        flex-wrap: wrap
    }

    .casealllist ul.caseImglist li {
        width: 48%;
        margin: 1%
    }

    .casealllist ul.caseImglist li span {
        height: 50px;
        line-height: 25px;
        display: inline-block
    }

    .caseImglist img {
        height: 150px;
        width: 100%
    }

    .whiteBGMenu {
        font-size: 16px !important;
        height: 56px;
    }

    .axfilmAbout-p {
        text-align: center;
        font-size: 13px;
        line-height: 45px;
        padding: 40px
    }

    .axfilmAbout-p h2 {
        font-size: 24px;
        display: block;
        text-align: center;
        font-weight: normal;
        line-height: 34px
    }

    .axfilmAbout-p span {
        font-size: 13px;
        display: block
    }

    .page_list_detail {
        padding: 20px 0;
        font-size: 13px;
        line-height: 18px
    }

    .div_input span {
        font-size: 16px
    }

    .sexInput input {
        display: inline-block;
        width: 30px;
        height: 20px;
        margin: 15px
    }

    .sexInput label {
        line-height: 50px;
    }

    .cardQiq {
        background: #000000;
        height: 350px;
        width: 100%
    }

    .picSilder {
        background: #999999;
        height: 350px;
        float: right;
        width: 100%
    }

    .pcshow {
        display: none !important;
    }

    .case_list li {
        width: 48% !important;
        float: left;
        text-align: left;
        margin: 1%;
        margin-bottom: 20px;
    }

    .banner .text h2 {
        font-size: 20px;
    }

    .banner .text p {
        margin: 1em;
    }

    .banner_cur {
        display: none;
    }

    .banner_search .btn {
        width: 100px;
    }

    .banner_search .box {
        padding-right: 100px;
    }

    .banner_search .span_tit {
        width: 50px;
    }

    .banner_search .div_input {
        padding-left: 10px;
    }

    .banner img {
        width: 100%;
        /*margin-left: -25%;*/
        max-width: initial;
    }

    .banner .img1 {
        overflow: hidden;
    }

    .page1_text .img1 {
        float: none;
        width: 100%;
    }

    .pro_list li:nth-child(3n+1) {
        clear: none;
    }

    .pro_list li {
        width: 48% !important;
    }

    .pro_list li:nth-child(2n+1) {
        clear: both;
    }

    /*.pro_list li a {*/
    /*	padding: 15px;*/
    /*	margin: 5px;*/
    /*}*/
    .footer .ewm {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        display: none;
    }

    .footer .list ul li {
        margin: 5px 0;
    }

    .footer .ewm img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer {
        text-align: center;
    }

    .page {
        padding: 20px 0;
    }

    .about_list ul li {
        margin: 20px 0;
    }

    .page_tit2 h3 {
        font-size: 25px;
        line-height: 20px;
    }

    .page_tit2 h2 {
        font-size: 30px;
    }

    .about_tag ul li a {
        font-size: 14px;
    }

    .about_tag {
        line-height: 40px;
    }

    .about_tag .wrap {
        width: 100%;
    }

    .about_list .box h3 {
        font-size: 30px;
    }

    .about_list .box {
        margin: 5px;
    }

    .page_tit h2 {
        font-size: 20px;
    }

    .about_list2 ul li {
        margin: 0 auto;
        width: 95%;
        margin-bottom: 15px;
        float: none;
    }

    .about_list2 img {
        width: 100%;
    }

    .his_list ul {
        padding-left: 50px;
    }

    .his_list ul li i {
        left: -40px
    }

    .his_list ul li {
        padding: 0 !important;
        width: 100%;
        text-align: left;
    }

    .his_list ul li .text {
        padding: 0 !important
    }

    .his_list .line {
        left: 10px;
        right: auto;
    }

    .his_list ul li i:after {
        margin-left: 10px !important;
        width: 20px !important;
    }

    .zp_p_list .title span {
        min-width: 47%;
        width: auto;
    }

    .zp_p_list .title {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page_news .list .img {
        width: 150px;
        float: left;
        margin: 0 auto;
        margin-right: 10px;
    }

    .page_news p {
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .page_news .list .text {
        padding-top: 10px;
    }

    .page_news .list .time {
        display: none;;
    }

    .page_news .list .text {
        border-top: 0
    }

    .page_news .btn a {
        border: 0;
        line-height: 20px;
        text-align: left;
    }

    .page_news .time {
        margin-bottom: 10px;
    }

    .page_news p {
        margin-bottom: 5px
    }

    .news_details .tit h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .news_details .tit {
        padding: 30px 0;
    }

    .pro_list2 ul li {
        width: 50%;
    }

    .page_news h3 {
        margin-bottom: 5px;
    }

    .pro_list2 .img2 {
        margin-bottom: 10px
    }

    .text_cur span {
        max-width: 100%;
        float: none;
    }

    .text_cur {
        line-height: 35px;
        padding: 10px 0;
    }

    .cont_list ul li {
        float: none;
        width: 100%;
        text-align: left;
        clear: both;
        margin-bottom: 10px;
    }

    .cont_list ul li:after {
        content: '';
        display: block;
        clear: both;
    }

    .cont_list ul li .img1 {
        float: left;
        width: 60px;
        margin-right: 20px;
    }

    .cont_list ul li .text {
        margin-top: 0;
        padding-top: 10px;
        overflow: hidden;
    }

    .map {
        overflow: hidden;
    }

    .map img {
        width: 200%;
        margin-left: -50%;
        max-width: initial;
    }

    .full {
        display: none;
    }

    .page_tag a {
        padding: 0 15px;
    }

    .news_tag {
        padding: 20px 0;
    }

    .page_tit h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .page_tit {
        margin-bottom: 20px;
    }
}

.pro_list2 ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1001;
}

.full li a {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.full li a:hover span, .full li a:hover label {
    background-color: #d90129 !important;
}

.full li:last-child a {
    border-bottom: 0;
}

.full li a span {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat;
}

.full li:nth-child(2) a, .full li:nth-child(1) a {
    z-index: 2;
}

.full li a label {
    display: block;
    width: 100px;
    white-space: nowrap;
    padding: 0 20px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #000;
    bottom: 0;
    left: 100%;
    box-sizing: inherit;
    max-width: 300%;
    text-align: center;;
}

.full li a:hover label {
    left: -120px;
}

.full li a .lbl_img {
    padding: 10px;
    height: auto;
    line-height: normal;
}

.full li a span.span1 {
    background-image: url(../images/full1.png);
}

.full li a span.span2 {
    background-image: url(../images/full2.png);
}

.full li a span.span3 {
    background-image: url(../images/full3.png);
}

.full li a span.span4 {
    background-image: url(../images/full4.png);
}

.caselist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0;
    margin-bottom: 30px !important;
}

.caselist li {
    width: 50%;
    list-style-type: circle;
    line-height: 30px
}

.caselist li a {
    color: #fff
}

/*底部website*/
.website {
    width: 100%;
}

.website ul {
    display: flex;
    justify-content: space-between
}

.website ul li {
    text-align: center
}

.website ul li a {
    display: block;
    font-size: 14px;
    line-height: 34px
}

.website ul li span {
    display: block;
}

.website ul li span a {
    font-size: 16px;
    line-height: 35px;
}

.website ul li img {
    max-width: 170px !important;
    max-height: 170px !important;
}

.border-table ul {
    display: flex;
    flex-wrap: wrap
}

.border-table ul li {
    width: 50% !important;
    line-height: 30px;
    margin: 12px 0
}
.zhibaoli{
    line-height: 30px;
    margin: 12px 0
}

.qrcode .qrImg {
    background: #eeeeee;
    border-radius: 10px;
    padding: 12px 12px;
    display: flex
}

.qrcode .qrImg image {
    width: 90%;
    margin: 0px !important;
    padding: 0px !important;
}

.qrcode span {
    border-radius: 21px;
    background: #999;
    color: #fff;
    height: 42px;
    line-height: 42px;
    margin-top: 40px;
    display: block;
    width: 100%;
}


/*浮动在线客服*/
@font-face {
    font-family: iconfont;
    src: url(https://at.alicdn.com/t/font_773121_1rl3tk8nfe5.woff2?t=1627524794458) format("woff2"), url(https://at.alicdn.com/t/font_773121_1rl3tk8nfe5.woff?t=1627524794458) format("woff"), url(https://at.alicdn.com/t/font_773121_1rl3tk8nfe5.ttf?t=1627524794458) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont-kefu:before {
    content: "\e6f3";
}

.iconfont-tel:before {
    content: "\e7cc";
}

.iconfont-calc:before {
    content: "\e7ee";
}

.iconfont-arrowdown:before {
    content: "\e6da";
}

.one-elevator {
    z-index: 201;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 96px;
    border-radius: 8px;
    overflow: hidden;
    font-family: li-regular, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: hsla(0, 0%, 100%, .5)
}

.one-elevator.active .one-elevator-item:last-child {
    margin-bottom: 0
}

.one-elevator.stay {
    position: absolute
}

@media (max-width: 720px) {
    .one-elevator {
        right: 6px;
        bottom: calc(6px + constant(safe-area-inset-bottom));
        bottom: calc(6px + env(safe-area-inset-bottom));
        width: auto;
        padding: 6px;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: bottom .3s cubic-bezier(.39, .575, .565, 1);
        transition: bottom .3s cubic-bezier(.39, .575, .565, 1)
    }
}

.one-elevator-item {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #222;
    -webkit-transition: margin .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1), background .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
    transition: margin .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1), background .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.one-elevator-item:last-child {
    margin-bottom: -68px
}

.one-elevator-item:nth-child(2) span {
    white-space: nowrap;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.one-elevator-item:after {
    position: absolute;
    left: 8px;
    bottom: -1px;
    width: 80px;
    height: 1px;
    background-color: rgba(34, 34, 34, .3);
    content: ""
}

.one-elevator-item.disabled {
    cursor: unset
}

.one-elevator-item.disabled:hover {
    color: #222;
    background-color: rgba(0, 0, 0, 0)
}

.one-elevator-item.active, .one-elevator-item:hover {
    color: #fff;
    background-color: #378bff
}

.one-elevator-item.active {
    opacity: .5
}

.one-elevator-item.active:hover {
    color: #fff;
    background-color: #378bff
}

.one-elevator-item.active .iconfont-kefu {
    display: none
}

.one-elevator-item.active .iconfont-home-fixed-close, .one-elevator-item .iconfont {
    display: -webkit-box;
    display: flex
}

.one-elevator-item .iconfont {
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 24px
}

.one-elevator-item span {
    font-size: 12px;
    line-height: 20px
}

.one-elevator-item .iconfont-kefu {
    font-size: 22px
}

.one-elevator-item .iconfont-home-fixed-close {
    display: none;
    font-size: 18px
}

.one-elevator-item .iconfont.iconfont-home-fixed-arrow-top {
    font-size: 12px
}

@media (max-width: 1024px) {
    .one-elevator-item:hover {
        color: #222;
        background-color: rgba(0, 0, 0, 0)
    }
}

@media (max-width: 720px) {
    .one-elevator-item {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        box-shadow: 0 3px 6px rgba(25, 30, 37, .24);
        background-color: hsla(0, 0%, 100%, .5)
    }

    .one-elevator-item:first-child, .one-elevator-item:nth-child(3) {
        margin-bottom: 12px
    }

    .one-elevator-item:last-child {
        margin-bottom: -52px
    }

    .one-elevator-item:after, .one-elevator-item:nth-child(2), .one-elevator-item span {
        display: none
    }

    .one-elevator-item:hover {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

.one-elevator-layer {
    display: none
}

@media (max-width: 720px) {
    .one-elevator-layer {
        z-index: 201;
        position: fixed;
        right: 6px;
        bottom: calc(116px + constant(safe-area-inset-bottom));
        bottom: calc(116px + env(safe-area-inset-bottom));
        display: block;
        width: 38.4vw;
        padding: 0 4.266666666666667vw;
        border-radius: 1.0666666666666667vw;
        background-color: #fff;
        -webkit-transition: bottom .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
        transition: bottom .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
        opacity: 0;
        pointer-events: none
    }

    .one-elevator-layer.active {
        bottom: calc(168px + constant(safe-area-inset-bottom));
        bottom: calc(168px + env(safe-area-inset-bottom))
    }

    .one-elevator-layer.show {
        opacity: 1;
        pointer-events: unset
    }
}

.one-elevator-layer-item {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 12.533333333333333vw;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    color: #2f2f2f
}

.one-elevator-layer-item:last-child {
    border-bottom: 0
}

/*内页浮动客服*/
.lx-im {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100
}

.lx-im.absolute {
    position: absolute
}

@media (max-width: 1024px) {
    .lx-im {
        right: 5.2734375vw
    }
}

.lx-im-box {
    background: #fff;
    box-shadow: 0 3px 6px 1px rgba(25, 30, 37, .24);
    width: 96px;
    color: #191e25;
    border-radius: 8px
}

@media (max-width: 720px) {
    .message ul li {
        width: 100%;

    }

    .lx-im-box {
        width: 40px;
        border-radius: 0;
        background: none;
        box-shadow: none
    }
}

.lx-im-box ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #222
}

.lx-im-box ul li.show {
    height: 68px;
    opacity: 1
}

.lx-im-box ul li.show i.iconfont {
    opacity: 1
}

.lx-im-box ul li.active:active {
    background-color: #378bff;
    opacity: .9;
    cursor: pointer
}

.lx-im-box ul li.active:active .iconfont, .lx-im-box ul li.active:active span {
    color: #fff
}

@media (min-width: 1025px) {
    .mainer {
        margin-top: 50px;
        /*padding-bottom: 50px*/
    }

    .lx-im-box ul li.active:hover {
        background-color: #000;
        opacity: .9;
        cursor: pointer
    }

    .lx-im-box ul li.active:hover .iconfont, .lx-im-box ul li.active:hover span {
        color: #fff
    }
}

.lx-im-box ul li i.iconfont {
    opacity: 0;
    font-size: 24px;
    line-height: 24px
}

.lx-im-box ul li i.iconfont-strick {
    font-size: 40px;
    line-height: 40px
}

.lx-im-box ul li span {
    font-size: 12px;
    line-height: 20px;
    font-family: li-regular, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif
}

.lx-im-box ul li:first-of-type {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.lx-im-box ul li:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.lx-im-box ul li.lx-im-box-line {
    padding: 0;
    margin: 0 auto;
    background-color: rgba(34, 34, 34, .2);
    width: 80px;
    height: 1px
}

@media (max-width: 720px) {
    .lx-im-box ul li {
        background-color: hsla(0, 0%, 100%, .6);
        box-shadow: 0 3px 6px 1px rgba(25, 30, 37, .24);
        margin: 12px 0
    }

    .lx-im-box ul li, .lx-im-box ul li:first-of-type, .lx-im-box ul li:last-of-type {
        border-radius: 20px
    }

    .lx-im-box ul li.show {
        height: 40px
    }

    .lx-im-box ul li.lx-im-box-line, .lx-im-box ul li.lx-mhide, .lx-im-box ul li span {
        display: none
    }
}

.lx-im-box .lx-im-price {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.lx-im-box .lx-im-tel {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

/*二级导航*/
.chj-header-link-panel {
    display: block;
    font-size: 0;
    white-space: nowrap
}

.chj-header-link-panel > li {
    position: relative;
    display: inline-block;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: normal
}

@media (min-width: 1025px) {
    .chj-header-link-panel > li:hover {
        color: hsla(0, 0%, 100%, .6)
    }
}

.chj-header-link-panel > li.current, .chj-header-link-panel > li:active {
    color: hsla(0, 0%, 100%, .6)
}

.chj-header-link-panel > li.showpanel {
    margin-left: .5714285714285714rem;
    padding-left: 0
}

.chj-header-link-panel > li.header-mobile-show {
    display: none
}

.chj-header-link-panel > li.header-hr {
    height: 1px;
    box-sizing: border-box;
    padding: 0 16.666666666666664vw
}

.chj-header-link-panel > li.header-hr p {
    height: 1px;
    background: rgba(140, 137, 133, .3)
}

.chj-header-link-panel > li.header-hr.header-hr-pb12 {
    margin-top: 12px;
    padding-bottom: 12px
}

.chj-header-link-panel > li.header-hr.header-hr-pt12 {
    margin-bottom: 12px;
    padding-top: 12px
}

.chj-header-link-panel > li.header-hr.hidden {
    margin-top: 0;
    visibility: hidden
}

.chj-header-link-panel > li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 50px
}

.chj-header-link-panel > li a em {
    font-size: 16px;
    line-height: normal;
    font-family: li-medium, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    vertical-align: text-top
}

.chj-header-link-panel > li a.current {
    color: hsla(0, 0%, 100%, .6)
}

.chj-header-link-panel > li.header-select-container {
    margin-right: 0
}

.chj-header-link-panel > li.header-select-container a {
    line-height: 50px;
    height: 50px;

    padding: 0 5px
}

.chj-header-link-panel > li.header-select-container .iconfont {
    font-weight: 700
}

.chj-header-link-panel > li.header-select-container .arrow-icon {
    position: relative;
    display: inline-block;
    background-size: 16px;
    margin-left: 1px;
    width: 16px;
    height: 16px
}

.chj-header-link-panel > li.header-select-container .arrow-icon .iconfont {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.chj-header-link-panel > li.header-select-container .header-select-title {
    display: -webkit-box;
    display: flex;
    position: relative;
    padding-left: 6px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    z-index: 1
}

.chj-header-link-panel > li.header-select-container:hover {
    height: auto;
    margin-bottom: 0;
    color: #fff
}

.chj-header-link-panel > li.header-select-container:hover .header-select {
    opacity: 1;
    visibility: visible
}

.chj-header-link-panel > li.header-select-container:hover .arrow-icon .iconfont {
    color: hsla(0, 0%, 100%, .6);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.chj-header-link-panel > li.header-select-container.active {
    height: auto;
    margin-bottom: 0;
    color: #fff
}

.chj-header-link-panel > li.header-select-container.active .header-select {
    opacity: 1;
    visibility: visible
}

.chj-header-link-panel > li.header-select-container.active .arrow-icon .iconfont {
    color: hsla(0, 0%, 100%, .6);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1024px) {
    .chj-header-link-panel > li {
        margin-left: 3.6458333333333335vw
    }
}

@media (max-width: 720px) {
    .chj-header-link-panel > li {
        margin-left: 0
    }

    .chj-header-link-panel > li.header-select-container {
        color: #fff
    }

    .chj-header-link-panel > li.header-select-container .header-select-title {
        padding-left: 19px
    }

    .chj-header-link-panel > li.header-select-container a {
        line-height: 58px;
        height: 58px
    }
}

.chj-header-link-panel .header-select {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 50px;
    padding: 0 .2857142857142857rem;
    margin-left: -.2857142857142857rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in, height .2s ease-in;
    transition: opacity .2s ease-in, height .2s ease-in;
    text-align: left;
    white-space: normal
}

.chj-header-link-panel .header-select a {
    display: inline-block;
    /*padding-left:8px;*/
    white-space: nowrap;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
    text-align: center;
    padding: 0px !important;
}

.chj-header-link-panel .header-select a:active {
    color: hsla(0, 0%, 100%, .6)
}

@media (min-width: 1025px) {
    .chj-header-link-panel .header-select a:hover {
        color: hsla(0, 0%, 100%, .6)
    }
}

.chj-header-link-panel .header-select.white-bg {
    top: 0;
    padding-top: 50px;
    background: hsla(0, 0%, 100%, .2)
}

@media (max-width: 1024px) {
    .chj-header-link-panel .header-select {
        padding-left: 2.604166666666667vw
    }
}

@media (max-width: 720px) {
    .chj-header-link-panel .header-select {
        position: relative;
        text-align: center;
        top: 0
    }

    .chj-header-link-panel .header-select, .chj-header-link-panel .header-select.white-bg {
        background: rgba(34, 34, 34, .5);
        padding: 16px 0
    }
}

@media (max-width: 720px) {
    .chj-header-link-panel {
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: auto;
        min-height: 100vh;
        /*opacity:0;*/
        background-color: #000;
        -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1)
    }

    .chj-header-link-panel li {
        display: block;
        height: 58px;
        text-align: center;
        /*opacity:0;*/
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    .chj-header-link-panel li:not(:last-child) {
        margin-right: 0
    }

    .chj-header-link-panel li.header-mobile-show {
        display: block
    }

    .chj-header-link-panel li.header-mobile-hide {
        display: none
    }

    .chj-header-link-panel li a {
        font-size: 16px;
        line-height: 58px
    }

    .chj-header-link-panel.open {
        opacity: 1;
        padding-top: 50px;
        padding-bottom: 120px;
        -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 50ms;
        transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 50ms
    }

    .chj-header-link-panel.open li {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .5s cubic-bezier(0, 0, .2, 1), -webkit-transform .45s cubic-bezier(0, 0, .2, 1);
        transition: opacity .5s cubic-bezier(0, 0, .2, 1), -webkit-transform .45s cubic-bezier(0, 0, .2, 1);
        transition: transform .45s cubic-bezier(0, 0, .2, 1), opacity .5s cubic-bezier(0, 0, .2, 1);
        transition: transform .45s cubic-bezier(0, 0, .2, 1), opacity .5s cubic-bezier(0, 0, .2, 1), -webkit-transform .45s cubic-bezier(0, 0, .2, 1)
    }

    .chj-header-link-panel.open li:first-child {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .chj-header-link-panel.open li:nth-child(2) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .chj-header-link-panel.open li:nth-child(3) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }

    .chj-header-link-panel.open li:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .chj-header-link-panel.open li:nth-child(5) {
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

    .chj-header-link-panel.open li:nth-child(6) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .chj-header-link-panel.open li:nth-child(7) {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }

    .chj-header-link-panel.open li:nth-child(8) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .chj-header-link-panel.open li:nth-child(9) {
        -webkit-transition-delay: .55s;
        transition-delay: .55s
    }

    .chj-header-link-panel.open li:nth-child(10) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .chj-header-link-panel.open li:nth-child(11) {
        -webkit-transition-delay: .65s;
        transition-delay: .65s
    }

    .chj-header-link-panel.open li:nth-child(12) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .chj-header-link-panel.open li:nth-child(13) {
        -webkit-transition-delay: .75s;
        transition-delay: .75s
    }

    .chj-header-link-panel.open li:nth-child(14) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .chj-header-link-panel.open li:nth-child(15) {
        -webkit-transition-delay: .85s;
        transition-delay: .85s
    }
}

.chj-header-link-panel-space {
    width: 100vw;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1
}

.chj-header-link-panel-space.open {
    display: block
}


.czbtn {
    display: flex;
    justify-content: space-between
}

.czbtn a {
    line-height: 50px
}

.czbtn a img {
    display: inline-block !important;
}

.cfont {
    width: 90% !important;
    margin: 0 !important;
    padding: 0 !important
}

.cfont h4 {
    line-height: 64px;
    font-size: 32px;
    padding: 5% 0
}

.cfont p {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    padding: 3% 0
}

li.marb0 {
    margin-bottom: 0 !important
}

.marb0 img {
    height: 100%
}

.greybg {
    background: #EEEEEE
}

@media only screen and (min-width: 1920px) {
    /*AX PPFILM*/
    .brandintro {
        padding: 6% 0
    }

    .brandfont {
        font-family: "iconfont";
        font-weight: lighter;
    }

    .brandintro h3 {
        font-size: 90px;
        font-weight: bold;
        line-height: 90px;
    }

    .brandintro span.cursp {
        font-size: 24px;
        line-height: 48px;
        padding-top: 2%;
        display: block
    }

    .brandintro .center {
        width: 100%;
        text-align: center
    }

    .between {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .leftArea {
        width: 50%;
    }

    .left-area b {
        font-size: 22px;
        line-height: 50px;
    }

    .left-area p {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 20px;
        width: 60%;
        word-break: break-all
    }

    .rightArea {
        width: 50%;
    }

    .posAblo {
        position: absolute;
        left: 50%;
        width: 100%;
        overflow: hidden;
        right: 0%
    }

    .posAbloL {
        position: absolute;
        left: -50%;
        width: 100%;
        overflow: hidden;
    }

    ul.wid {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    ul.wid li {
        width: 50%;
        margin-bottom: 5%
    }

    ul.wid li.cfont {
        width: 70%;
        margin: 0% 3%
    }

    .cfont2 {
        float: right
    }
}

@media only screen and (min-width: 1400px) {
    /*AX PPFILM*/
    .brandintro {
        padding: 6% 0
    }

    .brandfont {
        font-family: "iconfont";
        font-weight: lighter;
    }

    .brandintro h3 {
        font-size: 90px;
        font-weight: bold;
        line-height: 90px;
    }

    .brandintro span.cursp {
        font-size: 24px;
        line-height: 48px;
        padding-top: 2%;
        display: block;
        font-weight: bold;
    }

    .brandintro .center {
        width: 100%;
        text-align: center
    }

    .between {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .leftArea {
        width: 50%;
    }

    .left-area b {
        font-size: 22px;
        line-height: 50px;
    }

    .left-area p {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 20px;
        width: 60%;
        word-break: break-all
    }

    .rightArea {
        width: 50%;
    }

    .posAblo {
        position: absolute;
        left: 50%;
        width: 100%;
        overflow: hidden;
        right: 0%
    }

    .posAbloL {
        position: absolute;
        left: -50%;
        width: 100%;
        overflow: hidden;
    }

    ul.wid {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    ul.wid li {
        width: 50%;
        margin-bottom: 7%
    }

    ul.wid li.cfont {
        width: 70%;
        margin: 0% 3%
    }

    .cfont2 {
        float: right
    }

    .scrollyear {
        padding-top: 30px
    }
}

@media only screen and (max-width: 1200px) {
    /*AX PPFILM*/
    .brandintro {
        padding: 4% 0
    }

    .brandfont {
        font-family: "iconfont";
        font-weight: lighter;
    }

    .brandintro h3 {
        font-size: 58px;
        font-weight: bold;
        line-height: 58px;
    }

    .brandintro span.cursp {
        font-size: 22px;
        line-height: 44px;
        padding-top: 2%;
        display: block
    }

    .brandintro .center {
        width: 100%;
        text-align: center
    }

    .between {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .leftArea {
        width: 100%;
    }

    .left-area b {
        font-size: 20px;
        line-height: 50px;
    }

    .left-area p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 18px;
        width: 96%;
        padding: 2%;
        word-break: break-all;
        text-align: center;
    }

    .rightArea {
        width: 100%;
    }

    .posAblo {
        width: 100%;
        overflow: hidden;
    }

    .posAbloL {
        position: absolute;
        left: 100%;
        width: 100%;
        overflow: hidden;
    }

    ul.wid {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    ul.wid li {
        width: 100%
    }

    ul.wid li.cfont {
        width: 70%;
        margin: 0% 3%
    }

}

@media only screen and (max-width: 900px) {
    ul.agentList li {
        background: #fff;
        border-radius: 10px;
        padding: 10px !important;
        margin-bottom: 10px;
        position: relative;
        display: block !important
    }

    .viewImg {
        width: 100%;
        margin-bottom: 20px
    }

    .viewImg img {
        border-radius: 10px
    }

    .viewIntro {
        width: 96%;
        padding: 2%;
        position: relative
    }

    .viewIntro h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px
    }

    .viewIntro span {
        font-size: 14px;
        color: #999999;
        line-height: 28px;
        display: block;
    }


    .ImgContent h2 {
        font-size: 28px;
        line-height: 64px;
        padding-bottom: 3%
    }

    .inputKey {
        width: 80%;
        border-radius: 32px;
        border: 1px solid #000000;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
        display: inline-block
    }

    .btnsubmit {
        width: 44%;
        background: #000;
        color: #fff;
        font-size: 11pt;
        display: inline-block;
        border-radius: 32px;
        height: 45px;
        border: 1px solid #000;
        margin-top: 6vh;
    }

    /*AX PPFILM*/
    .brandintro {
        padding: 4% 0
    }

    .brandfont {
        font-family: "iconfont";
        font-weight: lighter;
    }

    .brandintro h3 {
        font-size: 34px;
        font-weight: bold;
        line-height: 34px;
        text-align: center
    }

    .brandintro span.cursp {
        font-size: 20px;
        line-height: 40px;
        padding-top: 2%;
        display: block;
        text-align: center
    }

    .brandintro .center {
        width: 100%;
        text-align: center
    }

    .between {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .leftArea {
        width: 100%;
    }

    .left-area {
        width: 100%
    }

    .left-area b {
        font-size: 18px;
        line-height: 36px;
    }

    .left-area p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 14px;
        width: 96%;
        padding: 2%;
        word-break: break-all;
        text-align: center;
    }

    .rightArea {
        width: 100%;
    }

    .posAblo {
        width: 100%;
        overflow: hidden;
    }

    .posAbloL {
        position: absolute;
        left: 100%;
        width: 100%;
        overflow: hidden;
    }

    .cfont {
        width: 96% !important;
        margin: 0 !important;
        padding: 2% !important
    }

    .cfont h4 {
        line-height: 60px;
        font-size: 30px;
        padding: 2% 0
    }

    .cfont p {
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        padding: 2% 0
    }

    ul.wid {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    ul.wid li {
        width: 100%
    }

    ul.wid li.cfont {
        width: 70%;
        margin: 0% 3%
    }
}

/* 关于页面 */
.course {
    width: 100%;
}

.course_container {
    width: 1600px;
    margin: 50px auto 0;
}

.course_container .header {
    position: relative;
    /* height: 80px; */
    line-height: 80px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    /* padding-top: 50px; */
    margin-bottom: 60px;
}

.course_container .header span {
    position: absolute;
    top: -1px;
    left: 26px;
    height: 60px;
    line-height: 60px;
}


.course_container .time_item_container {
    position: relative;
    height: 300px
}

.course_container .time_item {
    display: inline-block;
    width: auto;
    height: 300px;
    margin-right: 100px;
}

.course_container .time_item_container img {

    height: 135px;
    border: 5px solid #ffffff;
    margin-right: 100px;
}

.course_container .time_item .time_line {
    font-family: PingFangSC-Semibold;
    /*height: 31px;*/
    line-height: 31px;
    margin: 24px 0 12px;
}

.course_container .time_item .time {
    /*float: left;*/
    width: 100px;
    height: 31px;
    line-height: 31px;
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;


    background-image: url(../images/arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 40px;
    background-size: 15%;
}

.course_container .time_item .line {
    position: relative;
    /*top: 15px;*/
    height: 2px;
    background: #000000;
    /*margin-left: 110px;*/
    /*margin-right: 24px;*/
}

.course_container .time_item .pot {

    float: right;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    /*background-color: #0085CD;*/
    margin-top: 7px;
}

.course_container .content {
    display: inline-block;
    width: 400px;
    height: 75px;
    line-height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    /*margin-right: 100px;*/
    vertical-align: top;
    text-align: justify;
    padding-top: 20px;
}

/*下拉城市*/
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

html, body {
    height: 100%;
    width: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, iframe, textarea, input, button, p, strong, b, i, a, span, del, pre, table, tr, th, td, form, fieldset, .pr, .pc {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-family: verdana, Microsoft YaHei, Tahoma, sans-serif;
    *font-family: Microsoft YaHei, verdana, Tahoma, sans-serif;
}

body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc, em, del {
    font-style: normal;
    font-size: 100%;
}

ul, ol, dl {
    list-style: none;
}

._citys {
    width: 98%;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
    background: #ffffff
}

._citys span {
    color: #000;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    cursor: pointer;
}

._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 0;
    margin: 0;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.citySel {
    background-color: #000;
    color: #fff !important;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

._citys1 a {
    width: 83px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
}

._citys1 a:hover {
    color: #fff;
    background-color: #000;
}

.AreaS {
    background-color: #000 !important;
    color: #fff !important;
}

#city {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto !important;
    padding: 0 !important;
    height: 50px;
    line-height: 50px;
    border: none
}

*, :after, :before {
    box-sizing: border-box;
}

.chj-header-profile {
    position: relative;
    background-color: hsla(0, 0%, 100%, .2);
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.iconfont-profile:before {
    content: "\e6f2";
    display: block;
}

.chj-header-profile .iconfont {
    font-size: 26px;
    line-height: 28px;
}

.chj-header-profile-dot {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border: 2px solid red;
    border-radius: 50%;
}

/*个人中心*/
.proinfo {
    width: 60%;
    padding: 5% 0
}

.chj-input {
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-family: li-regular, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: transparent;
}

.chj-input {
    font-variant: tabular-nums;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    background-image: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
}

.info-input-box {
    margin-bottom: 35px
}

.info-input-box label {
    font-size: 14px;
    color: #8c8985;
    margin-bottom: 7px;
    display: block;
}

.info-input-box input {
    height: 48px;
    font-size: 16px;
}

.btnsave {
    background: #000;
    color: #fff;
    border-radius: 32px;
    width: 190px;
    border: none;
    margin-top: 50px
}

.info-input-box b {
    font-weight: normal;
    color: #6BB2D3;
    line-height: 50px
}

/*社区*/
.subMsg {
    margin-bottom: 20px
}

.subMsg h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    background: #fff;
    width: 180px;
    border-radius: 10px 10px 0px 0px;
    text-align: center
}

.msgContent {
    background: #fff;
    padding: 20px;
    border-radius: 0px 10px 10px 10px;
}

.msgContent textarea {
    width: 100%;
    height: 80px;
    border: none;
    color: #333;
}

.btnsub {
    border-radius: 32px;
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100px;
    border: none;
    line-height: 30px;
    float: right;
    height: 30px;
    margin: 10px 0
}

.subTab a {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px
}

.subTab a.on {
    border-bottom: 2px solid #000;
    line-height: 28px
}

.msgList {
    padding: 20px 0
}

.msgList li {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px
}

.times {
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.btnCz {
    display: flex;
    flex-wrap: wrap
}

.btnCz a {
    color: #999999;
    font-size: 12px
}

.UserImg img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.UserImg span {
    line-height: 40px;
    font-size: 16px;
    margin-left: 10px
}

.msgList p {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.btnCz a {
    margin-right: 10px
}

.timedate {
    color: #999999;
    font-size: 12px;
    line-height: 12px
}

.imgArr {
    display: flex;
    flex-wrap: wrap;
}

.imgArr li {
    margin: 0;
    padding: 0;
    width: 31%;
    margin: 1px
}

.ico_1 img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px
}

.userInfo {
    display: flex;
    justify-content: space-between
}

.tipstatus {
    width: 25%;
    text-align: right
}

.tipstatus span {
    border: 1px solid #ff0000;
    color: #ff0000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 12px;
    padding: 3px 14px;
    cursor: pointer
}

.tipstatus span.delthis {
    border: 1px solid #999999;
    color: #999999
}

.ico_1 {
    cursor: pointer
}

.article-body img {
    width: 100% !important;
}