@charset "UTF-8";

html {
	font-family: "microsoft yahei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
}
mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	display: inline-block;
	outline: none;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 10px;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	width: 100%;
}
input:-webkit-autofill{
	background-color: transparent;
	background-image : none ;
}
input::-ms-clear{
	display: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

select {
	width: 100%;
	height: 36px;
	border: solid 1px #ddd;
	box-shadow: none;
	outline: none;
}

select:focus {
	border: solid 1px #c83f35;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

td,
th {
	padding: 0;
}

body {
	font-family: "Microsoft YaHei", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #2E2C41;
	background-color: #fff;
}

/* 修改layerIframe关闭按钮样式 */
.layui-layer.layui-layer-iframe .layui-layer-setwin{
	top: 0;
	right: -55px;
}
.layui-layer.layui-layer-iframe .layui-layer-setwin .layui-layer-close2{
	width: 40px;
	height: 40px;
	top:0;
	right: 0;
	background-position: center center;
	background-image: url(../images/close.png);
	background-size: 40px 40px;
}
/*公共类*/
a {
	background-color: transparent;
	text-decoration: none;
	color: #222;
}

a:active,
a:hover {
	outline: 0;
	color: #E44919;
}
#top{
	width: 100%;
	height: 60px;
	background-color: #000;
	min-width: 1340px;
	z-index: 999999;
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}
#top .slogo{
    display: flex;
}
#top .slogo .nav,
#top .logo-and-search .nav{
    margin-left: 40px;
}
#top .logo{
	width: 90px;
}
#top .logo img{
	width: 100%;
}
#top .nav{
	display: flex;
	align-items: center;
}
#top .nav li{
	padding: 0 10px;
	position: relative;
	transition: all ease-in-out .3s;
}
#top .nav li:last-child{
	padding-right: 0;
}
#top .nav li a{
	color: #999;
	font-size: 12px;
	display: inline-block;
}
#top .nav li a:hover{
	color: #fff;
}
#top .nav li a.active{
	width: 56px;
	height: 24px;
	background-color: #E44919;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
}
#top .nav li a.diy{
	background: linear-gradient(90deg,rgba(247,94,134,1) 0%,rgb(122, 25, 228) 100%);
	width: 76px;
	height: 24px;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
}
#top .nav li a.vip{
    color: #fff;
    background: url("../images/vip.png") left center no-repeat;
    background-size: 20px;
    height: 24px;
    line-height:24px;
    padding-left: 28px;
}
#top .nav li a img{
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 50%;
}
#top .nav li.avatar{
	padding-top:13px ;
	padding-bottom: 13px;
}
#top .nav li.avatar .child{	
	position: absolute;
	width: 70px;
	top: 60px;
	left: 50%;
	margin-left: -30px;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	display: none;
}
#top .nav li.avatar:hover .child{
	display: block;
}
#top .nav .child li{
	padding: 0;
}
#top .nav .child li a{
	color: #2C2F3B;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	display: block;
}
#top .nav .child li a:hover{
	color: #E44919;
}
#top .logo-and-search{
	display: flex;
	align-items: center;
}
#top .logo-and-search .page-search-box{
	position: relative;
	margin-left: 40px;
}
#top .logo-and-search .page-search-box .page-search-input{
	width:200px;
	height:34px;
	background:rgba(255,255,255,0.15);
	border-radius:17px;
	border: none;
	outline: none;
	font-size: 12px;
	color: #fff;
	padding: 5px 40px 5px 20px;
}
#top .logo-and-search .page-search-box .page-search-btn{
	position: absolute;
	top: 0;
	right: 10px;
	width: 34px;
	height: 34px;
	background: url(../images/icon_page_search.png) center center no-repeat;
	background-size: 13px 13px;
	font-size: 0;
	border: none;
	outline: none;
}
#header{
	position: fixed;
	top: 60px;
	height: 470px;
	width: 100%;
	min-width: 1340px;
	background-color: #1313c7;
	background-image: url('https://cpmax.img.juzibizhi.online/85643202504022038408374.png');
	background-position: right center;
	background-repeat: no-repeat;
}

