body {
	min-width: 320px;
	-webkit-text-size-adjust: none;
	width: 100%;
	max-width: 640px;
	overflow-x: hidden;
    font-size: 62.5%;
    color:#333;
	font-family: "Helvitica Neue",Helvitica,Arial,"Hiragino Sans GB","Microsoft YaHei","Arial Regular","Microsoft JhengHei",sans-serif
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
}

b,dd,dl,dt,h1,h2,h3,input,li,p,span,ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.item-iii-val,.titles-p-i,.viewport,body {
	margin: 0 auto
}

img {
	border: 0;
	display: block
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap: break-word
}

a:link,a:visited {
	color: #282828;
	text-decoration: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

* {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width:1920px),only screen and (max-device-width:640px) {
	body,html {
		font-size: 20px
	}
}

@media only screen and (max-width:600px),only screen and (max-device-width:600px) {
	body,html {
		font-size: 18.75px
	}
}

@media only screen and (max-width:540px),only screen and (max-device-width:540px) {
	body,html {
		font-size: 16.88px
	}
}

@media only screen and (max-width:480px),only screen and (max-device-width:480px) {
	body,html {
		font-size: 15px
	}
}

@media only screen and (max-width:414px),only screen and (max-device-width:414px) {
	body,html {
		font-size: 12.94px
	}
}

@media only screen and (max-width:400px),only screen and (max-device-width:400px) {
	body,html {
		font-size: 12.5px
	}
}

@media only screen and (max-width:375px),only screen and (max-device-width:375px) {
	body,html {
		font-size: 11.72px
	}
}

@media only screen and (max-width:360px),only screen and (max-device-width:360px) {
	body,html {
		font-size: 11.25px
	}
}

@media only screen and (max-width:320px),only screen and (max-device-width:320px) {
	body,html {
		font-size: 10px
	}
}

@media only screen and (max-width:240px),only screen and (max-device-width:240px) {
	body,html {
		font-size: 7.5px
	}
}
.fl {
float: left;
}

.fr {
float: right;
}


.clearfix::after{
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}
.clearfix:before{
    content: "";
    display: table;
}

.x-input-clear {
	outline: 0;
	border: none
}

.x-ib-clear {
	font-size: 0;
	-webkit-text-size-adjust: none
}

.header-banner,.header-banner .header-item .header-bg {
	width: 100%;
	display: block
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.header-banner {
	overflow: hidden
}

.header-banner .header-item {
	display: block;
	width: 100%;
	position: relative
}

.header-banner .header-hb {
	display: block;
	border: 0;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0
}

.header-banner .header-item .header-fonts {
	display: block;
	position: absolute;
	top: 20%;
	right: 0;
	width: 80%;
	padding: 0 8px
}

.header-banner .header-item .header-fonts h3 {
	display: block;
	width: 100%;
	-webkit-animation: header_title 2s .1s ease forwards;
	-o-animation: header_title 2s .1s ease forwards;
	animation: header_title 2s .1s ease forwards;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	opacity: 0;
	font-size: 24px;
	text-align: center;
	color: #f60;
	font-weight: bolder;
	letter-spacing: .5px
}

@keyframes header_title {
	0% {
		-webkit-transform: translate3d(0,20px,0);
		-moz-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@-moz-keyframes header_title {
	0% {
		-webkit-transform: translate3d(0,20px,0);
		-moz-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

@-webkit-keyframes header_title {
	0% {
		-webkit-transform: translate3d(0,20px,0);
		-moz-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

.header-banner .header-item .header-fonts h4 {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	line-height: 1;
	letter-spacing: .2px;
	font-weight: 400;
	font-size: 16px
}

.header-banner .header-item .header-fonts center {
	display: block;
	width: 100%;
	overflow: hidden
}

.header-banner .header-item .header-fonts center p {
	display: inline-block;
	background: #f60;
	color: #fff;
	padding: 4px;
	margin-top: 6px;
	line-height: 1.4
}

.header-banner .header-btn {
	display: block;
	width: 5rem;
	height: 5rem;
	margin: 15px auto 0;
	padding-top: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #c30000;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #fff
}


.header-banner .header-btn span {
	font-size: 16px;
	line-height: 1
}

.container1 {
	display: block;
	overflow: hidden;
	width: 100%
}

.container1 .con1-item {
	display: block;
	width: 96%;
	margin: 0 auto
}

.container1 .con1-item .con1-title {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 16px 0
}

.container1 .con1-item .con1-title h3 {
	display: block;
	width: 100%;
	font-weight: 400;
	text-align: center;
	font-size: 19px;
	letter-spacing: .2px;
	color: #f60
}

.container1 .con1-item .con1-title h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding-top: 3px;
	letter-spacing: .2px;
	color: #333
}

.container1 .con1-list,.container1 .con1-list ul {
	display: block;
	overflow: hidden;
	width: 100%
}

.container1 .con1-list ul li {
	display: block;
	width: 49.5%;
	background: #f8f8f8;
	float: left;
	padding-bottom: 15px
}

.container1 .con1-list ul li .con1-fonts {
	display: block;
	width: 100%;
	padding: 10px 4px 0
}

.container1 .con1-list ul li .con1-fonts h3 {
	font-size: 15px;
	font-weight: 400
}

.container1 .con1-list ul li .con1-fonts p {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	padding-top: 6px
}

.container1 .con1-list ul li .con1-fonts p span {
	color: #f60
}

.chat-btn {
	display: block;
	overflow: hidden;
	height: 42px;
	width: 70%;
	line-height:36px;
	margin: 1.6rem auto;
	background: #c30000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.chat-btn a,.container2 {
	width: 100%;
	display: block;
}

.container2,.container4 {
	background: #f8f8f8
}

.chat-btn a {
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-size: 18px
}


.x-index{
	display:block;
	width:100%;
	text-align:center;
}

.x2-item{
	padding-top:2rem;
}
.x2-item .x-public-title{
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #ccc;
}

.x2-item .x-public-title h3{
	color: #ff6600;
    line-height: 1.3;
    font-size: 1.8rem;
}


.x2-item .x-index-cneter{
	display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.x2-item .x-index-cneter .x2-item-dl1{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 2rem 0 2rem;
}



.x-index-list1{
	width:100%;
}
.x-index-list1 ul{
	width: 100%;
}
.x-index-list1 ul li{
	width: 50%;
    float: left;
    text-align: left;
    position: relative;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.3rem;
    text-indent: 1rem;
    font-weight: 700;
    font-weight: 400;
}
.x-index-list1 ul li.show-doc{
	text-indent: 1.7rem;
    font-weight: 700;
}
.x-index-list1 ul li:nth-of-type(2) {
    color: #ff4848;
}
.x-index-list1 ul li:nth-of-type(1) {
    color: #000;
}
.x-index-list1 ul li.show-doc::before {
    content: "";
    display: inline-block;
    width: .4rem;
    height: .4rem;
    position: absolute;
    background-color: currentColor;
    margin-top: -.2rem;
    top: 50%;
    left: .6rem;
}

.x3-item{
	width:96%;
	margin:0 auto;
}
.x3-item .x3-item-title{
	text-align:center;
	padding:1rem 0 2rem 0;
}
.x3-item .x3-item-title h3{
	color: #ff6600;
    line-height: 1.5;
    font-size: 1.8rem;
}
.x3-item .x3-item-title span{
	color:#272727;
	line-height: 1.2;
	font-size:1.5rem;
}

.x-index .x3-item-list{
	width:100%;	
}
.x-index .x3-item-list ul li{
	width:49%;
	float:left;
	background-color:#f8f8f8;
}
.x-index .x3-item-list ul li:nth-of-type(2){
	margin-left:2%;
}
.x-index .x3-item-list ul li > img{
	display:block;
	border:0;
}
.x-index .x3-item-list ul li > span{
	display:block;
	line-height:2.6;
	color:#ff6600;
	font-size:1.2rem;
}





.container2 {
	overflow: hidden;
	padding-bottom: 16px
}

.container2 .con2-item {
	display: block;
	overflow: hidden;
	width: 96%;
	margin: 0 auto
}

.container2 .con2-item .con2-title {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 16px 0
}

.container2 .con2-item .con2-title h3 {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 19px;
	text-align: center;
	letter-spacing: .4px;
	color: #f60
}

.container2 .con2-item .con2-title h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding-top: 4px;
	letter-spacing: .3px;
	color: #333
}

.container2 .con2-item .con2-pic {
	display: block;
	width: 80%;
	margin: 0 auto
}

.container2 .con2-fonts,.container3 {
	width: 100%;
	display: block
}

.container2 .con2-fonts {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0
}

.container3 .con3-item {
	display: block;
	width: 96%;
	margin: 0 auto
}

.container3 .con3-item .con3-title {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 1.2rem 0;
}

.container3 .con3-item .con3-title h3 {
	display: block;
	width: 100%;
	font-size:1.78rem;
	text-align: center;
	letter-spacing: .4px;
	color: #f60
}

.container3 .con3-item .con3-title h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding-top: 4px;
	letter-spacing: .3px;
	color: #333
}

.container3 .con3-fonts {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0
}

.container4 .con4-item {
	display: block;
	width: 96%;
	margin: 0 auto
}

.container4 .con4-item .con4-title {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 1.4rem 0 1rem 0;
}

.container4 .con4-item .con4-title h3 {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: .4px;
	color: #f60
}

.container4 .con4-item .con4-title h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding-top: 4px;
	letter-spacing: .3px;
	color: #333
}

.container4 .con4-item .con4-fonts {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.4
}

.container4 .con4-item .con4-fonts span {
	color: #f60;
	font-size: 17px;
	line-height: 1.7
}

.container4 .con4-sub-title {
	width: 100%;
	padding: 20px 0;
	overflow: hidden
}

.container4 .con4-sub-title p {
	display: block;
	float: left;
	width: 150px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	background: #444;
	font-size: 14px
}

.swiper-slide,.swiper-wrapper {
	height: 100%;
	position: relative
}

.swiper-container {
	width: 94%!important;
	margin: 10px auto!important;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
	z-index: 1
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-wrapper {
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 0;
	left: 0;
	width: 100%
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e70;
	background: rgba(238,119,0,.9)
}

.container4 .con4-techear {
	display: block;
	width: 100%;
	background: #fff
}

.container4 .con4-techear .con4-techear-pic {
	display: block;
	width: 40%;
	float: left
}

.container4 .con4-techear .con4-techear-fonts {
	display: block;
	width: 57%;
	float: right;
	padding: 6px 4px 10px 0
}

.container4 .con4-techear .con4-techear-fonts h4 {
	font-weight: 400;
	color: #f60;
	font-size: 16px;
	line-height: 1
}

.container4 .con4-techear .con4-techear-fonts h4 span {
	font-size: 13px;
	line-height: 1.1
}

.container4 .con4-techear .con4-techear-fonts .con4-dl {
	display: block;
	width: 96%;
	padding-top: 6px;
	font-size: 12px;
	line-height: 1.4
}

.container4 .con4-techear .con4-techear-fonts .con4-btn {
	display: block;
	width: 170px;
	height: 24px;
	margin-top: 8px
}

.container4 .con4-techear .con4-techear-fonts .con4-btn a {
	display: block;
	width: 80px;
	height: 24px;
	float: left;
	line-height: 24px;
	font-size: 10px;
	text-align: center;
	color: #fff;
	background: #c30000
}

.container4,.container4 .con4-tabs,.container4 .con4-tabs ul {
	width: 100%;
	display: block
}

.container4,.container4 .con4-tabs {
	overflow: hidden
}

.container4 .con4-tabs ul li {
	width: 49.5%;
	float: left
}

.container4 .con4-tabs ul li img {
	width: 100%;
	border: 0
}

.container4 .con4-tabs ul li p {
	display: block;
	width: 100%;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px
}




.container4 .con4-tabs ul li:nth-child(even) {
	margin-left: 1%
}

.container4 .con4-choice {
	display: block;
	width: 100%;
	overflow: hidden
}

.container4 .con4-choice ul {
	display: block;
	width: 100%
}

.container4 .con4-choice ul li {
	height: 32px;
	line-height: 32px;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 14px;
	background: red;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.container4 .con4-choice ul li a {
	color: #fff;
	
	
}

.container4 .con4-choice ul li:nth-child(odd) {
	margin-right: 1px
}