html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.right {
    width: 122px;
    position: fixed;
    bottom:70px;
    right: 10px;
    z-index: 100;
    background: #fff;
    z-index: 501;
	box-shadow: 0px 1px 7px #999;
}
.right-tbox{
	width: 100%;
	position: relative;
}
.r-close{
	width: 22%;
	position: absolute;
	top:-6%;
	right: -6%;
	z-index: 10;
    cursor: pointer;
}

.right img{
	width: 100%;
}
.right-fb{
	width: 79%;
	margin:0 auto;
	background: #fff;
}
.right-jt{
	width: 18%;
	margin:4% auto;
}

.right-fb-txt{
	width: 98%;
	margin:7% auto 3%;
    background: #fff;
    text-align: center;
	color:#333333;
    overflow: hidden;
    font-size: 18px;
}
.right-fb-txt2{
	margin:0 auto 7%;
}
.right-fb-txt3{
	margin:0 auto;
}
.right-fb-txt.hong{
	color: #E10012;
}
.right-fb-txt span{
	color: #E10012;
}
.code1 {
	animation: code1 0.5s linear;
	-webkit-animation: code1 0.5s linear;
	animation-fill-mode: forwards;
}
@keyframes code1{
	0% {
		opacity: 1;
		transform: translate(100%,0);
	}
	100% {
		opacity: 1;
		transform: translate(0%,0);
	}
}
.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.top-c {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    width: 100px;
    float: left;
    margin-top: 19px;
}

.logo img {
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
    height: 472px;
    margin: 0 auto;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    /*     -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc); */
}

.banner-c {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner-txt {
    position: absolute;
    left: 0%;
    top: 23%;
    width:44%;
}

.banner-title {
    width: 100%;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.banner-line{
	width: 100%;
    margin-top:1%;
}
.banner-line img{
	width: 100%;
}
.banner-title span{
    color: #E40012;
    font-size: 44px;
    font-weight: 600;
}
.banner-tit {
    width: 58.8%;
    margin:0 auto;
    margin-top:2.5%;
}
.banner-tit img {
    width:100%;
}
.banner-t1 {
    width: 100%;
    font-size: 28px;
    color: #333333;
    margin-top: 2%;
}
.t2{
    font-size: 24px;
    color: #333333;
    margin-top: 2%;
}
.mr{
    margin-right: 2% !important;
    margin-top:0.6%;
}
.banner-xinxi {
    width: 56%;
    overflow: hidden;
    margin: 5% auto 0;
    position: relative;
}
.banner-xinxi>img{
	width: 100%;
}
.banner-x1 {
    width: 100%;
    position: absolute;
    top:8%;
    left: 0;
    text-align: center;
    right: 0;
    margin:0 auto;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
}
.banner-x1-1{
    margin-left:4%;
}
.banner-x1 img {
    margin-right: 4%;
    float: left;
    width: 8.5%;
    margin-top: 1.2%;
}

.banner-t2 {
    width: 100%;
    margin: 2% auto 0;
    font-size: 18px;
}

.banner-t2 span {
    color: #E50012;
}

.nav-list {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
}

.nav-list.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
}

.nav-list.active .nav-list-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #f5f5f5;
}

.nav-list-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C6D8EC;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.nav-list-c {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
}

.list {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
}

.list li {
    width:14.3%;
    float: left;
    padding: 1.3% 0;
    font-size: 22px;
    text-align: center;
}

.list li:first-child {
    margin-left: 7.2%;
}

.list li a {
    color: #333;
}
.list li:hover {
    background: #fff;
}
.list li.active{
     background: #fff !important;
}

.list li:hover a {
    color: #E50012;
}
.list li.active a{
    color: #E50012 !important;
}
.hg{
    width:7.5%;
    float:right;
    padding:2.5% 2%;
    margin-right:-2%;
    cursor:pointer;
}
.hg img{
    width:100%;
}

.li-five{
    margin-left:0% !important;
    margin-top:2%;
}
.li-six{
    margin-top:2%;
}
.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top:4%;
}