#header .sub-logo{
	width: 770px;
	margin: 0 auto;
	margin-top: 140px;
	margin-bottom: 42px;
	text-align: center;
}
#header .sub-logo .logo{
	display: block;
	margin: 0 auto;
}
#header .sub-logo .slogan{
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	font-family: Tahoma;
}
#header .search-form{
	width: 770px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
#header .search-form .input-item{
	width: 597px;
	position: relative;
	background-color: #fff;
	border-radius: 4px 0 0 4px;
}
#header .search-form .input-item input{
	height: 60px;
	background-color: transparent;
	border:none;
	outline: none;
	padding-left: 54px;
}
#header .search-form .input-item input::-webkit-input-placeholder{
	color: #BBBFCF;
}
#header .search-form .input-item .icon-search{
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 60px;
	background: url(../images/icon_search.png) center center no-repeat;
	display: block;
}
#header .search-form .search-btn{
	width: 173px;
	height: 60px;
	background-color: #E44919;
	border:none;
	color: #fff;
	border-radius: 0 4px 4px 0;
}
#main{
	background-color: #EFF2F5;
	min-width: 1340px;
}
#footer{
	padding: 80px 0 40px;
	position: relative;
	background:#313035;
	min-width: 1340px;
}
#footer .content{
	/*width: 100%;
	max-width: 1340px;*/
	width: 1340px;
	margin: 0 auto;
	display: flex;
}
#footer .content{
	margin-bottom: 50px;
}
#footer .content .foot-logo{
	
}
#footer .content .foot-nav{
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding: 0 150px;
}
#footer .content .foot-nav dl{
	width: 90px;
	text-align: center;
}
#footer .content .foot-nav dt{
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
#footer .content .foot-nav dd a{
	color: #A6A6A7;
	line-height: 30px;
	transition: all ease-in-out .3s;
}
#footer .content .foot-nav dd a:hover{
	padding-left: 10px;
	color: #E44919;
}

#footer .content .foot-contact{
	text-align: right;
	color: #fff;
}
#footer .content .foot-contact .phone{
	font-size: 30px;
}
#footer .content .foot-contact .ads{
	padding: 20px 0;
	color: #A6A6A7;
}
#footer .content .foot-contact .ficon{
	width: 40px;
	height: 40px;
	display: inline-block;
	border: solid 1px #A6A6A7;
	border-radius: 50%;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	margin-left: 20px;
}
#footer .content .foot-contact .icon-wechat{
	background-image: url(../images/icon_wechat.png);
}
#footer .content .foot-contact .icon-qq{
	background-image: url(../images/icon_qq.png);
}
#footer .content .foot-contact .icon-qq:hover{
	background-color: #1296db;
	border-color: #1296db;
	background-image: url(../images/icon_qq_active.png);
}
#footer .content .foot-contact .icon-wechat:hover{
	background-color: #07b906;
	border-color: #07b906;
	background-image: url(../images/icon_wechat_active.png);
}
#footer .statement,
#footer .copy{
	text-align: center;
	color: #A6A6A6;
	font-size: 12px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 30px;
}
#footer .copy a{
	color: #fff;
	margin: 0 10px;
}
.white-bg{
	background-color: #fff;
}
.page-line-title{
	padding: 0 30px;
	height: 55px;
	line-height: 55px;
	border-bottom: solid 1px #eee;
	font-size: 16px;
	color: #222222;
}
.border-radius-4px{
	border-radius: 4px;
}
.mb20{
	margin-bottom: 20px;
}
#fixed{
	width: 48px;
	position: fixed;
	right: 20px;
	bottom: 150px;
	z-index: 999;
}
#fixed a{
	width: 48px;
	height: 48px;
	margin: 10px 0;
	display: block;
	background-position: center center;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	font-size: 0;
}
#fixed a.contact{
	background-image: url(../images/contact.png);
}
#fixed a.collect{
	background-image: url(../images/mycollect.png);
}
#fixed a.gotop{
	background-image: url(../images/gotop.png);
}
.hljs-string {
    color: #d14;
}
.hljs-keyword {
    color: #333;
    font-weight: 700;
}














