* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	/* background: red; */
	font-family: Microsoft YaHei !important;
}

body {
	overflow-x: hidden;
}
.container{
	overflow: auto;
}

/* input{  
	background:none;  
	border:none;
  outline:none; 
} */
/* 清除浮动 */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* 文本溢出隐藏 */
.text-hidden {
	white-space: nowrap;
	/*	单行显示，不换行	*/
	overflow: hidden;
	/*	超出隐藏	*/
	text-overflow: ellipsis;
	/*	显示点	*/
}

button {
	border: none;
	background-color: transparent;
	outline: none;
	/*消除默认点击蓝色边框效果 */
}

/* select { */
/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
/* border: solid 1px #000; */

/*很关键：将默认的select选择框样式清除*/
/* appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */

/*在选择框的最右侧中间显示小箭头图片*/
/* background: url("../img/xiala.png") no-repeat scroll right center transparent; */


/*为下拉小箭头留出一点位置，避免被文字覆盖*/
/* padding-right: 14px; */
/* } */

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/* select::-ms-expand { display: none; } */



@media only screen and (min-width: 750px) {
	
	.container {
		width: 100%;
		font-weight: 400;
		position: relative;
		/* overflow: hidden; */
	}

	/* #_xinchacharenzheng_cert_vip_ssl{
		position: absolute;
    	bottom: 43px;
		width: 1px;
		left: calc(50% - 750px);
	} */
	#_xinchacharenzheng_cert_vip_ssl>img{
		width: 75px !important;
		height: 23px !important;
		margin-left: 293px;
	}
	#_xinchacharenzheng_cert_vip_ssl{
		position: absolute;
		bottom: 47px;
		width: 73px;
		height: 23px;
		left: calc(50% - 460px);
		z-index: 99;
		display: block;
	}

	.ip-footer {
		display: none;
	}

	.head-iphone {
		display: none;
	}

	.menu {
		display: none;
	}

	/* 返回顶部 */
	#go-top {
		position: fixed;
		bottom: 0;
		right: 30px;
		z-index: 99;
		/* display: none; */
	}

	/* 头部公用导航栏 */
	.container>.header {
		/* width: 1920px; */
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 999;
		background: #fff;
		/* display: none; */
		/* background-color: aqua; */
	}

	.container>.h16 {
		width: 100%;
		height: 166px;
		display: block;
	}

	.container>.header>.head {
		width: 1400px;
		background-color: #fff;
		margin: auto;
	}

	/* 左边logo */
	.container>.header>.head>.logo {
		width: 250px;
		padding-top: 36px;
		padding-bottom: 40px;
		/* background-color: red; */
		float: left;
	}

	.container>.header>.head>.logo>.logo-nei {
		width: 250px;
		/* background-color: red; */
		height: 90px;
		border-right: 1px solid #e2e2e2;
	}

	.container>.header>.head>.logo>.logo-nei img {
		width: 100%;
	}

	.container>.header>.head>.logo>.logo-nei>.logo-1 {
		float: left;
		width: 65px;
		height: 65px;
		margin-top: 7px;
	}

	.container>.header>.head>.logo>.logo-nei>.logo-2 {
		float: right;
		width: 120px;
		height: 72px;
		margin-right: 35px;
	}

	/* 右边菜单栏 */
	.container>.header>.head>.daohang {
		float: right;
	}

	.container>.header>.head>.daohang>.shang {
		margin-top: 33px;
		margin-left: 33px;
	}

	/* 搜索 */
	.container>.header>.head>.daohang>.shang>.search {
		float: left;
		/* margin-top: 4px; */
		margin-right: 10px;
		font-size: 18px;
		font-weight: 400;
		font-family: '微软雅黑';
		color: #232323;
		position: relative;
		width: 253px;

	}

	.container>.header>.head>.daohang>.shang>.search>input {
		outline: none;
		float: right;
		border: 1px solid #bfbfbf;
		border-radius: 25px;
		/* width: 390px;
    height: 45px; */
		width: 253px;
		height: 33px;
		box-sizing: border-box;
		visibility: hidden;
		padding-left: 10px;
		user-select: none;

	}

	.inpdh {
		animation: inps 1s;
		/* visibility: visible; */
	}

	.container>.header>.head>.daohang>.shang>.search>img {
		width: 22px;
		height: 22px;
		/* float: left;
    margin-right: 10px; */
		position: absolute;
		margin-left: 170px;
		margin-top: 4px;
	}

	.container>.header>.head>.daohang>.shang>.search>span {
		/* float: left; */
		position: absolute;
		margin-left: 200px;
		margin-top: 4px;
	}
	.container>.header>.head>.daohang>.shang>.search>span a{
		color: #515a6e;
	}

	@keyframes inps {
		from {
			width: 0px;
		}

		to {
			width: 253px;
		}
	}

	/* 语言 */
	.container>.header>.head>.daohang>.shang>.language {
		float: left;
		/* margin-right: 40px; */
		margin-top: 4.5px;
		padding: 0 20px;
		box-sizing: border-box;
		border-left: 1px solid #9e9e9e;
		border-right: 1px solid #9e9e9e;
		font-size: 16px;
		font-weight: 400;
		font-family: Arial;
		height: 24px;
		color: #232323;
	}

	.container>.header>.head>.daohang>.shang>.language>img {
		width: 24px;
		height: 24px;
		float: left;
		/* margin-top: 6px; */
		margin-right: 10px;
	}

	.container>.header>.head>.daohang>.shang>.language>span {
		/* margin-top: 6px; */
		line-height: 24px;
		display: block;
		float: left;
	}

	/* --------------------------------------- */
	/* * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    } */

	.main {
		/* padding: 40px; */
		float: left;
		/* margin-top: 2px; */
	}

	.my-select {
		display: inline-block;
		width: auto;
		min-width: 80px;
		box-sizing: border-box;
		vertical-align: middle;
		color: #515a6e;
		font-size: 14px;
		line-height: normal;
		position: relative;
	}

	.select-selection {
		display: block;
		box-sizing: border-box;
		outline: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		position: relative;
		background-color: #fff;
		border-radius: 4px;
		/* border: 1px solid #dcdee2; */
		transition: all .2s ease-in-out;
	}

	.select-selection:hover,
	.select-selection.select-focus {
		border-color: #57a3f3;
		box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
	}

	.select-selected-value {
		display: block;
		height: 24px;
		line-height: 24px;
		/* font-size: 12px; */
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 8px;
		/* padding-right: 10px; */
		padding-right: 24px;
	}

	.icon-select-arrow {
		position: absolute;
		top: 50%;
		right: 8px;
		line-height: 1;
		margin-top: -7px;
		/* font-size: 14px; */
		font-size: 16px;
		color: #808695;
		transition: all .2s ease-in-out;
		display: inline-block;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		text-rendering: auto;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: middle;
	}

	.icon-select-arrow::before {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		background-color: transparent;
		border-left: 1.5px solid #808695;
		border-bottom: 1.5px solid #808695;
		transform: rotate(-45deg);
	}

	.select-dropdown {
		width: auto;
		min-width: 80px;
		max-height: 200px;
		overflow: auto;
		margin: 5px 0;
		padding: 5px 0;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 4px;
		box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
		position: absolute;
		z-index: 2;
		transform-origin: center top 0px;
		transition: all 0.3s;
		will-change: top, left;
		top: 30px;
		left: 0;
		transform: scale(1, 0);
		opacity: 0;
	}

	.select-item {
		line-height: normal;
		padding: 7px 16px;
		clear: both;
		color: #515a6e;
		font-size: 12px !important;
		white-space: nowrap;
		list-style: none;
		cursor: pointer;
		transition: background .2s ease-in-out;
		display: block;
	}

	.select-item.select-item-selected,
	.select-item:hover {
		color: #2d8cf0;
		background-color: #f3f3f3;
		display: block;
	}

	/* ------------------------------------------- */

	/* 电话 */
	.container>.header>.head>.daohang>.shang>.iphone {
		float: left;
		padding: 0 20px;
		border-right: 1px solid #9e9e9e;
		font-size: 24px;
		line-height: 24px;
		font-weight: 400;
		color: #ff0000;
		font-family: Arial;
		margin-top: 4.5px;
		font-weight: bold;
	}

	.container>.header>.head>.daohang>.shang>.iphone>img {
		width: 24px;
		height: 24px;
		float: left;
		margin-right: 10px;
	}

	/* 股票 */
	.container>.header>.head>.daohang>.shang>.shares {
		float: left;
		padding-left: 20px;
		font-size: 24px;
		font-weight: 400;
		color: #ff0000;
		font-family: Arial;
		font-weight: bold;
	}

	.container>.header>.head>.daohang>.shang>.shares>span {
		/* color: blue; */
		margin-left: 20px;
	}

	.container>.header>.head>.daohang>.shang>.shares>span>span {
		font-size: 22px;
		font-family: Microsoft YaHei;
	}

	/* 右边导航 */
	.container>.header>.head>.daohang>.xia {
		/* background-color: red; */
		float: right;
		font-size: 18px;
		font-family: '微软雅黑';
		font-weight: 400;
		margin-top: 40px;
		margin-right: 40px;
	}

	.container>.header>.head>.daohang>.xia>ul>a {
		height: 100%;
		margin-left: 40px;
		color: #232323;
		padding-bottom: 40px;
	}

	/* .container>.header>.head>.daohang>.xia>ul>a:hover{
      color: #ee1715;
  } */
	.container>.header>.head>.daohang>.xia>ul>.active {
		color: #ee1715;
		font-weight: bold;
		font-family: '微软雅黑';
	}

	.active {
		color: #ee1715;
	}

	.container>.header>.head>.daohang>.xia>ul>a>img {
		width: 10px;
		height: 10px;
		margin-left: 10px;
	}

	.container>.navtwo {
		/* width: 1920px; */
		width: 100%;
		background-color: rgba(2, 77, 141, 0.6);
		overflow: hidden;
		position: fixed;
		z-index: 999;
		top: 166px;
		z-index: 999;
	}

	.container>.navtwo>div {
		width: 1400px;
		margin: auto;
		display: none;
	}

	.container>.navtwo>div>ul {
		width: 500px;
		/* margin: auto; */
	}
	.container>.navtwo>div:nth-child(2)>ul{
		margin-left: 300px;
	}
	.container>.navtwo>div:nth-child(3)>ul{
		margin-left: 400px;
	}
	.container>.navtwo>div:nth-child(4)>ul{
		margin-left: 520px;
	}
	.container>.navtwo>div:nth-child(5)>ul{
		margin-left: 750px;
	}
	.container>.navtwo>div:nth-child(6)>ul{
		margin-left: 880px;
	}
	.container>.navtwo>div:nth-child(7)>ul{
		margin-left: 1000px;
	}
	.container>.navtwo>div:nth-child(8)>ul{
		margin-left: 1000px;
	}






	.container>.navtwo>div>ul>li {
		float: left;
		margin-right: 20px;
		font-size: 18px;
		padding-bottom: 28px;
	}

	.container>.navtwo>div>ul>li:nth-child(1) {
		margin-left: 0px;
	}

	.container>.navtwo>div>ul>li>a {
		color: #fff;
		border-left: 1px solid #fff;
		margin-top: 29px;
		display: block;
		padding-left: 20px;
	}

	.container>.navtwo>div>ul>li:first-child>a {
		border: none;
	}

	.container>.navtwo>div>ul>li> {
		color: #fff;
	}

	/* 支持与合作 */

	.container>.support-bg {
		background-color: #f6f6f6;
		/* width: 1920px; */
		width: 100%;
		padding-top: 38px;
		padding-bottom: 40px;
		overflow: hidden;
		border-top: 1px solid #dddddd;
	}

	.container>.support-bg>.support {
		width: 1400px;
		margin: auto;
	}

	.container>.support-bg>.support>.support-left {
		float: left;
	}

	.container>.support-bg>.support>.support-left>span {
		font-size: 30px;
		/* line-height: 22px; */
		color: #3e3e3e;
		border-left: 4px solid #c7161d;
		padding-left: 20px;
	}

	.container>.support-bg>.support>.support-left>p {
		font-size: 18px;
		line-height: 22px;
		margin-top: 20px;
		color: #838384;
		padding-left: 24px;
	}

	.container>.support-bg>.support>.support-right {
		width: 212px;
		height: 50px;
		background-color: #f20000;
		border-radius: 25px;
		float: right;
		margin-top: 10px;
	}

	.container>.support-bg>.support>.support-right img {
		margin-top: 12px;
		margin-left: 25px;
		float: left;
	}

	.container>.support-bg>.support>.support-right span {
		color: #fff;
		margin-left: 25px;
		font-size: 20px;
		line-height: 50px;
		float: left;
	}

	/* 底部 */
	.container>.bottom {
		/* width: 1920px; */
		width: 100%;
		background-color: #3e3e3e;
	}

	.container>.bottom>.fotter {
		width: 1400px;
		margin: auto;
		padding-bottom: 43px;
	}

	.container>.bottom>.fotter>.fotter-s {
		padding-top: 38px;
		margin-left: 10px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left {
		float: left;
		font-size: 18px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots {
		float: left;
		margin-left: 60px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots-1 {
		margin-left: 0px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots>p {
		color: #e8e8e8;
	}
	.container>.bottom>.fotter>.fotter-s>.s-left>.fots>a {
		color: #e8e8e8;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots>ul {
		margin-top: 25px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots>ul>li {
		margin-top: 20px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots>ul>li>a {
		color: #adadad;
	}

	.container>.bottom>.fotter>.fotter-s>.s-left>.fots>ul>li>a:hover {
		color: #fff;
	}

	.container>.bottom>.fotter>.fotter-s>.s-right {
		float: right;
		margin-right: 34px;
		text-align: center;
	}
	.container>.bottom>.fotter>.fotter-s>.s-right>img{
		width: 100px;
		height: 100px;	
	}
	.sRightImg{
		width: 100px;
		height: 100px;
	}

	.container>.bottom>.fotter>.fotter-s>.s-right>p {
		font-size: 18px;
		color: #f20000;
	}

	.container>.bottom>.fotter>.fotter-x {
		margin-top: 97px;
		margin-left: 10px;
		position: relative;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left {
		float: left;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left>p {
		font-size: 12px;
		color: #a9a9a9;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left>p>.sp1 {
		margin-left: 7px;
	}
	.container>.bottom>.fotter>.fotter-x>.x-left>p>.sp1>a{
		font-size: 12px;
		color: #a9a9a9;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left>p>.sp2 {
		margin-left: 5px;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left>p>.sp3 {
		margin-left: 3px;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left>p>.sp4 {
		margin-left: 10px;
	}

	.container>.bottom>.fotter>.fotter-x>.x-left>p>img {
		margin-left: 10px;
		transform: translateY(3px);
	}


	.container>.bottom>.fotter>.fotter-x>.x-left>.pp {
		margin-top: 22px;
		display: flex;
		align-items: center;

	}
	.container>.bottom>.fotter>.fotter-x>.x-left>.pp>a{
		margin-right: 15px;
	}
	.container>.bottom>.fotter>.fotter-x>.x-left>.pp a{
		margin-right: 15px;
	}


	/* .container>.bottom>.fotter>.fotter-x>.x-right {
		float: right;
		margin-right: 45px;
		background-color: pink;
		position: absolute;
		left: 230px;
		bottom: -5px;
	} */
	
	.erma{
		width: 100px;
		height: 100px;
		position: absolute;
		left: -120px;
		top: -30px;
		display: none;
	}
	.butom{
		margin-right: 24px;
	}
	/* .buttwo{
		margin-right: 24px;
	}
	.butom:after{
		content: "";
		position: absolute;
		width: 50px;
		height: 50px;
		background-image: url("../img/erwei.jpg");
		left: 0;
		z-index: 99;
		background-color: red;
	} */

	.sco-top {
		width: 68px;
		position: fixed;
		/* top: 70%; */
		bottom: 20px;
		z-index: 999;
		right: 25px;
		opacity: 0;
		text-align: center;
		background-color: #919191;
		/* box-shadow: 1px 1px 20px #e9e9e9; */
		color: #fff;
		font-size: 16px;
	}

	.scroll-top{
		padding: 10px 0;
	}
	
	.scroll-top img{
		width: 30px;
		height: 30px;
		display: block;
		margin: auto;
	}
	.scroll-top:hover{
		color: #fff;
		background-color: #c7161d;
	}
	#rkCustomeBtn{
		width: 68px !important;
		background-color: #919191 !important;
		/* color: #a0a0a0; */
		color: #fff;
		
		/* box-shadow: 1px 1px 20px #e9e9e9; */
		padding: 12px 0;
	}
	#rkCustomeBtn:hover{
		color: #fff;
		background-color: #c7161d !important;
	}
	.rkCustomeBtn i{
		display: none !important;
	}
	.rkCustomeBtn.right{
		right: 25px !important;
		border-radius: 0 !important;
		bottom: 100px !important;
		z-index: 999;
	}
	.rkCustomeBtn.right span{
		width: 50% !important;
		margin-top: 0px !important;
		font-size: 16px !important;
	}

}





/* ipad */
@media (max-width: 1024px) and (min-width: 750px) {
	.container .header {
		display: none;
	}

	.navtwo {
		display: none;
	}

	.head-iphone {
		width: 100%;
		height: 166px;
		background: #fff;
		padding: 0 40px;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		z-index: 999;
		display: block;
	}

	.ip-logo {
		width: 270px;
		height: 92px;
		margin-top: 37px;
	}

	.ip-s {
		width: 50px;
		height: 50px;
		float: right;
		margin-top: 58px;
		/* display: block; */
		margin-right: 70px;
	}

	.ip-s img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.ip-dh {
		width: 50px;
		height: 35px;
		float: right;
		margin-top: 63px;
		cursor: pointer;
	}

	.ip-dh img {
		width: 100%;
		height: 100%;
		display: none;
	}

	.ip-dh img:nth-child(1) {
		display: block;
	}

	.ip-dh img:nth-child(2) {
		width: 40px;
		height: 40px;
		float: right;
	}

	.menu {
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background: #fff;
		position: fixed;
		top: 166px;
		z-index: 999;
		overflow: auto;
		left: -100%;
		transition: 0.3s;
	}

	.h16 {
		width: 100%;
		height: 166px;
	}

	.menu li {
		width: 100%;
		padding: 0 40px;
		height: 110px;
		background: #efefef;
		font-size: 30px;
		line-height: 110px;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		position: relative;
		cursor: pointer;
		color: #303030;
	}

	.menu li a {
		color: #303030;
	}

	.menu .ip-gd {
		width: 0.48rem;
		height: 0.8rem;
		position: absolute;
		right: 1.066666rem;
		top: 50%;
		transform: translate(0, -50%);
	}

	.menu .menu-item {
		width: 100%;
		height: 0;
		overflow: hidden;
		background: #ffffff;
		transition: all .3s;
	}

	.menu .menu-item a {
		height: 110px;
		border-bottom: 0.026666rem solid #e3e3e3;
		display: block;
		box-sizing: border-box;
		line-height: 110px;
		padding: 0 40px;
		font-size: 30px;
		color: #7a7a7a;
	}


	.menu .language {
		float: left;
		margin-top: 4.5px;
		padding: 0 45px;
		box-sizing: border-box;
		font-size: 30px;
		font-weight: 400;
		font-family: Arial;
		color: #232323;
		display: flex;
		align-items: center;
		margin-top: 40px;
	}

	.menu .language>img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}

	.menu .language>span {
		line-height: 40px;
		display: block;
	}
	.menu .language .main>span>a{
		color: #232323;
		padding: 0 20px;
	}
}



/* 移动 */
@media only screen and (max-width: 750px) {
	/* #_xinchacharenzheng_cert_vip_ssl{
		position: absolute;
    	bottom: 0.85rem;
		width: 0.01rem;
		left: calc(50% - 10.5rem);
	} */
	#_xinchacharenzheng_cert_vip_ssl>img{
		width: 75px !important;
		height: 23px !important;
		margin-left: 12rem;
	}
	#_xinchacharenzheng_cert_vip_ssl{
		position: absolute;
		bottom: 1.1rem;
		width: 75px;
		height: 23px;
		left: calc(50% - -1.2rem);
		z-index: 99;
		display: block;
	}
	.container{
		position: relative;
	}
	.container .header {
		display: none;
	}

	.navtwo {
		display: none;
	}
	/* 语言 */
	.container>.menu>.language {
		margin-top: 1rem;
		padding: 0 1rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		font-weight: 400;
		font-family: Arial;
		color: #232323;
		display: flex;
		align-items: center;
	}
	.container>.menu>.language>.langImg {
		width: 1.2rem;
		height: 1.2rem;
		margin-right: 0.5rem;
	}

	.container>.menu>.language>span {
		line-height: 1.3rem;
		display: block;
	}
	.container>.menu>.language>.main>span>a{
		color: #232323;
		padding: 0 0.5rem;
	}

	.head-iphone {
		width: 20rem;
		height: 2.666666rem;
		background: #fff;
		padding: 0 1.066666rem;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.ip-logo {
		width: 5.706666rem;
		margin-top: 0.346666rem;
	}

	.ip-s {
		width: 1.013333rem;
		height: 1.013333rem;
		float: right;
		margin-top: 0.826666rem;
		/* display: block; */
		margin-right: 1.866666rem;
	}

	.ip-s img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.ip-dh {
		width: 1.386666rem;
		height: 0.96rem;
		float: right;
		margin-top: 0.853333rem;
		cursor: pointer;
	}

	.ip-dh img {
		width: 1.386666rem;
		height: 0.96rem;
		display: none;
	}

	.ip-dh img:nth-child(1) {
		display: block;
	}

	.ip-dh img:nth-child(2) {
		width: 0.986666rem;
		height: 0.986666rem;
		float: right;
	}

	.ip-dh .active {
		width: 0.986666rem;
		height: 0.986666rem;
		float: right;
	}

	.menu {
		width: 20rem;
		height: 100%;
		box-sizing: border-box;
		background: #fff;
		position: fixed;
		top: 2.666666rem;
		z-index: 999;
		overflow: auto;
		left: -20rem;
	}

	.h16 {
		width: 100%;
		height: 2.666666rem;
	}

	.menu li {
		width: 100%;
		padding: 0 1.066666rem;
		height: 2.933333rem;
		background: #efefef;
		font-size: 0.8rem;
		line-height: 2.933333rem;
		box-sizing: border-box;
		border-bottom: 0.026666rem solid #fff;
		position: relative;
		cursor: pointer;
		color: #303030;
	}

	.menu li a {
		color: #303030;
	}

	.menu .ip-gd {
		width: 0.48rem;
		height: 0.8rem;
		position: absolute;
		right: 1.066666rem;
		top: 50%;
		transform: translate(0, -50%);
	}

	.menu .menu-item {
		width: 100%;
		height: 0;
		overflow: hidden;
		background: #ffffff;
		transition: all .3s;
	}

	.menu .menu-item a {
		height: 2.933333rem;
		border-bottom: 0.026666rem solid #e3e3e3;
		display: block;
		box-sizing: border-box;
		line-height: 2.933333rem;
		padding: 0 1.066666rem;
		font-size: 0.8rem;
		color: #7a7a7a;
	}


	.container>.bottom {
		display: none;
		box-sizing: border-box;
	}

	.ip-footer {
		display: block;
		background: #3e3e3e;
		padding: 0 1.066666rem 0.8rem;
	}

	.fote-top {
		width: 100%;
		padding: 0.8rem 0 0.3rem;
		border-bottom: 0.026666rem #515151 solid;
	}

	.fote-top a {
		float: left;
		margin-right: 2.2rem;
		margin-bottom: 0.5rem;
	}

	.fote-top a:nth-child(4n) {
		margin-right: 0;
	}

	.fote-top li {
		font-size: 0.7rem;
		color: #e8e8e8;
	}

	.fote-middle {
		margin: 0.8rem 0;
	}

	.fote-middle .left {
		width: 10.533333rem;
		float: left;
		position: relative;
	}

	.fote-middle .left img {
		width: 2.933333rem;
		height: 2.933333rem;
		float: left;
		margin-right: 0.8rem;
	}

	.fote-middle .left p {
		color: #f20000;
		font-size: 0.75rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-20%, -50%);
	}

	.fote-middle {
		position: relative;
	}

	.fote-middle .right {
		padding-right: 1.6rem;
		box-sizing: border-box;
		float: right;
		position: absolute;
		right: 1.5rem;
		top: 50%;
		transform: translate(0, -50%);
	}

	.fote-middle img {
		width: 1.173333rem;
	}

	.fote-bottom {
		color: #b6b6b6;
		font-size: 0.4em;
		line-height: 1rem;
	}
	.fote-bottom>a {
		color: #b6b6b6;
		font-size: 0.4em;
		line-height: 1rem;
	}

	.fote-bottom img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.pp{
		display: flex;
		align-items: center;
		margin-top: 0.5rem;
	}
	.pp>a{
		margin-right: 0.5rem;
	}
	.pp a{
		margin-right: 0.5rem;
	}

	.container>.support-bg {
		width: 20rem;
		padding: 0 1.066666rem;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}

	.container>.support-bg>.support {
		width: 100%;
		margin: auto;
	}

	.container>.support-bg>.support>.support-left {
		float: left;
	}

	.container>.support-bg>.support>.support-left>span {
		font-size: 0.8rem;
		/* line-height: 22px; */
		color: #3e3e3e;
		border-left: 0.106666rem solid #c7161d;
		padding-left: 0.533333rem;
	}

	.container>.support-bg>.support>.support-left>p {
		font-size: 0.7rem;
		/* line-height: 0.586666rem; */
		margin-top: 0.533333rem;
		color: #838384;
		/* padding-left: 0.64rem; */
	}

	.container>.support-bg>.support>.support-right {
		width: 5.653333rem;
		height: 1.333333rem;
		background-color: #f20000;
		border-radius: 0.666666rem;
		float: left;
		margin-top: 0.5rem;
	}

	.container>.support-bg>.support>.support-right img {
		width: 0.6rem;
		margin-top: 0.35rem;
		margin-left: 0.666666rem;
		float: left;
	}

	.container>.support-bg>.support>.support-right span {
		color: #fff;
		margin-left: 0.4rem;
		font-size: 0.533333rem;
		line-height: 1.333333rem;
		float: left;
	}

	/* .sco-top {
		width: 1.81rem;
		position: fixed;
		top: 70%;
		z-index: 999;
		right: 0;
		opacity: 0;
	}

	.sco-top img {
		width: 100%;
		display: block;
		cursor: pointer;
		margin-bottom: 0.21rem;
	} */
	.sco-top {
		width: 2.5rem;
		position: fixed;
		/* top: 70%; */
		bottom: 1rem;
		z-index: 99;
		right: 1rem;
		opacity: 0;
		text-align: center;
		background-color: #919191;
		/* box-shadow: 1px 1px 0.5rem #e9e9e9; */
		color: #fff;
		font-size: 0.5rem;
	}

	.scroll-top{
		padding: 0.3rem 0;
	}
	
	.scroll-top img{
		width: 1rem;
		height: 1rem;
		display: block;
		margin: auto;
	}
	#rkCustomeBtn{
		width: 2.5rem !important;
		background-color: #919191 !important;
		color: #fff;
		/* box-shadow: 1px 1px 0.5rem #e9e9e9; */
		padding: 6px 0;
	}
	.rkCustomeBtn i{
		display: none !important;
	}
	.rkCustomeBtn.right{
		right: 1rem !important;
		border-radius: 0 !important;
		bottom: 4rem !important;
		z-index: 99;
	}
	.rkCustomeBtn.right span{
		width: 1rem !important;
		margin-top: 0px !important;
		font-size: 0.5rem !important;
		margin-bottom: 0 !important;
	}
}
