html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0;
    border: none
}

a {
    color: #555;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

li,
ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

img {
    border: 0;
    display: block
}
.container {
    width: 100%;
    display: block;
    padding-bottom: .5rem
}
.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}
.x-con-pages-t{
	width: 100%;
    text-align: center;
    font-size: .519rem;
    color: #313131;
    line-height: .650741rem;
    padding-top: 8.15625%;
    font-weight: 700;
    padding-bottom: 3.59375%;
}
.x-con-pages-t .x-con-hx{
	width: 1.852rem;
    border-top: .093rem solid #313131;
    margin: .185rem auto 0;
}
.x-con-pages-t span{
	font-weight:normal;
	font-size:.3rem;
	display:block;
	text-transform: uppercase;
	line-height:.4rem;
	margin-bottom:-.1rem;
	-webkit-transform: scale(.65);
    -ms-transform: scale(.65);
    transform: scale(.65);
}
.x-con-pages-t .x-con-jt{
	margin: 0 auto;
    width: 0;
    height: 0;
    border: .148rem solid transparent;
    border-top-color: #313131;
}




.btn {
    width: 100%;
	margin-top: .6rem;
}

.btn a {
	font-size: .4rem;
    line-height: .2rem;
    font-weight: 700;
    padding: 0.2rem 1rem 0.2rem .5rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
    display: block;
}

.btn a:nth-child(2) {
    margin-left: 3rem
}

.btn img {
    width: 0.26rem !important;
    height: auto;
    position: absolute;
    /* top: 0.725rem; */
    top: 107%;
    margin-top: -.475rem;
    right: 1rem;
}

.btn .orange {
    color: #f37921;
    border: 0.2rem #f37921 solid
}

.btn .white {
color: #FFFFFF;
    border: 0.05rem #FFFFFF solid;
}

.c3,
.c7 {
    background-color: #FFFFFF
}

.x-column{
	width:95%;
	margin:0 auto;
}
.c1 ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c1 ul li{
	width: 49%;
    text-align: center;
    border: 0.1rem solid #eee;
    padding: .6rem 0 .6rem 0;
    margin-bottom: .2rem;
}
.c1 ul li i{
	font-size: 1rem;
    color: #ff5b02;
    font-weight: bold;
}
.c1 ul li h4{
	font-size: .45rem;
    font-weight: bold;
    margin: .15rem 0 .5rem 0;
}
.c1 ul li p{
	font-size: .35rem;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    line-height: .5rem;
    color: #6d6d6d;
    margin-bottom: .4rem;
	min-height:2rem;
}
.c1 ul li:nth-child(3) i{
	font-size:1rem;
}
.c1 ul li i{
	font-size:1rem;
}
.c1 ul li i:last-child{
	font-size: .3rem;
    color: #000;
}

.header-banner {
    width: 100%;
    display: block;
    position: relative;
}

.header-banner .bn-btn {
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 50%;
    position: absolute;
    top: 13.7rem;
    right: 8.8rem;
    -webkit-animation: box 2s ease-in-out infinite;
    -o-animation: box 2s ease-in-out infinite;
    animation: box 2s ease-in-out infinite
}

@keyframes box {
    0% {
        box-shadow: 0 0 0 #484848
    }

    50% {
        box-shadow: 0 0 1.5rem #484848
    }

    0% {
        box-shadow: 0 0 0 #484848
    }
}
.c4{
	    padding-bottom: .5rem;
}
.c4  .con{
	height: 6.09rem;
	width: 100%;
	margin: 0 auto;
	background: url(../img/send10_img.png) no-repeat left;
	background-size: 60%;
	position: relative;
}
.c4 .con ul{
	position: absolute;
	width: 58%;
	height: 5.3rem;
	background-color: #ff5b02;
	opacity: 0.9;
	padding:0 .4rem;
	overflow: hidden;
	top: .46rem;
	right: .25rem;
}
.c4 .con ul li:first-child{
	border-bottom:0;
	font-size:.35rem;
	margin-top:.2rem;
}
.c4 .con ul li:first-child em{
	display:inline-block;
	margin-left:.1rem;
	font-size:.2rem;
	text-transform: uppercase;
	vertical-align: bottom;
}
.c4 .con ul p{
	color: #fff;
	font-size: .44rem;
	/* margin: 46px 0; */
}
.c4 .con ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	height: .78rem;
	font-size: .29rem;
	color: #fff;
}
.c4 .con ul li:first-child{
	font-size:.4rem;
}
.c4 .con ul li:first-child em{
	font-size:.2rem;
	display:inline-block;
	margin-top: .3rem;
	margin-left:.15rem;
}
.c4 .con ul div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: .71rem;
}
.c4 .con ul div a{
	display: flex;
	width: 38%;
	height: .55rem;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	font-size: .33rem;
	color: #ff5b02;
}
.c4 .con ul div a:last-child{
	width: 58%;
}
.c4 .con ul div i{
	font-size: .3rem
}
.c4 input{
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	height: .7rem;
	color: #fff;
	font-size: .29rem;
	width: 72%;
	text-indent: .15rem
}
.c4 .tit{
	width: 65%;
	margin-top: .62rem
}


