body,div,ul,li,p,h1,h2,h3,h4,a{
    padding:0;
    margin:0;
    font-family:"黑体";
}
body {
    background:#fff;
    width: 100%;
    max-width: 640px;
    min-width: 300px;
    font-size: 14px;
    margin: auto;
}
ul,li {
    list-style:none
}
a{
    text-decoration:none
}
.clear{
    clear:both;
}
img{
    border:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header{
    width: 100%;
    height: 60px;
    max-width: 640px;
    min-width: 300px;
    /* justify-content: center; */
    top: 0;
    z-index: 100;
    align-items: center;
    display: flex;
    overflow: hidden;
    opacity: 0.8;
    font-weight: 300;
    background: #042778;
}
.header .logo{
    width: 100%;
    margin: auto;
    text-align: center;
}
.header .logo img{
    width: 40%;
    vertical-align: middle;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-nav {
    width: 95%;
    margin: auto;
    overflow: hidden;
}
.index-nav ul{
    margin-top: 10px;
}
.index-nav li{
    float: left;
    width: 21%;
    margin: 15px 2%;
    text-align: center;
}
.index-nav li img{
    width: 80%;
}
.index-nav li a{
    color: #373737;
}
.index-title1{
    width: 100%;
    margin-top: 20px;
}
.index-title1 img{
    width: 100%;
}
.index-title2{
    width: 100%;
    margin-top: 30px;
}
.index-title2 img{
    width: 100%;
}
.index-title3{
    width: 100%;
    margin-top: 30px;
}
.index-title3 img{
    width: 100%;
}
.index-title4{
    width: 100%;
    margin-top: 30px;
}
.index-title4 img{
    width: 100%;
}
.index-title5{
    width: 100%;
    margin-top: 30px;
}
.index-title5 img{
    width: 100%;
}
.index-bx{
    width: 100%;
    overflow: hidden;
}
.index-bx li{
    float: left;
    width: 25%;
}
.index-bx li img{
    width: 100%;
}
.index-zt{
    width: 100%;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}
.index-zt li{
    width: 46%;
    float: left;
    margin: 10px 2%;
}
.index-zt li img{
    width: 100%;
}
.index-xy {
    width: 100%;
    margin-top: 30px;
}
.index-xy li{
    margin-top: 20px;
}
.index-xy li img{
    width: 100%;
}
.index-news {
    margin-top: 5px;
    padding: 0 15px
}
.index-news.active {
    padding: 0;
    background: #fff
}
.index-news.active .ds-box_title {
    padding: 20px 15px 5px 15px;
    margin: 0
}
.index-news .ds-box_title {
    margin-bottom: 10px
}
.index-news .ds-box_title h3 {
    padding-left: 10px;
    line-height: 130%;
    font-size: 14px;
    color: #666;
    border-left: 3px solid #5291ef;
}
.index-news .ds-box_content {
    min-height: 20px;
    background: #fff;
    border-radius: 5px;
}
.index-news .news-hd {
    display: -webkit-box;
    display: flex;
}
.index-news .news-hd a {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eeeeee;
}
.index-news .news-hd a.active {
    color: #5291ef;
    border-color: #5291ef;
}
.news-list span{
    display: block;
    position: relative;
    padding: 10px 15px;
    color: #666;
    border-bottom: 1px dashed #eeeeee;
    font-size: 12px
}
.news-list span a{
    color: #666;
    font-size: 14px;
}
.news-list span a:last-child {
    border: none;
}
.news-list span a{
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.news-list span a i {
    color: #5291ef;
}
.news-list span a font {
    position: absolute;
    right: 15px;
    top: 10px
}
.pages {
    width:100%;
    margin:10px auto;
    text-align:center;
    margin-top: 30px;
}
.pages a {
    padding:5px;
}
.pages span{
    padding:5px;
    color: red;
}

.redian{
    width: 90%;
    overflow: hidden;
    margin: auto;
}
.redian ul{
    margin-top: 15px;
}
.redian li{
    width: 46%;
    float: left;
    margin: 10px 2%;
    border: #9d9d9d 1px solid;
    box-sizing:border-box;
    padding: 8px 0;
    border-radius: 8px;
    text-align: center;
}
.redian li a{
    width: 100%;
    color: #343434;
}
.footer{
    background: #999;
    position:fixed;
    bottom:0;
    width: 100%;
    z-index: 50;
    max-width: 640px;
    min-width: 300px;
    overflow: hidden;
	height:60px;
}
.footer li{
    float: left;
    padding: 15px 0;
	height:40px;
}
.footer li a{
    color: #fbffed;
}
.footer li:nth-child(1){
    width: 40%;
    text-align: center;
    background: #999;
}
.footer li:nth-child(1) a{
    color: #fff;
}
.footer li:nth-child(2){
    width: 60%;
    text-align: center;
    background: #FF0000;
    border-left: 0.5px solid #fff;
    box-sizing:border-box;
    position: relative;
	height:60px;
}


.footer li:nth-child(2) span{
    font-size: 16px;}

/*  私人定制 */
.sr_banner{
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.sr_banner img{
    width: 100%;
    margin: 0 auto;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    height: auto;
}
.sr_nt {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    overflow: hidden;
}
.sr_nt h2{
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.sr_nt h2 img{
    width: 100%;
    height: auto;
}
.sr_nt ul{
    margin-top: 10px;
}
.sr_nt li{
    float: left;
    width: 46%;
    margin: 10px 2%;
    position: relative;
}
.sr_nt li img{
    width: 100%;
    height: auto;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.sr_nt li p{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: linear-gradient(to right,#2969e4,#3d45c2);
    color: #fff;
    font-size: 12px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.sr_nt li:nth-child(1) span{
    position: absolute;
    top:10px;
    right: 10px;
    color: #ff0a1c;
    text-shadow:0.5px 0.5px 0.5px #000;
}
.sr_nt li:nth-child(2) span{
    position: absolute;
    top:10px;
    left: 10px;
    color: #ff0a1c;
    text-shadow:0.5px 0.5px 0.5px #000;
}
.sr_nt li:nth-child(3) span{
    position: absolute;
    top:10px;
    right: 10px;
    color: #ff0a1c;
    text-shadow:0.5px 0.5px 0.5px #000;
}
.sr_nt li:nth-child(4) span{
    position: absolute;
    top:10px;
    left: 10px;
    color: #ff0a1c;
    text-shadow:0.5px 0.5px 0.5px #000;
}
.sr_ntzx{
    width: 50%;
    margin:auto;
    margin-top: 30px;
    padding: 10px 20px;
    background: #ff0a1c;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius:5px;
}
.sr_jzl{
    width: 100%;
    background:url(../img/sr_bg_jzl.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
    position: relative;
    font-size: 14px;
}
.sr_jzl:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.sr_jzl h2{
    width: 72%;
    position: absolute;
    top:60px;
    left:50%;
    margin-left: -36%;
}
.sr_jzl h2 img{
    width: 100%;
}
.sr_jzl ul{
    width: 90%;
    position: absolute;
    top:110px;
    left:50%;
    margin-left: -45%;
}
.sr_jzl ul li{
    margin-top: 25px;
    border-bottom: 1px #fff dashed;
    padding-bottom: 25px;
}
.sr_jzl ul li b{
    color: #000;
    padding: 5px 15px;
    background: #fff;
    border-radius:8px;
}
.sr_jzl ul li span{
    color: #fff;
    margin-left: 2%;
}
.sr_jzlzx{
    width: 50%;
    margin:auto;
    margin-top: 40px;
    padding: 10px 20px;
    background: #ff0a1c;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius:5px;
}
.sr_bx {
    width: 95%;
    margin: auto;
    margin-top: 60px;
    overflow: hidden;
}
.sr_bx h2{
    width: 80%;
    margin: auto;
}
.sr_bx h2 img{
    width: 100%;
}
.sr_bx ul{
    margin-top: 30px;
    width: 100%;
}
.sr_bx li{
    width: 50%;
    float: left;
    margin: 10px 0;
    height: 110px;
    display:table;
}
.sr_bx li img{
    width: 100%;
    height: 110px;
    border: 0;
    border-radius:5px;
}
.sr_jz{
    display:table-cell;
    vertical-align:middle;
    padding-left: 8px;
}
.sr_bx li h3{
    font-size: 16px;
    color: red;
    font-weight: bold;
}
.sr_bx li h4{
    font-size: 13px;
    margin-top: 3px;
    color: #000;
}
.sr_bx li p{
    font-size: 12px;
    margin-top: 3px;
    color: #666;
}
.sr_bx li:nth-child(2){
    border:1px solid #bababa;
    border-radius:5px;
    box-sizing:border-box;
}
.sr_bx li:nth-child(3){
    border:1px solid #bababa;
    border-radius:5px;
    box-sizing:border-box;
}
.sr_bx li:nth-child(6){
    border:1px solid #bababa;
    border-radius:5px;
    box-sizing:border-box;
}
.sr_bx li:nth-child(7){
    border:1px solid #bababa;
    border-radius:5px;
    box-sizing:border-box;
}
.sr_bx li:nth-child(10){
    border:1px solid #bababa;
    border-radius:5px;
    box-sizing:border-box;
}
.sr_ls{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.sr_ls img{
    width: 100%;
    height: auto;
}
.sr_hj{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.sr_hj img{
    width: 100%;
    height: auto;
}
.sr_xq{
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #e6e6e6;
}
.sr_xq img{
    width: 100%;
    height: auto;
}
.sr_xq_list{
    width: 100%;
    margin: auto;
    background: #e6e6e6;
    padding-bottom: 50px;
    overflow: hidden;
}
.sr_xq_list li{
    width: 46%;
    float: left;
    display: block;
    margin: 20px 2%;
}
.sr_xq_list .xq_list{
    background: #fff;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    text-align: center;
    display: inline-block;
    text-indent: 3px;
    width: 100%;
}
.sr_xq_list .xq_list b {
    background: linear-gradient(to right,#FF460C,#FF020C);
    color: #fff;
    padding: 0 6px;
    float: right;
    margin-left: 3px;
    font-weight: normal;
}
.zx_1{
    width: 100%;
    height: auto;
}
.zx_1 img{
    width: 100%;
    height: auto;
}
.zx_2{
    width: 100%;
    height: auto;
}
.zx_2 img{
    width: 100%;
    height: auto;
}
.zx_3{
    width: 100%;
    height: auto;
}
.zx_3 img{
    width: 100%;
    height: auto;
}
.dq_1{
    width: 100%;
    height: auto;
}
.dq_1 img{
    width: 100%;
    height: auto;
}
.dq_2{
    width: 100%;
    height: auto;
}
.dq_2 img{
    width: 100%;
    height: auto;
}
.dq_3{
    width: 100%;
    height: auto;
}
.dq_3 img{
    width: 100%;
    height: auto;
}
.xm_1{
    width: 100%;
    height: auto;
}
.xm_1 img{
    width: 100%;
    height: auto;
}
.xm_2{
    width: 100%;
    height: auto;
}
.xm_2 img{
    width: 100%;
    height: auto;
}
.xm_3{
    width: 100%;
    height: auto;
}
.xm_3 img{
    width: 100%;
    height: auto;
}
.sd_1{
    width: 100%;
    height: auto;
}
.sd_1 img{
    width: 100%;
    height: auto;
}
.sd_2{
    width: 100%;
    height: auto;
}
.sd_2 img{
    width: 100%;
    height: auto;
}
.sd_3{
    width: 100%;
    height: auto;
}
.sd_3 img{
    width: 100%;
    height: auto;
}
.pw_1{
    width: 100%;
    height: auto;
}
.pw_1 img{
    width: 100%;
    height: auto;
}
.pw_2{
    width: 100%;
    height: auto;
}
.pw_2 img{
    width: 100%;
    height: auto;
}
.pw_3{
    width: 100%;
    height: auto;
}
.pw_3 img{
    width: 100%;
    height: auto;
}
.yx_1{
    width: 100%;
    height: auto;
}
.yx_1 img{
    width: 100%;
    height: auto;
}
.yx_2{
    width: 95%;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}
.yx_2 li{
    float: left;
    width: 48%;
    margin: 10px 1%;
}
.yx_2 li img{
    width: 100%;
}
.yx_3 {
    width: 93%;
    margin: auto;
    margin-top: 10px;
}
.yx_3 img{
    width: 100%;
}
.yx_4 {
    width: 100%;
    margin-top: 30px;
}
.yx_4 img{
    width: 100%;
}
.yx_5 {
    width: 100%;
}
.yx_5 img{
    width: 100%;
}
.yx_6 {
    width: 100%;
    margin-bottom: -25px;
}
.yx_6 img{
    width: 100%;
}
.yk_1{
    width: 100%;
}
.yk_1 img{
    width: 100%;
}
.yk_2{
    width: 100%;
}
.yk_2 img{
    width: 100%;
}
.yk_3{
    width: 100%;
}
.yk_3 img{
    width: 100%;
}
.yk_4{
    width: 100%;
}
.yk_4 img{
    width: 100%;
}
.yk_5{
    width: 100%;
    margin-bottom: -20px;
}
.yk_5 img{
    width: 100%;
}
.yk_6{
    width: 100%;
    margin-bottom: -20px;
}
.yk_6 img{
    width: 100%;
}
.fd_1{
    width: 100%;
}
.fd_1 img{
    width: 100%;
}
.fd_2{
    width: 100%;
}
.fd_2 img{
    width: 100%;
}
.fd_3{
    width: 100%;
}
.fd_3 img{
    width: 100%;
}
.fd_4{
    width: 100%;
}
.fd_4 img{
    width: 100%;
}
.fd_5{
    width: 100%;
    margin-bottom: -20px;
}
.fd_5 img{
    width: 100%;
}
.fd_6{
    width: 100%;
    margin-bottom: -20px;
}
.fd_6 img{
    width: 100%;
}
.gz_1{
    width: 100%;
}
.gz_1 img{
    width: 100%;
}
.gz_2{
    width: 100%;
}
.gz_2 img{
    width: 100%;
}
.gz_3{
    width: 100%;
}
.gz_3 img{
    width: 100%;
}
.gz_4{
    width: 100%;
}
.gz_4 img{
    width: 100%;
}
.gz_5{
    width: 100%;
    margin-bottom: -20px;
}
.gz_5 img{
    width: 100%;
}
.gz_6{
    width: 100%;
    margin-bottom: -20px;
}
.gz_6 img{
    width: 100%;
}
.kjz_1{
    width: 100%;
}
.kjz_1 img{
    width: 100%;
}
.kjz_2{
    width: 100%;
}
.kjz_2 img{
    width: 100%;
}
.kjz_3{
    width: 100%;
}
.kjz_3 img{
    width: 100%;
}
.kjz_4{
    width: 100%;
}
.kjz_4 img{
    width: 100%;
}
.kjz_5{
    width: 100%;
    margin-bottom: -20px;
}
.kjz_5 img{
    width: 100%;
}
.kjz_6{
    width: 100%;
    margin-bottom: -20px;
}
.kjz_6 img{
    width: 100%;
}
.kjz_7{
    width: 100%;
    margin-bottom: -20px;
}
.kjz_7 img{
    width: 100%;
}
.kjz_8{
    width: 100%;
    margin-bottom: -20px;
}
.kjz_8 img{
    width: 100%;
}
.kjz_9{
    width: 100%;
    margin-bottom: -20px;
}
.kjz_9 img{
    width: 100%;
}
.ysj_1{
    width: 100%;
}
.ysj_1 img{
    width: 100%;
}
.ysj_2{
    width: 100%;
}
.ysj_2 img{
    width: 100%;
}
.ysj_3{
    width: 100%;
}
.ysj_3 img{
    width: 100%;
}
.ysj_4{
    width: 100%;
}
.ysj_4 img{
    width: 100%;
}
.ysj_5{
    width: 100%;
    margin-bottom: -20px;
}
.ysj_5 img{
    width: 100%;
}
.ysj_6{
    width: 100%;
    margin-bottom: -20px;
}
.ysj_6 img{
    width: 100%;
}
.ldr_1{
    width: 100%;
}
.ldr_1 img{
    width: 100%;
}
.ldr_2{
    width: 100%;
}
.ldr_2 img{
    width: 100%;
}
.ldr_3{
    width: 100%;
}
.ldr_3 img{
    width: 100%;
}
.ldr_4{
    width: 100%;
}
.ldr_4 img{
    width: 100%;
}
.ldr_5{
    width: 100%;
    margin-bottom: -20px;
}
.ldr_5 img{
    width: 100%;
}
.ldr_6{
    width: 100%;
    margin-bottom: -20px;
}
.ldr_6 img{
    width: 100%;
}
.kxj_1{
    width: 100%;
}
.kxj_1 img{
    width: 100%;
}
.kxj_2{
    width: 100%;
}
.kxj_2 img{
    width: 100%;
}
.kxj_3{
    width: 100%;
}
.kxj_3 img{
    width: 100%;
}
.kxj_4{
    width: 100%;
}
.kxj_4 img{
    width: 100%;
}
.kxj_5{
    width: 100%;
    margin-bottom: -20px;
}
.kxj_5 img{
    width: 100%;
}
.dz_1{
    width: 100%;
}
.dz_1 img{
    width: 100%;
}
.dz_2{
    width: 100%;
}
.dz_2 img{
    width: 100%;
}
.dz_3{
    width: 100%;
}
.dz_3 img{
    width: 100%;
}
.dz_4{
    width: 100%;
}
.dz_4 img{
    width: 100%;
}
.dz_5{
    width: 100%;
    margin-bottom: -20px;
}
.dz_5 img{
    width: 100%;
}
.dz_6{
    width: 100%;
    margin-bottom: -20px;
}
.dz_6 img{
    width: 100%;
}
.dz_7{
    width: 100%;
    margin-bottom: -20px;
}
.dz_7 img{
    width: 100%;
}
.dz_8{
    width: 100%;
    margin-bottom: -20px;
}
.dz_8 img{
    width: 100%;
}
.dz_9{
    width: 100%;
    margin-bottom: -20px;
}
.dz_9 img{
    width: 100%;
}
.show-title{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}
.show-content{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    line-height: 28px;
    margin-bottom: 20px;
}
.show-content img{
    width: 100%;
}
.beian{
	width:90%;
	margin:auto;
	text-align:center;
	margin-bottom:90px;
	padding-top:20px;
	line-height:25px;
}
.beian a{
	color:#666;}
/* 悬浮 */
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 55%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../img/consult_icon.jpg);
	background-size:100% auto;
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../img/consult_icon.jpg);
	background-size:100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../img/consult_icon.jpg);
	background-size:100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 70px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../img/consult_icon.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../img/consult_icon.jpg);
	background-size:100% auto;
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 55%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../img/consult_icon.jpg);
	background-size:100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}