@charset "utf-8";
@import url('../font/iconfont.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    box-sizing: border-box;
}

html {
    color: #000;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    /* 用于WebKit内核浏览器 */
    appearance: button;
    /* 标准属性，用于支持appearance的浏览器 */
}

audio,
canvas,
video {
    display: inline-block;
}


a,
a:hover {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

select {
    padding: 4px;
    border: 1px solid #ccc;
}

img {
    border: 0;
}

input:focus,
button,
input,
select,
textarea {
    outline: 0;
}

.clearfix {
    clear: both;
}

.text-overflow {
    white-space: nowrap;
    display: flex;
    /* Standard syntax */
    display: -webkit-box;
    /* Safari, Chrome */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE 10 */
    display: -ms-inline-flexbox;
    -webkit-line-clamp: 1;
    /* Safari, Chrome */
    -moz-line-clamp: 1;
    /* Firefox */
    -ms-line-clamp: 1;
    /* IE 10, 11 */
    line-clamp: 1;
    /* 标准属性 */
    /* Safari, Chrome */
    -webkit-box-orient: vertical;
    /* Safari, Chrome */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.text-overflow-2 {
    white-space: normal;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
}

.text-overflow-3 {
    white-space: normal;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
}

.section {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
}

.section-top-10 {
    margin-top: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.container-no-bg {
    background-color: transparent;
}

.header {
    padding-top: 20px;
    background-color: #fff;
    height: 102px;
}

.header .logo {
    display: block;
    width: 370px;
    height: 82px;
    float: left;
    overflow: hidden;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo a img {
    width: 100%;
    height: auto
}

.header,
.header .section,
.header .container {
    overflow: visible;
}

.header .search-section {
    width: 602px;
    float: left;
    margin-top: 8px;
    position: relative;
}

.header .search {
    border: 2px solid #fa6419;
    border-radius: 4px;
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.search-input {
    position: relative;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
}

.search-input .iconfont {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    top: 2px \0;
    color: #999;
    height: 38px;
    line-height: 38px;
}

.search-input input {
    display: block;
    border: 0;
    float: left;
    width: 466px;
    width: 465px \9;
    width: 465px \0;
    height: 36px;
    line-height: 36px;
    padding-left: 32px;
    font-size: 14px;
    color: #666;
}

.search-btn {
    display: block;
    float: right;
    width: 80px;
    height: 38px;
    line-height: 38px;
    background-color: #fa6419;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
}

.search-history {
    width: 100%;
    padding: 5px 8px;
    display: none;
}

.search-history .history-list {
    padding: 10px 0;
}

.search-history .history-title {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
}

.search-history .history-title .clear-history {
    float: right;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.search-history ul {
    overflow: hidden;
}

.search-history li {
    margin-right: 5px;
    font-size: 12px;
    float: left;
}


.search-history ul li span {
    cursor: pointer;
    transition: all .2s linear;
    border: 1px solid #d6d6d6;
    padding: 3px 8px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    color: #333;
}

.search-history li span:hover {
    border: 1px solid #fa6419;
    color: #fa6419;
}

.footer {
    background-color: #444;
}

.pay-money-num {
    font-weight: 700;
    line-height: 40px;
    font-family: Arial;
    font-style: normal;
}

.col-1 {
    width: 1200px;
}

.col-2 {
    width: 600px;
}

.col-3 {
    width: 400px;
}

.col-4 {
    width: 300px;
}

.col-5 {
    width: 240px;
}

.col-6 {
    width: 200px;
}

.right-fix {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    background-color: #4B4C4E;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    z-index: 100;
}

#to-top {
    color: #fff;
    font-size: 18px;
}

.right-fix .item {
    width: 70px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 5px;
    border-bottom: 1px solid #f2f2f2;
}

.right-fix .item a {
    display: block;
    color: #999;
}

.right-fix .item a:hover {
    color: #333;
}

.right-fix .item .iconfont {
    font-size: 28px;
    display: block;
}


/*关于我们*/

@keyframes swing {
	0%,
	100% {
		transform: rotate(0deg);
	}
	1% {
		transform: rotate(30deg);
	}
	2% {
		transform: rotate(-30deg);
	}
    3% {
		transform: rotate(30deg);
	}
	4% {
		transform: rotate(0deg);
	}
}
.about-fix {
    position: fixed;
    right: 10px;
    bottom: 86px;
    cursor: pointer;
    background-color: #fa6419;
    width: 58px;
    height: 58px;
    text-align: center;
    border-radius: 50%;
    z-index: 1000;
    animation: swing 10s infinite; /* 使用动画，持续时间为11秒，无限循环 */
}

.about-fix a {
    display: block;
    width: 58px;
    height: 58px;
    position: relative;
}

.about-fix span {
    font-size: 10px;
    color: #fff;
    position: absolute;
}

.about-fix .iconfont {
    color: #fff;
    font-size: 18px;
    left: 19px;
    top: 5px;
}

.about-fix .title {
    left: 9px;
    top: 30px;
}



/*底部*/
.footer {
    background-color: #333;
    padding: 35px 0;
}

.footer .container {
    background-color: #333;
    color: #a2a2a2;
}

.footer .link {
    width: 538px;
    float: left;
    padding: 10px 40px;
}

.footer .link ul {
    white-space: nowrap;
    overflow: hidden;
}

.footer .link p {
    font-size: 16px;
    color: #e1e1e1;
}

.footer .link li {
    float: left;
    padding: 4px 15px 4px 0;
}

.footer .link li a {
    font-size: 14px;
}

.footer .link li a:hover {
    color: #fa6419;
}

.footer .about {
    width: 500px;
    float: right;
    padding: 10px 10px 10px 30px;
    border-left: 1px solid #646464;
}

.footer .about .left {
    float: left;
    width: 332px;
}

.footer .about .right {
    float: right;
}

.footer .about .title {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    color: #e1e1e1;
}

.footer .about .des {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 22px;
    margin-bottom: 15px;
}

.footer .about .app-qrcode {
    margin: 5px 8px 5px 0;
    float: left;
}

.footer .about .app-qrcode img {
    display: block;
    height: 72px;
    width: auto;
    border-radius: 50%;
    margin-bottom: 3px;
}

.footer .copyright {
    height: 34px;
    padding-top: 30px;
    text-align: center;
    color: #a2a2a2;
}

.footer .copyright a,
.footer .link li a {
    color: #a2a2a2;
}


/*主题色*/
.color-1 {
    color: #fa6419;
}

.color-2 {
    color: #ef503d;
}

/*表单按钮*/
.color-3 {
    color: #00a870;
}

/*文字灰色*/
.color-4 {
    color: #999;
}

.color-5 {
    color: #666;
}

.color-6 {
    color: #fff;
}

.color-7 {
    color: #333;
}

.color-8 {
    color: #000;
}

.text-center {
    text-align: center !important;
}

/*备案信息*/
.icp {
    background-color: #24272C;
    width: 100%;
    line-height: 22px;
    padding: 10px 0;
}

.icp,
.icp a {
    color: #fff;
}

.info-content {
    padding: 88px 0;
    text-align: center;
}

.info-content .iconfont {
    font-size: 68px;
    color: #d6d6d7;
}

.info-content p {
    color: #b1bbc3;
}