.c3{
	padding-bottom:0;
}
.c3 .item {
    width: 100%;
    margin-bottom: 0.3rem;
    position: relative;
    overflow: hidden
}
.c3 section .item:last-child{
	margin-bottom:0;
}
.c3 .item .item-des {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    text-align: center
}

.c3 .item .item-des h4 {
    font-size: .45rem;
    line-height: 1.3;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: .4rem;
}

.c3 .item .item-des h5 {
    font-size: .38rem;
    line-height: 1.3;
    color: #FFFFFF;
}

.c3 .item .item-des i {
    font-style: normal;
/*    //margin: 0.2rem auto; */
    display: block
}
.c2{
	padding-top:.8rem;
	background-color:#eee;
}
.c2 .x-column{
	padding: .6rem .3rem;
	background-color:#fff;
}
.c2 .x-column>h4{
    font-size: .519rem;
    color: #313131;
    font-weight: bold;
    margin-bottom: .4rem;
}
.c2 .x-column li{
	margin-bottom:.4rem;
}
.c2 .x-column li h4{
	font-size: 0.38rem;
    color: #313131;
	margin-bottom: .15rem;
}
.c2 .x-column li i{
    color: #ff5b02;
}
.c2 .x-column ul .c2-tab{
	display: flex;
    flex-wrap: wrap;
}
.c2 .x-column li .c2-items{
    width: 21%;
    margin-right: .1rem;
    border: 1px solid #ff5b02;
    border-radius: 6px;
    position: relative;
    font-size: .3rem;
    padding: .1rem .2rem;
	background-color:#fff;
	color:#FF5B02;
	
}
.c2 .x-column li .c2-items.active{
	background-color:#ff5b02;
	color:#fff;
}
.c2 .x-column li .c2-items .c2-dui{
	position:absolute;
    bottom: -6px;
    right: -6px;
	background-color:#ff5b02;
	color:#fff;
	width:.7rem;
	height:.7rem;
	text-align:center;
	 border-radius: 6px;
	background:url(../img/dq-1.png) no-repeat center  center;
}
.form-name{
	padding:0 .2rem;
	background-color:#333;
}
.form-name input{
	font-size:.35rem;
	color:#f5f5f5;
	background-color:#333;
	height:.8rem;
	line-height:.8rem;
	width:100%;
}
.wrap-form button.sl-btn{
	font-size: .35rem;
    color: #f5f5f5;
    background-color: #ff5b02;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    width: 31%;
    vertical-align: top;
}
.form-name{
	display:inline-block;
    width: 31%;
    margin-right: .2rem;
    overflow: hidden;
}
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_oukagmzjk1kbj4i.eot');
    src: url('//at.alicdn.com/t/font_oukagmzjk1kbj4i.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_oukagmzjk1kbj4i.woff') format('woff'), url('//at.alicdn.com/t/font_oukagmzjk1kbj4i.ttf') format('truetype'), url('//at.alicdn.com/t/font_oukagmzjk1kbj4i.svg#iconfont') format('svg')
}

.icon {
	font-family: "iconfont";
    font-size: .5rem;
    line-height: 1.3;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.01rem;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}



.c5{
	background-color:#eee;
	padding-bottom:.7rem;
}
.c5 .cont {
    width: 100%
}

.c5 .item {
    width: 33%;
    margin-right: 0.5%;
    float: left
}

.c5 .item:nth-child(3) {
    margin-right: 0
}


