<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    /* text-align: center; */
    font-size: 12px;
    font-family: PingFangSC-Semibold, sans-serif;
}

table,
td,
tr,
img,
ul,
li,
h1,
h2,
p,
object,
param,
embed {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    /* color: #fff; */
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-杩斿洖瀹氶儴-*/

#tbox {
    width: 54px;
    float: right;
    position: fixed;
    right: 50px;
    bottom: 15px;
}

#gotop {
    width: 54px;
    height: 54px;
    background: #f19601;
    display: block;
}

#gotop .retopic {
    display: inline-block;
    border-top: 2px solid;
    border-right: 2px solid;
    margin-top: 20px;
    width: 25px;
    height: 25px;
    border-color: #fff;
    transform: rotate(-45deg);
}

.pc-container {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../images/bg.jpg") no-repeat top;
}

.pc-container .banner1 {
    height: 590px;
    background: url("../images/1.png") no-repeat center;
}

.pc-container .banner2 {
    height: 78px;
    background: url("../images/2.png") no-repeat center;
}

.pc-container .banner3 {
    height: 622px;
    background: url("../images/3.png") no-repeat center;
}

.pc-container .banner4 {
    height: 621px;
    background: url("../images/4.png") no-repeat center;
}

.pc-container .banner5 {
    height: 796px;
    background: url("../images/5.png") no-repeat center;
}

.pc-container .banner6a {
    height: 108px;
    background: url("../images/6a.png") no-repeat center;
}

.pc-container .banner6 {
    height: 609px;
    background: url("../images/6.png") no-repeat center;
}

.pc-container .banner7 {
    height: 54px;
    background: url("../images/7.png") no-repeat center;
}

.pc-container .banner8 {
    height: 579px;
    background: url("../images/8.png") no-repeat center;
}

.pc-container .banner9 {
    height: 1040px;
    background: url("../images/9.png") no-repeat center;
}

.pc-container .banner10 {
    height: 120px;
    background: url("../images/10.png") no-repeat center;
}

.pc-container .banner11 {
    height: 216px;
    background: url("../images/11.png") no-repeat center;
}

.pc-container .main_m {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.pc-container .pc-zx {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 10px 0 20px 0;
    margin: 0 auto;
    background: #fff;
}

.pc-container .pc-zx-icon1 {
    width: 20%;
    height: 30px;
    background: #cf6210;
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    transition: all 1s ease-in-out 0s;
    cursor: pointer;
    border-radius: 20px;
}

.pc-container .pc-zx-icon2 {
    width: 13%;
    margin: 0 2%;
    height: 30px;
    background: #3ea6ff;
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    transition: all 1s ease-in-out 0s;
    cursor: pointer;
    border-radius: 25px;
}

.pc-container .pc-zx-icon1:hover,
.pc-container .pc-zx-icon2:hover {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.8);
}

/*椤堕儴璇曞惉棰勭害*/

.pc-container .yuyue {
    width: 860px;
    height: 150px;
    padding-top: 10px;
    margin-left: 25px;
    position: relative;
}

.pc-container .top_yuyue_form,
.pc-container .top_yuyue_form1 {
    width: 100%;
    height: auto;
    margin: 5px auto 40px auto;
}

.pc-container .top_yuyue_form .textinput,
.pc-container .top_yuyue_form1 .textinput {
    width: 200px;
    height: 40px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    outline: none;
	border-radius: 40px;
	border: 1px solid #000;
	text-indent: 8px;
}

.pc-container .top_yuyue_form .btnon,
.pc-container .top_yuyue_form1 .btnon {
    position: absolute;
    outline: none;
    width: 170px;
    height: 44px;
    border: 1px solid #fa5900;
    background: #fa5900;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    right: 30px;
    top: 15px;
    font-weight: bold;
	border-radius: 40px;
}

.pc-container .top_yuyue_form .form-group {
	display: flex;
    /* width: 27%; */
    float: left;
}

.pc-container .top_yuyue_form .yzmcode {
    width: 55%;
    height: 40px;
    font-size: 16px;
    float: left;
	border-radius: 40px 0 0 40px;
	border: 1px solid #000;
	border-right: none;
	text-indent: 15px;
}

.pc-container .top_yuyue_form .codetxt {
    width: 40%;
    background: #f0f0f0;
    outline: none;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
	border-radius: 0px 40px 40px 0px;
	border: 1px solid #000;
}
input:focus{
	outline: none;
}
.pc-container .yuyue2 {
    width: 620px;
    height: 60px;
    margin-left: 25px;
    position: relative;
}

.pc-container .top_yuyue_form2 {
    width: 100%;
    height: auto;
    margin: 8px auto 0 auto;
}

.pc-container .top_yuyue_form2 .textinput {
    width: 200px;
    height: 40px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 16px;
    padding-left: 5px;
    float: left;
    outline: none;
}

.pc-container .top_yuyue_form2 .btnon {
    position: absolute;
    outline: none;
    width: 170px;
    height: 41px;
    border: 2px solid #e0e0e0;
    background: #fa5900;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    right: 0;
    top: 20px;
    font-weight: bold;
	border-radius: 40px;
}

.pc-container .top_yuyue_form2 .form-group {
    width: 27%;
    float: left;
    margin-right: 15px;
}

.pc-container .top_yuyue_form2 .yzmcode {
    width: 55%;
    height: 40px;
    font-size: 16px;
    float: left;
}

.pc-container .top_yuyue_form2 .codetxt {
    width: 40%;
    background: #e3e3e3;
    outline: none;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
}

.pc-container .top_yuyue_form .form-group {
    width: 30%;
    margin-bottom: 15px;
}

/* .pc-container .top_yuyue_form .yzmcode {
    width: 55%;
    height: 40px;
    font-size: 14px;
    float: left;
} */

.pc-container .top_yuyue_form .codetxt {
    width: 40%;
    background: #f0f0f0;
    outline: none;
    height: 44px;
    cursor: pointer;
    font-size: 14px;
}</pre></body></html>