.content-c {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.content-c.bg1 {
    padding: 4% 0;
    padding-top:2%;
    background-size: 100%;
    background-position: top;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.txt-1 {
    width: 100%;
    font-size: 28px;
    color: #333;
    border-left: 5px solid #e40011;
    line-height: 1.2em;
    padding-left: 10px;
    font-weight: 600;
}
.kc-box{
    width:100%;
    position:relative;
    margin-top:4%;
}
.kc-box img{
    width:100%;
}
.kc-box>ul{
    width:100%;
    overflow:hidden;
    position:absolute;
    top:35%;
    left:0;
}
.kc-box>ul>li{
    width:23.5%;
    float:left;
}
.li-1{
    margin-left:1.6%;
}
.li-2{
    margin-left:1.5%;
}
.li-3{
    margin-left:0.5%;
}
.li-4{
    margin-left:0%;
    width:25% !important;
}
.kc-tit{
    width:80%;
    margin:0 auto;
    text-align:center;
    font-size:22px;
    color:#333;
}
.kc-txt{
    width:78%;
    margin:0 auto;
    text-align:left;
    margin-top:5%;
    line-height:30px;
    font-size:18px;
    color:#333;
}
.kc-txt-3{
    margin-left:15%;
}
.content-c.bg2{
    padding: 2% 0;
    background:url(../images/bg1.jpg) center no-repeat;
    background-size: 100%;
    background-position: top;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}


.wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 2.5%;
    padding-bottom: 2%;
    position:relative;
}

.txt {
    width: 80.6%;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    position:absolute;
    top:3.5%;
    left:16.6%;
}
.txt2 {
    width: 80.6%;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    position:absolute;
    top:9.5%;
    left:16.6%;
}
.p0 {
    width:100%;
    margin:0 auto;
}
.p0 > img {
    width:100%;
}
.pic-1{
    width:7%;
    position:absolute;
    left: 5.3%;
    top:5.8%;
}
.pic-1 img{
    width:100%;
}
.cont {
    width: 100%;
    overflow: hidden;
    padding-top:5%;
}

.cont-1 {
    width: 48.5%;
    float:left;
}
.cont-1-2 {
    width: 48.5%;
    float:right;
}
.cont-list {
    width:100%;
    margin-top: 4%;
    position:relative;
}
.cont-list > img {
    width:100%;
}

.p0-dl {
    padding-left:4.1%;
}
.cont-list>ul {
    width: 100%;
    overflow:hidden;
    position:absolute;
    top:9.5%;
    left:7.7%;
}

.cont-list>ul>li {
    font-size: 16px;
    line-height:1.7em;
    color: #333;
    width:100%;
}
.cont-list>ul>li:first-child{
     margin-top:0;
}
.cont-list ul li span {
    margin-right: 5%;
}
/*新增加样式*/
.xh-add-content{
	width:100%;
	margin:30px auto 0;
	overflow: hidden;
	position: relative;
}
.xh-add-content>img{
	width:100%;
}
.xh-add-t1{
	width: 27.5%;
	position: absolute;
	top:15.3%;
	left: 56.3%;
}
.xh-txt1{
	font-size: 30px;
}
.xh-txt1>span{
	color: #E71827;
}
.xh-add-t1>p{
	font-size: 23px;
}
.xh-btn{
	width:38%;
	border:1px solid #E50012;
	padding:2% 6.3% 2%;
	overflow: hidden;
	margin-top: 5%;
	cursor: pointer;
}
.xh-btn-t{
	font-size: 15px;
	color: #E50012;
	float: left;
}
.xh-add-icon{
	width: 16%;
    float: left;
    margin-top: 6%;
    margin-left: 7%;
}
.xh-add-icon>img{
	width: 100%;
}
.xh-img2{
	display: none;
}
.xh-btn:hover{
	background: #E50012;
}
.xh-btn:hover .xh-btn-t{
	color: #fff;
}
.xh-btn:hover .xh-img1{
	display: none;
}
.xh-btn:hover .xh-img2{
	display: block;
}

/*******p3*******/
.p3-container{
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    background:url(../images/p3-bg.png) no-repeat;
    background-size: cover;
}
.p3-container img {
    width:100%;
}
.p4-container img {
    width:100%;
}
.p6-container img {
    width:100%;
}
.p3-content{
    width: 1200px;
    margin:30px auto;
}
.p3-con{
    width: 100%;
    margin:30px auto 0;
    overflow: hidden;
}
.p3-con ul li{
    width: 49%;
    float: left;
    margin-left: 2%;
}
.p3-con ul li:first-child{
    margin-left: 0;
}
.p3-img{
    width: 100%;
    margin:0 auto;
    position: relative;
}
.p3-tit{
    width:37.1%;
    position: absolute;
    bottom: 5.2%;
    left: 0%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.p3-txt{
    position: absolute;
    top: 21.9%;
    left: 41.1%;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.p3-t{
    font-size: 14px;
    font-weight: 600;
}
.p3-line{
    width: 18%;
    height: 3px;
    margin: 2% auto 8%;
    background: #E50012;
}
.p3-txt p span{
    font-size: 18px;
}
.p3-icon1{
    width: 10.2%;
    float: left;
    margin-top: 15%;
}
.p3-txt-1{
    font-size: 12px;
    position: absolute;
    left: 15%;
    margin-top: 13%;
}
.p3-icon2{
    width: 10.2%;
    float: left;
    margin-top: 15%;
    margin-left: 40%;
}
.p3-txt-2{
    font-size: 12px;
    position: absolute;
    left: 65%;
    margin-top: 13%;
}

.p3-txt2{
    position: absolute;
    top: 20%;
    right:3.7%;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.p3-txt2-img{
    width: 5.6%;
    position: absolute;
    top:20.4%;
    right: 15.4%;
}
.p3-txt-3{
    position: absolute;
    top:40.8%;
    right: 10.8%;
    color: #E7000F;
    font-size: 14px;
    font-weight: 600;
}
.p3-container .p1{
    position: absolute;
    top:57.5%;
    right: 7.8%;
    color: #333333;
    font-size: 12px;
}
.p3-container .p1 .span1{
    color: #808080;
}
.p3-container .p1 .span2{
    color: #E7000F;
    font-size: 18px;
}
.p3-container .p2{
    position: absolute;
    top:68.8%;
    right: 6.6%;
    color: #808080;
    font-size: 12px;
}
.p3-container .p2 span{
    color: #E7000F;
    font-size: 18px;
}
.p3-container .li2-p1{

    right: 6.8%;
}
/*con2*/
.p3-con2{
    width: 100%;
    margin:2% auto 0;
    overflow: hidden;
}
.p3-con2 ul li{
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.p3-con2 ul li:first-child{
    margin-left: 0;
}
.p3-con2 ul li:nth-child(5){
    margin-left: 0;
}
.con2-box{
    width: 100%;
    position: relative;
}
.con2-box-tit1{
    width: 100%;
    position: absolute;
    top:38.3%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.con2-box-tit2{
    position: absolute;
    top:65.3%;
    left: 6.6%;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.con2-box-tit3{
    position: absolute;
    top:70.3%;
    left: 6.6%;
    color: #E7000F;
    font-size: 14px;
    font-weight: 600;
}

.con2-p1{
    position: absolute;
    top:64.3%;
    left: 44.7%;
    color: #333;
    font-size: 12px;
}
.con2-p1 span{
    font-size: 18px;
    color: #333;
}
.con2-p2{
    position: absolute;
    top:72%;
    left: 44.7%;
    color: #333;
    font-size: 12px;
}
.con2-p2 span{
    font-size: 18px;
    color: #333;
}

.con2-icon1{
    width: 4.3%;
    position: absolute;
    top:87.1%;
    left: 44.7%;
}
.con2-icon2{
    width: 4.3%;
    position: absolute;
    top:87.2%;
    left: 72.3%;
}
.con2-txt1{
    position: absolute;
    top:86.6%;
    left: 51.7%;
    color: #333;
    font-size: 12px;
}
.con2-txt2{
    position: absolute;
    top:86.6%;
    left: 78.5%;
    color: #333;
    font-size: 12px;
}
.con2-teshu{
    width: 100%;
    left: 0;
    right:0;
    text-align: center;
}
.con2-p2-teshu{
    width: 100%;
    left: 0;
    right:0;
    text-align: center;
}
.con2-icon1-teshu{
    width: 4%;
    position: absolute;
    left: 40.7%;
    top: 87.5%;
}
.con2-txt1-teshu{
   left: 46.7%;
}

.p3-label{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.p3-label-icon{
    width: 9px;
    float: left;
    margin: 3px 5px;
}
.p3-label-txt{
    font-size: 12px;
}
.p3-label-txt a{
    color: #333;
}
.p3-label li{
    width: 100%;
    /*float: left;*/
    margin-top: 5px;
}
.p3-label li:last-child{
    width: 100%;
}
.p3-label li:last-child .p3-label-icon{
    width:9px;
}
/*修改==添加价格*/
.con2-p3{
    position: absolute;
    top:80%;
    left: 44.7%;
    color: #333;
    font-size: 12px;
}
.con2-box-tit3 {
    position: absolute;
    top: 78.5%;
    left: 6.6%;
    color: #E7000F;
    font-size: 14px;
    font-weight: 600;
}
.con2-p3 span{
    font-size: 18px;
    color: #E7000F;
}
/*增加优惠价格*/
.xh-price1{
	top:62.3%;
}
.xh-price2{
	top:60.6%;
}
.xh-price3{
	top:69%;
}
.xh-price4{
	top:77%;
}
.xh-price5{
	top:88.6%;
}
.xh-price6{
	top:88.2%;
}
.xh-price7{
	top:88.8%;
}
.xh-price8{
	top:88.2%;
}

/*增加优惠价格结束*/
/******p4*******/
.p4-container{
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    background:#fff;
}
.p4-content{
    width: 1200px;
    margin:30px auto;
}
.p4-con{
    width: 100%;
    margin:30px auto 0;
}
.p4-label{
    margin-top: 25px;
}
.p4-icon{
    width: 0.9%;
    float: left;
    margin: 3px 5px;
}
.p4-txt{
    font-size: 12px;
}

/******p6********/
.p6-container{
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    background:#fff;
}
.p6-content{
    width: 1200px;
    margin:25px auto;
}

.txt-1 {
    width: 100%;
    font-size: 28px;
    color: #333;
    border-left: 5px solid #e40011;
    line-height: 1.1em;
    padding-left: 15px;
    font-weight: 600;
}

.p6-box1{
	width: 16.6%;
	position: absolute;
	top:30.9%;
	left: 22%;
}
.p6-icon{
	width: 2.1%;
	position: absolute;
	top:46%;
	left: 42%;
}
.p6-txt{
    width: 100%;
    margin:0 auto;
  
}
.p6-txt .p1{
    font-size: 24px;
    text-align:center;
    line-height:1.7em;
    margin-left: 0;
}
.p6-txt p span{
    color:#E10012;
}
.p6-txt .p2{
	font-size: 20px;
	color: #333;
	line-height:1.7em;
	margin-left: 0;
	text-align: center;
}
.p6-box2{
	width: 14.2%;
	position: absolute;
	top:18.2%;
	left: 47.2%;
}
.p6-box3{
	width: 18%;
	position: absolute;
	top:33.7%;
	left: 60.9%;
}
.p6-box3-txt1{
	font-size: 42px;
	color: #E10012;
}
.p6-box3-txt2{
	font-size: 26px;
	color: #333;
}
.p6-con{
    width: 100%;
    margin:30px auto 40px;
    position: relative;
}
.p6-tboox{
	width: 52%;
	position: absolute;
	top:10%;
	left: 0;right: 0;margin:0 auto;
}

.p6-img1{
    width: 35.7%;
    margin:0 auto;
    /*position: absolute;*/
    /*top:9.8%;*/
    /*top:24.8%;
    right: 14.1%;*/
}
.p6-fb{
	width: 22%;
    margin: 2% auto 1%;
}
.p6-cc{
	width: 30%;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
}
.p6-fb-t{
	margin:0 auto;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-left: 5%;
}
.p6-txt{
    width: 100%;
    margin:0 auto;
    position: absolute;
    top:36.2%;
    right: 0;
    left: 0;
}
.p6-txt p{
    font-size: 25px;
    margin-left: 48.1%;
}
.p6-icon1{
    width: 5%;
    position: absolute;
    /*bottom: 7%;*/
    bottom: 27%;
    right: 54.4%;
}
.p6-txt1{
    position: absolute;
    /*bottom: 6%;*/
    bottom: 26%;
    right: 37.3%;
    font-size: 25px;
}
.p6-icon2{
    width: 5%;
    position: absolute;
    /*bottom: 7%;*/
    bottom: 27%;
    right: 27.7%;
}
.p6-txt2{
    position: absolute;
    /*bottom: 6%;*/
    bottom: 26%;
    right: 18.5%;
    font-size: 25px;
}


.p5-container{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.txt-1 {
    width: 100%;
    font-size: 28px;
    color: #333;
    border-left: 5px solid #e40011;
    line-height: 1.1em;
    padding-left: 15px;
    font-weight: 600;
}
.jl-wrap{
    width:100%;
    overflow:hidden;
    background:url(../images/jl-bg0.png);
    background-size:cover;
    padding-top:3%;
    /*padding-bottom:2%;*/
    /*margin-bottom:5%;*/
    /*margin-top:5%;*/
}
.jl-wrap>img{
    width:100%;
}
.jl-con-box{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.jl-box{
   width:100%;
   overflow:hidden;
   margin-bottom:1%;
}
.jl-box-mr{
    margin-top:30px;
}
.jl-f,.jl-r{
  width:49.5%;
  float:left;
  position:relative;
}
.jl-f img,.jl-r img{
    width:100%;
}
.jl-r{
    float:right;
}
.jl-f-f{
    width:13.2%;
    position:absolute;
    top:35.1%;
    left:6.4%;
}
.jl-f-f img{
    width:100%;
}
.jl-f-r{
    width:72%;
    position:absolute;
    top:17.7%;
    left:24.2%;
}
.jl-f-r-2{
	top:13%;
}
.jl-ad{
	top:10%;
}
.jl-p1{
    font-size:24px;
    color:#333;
}
.jl-p2{
    font-size:14px;
    color:#666;
    margin-top:2%;
    line-height:20px;
}
.jl-ad-p2{
	width: 95%;
}
.jl-p2 > span{
    color:#e60012;
}
.jl-f-f1{
    width:12.1%;
    top:31%;
    left:7.3%;
}
.jl-item{
    width:100%;
    overflow:hidden;
    position:relative;
}
.jl-item img{
    width:100%;
}
.jl-item-f{
    width:5.8%;
    position:absolute;
    top:32.1%;
    left:3.5%;
}
.jl-item-f img{
    width:100%;
}
.jl-item-m{
    width:28.1%;
    float:left;
    position:absolute;
    top:26.6%;
    left:12.9%;
}
.jl-item-r{
    width:39.4%;
    float:left;
    position:absolute;
    top:27.4%;
    left:51.3%;
}
.jl-p2.mr{
   margin-top:1%;
}
.jl-f-f4{
    width:10.4%;
    left:8%;
    top:33.5%;
}
.jl-f-f5{
    width:11.9%;
    left:7.3%;
    top:28.9%;
}
.jl-item-f1{
    width:6.8%;
    position:absolute;
    top:27.5%;
    left:3.2%;
}
.jl-item-r1{
    width:84.2%;
    top:21.6%;
    left:12.8%;
}
.jl-tit{
    width:8%;
    font-size:24px;
    color:#333;
    text-align:center;
    margin:0 auto;
}
.jl-tit-line{
    width:5%;
    height:4px;
    background:#e60012;
    margin:0 auto;
    margin-top:1%;
}

.jl-txt-box{
    width:100%;
    overflow:hidden;
    margin-top:1.5%;
}
.jl-txt-box1{
    margin-top:2%;
}
.jl-txt-box-f{
    width:1%;
    float:left;
    margin-left:4.3%;
    margin-top:0.2%;
}
.jl-txt-box-r{
    float:left;
    width:89.5%;
    margin-left:1.2%;
    color:#333;
    font-size:14px;
}
.jl-txt-box-r a {
    color:#333;
    font-size:14px;
    text-decoration:none;
}
.jl-txt-box-f img{
    width:100%;
}
.jl-box.mr{
    margin:0% auto 2%;
}
.jl-txt-f{
    width:40%;
    float:left;
    overflow:hidden;
    margin-left:10.3%;
}
.jl-txt-f-f{
    width:2.5%;
    float:left;
    margin-top:0.8%;
}
.jl-txt-f-f img{
    width:100%;
}
.jl-txt-f-r{
    width:95%;
    float:right;
    color:#333;
    font-size:14px;
}
.jl-txt-r{
    width:40%;
    float:left;
}
.jl-tit-1{
    width:18.1%;
}



.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

.line1 {
    display: none;
    width: 100%;
    height: 3px;
    background-color: #d1d1d1;
    margin-top: 16px;
    margin-bottom: 20px;
}

.line2 {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 35px;
    margin-bottom: 20px;
}

/*add*/
.con2-icon1.con2-icon1-add.p3-add1 {
    left:6.7%;
}
.con2-txt1.con2-txt1-add.p3-add2 {
    left:12.7%;
}
.con2-icon2.con2-icon2-add.p3-add3 {
    left:24.2%;
}
.con2-txt2.con2-txt2-add.p3-add4 {
    left:29.7%;
}
.p3-txt5 {
    position:absolute;
    top:90%;
    left:44.7%;
    font-size:12px;
    color:#333;
    letter-spacing:-0.9px;
}
.p3-txt5 > span {
    color:#E7000F;
}


@media(max-width:1200px) {
    .hg-box{
        display:none;
    }
    .main,
    .banner-c,
    .nav-list-c,.top-c {
        width: 960px;
    }
    .hg{
        width:12.5%;
        margin-top:0.5%;
    }
    .banner{
    	height: 375px;
    }
    .banner-title {
        font-size: 40px;
    }
    .banner-x1{
    	font-size: 20px;
    	/*left: 6%;*/
    }
    .banner-x1 img{
    	margin-top: 1.5%;
    }
    /*.banner-txt {
        width: 70%;
    }*/
    .p1-txt{
        font-size:14px;
    }
    .txt{
        top:3%;
        line-height: 22px;
    }
    .txt2{
    	top:9.5%;
    	line-height: 22px;
    }
    .logo {
        margin-left: 3.6%;
    }
    .list li {
        font-size: 20px;
    }
    .wrap {
        width: 960px;
    }
    .cont-list>ul>li {
        font-size: 15px;
    }
    .kc-txt{
        width:82%;
        font-size:16px;
    }
    .txt-2{
        top:35%;
    }
    .pic-2{
        top:28%;
    }
    .sign {
        width: 960px;
    }
    .phone-span,
    .letter>a {
        font-size: 16px;
        line-height: 18px;
    }
    .sheng {
        height: 128px;
    }
    .swiper-container{
        width:960px !important;
        height:500px;
    }
    .p {
        line-height: 32px;
        font-size: 16px;
    }
    .lecturer{
        width:960px;
    }
    .lec-p{
        font-size:14px;
    }
    .lec-list{
        height:460px;
    }
    .p6-xx{
        font-size:16px;
    }
    .p6-sbox{
        font-size:16px;
    }
    .p6-name{
        font-size:20px;
    }
    .p6-add{
        width:29%;
    }
    .jieshao{
        height:420px;
    }
    .shadow>img{
        height:100%;
    }
    .p3-label-icon {
	    width: 8px;
	    float: left;
	    margin: 3px 5px;
	}
	.p3-label-txt {
	    font-size: 12px;
	    float: left;
	    width: 95%;
	}
    /*培训课程*/
    .p3-content{
    	width:960px;
    }
    .p3-tit{
    	bottom: 6.2%;
    	font-size: 14px;
    }
    .p3-txt{
    	left: 40.1%;
    }
    .p3-txt p span {
	    font-size: 14px;
	}
	.p3-txt-2{
		left: 63%;
	}
	.con2-box-tit1{
		top: 35.3%;
		font-size: 14px;
	}
	.con2-box-tit2{
		top: 62.3%;
		left: 3.6%;
	}
	.con2-p1 span{
		font-size: 14px;
	}
	.con2-p2 span{
		font-size: 14px;
	}
	.con2-p1{
		top: 62.3%;
	}
	.con2-p2{
		top: 71%;
	}
	.con2-icon1{
		top: 85.1%;
	}
	.con2-txt1{
		top: 84.5%;
	}
	.con2-icon2{
		top: 86.2%;
	}
	.con2-txt2{
		top: 84.7%;
	}
	.con2-box-tit3{
		top: 76.5%;
    	left: 4.6%;
	}
	.con2-icon1.con2-icon1-add.p3-add1{
		left: 4.7%;
	}
	.con2-txt1.con2-txt1-add.p3-add2 {
	    left: 10.7%;
	    top: 84.3%;
	}
	.con2-p3 span{
		font-size: 14px;
	}
	.p3-txt5{
		top:87%
	}
	
	.p3-label li{
		 width:100%;
		 /*float:left;*/
		 margin-top:5px;
		 overflow: hidden;
	}
	.p3-label li:last-child{
	 	width:100%;
	 	/*word-break:break-all;*/
	}
	.p3-label li:last-child .p3-label-icon{
	 	width:8px;
	}
	.p4-content{
		width: 960px;
	}
	.jl-con-box{
		width: 960px;
	}
	.jl-tit-1 {
	    width: 23.1%;
	}
	.jl-txt-f-f{
		width: 2.1%;
		margin-top: 1.1%;
	}
	.jl-txt-r{
		width: 50%;
	}
	.jl-p1{
		font-size: 16px;
	}
	.jl-f-r-2{
		top:16% !important;
	}
	.jl-ad{
		top:8% !important;
	}
	.jl-f-r {
	    width: 74%;
	    position: absolute;
	    top: 17.7%;
	    left: 22.2%;
	}
	.jl-p2{
		font-size: 12px;
	}
	.jl-ad-p2{
		margin-top: 1%;
	}
	
	.p6-content{
		width: 960px;
	}
	.p6-txt .p1{
		font-size: 16px;
	}
	.p6-txt .p2{
		font-size: 13px;
	}
	.p6-box3-txt1{
		font-size: 36px;
	}
	.p6-box3-txt2{
		font-size: 22px;
	}
	.p6-txt1 {
	    position: absolute;
	    bottom: 22%;
	    right: 36%;
	    font-size: 20px;
	}
	.p6-txt2 {
	    position: absolute;
	    bottom: 22%;
	    right: 18.5%;
	    font-size: 20px;
	}
	.p6-fb-t{
		font-size: 20px;
	}
	.p6-box1{
		top: 41.9%;
	}
	/*新增加模块*/
	.xh-txt1 {
	    font-size: 24px;
	}
	.xh-add-t1>p {
	    font-size: 18px;
	}
	.xh-btn-t{
		font-size: 12px;
	}
	.xh-add-icon{
		width: 14%;
	}
	.xh-btn{
		padding: 2% 6% 2%;
	}
	/*增加优惠价格*/
.xh-price1{
	top:62.3%;
}
.xh-price2{
	top:60.6%;
}
.xh-price3{
	top:69%;
}
.xh-price4{
	top:77%;
}
.xh-price5{
	top:88.6%;
}
.xh-price6{
	top:88.2%;
}
.xh-price7{
	top:88.8%;
}
.xh-price8{
	top:88.2%;
}

/*增加优惠价格结束*/
}


@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .banner-c,
    .main,
    .wrap {
        width: 100%;
    }
    .bg-w {
        width: 100%;
    }
    .banner {
        background: none;
        height: auto;
    }
    .banner-xinxi {
        width: 37%;
        overflow: hidden;
        margin: 3% auto 0;
        position: relative;
        float: left;
    }
    
    .banner-c {
        position: absolute;
        left: 0;
        top: 0;
    }
    .banner-txt {
        top: 18%;
        left: 10.4%;
        width: 59%;
    }
    .banner-title {
        font-size: 42px;
    }
    .banner-t1 {
        font-size: 28px;
    }
    .banner-x1 {
        font-size: 24px;
    }
    .banner-t2 {
        font-size: 24px;
    }
    .wrap {
        margin-top: 4%;
        padding-bottom: 5%;
    }
    .txt {
        width: 83%;
        padding: 3% 5%;
        font-size: 2.8vw;
        margin: 0 auto;
        line-height: 1.6em;
    }
    .txt-add {
        width: 94%;
        padding: 3%;
        font-size: 3.2vw;
        margin: 15% auto 5%;
        line-height: 1.7em;
        background:url(../images/bg-p-2.jpg);
        text-align:justify;
        background-size: cover;
    }
    .cont-1 {
        width: 93%;
        margin: 3% auto 0;
        float: none;
    }
    .cont-list>ul {
        left:10.7%;
    }
    .p0-dl {
        padding-left:4.7%;
    }
    .cont-list>ul>li:first-child {
        margin-top: 0;
    }
    .cont-list>ul>li {
        font-size: 24px;
    }

    .txt-w {
        width: 100%;
        font-size: 36px;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }
    .line-w {
        width: 9%;
        height: 4px;
        margin: 2% auto 0;
        background: #E50012;
    }
    /*新增加样式*/
	.xh-add-content{
		width:94%;
		margin:5% auto;
		overflow: hidden;
		position: relative;
	}
	.xh-add-content>img{
		width:100%;
	}
	.xh-add-t1{
		width: 54.3%;
		position: absolute;
		top:11.5%;
		left: 5.3%;
	}
	.xh-txt1{
		font-size: 4.6vw;
	}
	.xh-txt1>span{
		color: #E71827;
	}
	.xh-add-t1>p{
		font-size: 3.73vw;
	}
	.xh-btn{
		width:46.4%;
		border: none;
	    padding: 0;
	    overflow: hidden;
	    margin-top: 8%;
	    cursor: pointer;
		
	}
	.xh-btn>img{
		width: 100%;
	}
	
	/*新增加样式END*/
    .p2-content {
        width:100%;
        position:relative;
    }
    .p2-content img {
        width:100%;
    }
    .p2-box {
        position:absolute;
        top:0;
        left:0;
        right:0;
        margin:auto;
    }
    .p2-con {
        width:93.7%;
        margin:0 auto;
        margin-top:4%;
    }
    .p2-row {
        width:100%;
        margin-bottom:3.5%;
        overflow:hidden;
    }
    .p2-left {
        width:48.6%;
        float:left;
    }
    .p2-img1,.p2-img2 {
        width:100%;
        position:relative;
    }
    .p2-bg-w {
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
    }
    .p2-txt {
        width:100%;
        position:absolute;
        bottom:5%;
        left:0;
        text-align:center;
        font-size:3.2vw;
        color:#fff;
        line-height:1.2em;
    }
    .p2-txt2 {
        width:100%;
        position:absolute;
        top:5.1%;
        left:0;
        text-align:center;
        font-size:3.2vw;
        color:#333333;
        font-weight:600;
    }
    .p2-line {
        width:10.3%;
        height:2px;
        position:absolute;
        top:15%;
        left:0;
        right:0;
        margin:auto;
        background-color:#e7000f;
    }
    .p2-txt2.ad1{
    	top:25.5%;
    }
    .p2-line.ad1{
    	top: 35.5%;
    }
    .p2-txt3.ad1 {
	    top: 42%;
	}
	.p2-face.ad1 {
	    top: 65.5%;
	}
	.p2-txt2.ad2{
    	top:25.5%;
    }
    .p2-line.ad2{
    	top: 35.5%;
    }
    .p2-txt3.ad2 {
	    top: 42%;
	}
	.p2-face.ad2 {
	    top: 65.5%;
	}
    .p2-txt3 {
        width:100%;
        position:absolute;
        top:20.5%;
        left:0;
        text-align:center;
        font-size:3.2vw;
        color:#333333;
        line-height:1.3em;
    }
    .p2-txt3 > span {
        font-size:3.7vw;
    }
    .p2-face {
        width:60%;
        position:absolute;
        top:43%;
        left:0;
        right:0;
        margin:auto;
        overflow:hidden;
    }
    .p2-fc1 {
        width:50%;
        float:left;
        overflow:hidden;
    }
    .p2-fc2 {
        width:50%;
        float:left;
        /*margin-left:8.8%;*/
        overflow:hidden;
    }
    .p2-f1 {
        width:21%;
        float:left;
    }
    .p2-ft1 {
        width:76%;
        float:left;
        margin-left:3%;
        font-size:3.2vw;
        line-height:1.1em;
    }
    .p2-gift {
        width:53%;
        position:absolute;
        top:63%;
        left:0;
        right:0;
        margin:auto;
        overflow:hidden;
    }
    .p2-f3 {
        width:13%;
        float:left;
        margin:0 2.5%;
    }
    .p2-gt1 {
        width:80%;
        float:left;
        text-align:center;
        font-size:3.2vw;
        color:#e7000f;
        line-height:1.1em;
    }
    .p2-txt4 {
        width:100%;
        position:absolute;
        top:74%;
        left:0;
        text-align:center;
        font-size:3.2vw;
        color:#808080;
    }
    .p2-span1 {
        color:#333333;
    }
    .p2-span2 {
        font-size:3.7vw;
        color:#e7000f;
    }
    .p2-right {
        width:48.6%;
        float:right;
    }
    /*.p2-gift.p2-g1 {
        top:69.5%;
    }*/
    /*.p2-txt4.p2-t4 {
        top:79%;
    }*/
    .p2-txt2.wt1 {
        top:9.5%;
    }
    .p2-line.wt2 {
        top:27%;
    }
    .p2-txt3.wt3 {
        top:35.6%;
    }
    .p2-face.wt4 {
        top:74.6%;
    }
    .p2-line.wt5 {
        top:30%;
    }
    .p2-txt3.wt6 {
        top:39.6%;
    }
    .p2-face.wt7 {
        top:67.6%;
        width:23%;
    }
    .p2-face.wt7 .p2-fc1 {
        width:100%;
        float:none;
    }
    .p2-face.wt7 .p2-fc1 .p2-f1 {
        width:26%;
        margin:0 1%;
    }
    .p2-face.wt7 .p2-fc1 .p2-ft1 {
        width:69%;
        text-align:center;
    }
    /*add*/
    .p2-txt2.wt8 {
        top:25.5%;
    }
    .p2-line.wt9 {
        top:35.5%;
    }
    .p2-txt3.wt10 {
        top:42%;
    }
    .p2-face.wt11 {
        top:65.5%;
    }
    .p2-gift.p2-g1.p2-at1 {
        top:62%;
    }
    .p2-txt4.p2-t4.p2-at2 {
        top:71.5%;
    }
    .p2-txt4.p2-at3 {
        top:84%;
        letter-spacing:-1px;
    }
    .p2-txt4.p2-at3 > span {
        color:#e7000f;
    }
    /*add END*/
   /*增加优惠价格*/
.xh-price1{
	top:22.3%;
}
.xh-price2{
	top:31.6%;
}
.xh-price3{
	top:40%;
}
.xh-price4{
	top:65%;
}


/*增加优惠价格结束*/




    .p2-course {
        width:100%;
        overflow:hidden;
        margin-top: 1%;
    }
    .p2-course-icon {
        width:2%;
        float:left;
        margin-top:0.8%;
    }
    .p2-course-txt {
        width: 94.6%;
    	float: left;
    	margin-left: 1.5%;
        font-size:2.9vw;
        color:#666666;
        letter-spacing: -0.6px;
        word-wrap:break-word
    }
    .p2-course-txt a {
        font-size:2.9vw;
        color:#666666;
    }

    
    /*******p4*******/
   .p4-container{
   	margin:0 auto 4%;
   }
    .p4-content{
        width: 94%;
        margin:5% auto;
    }
    .p4-con {
        width: 100%;
        margin: 5% auto 0;
    }
    .p4-label {
        margin-top: 3%;
    }
    .p4-icon {
        width: 2.16%;
        float: left;
        margin:0;
        margin-top: 1.1%;
        margin-right: 1.5%;
    }
    .p4-txt {
	    font-size: 3.2vw;
	    float: left;
	    width: 95%;
	}
    /*****p6*******/
    .p6-content{
        width: 100%;
        margin:4% auto;
    }
    .txt-w {
        width: 100%;
        font-size: 4.6vw;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }
    .line-w {
        width: 9%;
        height: 4px;
        margin: 2% auto 0;
        background: #E50012;
    }
    .p6-con {
        width: 94%;
        margin: 5% auto 0;
        position: relative;
    }
    .p6-td{
    	width: 100%;
    }
    .p6-jt{
    	width: 6.2%;
	    position: absolute;
	    top: 22.2%;
	    left: 0;
	    margin: 0 auto;
	    right: 0;
    }
    .p6-td-t1{
	    width: 100%;
	    position: absolute;
	    top: 11.9%;
	    left: 0;
	    right:0;
	    text-align:center;
	    font-size: 4.2vw;
	    color: #E10012;
	}
	.p6-td-t2{
	    width: 100%;
	    position: absolute;
	    top: 61.9%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    font-size: 4vw;
	}
	.p6-box2 {
	    width: 36.2%;
	    position: absolute;
	    top: 30.5%;
	    left: 0;
	    margin: 0 auto;
	    right: 0;
	}
    /*.p6-txt p {
        font-size: 3.7vw;
        margin-left: 48.1%;
        margin-top:0;
    }
    .p6-icon{
        width: 100%;
        position: absolute;
        bottom: 22%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .p6-txt1 {
        font-size:3.7vw;
    }
    .p6-img1{
    	top:27%;
    }
    .p6-txt1 {
	    position: absolute;
	    bottom: 13%;
	    right: 37%;
	}
    .p6-txt2 {
        font-size:3.7vw;
        position: absolute;
    	bottom: 6%;
    	right: 18.5%;
    }
    .p6-cc {
    	width: 40%;
    }
    .p6-fb-t {
	    font-size: 4vw;
	}*/
   

    /*奖励*/
    .txt-w {
        width: 100%;
        font-size: 4.6vw;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }
    .line-w {
        width: 9%;
        height: 4px;
        margin: 2% auto 0;
        background: #E50012;
    }
    .jl-con-box{
        width:93.5%;
        margin:4% auto 0;
        overflow:hidden;
    }
    .jl-box {
        margin-bottom:0;
    }
    .jl-f,.jl-r{
      width:100%;
      float:left;
      position:relative;
      margin-bottom:1%;
    }
    .jl-p1 {
        font-size: 3.6vw;
        color: #333;
        font-weight:600;
    }
    
    .jl-p2 {
        font-size: 3.2vw;
        margin-top: 2%;
        line-height: 1.4em;
    }
    
    
    .jl-f-r {
        width: 71%;
        top:9.7%;
        left: 23.2%;
    }
    
    .jl-f-r {
        top: 10.7%;
    }
    .jl-f-r-1 {
        top: 8.7%;
    }
    .jl-f-r-2{
         top: 17.7%;
    }
    .jl-f-r-3{
         top: 9.7%;
    }
    .jl-ad{
    	width: 72%;
    	top:12.7%;
	    left: 23.2%;
	    text-align: justify;
    }
    .jl-p2-1{
        margin-bottom:2%;
    }
    .jl-tit {
        width:50%;
        font-size: 4.6vw;
        margin-top:2%;
    }
    .jl-txt-box-f {
        width: 2.5%;
        margin-left:0;
        margin-top:1.2%;
    }
    .jl-txt-box-r {
        width: 95.5%;
        font-size:2.86vw;
        color:#666666;
        text-align:justify;
    }
    .jl-txt-box-r a {
        font-size:2.86vw;
        color:#666666;
        text-decoration:none;
    }
    .jl-tit-line {
        width: 9%;
        margin-bottom:2%;
    }
    .jl-txt-f {
        width: 100%;
        margin-left:0%;
    }
    .jl-txt-r {
        width: 100%;
    }
    .jl-txt-f-f {
        width: 2.2%;
        margin-top: 0.9%;
    }
    .jl-txt-f-r {
        width: 95%;
        float: left;
        color: #666;
        font-size:2.86vw;
        margin-left: 1.6%;
        letter-spacing: -0.4px;
    }
    .jl-txt-box {
        margin-top: 2%;
    }
    .jl-txt-r {
        margin-bottom: 2%;
    }



    

    
    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .bottom span {
        display: block;
    }
   
    
     .hg{
        width:14%;
        margin-right:24%;
        margin-top:3%;
        padding:0;
    }
    .banner{
        overflow:visible;
    }
    .hg-box{
        position:absolute;
        width:100%;
        top:0%;
        background-color:rgba(0,0,0,0.7);
        z-index:700;
    }
    .hg-mask-box{
        width:77.7%;
        right:0;
        left:auto;
        opacity:1;
        z-index: ;
        height:100%;
    }
    .hg-ul{
        width:66.8%;
        float:right;
        margin-right:5.3%;
        margin-top:0;
    }
    .hg-ul li{
        width:100%;
        margin-left:0;
        margin-top:10%;
    }
    .hg-ul li.active .hg-k{
        display:none;
    }
    .back-wap{
        width:10%;
        padding-left:3.2%;
        float:left;
        margin-top:2.8%;
    }
    .back-wap img{
        width:100%;
    }

    .w-list{
        width:94%;
        margin:3% auto 0;
        overflow:hidden;
    }
    .w-list li{
        width:33.2%;
        float:left;
        margin-left:0.2%;

    }
    .w-list li.active .w-list-title,.swiper-w-box.active .w-list-title{
        background:#fff;
        color:#e8000f;
        border-top:2px solid #e8000f;
    }
    .w-list li.active .w-list-t,.swiper-w-box.active .w-list-t{
        background-color:#fff;
    }
    .w-list li:first-child{
        margin-left:0;
    }
    .w-list.ul2 li{
        width:49.8%;
    }
    .w-list-title{
        width:100%;
        border-top:2px solid #ededed;
        background-color:#ededed;
        padding:6% 0 7%;
        text-align:center;
        font-size:26px;
        color:#000;
    }
    .w-list-title.t1{
        padding-bottom:24%;
    }
    .w-list-t{
        width:100%;
        background-color:#f9f9f9;
        padding:7% 0 6%;
        line-height:1.6em;
        font-size:24px;
        text-align:center;
    }
    .w-img{
        width:94%;
        margin:2% auto 0;
        display:none;
    }
    .w-img.active{
        display:block;
    }
    .w-img img{
        width:100%;
    }
     .nav-list-c {
        width: 100%;
    }
    .list {
        width: 90%;
    }
    .list li{
        width:25%;
    }
     .list li:first-child{
        margin-left:0;
     }
    .swiper-container-list{
        width:100%;
        margin-left:3%;
        padding-right:78%;
    }
    .swiper-container-list .swiper-wrapper{
        width:100%;
    }
    .swiper-container-list .swiper-slide{
        width:100% !important;
       
        text-align:center;
      
        display:block;
    }
    .nav-w-list a{
        color:#333333;
    }
    .nav-w-list{
        width:100%;
        font-size:28px;
         padding:8% 0;
    }
    .nav-w-list.active{
        background:#fff;
    }
    .nav-w-list.active a{
        color:#e50012;
    }
}

@media(max-width:640px) {
    .top-c {
        width: 100%;
        height: auto;
        padding: 3% 0;
    }
    .logo {
        width: 70px;
        margin-top: 0;
    }
    .banner-title {
        font-size: 5.6vw;
    }
    .banner-t1 {
        font-size: 3.8vw;
    }
    .banner-x1 {
        width: 45%;
        font-size: 3.2vw;
    }
    .banner-t2 {
        font-size: 3.2vw;
    }
    .txt {
        font-size: 3.2vw;
    }
    .txt-w {
        font-size: 4.6vw;
    }
    .cont-list>ul>li {
        font-size: 3.2vw;
    }
    .p1-btn-box li {
        font-size: 3.2vw;
        margin-left: 5%;
    }
    .p1-5,
    .p1-7,
    .p1-1,
    .p1-3 {
        font-size: 3.2vw;
    }
    .p1-2,
    .p1-4,
    .p1-6,
    .p1-8 {
        width: 84%;
    }
    .p1-t1 {
        font-size: 3.8vw;
        margin-top: 4%;
    }
    .p1-t2 {
        font-size: 3.6vw;
    }
    .p1-t3 {
        font-size: 3.2vw;
        margin-top: 3%;
    }

    .p1-t4,
    .p1-t5 {
        font-size: 3.2vw;
    }
    .list li {
        font-size: 3.2vw;
        padding: 2.5% 0;
    }
    .banner-x1 img {
        width: 10%;
    }
    .content-c.bg1 {
        /*padding: 5% 0;*/
    }
    h2 {
        width: 50%;
        font-size: 3.4vw;
        border-bottom: none;
        text-align: left;
        padding-left: 2%;
        border-left: 3px solid #e50014;
        color: #E50012;
        padding: 0 0 0 2%;
    }
    .diqu2 h2 span{
        font-size: 3.4vw;
        color: #E50012;
    }
    .diqu2 h2 {
        width: 50%;
        text-align: left;
        padding-left: 2%;
        padding: 0 0 0 2%;
    }
    .line1 {
        margin: 10px 0 0 0;
        height: 2px;
    }
    .txt-1 {
        font-size: 4.73vw;
        padding: 23px 0 37px;
        border-left: none;
        text-align: center;
    }
    .lian {
        font-size: 4.73vw;
        /*padding:0.98vh 0;*/
        padding: 10px 0;
        font-weight: 600;
        /*border-bottom:0.59vh solid #e40013;*/
        border-bottom: 5px solid #e40013;
        margin: 0 auto;
    }
    .xinxi {
        padding: 15px 0;
    }
    .sheng {
        display: table-cell;
        vertical-align: middle;
        padding-left: 9.7%;
        width: 40.2%;
        height: 100px;
        overflow: hidden;
    }
    .p {
        font-size: 3.16vw;
        line-height: 25px;
    }
    .name {
        font-size: 4.21vw;
        margin-left: 9.7%;
    }
    .phone-span,
    .letter>a {
        font-size: 3.16vw;
        line-height: 1em;
    }
    .phone,
    .letter {
        margin-left: 9.7%;
        margin-top: 15px;
    }
    .letter {
        margin-top: 10px;
    }
    .inform {
        padding: 3%;
    }
    .js-t1 {
        font-size: 3.8vw;
    }
    .js-t2,
    .js-t3 {
        font-size: 3.2vw;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
    .p1-box,
    .p1-btn-box {
        margin-top: 5%;
    }
    .sign {
        padding-bottom: 5%;
    }
    .right{
    	width: 23%;
    	right: 5%;
    	bottom:8%;
    }
    .right-fb-txt{
    	font-size: 3.73vw;
    	bottom: 3.4%;
    }
   

}