.c6{
	background-color:#eee;
}
.c6 ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c6 ul li{
	width: 49%;
	margin-bottom:.35rem;
}
.c6 ul li:nth-child(3),.c6 ul li:last-child,.c11 ul li:last-child{
	margin-bottom:0;
}
.c9 .x-co9-co li:nth-child(3),.c9 .x-co9-co li:nth-child(4),.c9 .x-co9-co li(5){
	margin-bottom:0;
}
.c8{    padding-bottom: 0;}
.c6 .c6-c{
	background-color:#ee5400;
	color:#fff;
	padding: .25rem .35rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.c6 .c6-c .c6-cl h4{
	font-size:.38rem;
}
.c6 .c6-c .c6-cl h5{
	font-size:.32rem;
}
.c6 .c6-c .c6-cr i{
	font-size:.4rem;
}
.c6 ul li img{
	width:100%;
}


.c7{
	background-color:#fff;
}
.c9{
	background-color:#eee;
	padding-bottom: .7rem;
}
.c9 .x-co9-co,
.c9 li {
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.c9 .x-co9-co li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 48.75%;
	height: 5.556rem;
	padding: .463rem;
	margin-bottom: .222rem;
	background: url(../img/m-hj3.jpg) no-repeat 50%;
	background-size: cover
}
.c9 .x-co4-co .x-co9-it:first-child {
	background: url(../img/m-hj.jpg) no-repeat 50%;
	background-size: cover;
	width: 49.5%;
	height: 3.333rem
}

.c9 .x-co4-co .x-co9-it:nth-child(2) {
	background: url(../img/m-hj2.jpg) no-repeat 50%;
	background-size: cover;
    width: 49.5%;
    height: 3.333rem;
    padding: .278rem;
    color: #fff;
}
.c9 .x-co4-co .x-co9-it:nth-child(3){
		background: url(../img/m-hj3.jpg) no-repeat 50%;
	background-size: cover;
    background-size: cover;
    width: 31.60714286%;
    height: 2.222rem;
}

.c9 .x-co4-co .x-co9-it:nth-child(2) .x-co9-co {
	border: 0;
	margin: 0;
	padding: 0
}

.c9.x-co4-co .x-co9-it:nth-child(3) {
	background: url(../img/m-hj3.jpg) no-repeat 50%;
	background-size: cover;
	width: 33%;
	height: 2.222rem
}

.c9 .x-co4-co .x-co9-it:nth-child(4) {
	background: url(../img/m-hj4.jpg) no-repeat 50%;
	background-size: cover;
	width: 33%;
	height: 2.222rem
}

.c9 .x-co4-co .x-co9-it:nth-child(5) {
	background: url(../img/m-hj5.jpg) no-repeat 50%;
	background-size: cover;
	width: 33%;
	height: 2.222rem
}

.c11{
	
	padding-bottom: .7rem;
}
.c11 ul li{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
	height:100%;
	margin-bottom:.2rem;
	height:3rem;
}
.c11 ul li>img{
	    width: 3.7864rem;
}
.c11 ul li>div{
	width: calc(100% - 3.7864rem);
    padding:0  0 0 .3rem;
    background-color: #eee;
    height: 3rem;
	padding-top: .25rem;
}
.c11 ul li>div p{
	position: relative;
    font-size: .3rem;
    margin-top: .25rem;
	padding-right:.3rem;
}
.c11 ul li>div p:before{
	content: "“";
    font-size: .5rem;
    font-weight: bold;
    color: #ee5400;
    left: -11px;
    position: absolute;
    top: -4px;
}
.c11 ul li>div p:after{
	content: "“";
    font-size: .5rem;
    font-weight: bold;
    color: #ee5400;
    right: 6px;
    position: absolute;
    bottom: -12px;
}
.c11 ul li>div h4{
	font-size: .35rem;
    color: #ee5400;
    margin-bottom: .05rem;
}
.c8 section ul li{
    float: left;
    width: 32.5%;
    padding:.3rem 0;
    border:.05rem solid #ccc;
	text-align:center;
}
.c8 section ul li img{
    width: 100%;
    opacity: .81;
}
.c8 section ul li h2{
    font-weight: bold;
     font-size: .5rem; 
    color: #f37921;
    margin-bottom:.25rem;
}
.c8 section ul li.m{
    margin:0 1.25%;
}
.c8 section ul li:nth-child(1),.c8 section ul li:nth-child(2),.c8 section ul li:nth-child(3){
    margin-bottom:.5rem;
}