ul li{
	
	    list-style: none;
	    padding: 0;
	    margin: 0;
	
}
p{margin: 0;padding: 0;}

i{font-style:normal}

dl, ol, ul{ padding: 0;margin: 0;}

	.swiper-container {
			  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;
			}

body {
    color: #747474;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
	/* background: #f2f2f2; */
}

a {
    color: #747474;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
a:hover {
    color: #747474;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

button{background:none;border: none;}



/*头部css文件*/

.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	    background: rgba(0,0,0,0.6);
}

.fixed-header {
    top: -47px;
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, .10);
}

.header-upper {
    background: #fff;
}

.header-inner {
    position: relative;
    /* padding: 17px 0 17px 0; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fixed-header .header-inner {
    padding: 10px 0;
}

/*Header to */
.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 6px 0;
}

.top-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: -14%;
    width: 128%;
    height: 100%;
    background: #2d2d2d;
    z-index: -1;
    clip-path: polygon(calc(100% - 10px) 0, calc(100% - 60px) 100%, 60px 100%, 10px 0);
    
}

.top-inner:after {
    position: absolute;
    content: '';
    top: 0;
    left: -14%;
    width: 128%;
    height: 100%;
    background: #4C3526;
    z-index: -2;
    clip-path: polygon(100% 0, calc(100% - 50px) 100%, 50px 100%, 0 0);
}

.top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 64px;
}

.top-left li:last-child {
    margin-right: 0;
}

.top-left li i {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    color:  #fe6600;
    background: rgba(255, 255, 255, 0.05);
}

.top-left li a {
    color: #fff;
}

a:hover{text-decoration:none;}

.top-left li a:hover {
    color: #fe6600;
}

/** Header Main Menu */

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation li {
    float: left;
    padding: 15px 25px;
    position: relative;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid #f3f3f314;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    display: none;
}

.main-menu .navigation li a {
    position: relative;
    display: block;
    color: #fff;
    font-weight:normal;
    opacity: 1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	text-decoration: none;
	font-size: 15px;
}

.main-menu .navigation li:hover > a,
.main-menu .navigation li.current-menu-item > a {
    color: #fff;
}

.main-menu .navigation > li:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 30%;
    width: 0px;
    height: 3px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fff;
}

.fixed-header .main-menu .navigation li:before {
    bottom: -13px;
}

.main-menu .navigation li:hover:before,
.main-menu .navigation li.current-menu-item:before {
    width: 35px;
    opacity: 1;
}

.main-menu .navigation li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100px;
    z-index: 100;
    display: none;
    background: #DC0022;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 0 0 10px #DC0022, 0 5px 15px -5px rgba(0,0,0,.2);
	
}

.main-menu .navigation li ul li {
    width: 100%;
    padding: 7px 20px;
    /* border-bottom: 1px solid #f2f2f2; */
}

.main-menu .navigation li ul li:last-child {
    border-bottom: none;
}

