/*header start*/
.header {
	position: relative;
	height: 160px;
	background: url(/static/images/head_line.jpg) repeat-x;
	padding-bottom: 35px;
	margin-bottom: 20px;
}
.header-top {
	width: auto;
    background: url(/static/images/head_bg.jpg) top center no-repeat;
    height: 100%;
}
.logo-header {
	width: 1000px;
    height: auto;
    margin: 0 auto;
}
.logo-header .logo {
	height: 125px;
	position: relative;
}
.logo-header .logo:before {
	content: "";
	position: absolute;
	top: 28px;
	right: 0;
	width: 480px;
	height: 51px;
	background: url(/static/images/icon1.png) no-repeat;
}
.logo-header .logo img {
	height: 100px;
}
.nav-menu {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	padding: 5px 15px;
	background: #9B0D01;
	border-radius: 0 0 12px 12px;
	box-shadow: 0px 4px 6px 3px rgba(0,0,0,0.3);
}
.nav-menu ul.nav-list {
	width: 100%;
	height: 40px;
}
.nav-menu ul.nav-list>li {
	float: left;
    text-align: center;
    display: block;
    height: 40px;
    position: relative;
}
.nav-menu ul.nav-list>li>a {
	display: block;
	line-height: 40px;
    color: #FBBC2F;
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
}
.nav-menu ul.nav-list>li>a:hover {
	color: #fff;
}
.nav-menu ul.nav-list>li .nav_downm {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.nav-menu ul.nav-list>li.active .nav_downm {
	display: block;
}
.nav-menu ul.nav-list>li .nav_downm ul {
	position: relative;
	width: 100%;
}
.nav-menu ul.nav-list>li .nav_downm ul li a {
	display: block;
	line-height: 22px;
    background: #9B0D00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 3px 9px;
    word-break: keep-all;
}
.nav-menu ul.nav-list>li .nav_downm ul li a:hover {
	background: #EA2D08;
}
/*header end*/

/*banner start*/
.banner {
	width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.banner ul {
	position: absolute;
	height: 220px;
}
.banner ul li {
	float: left;
	width: 1000px;
	height: 220px;
	overflow: hidden;
    position: relative;
}
.banner ul li a,
.banner ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .btnBg {
	position: absolute;
    width: 1000px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}
.banner .btn {
    position: absolute;
    width: 110px;
    height: 20px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}
.banner .btn span {
	display: inline-block;
	float: left;
    width: 25px;
    height: 10px;
    font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}
.banner .btn span.on {
	background: #fff;
}
.banner .preNext {
	width:45px; 
	height:100px; 
	position:absolute; 
	top:90px; 
	cursor:pointer;
}
.banner .pre {
	left: 0;
}
.banner .next {
	right: 0; 
	background-position: right top;
}
/*banner end*/

/*new-index-info start*/
.new-index-info {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: url(/static/images/bg.png) repeat-x;
}
.new-index-info li {
	float: left;
	height: 70px;
	width: 25%;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
}
.new-index-info li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 52px;
	background: linear-gradient(#F0EBE5, #E1D5C9);
	display: block;
}
.new-index-info li:first-child:before {
	display: none;
	height: 0;
	width: 0;
}
.new-index-info li p {
	line-height: 20px;
	padding-top: 5px;
	font-size: 14px;
	color: #AA875D;
}
.new-index-info li img {
	height: 36px;
	margin: 0 auto;
	display: block;
}
/*new-index-info end*/

/*notice and new-index-info start*/
.notice {
	margin: 10px auto 15px;
	height: 35px;
	border: 1px solid #D9CCBB;
	position: relative;
	overflow: hidden;
	padding: 0 62px 0 126px;
}
.notice:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	width: 106px;
	height: 25px;
	background: url(/static/images/notice.jpg) no-repeat;
}
.notice ul li {
	float: left;
	padding: 0 15px 0 10px;
	line-height: 33px;
	text-align: left;
	position: relative;
}
.notice ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	transform: translateY(-50%);
	background-color: #363638;
}
.notice ul li a {
	display: block;
	line-height: 33px;
	color: #353637;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
.notice>a.more {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	line-height: 33px;
	color: #353637;
	font-size: 12px;
	font-weight: 400;
}
.notice ul li a:hover,
.notice>a.more:hover {
	color: #9B0D00;
}
.index-section {
	position: relative;
	padding: 0 250px;
	margin-bottom: 12px;
}
.index-section.new-section {
	padding-right: 0;
}
.index-section .sec-center {
	position: relative;
	min-height: 586px;
	width: 100%;
	padding: 0 12px;
}
.index-section.new-section .sec-center {
	padding-right: 0;
	height: auto;
	min-height: 586px;
}
.guide-list li {
	float: left;
	height: 35px;
}
.guide-list li a {
	display: block;
	line-height: 35px;
	background: #e2e2e2;
	border-radius: 4px;
	height: 35px;
    line-height: 33px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
}
.guide-list li a.current {
	background: #9B0D01;
	color: #fff;
}
.sec-center .jskx {
	margin-bottom: 12px;
}
.sec-center .top-title {
	position: relative;
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: url(/static/images/title_bg2.png) repeat-x;
}
.sec-center .top-title h3 {
	position: relative;
	padding-left: 40px;
	height: 35px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: url(/static/images/title_bg.jpg) no-repeat;
}
.sec-center .guide h3 {
	padding-left: 32px;
	font-size: 13px;
	letter-spacing: -0.25px;
}
.sec-center .top-title a.more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 35px;
	display: block;
	padding-right: 10px;
	color: #353637;
	font-size: 12px;
}
.com-content {
	padding: 10px 0;
}
.com-content ul li {
	float: left;
	width: 44%;
	padding: 0 3%;
}
.sec-center .art-content>ul>li {
	padding: 0 15px;
}
.sec-center .art-content>ul>li .picbox,
.sec-center .art-content>ul>li img,
.sec-center .art-content>ul>li p {
	display: none;
}
.sec-center .art-content>ul>li h3 {
	text-align: left;
    line-height: 18px;
    height: 26px;
    padding: 4px 0 4px 10px;
    font-size: 13px;
    color: #353637;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec-center .top-title a.more:hover,
.sec-center .art-content>ul>li h3:hover {
	color: #9B0D00;
}
.sec-center .art-content>ul>li h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	background: #B4B4B4;
	border-radius: 50%;
}
.sec-center .art-content>ul>li:nth-child(1),
.sec-center .art-content>ul>li:nth-child(2),
.sec-center .art-content>ul>li:nth-child(3) {
	padding-top: 7px;
	padding-bottom: 10px;
	min-height: 68px;
}
.sec-center .art-content>ul>li:nth-child(1) .picbox,
.sec-center .art-content>ul>li:nth-child(2) .picbox,
.sec-center .art-content>ul>li:nth-child(3) .picbox {
	display: block;
	float: left;
	width: 90px;
	height: 74px;
	flex-shrink: 0;
	margin-right: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-center .art-content>ul>li:nth-child(1) img,
.sec-center .art-content>ul>li:nth-child(2) img,
.sec-center .art-content>ul>li:nth-child(3) img {
	object-fit: cover;
	display: block;
}
.sec-center .art-content>ul>li:nth-child(1) h3,
.sec-center .art-content>ul>li:nth-child(2) h3,
.sec-center .art-content>ul>li:nth-child(3) h3 {
	font-size: 14px;
    color: #9B0D00;
    font-weight: bold;
    line-height: 140%;
}
.sec-center .art-content>ul>li:nth-child(1) p,
.sec-center .art-content>ul>li:nth-child(2) p,
.sec-center .art-content>ul>li:nth-child(3) p {
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #818181;
	max-height: 36px;
	display: -webkit-box;
  	-webkit-line-clamp: 2; 
  	-webkit-box-orient: vertical;
  	overflow: hidden; 
  	text-overflow: ellipsis;
}
.sec-center .art-content>ul>li:nth-child(1) p em,
.sec-center .art-content>ul>li:nth-child(2) p em,
.sec-center .art-content>ul>li:nth-child(3) p em {
	font-style: normal;
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #aaa;
}
.sec-left .sec-lf-item {
	padding-right: 20px;
	width: 375px;
	float: left;
	height: 586px;
}
.index-section .sec-left {
	width: 250px;
	height: auto;
	padding: 15px 9px;
	background: #F5F2ED;
	position: absolute;
	top: 0;
	left: 0;
}
.sec-left .stitle {
	text-align: center;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    font-weight: 600;
}
.sec-left .qrcode-pic {
    text-align: center;
}
.more-group {
	margin: 20px auto 30px;
	text-align: center;
}
.more-group .more-art-btn {
	display: none;
    padding: 8px 35px;
    line-height: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #f05145;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
}
.more-group .more-art-btn:hover {
	background-color: #9A0C00;
}
#img_qrcode {
	display: block;
	width: 130px;
	height: 130px;
	padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #0c111d;
    margin: 18px auto 0;
    overflow: hidden;
}
.index-section .sec-right {
	width: 250px;
	height: auto;
	padding: 15px 9px;
	background: #F5F2ED;
	position: absolute;
	top: 0;
	right: 0;
}
.sec-right .sbox,
.sec-left .sbox {
	margin-top: 16px;
}
.sec-right .sbox:first-child,
.sec-left .sbox:first-child {
	margin-top: 0;
}
.sec-right .title,
.sec-left .title {
	position: relative;
	line-height: 28px;
	text-align: left;
	color: #9B0D00;
    font-size: 14px;
    font-weight: bold;
	border-bottom: 1px solid #fff;
}
.sec-right .title:before,
.sec-left .title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #9B0D01;
}
.sec-right .title a {
	float: right;
	color: #353637;
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 28px;
}
.sec-right .title a:hover {
	color: #9B0D00;
}
.sec-right p,
.sec-left p {
	margin-top: 16px;
	line-height: 134%;
	font-size: 14px;
	color: #818181;
	font-weight: 400;
	height: 211px;
	overflow: hidden;
}
.sec-right p.sort {
	height: auto;
	margin-top: 13px;
}
.sec-left p {
	height: auto;
}
.sec-right .btn-link {
	margin-top: 16px;
}
.sec-right .btn-link a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	background: url(/static/images/btna.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 10px auto 0;
	transition: all .3s ease-out;
}
.sec-right .btn-link a:hover {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.sbox.imgboxs {
	text-align: center;
}
.sbox.imgboxs img {
	display: block;
	margin: 0 auto;
}
.feature-wrap {
	margin-top: 16px;
}
.feature-wrap .item-icon {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
.feature-wrap .item-icon i {
	display: block;
	margin: 0 auto 3px;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.feature-wrap .item-icon i.ico1 {
	background-image: url(/static/images/icon-1.png);
}
.feature-wrap .item-icon i.ico1:hover {
	background-image: url(/static/images/icon-1-hover.png);
}
.feature-wrap .item-icon i.ico2 {
	background-image: url(/static/images/icon-2.png);
}
.feature-wrap .item-icon i.ico2:hover {
	background-image: url(/static/images/icon-2-hover.png);
}
.feature-wrap .item-icon i.ico3 {
	background-image: url(/static/images/icon-3.png);
}
.feature-wrap .item-icon i.ico3:hover {
	background-image: url(/static/images/icon-3-hover.png);
}
.feature-wrap .item-icon i.ico4 {
	background-image: url(/static/images/icon-4.png);
}
.feature-wrap .item-icon i.ico4:hover {
	background-image: url(/static/images/icon-4-hover.png);
}
.feature-wrap .item-icon span {
	display: block;
	font-size: 12px;
	color: #353637;
	line-height: 16px;
}
.section-ad {
	position: relative;
	width: 100%;
	margin: 15px auto;
}
.manage-power {
	margin: 15px auto;
	background: #A82C22;
	border-radius: 3px;
	padding: 16px 15px 10px;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
}
.com-infor {
	margin: 15px auto 0;
}
.com-infor p {
	line-height: 22px;
    color: #818181;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 18px;
    padding: 0 5px;
}
/*notice and new-index-info end*/

/*section-ad start*/
.section-ad img {
	display: block;
	width: 100%;
}
/*section-ad end*/

/*foot_box start*/
.foot_box {
	position: relative;
	width: 100%;
	padding: 15px 15px 9px;
	background: url(/static/images/bg.png) repeat-x;
	text-align: center;
}
.foot_box .flogo {
	line-height: 18px;
	font-size: 14px;
	color: #353637;
	margin-bottom: 6px;
}
.finfo_zhu,
.finfo_zhu a,
.finfo_zhu span {
	display: inline-block;
	padding: 0 3px;
	color: #353637;
	font-size: 13px;
	line-height: 22px;
}
.finfo_zhu {
	display: flex;
	justify-content: center;
	align-items: center;
}
.finfo_zhu a:hover {
	color: #9B0D00;
	text-decoration: underline;
}
/*foot_box end*/

/*page-banner start*/
.page-banner {
	position: relative;
	width: 100%;
}
.page-banner img {
	display: block;
	width: 100%;
}
/*page-banner end*/

/*crumbs start*/
.crumbs {
	position: relative;
	padding: 12px 0;
}
.crumbs > * {
	float: left;
	margin-right: 5px;
	line-height: 16px;
	font-size: 14px;
}
.crumbs a {
	color: #AA875D;
}
.crumbs a:hover {
	color: #FBBC2F;
}
.crumbs span {
	color: #818181;
}
/*crumbs end*/

/*mt4 start*/
.mt4-infor-main h3 {
	font-size: 18px;
    line-height: 133%;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding-left: 8px;
    border-left: 2px solid #9B0D00;
    margin-bottom: 5px;
}
.mt4-infor-main h4 {
	font-size: 16px;
    line-height: 133%;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.mt4-infor-main h5 {
	font-size: 15px;
    line-height: 133%;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.mt4-infor-main img {
	width: 32%;
	max-width: 100%!important;
	margin: 5px auto;
}
.mt4-infor-main img.mt4_pic_1 {
	width: 212px;
}
.mt4-infor-main img.mt4_pic_2 {
	width: 240px;
}
.mt4-infor-main img.mt4_pic_3,
.mt4-infor-main img.mt4_pic_4 {
	width: 120px;
}
.mt4-infor-main img.mt4_pic_7 {
	width: 144px;
}
.mt4-infor-main img.mt4_pic_8 {
	width: 229px;
}
.mt4-infor-main img.guide_arrow {
	width: 42px;
}
.mt4-infor-main img.guide_pic_1 {
	width: 304px;
}
.mt4-infor-main img.guide_pic_2 {
	width: 52px;
}
.mt4-infor-main img.guide_pic_3 {
	width: 88px;
}
.mt4-infor-main img.guide_pic_4 {
	width: 44px;
}
.mt4-infor-main img.guide_pic_19,
.mt4-infor-main img.guide_pic_21,
.mt4-infor-main img.guide_pic_23 {
	width: 557px;
}
.mt4-infor-main img.guide_pic_24,
.mt4-infor-main img.guide_pic_25,
.mt4-infor-main img.guide_pic_26 {
	width: 140px;
}
.mt4-infor-main img.pro_ac_pic_1 {
	width: 100%;
}
.mt4-infor-main img.pro_ac_pic_2 {
	width: 440px;
}
.mt4-infor-main img.pro_ac_pic_3 {
	width: 342px;
}
.mt4-infor-main img.pro_ac_pic_4 {
	width: 500px;
}
.mt4-infor-main img.demo_ac_pic_1 {
	width: 100%;
}
.mt4-infor-main img.demo_ac_pic_2 {
	width: 400px;
}
.mt4-infor-main img.demo_ac_pic_3 {
	width: 100px;
}
.mt4-infor-main img.demo_ac_pic_4 {
	width: 150px;
}
.mt4-infor-main img.demo_ac_pic_5 {
	width: 52px;
}
.mt4-infor-main img.demo_ac_pic_6,
.mt4-infor-main img.demo_ac_pic_7,
.mt4-infor-main img.demo_ac_pic_8,
.mt4-infor-main img.demo_ac_pic_9,
.mt4-infor-main img.demo_ac_pic_10,
.mt4-infor-main img.demo_ac_pic_11 {
	width: 420px;
}
.mt4-infor-main p {
	line-height: 134%;
    font-size: 14px;
    color: #818181;
    font-weight: 400;
    margin-bottom: 8px;
}
.mt4-infor-main .subb-content {
	padding-left: 2em;
}
/*mt4 end*/

.table-download table {
	border: 1px solid #f0f0f0;
	width: 800px;
	margin: 20px auto 30px;
	max-width: 100%;
}
.table-download table thead {
	background-color: #f0f0f0;
}
.table-download table thead tr {
	/*height: 40px;*/
}
.table-download table thead tr th {
	width: 50%;
	line-height: 24px;
	color: #666;
	font-size: 15px;
	text-align: center;
}
.table-download table thead tr:first-child th {
	border-top: 1px solid #9C9C9C;
}
.table-download table thead tr th:nth-child(1),
.table-download table tr td:nth-child(1) {
	border-left: 1px solid #9C9C9C;
}
.table-download table thead tr th:nth-child(2),
.table-download table tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
.table-download table thead tr th:nth-child(3),
.table-download table tr td:nth-child(3) {
	width: 30%;
	text-align: center;
}
.table-download table tr th,
.table-download table tr td {
	border-bottom: 1px solid #9C9C9C;
	border-right: 1px solid #9C9C9C;
	padding: 8px 6px;
}
.table-download table tr td {
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.table-download table tr td:nth-child(1) {
	padding-left: 35px;
}
.table-download table tr td img {
	vertical-align: middle;
}
.table-download table tr td a {
	color: #AA875D;
}
.table-download table tr td a:hover {
	color: #DB1116;
}
.table-download table tr td a img {
	height: 30px;
}

.pageList {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.pageList li {
	display: inline-block;
	font-size: 14px;
	color: #aaa;
}
.pageList li a {
	color: #353637;
	font-size: 14px;
	display: inline-block;
	padding: 0 3px;
}
.pageList li a:hover {
	background: #9B0D00;
	color: #fff;
}
.news_info {
	padding: 18px 0 8px;
}
.news_info>h1 {
	text-align: center;
    font-size: 22px;
    line-height: 140%;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.news_info>span {
	color: #aaa;
	display: block;
	line-height: 16px;
	font-size: 13px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eaecf0;
	margin-bottom: 22px;
}
.news_info>span em {
	font-style: normal;
}
.news_info .art_body,
.news_info .art_body p,
.news_info .art_body span,
.news_info .art_body em,
.news_info .art_body ul li {
	font-size: 13px !important;
	line-height: 133% !important;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #333 !important;
	margin-bottom: 10px;
	margin-top: 10px; 
}
.news_info .art_body table {
	margin-top: 8px;
	margin-bottom: 8px;
	max-width: 100%;
	border: 1px solid gray;
}
.news_info .art_body table tr td,
.news_info .art_body table tr th {
	padding: 6px 4px;
	border: 1px solid gray;
}
.news_info .art_body {
	padding-bottom: 25px;
}
.news_info .art_body>div>img { 
	height: auto !important;
}
.news_info .art_body h1,
.news_info .art_body h2,
.news_info .art_body h3,
.news_info .art_body h4,
.news_info .art_body h5,
.news_info .art_body h6 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 133%;
	font-weight: bold !important;
}
.fxs-faq-module-wrapper {
	float: none!important;
}
.problem-list {
	padding-top: 12px;
}
.problem-list .Hnews_li {
	margin-bottom: 15px;
	text-align: left;
}
.problem-list .Hnews_li h4 {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.problem-list .Hnews_li p {
	font-size: 13px;
    line-height: 133%;
    color: #818181;
    font-weight: normal;
}

/*proxy start*/
.proxy-main > div {
	margin: 30px auto 40px;
	width: 400px;
	max-width: 100%;
	text-align: justify;
	position: relative;
	font-size: 14px;
}
.proxy-main > div input {
	outline: none;
	border-radius: 3px;
	border: 1px solid #DADADA;
	margin-bottom: 6px;
	padding: 0 8px;
	line-height: 33px;
}
.proxy-main > div input.enterinput {
	width: 250px;
}
.proxy-main > div input#code {
	width: 120px;
}
.proxy-main > div input#vdcode {
	width: 80px;
}
.proxy-main > div table tr input:focus,
.proxy-main > div table tr input:hover,
.proxy-main > div table tr input:visited {
	border-color: #9B0D01!important;
}
.proxy-main > div .btn-group {
	padding-top: 40px;
}
.proxy-main > div .btn-group input {
	padding: 0 35px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 15px;
	transition: all .3s ease-out;
}
.proxy-main > div .btn-group input.submit-btn {
	background: #3586f9;
	color: #fff;
}
.proxy-main > div .btn-group input.submit-btn:hover {
	background: #0967ea;
}
.proxy-main > div .btn-group input.reset-btn:hover {
	background: #fffdfd;
}
/*proxy end*/

.sidebar {
	position: fixed;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar .close_btn {
	position: absolute;
	top: -28px;
	right: 0;
	width: 26px;
	height: 26px;
	background: url(/static/images/btn_close.png) no-repeat 0 0;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar .close_btn:hover {
	background-position: 0 -26px;
}
.sidebar .item {
	display: block;
    line-height: 35px;
    color: #e6e6e6;
    background: url(/static/images/itembg.png) repeat-y 0 0/100% 100%;
    padding: 0 10px;
    text-align: center;
    border-radius: 6px;
    position: relative;
}
.sidebar .item .qrcode {
	display: none;
	position: absolute;
	left: -135px;
	top: 50%;
	transform: translateY(-50%);
    width: 130px;
    height: auto;
    padding: 10px 10px 5px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #0c111d;
}
.sidebar .item .qrcode:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border: 5px solid;
	border-color: transparent transparent transparent #0c111d;
}
.sidebar .item:hover .qrcode {
	display: block;
}
.sidebar .item .qrcode img {
	display: block;
	width: 100%;
	height: 100%;
}
.sidebar .item .qrcode p {
	 font-size: 12px;
    color: #333;
    line-height: 16px;
    margin-top: 6px;
}
.sidebar .item i{
	width: 16px;
   height: 16px;
   display: inline-block;
   background: url(/static/images/icon_wx.png) no-repeat;
   position: relative;
   vertical-align: middle;
   margin-right: 4px;
}
.mobile-nav-toggler,
.logomob {
	display: none;
}
.logopc {
	display: block;
}
@media only screen and (max-width: 1023px) {
	.header {
		height: 60px;
		padding: 0;
		margin: 0;
		background: none;
	}
	.header-top {
		background: none;
	}
	.logo-header {
		width: 100%;
		padding: 17px 16px;
	}
	.logo-header .logo {
		height: 26px;
	}
	.logo-header .logo:before {
		display: none;
		height: 0;
	}
	.logo-header .logo img {
		height: 100%;
	}
	.nav-menu {
		position: fixed;
		left: auto;
	    right: -100%;
	    top: 60px;
	    transform: translateX(0);
	    width: 400px;
	    max-width: 100%;
	    height: calc(100% - 60px);
	    display: block;
	    -webkit-transition: all .3s;
	    -ms-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	    overflow-x: hidden;
	    overflow-y: auto;
	    -webkit-overflow-scrolling: touch;
	    -webkit-backface-visibility: hidden;
	    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.12);
	    background-color: #fff;
	    padding: 16px 0 25px;
	    z-index: 1234567;
    	width: 100%;
	}
	body.acbody {
		overflow: hidden;
	}
	body.acbody .nav-menu {
		right: 0;
	    -webkit-transition: all .3s;
	    -ms-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}
	.nav-menu ul.nav-list {
		height: auto;
	}
	.nav-menu ul.nav-list>li {
		float: none;
		height: auto;
		text-align: left;
	}
	.nav-menu ul.nav-list>li>a {
		color: #000;
		padding: 0 16px 9px;
    	margin-bottom: 8px;
    	position: relative;
	}
	.nav-menu ul.nav-list>li>a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 16px;
		width: calc(100% - 32px);
		height: 1px;
		background: #e1e1e1;
	}
	.nav-menu ul.nav-list>li:first-child>a:before {
		content: "";
		display: none;
		height: 0;
	}
	.nav-menu ul.nav-list>li .nav_downm {
		display: block;
		position: relative;
	    top: auto;
	    left: auto;
	    transform: translateX(0);
	}
	.nav-menu ul.nav-list>li .nav_downm ul li a {
		text-align: left;
		background: transparent;
		color: #333;
		padding: 3px 16px;
		text-indent: 2em;
	}
	.nav-menu ul.nav-list>li .nav_downm ul li a:hover {
		background: #ebebeb;
	}
	.mobile-nav-toggler,
	.logomob {
		display: block;
	}
	.logopc {
		display: none;
	}
	.mobile-nav-toggler {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		width: 26px;
		height: 26px;
		background: url(/static/images/nav.png) no-repeat 0 0/100% 100%;
		cursor: pointer;
		transition: background-image 0.3s ease-in-out;
	}
	.mobile-nav-toggler.open {
		background: url(/static/images/nav_close.png) no-repeat 0 0/100% 100%;
	}
	.page-wrap {
		max-width: 100%;
		padding: 0 16px;
	}
	.index-section {
		padding: 0;
		display: flex;
    	flex-direction: column-reverse;
	}
	.index-section .sec-left,
	.index-section .sec-right {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-bottom: 15px;
	}
	.sec-right .title, 
	.sec-left .title {
		font-size: 16px;
	}
	.index-section .sec-center {
		padding: 0;
		min-height: 150px;
		margin-bottom: 15px;
	}
	.index-section.new-section .sec-center {
		min-height: 150px;
	}
	.page-banner {
		height: 120px;
	}
	.page-banner img {
		height: 100%;
		object-fit: cover;
	}
	#banner-slider {
		height: 168px;
		background: url(/static/images/index_b_c1.jpg) no-repeat center/ cover;
	}
	#banner-slider>* {
		display: none;
	}
	.notice ul li {
		padding-right: 0;
		float: none;
	}
	.notice ul li:nth-child(2),
	.notice ul li:nth-child(3) {
		display: none;
	}
	.notice ul li a {
		height: 33px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.section-ad {
		margin-top: 0;
		height: 80px;
	}
	.section-ad img {
		height: 100%;
		object-fit: fill;
	}
	.pageList {
		margin-bottom: 20px;
	}
	.sidebar {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: translateY(0);
		width: 250px;
	    max-width: 100%;
	    margin: 0 auto 20px;
	    padding: 0 16px;
	}
	.sidebar .item {
		margin-bottom: 6px;
	}
	.sidebar .close_btn {
		display: none;
	}
	.sidebar .item .qrcode {
		left: 50%;
	    top: -170px;
	    transform: translate(-50%,0);
	}
	.sidebar .item .qrcode:before {
		bottom: -10px;
		top: auto;
		right: auto;
		left: 50%;
		transform: translate(-50%,0);
    	border-color: #0c111d transparent transparent transparent;
	}
}
@media only screen and (max-width: 768px) {
	.new-index-info {
		background-repeat: repeat;
	}
	.new-index-info li {
		width: 50%;
	}
	.notice:before {
		display: none;
		height: 0;
	}
	.notice {
		padding-left: 10px;
	}
	.sec-center .art-content>ul>li {
		padding: 0;
	}
	.news_info .art_body {
		padding-bottom: 0;
	}
	.problem-list .Hnews_li h4 {
		font-size: 15px;
	}
	.problem-list .Hnews_li p {
		font-size: 12px;
	}
	.proxy-main > div {
		margin: 20px auto 30px;
	}
	#proxy_form>form>table {
		width: 100%!important;
	}
	.guide-list li {
		margin: 5px 0;
	}
	.news_info>h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.table-download table thead tr th {
		font-size: 14px;
	}
	.table-download table tr td {
		font-size: 13px;
	}
	.table-download table tr td a img {
		height: 25px;
	}
	.table-download table tr td:nth-child(1) {
		padding-left: 6px;
	}
}
@media only screen and (max-width: 500px) {
	.com-content ul li {
		float: none;
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
	}
	.table-download table tr td img {
		display: block;
		margin: 0 auto;
	}
	.table-download table tr td:nth-child(1) {
		text-align: center;
	}
	.table-download table thead tr th,
	.table-download table tr td {
		line-height: 17px;
	}
}
@media only screen and (max-width: 500px) {
	.proxy-main > div input.enterinput {
	    width: 200px;
	}
}