body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    /*background: url(../img/cs.png) no-repeat;*/
    background-size:cover ;
    font-family: "微软雅黑";
  }
* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
.clr {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}


.clearfix {
  clear: both;
  display: block;
}

::-moz-selection {
  background: var(--deep-orange);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--deep-orange);
  color: var(--white);
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
.w-100{
	width: 100%;
	position: relative;
    text-align: center;
}
.c-position{
	position: absolute;
	top: 12%;
	bottom: 15%;
	left: 14.6%;
	right: 15%;

}
.tl1{
	width: 38%;
}
.tr1{
	width: 47%;
    position: absolute;
    right: 3%;
    top: 32%;
    p{
    	font-size:16px;
    	margin-top: 8%;
    }
    a{
    	display: inline-block;
    	width: 150px;
		height: 50px;
		line-height: 50px;
		background: #FA791E;
		border-radius: 37px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		margin-top: 10%;
    }
}
.tl2{
	padding: 6% 20% 10%;
	text-align: center;
	h3{
		font-size: 26px;
	}
	p{
		margin: 15px 0 5%;
	}
}
.tl3{
	text-align: center;
	position: absolute;
	top: 12%;
	bottom: 15%;
	left: 20%;
	right: 20%;
	h3{
		font-size: 26px;
	}
	p{
		margin: 15px 0 5%;
	}
}
.footer {
    color: rgba(255, 255, 255, .6);
    background: #2f3231;
    line-height: 24px;
    padding: 25px 0;
}
.container {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}
.row {
    font-size: 14px;
}
.row a{color: rgba(255, 255, 255, .6);}
.f-menu a{
	display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .6);
    padding: 0 15px;
    line-height: 12px;
}
.f-menu a:last-child {
    border: none;
}
.txtbox{
	padding-left: 15px;
}
.floating_ck {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 9999;
    font-size: 14px;
    border-radius: 5px;
}
.d-lg-block {
    display: block !important;
}
.floating_ck dl dt {
    width: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #2f8e66 transparent;
}
.floating_ck dl dd.return {
    background-image: url(../img/kficon2.png);
    background-color: #2f8e66;
}
.floating_ck dl dd {
    transition: all 0.3s;
    position: relative;
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    background-color: #423E3D;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    cursor: pointer;
}
.return span {
    float: left;
    width: 100%;
    height: 100%;
}
.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 45px;
    background-color: #2f8e66;
    display: none;
}
.floating_left a {
    color: #fff;
    line-height: 45px;
}
.consult {
    background-image: url(../img/kficon3.png);
}
.quote {
    background-image: url(../img/kficon4.png);
}
.floating_ck dl dd:hover .floating_left{display:block;}

.c-position-phone {
    position: absolute;
	top: 8%;
	bottom: 15%;
	left: 5%;
	right: 5%;
}
.c-position-phone .top1 img{
    width: 95%;
}
.c-position-phone .top2 img{
    width: 55%;
    margin-top: 30px;
}
.phone-img-bg{
    height: 520px;
}
.c-position-phone .top3 a{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #FA791E;
    border-radius: 37px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}

.mark_box{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background:rgba(0,0,0,.7);
}
.mark_box img{
    float: right;
    margin: 15px;
    z-index: 999999;
}