.main-menu .navigation li ul li a {
    padding: 8px 5px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.main-menu .navigation li ul li ul {
    left: 100%;
    top: 0%;
}

.main-menu .navbar-header {
    display: none;
	padding-bottom:7px;
	padding-left: 17px;
	padding-right: 17px;
}


.main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 12px 0;
    cursor: pointer;
    background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar{
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 5px;
    background: #004976;
}

.menu-number{color: #fff;font-size: 12px;}

.flaticon-headphone:before{
	content: url(../img/nav-iphone.png);
	
}



@media only screen and (max-width: 1250px) {
    .main-menu .navigation li {
        padding: 20px 15px;
    }
	.logo{ margin-right: 30px; border-right:rgba(255,255,255,0.4) solid 1px;padding:0 30px;}
	.logo img{width: 160px;}
	.mobshow{display: none;}
    
}

@media only screen and (max-width: 1199px) {
    .main-menu .navigation li {
        padding: 20px 12px;
    }
	.logo{ margin-right: 30px; border-right:rgba(255,255,255,0.4) solid 1px;padding:0 30px;}
	.logo img{width: 160px;}
	.mobshow{display: none;}
    
}



/*index*/


.index-about .about-text{
	
	background: url(../img/about-index-img.png) no-repeat;background-position: bottom;background-size: 100%;padding-bottom: 70px;
	
}



.index-about .about-btn-div{justify-content:flex-end;padding-top: 30px;}
.index-about .about-btn-div .about-btn1{color: #dc0025; display: block;width: 129px; height: 34px;line-height: 34px;font-size: 12px; text-align: center;border: #dc0025 solid 1px;}
.index-about .about-btn-div .about-btn2{color: #727171; display: block;width: 129px; height: 34px;line-height: 34px;font-size: 12px; text-align: center;border: #727171 solid 1px;margin-left: 30px;}



.page-about .about-text{
	
padding-bottom: 20px;
	
}

.page-about-menu-main{background: #EEF5F8;box-shadow:10px 10px 5px #efefef;}
.page-about .page-about-menu{padding: 15px 0;}
.page-about .page-about-menu li{}
.page-about .page-about-menu li span{padding: 0 30px;border-right: rgba(150, 164, 176, 0.5) solid 1px;}
.page-about .page-about-menu li.active a{color: #DC0022;border-bottom: #DC0022 solid 3px;padding-bottom: 3px;}














.case-iphone{display: none;}
.case-iphone .case-ul{padding: 40px 0;}
.case-iphone .case-ul li{ padding: 7px 35px;cursor: pointer;}
.case-iphone .case-ul li.active{background:#fff; box-shadow: 3px 3px 15px #888888;border-radius: 30px;}

.case-iphone .case-text{ background: url(../img/case-right-back.png) no-repeat; background-size: 100% 100%;padding: 15px;}
/* .case-main-li{display: none;} */







/*step*/

.step{ margin-top: 90px;}
.step .title{ margin-bottom: 70px;}

.step .table{
	
	
	
}
.step .table ul{
	
	
	
}
.step .table ul li{
	
	width: 105px;
	
	background: #dcdddd;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-left: 4px;
	color: #000000;
	
	cursor: pointer;
	
	
}
.step .table ul li.active{
	
	
	
	color: #9e9e9e;
}

.table-img {
	
	margin-top: 44px;
	
}

.table-img a{
	display: block;
	width: 20%;
	
	height: 218px;
	overflow: hidden;
	
	position: relative;
	
	border: #fff solid 3px;
	
	
}

.table-img li{
	
	width: 100%;
	
	height: 218px;
	overflow: hidden;
	
	position: relative;
	
	border: #fff solid 3px;
	
	
}

.table-img::after {
    content: '';
    width: 20%;
}
.table-img li img{
	
 max-width: 120%;
  max-height: 120%;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	
	
	
}


.step-ul{
	
	
	
}





/*品牌故事*/

.brand-story{  padding: 100px 0;}
.brand-story .title{
	margin-bottom: 128px;
}



/*发展历史*/

.fzls{}
.fzls .top-text{}

.fzls .top-text h3{font-size: 24px;color: #DC0022;font-weight: bold;}

.fzls  .fzls-content{ cursor: pointer;}
.fzls  .fzls-content .left{width: 48%;text-align: right;justify-content: flex-end}
.fzls  .fzls-content .content{width:4%;}
.fzls  .fzls-content .content .span1{width: 15px;height: 15px; background:rgba(125, 125, 126, 0.2);border-radius: 100%;}
.fzls  .fzls-content .content .span2{margin: auto; width: 7px;height: 7px;background:rgba(125, 125, 126, 1);border-radius: 100%;display: block;}
.fzls  .fzls-content .right{width: 48%;text-align: left;}

.fzls .fzls-hr{height: 80px; background: url(../img/about/fzlc-hr.png) no-repeat center;  }




.fzls  .fzls-content.active{color: #DC0022;}
.fzls  .fzls-content.active .left{width: 48%;text-align: right;justify-content: flex-end}
.fzls  .fzls-content.active .content{width:4%;}
.fzls  .fzls-content.active .content .span1{width: 15px;height: 15px; background:rgba(220, 0, 34, 0.2);border-radius: 100%;}
.fzls  .fzls-content.active .content .span2{margin: auto; width: 7px;height: 7px;background:rgba(220, 0, 34, 1) !important;border-radius: 100%;display: block;}
.fzls  .fzls-content.active .right{width: 48%;text-align: left;}



.fzls  .fzls-content.active1{}
.fzls  .fzls-content.active1 .left{width: 48%;text-align: right;justify-content: flex-end}
.fzls  .fzls-content.active1 .content{width:4%;}
.fzls  .fzls-content.active1 .content .span1{width: 15px;height: 15px; background:rgba(220, 0, 34, 0.2);border-radius: 100%;}
.fzls  .fzls-content.active1 .content .span2{margin: auto; width: 7px;height: 7px;background:rgba(255,255, 255, 1);border-radius: 100%;display: block;}
.fzls  .fzls-content.active1 .right{width: 48%;text-align: left;}




.pro-list{margin-top: 80px;}
.pro-list ul{}

.pro-list ul li{
	
	width: 20%;position: relative;cursor: pointer;
 transition: width 1s;
    -webkit-transition: width 1s; 

}
.pro-list ul li.active{
	
	
	width: 30%;

}

.pro-list ul li .pro-list1-li{height: 315px;
line-height: 315px;
background: linear-gradient(270deg, rgba(223, 223, 223, 0.35) 0%, #FFFFFF 35%, #FFFFFF 52%, #FFFFFF 72%, #DFDFDF 100%, #F2F2F2 100%);
text-align: center;
}
.pro-list ul li .pro-list1-li img{height: 80%;vertical-align: middle;}

.pro-list ul li  .pro-list-main{ display: none; position: absolute;top: 0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);}
.pro-list ul li.active  .pro-list-main{ display: flex; position: absolute;top: 0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);}


.pro-list-cp-go{display: flex;}


.pro-list ul li .pro-list2-li{height: 135px;width: 100%;
/* line-height: 215px; */
background: url(../img/pro/pro-back.png) no-repeat;
background-size: cover;
text-align: center;
color: #fff;

}
.pro-list ul li .pro-list2-li img{vertical-align: middle;}



.pro-list-menu{padding:0 30px;}

.pro-list-menu ul li{ cursor: pointer; padding: 30px 0;border-bottom: #E8E8E8 solid 1px;position: relative;}
.pro-list-menu ul li.active{color: red;}
.pro-list-menu ul li.active .pro-list-menu-cur{display: block;}


.pro-list-menu ul li .pro-list-menu-cur li .pro-list-menu-cur2{display: none;}
.pro-list-menu ul li.active .pro-list-menu-cur li.active .pro-list-menu-cur2{display: block;color: #747474;}
.pro-list-menu ul li.active .pro-list-menu-cur li.active .pro-list-menu-cur2 li{padding: 10px 10px;border-top: none;border-left: none;border-right: none;border-bottom: #E8E8E8 dashed  1px;}


.pro-list-menu ul li.active pro-list-menu-cur{display: block;}
.pro-list-menu ul li .pro-list-menu-cur{color: #747474; display: none; position: absolute;top: 0;right: -100px;background: #fff;z-index: 1;}



.pro-list-menu ul li .pro-list-menu-cur li:first-child{
	border-top: #E8E8E8 solid 1px;
}
.pro-list-menu ul li .pro-list-menu-cur li{
	border-left: #E8E8E8 solid 1px;
	border-right: #E8E8E8 solid 1px;
	border-bottom: #E8E8E8 solid 1px;
	
	 padding: 10px 30px;
	 
}

.pro-list-main{}
.pro-list-main ul.pro-list-main-ul{}

.pro-list-main ul.pro-list-main-ul::after{content:'';width:33.3%;}
 .pro-list-main ul.pro-list-main-ul li{ width: 33.3%;border: #EAEAEA solid 1px;height: 300px;
 

	 
	 cursor: pointer;
 }

.pro-list-main ul.pro-list-main-ul li .pro-text{}
.pro-list-main ul.pro-list-main-ul li .pro-main02{display: none;}
.pro-list-main ul.pro-list-main-ul li.active .pro-main02{display: flex;}
.pro-list-main ul.pro-list-main-ul li.active .pro-text{display: none;}





.pagination{}
.pagination li{padding: 3px 10px 3px 10px ; border: #ccc solid 1px;margin-right: 15px;border-radius: 5px;}
.pagination li.active{background: red;border: none;}
.pagination li.active a{color: #fff;}






.server-load ul{padding-top: 50px;}
.server-load ul li{cursor: pointer;  position: relative; padding: 10px; background: url(../img/server/server-back-img01.png) no-repeat center;background-size: cover; width: 191px;height: 263px;margin-left: 40px;margin-right: 40px;margin-top: 50px;margin-bottom: 50px;}
.server-load ul li img{}
.server-load ul li p{font-size: 12px;margin: 0;line-height: 20px;padding-top: 10px;}


.server-load ul li.active{padding: 20px; background: url(../img/server/server-back-img02.png) no-repeat center;background-size: cover; width: 231px;height: 303px;margin-left: 20px;margin-right: 20px;margin-top: 30px;margin-bottom: 30px;}
.server-load ul li.active img{}
.server-load ul li.active p{font-size: 12px;margin: 0;line-height: 20px;padding-top: 10px;color: #fff;}

.server-load ul li .server-load-btn-div{width: 100%;position: absolute;top: 55%;left: 0;display: none;}
.server-load ul li .server-load-btn{border-radius: 5px; font-size: 12px;margin: auto; display: block;width:92px;padding-left:15px;text-align: center;background:rgba(55, 51, 50, 0.88) url(../img/server/server-icon01.png) no-repeat 5px 7px;cursor: pointer; color: #fff; background-size: 15px;}


.server-load ul li.active .server-load-btn-div{width: 100%;position: absolute;top: 55%;left: 0;display: block;}
.server-load ul li.active .server-load-btn{border-radius: 5px; font-size: 12px;margin: auto; display: block;width:92px;padding-left:15px;text-align: center;background:rgba(55, 51, 50, 0.88) url(../img/server/server-icon01.png) no-repeat 5px 7px;cursor: pointer; color: #fff; background-size: 15px;}


.server .server-fuwu-list{padding: 20px;background: #F9F9F9;height: 450px;font-size: 12px; width: 31%;margin-bottom: 50px;}
.server .server-fuwu-list .server-fuwu-list-text{border-top: #F1F1F1 solid 1px;padding-top: 20px;}
.server .server-fuwu-list .server-fuwu-list-title{font-size: 20px;color: #000;padding: 20px 0;}



.news-list {}
.news-list ul{padding-top: 50px;}
.news-list ul li .news-list-img{height:218px;overflow: hidden;width: 100%;}
.news-list ul li{width: 440px; height: 381px;
margin-bottom: 50px;}
.news-list ul::after{content:'';width:32%;}
.news-list ul li.active{
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
}


.news-list ul li h3{font-size: 16px;color: #000;padding: 10px 0;}
.news-list ul li p{font-size: 12px;line-height: 24px;}
.news-list ul li span{color: #B0B0B0;font-size: 12px;}
.news-list .news-list-text{padding: 10px;}


.news-p{}
.news-p ul{}
.news-p ul li{margin: 0.5%;}


.news-p ul li:nth-child(1){
	
	width: 39%;
	height: 381px;
	
}
.news-p ul li:nth-child(2){
	
	width: 29%;
	height: 381px;
	
}
.news-p ul li:nth-child(3){
	
	width: 29%;
	height: 381px;
	
}
.news-p ul li:nth-child(4){
	
	width: 28%;
	height: 381px;
	
}
.news-p ul li:nth-child(5){
	
	width: 30%;
	height: 381px;
	
}
.news-p ul li:nth-child(6){
	
	width: 39%;
	height: 381px;
	
}

.news-p ul li:nth-child(7){
	
	width: 35%;
	height: 381px;
	
}

.news-p ul li:nth-child(8){
	
	width: 33%;
	height: 381px;
	
}
.news-p ul li:nth-child(9){
	
	width: 29%;
	height: 381px;
	
}

.news-p ul li .news-p-tc{
	display: none;
	background: rgba(0,0,0,0.8);color: #fff;
}

.news-p ul li.active .news-p-tc{
	display: flex;
}

.news-title{font-size: 16px;color: #000000; padding: 50px 0;}
.news-time{color: #808080;font-size: 12px;margin-bottom: 50px;}
.news-content { text-indent: 30px; padding-bottom: 50px;}



.join-bm-list{}
.join-bm-list li{margin-right: 50px;}
.join-bm-list li.active{color: #DC0022;}


.join-zp-menu{background: #F9F9F9;border: #EEEEEE solid 1px;}
.join-zp-menu dt{    margin-bottom: .5rem;background: url(../img/join/join-title-img.png) no-repeat; background-size: cover;width: 213px;height: 161px;}
.join-zp-menu dd{ cursor: pointer; width: 213px; height: 106px;line-height: 106px; background: #F0F0F0;text-align: center; padding: 0 20px;font-size: 18px;color: #373332; }
.join-zp-menu dd span{display: none;margin-left: 60px;}
.join-zp-menu dd.active{background: #646464;color: #fff;}
.join-zp-menu dd.active span{display: block;margin-left: 20px;}
.join-zp-main{margin-left: .5rem;}
.join-zp-main .join-zp-main-top{height: 161px;margin-bottom: .5rem;background: #F9F9F9;padding: 30px;border: #EEEEEE solid 1px;}
.join-zp-main .join-zp-main-top h3{border-left: #DC0022 solid 2px;font-size: 24px;color: #373332;}
.join-zp-main .join-zp-main-top .prize{color: #DC0022;font-size: 24px;margin-left: 60px;}
.join-zp-main .join-zp-main-c{background: #F9F9F9;padding: 30px;border: #EEEEEE solid 1px;}
.join-zp-main .join-zp-main-c h3{border-left: #DC0022 solid 2px;font-size: 24px;color: #373332;}
.join-zp-main .join-zp-main-c p{line-height: 40px;}

.input-ul{}
.input-ul li{background:#F2F2F2; width: 48%;margin-bottom: 30px; height: 50px;}
.input-ul li input{background:none;border: none;width: 100%;height: 100%;font-size: 16px;padding:0 50px; }



.pro-xq-text h3{color: #DC0022; font-size: 20px;}
.pro-xq-text .pro-xq-btn1{color: #fff; background: #DC0022; width: 122px; height: 34px; line-height: 34px;text-align: center; display: block;}

.pro-xq-text .pro-xq-btn2{color: #fff; background: #E3E3E3; width: 122px; height: 34px; line-height: 34px;text-align: center; display: block;color: #DC0022;margin-left: 50px;}

.pro-xq-text .pro-xq-table{}
.pro-xq-text .pro-xq-table li {text-align: center;background: #EEEEEE;flex-wrap: nowrap}
.pro-xq-text .pro-xq-table li:nth-child(2n) span{background: #fff;}
/* .pro-xq-text .pro-xq-table li:nth-child(2){background: #fff;} */
.pro-xq-text .pro-xq-table li.active span{background: #DC0022;color: #fff;    height: 43px;
    overflow: hidden;}
.pro-xq-text .pro-xq-table li span{padding: 10px 0;width: 150px; height: 80px; overflow: hidden; display: inline-block;flex-shrink:0}


.dian{color: red; margin-right: 10px;}


.yl-img-main{position:fixed; width: 100%;height: 100%; z-index: 10000;top: 0; left: 0;background: rgba(0,0,0,0.8);}

.xxx{position: absolute; right: 20%; top: 9%; cursor: pointer; display: block;width: 30px;height: 30px; line-height: 25px;text-align: center;border: #fff solid 1px;border-radius: 100%;color: #fff; }


.index-zygj-ul{}
.index-zygj-ul li{}



.index-zygj-ul .li01{background:url(../img/index-gyzjzy-img.png) no-repeat center;background-size: cover;height: 796px;width: 441px; padding: 15px;color: #fff;}
.index-zygj-ul .li02{background:url(../img/index-gyzjzy-img2.png) no-repeat center;background-size: cover;height: 796px;width: 441px;}
.index-zygj-ul .li03{width: 60%;height: 387px;background:url(../img/index-gyzjzy-img3.png) no-repeat center;background-size: cover;}
.index-zygj-ul .li04{width: 50%;height: 387px;background:url(../img/index-gyzjzy-img6.png) no-repeat center;background-size: cover;}
.index-zygj-ul .li05{width: 50%;height: 409px;background:url(../img/index-gyzjzy-img5.png) no-repeat center;background-size: cover;}
.index-zygj-ul .li06{width: 60%;height: 409px;background:url(../img/index-gyzjzy-img4.png) no-repeat center;background-size: cover;}



.index-zygj-ul li .index-zygj-main{display: none; font-size: 20px; background: rgba(0,0,0,0.8);color: #fff; width: 100%; height: 100%;}
.index-zygj-ul li .index-zygj-main.active{}
.index-zygj-ul li .index-zygj-main a{color: #fff;}


.logo-list{}
.logo-list li{width: 25%;text-align: center;}
.logo-list li img{ width: 200px;}

.map-shijc{ text-align: center; background: url(../img/index-yers2.png) center no-repeat; background-size: 100% 100%; width: 100%; height: 400px;}
.map-shijc-hr{border-right: #ccc solid 1px; height: 150px;width: 2px;margin: auto;}
.map-shijc-hr-dian{width: 15px;height: 15px;background: #d4092b;border-radius: 100%;margin: auto;}
.map-shijc-li p{display: block;width: 220px;font-size: 14px; line-height: 20px;}
.map-shijc-li.active p{color: #d4092b;}
.map-shijc-li h3{color: #5c5a5a;font-weight: bold;}
.map-shijc-li.active h3{color: #d4092b;}

/*footer*/

.footer{}
.footer .footer-top{width: 100%; padding: 100px 0 50px 0;}
.footer .footer-top .footer-top-zx{ }
.footer .footer-top .footer-top-tel{ }

.footer .footer-bottom{}


.navigation_r{display: none;}

.navigation_kf{display: none;}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: none;
}

.swiper-container2{display: none;}

	.marketing{display: block;}
	.marketing-iphone{display:none;}
	
	.brand-story{display: block;}
	
	.brand-story-iphone{display: none;}


	.step-pc{display: block;}
	.step-iphone{display: none;}

@media only screen and (min-width: 1400px) {
	.mobshow{display: none !important;}
	.pcshow{display: block !important;}
	.logo{ margin-right: 30px; border-right:rgba(255,255,255,0.4) solid 1px;padding:0 30px;}
	.logo img{width: 160px;}
	.container {
	    max-width: 1400px !important;
	}
}

.index-zygj-main-u{height: 796px;}


.footer{display: block;}
.footer-iphone{display:none;}

.swiper-button-next4{color: #ccc;border: #ccc solid 2px; padding: 23px;border-radius: 100%;right:0}
.swiper-button-prev4{color: #ccc;border: #ccc solid 2px; padding: 23px;border-radius: 100%;left:0}

.about-title{font-size: 24px;text-align: center; color: #000;padding-top: 50px;padding-bottom: 50px;}
	
	.fzls-w{width: 50%;}
	
	.about03-left{width: 60%;}
	.about03-right{width: 35%; height: 640px;}
	.about03-page{margin-top: 100px;}
.footer-iphone{background:#DC0625; text-align: center;}	
.footer-iphone-p400{font-size: 20px;color: #fff; opacity: 0.6;font-weight: bold;}
.footer-iphone-p{font-size: 10px;padding: 0 20px; margin: 0;line-height: 20px;color: #fff; opacity: 0.6;}

.pro-xq-img{width: 42%; position: relative;}
.pro-xq-img .swiper-slide img{width: 90% !important;}

.pro-xq-next{top: -440px;color: #373332;}
.pro-xq-prev{top: -440px;color: #373332;}
.lxwm-span{display: block;width: 240px;height: 50px;background: #DC0022; text-align: center;line-height: 50px;color: #fff;}
	
	.map-iphone{display: none;}
	.map-web{display: flex;}
	
	.map-main{background: #F4F4F4;padding: 50px 0;}
	
	
	.menu-number a{color: #fff;}
	.menu-number{color: #fff;}
	
	.join-p-main-iphone{display: none;}
	.join-p-main-web{display: flex;}

/* Mobile Menu */

.menu-iphone{display:none !important;}
.menu-web{display:flex !important;}

@media only screen and (max-width: 991px) {	

	.mobshow{display: block !important;}
	.pcshow{display: none !important;}
	.logo{ margin-right: 30px; border-right:rgba(255,255,255,0.4) solid 1px;padding:0 30px 0 0;}
	.logo img{width: 120px;}

	.menu-iphone{display:flex !important;}
	.menu-web{display:none !important;}
	
	.pro-cp-img{width: 100%!important;}
	.pro-main02{display: none;}
	
	
		.map-main{background: #F4F4F4;padding: 20px 0;}
	.map-iphone{display: block;}
	.map-web{display: none;}
	.logo-list li{width: 50%;}
	.logo-list li img{width: 70%!important;}
	.map-shijc-li{position: relative !important;left: 0!important;top: 0!important;margin-bottom: 50px!important;padding-left: 30px;}
	.map-shijc{background: no-repeat;height: auto;}
	.map-shijc-hr-dian{position: absolute;left: -9px;top: 0;}
	.map-shijc{border-left: #ccc solid 1px; width: 60%;margin: auto;}
	
	.join-p-main-iphone{display: flex;}
	.join-p-main-web{display: none;}
	
	.map-shijc-li p{margin: auto; text-align: center;}
	.map-shijc-hr{ display: none;}
	
	.footer{display: none;}
	.footer-iphone{display: block;}
	
	.index-zygj-ul .li01{background:url(../img/index-gyzjzy-img.png) no-repeat center;background-size: cover;height: 596px;width: 441px; padding: 15px;color: #fff;}
	.index-zygj-ul .li02{background:url(../img/index-gyzjzy-img2.png) no-repeat center;background-size: cover;height: 356px;width: 441px;}
	.index-zygj-ul .li03{width: 60%;height: 187px;background:url(../img/index-gyzjzy-img3.png) no-repeat center;background-size: cover;}
	.index-zygj-ul .li04{width: 50%;height: 187px;background:url(../img/index-gyzjzy-img6.png) no-repeat center;background-size: cover;}
	.index-zygj-ul .li05{width: 50%;height: 209px;background:url(../img/index-gyzjzy-img5.png) no-repeat center;background-size: cover;}
	.index-zygj-ul .li06{width: 60%;height: 209px;background:url(../img/index-gyzjzy-img4.png) no-repeat center;background-size: cover;}
	
	.index-zygj-main-u{height: 396px;}
	.swiper-button-next4{color: #ccc;padding: 23px;right:0px;border: none;}
	.swiper-button-prev4{color: #ccc; padding: 23px;left:0px;border: none;}
	
	.page-about .about-left{ margin-bottom: 30px;min-height: 400px; }
	.page-about .about-right{}
	.about-title{font-size: 20px;text-align: center; color: #000;padding-top: 50px;padding-bottom: 50px;}
	.about03-left{margin-bottom: 30px;margin-top: 30px; width: 100%;}
	.about03-right{ width: 100%;}
		.about03-page{margin-top: 30px;}
	
	.fzls-w{width: 100%;}
	.fzls .fzls-content.active1 .content{width: 8%;}
	.fzls .fzls-content.active .content{width: 8%;}
	.fzls .fzls-content .content{width: 8%;}
	
	.pro-list-cp-go{display: flex;flex-wrap: wrap;}
	
	.pro-list-menu ul li .pro-list-menu-cur{right: -50px;}
	.index-video{background: none !important;}
	.pro-list ul li{ width: 100%; }
	.pro-list ul li.active{
		
		
		width: 100%;
	
	}
	.pro-list-main ul.pro-list-main-ul{margin-top: 50px;}
	.pro-list-main ul.pro-list-main-ul li{width: 50%;height:190px;text-align: center; padding: 20px; }
	.pro-list-main ul.pro-list-main-ul li img{width: 100%!important;}
	.pro-list-main ul.pro-list-main-ul li a{margin: auto;}
	.pro-list-main ul.pro-list-main-ul li::after{
		content: '';
		width: 50%;
	}
	/* .pro-list ul li  .pro-list-main{display: flex;} */
	
	.pagination-text1{margin-top: 20px;margin-left: 0!important;}
	.pagination-text2{margin-top: 20px;}
	
	
	.page-about .page-about-menu li span{padding: 0 20px;}
	
	.server .server-fuwu-list{width: 100%; height: 460px;}
	.news-list ul li{width: 100%;}
	

.news-p-list li{width: 100%!important;}
	.header-inner {
	    position: relative;
	    padding: 0;
	
	}
	.join-img01 img{width: 90%!important; margin-top: 50px;}
	.join-tc-p-main{width: 90%!important;}
	.xxx{ top: 1%; right: 1%; z-index: 10000;}
	
	.join-bm-list{margin-left: 0!important;margin-top: 20px;width: 100%;}
	.join-bm-list li{margin-right: 15px;}
	
	.join-zp-menu{flex-wrap: wrap; display: flex;width: 100%;}
	.join-zp-menu dt{width: 50%;}
	.join-zp-menu dd{width: 50%;height: 161px; line-height: 161px;font-size: 14px;}
	.join-zp-menu dd.active span{margin-left:10px}
	.join-zp-main-top ul li{margin-left: 20px!important;margin-bottom: 10px;}
	
	.join-zp-main .join-zp-main-top{height: auto;}
	.join02-yp-btn{width: 100%;}
	.join02-yp-btn span{margin: 20px auto 0 auto;}
	.input-ul li{width: 100%;}
	.join-zp-main{margin: 0;width: 100%;}
	.join02-title-p1{width: 100%; padding-bottom: 20px;}
	.join02-title-p1 span{margin: auto;}
	.join02-title-p2{width: 100%; border-top:#DC0022 solid 3px;border-left:none!important; margin: 0!important; padding:20px 0 0 0  !important;}
	
	
	.lxwm-main{width: 90% !important;margin-top: 20px!important;}
	.lxwm-title{font-size: 18px!important; padding-bottom: 50px!important;}
	.lxwm-img-list{margin-bottom: 20px;}
	.lxwm-name{width: 100%}
	 .lxwm-li{margin-top: 20px;}
	 .lxwm-ul{margin: 0!important; padding: 0!important;}
	 
	 .lxwm-span-div{margin-left: 0!important;}
	 .lxwm-span{cursor: pointer; display: block;width: 100%;height: 50px;background: #DC0022; text-align: center;line-height: 50px;color: #fff;}
	
	.pro-xq-img{width: 100%;}
	.pro-xq-next{top: -250px;}
	.pro-xq-prev{top: -250px;}
	
	.pro-xq-text{padding: 30px!important;}
	.pro-xq-text h3{text-align: center;width: 100%;margin-bottom: 30px;}
	.pro-xq-text .pro-xq-table li span{font-size: 12px;}
	.pro-xq-img .swiper-slide img{width: 80%;}
	
	
	.join-p-img{ margin-bottom: 50px;}
	.swiper-button-next5{display: none;}
	.swiper-button-prev5{display: none;}
	.join-pagination{bottom: -10px !important;}
	
    .header-top {
        display: none;
    }
    .fixed-header {
        top: 0;
    }
    .menu-number {
        display: none;
		
    }
	
    .main-menu .navigation li:before {
        content: none;
    }
    .main-header .header-upper .container-fluid {
        padding: 0;
    }
    .main-header .logo-outer {
        position: absolute;
        width: 155px;
        top: 13px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
		left:15px;
    }
    .fixed-header .logo-outer {
        top: 10px;
    }
    .main-menu {
        width: 100%;
    }
    .main-menu .navbar-header {
        display: block;
		
    }
    .main-menu .navigation {
        overflow: auto;
      
        /* margin: 30px 0 25px; */
		
		display: flex;
		   -webkit-flex-direction: column ;
		    flex-direction: column ;
			
			border-bottom: #e5e5e5 solid 1px;
		
		
    }
    .main-menu .navigation li {
        float: none;
        padding: 5px 20px;
		display: flex;
		justify-content:space-between;
		
		border-bottom: #505050 solid 1px;
		    float: none;
		    width: 100%;
		
        /* border-top: 1px solid #eee; */
    }
    .main-menu .navigation li:last-child {
        /* border-bottom: 1px solid #eee; */
    }
    .main-menu .navigation li.dropdown .dropdown-btn {
        display: block;
    }
    .main-menu .navigation li a {
        padding: 8px 10px;
        line-height:13px;
		color: #fff;
		font-weight: normal;
    }
    .main-menu .navigation li a:after {
        display: none;
    }
    .main-menu .navigation li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .main-menu .navigation li ul:after {
        display: block;
        clear: both;
        content: "";
    }
    .main-menu .navigation li ul li {
        padding: 0 20px;
        border-bottom: none;
    }
    .main-menu .navigation li ul li ul {
        left: auto;
    }
	    .banner{margin-top: 60px;}
		.title-hr{background: none !important;}
		
		
	.main-menu .navbar-collapse.in{display: block;background:none; }
	.main-menu .navbar-collapse{background:none;}
	
	
	
	.navigation_r{display: block; color: #999999; }
	.navigation_kf{display: flex;color: #3a3a3a; padding: 20px 0; }
	.navigation_kf img{ }
	.navigation_kf li{padding: 13px 30px;}
	.navigation_kf li .icon{ margin-right: 10px;}
	.navigation_kf li a{ }
	
	

	
	.navbar-toggle{}
	.navbar-toggle.collapsed .iphone-icon{transition: all .3s;display: block; width: 28px; height: 29px; background:url(../img/menu-iphone-icon.png) no-repeat center; background-size: 22px;}
	
	
	.navbar-toggle .iphone-icon{transition: all .3s;display: block; width: 28px; height: 29px; background:url(../img/menu-iphone-icon2.png) no-repeat center; background-size: 20px;;}
	
	
/* 	.logo{ width: 70%;}
	.logo img{width: 100%;} */
	
	.swiper-container1{display: none;}
	

	
	
	
	.swiper-container2{display: block;}
	
	
	
	.marketing{display: none;}
	.marketing-iphone{display:block;}
	
	.case{display: none;}
	.practice{display: none;}
	
	#zx-swiper-next{
		right:0 !important;
	}
	
	#zx-swiper-prev{
		left:0 !important;
	}
	
	
	
	.title-hr h2{font-size: 1.6rem !important;}
	.step .title{margin-bottom: 40px }
	
	.table-img li{ width: 90% !important; margin: auto; height: auto;}
	.table-img a{ width: 90% !important; margin: auto; height: auto;}
	.table-img li img{width: 100%; position: relative; top: 0; left: 0;transform: translate(0, 0)}
	


	.footer{ 
		
	}

	.footer-bottom-ul-li{display: none !important;}
	.footer-logo img{width: 150px;}
	.footer .footer-bottom-ul li img{width: 50px;}
	
	.footer-top{
		padding: 50px 0 !important;
		
	}
	.swiper-container22{width: 80%; margin: auto;}
	.footer-dt{width: 90%;}
	.footer-ewm{margin-top: 50px !important; width: 32%;}
	.footer-bah{ padding: 0 20px !important; background: #fff;color: #757575!important; line-height: 20px; font-size: 14px; }
	
	.step-ul{margin-bottom: 50px;color: #d7c6c5;      margin-top: 50px;  padding-bottom: 60px;}
	.footer .footer-bottom-ul li{ padding: 0 5px;}
	
	.brand-story{padding: 40px 0;}
	.brand-story .title{margin-bottom: 40px;}


	.case-iphone{display: block;}
	.case{display: none;}
	
	.step-ul li h5{color: #d7c6c5;}
	
	.step-pc{display: none;}
	.step-iphone{display: block;}
	
	.step-ul i{background: #e1beba; width: 60px; height: 60px; border-radius: 50%;display: block; margin:auto;line-height: 60px; text-align: center;}
	.step-ul i img{vertical-align: middle;}
	
	.brand-story-iphone .row .brand-story-ul li p.yers{font-size: 30px;}
	.step-news{display: block;}
	
	.main-menu .navigation li.dropdown ul{display: none}
	
	/* .main-header{background:#f5f5f5 !important;} */
	
	/* .main-header{background:#f5f5f5 !important;} */
	
	.main-header .container{padding: 0; margin: 0 auto;}
	.main-header .header-inner{padding-bottom: 0;}
	
}





/*公用*/

.title-hr{
	
	background: url(../img/title-hr.png) no-repeat center;
	
	background-size: 100% ;
	
	background-position: 0 20px;
	
	
}


.w-100{
	
	width: 100%;
	
}

.footer-icon{margin-left: 20px;}
.footer-icon span{cursor: pointer; margin-bottom: 10px; border: #7a7979 solid 1px;display: block; width: 30px; height: 30px; text-align: center;border-radius: 100%;background: #efefef;}
.footer-icon span.active{border: #dc0625 solid 1px;}
.footer-icon span img{width: 15px;}

.footer-icon span.icon1{background: url(../img/wx1.png) no-repeat center;background-size: 30 30px;}
.footer-icon span.icon2{background: url(../img/wb.png) no-repeat center;background-size: 30 30px;}
.footer-icon span.icon3{background: url(../img/dy.png) no-repeat center;background-size: 30 30px;}
.footer-icon span.active.icon1{background: url(../img/wx.png) no-repeat center;background-size: 30 30px;}
.footer-icon span.active.icon2{background: url(../img/wb1.png) no-repeat center;background-size: 30 30px;}
.footer-icon span.active.icon3{background: url(../img/dy1.png) no-repeat center;background-size: 30 30px;}


.footer dl{}
.footer dt{font-size: 16px;margin-bottom: 20px;}
.footer dd{font-size: 14px;}